/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/



/*CUANDO HE SUBIDO SOLO LA HOME PARA QUE NO DESAPAREZCA EL LOGO, SOLO LAS LÍNEAS DEL MENÚ-PAG DESARROLLO

.mobile-menu-button {
    display: none !important;
}*/

/*QUITAR EL FOOTER

footer {
    display: none !important;
}*/

/*CAMBIAR TIPO DE LETRA AL FORMULARIO-PAG CONTACTO*/

textarea {
    font-family: 'Fahkwang';
    font-size: inherit;
    line-height: inherit;
}
.btn-inherit {
    font-family: 'Fahkwang' !important;
}

input {
    font-family: 'Fahkwang';
}

/*imagen monos entera en movil*/

@media (orientation: portrait) {
    #page-header .background-inner {
        background-size: contain !important;
    }    
}

/*COLOCAR ANCLA EN PAG INICIO*/

.header-scrolldown i.fa.fa-angle-down {
    display: inline-block; /* Ensure the element can hold the background image */
    width: 70px; /* Set the width to fit the image */
    height: 70px; /* Set the height to fit the image */
    background-size: contain; /* Scale the image */
    background-repeat: no-repeat; /* Prevent repeating */
     content: url('https://glossacomunicacion.es/wp-content/uploads/2024/09/flechablanca1.svg');;  /* Remove the icon */

}

/*CAMBIAR TIPO DE LETRA Y ESPACIOS EN GALERÍA DE PROYECTOS-PAG INICIO*/

.t-entry-meta {
    font-family: Fahkwang !important;
}

:not(.tmb-post):not(.tmb-title):not(.tmb-table).tmb .t-entry > *:not(hr):not(.spacer) { 
    margin: 2px 0px 7px 0px !important; 
}


/*CUANDO HE SUBIDO SOLO LA HOME PARA QUE NO DESAPAREZCA EL LOGO, SOLO LAS LÍNEAS DEL MENÚ

.mobile-menu-button {
    display: none !important;
}*/

/*PARA QUE APAREZCA LA FLECHA DEL ANCLA DE LA HOME EN EL MOVIL-PAG INICIO*/ 

    .header-wrapper .header-scrolldown {
        display: block !important;
    }
    
    .header-scrolldown i.fa.fa-angle-down {
    padding-right: 30px !important;
}


/*  GROSOR TÍTULOS DE GALERÍA-PAG PROYECTOS*/


body {
    font-weight: 700 !important;
}


/*TEXTO DE LAS IMAGENES MAS PEQUEÑO EN EL MÓVIL-PAG PROYECTOS*/

@media (max-width: 569px) {
 .tmb-content-overlay .h5.title-scale {
        font-size: 9px !important;
        line-height: 0.6 !important;
        line-height: initial !important;
    }
}
@media (max-width: 569px) {
.text-lead {
    font-size: 9px !important;

}
}
 @media (max-width: 569px) {
 .tmb-content-overlay .h5.title-scale {
        margin: -30px 0 0 !important;
    }
}