_child_theme.scss 2.55 KB
@import url("https://use.typekit.net/lov0ylb.css");


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

body,html{
    overflow-x: hidden;
    width: 100vw;
}

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

.extra-wide-left{
    padding: 50px 90px 90px 0px;
    @media (max-width: 786px) {
        padding: 0px 00px 40px 0px;
    }
}
.extra-wide-right {
    width: 100%;
    margin-right: -25% !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    @media (max-width: 786px) {
        width: 160%;
        min-height: 300px;
        margin-right: -30%!important;
        margin-left: -30%!important;
        background-position: 0% 70%;
   
    }
}
.extra-wide{
    width: 200%;
    margin-left: -50% !important;
    padding-left: 50% !important;
    margin-right: -50% !important;
    padding-right: 50% !important;
    background-color: #183668;
    @media (max-width: 786px) {
        flex-direction: column-reverse;
    }

    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: 750px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -28px;
    @media (max-width: 786px) {
        width: calc(100% + 40%);
        height: auto;
        margin-left: -20% !important;
        padding-left: 20% !important;
        margin-right: -20% !important;
        padding-right: 20% !important;
    }
}
.extra-wide-image-left{
    padding: 50px 90px 90px 0px;
    @media (max-width: 786px) {
        padding: 0 0px 40px 0;
        width: 100%;
        padding-bottom: 200px
    }
}

.site-main{
    @media (max-width: 786px) {
        margin: 0px 30px;
    }
}
@media (max-width: 786px) {
.white-spacer{
    height: 30px !important;
}
.story-body-image-full {
    width: calc(100vw + 40%);
    background-image: none !important;
    height: auto;
    //height: 266px;
    margin-left: -20%;
    margin-right: -20%;
    img{
        display: block !important;
        max-width: 140%;
    }
}
.extra-wide.image{
    background-image: none !important;
    flex-direction: column-reverse;
    background:#181218;

}
.extra-wide{
    gap:0px;
}
}