/*!
Theme Name: duckwptheme
Version: 1.0.0
Text Domain: duckwptheme
*/

.wpcf7-spinner {
    position: absolute;
}

.wpcf7-not-valid-tip {
    margin: -10px 0 10px;
}

.gallery-wrap .item img {
    border-radius: 9px;
}

.scroll {
    position: absolute;
    margin-top: -150px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

@media (max-width: 550px) {
    .duration-wrap__info--flex .row-full {
        max-width: 100% !important;
    }

    .duration-wrap__info--flex .row-full img {
        width: 100%;
    }

    .moments-wrap__image {
        order: -1;
    }

    .moments-wrap {
        margin-bottom: 80px;
    }
}