/*!
Theme Name: land
Theme URI: https://business-up.org/
Author: Business-up
Author URI: https://business-up.org/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nland
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

.increment, .decrement {
    font-size: 38px;
    color: var(--accent);
    background-color: unset;
    border: none;
    cursor: pointer;
}
.wpcf7-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.step-form__regions {
    font-size: 1rem;
    position: absolute;
    width: 100%;
    max-height: 9.375rem;
    background: #ececec;
    overflow: hidden;
    visibility: hidden;
    overflow-y: auto;
    top: calc(100% + .3125rem);
    left: 0;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    border-radius: .625em;
    z-index: 10;
    margin: 0;
    padding: 0;
    list-style: none;
}

.step-form__regions li {
    padding: 15px 20px;
    cursor: pointer;
    transition: .3s;
}

.step-form__regions li:hover {
    background-color: var(--accent);
    color: var(--white);
}
.step-form__regions.show {
    opacity: 1;
    visibility: visible;
}

.form__group {
    position: relative;
}
.preview__about .preview__subtitle {
    display: block;
}
.preview__subtitle {
    margin-bottom: 30px;
}