/*
	Theme Name: Doctors on Liens
	Description: A mobile responsive and HTML5 theme for Doctors on Liens, based on Minimum Pro from StudioPress
	Author: GreenMellen Media
	Author URI: http://www.greenmellenmedia.com/

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Featured Post Grid
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #7E7E7E;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #4271ff;
	color: #fff;
}

::selection {
	background-color: #4271ff;
	color: #fff;
}

a {
	color: #4271ff;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
}

a:hover {
	color: #43b778;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 400;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


cite {
	font-style: normal;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4271ff;
	font-family: "Roboto", sans-serif;
 	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 15px;
}

h1 {
	font-size: 45px;
	font-weight: 500;
}

h2 {
	font-size: 40px;
	font-weight: 500;
}

h3 {
	font-size: 30px;
	font-weight: 500;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;

}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
    height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #7E7E7E;
	border-radius: 8px;
	box-shadow: none;
	color: #43b778;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #43b778;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #7E7E7E;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #7E7E7E;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.fl-builder-content .fl-row .fl-row-content-wrap .fl-button-wrap a.fl-button {
	background-color: #43b778;
	font-size: 14px;
	letter-spacing: 1px;
	border: none;
	box-shadow: none;
	color: #333;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	padding: 12px 35px;
	text-transform: uppercase;
	width: auto;
	border-radius: 8px;
	transition: all .4s ease-in-out;
}

.fl-builder-content .fl-row .fl-row-content-wrap .fl-button-wrap a.fl-button *,
.fl-builder-content .fl-row .fl-row-content-wrap .fl-button-wrap a.fl-button:visited * {
	color: #FFF;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover,
.fl-builder-content .fl-row .entry-content .fl-button-wrap a.fl-button:hover {
	background-color:#4271ff;
	color: #FFF;
}

.fl-builder-content .fl-row .fl-row-content-wrap .fl-button-wrap a.fl-button:hover *,
.fl-builder-content .fl-row .fl-row-content-wrap .fl-button-wrap a.fl-button:hover:visited * {
	color: #FFF;
}

.entry-content .button:hover {
	color: #fff;
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 100%;
}

.site-inner {
	background-color: #fff;
	clear: both;
}

.full-right .fl-col-content {
    max-width: 450px!important;
}

.full-left .fl-col-content {
    max-width: 570px!important;
    margin: 0 0 0 auto!important;
}


/* Column Widths and Positions
--------------------------------------------- */



/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 72px;
	margin-right: 24px;
	width: 72px;
}

.entry-comments .avatar {
	height: 48px;
	width: 48px;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form {
	overflow: hidden;
	padding: 3px;
	width: 100%;
}

.sticky {
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

a.alignleft,
a.alignright {
	border: none;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.gallery-caption {
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */


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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="tel"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea {
	font-size: 14px;
	border: 1px solid #7E7E7E;
	border-radius: 0;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
	border-radius: 0;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px!important;
	background: #43b778!important;
	padding: 15px 37px!important;
    letter-spacing: 2px!important;
    border-radius: 8px!important;
    color: #FFF!important;
    font-family: 'Raleway', sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
}

.gform_fields {
	row-gap: 20px!important;
	column-gap: 20px!important;
}

.gform_heading {
	display: none!important;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
}

#responsive-menu-icon::before {
	color: #43b778;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}

.current-menu-ancestor .fl-has-submenu-container > a,
.menu-item.focus > a {
    color: #43B778 !important;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry-header {	
	display: none;

}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}

.entry-meta a {
	border: none;
	font-weight: 300;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}


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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 60px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

 /* Custom Styles  */

 .post-edit-link {
	display: none;
 }

.fl-rich-text strong {
    color: #43B778;
}

.arrow-list ul li {
	display: flex;
	gap: 10px;
    line-height: 2;
}

.arrow-list ul li::before {
	content: "\f15e";
	font-family: 'dashicons';
	color: #43B778;
	font-size: 30px;
	line-height: 1.25;
}

 /* Pagination  */

.fl-builder-pagination li a.page-numbers,
.fl-builder-pagination li span.current {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
}

.fl-builder-pagination li a.page-numbers:hover,
.fl-builder-pagination li span.current {
	background: none!important;	
	border: 0!important;
}

.fl-builder-pagination li a.page-numbers, .fl-builder-pagination li span.page-numbers {
	border: 0!important;
    padding: 0 10px;
    margin: 0;
}

/*  Member Since Tag  */

.member-column {
	position: relative;
}

.member-since-tag {
	background: #575757;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    padding: 4px 15px;
    max-width: fit-content;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .9;
}

.network-tab {
	background: #E6E047;
	border-top-right-radius: 15px;    
    padding: 15px 25px;
    max-width: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.network-tab p {
	margin: 0;
}

.network-tab .network-title {
	color: #08135A!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.network-tab .network-number {
	font-size: 35px;
    line-height: 1.2;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
	color: #08135A!important;
}

.fl-builder-edit .member-since-tag,
.fl-builder-edit .network-tab {
	position: relative;
}

/* How This Works List  */

 .how-list ol.fl-list-ordered {
	margin: 0!important;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
 }

 .how-list ol.fl-list-ordered,
 .how-list ol.fl-list-ordered li {
	list-style-type: none;
 }

 .how-list ol.fl-list-ordered .fl-list-item-heading-icon {
	background: #4271FF;
  width: 40px;
  height: 40px;
  display: grid;
  padding: 5px 0;
  text-align: center;
  align-items: center;
  border-radius: 40px;
  font-size: 25px;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
	margin: 0 10px 0 0;
 }

.how-list h5 {
	color: #4271FF;
	border-bottom: 1px solid #4271FF;
	padding-bottom: 10px;
	max-width: 250px;
	margin: 0 auto 20px;
}

.how-list .fl-list-item-content {
	font-size: 18px;
    font-weight: 700;
}

/* Search By Buttons  */

.search-button strong {
    color: #43B778!important;
    text-transform: none!important;
    font-weight: bold!important;
    font-size: 18px!important;
}

.search-button .fl-icon-wrap {
    max-width: 260px;
    border: 1px solid #43B778;
    display: grid;
    align-content: center;
    grid-template-columns: 50px auto;
    border-radius: 28px;
    padding: 20px;
	transition: all .4s ease-in-out;
}

.search-button .fl-icon-wrap:hover {
	 border: 1px solid #43B778;
}

.search-button .fl-icon {
    background: #43B778;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 25px;
    margin: 0 auto;
    display: grid;
    align-items: center;
}

.search-button .fl-icon i {
	float: none;
}

.search-button .fl-icon-text {
    align-items: center;
    height: 100%!important;
    display: grid;
}


/* Testimonial Slider  */

.testimonial-slide {
	background: #E5EAEB;
    padding: 40px 160px;
    min-height: 340px !important;
    display: grid !important;
    align-items: center;
}

.testimonial-content {
	color: rgb(30, 102, 51);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.5px;
    text-align: center;
	margin: 0 0 20px;
}

.testimonial-author-info {
	text-align: center;
}

.testimonial-author-info h5 {
	margin: 0;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
	border: none;
	background: transparent;
    color: #43B778;
	font-size: 20px;
    cursor: pointer;
    padding: 0;
    width: auto;
    height: auto;
	font-weight: 900;
}
            
.testimonial-slider .slick-prev {
	left: 20px;
}
            
.testimonial-slider .slick-next {
	right: 20px;
}

.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
	display: none;
}
            
.testimonial-slider .slick-prev:hover,
.testimonial-slider .slick-next:hover {
	opacity: 0.8;
}


 /* FacetWP Styles */

.facetwp-facet-title {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.facetwp-counter {
	display: none;
}

.facetwp-display-value {
	font-size: 16px;
	color: #7E7E7E;
}

.facetwp-checkbox {
	line-height: 1;
    background-position: 0 2px!important;
	margin-bottom: 10px!important;
}

.facetwp-alpha {
	font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 2px;
    text-transform: uppercase;
	color: #858585;
}

.facetwp-alpha.available {
    color: #858585!important;
    cursor: pointer;
}

.facetwp-facet.facetwp-facet-search_a_z .facetwp-link:first-of-type {
	color: #B9B9B9!important;
}

.facetwp-type-alpha {
    margin-bottom: 0!important;
    display: flex;
    justify-content: space-between;
}

.facetwp-alpha:hover,
.facetwp-alpha.selected {
    color: #43B778 !important;
    font-weight: bold;
}

.fl-post-grid-post.dol_doctors .fl-post-image a img {
	margin-bottom: 7px;
}

.facetwp-facet-saturday_hours .facetwp-display-value {
    font-size: 0;
}

.facetwp-facet-saturday_hours .facetwp-display-value:before {
    content: "Saturday Hours";
    font-size: 14px; /* adjust to match your theme */
}


 /* Single Blog Post  */

 ul.single-post-meta {
	margin: 0;
 }

 ul.single-post-meta li {
	list-style-type: none;
	display: inline;
	margin: 0 5px 0 0;
 }

 .nav-links {
	justify-content: space-between;
 }

.post-nav-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.post-nav-wrap .arrow {
	color: #43B778;
	font-size: 20px;
}

.post-nav-wrap .post-direction {
	color: #7E7E7E;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
}

.nav-previous .post-title,
.nav-next .post-title {
	font-size: 18px;
}

.nav-previous, 
.nav-next {
	max-width: 320px;
}

.nav-next .post-nav-wrap {
	    justify-content: flex-end;
}


/*  Custom Search Bar  */

    
.enhanced-search-wrapper {
    margin: 20px 0;
}
    
.enhanced-search-form .search-container {
    display: flex;
    align-items: stretch;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    /* overflow: hidden; */
    max-width: 100%;
    margin: 0 auto;
    border: 4px solid #43B778;
    }
    
    .enhanced-search-form .search-field {
        flex: 1;
        position: relative;
        display: flex;
        align-items: center;
        border-right: 1px solid #e1e5e9;
        min-height: 60px;
    }
    
    .enhanced-search-form .search-field:last-of-type {
        border-right: none;
    }
    
    .enhanced-search-form .field-icon {
        position: absolute;
        left: 15px;
        color: #BFBFBF;
        z-index: 2;
        pointer-events: none;
    }
    
    .enhanced-search-form .search-input,
    .enhanced-search-form .search-select {
        width: 100%;
        padding: 18px 20px 18px 40px;
        border: none;
        background: transparent;
        font-size: 16px;
        outline: none;
        color: #7E7E7E;
        font-family: "Roboto", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
    }
    
    .enhanced-search-form .search-input::placeholder {
        color: #7E7E7E;
        font-weight: 400;
    }
    
    .enhanced-search-form .search-select {
        cursor: pointer;
        appearance: none;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
        background-position: right 12px center;
        background-repeat: no-repeat;
        background-size: 16px;
        padding-right: 40px;
    }
    
    .enhanced-search-form .search-button {
        background: #43B778;
        color: white;
        border: none;
        padding: 18px 35px;
        font-weight: 600;
        cursor: pointer;
        font-size: 16px;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 8px;
        white-space: nowrap;
        font-family: inherit;
		border-radius: 0;
    }
    
    .enhanced-search-form .search-button:hover {
        background: #43B778;
        transform: translateY(-1px);
    }
    
    .enhanced-search-form .search-button:active {
        transform: translateY(0);
    }
    
    .enhanced-search-form .button-loader svg {
        animation: spin 1s linear infinite;
    }
    
    @keyframes spin {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }
    
    /* Suggestions dropdown */
    .enhanced-search-form .suggestions-container {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        border: 1px solid #e1e5e9;
        border-top: none;
        border-radius: 0 0 8px 8px;
        max-height: 200px;
        overflow-y: auto;
        z-index: 1000;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        display: none;
    }
    
    .enhanced-search-form .suggestion-item {
        padding: 12px 20px 12px 50px;
        cursor: pointer;
        border-bottom: 1px solid #f1f3f4;
        transition: background 0.2s;
    }
    
    .enhanced-search-form .suggestion-item:hover {
        background: #f8f9fa;
    }
    
    .enhanced-search-form .suggestion-item:last-child {
        border-bottom: none;
    }
    

/* Search By Location */
    
.locations-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
/* 	max-width: 820px; */
    margin: 30px auto 0;
}

.locations-grid .location-card,
.facilities-grid .facility-card {
    max-width: 260px;
    border: 1px solid #43B778;
    display: grid;
    align-items: center;
    grid-template-columns: 45px auto;
    border-radius: 28px;
    padding: 20px;
    transition: all .4s ease-in-out;
	grid-gap: 10px;
}

.locations-grid .location-card .fl-icon,
.facilities-grid .facility-card .fl-icon {
    background: #43B778;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 25px;
    margin: 0 auto;
    display: grid;
    align-items: center;
}

.locations-grid .location-card .fl-icon a,
.facilities-grid .facility-card .fl-icon a {
	display: grid;
	font-size: 16px;
	color: #FFF;
}

.location-card h3,
.facility-card h3 {
	font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
	line-height: 1.25;
	margin: 0;
}

.zone-filters {
	display: flex;
    justify-content: space-evenly;
    max-width: 425px;
    margin: 0 auto 20px;
    align-items: center;
}

.alpha-filters {
	display: flex;
    justify-content: space-evenly;
    max-width: 940px;
    margin: 0 auto 20px;
    align-items: center;
}

.zone-filter-option,
.alpha-filter-item {
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	font-size: 16px;
    text-transform: uppercase;
    color: #ACA9A9;
    letter-spacing: 2px;
}

.zone-filter-option:hover,
.alpha-filter-item:hover,
.zone-filter-option.active,
.alpha-filter-item.active {
	color: #43B778;
}

.zone-filter-option input,
.alpha-filter-item input {
	display: none;
}

.zone-filter-section,
.alpha-filter-section {
	border-bottom: 1px solid #ACA9A9;
	margin-bottom: 20px;
}

#selected-zone-heading {
	text-align: center;
}

#selected-zone-heading h2 {
	font-size: 25px;
    letter-spacing: 1px;
}

#selected-zone-heading h2 .zone-heading-num,
#selected-zone-heading h2 span {
	color: #ACA9A9;
}

.facilities-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	max-width: 820px;
    margin: 30px auto 0;
}

.location-filter-item,
.specialty-filter-item {
	width: 100%;
	font-size: 14px;
	display: grid;
    grid-template-columns: 14px 1fr;
    grid-gap: 5px;
    align-items: start;
    line-height: 1.2;
    margin-bottom: 5px;
}

/* .fl-speciali {
	display: grid;
    grid-gap: 20px;
	max-width: 510px;
    grid-template-columns: 1fr 1fr;
}

.fl-speciali li {
list-style-type: none;
    max-width: 245px;
    border: 1px solid #E6E047;
    border-radius: 28px;
    padding: 25px 20px;
    color: #000A4A;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
} */

/* Single Doctor Template  */

.bio-details ul li {
    font-family: "Roboto", sans-serif;
	list-style-type: none;
    font-weight: 600;
	color: #7E7E7E;
	letter-spacing: 1px;
}

.bio-details ul li strong {
	color: #43B778;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.member-since-tag.single-doc {
	max-width: 100%;
	position: relative;
	text-align: center;
}

/* Team  */

.team-grid .fl-post-grid-post {
	overflow: visible!important;
}

/* Set positioning context */
.team-grid .fl-module-post-grid {
    position: relative;
    z-index: 1;
}

.team-grid .fl-post-grid {
    position: relative;
    z-index: 1;
}

.team-grid .fl-post-text {
    position: relative;
    z-index: 1;
}

/* Bio styling - Dynamic margin will be set by JavaScript */
.bio {
    display: none !important;
    position: relative !important;
    background: #ffffff !important;
    margin-top: 10px !important;
    z-index: 999999 !important;
}

/* When bio is shown */
.bio.show {
    display: block !important;
}

.bio-button {
    cursor: pointer;
	color: #7E7E7E;
	margin-top: 10px;
    user-select: none;
    font-weight: 600;
    display: inline-block;
    padding: 0;
	font-size: 14px;
	letter-spacing: 1px;
	display: flex;
	transition: all .4s ease-in-out;
}

.bio-button:hover {
    color: #43B778;
}

.bio-button:after {
	content: "\f139";
	font-family: 'dashicons';
	font-size: 20px;
	margin: -5px 0 0;
}

.bio-button.bio-active {
	color: #43B778;
}

.bio-button.bio-active:after {
	content: "\f140";
	font-family: 'dashicons';
	font-size: 20px;
}

/* Close button */
.bio-close {
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
    color: #666;
    background: none;
    border: none;
    padding: 5px;
    line-height: 1;
    font-weight: bold;
}

.bio-close:hover {
    color: #333;
}

/* Content styling */
.bio-content {
    max-width: 800px;
    line-height: 1.6;
}

.team-grid .name {
	display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
}

.team-grid .name h2 {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 1;
}

.team-grid .job-title {
	line-height: 1;
	font-size: 16px;
}

.team-grid .name .email-address {
	line-height: 1;
	font-size: 15px;
}

.team-grid .name .email-address i {
	color: #43B778;
}

/* Events  */

.tribe-events-pro-photo__event .tribe-events-pro-photo__event-date-tag {
    background: #43B778;
    padding: 15px;
    margin: -90px 0 0;
        height: 78px;
    width: 90px !important;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    border-top-right-radius: 15px;
	color: #43B778;
	font-family: "Roboto", sans-serif;
	font-weight: 600;
}

.tribe-events-pro-photo__event-date-tag-daynum {
	font-weight: 800;
	font-family: "Roboto", sans-serif;
	grid-area: 1/1;
	font-size: 24px!important;
}

.tribe-events-pro .tribe-events-pro-photo__event-date-tag-datetime {
    display: grid!important;
}

.tribe-events-pro .tribe-events-pro-photo__event-details-wrapper {
    display: block!important;
    z-index: 9;
    position: relative;
	text-align: center;
	margin-top: 12px;
}

.tribe-events-pro-photo__event-datetime {
	    font-size: 16px;
    color: #7E7E7E;
    font-family: "Roboto", sans-serif;
     line-height: 1.25;
    letter-spacing: 1px;
}

h3.tribe-events-pro-photo__event-title {
	font-size: 18px;
	font-weight: bold;
}

h3.tribe-events-pro-photo__event-title a {
	color: #43B778 !important;
    letter-spacing: 1px !important;
}

.tribe-events-pro .tribe-events-pro-photo__event-details {
    margin-top: 0px!important;
}

.tribe-events-pro-photo__event-details {
    border: 1px solid #43B778 !important;
    padding: 20px 0 0 !important;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.tribe-events-pro-photo__event-featured-image-wrapper {
	margin-bottom: 0!important;
}

.tribe-common button {
    padding: 8px 15px!important;
}

.tribe-events-c-view-selector__content,
.tribe-events-c-subscribe-dropdown__container,
.tribe-events-pro-photo__event-cost,
.tribe-events-single-section-title {
	display: none!important;
}

.tribe-events-c-search__button {
	background: transparent!important;
}

.tribe-events-meta-group.tribe-events-meta-group-venue,
.fl-module .tribe-events-meta-group dd,
.fl-module .tribe-events-meta-group dl  {
	margin: 0!important;
	padding: 0!important;
}

button.tribe-common-c-btn-icon--caret-right,
button.tribe-events-c-nav__next,
a.tribe-events-c-top-bar__today-button,
a.tribe-events-c-nav__prev {
	background: transparent!important;
	padding: 0!important;
	font-family: 'Raleway', sans-serif!important;
  font-weight: 700!important;
  text-transform: uppercase!important;
	font-size: 14px!important;
    letter-spacing: 1px!important;
}

button.tribe-common-c-btn-icon--caret-right:hover,
button.tribe-events-c-nav__next:hover,
a.tribe-events-c-top-bar__today-button:hover,
a.tribe-events-c-nav__prev:hover {
	color: #43B778!important;	
}

.tribe-events-pro-photo__event-details-wrapper .event-link {
	border-top: 1px solid #43B778!important;
      padding: 15px 0;
    margin: 20px 0 0;
}

.tribe-events-pro-photo__event-details-wrapper .event-link a {
	font-size: 14px;
  color: #7E7E7E;
  font-family: "Roboto", sans-serif;
  line-height: 1.25;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}

.event-details-date-price ul {
	margin: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.event-details-date-price ul li {
	display: inline;
}

.event-details-date-price ul li strong {
	display: block;
}

.event-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.event-date-time .icon {
	color: #43B778;
	font-size: 22px;
	margin-right: 10px;
}

.event-date-time {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}

.event-info .event-price strong {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	display: block;
}

.event-info .event-price {
	color: #43B778;
	font-size: 25px;
	font-weight: 600;
	display: block;
}

.event-date-time .date {
	margin-bottom: 10px;
}


/* Search Results Map  */

.search-results-map-container {
        margin-bottom: 30px;
    }
    
    .map-header p {
    margin-bottom: 0;
    color: #7E7E7E;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
    }
    
/*     .specialty-filter, .location-filter {
        font-weight: normal;
        color: #7E7E7E;
        font-size: 0.9em;
        margin-top: 5px;
    } */
    
    .map-and-results-container {
        display: flex;
        gap: 20px;
        margin: 0;
    }
    
    .results-sidebar {
        flex: 1;
        max-width: 550px;
        min-width: 450px;
			background: #F2F8FC;
    }
    
    .map-container {
        flex: 2;
        min-width: 400px;
        position: relative;
    }
    
    .sidebar-header {
/*         margin-bottom: 20px; */
        padding: 25px 35px 0;
    }

.sidebar-header strong {
	font-weight: 900;
}
    
    .results-list {
			min-height: 800px;
        max-height: 800px;
        overflow-y: auto;
            padding: 30px;
    }
    
    .results-list::-webkit-scrollbar {
        width: 8px;
    }
    
    .results-list::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }
    
    .results-list::-webkit-scrollbar-thumb {
        background: #c1c1c1;
        border-radius: 4px;
    }
    
    .results-list::-webkit-scrollbar-thumb:hover {
        background: #a8a8a8;
    }
    
    .map-control-btn {
			color: #4271FF;
			background: transparent;
			padding: 0;
      border: none;
      cursor: pointer;
      font-size: 14px;
    }
    
    .map-control-btn:hover {
			background: transparent;
			color: #4271FF;
    }
    
    .map-control-btn:disabled {
        color: #ccc;
        cursor: not-allowed;
    }
    
    .results-count {
        color: #7E7E7E;
        font-size: 11px;
    }
    
    .doctor-result {
        padding: 35px;
        margin-bottom: 15px;
        border-radius: 10px;
        background: #FFFFFF;
        transition: all 0.3s;
        cursor: pointer;
    }
    
    .doctor-result:hover {
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    
    .doctor-result.selected {
        box-shadow: 0 2px 12px rgba(0,0,0,0.2);
    }
    
    .doctor-header {
        display: grid;
			grid-template-columns: auto 1fr;
			grid-gap: 25px;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }

.doctor-header .no-image {
	display: none;
}

.doctor-header img {
	max-width: 110px!important;
}
    
    .doctor-header h4 {
        margin: 0;
			font-weight: bold;
			font-size: 24px;
        color: #000A4A;
    }
    
    .doctor-header h4 a {
        text-decoration: none;
        color: #000A4A;
    }
    
    .doctor-header h4 a:hover {
        text-decoration: underline;
    }
    
    .member-since {
        background: #e7f3ff;
        color: #0066cc;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
    }

/* .doctor-result .doctor-details {
    display: grid;
    grid-template-columns: 35% 65%;
} */
    
    .doctor-details p {
        line-height: 1.5;
			margin: 0;
    }
    
    /* .doctor-result .doctor-details p.address {
        grid-area: 1 / span 2;
        margin-bottom: 8px;
    } */

    .doctor-details .hours:before {
        content: 'Hours:';
        margin-right: 5px;
    }

        .doctor-details .hours p {
            display: inline;
        }

    .doctor-details a {
        color:#000A4A;
        text-decoration: none;
    }
    
    .doctor-details a:hover {
        text-decoration: underline;
    }

.book-appointment {
    margin: 15px 0;
    text-align: center;
    width: 100%;
}

a.appointment-button {
        background-color: #43b778;
        font-size: 14px;
        letter-spacing: 1px;
        border: none;
        box-shadow: none;
        color: #FFF;
        cursor: pointer;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        padding: 12px 25px;
        text-transform: uppercase;
        width: 100%;
        display: block;
        border-radius: 8px;
        transition: all .4s ease-in-out;
    }
    
    .map-loading {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.95);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        z-index: 1000;
    }
    
    .loading-spinner {
        text-align: center;
        padding: 30px;
        background: white;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15);
        max-width: 300px;
    }
    
    .spinner {
        width: 40px;
        height: 40px;
        border: 4px solid #f3f3f3;
        border-radius: 50%;
        border-top: 4px solid #000A4A;
        animation: spin 1s linear infinite;
        margin: 0 auto 15px;
    }
    
    .loading-text {
        color: #333;
        font-size: 14px;
        line-height: 1.4;
    }
    
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    
    /* Google Maps Info Window Styling */

        .gm-style-iw-chr {
        height: 30px!important;
    }
    .gm-style .gm-style-iw-c {
        padding: 0!important;
    }
    
    .gm-style .gm-style-iw-d {
        overflow: auto !important;
			padding: 0 25px 25px!important;
    }
    
.search-area-btn {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background: white;
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.search-area-btn:hover {
    background: #f5f5f5;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.search-area-btn svg {
    flex-shrink: 0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.map-info-window {
	max-width: 380px!important;
}    

.map-info-window h4 {
			margin: 0;
			color: #000A4A;
			font-size: 18px;
			font-weight: 600;
			letter-spacing: 1px;
    }
    
    .map-info-window p {
        margin: 0;
        line-height: 1.4;
    }
    
    .map-info-window a {
        color: #000A4A;
        text-decoration: none;
    }
    
    .map-info-window a:hover {
        text-decoration: underline;
    }
    
   


.doctor-specialties.locations-grid p {
     font-weight: 900;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #4271FF;
    margin: 0;
}


.doctor-specialties.locations-grid {
    /* grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    max-width: 100%;
	    border-top: 1px solid #E5EAEB;
    padding: 20px 0 0;
    margin: 20px 0 0; */

        border: 0;
    width: auto;
    display: block;
    margin: 5px 0;

}

.doctor-specialties.locations-grid ul.location-card {
	/* padding: 15px;
	border-radius: 15px; */
   max-width: none;
    border: 0;
    display: block;
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    margin: 0 0 0 14px;
}

.doctor-specialties.locations-grid .location-card .fl-icon {
    /* background: #4271FF;
    width: 30px;
    height: 30px;
    color: #FFF;
    font-size: 12px;
    text-align: center; */
    display: none;
}



.doctor-specialties.locations-grid .location-card h3 {
	font-size: 12px;
	font-weight: 700;
}

.doctor-facilities .facilities-list {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	color: #000A4A;
}

.filter-header-accordion {
	display: flex;
    gap: 30px;
    margin: 12px 0 0;
}

.filter-header-accordion button {
	background: transparent;
	padding: 0;
	margin-bottom: 15px;
}

.filter-content-accordion {
	/* display: flex; */
    gap: 15px;
    border-radius: 0;
}

.filter-content-accordion .filter-group select {
	font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

.filter-accordion-toggle {
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0 0 5px;
}

.filter-accordion-toggle:hover {
    background: transparent;
    color: #000A4A;
}

.filter-header-accordion button:hover {
	color: #000A4A;
}

.filter-accordion-item .filter-accordion-body {
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr 1fr;
}

.filter-accordion-item .filter-accordion-body .filter-checkbox {
    margin-right: 5px;
    
}

.filter-checkbox-label {
    font-size: 14px;
}

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

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


}

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


	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-tagline-left,
	.site-tagline-right {
		float: none;
	}

	.site-tagline-left p {
		margin-bottom: 20px;
	}


	.nav-primary .wrap,
	.site-footer .wrap,
	.site-tagline {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-footer {
		padding: 40px 0;
	}

}

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

		.testimonial-slide {
    padding: 40px 70px;
	}
}

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

	
	
	
	
	
	h2 {
    font-size: 30px;
	}

	.fl-builder-content .fl-row .fl-col-content {
    	padding-left: 25px!important;
    	padding-right: 25px!important;
	}

	.genesis-nav-menu a {
		padding: 20px 10px;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.how-list ol.fl-list-ordered {
		grid-template-columns: 1fr;
    	grid-gap: 20px;
	}

	.how-list h5 {
		max-width: 100%;
	}

        .enhanced-search-form .search-container {
            flex-direction: column;
            border-radius: 8px;
        }
        
        .enhanced-search-form .search-field {
            border-right: none;
            border-bottom: 1px solid #e1e5e9;
            min-height: 50px;
        }
        
        .enhanced-search-form .search-field:last-of-type {
            border-bottom: none;
        }
        
        .enhanced-search-form .search-input,
        .enhanced-search-form .search-select {
            padding: 15px 20px 15px 50px;
            font-size: 16px; /* Prevents zoom on iOS */
        }
        
        .enhanced-search-form .search-button {
            padding: 15px 20px;
            justify-content: center;
        }

		.bio.show {
			width: 100%!important;
			margin-left: 0!important;
		}


		.bio-content {
			max-width: 100%!important;
		}


	
        .map-and-results-container {
            flex-direction: column;
        }
        
        .results-sidebar {
            max-width: none;
            min-width: auto;
            order: 2;
        }
        
        .map-container {
            min-width: auto;
            order: 1;
        }
        
        .sidebar-header {
            flex-direction: column;
            gap: 10px;
            text-align: center;
        }
        
        .map-control-btn {
            width: 100%;
        }
        
        .results-list {
            max-height: 400px;
        }
        
        .doctor-header {
            flex-direction: column;
            align-items: flex-start;
        }
        
        .member-since {
            margin-top: 10px;
        }
    }

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



}


@media (max-width: 480px) {
        .custom-search-form .search-container {
            margin: 0 10px;
        }
        
        .custom-search-form .field-icon {
            left: 12px;
        }
        
        .custom-search-form .search-input,
        .custom-search-form .search-select {
            padding: 15px 15px 15px 40px;
        }
        
        .custom-search-form .suggestion-item {
            padding: 12px 15px 12px 40px;
        }
}
















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

	

}