@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Bold.woff2') format('woff2'),
        url('../fonts/Metropolis-Bold.woff') format('woff');
    font-weight: bold;
	font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-ThinItalic.woff2') format('woff2'),
        url('../fonts/Metropolis-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-BlackItalic.woff2') format('woff2'),
        url('../fonts/Metropolis-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Black.woff2') format('woff2'),
        url('../fonts/Metropolis-Black.woff') format('woff');
    font-weight: 900;
	font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-LightItalic.woff2') format('woff2'),
        url('../fonts/Metropolis-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Thin.woff2') format('woff2'),
        url('../fonts/Metropolis-Thin.woff') format('woff');
    font-weight: 100;
	font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Regular.woff2') format('woff2'),
        url('../fonts/Metropolis-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Medium.woff2') format('woff2'),
        url('../fonts/Metropolis-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Extra';
    src: url('../fonts/Metropolis-ExtraBold.woff2') format('woff2'),
        url('../fonts/Metropolis-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Semi';
    src: url('../fonts/Metropolis-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Metropolis-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-BoldItalic.woff2') format('woff2'),
        url('../fonts/Metropolis-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Extra';
    src: url('../fonts/Metropolis-ExtraLightItalic.woff2') format('woff2'),
        url('../fonts/Metropolis-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Semi';
    src: url('../fonts/Metropolis-SemiBold.woff2') format('woff2'),
        url('../fonts/Metropolis-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Extra';
    src: url('../fonts/Metropolis-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/Metropolis-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis Extra';
    src: url('../fonts/Metropolis-ExtraLight.woff2') format('woff2'),
        url('../fonts/Metropolis-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-MediumItalic.woff2') format('woff2'),
        url('../fonts/Metropolis-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-RegularItalic.woff2') format('woff2'),
        url('../fonts/Metropolis-RegularItalic.woff') format('woff');
	font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Metropolis';
    src: url('../fonts/Metropolis-Light.woff2') format('woff2'),
        url('../fonts/Metropolis-Light.woff') format('woff');
    font-weight: 300;
	font-style: normal;
    font-display: swap;
}
`body, p {
	color: #000;
	font-family: 'Metropolis';
}

strong {
	font-family: 'Metropolis';
	font-weight: bold;
}
a{text-decoration: underline;}
a.button,
.sponsor-btn a {
	color: #bf1e2e;
	display: inline-block;
	overflow: hidden;
	border-radius: 5px;
	font-family: 'Metropolis';
 	font-weight:bold;
	text-transform: uppercase;
	border: 1px solid #bf1e2e;
	background: linear-gradient(to right, #bf1e2e 50%, #ffffff00 50%);
	background-size: 202% 100%;
	background-position: right bottom;
	transition: all .5s ease-out;
	padding: 12px 22px;
}

a.button.button_bg_red:hover,
.sponsor-btn a:hover {
	background-color: transparent;
	color: #fff;
	background-position: left bottom;
}

.stories .event-more a.button,
header .av-main-nav li.menu-btn a,
.banner-btn a.button {
	color: #fff;
	display: inline-block;
	overflow: hidden;
	border-radius: 5px;
	font-family: 'Metropolis';
 	font-weight:bold;
	text-transform: uppercase;
	border: 1px solid #fff;
	background: linear-gradient(to right, #fff 50%, rgb(255 255 255 / 0%) 50%);
	background-size: 202% 100%;
	background-position: right bottom;
	transition: all .5s ease-out;
	padding: 12px 22px;
	text-decoration: none;
}

.stories .event-more a:hover,
.banner-btn a.button:hover,
header .av-main-nav li.menu-btn a:hover {
	background-color: transparent;
	color: #bf1e2e;
	background-position: left bottom;
}

.home_banner .banner-btn a.button_bg:hover,
.menu-btn-bg a span:hover {
	background-color: transparent;
	color: #f3b233;
	background-position: left bottom;
}

.home_banner .banner-btn a.button_bg,
.menu-btn-bg a span {
	color: #000;
	display: inline-block;
	overflow: hidden;
	border-radius: 5px;
	font-family: 'Metropolis';
 	font-weight:bold;
	text-transform: uppercase;
	border: 1px solid #f3b233;
	background: linear-gradient(to right, #fff 50%, #f3b233 50%);
	background-size: 202% 100%;
	background-position: right bottom;
	transition: all .5s ease-out;
	padding: 12px 22px;
}

.all_colors .breadcrumb {
	display: block;
	overflow: hidden;
	padding: 17px 0;
	border-bottom: 1px solid #d6d6d6;
	background-color: transparent;
}
.single-news.header-title h1, h2.more-events-title {
    font-size: 36px;
    font-family: 'Metropolis';
	font-weight:900;
    color: black;
    display: block;
    overflow: hidden;
    margin: 20px 0;
}
.single-news.header-title h1{
	font-weight:700;
}
.event-content h4, .event-content .event-heading,.event-content h2 {
	font-family: 'Metropolis' !important;
	font-weight:bold;
    color: black;
    font-size: 18px;
	line-height: 1.1em;
}
.av-share-box .av-share-link-description{
	display: inline-flex;
}
.event-content .event-heading {
    display: inline-block;
	margin-bottom: 4px;
	width: 100%;
	min-height: 38px;
}
#top .avia-post-nav:focus {
    border: 2px solid !important;
}
.map iframe:focus {
    border: 2px solid !important;
}
.all_colors .breadcrumb a:focus {
	border-bottom: 1px solid transparent;
}

.breadcrumb a {
	color: black;
	font-family: 'Metropolis';
	font-weight:400;
}

.breadcrumb img {
	padding: 0 10px;
}

.all_colors .breadcrumb a:focus {
	text-decoration: underline;
}

.breadcrumb {
	font-family: 'Metropolis';
	font-weight:bold;
}

header.header_color .av-hamburger-inner,
header.header_color .av-hamburger-inner::before,
header.header_color .av-hamburger-inner::after {
	background-color: #fff;
}

header #header_main {
	border-bottom-width: 0;
}

li.current-menu-item>a>span.avia-menu-text {
	border-bottom: 1px solid #fff;
	padding-bottom: 28px;
}

header.header_color .avia-menu-fx {
	background-color: transparent;
}

body #header {
	background: aliceblue;
}

.responsive header .container {
	min-height: 70px;
}

.responsive .page-template-template-home-page .container {
	max-width: 1650px;
}


header#header .inner-container .logo svg {
	max-height: 100% !important;
	margin-top: 0px;
    height: auto;
}

header#header .inner-container .logo img {
	max-height: 100% !important;
	margin-top: 0px;
	height: auto;
}

header.all_colors.header-scrolled .av-main-nav li.menu-btn a {
	margin: 5px 10px;
}

.home .header_color .header_bg {
	background-color: transparent;
}

.single header#header .inner-container .logo img {
	margin-top: 0;
}

.single .align-center-btn .button {
	margin: 0 10px;
}

header.header_color .main_menu .menu ul li a:hover,
header.header_color .av-subnav-menu ul a:hover {
	background-color: #90202b;
	color: white !important;
	border: none;
}

a.web-link,
a.mail-link {
	text-decoration: underline;
}
.home_banner h1 {
	font-family: 'Metropolis';
	font-weight:900;
	font-size: 72px;
	color: white;
	max-width: 460px;
	line-height: 76px;
}
.breadcrumb a {
	text-decoration: underline;
	text-decoration-color: transparent;
	font-weight: 800;
 }
.home_banner p {
	color: white;
	font-family: 'Metropolis';
	font-size: 16px;
	max-width: 564px;
	margin-bottom: 50px;
}

.banner-btn .button.button_bg {
	margin-left: 15px;
}

header.all_colors .av-main-nav li.menu-btn a {
	border-radius: 5px;
	font-family: 'Metropolis';
 	font-weight:bold;
	text-transform: uppercase;
	height: auto !important;
	line-height: 18px !important;
	margin: 22px 0px;
}

.menu-btn-bg a {
	padding-left: 0 !important;
	overflow: hidden;
	height: auto !important;
	line-height: 18px !important;
	margin: 22px 0px;
	width: auto !important;
	padding-right: 0 !important;
}

.header-scrolled .menu-btn-bg a span {
	padding: 9px 25px;
}

.av-main-nav li.menu-btn-bg:hover span.avia-menu-fx {
	display: none;
}

.header-scrolled .menu-btn a {
	margin-top: 6px;
	padding: 7px 10px 5px !important;
	margin-bottom: 6px;
}

.header-scrolled .menu-btn-bg a {
	line-height: 14px !important;
	margin: 5px 0;
}

.menu-btn-bg a span {
	color: black;
	padding: 13px 25px 11px;
	display: block;
	overflow: hidden;
	width: 100%;
	display: block;
	overflow: hidden;
}

.home section.home_banner {
	display: block;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
}

.header_color.header-scrolled .header_bg {
	background-image: url(../images/single-bg.jpg);
}

.top_banner_middle {
	display: table;
	width: 100%;
	vertical-align: middle;
	position: relative;
	height: 940px;
}

.top_banner_content {
	display: table-cell;
	vertical-align: middle;
}

.banner_logo_block {
	position: absolute;
	font-size: 30px;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	bottom: 60px;
	right: 0;
	width: 100%;
	padding: 0 80px 0 0;
	left: 50px;
}

ul.banner_logo {
	margin-bottom: 0;
	width: 100%;
	text-align: right;
	position: relative;
}

.banner_logo_block .banner_logo:before {
	position: absolute;
	top: 51%;
	overflow: hidden;
	width: 59%;
	height: 2px;
	content: '\a0';
	background-color: #ef8d95;
	left: 0;
}

ul.banner_logo li {
	padding: 10px 20px;
	display: inline-block;
}

ul.banner_logo img {
	max-height: 70px;
}

.html_header_top.html_header_sticky .home.page #main.all_colors {
	padding-top: 60px;
}

.difference_make {
	margin-top: -2px;
}

.all_colors .home_banner.donation-banner {
	height: 500px;
	align-items: center;
	display: flex;
	width: 100%;
	background-size: cover;
}

.donation-inner-section {
	align-items: center;
	display: flex;
	width: 100%;
	position: relative;
	height: 100%;
}

.desktop-banner-image {
	position: absolute;
	bottom: 0;
	display: block;
}

.home_banner.donation-banner h1 {
	max-width: none;
	font-family: 'Metropolis';
	font-weight:bold;
	text-transform: uppercase;
}

.home_banner.donation-banner .banner-content {
	max-width: 880px;
	margin: 0 auto;
}

.home_banner.donation-banner p {
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 35px;
	max-width: none;
	margin-top: 0;
	letter-spacing: 3px;
}

.home_banner.donation-banner .banner_logo li {
	padding: 10px 20px;
	display: inline-block;
	vertical-align: top;
}

.home_banner.donation-banner .banner_logo {
	text-align: left;
	margin-left: 0;
}

.home_banner.donation-banner .banner_logo img {
	max-height: 86px;
	display: block;
	overflow: hidden;
	width: 100px;
}

.home_banner.donation-banner .banner_logo li:first-child img {
	width: 150px;
}

.home_banner.donation-banner .banner_logo li:first-child {
	padding-left: 0;
}

.difference_make .block-center {
	padding: 80px 0;
	text-align: center;
	max-width: 1090px;
	margin: 0 auto;
}

.block-center h2 {
	text-transform: uppercase;
	font-size: 36px;
	font-family: 'Metropolis';
	font-weight:900;
	color: black;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

.difference_make_bg {
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 556px;
 }
 .thnakyou-mid {
	margin-top: -390px;
	text-align: center;
}

.difference_make_bg h2 {
	text-transform: uppercase;
	padding: 85px 0;
	color: white;
	font-size: 36px;
	font-family: 'Metropolis';
	font-weight:900;
	margin-bottom: 0;
}

.difference_make p {
	font-family: 'Metropolis';
	font-weight:400;
	font-size: 14px;
}

.difference_make_blk {
	max-width: 1090px;
	margin: -12px auto 0;
	background-color: white;
	box-shadow: 0px 5px 25px 10px rgba(68, 68, 68, 0.1);
}

.difference_make_blk p.p_padd {
	padding: 40px 0 30px;
	margin-bottom: 0;
}

.difference_make p strong {
	font-size: 16px;
	text-transform: uppercase;
}

.difference_make_blk h3 {
	color: #bf1e2e;
	font-size: 60px;
	font-family: 'Metropolis';
	font-weight:900;
	margin-bottom: 40px;
}

a.button.button_bg_red {
	font-size: 14px;
	text-decoration: none;
}
.fight-link-area .button.button_bg_red {
	background: #bf1e2e;
	color: #fff;
	font-weight: 400;
 }
 .fight-link-area .button.button_bg_red:hover {
	color: #bf1e2e;
 }
.difference_make_blk p.btm-text {
	font-size: 18px;
	border-top: 1px solid #d6d6d6;
	margin-top: 30px;
	padding: 35px 0 40px;
	margin: 32px 50px 0;
}

.difference_make_blk p.btm-text strong {
	color: #AC1B29;
}

.event-img {
	text-align: center;
	display: block;
	overflow: hidden;
	position: relative;
}

header .av-main-nav>li>a:focus,
header .current-menu-item>a,
header .av-main-nav>li>a:hover {
	color: #f3b233 !important;
}

.event-content {
	border: 1px solid #d6d6d6;
	padding: 25px;
}

.slick-prev:focus,
.slick-next:focus {
	border: 1px solid transparent;
}

.av-main-nav>li>a:focus,
#sb_instagram .sbi_photo:focus {
	text-decoration: underline;
}

#sb_instagram .sbi_photo {
	display: block;
	text-decoration: none;
	opacity: 1 !important;
}

.slick-dots li button:focus {
	border: 1px solid transparent;
}


section.news_events {
	padding-top: 95px;
}

.avia_transform .item a .image-overlay {
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.news_events .block-center {
	text-align: center;
}

.event-block {
	margin: 0 -15px;
	display: block;
}

.item {
	width: 33.3%;
	display: block;
	padding: inherit;
	overflow: hidden;
	float: left;
	padding: 0 15px;
}

.event-content {
	border: 1px solid #d6d6d6;
	padding: 25px 25px 15px;
	display: block;
	overflow: hidden;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.event-content p {
	margin: 20px 0 25px;
}

.event-content h3 {
	font-family: 'Metropolis';
	font-weight:bold;
	color: black;
	font-size: 18px;
}

.event-content p {
	font-family: 'Metropolis';
	font-weight:400;
	font-size: 14px;
	display: block;
	overflow: hidden;
}

.event-content .event-links {
	border-top: 1px solid #d6d6d6;
}

.event-content a.event-link {
	font-family: 'Metropolis';
	font-weight:bold;
	width: auto;
	display: inline-block;
	padding-top: 20px;
	font-size: 12px;
	color: black;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.single .header_bg {
	background-image: url(../images/single-bg.jpg);
}

.sponsor-btn a:hover {
	background-color: #bf1e2e;
	color: white;
}

.event-content a.event-link:hover {
	color: #bf1e2e;
}

.event-content a.event-link img {
	padding-left: 1px;
	display: inline-block;
	width: 6.5px;
	margin-left: 10px;
}

.event-content a.event-link i {
	color: #bf1e2e;
}

.event-more {
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 40px 0 80px;
}

.event-img img {
	display: block;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.news_events .date-post {
	padding: 8px 14px 14px;
	background-color: white;
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 5px;
	width: 95px;
}

.pub_month {
	font-family: 'Metropolis';
	font-weight:900;
	font-size: 18px;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 5px;
}

.pub_date {
	color: #bf1e2e;
	font-size: 36px;
	font-family: 'Metropolis';
	font-weight:900;
	padding-top: 10px;
}

footer .av-share-box .avia-related-tooltip {
	width: auto;
	background-color: white;
}

#top #wrap_all footer .social_bookmarks li:hover a:before {
	color: white;
}

section.stories {
	display: block;
	overflow: hidden;
	margin-top: 80px;
}

.stories .event-block .item {
	width: 25%;
}

.stories .block-center {
	text-align: center;
}

.stories .event-more {
	margin: 80px 0;
}

.stories .block-center h2 {
	text-align: center;
	color: white;
	padding: 70px 0 30px;
}

.stories .event-block .event-content {
	background-color: white;
}

.storiesslider button.slick-prev.slick-arrow:before {
	background: url(/wp-content/uploads/2020/11/arrow-lft-stories.svg);
	background-repeat: no-repeat;
}

.storiesslider button.slick-next.slick-arrow:before {
	background: url(/wp-content/uploads/2020/11/arrow-rht-stories.svg);
	background-repeat: no-repeat;
}

.radio_spot {
	display: block;
	margin-top: -140px;
}

.radio_spot .row-section {
	background-color: white;
	padding: 90px 45px;
	box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 10%);
	display: flex;
	overflow: hidden;
	vertical-align: middle;
	align-items: center;
 }
 .radio_spot .row-section .block-center h2 {
	margin-bottom: 0;
 }
.row-section {
	display: block;
	overflow: hidden;
}

.half-section {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.radio_spot p {
	font-size: 14px;
}

.radio_spot audio {
	margin: 20px 0;
	width: 100%;
}

.sponsors {
	padding: 80px 0;
}
.sponsor-inner {
    display: flex;
    gap: 30px;
}

.sp-box img {
	text-align: center;
	/* max-width: 150px; */
	margin: 0 auto;
}
.sponsor-inner .sp-box a .image-overlay {
    display: none !important;
}

.sponsors button.slick-prev:before,
.sponsors .slick-next:before {
	color: #838383;
}

button.slick-prev.slick-arrow:before {
	background: url(/wp-content/uploads/2020/11/arrow-left-sponsor.svg);
	font-size: 35px;
	background-repeat: no-repeat;
	color: transparent;
}

button.slick-next.slick-arrow:before {
	background: url(/wp-content/uploads/2020/11/arrow-lright-sponsor.svg);
	font-size: 35px;
	background-repeat: no-repeat;
	color: transparent;
}

.sponsors h2 {
	text-align: center;
    margin: 0 0 60px !important;
	font-family: 'Metropolis';
    font-weight: 900;
	text-transform: uppercase;
    font-size: 36px;
    line-height: 1.27;
	color: #000000;
}

.sponsor-btn {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 50px;
}

h2.insta-title {
	text-transform: uppercase;
}

.row.post-list {
	display: flex;
	margin: 0 -15px;
}

.col-lg-4.post-list1,
.col-lg-4.post-list2,
.col-lg-4.post-list3 {
	padding: 0 15px;
}
.fight {
	background-color: #f4f4f4;
	padding: 80px 0;
	margin-top: 0;
}

.fight .block-center {
	text-align: center;
}

.fight_against {
	text-align: center;
	background-color: white;
	padding: 60px 0;
	margin-top: 60px;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
}

.fight_against .half-section:first-child {
	border-right: 1px solid #d6d6d6;
}

.fight-area h3 {
	padding-top: 30px;
	font-family: 'Metropolis';
	font-weight:700;
	color: #000000;
	font-size: 24px;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}

.fight-area p {
	font-size: 16px;
	font-family: 'Metropolis';
	font-weight:400;
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
}

.fight .fight-area {
	max-width: 495px;
	margin: 0 auto;
}

.instagram-section #sb_instagram.sbi_fixed_height.sbi {
	overflow-y: hidden;
}

.social_bookmarks a:before {
	color: white;
}

.fight .imgblk img {
	max-height: 76px;
}

.instagram-section h2 {
	padding: 50px 0 40px;
	text-align: center;
}

.instagram-section {
	margin-bottom: 10px;
}

.insta-feeds .instagram-feed {
	margin-bottom: 10px;
}

.sbi_photo_wrap:hover a:before {
	top: 96px;
	content: "";
	background: url(/wp-content/uploads/2020/11/instagram-hover.svg);
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	right: 0;
	background-size: contain;
	text-align: center;
	margin: 0 auto;
	top: 42%;
	z-index: 999;
}

.sbi_photo_wrap:hover a:after {
	background-color: rgb(191 30 46 / 73%);
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.html_header_top.html_header_sticky .page #main.all_colors {
	padding-top: 0;
}

.page .header_color .header_bg {
	background-color: transparent;
	background-image: url(../images/single-bg.jpg);
}

.inner_banner_section {
	height: 350px;
}

.inner_banner .inner_banner_content {
	position: absolute;
	bottom: 0;
}

.inner_banner h1 {
	font-family: 'Metropolis';
	font-weight:700;
	font-size: 48px;
	color: white;
}

.inner_banner .inner_banner_content {
	position: absolute;
	bottom: 55px;
}

#top .news_events .pagination a:focus {
	border: 1px solid transparent;
}

.sponsors-area h2 {
	font-family: 'Metropolis';
	font-weight:900;
	font-size: 36px;
	color: black;
	text-align: center;
	padding: 60px 0;
}

.sponsors_row {
	margin: 0 -15px;
}

.sponsors-titles .sponsors-img {
	float: left;
	display: flex;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.sponsors-titles .sponsors-img .imgblk {
	width: 100%;
	display: flex;
	overflow: hidden;
	border: 1px solid #d6d6d6;
	text-align: center;
	padding: 20px 15px;
	justify-content: center;
	align-items: center;
}

.sponsors-titles {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 30px;
}

.sponsors-titles .imgblk img {
	max-height: 160px;
}

header .av-main-nav>li.menu-btn-bg>a:hover {
	color: #fff !important;
}

hr.margin60 {
	margin: 60px 0 40px;
}

hr.margin80 {
	margin: 50px 0 80px;
}

.post-template-single-news .more-events h2.more-events-title {
	margin: 0 0 60px;
}

.post-template-single-news section.news_events {
	margin-bottom: 80px;
}

#top .single-news-content-block .av-share-box ul {
	overflow: hidden;
	display: block;
	width: 100%;
	text-align: left;
	border-radius: 0;
	border: 0 !important;
	margin: 0;
}

.single-news-content-block .av-share-box ul li {
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
}

.single-news-content-block .av-share-box ul li a {
	padding: 11px 0;
	border: 2px solid #ddd !important;
	width: 50px;
	height: 50px;
	font-size: 17px;
	border-radius: 5px;
}

.single-news-content-block .av-share-link-description {
	font-family: 'Metropolis';
	font-weight:bold;
	font-size: 14px;
	margin-bottom: 20px;
}
.single-news-content-block .av-share-box ul li a:focus {
    border: 2px solid #661b21 !important; 
}
a.web-link:focus, a.mail-link:focus{
 border: 2px solid #661b21 !important; 	
}
a.web-link, a.mail-link {
    color: #AC1B29 !important;
}
span.p2 {
    font-weight: bold;
    color: #AC1B29 !important;
}

.template_news_events .pub_date {
	padding-top: 5px;
}

.news_events h2.screen-reader-text {
	display: none;
}

.news_events .event-img img {
	width: 100%;
}
.news-item.item .event-content h2 {
    font-size: 18px;
    line-height: 1.1em;
    margin-bottom: 4px;
	font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#top .news_events .pagination .current {
	background-color: #BF1E2E;
	border-radius: 5px;
	color: white;
	font-size: 14px;
	font-family: 'Metropolis';
	font-weight:400;
	width: 45px;
	height: 45px;
	margin-right: 10px;
	line-height: 45px;
}

#top .news_events .pagination a {
	border: 1px solid #DDDDDD;
	border-radius: 5px;
	box-shadow: none !important;
	font-size: 14px;
	font-family: 'Metropolis';
	font-weight:400;
	color: black;
	width: 45px;
	height: 45px;
	line-height: 45px;
	margin-right: 10px;
	margin-bottom: 40px;
}

#top .news_events .pagination a.next.page-numbers,
#top .news_events .pagination a.prev.page-numbers {
	font-size: 26px;
	line-height: 40px;
	font-family: 'Metropolis';
	font-weight:400;
}

body .news_events .pagination {
	padding: 40px 15px;
}

body #scroll-top-link.avia_pop_class {
	opacity: 0;
	visibility: visible;
	display: none;
}

section.news_events.template_news_events .news-item.item {
	width: 25%;
}

.template_news_events .pub_date {
	font-style: normal;
    font-weight: 400;
    font-size: 31px;
    line-height: 37px;
    color: #941A23;
	padding-top: 3px;
}

.template_news_events .pub_month {
	font-family: 'Metropolis';
	font-weight:900;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 2px;
	font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
	padding-bottom: 6px;
}

.news_events .date-post {
	padding: 5px 10px;
    width: 68px;
}

.news_events.template_news_events {
	padding-top: 30px;
}

.template_news_events .news_events .pagination {
	margin-bottom: 40px;
}

.template_news_events .news-item.item {
	margin-bottom: 0;
	margin-top: 30px;
}

.footer_block {
	position: relative;
}

.footer_logo {
	position: absolute;
	top: -25px;
}

.footer_content {
	padding-left: 175px;
}

#top #wrap_all footer .av-social-link-instagram a:before {
	content: none;
}

#top #wrap_all footer .av-social-link-instagram a:after {
	content: "";
	background: url(/wp-content/uploads/2020/11/instagram-hover.svg);
	font-family: none;
	color: transparent;
	background-size: 23px;
	background-repeat: no-repeat;
	position: absolute;
	top: 3px;
	right: 1px;
	width: 25px;
	height: 25px;
}

footer#socket .sub_menu_socket li {
	padding: 0 30px;
}

footer#socket .container {
	padding-top: 60px;
	padding-bottom: 60px;
}

footer#socket .sub_menu_socket li {
	border: none;
}

footer#socket .sub_menu_socket li:first-child {
	border-right: 1px solid #404040;
}

footer#socket .social_bookmarks a:before {
	color: white;
	font-size: 24px;
}

footer#socket .social_bookmarks {
	margin: -10px 0 0 60px;
}

footer#socket .copyright {
	font-family: 'Metropolis';
	font-weight:400;
	font-size: 14px;
}

footer#socket .copyright {
	font-family: 'Metropolis';
	font-weight:400;
	font-size: 14px;
	padding-left: 20px;
}

footer#socket .social_bookmarks li {
	margin-right: 20px;
}

footer#socket .social_bookmarks li:last-child {
	margin: 0;
}

#top #wrap_all footer .av-social-link-instagram:hover a,
#top #wrap_all footer .av-social-link-twitter:hover a,
#top #wrap_all footer .av-social-link-facebook:hover a {
	background-color: transparent;
}

#top #wrap_all footer .av-social-link-instagram:hover a:before {
	color: transparent;
}

#top #wrap_all footer .av-social-link-twitter:hover a:before {
	color: #46d4fe;
}

#top #wrap_all footer .av-social-link-facebook:hover a:before {
	color: #37589b;
}

#top .news_events nav.navigation.pagination a:focus {
	text-decoration: underline;
}

.single .post-images {
	margin: 0 -15px 30px;
}

.unorder-list {
	margin-left: 0px;
}

.unorder-list li {
	position: relative;
	padding-left: 30px;
}

.unorder-list li:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	left: 10px;
	background-color: #bf1e2e;
	top: 8px;
}

header .av-main-nav>li {
	margin: 0 20px;
}
header .av-main-nav>li.volunteer-btn {
	margin: 0 0 0 10px;
 }
header .av-main-nav>li>a {
	padding: 0px;
}

header .av-main-nav ul {
	margin-top: -18px;
}

.sponsor .slick-arrow {
	height: 40px;
}

.tbsv-form-first-parent {
	padding-top: 20%;
}

.volunteer-row .nearest-store .rt_col {
	width: 110px;
	padding: 0;
	text-align: right;
	float: right;
	display: block;
	overflow: hidden;
}

.tbsv-nearest-locations .store .lft_col-img {
	width: 37px;
	padding: 0;
	min-width: 37px;
}

.tbsv-nearest-locations {
	min-height: 480px;
}

.volunteer-row .tbsv-location-hours .tbsv-location-saturday-hours .location-hours-select select {
	width: 50% !important;
}

.tbsv-form-volunteers h2.tbsv-section-header {
	margin-bottom: 10px;
	text-align: left;
}

.volunteer-row .tbsv-form-content .tbsv-form-locations,
.volunteer-row .tbsv-form-content .tbsv-form-volunteers,
	.volunteer-row .tbsv-form-content .tbsv-form-photo-consent {
	max-height: 720px;
	overflow-y: auto;
	padding-right: 10px;
}

.tbsv-form-volunteers.group_checkbox_form {
	overflow-y: scroll;
}

.tbsv-multiple-volunteer-option-select .tbsv-additional-volunteers {
	margin-bottom: 15px;
}

.tbsv-form-volunteers.group_checkbox_form input.button.tbsv-complete-signup {
	margin-bottom: 30px;
}

.volunteer-row .tbsv-multiple-volunteer-option-select .tbsv-additional-volunteers .tbsv-table-cell {
	display: table-cell;
	vertical-align: middle;
	padding-left: 0;
	padding-right: 10px;
}

.page-template-template-volunteer .breadcrumb {
	margin-top: 90px;
	padding: 17px 35px;
}

.page.page-template-template-volunteer .header_color .header_bg {
	background: url(../images/inner-banner.jpg);
}

.volunteer-row .gm-style .gm-style-iw-c {
	border-radius: 5px;
	padding: 30px !important;
	min-width: 250px !important;
}

.volunteer-row .gm-style .gm-style-iw-d {
	overflow: hidden !important;
}

.gm-style .gm-style-iw-a a.map_direction_btn {
	padding: 9px 0;
	margin: 20px 0 0;
}

.gm-style .gm-style-iw-a .store .title {
	padding-bottom: 20px;
	font-size: 16px;
	font-family: 'Metropolis';
}

.gm-style .gm-style-iw-a button.gm-ui-hover-effect {
	display: none !important;
}

.volunteer-thank-you {
	padding: 280px 0px;
}
header .av-main-nav>li.menu-btn {
	margin-right: 0px;
}

header .av-main-nav>li.menu-btn-bg {
	margin-right: 0;
}

.tbsv-form-locations hr {
	margin-bottom: 15px;
}

.nearest-store_seleted .lft_col-img img {
	min-width: 37px;
}

li.paginationjs-prev a:hover span,
li.paginationjs-next a:hover span {
	color: #bf1e2e;
}

#top .tbsv-form-first-section input[type="text"] {
	margin-bottom: 5px;
}

.tbsv-form-first-input {
	margin-bottom: 20px;
}

section.volunteer {
	padding: 0 35px;
}

#tbs-volunteer-form button:focus {
	outline: none;
}

.volunteer-multiple-option label {
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}

.volunteer-multiple-option {
	padding-bottom: 10px;
}

.volunteer-guest:first-child {
	padding-top: 10px;
	border: none;
	margin-top: 0px;
}

.volunteer-guest {
	padding-top: 15px;
	border-top: 1px solid #e8e2e2;
	margin-top: 5px;
}
.underline-text{
	text-decoration: underline;
}
.d-none {
	display: none;
  }
  
  .skipToContent {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
  }
  
  .skipToContent a {
	background: #fff;
	width: 0px;
	opacity: 0;
	font-size: 0;
	display: inline-block;
  }
  
  .skipToContent a:focus {
	opacity: 1;
	width: auto;
	font-size: inherit;
	padding: 8px 10px;
  }
  .skipToContent a:visited{
	opacity: 0;
  }
  .instagram-section .sbi_photo_wrap:hover a:before{
	display: none;
}

.footer_block .footer_content .avia3-menu ul li a {
    color: #fff !important;
}
.footer_block .footer_content .avia3-menu ul li a:hover{
	color: #aaaaaa !important;
}
.instagram-section #sb_instagram .sbi_photo img {
    height: 100%;
}
.stories .event-img a:focus > .image-overlay, .news_events a:focus > .image-overlay{
	opacity: 0.7 !important;
}
.instagram-section a:focus > .image-overlay{
	opacity: 0.7 !important;
}
.stories .event-img a, .news_events a{
	position: inherit !important;
}
.insta-feeds .sbi_photo_wrap:hover a:before{
	display: none;
}
.insta-feeds .sbi_photo_wrap a:focus > .image-overlay{
	opacity: 0.7 !important;
}
body.key_focus :focus, body.key_focus a:focus, body.key_focus button:focus, body.key_focus input:focus { outline: 2px auto #bf1e2e !important;}
.footer_block .footer_content {
    text-align: right;
}
.footer_block .footer_content .sub_menu_socket {
    float: none !important;
    display: inline-block;
}
.single-news-content-block .av-share-box ul li a:focus ~ .avia-related-tooltip {
    display: block !important;
    opacity: 1 !important;
}
.news-item .event-content a.event-link:focus .image-overlay-inside{
	display: none !important;
}
.avia_transform .item a .image-overlay {
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
.avia_transform .item .event-content a:focus .image-overlay {
    opacity: 0 !important;
}
header .av-main-nav>li>a{
	font-size: 14px;
 }
header .av-main-nav>li>a:focus{
	text-decoration: none;
}

.av-share-box ul li .avia-related-tooltip .avia-arrow-wrap .avia-arrow {
	top: -4.5px;
	background: #fff;
} 
#sb_instagram .sbi_photo img{
 height: 100%;
}
header .volunteer-btn a .avia-menu-text {
    font-family: 'Metropolis';
	font-weight:bold;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
    padding: 7px 23px;
    background: linear-gradient(to right, #f3b233 50%, transparent 50%);
    background-size: 202% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
	height: 35px;
    display: inline-block;
}
header .volunteer-btn a .avia-menu-text:hover {
    background-color: transparent;
    color: #000;
    background-position: left bottom;
    border-color: #f3b233;
}
header .volunteer-btn.current-menu-item> a .avia-menu-text {
    padding: 7px 23px;
}

header .volunteer-btn a span .avia-arrow {
	background-color: transparent !important;
	color: transparent !important;
	border-color: transparent !important;
 }
 section.videos-sec {
	margin-top: 0;
 }
 .videos-sec video {
	height: 260px;
	object-fit: cover;
 }
 .videos-sec .block-center h2 {
	color: #000;
	padding: 80px 0 40px;
 }
 .videos-sec .event-img {
	border: 1px solid #d6d6d6;
	border-radius: 5px;
	height: 100% !important;
 }
  .videos-sec .our-videos-slider.event-block .items {
	height: 100%; 
 }
 .our-videos-slider .slick-track {
	display: flex !important;
	align-items: stretch;
	gap: 30px;
 }
 .our-videos-slider .slick-track .slick-slide {
	height: auto;
	float: none;
 }
 .our-videos-slider .slick-track .slick-slide > div {
	height: 100%;
 }
 .videos-sec h3 {
	font-family: 'Metropolis';
	font-weight:bold;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	color: #000;
	padding: 20px 29px 29px;
	text-align: left;
 }
 .videos-sec .event-block .items {
	width: 23%;
 }
 .videos-sec .play-button-wrapper {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: auto;
	pointer-events: none;
 }
 .videos-sec #circle-play-b {
	cursor: pointer;
	pointer-events: auto;
	width: 100%;
	height: 76%;
	display: flex;
	justify-content: center;
	align-items: center;
 }
 .videos-sec .play-gif img {
        width: 48px;
        height: 48px;
        fill: #fff;
        stroke: #fff;
        cursor: pointer;
        background-color: rgba(black, 0.2);
        border-radius: 50%;
        opacity: 0.9;
}
.videos-sec .play-video {
	opacity: 0;
 }
.videos-sec .play-video:hover {
	opacity: 1;
 }
 .videos-sec .overlay-type-video {
	background: transparent !important;
 }
 .videos-sec .overlay-type-video .image-overlay-inside {
	opacity: 0;
	z-index: 9;
 }
 .videos-sec .slick-prev, .videos-sec .slick-next{
	display: none !important;
 }
 .videos-sec .slick-dots {
	bottom: -30px;
 }
 .videos-sec .slick-dots li {
	width: 12px;
	height: 12px;
 }
 .videos-sec .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #000;
 }
 .videos-sec .slick-dots li.slick-active button {
	background: #BF1E2E;
 }
 .videos-sec .slick-dots li button:before {
	line-height: 12px;
	width: 12px;
	height: 12px;
 }
 .robust-video-popup {
	position: fixed;
	top: 50%;
	left: 50%;
	text-align: center;
	background: rgba(0,0,0,0.7);
	transform: translate(-50%, -50%);
	z-index: 99999;
	width: 100%;
	height: 100%;
 }
 .robust-video-popup .video-popup-inner {
	height: 100%;
	display: flex;
	align-items: center;
 }
 .robust-video-popup .modal-body.remove_outline {
	max-width: 650px;
	margin: 0 auto;
	position: relative;
 }
 .robust-video-popup .modal-header {
	position: absolute;
	top: -10px;
	right: -60px;
 }
 button#hide {
	background: transparent;
	color: #fff;
	cursor: pointer;
	border: 0;
	font-size: 30px;
 }
 .videos-sec .popup-link .video_link_click {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative !important;
	cursor: pointer;
 }
 .insta_all_post{
	display: flex;
	flex-wrap: wrap;
 }
 .instagram-section .insta-post {
	width: 16.66%;
	cursor: pointer;
	position: relative;
 }
 .instagram-section .insta-post::before {
	position: absolute;
	content: "";
	background: #BF1E2E;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	opacity: 0;
	z-index: 1;
	pointer-events: none;
 }
 .instagram-section .insta-post:hover::before {
	opacity: 0.8;
	width: 100%;
	height: 100%;
 } 
 .instagram-section .insta-post::after{
	position: absolute;
	content: "";
	background-image: url('/wp-content/themes/enfold-child-bottledrive/images/instagram-hover.svg');
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 36px;
	height: 36px;
	z-index: 2;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	opacity: 0;
	pointer-events: none;
 }
 .instagram-section .insta-post:hover::after {
	opacity: 1;
 }
 .instagram-section .insta-post img {
	width: 100%;
 }
 .instagram-section .slick-prev,  .instagram-section .slick-next {
	background: rgba(0,0,0,0.7);
	z-index: 9;
	width: 36px;
	height: 36px;
 }
 .instagram-section .slick-prev {
	left: 10px;
 }
 .instagram-section .slick-next {
	right: 10px;
 }
 .instagram-section button.slick-prev.slick-arrow:before,  .instagram-section button.slick-next.slick-arrow:before {
	background-size: 14px;
	background-position: center;
	width: 35px;
	display: inline-block;
 }
 .instagram-section .slick-dots {
	display: none !important;
 }
 .story-new-tile .event-img img {
	object-fit: cover;
 }
 .stories .event-links .overlay-type-extern {
	display: none !important;
 }
.template_news_events_con .news-item.item .event-content h2 {
    line-height: 22px;
}

.template_news_events_con .template_news_events .pub_month {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	padding-bottom: 6px;}

.template_news_events_con .template_news_events .pub_month {
    border-color: #dddddd;
}

.template_news_events_con .news-item.item .event-content h2 {
    line-height: 22px;
}

.template_news_events_con .event-content p {
    margin-top: 10px;
	line-height: 24px;
}

.template_news_events_con .event-content .event-link {
	border-top: 1px solid #DDDDDD;
	padding-top: 30px;
	display: inline-block;
	width: 100%;
	line-height: 14px;
    color: #000000;
}
.template_news_events_con .event-content{
	padding: 25px 30px 15px;
}
body .template_news_events_con .news_events .pagination{
    padding-top: 60px;
    padding-bottom: 40px;
}
.template_news_events_con .news_events-step-disc .ne-heading {
    font-family: 'Metropolis';
	font-weight:900;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    max-width: 890px;
    margin: 0 auto;
    width: 100%;
}

.template_news_events_con .news_events-step-disc .ne-disc {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    width: 100%;
    margin: 10px auto 0;
    max-width: 1500px;
}
.template_news_events_con .news_events-step-disc {
    padding: 80px 30px 0;
}
.template_news_events_con .row {
    margin-bottom: 5px;
}
.page-template-template-news-events .inner_banner h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
}
.all_colors .breadcrumb .container {
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.all_colors .breadcrumb .container a {
    font-family: 'Metropolis';
    font-weight: normal;
    color: #000000;
}
/* volunteer page main disc css start */

 .volunteer-step-disc .v-heading {
    font-family: 'Metropolis';
	font-weight:900;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    max-width: 1120px;
    margin: 0 auto;
    width: 100%;
}

.volunteer-step-disc .v-disc {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    max-width: 1200px;
    width: 100%;
    margin: 10px auto 0;
}

.volunteer-step-disc {
    margin: 60px 0;
}

.volunteer-row .nearest-store .rt_col .pointer_map_select {
    background: linear-gradient(to left, #bf1e2e 50%, transparent 50% );
    background-size: 202% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    color: #fff;
}

.volunteer-row .nearest-store .rt_col .pointer_map_select:hover {
    color: #bf1e2e;
    background-position: left bottom;
}
.volunteer-row .tbsv-form-content .tbsv-nearest-locations{
	min-height: 460px;
}
.volunteer-row .tbsv-form-content .paginationjs-pages ul {
    margin: 10px 0 24px;
}
.photo-consent-heading,.photo-consent-f_heading {
    font-family: 'Metropolis';
	font-weight:900;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
	text-transform: uppercase;
}
.photo-consent-f_heading{
	text-transform: none;
}

.tbsv-form-photo-consent > .tbsv-consent-data {
    text-align: left;
}

.tbsv-form-photo-consent p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.form-element .tbs-signature {
    height: 105px;
	overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
	margin-bottom: 5px;
}
.tbsv-form-photo-consent .form-element .tbsv-consent-submit, .tbsv-form-photo-consent .form-element .tbsv-consent-sub {
    margin-top: 20px;
}
#tbs-volunteer-form .tbsv-form-photo-consent .form-element label.error {
    color: #db1818;
}
#tbs-volunteer-form .form-element .date-form {
    background: url(../images/calender-icon.svg) no-repeat;
    background-position: calc(100% - 15px) center;
	background-size: 14px 16px;
    background-color: transparent;
    border-radius: 5px;
    width: 100%;
    padding: 14px 35px 14px 15px;
    margin-bottom: 5px;
    border: 1px solid #dddddd;
    font-style: normal;
    font-weight: 325;
    font-size: 16px;
    font-family: 'Metropolis';
	font-weight:400;
}

#tbs-volunteer-form .form-element .date-form {
    -webkit-appearance: none;
}
#tbs-volunteer-form .form-element .date-form::-webkit-inner-spin-button,
#tbs-volunteer-form .form-element .date-form::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    opacity:0;
    position: absolute;
    width:18px;
    height:18px;
    right:12px;
    top:50%;
    transform: translateY(-50%)
}

#tbs-volunteer-form .form-element .date-form:focus-visible {
    outline: none;
}
.volunteer-row .tbsv-form-photo-consent{
	text-align: left;
}

#tbs-volunteer-form .form-element .date-form:required:invalid::-webkit-datetime-edit {
    color: transparent;
}
#tbs-volunteer-form .form-element .date-form:focus::-webkit-datetime-edit {
    color: #000000;
}

#tbs-volunteer-form .tbsv-form-photo-consent .form-element label {
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
    text-align: left;
    margin: 15px 0 5px;
}
.tbsv-form-photo-consent .form-element .signature-reset {
    position: absolute;
    top: 40px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
    font-style: normal;
    font-weight: 325;
    font-size: 11px;
    line-height: 24px;
    background: #8f1f2a;
    padding: 0px 5px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 30px;
	font-family: 'Metropolis';
	font-weight: 400;
}
.tbsv-form-content .tbsv-form-volunteers-submit {
    text-align: left;
}
.volunteer-row .tbsv-form-volunteers-submit .photo-consent-heading{
    font-size: 16px;
   font-family: 'Metropolis';
	font-weight:700;
}
.tbsv-form-photo-consent .form-element {
    position: relative;
}
#tbs-volunteer-form textarea.form-guardian {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    resize: vertical;
    height: 100px;
}
.tbsv-form-photo-consent > .tbsv-consent-data p > i {
    font-style: italic;
    line-height: 18px;
}
.custom-grid-table {
    border: 1px solid #DDDDDD;
}

.custom-grid-table .custom-grid-thead {
    display: flex;
    align-items: center;
}

.custom-grid-table .custom-grid-thead .custom-grid-th {
    width: 33.33%;
    text-align: center;
    padding: 10px 4px;
    height: 44px;
    background: #404040;
    color: #ffff;
	font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Metropolis';
}

.custom-grid-table .custom-grid-body-tr:nth-child(odd) {
    background: #F4F4F4;
}

.custom-grid-table .custom-grid-body-tr {
	display: flex;
	align-items: center;
}

.custom-grid-table .custom-grid-body-tr .custom-grid-body-td {
    width: 33.33%;
    text-align: center;
    padding: 10px 4px;
    height: 44px;
    color: #000000;
}

#tbs-volunteer-form button.btn-custom-download {
    padding: 10px 16px;
    max-width: 110px;
    height: 34px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid #f3b233;
    background: linear-gradient(to right, #fff 50%, #f3b233 50%);
	background-size: 202% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    margin-left: auto;
    margin-bottom: 0;
    font-family: 'Metropolis';
	font-weight:400;
	cursor: pointer;
}
#tbs-volunteer-form button.btn-custom-download:hover {
	background-color: transparent;
    color: #f3b233;
    background-position: left bottom;
}
.d-photo-consent-grid {
    display: flex;
    align-items: center;
    background: #F4F4F4;
    border-radius: 5px;
    padding: 20px;
    margin: 25px 0;
}
.tbsv-form-content .tbsv-form-volunteers-submit hr {
    margin-bottom: 25px;
}
.d-photo-consent-grid > span {
    font-family: 'Metropolis';
	font-weight:400;
    font-style: normal;
    font-weight: 325;
    font-size: 14px;
    line-height: 24px;
    margin-left: 10px;
}
.custom-grid-table-mob {
    margin-bottom: 20px;
}
#top .tbsv-location-hours .tbsv-location-saturday-hours select {
    padding-left: 12px;
    padding-right: 12px;
	font-family: 'Metropolis';
}

footer#socket .social_bookmarks {
	display: flex;
	flex-wrap: wrap;
}

footer#socket .social_bookmarks .social_icon_1 {
    order: 1;
}

footer#socket .social_bookmarks .social_icon_2 {
    order: 3;
    margin: 0 0 0 20px;
}

footer#socket .social_bookmarks .social_icon_3 {
    order: 2;
}
footer .footer_logo {
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}

/* media code */
@media (min-width: 1200px) {	
	.custom-grid-table.custom-grid-table-mob{
		display: none;
	}
	body .tbsv-form-component .volunteer-title {
		font-size: 21px;
	}
	.main_menu {
		top: 0px;
	 }
	 li.current-menu-item>a>span.avia-menu-text {
		padding-bottom: 25px;
	 }
}

@media (min-width: 1680px){
	body .tbsv-form-component .volunteer-title {
		font-size: 24px;
	}
	footer#socket .sub_menu_socket li {
		padding: 0 40px;
	}
	.footer_content {
		padding-left: 210px;
	}
}
@media (min-width: 1860px){
	.all_colors .home_banner.donation-banner {
		background-image: url('/wp-content/themes/enfold-child-bottledrive/images/banner.jpg') !important;
	 }
	 .desktop-banner-image {
		display: none;
	 }
}
@media(max-width:1200px) {
	header .av-main-nav>li.volunteer-btn {
		margin: 1px 0 0 10px;
	 }
}
@media (max-width: 1199px) {
	.custom-grid-table-mob .custom-grid-thead .custom-grid-th,
	.custom-grid-table-mob .custom-grid-body-tr .custom-grid-body-td {
		width: 100%;
	}
	.custom-grid-table {
		display: none;
	}
	.custom-grid-table.custom-grid-table-mob {
		display: block;
	}
	.footer_block .footer_logo img {
		max-width: 115px;
	}
	
	.footer_block .footer_content {
		padding-left: 140px;
	}
	.footer_block .footer_content .avia3-menu ul li a .avia-menu-text {
		font-weight: 700;
	}
	
	footer#socket .social_bookmarks {
		margin-left: 25px;
	}
	
	footer#socket .sub_menu_socket li {
		padding: 0 15px;
	}
	
	footer#socket .copyright {
		font-size: 12px;
	}
	
	footer#socket .social_bookmarks .social_icon_1 {
		margin-right: 10px;
	}
	
	footer#socket .social_bookmarks .social_icon_2 {
		margin-left: 10px;
	}

}
.file-upload-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    padding: 20px;
    border-radius: 10px;
    border: 2px dashed #DDDDDD;
    color: #444;
    cursor: pointer;
	margin: 15px 0 20px;
  }
  .file-upload-container .drop-title {
	font-weight: 400;	
	font-size: 14px;
	line-height: 24px;
  }
  #tbs-volunteer-form .file-upload-container .drop-title span {
    color: #BF1E2E;
  }
  .file-upload-container input[type="file"] {
		position: absolute;
		visibility: hidden;
	}
	.nearest-store .store .title {
		font-family: 'Metropolis';
		font-weight:bold;
		font-weight: 400;
		font-size: 14px;
		line-height: 24px;
		color: #000000;
	}
	.nearest-store .store .title span {
		font-family: 'Metropolis';
	}

	.tbsv-form-volunteers .tbsv-location-hours {
		margin-bottom: 20px;
	}
	
	.volunteer-multiple-option label,.volunteer-consent-option label {
		font-size: 14px;
		line-height: 24px;
		color: #000000;
	}
	.tbsv-location-hours .tbsv-location-saturday-hours .location-hours-select {
		display: flex;
		align-items: center;
	}

	.tbsv-location-hours span.time-range {
		font-weight: 700;
		font-size: 14px;
		line-height: 17px;
		font-family: 'Metropolis';
	}

	.volunteer-row .tbsv-section-header:not(.coninfo){
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
#header .menu, #header .main_menu{
    display: flex;
    align-items: center;
}
header .av-main-nav>li a[aria-label="Donate"] {
    margin: 0;
}

header .av-main-nav>li a[aria-label="Donate"] .avia-menu-text {
    padding: 9px 23px;
    height: 35px;
    display: flex;
    align-items: center;
}
#header .logo,
#header .logo > a {
    display: flex;
    align-items: center;
}
header .av-main-nav>li.volunteer-btn > a {
    display: flex;
    align-items: center;
}
body #header_main .container, body .main_menu ul:first-child > li a {
    height: 70px;
    line-height: 70px;
}
@media screen and (min-width: 1750px) {
	.col-lg-5.vol-left-form {
		padding: 25px 50px;
	}

	.responsive body.stretched header .container {
		max-width: 1730px;
		padding: 0 15px;
	}

	.banner_logo_block .banner_logo:before {
		width: 71%;
	}

	.responsive .page-template-template-home-page .home_banner .container {
		max-width: 1730px;
		padding: 0 15px;
	}

	.home_banner .banner_logo_block {
		padding: 0;
		left: 15px;
	}

	header .main_menu {
		right: -25px;
	}

	.volunteer-row h2.tbsv-section-header {
		font-size: 30px;
		line-height: 40px;
	}

	.tbsv-form-component .tbsv-form-postalcode input {
		height: 60px;
	}

	.volunteer-row #tbs-volunteer-form button,
	input[type=submit] {
		padding: 16px 0;
	}

	.tbsv-nearest-locations .store .lft_col-img {
		width: 37px;
		padding: 0;
		margin-right: 18px;
	}

	#top input[type="text"] {
		padding: 20px 15px;
	}
	body .col-lg-5.vol-left-form{
		padding: 15px 32px;
	}
	
	body .col-lg-5.vol-left-form {
		padding: 15px 55px;
		width: 680px;
		border-right: 0;
	}
	.col-lg-7.vol-right-map {
		width: calc(100% - 680px);
	}
}

@media only screen and (max-width: 1750px) and (min-width: 1500px) {
	.desktop-banner-image {
		left: -10%;
	}
}

@media screen and (max-width: 1650px) {
	.tbsv-form-first-parent {
		padding-top: 25%;
	}
	h3.volunteer-title span {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1499px) and (min-width: 1300px) {
	.desktop-banner-image {
		left: -17%;
	}
}
@media (max-width: 1536px) {
	.videos-sec h3 {
		padding: 10px 14px 20px;
		font-size: 16px;
	}
}
@media screen and (max-width: 1400px) {
	section.radio_spot .block-center h2 {
		font-size: 30px;
	}

	header .av-main-nav>li {
		margin: 0 11px;
	}

	.tbsv-form-first-parent {
		padding-top: 30%;
	}

	.tbsv-nearest-locations .store .lft_col-img {
		width: 37px;
	}

	.volunteer-row .tbsv-section-header,
	.volunteer-row .volunteer-title,
	.volunteer-row .photo-consent-f_heading,
	.volunteer-row .photo-consent-heading {
		font-size: 18px;
	}
	.volunteer-row .tbsv-section-header:not(.coninfo) {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 1300px) and (min-width: 1201px) {

	.desktop-banner-image {
		left: -25%;
	}

	header .av-main-nav>li>a {
		font-size: 12px;
	}

	.volunteer-row h3.volunteer-title {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 1101px) {
	section.radio_spot .block-center h2 {
		font-size: 25px;
	}

	.volunteer-row h3.volunteer-title {
		font-size: 16px;
	}

	h3.volunteer-title span {
		line-height: 18px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
	img.desktop-banner-image {
		left: -20%;
		width: 40%;
	}

	.banner_logo_block .banner_logo:before {
		width: 50%;
	}

	header .av-main-nav>li>a {
		font-size: 10px;
	}
}

@media (min-width: 1025px) {
	.col-lg-5 {
		width: 41.66666667%;
		float: left;
	}

	.col-lg-7 {
		width: 58.33333333%;
		float: left;
	}
}

@media only screen and (max-width: 1100px) and (min-width: 991px) {
	.volunteer-row h3.volunteer-title {
		font-size: 15px;
	}

	h3.volunteer-title span {
		line-height: 18px;
	}

	header .av-main-nav>li>a {
		padding: 0 6px;
	}

	section.radio_spot .block-center h2 {
		font-size: 24px;
	}

	header .av-main-nav>li>a {
		font-size: 8px;
	}

	header .av-main-nav>li {
		margin: 0 12px 0 10px;
	}

	footer#socket .social_bookmarks {
		margin: -10px 0 0 20px;
	}

	footer#socket .sub_menu_socket li {
		padding: 0 15px;
	}

	footer#socket .sub_menu_socket li:first-child {
		padding-right: 15px;
	}

	.home_banner.donation-banner .banner-content {
		max-width: 610px;
		margin: 0 auto;
	}
	header .av-main-nav>li a[aria-label="Donate"] .avia-menu-text,
	header .volunteer-btn a .avia-menu-text {
		padding: 9px 15px;
	}
}

@media(max-width: 1100px) {
	.stories .event-img .wp-post-image {
		object-fit: cover;
		width: 100%;
	 }
	.videos-sec .event-block .items {
		width: 48.3%;
	 }
	 .videos-sec .event-block .items .lightbox-added img {
		width:100%;
	 }

	 li.current-menu-item>a>span.avia-menu-text {
		padding-bottom: 27px;
	 }
	 header .av-main-nav>li>a {
		font-size: 12px;
	 }
	 header .volunteer-btn a .avia-menu-text {
		font-size: 12px;
	 }
	 header .av-main-nav>li {
		margin: 0 6px 0 6px;
	 }
	 .menu-btn-bg a span {
		padding: 6.5px 25px;
	 }
	 .avia-safari .menu-btn-bg a span {
		margin-top: 0;
	 }
	 .home_banner h1 {
		font-size: 52px;
		line-height: 60px;
	 }
	 .template_news_events_con .news_events-step-disc{
		padding: 65px 30px 0;
	 }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.home_banner.donation-banner h2 {
		font-size: 52px;
		line-height: 56px;
	}

	.home_banner.donation-banner .banner-content {
		max-width: 610px;
		margin: 0 auto;
	}

	.desktop-banner-image {
		position: absolute;
		bottom: 0;
	}

	.home_banner.donation-banner p {
		font-size: 22px;
		line-height: 34px;
	}

	.banner_logo_block .banner_logo:before {
		width: 43%;
	}

	.event-img img {
		width: 100%;
	}

	.stories .event-block .item {
		width: 50%;
		margin-bottom: 30px;
	}

	.block-center h2 {
		font-size: 30px;
	}

	.sponsors-titles .sponsors-img .imgblk {
		padding: 30px 15px;
	}

	.sponsors-titles .sponsors-img {
		width: 33.3%;
	}
	.tbsv-form-volunteers {
		overflow-y: scroll;
	}

	.volunteer-row .tbsv-location-hours .tbsv-location-saturday-hours .location-hours-select select {
		width: 43% !important;
	}

	.volunteer-row h3.volunteer-title {
		font-size: 16px;
	}

	.volunteer-row h3.volunteer-title span {
		line-height: 19px;
	}

	.volunteer-row h2.tbsv-section-header {
		font-size: 18px;
	}

	.volunteer-row .tbsv-form-volunteers.group_checkbox_form {
		padding-right: 10px;
	}

	footer#socket .sub_menu_socket li:first-child {
		padding-left: 0;
		margin-left: -10px;
	}

	#socket .sub_menu_socket div {
		overflow: hidden;
		padding: 0 3px;
	}

	.footer_logo {
		padding-top: 10px;
	}

	.tbsv-nearest-locations .store>div {
		padding: 5px;
		width: 80%;
	}
	.videos-sec #circle-play-b {
		height: 86%;
	 }
	 .instagram-section .insta-post {
		width: 33.33%;
	 }
	 .instagram-section .insta-post img {
		height: 100%;
	 }
	header .volunteer-btn a .avia-menu-text {
		border: 1px solid #FFFFFF !important;
	 }
}

@media only screen and (max-width: 989px) and (min-width: 768px) {
	.responsive.html_mobile_menu_tablet.html_header_top.html_header_sticky body#top #wrap_all #main {
		padding-top: 0;
	}

	.html_header_top.html_header_sticky header#header {
		height: 100px;
		position: relative;
	}

	.volunteer-row .tbsv-nearest-locations .store {
		padding: 0px 0px 15px;
	}

	.volunteer-row .rt_col a {
		margin: 8px 0px 0px;
	}
	header #header_main .av-burger-menu-main a > span {
		display: flex;
		align-items: center;
		height: 100%;
	}
	footer#socket .copyright {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		padding: 0;
		top: 60px;
	}

	footer#socket {
		padding-bottom: 60px;
	}

	footer#socket .container {
		padding-bottom: 30px;
	}

	footer .footer_logo {
		padding-top: 0;
	}
	footer#socket .social_bookmarks .social_icon_1{
		margin-right: 20px;
	}
	footer#socket .social_bookmarks .social_icon_2 {
		margin-left: 20px;
	}
	footer#socket .menu {
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}
	footer#socket .menu li.current-menu-item>a>span.avia-menu-text {
		border: 0;
	}
}
@media only screen and (max-width: 990px) and (min-width: 989px) {
	header .av-main-nav>li {
		margin: 0 5px;
		padding-top: 0;
	 }
	 .menu-btn-bg a span {
		padding: 7.5px 15px;
	 }
	 header .av-main-nav>li.menu-btn-bg {
		margin-right: 0;
	 }
}

@media(max-width: 991px) {
	.videos-sec .event-block .items {
		width: 47%;
	 }
	 .videos-sec .play-button-wrapper {
		top: 45%;
		left: 50%;
		right: unset;
		bottom: unset;
		width: 48px;
		height: 48px;
		pointer-events: none;
		transform: translate(-50%, -50%);
	 }
	 .videos-sec #circle-play-b {
		pointer-events: none;
	 }
	footer#socket .sub_menu_socket li {
		padding: 0 12px;
	}
	
	footer#socket .sub_menu_socket li:first-child {
		padding-right: 12px;
	}
	.sponsors{
		padding: 40px 0;
	}
	.sponsors h2{
		margin: 0 0 40px !important;
	}
	.sponsor-inner {
		display: flex;
		gap: 2px 10px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.sp-box {
		/* display: table !important; */
		/* height: 100px; */
		flex: 0 0 48%;
		max-width: 100%;
	}
}
@media screen and (max-width: 990px) {
	.page-template-template-volunteer .responsive #top .av-main-nav .menu-item-avia-special {
		padding-top: 5px;
	}

	.html_av-overlay-side #top .av-burger-overlay-scroll {
		overflow: hidden;
	}

	body #header {
		background: url(../images/inner-banner.jpg);
	}

	.tbsv-form-first-parent {
		padding: 15% 0;
	}

	section.radio_spot .block-center h2 {
		font-size: 20px;
	}

	

	.html_av-overlay-side #top #wrap_all header .av-burger-overlay li a {
		padding: 15px 20px;
	}

	.html_av-submenu-hidden header .av-submenu-indicator {
		font-weight: bold;
		font-size: 16px;
		opacity: 1;
	}

	

	.responsive #top header #header_main>.container .main_menu .av-main-nav>li>a {
		min-width: 0;
		padding: 0;
		margin: 0;
		border-style: none;
		border-width: 0;
	}

	.responsive #top.single header #header_main>.container .main_menu .av-main-nav>li>a {
		padding: 18px 0;
	}

	.responsive #top.page-template-template-volunteer header #header_main>.container .main_menu .av-main-nav>li>a {
		padding: 10px 0;
	}

	.volunteer-row .rt_col a {
		margin: 13px 0px 0px;
	}

	.page-template-template-volunteer .breadcrumb {
		margin-top: 0;
		padding: 17px 5px;
	}

	section.volunteer {
		padding: 0;
	}

	.av-burger-overlay-active-delayed li.av-burger-menu-main.menu-item-avia-special {
		position: fixed;
		right: 50px;
		top: 0px;
	}
	.volunteer-row .nearest-store .rt_col .pointer_map_select {
		margin-top: 0;
	}
}
@media(max-width: 989px) {
	.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
		padding-top: 0;
	 }
	 
	 #top #wrap_all #header #av-burger-menu-ul > li:nth-last-child(-n+2) {
		margin-top: 20px;
		text-align: left;
		padding-left: 20px;
	 }
	 #top #wrap_all #header #av-burger-menu-ul > li:nth-last-child(-n+2) a[aria-label="Donate"] {
		border: 1px solid #f3b233;
		background: #f3b233;
		display: inline-block;
		padding: 9px 41px;
		border-radius: 5px;
		color: #000 !important;
	 }
	 #top #wrap_all #header #av-burger-menu-ul > li:nth-last-child(-n+2) a[aria-label="Volunteer"] {
		border: 2px solid #FFFFFF !important;
		display: inline-block;
		padding: 9px 25px;
		border-radius: 5px;
		color: #fff !important;
		background: transparent !important;
	 }
	 
	 .page-template-template-volunteer#top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
		margin-top: 0px;
	 }
	 .avia-safari.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
		margin-top: 11px;
	 }
	 .avia-safari body.stretched header#header .inner-container .logo img {
		margin-top: 0;
	 }
	header li.current-menu-item>a>span.avia-menu-text {
		border-bottom: none;
	}
	header #header_main .container,header #header_main  .av-burger-menu-main {
		min-height: 100px;
		display: flex !important;
		align-items: center;
	}
	header #header_main .av-burger-menu-main a {
		min-height: 100px;
	}
	
	#header .av-hamburger--spin.is-active .av-hamburger-inner {
		top: 10px;
		right: 0px;
	}
	#header .avia_hidden_link_text {
		display: none !important;
	}
}
@media screen and (max-width: 850px) {
	.home .banner_logo_block .banner_logo:before {
		width: 33%;
	}

	section.radio_spot .block-center h2 {
		font-size: 17px;
	}
}

@media only screen and (max-width: 850px) and (min-width: 768px) {
	.radio_spot .row-section {
		padding: 90px 15px;
	}
}

@media screen and (min-width: 768px) {
	img.mobile-banner-image {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.videos-sec .our-videos-slider h3 {
		font-size: 14px;
	}
	.stories .event-more {
		margin: 60px 0 40px;
	 }
	.stories .slick-dots li {
		width: 12px;
		height: 12px;
		background: #fff;
		border-radius: 100%;
	 }
	 .stories .slick-dots li.slick-active{
		background:  #F3B233;
	 }
	.home_banner.donation-banner h1{
		font-size: 25px;
		line-height: 35px;
	}
	.all_colors .home_banner.donation-banner {
		height: 500px;
	}

	.home_banner.donation-banner .banner-content {
		text-align: center;
	}

	.home_banner.donation-banner .banner_logo {
		display: flex;
		justify-content: center;
	}

	.home_banner.donation-banner .banner-content {
		max-width: 510px;
	}

	.home_banner.donation-banner h2 {
		font-size: 36px;
		line-height: 38px;
	}

	.home_banner.donation-banner p {
		font-size: 17px;
		line-height: 23px;
		letter-spacing: normal;
		max-width: 380px;
		margin: 0 auto 20px;
	}

	.home_banner.donation-banner .banner_logo {
		max-width: 340px;
		margin: 0 auto;
	}

	.home_banner.donation-banner {
		background-size: cover;
	}

	.home_banner.donation-banner .banner_logo img {
		max-height: 56px;
	}

	.desktop-banner-image {
		display: none;
	}

	.mobile-banner-image {
		position: absolute;
		left: -13px;
		max-width: 130px;
		bottom: 0;
	}

	.av-burger-overlay-active-delayed li.av-burger-menu-main.menu-item-avia-special {
		right: 20px;
	}

	

	.volunteer-row .tbsv-form-component .tbsv-location-buttons {
		padding: 0;
	}

	.tbsv-nearest-locations .store>div {
		width: 70%;
	}

	footer#socket .copyright {
		padding-left: 0;
		position: absolute;
		bottom: -35px;
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
		text-align: center;
		width: 100%;
		left: 0;
	}
	  .footer_content {
		padding-left: 160px;
	 }
	  footer#socket .sub_menu_socket li:first-child {
		padding-right: 15px;
		padding-left: 0;
	 }
	 footer#socket .sub_menu_socket li {
		padding: 0 15px;
	}
	.volunteer-row .rt_col a {
		margin: 13px 0px 0;
	}

	.volunteer-row .rt_col a:last-child {
		margin-top: 7px;
	}

	.volunteer-row .tbsv-nearest-locations .store {
		padding: 0 0px 17px;
	}

	.volunteer-row .tbsv-location-hours .tbsv-location-saturday-hours .location-hours-select select {
		width: 100% !important;
	}

	.volunteer-row .col-lg-5.vol-left-form,
	.volunteer-row .tbsv-form-volunteers {
		max-height: unset;
		overflow-y: hidden;
	}

	.single-news-width .row.post-list {
		display: block;
	}

	.post-list .col-lg-4.post-list1,
	.post-list .col-lg-4.post-list2,
	.post-list .col-lg-4.post-list3 {
		width: 100%;
	}

	.single .post-images {
		display: inline-block;
		overflow: hidden;
	}

	footer#socket .sub_menu_socket li:first-child {
		padding-left: 10px;
	}

	.responsive #top .header_bg {
		opacity: 0;
	}

	.responsive body#top #wrap_all .av-logo-container {
		padding: 0 15px;
	}

	.responsive body#top #wrap_all .container {
		width: 100%;
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.sponsors .slick-next {
		right: 0px;
	}

	.sponsors .slick-prev {
		left: 0px;
	}

	.home_banner h2 {
		font-size: 42px;
		line-height: 45px;
	}

	.banner_logo_block {
		position: absolute;
		bottom: 60px;
		right: auto;
		left: 0;
		padding: 0 15px;
	}

	.top_banner_middle {
		height: 600px;
		padding-bottom: 100px;
	}

	.item {
		width: 100%;
		margin-bottom: 25px;
	}

	.stories .event-block .item {
		width: 100%;
	}

	.half-section {
		width: 100%;
	}

	.radio_spot .row-section {
		padding: 50px 10px 50px;
	}

	.event-img img {
		width: 100%;
	}

	.banner_logo_block .banner_logo:before {
		top: auto;
		width: 100%;
		left: 0;
		bottom: 0;
	}

	.difference_make_blk {
		padding: 0 26px;
	}

	.difference_make_blk h3 {
		font-size: 45px;
	}

	.fight_against .half-section:first-child {
		border: none;
		padding-bottom: 40px;
	}
	 .fight_against .half-section:first-child::after {
		border-bottom: 1px solid #D6D6D6;
		content: "";
		display: inherit;
		margin: 40px 26px 0;
	 }
	 .difference_make_blk p.btm-text {
		padding: 40px 0;
		margin: 40px 0px 0;
	 }
	 .fight_against {
		padding: 40px 0;
		margin-top: 40px;
	 }
	.sponsors-titles .sponsors-img {
		width: 50%;
	}

	.sponsors-titles .sponsors-img .imgblk {
		padding: 15px 20px;
	}

	.footer_logo {
		top: 0;
	}

	footer#socket .social_bookmarks {
		margin: 0 0 10px;
		float: left;	
		margin-left: -8px;
	}

	.volunteer-step-disc .v-heading {
        max-width: 420px;
    }
    
    .volunteer-step-disc .v-disc {
        max-width: 410px;
    }

	.volunteer-step-disc {
		margin: 40px 0;
		padding: 0 30px;
	}
	.videos-sec .event-block .item {
		width: 50%;
	 }
	 .instagram-section .insta-post {
		width: 33.33%;
	 }
	 .instagram-section .insta-post img {
		height: 100%;
	 }
	.tbsv-form-first-parent {
		padding: 0% 0;
	}

	#tbs-volunteer-form .tbsv-form-first-section input[type="text"] {
		margin-bottom: 15px;
	}
	.volunteer .vol-left-form {
		border-top: 1px solid #e8e2e2;
	}
	.volunteer-row h3.volunteer-title {
		font-size: 24px;
		line-height: 34px;
	}
	.volunteer .vol-left-form {
		padding: 20px 30px;
	}
	.tbsv-form-postalcode .tbsv-section-header br {
		display: none;
	}
	.volunteer-row h2.tbsv-section-header, 
	.volunteer-row h3.volunteer-title,
	.volunteer-row .photo-consent-f_heading,
	.volunteer-row .photo-consent-heading {
		font-size: 24px;
		line-height: 34px;
	}
	.tbsv-form-volunteers .tbsv-location-hours {
		margin-bottom: 20px;
	}
	.volunteer-row .tbsv-form-volunteers{
		padding-right: 0;
	}
	body .row.volunteer-row{
		border-radius: 0;
	}	 
	.videos-sec .event-block .items {
		width: 48%;
	 }
	 .videos-sec {
		padding: 0 15px;
	 }
	 .videos-sec .event-block {
		gap: 15px;
	 }
	.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
		margin-top: 0px;
	 }
	 .thnakyou-mid {
		margin-top: -410px;
		margin-left: 25px;
		margin-right: 25px;
	 }
	 .robust-video-popup .modal-header {
		top: -40px;
		right: 0;
	 }
	 body.stretched header#header .inner-container .logo img {
		margin-top: 0;
	 }
	 .page-template-template-volunteer#top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
		margin-top: -10px;
	 }
	 .avia-safari.responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
		margin-top: 28px;
	 }
	 .template_news_events_con .news_events-step-disc{
		padding: 55px 30px 0;
	 }
	 .news_events.template_news_events {
		padding-top: 10px;
	 }
	 .template_news_events_con .event-content .event-link {
		padding-bottom: 12px;
	 }
	.page-template-template-news-events .inner_banner h1 {
		text-transform: none;
	}
	 #header .av-hamburger--spin.is-active .av-hamburger-inner {
		right: 0px;
	}


	footer .footer_logo {
		position: relative;
		top: 0;
		transform: none;
	}
	
	.footer_block .footer_content {
		padding: 0;
	}
	
	.footer_block {
		display: flex;
		flex-wrap: wrap;
	}
	
	.footer_block .footer_content {
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 315px;
		display: flex;
		flex-wrap: wrap;
		padding-left: 30px;
		margin-left: auto;
	}
	
	.responsive #socket .sub_menu_socket {
		margin-left: 0;
	}
	
	.responsive #socket .sub_menu_socket ul.menu {
		display: inline-block;
		margin: 0 !important;
	}
	
	footer#socket .social_bookmarks {
		margin: 0;
		position: relative;
		top: -12px;
		left: -8px;
	}
	
	footer#socket .sub_menu_socket li:first-child {
		padding-left: 0;
	}
	
	.responsive #socket .sub_menu_socket .avia3-menu {
		display: inline-block;
		width: 100%;
		text-align: left;
	}
	
	.responsive body#top #wrap_all footer .container {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.footer_block .footer_content .avia3-menu ul li a .avia-menu-text {
		font-size: 12px;
		line-height: 14px;
		text-transform: uppercase;
	}
	
	footer#socket .container {
		padding-top: 35px;
		padding-bottom: 68px;
	}
	html.responsive #socket .sub_menu_socket {
		margin: 0 0 0 0px;
	}
}

@media only screen and (max-width: 767px) and (min-width: 620px) {
	#socket .social_bookmarks li {
		top: 0px;
	}

	footer#socket .social_bookmarks {
		float: left;
	}

	.home .banner_logo_block .banner_logo:before {
		width: 23%;
	}

	.banner_logo_block .banner_logo:before {
		top: 45px;
	}
}

@media only screen and (max-width: 619px) and (min-width: 546px) {
	.home .banner_logo_block .banner_logo:before {
		width: 13%;
	}

	.banner_logo_block .banner_logo:before {
		top: 45px;
	}
}

@media (min-width: 546px) {
	h3.volunteer-title {
		display: flex;
		align-items: center;
	}
	h3.volunteer-title span {
		margin-left: auto;
	}
}
@media(max-width:575px) {
	 section.stories {
		margin-top: 40px;
	 }
	 .stories .block-center h2 {
		padding: 40px 0 10px;
		margin-bottom: 0;
	 }
	 .radio_spot .row-section {
		flex-wrap: wrap;
	 }
	 .videos-sec .event-block .item {
		width: 100%;
	 }
	 .videos-sec #circle-play-b {
		height: 86%;
	 }
	 .videos-sec h3 {
		padding: 20px 15px 30px;
	 }
	 .videos-sec .block-center h2 {
		color: #000;
		padding: 40px 0 20px;
		margin-bottom: 20px;
	 }
	 .videos-sec .event-block .items {
		width: 100%;
	 }
	 .all_colors .home_banner.donation-banner {
		background-image: url('/wp-content/themes/enfold-child-bottledrive/images/Banner-mobile.jpg') !important;
		height: 480px;
	 }
}
@media screen and (max-width: 545px) {
	.home .banner_logo_block .banner_logo:before {
		display: none;
	}

	.nearest-store .lft_col {
		width: 50%;
		display: block;
		overflow: hidden;
		word-break: break-all;
	}

	.volunteer-row h3.volunteer-title span {
		float: none;
		width: 100%;
		display: block;
		overflow: hidden;
		padding-top: 20px;
	}

	.mobile-banner-image {
		max-width: 22%;
		left: -20px;
		display: none;
	}
	.template_news_events.news_events .event-img img {
		width: 100%;
		max-height: 260px;
		object-fit: cover;
	}
}

@media (max-width: 479px){
	.footer_logo {
		width: 100%;
	}
	
	.footer_block .footer_content {
		max-width: 100%;
		justify-content: center;
		padding: 0;
	}
	footer#socket .social_bookmarks {
		position: absolute;
		left: auto;
		right: 0px;
		top: 0;
		display: flex;
		justify-content: flex-end;
		overflow: initial;
	}
	
	html.responsive #socket .sub_menu_socket {
		display: flex;
		position: relative;
		top: 25px;
	}
	
	html.responsive #socket .sub_menu_socket .avia3-menu {
		display: flex;
		justify-content: center;
	}
	
	.responsive #socket .sub_menu_socket ul.menu {
		display: flex;
		justify-content: center;
	}
	
	body footer#socket .copyright {
		bottom: -50px;
		font-size: 11px;
	}
	
	footer#socket .container {
		padding-bottom: 75px;
	}
	
	.responsive body#top #wrap_all footer .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.footer_block .footer_content .avia3-menu ul li a .avia-menu-text {
		font-size: 11px;
	}
}

@media screen and (max-width: 460px) {
	#top #wrap_all .av-burger-overlay-scroll {
		overflow: hidden;
	}

	.single .single-news.header-title h2,
	.single h2.more-events-title {
		font-size: 26px;
	}

	.inner_banner_section {
		height: 250px;
	}

	.inner_banner h2 {
		font-size: 38px;
	}
	.single .single-news.header-title h1, .single h2.more-events-title {
    font-size: 26px;
}

	footer#socket .menu {
		max-width: 320px;
		width: 100%;
		display: block;
		overflow: hidden;
		margin: 10px auto 0;
	}

	.footer_logo {
		position: unset;
		text-align: center;
	}

	footer .footer_content {
		padding-left: 0;
	}

	footer#socket .copyright {
		text-align: center;
		width: 100%;
		display: block;
	}

	.responsive footer#socket .sub_menu_socket {
		margin: 0 auto;
	}

	footer#socket .sub_menu_socket li:first-child {
		padding-right: 10px;
		padding-left: 0;
	}

	#socket .sub_menu_socket li:last-child {
		padding-left: 10px;
	}

	.news_events .date-post {
		padding: 5px 5px;
		top: 10px;
		right: 10px;
		width: 75px;
	}

	.pub_date {
		padding-top: 0;
		font-size: 22px;
	}

	.pub_month {
		font-size: 14px;
		padding-bottom: 0;
	}

	footer#socket .copyright {
		font-size: 12px;
		bottom: -50px;
		line-height: 14px;
	}

	footer .avia-menu-text {
		line-height: 22px;
		font-size: 12px;
	}

	ul.banner_logo img {
		max-height: 43px;
	}

	.banner-btn .button.button_bg {
		margin-right: 15px;
	}

	ul.banner_logo li {
		padding: 10px 10px;
	}

	.difference_make_blk h3 {
		font-size: 30px;
	}

	.sponsors-titles .sponsors-img {
		width: 100%;
	}

	.home_banner.donation-banner h2 {
		font-size: 28px;
		line-height: 35px;
	}

	.home_banner.donation-banner p {
		font-size: 16px;
		line-height: 26px;
	}
	.template_news_events_con .news_events-step-disc{
		padding-left: 15px;
		padding-right: 15px;
	}
	section.news_events.template_news_events .news-item.item {
		padding-left: 15px;
		padding-right: 15px;
	}
	.page-template-template-news-events .inner_banner h1 {
		font-size: 10vw;
	}
}

@media screen and (max-width: 400px) {
	.home_banner.donation-banner h2 {
		font-size: 25px;
		line-height: 36px;
	}

	.home_banner.donation-banner p {
		font-size: 14px;
		line-height: 20px;
	}
	.videos-sec h3 {
		padding: 10px 10px 20px;
	 }
	 .instagram-section .insta-post {
		width: 100%;
	 }
	 .difference_make_blk {
		padding: 0 15px;
	 }
}

@media screen and (max-width: 320px) {
	.page-template-template-volunteer .responsive #top .av-main-nav .menu-item-avia-special {
		padding-top: 0;
	}

	.home_banner.donation-banner p {
		font-size: 13px;
	}
}