/*
Theme Name:   NirvanaChild
Description:  Escribe aquí una descripción corta acerca de tu tema hijo
Author:       colprudant
Author URL:   http://s866573967.mialojamiento.es
Template:     nirvana
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  NirvanaChild
*/

/* Escribe aquí tu propia hoja de estilos personal */

/*Ocultamos el titulo de la pagina de inicio*/
.home .entry-title {
    display: none;
} 

#site-title {
    float: none;
    text-align: center;
}

#site-description {
    display: block;
    float: none;
    text-align: center;
}

/*Margin del menu*/
#access, #nav-toggle, #access ul li {
    margin-bottom: 0.2em;
}

/*Padding en el div del body*/
#forbottom {
    padding: 10px 0;
}

/*Ocultamos lo de "sitio creado con Nirvana y wordpress del footer"*/
#footer2 #footer2-inside em {display:none !important}

/*Cambiamos el color de fondo de los textos legales*/
cookies-eu-settings, .cookies-eu-settings, #cookies-eu-accept, #cookies-eu-reject, .cookies-eu-accept, .cookies-eu-reject {
    background-color: #dF7F55 !important;
}

#cookies-eu-banner {
    background-color: #f7eed4 !important;
    color: #397676 !important;
}


#cookies-eu-more {
    color: #dF7F55 !important;
}

.custom-cookies-option input[type="radio"]:checked+label {
    background-color: #dF7F55 !important;
}	

/*Tabla porfolio*/

.entry-content tr th {
    background-color: #df7f55 !important;
    color: #f7eed4 !important;
}
/*Cambiamos el color de fondo de los botones del plugin de instagram*/

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a 
{
	background-color: #dF7F55 !important;
}

/*Slider*/
.slider-wrapper {
    padding-top: 1px !important;
}
/*bloque botones pagina ILUSTRACIONES*/
.botones_presentacion{
	margin-bottom:1em;
}

/*Ocultamos los títulos y descripciones de las imagenes de la galeria*/
.fbx-caption-title {
	display:none;	
}

.fbx-caption-title+.fbx-caption-desc {
    display:none;
}

.fbx-phone .fbx-caption-title {
    display: none;
}

.fbx-phone .fbx-caption-desc {
	display:none;
}

/*titulo imagenes galerias*/
.fg-masonry.fg-captions-bottom.fg-light .fg-caption-title, .fg-masonry.fg-captions-bottom.fg-light .fg-caption-title a {
    color: #CCBCA3 !important;
}

/*padding footer*/
#site-copyright {
    padding: 1.2em
}		

/*boton seguir instagram*/
div#sb_instagram .sbi_follow_btn a {
    background-color: #397676 !important; /* Color verde col__studio */
}

/*
 * 
 * 
 * 
 * 
 * Generado por ia para asegurar el centrado del logo
 * 
 * 
 * 
 * 
 * 
 * */
/* Contenedor del header */
#header-container {
    width: 100% !important;
}

/* Estilo base para el logo y la imagen */
a#logo, a#logo img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
}

a#logo img {
    max-height: 180px !important;
    width: auto !important;
}

/* Media queries para dispositivos específicos */
@media screen and (min-width: 768px) and (max-width: 1024px),
screen and (max-width: 800px),
screen and (device-width: 912px) and (device-height: 1368px) {
    a#logo img {
        max-height: 180px !important;
    }
}

/* Ajustes para branding y fondo en pantallas pequeñas */
@media (max-width: 800px) {
    #branding, #bg_image {
        min-height: auto !important;
    }
}

	
}
