_child_theme.scss 1.41 KB
@font-face {
    font-family: 'trade_gothic_next_lt_pro';
    src: url('../fonts/trade-gothic-next-lt-pro.woff2') format('woff2'),
         url('../fonts/trade-gothic-next-lt-pro.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@import "header";   
@import "elements";   
@import "contact7";
@import "footer"; 
@import "link_block"; 

#full-width-page-wrapper:not(.home-page) {
    padding-bottom: 200px;
    padding-top: 130px;
}

.extra-wide-left{
    padding: 50px 90px 90px 0px;
}
.extra-wide-right {
    width: 100%;
    margin-right: -25% !important;
    background-position: center;

    background-repeat: no-repeat;
}
.extra-wide{
    width: 200%;
    margin-left: -50% !important;
    padding-left: 50% !important;
    margin-right: -50% !important;
    padding-right: 50% !important;
    background-color: #183668;

    h2{
        color: #fff;
        font-size: 32px;
        line-height: 40px;
    }
    .intro{
        color: #fff;
        font-size: 22px;
        line-height: 24px;
    }
    p{
        color: #fff;
        font-size: 18px;
        line-height: 24px;
    }
    .wp-block-separator{
        border: 1px solid #fff;
    }
    .wpcf7{
        max-width: unset;
    }
}
.extra-wide.image{
    background-size: cover;
    height: 680px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -28px;
}
.extra-wide-image-left{
    padding: 50px 90px 90px 0px;
}