/*
 Theme Name:   Twenty Twenty Child
 Description:  Twenty Twenty Child Theme
 Template:     twentytwenty
 Version:      1.0.0
*/

/*-----------------------------------------------Landingpage Style*/
/*-------------------Santos Nord Landingpage*/
.page-id-2078 footer,
.page-id-2027 footer,

.landingpage header {
    display: none
}

body:not(.elementor-editor-active).landingpage #contact_container {
    top: 0;
    display: none;
}

body:not(.elementor-editor-active).landingpage.active_contact_popup .info_container {
	display: none;
}

body:not(.elementor-editor-active).landingpage.active_contact_popup #contact_container{
    display: block;
}


body:not(.elementor-editor-active).landingpage.active_contact_popup {
/*     overflow: hidden; */
}

body.landingpage form .elementor-field-type-submit {
    margin-top: 5%;
}

.info_container.active_contact_page {
    display: none;
}

@media screen and (max-width: 820px) {
    body:not(.elementor-editor-active).landingpage #contact_container{
/*         max-height: 85vh;
        overflow: auto; */
    }
}
/*-----------------------------------------------End: Landingpage Style*/

header .dealer_data {
    height: 200px;
}

#dealer_name p {
    font-size: 0.9em;
    font-weight: 500;
}

#dealer_address p {
    font-size: 0.8em;
}

body.openmenu {
    overflow: hidden;
}

body {
    background: 0;
}

body main {
    left: 0;
    transition: all 0.5s ease-in-out !important;
}

body.openmenu main {
    left: 120%;
}

.left_side_menus.left_side_menus {
    position: fixed;
    left: -110%;
    right: 0;
    width: 100vw;
    z-index: 8;
    transition: all 0.5s ease-in-out;
}

.left_side_menus.left_side_menus ul li a {
    display: inline-block;
}

@media screen and (max-width: 1200px) and (min-width: 1025px) {
    footer .footer_menu.footer_menu ul li a {
        font-size: 0.8em;
    }
}

footer .footer_menu ul li {
    margin-right: 2% !important;
    margin-left: 2% !important;
}

.openmenu .left_side_menus .elementor-container.elementor-column-gap-default {
    left: 0;
    z-index: 9;
    right: 0;
}

.left_side_menus .elementor-container.elementor-column-gap-default {
    background: #f4313f;
    min-height: 88vh;
    width: 100vw;
}

.toggle_menu{
    cursor: pointer;
    width: 30px;
    padding-top: 3px;
}

@media only screen and (max-width: 1024px) {
    .toggle_menu{
        margin: 0 20px 25px auto;
    }

    .openmenu .left_side_menus {
        margin-left: 0;
        left: 0;
    }

    header {
        z-index: 1;
    }
}

@media only screen and (min-width: 1025px) {
    .toggle_menu {
        margin: 0 auto;
    }

    .openmenu .left_side_menus {
        margin-left: 10%;
        left: 3%;
    }

    header {
        z-index: 10;
    }
}

.toggle_menu span {
    display: block;
    width: 100%;
    height: 3px;
    background: #000000;
    margin-bottom: 7px;
    transition: all 0.5s ease-in-out;
}

.openmenu .toggle_menu span:first-child {
    margin-left: -15px;
}

.openmenu .toggle_menu span:last-child {
    margin-left: 15px;
}