/*
Theme Name:   LiftItMoving
Theme URI:    https://elementor.com/hello-elementor/
Description:  Hello Elementor Child Theme
Author:       Твоё имя
Author URI:   твойсайт.ру
Template:     hello-elementor
Version:      1.0.4
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  liftitmoving
*/

/*.text-center {*/
/*    text-align: center;*/
/*}*/
@media (min-width: 1400px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1320px !important;
    }
}
.entry-title {
    font-size: 3.5rem;
    color: var(--e-global-color-primary);
    font-family: 'Poppins', cursive;
    font-weight: 700;
}

.block-contents {
    text-align: center;
}

.text-left,
.text-left .block-contents {
    text-align: left;
}

.text-left .block-contents .section-title h5 {
    left: 0;
    transform: translateX(-5px);
}

.faq .section-title h5 {
    top: -97px;
}

.faq .e-n-accordion {
    position: relative;
}

.faq .e-n-accordion:before {
    position: absolute;
    left: 25px;
    top: 0;
    content: "";
    border: 1px dashed #3576d4;
    width: 1px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .5;
}

.faq .e-n-accordion details {
    counter-increment: css-counter 1;
    padding-left: 60px;
}


.faq .e-n-accordion details:not(:first-child) {
    margin-top: 15px;
}

.faq .e-n-accordion summary:before {
    content: counter(css-counter);
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #ebedf2;
    border-radius: 50px;
    color: #3576d4;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    left: 0;
}

.section-title {
    position: relative;
    margin-top: -10px;
}

.section-title h5 {
    font-size: 150px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #14315c;
    -webkit-text-fill-color: transparent;
    opacity: 0.1;
    margin-bottom: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: -83px;
    font-weight: 700;
    text-transform: capitalize;
    z-index: 10;
    letter-spacing: -4px;
}

.section-title > span {
    font-weight: 700;
    text-transform: capitalize;
    color: #fd7062;
    font-size: 14px;
    position: relative;
    padding-left: 80px;
    line-height: 1;
    font-family: "Poppins", cursive;
}

.section-title > span::before {
    position: absolute;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #fd7062;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.block-contents .section-title h2 {
    font-size: 60px;
    line-height: 1.3;
    text-transform: capitalize;
}

.block-contents .section-title h2 span {
    color: #3576d4;
}

.slider-card {
    position: relative;
    padding: 10px 20px;
    text-align: center;
}

.slider-card h4 {
    color: transparent;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 600;
    -webkit-text-stroke: 1px #14315c;
    transition: all 0.1s ease;
}

.slider-card:hover h4,
.slider-card.active h4 {
    color: #14315c;
}

.slider-card h4 a {
    color: inherit !important;
}

.slider-card__counter {
    position: absolute;
    top: 8px;
    left: 8px;
    color: #14315c;
    font-size: 0.825rem;
}

.work-steps-list {
    counter-reset: css-counter 0;
}

.work-steps-list .single-work-steps {
    counter-increment: css-counter 1;
    text-align: center;
    padding: 0px 20px;
    margin-top: 30px;
}

.work-steps-list .single-work-steps .icon {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.work-steps-list .single-work-steps .icon::before {
    content: counter(css-counter);
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #3576d4;
    border-radius: 50px;
    color: #3576d4;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    font-family: "Poppins", cursive;
    right: 0;
    top: 0;
}

.work-steps-list .single-work-steps .content h4 {
    text-transform: capitalize;
}

.work-steps-list .single-work-steps .content p {
    font-size: 16px;
}

.datepicker input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ccc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    padding-right: 40px !important;
}

.address-autocomplete input {
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    padding-right: 40px !important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23ccc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E")!important
}

.main-form .wpforms-field-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.main-form .wpforms-field-container > div {
    width: 23.5%;
    padding-top: 0;
}

.main-form .wpforms-field-container input,
.main-form .wpforms-field-container select {
    min-width: 100%;
}

.wpforms-container {
    margin: 0 !important;
}

.main-form .wpforms-submit-container {
    width: 49%;
}

.main-form .wpforms-submit-container button {
    width: 24%;
}

div.wpforms-container-full .wpforms-form label.wpforms-error,
div.wpforms-container-full .wpforms-form em.wpforms-error {
    margin-top: 7px !important;
}

.sidebar-buttons button,
.sidebar-buttons .elementor-button {
    width: 100% !important;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.section-content h2 {
    position: relative;
}

.section-content h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 200px;
    height: 2px;
    background: #fd7062;
}

.single-our-service {
    position: relative;
    margin-top: 30px;
}

.single-our-service::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 3;
    background-image: linear-gradient(0deg, #3576d4 0%, rgba(33, 30, 59, 0.5) 65%, rgba(33, 30, 59, 0) 100%);
}

.single-our-service .elementor-image-box-content {
    position: relative;
    z-index: 3;
    padding: 0 30px;
    margin-top: -100px;
}

.single-our-service img {
    width: 100% !important;
}

.elementor-image-box-wrapper figure {
    position: relative;
}
.elementor-image-box-wrapper figure:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #14315c 0%, rgba(31, 66, 93, 0.2) 65%, rgba(31, 66, 93, 0) 100%)
}

.premium-modal-trigger-container svg path {
    fill: #fff !important;
}

.modal-form .wpforms-field-container {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between;
}

.modal-form .wpforms-field {
    width: 100% !important;
}

@media(min-width: 768px) {
    .modal-form .form-field-half {
        width: 48% !important;
    }
}


.modal-form .wpforms-field input,
.modal-form .wpforms-field select {
    min-width: 100% !important;
    border-radius: 0 !important;
}

.modal-form h3 {
    text-align: center;
}

.main-form .field-promocode {
    display: none;
}

.modal-form .wpforms-submit-container {
    text-align: center;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.premium-modal-box-modal-title {
    font-size: 1.25em !important;
    font-weight: 700 !important;
}

.premium-modal-box-modal-header {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.slide-menu .premium-modal-box-modal-header {
    padding-top: 25px !important;
    padding-bottom: 0 !important;

}
.slide-menu .premium-modal-box-modal-header button {
    color: #fff !important;
    opacity: 1 !important;
}

.premium-modal-box-modal-close {
    color: #000 !important;
    opacity: 0.5 !important;
    transition: all 0.2s ease;
    background: none !important;
}

.premium-modal-box-modal-close:hover {
    opacity: 1 !important;
}

.modal-form .wpforms-submit-container button {
    font-weight: bold !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 0 !important;
    transition: all 0.2s ease !important;
}

@media(min-width: 1200px) {
    .contact-cards {
        position: absolute;
        max-width: 1320px;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        z-index: 5;
    }
}

.contact-card:hover p,
.contact-card:hover a,
.contact-card:hover .elementor-icon-box-title span {
    color: #fff !important;
}

.contact-card .elementor-icon {
    background-color: #fff !important;
}

.contact-card .elementor-icon svg {
    fill: var( --e-global-color-primary ) !important;
}

.contact-card:hover .elementor-icon {
    background-color: var( --e-global-color-primary ) !important;
}

.contact-card:hover .elementor-icon svg {
    fill: #fff !important;
}

.services .section-title h5 {
    -webkit-text-stroke-color: #fff;
}

.services h2 {
    color: #fff !important;
}

@media(max-width: 768px) {
    .section-title h5 {
        font-size: 5rem !important;
        text-align: center;
    }

    .section-title h2 {
        text-align: center;
    }

    .home .faq {
        background-image: none !important;
    }
}

.slide-menu .premium-modal-box-modal-dialog {
    right: 0;
    min-height: 100vh;
    border-radius: 0;
    background-color: var(--e-global-color-primary);
}

.slide-menu a {
    color: #fff !important;
    text-decoration: underline;
}

#masthead {
    position: sticky !important;
    top: 0;
    left: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    background: #fff !important;
}

.page-header {
    padding: 2rem 0 !important;
    font-size: 2rem !important;
}

@media(min-width: 1024px) {
    .page-header {
        padding: 4.25rem 0 !important;
        font-size: 4rem !important;
    }
}

