/*
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
*/

/*CAMBIAR COLOR DE BOTÓN FORMULARIO-pag-contacto*/

.style-light .btn-default
 {
    color: #ffffff !important;
    background-color: #E5b99b !important;
    border-color: #E5b99b !important;
}

.style-light textarea {
    border-color: #E5b99b;
}

.style-light input {
    border-color: #E5b99b;
}

/*CAMBIAR COLOR DE LAS FRASES AUTOMÁTICAS DEL FORMULARIO-pagContacto*/


div.wpcf7 form .wpcf7-response-output {
    color: #E5B99B !important;
}

/*COLOCAR ANCLA EN CABECERASpag-dualis*/

.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://coralpol.es/wp-content/uploads/2026/01/flechablanca1.svg');;  /* Remove the icon */

}

/*TEXTO GALERÍA CAMBIAR TAMAÑO-pag-home*/

.tmb .t-entry p.t-entry-meta span, .tmb .t-entry p.t-entry-comments, .tmb .t-entry p.t-entry-author span.tmb-username-wrap {
    font-size: 22PX;
    font-weight: 400;
}

/*CAMBIAR COLOR DE LÍNEA DEL SEPARADOR-pag-home*/

.style-light hr{
    border-color
: #E5B99B !important;
}


/*COLOCAR ANCLA EN PAG INICIO-pag-home*/

.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://coralpol.es/wp-content/uploads/2026/01/flechablanca1.svg');;  /* Remove the icon */

}

/*CENTRAR ANCLA FLECHA-pag-home*/

.header-wrapper .header-scrolldown {
    margin-left: -35px;
}

/*OCULTAR LOGO DE RECAPTCHA*/
.grecaptcha-badge { visibility: hidden !important; }

/*CAMBIAR LA ANCHURA DE LAS LINEAS DEL MENU*/

.lines-button .lines,
.lines-button .lines:before,
.lines-button .lines:after,
.lines-button .lines > span {
    width: 40px;
}
.lines-button .lines:before,
.lines-button .lines:after,
.lines-button .lines > span {
    transform-origin: 20px center;
}

/*CENTRAR ANCLA FLECHA*/

.header-wrapper .header-scrolldown {
    margin-left: -35px;
}
