/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   Brad Dalton http://wpsites.net
Template: Divi
*/
@import url("../Divi/style.css");
.efecto-Vidrio {
    position: relative;
    z-index: 999999;
    /* top: 50% !important; */
    /* left: 30%; */
    width: 461px;
    margin: 0 auto;
    /* right: 50%; */
    float: none !important;
    padding: 50px;
}
.efecto-Vidrio:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.efecto-Vidrio:before {
    box-shadow: inset 211px 270px 2008px rgb(255 255 255 / 51%);
    filter: blur(1px);
    border: 2px solid white;
    color: white;
}
.efecto-Vidrio {
    background: inherit;
}
 
.efecto-Vidrio:before {
    background: inherit;
}
.cont-texto-vidrio-home {
    height: 500px;
    padding-top: 120px !important;
    /* margin: 0 auto; */
}

.cont-texto-vidrio-home .et_pb_column{
    margin: 0 auto;
    /* float:  none !important; */
    /* height: 216px; */
    /* width: 438px; */
}
.cont-slider-home-vidrio:before {

    background-repeat: no-repeat;
    background-size: cover;
    width: 800px;
    height: 448px;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0px;
}
.newletter .et_pb_newsletter_form p.et_pb_newsletter_field input[type=text] {
	padding: 10px !important;
}
.newletter .et_pb_newsletter_form {
	padding-top: 15px !important;
}
.newletter .et_pb_newsletter_button_wrap .et_pb_newsletter_button{
	padding: 0px !important;
}
.et_pb_contact_form_container .et_contact_bottom_container {
    float: none;
    width: 22%;
    margin: 0 auto;
}
.et-l--footer a {
    color: white !important;
}

.et-fixed-header #top-menu li.current-menu-item>a, .et-fixed-header #top-menu li.current_page_item>a {
    color: black !important;
}
@media(max-width:1024px){
	div.et_pb_section.et_pb_section_0.slider-home-cont{
		background-image:url("/wp-content/themes/Divi_child/ISHOP-WEB-BG.jpg") !important;
	}
}
@media(max-width:475px){
	.et_pb_contact_form_container .et_contact_bottom_container {
	    float: none;
	    width: 33%;
	    margin: 0 auto;
	}
}
@media(max-width:475px){
	.et_pb_contact_form_container .et_contact_bottom_container {
	    float: none;
	    width: 33%;
	    margin: 0 auto;
	}
}
@media(max-width:375px){
	.et_pb_contact_form_container .et_contact_bottom_container {
	    float: none;
	    width: 38%;
	    margin: 0 auto;
	}
}
@media(max-width:320px){
	.et_pb_contact_form_container .et_contact_bottom_container {
	    float: none;
	    width: 44%;
	    margin: 0 auto;
	}
}
