/**
* Theme Name: Miller Interior Design
* Author: Rocketship
* Author URI: www.getrocketship.com
* Template: Divi
* Text Domain: miller-child-theme
*/

@import "css/_fonts.css";
@import "css/_header.css";
/* Typography */
body{
    font-family: "Neue Montreal";
    letter-spacing: 1.4px;
}
h1, h2, h3, h4{
    font-family: "Saol Display";
    font-weight: 500;
}
h2.h1{
    font-size: 50px;
}
h3{
    font-size: 32px!important;
}
h4{
    font-size: 22px!important;
    line-height: 30px;
}
h5{
    font-family: "Neue Montreal";
    font-size: 14px!important;
    line-height: 1.8!important;
    font-weight: 500;
    letter-spacing: 1.05px;
    text-transform: uppercase;;
}
h6{
    font-family: "Neue Montreal";
    font-size: 22px!important;
    font-weight: 500;
    line-height: 30px!important;
}
h2, .et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2{
    font-size: 60px!important;
}
@media all and (max-width: 980px){
    h1{
        font-size: 40px!important;
    }
    h2{
        font-size: 32px!important;
    }
    h3{
        font-size: 26px!important;
    }
}
/*General*/
blockquote{
    border-left: 0;
    margin: 0;
    font-family: "Saol Display";
    font-size: 32px;
    font-style: italic;
    line-height: 40px;
    font-weight: 500;
}
.et_pb_button, .et_pb_button:hover{
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    padding-right: 30px!important;
    padding-left: 20px!important;
}
.et_pb_button:after{
    content: '';
    background-image: url("img/arrow-right-white.svg");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.et_pb_button.et_pb_bg_layout_dark, .et_pb_button.et_pb_bg_layout_dark:hover{
    background-color: transparent!important;
    border: solid 2px #E5E5E0!important;
    color: #000!important;
}
.et_pb_button.et_pb_bg_layout_dark:after{
    background-image: url("img/arrow-right-black.svg");
}
.et_pb_button.et_pb_bg_layout_dark.text-white{
    color: #fff!important;
}
.et_pb_button.et_pb_bg_layout_dark.text-white:after{
    background-image: url("img/arrow-right-white.svg");
}
.line-middle, .line-bottom, .line-top-bottom, .service-sub-header-lines{
    position: relative;
}
.vertical-line{
    position: absolute;
    left: 50%;
    width: 1px;
    height: 98%;
    background-color: #E5E5E0;
    top: 50%;
    transform: translateY(-50%);
}
.hor-lines-top-bottom{
    lefT: 1%;
    width: 98%;
    height: 98%;
    position: absolute;
    border-top: 1px solid #E5E5E0;
    border-bottom: 1px solid #E5E5E0;
    top: 50%;
    transform: translateY(-50%);
}
.hor-lines-bottom{
    left: 1%;
    width: 98%;
    height: 98%;
    position: absolute;
    border-bottom: 1px solid #E5E5E0;
    top: 50%;
    transform: translateY(-50%);
}
.services-line-bottom, .services-line-top{
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
    position: absolute;
    display: block;
    z-index: 998;
    left: 50%;
    transform: translateX(-50%);
}
.services-line-bottom{
    bottom: 10px;
}
.services-line-top{
    top: 70px;
}
@media all and (max-width: 980px){
    .container, .et_pb_row{
        width: 90%;
    }
    .hide-lines-mobile .vertical-line, .hide-lines-mobile-middle .vertical-line{
        background-color: transparent;
    }
    .hide-lines-mobile .hor-lines-top-bottom {
        border-bottom: 1px solid transparent;
    }
}
@media all and (max-width: 768px){
    .hide-on-mobile{
        display: none;
    }
}
/*Full size slider*/
.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}
.et_fullscreen_slider .et-pb-controllers{
    text-align: left;
    width: 1360px;
    margin: auto;
    position: relative;
    height: 100%;
    top: -100%;
}
.et_fullscreen_slider .leftControlls{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.et_fullscreen_slider .et-pb-controllers a{
    text-indent: 1px;
    width: auto;
    height: auto;
    background-color: transparent;
}
.et_fullscreen_slider .et-pb-controllers a:after{
    content: '';
    width: 10px;
    height: 1px;
    margin-left: 20px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
}
.et_fullscreen_slider .et-pb-controllers a.et-pb-active-control:after{
    width: 40px;
}

.et_fullscreen_slider .et-pb-controllers a{
    display: block;
    color: rgba(255,255,255,0.5);
}
.et_fullscreen_slider .et-pb-controllers a.et-pb-active-control{
    color: #fff;
}
.et_fullscreen_slider .et-pb-controllers a:not(:last-child){
    margin-bottom: 30px;
}
#home-slider-arrows .et-pb-arrow-next, #home-slider-arrows .et-pb-arrow-prev{
    position: relative;
    top: 50%;
    color: #000;
    margin-top: auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
}
#home-slider-arrows{
    text-align: center;
}
#home-slider-arrows .slider-arrow-left{
    margin-right: 5px;
}
#home-slider-arrows .slider-arrow-right{
    margin-left: 5px;
}
.slider-arrow-left, .slider-arrow-right{
    width: 40px;
    height: 14px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.slider-arrow-left:after, .slider-arrow-right:before{
    top: 6px;
}
.slider-arrow-left:before, .slider-arrow-left:after, .slider-arrow-right:before, .slider-arrow-right:after{
    content: '';
    position: absolute;
}
.slider-arrow-left:after{
    width: 35px;
    height: 2px;
    background-color: rgb(0,0,0);
    right: 0;
}
.slider-arrow-left:before{
    width: 10px;
    height: 14px;
    background-image: url("img/arrow-left-gray.svg");
    background-repeat: no-repeat;
    background-position: left;
    left: 0;
}
.slider-arrow-right:before{
    width: 35px;
    height: 2px;
    background-color: rgb(0,0,0);
    left: 0;
}
.slider-arrow-right:after{
    width: 10px;
    height: 14px;
    background-image: url("img/arrow-right-black.svg");
    background-repeat: no-repeat;
    background-position: left;
    right: 0;
}
.et_fullscreen_slider h5{
    margin-top: 30px;
}
.et_fullscreen_slider .et_pb_slide_description{
    padding: 5% 8%;
}
@media all and (max-width: 980px){
    .et_fullscreen_slider{
        padding-top: 50px;
        width: 90%;
        margin: auto;
    }
    .homepage_slider .et_pb_slide_description{
        height: 150px;
    }
    .homepage_slider .et_pb_slide_content{
        display: none;
    }
    .homepage_slider.et_fullscreen_slider .et-pb-controllers a{
        text-indent: 99999px;
    }
    .et_fullscreen_slider .et-pb-controllers a{
        display: inline-block;
        width: 20px;
    }
    .et_fullscreen_slider .et-pb-controllers a:not(:first-child){
        margin-left: 10px;
    }
    .et_fullscreen_slider .et-pb-controllers a:not(:last-child) {
        margin-bottom: 0;
    }
    .et_fullscreen_slider .leftControlls{
        bottom: 15px;
        transform: none;
        top: auto;
        width: 100%;
        text-align: center;
    }
    .et_fullscreen_slider .et-pb-controllers a:after{
        width: 1px;
        height: 5px;
    }
    .et_fullscreen_slider .et-pb-controllers a.et-pb-active-control:after{
        width: 1px;
        height: 20px;
    }
    .et_fullscreen_slider .et-pb-controllers a:after{
        vertical-align: bottom;
        margin-left: auto;
    }
    .et_fullscreen_slider .et-pb-controllers{
        width: 100%;
    }
}
/*Home section 2*/
.home-2-25{
    font-family: "Neue Montreal";
    font-weight: 500;
    color: #000;
    font-size: 11px;
}
.home-2-25 .home-2-nr{
    font-family: "Saol Display";
    font-size: 32px;
    margin-right: 15px;
    vertical-align: middle;
}
.home-2-scroll a{
    color: #000;
}

.home-2-scroll img{
    margin-right: 10px;
}
@media all and (max-width: 980px){
    .home-2-25 .et_pb_column_3_5{
        display: none;
    }
    .home-2-25 .et_pb_column_1_5{
        width: 50%!important;
    }
    .home-2-25 .et_pb_with_border.et_pb_row{
        border-top-color: transparent;
        border-bottom: 1px solid #0000001a;
        padding-bottom: 0px!important;
        margin-bottom: 0!important;
    }
    .home-2-25 .et_pb_column_2{
        border-left: none;
    }
    .home-2-25 .et_pb_column_0 span{
        display: table-cell;
    }
    .home-2-25 span:last-child{
        padding: 0 5px;
        line-height: 13px;
    }
    .home-2-25 .et_pb_column{
        margin-bottom: 0!important;
        padding-bottom: 10px;
    }
}
/*Section 3*/
.special-text{
    color: #FF4100;
    font-family: "Montreuil";
    font-size: 120px;
}
.sec-2-img-left{
    position: absolute;
    bottom: 0;
}
.sec-3-img-2 {
    margin-right: -20px!important;
    z-index: 9999;
}
.testimonials-text{
    font-family: "Saol Display";
    color: #005568;
    font-size: 32px;
    line-height: 40px;
}
.sec-3-text-left{
    font-family: "Neue Montreal";
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.sec-3-btn, .sec-3-img-right-bottom{
    float: left;
}
.sec-3-img-right-bottom{
    float: right;
    padding-top: 15px;
}
.sec-3-3-text{
    font-family: "Montreuil";
    line-height: 48px;
    color: #FF4100;
    font-size: 70px;

}
.sec-3-small-text{
    font-size: 12px;
    font-family: "Neue Montreal";
    text-transform: uppercase;
}
.sec-3-sec-3-text-4{
    font-size: 22px;
    font-family: "Neue Montreal";
    line-height: 30px;
    font-weight: 500;
}
.sec-3-sec-3-text-last {
    font-size: 14px;
    line-height: 24px;
}
.blurb-miller h4.et_pb_module_header{
    font-family: "Saol Display";
    color: #005568;
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 150px;
    margin: auto;
    margin-top: 40px;
}
.blurb-miller .et_pb_blurb_description{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    font-family: "Neue Montreal";
    line-height: 18px;
    letter-spacing: 1.4px;
    padding-top: 20px;
}
.blurb-miller a{
    margin-top: 20px!important;
    display: inline-block;
}

@media all and (max-width: 1200px) and (min-width: 981px){
    .sec3-sec-2 .et_pb_column_1_2{
        padding-right: 0;
        padding-left: 100px;
    }
}
@media all and (max-width: 980px) {
    .special-text{
        font-size: 70px;
        line-height: 32px;
    }
    .sec3-sec-2 .vertical-line{
        display: none;
    }
    .sec-3-text-left{
        position: absolute;
        top: -50px;
    }
}
@media only screen and (max-width: 767px){
    .sec-3-text-left {
        top: -150px;
    }
    .sec3-sec-2 {
        background-position: 0 200px!important;
        background-size: contain!important;
    }
}
@media (max-width: 479px){
    .sec3-sec-2 .et_pb_column_1_4  {
        width: 50%!important;
    }
    .sec-2-img-left img{
        height: 150px;
    }
}
/*Section services*/
.et_pb_bg_layout_dark .et_pb_slide_description{
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.services-section .et_pb_slide_description{
    padding: 60px 0;
    display: table;
}
.services-section .et_pb_slide_title, .services-section .et_pb_slide_content{
    display: table-cell;
}
.services-section h2.et_pb_slide_title{
    font-family: "Neue Montreal" !important;
    font-size: 22px!important;
    line-height: 30px;
}
.services-section .et_pb_slide_content{
    font-family: "Neue Montreal";
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding-left: 100px;
}
.services-section .et-pb-controllers{
    display: none;
}
.design-services{
    font-size: 60px;
    color: #fff;
    font-weight: 500;
}
.fancy-text{
    font-family: "Montreuil";
    font-size: 70px;
    color: #FFEAD9;
    margin-right: -20px;
    margin-top: -10px;
}
.design-services span{
    display: inline-block;
}
.design-services-bottom{
    cursor: pointer;
    position: relative;
}
.design-services-bottom .et_pb_code_inner div{
    display: table-cell;
}
.design-services-bottom .et_pb_code_inner div:first-child{
    font-family: "Neue Montreal";
    color: #000;
    letter-spacing: 1.05px;
    padding-right: 20px;
}
.design-services-bottom span{
    display: block;
}
.design-services-bottom span:first-child{
    font-family: "Saol Display";
    font-size: 32px;
    font-weight: 500;
    color: #000
}
.design-services-bottom span:last-child{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.28px;
    font-weight: 500;
}
.design-services-bottom.active-design-button{
    background-color: rgba(255,255,255,0.1);
}
.design-services-bottom.active-design-button span, .design-services-bottom.active-design-button .et_pb_code_inner div:first-child{
    color: #fff;
}
.design-services-bottom.active-design-button .et_pb_code_inner a:after{
    position: absolute;
    right: 20px;
    content: '';
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-image: url("img/arrow-right-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
}
@media all and (max-width: 1320px){
    .design-services-bottom.active-design-button .et_pb_code_inner a:after{
        width: 20px;
        height: 20px;
        right: 10px;
    }
}

@media only screen and (max-width: 767px){
    .design-services-img img{
        width: 150px;
    }
    .services-section .et_pb_slide_description{
        display: block;
    }
    .services-section .et_pb_slide_content{
        padding-left: 0;
    }
    .services-section .et_pb_slide_description{
        padding: 40px 0;
    }
    .design-services-bottom:last-child{
        border-bottom-width: 1px;
        border-bottom-color: #cbc9bb;
    }
}

/* sec-4-home */
.sec-4-home .sec-4-home-img-left, .sec-4-home .sec-4-home-img-left .et_pb_code_inner{
    height: 100%;
}
.sec-4-img-2{
    position: absolute;
    bottom: 0;
}
.sec-4-img-3{
    margin-bottom: 20px;
    margin-top: -40px;
    z-index: 9999;
    position: relative;
}
.sec-4-year{
    color: #000;
    position: absolute;
    right: -35px;
    top: 35px;
    font-weight: 500;
    font-size: 22px;
    transform: rotate(-90deg);
}
.sec-4-year:before{
    content: '';
    width: 20px;
    height: 2px;
    background-color: #000;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
@media all and (max-width: 980px){
    .sec-4-year{
        display: none;
    }
    .sec-4-home .sec-4-home-img-left .et_pb_code_inner{
        overflow:auto;
    }
    .sec-4-img-3{
        margin-bottom: 0;
    }
}

/*Section 5*/
.h2-fancy h2 span{
    font-family: "Montreuil";
    color: #FF5416;
    font-size: 120px;
}
.sec-5-left .et_pb_image{
    margin-right: -100px;
}
.section-5-home .et_pb_column_3_5{
    z-index: 999;
}
@media all and (max-width: 1280px) and (min-width: 981px){
    .sec-5-left .et_pb_image {
        margin-right: -60px;
    }
}
@media all and (max-width: 980px){
    .sec-5-left .et_pb_image {
        margin-right: auto;
    }
    .h2-fancy h2 span{
        font-size: 70px;
    }
}

/*Section 6*/
.sec-6-view-all{
    position: absolute;
    right: 0;
    top: 25px;
}
.sec-6-view-all a, .sec-6-view-all-mobile a{
    color: #000;
    font-weight: bold;
}
.sec-6-view-all a:after, .sec-6-view-all-mobile a:after{
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("img/arrow-right-black.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 50%;
    margin-left: 20px;
    display: inline-block;
    vertical-align: bottom;
}
.blog-section .et_pb_column{
    padding: 10px 10px 0;
}
.blog-section h2.entry-title{
    font-size: 16px!important;
    font-weight: 500!important;
    color: #000;
    line-height: 24px !important;
    text-align: center;
    padding: 10px 20px;
    font-family: "Neue Montreal"!important;
}
.blog-section article{
    display: flex;
    flex-flow: column;
    margin-bottom: 30px;
}
.blog-section article .post-meta{
    text-align: center;
    color: #9F9F9F;
    font-size: 12px;
    order: 1;
}
.blog-section article .entry-title{
    order: 2;
}
.blog-section article .post-content{
    order: 3;
}
.blog-section article .post-content a.more-link{
    text-indent: -999999px;
    opacity: 0;
    padding-bottom: 20px;
}
.blog-section article .post-content .more-link:after{
    content: '';
    width: 36px;
    height: 36px;
    background-image: url("img/arrow-right-colored.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 50%;
    display: block;
    margin: auto;
    vertical-align: bottom;
}
.blog-section article:hover .post-content a.more-link{
    opacity: 1;
    transition: opacity 0.5s;
}
.blog-section article:hover{
    background-color: #fff;
}
.blog-section article:hover h2 a{
    color: #005568;
    text-decoration: underline;
}
.blog-section article .entry-featured-image-url img{
    height: 250px;
    object-fit: cover;
}
.blog-section article:hover .entry-featured-image-url img{
    transform: scale(0.8);
}
.blog-section article:hover img{
    transition: transform 0.5s;
}
@media all and (max-width: 980px){
    .blog-section article .post-content{
        display: none;
    }
}

/*Video*/
.et_pb_video_play:before{
    content: "";
    background-image: url("img/play.svg");
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 128px;
    height: 128px;
    display: inline-block;
}
.behind-scenes .et_pb_video_overlay:after{
    position: absolute;
    width: 100%;
    padding: 40px 10px;
    content: 'behind the scenes';
    text-transform: uppercase;
    color: #fff;
    top: 0;
    display: inline-block;
    z-index: 9999;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
@media all and (max-width: 980px) {
    .et_pb_video_play:before{
        width: 64px;
        height: 64px;
    }
    .behind-scenes .et_pb_video_overlay:after{
        padding: 10px 10px;
    }
    .et_pb_video_play{
        margin-left: -32px!important;
    }
}

/*Testimonials*/
.testimonials .dica_divi_carouselitem{
    background-color: #fff;
    padding: 60px;
    background-image: url("img/client feedback new icon.png");
    background-size: 200px;
    background-position: 95% 5%;
    background-repeat: no-repeat;
}
.testimonials .content {
    line-height: 30px;
    font-size: 22px!important;
    padding-bottom: 60px;
}
.testimonials .item-title {
    order: 2;
    position: relative;
    font-family: "Saol Display";
    color: #005568;
    line-height: 40px;
    font-size: 32px!important;
    font-weight: 500;
    padding-bottom: 0;
    margin-top: auto;
}
.testimonials .item-subtitle {
    order: 3;
    color: #9F9F9F;
    font-weight: 500;
    font-size: 14px!important;
}
.testimonials .item-title, .testimonials .item-subtitle{
    padding-left: 100px;
}
.testimonials .item-title:before{
    content: '';
    width: 50px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 18px;
}
.test-nr{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 60px;
}

.testimonials-fancy-text{
    color: #FF4100;
    font-size: 70px;
    font-family: "Montreuil";
    text-transform: lowercase;
    top: 10px;
    display: inline-block;
    position: relative;
}
.testimonial-client{
    margin-top: -20px;
}
.testimonials .swiper-buttton-container{
    position: absolute;
    margin: auto;
    left: 50%;
    top: -80px;
}
.testimonials.dica_divi_carousel .swiper-buttton-container .swiper-button-prev,
.testimonials.dica_divi_carousel .swiper-buttton-container .swiper-button-next{
    background-color: transparent!important;
}
.testimonials.dica_divi_carousel .swiper-buttton-container .swiper-button-prev:before,
.testimonials.dica_divi_carousel .swiper-buttton-container .swiper-button-prev:after,
.testimonials.dica_divi_carousel .swiper-buttton-container .swiper-button-next:before,
.testimonials.dica_divi_carousel .swiper-buttton-container .swiper-button-next:after{
    content: '';
    position: absolute;
}
.testimonials.dica_divi_carousel .swiper-buttton-container .swiper-button-prev:before{
    width: 10px;
    height: 14px;
    background-image: url(img/arrow-left-gray.svg);
    background-repeat: no-repeat;
    background-position: left;
    left: 0;
}
.testimonials.dica_divi_carousel .swiper-buttton-container .swiper-button-prev:after{
    width: 45px;
    height: 2px;
    background-color: #000;
    left: 0;
    top: 6px;
}
.testimonials.dica_divi_carousel .swiper-buttton-container .swiper-button-next:before{
    width: 45px;
    height: 2px;
    background-color: #000;
    left: 0;
    top: 6px;
}
.testimonials.dica_divi_carousel .swiper-buttton-container .swiper-button-next:after{
    width: 10px;
    height: 14px;
    background-image: url(img/arrow-right-black.svg);
    background-repeat: no-repeat;
    background-position: left;
    right: 0;
}
.testimonials.dica_divi_carousel .swiper-buttton-container .swiper-button-prev.swiper-button-disabled:after,
.testimonials.dica_divi_carousel .swiper-buttton-container .swiper-button-next.swiper-button-disabled:before{
    width: 35px;
}
.testimonials.dica_divi_carousel .swiper-buttton-container .swiper-button-prev.swiper-button-disabled:after{
    left: auto;
    right: 0;
}
@media all and (max-width: 980px){
    .testimonials.dica_divi_carousel .swiper-buttton-container{
        display: none!important;
    }
    .testimonial-client h5{
        text-align: center;
    }
    .testimonials .item-title, .testimonials .item-subtitle {
        padding-left: 60px;
    }
    .testimonials .dica_divi_carouselitem{
        padding: 30px;
    }
    .testimonials .dica_divi_carouselitem{
        background-size: 70px;
    }
}
/*Schedule a consultation*/
.fancy-text-simple{
    text-transform: capitalize;
}
.fancy-text-simple, .fancy-text-simple-lowercase, .fancy-text-simple-lowercase-inline, .fancy-text-h2-inline {
    font-size: 70px;
    font-family: "Montreuil";
    line-height: 48px;
    color: #FF4100;
    top: 10px;
    display: inline-block;
    position: relative;
}
.fancy-text-simple-lowercase{
    text-transform: lowercase;
    display: block;
    top:-10px
}
.fancy-text-h2-inline{
    top:-10px
}
.fancy-text-simple-lowercase-inline{
    top: 5px;
    text-transform: lowercase;
}
@media all and (max-width: 980px){
    .fancy-text-simple, .fancy-text-simple-lowercase, .fancy-text-h2-inline{
        line-height: 38px;
    }
}
/*Instagram section*/
.insta-title-left img, .insta-title-left span{
    display: inline-block;
    vertical-align: middle;
}
.insta-title-text{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.4px;
}
.insta-title-line{
    width: 48px;
    height: 1px;
    background-color: #000;
    margin: 0 20px;
}
.insta-social {
    text-align: right;
}
.insta-social a{
    color: #000;
    font-weight: 500;
}
.insta-social a:not(:last-child){
    margin-right: 20px;
}
@media all  and (max-width: 980px){
    .insta-social{
        text-align: center;
    }
    .insta-social table, .insta-social tr, .insta-social td, .insta-social tbody{
        border: 0!important;
        vertical-align: middle;
    }
    .insta-social td{
        text-align: center;
    }
    .insta-social a{
        display: block;
    }
    .insta-social a:not(:last-child){
        margin-bottom: 20px;
    }
    .insta-social a:not(:last-child){
        margin-right: auto;
    }

}

/*Footer*/
#footer-widgets .footer-widget:first-child .widget_media_image img{
    width: 19px;
}
#footer-widgets {
    padding: 50px 0 0;
}
#footer-widgets .footer-widget:first-child .widget_text h3{
    color: #fff;
    margin-top: 25px;
}
#footer-widgets .footer-widget:nth-child(2) .widget_custom_html{
    width: 100%;
}
.newsletter-footer input{
    border-top:0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    border-left: 0;
    background-color: transparent;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 10px 0;
    color: #fff;
}
.newsletter-footer input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255,255,255,0.6);
}
.newsletter-footer input::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255,255,255,0.6);
}
.newsletter-footer input:-ms-input-placeholder { /* IE 10+ */
    color: rgba(255,255,255,0.6);
}
.newsletter-footer input:-moz-placeholder { /* Firefox 18- */
    color: rgba(255,255,255,0.6);
}
.newsletter-footer button, .form_newsletter_ac button{
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    background-image: url("img/arrow-right-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 10px;
}
.newsletter-footer button:hover, .form_newsletter_ac button:hover{
    border-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#footer-widgets .footer-widget:nth-child(3) .widget_text{
    margin-bottom: 40px;
}
#footer-widgets .footer-widget:nth-child(3) img, #footer-widgets .footer-widget:nth-child(3) span{
    vertical-align: baseline;
}
#footer-widgets .footer-widget:nth-child(3) img{
    padding: 3px 10px 5px 0;
    margin-right: 10px;
    width: 90px;
    /* border-right: 1px solid rgba(255,255,255,0.3); */
}
#footer-widgets .footer-widget:nth-child(3) .yelp-line{
    width: 18px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    margin: 0 10px
}
#footer-widgets .footer-widget:nth-child(4) .widget_nav_menu{
    margin-bottom: 30px;
}
#footer-widgets .footer-widget:nth-child(4) .widget_nav_menu li{
    text-transform: uppercase;
}
#footer-widgets .footer-widget:nth-child(4) .widget_nav_menu li:before{
    border-color: transparent;
}
#footer-widgets .footer-widget:nth-child(4) .widget_custom_html .et_pb_button.et_pb_bg_layout_dark, #footer-widgets .footer-widget:nth-child(4) .widget_custom_html .et_pb_button.et_pb_bg_layout_dark:hover{
    color: #fff!important;
}
#footer-widgets .footer-widget:nth-child(4) .widget_custom_html .et_pb_button.et_pb_bg_layout_dark:after{
    background-image: url(img/arrow-right-white.svg);
}
#footer-widgets-2 .footer-widget, #footer-widgets-2 .widget_custom_html, #footer-widgets-2 .custom-html-widget{
    width: 100%;
}
.footer-logos-table{
    display: table;
    width: 100%
}
.footer-logos-table a{
    display: table-cell;
    vertical-align: middle;
    width: 16.6%;
    background-color: #BAB8AC;
    padding: 20px;
    text-align: center;
}
.footer-logos-table a img{
    max-width: 160px;
    max-height: 70px;
}
#footer-bottom .container{
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 15px;
}
.et-social-icons a {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
}
@media all and (min-width: 981px){
    .footer-logos-table a:not(:last-child){
        border-right: 10px solid #B1AFA1;
    }
}
@media all and (max-width: 980px) and (min-width: 768px){
    #footer-widgets .footer-widget:nth-last-child(-n+2) {
        margin-bottom: 40px !important;
    }
    .footer-widget:nth-child(n) {
        width: 100%!important;
    }
    .footer-logos-table, .footer-logos-table a{
        display: block;
    }
    .footer-logos-table a{
        width: 33.3%;
        float: left;
    }
    .footer-logos-table a:not(:nth-child(3n)){
        border-right: 10px solid #B1AFA1;
    }
    .footer-logos-table a:first-child, .footer-logos-table a:nth-child(2), .footer-logos-table a:nth-child(3){
        margin-bottom: 10px;
    }
}
@media all and (max-width: 767px){
    #footer-widgets .footer-widget:first-child{
        text-align: center;
    }
    #footer-widgets .footer-widget:first-child  .widget_media_image{
        margin-bottom: 10px!important;
    }
    #footer-widgets .footer-widget:first-child  .widget_media_image, #footer-widgets .footer-widget:first-child  .widget_text{
        width: 100%;
    }
    .newsletter-footer, .newsletter-footer input{
        text-align: center;
    }
    .newsletter-footer button{
        display: inline-block;
    }
    #footer-widgets .et_pb_widget{
        width: 100%;
        text-align: center;
    }
    #footer-widgets .footer-widget:nth-child(4){
        padding-bottom: 30px;
    }
    .footer-widget:nth-child(n) {
        width: 100%!important;
    }
    .footer-logos-table, .footer-logos-table a{
        display: block;
    }
    .footer-logos-table a{
        width: 50%;
        float: left;
    }
    .footer-logos-table a:nth-child(2n){
        border-left: 5px solid #B1AFA1;
    }
    .footer-logos-table a:nth-child(1n){
        border-right: 5px solid #B1AFA1;
    }
    .footer-logos-table a{
        margin-bottom: 10px;
    }
}


/*All services*/
.sec-2-services .et_pb_code_inner{
    display: table;
    margin-top: 40px;
    width: 100%
}
.sec-2-services .et_pb_code_inner div{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.sec-2-services .et_pb_code_inner div:first-child{
    padding-right: 30px;
}
.sec-2-services .et_pb_code_inner div:last-child {
    padding-left: 30px;
    text-align: right;
    min-width: 180px;
}
.sec-2-services .et_pb_button.et_pb_bg_layout_light, .sec-2-services .et_pb_button.et_pb_bg_layout_light:hover{
    border: solid 2px rgba(255,255,255,0.2)!important;
    background-color: transparent!important;
}
.sec-3-h3:after{
    content: '';
    width: 40px;
    height: 2px;
    background-color: #B1AFA1;
    margin: auto;
    display: block;
}
.serv-sec-3-nr .et_pb_text_inner{
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
    height: 50px;
    background-color: #F9B5B5;
    margin: auto;
    text-align: center;
    padding-top: 12px;
    font-size: 12px;
    font-weight: 500;
    background-image: url("img/Rectangle.svg");
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}
@media all and (max-width: 980px){
    .non-flex-mobile{
        display: block!important;
    }
    /*.non-flex-mobile div:first-child{
        background-position: 100% 60px;
    }*/
    .sec-2-services .et_pb_code_inner{
        display: block;
    }
    .sec-2-services .et_pb_code_inner div{
       display: block;
    }
    .sec-2-services .et_pb_code_inner div:not(:first-child){
        float: left;
        min-width: auto;
        margin-top: 30px;
    }
    .sec-2-services .et_pb_code_inner div:nth-child(2){
        padding-top: 10px;
        width: 40%;
    }
    .sec-2-services .et_pb_code_inner div:last-child{
        width: 60%;
    }
}

/* Toggle */
.et_pb_toggle {
    background-color: #fff;
    padding: 30px!important;
}
.et_pb_toggle {
    border: 0;
    margin-bottom: 30px!important;
}
.et_pb_toggle .et_pb_toggle_title {
    text-transform: capitalize;
    color: #000000!important;
    font-weight: 500;
    font-size: 16px;
}
.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title {
    color: #005568!important;
}
.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_content{
    border-top: 1px solid #E5E5E0;
    margin-top: 20px;
}
.et_pb_toggle_close .et_pb_toggle_title:before{
    content: url("img/arrow-right-black.svg");
}
.et_pb_toggle_open .et_pb_toggle_title:before{
    content: url("img/arrow-bottom-colored.svg");
}

/*Portfolio*/
.et_pb_portfolio_grid .et_pb_portfolio_item{
    width: 23.5%!important;
    margin-right: 2%!important;
    position: unset!important;
}
.et_pb_portfolio_grid .et_pb_portfolio_item:first-child, .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(2){
    width: 49%!important;
}
.et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(2){
    margin-right: 0!important;
}
.et_pb_portfolio_grid .et_pb_portfolio_item.first_in_row{
    clear: unset!important;
}
.et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(3),
.et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(4n+3){
    clear: both!important;
}
.et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(4n+3):before{
    content: '';
    width: 100%;
    height: 1px;
    background: #E5E5E0;
    display: block;
    position: absolute;
    left: 0;
}
.et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(4n+2){
    margin-right: 0!important;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item:nth-child(4n){
    margin-right: 5.5%;
}
.et_pb_portfolio_grid h6.et_pb_module_header{
    font-size: 16px!important;
    line-height: 24px!important;
    font-weight: 500;
    text-align: center;
    margin-top: 20px!important;
    padding: 0 10px;
}
.et_pb_portfolio_grid .et_pb_portfolio_item:hover{
    background: #fff;
    background: linear-gradient(0deg, #fff calc(100% - 10px), #f6f6f4 10px, #f6f6f4 100%);
}
.portfolio-module-arrow{
    opacity: 0;
    width: 36px;
    height: 36px;
    background-image: url("img/arrow-right-colored.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #0003;
    border-radius: 50%;
    display: block;
    margin: 20px auto;
}
.et_pb_portfolio_grid .et_pb_portfolio_item:hover .portfolio-module-arrow{
    opacity: 1;
}
.et_pb_portfolio_grid .et_pb_portfolio_item:hover h6.et_pb_module_header {
    color: #005568;
    text-decoration: underline;
}
.et_pb_portfolio_grid .et_pb_portfolio_item:hover .et_portfolio_image img{
    transform: scale(0.8);
}
.et_pb_portfolio_grid .et_pb_portfolio_item:hover .et_portfolio_image img{
    transition: transform 0.5s;
}
.et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item{
    margin-bottom: 10px!important;
}
.et_pb_portfolio_grid .et_pb_portfolio_item .et_portfolio_image{
    padding-top: 10px;
}
.small-text{
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
.link-as-arrow{
    width: 60px;
    height: 60px;
    background-image: url("img/arrow-right-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
}
.row-negative-margin .let-s-make-a-plan{
    margin-top: -100px;
    z-index: 9999;
}
@media all and (max-width: 980px){
    .et_pb_portfolio_grid div.et_pb_portfolio_item,
    .et_pb_portfolio_grid .et_pb_portfolio_item:first-child,
    .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(2) {
        width: 100%!important;
    }
    .et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item.et_pb_portfolio_item{
        margin-bottom: 40px;
    }
    .et_pb_portfolio_grid .et_portfolio_image{
        text-align: center;
    }
    .portfolio-module-arrow{
        display: none;
    }
    .et_pb_portfolio_grid .et_pb_portfolio_item:nth-child(4n+3):before{
        background: transparent;
    }
}
/*Single project*/
.single-project-cat a{
    color: #000;
    font-size: 22px;
}
.single-project-cat a span{
    color: #FF4100;
    font-size: 70px;
    font-family: "Montreuil";
    top: 8px;
    display: inline-block;
    position: relative;
}
.arrow-down-btn{
    padding: 15px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.2);
}
/*Isotope*/
#singlePortfolioIsotope:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer, .grid-item {
    width: calc(33.333% - 13.3px);
}
.grid-item {
    float: left;
    margin-bottom: 20px;
}
.grid-item:hover:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    background-color: rgba(255,255,255,0.4);
}
.grid-item:hover:after{
    content: '';
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-color: #025466;
    background-image: url("img/eye.svg");
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.grid-item img {
    display: block;
    max-width: 100%;
    width: 100%
}
@media all and (max-width: 768px){
    .grid-sizer, .grid-item {
        width: calc(50% - 10px);
    }
}
/*About us*/
.about-sec-1 img{
    float: right;
    padding-top: 10px;
}
.about-sec-1 span{
    color: #fff
}
.about-proverb p{
    font-size: 22px;
    text-align: right;
    color: #B1AF9F;
}
.about-proverb p:before{
    content: '';
    width: 100px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px
}
.about-list {
    border: 1px solid #CBC9BB;
    margin-left: 20px;
    margin-right: 20px;
}
.about-list ul {
    max-width: calc(100% - 40px);
    margin: auto;
    position: relative;
    padding-left: 62px;
    padding-right: 10px;
    border-left: 1px solid #CBC9BB;
    border-right: 1px solid #CBC9BB;
    padding-bottom: 0;
}
.about-list .et_pb_code_inner>div, .about-list .et_pb_code_inner>div>div{
    border-left: 1px solid #CBC9BB;
    border-right: 1px solid #CBC9BB;
    margin: 0 20px;
}
.about-list li{
    list-style: none;
    padding: 30px 0;
    position: relative;
    color: #fff;
    line-height: 24px;
}
.about-list li:not(:last-child):after{
    content: '';
    width: calc(100% + 52px);
    height: 1px;
    background-color: #CBC9BB;
    left: -52px;
    position: absolute;
    bottom: 0;
}
.about-list li:before{
    content: url("img/arrow-list.svg");
    position: absolute;
    left: -52px;
}
.about-keith-bottom{
    text-transform: uppercase;
}
.about-keith-bottom .et_pb_code_inner:before{
    content: '';
    width: 20px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
@media all and (max-width: 980px) {
    .about-header-top {
        display: flex;
        flex-direction: column;
    }

    .about-header-top .et_pb_column_2 {
        order: 1;
    }

    .about-header-top .et_pb_column_1 {
        order: 2;
    }

    .proverb-content {
        padding: 50px 0;
    }
    .about-header-top .et_pb_column_2 {
        background-position: 0 -400px;
        background-size: 100%;
    }
    .about-list .et_pb_code_inner>div, .about-list .et_pb_code_inner>div>div{
        margin: 0;
        border-left: 0;
        border-right: 0;
    }
    .about-sec2-right{
        border-top: 1px solid #E5E5E0;
    }
    .mobile-meet-team-link img {
        padding-left: 0;
    }
    .mobile-meet-team-link{
        padding-bottom: 30px;
    }
}

/*Meet the team*/
.meet-team{
    border: 0;
}
.meet-team .et_pb_tabs_controls a{
    color: #000000;
    font-style: italic;
    font-family: "Saol Display";
    font-size: 22px;
    text-align: center;
    padding: 30px 40px;
    display: block;
}
.meet-team .et_pb_tabs_controls .et_pb_tab_active a{
    color: #FF4100!important;
}
.meet-team .et_pb_tabs_controls a .meet-position{
    font-size: 14px;
    color: #9F9F9F!important;
    display: block;
    font-family: "Neue Montreal";
    font-weight: 500;
}
.meet-team .et_pb_tabs_controls{
    display: table;
    width: 100%;
}
.meet-team .et_pb_tabs_controls li{
    float: none;
    display: table-cell;
    border-right: 0;
}
.meet-team ul.et_pb_tabs_controls{
    border-bottom: 1px solid #E5E5E0;
}
.meet-team ul.et_pb_tabs_controls, .meet-team .et_pb_all_tabs{
    background-color: transparent;
}
.meet-team .et_pb_tabs_controls li.et_pb_tab_active {
    backgorund-color: #fff;
}
.meet-team .et_pb_tab {
    padding: 0;
}
.meet-team .et_pb_all_tabs{
    margin-top: 60px;
}
.meet-slider{
    display: flex;
}
.meet-left {
    width: 33.3333%;
    background-color: #fff;
    text-align: center;
    background-image: url("img/meet-team-pattern.svg");
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 50px 20px;
}
.meet-left img{
    margin:auto;
    max-height: 350px;
}
.meet-right{
    width: 66.667%;
    padding-left: 100px;
}
.meet-right, .meet-left {
    display: flex;
    flex-direction: column;
}
.meet-slider .et_pb_slide_content{
    color: #000;
    text-align: left;
}
.meet-slider .et_pb_slide_description{
    padding: 0;
}
.meet-slider .et_pb_slides .et_pb_slider_container_inner{
    display: block!important;
}
.meet-bottom-slider{
    display: block;
    padding: 20px 0 0;
    border-top: 1px solid #E5E5E0;
    margin-top: auto;
}
.meet-slider .et_pb_slide{
    padding: 0;
}
.nr-left, .nr-right{
    font-size: 18px;
    font-weight: 500;
}
.nr-center{
    color: #9F9F9F;
    font-size: 14px;
}
.meet-team-slider-arrows .et-pb-arrow-next, .meet-team-slider-arrows .et-pb-arrow-prev{
    position: relative;
    top: 50%;
    color: #000;
    margin-top: auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
}
.meet-team-slider-arrows{
    text-align: right;
    display: inline-block;
    float: right;
}
.meet-slider .et-pb-slider-arrows{
    display: none;
}
.meet-team-slider-arrows .slider-arrow-left{
    margin-right: 5px;
}
.meet-team-slider-arrows .slider-arrow-right{
    margin-left: 5px;
}
@media all and (max-width: 980px){
    .meet-left, .meet-right{
        width: 100%;
    }
    .meet-slider {
        display: block;
    }
    .meet-right{
        padding-left: 0;
    }
    .meet-slider .et_pb_slides .et_pb_container{
        display: block;
    }
    .meet-slider .et_pb_slides .et_pb_container{
        height: auto!important;
    }
}
/*Awards*/
.awards .et_pb_column{
    padding: 30px;
    background-color: rgba(255,255,255,0.1);
}
.awards .et_pb_column.et_pb_column_empty{
    background-color: transparent!important;
}
.awards .et_pb_text:first-child{
    font-size: 22px;
    color: #FFEAD7;
    font-weight: 500;
    margin-bottom: 50px!important;
}
.awards .et_pb_text:last-child{
    color: #fff;
}
.awards .et_pb_text:last-child a{
    color: #fff;
    text-decoration: underline;
}
.awards{
    display: none!important;
    animation: fade_in_show 0.5s
}
.show-awards .awards, .awards:nth-child(2), .awards:nth-child(3){
    display: flex!important;
    animation: fade_in_show 0.5s
}
@keyframes fade_in_show {
    0% {
        opacity: 0;
        transform: scale(0)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}
/*Published*/
.published-column .dica_divi_carouselitem{
    background-color: #fff;
    padding: 20px 20px 30px;
}
.published-column .item-title{
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
}
.published-column .item-subtitle{
    font-size: 12px!important;
    letter-spacing: 1.4px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
}
.published-column .content h3{
    font-size: 22px!important;
    text-align: center;
}
.published-column .content p{
    color: #9F9F9F;
    margin-top: 30px;
    text-align: center;
}
.small-line{
    width: 40px;
    height: 1px;
    background-color: #D8D8D8;
    margin: 20px auto 0 ;
    display: block;
}
.published-column .dica_divi_carouselitem:not(.no-link):hover{
    background-color: #025466;
    cursor: pointer;
}
.published-column .dica_divi_carouselitem:not(.no-link):hover .content h3,
.published-column .dica_divi_carouselitem:not(.no-link):hover .item-subtitle,
.published-column .dica_divi_carouselitem:not(.no-link):hover .item-title{
    color: #fff;
}
.published-column .dica_divi_carouselitem:not(.no-link):after{
    position: absolute;
    content: url("img/link arrow.svg");
    bottom: 10px;
    right: 20px;
}
/*Blog Header*/
.blog-header .et_pb_widget{
    margin-right: 0!important;
    margin-bottom: 0!important;
}
.blog-header .et_pb_widget:first-child{
    width: 85%;
}
.blog-header .et_pb_widget:last-child{
    width: 15%;
}
.blog-header .widgettitle{
    font-size: 12px!important;
    color: #9F9F9F;
    text-transform: uppercase;
}
.blog-header .widgettitle, .blog-header ul{
    float: left;
}
.blog-header .widgettitle{
    width: 110px;
    padding-top: 27px;
    padding-right: 10px;
}
.blog-header ul{
    width: calc(100% - 110px);
    display: table;
}
.blog-header ul li {
    display: table-cell;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}
.blog-header ul li:last-child{
    scroll-padding-right: 0;
}
.widget_search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.4);
}
.widget_search input::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.4);
}
.widget_search input:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0, 0, 0, 0.4);
}
.widget_search input:-moz-placeholder { /* Firefox 18- */
    color: rgba(0, 0, 0, 0.4);
}
.widget_search input#s, .widget_search input#searchsubmit{
    border: 0;
}
.widget_search input#searchsubmit{
    text-indent: 999999px;
    background-color: #0000;
    background-image: url(img/search.svg);
    background-repeat: no-repeat ;
    width: 20px;
    background-position: center right;
}
.blog-header .widget_search input#searchsubmit{
    height: 28px!important;
}
.blog-header .et_pb_widget li a, .blog-header .et_pb_widget li a:hover{
    color: rgb(0, 0, 0);
    font-size: 12px;
    opacity: 0.4;
    padding: 20px 0;
    display: block;
}
.blog-header .et_pb_widget li.current-cat a{
    opacity: 1;
}
.blog-header .et_pb_widget li.current-cat a:after, .blog-header .et_pb_widget li:hover a:after{
    content: '';
    width: 100%;
    height: 4px;
    background-color: #FF4000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.blog-header .cat-item-14 a, .blog-header .cat-item-38 a, .blog-header .cat-item-1 a{
    font-family: "Saol Display";
    font-size: 22px!important;
    color: rgb(0, 0, 0) !important;
    text-transform: uppercase;
    opacity: 0.5;
}
.blog-header .cat-item-14:before,  .blog-header .cat-item-14:after{
    width: 1px;
    height: 20px;
    display: inline-block;
    content: '';
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.blog-header .cat-item-14:before{
    left: 0
}
.blog-header .cat-item-14:after{
    right: 0
}
.fancy-cat-text{
    color: #FF4100;
}
.blog-header .et_pb_widget li:hover a{
    opacity: 1;
}
.blog-header .widget_search{
    padding-top: 12px;
}
.blog-header .et_pb_widget li:last-child:after{
    width: 1px;
    height: 20px;
    display: inline-block;
    content: '';
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.searchform{
    padding-left: 5px;
}
.cats-row{
    width: 95%;
}
.blog-content-main article{
    width: 23%;
    float: left;
}
.blog-content-main article{
    margin-right: 2.66%;
}
.blog-content-main article:nth-child(4n){
    margin-right: 0;
}
.blog-content-main article:nth-child(5), .blog-content-main article:nth-child(9){
    clear: both
}
.blog-content-main .pagination a{
    position: relative;
}
.blog-content-main .pagination a:before, .blog-content-main .pagination a:after{
    position: absolute;
    color: transparent;
    background-color: #f6f6f4;
    background-image: url("img/arrow-right-colored.svg");
    background-repeat: no-repeat;
}
.blog-content-main .pagination .alignleft a:before{
    content:'«';
    left: 0;
    background-position: center 6px;
    transform: rotate(180deg);
}
.blog-content-main .pagination .alignright a:after{
    content:'»';
    right: 0;
    background-position: center 8px;
}
.search-results-section{
    display: none;
}
body.search-results .search-results-section{
    display: block;
}
@media all and (min-width: 981px){
    .blog-header .widget_search #searchform{
        position: absolute!important;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media all and (max-width: 980px){
    .blog-header{
        display: flex;
        flex-direction: column;
    }
    .blog-header .widget_categories{
        order: 2
    }
    .blog-header .widget_search{
        width: 100% !important;
        padding-bottom: 15px;
        border-bottom: 1px solid #0000001a;
    }
    .blog-header .widgettitle{
        display: none;
    }
    .blog-header ul li, .blog-header ul{
        display: block;
        width: 100%;
    }
    .blog-header .et_pb_widget:first-child{
        width: 100%;
    }
    .blog-header .cat-item-14:before, .blog-header .cat-item-14:after, .blog-header .et_pb_widget li:last-child:after{
        background-color: transparent;
    }
    .blog-header ul li{
        text-align: left;
        order: 2
    }
    /*.blog-header ul li:not(.item-all){
        display: none
    }*/
    .blog-header ul.show-all-menu-items li{
        display: block;
    }
    .blog-header ul{
        position: relative;
    }
    .blog-header ul:before{
        content: url("img/arrow-right-black.svg");
        position: absolute;
        right: 30px;
        top: 20px;
        transform: rotate(90deg);
    }
    .blog-header ul.show-all-menu-items:before{
        transform: rotate(-90deg);
    }
    .blog-header .et_pb_widget li a, .blog-header .et_pb_widget li:hover a{
        padding-left: 10px;
    }
    .blog-header ul{
        display: flex;
        flex-direction: column;
    }
    .blog-header ul li.item-all{
        order: 1;
        padding-left: 10px;
    }
    .blog-header ul li.item-all a:after {
        content: '';
        width: 100%;
        height: 4px;
        background-color: #FF4000;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .blog-header ul.show-all-menu-items li.item-all a:after {
        background-color: transparent;
    }
    .blog-content-main article{
        width: 100%;
        float: left;
    }
    .blog-content-main article{
        margin-right:0;
    }
}
/*Single article*/
.h3-fancy h3 span{
    font-family: "Montreuil";
    color: #FF5416;
    font-size: 120px;
    top: 10px;
    position: relative;
}
.article-date{
    font-size: 12px;
    text-transform: uppercase;
}
.article-categories a{
    font-size: 12px;
    text-transform: uppercase;
    color: #000!important;
}
.single-article-content .et_pb_section{
    background-color: transparent;
}
.single-article-content .et_pb_row {
    width: 100%;
}
.newsletter-sidebar input{
    text-align: center;
}
.newsletter-sidebar button{
    background-color: #1B6575;
    border: 0
}
.newsletter-sidebar input:focus{
    color: #fff
}
.sidebar-design-services a{
    display: table;
    width: 100%;
    border-top: 1px solid #E5E5E0;
}
.sidebar-design-services a div{
    display: table-cell;
    padding: 40px 20px 15px;
}
.sidebar-design-services a div:last-child{
    width: 90%;
}
.sidebar-design-services a div:first-child{
    font-family: "Neue Montreal";
    color: rgba(0,0,0,0.2);
    letter-spacing: 1.05px;
    padding-right: 20px;
    width: 10%;
}
.sidebar-design-services span{
    display: block;
}
.sidebar-design-services a span:first-child{
    font-family: "Saol Display";
    font-size: 32px;
    font-weight: 500;
    color: #000
}
.sidebar-design-services a span:last-child{
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.28px;
    font-weight: 500;
    opacity: 0;
    color: #fff;
}
.sidebar-design-services a:hover{
    background-color: rgba(255,255,255,0.1);
}
.sidebar-design-services a:hover span:last-child{
    opacity: 1;
}
.sidebar-design-services a:hover span:first-child{
    color: #fff
}
.share-article .text-share{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding-right: 10px;
}
.share-article .text-share span{
    font-size: 70px;
    font-family: "Montreuil";
    color: #FF4100;
    top: 10px;
    position: relative;
    text-transform: lowercase;
}
.et_monarch .et_pb_section .et_social_inline, .text-share{
    display: inline-block;
}
.et_monarch .et_pb_section .et_social_inline{
    top: 15px;
    position: relative;
}
.et_monarch .et_social_networks.et_social_nospace li{
    padding: 0 5px;
}
.et_monarch .et_social_networks.et_social_nospace li:last-child{
    padding-right: 0;
}
.et_monarch .et_social_networks.et_social_circle i{
    color: #000;
    border: 1px solid;
    background-color: transparent!important;
}
/*Contact us*/
.contat-us-up a{
    top: 3px;
    position: relative;
}
.contat-us-up p:after{
    content: url("img/waves.svg");
    float: right;
}
/*Contact us form*/
.contact-us-form input, .contact-us-form textarea{
    display: block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    padding: 15px 10px;
    color: #000;
}
.contact-us-form textarea{
    height: 120px;
}
.contact-us-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0,0,0,0.6);
}
.contact-us-form input::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0,0,0,0.6);
}
.contact-us-form input:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0,0,0,0.6);
}
.contact-us-form input:-moz-placeholder { /* Firefox 18- */
    color: rgba(0,0,0,0.6);
}
.contact-us-form button{
    background-color: #FF5416;
    border-radius: 10px;
    border: 0;
    padding: 10px 40px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    margin: auto;
    display: block;
    margin-top: 30px
}
.contact-us-form button:after{
    content: url("img/arrow-right-white.svg");
    padding-left: 10px;
}

/*Testimonials*/
.testimonials-page .et_pb_column {
    padding: 60px;
    background-color: #fff;
    padding: 60px;
    background-image: url(img/test-icon.svg);
    background-size: initial;
    background-position: 95% 5%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}
.nr-top-test{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 60px;
    display: block;
}
.testimonials-page .et_pb_column .et_pb_text:first-child{
    line-height: 30px;
    font-size: 22px!important;
    padding-bottom: 60px;
}
.testimonials-page .et_pb_column .et_pb_text:last-child {
    margin-top: auto;
}
.testimonials-page .et_pb_column .et_pb_text:last-child h4{
    position: relative;
    font-family: "Saol Display";
    color: #005568;
    line-height: 40px;
    font-size: 32px!important;
    font-weight: 500;
    padding-bottom: 0;
    padding-left: 100px;
    margin-top: auto;
}
.testimonials-page .et_pb_column .et_pb_text:last-child h4:before{
    content: '';
    width: 50px;
    height: 1px;
    background-color: #000;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 18px;
}
.type-person{
    padding-left: 100px;
    color: #9F9F9F;
    font-weight: 500;
    font-size: 14px!important;
}
.testimonials-page .et_pb_row{
    display: none!important;
}
.testimonials-page .et_pb_row:first-child,
.testimonials-page .et_pb_row:nth-child(2),
.testimonials-page .et_pb_row:nth-child(3),
.testimonials-page .et_pb_row:nth-child(4){
    display: flex!important;
}
.testimonials-page.show-testimonials .et_pb_row{
    display: flex!important;
}
@media all and (max-width: 768px){
    .testimonials-page .et_pb_row:first-child,
    .testimonials-page .et_pb_row:nth-child(2),
    .testimonials-page .et_pb_row:nth-child(3),
    .testimonials-page .et_pb_row:nth-child(4),
    .testimonials-page.show-testimonials .et_pb_row{
        display: block!important;
    }
}

/*Look book*/
.lookbook-menu .et_pb_column{
    cursor: pointer;
    color: rgba(0,0,0,0.4);
}
.lookbook-menu .et_pb_column:hover, .lookbook-menu .et_pb_column.active-year{
    color: #000;
}
.lookbook-menu .et_pb_column:hover:after, .lookbook-menu .et_pb_column.active-year:after{
    content: '';
    position: absolute;
    display: block;
    bottom: -20px;
    left: 0;
    background-color:  #FF4000;
    height: 4px;
    width: 100%;
}
.lookbok-slider .et_pb_slide_description{
    padding: 250px 0;
}
.lookbok-slider .et-pb-controllers{
    text-align: left;
    left: 30px
}
.lookbok-slider .et-pb-controllers a{
    margin-right: 20px;
    text-indent: 0;
    background: transparent;
    color: rgba(255,255,255,0.6);
    font-size: 10px;
    font-weight: 500;
    opacity: 1;
    position: relative;
}
.lookbok-slider .et-pb-controllers a.et-pb-active-control{
    color: #fff;
}
.lookbok-slider .et-pb-controllers a:before{
    width: 1px;
    height: 10px;
    background: rgba(255,255,255,0.6);
    content: '';
    top: -15px;
    left: 6px;
    display: block;
    position: absolute;
}
.lookbok-slider .et-pb-controllers a.et-pb-active-control:before{
    background: #fff;
    height: 30px;
    top: -35px;
}
.lookbok-slider .et-pb-arrow-next, .lookbok-slider .et-pb-arrow-prev{
    top: auto;
    bottom: 20px;
    opacity: 1!important;
}
.lookbok-slider .et-pb-arrow-next:after, .lookbok-slider .et-pb-arrow-prev:after{
    content: url("img/arrow-right-white.svg");
}
.lookbok-slider .et-pb-arrow-next:before, .lookbok-slider .et-pb-arrow-prev:before{
    width: 20px;
    content: '';
    height: 1px;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: -2px;
}
.lookbok-slider .et-pb-arrow-prev, .lookbok-slider:hover .et-pb-arrow-prev{
    transform: rotate(-180deg);
    right: 70px;
    bottom: -3px;
}
.lookbok-slider .et-pb-arrow-next{
    right: 22px!important;
}
.lookbook-textures img:first-child, .lookbook-textures img:nth-child(4){
    margin-right: 10px;
}
.lookbook-textures img:last-child, .lookbook-textures img:nth-child(2){
    margin-left: 10px;
}
.lookbook-textures img:first-child, .lookbook-textures img:nth-child(2){
    margin-bottom: 12px;
}
.pallet-title{
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}
.pallet-img-bottom img:not(:last-child){
    margin-right: 10px;
}
@media all and (max-width: 980px){
    .lookbook-menu .et_pb_column{
        width: 100% !important;
        padding: 10px 0 ;
    }
    .lookbook-menu .et_pb_column:not(.active-year){
        display: none;
    }
    .lookbook-menu:before{
        content: url("img/arrow-right-black.svg");
        transform: rotate(90deg);
        position: absolute;
        right: 20px;
        top:20px;
    }
    .lookbook-menu .et_pb_column:hover:after, .lookbook-menu .et_pb_column.active-year:after{
        bottom: 0;
    }
}

/*Fashion Toggle*/
.fashion-toggle.et_pb_toggle_close .et_pb_toggle_content{
    display: block;
    height: 200px;
    overflow: hidden;
}
.fashion-toggle.et_pb_toggle_open .et_pb_toggle_content{
    display: block!important;
}
.fashion-toggle.et_pb_toggle_close .et_pb_toggle_content:before {
    content:'';
    width:100%;
    height:100%;    
    position:absolute;
    left:0;
    top:0;
    background:linear-gradient(transparent 100px, white);
}

/*AC Newsletter*/
.form_newsletter_ac ._form-label {
    display: none;
}

.form_newsletter_ac input, .form_newsletter_ac input:focus{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #bbb;
    background-color: #0000;
    width: 100%;
    padding-bottom: 10px;
    color: #fff;
}
.form_newsletter_ac ._form_element{
    margin-bottom: 20px;
}
.form_newsletter_ac ._form-branding{
    display: none;
}
.form_newsletter_ac input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255,255,255,0.6);
}
.form_newsletter_ac input::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255,255,255,0.6);
}
.form_newsletter_ac input:-ms-input-placeholder { /* IE 10+ */
    color: rgba(255,255,255,0.6);
}
.form_newsletter_ac input:-moz-placeholder { /* Firefox 18- */
    color: rgba(255,255,255,0.6);
}

.form_newsletter_ac button{
    text-indent: -999999px;
}

/*Contact Form AC*/
.contact-form_ac ._form-label{
    display: none;
}
.contact-form_ac input{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #bbb;
    background-color: #0000;
    width: 100%;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
}
.contact-form_ac ._form_element{
    margin-bottom: 20px;
}
.contact-form_ac input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgb(117, 117, 117);
}
.contact-form_ac input::-moz-placeholder { /* Firefox 19+ */
    color: rgb(117, 117, 117);
}
.contact-form_ac input:-ms-input-placeholder { /* IE 10+ */
    color: rgb(117, 117, 117);
}
.contact-form_ac input:-moz-placeholder { /* Firefox 18- */
    color: rgb(117, 117, 117);
}
.contact-form_ac input[type=checkbox]{
    width: auto;
}
.contact-form_ac ._row ._form-label{
    display: block;
}
.contact-form_ac button{
    background-color: #ff5416;
    border-radius: 10px;
    border: 0;
    padding: 10px 40px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    margin: auto;
    display: block;
    margin-top: 30px;
}

.contact-form_ac button:after {
    content: url(/wp-content/themes/miller-child-theme/img/arrow-right-white.svg);
    padding-left: 10px;
}
.footer-yelp{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0 20px;
}
.footer-yelp a{
    max-width: 45%;
    width: 45%;
}
.footer-yelp a span{
    vertical-align: bottom;
    font-size: 30px;
}
.houzz-icon-footer img{
    width: 28px!important;
    margin-right: 0!important;
    margin-left: 4px;
    padding-right: 3px!important;
}