/* 
Theme Name: spacious child theme 
Description: Tema hijo para hacer personalizaciones de código 
Author: UDB 
Author URL: https://udb.edu.sv
Template: spacious
Version: 1.0 
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html 
Text Domain: spacius-child
*/

body, p, h1, h2, h3, h4, h5, h6, span, button, input, textarea, select,li,a,* {
    font-family: 'Poppins', sans-serif;
}

span#titulo-coleccion {
    font-size: 42px;
    font-weight: bold;
}

span#subtitulo-coleccion {
    font-size: 26px;
}

.footer-socket-wrapper {
    display: none;
}
.footer-widgets-wrapper {
    background-color: #292c2f;
}
footer.footer-distributed {
    padding: 20px 5px;
}
.footer-widgets-area {
    padding: 0;
}
aside#block-8 {
    padding: 0 !important;
}
#header-right-section{
	display:none;
}
.header-post-title-container {
    padding: 5px 0!important;
}

@media only screen and (min-width: 770px) {
			.header-action .search-wrapper {
					padding: 6px 0 0 25px;
			}
}

@media only screen and (max-width: 770px) and (min-width: 600px) {
.header-action {
    padding-top: 15px;
}
}

@media only screen and (max-width: 600px) {
.header-action {
    padding-top: 0; 
}
}


#header-logo-image img {
    max-width: 250px;
}

div#header-text-nav-container {
    background-color: #004aad;
    color: white;
}
.main-navigation a , .header-action .search-wrapper:hover .fa {
    color: white;
}
.main-navigation a:hover, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor a, .main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current_page_item a, .main-navigation ul li:hover > a {
    color: white;
		border-bottom: 2px solid white;
}


div#tainacanViewModesSection {
    display: none;
}
.v-popper__popper {
    display: none;
}
div#toolbarViewerRight {
    display: none !important;
}
#tainacan-admin-app a:not(.wp-element-button), #tainacan-admin-app a:not(.wp-element-button):hover, #tainacan-admin-app a:not(.wp-element-button):focus, #tainacan-admin-app a:not(.wp-element-button):hover:not([href]), .theme-items-list a:not(.wp-element-button), .theme-items-list a:not(.wp-element-button):hover, .theme-items-list a:not(.wp-element-button):focus, .theme-items-list a:not(.wp-element-button):hover:not([href]), .tainacan-item-submission-form a:not(.wp-element-button), .tainacan-item-submission-form a:not(.wp-element-button):hover, .tainacan-item-submission-form a:not(.wp-element-button):focus, .tainacan-item-submission-form a:not(.wp-element-button):hover:not([href]), .tainacan-modal-content a:not(.wp-element-button), .tainacan-modal-content a:not(.wp-element-button):hover, .tainacan-modal-content a:not(.wp-element-button):focus, .tainacan-modal-content a:not(.wp-element-button):hover:not([href]) {
    color: #fff !important;
}
#header-logo-image img {
    max-width: 250px;
    height: 60px;
    width: auto;
    margin-right: 30px;
}
#colophon{
    margin-top: 20px;
}
.filter-tags-list {
    display: none !important;
}
.list-metadata.media-body {
    display: none !important;
}
.tainacan-cards-container .tainacan-card .card-thumbnail {
    margin: auto !important;
}
.back {
    background-color: #233d4d;
    padding: 3px 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 112px;
    margin: 0 0 10px 0;
    border: 1px solid #233d4d;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.back:hover {
    background-color: #fff;
    border: 1px solid #233d4d;
}

.back .title {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 15px;
    transition: color 0.3s ease;
}

/* Cambio: ahora el color del texto cambiará cuando el mouse pase sobre .back */
.back:hover .title {
    color: #233d4d;
}

.main-navigation .tg-header-button-wrap.button-one a {
    background-color: rgb(199 74 74);
}


@media screen and (max-width: 600px) {
    .better-responsive-menu #header-left-section {
        margin-top: 0 !important;
    }
    .menu-coleccion ul li {
        margin: 0 !important;
    }
}


@media screen and (max-width: 425px) {
    #header-logo-image img {
        max-width: 125px;
        height: auto;
        margin: 10px 11px;
    }
}


@media screen and (max-width: 750px) {
    .collection-container {
        display: initial !important;
    }
    .collection-link {
        max-width: 100% !important;
    }
}

.header-action {
    display: none !important;
}