/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.excite.com.mx
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.www.excite.com.mx
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

/* menu */

#top-menu li.current-menu-item > a {color: #8cc63e !important;}

#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {
    color: #8cc63e !important;
}

.nav li ul {
    width: 320px !important;
}

#top-menu li li a {
    width: 280px !important;
    padding: 4px 0px !important;
}

.nav ul li a:hover, .et_mobile_menu li a:hover {
    background-color: rgba(0, 0, 0, 0.0) !important;
}

/* contenido */

.inbound-field input[type=text], .inbound-field input[type=url], .inbound-field input[type=email], .inbound-field input[type=tel], .inbound-field input[type=number], .inbound-field input[type=password] {
    width: 100% !important;
    line-height: 24px !important;
}

input[type=text], input[type=password], input[type=tel], input[type=email], input.text, input.title, textarea, select {
    border: 1px solid #00732c !important;
}

#inbound_form_submit {
    border: 1px solid #00732c !important;
    background: #fff!important;
    padding: 6px !important;
    width: 100%;
}
.inbound-button-submit {
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: bold;
    color: #8cc63e !important;
}

textarea.inbound-input-textarea {
    height: 80px !important;
}

.slider-bloque {
    background: rgba(12,93,45,0.7) !important;
    padding-left: 32px !important;
    padding-right: 32px !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    font-size: 18px !important;
}

/* pop up reservaciones */
.popup-title {
    writing-mode: horizontal-tb !important;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    padding-bottom: 8px !important;
    padding-left: 36px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}

.popup-header {
    background-color: #00732c!important;
    border: 0px solid #fff !important;
    cursor: pointer;
    width: 54px !important;
    /*height: 200px !important;*/
}

/*.popup-content {height: 448px; !important;}*/

.sticky-popup {
    /*width: 360px !important;*/
    z-index: 99990 !important;
}

@media screen and (max-width: 516px) {
    .sticky-popup { display: none; }
}


.popmake-title { font-size: 32px !important; }

.sticky-popup-left .popup-image {
    margin: -21px -102px 0 0 !important;}

.popup-image img {
    max-height: 100% !important;
}


/* footer */

#footer-info {
    float: none !important;
    text-align: center !important;
}

#main-footer {
    display: none !important;
}

#pie {width: 100% !important;}

.footer-link {padding-left:18px; color: #fff;}