@media(max-width: 1399px){
	.ym_split_content_text{
		padding-top: 4rem;
		padding-bottom: 4rem;
		padding-left: 0;
	}
	.order-md-1 .ym_split_content_text{
		padding-right: 0;
	}
}
@media(max-width: 1199px){
	.ym_split_content_text{
		padding: 4rem 2rem 4rem 0;
	}
	.order-md-1 .ym_split_content_text{
		padding: 4rem 0 4rem 2rem;
	}
	.ym_footer_social li{
		display: block;
		margin: 0 0 0.5rem;
	}
}
@media(max-width: 991px){
	.ym_hero_slide_image{
		padding-bottom: 50%;
	}
	.ym_footer_social li{
		display: inline-block;
		margin: 0 auto;
	}
	.tribe-events-event-image img{
		max-width:100%;
		height:auto;
	}
}
@media(max-width: 767px){
	h1{
		font-size: 60px;
	}
	h2{
		font-size: 55px;
	}
	.ym_header_top{
		height: 130px;
	}
	.ym_header_logo{
		width: 115px;
		top: 0.5rem;
	}
	.ym_header_menu,
	.ym_header_callout,
	.ym_header_nav{
		display: none;
	}
	.ym_header_menu_mobile{
		display: block;
		background: var(--color-red);
		position: relative;
		height: 62px;
		border-bottom: 1px solid white;
	}
	.ym_header_menu_mobile.fixed{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		width: 100%;
	}
	.ym_header_menu_mobile .ym_header_callout{
		display: inline-block;
		position: relative;
		left: auto;
		top: auto;
		padding: 0.75rem 0;
		height: 62px;
	}
	.ym_header_menu_mobile .ym_header_callout img{
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
	}
	.ym_header_menu_mobile .ym_header_callout h4,
	.ym_header_menu_mobile .ym_header_callout h5{
		color: white;
	}
	.ym_header_callout_text h4{
		font-size: 26px;
		letter-spacing: 3.75px;
	}
	.ym_header_callout_text h5{
		font-size: 14px;
	}
	.ym_header_nav_toggle{
		color: white;
		font-size: 30px;
		display: inline-block;
		padding: 8px 1.5rem;
		position: absolute;
		right: 0;
		top: 0;
		border-left: 1px dashed white;
		z-index: 1001;
	}
	.ym_header_nav_toggle.toggled{
		background: #008661;
		border-bottom: 1px solid white;
	}
	.ym_header_nav{
		position: absolute;
		left: 0;
		right: 0;
		top: 62px;
		width: 100%;
		background: #008661;
		z-index: 1000;
		text-align: left;
		font-size: 20px;
	}
	.ym_header_nav li:first-child,
	.ym_header_nav li{
		border: none;
		border-bottom: 1px solid white;
	}
	.ym_header_nav li a{
		padding: 1rem 1.5rem;
	}
	.ym_header_subnav,
	.ym_header_nav li:hover .ym_header_subnav{
		position: relative;
		width: 100%;
		display: none;
	}
	.ym_header_sub_toggle{
		position: absolute;
		right: 0;
		top: 0;
		color: white;
		display: inline-block;
		z-index: 1001;
    	padding: 1rem 1.9rem;
    	border-left: 1px dashed white;
	}
	.ym_header_nav li.opened .ym_header_subnav{
		display: block;
	}
	.ym_header_top{
		background-position: 45% bottom;
	}
	.ym_header_callout{
		width: 180px;
		height: 50px;
		left: -0.5rem;
	}
	.ym_header_callout_text h4{
		font-size: 33px;
	}
	.ym_header_callout_text h5{
		font-size: 17px;
	}
	.ym_hero_slide_image{
		padding-bottom: 60%;
	}
	.ym_hero_slider_controls{
		width: 50%;
	}
	.ym_image_links .col-md-4:not(:last-of-type){
		margin: 0 0 2rem;
	}
	.ym_split_content_text,
	.order-md-1 .ym_split_content_text{
		padding: 3rem 2rem;
	}
	.ym_footer_links .ym_column:nth-of-type(2) .ym_footer_link a{
		border-right: none;
	}
	.ym_footer_link{
		text-align: center;
	}
	.ym_footer_social li a{
		padding: 0.5rem 1rem;
	}
}
@media(max-width: 575px){
	.ym_hero_slide_image{
		padding-bottom: 80%;
	}
	.ym_hero_slide_content{
		background: rgba(0,0,0,0.5);
    	padding: 1rem 0;
	}
	.ym_hero_slide_content.dark{
		background: rgba(255,255,255,0.5);
	}
	.ym_footer_link{
		padding: 0;
	}
	.ym_footer_link a{
		padding: 2rem;
		border-right: none;
		border-left: none;
		border-bottom: 1px dashed var(--color-lightgreen);
	}
	.ym_footer_links .col-sm-6:last-of-type .ym_footer_link a{
		border-bottom: none;
	}
	.age-gate-wrapper, .age-gate__wrapper{
	    height:75vh !important;
	}
}
