/*
Theme Name: Zeytinburnu Afet Merkezi - 2021
Author: Pixelate Creative
Author URI: https://pixelate.com.tr/
*/

.text-uppercase {
    text-transform: uppercase !important;
}

.acf-map {
    width: 100%;
    height: 300px;
}

.meet-areas-map .acf-map {
    height: 43rem;
}

.modal-map .acf-map {
    height: 23.6rem;
}

.acf-map-contact {
    height: 31rem;
}

.text-w-icon img {
    display: inline-block;
    max-width: 22px;
}

span.meet-area-address__icon.icon-font img {
    width: 2rem;
    height: 2rem;
    object-fit: contain
}


/* fixes potential theme css conflict */

.acf-map img {
    max-width: inherit !important;
}

.form-box {
    position: relative;
}

.form-box .wpcf7-submit {
    display: none;
}

.form-box .ajax-loader {
    position: absolute;
    bottom: 32px;
    left: 15px;
    z-index: 1;
    mix-blend-mode: multiply;
    pointer-events: none;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 2px solid #cc0000 !important;
    margin-bottom: 1.5rem !important;
    overflow: initial;
}

.wpcf7-form-control-wrap {
    border-radius: 1.6rem;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 4em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    border-radius: 1.6rem;
    padding: 1em;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background-color: rgba(0, 0, 0, .2);
}
.header img{
    max-width: unset;
}