/*
Theme Name: Museo CB Child
Theme URI: https://anuradigital.com
Version: 1.0
Description: Theme Child for Museo CB.
Author: Anura Digital
Author URI: https://anuradigital.com
Template: Divi
*/

@import url("../Divi/style.css");

/* Theme customization starts here ------------------------------------------------------- */

/* Tamañao imágenes de productos de WooCommerce*/
/*.woocommerce ul.products li.product a img {
    width: 50%;
}

.et_overlay {
    width: 50%;
}

.et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.product{
	margin-right:0px!important;
	width:24%
}

.et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.product:nth-child(3n+1){
	clear:none!important;
	float:left!important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	clear:none!important;
	float:left!important;
	padding: 20px;
}*/

/* Imagen de fondo en el menú principal */
/*.container.clearfix.et_menu_container {
  background-image: URL("http://desarrollo.anuradigital.com/museo_cb/wp-content/uploads/Logo-Museo-CB-1920x112.jpg");
}*/

/* Altura del menú principal */
/*.et_fullwidth_nav #main-header .container {
    height: 112px;
}*/

/* Quitar carrito WooCommerce en menú secundario */
.et-cart-info {
	display:none;
}

input#yith-searchsubmit {

    height: 40px!important;
    margin: 0;
    padding: .7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal!important;
    /*position: absolute;*/
    top: 0;
    right: 0;
    width: 70px;
    border-bottom-right-radius: 3px;
    background-color: #ddd;

}

/* Estilo del botón Buscar por Ajax */
input#yith-s.yith-s {
	height: 40px!important;
    margin: 0;
    padding: .7em;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    line-height: normal!important;
	width: 100%;
}

/* Eliminar opciones de ordenar por precio en la tienda */
.orderby option[value="price"], .orderby option[value="price-desc"] { 
   display: none;
}

/* CSS DE SEVILLA INTERCAMBIO */

/*Dimensiones de las imágenes de los Colaboradores*/
.imagenPat img {
 /*width: 100px;*/
 height: 100px;
}

/*Imágenes de fondo*/
.et_pb_newsletter {
 background-image:URL('http://sevillaintercambio.com/wp-content/uploads/Elegant_Background-6.jpg');
}

/* Eventos */
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
 background-color: #8224e3;
}

/* Eventos: enlace en negrita */
h4.entry-title.summary{
 font-weight: bold;
}

/*cambiar el color de fondo del calendario .tribe-events-calendar*/
.type-tribe_events {
 background-color: #8224e3;/*#e3da24;*/
}

/*cambiar el color de la letra del calendario .tribe-events-calendar*/
.tribe-events-month-event-title {
 color: #FFFFFF;
}

/*cambiar el color de fondo de la descripción del evento .tribe-events-calendar*/
div.tribe-events-single-event-description.tribe-events-content {
 background-color: #e3da24;
}

/*cambiar el color de fondo del día actual del calendario*/
#tribe-events-daynum-10-0 {
 background-color: #e3da24;
}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
 background-color: #e3da24;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
 color: #222222;
}

/*Tamaño imagen de item de portfolio*/
.et_pb_portfolio_item img {
 width: 100px;
 height: 150px;
}

/*Tamaño imagen de logos de Programas Internacionales*/
.logosinternacionales img {
 width: 150px;
 height: 100px;
}

/*Imagen de los Testimonios*/
.testimonios {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 90px;
}

.imagenCol img {
 width: 350px;
 height: 200px;
}

.imagenFotos {
 /*width: 125px;*/
 height: 200px;
}

.imagenWebs {
 /*width: 125px;*/
 height: 130px;
}

.imagenWebs2 {
 width: 500px;
 /*height: 500px;*/
}

.imagenLogos {
 /*width: 90px;*/
 height: 500px;
}

.sombra1 {
text-shadow: 2px 4px 3px #424242;
}

/*FORMULARIO*/

.et_pb_row {
 padding: 8px 0 !important;
}

.verde {
 color: #81d742;
}

.blanco {
 color: #FFF;
}

.azul {
 color: #2EA3F2;
}

.columna {
  width: 302px;
  height: 50px;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input.text, input.title, textarea, select {
  border: 0px;
  padding: 5px;
}

.wpcf7-response-output {
  color: #FFFFFF;
}