/*
* Fluidal v15.0
* Copyright 2021, Duncan Arrow
* http://fluidal.duncanarrow.com
*/


/* Mobile first
================================================== */

.headerfullwidth { position: relative; width: 100%; z-index: 2; background-color: white; color: black; padding: 0px 0px 20px; }
.headerfullwidth.navigation { background-color: #009ace; box-sizing: border-box; padding: 0px; }
.headerfullwidth a {  }
.headerfullwidth a:hover { color: #b9b9b9; }
.headerfullwidth .container { display: block; }
.headerfullwidth .columns { display: block; }
.headerfullwidth .menu-primary-container { display: block; width: 100%; }

/* Masks */
.header_mask { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background-color: rgba(0, 0, 0, 0.5); }
#mask { display: none; position: fixed; z-index: 3; top: 0px; right: 0px; bottom: 0px; left: 0px; background-color: rgba(0,0,0,0.75);}
.mask { position: absolute; z-index: 0; top: 0px; right: 0px; bottom: 0px; left: 0px; background-color: rgb(0, 0, 0, 0.5); transition: 1s all; }
.animate:hover .mask { background-color: rgba(0, 0, 0, 0.7); transition: 1s all; }

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -100;
}

.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;

	/* BG behaviour */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax {
	opacity: 1;
}

.parallax_small { height: 40vh; }
.parallax_big { height: 175vh; }
.parallax_full { height: 100vh; }

.mask-alt {
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.mask-alt:hover, .mask-alt:focus, .mask-alt:active { color: white; }
.mask-alt:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50 100%%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.mask-alt:hover:before, .mask-alt:focus:before, .mask-alt:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.content_options_intro { margin-bottom: 0px; }
	
.mask-alt h3, .mask-alt p { opacity: 0; transition: opacity 0.8s; }
.mask-alt:hover h3, .mask-alt:hover p { opacity: 1; transition: opacity 0.8s; }

.treatment_summary .treatment_description {
    margin-top: 15px;
    margin-bottom: 15px;
}

.treatment_summary > div .treatment_details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.treatment_summary .treatment_details > div {
	display: flex;
	flex-basis: 100%;
    margin: 8px 0px;
    font-size: 16px;
    line-height: 20px;
}

.treatment_summary .treatment_icon {
	font-size: 24px;
    width: 46px;
    text-align: center;
}

.treatment_summary .treatment_icon i { width: 46px; }

.treatment_summary img { width: 40px; }

.treatment_summary .treatment_details p { margin-bottom: 0px; }

@media (min-width: 480px) {
	.treatment_summary .treatment_details > div {
		flex-basis: 40%;
	}
}

@media (min-width: 769px) {
	
	
	.treatment_summary > div .treatment_details {
	    display: flex;
	    flex-wrap: wrap;
	}
	
	.treatment_summary .treatment_details > div {
		display: flex;
		flex-basis: auto;
	    margin: 8px 0px;
	    font-size: 16px;
	    line-height: 20px;
	}
	
}


	/* Flex alignments */
	.justify-content-start, .justify-content-left { justify-content: flex-start; }
	.justify-content-centre, .justify-content-center { justify-content: center; }
	.justify-content-end, .justify-content-right{ justify-content: flex-end; }
	.justify-content-space-between { justify-content: space-between; }

	.align-items-start { align-items: flex-start; }
	.align-items-centre, .align-items-center { align-items: center; }
	.align-items-end { align-items: flex-end; }

	.align-self-start { align-self: flex-start; }
	.align-self-centre, .align-self-center { align-self: center; }
	.align-self-end { align-self: flex-end; }
	.text-align-left { text-align: left; }
	.text-align-center, .text-align-centre { text-align: center; }
	.text-align-right { text-align: right; }
	.highlight_block blockquote { margin: 40px; }
	
	p.meta { font-size: 12px; }
	.small_testimonial_alt_2 p.meta span img, .small_testimonial_alt_3 p.meta span img { margin-right: 15px; } 
		
	/* Min heights */
	.height-alt-1 { height: 330px; }
	.height-alt-2 { height: 400px; }
	.height-alt-3 { height: 600px; }
	
	/* Padding */
	.padding-alt-1 { padding: 20px; }
	.padding-alt-2 { padding: 40px; }
	.padding-alt-3 { padding: 40px 50px; }
	.padding-alt-4 { padding: 30px 40px; }
	.padding-alt-5 { padding: 30px 50px; }

	.margin-alt-1 { margin: 40px 30px; }
	
	.flex_one_third.border-right:last-child { border-right: 0px; }
	

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0px;
    margin-bottom: 10px;
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container iframe, .video-container object, .video-container embed, .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container {
	padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-controls {
	display: none;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}

.headerfullwidth .fa { font-size: 20px; margin-bottom: 0px; }

#top_block {position: relative; height: 410px; z-index: 0!important; }

.home #flex_top_block .add_height { height: 90vh; }
.internal #flex_top_block .add_height { height: 400px; }


#top_block {position: relative; display: inline-table; margin-bottom: -6px; }
.home #top_block { height: 600px; }
.internal #top_block { height: 410px; }

output {
    display: block;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0px 0px 0px;
    width: 100%;
}

.video-poster { display: block; background-position: center; background-repeat: no-repeat; background-size: cover; }
.flex-col.video { padding: 0px!important; }
.flex-col.video video { width: 100%; height: 100%;  }

.video_block { display: flex; flex-wrap: wrap; position: relative; }
.video_block video { width: 100%; height: 100%; }
.video_block .wrap { position: absolute;
    text-align: center;
    top: 45%;
    left: 0px;
    right: 0px;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 20px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}

.play, .refresh, .sound { 
	position: absolute;
	opacity: 1;
    top: 0%;
    left: 0px;
    right: 0px;
	background-color: rgba(0, 0, 0, 0.8);
    font-size: 2em;
    width: 96px;
    margin: 0 auto;
    padding: 15px 5px;
    border-radius: 10px; -moz-transition: all 0.4s linear;
   -webkit-transition: all 0.4s linear;
   -o-transition: all 0.4s linear;
   transition: all 0.4s linear;
}

.volume { position: absolute; left: 20px; top: 20px; cursor: pointer; width: 30px; height: 33px; padding: 9px 15px 10px 12px; border-radius: 10px; font-size: 35px; background-color: rgba(0, 0, 0, 0.3); color: white; text-align: center; }
.volume:hover { background-color: rgba(0, 0, 0, 0.8); }
.volume { -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }

.refresh { opacity: 0; }

.sound { position: absolute; top: 20px; left: 20px; right: auto; }

#top_block .wrap { display: table-cell; vertical-align: middle; text-align: center; }
#top_block .wrap h1, #top_block .wrap p { color: white; }
#top_block .wrap p { margin-bottom: -4px; }


.at_a_glance {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    }
.at_a_glance div { padding: 30px; }

.search-results .at_a_glance { background-color: #fff; -moz-transition: all 0.4s linear; -webkit-transition: all 0.4s linear; -o-transition: all 0.4s linear; transition: all 0.4s linear; }
.search-results .at_a_glance:hover { background-color: #ececec; -moz-transition: all 0.4s linear; -webkit-transition: all 0.4s linear; -o-transition: all 0.4s linear; transition: all 0.4s linear; }

.overlay { position: relative; height: 320px; background-color: #b9b9b9!important; color: #fff; margin-top: 8px; margin-bottom: 8px; border-color: white; border-style: solid; box-sizing: border-box; }
.overlay.full-width:nth-of-type(1) { margin-right: 0px; }
.overlay.one_half:nth-last-child(1) { margin-right: 0px; }
.overlay.one_third:nth-last-child(1) { margin-right: 0px; }
.overlay.one_fourth:nth-last-child(1) { margin-right: 0px; }

.overlay .overlay_hover { height: 290px; }
.overlay .overlay_hover h2, .overlay_hover h2 { color: white!important; }
.overlay.one-third {float: left; }
.overlay_hover {  }
.overlay_hover .hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    font-size: 9px;
    color: white;
    font-size: 14px;
    margin-bottom: 0px;
    background-color: #0FA287;
    background-color: rgb(15 163 134 / 60%);
    background-color: rgb(15 163 134 / 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#990FA287, endColorstr=#990FA287);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#990FA287, endColorstr=#990FA287)";
}

.content_wrapper.accordion { border: 0px!important; }

.google_map iframe { width: 100%!important; margin-bottom: -6px; }

.overlay_hover .hidden a { color: white; }

.overlay_hover h2 { position: absolute; text-align: center;
	bottom: 0%; left: 0px; right: 0px; background: rgb(255 255 255 / 20%); font-size: 20px; text-transform: uppercase;
	padding: 20px; color: #1f1f1f; margin-bottom: 0px; }

.overlay_hover .hidden p { position: absolute; 
	top: 50%; left: 0px; right: 0px; font-size: 0.9em; 
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	padding: 20px; color: white; margin-bottom: 0px; }

.overlay .overlay_hover .hidden p { padding: 20px 20px; box-sizing: border-box; }

.headerfullwidth .container {position: relative; }
.container.pagelayout {padding-bottom: 1%; }
.pagelayout {padding-top: 0px;}

.breadcrumb-trail.breadcrumbs {margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px dotted #ddd; }
.breadcrumb-trail.breadcrumbs a, .breadcrumb-trail.breadcrumbs span {color: #999!important; border-bottom: 0px; }
.breadcrumb-trail.breadcrumbs a:hover {color: #666!important;}

.top-image {background-color: #080506; background-repeat: no-repeat; background-position: center center; height: 200px}

.hide-text {display: none!important;}

.content_wrapper { position: relative; clear: both; }

.content_usp.thin_padding, .content_usp.medium_padding, .content_usp.deep_padding { padding-top: 5px; padding-bottom: 5px; }

.thin_padding, .medium_padding, .deep_padding { padding-top: 30px; padding-bottom: 30px;}
.content_no_padding, .content_thin_padding, .content_medium_padding, .content_deep_padding { padding: 25px;}


.thin_height, .medium_height, .deep_height { min-height: 300px; }

.flex_thin_padding, .flex_medium_padding, .flex_deep_padding { padding: 20px 5%; }
.flex_no_padding { padding: 0px 5%; }

.page-numbers {background-color: #575b59; padding: 8px 12px; color: whitesmoke; font-size: 0.8em; -moz-transition: all 0.4s linear;
   -webkit-transition: all 0.4s linear;
   -o-transition: all 0.4s linear;
   transition: all 0.4s linear;}

.page-numbers.current { background-color: #808080; }

.page-numbers:hover {background-color: #808080; color: whitesmoke; -moz-transition: all 0.4s linear;
   -webkit-transition: all 0.4s linear;
   -o-transition: all 0.4s linear;
   transition: all 0.4s linear;}
a.page-numbers {text-decoration: none!important; color: whitesmoke;}


.social-media .flex_content { justify-content: flex-end; }
.social-media .fab, .social-media .fas { font-size: 22px; margin: 0 15px; }
.social-media .vertical-line { display: flex; height: auto; }

#footer { background-color: #0fa287; margin: 20px 0px; padding: 20px 0px; color: white; clear: both; }
#footer .container, #footer .container .columns { display: flex; align-items: center; line-height: 16px; }
#footer .last { justify-content: flex-start; }
#footer .sixteen img { align-self: auto; }
#footer .sixteen { display: flex; justify-content: center; align-items: flex-start; }
#footer ul { margin-left: 0px; padding: 0px!important; list-style-type: none; }

#footer .socmedia { text-align: center; }

#footer a { color: white!important; }
#footer .fab, #footer .fab:hover {
	color: #d2a244;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear; 
}
#footer .fab { color: white; font-size: 30px; margin-right: 0px; }

.inset .text_slides .slick-dots { position: initial; }

#subfooter { 
	float: left;
	width: 100%;
	background: #2e4440 url('images/zuri-bg.png') no-repeat 5% top;
	color: white;
	font-size: 80%;
	line-height: 20px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0px 25px;
}

#subfooter a { color: #d2a244; text-decoration: none; border-bottom: 0px; }
#subfooter a:hover { color: #d2a244; }

#subfooter a .fab { 
	font-size: 30px;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear; 
}
#subfooter a .fab:hover { 
	cursor: pointer;
	-moz-transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

nav select {
  display: none;
}

.inset { margin: 0% 20px; }



/* #Page Styles
================================================== */
.page_wrapper { margin-top: 0%; }


/* Larger than mobile
================================================== */

@media (min-width: 480px) {
	

	
}







/* Larger than phablet
================================================== */

@media (min-width: 547px) {
	
	.overlay_hover .hidden p { font-size: 1.0em; } 

	.treatment_summary .one-fourth {
		flex-basis: 50%;
	}

	
}




/* Larger than tablet
================================================== */

@media (min-width: 769px) {

	
	
	.headerfullwidth .menu-primary-container { display: flex; width: 100%; }

	#footer .last { justify-content: flex-end; }
	#subfooter .last { text-align: right; }

	.thin_padding { padding-top: 15px; padding-bottom: 15px;}
	.medium_padding { padding-top: 50px; padding-bottom: 50px;}
	.deep_padding { padding-top: 125px; padding-bottom: 125px;}

	.content_no_padding { padding: 0px; }
	.content_thin_padding { padding: 10px;}
	.content_medium_padding { padding: 30px;}
	.content_deep_padding { padding: 50px;}

	.no_height { min-height: auto; }
	.thin_height { min-height: 250px; }
	.medium_height { min-height: 300px; }
	.deep_height { min-height: 600px; }

	.flex_no_padding { padding: 0px 0%; }
	.flex_thin_padding { padding: 30px 0%; }
	.flex_medium_padding { padding: 80px 0%; }
	.flex_deep_padding { padding: 120px 0%; }

	.inset { margin: 0% 15%; }

}




/* Desktop and larger
================================================== */

@media (min-width: 960px) {
	.static_nav { position: absolute; z-index: 1; top: 75px; left: 100px; }

	.treatment_summary .one-fourth {
		flex-basis: 25%;
	}
	
	.headerfullwidth .static_nav a {
	    color: #bd9082;
	    border: 0px;
	    padding: 0px 20px;
	    font-weight: 400;
	    font-size: 18px;
	}
	
	ul#menu-secondary { list-style: none; }
	ul#menu-secondary li { display: inline-block; }
	ul#menu-secondary li a:hover { color: #905441; }	
	
}


@media (min-width: 960px) {

	#nav {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding: 15px 0px 0px!important;
		width : 100%;
		text-align: center;
		padding : 0 0 0;
		line-height : 100%;
	}
	
	#nav li {
		position : relative;
		margin : 0 0px;
		padding : 0px 12px;
		list-style : none;
		text-align: center;
		line-height: 1.2em;
	}
	
	#nav li:first-of-type{ padding-left: 0px; }
	
	#nav a {
		font-size: 12px; 
		color: #0c3a57;
		text-decoration : none;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: 400;
		padding: 0px;
		margin : 0;
		-moz-transition: all 0.4s linear;
		-webkit-transition: all 0.4s linear;
		-o-transition: all 0.4s linear;
		transition: all 0.4s linear;
	}
		
	#nav a:hover { cursor: pointer; color: #00b3aa; }
	#nav ul li:hover > a {color: #00b3aa;}

	#nav ul li.current_page_item > a, #nav ul li.current_menu_item a, #nav ul li.current_page_parent > a, #nav ul li.current_menu_parent a { }
	
	#nav li.home a, #nav li.current_page_item > a, #nav li.current_menu_item a, #nav li.current_page_parent > a, #nav li.current_menu_parent a { color: #d2a244; }
	#nav li.home ul.sub-menu li a, #nav ul.sub-menu li.current_page_item a, #nav ul.sub-menu li.current_menu_item a, #nav ul.sub-menu li.current_page_parent a, #nav ul.sub-menu li.current_menu_parent a { color: #d2a244; }
	
	/*Style top level links when hovering on child link!*/
	#nav li:hover a{ }
	
	#nav li a:hover { color: #00b3aa; }
	
	#nav ul li:hover, #nav li:hover li {
		color : #00b3aa; -moz-transition: all 0.4s linear;
		-webkit-transition: all 0.4s linear;
		-o-transition: all 0.4s linear;
		transition: all 0.4s linear;
	}
	
	#nav ul li a:hover { color: #fff; }
	
	#nav li li a { width: 100%; padding: 12px 18px!important; color: white!important; line-height: 3em!important; white-space: nowrap; }
	#nav li li:hover {background-color: #2fb0da;}
	
	#nav ul a:hover { color: white; background-color: transparent; }
	
	#nav li:hover > ul { display: block; }
	#nav li:focus > ul, #nav li:active > ul { display: block; }

	#nav ul {
		display: none;
		background-color: #009ace;
		border-top: 0px solid #444;
		font-size: 0.9em;
		margin : 0;
		padding : 0px;
		position : absolute;
		top : 38px;
		z-index: 99999!important; box-sizing: border-box;
	}
	
	ul#nav li:last-child ul {
		left : auto;
		right: 0px;
	}
	
	#nav ul li {
		margin : 0;
		padding : 0px; 
		border-bottom: 1px solid #39acd3!important; text-align: left; position: relative; z-index: 99998!important; 
	}
	
	#nav ul a {
		line-height: 1.6em!important;
		font-weight : 100;
		padding: 10px!important;
	}
	
	/* Second level flyout */
	#nav ul ul {
		left : 175px;
		top : -10px;
	}
		
	html[xmlns] #nav {
		display : block;
	}
	
	* html #nav {
		height : 1%;
	}/* End nav menu */
	
}


/* Legacy media queries
================================================== */


@media only screen and (max-width: 479px) {
	.divider {border-bottom: #ddd 1px solid; padding-bottom: 15px; margin-bottom: 15px!important;}
	header {padding-top: 0px!important;}
	.hide {display: none!important;}
	.headerfullwidth.topbar { font-size: 14px; }
	#footer .four.columns { width: 100%!important; }
}



@media only screen and (max-width: 547px) {
	.hide547 {display: none!important;}
	header {padding-top: 0px!important;}
	#top-widget h1 {font-size: 40px;}
	.top-featured {padding-top: 34px; padding-bottom: 0px; min-height: auto; height: 250px; }
	.internal.top-featured { padding-top: 0px; }
	.top-featured img { /*width: 50%; */ width: 100%; }
	.top-featured p {font-size: 15px; }
}




/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 798px) {
	.hide769 {display: none!important;}
	#top_block {position: relative; height: 256px; }
	.divider {border-bottom: #ddd 1px solid; padding-bottom: 15px; margin-bottom: 15px!important;}
	#nav { display: none!important; }

}

@media only screen and (max-width: 769px) {
	.hide769 {display: none!important;}
	#footer { margin: 20px 0px 0px; }
}

@media only screen and (max-width: 960px) {
	.hide960 { display: none; }
} 

@media only screen and (max-width: 1068px) {
	.hide1068 { display: none; }
} 