/**
* Theme Name: Wheeldestrian Child
* Description: This is a child theme of CRFTD.
* Author: <a href="https://crftd.dev/">CRFTD</a>
* Template: crftd
* Version: 1.24
*/

/*** HEADER ***/
.whiteout img {
    filter: brightness(0) invert(1);
}
/*** BODY ***/
.error404 .error-title {
    color: #000 !important;
}

@media screen and (min-width: 769px) {
    #page .site-content {
        margin-bottom: 0px;
        margin-top: 85px;
    }
}

@media screen and (max-width: 768px) {
    #page .site-content {
        margin-bottom: 0px;
        margin-top: 50px;
    }
}

@media screen and (min-width: 769px) {
    #page .site-content .project-archive .content-area {
        margin-bottom: 85px;
        margin-top: 85px;
    }
}

@media screen and (max-width: 768px) {
    #page .site-content .project-archive .content-area {
        margin-bottom: 50px;
        margin-top: 50px;
    }
}

/*** ELEMENTS ***/
@media screen and (min-width: 769px) {
    .untex-timeline .timeline-year {
        width: calc(40% - 15px);
    }
}

@media screen and (max-width: 768px) {
    .untex-timeline .timeline-year {
        width: 100%;
    }
}

.untex-timeline .timeline-desc {
    max-width: none;
}

.editor-styles-wrapper blockquote:before,
.editor-styles-wrapper .wp-block-quote:before,
.hentry .entry-content blockquote:before,
.hentry .entry-content .wp-block-quote:before {
    left: -38px;
    top: -20px;
}

.blog-featured .d-grid {
    display: block;
}

nav.post-navigation .nav-previous a,
nav.post-navigation .nav-next a {
    align-items: flex-start;
}

/*** TYPOGRAPHY ***/
.type-post .entry-content h3 {
    margin-top: 0px !important;
}

.site-title {
    font-weight: 600;
}

.single-post .single-content h3 {
    font-size: 36px;
}

/*** FORM ***/
body #gform_wrapper_2 .gform_wrapper.gravity-theme .ginput_complex label,
body #gform_wrapper_2 .gform_wrapper.gravity-theme .ginput_complex legend,
body #gform_wrapper_2 .gform-field-label,
body #gform_wrapper_2 .gfield_consent_description,
body #gform_wrapper_2 .gfield_consent_label {
    color:#fff !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices {
    color: var( --e-global-color-accent );
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 6px;
    padding: 14px 20px;
    background-color:#fff;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices {
    height: 50px;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices:focus {
    background-color: #285bdb;
    color: #fff;
    border-radius: 3px;
    border: 0px solid #285bdb;
}

body .gform_wrapper .gform_footer input[type=submit] {
    color: var(--accent) !important;
    border-width: 1px !important;
    border-color: #f4f0ec;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
    letter-spacing: -0.01em;
    background-color: var(--primary);
    padding-top: 0.8em !important;
    padding-right: 2em !important;
    padding-bottom: 0.9em !important;
    padding-left: 2em !important;
	min-width: 220px;
	-webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    color: #fff !important;
    background-color: #285bdb !important;
}

.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder {
    color: var( --e-global-color-accent );
    text-transform: none;
    font-weight: 500;
    letter-spacing:0;
}

.gform_wrapper .gform_fields .gfield input:focus::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield textarea:focus::-webkit-input-placeholder {
	color: #fff;
}

.gform-theme--foundation .gform_fields {
    grid-row-gap: 20px !important;
}

.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder:focus,
.gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder:focus {
    color: #fff !important;
}

.gform_confirmation_message_1 .gform_confirmation_message {
    color: white !important;
    margin-bottom: 30px !important;
}

.gform-theme--foundation .gform_footer {
    display: block !important;
}

.gf-turnstile-container {
    max-height: 85px !important;
}

/*** FOOTER ***/