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

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

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

/* WooCommerce */
.woocommerce-form-login, .woocommerce-form-register, .woocommerce-form-coupon, .woocommerce .track_order, .woocommerce .lost_reset_password {
	box-shadow: none;
	border: none;
}
.woocommerce-account :not(.col-1)>.woocommerce-form-login, .woocommerce-account .woocommerce .lost_reset_password {
	max-width: 100%;
}
.woocommerce-form-login, .woocommerce-form-register, .woocommerce-form-coupon, .woocommerce .track_order, .woocommerce .lost_reset_password {
	margin: 0;
	padding: 0;
}

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

/* Images */
@media (min-width: 900px) {
	.verge_logo img {
		height: 170px;
		width: auto;
	}
}
@media (max-width: 899px) {
	.verge_logo img {
		height: 100px;
		width: auto;
	}
}

/* Header */
.verge_h-icons {
	font-size: 30px;
}
.l-header .w-nav-title {
	text-transform: uppercase;
	font-size: 1.2rem;
}
.l-header .w-nav-title:hover, .current-menu-item, .current-page-parent-child-active > a {
	text-decoration: underline;
}
.current-menu-item, .current-page-parent-child-active > a {
	font-weight: 700;
}
@media (max-width: 1200px) {
	.verge_h-icons {
		font-size: 25px;
	}
}

/* Boxes */
.verge_border-box {
	border: 1px solid var(--color-content-border);
}
.g-cols.via_grid.type_boxes>.vc_column_container, .g-cols.via_flex.type_boxes>div>.vc_column-inner {
	padding: 2rem;
}

/* Footer */
.l-footer .menu-item {
	text-transform: uppercase;
}
.l-footer .menu-item a:hover {
	text-decoration: underline;
}
.l-footer h1, .l-footer h2, .l-footer h3, .l-footer h4, .l-footer h5, .l-footer h6 {
	font-size: 1.2rem;
} 
.verge_bottom-footer {
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid var(--color-content-border);
	text-transform: uppercase;
}
.verge_bottom-footer, .verge_bottom-footer h1, .verge_bottom-footer h2, .verge_bottom-footer h3, .verge_bottom-footer h4, .verge_bottom-footer h5, .verge_bottom-footer h6 {
	font-size: 10px;
}
@media (min-width: 900px) {
	.l-footer img {
		height: 100px;
		width: auto;
	}
}
@media (max-width: 899px) {
	.l-footer img {
		height: 70px;
		width: auto;
	}
}

/* Grids */
.verge_g-title {
	font-size: 1.6rem;
}
.verge_g-box {
	margin-top: 1rem;
}
.verge_g-link {
	text-transform: uppercase;
	font-weight: 700;
}
.verge_g-text {
	margin-bottom: 1rem !important;
	margin-top: 1rem;
}
.verge_g-text-top {
	margin-top: 1rem;
	margin-bottom: 0 !important;
}