/**
 * Theme Name: Zola Interactive Theme
 * Theme URI: http://www.thmplt.com
 * Author: thmplt
 * Author URI: thmplt.com
 * Description: Bootstrap 3 ready, responsive theme by thmplt. 
 * Template: thmpltfrmwrk 
 * Version: 2 
 */
 

/* = General Formatting
-------------------------------------------------------------- */

:root {
	--color-prime: #50cbe3;
}

* {  outline: none!important; }

html {background:#FFF;}

body {
	font-size:18px;
	font-weight: normal;
	line-height:1.75;
	color:#222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color:#29292b;
	margin:40px 0;
	font-weight:100;
	line-height: 1.45;
}

@media(min-width: 1200px) {
	.d-lg-block {
		display: block !important;
	}
	.d-lg-none {
		display: none !important;
	}
}

.topheader {margin:0 0 40px; }

h1 {font-size: 2.4em;}
h2 {font-size: 2.4em;}
h3 {font-size: 1.333em;}
h4 {font-size: 1.111em;}
h5 {font-size: 1em;}
h6 {font-size: 0.889em;}


h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
	display: block;
	margin-top: 10px;
	font-size: 0.8em;
	font-style: normal;
	color:#aaa;
}

a * { cursor: pointer!important; }

a {
	color: #18697d;
	text-decoration:none!important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover {
	color: #000;
	text-decoration:none;
}

a:focus, a:active {color: inherit;}

.lead {
	line-height: 1.75;
}

hr {
	border:1px thin #999;
	clear:both;
	margin-top: 2.222em;
	margin-bottom: 2.222em;
}

hr.clear {
	border: 0 none;
	height: 1px;
	margin: 0;
}
hr.spacer {
	border: 0 none;
	height: 2.222em;
	margin: 0;
}


p, .rowlikep {margin:0 0 2.222em}
main.row.flushcolumns > * { padding:0;}	

ul, ol {
	margin:0 0 2.222em;
	padding: 0 0 0 1.667em;
}

ul.nobullets {padding:0;}
ul.nobullets li {
	list-style:none;
	padding-left:0;
	border-bottom: 1px solid #ccc;
}

ul.inline-list {padding:0;}
ul.inline-list li {
	list-style:none;
	display: inline-block;
	float: none;
    padding-right: 10px;
	padding-left: 10px;
}

.btn * {cursor: pointer!important;}

.btn {
	background: none;
	/*color:#022222;*/
	padding: 0.5em 2em;
	text-transform: uppercase;
	font-size: 0.8em;
	white-space: normal;
	border-radius: 0;
	border: solid 1px #14c8e3;
	margin-top: 20px;
}
.btn:hover {	
	background: #14c8e3;
	color:#fff;
}

.btn a {color: #022222;}

/* Blockquote */

.blockquote-reverse {
	padding-right: 0;
	border-right: 0;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	padding-top: 15px;
	padding-bottom: 15px;
}

.blockquote-reverse p {
	color: #767676;
	font-size: 1.222em;
}

blockquote footer {
	background: none;
	padding: 0;
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after {
	display: none;
}

.blockquote-reverse cite {
	font-style: normal;
}


/* Forms */

input {
	padding: 0.556em;
	box-sizing: border-box;
}

input[type=submit]{
	cursor: pointer;
}


/* Cards */

.card {
	padding: 0.556em 0;
    min-height: inherit;
    background: #fff;	
}
.card>h2, .card>h3, .card>h4 {
	margin: 0;
    padding: 1.278em 1.389em!important;
    background: #333; /* #29316b */
    border-bottom: 0!important;
    font-size: 1.111em!important;
    font-weight: 500;
    color: #fff!important;
    text-transform: uppercase;	
}
.card .content-box {
    padding: 1.667em 1.389em;
    background: #f5f5f5;	
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #575757;	
}


/* Icon Box */

.icon-box {
	padding: 0;
	margin-bottom: 1.111em;
}
.icon-box>h2, .icon-box>h3, .icon-box>h4 {
	margin: 0!important;
	padding: 0 0 0.5em!important;
	background: none;
	border-bottom: 1px solid #ccc!important;
	font-size: 1.333em!important;
	font-weight: 300;
	color: #29292b!important;
	text-align: center;
}
.icon-box>h2 span, .icon-box>h3 span, .icon-box>h4 span {
	display: block;
	margin-bottom: 1.111em;
}
.icon-box>h2 .fa, .icon-box>h3 .fa, .icon-box>h4 .fa {
    display: inline-block;
    font-size: 1.25em;
    padding: 1.111em;
    border: 1px solid #14c8e3;
    border-radius: 50%;
}
.icon-box .content-box {
	background: none;
	padding-left: 0;
	padding-right: 0;
}


/* Call to Action */

.cta  {
	margin:0 0 2.222em;
	padding: 1.111em;
	/*background:#0FC0EA; color:#fff;*/
}

/* Breadcrumbs */

.breadcrumbs {
	margin: 3.3em 0 0;
	color: #dbdbdb;
	font-size: 0.778em;
}
.breadcrumbs a {
	color: #fff;
}
.breadcrumbs a:hover {
	color: #dbdbdb;
}

.header-height #breadcrumbs a {color:#fff}
.header-height #breadcrumbs {color:#000}

/* Utilities */

.nopadding {padding:0 !important}
.nomargin {margin:0!important}
.notopmargin {margin-top:0!important}
.nobottommargin {margin-bottom:0!important}
.smmargin {margin: 0.556em 0!important;}
.smtopmargin {margin-top: 0.556em!important;}
.smbottommargin {margin-bottom: 0.556em!important;}

/* WP Admin Bar */

#wpadminbar {position: fixed;}




/* = Contact Forms
-------------------------------------------------------------- */


/* Reset */

.gform_wrapper {
	margin: 0 0 1.111em;
}
.gform_wrapper input[type=text],
.gform_wrapper select,
.gform_wrapper textarea {
	border:1px solid #ccc;
	padding: 0.625em!important;
	font-size: 0.889em!important;
	color: #333;
}
.gform_wrapper select {
	height: 3.125em!important;
	background:#fff;
}
.gform_wrapper textarea {
	height: 150px!important;
}
.gform_wrapper .remove-label label.gfield_label {display:none!important;}

.gform_wrapper label.gfield_label {font-weight: 400; font-size: 1em;}
.gform_wrapper .gfield {margin-bottom: 1.111em; margin-top: 0!important;}
aside .gform_wrapper .gfield {margin-bottom: 0.556em; margin-top: 0!important;}

.ninja-forms-form-wrap h3 {
	margin: 1.75em 0 20px;
	font-size: 1.5em;
	line-height:1;
}


/* Reset */

.ninja-forms-form-wrap input[type=text],
.ninja-forms-form-wrap select,
.ninja-forms-form-wrap textarea {
	border:1px solid #ccc;
	padding: 0.625em;
	font-size: 0.889em;
	color: #333;
	border-radius: 0;
}


.ninja-forms-form-wrap select {
	height: 2.556em!important;
	background:#fff;
}
.ninja-forms-form-wrap label {display:none!important;}
.ninja-forms-form-wrap .show-label-wrap label {display:block!important;}
.ninja-forms-form-wrap .list-checkbox-wrap ul label, .ninja-forms-form-wrap .list-radio-wrap ul label {display: inline!important;}
.ninja-forms-form-wrap .field-wrap {margin-bottom: 0.556em;}
.ninja-forms-form-wrap h3 {
	margin: 1.75em 0 20px;
	font-size: 1.5em;
	line-height:1;
}

.ninja-forms-form-wrap .lcol-wrap, .ninja-forms-form-wrap .rcol-wrap { display: inline-block; margin-right:1%; width:49%;}
.ninja-forms-form-wrap .rcol-wrap {width:49%; margin-right:0%;}

/* Long Form */

.ninja-forms-form-wrap .threecol-wrap {
	width: 32%!important;
	margin: 0 0.056em 0 0;
	display: inline-block;
} /* 3 columns for the city, state and zip fields */




/* = Features
-------------------------------------------------------------- */

/* FAQs Toggle */

h3.trigger {
    margin: 0px !important;
    font-weight:400;
    font-size: 1em;
    padding: 0.556em;
    /*background-image: url('images/toggle-plus.png');
    background-position: 10px center;
    background-repeat: no-repeat;*/
}
h3.trigger:before {
    padding: 0 0.63em 0 0;
    font-family: FontAwesome;
    content: "\f067";
    display: inline-block;
}
h3.trigger a {
    /*color: #333;*/
    text-decoration: none;
    display: inline-block;
}
h3.trigger a:hover {
    /*color: #0489B7;*/
    text-decoration: none!important;
    text-decoration: underline;
}
/*h3.active{
    background-image: url('images/toggle-minus.png') !important;
    background-position: 10px center;
    background-repeat: no-repeat;
}*/
h3.active:before {
    padding: 0 0.63em 0 0;
    font-family: FontAwesome;
    content: "\f068";
    display: inline-block;
}
h3.toggle-white{
    background-color: #FFF;
}
h3.toggle-grey{
    background-color: #eee;
}
h3.toggle-dark{
    background-color:#383838;
}
h3.toggle-dark a{
    color:#fff;
}
.toggle_container {
    overflow: hidden;
    padding: 1.111em 2.222em;
}


/* ACF Google Maps */

.acf-map {
	width: 100%;
	height: 500px;
	border: #ccc solid 1px;
	margin: 2.222em 0;
}

.gm-style .gm-style-iw {font-size: 1.273em;}

.gm-style .gm-style-iw p {margin-bottom: 1.111em;}

.loc-title {font-size: 1.071em; font-weight: 400;}

/* fixes potential theme css conflict */

.acf-map img {
   max-width: inherit !important;
}

a.marker {
	width: 50%;
	display: inline-block;
	padding: 0.1em 0;
}



/* = Header & items
-------------------------------------------------------------- */

header {
	background: rgba(48,48,48,1);
	position:fixed;
	width: 100%;
	z-index:99;
}

header {
	border-bottom: solid 1px #4f4542;
}

header.stickytop {
    position: fixed;
    top: 0;
    background: #303030;
    padding-bottom: 0;
	width: 100%;
	z-index:99;
}

#logo .title {
	font-size: 1.889em;
	margin:0;
	padding: 1.167em 0;
}
#logo a {color:#000}
#logo a:hover {
	text-decoration:none;
	color:#555;
}
#logo .subtitle {
	display:block;
	color:#B1B3B5;
	font-size: 0.778em;
	margin:0;
	padding:0 ;
}


/* Logo with image */

#logo img {max-width:100%;}

/* Contact Info: Address & Info */
.addr-section{
    /* margin: 30px  0 0; */
	color:#FFF;
	font-weight:300;
	text-align:right;
}

.addr-section .fa{
    margin: 0 0 0 5px;
	color:#14c8e3;
}

.addr-section span{
	padding:0 0 5px 0;
	border-bottom: solid 1px #104f62;
}
/* address {
  padding: 1em 0;
  margin: 0;
} 
 */address .tel {font-size: 1.5em;}


/* Page Header */

.header-box {
	position: relative;
	margin: 0 auto;
    background: #333;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-box .first {
	padding-left: 0;
}

.header-box .last {
	padding-right: 0;
}

.header-box h1 {
	margin: 0.889em 0;
	color: #fff;
	text-align: left;
	text-transform: capitalize;
}





/* = Main Navigation 
-------------------------------------------------------------------------------------------------------------------- */
/* #mainnav{
  margin: 30px auto;
    text-align: center;
} */


/* Dropdown Style */

#mainmenu {
	margin: 0;
	padding:0;
	/*float: right;*/
	display: inline-block;
}
#mainmenu>li>a {
	font-size: 0.9em;
	line-height:1;
	padding: 1.333em;
	color:#FFF;
	text-transform: uppercase;
	text-decoration:none;
	font-weight:300;
    /*background:url(images/structure/nav_divider.jpg) center right no-repeat;*/
}


#mainmenu>li.last>a {
	background:0;
	padding-right:0}
#mainmenu>li:hover>a {
	color:#14c8e3;
	text-decoration:none;
	background:none;
	}

/*#mainmenu>li:hover {background:url(images/structure/nav_underscore.png) center top}*/

	/* Sub-Menu*/
	
	#mainmenu ul {
		margin-top:0;
		text-align:left;
	}
	#mainmenu li li {
		background: rgba(48,48,48,0.9);
		width:300px;
		color:#fff;
	}
	#mainmenu li li:hover {
		background:rgba(20,200,227,1);
		color:#000;
	}
	#mainmenu li li a {
		color:#fff;
		font-size: 15px;
		padding: 0.556em 0.833em;
		margin:0;
	}
	#mainmenu li ul a:hover {color:#fff;}

/* Accordion Style */

#mainmenu_accordion,
#mainmenu_accordion ul {
	list-style:none outside;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
#mainmenu_accordion>li>a {
	margin:0;
	cursor: pointer;
	height:3.333em;
	line-height: 3.333em;
	font-size: 1em;
	color:#000;
	display:block;
	padding:0;
	background:0;
	border:0;
}
 
 #mainmenu_accordion>li>a:hover {
	text-decoration: none;
	color:#aaa;
}

#mainmenu_accordion>li>ul {
	padding: 0;
	margin:0 0 2.222em;
	border-top:0px solid #999;
}

#mainmenu_accordion ul li a {
	display:block;
	text-decoration:none;
	color: #000;
	font-weight:normal;
	height: 2.778em;
	line-height: 2.778em; 
	border:0px solid #999;
	border-top:0;
	text-align: left;
}
#mainmenu_accordion ul li:hover {background:#fff}
#mainmenu_accordion ul li a:hover {
	color: #aaa!important;
	text-decoration:none;
} 	

	/* Mobile Submenu */
	
	#mainmenu_accordion>li>ul>li a {
		background:#eee;
		color:#000;
		padding-left: 1.111em;
	}
	
	#mainmenu_accordion>li>ul>li a:hover {
		color:#fff;
		text-decoration: none;
	}
	
	#mainmenu_accordion>li>ul>li li a {background:#fff;}	
	#mainmenu_accordion>li>ul>li li a:hover {
		color:#aaa;
		text-decoration: none;
		background:#fff
	}	
	#mainmenu_accordion>li>ul>li>ul>li a {background:#f7f7f7;}	

	/* If a menu item has an dropdown */
	
	#mainmenu_accordion .menu-item-has-children>a:after {
		content:"\e252";
		font-family:"Glyphicons Halflings";
		margin:0 0.556em 0 0;
		display:inline-block;
		float:right;
		font-size: 0.556em;
	}



/* Menu toggle button */

#menutoggle {
	background:#FFF;
	/*margin-top:-85px*/
}
#menutoggle .icon-bar { background:#585C5F } 

.navbar {margin-bottom:0}
.navbar-right-custom {
	float:none!important;
	margin-right: -15px;
}

.navtext {display:none}

#mainmenu .navbar-header {height:1px}





/* = Carousel
-------------------------------------------------------------- */

.carousel-inner {background:#fff;}
.carousel-inner > .item > img.fullwidthimg {
	width:100%; 
	height:auto;
}
.carousel-inner > .item > .constrained {
	height:580px;
	background-size:cover!important;
}


.carousel-inner > .item > img {
	float:none;
	margin:0 auto;
}
.carousel-inner > .item .bannerhref {
	display:block;
	text-indent:-9999px;
	width:100%;
	position:absolute;
	top:0;
	bottom:0;
}


.carousel-caption {
	padding:10px 25px;
	top:0;
	margin:0;
	bottom:0;
	text-align: left;
}
.carousel-caption >* {
	color:#FFF;
	text-shadow: none;
}

.carousel-caption h2 {
	font-size:3em;
	margin:0 0 30px;
	color:#FFF;
	font-weight:400;
  line-height: 40px;
}
.carousel-caption h3 {
	font-size:1.8em;
	margin:0;
	text-transform: lowercase;
	color:#FFF;
}


.carousel-caption a {
	color:#14c8e3;
}

.carousel-caption a:hover {
	color:#FFF;
}

.carousel-caption .topheader {
	font-size:57px;
	margin:0 0 20px;
}
.carousel-caption p {
	font-size:18px;
	line-height:34px;
}

.carousel-indicators li {border:1px solid #FFF;}
.carousel-indicators li.active {background:#EFD788;}

/*  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x) */
.carousel-fade .carousel-inner .item {
  	opacity: 0;
  	transition-property: opacity;
  	transition-duration: .75s;
}

.carousel-fade .carousel-inner .active {
  	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  	left: 0;
  	opacity: 0;
  	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  	opacity: 1;
}

.carousel-fade .carousel-control {
  	z-index: 99;
}




/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
}

.revbutton a {color:#fff; }
.revbutton a:hover { text-decoration:none; }
.revbutton-lg a {color:#fff; }
.revbutton-lg a:hover {text-decoration:none;}




/* = Banner/Graphic 
-------------------------------------------------------------------------------------------------------------------- */

#thmplt_front_page_carousel {
	position: relative;
	z-index:0;
	padding-top:166px;
	background:#303030;
}
/*#thmplt_front_page_carousel .carousel-indicators{display:none}*/

#thmplt_front_page_carousel .carousel-caption {
	    top: 50%;
    left: 0;
    bottom: inherit !important;
    right: 0;
	    text-align: center;
      transform:translateY(-50%);
      -webkit-transform:translateY(-50%);
      padding: 0;
}

#thmplt_front_page_carousel .carousel-caption .textleft {
	position: absolute;
	left: 10%;
	text-align: left;
}
#thmplt_front_page_carousel .carousel-caption .textright {
	position: absolute;
	right: 5%;
	text-align: left;
}


#thmplt_front_page_carousel  p {
	margin:0 0 20px;
	font-size:24px;
	line-height:24px;
	color: #fff;
}





/* = Inside Pages
-------------------------------------------------------------- */

/* General */

#main_content {
	margin:0;
	padding: 2.222em 0;
	background:#fff;
}



/* #main_content h3{
  font-size:1.2em;
  font-weight: 400;
} */

#main_content h3 .fa{
	color:#14c8e3;
	margin: 0 10px 0 0;
}

.home #main_content p{
	padding-left: 30px;
}
.home #main_content article h3 {
	font-weight: 400;
}
.home #main_content article p {
	font-weight: 100;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d0d0d0;
}

.page-template-page-no-title-and-no-sidebar #main_content .main_section {width:100%;}
.page-template-page-no-sidebar #main_content .main_section {width:100%;}
.home.page-template-page-no-sidebar {background:#eceaf3}
#main_content img {max-width:100%; height:auto;}
#main_content iframe {max-width:100%;}

.default-page-content h2,
.default-page-content h3,
.default-page-content h4,
.default-page-content h5,
.default-page-content h6 {
	margin: 20px 0;
}
.default-page-content h2 .fa,
.default-page-content h3 .fa,
.default-page-content h4 .fa,
.default-page-content h5 .fa,
.default-page-content h6 .fa {
    color: #14c8e3;
    margin: 0 10px 0 0;
}
.default-page-content h2 {
	font-size: 1.778em;
}

.default-page-content p,
.default-page-content ul {
	margin-bottom: 0.833em;
}
.default-page-content ul {
	list-style: none;
	font-size: 0.889em;
	padding-left: 20px;
}
.default-page-content ul li:before {
	font-family: FontAwesome;
	content: "\f0da";
	display: inline;
	padding-right: 0.6em;
	color: #222;
}
/*.default-page-content ul li {
	color: #008eaa;
}*/
.default-page-content ul.medi-listing {
	font-weight: 300;
	font-size: 1em;
}
.default-page-content ul.medi-listing li:before {
	display: none;
}

.default-page-content .standout {
	margin: 0.833em 1.111em;
    padding: 2.222em;
    font-weight: 300;
}
.default-page-content .standout h3 {
	margin-top: 0;
}
.default-page-content .standout.blue {
	background: #50CBE3;
    color: #fff;
}
.default-page-content .standout.blue h3 {
	color: #fff;
}

aside .aside_inner .widget:first-child .widgettitle {margin-top:0}

/* Get a Quote */

.zola-forms {
   /*  background: #50CBE3; */
    margin-bottom: 0.833em;
    /* padding: 30px; */
	padding: 0;
}

.zola-forms h1 {
	margin-top:0;
	font-size:40px;
	font-weight:500;
	color:#fff; 
}

.zola-forms .gform_wrapper input[type=text],
.zola-forms .gform_wrapper select,
.zola-forms .gform_wrapper textarea {
	/* border: 0; */
}

.zola-forms .gform_wrapper .gform_footer {
	text-align: center;
	padding-right: 16px;
}

.zola-forms .gform_wrapper .gform_footer input.button,
.zola-forms .gform_wrapper .gform_footer input[type=submit],
.zola-forms .gform_wrapper .gform_page_footer input.button,
.zola-forms .gform_wrapper .gform_page_footer input[type=submit] {
/* 
	border: 0;
	background: #235963;
	color: #fff;
*/
    display: block;
    width: 100%;
    border: 2px solid #14c8e3;
    color: #222222;
    background: #fff;
    padding: 20px 0;
    text-align: center;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
	
}

.zola-forms .gform_wrapper .gform_footer input.button:hover,
.zola-forms .gform_wrapper .gform_footer input[type=submit]:hover,
.zola-forms .gform_wrapper .gform_page_footer input.button:hover,
.zola-forms .gform_wrapper .gform_page_footer input[type=submit]:hover {
/* 	background: #3E9DB0;
	color: #fff; */
    color: #fff;
    background: #14c8e3;
}
/* Specific form field must show labels */
#field_4_15 .gfield_label {display:block!important}

.page-id-1240 .lead,
.page-id-1240 .blockquote-reverse,
.page-id-1240 .google-reviewer {
	margin-bottom: 2em;
}

.page-id-1240 .blockquote-reverse p {
	line-height: 1.45;
}

.page-id-1240 .blockquote-reverse img {
	width: 120px;
	height: auto;
}

.google-reviewer .reviewer-info p {
	color: #666;
	font-size: 1.222em;
	line-height: 1.3;
	text-transform: uppercase;
}

.google-reviewer .reviewer-info p a {
	text-transform: none;
	font-weight: 300;
}


@media (min-width: 992px) {

	.google-reviewer .reviewer-info p {
		margin-top: 0.488em;
		padding: 40px 0;
		border-left: 1px solid #EBEBEB;
	}
	
}

@media (max-width: 991px) {
	
	.reviewer-img img {
		float: none;
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}




/* = Sidebar
-------------------------------------------------------------- */

.aside_inner {
	border-left:1px solid #f1f1f1;
	background:0;
	padding:0 0 0 1.111em;
}
.aside_inner .first {margin-top: 0;}

.aside_inner .widget_search {display: inline-block; margin-bottom: 1.111em;}
.aside_inner #searchform label {display: none;}
.aside_inner #searchform input[type=text] {
	width: 100%;
	border:1px solid #ccc;
	margin-bottom: 1.111em;
	padding: 0.444em 0.889em;
	font-size: 0.889em;
	color: #333;	
}
.aside_inner #searchform input[type=submit] {
	float: right;
	padding: 0.5em 1.5em;
}

.aside_inner .ninja-forms-form-wrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.111em;	
}

aside .tpf-clone-list {
	list-style:none;
	padding:0.556em 0;
}

/*aside .tpf-accordion>li {
	width:100%;
	background:#000;
	display:block;
	padding: 0.556em 0;
	margin:0 0 1px;
}
aside .tpf-accordion>li:hover, aside .tpf-accordion>li.tpf-active, aside .tpf-accordion>li.active {background:#EA2878;}
aside .tpf-accordion>li a {
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	color: #FFF!important;
	text-decoration:none;
	font-size: 1em;
	padding: 0.556em 1.333em;
}
aside .tpf-accordion>li a:hover {
	color:#fff!important;
	text-decoration:none;
}

aside .tpf-accordion ul.sub-menu {padding:0;}
aside .tpf-accordion ul.sub-menu li {list-style: none;}
aside .tpf-accordion ul.sub-menu li:hover {background:#000;}
aside .tpf-accordion ul.sub-menu li a {
	text-transform:none;
	font-weight:300;
	font-size:0.9em;
	color:#fff!important;
	font-size: 1em;
	padding: 0 0.278em 0 2.222em;
}
aside .tpf-accordion ul.sub-menu li a:hover {color:#fff!important;}
aside .tpf-accordion ul.sub-menu li.current-menu-item a {color:#fff!important;}*/






/* = Blog
-------------------------------------------------------------- */



/* Content Filtering - Blog Section */


#posts-container{
  padding: 0;
  text-align: justify;
  font-size: 0;
}

#posts-container:after{
  content: '';
  display: inline-block;
  width: 100%;
}

#posts-container .mix,
#posts-container .gap{
  display: inline-block;
  width: 100%;
}

#posts-container .mix{
  text-align: left;
  background: #03899c;
  margin-bottom: 2%;
  padding: 2%;
  vertical-align: top;
  font-size: 18px;
  /*display: none; <-- uncomment this rule for use with MixItUp*/
}



#posts-container .mix{
    display: none;
}
#Filters span {font-size: 1.4em;}
.filter-btns select {background: #ededed; height: 42px; border: none; border-radius: 0; font-size: 1em;}
.filter-btns {display: block; margin: 0 0 40px;}
.filter-btns button {margin: 0 10px 0 0; padding: 3px 6px; background: none; border: none; text-transform: capitalize; font-size: 22px; font-weight: 400; color: #000;}
.filter-btns button:hover {color: #58942B;}
.filter-btns button.active {background: none; box-shadow: none; outline: none!important; color: #58942B;}


/* Basic Blog Format */

.blog #main_content article,
.category #main_content article,
.archive  #main_content article {
	background: #f5f5f5;
	border-radius: 0px;
	border: 0px solid #f1f1f1;
	padding:30px;
}


.blog #main_content article .alignleft,
.category #main_content article .alignleft,
.archive  #main_content article .alignleft {
	margin-bottom: 0;
}

.topheader.resultheader  {margin:0 0 10px;}
.result_data {
	display:block;
	list-style: none outside;
	padding:0;
}
ul.result_data {
	padding-left: 0!important;
	margin-bottom: 20px;
}

.result_data li:before {display: none;}

.result_data li {
	display: inline;
	padding:0 10px 0 0;
	color: #666;
}
#main_content ul.result_data li:before {
	padding-right: 0;
	background-image: none;
	width: 0;
}
.wp-post-image {
	float:left;
	margin:0 25px 0 0;
}

.search .result_data {
	display: none;
}

.pbot {
	margin-bottom: 20px;
}



.blog #main_content article.post,
.archive #main_content article.post,
.category #main_content article.post,
.search #main_content article {
	background: #f5f5f5;
	padding: 0;
}
.blog #main_content article.post .resultheader,
.archive #main_content article.post .resultheader,
.category #main_content article.post .resultheader,
.search #main_content article .resultheader {
    margin: 0;
    padding: 1.111em;
    border-bottom: 0;
    font-size: 20px!important;
    font-weight: 400;
    text-transform: none;	
}
.blog #main_content article.post .post-info,
.archive #main_content article.post .post-info,
.category #main_content article.post .post-info,
.search #main_content article .post-info {
	padding: 0 1.111em 1.111em;
	background: #f5f5f5;
}
.blog #main_content article.post .post-info p,
.archive #main_content article.post .post-info p,
.category #main_content article.post .post-info p,
.search #main_content article .post-info p {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #575757;	
}
		
	.blog .post_image,
	.category .post_image,
	.archive .post_image {
	    /*max-height: 175px;
	    width: 100%;*/
	    overflow: hidden;
	 /*   display: block;*/
	}
	
	/*.blog article img,
	.category article img,
	.archive article img {
	    max-height: 175px !important;
	    width: auto;
	    display: inline-block;
	}*/
	
	.blog #main_content .wp-post-image,
	.category #main_content .wp-post-image,
	.archive #main_content .wp-post-image {
	    float: left;
	    margin: 0 1.389em 0 0;
	    max-height: 9.722em !important;
	    transition: .3s;
	    width: auto !important;
	    max-width: 200%;
	}
	
	.blog #main_content .wp-post-image:hover,
	.category #main_content .wp-post-image:hover,
	.archive #main_content .wp-post-image:hover {
	    transform: scale(1.20);
	}
	
	



/* = Bottom
-------------------------------------------------------------- */

#bottom1{
	background:#FFF;
	padding:2.222em 0 0;
} 
#bottom1 #b1title{
	margin: -50px 0 0;
}
.divTable
{
	display: flex;
	width:100%;
	border-spacing:0;/*cellspacing:poor IE support for  this*/
   /* border-collapse:separate;*/
}

.divCell
{
	float:left;/*fix for  buggy browsers*/
	display: table-cell;
	vertical-align:middle;
	background: #14c8e3;
}

#bottom1 #b1lastbox{
 	
	color: #FFF;
	text-transform: uppercase;
	
	position: absolute;
    top: 50%;
    /* adjust top up half the height of a single line */
    margin-top: -0.5em;
    /* force content to always be a single line */
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
	
}
	

/* = Bottom 2
-------------------------------------------------------------- */
#bottom2{
	padding:2.222em 0;
	background:url("images/structure/bg-bottom2.jpg") center top no-repeat #f7f7f7;
	background-size:cover;
	background-attachment: fixed;
} 



/* = Bottom 3
-------------------------------------------------------------- */
#bottom3{
	background:#29292b;
	padding:2.222em 0;
	color: #FFF;
} 

#bottom3 h2{
	color:#FFF
}

#bottom3 .doublequote{
	background:url("images/structure/double-quote.png") right top no-repeat ;
	    padding: 20px 40px 0;
}

#bottom3 h3{
	color:#FFF;
	margin: 30px 0 0;
	font-weight:400;
}

#bottom3 h4{
	color:#FFF;
	font-size: 1em;
	text-transform: uppercase;
	margin: 0 0 60px;
}

#bottom3 a{color:#14c8e3}
#bottom3 a:hover{color:#FFF}
/* = Bottom 4
-------------------------------------------------------------- */
#bottom4{
	background:#eeeeee;
	padding:2.222em 0;
	color: #222222;
} 
/* = Bottom 5
-------------------------------------------------------------- */
#bottom5{
	background:#e7e7e7;
	padding:2.222em 0;
	color: #222222;
} 
#bottom5 .newssetionbox{
	margin-bottom: 20px	
}
#bottom5 .newssetion{
	background: #FFF;
	padding: 20px 30px;
	height: 100%;
}
#bottom5 .newssetion .post_image {	
	width: 100%;
	max-width: 100%;
	height: 250px;
	-webkit-transition: all .5s, -webkit-transform .5s;
	-moz-transition: all .5s, -moz-transform .5s;
	transition: all .5s, transform .5s; 
}
#bottom5 .newssetion .post_image:hover {
	cursor: pointer;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
}
#bottom5 .newssetion .post_image a {
	display: block;
	width: 100%;
	height: 100%;
}

#bottom5 h3{
	font-size: 1em;
    margin: 30px 0;
    font-weight: 600;
    border-bottom: solid 3px #14c8e3;
    padding-bottom: 20px;
}

/* = Bottom 6
-------------------------------------------------------------- */
#bottom6{
	background:#FFF;
	padding:2.222em 0;
	color: #222222;
} 

#bottom6 .text-wrap{
	width:49%;
	float:left;
	margin: 0.5%;
}

/* 
#bottom6 .btn {
	background: #14c8e3;
	color:#fff;
	padding: 0.5em 2em;
	text-transform: capitalize;
	font-size: 1em;
	white-space: normal;
	border-radius: 0;
}
#bottom6 .btn:hover {	
	background: #999;
	color:#fff;
}
*/

#bottom6 .btn a {color: #fff;}

#bottom6 .gform_wrapper .gfield {
	margin-top: 0.5%;
	margin-bottom: 0.5%;
}

#bottom6 .req-symbol {
	color: #ff0000;
}

#bottom6 .gform_wrapper .gform_footer {
	text-align: center;
}

/* = Bottom 7
-------------------------------------------------------------- */

#bottom7{
	background:#FFF;
	padding:2.222em 0;
	color: #222222;
} 


/* = Footer
-------------------------------------------------------------- */ 
 
footer {
	background: #29292b;
	color: #767676;
	padding: 2.222em 0;
	font-size: 0.667em;
}
footer a {color: #767676}
footer a:hover {color: #FFF}

footer .fa{margin: 0 20px; font-size: 1.5em}
footer .copyright,
footer .addr-schema {
	margin: 0 0 1.667em;
}	

/* Menu */

#navbarCollapse2 {display: inline-block !important}

#footermenu {
	background: 0;
	margin: 0;
	width: 100%;
}
#footermenu ul {
	background: 0;
	display: inline-block;
}
#footermenu ul li {
	background: 0;
	text-align: center;
}
#footermenu ul > li > a {
	background: 0;
	color: #767676;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 40px;
}

#footermenu ul > li > a:hover {
	color: #FFF
}
	
#footer .caret {display: none;}


/* = Wordpress Overwrites
-------------------------------------------------------------- */ 
/*.alignnone, .alignleft, .alignright {margin-top: 0.556em;}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto 0.556em;
}

.alignright {
	float: right;
	margin-left: 1.111em;
}
.alignleft {
	float: left;
	margin-right: 1.111em;
}*/


/* Responsive */

/*@media (max-width: 500px) {

	img.alignleft,
	img.alignright {
		float: none;
		display: block;
		margin: 0 auto 0.556em;
	}
	
}*/



/* = Bootstrap Overwrites
-------------------------------------------------------------- */ 
.row {
    margin-left: -25px;
    margin-right: -25px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2, 
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 25px;
    padding-right: 25px;
}

/* 11-10-2016 SJ */
header, header a, header #mainmenu li, header #mainmenu a {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.container{ width: 96%; max-width: 1260px;}
.header-inner{ 
	display: flex;
	align-items: center;
	position: relative; 
	float: left; 
	width: 100%; 
	padding: 30px 0;
}
.header-inner #logo{ float: left; width: 100%; max-width: 16%;}
.header-inner #logo img{ width: 290px;}
.header-inner #logo a{ display: block;}
header.stickytop .header-inner{ padding: 10px 0;}
header.stickytop #logo img{ width: 120px;}
header.stickytop .mainnav-outer{ margin-top: 25px;}
header.stickytop #mainmenu > li > a{ padding-bottom: 10px;}
header.stickytop .addr-section{ padding-top: 30px; background: #17b9d0; color: #fff;}
header.stickytop .addr-section a, header.stickytop .addr-section .fa { color: #fff;}
header.stickytop .addr-section span{ border-color:#7bd7e6;}

.mainnav-outer{ margin: 37px 0 0; float: left; width: 89%; text-align: center; padding-right: 345px;}
#mainnav{ max-width: 1920px; display: inline-block; float: none; margin: 0 auto; width: 100%;}
#mainmenu{ float: left; width: 100%; text-align: center;}
#mainmenu > li{ float: none !important; display: inline-block;}
#mainmenu > li > a{ padding:0 30px 30px; font-size: 20px; float: none; display: block; color: #c5c5c5;}
#mainmenu > li > a:hover{ color: #fff;}
#mainmenu li ul li a{ font-size: 18px;}

/* header menu 26-10-2016 */
header #mainmenu > li:hover > a::after { background:none; bottom: -48px; content: ""; height: 200%; left: 0; position: absolute; width: 100%;}
header #mainmenu ul{ margin-top: 48px; border-top:1px solid transparent;}
header #mainmenu ul li ul, header.stickytop #mainmenu ul li ul{ margin-top: 0; border: none;}
header #mainmenu li ul li a {font-size: 16px; font-weight: 300; position: relative; text-transform: uppercase;}
.dark-sticky-header #mainmenu ul li{ background: #36383b;}
.dark-sticky-header #mainmenu ul li:hover{ background: #17b9d0;}
header.stickytop #mainmenu ul{ margin-top: 28px;}
header.stickytop #mainmenu ul li{ background: #303030;}
header.stickytop #mainmenu ul li:hover{ background: #17b9d0;}
header.stickytop #mainmenu > li:hover > a::after{ bottom: -32px;}
header #mainmenu li ul li.menu-item-has-children > a::after{ content: "\f105"; position: absolute; right: 15px; top: 0; font-family: FontAwesome; font-size: 26px;}


#topnav{ float: left; width: 100%; position: relative; z-index: 9;}

.header-inner .addr-section {background: hsla(0, 0%, 0%, 0.5); height: calc(100% + 1px); padding-right: 25px; padding-top: 62px; position: absolute; right: 0; top: 0;}
.header-inner .addr-section::after{background: hsla(0, 0%, 0%, 0.5); content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; padding-right: 999px; margin-right: -999px; transition:all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-ms-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;}
.dark-sticky-header .header-inner .addr-section::after{ background:#151617;}
header.stickytop .addr-section::after,
.dark-sticky-header.stickytop .header-inner .addr-section::after{ background: #17b9d0;}


.header-inner .addr-section address{ padding: 0; margin: 0;}
.header-inner .addr-section .top-contact{ display: inline-block; padding-left: 30px;}
.header-inner .addr-section .top-contact a{ color: #fff; font-size: 20px;}
.header-inner .addr-section .top-contact a:hover{ color: hsl(188, 84%, 48%);}
.top-contact:first-child {padding: 0;}

#bottom1 .divTable img{ width: 100%; height: auto;}
#bottom3 h2{ margin-bottom: 20px;}
#bottom3 .star-rating {float: left; margin-bottom: 30px; text-align: center; width: 100%;}
#bottom3 .star-rating img{ width: 200px;}
#bottom4{ text-align: center;}
#bottom4 img{ display: inline-block;}
.footer-logo img{ width: 140px;}

.divCell a:hover .overlay-wrap{ opacity:1;}

/* contact page css */
.page-id-15 #accordion h4.panel-title{ font-size: 24px; font-weight: 400;}
.page-id-15 #accordion ul.busi-hours li{border-bottom: 1px solid #14c8e3; /* cursor: crosshair; */ display: block; padding: 15px 10px; width: 100%; font-weight: 300;}
.page-id-15 #accordion ul.busi-hours li + p{ display: none;}
.page-id-15 #accordion ul.busi-hours li::before{ display: none;}
/* .page-id-15 #accordion ul.busi-hours li:hover{ background: #222; color:#fff;} */
.page-id-15 #accordion ul.busi-hours li span{ display: inline-block; vertical-align: top; width: 33%;}
.page-id-15 .default-page-outer{ min-height: inherit;}
.page-id-15 .medical-testi-outer{ background: none !important;}
.page-id-15 .medical-testi-inner { padding-bottom: 0; padding-top: 0;}

.map-block .address { min-height: 130px; }

.bottom-logos { 
	float: left; 
	width: 100%; 
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	text-align: center;
}
	
.bottom-logos > * {
	flex: 0 0 calc(50% - 30px);
	display: inline-block;
	max-height: 160px;
	margin: 0;
}

@media(min-width: 992px) {
	.bottom-logos { 
		justify-content: space-between;
	}
	.bottom-logos > * {
		flex: initial;
	}
}

/* Responsive */
@media only screen and (min-width: 1023px) {
header.stickytop .header-inner .addr-section .top-contact a:hover{ color: #303030;}
}
@media only screen and (max-width: 1650px){
#mainmenu > li > a{ padding:0 12px 22px; font-size: 18px;}
#mainmenu li ul li a {font-size: 16px;}
.header-inner .addr-section .top-contact a{ font-size: 18px;}
header.stickytop .mainnav-outer {margin-top: 28px;}
header.stickytop #mainmenu > li > a { padding-bottom: 10px;}
.mainnav-outer{ padding-right: 317px;}
#thmplt_front_page_carousel {padding-top:156px; }
}

@media only screen and (max-width: 1410px){
#mainmenu > li > a { font-size: 16px; padding: 0 10px 22px;}
.header-inner .addr-section .top-contact a { font-size: 16px;}
.mainnav-outer { padding-right: 272px; margin-top: 40px;}
header #mainmenu li ul li a { font-size: 14px;}
header #mainmenu li ul li.menu-item-has-children > a::after{ font-size: 22px;}
}

@media only screen and (max-width: 1230px){
.header-inner .addr-section .top-contact{ padding-left: 15px;}
}

@media only screen and (max-width: 1168px){
.header-inner{ padding: 20px 0;}
.header-inner .addr-section{ padding-right: 0;}
.header-inner #logo{ padding-right: 15px; max-width: 15%;}
.header-inner .addr-section { padding-top: 0 !important; text-align: center; width: 170px;}
.header-inner .addr-section address { position: relative; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.header-inner .addr-section .top-contact span{ display: block;}
.header-inner .addr-section .top-contact:last-child{ margin-top: 5px;}
#mainmenu > li > a{ padding-bottom: 15px; font-size: 14px;}
.mainnav-outer { padding-right: 145px; margin-top: 35px; width: 84%;}
header #mainmenu ul{ margin-top: 36px;}
header.stickytop #mainmenu ul { margin-top: 32px;}
}

@media only screen and (min-width: 1025px) and (max-width: 1167px){
header #logo img { max-width: 120px; max-height: 80px;}
}

@media only screen and (max-width: 1024px){
header.stickytop, header{ position: relative; background: #000; padding: 0; float: left; width: 100%;}
.header-inner .addr-section{ width: auto;}
.header-inner .mainnav-outer{ display: none;}
#topnav .hidden-md{ display: block !important;}
.header-inner #logo{ width: 120px; max-width: 100%;}
.header-inner #logo img{ width: auto;}
}

@media only screen and (max-width: 991px){
.page-id-15 #accordion ul.busi-hours li span{ width: 100%;}
.page-id-15 #accordion ul.busi-hours li .days { font-weight: 400;}
}

@media only screen and (max-width: 767px){
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 20px 0;
	}
.topheader {margin:0 0 20px; }
	

.zls-large.zls-btnmn.zls-btrht {display:none !important;} 

.map-block {margin-bottom:30px;}
.map-block .address { min-height: auto; margin-bottom: 30px; }

}

/* Responsive */

@media (min-width: 415px) {
	
	.header-box {padding: 0;}
	
}

@media (max-width: 767px){
	
	header {padding-bottom: 1.111em;}
	
	 header {
		background:#000;
		position:relative;
		text-align: center
	}
	
	address {
		padding: 0;
	}
	
	.addr-section{
		margin: 0 !important;
		text-align:center;
	}
	
	.addr-section span {
		padding: 1px 0;
	}
	
	#logo .title {padding: 0.556em 0;}	

}

@media (max-width: 640px){

	header {padding-bottom: 1.111em;}
	 header {
		/*background: #080808;*/
		position:relative;
		top:0;
	}
	
	.divTable {
		display: block;
	}
	
	#bottom1 #b1lastbox {
		position: relative;
		 margin-top: 0;
		padding: 50px 0;
	}
	
	#bottom6 .text-wrap {
		width: 100%;
	}
	#bottom6 textarea {
		width: 100%;
	}

}


/* Responsive */

@media (max-width: 1199px){

	#mainmenu li{
		list-style:none;
		color: #FFF;
		float: left;
		padding:0;
		margin: 0;
	}
	
}

@media (max-width: 991px){
	
	#navbg {height:auto}
	
	#mainmenu li{
		list-style:none;
		color: #FFF;
		float: left;
		padding:0;
		margin: 0;
	}
	
	#mainmenu>li>a{
		font-size:0.833em;
		padding:1.167em 0.444em;
	}
	
}

@media (max-width: 768px) {
	
	/* Center the menu */
	.navbar-right-custom {
		float: none!important;
		margin: 0!important;
	}
	/*.navtext {display: inline}*/
	
	#bottom4 {
		display: none;
	}
	
}

@media only screen and (max-width: 767px) {

	#navbg {height:auto}
	
	#mainmenu {width:100%;}	

	#mainmenu li {
		list-style: none;
		line-height: 1;
		color: #FFF;
		float: left;
		padding: 0;
		width: 100%;
		margin: 0;
	}
	
	#mainmenu>li>a {
		padding: 0.556em 1.611em !important;
		color: #ffffff;
		text-transform: capitalize;
		font-weight: 300;
		/* background: url(images/structure/nav_divider.jpg) center right no-repeat; */
	}	
	

	.headerquote {
		padding-left: 0;
		padding-right: 0;
	}
	
	#mega-menu-wrap-main #mega-menu-main {padding:0 !important;}
	ul.mega-sub-menu li {float:none !important;}
	#mega-menu-wrap-main #mega-menu-main > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {width:100% !important;}

}

@media (max-width: 640px){
	
	#navbg {height:auto}

}

@media (max-width: 480px) {
	
	#menutoggle {margin-top:0;}
	
}

/* Responsive */

@media (max-width: 480px) {
	
	.revbutton a { font-size:32px;}
	
}

/* Responsive */
@media (max-width: 1299px){

	.headerquote{padding-left:0 }

}
@media only screen and (max-width: 1284px) {
	#thmplt_front_page_carousel {
		padding-top:123px;
	}
}
@media (max-width: 1199px){
  
	.headerquote{padding-left:0 }
	
	#thmplt_front_page_carousel h2 {font-size: 1.667em;}
	
}

@media (max-width: 991px){
/*   address {
  font-size: 1em;
} */
	
	.headerquote {
		padding-left: 25px;
	}
	
	#mainmenu>li>a {
		font-size: 0.78em;
		padding: 0em 0.444em;
	}
		
	#thmplt_front_page_carousel h2 {font-size: 1.333em;}
	
	#thmplt_front_page_carousel .carousel-caption {
		top: 50%;
		left: 0;
		bottom: 0;
		right: 0;
	}
	
	#footermenu ul > li > a {
		padding: 10px 20px;
	}
	
}

@media (max-width: 767px){
	
	#thmplt_front_page_carousel .carousel-caption {
		top: 50%;
		left: 0;
		bottom: 0;
		right: 0;
	}
	
	#thmplt_front_page_carousel {
		position: relative;
		margin-top: -1px !important;
	}
	#thmplt_front_page_carousel h1{font-size: 1.333em;}	

}

@media (max-width: 640px){
	
	#thmplt_front_page_carousel .carousel-caption .textleft {text-align: center;}

	#thmplt_front_page_carousel {
		position: relative;
		margin-top: -1px;
	}
	#thmplt_front_page_carousel h2 {
		font-size: 1em;
		line-height: 1.45;
	}

}

@media (max-width: 500px) {
	
	#thmplt_front_page_carousel .carousel-caption {
		top: 50%;
		left: 0;
		bottom: 0;
		right: 0;
	}
	
}


/* Responsive */

@media (max-width: 992px) {
		
	.aside_inner {
    	border-left: 0px;
    	padding-left: 0px;
	}
	
}

@media all and (min-width: 992px){
  #posts-container .mix,
  #posts-container .gap{
    width: 49%;
  }
}

/* Responsive */
	
	@media (max-width:767px){
		
		.blog #main_content .wp-post-image,
		.category #main_content .wp-post-image,
		.archive #main_content .wp-post-image {
			float: left;
			margin: 0 1.389em 0 0;
			max-height: 16.667em !important;
			transition: .3s;
			width: 100% !important;
			height: auto !important;
		}
			
	}
	@media (max-width: 480px){
		
		.blog #main_content .wp-post-image,
		.category #main_content .wp-post-image,
		.archive #main_content .wp-post-image {
		    float: left;
		    margin: 0 1.389em 0 0;
		    max-height: 12.500em !important;
		    transition: .3s;
		    width: auto !important;
		    max-width: 200%;
		}
	
	}
	
	
	/* Responsive */

@media (max-width: 500px){
	
	.ninja-forms-form-wrap .lcol-wrap,
	.ninja-forms-form-wrap .rcol-wrap,
	.ninja-forms-form-wrap .threecol-wrap {
		width:100%!important;
		margin:0 0 1.111em;
	}
	
}

@media (max-width: 520px) {
	
	.col-xxs-1,
	.col-xxs-2,
	.col-xxs-3,
	.col-xxs-4,
	.col-xxs-5,
	.col-xxs-6,
	.col-xxs-7,
	.col-xxs-8,
	.col-xxs-9,
	.col-xxs-10,
	.col-xxs-11,
	.col-xxs-12 {
	    float: left;
	    width:100%;
	}
	
	.hidden-xxs {display: none;}
	.visible-xxs {display: block!important;}
	
	.text-xxs-left {text-align: left;}
	.text-xxs-center {text-align: center;}
	.text-xxs-right {text-align: right;}
	
}


/* Use if you have a site that was designed for 2560px width*/
	@media (min-width: 2560px) {
		
	.container {width: 2500px;}
	
}

@media (min-width: 1520px ) {
	
	.container {width: 1300px;}
	
}

@media (min-width: 1720px ) {
	
	.container {width: 1500px;}
	
}

@media (min-width: 1920px) {
	
	.container {width: 1700px;}
	
}

@media only screen and (max-width: 479px){
.header-inner #logo {margin: 0 auto 10px; float: none;}
.header-inner .addr-section { float: left; margin: 0; padding: 0; position: relative; right: 0; width: 100%;}
.header-inner .addr-section address{ transform:none;}
}

/*responsive video embeds*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* home - our clients say it best */
.home-our-clients-say-it-best > .row {
    margin-bottom: 60px;
}

/* Blog Page // Entries */
.blogDateLabelOuter {
	opacity: 0.8;
	width: 120px;
}

/* RV 11 Aug */
.get-quote ~ p { display: none; }
.get-quote p { margin: 0; }


/* Gform general styling */
/* .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border: 1px solid #ccc;
}
*/

.gf_hide_instruction .instruction {
    display: none;
}

/* Font styles */
/* Color scheme */
/**/
/**/
/* Header bg height per device */
/* Fixed header height - fix for inpage anchor links * Set to the height of the fixed header at each device size * Add around 20-30 pixels so the fixed header is not right against the anchor * destination */
/* Font scale */
/* Margin / padding scale - customize to adjust default section padding and margins */
/* Device sizes */
/* Stacking Order */
 .gform_fields li {
	 padding-left: 0 !important;
}
 .gform_fields li:before {
	 display: none !important;
}
 .gform_submission_error {
	 font-size: 21px;
	 color: currentColor;
}
 .gfield--width-full {
	 width: 100%;
}
 .gform_validation_container {
	 position: absolute;
	 left: -9999px;
}
 .gform_required_legend {
	 position: absolute;
	 left: -9999px;
}
 .gform_validation_errors {
	 color: inherit;
}
 .gform_validation_errors h2 {
	 color: inherit;
	 font-size: 2.1rem;
}
 .gform_validation_errors a, .gform_validation_errors a:visited {
	 color: inherit;
	 text-decoration: underline;
}
 .gform_validation_errors a:focus, .gform_validation_errors a:hover {
	 text-decoration: none;
	 background-color: #fff;
	 color: rgba(0, 0, 0, .85);
}
 .gform_wrapper {
	 position: relative;
	 z-index: 0;
}
 .gfield_visibility_hidden, .gform_hidden {
	 visibility: hidden;
	 position: absolute;
}
 label {
	 display: inline-block;
	 text-align: left;
}
 label, legend {
	 width: auto;
	 margin-bottom: 0.25em;
	 font-weight: 400;
	 font-size: 1.8rem;
	 text-align: left;
}
 .hidden_label .gfield_label {
	 position: absolute;
	 left: -99999px;
}
 .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	 display: block;
	 font-size: 1.6rem;
}
 input, select, textarea {
	 width: 100%;
	 padding: 10px;
	 border: 1px solid var(--color-prime);
	 box-shadow: inset 0 0 0 1px transparent;
	 background-color: #fff;
	 transition: all 0.3s ease-in-out;
}
 input[type="checkbox"], input[type="radio"] {
	 width: auto;
}
 input:focus, select:focus, textarea:focus {
	 border-color: var(--color-second);
	 box-shadow: inset 0 0 0 1px var(--color-second);
}
 textarea {
	 resize: vertical;
	 height: 120px;
}
 select {
	 padding: 11.5px 10px;
	 word-wrap: normal;
}
 .content-block ul.gfield_checkbox, .gfield_checkbox {
	 display: flex;
	 flex-wrap: wrap;
	 gap: 0.5em;
	 padding-left: 0;
}
 .gchoice {
	 display: flex;
	 align-items: center;
	 width: 100%;
}
 .gfield_checkbox label {
	 margin-bottom: 0;
}
 .gfield-choice-input {
	 flex-grow: 0;
	 width: initial;
	 transform: scale(1.2);
	 margin-right: 0.5em;
}
 .gfield_radio {
	 list-style: none;
	 padding-left: 0;
}
 input[type="radio"] {
	 width: auto;
	 margin-right: 0.5em;
	 margin-bottom: 0.125em;
}
 .content-area .gform_fields, .gform_fields {
	 list-style: none;
	 padding-left: 0;
	 margin-bottom: 1em;
}
 .gfield {
	 margin-bottom: 0.5em;
}
 .gfield_required {
	 color: var(--color-prime);
}
 .color-white .gfield_required {
	 color: #fff;
}
 .gfield_required_text {
	 margin-left: 0.5ch;
	 color: inherit;
}
 .ginput_complex {
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 grid-gap: 15px;
}
 .gform_next_button:after, .gform_previous_button:after {
	 display: none;
}
 .btn--form {
	 width: 100%;
}
 .gfield_description {
	 margin-bottom: 1em;
	 font-size: 0.8888888889em;
	 line-height: 1.2;
}
 .gform_page_footer {
	 display: flex;
	 flex-direction: column;
	 gap: 1em;
}
 @media (min-width: 1200px) {
	 .gform_page_footer {
		 flex-direction: row;
	}
}
 .validation_list {
	 padding-left: 1em;
}
 .validation_list a {
	 color: inherit;
}
 .validation_list a:focus, .validation_list a:hover {
	 text-decoration: none;
}
 .validation_message {
	 font-weight: 700;
	 text-transform: uppercase;
}
 .gform_validation_container {
	 position: absolute;
	 left: -9999px;
}
/* // This will put the Phone and Email fields on the same line on the home page #gform_fields_1 {
	 @media (min-width: $md) {
		 display: flex;
		 flex-wrap: wrap;
		 align-items: flex-start;
		 gap: 14px;
		 .gfield, label, legend {
			 margin-bottom: 0;
		}
		 #field_1_4, #field_1_5 {
			 flex-basis: calc(100% - 14px);
		}
		 #field_1_2, #field_1_3 {
			 flex-basis: calc(50% - 14px);
		}
	}
	 @media(min-width:$xl) {
		 #field_1_5 {
			 flex-basis: calc(50% - 14px);
			 label {
				 // position: absolute;
				 // left: -9999px;
			}
		}
		 #field_1_2, #field_1_3 {
			 flex-basis: calc(25% - 14px);
		}
	}
}
 */

.btn--form {
	font-size: 18px;
}

.zf-tempFrmWrapper {
	margin-bottom: 10px;	
	text-align: left;
}

.zf-templateWrapper ul {
	padding: 0 !important;
}

.zf-fmFooter:before,
.zf-tempFrmWrapper:before {
	display: none !important;
}