:root{
  --mobile-content-width: 94%;
}


@media all and (max-width: 1600px)  {

	/* Adjust Menu to fix a little longer */
	#menu-main a { font-size: 20px;}
}


@media all and (max-width: 1300px)  {

	/* Primary Adjustments for Mobile */
	#wrapper { width: 100%;}
	.vc_row { width: var(--mobile-content-width) !important; margin-left: auto !important; margin-right: auto !important;}
	.vc_row[data-vc-full-width="true"] { width: 100% !important; margin-left: auto !important; margin-right: auto !important;}
	.vc_col-sm-12 { width: 100% !important;}
	.vc_row .vc_col-sm-12 { width: 100% !important;}

	header { width: calc(var(--mobile-content-width) - 25px);}
	footer { width: calc(var(--mobile-content-width) - 25px);}

	/* Adjust Menu to fix a little longer */
	/* #menu-main a { font-size: 16px;} */
	/* #menu-main li { padding: 0 15px;} */

	rs-module-wrap { max-width: calc(var(--mobile-content-width) - 25px) !important;}
	/* .tdlTestimonialContainer { width: var(--mobile-content-width); margin: 0 auto;} */
	.tdlTestimonialBlock { width: calc(var(--mobile-content-width) - 30px) !important;}

	.vc_column-inner rs-module-wrap { max-width: 100% !important;}
	.vc_column-inner rs-module-wrap rs-module { width: 100% !important;}

}

@media all and (max-width: 1350px)  {
	/* Switch to mobile menu */
	.headerRight { align-items: end;}
}

@media all and (max-width: 1150px)  {


	footer { width: 90%; margin: 0 auto;}

		.tdlTestimonialContainer { font-size: 18px;}


}

@media all and (max-width: 900px)  {

	/* Adjust Footer */
	.footer_column { width: 32%; }

	.bookingNotes{font-size: .8em;}


}

@media all and (max-width: 768px)  {
	#prev, #next { display: none;}

	.rowServices{display: flex;flex-direction: column;}
	.rowServices.rowServicesOdd{flex-direction: column-reverse;}


}

@media all and (max-width: 700px)  {
	.rs-layer{display: none !important;}

	/* Adjust Footer */
	.footer_column { width: 100%; padding-bottom: 10px;}

	/* Adjust Testimonials */
	.testimonialContent { width: 100%;}


}

@media all and (max-width: 770px)  {

	.wpb_single_image.vc_align_left { text-align: center !important;}
}

@media all and (max-width: 625px)  {

	/* Move Book now button to full width */
	/* body { margin-top: 40px;} */
	.topBarWidget { width: 100%; position: relative; margin-bottom: 35px;}
	/* .logged-in .topBarWidget { top: 46px;} */
	.topBarWidget a { display: inline-block; width: 100%; text-align: center; height: 40px; line-height: 40px; padding: 0;}
	.topBarWidget #menu-top-bar { margin: 0; width: 100%; z-index: 9;}
	.logo {top: 52px;}
	#header { padding-top: 0 !important;}


	#tdl_mm_button { right: 5%;}
}


@media all and (max-width: 550px)  {

	.logo { left: 20px;}

	/* Adjust Testimonials */
	.tdlTestimonialBlock { height: 500px !important;}


}

@media all and (max-width: 450px)  {

	/* Scale Logo */
	.logo {  height: auto; width: 50%;}
	.logo img { height: auto; width: 100%;}

	#header { height: 135px;}

}


@media all and (max-width: 400px)  {


	/* Adjust Testimonials */
	.tdlTestimonialBlock { height: 600px !important;}
	.tdlTestimonialContainer { font-size: 18px;}

}

@media all and (max-width: 375px)  {
	#header { height: 125px;}
}

@media all and (max-width: 360px)  {
	#header { height: 120px;}
}

@media all and (max-width: 350px)  {
	#header { height: 115px;}
}


@media all and (max-width: 300px)  {
	#header { height: 100px;}
}

@media all and (max-width: 250px)  {
	#header { height: 90px;}

	/* Adjust Testimonials */
	.tdlTestimonialContainer { font-size: 14px;}
	.testimonialTDL h3 { font-size: 20px !important}

}



