/****  Style Sheet for NAME HERE *****/

/* Dropdown Menus */
/* ===== Top ===== */
#navigation .current-menu-item a {
    color: #058eae;
}
#navigation ul {
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content:center;
    flex-direction: column;
}
#navigation ul li {
    display:inline-block;
    text-align:left;
}
/* ===== First Level ===== */				
#navigation ul li {
    position:relative;
    padding:0;
    margin:0;
}
#navigation ul ul li {
    border:none;
}
#navigation ul li a {
    margin-bottom: 0;
    color: #333;
    display: inline-block;
    font-size: 30px;
    line-height: 1em;
    padding:12px 20px;
    font-weight:700;
    font-family: 'Playfair Display', serif;
    text-decoration: none;
    letter-spacing:0;
    border-bottom: unset;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
}
#navigation ul li:hover a {
    color: #058eae;
    background-color: #eceff1;
}
#navigation ul ul,#navigation ul li:hover ul ul {
    position:absolute;
    display:none;
}
#navigation ul ul li:hover ul,#navigation ul li:hover ul li:hover ul { 
    display:block;
    top:0px;left: 100%;
}
/* ===== Second and Third Level ===== */
#navigation ul li:hover ul {
    display:block;
    position:absolute;
    left:0;
    top:100%;
    width:auto;
    height:auto;
    margin:0;
    padding:0;
}
#navigation ul ul ul {
    background:#e4e4e4 !important;
    border-color:#e4e4e4 !important;
    margin-left:-14px;
}
#navigation ul ul li a {
    font-family:Montserrat, sans-serif;
    float:none;
    line-height:normal;
    font-variant:normal;
    font-weight:400;
    font-size:16px;
    color:#000 !important;
    text-transform:none;
    padding:13px 27px;
    background:#eceff1 !important;
    border-bottom: unset;
    padding: 10px 20px 10px 50px;
    text-decoration:underline;
}
#navigation ul ul li:hover a {
    color: #75bf42 !important;
}
#navigation ul ul li:hover ul li a {
    color:#333 !important;
    background:#ddd !important;
}
#navigation ul ul li:hover ul li:hover a {
    color:#ddd;
    background:#dfe55f !important;
}
.menu-item-has-children > a:after {
    color: #f16b24;
    content: '\e603';
    font-size: 12px;
    vertical-align: 1px;
    font-family: 'webflow-icons';
    margin-left:5px;
}
.thumb-wrap img {
    max-width: 100%;
    width: 350px;
}
/* Font Resizer fix in Edge */
_:-ms-lang(x), .a11y-toggle-fontsize, .a11y-toggle-contrast, .a11y-toggle-grayscale {
    display:block;
    background:#e2e2e2;
    padding:10px;
    color:#000;
}

.menu-item-5784 .sub-menu{
    max-height: 500px;
    overflow-y: auto;
}



/*@media (max-width: 991px) {*/
    .menu-item-has-children > a:after {
    display:none;
    }
    #navigation ul{
        display:block;
    }
    #navigation ul li {
        float:none;
        width:100%;
        display:block;
        text-align:center;
        background: #fff;
    }
    #navigation ul li:hover ul{
        display:none;
    }
    .menu-main-navigation-container>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .menu-main-navigation-container{background-color: #393be5;}
    #navigation ul li a {
        padding:30px 0px 10px 20px;
        text-align: left;
    }
    #navigation ul li {
        width:100%;
        text-align: left;}
    #navigation ul li ul {
        width: 100%;
        position: relative;
        padding-top: 0px;
        margin-top: 0px;
    }
    #navigation ul li:hover ul{
        position: relative;
        display: none;
    }
    #navigation ul ul li a{width: 100% !important;padding-right:50px;
    }
    #navigation ul li:hover a {
        width: 100%;
    }
    .menu li.has-children > a:after{
        display: none;
    }
    /*#navigation ul ul li:hover ul, #navigation ul li:hover ul li:hover ul {
        display: none;
    }*/
/* Drop Down Arrows  Mobile */
/* Drop Down Arrows */
#navigation > ul > li > a:hover,#navigation > ul > li.active > a,#navigation > ul > li.open > a {color: #eeeeee;background: #1fa0e4;background: -webkit-linear-gradient(#1fa0e4, #1992d1);background: -moz-linear-gradient(#1fa0e4, #1992d1);background: -o-linear-gradient(#1fa0e4, #1992d1);background: -ms-linear-gradient(#1fa0e4, #1992d1);background: linear-gradient(#1fa0e4, #1992d1);}
#navigation > ul > li.open > a {box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);border-bottom: 1px solid #1682ba;}
li.open .holder{transform: rotate(0);}
.holder{display: block;position: absolute;top: 10px;right: 0px;z-index: 1000;width: 60px;height: 60px;display: flex;justify-content: center;align-items: center;color: #222;transform: rotate(180deg);transition: all 350ms ease;}
    .holder::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    color: #222;
    }
    .holder::after{top: 17px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    }
    #navigation > ul > li > a:hover > span::after,#navigation > ul > li.active > a > span::after,#navigation > ul > li.open > a > span::after {
    border-color: #eeeeee;
    }
    .holder::before {
        top: 18px;
        border-top: 2px solid;
        border-left: 2px solid;
        border-top-color: inherit;
        border-left-color: inherit;
    }
    #navigation > ul > li > a:hover > span::after,#navigation > ul > li.active > a > span::after,#navigation > ul > li.open > a > span::after {
    border-color: #eeeeee;
    }
    #navigation ul ul li:hover > a,#navigation ul ul li.open > a,#navigation ul ul li.active > a {
    background: #424852;
    color: #ffffff;
    }
    #navigation > ul > li > ul > li.open:last-child > a,#navigation > ul > li > ul > li.last.open > a {
    border-bottom: 1px solid #32373e;
    }
    #navigation > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
    }
    #navigation ul ul li.active > a::after,#navigation ul ul li.open > a::after,#navigation ul ul li > a:hover::after {
        border-color: #ffffff;
    }
/*}*/ /*End 991px Nav*/
/* Format Content */

img {
    width:100%;
    height:auto;
}

.entry h2, .entry h3, .entry h4, .entry p, .entry ul, .entry li, .entry ol, .entry hr, article h2, article h3, article h4, article p, article ul, article ol, article hr {
    margin-bottom:30px;
    font-family:Montserrat, sans-serif;
    color:#000;
    font-size:16px;
    font-weight: 500;
    line-height: 31px;
}
.entry {
    margin-top:60px;
}
.entry h2 {
    font-family: 'Playfair Display', serif;
    font-size:28px;
    font-weight: 700;
}
.entry h3 {
    font-family: 'Playfair Display', serif;
    font-size:24px;
    font-weight: 700;
}
.entry h4 {
    font-family: 'Playfair Display', serif;
    font-size:20px;
    font-weight: 700;
}
.entry ul, .entry ol {
    list-style: none;
    padding-left:0;
}
.entry li {
    margin-bottom: 10px;
    padding-left: 20px;
    margin-bottom:10px;
}
.entry a, .entry a:visited {
    color:#058eae;
    text-decoration:none;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
}
.entry a:hover, .entry a:active {
    color:#75bf42;
}
/* Button Code */
a.ui-button,.wp-block-button__link {
    color:#000 !important;
    font-size:16px;
    font-weight: 500;
    margin:0.5em;
    text-transform:uppercase;
    display:inline-block;
    padding:0.6em 1.2em;
    text-align:center;
    text-decoration:none !important;
    background:transparent;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    margin-left:auto;
    margin-right:auto;
    width:auto;
    min-width:250px;
    border-radius:0px !important;
    border:1px solid #000;
}
a.ui-button:hover, .wp-block-button__link:hover {
    background:#058eae;
    color:#fff !important;
    border:1px solid #058eae;
}
.moretag{
    display:block !important;
    margin:15px 0;
    color:#000 !important;
    font-size:1em;
    padding:0.6em;
    text-align:center;
    text-decoration:none !important;
    background:transparent !important;
    width:150px !important;
    border:1px solid #000;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;} 
.moretag:hover {
    background:#058eae !important;
    border:1px solid #058eae;
    color:#fff !important;
}
.wp-block-image figcaption {
    font-size:14px;
}
.post-thumb {
    width: 100%;
text-align: center;
margin-top: 40px;
}
/* Alignment */
.alignleft{
    float:left;
    margin:0 15px 8px 0;
}
.alignright{
    float:right;
    margin:0 0 8px 15px;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 80%;
    margin:auto;
    margin-bottom:20px;
} 
.loc-maps {
    position: relative;
display: block;
width: 100%;
height: 240px;
    margin-bottom:20px;
}
.embed-container iframe, .embed-container object, .embed-container embed, .loc-maps iframe { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.flex-wrapper {
    display:flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap:wrap;
    justify-content:space-around;
    align-items: center;
}
.flex-item {
    text-align:center;
    margin-bottom:30px;
}
.flex-wrapper .ui-button, .flex-wrapper .wp-block-button__link {
    width:auto;
    min-width: 300px;
}
.service-item {
   display: flex;
   flex-direction: column;
   max-width: 230px;
   min-width: 23%;
   text-align: center;
   border:1px solid #058eae;
    background-color:#058eae;
    color:#fff;
    margin-bottom:40px;
    margin-left:5px;
    margin-right:5px;
    flex:1;
    justify-content: space-between;
}
.service-item:hover {
  border:1px solid #75bf42;
    background-color:#75bf42;  
}
.service-item b {
    padding:20px;
    color:#fff;
    font-size:21px;
    font-family:'Playfair Display', serif;
}
article {
    width:100%;
}
.page-id-5 .thumb-wrap {
   max-height:169px;
    overflow: hidden;
}
.postmetadata {
    font-family:Montserrat, sans-serif;
    font-size:16px;
    margin-top:0;
}
/**SIDEBAR BEGIN**/
.related-topics-div {
    min-width:300px;
    margin-bottom:40px;
    margin-top:40px;
    margin-left:60px;
}
.related-page-title {
    font-family: Playfair Display, serif;
    color:#000;
    font-size:28px;
    font-weight: 700;
    text-decoration: none;
    border-bottom:none;
}
.related-topics-div ul {
   list-style:none;
    padding-left:0;
    margin-top:10px;
}
.related-topics-div ul li {
    border-bottom:none;
    padding-top:0;
    padding-bottom:0;
}
.related-topics-div ul li a {
    font-family: Montserrat, sans-serif;
    color:#058eae;
    font-size:18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    border-bottom:1px solid #058eae;
    padding:16px 0;
    display:block;
}
.related-topics-div ul li a:hover {
    color:#75bf42;
    border-bottom:1px solid #75bf42;
}

#primary-sidebar h2{
    font-size:20px;
    font-weight:700;
    margin-bottom: 0px;
    border-bottom: 1px solid #2f7896;
    color: #2f7896;
    text-transform: uppercase;
    margin-bottom:30px;
}
#primary-sidebar ul{
    padding-left:0;
    margin-bottom:30px;
}
#primary-sidebar ul li{
    list-style:none;
}
#primary-sidebar ul li a {
    text-decoration:none;
 }
a.pollen {
    margin-left: 60px;
    text-align: center;
    padding: 20px;
    display: block;
    border-bottom: none;
    background-color: #75bf42;
    margin-top: 20px;
    color: #fff;
    background-image:url('images/dandelion-sprite.png');
    background-repeat: no-repeat;
    background-position: top left;
}
a.pollen:hover {
    background-position: bottom left;
    background-color:#75bf42b0;
}

a.pollen.no_img {
    background-image: none;
}
/**SIDEBAR END**/
hr{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
.search-form {
    display: flex;
    margin: 10px 10px 30px 10px;
}
.search-field, .search-submit{
    height:35px;
}
.search-submit{
    -webkit-appearance: none;
 border:none;
    cursor:pointer;
    background:#058eae;
    color:#fff;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
}
.search-submit:hover{
    background:#75bf42;
}
/*Shortcodes Ultimate Vertical Tab Content*/
.su-tabs {
    background:transparent;
}
.su-tabs-nav {
    width:25% !important;
}
.su-tabs-nav span {
    font-size:14px !important;
    color:#058eae !important;
}
.su-tabs-nav span::after {
    content:'\25b6';
    float:right;
}
.su-tabs-nav span.su-tabs-current::after {
    content:"";
}
.su-tabs-nav span:hover {
    background:#75bf42 !important;
    color:#fff !important;
}
/* Shortcodes Ultimate Accordion Dropdowns*/
.su-accordion .su-spoiler .su-spoiler-title {
    padding: 10px 7px 7px 34px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
}
.su-accordion .su-spoiler .su-spoiler-title:hover {
    color: #000;
}
.su-spoiler-style-default > .su-spoiler-content {
    padding: 20px !important;
}
.su-spoiler.su-spoiler-closed > .su-spoiler-content {
    padding: 0px !important;
}
.su-spoiler-title {
    font-size: 21px !important;
font-family: 'Playfair Display', serif !important;
font-weight: 700 !important;
    line-height: 1.2;
}
.su-spoiler-title blockquote {
    font-family: Montserrat, sans-serif;
    margin: 20px 0 0 30px;
    font-size:20px;
}
.su-spoiler-title span {
    font-family: Montserrat, sans-serif;
    font-size:16px;
    font-weight:400;
    text-decoration: underline;
    line-height: 26px;
}
.su-spoiler-title span:hover {
    color:#058eae;
}
.su-spoiler-icon {font-family: ShortcodesUltimateIcons !important; text-decoration: none !important; top:11px !important;}

/*Pagination for Blog Page*/
.pagination {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
/*Footer Nav*/
/* Name Footer Menu 'Footer Menu' in WP Menus */
.menu-footer-menu-container {
    width:100%;
}
#menu-footer-menu {
    display:flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content:space-between;
    flex-wrap:wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin-bottom:0;
    }
#menu-footer-menu li {
    border-bottom:none;
}

#menu-footer-menu li.menu-item a, #menu-footer-menu li.menu-item a:visited {
    color:#3b3d3f;
    text-decoration:none;
    font-size: 12px;
    line-height: 16px;
    font-weight:500;
    text-align: center;
    font-family: Montserrat, sans-serif;
    letter-spacing: 1px;
    border-bottom:none;
    padding:6px 12px;
}
#menu-footer-menu li.menu-item a:hover, #menu-footer-menu li.menu-item a:active {
    background-color:#f5f6f8;
}

.chat-bot-wrapper .chat-circle-box {
  z-index: 9999;
}


.hero-btn{
    margin-left:auto;
    margin-right:auto;
}
.content-wrapper{
    max-width:auto !important;
}
.seconary-title-wrapper{
    flex-wrap:wrap;
}
.seconary-title-wrapper a.ui-button{
    height: fit-content !important;
}

/** Media Queries **/
@media (max-width: 991px) {
    .related-topics-div {
        margin-left:0;
    }
    .alignleft, .alignright {
        display:block !important;
        float:none !important;
        margin:auto !important;
        margin-bottom:20px !important;
        text-align:center !important;
    }
}
@media (max-width: 768px) {
    .su-tabs-nav {
        width:100% !important;
    }
}
@media (max-width: 767px) {
    #navigation ul li a {
        font-size: 21px;
        padding-top:22px;
    }
    .embed-container {max-width: 100%;}
} /*End 767px*/

@media (max-width: 479px) {
    #menu-footer-menu {
        flex-direction:column;
    }
    #menu-footer-menu li {
        padding-top:5px;
        padding-top:5px;
    }
    .seconary-title-wrapper {
        height: 330px;
    }
}/*End 479px*/

/* Font Resizer */
html.fontsize,
.fontsize,
.fontsize p,
.fontsize #navigation ul li a,
.fontsize .related-page-title,
.fontsize li,
.fontsize a.ui-button,
.fontsize .wp-block-button__link {
    font-size: 21px !important;
    line-height:1.5 !important;
}

.fontsize #menu-footer-nav li.menu-item a,
.fontsize .related-topics-div ul li a
{
    font-size:18px !important;
    line-height:1.2 !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
    .logo-image-black {width:100%;}
    .w-slider-mask {height:100vh;}
    .doctors {width:100%;}
    .w-tab-content {width:100%;}
    .home-paragraph {width:100%;}
    .div-block-8 {width:100%;}
}
/* Safari Browser Fixes */
@media not all and (min-resolution:.001dpcm) { 
    @media (min-width: 991px) {
        .half-section-div {width:49.9%;}
    }
}