
/* Bloc: Contact Form */
.s-keep-intouch .wpcf7-form .wpcf7-list-item {
    margin-left: 0;
}

.s-keep-intouch .wpcf7-form .wpcf7-list-item input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    height: 0.9375rem;
    width: 0.9375rem;
    border: 0.0625rem solid #707070;
    font-size: 0.75rem;
}

.s-keep-intouch .wpcf7-form .wpcf7-list-item span {
    color: #1c2544;
    font-size: 0.875rem;
    padding-left: 2.1875rem;
}

/* img ratio */
.wrap-img-ratio {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%
}

.wrap-img-ratio:before {
    content: "";
    display: block
}

.wrap-img-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.wrap-img-ratio.s-175-121:before {
    padding-top: calc(121/175*100%)
}

.wrap-img-ratio.s-77-43:before {
    padding-top: calc(43/77*100%)
}

.wrap-img-ratio.s-185-128:before {
    padding-top: calc(128/185*100%)
}

.wrap-img-ratio.s-570-321:before {
    padding-top: calc(321/570*100%)
}

/* wp-block-column */
.wp-block-column .wp-block-image {
    margin-bottom: 0;
}

/* production-info__logo */
.production-info__logo img {
    max-height: 200px;
}

/* s-locations */
/* .s-locations .slider-default img {
    max-height: 390px;
} */

.description p:last-child {
    margin-bottom: 0;
}

/* submitting */
.submitting .submit-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.submitting .submit-loading:before {
    content: "";
    position: absolute;
    border: 5px solid #0dc2f3;
    border-top: 5px solid transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

/* filters */
.s-filters .s-filter .item.is-active {
    pointer-events: none;
}

/* CF7 */
.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-not-valid-tip {
    font-style: italic;
    text-transform: none;
    position: absolute;
    width: 100%;
    top: calc(100% + 5px);
    left: 0;
}

.wpcf7 form .wpcf7-response-output {
    padding: 0;
    border: none;
    font-style: italic;
    color: #dc3232;
    margin-left: 0;
    margin-right: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7 .ajax-loader, .wpcf7-spinner {
    position: absolute;
    margin: 0 0 0 10px;
}

/* parallax-title-item */
@media (min-width: 768px) {
    .parallax-title-item {
        position: relative;
        transition: all .05s ease-in-out;
    }
}

/* google map */
.gm-style > div > .gmnoprint[role="menubar"], 
.gm-style > div > div > .gmnoprint > .gm-style-cc[draggable="false"],
.gm-style > div > div > .gmnoprint.gm-style-cc[draggable="false"],
.gm-style > div > div > .gm-style-cc[draggable="false"],
.gm-style img[alt="Google"],
button.gm-fullscreen-control {
    display: none;
}

.custom-google-control {
    position: absolute;
    margin: 3.375rem 0 0 0;
    right: 1.25rem;
    top: 50%;
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 3.125rem;
    background: url(../images/zoom-out.svg) no-repeat center #000;
}

@media (min-width: 768px) {
    .custom-google-control {
        right: 2.5rem;
    }
}

.s-google-map .gm-style .gm-style-iw-d {
    min-width: 300px;
}

.s-google-map .gm-style .gm-style-iw-c {
    max-width: 300px!important;
}
