/*
Theme Name: Museo San Fulgencio
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.alinearMedio{align-content: center;}
#descripcionPieza{font-size: 14px;}
.portfolio-box .box-text{color: #fff;}
.portfolio-box .portfolio-box-title{font-family: Raleway, sans-serif;margin-bottom: 18px;border-bottom: 1px solid #ffffff30;padding-bottom: 7px;}
span.tituloSecundario {
    font-size: 27px;
    line-height: 0.9em;
}
.piezasMuseo .col{background-color: rgb(17, 17, 17);border: 2px solid #fff;}
/*PUBLICACIONES*/
.publicacionGrid div.img-inner{max-height: 478px;display: flex;align-items: center;}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/*GTranslate*/
.gt-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-family: inherit;
}
.gt-selected {
    background-color: var(--fs-color-primary);
    padding: 6px 20px;
    border-radius: 25px;
    font-weight: bold;
}
.gt-options {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: none;
    padding: 6px;
    z-index: 9999;
    min-width: 80px;
}
.gt-dropdown:hover .gt-options {
    display: block;
}
.gt-options a {
	display: block;
	padding: 6px 10px;
	text-decoration: none;
	color: #333;
}
.gt-options a:hover {
	background: #eee;
}
/*NOTICIAS*/
article.post h1.entry-title{font-size: 40px;}
article.post h6.entry-category{font-size: 13px;}
#post-list h5.post-title{font-size: 24px;}
/*AGENDA*/
button.tribe-common-c-btn{background-color:#b00234!important;}
div.tribe-events-c-subscribe-dropdown{display:none!important;}
.tribe-events-calendar-month__header tr{background:#0e7f91;border-radius: 10px 10px 0 0;}
.tribe-events-calendar-month__header tr th .tribe-events-calendar-month__header-column-title span{font-size:20px;text-align:center;color:#fff;}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title {text-align: center;padding-left: 15px;padding-top: 15px;}