/*   
	Theme Name: Fluidal parent theme
	Theme URI: https://fluidal.net
	Description: A mobile-first responsive, vanilla boilerplate WordPress theme ready for customisation. Now with added Bootstrap. Please do not delete either the Fludial parent theme or customised Fludial child theme. You will need both for this site to work correctly.
	Author: Duncan Arrow
	Author URI: https://duncanarrow.com
	Version: 22
*/

/* Fluidal CSS - do not amend */

body {
	font-display: swap;
}

#footer { background-color: #eee; }
#subfooter { background-color: #f7f7f7; }

a, a:hover { -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }

pre { white-space: break-spaces; background-color: #eee; padding: 10px; box-sizing: border-box; }
hr { opacity: 1!important; }

#footer a .fab, .socials a .fab { font-size: 32px; padding: 0px 10px; color: #a4a3a3; -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
#footer a:hover .fab, .socials a:hover .fab { color: #333; -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
#footer { padding: 30px 0px; }

.stick_link .flex-custom-2 { height: 100%; }
.stick_link p:last-of-type { margin-top: auto; }

/* Fluidal components - DO NOT ALTER! */
#mask { display: none; position: fixed; z-index: 4; 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: rgba(0, 0, 0, 0.5); transition: 1s all; }
.animate:hover .mask { background-color: rgba(0, 0, 0, 0.7); transition: 1s all; }

/* Parallax/Jarallax */

.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.text-align-left { text-align: left; }
.text-align-right { text-align: right; }
.text-align-centre,  text-align-center { text-align: center; }

.alignnone { float: none; }

.aligncenter, div.aligncenter {
    display: block;
    margin: 0px auto 5px auto;
}

.aligncenter.no-margin { margin: 0px auto; }

.arrowheads.aligncenter { margin: 0px auto; }

.alignright {
    float:right;
    margin: 0px 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 0px 10px 10px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 0px 0 20px 20px;
}

a img.alignnone {
    margin: 0px 0px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 0px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

hr { 
	display: block; clear: both;
    height: 1px;
    border: 0;
    border-top: 1px solid #efefef;
    margin: 2em 0;
    padding: 0;}

hr.line {
	display: block; 
	clear: both;
    height: 1px;
    border: 0;
    padding: 0;
}

hr.line.left { 
    margin: 2em 0;
}

hr.line.centre, hr.line.center { margin: 2em auto; }

hr.line.right { margin: 2em 0px 2em auto; }

.clear { clear: both; }

ol, ul {
    padding-left: 1rem!important;
}

ul.slick-dots { padding-left: 0px!important; }

ul.ticks, ul.downloads, ul.arrows, ul.map, ul.pound-sign, ul.credit-card { list-style-type: none; margin-left: 0px; padding-left: 0px!important; }
ul.ticks li, ul.downloads li, ul.arrows li, ul.map li, ul.pound-sign li, ul.credit-card li { text-indent: -32px; margin-left: 32px; }

ul.ticks li::before {
	float: left;
    display: inline-block;
    margin-right: 26px;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f00c";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

ul.downloads li::before {
	float: left;
    display: inline-block;
    margin-right: 32px;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f15c";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

ul.arrows li::before {
	float: left;
    display: inline-block;
    margin-right: 32px;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

ul.map li::before {
	float: left;
    display: inline-block;
    margin-right: 32px;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f3c5";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

ul.pound-sign li::before {
	float: left;
    display: inline-block;
    margin-right: 32px;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f154";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

ul.credit-card li::before {
	float: left;
    display: inline-block;
    margin-right: 32px;
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f09d";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

img.width-40 { width: 40px; }
img.width-70 { width: 70px; }
img.width-90 { width: 90px; }
img.width-100 { width: 100px; }
img.width-150 { width: 150px; }
img.width-200 { width: 200px; }
img.width-250 { width: 250px; }
img.width-300 { width: 300px; }
img.width-424 { width: 424px; }
img.width-460 { width: 460px; }
img.full-width { width: 100%; }

.fix { display: inline-block; width: 100%; }

/* Minimum height on columns */	
.thin_height { min-height: 200px; }
.medium_height, .deep_height { min-height: 300px; }
.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;}

.window_height, .window_height > .row { height: auto; min-height: 500px; padding-top: 0px; padding-bottom: 0px; }

@media (min-width: 576px) {
	.window_height, .window_height > .row { height: 100vh; }
}

.content_full_width.window_height .container-sm { display: flex; height: 100vh; flex-direction: column; justify-content: center; }

.content_two_blocks.window_height, .content_two_blocks.window_height .row { height: auto; min-height: 800px; padding-top: 0px; padding-bottom: 0px; }

.container_inset { margin: 20px; }
.content_inset { padding: 0; }

.align-items-centre { align-items: center; }

/*.container_fluidal { position: relative; }*/
.container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container-fluid { position: relative; }

/* Column shortcodes */
.one_half, .one_third, .two_thirds, .one_fourth, .two_fourths, .three_fourths, .one_fifth, .two_fifths, .three_fifths, .four_fifths { float: left; width: 100%; margin-left: 0%; margin-right: 0%; }


@media (min-width: 768px) {
	
	/* Column shortcodes */
	.one_half { width: 49%; margin-right: 2%; }
	.one_third { width: 32%; margin-right: 2%; }
	.two_thirds { width: 66%; margin-right: 2%; }
	.one_fourth { width: 23.5%; margin-right: 2%; }
	.two_fourths { width: 49%; margin-right: 2%; }
	.three_fourths { width: 74.5%; margin-right: 2%; }
	.one_fifth { width: 18.4%; margin-right: 2%; }
	.two_fifths { width: 38.8%; margin-right: 2%; }
	.three_fifths { width: 59.2%; margin-right: 2%; }
	.four_fifths { width: 79.6%; margin-right: 2%; }
	.last { margin-right: 0%; clear: right; }

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

	/* Top and bottom padding on the outer container */
	.thin_padding { padding-top: 15px; padding-bottom: 15px;}
	.medium_padding { padding-top: 50px; padding-bottom: 50px;}
	.deep_padding { padding-top: 125px; padding-bottom: 125px;}

	.window_height, .window_height > .row { height: 100vh; }
	.content_two_blocks.window_height, .content_two_blocks.window_height .row { height: auto; min-height: 100vh; }

}

/*.container { background: cadetblue; }
.container-sm { }
.container-md { background: blue; }
.container-lg { background: green; }
.container-xl { background: orange; }
.container-xxl { background: grey; }
.container-fluid { background: pink; }
.col { background: rgb(255 255 255 / 80%); }*/

img, object, embed { max-width: 100%; }

.set-width-100 { width: 100%; }

.left_block_padding, .right_block_padding { padding: 40px; }

.container-fluid .flex_half:first-of-type, .container-fluid .flex_half:last-of-type, 
.container-fluid .flex_one_third:first-of-type, .container-fluid .flex_two_thirds:last-of-type,
.container-fluid .flex_two_thirds:first-of-type, .container-fluid .flex_one_third:last-of-type { flex-basis: 100%; }


/* Pushes content away from opposing edge of column */		
.container-fluid .left-col .add-content-padding { padding-top: 30px; padding-right: 30px; padding-bottom: 30px; }
.container-fluid .right-col .add-content-padding { padding-top: 30px; padding-left: 30px; padding-bottom: 30px; }


/* Forms & buttons */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"], .button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active, .button:visited,
button:visited,
input[type="submit"]:visited,
input[type="reset"]:visited,
input[type="button"]:visited {
	display: inline-block;
	padding: 20px 30px;
	margin: 10px 0px;
	background-color: transparent;
	color: inherit;
	font-size: 14px;
	line-height: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap; 
	border: 1px solid #444;
	border-radius: 0px;
	box-sizing: border-box;
	cursor: pointer;
    -webkit-appearance: none;
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.button.white {	background-color: white; border: 1px solid transparent; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover, .button.full-width:hover, button.full-width:hover {
	background-color: rgb(0 0 0 / 10%);
	border: 1px solid #444;
	-moz-transition: all 0.2s linear;
   -webkit-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; }


/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[readonly] { background: #eee!important; border: 0px!important; }
.gf_hidefield { display: none!important; }

.gform_heading { margin-bottom: 20px; }
.ginput_container_consent label { display: inline-block; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
	display: block;
	border: 0px;
	width: 100%;
	max-width: 100%;
	background: #e8e8e8;
	margin: 0;
	padding: 10px!important;
	outline: none;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.dark input[type="text"], .dark input[type="password"], .dark input[type="email"], .dark input[type="tel"], .dark textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	background: white;
	margin: 0;
	padding: 10px!important;
	outline: none;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.dark a, .dark a:visited { color: white; }
.dark a:hover, .dark a:focus { color: #fff; background-color: white; }

.dark .button,
.dark button,
.dark input[type="submit"],
.dark input[type="reset"],
.dark input[type="button"], .dark .button:active,
.dark button:active,
.dark input[type="submit"]:active,
.dark input[type="reset"]:active,
.dark input[type="button"]:active, 
.dark button:visited,
.dark input[type="submit"]:visited,
.dark input[type="reset"]:visited,
.dark input[type="button"]:visited { border: 1px solid white!important; }


select { width: 100%; padding: 0; }

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	 box-sizing: border-box;  
	-webkit-appearance: none;
}

textarea { min-height : 10%; }

label, legend {
	display: block;
	font-size: 1.0em;
}
		
input[type="checkbox"] { display : inline; }

label span, legend span {
	font-weight : normal;
	font-size : inherit;
	color : #444;
}

	::-webkit-input-placeholder { 
	font-size: 12px;
	color: #818584;
}
::-moz-placeholder { /* Firefox 19+ */
	font-size: 12px;
	color: #818584;
}
:-ms-input-placeholder { /* IE 10+ */
	font-size: 12px;
	color: #818584;
}
:-moz-placeholder { /* Firefox 18- */
	font-size: 12px;
	color: #818584;
}



/* Header */

/* Redundant? */
header {display: block; z-index: 9; position: absolute; width: 320px; right: 0px; padding: 0px!important; margin: 0px!important; background: rgba(0, 0, 0, 0.5); }
header:before, header:after { content:""; display: table; }
header:after { clear:both; }
header { /*zoom:1;*/ }


/* Mobile sidebar */
.mobile_nav { 
	position: fixed; 
	z-index: 9999999999; 
	width: 300px; 
	height: 100%; 
	top: 0px; 
	left: 0px;
	margin-left: -300px; 
	padding: 0px!important; 
	background: white; 
	-moz-transition: all 0.4s linear; 
	-webkit-transition: all 0.4s linear; 
	-o-transition: all 0.4s linear; 
	transition: all 0.4s linear;
}	

/* Mobile sidebar - when visible */
.mobile_nav.visible { margin-left: 0px; }


/* Hamburger */
.mobile_header:after {
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0c9";
    position: absolute;
    top: 30%;
    right: 18px;
    width: 28px;
    height: 4px;
    -moz-transition: all 0.4s linear;
   -webkit-transition: all 0.4s linear;
   -o-transition: all 0.4s linear;
   transition: all 0.4s linear;
}

#mobile_header {
	position: absolute;
	z-index: 3;
	top: 10px;
	margin-top: 0px;
	right: 10px;
	width: 65px;
	height: 60px;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	cursor: pointer;
}
	
#mobile_header span {
	display: block;
	position: absolute;
	height: 4px;
	width: 32px;
	background: #00B3AA;
	border-radius: 0px;
	opacity: 1;
	left: 16px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
	
#mobile_header span:nth-child(1) { top: 22px; }
#mobile_header span:nth-child(2), #mobile_header span:nth-child(3) { top: 30px; }
#mobile_header span:nth-child(4) { top: 38px; }

#mobile_header.open { right: 10px; z-index: 99999999; }
#mobile_header.open span { background: #bbb; }
#mobile_header.open:hover span { background: #1A82DB; }

#mobile_header.open span:nth-child(1) {
	opacity: 0!important;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#mobile_header.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mobile_header.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#mobile_header.open span:nth-child(4) {
	opacity: 0!important;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
} 

/* Mobile close button */
.mobile_nav_close:hover span { background-color: #1A82DB; }
.mobile_nav_close:hover { cursor: pointer; }
.mobile_nav_close:hover { -webkit-transition: .32s ease-in-out; -moz-transition: .32s ease-in-out; -o-transition: .32s ease-in-out; transition: .32s ease-in-out; }

.mobile_nav_close {
	position: absolute;
	z-index: 99;
	top: 24px;
	right: 14px;
	width: 42px;
	height: 45px;
	margin: 0px auto;
}

.mobile_nav_close span {
  display: block;
  position: absolute;
  height: 3px;
  width: 25px;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .32s ease-in-out;
  -moz-transition: .32s ease-in-out;
  -o-transition: .32s ease-in-out;
  transition: .32s ease-in-out;
}

.mobile_nav_close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile_nav_close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile_nav_close span:nth-child(1) {
  left: 1px;
  top: 20px;
}

.mobile_nav_close span:nth-child(2) {
  top: 20px;
}


/* Mobile navigation list items inc .primary_nav */
.mobile_list {
	position: relative;
	width: 300px;
	margin: 0 auto;
	top: 50px;
	padding: 10px 0px;
	z-index: 9;
}		

.mobile_nav.visible {
  transition: 1s ease;
}

.mobile_nav {
  transition: 1s cubic-bezier(.17,.67,.44,.9);
}
	
.primary_nav ul.sub-menu {margin: 0% 0% 0% 0%!important; font-size: 12px; padding-right: 0%; list-style-type: none; }
.primary_nav ul.sub-menu li a { padding: 15px 15px 14px 24px!important;}
.primary_nav { padding-bottom: 80px; height: calc(100vh - 220px); overflow-y: auto; overflow-x: hidden; }

.primary_nav ul {
	display: block; 
    list-style: none;
    padding: 0px 0px 0px 0px!important; margin-left: 0px; margin-bottom: 0%!important;
    width: auto;
	text-align: left; 
}

.primary_nav ul ul.sub-menu { position: relative; }
.primary_nav li { position: relative; margin-bottom: 0%!important; border-bottom: 1px solid #e5e5e5; }

.primary_nav li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    color: #707070;
}
 
.primary_nav li a:hover,
.primary_nav li a:focus,
.primary_nav .sub-menu li a:hover,
.primary_nav .sub-menu .sub-menu li a:focus {
    color: #00B3AA!important;
    background: transparent!important;
}

.primary_nav ul li.current_page_item:first-child a { border-top: 0px!important; }
.primary_nav li.menu-item-has-children > a { width: auto; }


.primary_nav .current_page_item > a, .primary_nav .current-menu-item > a, .primary_nav .current_page_parent > a, .primary_nav .current_page_ancestor > a { color: #00B3AA; }
.primary_nav ul li.menu-item-has-children .current_page_item, .primary_nav ul li.menu-item-has-children .current-menu-item { color: #00B3AA; }
.primary_nav ul li.menu-item-has-children .sub { width: 58px; height: auto; position: absolute; top: 0px; right: -1px; bottom: 0px; padding-top: 17px; border-left: 1px solid #e5e5e5; }

.primary_nav .sub { display: block; width: 18px; height: 18px; color: #b7b7b7; font-size: 20px; }
.primary_nav .sub:hover { cursor: pointer; background-color: transparent; }
.primary_nav .sub.fa-angle-right, .primary_nav .sub.fa-angle-down { display: block; text-align: center; }

.mobile_list ul#menu-primary li.menu-item-has-children ul.sub-menu { display: none; }

.primary_nav ul.sub-menu { background-color: #f6f6f6!important; display: none; }
.primary_nav ul.sub-menu li { background-color: #f6f6f6!important; }
.primary_nav ul.sub-menu .sub-menu { background-color: #eee!important; }
.primary_nav ul.sub-menu li .sub-menu li { background-color: #eee!important; }
.primary_nav li .sub-menu li:last-of-type { border-bottom: 0px; }

@media (min-width: 992px) {
	#mobile_header, .mobile_header_menu_text { display: none; }
}
		
@media (min-width: 992px) {
	
	/* Desktop nav */
	.navigation { display: flex; }
	
	.headerfullwidth #nav { justify-content: flex-end; }
	#nav {
		display: flex;
		align-items: center;
		justify-content: start;
		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 li:last-of-type{ padding-right: 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%;
	}
}


/* Header two blocks and content two blocks */

.header_full_width .col-md .d-flex p:last-of-type, .header_two_blocks .col-md .d-flex p:last-of-type { padding-bottom: 0px!important; margin-bottom: 0px!important; }

.left-column-flush-top .d-flex { padding-top: 0px!important; }
.left-column-flush-top .d-flex p:first-of-type { padding-top: 0px!important; margin-top: 0px!important; }
.left-column-flush-top .d-flex p:first-of-type img { padding-top: 0px!important; margin-top: 0px!important; }

.left-column-flush-bottom .d-flex { padding-bottom: 0px!important; }
.left-column-flush-bottom .d-flex p:last-of-type { padding-bottom: 0px!important; margin-bottom: 0px!important; }
.left-column-flush-bottom .d-flex p:last-of-type img { padding-bottom: 0px!important; margin-bottom: 0px!important; }

.right-column-flush-top .d-flex { padding-top: 0px!important; }
.right-column-flush-top .d-flex p:first-of-type { padding-top: 0px!important; margin-top: 0px!important; }
.right-column-flush-top .d-flex p:first-of-type img { padding-top: 0px!important; margin-top: 0px!important; }

.right-column-flush-bottom .d-flex { padding-bottom: 0px!important; }
.right-column-flush-bottom .d-flex p:last-of-type { padding-bottom: 0px!important; margin-bottom: 0px!important; }
.right-column-flush-bottom .d-flex p:last-of-type img { padding-bottom: 0px!important; margin-bottom: 0px!important; }

.content_single_width_wrapper { position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; }

/* Full width */
.content_full_width .d-flex p:last-of-type { padding-bottom: 0px!important; margin-bottom: 0px!important; }

/* Accordion */
.accordion { float: left; width: 100%; padding: 0px; margin-top: 15px; border-bottom: 1px solid #e5e5e5; box-sizing: border-box; -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.accordion:hover { -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.accordion h1, .accordion h2, .accordion h3, .accordion h4, .accordion h5, .accordion h6 { 	font-size: 1.2em; font-weight: normal; line-height: 1.2em; background: transparent; padding: 8px 0px 20px; margin-bottom: 0px; margin-top: 0px; }
.accordion h1:before, .accordion h2:before, .accordion h3:before, .accordion h4:before, .accordion h5:before, .accordion h6:before { content: ""; }

.accordion .reveal h1, .accordion .reveal h2, .accordion .reveal h3, .accordion .reveal h4, .accordion .reveal h5, .accordion .reveal h6 { background-color: transparent; color: #444; padding: 0; margin-bottom: 8px; -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.accordion h1:hover, .accordion h2:hover, .accordion h3:hover, .accordion h4:hover, .accordion h5:hover, .accordion h6:hover { cursor: pointer; -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.accordion.down h1:after, .accordion.down h2:after, .accordion.down h3:after, .accordion.down h4:after, .accordion.down h5:after, .accordion.down h6:after { font-family: FontAwesome; content: "\f107"; margin-left: 10px; }
.accordion.up h1:after, .accordion.up h2:after, .accordion.up h3:after, .accordion.up h4:after, .accordion.up h5:after, .accordion.up h6:after { font-family: FontAwesome; content: "\f078"; margin-left: 10px; }
.accordion p { margin-bottom: 0.8em; padding-bottom: 3px; }
.accordion .fa { float: right; font-size: 24px; width: 15px; margin-top: 7px; margin-left: 30px; margin-right: 14px; }
.reveal { padding: 0px; display: none; }


/* Treatment summary */
.treatment_summary .treatment_icon i { width: 46px; }
.treatment_summary .treatment_icon { width: 46px; font-size: 24px; text-align: center; }		


/* Image overlay */

.image_overlay .overlay { height: 300px; }
.image_overlay .overlay_title {
    position: absolute;
    text-align: center;
    bottom: 0%;
    left: 0px;
    right: 0px;
    background: rgb(255 255 255 / 20%);
    padding: 20px;
}

.image_overlay .overlay_hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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)";
}

.image_overlay .overlay_title h2 {
	font-size: 20px;
    color: white;
	margin-bottom: 0px;
    text-transform: uppercase;
	}

.image_overlay .overlay .overlay_hover:hover { display: flex; align-items: center; cursor: pointer; }


/* Show posts */

.show_posts .overlay { min-height: auto; }
.show_posts .overlay_title {
    position: absolute;
    text-align: center;
    bottom: 0%;
    left: 0px;
    right: 0px;
    background: rgb(255 255 255 / 20%);
    padding: 20px;
    margin-bottom: 0px;
}

.show_posts .overlay_title h2 {
	font-size: 20px;
    color: white;
	margin-bottom: 0px;
    text-transform: uppercase;
	}

.show_posts .overlay_hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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)";
}

.show_posts .set-width-100 {
	display: flex;
    flex-direction: column;
}

.show_post_meta {
	display: flex;
    flex-direction: column;
    height: 100%;
}

.show_posts .read-more {
    display: flex;
    align-items: flex-end;
    flex: auto;
}

.image_overlay .overlay .overlay_hover:hover { display: flex; align-items: center; cursor: pointer; }

.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;}

.show_posts .show_post_meta small { display: block; margin-bottom: 10px; }
.show_posts .read-more { margin-top: 10px; }
.show_posts .single-column { align-items: stretch!important; }

.show_posts .single-column .bg-img { min-height: 250px; }

@media (min-width: 768px) {
	.show_posts .single-column .bg-img { min-height: 300px; }
}

@media (min-width: 992px) {
	.show_posts .single-column .bg-img { min-height: 200px; }
}
	
/* Video block */

.wp-video, .mejs-container, .mejs-overlay.load { width: 100%!important; }

video.wp-video-shortcode {
	width: 100% !important;
	height: 100% !important;
}

.video_block.window_height, .video_block.window_height .video_container, .video_block.window_height .video_container video { height: 100vh!important; }

.video_block.window_height .video_container video { object-fit: cover; }

video.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;
}

.video_block .mask { z-index: 0; margin-bottom: 6px; }
.video_block .video_container { margin-bottom: -6px; }
.video_block video { width: 100%!important; height: auto!important; }
.video_block .wrap { 
	position: absolute;
	z-index: 1;
    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;
	z-index: 1;
	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;
}

.video_block .video_overlay_text {
    position: relative;
    z-index: 3;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

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

.refresh { opacity: 0; }

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

@media (min-width: 768px) {
	.video_block .video_overlay_text {
	    position: absolute;
	    background-color: transparent!important;
	    z-index: 3;
	    top: 0px;
	    right: 0px;
	    bottom: 0px;
	    left: 0px;
	}
	
	.video_block .video_overlay_text .video_meta {
	    position: absolute;
	    top: 50%;
	    left: 5%;
	    right: 5%;
	    -ms-transform: translate(0,-50%);
	    -webkit-transform: translate(0,-50%);
	    transform: translate(0,-50%);
	    padding: 0px;
	    background-color: transparent;
	}	
}


/* Embed video */
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Simple grid, image_grid and image_overlay. Also treatment summary and USPs if showing 5 cols per row */

@media (min-width: 768px) and (max-width: 991px) {
	.three-col-force-three > div { width: 33.333%; }
	.three-col-one-two > div:first-of-type { width: 100%; }
	.three-col-two-one > div:last-of-type { width: 100%; }
	.five-col-force-five > div { width: 20%; }
	.five-col-one-three-one > div:first-of-type { width: 100%; }
	.five-col-one-three-one > div:nth-of-type(2), .five-col-one-three-one > div:nth-of-type(3), .five-col-one-three-one > div:nth-of-type(4) { width: 33.333%; }
	.five-col-one-three-one > div:last-of-type { width: 100%; }
	.five-col-three-two > div:first-of-type { width: 33.333%; }
	.five-col-three-two > div:nth-of-type(2) { width: 33.333%; }
	.five-col-three-two > div:nth-of-type(3) { width: 33.333%; }
	.five-col-two-three > div:nth-of-type(3) { width: 33.333%; }
	.five-col-two-three > div:nth-of-type(4) { width: 33.333%; }
	.five-col-two-three > div:nth-of-type(5) { width: 33.333%; }
}

/* Simple grid */

.simple_grid .flex-default { flex: 1 0 0; }
.simple_grid .flex-custom-1 { flex: 1 1 25%; }
.simple_grid .flex-custom-2 { flex: 1 1 75%; }

.simple_grid .flex-padding-right { padding-right: 20px; }
.simple_grid .flex-padding-left { padding-left: 20px; }

.simple_grid .flex-custom-align { }
.simple_grid .col-lg .d-flex p:last-of-type { padding-bottom: 0px!important; margin-bottom: 0px!important; }


/* Testimonial slider */

.testimonial_slider .testimonial_slides { text-align: center; }

/* Google maps */

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

/* Animated counters */

.counter { display: flex; flex-direction: column;  align-items: center; text-align: center; }

.counter.countup .countNumber  { 
	display: flex;
	flex-wrap: nowrap;
	font-size: 60px;
	font-weight: bold;
	padding: 0.5em 0em;
}

.counter span { color: transparent; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }
.countup.counter span { color: inherit; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; }


/* Fake Instagram */

.fake_instagram .container-md .masonry .insta-col .d-block, .fake_instagram .container-md .insta_grid .insta-col .d-block { 
	position: relative; 
	margin-top: 12px; 
	margin-bottom: 12px; 
	background-color: white; 
	border-radius: 15px; 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
	color: white; 
}

.fake_instagram .container-md .masonry .insta-col:nth-child(n+13) { display: none; }

.fake_instagram .container-md .masonry .insta-col .col-md-3 { width: 100%; }
.fake_instagram .container-md .masonry .insta-col .d-block { height: 250px; }
.fake_instagram .container-md .insta_grid .insta-col .d-block { height: 250px; }

.fake_instagram .tint { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; background-color: rgba(0, 0, 0, 0); border-radius: 15px; }
.fake_instagram .fake_instagram tint.video { background-color: rgba(231, 43, 97, 0.6); }
.fake_instagram .insta_wrap { 
	display: none; 
	position: absolute; 
	top: 50%; 
	left: 0; 
	right: 0; 
	margin: 0 auto; 
	transform: translateY(-50%); 
	text-align: center; -moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; color: white; 
}

.fake_instagram .container-md .masonry .insta-col .d-block:hover .tint, .fake_instagram .container-md .insta_grid .insta-col .d-block:hover .tint { background-color: rgba(0, 0, 0, 0.6); }
.fake_instagram .container-md .masonry .insta-col .d-block:hover .insta_wrap, .fake_instagram .container-md .insta_grid .insta-col .d-block:hover .insta_wrap { display: block; }

.fake_instagram a.loadmore{
	background-color: #ddd;
	border-radius: 5px;
	display: block;
	color: #242424;
	clear: both;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}

.fake_instagram a.loadmore:hover{ background-color: #767676; color: #fff; }
.fake_instagram a.insta_link { border-bottom: 0px; }

@media (min-width: 576px) {
	.fake_instagram .container-md .masonry .insta-col .d-block { height: 300px; }
}

@media (min-width: 768px) {
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(1), .container-md .masonry .insta-col:nth-of-type(10) { width: 50%; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(11) { width: 25%; }

	.fake_instagram .container-md .masonry .insta-col:nth-of-type(4) { margin-top: -162px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(5) { margin-top: -162px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(8) { margin-top: -162px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(9) { margin-top: -162px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(11) { margin-top: -162px; }
	
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(1) .d-block { height: 137px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(2) .d-block { height: 294px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(3) .d-block { height: 294px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(4) .d-block { height: 137px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(5) .d-block { height: 137px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(6) .d-block { height: 137px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(7) .d-block { height: 137px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(8) .d-block { height: 137px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(9) .d-block { height: 294px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(10) .d-block { height: 137px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(11) .d-block { height: 137px; }

	.fake_instagram .container-md .insta_grid .insta-col .d-block { height: 170px; }
}

@media (min-width: 992px) {
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(4) { margin-top: -218px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(5) { margin-top: -218px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(8) { margin-top: -218px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(9) { margin-top: -218px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(11) { margin-top: -218px; }
	
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(1) .d-block { height: 193px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(2) .d-block { height: 408px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(3) .d-block { height: 408px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(4) .d-block { height: 193px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(5) .d-block { height: 193px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(6) .d-block { height: 193px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(7) .d-block { height: 193px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(8) .d-block { height: 193px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(9) .d-block { height: 408px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(10) .d-block { height: 193px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(11) .d-block { height: 193px; }

	.fake_instagram .container-md .insta_grid .insta-col .d-block { height: 210px; }
}

@media (min-width: 1200px) {
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(4) { margin-top: -274px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(5) { margin-top: -274px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(8) { margin-top: -274px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(9) { margin-top: -274px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(11) { margin-top: -274px; }
	
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(1) .d-block { height: 249px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(2) .d-block { height: 522px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(3) .d-block { height: 522px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(4) .d-block { height: 249px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(5) .d-block { height: 249px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(6) .d-block { height: 249px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(7) .d-block { height: 249px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(8) .d-block { height: 249px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(9) .d-block { height: 522px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(10) .d-block { height: 249px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(11) .d-block { height: 249px; }

	.fake_instagram .container-md .insta_grid .insta-col .d-block { height: 260px; }
}

@media (min-width: 1400px) {
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(4) { margin-top: -330px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(5) { margin-top: -330px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(8) { margin-top: -330px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(9) { margin-top: -330px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(11) { margin-top: -330px; }
	
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(1) .d-block { height: 306px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(2) .d-block { height: 636px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(3) .d-block { height: 636px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(4) .d-block { height: 306px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(5) .d-block { height: 306px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(6) .d-block { height: 306px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(7) .d-block { height: 306px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(8) .d-block { height: 306px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(9) .d-block { height: 636px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(10) .d-block { height: 306px; }
	.fake_instagram .container-md .masonry .insta-col:nth-of-type(11) .d-block { height: 306px; }

	.fake_instagram .container-md .insta_grid .insta-col .d-block { height: 270px; }
}	


/* Timeline */
.cd-timeline { background-color: transparent; }
.cd-timeline h5 { margin-bottom: 0px; }
.cd-timeline__block.cd-timeline_dot:nth-child(even) .cd-timeline__img {
    margin-right: calc(5% - 5px);
    box-shadow : none;
}
.cd-timeline_dot .cd-timeline__date { top: 17px; }

.cd-timeline__container::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cd-timeline__block { flex-direction: column; align-items: center; }
.cd-timeline__content { margin-left: auto; font-size: inherit!important; }
.cd-timeline__content::before { right: auto; }

.cd-timeline__block:nth-child(odd) .cd-timeline__content::before, .cd-timeline__block:nth-child(even) .cd-timeline__content::before { top: -23px; border: 12px solid transparent; }
.cd-timeline__block:nth-child(odd) .cd-timeline__content::before { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); border-bottom-color: white!important; border: 12px solid transparent; }
.cd-timeline__block:nth-child(even) .cd-timeline__content::before { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); border-bottom-color: white!important; border: 12px solid transparent; }

.cd-timeline__block.cd-timeline_text:nth-child(even) .cd-timeline__img { width: 70px; height: 70px; margin-top: 0px; margin-bottom: 20px; margin-left: auto; margin-right: auto; background-color: #009ace; color: white; }
.cd-timeline__block.cd-timeline_text:nth-child(odd) .cd-timeline__img { width: 70px; height: 70px; margin-top: 0px; margin-bottom: 20px; margin-left: auto; margin-right: auto; background-color: #009ace; color: white; }

.cd-timeline__block.cd-timeline_img:nth-child(even) .cd-timeline__img, .cd-timeline__block.cd-timeline_img:nth-child(odd) .cd-timeline__img { width: 70px; height: 70px; margin-bottom: 20px; }

.cd-timeline__block.cd-timeline_dot:nth-child(even) .cd-timeline__img { width: 10px; height: 10px; margin-top: auto; margin-bottom: 20px; margin-left: auto; margin-right: auto; background-color: #aac5d7; box-shadow: none; }
.cd-timeline__block.cd-timeline_dot:nth-child(odd) .cd-timeline__img { width: 10px; height: 10px; margin-top: auto; margin-bottom: 20px; margin-left: auto; margin-right: auto; background-color: #aac5d7; box-shadow: none; }
.max-width-lg { max-width: 95%; }

@media (min-width: 64rem) {
	.max-width-lg { max-width: var(--max-width-lg); }

	.cd-timeline__block { flex-direction: row; align-items: normal; }
	.cd-timeline__content { margin-left: 0em; }
	.cd-timeline__content::before { right: 100%; }
	
	.cd-timeline__block:nth-child(odd) .cd-timeline__content::before, .cd-timeline__block:nth-child(even) .cd-timeline__content::before { top: 20px; border-bottom-color: transparent!important; }
	.cd-timeline__block:nth-child(odd) .cd-timeline__content::before { left: auto; right: -36px; border-bottom-color: transparent; border-left-color: white; }
	.cd-timeline__block:nth-child(even) .cd-timeline__content::before { left: -12px; border-right-color: white; }
	
	.cd-timeline__block.cd-timeline_text:nth-child(even) .cd-timeline__img { margin-left: calc(5% - 36px); margin-right: calc(5% - 36px); }
	.cd-timeline__block.cd-timeline_text:nth-child(odd) .cd-timeline__img { margin-left: calc(5% - 34px); margin-right: calc(5% - 36px); }
	.cd-timeline__block.cd-timeline_dot:nth-child(even) .cd-timeline__img { margin-top: 26px; margin-left: calc(5% - 5px); margin-right: calc(5% - 5px); }
	.cd-timeline__block.cd-timeline_dot:nth-child(odd) .cd-timeline__img { margin-top: 26px; margin-left: calc(5% - 5px); margin-right: calc(5% - 5px); }
	.cd-timeline__block.cd-timeline_img:nth-child(even) .cd-timeline__img, .cd-timeline__block.cd-timeline_img:nth-child(odd) .cd-timeline__img { margin-bottom: 0px; }
}

.cd-timeline__date { left: 122%; }
.cd-timeline__block:nth-child(even) .cd-timeline__date { right: 123%; }

/*.wmc-gradient, .cd-timeline__block.cd-timeline_text:nth-child(even) .cd-timeline__img, .cd-timeline__block.cd-timeline_text:nth-child(odd) .cd-timeline__img { background: rgb(250,152,77); background: linear-gradient(90deg, rgba(250,152,77,1) 0%, rgba(244,66,59,1) 50%, rgba(244,61,122,1) 100%); }

.wmc-gradient-1 { background: rgb(250,152,77); background: linear-gradient(90deg, rgba(250,152,77,1) 0%, rgba(244,66,59,1) 60%); }
.wmc-gradient-2 { background: rgb(244,66,59,1)!important; }
.wmc-gradient-3 { background: rgb(244,61,122,1); background: linear-gradient(90deg, rgba(244,66,59,1) 0%, rgba(244,61,122,1) 60%); }

.cd-timeline__content { background: white!important; }
.cd-timeline__block:nth-child(odd) .cd-timeline__content::before { border-left-color: white; }
.cd-timeline__block:nth-child(even) .cd-timeline__content::before { border-right-color: white; }*/


/* Before/After comparision slider */
[id^="before-after"] {
  max-width: 100%;
  margin: 0 auto;
}

/* Plugin CSS */
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}
.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active:hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-before-label {
  opacity: 0;
}
.twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}
.twentytwenty-overlay {
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}
.twentytwenty-before {
  z-index: 20;
}
.twentytwenty-after {
  z-index: 10;
}
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}
.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}
.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}
.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

.fl-before-after_text_before { margin-bottom: 20px; }
.fl-before-after_text_after { margin-top: 20px; }
.fl-before-after_text_before p, .fl-before-after_text_after p { font-size: 0.9em; }

@media (max-width: 575px) {
	.hide575 { display: none; }
}

@media (max-width: 767px) {
	.hide767 { display: none; }
}

@media (max-width: 991px) {
	.hide991 { display: none; }
}

@media (max-width: 1199px) {
	.hide1199 { display: none; }
}

@media (max-width: 1399px) {
	.hide1399 { display: none; }
}

/* X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap */


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
		
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.container-fluid .one-half:first-of-type .add-fill-margin, .container-fluid .one-third:first-of-type .add-fill-margin, .container-fluid .two-thirds:first-of-type .add-fill-margin { margin-left: calc((100vw - 720px)/2 + 10px)!important; padding-right: 10px; }
	.container-fluid .one-half:last-of-type .add-fill-margin, .container-fluid .one-third:last-of-type .add-fill-margin, .container-fluid .two-thirds:last-of-type .add-fill-margin { margin-right: calc((100vw - 720px)/2 + 10px)!important; padding-left: 28px; }
	.container-fluid .flex_half:first-of-type { flex-basis: 50%; }
	.container-fluid .flex_half:last-of-type { flex-basis: 50%; }
	
	.container-fluid .flex_half.not-flush:first-of-type { flex-basis: 48%; }
	.container-fluid .flex_half.not-flush:last-of-type { flex-basis: 48%; }

	.container-fluid .flex_one_third.not-flush:first-of-type, .container-fluid .flex_one_third.not-flush:last-of-type { flex-basis: 38%; }
	.container-fluid .flex_two_thirds.not-flush:first-of-type, .container-fluid .flex_two_thirds.not-flush:last-of-type { flex-basis: 58%; }

	.container-fluid .flex_one_third:first-of-type, .container-sm .flex_one_third:first-of-type { flex-basis: 40%; }
	.container-fluid .flex_two_thirds:last-of-type, .container-sm .flex_two_thirds:last-of-type { flex-basis: 60%; }
	.container-fluid .flex_two_thirds:first-of-type, .container-sm .flex_two_thirds:first-of-type { flex-basis: 60%; }
	.container-fluid .flex_one_third:last-of-type, .container-sm .flex_one_third:last-of-type { flex-basis: 40%; }

	.not-flush:nth-of-type(1) > div { margin-right: 20px; }
	.not-flush:nth-of-type(2) > div { margin-left: 20px; margin-right: 0px!important;}
		
	.content_no_padding { padding: 0px; }
	.content_thin_padding { padding: 10px;}
	.content_medium_padding { padding: 30px;}
	.content_deep_padding { padding: 50px;}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.container-fluid .one-half:first-of-type .add-fill-margin, .container-fluid .one-third:first-of-type .add-fill-margin, .container-fluid .two-thirds:first-of-type .add-fill-margin { margin-left: calc((100vw - 960px)/2 + 10px)!important; padding-right: 10px; }
	.container-fluid .one-half:last-of-type .add-fill-margin, .container-fluid .one-third:last-of-type .add-fill-margin, .container-fluid .two-thirds:last-of-type .add-fill-margin { margin-right: calc((100vw - 960px)/2 + 10px)!important; padding-left: 28px; }
	.content_inset { padding: 0px 70px; }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.container-fluid .one-half:first-of-type .add-fill-margin, .container-fluid .one-third:first-of-type .add-fill-margin, .container-fluid .two-thirds:first-of-type .add-fill-margin { margin-left: calc((100vw - 1140px)/2 + 10px)!important; padding-right: 10px; }
	.container-fluid .one-half:last-of-type .add-fill-margin, .container-fluid .one-third:last-of-type .add-fill-margin, .container-fluid .two-thirds:last-of-type .add-fill-margin { margin-right: calc((100vw - 1140px)/2 + 10px)!important; padding-left: 28px; }
	.content_inset { padding: 0px 200px; }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	.container-fluid .one-half:first-of-type .add-fill-margin, .container-fluid .one-third:first-of-type .add-fill-margin, .container-fluid .two-thirds:first-of-type .add-fill-margin { margin-left: calc((100vw - 1320px)/2 + 10px)!important; padding-right: 10px; }
	.container-fluid .one-half:last-of-type .add-fill-margin, .container-fluid .one-third:last-of-type .add-fill-margin, .container-fluid .two-thirds:last-of-type .add-fill-margin { margin-right: calc((100vw - 1320px)/2 + 10px)!important; padding-left: 28px; }

}
