/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.31
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* Links */
p a:not(.w-btn), p li a {
	text-decoration: underline;
}

/* Social links */
.ag_socials {
	font-size: 1.3rem;
}

/* Popups */
.mfp-bottom-bar {
	display: none;
}

/* Header */
.md_mainmenu .w-nav-title {
	font-family: var(--h2-font-family,inherit);
}
@media (min-width: 900px) {
	.md_mainmenu .w-nav-title {
		font-size: 30px;
	}	
}

/* Rows */
.l-section.full_height {
	min-height: 80vh !important;
}

/* SVGS */
.md_logo-footer img {
	height: 150px;
	width: auto;
}
.md_logo-footer {
	margin-bottom: 1.5rem;
}

/* Texts */
.md_hero {
	text-align: center;
}
.md_copyright {
	font-size: 13px;
	text-align: center;
}
@media (min-width: 900px) {
	.md_hero {
		font-size: 1.2rem;
		line-height: 1.7;
	}	
}

/* Buttons */
.md_button {
	margin-top: 1.5rem;
}

/* WPForms Fix 2023 4.1 */
.wpforms-field-layout {
	padding: 0 !Important;
}

/* Grids */
.md_grid-border .w-grid-item-h {
	border: 1px solid var(--color-content-border);
}
.w-grid-list {
	justify-content: center;
}

/* Grid: Portfolio */
.md_g-nav-box {
	padding: 1rem 1rem 3.5rem 1rem;
}
.md_g-nav-title {
	font-size: 1.4rem;
	margin-bottom: 0.5rem !important;
}
.md_g-nav-link {
	font-weight: 700;
	color: var(--color-content-primary);
	position: absolute;
	z-index: 2;
	left: 1rem;
	bottom: 1rem;
}