.vv .vv-main {
	margin-top: 170px;
}
.vv-header {
	background-color: #ffffff;
}
.vv .vv-top-nav li a {
	text-transform: capitalize
}

.vv #vv-home-section {
	background-color: #feb709;
	margin-left: -15px;
	margin-right: -15px;
}
.vv #vv-home-section a {
	text-transform: capitalize;
	color: #fff;
}

.vv .vv-home-detail {
	overflow: auto;
	padding: 20px 40px;
	margin-left: -15px;
	margin-right: -15px;
}

.vv .vv-volunteer, .vv .vv-roster, .vv .vv-sponsor, .vv .vv-video {
	padding: 20px 40px;
	margin-left: -15px;
	margin-right: -15px;
}

.vv .vv-volunteer .card-bio {
	text-align: left;
	background: #ddd;
	margin: -1px;
	position: absolute;
	z-index: 2;
}

.vv h4 {
	text-transform: uppercase;
}
.vv h4 span {
	border-bottom: 4px solid #feb709;
}

.vv h5 {
	text-transform: uppercase;
	font-weight: bold;
}
.vv h5 span {
	padding: 5px;
	margin-right: 5px;
	margin-top: 10px;
	color: #feb709;
	background-color: #000;
	min-width: 36px;
	display: inline-block;
    text-align: center;
}
.vv h6 {
	text-transform: uppercase;
	font-weight: bold;
}

.vv .vv-home-detail p {
	padding-bottom: 20px;
}
.vv .vv-volunteer .vv-volunteer-list .card {
	display: inline-block;
	margin: 20px;
	text-align: center;
}

.vv .vv-volunteer .card img {
	max-width: 18rem;
	max-height: 11rem;
	padding-top: 20px;
}

.vv .vv-roster .card img {
	max-width: 9rem;
	max-height: 11rem;
}
.vv .vv-sponsor .btn-donor {
	float: right;
}
.vv .vv-sponsor .logo {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    border: 4px solid #feb709;
    text-align: center;
    float: left;
    margin: 20px;
    background-color: rgba(0,0,0,.5);
    color: #FFFFFF;
}
.vv .vv-sponsor .logo-no-link {
	border-color: #000000;
}
.vv .vv-sponsor .logo-donor {
	background-color: #FFFFFF;
	color: #feb709;
}
.vv .vv-sponsor .logo .sponsor-name {
	visibility: hidden;
	position: absolute;
    margin: 35px;
    height: 120px;
    width: 120px;
    border-radius: 60px;
    font-size: 1.2em;
}
.vv .vv-sponsor .logo:hover .sponsor-name {
	visibility: visible;
}
.vv .vv-sponsor .logo .sponsor-label {
	position: absolute;
	margin: 35px;
    height: 120px;
    width: 120px;
    border-radius: 60px;
    font-size: 1.2em;
}
.vv .vv-sponsor .logo:hover .sponsor-label {
	opacity: .15;
}
.vv .vv-sponsor .logo-donor:hover .sponsor-name {
	display: none;
}
.vv .vv-sponsor .logo-donor:hover .sponsor-label {
	opacity: 1;
}

.vv .vv-sponsor .logo img {
	max-width: 150px;
    max-height: 150px;
    padding: 15px;
    margin: -15px;
}

.vv .vv-sponsor .card-title {
    line-height: 120px;
    vertical-align: middle;
}

.vv .vv-sponsor .card-title span {
	position: absolute;
	background-color: transparent;
	margin-left: -127px;
	margin-top: 12px;
    font-size: 10px;
    color: rgba(0,0,0,.5);
}

.vv .vv-sponsor .logo-become-sponsor {
	cursor: pointer;
	border-color: rgba(0,0,0,.5);
	background-color: #feb709;
}
.vv .vv-sponsor .logo-become-sponsor .card-title {
	margin-top: -10px;
	line-height: 200px;
}

.vv #vv-calendar .row {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.vv #vv-calendar .col {
	border-right: 1px solid #ddd;
	min-height: 113px;
	max-height: 113px;
	overflow: auto;
}
.vv #vv-calendar .calendar-paging a:hover{
	text-decoration: none;
}
.vv #vv-calendar .calendar-paging .oi {
	padding: 10px 10px;
	display: block;
	border-bottom: 1px solid #ddd;
	color: rgba(0,0,0,.5);
}
.vv #vv-calendar .calendar-paging .oi:hover {
	background-color: #feb709;
	color: #fff;
}
.vv #vv-calendar .calendar-page h1 {
	margin-top: 5px;
	font-size: 12px;
	text-transform: uppercase;
}
.vv #vv-calendar .calendar-page h2 {
	margin-bottom: 0;
	font-size: 12px;
}
.vv #vv-calendar .calendar-page .event {
	font-size: 12px !important;
}
.vv #vv-calendar .calendar-page .event-cancelled::before {
	content: 'CANCELED';
	color: #721c24;
	font-weight: bold;
}
.vv #vv-calendar .calendar-page .alert {
	padding: 5px;
}
.vv #vv-calendar .calendar-page .cal-week {
	font-weight: bold;
	margin-right: 5px;
	color: rgba(0,0,0,.5);
}
.vv #vv-calendar .calendar-page .cal-time {
	font-size: .85em;
}
.vv .vv-calendar-event {
	padding: 0;
}
.vv #vv-calendar-list .table {
	font-size: .85em;
}
.vv #vv-calendar-list .table th {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.vv #vv-calendar-list .table tr,
.vv #vv-calendar-list .table td  {
	padding: 5px;
}
.vv #vv-calendar-list .table-sm,
.vv #vv-calendar-list .table-sm th,
.vv #vv-calendar-list .table-sm tr,
.vv #vv-calendar-list .table-sm td  {
	background: transparent;
	border: 0;
	margin: 0;
}
.vv #vv-calendar-list .table-sm td {
	padding-top: 0;
	padding-bottom: 5px;
}
.vv .vv-calendar-event .alert-danger,
.vv .vv-calendar-event .table-striped tbody tr.alert-danger td {
	text-decoration: line-through;
	color: #721c24;
}

.vv .vv-calendar-event .table-striped tbody tr.alert-danger:nth-of-type(odd) {
	background-color: #f5c6cb;
}

.vv .vv-album {
	padding: 5px;
	margin-left: -15px;
    margin-right: -15px;
}
.play-button-div {
	position: relative;
	display: inline-block;
}
.play-button-icon {
	color: #fff;
	position: absolute;
	top: 38%;
	left: 46%;
}
.vv .vv-album .img-thumbnail {
	margin: 5px;
	box-shadow: 2px 2px 2px #888888;
}
.vv .vv-album-paging {
	position: fixed; 
    bottom: 0px;
    width: 100%;
    margin-left: -20px;
    margin-right: -20px;
    text-align: center;
}

.vv .vv-album-paging .page-link {
	color: rgba(0,0,0,.5);
}
.vv .vv-album-paging .disabled .page-link {
	color: rgba(0,0,0,.2);
}
.vv .vv-album-paging .page-item.active .page-link {
    background-color: #feb709;
    border-color: #feb709;
}

.vv .vv-club-calendar {
    position: absolute;
    width: 100%;
    height: 80%;
    margin: 0px -15px;
    padding: 0;
}

.vv .full-screen-view {
	position: relative !important;
}

.vv div.calendar div.row-cells div.cell div.event {
   /* font-size: 0.8rem !important;	 */
   font-weight: bold;
}

.vv .holiday-link {
	color:crimson;
}