/* Manual Theme Overrides Go Here */

body img {
	max-width: 100%;
	height: auto;
}


.event-content-area .container p {
	padding: 1rem 0;
}

.home-locations .location-right {
	margin-right: 0;
}

.home-events .the-event-outer:nth-child(1) {
	width: 100%!important;
}

.desktop-message {
	background: #FA6002; 
	color: #fff; 
	font-weight:bold; 
	text-align:center; 
	padding:8px 0; 
	font-size: 12px;
}

#calc_shipping_state_field span {
	width: 100%;
}

#calc_shipping_state_field .select2-container--default .select2-selection--single .select2-selection__arrow b {
	left: 97%;
}

.mobile-nav {
	z-index: 999;
}

@media (max-width: 1199px) {
	.desktop-message {
		display: none;
	}
	.resurgence-hero .container .hero-inner-content {
    	padding: 12.5rem 1rem 8.5rem;
	}
}

@media (max-width: 768px) {
	.resurgence-hero .container .hero-inner-content {
		padding: 3.25rem 1rem 3.25rem;
	}
	.mobile-nav {
		position: relative;
	}
}

.modal {
	top: 5%;
}

@media (min-width: 1199px) {
	.mobile-message {
		display: none;
	}	
}

.mobile-message {
	background: #FA6002; 
	color: #fff; 
	font-weight:bold; 
	text-align:center; 
	padding:8px 0; 
	font-size: 12px;
}


#alg-product-input-fields-table td {
	display: block;
}

.alg-product-input-fields-table textarea {
    overflow: hidden;
    width: 100%;
    margin-bottom: 1rem;
}

.on-tap .the-beer-outer .the-beer-image img {
    width: 100%;
	max-width: 165px;
}

.on-tap .the-beer-outer:hover .the-beer-image img {
    max-width: 170px;
}

.template-locations-niagara img.aligncenter, .template-locations-chicago img.aligncenter {
	padding-bottom: 3rem; 
	border-bottom: 2px solid #efefef;
}

.tap-top-content {
    padding: 12rem 0 0;
    text-align: center;
    position: relative;
}

.location-main-content-area .container {
    padding: 1rem 0 1em;
    border-bottom: none;
    text-align: center;
}

img.large-ontap {
	max-width: 100%;
	 display: flex;
	flex-flow: row nowrap;
	align-items: center;
	width: 100%;
	height: auto;
	margin: 0 auto -1em;
	padding-bottom: 3rem;
	border-bottom: 2px solid #efefef;
}

.page-buy-resurgence-gear-data .page-header {
		padding: 6rem 0 5rem;
}

.home-events .the-event-outer:nth-child(1) {
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
}

.home-events .the-event-outer:nth-child(2) {
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 50%;
}

.mobile-nav .navbar ul li a {
	font-size: 15px;
}

@media (max-width: 1199px) {
	.mobile-nav .navbar ul li a {
		font-size: 14px;
		padding: 10px 11px!important;
	}
	.resurgence-hero .container .hero-inner-content {
    	padding: 7.5rem 1rem 8.5rem;
	}
}

@media (max-width: 991px) {
	.mobile-nav {
		background:rgba(0, 0, 0, 0.95)!important;
	}
	.resurgence-hero .container .hero-inner-content {
    	padding: 9rem 1rem 8.5rem;
	}
}

@media (max-width: 768px) {
	.page-buy-resurgence-gear-data .page-header {
		padding: 6rem 0 2.5rem;
	}
	
	.home-instagram {
		display: none;
	}
	.resurgence-hero .container .hero-inner-content {
    	padding: 5rem 1rem 5rem;
	}
}

.home-locations .the-location .the-location-inner {
	padding: 8rem 0 8rem;
}

#resurgenceCarousel ol.carousel-indicators li:nth-child(1) {
    background: url(/media/MG_4567-copy.jpg) no-repeat 50% 50%/cover!important;
}

#resurgenceCarousel .carousel-inner .carousel-item:nth-child(1) {
    background: url(/media/MG_4567-copy.jpg) no-repeat 50% 50%/cover!important;
}

.newsletter-thank-you .newsletter-wrap {
	display: none!important;
}

.newsletter-wrap .newsletter-title::before {
	background: black!important;
}

.newsletter-wrap [type="submit"] {
	background: black!important;
}

.newsletter-wrap {
	background: none!important;
}

.page-template-template-events-chicago .page-header {
    background-image: url(/media/private-events-header-new.jpg) !important;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center center!important;
}


/************************************
 * 2022 Newsletter Template Styles 
*************************************/

.newsletter-hero {
	clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}

.newsletter-hero .hero-title {
	font-size:6rem!important;
}

.newsletter-primary-content-area img {
	padding: 8px;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,0.35);
}

.newsletter-primary-content-area .line-break {
	display: block;
	position: relative;
	background: #FA6002;
	height: 4px;
	width: 75px;
	margin: 25px 0;
}

.newsletter-primary-content-area .newsletter-icon {
	color: #FA6002;
	font-size: 32px;
	margin: 0 0 1.5rem;
	position: relative;
}

.newsletter-primary-content-area .newsletter-icon:after{
	  content: '';
	  position: absolute;
	  height: 4px;
	  width: 100px;
	  background: #efefef;
	  border-radius: 4px;
	  right: -110px;
	  top: 47%;
}

.video-embed-container iframe {
	padding: 8px;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,0.35);
	margin-bottom : -75px;
}

.newsltter-embed {
	background: url(/media/newsletterbg.jpg) no-repeat 50% 50% / cover;
	text-align: center;
}

.newsltter-embed .newsltter-embed-title {
	font-size: 3rem;
	color: #fff;
}

.text-black {
	color: #000!important;
}

.quote-section {
	background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(255,255,255,1) 100%); 
}

#reviewCarousel .carousel-item {
	min-height: 150px;
}

#mc_embed_signup .button {
	background: #000!important;
	font-weight: bold!important;
	text-transform: uppercase!important;
	height: auto!important;
	padding: 6px 25px!important;
}

.quote-section .quote-wrap {
	height: 60px;
	width: 60px;
	background: #FA6002;
	margin: -75px auto 2rem;
	color: #fff;
	border-radius: 50%;
	font-size: 28px;
	padding: 11px 10px;
}

#mc_embed_signup div#mce-responses {
	margin:0!important;
}

#mc_embed_signup div.response {
	margin-top: 0!important;
}

#mc_embed_signup #mce-success-response {
	color:#fff!important;
}

@media (max-width: 991px) {
	.newsletter-hero .hero-title {
		font-size:2.75rem!important;
	}
	.newsltter-embed .newsltter-embed-title {
		font-size: 2.75rem;
	}
	.video-embed-container iframe {
		height: 350px!important;
	}

}


@media (max-width: 599px) {
	#reviewCarousel .carousel-item {
		min-height: 296px;
	}
}

.upcoming-events .resurgence-events .event-image {
    display: none!important;
}	

.resurgence-rewards .quote-section {
	display: none!important;
}

.resurgence-rewards .video-embed-container {
	display: none!important;
}

.resurgence-rewards .newsltter-embed {
	display: none!important;
}

.resurgence-rewards .home-instagram {
	display: none!important;
}

.resurgence-rewards .pair-tip {
	display: none!important;
}