/*
Theme Name: Divi-child
Theme URI: http://www.grupolmh.com
Version: 1.0
Description: Sitio Web de Grupo LMH
Author: Contexto Digital                
Author URI: http://www.contextodigital.com.ar/ 
Template: Divi
Version: 4.4.0
*/
 
@import url("../Divi/style.css");

/*---- A partir de aquí añadimos las modificaciones que queremos hacer sobre el tema padre -----*/

@media only screen and ( min-width:981px ) {
    /* Set the slider height */
   /* .et_pb_slider_475, .et_pb_slider_475 .et_pb_container { 
        height: 475px !important; 
    }*/
    /*.et_pb_slider_475, .et_pb_slider_475 .et_pb_slide { 
        max-height: 475px; 
    }*/
    /*.et_pb_slider_475 .et_pb_slide_description { 
        position: relative; 
        top: 10%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    }*/
}
#main-footer, #footer-bottom { background-color: #9f2221 !important; }
#footer-info, #footer-info a { font-size: 11px; color: #ffffff;}
.et_fixed_nav #logo { max-height: 60px; margin-bottom: 7px; }
.et-fixed-header #logo { max-height: 50px; margin-bottom: 7px; }
/*.et_pb_slider .et_pb_slide { height: 500px; }
.et_pb_slide_image { margin-top: -250px; }
.et_pb_slide_description { margin-top: -130px; }*/
.et-waypoint-andina { border: 1px solid #B2B2B2; }
.et-waypoint-fotos { border: 1px solid #B2B2B2; }
.et-pb-active-control { border: 1px solid #B2B2B2; }
.et-pb-controllers a { border: 1px solid #B2B2B2; }
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea { background-color: #eee; border: none!important; width: 100% !important; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; font-size: 14px; color: #999 !important; padding: 16px !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar { background-color: #ffffff !important; }
.wpcf7-form .wpcf7-submit { float: right; color: #9f2221; font-size: 20px; font-weight: 500; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 6px 20px; line-height: 1.7em; background: transparent; border: 2px solid; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; transition: all 0.2s; position: relative;}
.wpcf7-form .wpcf7-submit:hover { background: rgba( 0, 0, 0, 0.05 ); border: 2px solid transparent; cursor: pointer !important; }