/*
 Theme Name:     CTB Group 
 Description:    Divi Child Theme
 Author:         El Charko
 Author URI:     https://www.elcharko.com
 Template:       Divi
 Version:        1.0.0
*/
  
/* =Theme customization starts here */

/* Eliminar icono de carro barra top */
.et-cart-info {
  display: none;
}

/* boton CTA en menu */
.destacado a {
  background: #FE422C !important;
  border: solid 2px #FE422C !important;
  border-radius: 5px !important;
  color: white !important;	
  top: 0px;
  padding: 10px 15px !important;
  height: 40px;
}
/* fin boton CTA en menu */

body {
  font-weight: 300 !important; 
}

.et_post_meta_wrapper img {
  display: none;
}

.post-meta {
  display: none;
}

/* .et_pb_slides background-color {
  display: none;
} */

/*breadcrumb yoast*/
.wpseobreadcrumb p, 
.wpseobreadcrumb p a {
  font-size: 15px;
  font-weight: 300;
  color: #767676;
}

#left-area {
  padding-bottom: 0px !important;
}

.size-1of3 .et_pb_post {
  background-image: none !important;
}

#main-footer .container .textwidget a {
  color: #F6F6F6;
}

.et-fixed-header #top-menu li.destacado.current-menu-item > a, 
.et-fixed-header #top-menu li.destacado.current_page_item > a,
.et-fixed-header #top-menu li.destacado a {
color: #fff !important;
}

.dedomovil {
  width: 30px;
  height: 23px;
  display: none;
}

.et-db #et-boc .et-l .et_pb_wc_related_products_0 ul.products li.product h2 {
  font-size: 18px !important;
  text-align: center !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px !important;
  text-align: center !important;
}

.orderby {
  display: none !important;
}

.resp {
  overflow-x: auto;
}

.textoblanco {
  color: rgba(255, 255, 255, 0.94) !important;
}

.et-db #et-boc .et-l .et_pb_wc_related_products_0 ul.products li.product h2 {
  font-size: 18px !important;
  text-align: center !important;
}

ul#et-secondary-nav.menu li.presu-mobile a {
  display: none;
}

.et_pb_text_6_tb_footer.et_pb_text_align_left.et_pb_bg_layout_light {
  color: #737373;
  font-size: 14px;
}

/* a.woocommerce-LoopProduct-link.woocommerce-loop-product__link span.et_shop_image span.et_overlay::before {
  content: url(https://dl.dropbox.com/s/r1wcm0o6etrz4v2/logo-ctbgroup-web.png?dl=0); }  */
  /*content: url(https://dl.dropbox.com/s/qty9hv0vz12nmvs/logo-ctbgroup-web_2.png?dl=0);*/
  /*content: url(https://dl.dropbox.com/s/qty9hv0vz12nmvs/logo-ctbgroup-web_2.png?dl=0);*/  


span.et_overlay::before {
  content: url(./images/isotipo-ctbgroup-hover.png) !important;
}

/*Estilos FORM home*/
.home .et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio_title, 
.home .et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio label, 
.home .et_pb_contact .et_pb_contact_form p.et_contact_error input[type="checkbox"] + label,
.home p.et_contact_error input[type="checkbox"] + label,
.home .et-pb-contact-message p,
.home .et-pb-contact-message ul {
  color: #ffff7e;
}
#et_pb_contact_form_0 .input.et_contact_error {
 border-style: dashed !important;
 border-color: #ffff7e !important;
}
/*Fin*/

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
.dedomovil {display: block;}
.pa-open-mobile-menu .et_pb_menu__menu { display: flex !important; }
.pa-open-mobile-menu .et_mobile_nav_menu { display: none !important; }
#menu-menu-inferior { justify-content: center; }
.destacado a { border-radius: unset !important; height: unset !important; border: unset !important; }
/*Menu secundario*/
#top-header, div#et-secondary-menu, ul#et-secondary-nav { display: block !important; }
ul#et-secondary-nav.menu li.presu-mobile a { display: block; }
}

/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
.dedomovil {display: block;}
}

/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
.dedomovil {display: block;}
}

/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {
.dedomovil {display: block;}
}