/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com/divi-child/
 Description:  Divi Child Theme
 Author:       Karla Navarro
 Author URI:   https://lingmarco.es/
 Template:     Divi
 Version:      4.4.1
 Tags:         divi, child-themes
 Text Domain:  divi-child
*/
@import url("../divi/style.css");

/* =Aquí empieza la personalización de tu tema
-------------------------------------------------------------- */

/*------------------------------------------HEADER -------------------------------------------*/
/*------------------------------------------HEADER LOGO----------------------------------*/

a:hover #logo {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.logo_container {
       text-align: left;
       display: inherit;
}

/*-----------FOOTER-----------------*/
#footer-info .centrar {
	width: 100%;
	text-align: center;
}
#footer-info {
    float: inherit;
}
#footer-widgets .footer-widget li {
	display: inline;
	color: #544512;
    font-size: 16px;
}
 
@media only screen and (max-width: 600px) {
  .et_mobile_menu li a {
    float: left !important;
    margin-right: 5px;
	 
}
.et_mobile_menu .bloque a {
    /*border: solid white 1px;*/
    width: 100%;
}
}
#footer-info {
    text-align: center;
    margin-top: -25px;
}
.bottom-nav {
	text-align: center;
}
.menu-c-yogasolar {
	width: 100%;
	text-align: center;
}
.menu-footer {
	/*border: solid 2px blue;*/
}
