/**
Theme Name: Studi Goves
Author: grafreak.net
Author URI: https://grafreak.net
Description: Studi Goves theme
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: studi-goves
Template: astra
*/
/* HEADER */
.site-header {
	position: fixed !important;
}
/*MENU*/
.ast-mobile-popup-drawer.active .menu-toggle-close {
	margin-top: 5px;
  	margin-right: 35px;
}
.ast-mobile-popup-drawer.active .menu-toggle-close svg {
	width: 36px;
	height: 36px;
}
.ast-desktop-popup-content {
	height: 100%;
	display: grid !important;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr auto;
}
.ast-mobile-popup-header {
	position: absolute;
	top:0;
	right: 0;
}
/*PAGE*/
h1.entry-title {
	margin-top: 120px;
}
/* WORKS HOME */

.work-list {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	padding: 0 !important;
	margin: 0 !important;
}
@media (min-width: 544px) {
	.work-list {
		grid-template-columns: 1fr 1fr;
	}
}
@media (min-width: 921px) {
	.work-list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.work-list li h3 {
	margin-bottom: 0;
}
.work-list li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 95vh;
	overflow: hidden;
}
.work-list li a img {
	width: 100%;
  	height: 100%;
  	object-fit: cover;
	overflow: hidden;
}

.work-list li a:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: var(--ast-global-color-3);
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.work-list li a:hover:after {
	opacity: 0.3;
}
.work-list li a span {
	position: absolute;
	bottom: 40px;
	left: 20px;
	color: #fff;
	font-weight: 200;
	letter-spacing: 10px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	z-index: 1;
}
/*WORKS PAGE*/
.listado-works-page {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
	max-height: 90vh;
  	overflow: auto;
}
/* FOOTER */
.ast-builder-footer-grid-columns.site-below-footer-inner-wrap {
	padding: 0 !important;
}


.ast-article-single figure,
.ast-article-single img:not(figure img) {
	box-shadow: none !important;
}
