/* 
 Theme Name:     Fuse
 Author:         Webstract Marketing
 Author URI:     https://www.webstractmarketing.com/
 Template:       Divi
 Version:        1.0
*/ 

/* ----------- Formstack CSS Classes ------------------------------------------------------------------------ */
/* https://help.formstack.com/hc/en-us/articles/360019519891-Custom-Form-Themes-and-CSS --------------------- */
/* ---------------------------------------------------------------------------------------------------------- */


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.stacklock {
    display: none;
}
#page-container #form-home .fsSubmitButton {
    float: none;
}
#page-container #form-home .fsSubmitButton:hover {
    background: #868686!important;
}

#logo {
    max-height: 85%;
}
#footer-bottom {
	padding: 15px 0 15px
}

#top-header{
    display: none;
}

#top-menu li li a {
    width: 220px;
    padding: 6px 20px;
}

.nav li ul {
    width: 260px;
}


.et_mobile_menu li a:hover, .nav ul li a:hover {
    opacity: 1;
    background-color: rgb(0, 181, 0);
}
.inline-row .et_pb_button_module_wrapper,
.inline-row .et_pb_image,
.inline-row .et_pb_code {
    display: inline-block;
    margin: 0 5px;
}
.inline-row {
    text-align: center !important;
}

#et-secondary-nav span.et-waypoint.et_pb_animation_off.et-pb-icon.et-animated {
    font-size: 12px;
    background-color: #2acb35;
    color: #000;
    padding: 3px;
    margin-right: 8px;
}

.menu-item-930 a {
    color: #2acb35 !important;
    font-family: 'Fira Sans', sans-serif !important;
    font-size: 16px !important;
    text-transform: uppercase;
     text-decoration: underline;
}

.menu-item-945 {
    margin-right: 30px !important;
}


.menu-item-945 span.fuse-shortcode.fuse-phone.fuse-phone-primary {
    color: #888888;
    font-size: 18px;
    font-family: 'Fira Sans', sans-serif;
}

.social-media-icons a.facebook {
    background: #3b5998;
}

.social-media-icons a.twitter {
    background: #55acee;
}

.social-media-icons {
    float: right;
    margin-left: 0px;
    position: relative;
    padding-top: 0;
    margin-top: 12px;
        z-index: 1;
}

.et_header_style_left #et-top-navigation {
    padding: 63px 0 0 0;
}

.social-media-icons a {
    background: #000;
    text-align: center;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
}

.social-media-icons span {
    font-size: 21px;
    color: #000;
    padding: 3px;
    margin-right: 8px;
}

.social-media-icons .phone-icon{
    background-color: #2acb35;
}

#top-menu-nav{
    clear: both;
        float: right !important;

}

div#et-top-navigation {
    float: right;
    width: 100%;
}


#top-menu li a {
    font-size: 17px;
    color: #221b1b;
    font-family: 'Fira Sans', sans-serif;
}

.green-color-heading {
    color: #2acb35;
}

.slider-text ul li {
    font-weight: 300;
    padding: 6px 0;
    font-style: italic;
}

.slider-text ul {
  list-style: none; /* Remove default bullets */
}

.slider-text ul li::before {
  content: "\25CB"; 
  color: #2acb35;
  display: inline-block;
  width: 1em; 
  margin-left: -1em; 
}

.slider-text h2 {
    font-weight: 400;
}

span.yellow-color {
    color: #fff200;
}

#about-doctor {
    background-position: bottom 100px left 10px;
   
}

div#contact-us {
    background-position: top left -75px;
        background-size: contain; 
}

.et_pb_main_blurb_image {
    text-align: left;
    display: block;
}


#blurb-box-service span.et_pb_image_wrap img {
    width: 45px;
}

#blurb-box-service .et_pb_main_blurb_image {
    margin-bottom: 10px;
    }
#blurb-box-service .et_pb_blurb_container {
    margin-bottom: 30px;
}

#blurb-box-service .et_pb_blurb_content {
    
    margin-top: -20px;
    padding-bottom: 35px;
}

#blurb-box-service h4.et_pb_module_header span {
    font-size: 18px;
}

#blurb-box-service .et_pb_blurb {
    transition: transform .2s;
}
#blurb-box-service .et_pb_blurb:hover {
    transform: scale(1.1);
}

/*
@media (min-width: 981px){
#blurb-box-service .et_pb_column_4, 
#blurb-box-service .et_pb_column_5,
#blurb-box-service .et_pb_column_6 {
    width: 30.5% !important;
}

#blurb-box-service .et_pb_column_4, 
#blurb-box-service .et_pb_column_5,
{
    margin-right: 3% !important;
}
}*/

#form-home {
    padding-left: 60px;
}


#contact-us div.et_pb_section.et_pb_section_4 {
    background-position: top -45px left -20px;
   }

#form-home .fsBody .fsForm .fsLabel,
#form-home .fsBody .fsForm .fsOptionLabel,
#form-home .fsBody .fsForm .fsMatrix th,
#form-home .fsBody .fsForm .fsMatrixLabel{
    display: block!important;
    margin-bottom: 5px;
    color: #fff !important;
    font-size: 13px;
    line-height: 18px;
}

#form-home .fsBody .fsForm .fsSupporting {
    color: #fff;
}

#form-home input[type=text],
#form-home input[type=number],
#form-home input[type=email],
#form-home input[type=tel],
#form-home textarea,
#form-home select{
   padding: 10px 5px 10px 10px !important;
    box-shadow: none !important;
    background-image: none !important;
    margin-bottom: 6px;
    max-width: 100%;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    background-color: transparent !important;
    color: #fff !important;
    border-radius: 0;
}

#form-home .btSgxi label {
    color: #fff;
}

#form-home textarea{
    height: 50px;
    width: 100%;
}

#form-home .fsSubField.fsNameLast{
    margin-left: 25px;
}

#form-home .fsSubField.fsNameFirst,
#form-home .fsSubField.fsNameLast {
    width: 47%;
    float: left !important;
}


#form-home input[type=text]:focus,
#form-home input[type=number]:focus,
#form-home input[type=email]:focus,
#form-home input[type=tel]:focus,
#form-home textarea:focus,
#form-home select:focus{
    /*    border-color: rgb(69, 146, 216)!important;*/
    outline: none;
    border-bottom: 2px solid #2acb35 !important;
}
    
#form-home  #fsForm1415111 .fsFieldFocused{
    background-color: transparent!important;
}


#form-home .fsSubmitButton{
    background-color: #2acb35!important;
    color: #fff!important;
    border: none;
    padding: 20px 40px !important;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    float: left;
    border-radius: 50px;
}

#form-home .fsSubmitButton:hover{
    background-color: #1e33aa!important;
}  

.et_pb_testimonial_portrait:before{
    box-shadow: none !important;
} 

#testimonial-section .et_pb_testimonial_description_inner p {
    font-weight: 400;
}

#testimonial-section  .et_pb_testimonial_portrait {
    top: 25px;
    left: 35px;
    }

#testimonial-section .post-content-inner p {
    font-weight: 400;
}

/*#testimonial-section article#post-799 {
    margin-bottom: 0;
}*/

.inline-images .et_pb_image {
    display: inline-block;
    margin: 0 5px;
    background: none;
    margin-bottom: 0 !important;
    text-align: center;
    width: auto;
}

.inline-images .et_pb_image_wrap {
    display: inline-block;
    position: relative;
    max-width: 100%;
    background: #fff;
    border-radius: 50px;
}

.inline-images .et_pb_image_wrap img {
    padding: 15px 30px;
}

.et_pb_row.et_pb_row_9.inline-images{
    text-align: center;
}


div#footer-bottom {
    border-top: 1px solid #434546;
    padding: 35px 0;
    background-color: #222426;
}

.footer-txt {
    color: #aaaaaa;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    padding-bottom: 10px;
}


.fuse-footercredits,
.fuse-footercredits a{
    color: #555555;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
   }

   .inline-images {
    text-align: center;
}

#footer-bottom .container.clearfix {
    text-align: center !important;
}


#blurb-box-service .et_pb_column.et_pb_column_1_3.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough, 
#blurb-box-service .et_pb_column.et_pb_column_1_3.et_pb_column_5.et_pb_css_mix_blend_mode_passthrough,
#blurb-box-service .et_pb_column.et_pb_column_1_3.et_pb_column_6.et_pb_css_mix_blend_mode_passthrough.et-last-child{
        width: 31.667% !important;
}

#blurb-box-service .et_pb_column.et_pb_column_1_3.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough, 
#blurb-box-service .et_pb_column.et_pb_column_1_3.et_pb_column_5.et_pb_css_mix_blend_mode_passthrough,
#blurb-box-service .et_pb_column.et_pb_column_1_2.et_pb_column_7.et_pb_css_mix_blend_mode_passthrough
 {
    margin-right: 2.5% !important;
}

#blurb-box-service .et_pb_column.et_pb_column_1_2.et_pb_column_7.et_pb_css_mix_blend_mode_passthrough,
#blurb-box-service .et_pb_column.et_pb_column_1_2.et_pb_column_8.et_pb_css_mix_blend_mode_passthrough.et-last-child{
        width: 48.69%;
}


/*header image*/
.header-img {
    text-align: center;
    padding: 54px 0;
    position: relative;
    background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: cover;
}

.header-img h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
        z-index: 9999;
    position: relative;
}

.breadcrumb-wrap {
    background-color: #2acb35!important;
    color: #fff;
    padding: 12px 0;
}

#header-image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    background: rgba(45, 68, 82, 0.75);
    z-index: 2;
}

#header-image {
    position: relative;
    /* margin-top: 110px; */
}

.blogpage:before {
    display: none !important;
}

.blogpage article{
    margin-bottom: 30px;
    border-bottom: 1px solid #868686;
    padding-bottom: 30px;
}

.blogpage article:last-of-type{
    border: none;
}
/*contact page */
/* form */

#contact-form .fsBody .fsForm .fsLabel,
#contact-form .fsBody .fsForm .fsOptionLabel,
#contact-form .fsBody .fsForm .fsMatrix th,
#contact-form .fsBody .fsForm .fsMatrixLabel{
    display: block!important;
    margin-bottom: 5px;
    font-weight: 600!important;
}

#contact-form input[type=text],
#contact-form input[type=number],
#contact-form input[type=email],
#contact-form input[type=tel],
#contact-form textarea,
#contact-form select{
   padding: 10px 5px 10px 10px !important;
    box-shadow: 1px 1px rgba(204,204,204,.43);
    background-image: none !important;
    margin-bottom: 6px;
    max-width: 100%;
    border-left: 4px solid #2acb35;
    width: 100%;
    height: 40px;
    border-radius: 0;
}

#contact-form .fsLabel{
    font-size: 13px;
    font-weight: 700 !important;
    color: #000;
}
.fuse-form .iCVXPY{
    display: none;
}

#contact-form textarea{
    height: 100px;
}


#contact-form input[type=text]:focus,
#contact-form input[type=number]:focus,
#contact-form input[type=email]:focus,
#contact-form input[type=tel]:focus,
#contact-form textarea:focus,
#contact-form select:focus{
    /*    border-color: rgb(69, 146, 216)!important;*/
    outline: none;
    border-left: 5px solid #b8070d !important;
}

#contact-form .fsSubField.fsNameFirst {
    margin-right: 25px;
}

#contact-form .fsSubField {
    width: 48%;
    float: left;
}
    
#contact-form  #fsForm1415111 .fsFieldFocused{
    background-color: transparent!important;
}


#contact-form .fsSubmitButton{
    background-color: #2acb35!important;
    color: #fff!important;
    border: none;
    padding: 16px 40px!important;
    font-size: 16px;
    border-radius: 50px;
}

#contact-form  .dFTyKA:focus,
#contact-form .bpwunM:focus,
#contact-form  .kttrCL:focus{
    outline: none;
}

#contact-form .fsSubmitButton:hover{
    background-color: #868686!important;
}

/*.fsFieldRow .fsField::-webkit-input-placeholder {
    color: #fff;
}
.fsFieldRow .fsField::-moz-placeholder {
    color: #fff;
}
.fsFieldRow .fsField:-ms-input-placeholder {
    color: #fff;
}
.fsFieldRow .fsField:-moz-placeholder {
    color: #fff;
}*/

.blogpage .et_pb_post {
    clear: both;
    overflow: auto;
}

.fsForm .fsSubmit {
    margin: 0;
    padding: 0 50px !important;
}

#content-area{
    margin-bottom: 50px;
}

/*subpages*/

#fuse-subpages-1198 a {
    width: 100%;
    }
.subpages_sc, .fuse-subpages {
    margin: 0 !important;
    padding: 0!important;
    list-style: none !important;
    width: 100%;
}

.subpages_sc a, .fuse-subpages a {
    display: block;
    background: #2acb35;
    color: #fff;
    text-align: center;
    width: 48%;
    padding: 8px 0;
    text-decoration: none;
    float: left;
    margin: 0 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* border-bottom: 2px solid #000; */
}

.subpages_sc a:hover, .fuse-subpages a:hover {
    background: #221b1b;
}

ul#fuse-subpages-922 li a {
    width: 49%;
}

article#post-1198 h1,
.page-id-2 .breadcrumb-wrap {
    display: none;
}

.home-heading{
    padding-bottom: 0!important;
}

li#menu-item-1207 > a:hover {
    cursor: default;
}

/*-----------Responsive CSS------------*/
@media only screen and (max-width: 767px) {
#blurb-box-service .et_pb_column.et_pb_column_1_3.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough, 
#blurb-box-service .et_pb_column.et_pb_column_1_3.et_pb_column_5.et_pb_css_mix_blend_mode_passthrough,
#blurb-box-service .et_pb_column.et_pb_column_1_3.et_pb_column_6.et_pb_css_mix_blend_mode_passthrough.et-last-child{
        width: 100% !important;
}

#blurb-box-service .et_pb_column.et_pb_column_1_3.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough, 
#blurb-box-service .et_pb_column.et_pb_column_1_3.et_pb_column_5.et_pb_css_mix_blend_mode_passthrough,
#blurb-box-service .et_pb_column.et_pb_column_1_2.et_pb_column_7.et_pb_css_mix_blend_mode_passthrough
 {
    margin-right: 0% !important;
}

#blurb-box-service .et_pb_column.et_pb_column_1_2.et_pb_column_7.et_pb_css_mix_blend_mode_passthrough,
#blurb-box-service .et_pb_column.et_pb_column_1_2.et_pb_column_8.et_pb_css_mix_blend_mode_passthrough.et-last-child{
        width: 100%;
}


#contact-us .et_pb_column.et_pb_column_1_2.et_pb_column_10.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    margin-top: 340px;
}

div#contact-us {
    background-position: inherit;
    
}

.social-media-icons,
.menu-item-945,
.menu-item-930,
.slider-text h2 br{
    display: none;
}

#about-doctor {
    background-image: none !important;
}

#testimonial-section .et_pb_testimonial_portrait {
    top: 65px !important;
    left: -145px !important;
}

.inline-images .et_pb_image {
    width: 45%;
}

.et_pb_row.et_pb_row_9.inline-images {
    padding-top: 0px!important;
}

div.et_pb_section.et_pb_section_0 {
    background-position: inherit !important;
}

#form-home .fsSubField.fsNameFirst, #form-home .fsSubField.fsNameLast {
    width: 45% !important;
}

#form-home {
    padding-left: 0 !important;
}

}

@media only screen and (min-width: 768px) {
    
    .blogpage .et_pb_post .entry-featured-image-url {
        float: left;
        width: 40%;
        margin-right: 30px;
    }
    
}

/*iPad Portrait */
@media only screen and (min-width: 768px) and (max-width:1023px) {
div.et_pb_section.et_pb_section_0 {
     background-position: top right -120px !important;
}

.social-media-icons a {
     background: transparent;
}

#about-doctor {
    background-image: none !important;
}

#blurb-box-service .et_pb_column.et_pb_column_1_3.et_pb_column_4.et_pb_css_mix_blend_mode_passthrough, 
#blurb-box-service .et_pb_column.et_pb_column_1_3.et_pb_column_5.et_pb_css_mix_blend_mode_passthrough, 
#blurb-box-service .et_pb_column.et_pb_column_1_3.et_pb_column_6.et_pb_css_mix_blend_mode_passthrough.et-last-child,
#blurb-box-service .et_pb_column.et_pb_column_1_2.et_pb_column_7.et_pb_css_mix_blend_mode_passthrough, 
#blurb-box-service .et_pb_column.et_pb_column_1_2.et_pb_column_8.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    width: 100% !important;
}

.et_pb_column.et_pb_column_1_2.et_pb_column_10.et_pb_css_mix_blend_mode_passthrough.et-last-child {
    margin-top: 700px;
}

div#contact-us {
    background-position: top left 0px !important;
    }

#form-home input[type=text], 
#form-home input[type=number], 
#form-home input[type=email], 
#form-home input[type=tel], 
#form-home textarea, 
#form-home select {
    width: 100% !important;
 }  


 #form-home {
    padding-left: 0 !important;
} 

.inline-images .et_pb_image {
    width: 23% !important;
}

}


/*iPad Landscape*/
@media only screen and (max-width: 1200px) and (min-width:1024px){
.social-media-icons {
    margin-left: 30px !important;
    
}

.social-media-icons a {
     background: transparent;
}

#top-menu li a {
    font-size: 12px !important;
}

#top-menu li {
    padding-right: 15px;
 }

 #blurb-box-service h4.et_pb_module_header span {
    font-size: 12px;
}

#decision-txt h2 {
    font-size: 24px !important;
}

#contact-us .et_pb_text_3 h2 {
    font-size: 22px !important;
    line-height: 1.4em !important;
}

#form-home .fsSubField.fsNameFirst, #form-home .fsSubField.fsNameLast {
    width: 45% !important;
 }

 div#contact-us {
    background-position: top left -200px;
 }
 .inline-images .et_pb_image{
    width: 23% !important;
 }
}

@media only screen and (min-width:1280px) and (max-width: 1360px){
div#contact-us {
    background-position: top left -160px;
}

.et_pb_text_3 h2 {
    font-size: 30px;
 }
}

@media only screen and (min-width:1517px){
#about-doctor,
div#contact-us {
    width: 1400px;
    margin: 0px auto;
}
}

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

    #page-container .fsSubFieldGroup .fsSubField {
        width: 100% !important;
        clear: both !important;
        margin: 0 !important;
    }
    #page-container .fsSubFieldGroup .fsSubField .fsField {
        display: block;
        width: 100%;
    }
    
}
