/*
 Theme Name:   Tainta Child
 Theme URI:    https://www.fermintainta.com
 Description:  Tema hijo de Dox para Fermin Tainta
 Author:       Tu Nombre
 Author URI:   https://www.fermintainta.com
 Template:     dox
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  tainta-child
*/

/* ==========================================================================
   Personalizaciones del tema hijo
   ========================================================================== */

/* Aquí puedes añadir tus estilos personalizados */

.azul{
	color:#0c2d36;
}
.verde{
	color:#c4ce6e;
}

/*Cabecera*/
.fy-bar-text{
	font-size:16px;
	padding-top:10px;
}
.fy-bar{
	height:40px;
}
.fy-caption-subtitle{
	font-weight:600;
}
@media (min-width:1200px) {
	.fy-caption-subtitle{
		font-size:2rem;
	}
}

/*Inicio*/
@media (min-width:1200px) {
	.fy-wrap--homepage .fy-section--widgets-top{
		margin-top:-9rem!important;
	}
}
.banner-cita-inicio{
	margin-bottom:-7.5rem!important;
}

/*Footer*/
.fy-footer-section{
	background-color:#fff;
}
.w-100{
	width:100%;
}
.logos-subvencion img{
	width:500px;
	max-width:100%;
	height:auto;
	margin:0 auto;
}

/*Blog*/
.admin-bar .fy-heading-full{
	min-height:400px;
}
.single-post .fy-heading-container{
	padding-top:40px;
	padding-bottom:40px;
}
.fy-post-meta-date,
.fy-share.fy-socials{
	display:none!important;
}