/*
Theme Name: Mugnaini
Theme URI: https://www.appare.net
Author: Appare
Author URI: https://www.appare.net
Version: 2.3.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mugnaini
Template: generatepress
*/

/* Variables */

:root {
	--primary: #ed1c25;
	--secondary: #7f7e80;
	--text: #111111;
	--border: #eaeaea;
	--bg: #f5f5f5
}

/* Layout */

.container {
	max-width: 1250px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.site-content {
	display: block;
}

#page {
	width: 100%;
	max-width: 100%;
}

.separate-containers .comments-area, 
.separate-containers .inside-article, 
.separate-containers .page-header, 
.separate-containers .paging-navigation {
	padding: 0;
}

.separate-containers .site-main {
	margin: 0;
}

.standard-section {
	padding-bottom: 80px;
}

.standard-section.first-section {
	padding-top: 80px;
}

/* Global */

.hidden {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

.wpcf7-form br {
	display: none;
}

input[type="text"], 
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea,
select {
	background-color: transparent;
	border: 1px solid var(--border);
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	outline: none !important;
	box-shadow: none !important;
	font-size: 14px;
	color: var(--text);
}

textarea {
	height: 150px;
}

select {
	background: url(/wp-content/themes/mugnaini/icons/select.svg);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: right 15px center;
}

.page-heading {
	margin-bottom: 20px;
	padding: 20px 0px;
}

.page-heading .page-title p:last-child {
	margin-bottom: 0;
}

.archive-heading {
	background-color: var(--border);
}

.page-heading h1 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.page-heading .page-title p {
	font-size: 14px;
}

.title-with-border h1,
.title-with-border h3 {
	padding-left: 15px;
	border-left: 4px solid var(--primary)
}

.title-with-border h3 {
	margin-bottom: 15px;
}

.highlighted {
	color: var(--primary);
	font-weight: 500;
}

/* Header */

.elementor-location-header {
	z-index: 21;
	position: relative;
}

.menu-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.menu-wrap .secondary-menu {
	flex: 0 0 100%;
}

.menu-wrap .search-wrap {
	margin-left: 20px;
}

.menu-wrap .search-wrap .search-btn {
	width: 40px;
	height: 40px;
	background-color: var(--primary);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.menu-wrap .search-wrap .search-btn img {
	width: 16px;
	height: 16px;
}

.menu-wrap .search-wrap .search-form {
	width: 0;
	height: 0;
	overflow: hidden;
	margin-left: auto;
	margin-right: 0;
	position: relative;
	right: 0;
	left: auto;
}

.menu-wrap .search-wrap.open .search-form {
	width: 100%;
	height: 40px;
}

.menu-wrap .search-wrap.open .search-btn {
	display: none;
}

.menu-wrap .search-wrap form {
	display: flex;
	align-items: center;
}

.menu-wrap .search-wrap form input[type="search"] {
	height: 40px;
	width: 0;
	margin-right: 0;
	margin-left: auto;
	transition: 1s width;
	padding: 0;
	border: none;
	background: none !important;
	outline: none !important;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.menu-wrap .search-wrap.open form input[type="search"] {
	color: #111;
	border: 1px solid var(--border);
	padding-left: 20px;
	padding-right: 20px;
}

.menu-wrap .search-wrap.open form input[type="search"]::placeholder {
	color: #111;
}

.menu-wrap .search-wrap.open form input[type="search"] {
	width: 250px;
	font-weight: 600;
}

.menu-wrap .search-wrap form input[type="submit"] {
	width: 40px;
	height: 40px;
	overflow: hidden;
	color: transparent;
	background-image: url('/wp-content/themes/mugnaini/icons/search.svg');
	background-size: 16px;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.2s;
}

.menu-wrap .search-wrap form input[type="submit"]:hover {
	background-color: var(--primary);
	background-size: 20px;
}

.menu-wrap .main-menu ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-wrap .main-menu ul li a {
	color: var(--text);
	font-weight: 600;
	padding: 10px 15px;
	font-size: 16px;
	position: relative;
}

.menu-wrap .main-menu ul li.menu-btn a {
	border: 1px solid var(--primary);
}

.menu-wrap .main-menu ul li.menu-btn {
	margin-left: 15px;
}

.menu-wrap .secondary-menu ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.menu-wrap .secondary-menu ul li {
	padding: 0px 15px;
}

.menu-wrap .secondary-menu ul li:last-child {
	padding-right: 0;
}

.menu-wrap .secondary-menu ul li a {
	font-size: 12px;
	text-transform: uppercase;
	color: var(--secondary)
}

.breadcrumb p {
	margin-bottom: 0;
	font-size: 14px;
}

body.home .elementor-location-header .elementor-widget-theme-site-logo .elementor-image a:before {
	content: '';
	width: 100%;
	height: 100%;
	background: url(/wp-content/themes/mugnaini/images/logo_mugnaini_bianco.png);
	background-size: contain;
	background-position: left center;
	position: absolute;
	top: 0;
}

body.home .elementor-location-header .elementor-widget-theme-site-logo .elementor-image a img {
	opacity: 0;
}

body.home .menu-wrap .main-menu ul li a,
body.home .menu-wrap .search-wrap.open form input[type="search"],
body.home .menu-wrap .search-wrap.open form input[type="search"]::placeholder {
	color: #fff;
}

/* Footer */

.site-footer .section-border {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #bbb;
}

.site-footer .footer-menus h5 {
	font-weight: 600;
	font-size: 16px;
	color: var(--secondary); 
}

.site-footer .footer-menus ul.menu {
	margin: 0;
	list-style: none;
}

.site-footer .footer-menus ul.menu li {
	display: inline-block;
	width: 35%;
}

.site-footer .footer-menus ul.menu li a {
	color: var(--text);
	font-size: 14px;
}

.site-footer .contacts-footer .textwidget a {
	font-size: 14px;
	color: var(--text);
}

.subfooter .legacy-links {
	display: flex;
	justify-content: flex-end;
}

.subfooter .legacy-links a {
	font-size: 12px;
	margin-left: 15px;
}

.subfooter .copyright {
	font-size: 12px;
}

/* Buttons */

a.button {
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
}

a.button.primary {
	background-color: var(--primary);
	border: 2px solid var(--primary);
}

a.button.secondary {
	color: var(--primary);
	border: 2px solid var(--secondary);
	background-color: transparent;
	text-transform: none;
}

input[type="submit"] {
	background-color: var(--primary);
	font-weight: bold;
	text-transform: uppercase;
}

/* Single */

.main-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 80px;
}

.main-wrap .gallery-wrap,
.main-wrap .info-wrap {
	flex: 0 0 50%;
	padding: 0px 15px;
	width: 50%;
}

.main-wrap .gallery-wrap ul.product-gallery {
	max-height: 457px;
	overflow: hidden;
	position: relative;
}

.grecaptcha-badge {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.main-wrap .gallery-wrap ul.product-gallery {
	list-style: none;
	margin: 0;
}

.single .product-links {
	margin-top: 30px;
	font-weight: 600;
}

.item .thumb img {
	width: 100%;
}

.gallery-wrap {
	position: relative;
}

.badge {
	background-color: var(--primary);
	display: table;
	padding: 5px 10px;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	position: absolute;
	z-index: 9;
	left: 30px;
	top: 15px;
}

.archive .badge {
	left: 15px;
}

.archive .badge {
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.6);
}

.badge {
	width: calc(100% - 30px);
	left: 15px;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.6);
}

.badge span {
	font-size: 18px;
	text-transform: uppercase;
}

.main-wrap .info-wrap h1 {
	font-weight: 600;
	font-size: 32px;
	margin-bottom: 5px;
}

.main-wrap .info-wrap h2 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

.main-wrap .info-wrap h3 a img {
	max-width: 100px;
}

.main-wrap .info-wrap h3 a span {
	display: none;
}

.main-wrap .info-wrap .main-table h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	
}

.main-wrap .info-wrap .main-table .table .info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 0px;
	border-bottom: 1px solid var(--border);
}

.main-wrap .info-wrap .main-table .table .info:last-child {
	border-bottom: 0;
}

.main-wrap .info-wrap .main-table .table .info .title {
	flex: 0 0 30%;
	font-size: 14px;
	font-weight: 600;
	color: var(--secondary);
}

.main-wrap .info-wrap .main-table .table .info div.value {
	display: flex;
	flex: 0 0 70%;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 600;
}

.main-wrap .info-wrap .main-table .table .info .value .value:not(:last-child):after {
	content: ',';
	margin-right: 5px;
}

.main-wrap .info-wrap .price-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--bg);
	padding: 20px;
	margin-top: 20px;
}

.main-wrap .info-wrap .price-wrap .price {
	font-size: 16px;
	font-weight: bold;
	flex: 0 0 35%;
}

.main-wrap .info-wrap .price-wrap .links {
	flex: 0 0 65%;
	display: flex;
	justify-content: center;
}

.main-wrap .info-wrap .price-wrap .price .value {
	font-size: 50px;
	color: var(--primary);
	display: inline;
	line-height: 1;
}

.main-wrap .info-wrap .price-wrap .price .value .symbol {
	font-size: 24px;
	display: inline;
}

.main-wrap .info-wrap .price-wrap .price span {
	display: block;
}

.main-wrap .info-wrap .price-wrap .price span.repeater {
	display: inline;
}

.main-wrap .info-wrap .price-wrap .links a:first-child,
.product-links .links a.button {
	margin-right: 10px
}

.small-product .item .info-wrap .brand img.sermac-logo {
	max-width: 120px;
	width: auto;
}

.small-product .item .info-wrap .brand {
	min-height: 22px;
	display: flex;
	align-items: flex-end;
}

.extras-wrap {
	padding: 40px 0px;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.single-veicoli .container .breadcrumb {
	margin-top: 40px;
	padding: 0px 15px
}

.extras-wrap .specifics,
.extras-wrap .others {
	flex: 0 0 calc(50% - 15px);
	padding: 30px;
	background-color: var(--border);
}

.extras-wrap h3 {
	font-size: 20px;
	font-weight: 600;
}

.extras-wrap ul {
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.extras-wrap ul li {
	flex: 0 0 50%;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-left: 20px;
	margin: 4px 0px;
}

.extras-wrap ul li:before {
	content: '';
	width: 8px;
	height: 8px;
	background-color: var(--primary);
	position: absolute;
	top: 7px;
	left: 0;
}

.extras-wrap ul li span {
	flex: 0 0 calc(100% - 10px);
}

.booking-wrap {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	padding-top: 40px;
}

.booking-wrap h3 {
	font-size: 32px;
	font-weight: 600;
}

.booking-wrap h3 span {
	color: var(--primary);
}

.booking-form {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.booking-form .input-wrap {
	flex: 0 0 100%;
	margin-bottom: 20px;
}

.booking-form .nome-wrap,
.booking-form .cognome-wrap,
.booking-form .telefono-wrap,
.booking-form .provincia-wrap,
.booking-form .inizio-wrap,
.booking-form .fine-wrap {
	flex: 0 0 calc(50% - 15px);
}

.booking-form .input-wrap label {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
}

.booking-form .submit-wrap {
	display: flex;
	justify-content: flex-end;
	
}

.booking-form .submit-wrap input {
	order: 2;
	margin-left: 15px;
}

.acceptance-wrap .wpcf7-list-item {
	margin-left: 0px;
}

.acceptance-wrap  .wpcf7-list-item label {
	display: flex;
}

.acceptance-wrap  .wpcf7-list-item label span {
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	margin-left: 10px;
	margin-top: -2px;
}

/* Carousel */

.owl-carousel .owl-nav {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.owl-carousel .owl-nav button {
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,0.4) !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev {
	margin-right: 10px;
}

.owl-carousel .owl-nav button img {
	width: 20px;
}

/* Archive */

.archive-temp {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 80px 0px;
	margin-left: -15px;
	margin-right: -15px;
}

.archive-temp .sidebar-wrap {
	flex: 0 0 25%;
	padding: 0px 15px;
	max-width: 25%;
}

.archive-temp .result-wrap {
	flex: 0 0 75%;
	padding: 0px 15px;
	max-width: 75%;
}

.archive-temp .result-wrap .item {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 40px;
}

.archive-temp  .result-wrap .item .product-left {
	flex: 0 0 40%;
	max-width: 40%;
	position: relative;
	border: 1px solid var(--bg);
	display:flex;
	  flex-direction: column;
	  justify-content: center;
}

.archive-temp .result-wrap .item .product-left .product-gallery {
	list-style: none;
	margin: 0;
}

.archive-temp .result-wrap .item .product-left .owl-nav button {
	width: 30px;
	height: 30px;
}

.archive-temp .result-wrap .item .product-left .owl-nav button img {
	max-width: 12px;
}

.archive-temp  .result-wrap .item .product-right {
	flex: 0 0 60%;
	max-width: 60%;
	position: relative;
	padding-left: 40px;
	background-color: var(--bg);
	padding: 20px;
}

.archive-temp  .result-wrap .item h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
} 

.archive-temp .result-wrap .item .cat {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.archive-temp .result-wrap .item .title-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--border);
	margin-bottom: 10px;
}

.archive-temp .result-wrap .item .title {
	flex: 0 0 calc(100% - 120px);
}

.archive-temp .result-wrap .item .brand-product {
	flex: 0 0 120px;
	display: flex;
	justify-content: flex-end;
}

.archive-temp .result-wrap .item .brand-product span {
	display: none;
}

.archive-temp .result-wrap .item .brand-product img {
	max-width: 80px;
}

.archive-temp .result-wrap .item .attribute {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--border);
	margin-bottom: 10px;
}

.archive-temp .result-wrap .item .attribute .info img {
	max-width: 22px;
}

.archive-temp .result-wrap .item .attribute .info {
	display: inline-flex;
	width: 25%;
	align-items: center;
	padding: 8px 12px;
	background-color: var(--border);
	vertical-align: middle;
	
}

.archive-temp .result-wrap .item .attribute .info .text {
	flex: 0 0 calc(100% - 32px);
	padding-left: 10px;
}

.archive-temp .result-wrap .item .attribute .info .text .name {
	font-size: 12px;
	display: block;
	line-height: 1;
}

.archive-temp .result-wrap .item .attribute .info .text .value {
	font-size: 12px;
	font-weight: bold;
	display: block;
}

.archive-temp .result-wrap .item .price-wrap {
	font-weight: 600;
	font-size: 14px;
}

.archive-temp .result-wrap .item .price-wrap .value {
	color: var(--primary);
	font-size: 32px;
	line-height: 1.2
}

.archive-temp .result-wrap .item .price-wrap .intro {
	display: block;
	line-height: 1;
}

.archive-temp .result-wrap .item .footer-product {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.archive-temp .result-wrap .permalink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.archive-temp .sidebar {
	border: 3px solid var(--border);
	padding: 20px;
}

.archive-temp .sidebar h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.archive-temp .sidebar .filter-wrap:not(:last-child) {
	margin-bottom: 10px;
}

.archive-temp .sidebar .filter-wrap .filter-title {
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	cursor: pointer;
	background-color: var(--border);
	padding: 10px 20px;
}

.archive-temp .sidebar .filter-wrap .filter-title:after {
	content: '';
	width: 12px;
	height: 12px;
	background: url(/wp-content/themes/mugnaini/icons/select.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	transition: 0.4s;
}

.archive-temp .sidebar .filter-wrap.active .filter-title:after {
	transform: rotate(180deg);
}

.filter-wrap .filter-content {
	height: 0;
	overflow: hidden;
	
}

.filter-wrap.active .filter-content {
	height: 100%;
	max-height: 300px;
	overflow: scroll;
	padding: 0px 15px;
	margin: 15px 0px;
}

.filter-wrap.active .filter-content .facetwp-facet {
	margin-bottom: 0;
}

.filter-wrap.active .filter-content .facetwp-facet .facetwp-checkbox {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 14px;
	background: url(/wp-content/themes/mugnaini/icons/checkbox-empty.png);
	background-size: 16px 16px;
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.filter-wrap.active .filter-content .facetwp-facet .facetwp-checkbox.checked {
	background: url(/wp-content/themes/mugnaini/icons/checkbox-full.png);
	background-size: 16px 16px;
	background-position: center left;
	background-repeat: no-repeat;
}

.filter-wrap.active .filter-content .facetwp-facet .facetwp-checkbox .facetwp-counter {
	display: none;
}

.filter-wrap .filter-content .noUi-handle {
	border: 2px solid var(--secondary);
	border-radius: 0px;
	margin-top: -4px;
}

.filter-wrap .filter-content .noUi-target {
	border-radius: 0px;
	border: none;
	height: 4px;
	padding: 0;
	background-color: var(--border);
}

.facetwp-slider-wrap {
	padding-bottom: 0;
}

.filter-wrap .filter-content .facetwp-type-slider {
	padding-top: 8px;
}

.filter-wrap .filter-content .facetwp-slider-label {
	font-size: 14px;
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 15px;
	font-weight: 600;
}

.filter-wrap .filter-content .noUi-connect {
	background-color: var(--primary);
}

.filter-wrap .filter-content .facetwp-type-slider div input {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

/* Noleggio */

.rent-container:before {
	display: none;
}

.rent-container h1 {
	margin-bottom: 40px;
}

.rent-container {
	padding: 60px 0px;
}

.rent-container .rent-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0;
	margin-left: -15px;
	margin-right: -15px;
}

.rent-container .rent-wrap .card a.permalink {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
}

.rent-container .rent-wrap .card {
	flex: 0 0 calc(33% - 30px);
	margin: 0 15px 30px;
	position: relative;
	display: flex;
	align-items: flex-end;
	height: 350px;
}

.rent-container .rent-wrap .card:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: linear-gradient(to top, #000, transparent);
	opacity: 1;
	z-index: 1;
	transition: 0.4s;
}

.rent-container .rent-wrap .card:hover:before {
	height: 25%;
}

.rent-container .rent-wrap .card h3 {
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 0px 15px;
	margin: 30px;
}


.rent-container .rent-wrap .card h3:before {
	content: '';
	width: 3px;
	height: 100%;
	display: inline-block;
	background-color: var(--primary);
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
}

.rent-container .rent-wrap .card.telescopici-image {
	background: url(/wp-content/themes/mugnaini/images/sollevatori-telescopi-mugnaini.jpg);
	background-size: cover;
	background-position: center;
}

.rent-container .rent-wrap .card.betonpompe-image {
	background: url(/wp-content/themes/mugnaini/images/betonpompa-mugnaini.jpg);
	background-size: cover;
	background-position: center;
}

.rent-container .rent-wrap .card.compatti-image {
	background: url(/wp-content/themes/mugnaini/images/escavatori-compatti-mugnaini.jpg);
	background-size: cover;
	background-position: center;
}

.rent-container .rent-wrap .card.compatte-image {
	background: url(/wp-content/themes/mugnaini/images/pale-caricatrici.jpg);
	background-size: cover;
	background-position: center;
}

.rent-container .rent-wrap .card.calcestruzzo-image {
	background: url(/wp-content/themes/mugnaini/images/pompe-per-calcestruzzo-mugnaini.jpg);
	background-size: cover;
	background-position: center;
}

.rent-container .rent-wrap .card.commerciali-image {
	background: url(/wp-content/uploads/2021/06/20210614_091332-scaled.jpg);
	background-size: cover;
	background-position: center;
}

/* Pagina contatti */

.map-wrap {
	padding: 40px;
	position: relative;
}

.map-wrap:before {
	content: '';
	width: 40%;
	height: 60%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--border)
}

.map-wrap iframe {
	position: relative;
	z-index: 1;
}

.contacts-icon svg {
	height: 40px;
	width: 40px !important;
}

.contacts-icon .elementor-icon-list-item {
	display: flex;
	align-items: center;
}

.contacts-icon .elementor-icon-list-item .elementor-icon-list-icon {
	height: 40px;
}

.contacts-icon .elementor-icon-list-item .elementor-icon-list-text {
	text-align: left;
	text-transform: uppercase;
	color: var(--secondary);
	font-size: 14px;
	margin-left: 15px;
	
}

.contacts-icon .elementor-icon-list-item .elementor-icon-list-text .value {
	font-size: 18px;
	text-transform: none;
	font-weight: 500;
	display: block;
	line-height: 1;
	color: var(--text);
}

/* Homepage */

.brand-col .elementor-column-wrap {
	min-height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.brand-col img {
	max-width: 400px !important;
}

.home-slider {
	margin-top: -129px;
}

.category-card-wrap {
	margin-left: -15px;
	margin-right: -15px;
	padding: 40px 0px;
}

.category-card-wrap .category-card {
	padding: 0px 15px;
}

.category-card-wrap .category-card a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.category-card .elementor-image-box-img {
	width: 100%;
	min-width: 100%;
	height: 350px;
	position: relative;
	margin-bottom: 0 !important;
}

.category-card-wrap .category-card a:after {
	content: '';
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	background-color: var(--text);
	position: absolute;
	top: 15px;
	left: 15px;
	opacity: 0.5;
	
}

.category-card .elementor-image-box-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.category-card .elementor-image-box-content {
	position: absolute;
	bottom: 30px;
	width: calc(100% - 60px);
	text-align: left;
	left: 30px;
	padding: 20px;
}

.category-card .elementor-image-box-content h3 {
	margin-bottom: 10px;
	color: #fff !important;
	font-size: 24px;
}

.category-card .elementor-image-box-content p {
	color: #fff !important;
	font-size: 14px;
}

.cta-block {
	padding: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	border-radius: 5px;
}

.small-product .item a.permalink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.small-product .item .info-wrap {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	padding: 20px;
	background-color: var(--bg);
}

.small-product .item .info-wrap .title {
	flex: 0 0 60%;
}

.small-product .item .price-wrap {
	flex: 0 0 40%;
	justify-content: flex-end;
	display: flex;
	background-color: var(--border);
	padding: 5px;
}

.small-product .item .info-wrap .title h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}

.small-product .item .info-wrap .title h4 {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 0px;
}

.small-product .item .info-wrap .brand {
	margin-top: 10px;
}

.small-product .item .info-wrap .brand span {
	display: none;
}

.small-product .item .info-wrap .brand img {
	width: 100%;
	max-width: 80px;
}

.small-product .item .price-wrap .intro {
	display: block;
	font-size: 14px;
	font-weight: 600;
}

.small-product .item .price-wrap .value {
	color: var(--primary);
	font-weight: 600;
	font-size: 28px;
	line-height: 1;
}

.small-product .item .price-wrap .value .symbol {
	font-size: 16px;
}

.small-product .item .price-wrap .repeater {
	font-weight: 600;
	font-size: 14px;
}

@media screen and (max-width: 1024px) {
	.owl-carousel .owl-stage {
		padding-left: 0 !important;
	}
}

@media(max-width:1024px) {

	/* HOME */
	
	/* Padding Section */
	
	.home-slider {
		padding: 0 15px;
	}
	
	.standard-section.first-section {
		padding: 80px 15px !important;
	}
	
	/* Card */
	
	.elementor-widget-image-box .elementor-image-box-content {
		width: 85%;
	}
	
	/* CATEGORIA */
	
	.page-heading {
		padding: 20px 15px;
	}
	
	.archive-temp {
		margin-left: 0;
		margin-right: 0;
	}
	
	/* PRODOTTO */
	
	.main-wrap {
		margin-left: 0;
		margin-right: 0;
	}
	
	.extras-wrap {
		margin: 40px 15px 0 15px;
	}
}

@media(max-width:900px) {
	
	/* Active */
	
	.menu-wrap.active .main-menu {
		transform: translatex(0%);		
	}	
		
	.menu-wrap.active .hamb-mobile span.first-dash {
		margin: 0;
		top:0;
		position: absolute;
		transform: rotate(45deg);
		transition: 0.25s ease;
	}
	
	.menu-wrap.active .hamb-mobile span.third-dash {
		margin: 0;
		position: absolute;
		transform: rotate(-45deg);
		transition: 0.25s ease;
	}
	
	.menu-wrap.active .hamb-mobile span.second-dash {
		width: 0px;
		margin: 0;
		transition: 0.25s ease;
	}
	
	/*  */
	
	.main-header .block-logo {
		order: 2;
		width: 90% !important;
		display: flex !important;
		justify-content: center !important;
	}
	
	.main-header .block-logo .elementor-widget-image {
		text-align: center;
	}
	
	.main-header .block-menu {
		order: 1;
		width: 5% !important;
	}
	
	.menu-wrap .secondary-menu {
		display: none;
	}
	
	.menu-wrap .search-wrap {
		display: none;
	}
	
	.menu-wrap .main-menu {
		position: fixed;
		width: 85%;
		transform: translatex(100%);
		height: 100%;
		background: #000;
		top: 0;
		right: 0;
		transition: 0.7s ease;
		z-index: 999;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.menu-wrap .main-menu ul {
		flex-direction: column;
		margin: 10px;
	}
	
	.menu-wrap .main-menu ul li {
		width: 100%;
		padding: 15px;
	}
	
	.menu-wrap .main-menu ul li a {
		padding: 0;
		color: #fff;
	}
	
	.menu-wrap .main-menu {
		transition: 0.7s ease;
		z-index: 999;
	}
	
	.menu-wrap .hamb-mobile {
		display: flex;
		flex-direction: column;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		cursor: pointer;
	}
	
	.menu-wrap .hamb-mobile span.first-dash {
		height: 2px;
		width: 20px;
		background-color: var(--primary);
		margin: 2px 0;
		transition: 0.5s ease;
	}
	
	.menu-wrap .hamb-mobile span.third-dash {
		height: 2px;
		width: 20px;
		background-color: var(--primary);
		margin: 2px 0;
		transition: 0.5s ease;
	}
	
	.menu-wrap .hamb-mobile span.second-dash {
		height: 2px;
		width: 20px;
		background-color: var(--primary);
		margin: 2px 0;
		transition: 0.5s ease;
	}
}

@media(max-width:768px) {

	/* FOOTER */
	
	.site-footer .footer-menus p {
		width: 80%;
	}
	
	/* HOME */
	
	/* Card */
	
	.category-card-wrap {
		padding: 15px 0 0 0 !important;
	}
	
	.category-card-wrap .elementor-column {
		width: 50%;
	}
	
	.category-card-wrap .elementor-column .category-card {
		padding: 15px;
	}
	
	/* CATEGORIA */
	
	.archive-temp {
		padding: 50px 0px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.archive-temp .sidebar-wrap {
		flex: 0 0 100%;
		padding: 0px 15px;
		max-width: 100%;
	}
	
	.archive-temp .result-wrap {
		flex: 0 0 100%;
		padding: 0px 15px;
		max-width: 100%;
		margin-top: 50px;
	}
	
	.archive-temp .result-wrap .item .product-left .owl-nav {
		bottom: 0;
		padding-top: 5px;
		transform: translatey(100%);
	}
	
	/* PRODOTTO */
	
	.main-wrap .gallery-wrap, .main-wrap .info-wrap {
		flex: 0 0 100%;
		width: 100%;
	}
	
	.main-wrap .info-wrap {
		flex: 0 0 100%;
		width: 100%;
		margin-top: 40px;
	}
	
	.booking-wrap {
		padding: 40px 15px;
	}
	
	.main-wrap .gallery-wrap ul.product-gallery {
		height: 260px;
	}
}

@media(max-width:767px) {
	
	.acceptance-wrap input {
		width: 35px;
		height: 35px;
		border-radius: 0px;
	}
	
	/* FOOTER */
	
	.section-border .elementor-widget-social-icons .elementor-social-icons-wrapper {
		display: flex !important;
		justify-content: center !important;
	}
	
	.site-footer .footer-menus ul.menu li {
		width: 100%;
	}
	
	.site-footer .footer-menus h5 {
		margin-bottom: 10px !important;
	}
	
	.site-footer .footer-menus p {
		margin-bottom: 0 !important;
	}
	
	.subfooter .legacy-links {
		display: flex;
		justify-content: flex-start;
	}
	
	.subfooter .legacy-links a:first-child {
		font-size: 12px;
		margin-left: 0 !important;
	}
	
	/* HOME */
	
	/* Card */
	
	.category-card-wrap {
		padding: 15px 0 0 0 !important;
		margin: 0;
	}
	
	.category-card-wrap .elementor-column {
		width: 100%;
	}
	
	.category-card-wrap .elementor-column .category-card {
		padding: 10px 0;
	}
	
	/* cta */
	
	.standard-section.first-section .cta-block {
		margin-top: 20px;
	}
	
	/* Ultimi prodotti */
	
	.standard-section.first-section .owl-carousel .owl-nav {
		bottom: 0;
		right: 0;
		transform: translatey(100%);
		padding-top: 10px;
	}
	
	/* PRODOTTO */
	
	.main-wrap .gallery-wrap .owl-carousel .owl-nav {
		bottom: 0;
		right: 0;
		transform: translatey(100%);
		padding-top: 10px;
	}
	
	.main-wrap .info-wrap {
		margin-top: 80px;
	}
	
	.main-wrap .info-wrap .price-wrap {
		justify-content: flex-start;
		flex-direction: column;
	}
	
	.main-wrap .info-wrap .price-wrap .price {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.extras-wrap .specifics, .extras-wrap .others {
		flex: 0 0 100%;
		margin-bottom: 30px;
	}
	
	.booking-form .nome-wrap, .booking-form .cognome-wrap, .booking-form .telefono-wrap, .booking-form .provincia-wrap, .booking-form .inizio-wrap, .booking-form .fine-wrap {
		flex: 0 0 100%;
	}
}

@media screen and (min-width: 1025px) {
	.only-mobile {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.block-menu {
		position: absolute !important;
		top: 30px !important;
	}
	
	.block-logo {
		text-align: center;
	}
	
	.block-logo a {
		max-width: 200px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		display: block !important;
	}
	
	.block-logo {
		width: 100%;
	}
	
	.sidebar-wrap {
		position: fixed;
		top: 0;
		left: 0;
		width: 85%;
		height: 100vh;
		background-color: #fff;
		z-index: 12;
		padding: 30px !important;
		border-right: 1px solid #eaeaea;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-400px);
		transition: 0.4s;
	}
	
	.sidebar-wrap .sidebar {
		max-height: 80vh;
		overflow: scroll;
	}
	
	.filter-open .sidebar-wrap {
		opacity: 1;
		visibility: visible;
		transform: none;
	}
	
	.close-filter {
		position: absolute;
		right: -41px;
		top: 0px;
		font-size: 15px;
		color: #fff;
		background-color: var(--primary);
		width: 40px;
		height: 40px;
		line-height: 40px;
		display: flex;
		justify-content: center;
		text-transform: uppercase;
	}
	
	.filter-open {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	
	.filter-open:after {
		content: '';
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #111;
		opacity: 0.7;
		z-index: 9;
	}
	
	.archive-temp,
	.rent-container,
	.main-wrap {
		padding-top: 40px;
	}
	
	.filter-mobile {
		position: fixed;
		bottom: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #fff;
		z-index: 8;
		width: 100%;
		padding: 10px 0px;
		border-top: 1px solid #eaeaea;
	}
	
	.filter-mobile button {
		background-color: var(--primary);
		font-weight: 600;
	}
	
	.rent-container .rent-wrap {
		margin-left: 0;
		margin-right: 0;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.rent-container .rent-wrap .card {
		flex: 0 0 calc(50% - 30px);
		margin: 0 15px 30px;
	}
	
	.brand-col img {
		max-width: 100% !important;
	}
	
	.category-card .elementor-image-box-content h3 {
		font-size: 20px;
	}
	
	.category-card .elementor-image-box-content {
		max-width: calc(100% - 60px);
	}
	
	.category-card-wrap .category-card .elementor-image-box-title a:after {
		display: none !important;
	}
	
	.menu-wrap .main-menu > div {
		width: 100%;
		text-align: center;
	}
	
	.menu-wrap .main-menu ul li a {
		font-size: 22px;
	}
}

@media screen and (max-width: 767px) {
	
	.acceptance-wrap input {
		flex: 0 0 18px;
	}
	
	.brand-col .elementor-column-wrap {
		min-height: 400px;
	}
	
	.small-product .item .info-wrap .title {
		flex: 0 0 100%;
	}
	
	.products-carousel .owl-stage-outer,
	.category-card-wrap .owl-stage-outer{
		margin-right: -15px;
	}
	
	.archive-temp .result-wrap {
		margin-top: 0;
	}
	
	.archive-temp .result-wrap .item .product-left,
	.archive-temp .result-wrap .item .product-right {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.archive-temp .result-wrap .item .attribute .info {
		width: 49%;
		margin-bottom: 5px;
	}

	.rent-container .rent-wrap .card {
		width: 100%;
		flex: 0 0 100%;
		margin: 0 0 30px;
	}
	
	.archive-temp .result-wrap .item .title {
		width: 100%;
		flex: 0 0 100%;
	}
	
	.archive-temp .result-wrap .item .brand-product {
		justify-content: flex-start;
		margin-top: 10px;
	}
	
	.extras-wrap ul li {
		flex: 0 0 100%;
	}
	
	.main-wrap .info-wrap .price-wrap .links,
	.single .product-links .links {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		border-top: 1px solid #eaeaea;
		padding-top: 10px;
		padding-bottom: 10px;
		z-index: 12;
		text-align: center;
	}
	
	.main-wrap .info-wrap .price-wrap .price {
		margin-bottom: 0;
	}
	
	.main-wrap .info-wrap .price-wrap {
		background-color: #fff;
		padding: 0;
	}
	
	.single .elementor-location-footer,
	.archive .elementor-location-footer {
		padding-bottom: 68px;
	}
	
	.single .badge {
		left: 15px;
		top: 0;
	}
	
	.map-wrap {
		display: none !important;
	}
	
	.contacts-icon .elementor-icon-list-item .elementor-icon-list-text .value {
		font-size: 16px;
	}
	
	.contacts-icon .elementor-icon-list-item,
	.contacts-icon .elementor-icon-list-item a {
		width: 100% !important;
		justify-content: flex-start !important;
	}
	
	.contacts-icon .elementor-icon-list-item:not(:last-child) {
		margin-bottom: 30px;
	}
	
	.contacts-icon svg {
		width: 30px !important;
	}
}

@media screen and (min-width: 1024px) {

	.products-carousel .thumb-gallery {
		height: 305px;
	}

	.products-carousel .info-wrap {
		min-height: 152px;
		align-items: flex-start !important;
	}
}
