/*!
Theme Name: Schreiber Ventures 2024
Theme URI: http://underscores.me/
Author: Toptal - André Abdalla
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: schreiber-ventures-2024
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Schreiber Ventures 2024 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


:root {
    --paddingleft: 140px;
    --paddingleft--neg: -140px;
    --color-green: #00927B;
    --columns-gap: 140px;
    --arrows-width: 938px;
    --image-width: 803px;
    --transition: 0.5s;
}

html {
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    font-family: 'Avenir LT Pro', sans-serif;
    /* font-family: 'Avenir LT Std Roman', Arial, sans-serif; */
    /* font-size: 7px; */
    font-size: 10px;
    color: #000000;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.6;
    font-size: 3.5rem;
}

* {
    box-sizing: border-box;
    /* border: solid 2px rgba(255, 0, 0, 0.3); */
}

a {
    transition: var(--transition);
}

.miolo {
    max-width: 1920px;
    width: 96%;
    margin-inline: auto;
}

.miolo-2 {
    max-width: 1420px;
    width: 100%;
    margin-inline: auto;
    /* border: solid 2px blue; */
}

.menu-container {
    background: black;
    padding-top: 35px;
    padding-bottom: 40px;
    padding-left: var(--paddingleft);
    padding-right: var(--paddingleft);
}

#header-menu {
    list-style: none;
    display: flex;
    justify-content: right;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    line-height: 2.5rem;
}

#header-menu li {
    margin: 0;
    padding: 0;
    line-height: 2.5rem;
}

#header-menu li a {
    color: white;
    text-decoration: none;
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 0;
    padding: 0;
}

#header-menu li a:hover {
    color: yellow;
}

.jumbotron {
    background-color: #0d1013;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    padding-bottom: 294px;
}

.jumbotron .logo {
    width: 419px;
    height: 214px;
    margin: 72px auto 130px var(--paddingleft);
}

.jumbotron p {
    /* border: Solid 1px red; */
    /* width: 52%; */
    color: white;
    /* font-size: 7.5rem; */
    font-size: 6.5rem;
    line-height: 8.0rem;
    /* font-family: 'Avenir LT Std Roman', Arial, sans-serif; */
    font-family: 'Avenir LT Std Light', Arial, sans-serif;
    font-weight: normal;
    /* font: normal normal normal 7.4rem/8.0rem; */
    margin: 0 auto 0 var(--paddingleft);
    letter-spacing: 0;
    /* color: yellow; */
    text-shadow: 5px 5px 15px rgba(47, 75, 78, 1);
    /* text-shadow: 5px 5px 5px rgba(0, 0, 0, 1); */
    /*#2f4b4e*/
}

.contactus-icon {
    display: none
}

.scrolltotop-icon {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    /* height: 24px; */
    background: rgba(0, 0, 0, 0.15);
    border-radius: 10%;
    padding: 4px 8px;
}

.scrolltotop-icon svg {
    width: 24px;
    display: block;
}

.site-main {}

.site-main .headline-flex {
    display: flex;
    flex-wrap: nowrap;
    /* align-items: stretch; */
    justify-content: left;
    /* column-gap: 54.67px; */
    column-gap: 5rem;
    margin-left: var(--paddingleft);
    margin-top: 6.648rem;
    margin-bottom: 11.55rem;
}

.site-main .logo-container {
    line-height: 1;
}

.site-main .logo-container .logo {
    width: 315px;
    /* height: 161px; */
    height: auto;
    /* padding-right: 54.67px; */
    /* border-right: solid 1px #000000; */
}

.site-main .divider {
    width: 1px;
    background: #000;
}

.site-main .headline {
    /* flex: 1; */
    align-self: last baseline;
    font-family: 'Avenir LT Pro 65', Arial, sans-serif;
    font-weight: 900;
    font-size: 5.0rem;
    font-size: 4.0rem;
    line-height: 4.9rem;
    color: #000;
}


p {
    font-family: 'Avenir LT Std Light', Arial, sans-serif;
    /* font-size: 2.5rem; */
    /* font-size: 3.5rem; */
    line-height: 6.0rem;
    margin-top: 0;
    margin-bottom: 50px;
    padding-inline: var(--paddingleft);
}

.columns {
    margin-top: 5rem;
    margin-bottom: 25.75rem;
    display: flex;
    /* column-gap: var(--columns-gap); */
    column-gap: 0;

}

.columns .column p {
    padding-inline: 0;
}


.columns h2 {
    font-size: 7rem;
    line-height: 1;
    font-family: 'Avenir LT Std Light', Arial, sans-serif;
    font-weight: normal;
    color: var(--color-green);
    margin-top: 91px;
    margin-bottom: 69px;
    /* display: inline-block; */
}

.columns h3 {
    font-size: 3.5rem;
    line-height: 6.0rem;
    font-family: 'Avenir LT Std Light', Arial, sans-serif;
    font-weight: normal;
    color: var(--color-green);
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;

}

.columns .col-1 {
    flex-basis: 50%;
    max-width: var(--arrows-width);
    flex-grow: 0;
    flex-shrink: 1;
    background-repeat: no-repeat;
    background-size: var(--arrows-width) 977px;
    background-position: left var(--paddingleft--neg) top 0;
    overflow: hidden;

}

.columns .col-2 {
    /* border: solid 2px red; */
    flex-basis: 50%;
    padding-right: var(--paddingleft);
}

.columns .col-3 {
    flex-basis: 50%;
    padding-left: var(--paddingleft);
}

.columns .col-3 h2 {
    margin-top: 0;
}

.columns .col-3 p:nth-last-child(1) {
    margin-bottom: 0;
}


.columns .col-4 {
    flex-basis: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left var(--paddingleft--neg) center;
    flex-grow: 1;
}


.columns-2 {
    margin-bottom: 14.5rem;
    column-gap: var(--columns-gap);
}

.entry-content p {
    padding-inline: 0;
}



.contactus-container {
    background-color: #EDEBEB;
    padding-inline: var(--paddingleft);
}

.contactus {
    background-color: var(--color-green);
    color: white;
    padding-top: 131px;
    padding-bottom: 169px;
    padding-inline: var(--paddingleft);
}

.contactus h2 {
    font-size: 7rem;
    line-height: 1;
    text-align: center;
    font-family: 'Avenir LT Std Light', Arial, sans-serif;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 96px;
}

footer {

    padding-top: 51px;
    padding-bottom: 65px;
    padding-inline: var(--paddingleft);
    font-size: 2.5rem;
    background: #000000;
    color: white;
    font-family: 'Avenir LT Std Light', Arial, sans-serif;
    font-weight: normal;
}

footer .grid {
    display: flex;
    align-items: last baseline;
    gap: 30px;
}

footer .none,
footer .menu {
    flex-basis: 25%;

}

footer .address {
    flex-basis: 50%;
    text-align: Center;
}

footer .menu ul {
    list-style: none;
    padding: 0;
    padding-right: 45px;
    margin: 0;
    display: flex;
    justify-content: right;
    gap: 90px;
}

footer .menu ul li a {
    color: white;
    text-decoration: none;

}

footer .menu ul li a:hover {
    color: yellow;
}

.wpcf7-form {
    max-width: 1170px;
    margin-inline: auto;
    font-family: 'Avenir LT Std Light', Arial, sans-serif;
}

.wpcf7-form p {
    padding: 0;
    margin: 0;
}

.wpcf7-form label {
    padding-left: 29px;
    margin-bottom: 50px;
    display: block;
}


.wpcf7-form label .wpcf7-form-control-wrap .wpcf7-form-control {
    /* -webkit-appearance: none; */
    /* appearance: none; */
    width: -webkit-calc(100% + 29px);
    width: calc(100% + 29px);
    height: 102px;
    background-color: #FFFFFF;
    border-radius: 0;
    border: none;
    color: #B2B2B2;
    font-family: 'Avenir LT Std Light', Arial, sans-serif;
    font-size: 3.5rem;
    line-height: 1;
    margin: 16px 0 0 -29px;
    padding: 30px;
}

.wpcf7-form label .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
    color: #B2B2B2
}

.wpcf7-form .wpcf7-not-valid-tip {
    color: yellow;
    font-size: 1.8rem;
    line-height: 2;

}

.wpcf7-form .wpcf7-submit {
    background: black;
    color: White;
    border: none;
    /* width: 796px; */
    width: clamp(400px, 796px, 100%);
    height: 96px;
    margin-inline: auto;
    font-family: 'Avenir LT Std Light', Arial, sans-serif;
    font-size: 3.5rem;
    line-height: 1;
    display: block;
    margin-top: 124px;
    margin-bottom: 0;
    border-radius: 48px;
    text-transform: uppercase;
}

.wpcf7-form .form-grid {
    display: flex;
    justify-content: space-between;
}

.wpcf7-form .form-grid .file-button {
    cursor: pointer;
    display: block;
    background-color: var(--color-green);
    border-radius: 48px;
    border: solid 1px #fff;
    font-size: 3.5rem;
    font-family: 'Avenir LT Std Light', Arial, sans-serif;
    width: 400px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.wpcf7-form .form-grid .file-button .wpcf7-form-control-wrap,
.wpcf7-form .form-grid .file-button br {
    display: none;
}

.wpcf7-form .form-grid .wpcf7-file {
    display: none;
}


.wpcf7-form .wpcf7-response-output {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 24px;

}

.triangles {
    display: none;
}

#primary {
    max-width: 1920px;
    width: 96%;
    margin-inline: auto;
    min-height: 100vh;
}


@media only screen and (min-width:1451px) {

    :root {
        --paddingleft: 0;
        /* --paddingleft: 70px; */
        --paddingleft--neg: 0;
    }

    .jumbotron-container,
    .miolo,
    .miolo-2,
    .headline-flex,
    .texts {
        /* max-width: 1450px !important; */
        max-width: -webkit-calc(100% - 280px) !important;
        max-width: calc(100% - 280px) !important;
        margin-inline: auto !important;
        /* border: dotted 1px red; */
    }

    .contactus {
        max-width: -webkit-calc(100% - 280px) !important;
        max-width: calc(100% - 280px) !important;
        /* border: dotted 1px red; */
        margin-inline: auto;
        padding-inline: max(140px, 10%);
    }

    .miolo-2--alt {
        /* max-width: 100% !important; */
        max-width: -webkit-calc(100% - 280px) !important;
        max-width: calc(100% - 280px) !important;
    }

    .site-main {}

    .site-main .columns {}

    .site-main .columns .col-1 {
        max-width: unset;
        flex: 1 1 50%;
        background-size: 725px auto;
        background-position: right 0 top 94px;

    }

    .site-main .columns .col-2 {
        flex-basis: 50%;
        padding-left: var(--columns-gap);
    }

    .site-main .columns .col-2 .col-2--container {
        max-width: 675px;
    }

    .site-main .columns .col-3 {
        padding-right: var(--columns-gap);
    }

    .site-main .columns .col-4 {
        background-size: cover;
        background-position: center center;
    }

    .site-main .columns-1 {
        gap: 0;
    }

    .site-main .columns-2 {
        gap: 0;
        max-width: 1450px;
        /* max-width: -webkit-calc(100% - 280px) !important; */
        /* max-width: calc(100% - 280px) !important; */
        margin-inline: auto;
    }

    .triangles {
        display: block;
        height: 460px;
        width: 916px;
        background-size: 100%;
        background-position: right center;
        float: right;
        margin-right: 83px;
    }
}

@media only screen and (max-width:1120px) {

    :root {
        --paddingleft: 30px;
        --paddingleft--neg: -30px;
        --columns-gap: 30px;
    }

    html {
        font-size: 8px;
    }

    * {
        /* border: solid 1px greenyellow; */
    }

    .menu-container {
        background: black;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #header-menu li a {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .jumbotron {
        padding-bottom: var(--paddingleft);
    }

    .jumbotron .logo {
        width: 35%;
        height: auto;
        margin: var(--paddingleft);
    }

    .jumbotron p {
        width: 60%;
        font-size: 3.5rem;
        line-height: 4.0rem;
        /* margin: 0 var(--paddingleft) 0 var(--paddingleft); */
        margin: 0;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    }

    .jumbotron p br {
        display: none;
    }

    .site-main .headline-flex {
        display: flex;
        align-items: stretch;
        /* justify-content: space-around; */
        justify-content: space-between;
        margin: var(--paddingleft) 0;
        padding-inline: var(--paddingleft);
        /* padding-inline: 0; */
        width: 100%;
        column-gap: 5%;
        gap: 5%;
    }

    .site-main .headline-flex .logo-container {
        flex: 1 1 30%;
        max-width: 30%;
    }

    .site-main .headline-flex .logo-container .logo {
        display: block;
        width: 100%;
        height: auto;
        padding-right: 0;
        border-right: 0;
    }


    .site-main .headline-flex .headline {
        align-self: last baseline;
        font-size: 3.0rem;
        line-height: 1.6;
    }


    .site-main .columns {
        margin-top: 5rem;
        margin-bottom: 5rem;
        display: grid;
        grid-template-columns: 1fr;
    }

    .site-main .columns .column p {
        padding-inline: 0;
    }


    .site-main .columns h2 {
        font-size: 6rem;
        margin-top: 6rem;
        margin-bottom: 2rem;
    }

    .site-main .columns h2 br {
        display: none;
    }

    .site-main .columns h3 {}

    .site-main .columns .col-1 {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 0.96;
        object-fit: cover;
        background-size: 100%;
        background-position: top right;
        overflow: auto;
    }

    .site-main .columns .col-2 {
        margin-inline: var(--paddingleft);
        padding-right: var(--paddingleft);
        padding-right: 0;
    }

    .site-main .columns .col-3 {
        order: 2;
        flex-basis: 50%;
        padding-inline: var(--paddingleft);
    }

    .site-main .columns .col-3 h2 {
        /* margin-top: 30%;
        margin-bottom: 10%; */
        margin-top: 6rem;
        margin-bottom: 2rem;
    }

    .site-main .columns .col-3 p:nth-last-child(1) {
        margin-bottom: 0;
    }


    .site-main .columns .col-4 {
        order: 1;
        width: 100%;
        max-width: 100%;
        aspect-ratio: 0.901;
        object-fit: cover;
        background-size: 100%;
        background-position: top center;
        overflow: auto;
    }


    .site-main .columns-2 {
        margin-bottom: 14.5rem;
    }

    .contactus-container {
        padding-inline: 0;
    }

    .contactus {
        padding: 10% var(--paddingleft);
    }

    .contactus h2 {
        font-size: 5rem;
        margin-bottom: var(--paddingleft);
    }


    footer {
        padding-top: var(--paddingleft);
        padding-bottom: var(--paddingleft);
        padding-inline: var(--paddingleft);
    }

    footer .grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        flex-direction: row;
    }

    footer .none,
    footer .menu {
        flex-basis: 25%;
    }

    footer .address {
        flex-basis: 100%;
        text-align: Center;
        padding: 0 var(--paddingleft) var(--paddingleft) var(--paddingleft);
        margin-bottom: var(--paddingleft);
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    }

    footer .menu ul {
        list-style: none;
        list-style-type: none;
        padding: 0;
        padding-right: 45px;
        margin: 0;
        display: flex;
        justify-content: right;
        gap: 90px;
    }

    footer .menu ul li a {
        color: white;
        text-decoration: none;

    }

    footer .menu ul li a:hover {
        color: yellow;
    }


    .wpcf7-form {

        max-width: 600px;
        margin-inline: auto;
    }

    .wpcf7-form label {
        padding-left: 0;
        font-size: 2.8rem;
        line-height: 1.6;
    }

    .wpcf7-form label .wpcf7-form-control-wrap .wpcf7-form-control {
        font-size: 2.8rem;
        width: 100%;
        margin: 16px 0 0 0;
        padding: 10px;

    }

    .wpcf7-form .wpcf7-submit {
        max-width: 100%;
        font-size: 2.8rem;
        padding: 15px;
        height: auto;
    }

    .wpcf7-form .form-grid {
        display: block;
    }

    .wpcf7-form .form-grid .file-button {
        font-size: 2.8rem;
        padding: 15px;
        width: 100%;
        height: auto;
        margin-top: var(--paddingleft);
    }

    .wpcf7-form .form-grid .file-button .wpcf7-form-control-wrap,
    .wpcf7-form .form-grid .file-button br {
        display: none;
    }

    .wpcf7-form .form-grid .wpcf7-file {
        display: none;
    }

    #header-menu {
        display: none;
    }

    .contactus-icon {
        display: flex;
        justify-content: right;
    }

    .contactus-icon svg {
        width: 24px;
    }

}

@media only screen and (min-width:1121px) and (max-width:1450px) {

    :root {
        --paddingleft: 140px;
        --paddingleft--neg: -140px;
    }

    * {
        /* background: rgba(0, 0, 255, 0.1); */
    }

    html {
        font-size: 9px;
    }

    .columns {
        /* border-top: solid 1px red; */
        margin-top: 0rem !important;
        margin-bottom: 5rem !important;
    }

    .columns-1,
    .columns-2 {
        column-gap: 0 !important;
    }

    .col-1,
    .col-2,
    .col-3,
    .col-4 {
        flex-basis: 50% !important;
    }

    .col-2 {
        padding-left: 50px;
    }

    .col-3 {
        padding-right: 50px;
    }

    .jumbotron p {
        margin-left: 0;
    }

    .wpcf7-form .form-grid {
        gap: 10px;
        line-height: 1.2;
        align-items: center;
    }

    .contactus {
        padding: 65px 70px 85px 70px;
    }

    .wpcf7-form .form-grid .file-button {
        /* border-radius: 36px; */
        width: 300px;
        padding: 20px;
        text-align: center;
        font-size: 3.0rem;
        /* height: 48px; */
    }
}