body.page-template-page-simpletext h1 {

    font-family: 'Nitti Grotesk Semilight', sans-serif;
    font-size: 56px;
    line-height: 60px;
    font-style: normal;
    font-weight:normal;
    margin-bottom:50px;
}

body.page-template-page-simpletext h2 {
    font-family: 'Nitti Grotesk', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
    margin-top:30px;
    margin-bottom:10px;
}

@media screen and (max-width: 767px) {
    
    div.vidbg-container {
        display: none;
    }
    body.home section.shift-up {
        margin-top:0;
    }

    #banner-container {
        height:80vw;
        padding-bottom:0;
        background:none;
    }

    div.home-carousel img,
    div.home-carousel {
        height:80vw;
    }

    a#footer-logo img {
        margin:0 auto;
    }
}

div.footer-logo-dba {
    margin-top:90px;
}
div.footer-logo-gs {
    margin-top:30px;
}

div.responsive-footer div.footer-logo {
    margin:30px 0;
}

div.responsive-footer img {
    max-width:150px;
}

.challenges-hover {
    cursor: pointer;
}

@media screen and (min-width:768px) {
    .cta-form {
        background: #3D3C3B url(https://www.gilmarwendt.com/wp-content/themes/gw/img/collab/CC_Logo%201.svg) no-repeat;
        background-position: top right 20px;
        background-size: 200px auto;
    }
}
.cta-form p,
.cta-form h2 {
    color:white!important;;
}

.cta-form label {
    color:white;
    display:block;
    margin-bottom:5px;
}

.cta-form input {
    width:100%;
    padding:5px;
}

.cta-form input[type="submit"] {
    display:none;
}
.cta-form button {
    background: #F9C51A;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em !important;
    font-family: 'Nitti Grotesk', sans-serif;
    font-weight: bold;
    padding: 0 55px 0 20px !important;
    width: auto !important;
    position: relative;
    transition: 0.3s all;
    margin-top: 10px !important;
    height:40px;
    color:black;
}

.wpcf7-spinner {
    margin: 0 0 0 10px;
}

.wpcf7-not-valid-tip {
    margin-top:5px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border:none;
    background:#F9C51A;
    color:white;
    margin:-10px 0 0 0;
    padding:10px;
    color:black;
}

.wpcf7 form.sent button.wpcf7-form-control,
.wpcf7 form.sent div.form-item {
    display:none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border:none;
    background:#F9C51A;
    color:black;
    margin:-10px 0 0 0;
    padding:10px;
}

.cta-form button::after {

    content: '';
    background: url(https://www.gilmarwendt.com/wp-content/themes/gw/img/arrow/arrow-black.png) no-repeat right;
    position: absolute;
    right: 18px;
    top: 11px;
    width: 23px;
    height: 18px;

}

@media screen and (max-width:767px) {
    div.haveaquestion h2, div.introduction-text p, h4 {
        font-size:24px;
        line-height:30px;
    }
}