_child_theme.scss 4.22 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;
}

html {
    scroll-padding-top: 110px;
  }
#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;
    margin-bottom:  0.4em;
    @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: inherit;
    height: 900px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -28px;
    @media (max-width: 1150px) {
        height: 950px;
    }


    //box-shadow: inset 5000px  5000px  5000px  5000px  rgb(0 0 0 / 0.2);
    @media (max-width: 786px) {
        box-shadow: inset 5000px  5000px  5000px  5000px  rgb(0 0 0 / 0);
        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: 1250px) {
        padding:  50px 0px 40px 0;
        flex-basis: 100% !important;
    }
    @media (max-width: 786px) {
        padding: 0 0px 40px 0;
        width: 100%;
        padding-bottom: 200px
    }
}

.site-main{
    @media (max-width: 786px) {
        margin: 0px 10px;
    }
}
@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;
}
}

.grecaptcha-badge{
    display: none !important;
}
div#error-404-wrapper { 
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 100%;

}
.error-404{
    padding-top: 160px;
    padding-bottom: 100px;
    text-align: center;
    
    h1{
        font-size: 300px;
        line-height: 300px;
        margin-bottom: 20px;
        @media (max-width: 786px) {
            font-size: 150px;
            line-height: 150px;
        }
    }
    p{
        color: #000;
        width: 70%;
        margin: auto;
        font-size: 26px;
        line-height: 40px;
        font-weight: 700;
        background-color: rgba(255,255,255,.7);
        @media (max-width: 786px) {
            font-size: 20px;
            line-height: 26px;
        }

    }
}
#navbarNavDropdown{
.menu-item.menu-item-type-custom.menu-item-object-custom{

   a{
      background-color: #183668  !important;
      text-transform: uppercase;
      max-width: unset;
      float: right;
      border: 0px solid #183668 !important;
      color: #fff !important;
      transition: ease-out 0.5s;
      padding:  10px 20px;
      text-decoration: none;
      
    }
  
    a:hover{
      background-color: #3EAF49 !important;
      color: #fff !important;
      transition: ease-out 0.5s;
    }
}
}