/*
 Theme Name:   Pintores Cantabria tema
 Theme URI:    https://pintorescantabria.es/
 Description:  Tema para pintores cantabria
 Author:       Alex Gutierrez
 Author URI:   https://alexgutierrez.dev/
 Template:    astra
 Version:      1.0.0
*/
/* =Aquí empieza la personalización de tu tema
-------------------------------------------------------------- */

@media only screen and (max-width: 767px) {
	.home-block-info {
		max-width: 90dvw !important;
		margin: 0 auto !important;
		padding-top: 0 !important;
	}

	h2 {
		font-size: 3rem !important;
	}

	.ast-builder-footer-grid-columns {
		grid-template-columns: repeat(1, 1fr) !important;
	}

	.ast-builder-footer-grid-columns {
		text-align: center !important;
	}
}

@media only screen and (max-width: 440px) {
	.custom-logo-link img {
		max-width: 240px !important;
	}
}

@media only screen and (max-width: 240px) {
	.custom-logo-link img {
		max-width: 70% !important;
	}
}

#ast-desktop-header li.page-title a,
#ast-desktop-header a.menu-link,
#ast-desktop-header .page-title {
	color: #000 !important;
	font-size: 1.2rem;
}

li.page-title:hover a,
a.menu-link:hover,
.page-title:hover {
	text-decoration: underline;
}

.uagb-icon-list__label {
	line-height: 2rem !important;
}
