/*
Theme Name: General Business 3
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.1
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

.sticky-bar{
    position: fixed;
    bottom: 0;
    display: none;
    z-index: 99999;
    width: 100%;
    text-align: center !important;
}
.sticky-bar a h4{
    color: #fff !important;
}

.sticky-bar h4{
    display: inline-block;
}

@media(min-width: 1025px){
    .sticky-bar{display: block; color: #fff !important;}

}
/*Typography*/

h1 {
        font-size: 38px;
        line-height: 50px;
    }

    h2 {
        font-size: 32px;
        line-height: 44px;
    }

    h3 {
        font-size: 22px;
        line-height: 32px;
    }

    h4 {
        font-size: 20px;
    }



@media(min-width: 1025px){
    h1 {
        font-size: 68px;
        line-height: 80px;
    }

    h2 {
        font-size: 42px;
        line-height: 54px;
    }

    h3 {
        font-size: 32px;
        line-height: 42px;
    }

    h4 {
        font-size: 20px;
    }
}

.contact-bar > .fl-row-content-wrap {
        background-color: #eef1f2;
        background-color: rgba(238,241,242, 1);
        background: linear-gradient( to bottom, #ceb32b 0%, #ceb32b 25%, #eef1f2 20%, #eef1f2 100% );
}

/*Home contact bar*/
@media(min-width: 1025px){
    .contact-bar > .fl-row-content-wrap {
        background-color: #eef1f2;
        background-color: rgba(238,241,242, 1);
        background: linear-gradient( to right, #ceb32b 0%, #ceb32b 20%, #eef1f2 20%, #eef1f2 100% );
    }
}
/* Footer Navigation 1*/

.site-credits-footer{
    font-size: 14px;

}
.site-credits-footer a{
    padding: 15px;
    color: #39423f;
}

.site-credits-footer a:hover{
    color: #fff;
}

.footer-nav a{
 font-weight: 600;
 font-size: 16px;
 color: #39423f;
 text-transform: uppercase;
}

.footer-nav .fl-widget li.current_page_item,
.footer-nav .fl-widget li:hover {
    border-top: 4px solid #067ca0;
    position: relative;
    width: auto;
    text-align: left;
}

@media(min-width: 600px){
    .footer-nav li{
        display: inline-block !important;
        margin-right: 15px ;
        margin-bottom: 0px !important;
        padding-top: 15px;
    }

    .footer-nav .fl-widget{
        border-top: 1px solid #dfe9ec;

    }
}

@media(min-width: 768px){
    .footer-nav li{
        margin-right: 30px ;

    }
}

@media(min-width: 1025px){
    .footer-nav li{
        margin-right: 15px ;

    }
}

@media(min-width: 1200px){
    .footer-nav li{
        margin-right: 30px ;
    }
}



/* Footer Navigation 2*/

.footer-nav-2 .menu .sub-menu{
    display: block !important;
    visibility: visible !important;
    position: relative !important;
    opacity: 1 !important;
    background: transparent !important;
    left: 0 !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    margin-bottom: 6px;
}

    .footer-nav-2 .menu > li{
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    .footer-nav-2 .menu > li a{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

footer .fl-node-5f7f31afcc89e .menu .fl-has-submenu .sub-menu  {
    display: none !important;
}

/*Table Press Styles */
.tablepress thead{
    background: #365a8a;
    font-size: 16px;
    color: #fff;
    border: 1px solid #365a8a;
}

.tablepress th{
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
}

.tablepress .column-1 {
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
}

.tablepress td{
    padding: 15px 30px;
    text-align: center;
    border: 1px solid #dfe9ec;
}


/**
 * Forms
 */

.form-field-full {
    margin-bottom: 15px;
}

.form-row label {
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 300 !important;
    letter-spacing: 1.5px;
    display: block;
}

.form-row select {
    border: 1px solid #39423f !important;
    border-radius: none !important;
    position: relative !important;
}

.form-row textarea {
    border: 1px solid #39423f !important;
    border-radius: 0 !important;
    position: relative !important;
}

.form-row legend {
}


/* Removes default webkit form styling */
.form-row input:not([type="radio"]):not([type="checkbox"]),
.form-row button,
.form-row textarea {
    -webkit-appearance: none;
}
/*overrides for the form*/

/* default text input style */
.form-row [type="text"],
.form-row [type="date"],
.form-row [type="datetime"],
.form-row [type="datetime-local"],
.form-row [type="email"],
.form-row [type="month"],
.form-row [type="number"],
.form-row [type="password"],
.form-row [type="search"],
.form-row [type="tel"],
.form-row [type="url"],
.form-row [type="week"],
[type="checkbox"] {
    border: 1px solid #39423f !important;
    border-radius: 0 !important;
    position: relative !important;

}

.form-row .wpcf7-list-item {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 2em;
    font-weight: 500;
}

.form-row .wpcf7-list-item-label{
    margin-left: 6px;
}


/* Default Submit Button Style */
.form-row [type="submit"],
.yellow-button {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    line-height: 1em;
    padding: 12px 24px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #365A8A;;
    border: 1px solid #365A8A;;
    color: #fff;
    margin-top: 15px;
}

.form-row [type="submit"]:before{

}

    /* Removes inconsistent padding from Firefox buttons */
    .form-row button::-moz-focus-inner,
    .form-row [type="reset"]::-moz-focus-inner,
    .form-row [type="button"]::-moz-focus-inner,
    .form-row [type="submit"]::-moz-focus-inner {
        border: none;
        padding:0;

    }



.popupbox{
    height: 0;
}

/*Testimonial Image Cropping */

.testimonial-image-crop img{
    -webkit-border-radius: 50%;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 50%;
    -moz-border-radius-bottomright: 0;
    border-radius: 50%;
    border-bottom-right-radius: 0;
}


.testimonial-quote {
    display: none;
}

.testimonial-images{position: relative;}

@media(min-width: 1025px){
    .testimonial-quote {
        display: block;
        position: absolute;
        top: 90px;
        right: 0px;
        max-width: 40%;
    }
}

@media(min-width: 1200px){
    .testimonial-quote {
        top: 120px;
        max-width: 100%;
    }
}


/*Newsletter Signup*/

h6.uabb-sf-subheading {
    display: none;
}

@media(min-width: 600px){
    .newsletter-signup .uabb-form-field,
    .newsletter-signup .uabb-form-button {
        display: inline-block;
    }

        .newsletter-signup .uabb-form-field{
            width: 73%;
            margin-right: 30px;
        }
}


@media(min-width: 768px){
    .newsletter-signup .uabb-head-wrap {
        display: inline-block;
    }

    .newsletter-signup .uabb-module-content {
        margin: auto;
        text-align: center !important;
    }
}

@media(min-width: 1025px){
    .newsletter-signup .uabb-head-wrap {
        margin-right: 30px;
        margin-bottom: 0 !important;
    }

    .newsletter-signup .uabb-form-wrap {
        display: inline-block;
        width: 60%;
    }

    .newsletter-signup .uabb-form-field{
        margin-bottom: 0 !important;
    }

    .newsletter-signup .uabb-form-field{
        width: 76%;
    }

}


/*Breadcrumbs*/

.basic-breadcrumbs-1 .breadcrumb {
    padding: 0;
    margin-bottom: 0px;
    list-style: none;
    background-color:transparent;
    border-radius: none;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
}

.basic-breadcrumbs-2 .breadcrumb {
    padding: 0;
    margin-bottom: 0px;
    list-style: none;
    background-color:transparent;
    border-radius: none;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

.basic-breadcrumbs-3 .breadcrumb {
    padding: 0px 30px;
    margin-bottom: 0px;
    list-style: none;
    background-color:transparent;
    border-radius: none;
    text-align: left;
    font-size: 14px;
    font-weight: 300;

}

.basic-breadcrumbs-2 .breadcrumb a,
.basic-breadcrumbs-3 .breadcrumb a{
    color: #39423f;
}

.basic-breadcrumbs-2 .breadcrumb .breadcrumb_last{
    color: #067ca0;
}

@media(min-width: 768px){
    .basic-breadcrumbs-1 .breadcrumb,
    .basic-breadcrumbs-2 .breadcrumb,
    .basic-breadcrumbs-3 .breadcrumb  { font-size: 16px;}
}
/*Search Box*/

/*Header 1*/

@media(max-width: 768px){
    ul#menu-main-menu { clear: both; }

    /*.header-1-middle .fl-col-group > .fl-col:first-of-type {width: 70% !important; float: left;}  */


    .header-1-middle .fl-col-group > .fl-col:last-of-type{ width: 100% !important; }

    .header-1-middle .fl-node-5c35feb82846e.fl-module > .fl-module-content{ margin-top: 0 !important;}

    .header-1-middle .fl-menu-mobile-toggle .svg-container {
        display: block !important;
        margin: auto !important;
        text-align: center !important;

    }

    .header-1-middle .fl-menu-mobile-toggle  .fl-menu-mobile-toggle-label{
        display: block !important;
        margin: auto !important;
        text-align: center !important; 
    }

    .header-1-middle button.fl-menu-mobile-toggle.hamburger-label {
        position: absolute;
        top: 25px;
        right: 0px;
    }
}

.header-1-top{}

.header-1-middle{}

.header-1-bottom .fl-page-nav-search,
.header-1-top .fl-page-nav-search{
    display: block !important;
    /*float: right;*/
   /* margin-right: 30px;*/
    position: relative !important;
}

.header-1-bottom .fl-page-nav-search form,
.header-1-top .fl-page-nav-search form{
    display: inline-block !important;
    position: relative !important;
    background: transparent !important;
    padding: 0;
    width: 100%;
    box-shadow: none !important;
    border-top: none !important;
    /*border-bottom: 2px solid #39423f;*/
}

.header-1-top .fl-page-nav-search{
    max-width: 300px;
    
}

.header-1-top .fl-page-nav-search form input.fl-search-input{min-height: 50px;}

.header-1-bottom .fl-page-nav-search form input.fl-search-input,
.header-1-top .fl-page-nav-search form input.fl-search-input {
    border-radius: 0 !important;
    background: #eef1f2 !important;
    border-color: transparent !important;
    padding: 20px 12px !important;
    border:none !important;
}

.header-1-bottom .fl-page-nav-search form input.fl-search-input::placeholder,
.header-1-top .fl-page-nav-search form input.fl-search-input::placeholder{
    color: #39423f !important;
}

.header-1-bottom .fl-page-nav-search a.fa-search{
    color: #39423f !important;
    z-index: 99999;
    top: 3px;
}

.header-1-top .fl-page-nav-search a.fa-search{
    color: #39423f !important;
    z-index: 99999;
    top: 8px;
}

.header-1-middle .menu ul.sub-menu a{
    padding: 15px 30px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    text-transform: none !important;
}


.header-1-middle .menu ul.sub-menu li:hover,
.header-1-middle .sub-menu > li.current-menu-item{
    background: #c8d1d4;

}

.header-1-middle .menu ul.sub-menu li:hover a,
.header-1-middle .sub-menu > li.current-menu-item > a{
    color: #39423f !important;
}

.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink .header-1-middle img{
    max-height: 90px !important;
}

.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink .header-1-top .uabb-btn,
.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink .header-1-top .fl-page-nav-search form input.fl-search-input{
    height: 40px !important;
    min-height: 40px;
}

.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink .header-1-top .fl-page-nav-search a.fa-search{
    top: 3px;
}


@media(min-width: 1200px){
    .header-1-middle .menu > li{
        font-size: 14px !important;
    }
    
}

@media(min-width: 1250px){
    .header-1-middle .menu > li{
        font-size: 15px !important;
    }
}

@media(min-width: 1366px){
    .header-1-middle .menu > li{
        font-size: 16px !important;
    }

    .fl-node-5c38b6a6ef001 .fl-menu-horizontal.fl-toggle-arrows .fl-has-submenu-container a{
        padding-right: 30px !important;
    }

    .header-1-middle .menu a{
        padding-left: 12px !important;
        padding-right: 12px !important; 
    }
}









/*Header 2*/

.header-search .widget_search{
    margin-bottom: 0 !important;
}

.header-search .widget form{
    background: #eeeeee !important;
    padding: 6px !important;
}


@media(max-width: 768px){
    ul#menu-main-menu { clear: both; }

    .header-new .fl-col-group > .fl-col:first-of-type img{width: 70% !important; float: left;}  


    .header-new .fl-col-group > .fl-col:last-of-type{ width: 100% !important; }

    .header-new .fl-node-5c35feb82846e.fl-module > .fl-module-content{ margin-top: 0 !important;}

    .header-new button.fl-menu-mobile-toggle.hamburger-label {
        position: absolute;
        top: 40px;
        right: 30px;
    }
}


.header-new .cta-btn {
    background: #ffae17;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    padding: 10px 30px;
    font-weight: 600;
    letter-spacing: 1.2px;
}

.header-new-top .fl-page-nav-search{
    display: inline-block !important;
    float: right;
   /* margin-right: 30px;*/
    position: relative !important;
}

.header-new-top .fl-page-nav-search a.fa-search{
    top: 0
}

.header-new-top .fl-page-nav-search form{
    display: inline-block !important;
    position: relative !important;
    background: transparent !important;
    padding: 0;
    width: 320px;
    box-shadow: none !important;
    border-top: none !important;
    /*border-bottom: 2px solid #39423f;*/
}




.header-new-top .fl-page-nav-search form input.fl-search-input{
    border-color: transparent !important;
    background: #eee !important;
   /* height: 46px !important;*/
    padding:10px !important;
    border-radius: 0 !important;

}

.header-new-top .fl-page-nav-search a.fa-search{
    color: #39423f !important;
    z-index: 99999;
}

.new-header-nav .menu ul.sub-menu a{
    padding: 15px 30px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    text-transform: none !important;
}


.new-header-nav .menu ul.sub-menu li:hover,
.new-header-nav .sub-menu > li.current-menu-item{
    background: #b3b3b3;

}

.new-header-nav .menu ul.sub-menu li:hover a,
.new-header-nav .sub-menu > li.current-menu-item > a{
    color: #39423f !important;
}

.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink img{
    max-height: 110px !important;
}

.desktop-searchbutton-wrapper .call-number{
    display: block;
    position: relative;
    margin-left: 0px;
    font-size: 20px;
    width:100%;
    margin-bottom:10px;
}
@media(max-width: 1024px){
    .desktop-searchbutton-wrapper, .desktop-clientLogin-wrapper{
        display:none;
    }
    .desktop-clientLogin-wrapper-mobile img{
        max-width:85%
        
    }
    .col-desktop{
        display:none!important;
    }
    .fl-builder-content .logo-left-mb{
        width: 50%!important;
        max-width: none;
        flex: 0 0 auto;
        float:left;
        margin: 20px 0 ;
    }

    .menu-container button{
        float:right!important;
        position: absolute!important;
        right: 15px;
        top: -120px; 
    }
    .fl-module-menu:first-child, .fl-menu-mobile-clone{
        margin-top:-21px;
    }
    

}
@media(min-width: 600px) and (max-width: 1024px){
    .fl-module-menu > .fl-module-content {
        /*margin-top:20px;*/
    }
    .menu-container button {
         top: -135px;
    }
}
.desktop-searchbutton-wrapper .call-number a {
    font-weight: 600;
    font-size:18px;
    letter-spacing: 2.5px;
    color: #365A8A;
}

@media(min-width: 1200px){
    .new-header-nav .menu a{
        padding-left: 48px !important;
        padding-right: 48px !important; 
    }
}

/*Homepage 3 Styles */

.cta-box-homepage3 .fl-module{
    background: #365A8A !important;
}

.cta-box-homepage3:hover .fl-module{
    background: #88A096!important;
}

.cta-box-homepage3 {
    margin-right: 30px;
    margin-left: 30px;
}

.fl-heading:hover a,
.fl-heading:hover a .fl-heading-text{
    color:#ceb32b !important;
}

.fx-bb-parent-sibling-menu.style2 h4:after{
    background: #067ca0 !important;
}


@media(min-width: 1025px){
    .cta-box-homepage3 {
        margin-right: 0px;
        margin-left: 0px;
    }

    .cta-box-homepage3 .fl-col-content{
        position:  relative;
        left: -30px
    }
}

.fx-bb-icon-cta {
    width: 170px;
    height: 170px;
}

.fx-bb-icon-cta .header {
    font-size: 16px;
    line-height: 1em;
}

.fx-bb-icon-cta i:before,
.fx-bb-icon-cta .icon {
    width: auto;
    height: auto;
}

.fx-bb-icon-cta-wrapper {
    margin: 0 auto 20px;
}

@media (max-width: 1025px) {
    .fl-node-5f7f301345d97.fl-row > .fl-row-content-wrap {
        padding-bottom: 90px;
    }

    .fl-node-5c3ddbf0340f4 .fl-menu-mobile-toggle {
        float: right;
    }
}

@media (min-width: 768px) {
    .fx-bb-icon-cta-wrapper {
        margin: 0;
    }
}

@media (min-width: 1025px) {
    .fx-bb-icon-cta {
        width: 260px;
        height: 260px;
    }

    .fx-bb-icon-cta .header {
        font-size: 20px;
        line-height: 20px;
    }
}

@media (min-width: 1200px) {
    .fx-bb-icon-cta {
        width: 300px;
        height: 300px;
    }

    .fx-bb-icon-cta .header {
        font-size: 26px;
        line-height: 19px;
    }
}


/*Header 3*/

@media(max-width: 768px){
    ul#menu-main-menu { clear: both; }

    /*.header-1-middle .fl-col-group > .fl-col:first-of-type {width: 70% !important; float: left;}  */


    .header-3-middle .fl-col-group > .fl-col:last-of-type{ width: 100% !important; }

    .header-3-middle .fl-node-5c35feb82846e.fl-module > .fl-module-content{ margin-top: 0 !important;}

    .header-3-middle .fl-menu-mobile-toggle .svg-container {
        display: block !important;
        margin: auto !important;
        text-align: center !important;

    }

    .header-3-middle .fl-menu-mobile-toggle  .fl-menu-mobile-toggle-label{
        display: block !important;
        margin: auto !important;
        text-align: center !important; 
    }

    /*.header-3-middle button.fl-menu-mobile-toggle.hamburger-label {
        position: absolute;
        top: 4px;
        right: 0px;
    }*/
}

.header-3-top{}

.header-3-bottom{
        border-width: 0 0 5px;
    border-style: solid;
    border-color: #eee;
}

.header-3-bottom .fl-page-nav-search,
.header-3-top .fl-page-nav-search{
    display: block !important;
    /*float: right;*/
   /* margin-right: 30px;*/
    position: relative !important;
}

.header-3-bottom .fl-page-nav-search form,
.header-3-top .fl-page-nav-search form{
    display: inline-block !important;
    position: relative !important;
    background: transparent !important;
    padding: 0;
    width: 100%;
    box-shadow: none !important;
    border-top: none !important;
    /*border-bottom: 2px solid #39423f;*/
}

.header-3-top .fl-page-nav-search{
    max-width: 300px;
    
}

.header-3-top .fl-page-nav-search form input.fl-search-input{min-height: 50px;}

.header-3-bottom .fl-page-nav-search form input.fl-search-input,
.header-3-top .fl-page-nav-search form input.fl-search-input {
    border-radius: 0 !important;
    background: #eef1f2 !important;
    border-color: transparent !important;
    padding: 20px 12px !important;
    border:none !important;
}

.header-3-bottom .fl-page-nav-search form input.fl-search-input::placeholder,
.header-3-top .fl-page-nav-search form input.fl-search-input::placeholder{
    color: #39423f !important;
}

.header-3-bottom .fl-page-nav-search a.fa-search{
    color: #39423f !important;
    z-index: 99999;
    top: 3px;
}

.header-3-top .fl-page-nav-search a.fa-search{
    color: #39423f !important;
    z-index: 99999;
    top: 8px;
}

.header-3-middle .menu ul.sub-menu a{
    padding: 15px 30px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    text-transform: none !important;
}


.header-3-middle .menu ul.sub-menu li:hover,
.header-3-middle .sub-menu > li.current-menu-item{
    background: #c8d1d4;

}

.header-3-middle .menu ul.sub-menu li:hover a,
.header-3-middle .sub-menu > li.current-menu-item > a{
    color: #39423f !important;
}

.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink .header-3-middle img{
    max-height: 90px !important;
}

.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink .header-3-top .uabb-btn,
.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink .header-3-top .fl-page-nav-search form input.fl-search-input{
    height: 40px !important;
    min-height: 40px;
}

.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink .header-3-top .fl-page-nav-search a.fa-search{
    top: 3px;
}

.masthead h1 {
    color: #fff !important;
}

@media(min-width: 1025px){
    .header-3-middle .desktop-searchbutton-wrapper .call-number a{
        color: #365A8A;
        font-size: 18px;
    }

    .header-3-middle .desktop-searchbutton-wrapper .call-number a:hover{
        color: #88A096;
    }

    .header-3-middle .cta-btn{
        background: #365A8A;
        color: #fff;
        text-transform: uppercase;
        display: block;
        padding: 10px 30px;
        font-weight: 600;
        float:left;
        letter-spacing: 1.2px;
        font-size: 14px;
        margin-right: 20px;
    }
    .header-3-middle .cta-btn.btn-right{
        float:right!important;  
        color:#85c727;
        margin-right:0;
        
    }
    .header-3-middle .cta-btn:hover{
        background: #88A096;
    }

    .header-3-middle .desktop-searchbutton-wrapper .fl-page-nav-search{
        top: 16%;
        position:relative;
        right:unset;
    }

    .header-3-middle .desktop-searchbutton-wrapper .fl-page-nav-search a.fa-search{
        color: #88A096 !important;
        position:relative;
    }

    .header-3-middle .fl-page-nav-search form{
        border-top-color: #88A096 !important;
    }
    .header-3-middle {
        border-width:  0 0 5px;
        border-style: solid;
        border-color: #eee;
    }
}




@media(min-width: 1200px){

    .header-3-middle .desktop-searchbutton-wrapper .call-number a{
        font-size: 18px;
    }

    .header-3-middle .cta-btn{ 
        font-size: 16px; 
        
    }
    .header-3-bottom .menu > li{
        font-size: 16px !important;
        padding: 0 15px;
    }

    .header-3-bottom .fl-toggle-plus .fl-has-submenu-container a{
        padding-right: 30px !important;
    }

    .header-3-bottom.menu a{
        padding-left: 16px !important;
        padding-right: 16px !important; 
    }
}


/* Homepage 3 Slider */
@media(min-width: 1025px){

    .homepage-3-slider .homepage-3-slide--content{
        max-width: 645px;
        margin: auto;
    }

    .homepage-3-slider .fl-row-content-wrap{ overflow: hidden; }

    .homepage-3-slider .fl-row-content-wrap:after{
        height: 546px;
        border-bottom-left-radius: 1092px;
        border-bottom-right-radius: 1092px;
        max-width: 1084px;
        margin:  0 auto;
      
    }
}


/* Blog Styles*/

.the-blog{
    margin-bottom: 15px;
}


.blog-info{
    border: 1px solid #c8d1d4;
    padding: 0px 30px;
    border-top: 4px solid #067ca0;
}

.blog-title{
    color: #b3221d;
}

.blog-date{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 12px;
    display: block;
}

.readmore{
    margin-bottom: 30px;
    display: block;
}

.blog-info a:hover,
.blog-info a:hover .blog-title{
    text-decoration: none;
    color: #067ca0;
}


.featured-blog-area,
.single-post-content,
.search-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.blog-listing-container{
    margin-bottom: 30px;
}

.blog-listing.featured_post {
    margin-bottom: 15px;
}

.blog-listing .blog-image-lg span {
    position: absolute;
    left: 15px;
    top: 20px;
    background: #067ca0;
    width: auto;
    padding: 10px;
    color: #fff;
    letter-spacing: 1px;
}
.the-blog:nth-child(odd) {
    clear: left;
}
@media(min-width: 992px){

    .the-blog:nth-child(odd) {
        clear: none;
    }
    .the-blog:nth-child(3n+1) {
        clear: left;
    }
}

.widget{
    margin-bottom: 30px;
}


.widget h3{
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-top: 0px;
    padding: 15px;
    margin-bottom: 0px;
    text-transform: uppercase;
    background: #067ca0;
    color: #fff;
    line-height: 1em;

}

.widget form {
    /*border: 1px solid #c8d1d4;*/
    padding: 15px;
    border-radius: 0;
    background: #f5f5f5;
}

.widget.widget_archive,
.widget.widget_recent_entries,
.widget.popular-posts{
   /* background: #c8d1d4;*/
   /*border: 1px solid #c8d1d4;*/
   background: #f5f5f5;
}

.widget.widget_archive select{
    margin: 15px;
    border-radius: 0;
    border: 1px solid #c8d1d4;
    width: calc(100% - 30px);
    background: #fff;
}


.widget.widget_recent_entries ul,
.widget.popular-posts ul{
    list-style: none;
    padding: 0px;
    margin: 0;
}

    .widget.widget_recent_entries li,
    .widget.popular-posts li{
        border-bottom: 1px solid #c8d1d4;
        padding: 15px;
    }

        .widget.widget_recent_entries li:last-child,
        .widget.popular-posts li:last-child{
            border-bottom: none;
        }







.wp-pagenavi {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 50px
}

.wp-pagenavi a,
.wp-pagenavi span {
    font-weight: 900;
    font-size: 17px;
    color: #fff;
    display: inline-block;
    padding: 8px 0;
    width: 40px;
    background: #c8d1d4;
    z-index: 1;
    position: relative;
    letter-spacing: 1px;
    margin-right: 5px;
    text-align: center;
    border: 1px solid #c8d1d4
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
    width: auto;
    padding: 5px 0;
    background: 0 0;
    border: none;
    font-size: 15px;
    color: #b3221d;
    margin-right: 10px
}

.wp-pagenavi a.nextpostslink {
    margin-left: 10px
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #b3221d;
    border: 1px solid #b3221d;
}

.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.previouspostslink:hover {
    border: none;
    background: 0 0;
    color: #c2c2c2;
}

.social-share {
    margin-left: -20px;
    margin-top: -20px;
}



.screen-reader-response {
    display: none;
}

.form-row input.wpcf7-not-valid {
    border: 1px solid #c52027 !important;
}

span.wpcf7-not-valid-tip {
    color: #c52027;
}

.fl-post-slider-wrapper {
    display: flex;
}


.fx-bb-new-ib-desc p,
.fx-bb-new-ib-desc p.fx-bb-new-ib-link {
    display: none;
}


@media(min-width: 1025px){
    .fx-bb-new-ib-desc p,
    .fx-bb-new-ib-desc p.fx-bb-new-ib-link {
        display: block;
    }
}


/*client login block*/

.desktop-clientLogin-wrapper{
    text-align:right;
}


.desktop-clientLogin-wrapper img{
    max-width:200px;
}

.d-none{
    display:none!important;
}



.header-3-middle .fl-page-nav-search a.fa-search{
    font-size:40px;
    padding: 0 8px;
    margin-top: 24px;
}


.fl-node-5c3dcd906942c {
    
     background-color: #ffffff !important;   
}    

.fl-menu-toggle {
     display: none !important;      
}

    
    
    


