/*
Theme Name: Divi beme-store Child
Theme URI: http://www.beme-store.com/Divi-beme-store/
Description: Tema hijo de Divi beme-store.com
Author: Ivan Morato
Author URI: http://www.imoratop.com/
Template: Divi
Version: 1.0.0
*/

/* = TU CODIGO PERSONALIZADO A PARTIR DE AQUI
-------------------------------------------------------------- */

/* Mostrar el logo Divi a buena calidad */
#logo {
-webkit-transition: initial;
-moz-transition: initial;
transition: initial;
-webkit-transform: initial;
}

/*Efecto hover al situarse sobre los campos en los formularios de contacto*/
.border-color .et_pb_contact p input:hover,
.border-color .et_pb_contact p textarea:hover, 
.border-color .et_pb_contact p input:focus, 
.border-color .et_pb_contact p textarea:focus {
border-color: #ff9400;
}
/* Fuentes integradas */

@font-face {
    font-family: 'BodoniBkBT';
    src: url('https://www.beme-store.com/wp-content/themes/Divi-child-beme-store/fonts/BodoniBT-Book.eot');
    src: url('https://www.beme-store.com/wp-content/themes/Divi-child-beme-store/fonts/BodoniBT-Book.eot?#iefix') format('embedded-opentype'),
        url('https://www.beme-store.com/wp-content/themes/Divi-child-beme-store/fonts/BodoniBT-Book.woff2') format('woff2'),
        url('https://www.beme-store.com/wp-content/themes/Divi-child-beme-store/fonts/BodoniBT-Book.woff') format('woff'),
        url('https://www.beme-store.com/wp-content/themes/Divi-child-beme-store/fonts/BodoniBT-Book.ttf') format('truetype'),
        url('https://www.beme-store.com/wp-content/themes/Divi-child-beme-store/fonts/BodoniBT-Book.svg#BodoniBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ConeriaScript';
    src: url('https://www.beme-store.com/wp-content/themes/Divi-child-beme-store/fonts/ConeriaScriptMedium.eot');
    src: url('https://www.beme-store.com/wp-content/themes/Divi-child-beme-store/fonts/ConeriaScriptMedium.eot?#iefix') format('embedded-opentype'),
        url('https://www.beme-store.com/wp-content/themes/Divi-child-beme-store/fonts/ConeriaScriptMedium.woff2') format('woff2'),
        url('https://www.beme-store.com/wp-content/themes/Divi-child-beme-store/fonts/ConeriaScriptMedium.woff') format('woff'),
        url('https://www.beme-store.com/wp-content/themes/Divi-child-beme-store/fonts/ConeriaScriptMedium.ttf') format('truetype'),
        url('https://www.beme-store.com/wp-content/themes/Divi-child-beme-store/fonts/ConeriaScriptMedium.svg#ConeriaScriptMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}
/*Enlace al plugin multi-idioma WMPL*/
@media all {
	#wpml_credit_footer {
	text-align: center;
	font-size: 12px;
	background-color: #151515;
	margin-top: 0;
	}
}

.wpml-ls-statics-footer {
    font-size: 14px;

}

/* Eliminar sidebar de las paginas de producto y tienda de WooCommerce */
.single-product #main-content .container:before { display: none; }
.single-product #left-area { width: 100%; padding: 0!important; }
.single-product .et_right_sidebar #sidebar { display: none; }