/*
 Theme Name:   Grote Media Child Theme
 Theme URI:    .
 Description:  .
 Author:       Grote Media
 Author URI:   .
 Template:     hello-elementor
 Version:      1.0.0
*/

/* MENU */

.menu-wrapper .elementor-nav-menu--dropdown {
    padding: 10px 0 !important;
}


/* FORM */

.custom-form textarea {
    resize: none !important;
    outline: none;
    padding: 16px 25px !important;
}
.custom-form input {
    padding: 16px 25px !important;
    outline: none;
}
.custom-form input:focus, .custom-form textarea:focus, .custom-form select:focus {
    box-shadow: none !important;
}
.custom-form .elementor-field-type-acceptance label {
    font-size: 16px !important;
    text-transform: none !important;
}
@media screen and (max-width: 767px) {
    .custom-form .elementor-field {
        font-size: 16px !important;
    }
    .custom-form .elementor-field-group {
        margin-bottom: 20px !important;
    }
}


/* FORM POPUP */

.form-popup form .elementor-field-group:nth-child(1) {
    margin-right: 10%;
}
.form-popup form .elementor-select-wrapper {
    height: 60px !important;
}
.form-popup form .elementor-field-group:nth-child(3), .form-popup form .elementor-field-group:nth-child(7) {
    margin-top: 20px;
}
.form-popup form .elementor-field-type-acceptance label {
    color: #3C3C3C !important;
    text-transform: none !important;
}
@media screen and (max-width: 767px) {
    .form-popup form .elementor-field-group:nth-child(3), .form-popup form .elementor-field-group:nth-child(7) {
        margin-top: 10px;
    }
    .form-popup form .elementor-field-group:nth-child(2) {
        margin-top: 10px;
    }
    .form-popup form .elementor-field-group:nth-child(1) {
        margin-right: 0 !important;
    }
}


/* GALLERY */

.custom-gallery-wrap img {
    width: auto;
    height: 335px;
    object-fit: cover;
}
.custom-gallery img {
    width: auto;
    height: 250px;
    object-fit: cover;
}
@media screen and (max-width: 1024px) {
    .custom-gallery .gallery {
        margin: 0 -40px -40px 0 !important;
    }
    .custom-gallery .gallery-item {
        padding: 0 40px 40px 0 !important;
    }    
}
@media screen and (max-width: 767px) {
    .custom-gallery .gallery {
        margin: 0 -40px -40px 0 !important;
    }
    .custom-gallery .gallery-item {
        padding: 0 40px 40px 0 !important;
    }    
}


/* SLIDER */

.custom-slider .swiper-slide-inner {
    padding: 0 !important;
}
.custom-slider .swiper-slide-contents {
    height: 100%;
}
.custom-slider .elementor-slide-description {
    height: 100%;
    font-size: 16px !important;
    line-height: inherit !important;
}
.slider-wrap {
    display: flex;
    align-items: center;
    height: 100%;
}
.slider-wrap h2, .slider-wrap h3, .slider-wrap .elementor-widget-container {
    color: #fff !important;
}
.slider-wrap h2, .slider-wrap h3 {
    line-height: 1.5em !important;
}
.slider-wrap h3 {
    margin-top: 60px;
    text-transform: uppercase;
}
.slider-content-left {
    flex-basis: 50%;
}
.slider-content-inner {
    margin-left: calc(15% + 20px);
    padding-right: 100px;
}
.slider-content-right {
    flex-basis: 50%;
    height: 100%;
}
.slider-content-right img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.slider-content-details {
    display: flex;
}
.slider-content-details div:nth-child(1) {
    margin-right: 20px;
}
.slider-content-details span {
    display: block;
}
.slider-wrap .elementor-button {
    text-decoration: none !important;
    text-transform: uppercase;
    margin-top: 50px;
}
.slider-wrap .elementor-button {
    color:  #fff !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
}
.slider-wrap .elementor-button.color-orange {
    background-color: #E55F1D;
}
.slider-wrap .elementor-button.color-green {
    background-color: #696B34;
}
.slider-wrap .elementor-button.color-mint {
    background-color: #AFD7B9;
}
@media screen and (max-width: 1024px) {
    .slider-content-inner {
        margin-left: calc(10% + 10px);
        padding-right: 50px;
    }
    .custom-slider .elementor-swiper-button-prev {
        left: 3px !important;
    }
    .custom-slider .elementor-swiper-button-next {
        right: 3px !important;
    }
}
@media screen and (max-width: 767px) {
    .custom-slider .elementor-swiper-button-prev {
        left: 7px !important;
        font-size: 30px !important;
    }
    .custom-slider .elementor-swiper-button-next {
        right: 7px !important;
        font-size: 30px !important;
    }
    .slider-wrap {
        align-items: inherit;
        height: auto;
        flex-wrap: wrap;
    }
    .slider-content-left {
        flex-basis: 100%;
        order: 2;
    }
    .slider-content-inner {
        margin-left: calc(10% + 10px);
        padding-top: 35px;
        padding-bottom: 25px;
    }
    .slider-content-right {
        flex-basis: 100%;
        order: 1;
        height: 350px;
    }
    .slider-content-right img {
        width: 100%;
    }
}
.content-slider img {
    height: 335px !important;
    width: auto !important;
    object-fit: cover;
}
.content-slider-wrap img {
    height: 250px !important;
    width: auto !important;
    object-fit: cover;
}
.content-slider .elementor-swiper-button, .content-slider-wrap .elementor-swiper-button {
    display: none !important;
}
.header-slider .swiper-slide-inner {
    padding-top: 175px !important;
}
@media screen and (max-width: 767px) {
    .header-slider .swiper-slide-inner {
        padding-top: 75px !important;
    }
    .content-slider .elementor-swiper-button, .content-slider-wrap .elementor-swiper-button {
        display: block !important;
    }
}
@media screen and (max-width: 1454px) {
    .slider-column > .elementor-widget-wrap {
        max-width: 1220px;
        margin: 0 auto !important;
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .slider-column > .elementor-widget-wrap {
        width: calc(100% - 20px);
    }
    .slider-column img {
        width: 100% !important;
    }
}


/* SCROLL */

.content-scroll .logo-wrap {
    display: none !important;
}
.content-scroll .header-headline a {
    display: block !important;
}
