/*
Theme Name: Wiseman child
Template: wiseman
*/
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/matterial.woff2) format('woff2');
}
/* Customizer */
h1,h2,h3,h4,h5,h6,strong,
.hero {font-family:"Instrument Sans";}
.site .container{max-width:1264px;}
body.site-body{font-family:"Instrument Sans", sans-serif;font-weight:400;}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
	color: #2490d0;
	text-decoration: none;
}

strong {
	font-weight: 600;
}
/*
a:focus {
	outline: thin dotted;
}
*/
.site .button-submit { 
	background: none !important;
}

.centered {
	text-align: center;
}

.nine50 {
	text-align: center;
	margin-left: auto !important;
	margin-right: auto !important; 
	max-width: 950px;
}

.seven50 {
	margin-left: auto;
	margin-right: auto; 
	max-width: 750px;	
}

.small-text {
  font-size: 0.8em;
  line-height: 1.4em;
}


/* Pagination Styles */
.blog_archive_posts .pagination {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    padding: 40px 0 20px 0;
    clear: both;
}

.pagination {
    width: 100%;
    text-align: center;
    padding: 40px 0 20px 0;
    clear: both;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 12px 18px;
    margin: 0 4px;
    border: 1px solid #ddd;
    text-decoration: none;
    border-radius: 3px;
    font-size: 16px;
}

.pagination .current {
    background-color: #f9f9f9;

}

.blog_archive_posts .view-all-posts {
    width: 100%;
    text-align: center;
    padding: 40px 0 20px;
    clear: both;
}

.custom-intro {
  text-align: center;
  margin-bottom: 50px;
  margin-top:40px;
}


.custom-intro h2 {
  margin-top:100px;
  font-size: 34px;
}

.blog_archive_posts {
    display: flex;
    flex-wrap: wrap;
    margin: -10px; /* Negative margin to offset padding */
}

.blog_archive_posts article {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 10px;
    margin-bottom: 20px;
}

.blog_archive_posts article figure {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    padding-bottom: 66.67%; /* 3:2 Aspect Ratio */
    overflow: hidden;
}

.blog_archive_posts article figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_archive_posts h4 {
    margin: 15px 0 0 0;
    font-size: 18px;
    line-height: 1.4;
}


.sources-accordion {
    margin: 20px 0;
    border-radius: 4px;
}

.sources-header {
    padding: 15px 20px;
    background: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.sources-header:hover {
    background: #f9f9f9;
}

.sources-header h4 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.accordion-icon {
    position: relative;
    width: 20px;
    height: 20px;
}

.accordion-icon::before,
.accordion-icon::after {
    content: '';
    position: absolute;
    background-color: #333;
    transition: transform 0.3s ease;
}

.accordion-icon::before {
    top: 9px;
    left: 0;
    width: 20px;
    height: 2px;
}

.accordion-icon::after {
    top: 0;
    left: 9px;
    width: 2px;
    height: 20px;
}

.accordion-icon.active::after {
    transform: rotate(90deg);
}

.sources-content {
    padding: 20px;
    background: #fff;
    border-top: 1px solid #ddd;
}

.sources-content p:last-child {
    margin-bottom: 0;
}



.team-name {
	text-align: center;
}

.menu-neighborhoods-container {
	text-align: center;
}

.menu-neighborhoods-container a {
text-decoration: none;

}
.menu-neighborhoods-container ul {
	columns: 5;
}

.contact-us-row::before {
  content: '';
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.7));
}

.contact-us-row-light::before {
  content: '';
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg,rgba(255,255,255,.8),rgba(255,255,255,.8));
}

.contact-us-inner {
	color: #fff;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15%;
	padding-bottom: 15%;
	text-align:center;
}

.lb-data .lb-caption {
  display: none !important;
}

.smarthouse h4 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.contact-us-inner h2 {
	color: #fff;
}

.contact-us-inner-light {
	color: #000;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 200px;
	padding-bottom: 200px;
	text-align:center;
}

.philosophy {
  background: #fff;
  border-radius: 6px;
  padding: 40px;
  margin-bottom: 0px !important;
  margin-top: 20px;
  margin-right: 30px;
}


.big2 h2 {
	font-size: 40px;
}

.intro2 h2 {
  font-size: 37px;
}

.home-special-pad {
	padding-top: 100px;
}

.gm-style .gm-style-iw-c {
box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.12);
border-radius: 0px;
padding: 25px;
}

.gm-ui-hover-effect {
  opacity: 1;
  right: 0px !important;
  top: 0px !important;
}

.wpgmza-infowindow .wpgmza-marker-gallery {
  margin-bottom: 15px;
}

.gm-style .gm-style-iw {
  font-weight: 400;
  font-size: 15px;
  font-family: "Instrument Sans", sans-serif;
}

.wpgmza_infowindow_title {
  font-weight: 500 !important;
  font-family: "Instrument Sans", sans-serif;
  font-size: 16px;
}

.wpgmza_map img {
  margin-bottom: 14px;
}

.pro-map-text {
  font-size: 1.2em;
  line-height: 1.4em;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.project-map-text p {
	margin-bottom: 30px;
	}

.site-header .menu-toggle {
	color: #000;
}

.site .main-navigation a {
  color: #3c4a51;
  font-family: "Instrument Sans";
  font-weight: 400;
}

.site .main-navigation li li:hover > a,
.site .main-navigation li li:focus > a {
	color: #3786b7;
}
.top-navigation ul.top-menu > li.top-menu__button > a:hover {
	opacity: 0.8;
} 

.site .button {
	color: #ffffff;
}

/*
.site .site-footer {
	padding: 20px 0 0 0 !important;
	color: #fff;
}

.site .site-footer a {
	color: #fff;
}
*/

.vc_custominfiniteloop_restart{
  display:none;
}
.page-template-page-ReversedHeader .site-header {
  background: #000;
}

.transparent-fleet-header .site-header {
	width: 100%;
	height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top -200px center;
}

.page-id-4850 .site-header {
  background-image: url(/wp-content/themes/voodoo-child/images/falcon-900b.jpg);
}

.page-id-4634 .site-header {
  background-image: url(/wp-content/themes/voodoo-child/images/gulfstream-g200.jpg);
}

.page-id-4863 .site-header {
  background-image: url(/wp-content/themes/voodoo-child/images/falcon900ex.jpg);
}

.page-id-4876 .site-header {
  background-image: url(/wp-content/themes/voodoo-child/images/N200QA-45-light-header.jpg);
}

.page-id-4882 .site-header {
  background-image: url(/wp-content/themes/voodoo-child/images/phenom3000.jpg);
}

.page-id-4879 .site-header {
  background-image: url(/wp-content/themes/voodoo-child/images/lear-60r.jpg);
}

.page-id-4873 .site-header {
  background-image: url(/wp-content/themes/voodoo-child/images/falcon900b12.jpg);
}

.page-id-5140 .site-header {
  background-image: url(/wp-content/themes/voodoo-child/images/falcon900ex-easy.jpg);
}

.page-id-5143 .site-header {
  background-image: url(/wp-content/themes/voodoo-child/images/citation-bravo.jpg);
}

.page-id-5173 .site-header {
  background-image: url(/wp-content/themes/voodoo-child/images/falcon900ex-13.jpg);
}

.white-text h1 {
	color: #fff;
	text-align: center;
}

.white-text {
	color: #fff;
	text-align: center;
}

.white-text h4 {
	color: #fff;
	text-align: center;
}

.vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
  color: #000 !important;
  background-color: #fff !important;
  border: 2px solid #000;
  padding: 15px 40px;
  font-size: 17px;
  line-height: 1em;
  font-weight: normal;
  letter-spacing: 0.05em;
  border-radius: 0px !important;
}

.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-blue:focus, .vc_btn3.vc_btn3-color-blue:hover {
  color: #000 !important;
  background-color: #fff !important;
  border: 2px solid #000;
    border-radius: 0px !important;

}

.stats-text {
	text-align: center;
}

.intro-text-white {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
}

.intro-text-white h1 {
  text-align: center;
  color: #fff;
}

.no-pad-img {
	padding: 0px;
}

.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner .nopadding {
	padding: 0px;
}

.nopadding .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
	padding: 0px;
}

.nopadding {
	padding: 0px;
}

.service-columns {
  background: #f5f5f5;
  padding: 10% 10%;
  min-height: 300px;
}

.service-columns h3 {
	font-size: 20px;
}

.cta-section {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 140px;
}

.cta-section h3 {
	color: #fff;	
	text-align: center;
}

.light-bg-cta {
	max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 140px;
}

.light-bg-cta h3 {
	text-align:center;
}

.bg-hero{
  background-size: cover;
}
.bg-hero-transparent{
  height:calc(80vh - 108px);
}
.service-hero-height {
	height: 550px;
}



/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body {
    color: #5c626a;
    font-size: 17px;
	line-height: 1.4em;
}

button,
input,
select,
textarea {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

h1, h2, h3, h4, h6 {
  margin: 0.9em 0em 0.6em 0em;
  padding: 0em;
  color: #3c4a51;
  font-weight: 500;
}

h1 {
   margin: 0.5em 0em 0.4em 0em;
padding: 0em;
line-height: 1.4em;
font-size: 30px;
  }

h2 {
    margin: 0.9em 0em 0.6em 0em;
    padding: 0em;
    line-height: 1.2em;
    font-size: 22px;
}

h3 {
  font-size: 24px;
  line-height: 1.4;
}

h5 {
    margin: 0em 0em 0.4em 0em;
    padding: 0em;
    color: #00304F;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2em;
}

p {
	margin: 0em 0em 1em 0em;
	padding: 0em;
}

p:last-child {
	margin: 0em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #000;
	font-size: 19px;
	line-height: 1.4;
	padding: 0;
	overflow: hidden;
	font-weight: normal;
	max-width: 950px;
	margin: auto;

}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: normal;
	margin-top: 0.5em;
}

blockquote {
	quotes: "" "";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

.vc_row {
  padding-bottom: 80px;
}


.hero {
  color: #000;
  font-weight: 500;
  font-size: 36px;
}

.hero-text {
    color: #000;
    font-size: 20px;
    margin-bottom: 2em;
    font-weight: normal;
}

.intro-text {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.specs h4 {
	font-size: 18px;
}

.specs {
	text-align: center;
}

.fleet-specs-white {
	text-align: center;
	color:#fff
}

.fleet-specs-white h4 {
	text-align: center;
	font-size: 18px;
	color:#fff
}

.fleet-specs {
	text-align: center;
}

.fleet-specs h4 {
	text-align: center;
	font-size: 18px;
}

.white-text-row li::marker {
	color:#fff;
}


/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

label {
	font-weight: 400;
	margin-bottom: 0em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background: #fff;
	display: block;
	padding: 6px 8px !important;	
	width: 100%;
	color: #000 !important;
	border: 1px solid #cecece;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #888;
	border-color: #888;
}

select {
    border: solid;
    border-radius: 3px;
    height: 46px;
    max-width: 100%;
    background: #fff;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button, input[type="button"], input[type="submit"] {
  color: #fff;
  cursor: pointer;
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  padding: 17px 48px;
  text-shadow: none;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  border: none;
  background: #3d93c6;
  border-radius: 2px;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #406870;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #939393;
}

.frm_forms .frm_form_fields > fieldset {
    border-width: 0px;
    border-style: solid;
    border-color: #000000;
    margin: 0;
    padding: 0 0 15px 0;
    background-color: transparent;
}

.frm_forms fieldset {
    min-width: 0;
    border: none;
	padding: 0;
}

.frm_forms .frm_submit {
    clear: both;
}

.frm_combo_inputs_container > *, .frm_grid_container > *, .frm_section_heading > *, .frm_fields_container .frm_form_field, .frm_fields_container > * {
    grid-column: span 12 / span 12;
}

.frm_third {
grid-column: span 4/span 4;
}

frm_forms .frm_combo_inputs_container .form-field {
  margin-bottom: 10px !important;
}

.frm_forms .form-field {
    margin-bottom: 10px !important;
}

.frm_submit button {
  background-color: #2F83BA;
  margin-top: 15px;
  color: #fff;
}

.frm_required {
  color:#2F83BA;  
}

.frm_message {
  text-align:center;
  padding:10% 0%;
}

.frm_full, .frm_full .wp-editor-wrap, .frm_full input:not([type="checkbox"]):not([type="radio"]):not([type="button"]), .frm_full select, .frm_full textarea {
    width: 100% !important;
}

.wrap-forms {
	box-shadow: 0px 5px 24px 0px rgba(217, 217, 217, 0.75);
	padding: 40px;
	border-radius: 4px;
	background: #fff;
}

.wrap-forms-alt {
	padding: 40px;
	border-radius: 4px;
	background: #fff;
}

.frm_forms input[type="text"], .frm_forms input[type="password"], .frm_forms input[type="email"], .frm_forms input[type="number"], .frm_forms input[type="url"], .frm_forms input[type="tel"], .frm_forms input[type="file"], .frm_forms input[type="search"], .frm_forms select, .frm_forms .frm-card-element.StripeElement {
    height: 40px;
    line-height: 1.3;
}

.frm_forms input[type="text"], .frm_forms input[type="password"], .frm_forms input[type="email"], .frm_forms input[type="number"], .frm_forms input[type="url"], .frm_forms input[type="tel"], .frm_forms input[type="phone"], .frm_forms input[type="search"], .frm_forms select, .frm_forms textarea, .frm_form_fields_style, .frm_forms .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .frm_forms .frm-card-element.StripeElement, .frm_forms .chosen-container-multi .chosen-choices, .frm_forms .chosen-container-single .chosen-single {
    color: #000;
    background-color: #fff;
    border-color: #cecece;
    border-width: 1px;
    border-radius: 1px;
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: none;
}

.frm_verify {
    display: none !important;
}

.frm_forms, .frm_forms form, .frm_forms .frm-show-form div.frm_description p {
    text-align: left;
}

.frm_screen_reader {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.frm_form_field.frm_inline_container, .frm_form_field.frm_right_container, .frm_form_field.frm_left_container, .frm_combo_inputs_container, .frm_grid_container, .frm_form_fields .frm_section_heading, .frm_form_fields .frm_fields_container, .frm_form_field.frm_two_col .frm_opt_container, .frm_form_field.frm_three_col .frm_opt_container, .frm_form_field.frm_four_col .frm_opt_container {
    display: block;
}

.frm_combo_inputs_container, .frm_grid_container, .frm_form_fields .frm_section_heading, .frm_form_fields .frm_fields_container {
    display: grid;
    grid-template-columns: repeat(12, 6.5%);
    grid-auto-rows: max-content;
    grid-gap: 0 2%;
}

.frm_forms .frm_top_container .frm_primary_label, .frm_forms .frm_hidden_container .frm_primary_label, .frm_forms .frm_pos_top {
    display: block;
    float: none;
    width: auto;
}

.frm_forms .frm_primary_label {
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    padding: 10px 0 4px 0;
    width: auto;
    display: block;
}

.frm_forms .frm_primary_label {
    max-width: 100%;
}

.frm_fields_container .frm6 {
  grid-column: span 6 / span 6;
  }

.frm4, .frm_third, .frm_form_field.frm_two_fifths, .frm_form_field.frm4, .frm_submit.frm4, .frm_form_field.frm_left_third, .frm_form_field.frm_third, .frm_submit.frm_third, .frm_form_field.frm_right_third, .frm_form_field.frm_first_third, .frm_form_field.frm_last_third {
    grid-column: span 4 / span 4;
}

/*--------------------------------------------------------------
Formatting
--------------------------------------------------------------*/

hr {
	background-color: #f9f9f9;
	border: 0;
	height: 1px;
	margin: 1.5em 0;
}

/*--------------------------------------------------------------
Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 0.5em;
}


ol {
	list-style: decimal;
}

li {
	margin: 0em 0em 0.5em 1em;
	padding: 0em;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 400;
}

dd {
	margin: 0 1.5em 1.5em;
}

.check ul {
  list-style: none;
  padding: 0;
}

.check li {
  padding-left: .7em;
  margin: 0em 0em .6em 0em;
}

.check li::before {
    content: "\e127";
    font-family: "fontello";
    display: inline-block;
    margin-left: -1em;
    width: 1em;
    color: #388BFB;
    font-weight: 500;
    font-size: 1.3em;
    margin-right: 10px;
}

li::marker {
  color: #3786b7;
}


/*--------------------------------------------------------------
Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eeeeee;
}

tr:first-child {
	border-top: 1px solid #eeeeee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}




/*--------------------------------------------------------------
Featured Image, Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 2em;
}

.post-thumbnail a {
	display: block;
}

.post-thumbnail a img {
	display: block;
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/

.main-navigation a {
    font-size: 17px;
    line-height: 2px;
    padding: 48px 12px;
    font-weight: normal;
    margin: 0px;
}
/*
.main-navigation li:nth-last-child(2) a {
	padding-right: 30px;
}
*/
.main-navigation ul {
	padding: 0 1.5em;
}

.menu-button a {
    color: #fff !important;
    margin: 30px 0px;
    background: #3D93C6;
    border-radius: 2px;
    font-size: 16px;
    line-height: 16px;
    padding: 14px 28px;
    font-weight: normal;
}

.menu-button i {
  font-size: 15px;
}

.main-navigation li li {
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.main-navigation li li:hover,
.main-navigation li li:focus {
	background: #fff;
}

.main-navigation li li:hover > a,
.main-navigation li li:focus > a {
	color: #0080c0;
	opacity: 1.0;
}

.main-navigation li li a {
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.main-navigation > div > ul {
	border: 0;
	margin-bottom: 0;
	padding: 0;
	display:flex;
	justify-content: flex-end;
}
.main-navigation > div > ul > li:last-child{
	margin-left:20px;
}
.main-navigation ul ul {
	background: #fff;
}

.main-navigation ul ul a {
    letter-spacing: 0;
    padding: 20px;
    position: relative;
    text-transform: none;
    font-weight: normal;
    margin: 0px;
	letter-spacing: 0.04em;
}

.main-navigation ul ul .menu-item-has-children > a > .icon,
.main-navigation ul ul .page_item_has_children > a > .icon {
	margin-top: -9px;
	left: auto;
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(-90deg); /* IE 9 */
	transform: rotate(-90deg);
}

.main-navigation ul ul ul {
	left: 100%;
	margin-top: -1px;
	top: 0;
}

.main-navigation ul ul li.menu-item-has-children:hover:before,
.main-navigation ul ul li.menu-item-has-children:hover:after,
.main-navigation ul ul li.page_item_has_children:hover:before,
.main-navigation ul ul li.page_item_has_children:hover:after {
	display: none;
}

/* Top navigation */


.top-navigation>div>ul {
    border: 0;
    margin-bottom: 0;
    padding: 0;
}

.top-navigation ul {
    padding: 0 1.5em;
}

.top-navigation ul.menu>li {
    margin: 0;
    padding: 0;
    float: left;
}
.top-navigation li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

.top-navigation a {
  font-weight: normal;
  line-height: 1em;
  padding: 11px 14px;
  letter-spacing: 0.08em;
  font-size: 16px;
  color: #fff !important;
}

.top-navigation ul.top-menu > li.top-menu__button > a {
	padding-left: 21px !important;
}

.top-navigation ul.top-menu > li.top-menu__button > a:hover {
	opacity: 0.8;
}

#top-menu-green {
	background: #85c442;
	
	margin: 0 15px;
}

#top-menu-blue {
	background: #000;
	padding: 0 10px;
}

.top-navigation ul {
    padding: 0 1.5em;
}

.top-navigation ul.menu>li:last-child {
    margin: 0 0 0 15px;
}

.bellow_menu {
    padding: 4px 0;
    background: #F2F4F7;
    box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, 0.25);
}

.site-header .bellow_menu .main-menu {
    float: left;
    margin: 0;
    padding: 0;
    border-left: 0px;
}

.site-header .site-notice {
    color: #000;
    font-size: 14px;
    font-weight: normal;
}

.bellow_menu-container .main-navigation_mobile{
	display:none;
}

/* Menu toggle */

.site-header .menu-toggle {
	font-family: "Jost",Sans-serif;
	font-size: 16px;
}
.ic-bars,
.ic-bars:before, .ic-bars:after {
	background: #3d93c6;;
}


.ic-bars::before, .ic-bars::after {
  display: inline-block;
  width: 27px;
  height: 2px;
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 0.28571rem center;
  margin: 0;
}
.ic-bars {
  display: inline-block;
  width: 27px;
  height: 2px;
  position: relative;
}


/* Dropdown Toggle */

.dropdown-toggle {
	color: #406870;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.site-header {
	position: relative;
	z-index: 1000;
}

.site-header:after { content: ''; display: block; clear: both;}

.site-header .top-bar {
	background: #172449;
}

.site-header .site-phone {
	float: left;
	line-height: 30px;
}

.site-header .site-controls {
	float: right;
}

/* Modern Search Form Styling */
.search-form {
    position: relative;
    width: 100%;
    margin: 0;
}

.search-form .search-field {
    width: 100%;
    padding: 12px 45px 12px 20px !important;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.search-form .search-field:focus {
    outline: none;
    border-color: #3d93c6;
    box-shadow: 0 2px 8px rgba(61,147,198,0.15);
}

.search-form .search-submit {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Add the iconm class to work with your existing setup */
.search-form .search-submit .iconm-search {
    display: block;
    position: relative;
}

/* Modify your existing icon styles specifically for search */
.search-form .iconm-search::before {
    content: "search";
    width: 24px;
    height: 24px;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: #3d93c6;
    float: none; /* Override the float: left from the general icon styles */
}
/* Placeholder styling */
.search-form .search-field::placeholder {
    color: #999;
    opacity: 1;
}

/* For Firefox */
.search-form .search-field::-moz-placeholder {
    color: #999;
    opacity: 1;
}

/* Sidebar specific styles */
#secondary .search-form {
    margin-bottom: 10px;
}

/* Header specific styles */
.header-search .search-form {
    max-width: 250px; /* Adjust as needed */
}


.site-header .top-menu-wrap {
	float: left;
}

.site-header .top-bar ul.menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.site-header .top-bar ul.menu li {
	padding: 0px;
	margin: 0px;
}

.site-header .top-bar ul.menu a {
	font-size: 16px;
	line-height: 30px;
}

.site-header .site-logo {
  float: left;
  display: block;
  padding: 8px 0 10px 0;
  flex: none;
}

.site-header .site-logo a {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

.site-header .site-logo img {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

.site-header .site-logo a:hover {
	opacity: 1;
}

/*.site-header .header-content {
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.03);
}*/
.header-content-inner{
	display:flex;
	justify-content: space-between;
}
.site-header .main-menu {
    float: right;
/*width:100%;*/
  display: none;
}

.icon-location,
.icon-user,
.icon-phone,
.icon-clock,
.icon-mail,
.icon-mail-alt,
.icon-phone, 
.icon-calendar,
.icon-fax  {
	padding-right: 2px;
    vertical-align: middle;
	padding-bottom: 3px;
}

.icon-fax::before{
	color: #3D93C6;
}

.icon-stethoscope::before {
    font-weight: bold;
    }


.icon-clock {
	padding-left: 10px;
}

.icon-right-open::before {
    content: '\e803';
    font-size: .7em;
    vertical-align: middle;
    padding-bottom: 2px;
    margin-left: 2px;
}

.icon-user-md::before {
    font-size: 1.3em;
    }

.top-bar a {
	color: #3D93C6;
}
.header-content .social-media ul{
  display:flex;
  margin: 0;
}
.header-content .social-media li{
  list-style:none;
  margin:0;
}
.header-content .social-media li a{
  padding: 0;
  color: #000;
  display: block;
}                                 

/*--------------------------------------------------------------
Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	position: relative;
}

.site-content {
	padding: 0px 0px 50px 0px;
	margin: 0px;
}

.page-template-page-blank .site-content,
.page-template-page-builder .site-content {
	margin: 0px;
	padding: 0px;
}

.page-template-page-ReversedHeader .site-content {
	margin: 0px;
	padding: 0px;
}

.page-template-page-blank .top-navigation{
	top: auto;
	bottom: 0;
}
.custom-row{
	padding-right:0!important;
}
.custom-row .custom-text-column{
	width:54%;
	padding:5% 40px 5% 0;
	justify-content: flex-end;
}
.custom-row.vc_row .custom-text-column .vc_column-inner {
	max-width: 625px;
	padding: 0;
}
.custom-row .custom-image-column{
	width:46%;
}
.custom-row-alt .custom-text-column {
	padding: 5% 0 5% 40px;
	justify-content: flex-start;
}
.row-blank-header .blank-logo img{
	width:280px;
}
.row-blank-header .blank-phone{
	text-align:right;
}
.row-blank-header .blank-phone a{
	font-size:32px;
	font-weight:700;
}

/*--------------------------------------------------------------
Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 22px;
	width: 32px;
	left: -1.25em;
	position: absolute;
	top: 0.75em;
	font-size: 32px;
}

.archive-spacing {
	padding: 20px 0px;
}

.entry-header {
	margin: 0 0 1em 0;
}

.entry-header .entry-title {
	margin-bottom: 0.25em;
}

.entry-title a {
	color: #000;
	text-decoration: none;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.single h2 {
	font-size: 36px;
	line-height: 1.2;
	margin: 0em 0em 0.6em 0em;
}

.single h3 {
	font-size: 28px;
}

.entry-meta {
	color: #5c6064;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.2em;
	padding-bottom: 0.75em;
	text-transform: uppercase;
	line-height: 1.4em;
}

.entry-meta a {
	color: #767676;
}
.entry-date-section{
	display: flex;
	flex-direction: column;
}
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.pagination,
.comments-pagination {
	font-size: 14px;
	font-weight: 400;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
	clear: both;
	margin: 2em 0 3em;
}

/* Links */

.edit-link a {
	margin-right: 1em;
}

/* Pagination */

.navigation.pagination {
	float: none;
	width: auto;
}

.page-numbers {
	display: inline-block;
	padding: 0.5em 0.75em;
}

.page-numbers.current {
	color: #767676;
}

.page-numbers.current .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 14px;
	width: 48%;
}

.entry-content blockquote.alignleft {
	margin-left: -20%;
}

.entry-content blockquote.alignright {
	margin-right: -20%;
}

/* without sidebar */

:not(.has-sidebar) .entry-content blockquote.alignleft {
	margin-left: -17.5%;
	width: 48%;
}

:not(.has-sidebar) .entry-content blockquote.alignright {
	margin-right: -17.5%;
	width: 48%;
}

/* with sidebar */

.has-sidebar .entry-content blockquote.alignleft {
	margin-left: 0;
	width: 34%;
}

.has-sidebar .entry-content blockquote.alignright {
	margin-right: 0;
	width: 34%;
}

/* blog and archive */

.entry-content blockquote.alignleft {
	margin-left: -72.5%;
	width: 62%;
}

.entry-content blockquote.alignright {
	margin-right: 0;
	width: 36%;
}

/* Blog, Archive, and Search Layout Modifications */
.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

/* Left column - Image */
.blog .site-main > article .post-thumbnail,
.archive .site-main > article .post-thumbnail,
.search .site-main > article .post-thumbnail {
    flex: 0 0 250px;
    margin: 0;
}

.blog .site-main > article .post-thumbnail img,
.archive .site-main > article .post-thumbnail img,
.search .site-main > article .post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

/* Right column - Content wrapper */
.blog .site-main > article .entry-wrapper,
.archive .site-main > article .entry-wrapper,
.search .site-main > article .entry-wrapper {
    flex: 1;
    min-width: 0; /* Prevents flex item from overflowing */
}

.blog .site-main > article .entry-header,
.archive .site-main > article .entry-header,
.search .site-main > article .entry-header {
    margin-bottom: .1em;
}

.blog .site-main > article .entry-title,
.archive .site-main > article .entry-title,
.search .site-main > article .entry-title {
    margin: 0 0 0.25em 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
    color: #406870;
    display: inline-block;
    margin-left: 1em;
    white-space: nowrap;
}

/* Handling posts without thumbnails */
.blog .site-main > article:not(:has(.post-thumbnail)) .entry-wrapper,
.archive .site-main > article:not(:has(.post-thumbnail)) .entry-wrapper,
.search .site-main > article:not(:has(.post-thumbnail)) .entry-wrapper {
    margin-left: 0;
}

/* Responsive adjustments */
@media screen and (max-width: 767px) {
    .blog .site-main > article,
    .archive .site-main > article,
    .search .site-main > article {
        flex-direction: column;
        gap: 20px;
    }
    
    .blog .site-main > article .post-thumbnail,
    .archive .site-main > article .post-thumbnail,
    .search .site-main > article .post-thumbnail {
        flex: 0 0 auto;
        width: 100%;
    }
    
    .blog .site-main > article .entry-wrapper,
    .archive .site-main > article .entry-wrapper,
    .search .site-main > article .entry-wrapper {
        width: 100%;
    }
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 14px;
}

/* More tag */

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

/* Single Post */

.page-links {
	font-size: 14px;
	font-weight: 400;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #406870;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 2em 0;
	display: table;
	width: 100%;
}

.entry-footer .cat-tags-links {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1818em;
	position: relative;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #254457;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #406870;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin: 1em 0em 0em 1em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #254457;
	font-size: 20px;
	font-weight: 400;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.5em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	font-weight: 400;
	margin: 3em 0;
	clear: both;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 16px;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
}

.nav-title {
	color: #254457;
	font-size: 17px;
}

.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Posts pagination */

.nav-links .nav-title {
	position: relative;
}

.nav-title-icon-wrapper {
	position: absolute;
	text-align: center;
	width: 2em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
	left: -2em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
	right: -2em;
}

/*--------------------------------------------------------------
Pages
--------------------------------------------------------------*/

.page-header {
  padding: 60px 0px;
  margin: 0px 0px 50px 0px;
  text-align: center;
}

.page-header .page-title {
  margin: 0px;
  font-weight: 500;
  font-size: 40px;
  line-height: 70px;
  color: #3c4a51;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.vc_toggle_square .vc_toggle_icon {
    background-color: #fff  !important;
	border-color: #254457  !important;
	color: #254457  !important;
}

.vc_toggle_square .vc_toggle_icon::after, .vc_toggle_square .vc_toggle_icon::before {
    background-color: #254457  !important;
}

/* 404 page */

.error404 #primary {
	float: none;
	width: auto;
}

.error404 .page-content {
	padding-bottom: 9em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
	max-width: 500px;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
	/*
.site-footer {
	padding: 0px;
	line-height: 1.6;
	padding: 20px 0 0 !important;
background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.7)),url(/wp-content/uploads/2023/04/Bullard-bathroom-custom-modern-scaled.jpg);
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}
*/
.page-template-page-builder .site-footer {
	padding: 0px;
	margin: 0px;
}

 .site-footer {
	background: #ececec;
}
.site-footer strong {
	font-weight: normal;
}

.footer-content {
    padding: 40px 0px 20px 0;
    margin: 0px;
    font-size: 16px;
}

.footer-content .footer-column .footer-column-inner {
  padding: 20px 50px 10px 0px;
}

.footer-phone {
    font-size: 24px;
    font-weight: normal;
}

.site-footer .icon-location {
	padding-right: 5px;
}


.site-footer .icon-phone {
	padding-right: 7px;
}

.site-footer .icon-mail {
	padding-right: 7px;
}

.site-footer .icon-fax  {
	padding-right: 7px;
}

/* Sidebar */


/* Footer CTA */
.footer-cta-wrap {
    padding: 23px 0px 23px 0px;
    margin: 0px;
}

.footer-cta-left {
    float: left;
    line-height: 0;
}
.footer-cta-left img {
filter: brightness(0) invert(1);
}

.footer-cta-text {
	font-size: 24px;
	line-height: 30px;
}

.footer-cta-right {
	float: right;
}


/* Site info */

.site-info {
  font-size: 14px;
  line-height: 1.4em;
}

.site-info .copyright {
    float: left;
    margin-top: 12px;
}

.site-info .site-info-wrap {
    padding: 28px 0px;
}

.social-media ul li {
	margin: 0px 4px 0px 0px;
}

.social-media ul li a,
.header-content .social-media li a {
	width: 45px;
	height: 45px;
	line-height: 35px!important;
	display: inline-block;
	text-align: center;
	font-size: 22px;
}

.main-navigation .menu-main-container {
  padding-right: 12px;
}


/*--------------------------------------------------------------
14.0 General styles
--------------------------------------------------------------*/

.ic-youtube {
  background: url(https://www.wisemanhealth.com/wp-content/themes/wiseman-child/images/youtube-icon-wfp.png) no-repeat;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: cover;
  width: 45px;
  height: 45px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.ic-facebook {
  background: url(https://www.wisemanhealth.com/wp-content/themes/wiseman-child/images/facebook-icon-wfp.png) no-repeat;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: cover;
  width: 45px;
  height: 45px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.ic-instagram {
  background: url(https://www.wisemanhealth.com/wp-content/themes/wiseman-child/images/instagram-icon-wfp.png) no-repeat;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: cover;
  width: 45px;
  height: 45px;
  display: inline-block;
  position: relative;
  top: 2px;
}

/* Swap positions of prev/next buttons in pagination */
.pagination .nav-links {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

/* Custom navigation layout */
.custom-navigation .pagination .nav-links {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

/* Make sure there's enough space between the buttons */
.custom-navigation .pagination .nav-links .nav-previous,
.custom-navigation .pagination .nav-links .nav-next {
    margin: 0;
}

/* Make the container full width to ensure proper spacing */
.custom-navigation .pagination {
    width: 100%;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 20px; /* space between buttons */
    padding: 40px 0 20px 0;
    clear: both;
}

.pagination .nav-previous,
.pagination .nav-next {
    display: inline-block;
    float: none; /* prevent stacking */
}

.archive-heading {
  font-weight:600;
  color:#000;
  font-size: 18px;
   border-left: 8px solid #2F82B9;
  padding-left:5px;
  padding-bottom: 3px;
    margin-bottom: 16px;
      padding-top: 3px;
}

.youtube-container {
    position: relative;
    width: 100%;
    max-width: 560px;
    cursor: pointer;
}
.youtube-poster {
    width: 100%;
    display: block;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 40px;
    padding: 20px 24px;
    border-radius: 20px;
}

.follow {
text-align:center;
}

.has-sidebar .blog-wrapper {
    display: flex;
    flex-wrap: wrap;
      margin-top: 2rem;
}

.has-sidebar #primary {
    width: 72%;
    margin-right: 3%;
}

.has-sidebar #secondary {
  width: 25%;
  position: sticky;
  bottom: 50px;
  height: auto;
  align-self: flex-end;
}

@media screen and (max-width: 1000px) {
    .has-sidebar #primary,
    .has-sidebar #secondary {
        width: 100%;
        margin-right: 0;
    }
    
    .has-sidebar #secondary {
        position: static;
        height: auto;
        max-height: none;
        overflow-y: visible;
    }
}


.featured-post {
    margin-bottom: 40px;
    border-bottom: none !important;
    padding-bottom: 40px;
}

.featured-post-inner {
    display: flex;
    gap: 1rem;
    background: #efefef;
}

.featured-post-thumbnail {
    flex: 0 0 65%;
}

.featured-post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 350px;
}

.featured-post-content {
    flex: 1;
    padding: 2rem 2rem 2rem 1rem;
}

.featured-post .entry-title {
    font-size: 24px;
    margin: 0 0 15px;
}



@media screen and (max-width: 767px) {
    .featured-post-inner {
        flex-direction: column;
        gap: 20px;
    }
    
    .featured-post-thumbnail {
        flex: none;
    }
}


.ic-healthgrades {
    background: url(../../../../../../wp-content/themes/voodoo-child/images/healthgrades.svg) no-repeat;
    background-size: cover;
    width: 20px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 1px;
}

.text-space {
	padding: 0 10%;
}



.subhead {
    color: #797979;
    font-family: "Jost", Sans-serif;
    font-size: 20px;
    margin-bottom: 0.5em;
    font-weight: 500;
}

.border-center {
    display: block;
    width: 108px;
    height: 3px;
    background: #000;
    margin: 10px auto;
}

.border-left {
    display: block;
    width: 108px;
    height: 3px;
    background: #000;
    margin: 10px 0;
}


.button {
  margin: 10px 0px;
  padding: 18px 40px;
  display: inline-block;
  outline: none;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  text-align: center;
  color: #fff !important;
  background: #3d93c6;
  text-decoration: none;
  border-radius: 2px;
}

.button:hover {
	background: #3786B7;
	outline: none;
}

.button:focus {
	outline: none;
}

.button-light {
  margin: 24px 14px;
  padding: 15px 40px;
  display: inline-block;
  outline: none;
  font-size: 18px;
  line-height: 1em;
  font-weight: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  text-align: center;
  color: #fff !important;
  border: 2px solid #fff;
  text-decoration: none;
}

.banner-row {
	background-color: #589EBF;
}

.banner-row p {
    font-weight: normal;
    color: #fff;
    font-size: 22px;
    text-align: center;
    letter-spacing: .03em;
}

.site-footer .button-light {
    min-width: 190px;
}

.site-footer .button {
    min-width: 190px;
    border: 2px solid #fff;
    background: none !important;
    color: #fff !important;
}

.site-footer .widget_text ul {
	margin: 0;
}

.widget_recent_entries a {
	text-decoration: none;
}

.footer-content .widget ul li {
    margin: 0 0 6px 0;
}

.button-light-cta {
    padding: 17px 34px;
    display: inline-block;
    outline: none;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    line-height: 1em;
    font-weight: normal;
    border-radius: 2px;
    letter-spacing: 0.05em;
    background-color: none !important;
    color: #fff !important;
    border: 2px solid #fff;
    margin-top: 5px;
    text-transform: uppercase;
}


.button-light i {
	padding-right: 4px;
}

.cta-element {
	color: #fff;
	font-weight: 900;
	font-size: 44px;
	line-height: 30px;	
}

.cta-text a {
	color: #f5f5f5 !important;
	text-decoration: underline;
}

.cta-element .button-light a {
	color: #406870;
}

.over-image {
    background-color: #396681;
	color: #fff;
    padding: 3% 6% 4% 6%;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Jost",Sans-serif;
}

.review-section h3 {
	font-size: 36px;
	color: #fff;
}

.large-heading h3 {
	font-size: 38px;
}

.wpb_single_image .vc_single_image-wrapper.vc_box_border_circle img {
	max-width: 200px !important;
}

.review-section {
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
}


.easy_t_single_testimonial blockquote.easy_testimonial {
    padding: 20px;
}

.style-dark_style blockquote.easy_testimonial {
    background-color: #F2F4F8;
}

.accordion-text {
	color: #fff; 
	font-size: 19px;
	margin-bottom: .5em;
}

.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #000 !important;
  font-size: 18px !important;
}

.site .vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title > a {
    color: #000 !important;
  font-size: 18px !important;
}

.site .vc_tta.vc_general .vc_tta-panel-title > a {
  padding: 12px 20px;
}

.site .vc_tta-color-white.vc_tta-style-modern .vc_tta-controls-icon::after, .vc_tta-color-white.vc_tta-style-modern .vc_tta-controls-icon::before {
  border-color: #000;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
	background-color: #fff !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-o-all-clickable .vc_tta-panel .vc_tta-panel-title a:hover {
    color: #000 !important;
    background-color: #fff !important;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title a {
	color: #1e1e2a !important;
}

.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title a {
	color: #1E1E2A !important;
}

.vc_tta.vc_general.vc_tta-o-all-clickable .vc_tta-panel .vc_tta-panel-title a:hover {
    color: #000 !important;
}

.vc_tta.vc_general {
  font-size: .8em !important;
  line-height: 1.4em;
}


.vc_tta-color-white.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
	border:  none;
}


.site .vc_tta-color-white.vc_tta-style-modern .vc_tta-controls-icon::after, .vc_tta-color-white.vc_tta-style-modern .vc_tta-controls-icon::before {
  border-color: #000 !important;
}

.accord-pad {
	padding: 0 7%;
}

/* Testimonials section styles*/


.services-headline {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0.4em;
}
.services-headline-content {
    font-size: 2.2em;
    line-height: 1.3;
    font-family: "Jost", sans-serif;
    font-weight: normal;
    margin-bottom: 1.2em;
}

.quote-mark {
    font-size: 3.2em;
    font-weight: normal;
    line-height: 1;
    color: #000;
}

.testimonial-text {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.6em;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: .15em;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  padding-left: 80px;
  padding-right: 80px;
  color: #fff;
}

.testimonial-name {
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 2em;
    line-height: 1.1em;
}

.testimonial-type {
    font-size: 1.3em;
    margin-bottom: 1.6em;
}

.services-headline-content strong {
	font-weight: normal;
}

.testimonials-row {
	padding: 14% 0;
}

.testimonials{
	text-align: center;
}
.testimonials blockquote{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	color: inherit;
	padding:0;
}
.testimonials button{
	background:none;
	box-shadow:none;
}
.testimonials button:before,
.testimonials button:after{
	color: #1b2d8c;
}



.border-shadow {
    box-shadow: 6px 6px 0px 0px #f5f5f5;
    border: 1px solid #f5f5f5;
    padding: 10%;
}

.border-shadow-img {
    box-shadow: 6px 6px 0px 0px #f5f5f5;
    border: 1px solid #f5f5f5;
}

.dropdown-title {
	color: #fff;
}

.hero-front {
	color: #fff; 
	font-weight: normal; 
	font-size: 54px;
	line-height: 68px;
	margin-bottom: .3em;
}

.hero-front-text {
	color: #fff; 
	font-weight: 500; 
	font-size: 19px;
	margin-bottom: .5em;
}

.hero-highlight {
	color: #0649ae;
}

.hero .button {
	color: #1e1e2a;
	background-color: #fff;
}

.section-highlight {
    position: relative;
    background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(43,52,59,.1);
	border-radius: 2px;
}

.section-highlight img {
	margin: 0px 0px 40px 0px;
}

.section-highlight .wpb_column {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.section-highlight .wpb_column > .vc_column-inner {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px !important;
    padding-bottom: 0px;
    border-right: 1px solid #f2f4f8;
    padding-left: 10px;
    padding-right: 10px;
}

.section-highlight .no-border.wpb_column > .vc_column-inner {
	    border-right: none;
}

.section-highlight h2 {
	font-size: 30px;
}

.section-highlight .wpb_column > .vc_column-inner > .wpb_wrapper {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 14px 20px 44px 20px;
}

.section-highlight h3 {
	font-size: 22px;
}

.section-highlight .wpb_column:last-child > .vc_column-inner > .wpb_wrapper {
	border-right: none;
}

.section-highlight .wpb_content_element {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.shadow-box {
  padding: 8%;
  border-radius: 8px;
  box-shadow: 2px 3px 7px rgba(58,68,85,.05);
  border: 1px solid #efefef;
  font-size: 17px;
}

.shadow-box h2 {
    font-size: 22px;
}

.shadow-box .button {
	width:100%;
	}

body .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}

body .gform_wrapper .gform_footer {
    margin: 8px 0 0 !important;
}

body .gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: 500;
    font-size: inherit;
}

body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] {
	margin: 14px 10px 0 0;
}

body .gform_wrapper {
    margin-bottom: 0px;   
}

body .gform_wrapper .gfield_required {
	color: #000;
}

body .gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  color: #888;
}
body .gform_wrapper .gform_fields .gfield input::-moz-placeholder { 
	/* Firefox 19+ */
  color: #888;
}
body .gform_wrapper .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
  color: #888;
}
body .gform_wrapper .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
  color: #888;
}

body .gform_wrapper.gf_browser_gecko select {
    padding: 2px 12px 2px 12px;
    border: 1px solid #cecece;
    border-radius: 0px;
}

body .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
	line-height: 1em;
}

body .gform_wrapper ul li.gfield {
    margin-top: 22px;
    }
    
.client-logos {
  display: flex;
  height: auto;
  align-items: center;
  align-content: flex-start;
  flex-direction: row;
  justify-content: center;
  column-gap: 6%;
  flex-wrap: wrap;
  padding-top: 2%;
  padding-bottom: 10%;
}

.client-logos img {
  max-height: 90px;
  max-width: 200px;
  padding: 13px;
}

p.contact {
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.05em;
	font-family: "Jost",Sans-serif;
    text-transform: uppercase;
}

h2.emergency {
    color: #bb2127;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: .5px;
}

h2.callaction {
	margin: 0em 0em .2em 0em;
}

h2.services {
	font-size:24px;
	color: #ca1f27;
}

.h2 a {
	color: #ca1f27;
}

.vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
	color: #BB2127 !important;
}

.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover {
	color: #BB2127 !important;
	background-color: #fff !important;
}


.sidebar_menu a:active {
	color: #fff !important;
}

.sidebar_menu .widget ul li:hover a {
	color: #fff !important;
	opacity: 1 !important;
}


.contact-standout {
	padding: 5% 9% 6% 9% !important;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgba(43,52,59,.1);
    margin-top: -150px;
}

.contact-standout h3 {
	font-weight: normal;
	font-size: 28px;
}

.contact-standout li {
	padding: 1em 0em;
	border-bottom: 2px solid #f2f4f8;
	line-height: 1.9em;
}

.contact-standout li:last-child {
	border-bottom: none;
}

.contact-standout ol {
   list-style: none;
   counter-reset: item;
   margin: 0;
   padding: 0;
 }
 
.contact-standout li {
   counter-increment: item;
   margin-bottom: 7px;
 }
 
.contact-standout li::before {
    margin-right: 10px;
    content: counter(item);
    background: #2579f7;
	border-radius: 100%;
	color: #fff;
    width: 2em;
    text-align: center;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    font-size: 17px;
}


.blue-box {
    background-color: #0649ae;
    color: #fff;
}

.blue-box h3 {
	color: #fff;
}

.blue-box a {
	color: #fff !important;
	text-decoration: underline;
}

.vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
	color: #fff !important;
	background-color: #396681 !important;
	text-transform: uppercase;
}

.frm_forms .form-field {
    margin-bottom: 10px !important;
}

.wrap-forms {
	box-shadow: 0px 5px 24px 0px rgba(217, 217, 217, 0.75);
	padding: 40px;
	border-radius: 4px;
}

.wrap-forms h4 {
	color: #589EBF;
	font-weight: normal;
	font-size: 2.4em;
	margin-bottom: 30px;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title a {
	color: #222 !important;
	font-size: 18px;
}






/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 5em 0 0.5em;
	max-width: 754px;
}

.comments-title {
	font-size: 20px;
	margin-bottom: 2.5em;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-author {
	font-size: 16px;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #406870;
	margin-left: 1em;
}

.comment-body {
	color: #49565c;
	font-size: 14px;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 400;
	position: relative;
}

.comment-reply-link .icon {
	color: #406870;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

ol.children .children {
	padding-left: 2em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #254457;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-style: italic;
}

.form-submit {
	text-align: right;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/

#secondary {
	padding: 0 0 2em 0;
}

.widget_text .copyright {
  font-size:.9rem;
}

.widget {
	margin-bottom: 30px;
}

.widget:last-child {
	margin-bottom: 0px;
}

.widget-title {
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
  font-size: 18px;
  border-left: 8px solid #2F82B9;
  padding-left: 5px;
}

.subwig {
margin-bottom: 1rem;
}

.footer-content .widget-title {
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 1.1em;
  color: #3c4a51;
}

.widget-title a {
	color: inherit;
}

/* widget forms */

.widget select {
	width: 100%;
}

/* widget lists */

.widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget ul li,
.widget ol li {
	padding: 0;
	margin: 0 0 0.9em 0;
}

.widget ul li ul {
	margin: 0;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* Widget markup */

.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li + li {
	margin-top: -1px;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
	font-size: 16px;
	margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Search */
.header-left{
	display: flex;
	align-items: center;
	justify-content: center;
	  width: 100%;
}
.site-header .search_div{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 35px;
}


/* Tag cloud widget */

.tagcloud ul li {
	float: left;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

/* Fix image alignment */
img.alignleft {
	float: left;
	margin-right: 1.5em;
}

img.alignright {
	float: right;
	margin-left: 1.5em;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #406870;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #254457;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #406870;
	border-color: #254457;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #254457;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #254457;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #406870;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #406870;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 400;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	max-width: 25%;
}

/* Gallery Columns */

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.social-media ul {
  list-style-type: none;
  display: inline-block;
  margin-left: 0 !important;
}


/*--------------------------------------------------------------
SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}
.subheader{
	background:#ececec;
	padding: 40px 0;
	margin: 0 0 0px;
	background-image: url(/wp-content/themes/wiseman-child/images/banner.jpg) !important;
	background-position: center center !important;
}
#menu-header-additional-menu{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	column-gap: 20px;
	margin:0;
	padding:0;
}
#menu-header-additional-menu li{
	flex:1;
	margin:0;
}
#menu-header-additional-menu li a {
  box-shadow: 2px 3px 7px rgba(58,68,85,.05);
  border-radius: 3px;
  text-align: center;
  padding: 12px 25px 16px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 20px;
  height: 100%;
  background: #fff;
  color: #3c4a51;
  font-weight: 500;
  border: 1px solid #efefef;
}
#menu-header-additional-menu li a:hover{
	background: #ececec;
}
#menu-header-additional-menu li a:before{
	margin-bottom: 10px;
}
#menu-header-additional-menu li a:before,
#menu-header-additional-menu li a:after,
.menu-other-locations-box ul.menu li a:before,
.menu-other-locations-box ul.menu li a:after,
.services-boxes .wpb_text_column:after,
[class^="iconm-"]:before {
	width:24px;
	height:24px;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
	color: #3d93c6;
	float: left;
}
.iconm-phone:before{
	content:"call";
}
.iconm-fax:before{
	content:"print";
}
.iconm-hours:before{
	content:"schedule";
}
.iconm-location:before{
	content:"place";
}
#menu-header-additional-menu li.pay_your_bill a:before{
	/*background:url(images/credit_card.svg);*/
content:"credit_card";
}
#menu-header-additional-menu li.new_patients a:before{
	/*background:url(images/assignment.svg);*/
content:"assignment";
}
#menu-header-additional-menu li.patient_portal a:before{
	/*background:url(images/account_box.svg);*/
content:"account_box";
}
#menu-header-additional-menu li.health_shop a:before{
	/*background:url(images/shopping_cart.svg);*/
content:"shopping_cart";
}
#menu-header-additional-menu li.book_online_appointment a:before{
	/*background:url(images/event.svg);*/
content:"event";
}
#menu-header-additional-menu li.locations a:before{
	/*background:url(images/place.svg);*/
content:"place";
}
#menu-header-additional-menu li.stethoscope a:before{
	/*background:url(images/stethoscope.svg);*/
content:"stethoscope";
}
#menu-header-additional-menu li.herbal-medicine a:before{
	/*background:url(images/psychiatry.svg);*/
content:"psychiatry";
}
#menu-header-additional-menu li.direct-primary-care a:before{
	/*background:url(images/medical_services.svg);*/
content:"medical_services";
}
#menu-header-additional-menu li.pediatrics a:before{
	/*background:url(images/child_care.svg);*/
content:"child_care";
}
#menu-header-additional-menu li.telemedicine a:before{
	/*background:url(images/telemedicine.svg);*/
content:"telemedicine";
}
#menu-header-additional-menu li.concierge_med a:before{
	/*background:url(images/clinical_notes.svg);*/
content:"clinical_notes";
}
#menu-header-additional-menu li.newsmode a:before{
	/*background:url(images/feed.svg);*/
content:"feed";
}
.menu-other-locations-box:not(.menu-columns) .widget_nav_menu{
	padding: 30px;
	background: #ececec;
}
.menu-other-locations-box:not(.menu-columns) .widget_nav_menu h2{
	margin-bottom: 20px;
}
.menu-other-locations-box ul.menu {
	display: flex;
	flex-direction: column;
}
.menu-other-locations-box.menu-columns ul.menu{
	display:block;
	columns:3;
	text-align: left;
}
.menu-other-locations-box ul.menu li{
	border-bottom: 2px solid #efefef;
	margin-bottom: 6px;
	background: #fff;
}
.menu-other-locations-box.menu-columns ul.menu li{
	border-bottom: 5px solid #fff;
	background: #ececec;
	break-inside: avoid-column;
}
.menu-locations-columns2 .menu-other-locations-box ul.menu{
	display:block;
	columns:3;
	text-align: left;
}
.menu-locations-columns2 .menu-other-locations-box ul.menu li{
	border-bottom: 5px solid #ececec;
	background: #fff;
}
.menu-other-locations-box ul.menu li:last-child{
	border-bottom: none;
}
.menu-other-locations-box ul.menu a{
	display:block;
	position:relative;
	width: 100%;
	padding: 20px 10px 20px 20px;
	color: #3c4a51;
	font-weight: 500;
	line-height: 23px;
}
.menu-other-locations-box ul.menu li a:before{
	content:"place";
	margin: 0 15px 0 0;
}
.menu-other-locations-box ul.menu li a:after{
	content:"arrow_forward";
	position: absolute;
	right: 10px;
	top: calc(50% - 12px);
}
.vc_row.custom-shadow-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
	border-radius: 8px;
	box-shadow: 2px 8px 10px rgba(0,0,0,.15);
	overflow: hidden;
	display:flex;
	flex-direction: column;
	height: 100%;
}
.vc_row.custom-shadow-row .wpb_single_image{
	margin-bottom:0;
	max-height: 140px;
	min-height: 140px;
	overflow:hidden;
}
.vc_row.custom-shadow-row .wpb_text_column{
	padding:16px;
	font-size:17px;
	height: 100%;
	margin-bottom:0;
}
.vc_row.custom-shadow-row .wpb_text_column .wpb_wrapper{
	display:flex;
	flex-direction: column;
	height: 100%;
}
.vc_row.custom-shadow-row h2 {
	font-size: 22px;
}
.vc_row.custom-shadow-row .btnbox {
	margin-top:auto;
}
.vc_row.custom-shadow-row .button {
	width: 100%;
}

.contact-icons strong {
font-weight: 500;
color: #3c4a51;
font-size: 22px;
}

.contact-icons i {
	margin-right:10px;
	vertical-align: top;
line-height: 2em;
}

.contact-icons {
padding: 20px 20px 40px 24px;
}

.location-title {
  background: #ececec;
  padding: 20px 20px 20px 25px;
  margin-bottom: 40px !important;
}

.clinics-contact {
  background: #ececec;
  padding: 33px 37px 25px 37px;
  margin-bottom: 0px !important;
}
.services-boxes > .wpb_column{
	margin-bottom: 35px;
}
.services-boxes > .wpb_column > .vc_column-inner > .wpb_wrapper{
	height: 100%;
	display: flex;
	flex-direction: column;
	background: linear-gradient(0deg, rgb(236, 236, 236) 14%, rgba(102, 147, 58, 0.84) 100%);
}
.services-boxes .wpb_text_column{
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 270px;
	margin-bottom: 0;
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.services-boxes .wpb_text_column:hover{
	background:#ececec;
	cursor:pointer;
}
.services-boxes .wpb_text_column:after{
	content:"arrow_forward";
	float: none;
	margin-top: auto;
}
.services-boxes .wpb_text_column p{
	margin-bottom: 20px!important;
}
.services-boxes .wpb_text_column a{
	display:none;
}
.services-boxes .wpb_single_image {
	margin-bottom: 0;
	border-radius: 8px;
	box-shadow: 2px 3px 7px rgba(58,68,85,.05);
	border: 1px solid #efefef;
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	overflow: hidden;
	min-height: 178px;
	max-height: 178px;
	display: none;
}
.services-boxes .wpb_single_image figure,
.services-boxes .wpb_single_image .vc_single_image-wrapper{
	height:100%;
}
.services-boxes .wpb_single_image img {
	height: 100%;
	object-fit: cover;
}
.posts-row > .vc_column_container > .vc_column-inner{
	padding:0;
}
.home_blog_posts{
	display:flex;
	flex-wrap:wrap;
}
.home_blog_posts article{
	padding: 10px 20px;
	margin-bottom:35px;
}
.home_blog_posts article a{
	display:inline-block;
}
.home_blog_posts article figure{
	margin:0;
}
.home_blog_posts article img{
	vertical-align: top;
}



/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
@media (min-width: 1111px) and (max-width: 1210px){
	.site-header .search_div {
    margin-left: 7px;
	}
	.main-navigation > div > ul > li:last-child {
		margin-left: 5px;
	}
	.main-navigation a {
		padding: 48px 6px;
	}
	.menu-button a {
		padding: 14px 20px;
	}
}
@media (min-width: 600px) and (max-width: 1000px){
	.vc_row.custom-shadow-row > .vc_col-sm-4{
		width:calc(100%/3);
	}
	.vc_row.custom-shadow-row > .wpb_column > .vc_column-inner > .wpb_wrapper {
		flex-direction: row;
	}
	.vc_row.custom-shadow-row .wpb_single_image {
		max-height: 100%;
		min-height: 100%;
		max-width:300px;
		margin-right: 15px;
	}
}

@media (min-width: 1200px){
	.vc_row.custom-shadow-row .wpb_single_image {
		max-height: 170px;
		min-height: 170px;
	}
}
@media screen and ( min-width: 1111px ) {
	
	.main-navigation .sub-menu {
		box-shadow: rgba(0,0,0,0.12) 1px 1px 5px;
		width: 300px;
		padding: 20px;
	}
	.main-navigation .sub-menu li {
		border-bottom: none;
		float: none !important;
	}
	.main-navigation .sub-menu a {
		padding: 10px 10px;
		line-height: 18px !important;
		font-size: 15px;
	}
	.column-menu .sub-menu a {
		padding:10px 10px;
		}
		
	.column-menu .sub-menu {
  columns: 2;
  padding: 20px;
  width: 680px;
	left: -30vw;
}

ul.two-column {
	columns: 2;
}

.page-id-12 .menu-locations-main-page-container ul {
	columns: 4;
}
	
	.site-header .main-menu {
  float: left;
}
	.site .main-navigation li.menu-item-has-children > a:after{
		font-family: "fontello";
		content:'\f004';
		margin-left: 5px;
		font-size: 11px;
	}
  .page-template-page-ReversedHeader .site .main-navigation ul:not(.sub-menu) > li > a {
    color: #fff;
  }
.main-menu .social-media {
	margin-top: -5px;
}  

.footer-columns-4 .footer-column-1 {
	width:17%
}

.footer-columns-4 .footer-column-2 {
	width:27%
}

.footer-columns-4 .footer-column-3 {
	width:30%
}

.footer-columns-4 .footer-column-4 {
	width:26%
}

.menu-footer-locations-container ul {
	columns:2;
}
  
}

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

	/*.home .site-header {
  		height: 550px;
  		background-position: right center;
	}*/
.site-header .search_div{
	margin-left:15px;
}
.site-header .search-form{
	width:100%;
}
.main-navigation {
  background: #fff;
  box-shadow: rgba(0,0,0,.12) 3px 3px 15px;
  width: 100%;
}

.main-navigation ul.menu li li:last-child {
  border-bottom: none;
}

.main-navigation a {
	padding: 15px 0;
	line-height: 18px !important;
	margin: 0;
	border-right: 0;
	background: none;
}

.main-navigation .menu-main-container {
  padding-right: 0px;
}

.menu-button a {
	color: #1a252c !important;
}

.main-navigation ul.menu {
	padding: 4px 20px 4px 25px;
	flex-direction:column;
}
.header-content .social-media ul {
  margin: 5px 0px 14px 20px;
}                               
.main-navigation ul.menu li {
	border-bottom: 1px solid rgba( 120,138,175,0.15);
}

.main-navigation ul.menu li.menu-item-has-children > a.show-child{
	width:100%;
	text-align: right;
}
.main-navigation ul.menu li.menu-item-has-children > a.show-child i {
	font-size: 18px;
	line-height: 20px;
}

.main-navigation ul ul {
	padding: 0 0 0 25px;
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 15px 0;
}

.main-navigation ul ul ul a {
	letter-spacing: 0;
	padding: 0;
}

.site-info .copyright {
    margin: 0px 0px 20px 0px;
    text-align: center;
    float: none;
}

.social-media {
    float: none;
    width: auto;
    text-align: center;
}

.social-media ul li a {
	margin-bottom: 10px;
}

.custom-row{
	flex-direction:column;
}
.custom-row .custom-text-column{
	width:100%;
	padding:5% 0;
	justify-content: center;
}
.custom-row.vc_row .custom-text-column .vc_column-inner {
	max-width: unset;
}
.custom-row .custom-image-column{
	width:100%;
}
.custom-row .custom-image-column .vc_column-inner{
	padding:20% 0;
}

.site-header .main-menu {
    margin-top: -3px;
}

}

@media (min-width: 1001px){
.vc_row.custom-shadow-row .wpb_single_image {
	max-height: 150px;
	min-height: 150px;
}
	
.vc_col-sm-4 {
  width: 33.33333333% !important;
}
.center-button {
	text-align: center;
}

.vc_col-sm-8 {
  width: 66.66666667%;
}
.entry-date-section br{
display:none;
}
}

@media (max-width: 1000px) {
.vc_col-sm-4 {
  width: 100% !important;
}
.vc_col-sm-3 {
  width: 50% !important;
}
/*
.vc_col-sm-6 {
    width: 100% !important;
}
*/
.vc_col-sm-8 {
  width: 100% !important;
}

.mobile-reverse-order {
	display: flex;
	flex-direction: column;
}

.mobile-reverse-order .wpb_column:first-child {
	order: 2;
}

.mobile-reverse-order .wpb_column:last-child {
	order: 1;
}

.home-special-pad {
	padding-top: 0;
}

.slick-next {
  display: none !important;
}

.slick-prev {
  display: none !important;
}

.process-row {
text-align: center;
}

.process-row .wpb_content_element {

	max-width:700px;
	margin-left: auto;
	margin-right:auto;
	}
	
	.service-hero-height {
  height: 350px;
}
	
}

@media screen and ( min-width: 969px ) {
	.page-template-page-blank .top-navigation{
		display:none;
	}
}
@media screen and ( max-width: 968px ) {

.follow {
font-size: 15px;
}

ul.social-links li a {
  font-size: 24px !important;
  width: 44px !important;
  height: 44px !important;
  line-height: 44px !important;
}
  
.site-header .site-logo {
  width: 280px;
}
.page-template-page-blank .site-header{
	padding:0;
}	

.site-header .site-notice {
	text-align: center;
}

.top-bar-inner {
    display: block;
    }
	
	
#page .row-blank-header .blank-logo{
	margin-bottom:5px;
}
#page .row-blank-header .blank-logo,
#page .row-blank-header .blank-phone{
	text-align: center;
}

.menu-neighborhoods-container ul {
	columns: 4;
}
#menu-header-additional-menu {
	flex-direction:column;
}
#menu-header-additional-menu li a{
	flex-direction: row;
	justify-content: flex-start;
	padding:16px 40px 16px 24px;
	position:relative;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	box-shadow: none;
}
#menu-header-additional-menu li a:before{
	margin:0 18px 0 0;
}
#menu-header-additional-menu li a:after{
	content:"arrow_forward";
	/*width:24px;
	height:24px;
	background:url(images/arrow.svg);*/
	position: absolute;
	right: 10px;
	top: calc(50% - 12px);
}
}


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

	
body {
	font-size: 17px;
	line-height: 1.5;
}

    .search-form {
        max-width: 100%;
    }
    
    .search-form .search-field {
        padding: 10px 40px 10px 15px !important;
    }

.blog_archive_posts article {
        flex: 0 0 50%;
        max-width: 50%;
    }

.vc_col-sm-3 {
  width: 100% !important;
}

.main-navigation {
  width: 100%;
  }

.nine50 {
  text-align: left;
  }

.site-header .search-wrap {
	margin: 0px auto 10px auto;
}

.page-header {
	padding: 50px 0px;
}

.page-header .page-title {
	font-size: 40px;
}

.menu-neighborhoods-container ul {
	columns: 3;
}

h2 {
  line-height: 1.3em;
  font-size: 30px;
}

h1 {
  line-height: 1.3em;
  font-size: 30px;
}

.big2 h2 {
  line-height: 1.3em;
  font-size: 30px;
}

.contact-standout {
    margin: 10px 0px;
    padding: 0% !important;
    box-shadow: none;
}

.accord-pad {
  padding: 0;
}

.text-space {
  padding: 0;
}

.hero {
	font-size: 44px;
	line-height: 54px;
}

.section-highlight .wpb_column > .vc_column-inner > .wpb_wrapper {
    padding: 0px 4px 30px 4px; 
}

.philosophy {
  margin-top: 0px;
  margin-right: 0px;
}


body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    line-height: 1;
    min-height: 1rem;
}

.custom-row.vc_row .custom-text-column .vc_column-inner {
	padding: 0 30px
}
.menu-other-locations-box.menu-columns ul.menu{
	columns:unset;
}
.menu-locations-columns2 .menu-other-locations-box ul.menu{
	columns:unset;
}
.services-boxes .wpb_text_column {
	min-height:unset;
}
}

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


	/*.home .site-header {
  		height: 500px;
  		background-position: right center;
	}*/

.footer-cta-right {
    float: left; 
    }

.footer-cta-left {
	display: none;
}

.long2 h2 {
	font-size:26px;
}

}
@media screen and ( max-width: 600px ) {
	.vc_row.custom-shadow-row .wpb_text_column{
		height:auto;
	}
	/*.header-left{
		flex-direction: column;
		align-items: normal;
	}*/
	.site-header .search_div{
		margin:0 0 10px 0;
	}
}


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


   .blog_archive_posts article {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    
.frm_fields_container > .frm_form_field {
  grid-column: 1 / span 12 !important;
  }
 
 .frm4, .frm_third, .frm_form_field.frm_two_fifths, .frm_form_field.frm4, .frm_submit.frm4, .frm_form_field.frm_left_third, .frm_form_field.frm_third, .frm_submit.frm_third, .frm_form_field.frm_right_third, .frm_form_field.frm_first_third, .frm_form_field.frm_last_third {
	 grid-column: 1 / span 12 !important;
}
  
	.service-hero-height {
  height: 300px;
}

.site-header .site-logo {
    max-width: 340px;
}
   
   .long2 h2 {
	font-size:22px;
}

.menu-neighborhoods-container ul {
	columns: 2;
}

.hero-text {
	font-size: 16px;
	line-height: 28px;
}

.page-header {
	padding: 40px 0px;
	background: none !important;
	background-color: #f5f5f5 !important;
}

.page-header .page-title {
	font-size: 32px;
	line-height: 44px;
}

p.contact {
	font-size: 18px;
}

.button-light {
    margin: 10px 0px;
    width: 100%;
}

.button-doctors {
    margin: 10px 0px;
    width: 100%;
}

.button-alt {
    margin: 10px 0px;
    width: 100%;
}

.button {
	margin: 10px 0px;
	width: 100%;
}

.top-navigation ul.top-menu > li.top-menu__button > a {
    padding-left: 12px !important;
}

.top-navigation a {
    padding: 10px 5px;
}

}

@media screen and ( max-width: 401px ) {
.transparent-fleet-header .site-header {
  height: 320px;
}

/*.home .site-header {
  height: 320px;
  background-position: right -20px top;
}

.site-header .site-logo {
    margin-right: 20px;
}*/
}

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


.site-header .site-logo {
  width: 220px;
}

/*.home .site-header {
  height: 260px;
  background-position: right -20px top;
}*/

.site-header .menu-toggle {
	font-size: 18px;
}

.wrap-forms {
    box-shadow: none;
    padding: 15px;
}
.custom-row.vc_row .custom-text-column .vc_column-inner {
	padding: 0 20px
}

.jet-type {
  width: 128px;
  }
}


/*--------------------------------------------------------------
Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer {
		display: none !important;
	}

	.entry-footer,
	#comments {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page-title,
	.entry-title {
		font-size: 10pt;
	}

	/* Posts */

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a {
		color: #1d3544 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}
}