/*
Theme Name: What To Do Vallarta
Template: inspiro
*/

.position-relative {
	position: relative;
}

a.stretched-link::after,
.stretched-link a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-center {
	text-align: center;
}

.text-decoration-none,
.text-decoration-none a {
	text-decoration: none;
}

.scale-up img {
	transition: transform .3s;
}

.scale-up:hover img {
	transform: scale(1.05);
}

.portfolio-dark .wp-block-post .wp-block-post-title a {
	color: #fff !important;
}

@media screen and (min-width: 48em) {
	.has-header-image.home.blog .custom-header, .has-header-image.inspiro-front-page .custom-header, .has-header-video.home.blog .custom-header, .has-header-video.inspiro-front-page .custom-header {
    	display: block;
    	height: 75vh;
	}
}
