.fl-builder-edit .site-header {
    position: relative;
    top: auto !important;
    -webkit-box-shadow: 0 1px 6px #dcdcdc;
    box-shadow: 0 1px 6px #dcdcdc
}

.full-width-content.fl-builder .content {
    width: auto
}

.fl-builder-block-thumbnail {
    background-size: cover !important
}

.fl-builder .post-edit-link {
    display: none
}

.fl-number {
    font-size: 15px;
    line-height: 1.4
}

.fl-number>div>span {
    width: 100%;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 2px
}

.fl-number-string {
    font-weight: 500
}

.fl-row.box-shadow>.fl-row-content-wrap>.fl-row-content {
    -webkit-box-shadow: 2px 2px 4px #b5b5b5;
    box-shadow: 2px 2px 4px #b5b5b5
}

.fl-col.box-shadow>.fl-col-content {
    -webkit-box-shadow: 2px 2px 4px #ececec;
    box-shadow: 2px 2px 4px #ececec
}

.fl-row-bg-slideshow .fl-row-content {
    z-index: 1
}

.fl-button {
    letter-spacing: 2px
}

.fl-builder-content .fl-button:visited,
.fl-builder-content a.fl-button {
    font-weight: bold
}

body .bg-half-left .fl-row-content-wrap,
body .bg-half-right .fl-row-content-wrap {
    background-size: contain
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

/*.list-inline-item:not(:last-child) {
    margin-right: 5px
}*/

.position-top {
    position: relative;
    z-index: 1
}

.site-inner {
   /* -webkit-box-shadow: 0 1px 6px #dcdcdc;
    box-shadow: 0 1px 6px #dcdcdc*/
}

.full-width-content .site-inner {
    max-width: 100%;
    padding: 0
}

.entry-content ul>li {
    position: relative
}

.entry-content ul>li span {
    display: inline-block;
    vertical-align: middle
}

.icon-fixed-height .fl-photo img {
    height: 80px;
    width: auto
}

.img-hide {
    display: none
}

[class*=' icon-custom-']:before,
[class^=icon-custom-]:before {
    content: '';
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px
}

.icon-custom-list:before {
    background-image: url(../images/icon-custom-11.png)
}

.icon-custom-calculator:before {
    background-image: url(../images/icon-custom-14.png)
}

.icon-custom-check:before {
    background-image: url(../images/icon-custom-10.png)
}

.icon-custom-penpaper:before {
    background-image: url(../images/icon-custom-13.png)
}

.icon-custom-creditcard:before {
    background-image: url(../images/icon-custom-12.png)
}

.icon-custom-refresh:before {
    background-image: url(../images/icon-custom-15.png)
}

.icon-custom-foundation-based:before {
    background-image: url(../images/icon-custom-16.png)
}

.icon-custom-mobile-friendly:before {
    background-image: url(../images/icon-custom-17.png)
}

.icon-custom-mutli-scroll:before {
    background-image: url(../images/icon-custom-18.png)
}

.icon-custom-responsive-layout:before {
    background-image: url(../images/icon-custom-19.png)
}

.slick-dots {
    margin-left: 0 !important
}

.slick-dots li {
    list-style-type: none !important;
    margin: 4px;
    display: inline-block
}

.slick-dots li button {
    padding: 5px;
    border: 3px solid #8EBEEE;
    background: none;
    border-radius: 50%;
    color: transparent;
    width: 19px;
    height: 19px
}

.slick-dots li.slick-active button {
    border-color: #F3A42B
}

#scroll-to-top {
    display: none;
    position: fixed;
    left: 30px;
    bottom: 20px;
    padding-top: 7px;
    padding-bottom: 2px;
    background-color: #000;
    z-index: 9999;
    border-radius: 3px;
    cursor: pointer
}

#scroll-to-top>span {
    font-size: 37px;
    line-height: 22px;
    color: white;
    width: auto;
    height: auto
}

.site-header {
    
}





/*.nav-primary .genesis-nav-menu>li>a span:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    background-color: #0B509F;
    height: 2px;
    width: 40px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden
}

.nav-primary .genesis-nav-menu>li>a:hover span:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible
}

.nav-primary .genesis-nav-menu>li.current-menu-ancestor>a span:before,
.nav-primary .genesis-nav-menu>li.current-menu-item>a span:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible
}*/

.email-add:before {
    content: 'Email: '
}

.phone:before {
    content: 'Call '
}

/*#utility-bar {
    background-color: #006DDD;
    color: #fff;
    padding: 10px;
    letter-spacing: 3px;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease
}*/

/*#utility-bar>.wrap {
    width: 100%;
    max-width: 1220px;
    margin: auto
}
*/
/*#utility-bar .widget {
    margin-bottom: 0
}

#utility-bar .widget .widget-title {
    display: none
}

#utility-bar .widget ul>li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 100px
}

#utility-bar .widget ul>li:first-child {
    margin-left: 0
}

#utility-bar a {
    color: #fff;
    text-decoration: none
}*/

.banner-inner {
    height: 475px
}

.banner-inner>.fl-row-content-wrap {
    height: 100%
}

.banner-inner>.fl-row-content-wrap>.fl-row-content {
    position: relative;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#banner>.fl-row-content-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: -webkit-linear-gradient(-90deg, white 0, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%);
    background: -moz-linear-gradient(180deg, white 0, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(15%, rgba(255, 255, 255, 0.8)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, white 0, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%);
    background: -o-linear-gradient(top, white 0, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(180deg, white 0, rgba(255, 255, 255, 0.8) 15%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%);
    z-index: 1
}

.home:not(.fl-builder-mobile) .site-inner {
    margin-top: 0 !important
}

.service .fl-callout-photo-left {
    position: relative
}

.service .fl-callout-photo-left:before {
    content: '';
    background-color: rgba(0, 108, 221, 0.1);
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 0
}

.service .fl-callout-photo-left .fl-callout-photo {
    padding-right: 0
}

.service .fl-callout-photo-left .fl-callout-content {
    padding-left: 10px;
    padding-right: 10px
}

/*#genesis-footer-widgets {
    background-image: url(../images/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7
}*/

.nav-secondary {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 30px;
    text-align: center
}

.nav-secondary>.wrap {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: .5rem 1rem
}

.nav-secondary a {
    font-size: 14px
}

.footer-widget-area .widget-title {
    color: #fff
}



@media only screen and (min-width:751px) {
    .text-sm-right {
        text-align: right
    }

    .text-sm-left {
        text-align: left
    }

    .blog .mobile {
        display: none
    }

    .blog .desktop {
        display: block
    }

    .blog .fl-post-date {
        width: 102px;
        font-size: 25px
    }

    .blog .fl-post-date .day {
        font-size: 50px
    }

    .service .fl-callout-photo-left:before {
        bottom: 10%
    }
}

@media only screen and (min-width:769px) {
    body .bg-half-left .fl-row-content-wrap {
        background-position: left !important
    }

    body .bg-half-right .fl-row-content-wrap {
        background-position: right !important
    }

    .bg-half-left .fl-row-content-wrap:before,
    .bg-half-right .fl-row-content-wrap:before {
        content: '';
        background-color: white;
        position: absolute;
        top: 0;
        bottom: 0
    }

    .bg-half-left .fl-row-content-wrap:before {
        left: 70%;
        right: 0
    }

    .bg-half-right .fl-row-content-wrap:before {
        left: 0;
        right: 70%
    }

    .bg-half-left .fl-col>.fl-col-content,
    .bg-half-right .fl-col>.fl-col-content {
        position: relative
    }
}

@media only screen and (min-width:960px) {
    /*#utility-bar {
        text-align: right
    }*/

 /*   .site-header>.wrap {
        width: 100%;
        max-width: 1273px;
        margin: auto
    }*/

    

    .genesis-nav-menu {
        display: table
    }

    .genesis-nav-menu>.menu-item {
        padding-left: 30px;
        padding-right: 30px
    }

   /* #genesis-footer-widgets {
        padding-top: 90px;
        padding-bottom: 90px
    }*/

   
}

@media only screen and (min-width:993px) {
    .service .fl-callout-photo-left .fl-callout-photo {
        width: 40%
    }

    .service .fl-callout-photo-left .fl-callout-content {
        width: 60%
    }
}

@media only screen and (min-width:1200px) {
    .bg-half-left .fl-row-content-wrap:before {
        left: 50%;
        right: 0
    }

    .bg-half-right .fl-row-content-wrap:before {
        left: 0;
        right: 50%
    }
}



@media only screen and (max-width:1199px) {
    .fl-builder-mobile .fl-row-full-height .fl-row-content-wrap {
        min-height: auto
    }

    /*.wp-custom-logo .title-area {
        max-width: 100%;
        width: 100%;
    
    }*/

}

@media only screen and (max-width:959px) {
    .footer-widgets .wrap {
        width: 100%;
        max-width: 500px
    }
    .menu-toggle {
    	display: none;
    }


}


