/*
 Theme Name:   Grote Media Child Theme
 Theme URI:    .
 Description:  .
 Author:       Grote Media
 Author URI:   .
 Template:     hello-elementor
 Version:      1.0.0
*/

/* BASIC */

.no-margin p:last-child {
    margin-bottom: 0 !important;
}
.content-list ul {
    padding-left: 15px;
    margin-bottom: 20px;
}


/* MENU */

.menu-wrap {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 100%;
    transition: .4s !important;
    width: 100%;
}
.menu-open .menu-wrap {
    left: 0;
}
.menu-icon {
    line-height: 0 !important;
    cursor: pointer;
}
.menu-icon-close {
    line-height: 0 !important;
    cursor: pointer;
}
/*@media screen and (max-width: 767px) {
    .menu-open .menu-wrap {
        overflow: hidden;
    }
    .menu-open .menu-wrap > .e-con-inner {
        flex-wrap: nowrap;
        max-width: unset;
        overflow: auto;
        height: 100vh;
    }
}*/


/* LOGO */

.logo-wrap {
    transform: translateX(-50%);
}
.logo-scroll {
    opacity: 0;
}


/* ELEMENTS */

body .elementor-9, body .elementor-84, body .elementor-82 {
    overflow: hidden;
}
.custom-grid > .elementor-widget-wrap {
    flex-wrap: nowrap;
}
.custom-grid .custom-grid-img {
    width: calc(100% - 95px) !important;
    height: 100%;
}
.custom-grid .custom-grid-img > .elementor-widget-container {
    height: 100%;
}
.header-img img {
    max-height: 800px;
    min-height: 425px;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .header-img img {
        min-height: 290px;
    }
    .custom-grid .custom-grid-img > .elementor-widget-container img {
        max-height: 220px;
    }
}
.form-wrap .elementor-field-type-text input, .form-wrap .elementor-field-type-email input, .form-wrap .elementor-field-type-tel input {
    padding: 15px !important;
    outline: none;
}
.form-wrap textarea {
    padding: 15px !important;
    resize: none !important;
    outline: none;
}
.form-wrap .elementor-field-type-text input:focus, .form-wrap .elementor-field-type-email input:focus {
    border: none !important;
    box-shadow: none !important;
}
.form-wrap textarea:focus {
    border: none !important;
    box-shadow: none !important;
}
.form-wrap .elementor-field-type-acceptance input {
    background-color: #F7F7F7 !important;
}
.elementor-acceptance-field {
    -webkit-appearance: none;
    padding: 0 8px;
    position: relative;
    font-size: 10px !important;
    margin-right: 5px;
    top: 3px;
    height: 16px;
    width: 16px;
    display: inline-block !important;
}
.elementor-acceptance-field:checked:after {
    content: '\2714';
    font-size: 22px;
    position: absolute;
    top: -11px;
    left: 2px;
    color: #80C7E0;
}
@media screen and (max-width: 767px) {
    .form-wrap .elementor-field-type-text input, .form-wrap .elementor-field-type-email input {
        padding: 8px 10px !important;
        min-height: inherit !important;
    }
    .form-wrap textarea {
        padding: 8px 10px !important;
        min-height: inherit !important;
    }
    .form-wrap .elementor-field-group {
        margin-bottom: 15px !important;
    }
    .form-wrap .elementor-field-type-submit button {
        padding: 5px 10px !important;
        min-height: inherit !important;
    }
}
.sbi .sbi_load_btn {
    font-family: "Mukta", Sans-serif;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    fill: #F7F7F7 !important;
    color: #F7F7F7 !important;
    background-color: #E94F34 !important;
    border-style: none;
    border-radius: 10px 10px 10px 10px !important;
    padding: 11px 20px 9px 20px !important;
    line-height: 1 !important;
    margin-top: 20px !important;
}
.sbi .sbi_load_btn:hover {
    color: #1F1F1F !important;
    background-color: #E94F34 !important;
    box-shadow: none !important;
}
@media screen and (max-width: 767px) {
    .sbi .sbi_load_btn {
        font-size: 14px !important;
        padding: 5px 10px 5px 10px !important;
    }
}


/* SCROLL */

.content-scroll .elementor-location-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
}
.content-scroll .logo-scroll {
    opacity: 1;
}
.content-scroll .logo-wrap {
    display: none;
}
.content-scroll .top-content {
    margin-top: 150px;
}
@media screen and (max-width: 767px) {
    .content-scroll .top-content {
        margin-top: 77px;
    }
}
