/*
Theme Name: Opiquad Theme Child
Theme URI: https://www.opiquad.it/
Author: Opiquad
Author URI: https://www.opiquad.it/
Template: hub
Description: Opiquad theme child for Febal Casa Monza.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

:root {
	--primary: #db3832;
	--dark-primary: #b92621;
	--secondary: #5c4b4a;
	--light: #f0ece8;
	--light-grey: #8a7c6d;
	--dark: #090909;
	--grey: #5c4b4a;
	--grey-hover: #322828;
	--brown: #7e7164;
}

::-moz-selection {
  color: var(--light);
  background-color: var(--brown);
}

::selection {
  color: var(--light);
  background-color: var(--brown);
}

.bg-light {
	background: var(--light);
}

img,
figure {
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
}

p + ul {
	margin-top: -1.3em;
}

#wpadminbar {
	bottom: 0;
	top: auto;
}

#wpadminbar .ab-sub-wrapper {
	bottom: 100%;
}

.navbar-brand img {
    height: 85px;
    width: auto;
    max-width: unset;
}

.admin-bar .is-stuck {
	top: 0;
}

.c-prod-img {
	display: inline-block;
	position: relative;
	width: 100%;
	aspect-ratio: 16/10;
	height: auto;
	background: var(--light);
}

.c-prod-img img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

.tax-categoria_prodotti h1 {
	text-transform: uppercase;
}

.tax-categoria_prodotti main .container {
	width: 1140px;
	max-width: 90%;
}

.c-prod {
	display: inline-block;
	position: relative;
	width: 100%;
}

.c-prod_btn {
	display: inline-block;
	position: relative;
	width: 100%;
	text-transform: uppercase;
	color: var(--grey);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 13px;
}

.c-prod_btn i {
	color: var(--primary);
}

.c-prod_btn:hover {
	color: var(--grey-hover);
}

.breadcrumbs {
	font-size: .75rem;
	text-transform: uppercase;
	margin-bottom: 2rem;
}

.breadcrumbs a {
	color: var(--light-grey);
}

.breadcrumbs>li:not(:last-child):after,
.breadcrumb>li:not(:last-child):after {
	content: '/';
	padding: 0 .5rem;
	color: #c4beb6;
	margin: 0;
	line-height: 1.36rem;
}

.c-menu-prod {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 30px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	text-transform: uppercase;
}

.c-boxes .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.c-menu-prod a {
	padding: 10px 20px 30px 10px;
	display: inline-block;
	color: var(--grey);
	position: relative;
	height: 100%;
}

.c-menu-prod a:after {
	visibility: hidden;
	opacity: 0;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid #FFF;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	z-index: 2;
}

.c-menu-prod a.is-active {
	color: var(--dark);
	font-weight: 600;
}

.c-menu-prod a.is-active:after {
	visibility: visible;
	opacity: 1;
}

#item_container a::after{
	content: attr(data-fresco-caption);
	display: block;
	width: 86%;
	padding-top: 1em;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	font-size: 15px;
	text-align: center;
	text-indent: 0 !important;
	border-top: 2px solid var(--light);
	color: var(--brown);
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
}

#item_container i {
	opacity: 0;
}

.ld-media-item {
	padding-bottom: 3em;
}


.c-plus-row {
	border-top: 1px solid var(--light);
}

.c-plus-row h5 {
	text-align: center;
	font-size: 24px;
	color: var(--grey);
	font-weight: 300;
	letter-spacing: 0;
	line-height: 28px;
}

.c-btn {
	color: #fff;
	background-color: var(--primary);
	border-color: var(--primary);
	border: 1px solid transparent;
	padding: .75rem 1.5625rem;
	border-radius: 0;
	display: inline-block;
	position: relative;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
}

.c-btn:hover {
	background-color: var(--dark-primary);
	color: #fff;
}

.c-plus-row .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.fr-info-padder,
.fr-position-background {
	background: var(--light) !important;
}

.fr-position-text {
	color: var(--brown) !important;
}

.fr-caption {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: var(--brown);
	text-transform: uppercase;
}

#inner-slider #c-slider .lqd-asym-slider-inner {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	    -ms-flex-direction: column-reverse !important;
	        flex-direction: column-reverse !important;
}

#inner-slider #c-slider .lqd-asym-slider-inner > .lqd-asym-slider-b .lqd-asym-slider-arrows.pos-abs.pos-tr{
	top: auto !important;
	bottom: 0 !important;
}
#inner-slider #c-slider .lqd-asym-slider-inner .lqd-asym-slider-content {
	-webkit-box-align: start !important;
	    -ms-flex-align: start !important;
	        align-items: flex-start !important;
}

#inner-slider #c-slider .lqd-asym-slider-inner .lqd-asym-slider-t {
	padding: 20px 0 !important;
}

.lqd-asym-slider-img-wrap {
	-webkit-margin-start: 0;
	        margin-inline-start: 0;
}

.lqd-asym-slider-ready .lqd-asym-slider-info {
	top: 0;
}

.lqd-asym-slider-t {
	margin-bottom: 0 !important;
}


@media (max-width: 991px) {
	.c-menu-prod {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.c-menu-prod li {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.c-menu-prod li:last-child {
		margin-bottom: 20px;
	}
	.c-menu-prod a {
		padding: 0 5px;
	}

	.c-menu-prod a.is-active:after {
		display: none;
		visibility: hidden;
	}
	#inner-slider #c-slider .lqd-asym-slider-inner .lqd-asym-slider-t .lqd-asym-slider-info-wrap .lqd-asym-slider-info {
		top: 30px !important;
	}
	.lqd-asym-slider-img-wrap {
		max-height: 380px;
		min-height: 260px;
	}
	.lqd-asym-slider-t, .lqd-asym-slider-title-wrap {
		margin-bottom: 0;
	}
	.lqd-asym-slider-arrow {
		width: 48px;
		height: 48px;
	}
	.lqd-asym-slider-arrow .lqd-icn-ess {
		font-size: 16px;
	}
}

@media (min-width: 991px) {
	#inner-slider .lqd-asym-slider-title-wrap {
		width: 30% !important;
	}
	#inner-slider #c-slider .lqd-asym-slider-inner .lqd-asym-slider-t .lqd-asym-slider-info-wrap {
		width: 70% !important;
		height: auto !important;
	}
	.c-slider .lqd-asym-slider-content p {
		padding-top: 12px;
	}
}

.c-big-container .container,
.container.titlebar-container {
	width: 1400px;
	max-width: 100%;
}

.container.titlebar-container {
	-webkit-padding-start: 35px;
	        padding-inline-start: 35px;
	-webkit-padding-end: 35px;
	        padding-inline-end: 35px;
}

.c-contatto--footer{
	margin-top: -75px;
}

.c-header--right.c-header--right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 !important;
	margin: 0 !important;
}

.z-index-1{
	z-index: 1;
}

.main-nav>li>a:hover, .main-nav>li>a:hover {
	color: rgb(219, 56, 50) !important;
}

.current_page_item:after{
	position: absolute;
	bottom: 0;
	right: 0;
	 width: 100%;
	height: 3px;
	background: rgb(219, 56, 50);
	content:'';
}

footer{
	padding-top: 0px !important;
}

.c-carousel--cucine .carousel-item-content{
	position: relative;
}

.c-carousel--cucine  .vc_single_image-wrapper{
	margin-bottom: 0 !important;
}

.c-carousel--cucine  .vc_single_image-wrapper:after{
	background: -o-linear-gradient(top, rgba(255,255,255,0.0) 50%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255,255,255,0.0)), to(rgba(0,0,0,0.8)));
	background: linear-gradient(to bottom, rgba(255,255,255,0.0) 50%, rgba(0,0,0,0.8) 100%);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width:100%;
	content: '';
	z-index: 1;
}

.c-carousel--cucine .wpb_text_column{
	dusplay:block;
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 2;
}

.c-carousel--cucine .wpb_text_column p {
	font-size: 45px;
	font-weight: 700;
}

.main-nav>li:last-child{
	background: #f0ece8 ;
}

.main-nav>li:last-child>a{
	font-weight: 700;
}

.c-prod_box {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	height: 400px;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	padding: 20px 30px;
	background-repeat: no-repeat;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	overflow: hidden;
}

.c-prod_image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-color: var(--light);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.c-prod_box h3 {
	margin: 0;
	z-index: 2;
	color: var(--light);
	font-weight: 700;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.c-prod_image:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(top, rgba(255,255,255,0.0) 50%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255,255,255,0.0)), to(rgba(0,0,0,0.8)));
	background: linear-gradient(to bottom, rgba(255,255,255,0.0) 50%, rgba(0,0,0,0.8) 100%);
	opacity: 0.8;
	z-index: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.c-prod_plus {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: var(--primary);
	position: relative;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.c-prod_plus:after,
.c-prod_plus:before {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}

.c-prod_plus:after {
	width: 20px;
	height: 2px;
}

.c-prod_plus:before {
	width: 2px;
	height: 20px;
}

.c-prod_box:hover .c-prod_plus {
	background-color: var(--dark-primary);
}

.c-prod_box:hover h3 {
	color: #fff;
}

.c-prod_box:hover .c-prod_image {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transform-origin: center center;
	    -ms-transform-origin: center center;
	        transform-origin: center center;
}

.c-prod_box:hover .c-prod_image:after {
	opacity: 0.1;
}

.square-media .ld-media-item figure,
.square-media .ld-media-item img {
	aspect-ratio: 1/1;
}

[data-mobile-nav-style=modern] .lqd-mobile-sec .navbar-collapse .nav-trigger .bars {
	border: 2px solid rgba(25,25,25,.4);
}

[data-mobile-nav-style=modern] .lqd-mobile-sec .navbar-collapse .nav-trigger {
	color: rgb(25, 25, 25);
}

[data-mobile-nav-style=modern] .lqd-mobile-sec .navbar-collapse .nav-trigger .bar {
	background-color: rgb(25, 25, 25);
}

.page-404 .btn {
	color: #fff;
}

.page-404 .btn:hover {
	background: rgb(92, 75, 74);
}

footer .current_page_item:after {
	display: none;
}

main ol {
	-webkit-padding-start: 22px;
	        padding-inline-start: 22px;
	counter-reset: item;
	list-style: none;
}

main ol ol {
	padding-left: 34px;
}

main ol li,
main ul li {
	margin-bottom: 12px;
	position: relative;
}

main ol > li {
	margin-bottom: 20px;
}

main ol > li:before,
main ol > li ol > li:before {
	content: counters(item, ".") ". ";
  counter-increment: item;
  font-weight: 600;
  position: absolute;
  left: -22px;
  top: 7px;
}

main ol > li ol > li:before {
	left: -34px;
	content: counters(item, ".") " ";
}

main ul {
	-webkit-padding-start: 0;
	        padding-inline-start: 0;
}

main ul.c-menu-prod li {
	margin-bottom: 0;
}

@media screen and (min-width: 992px) {
	.two-column .lqd-fancy-menu ul {
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;
		-webkit-column-gap: 30px;
		   -moz-column-gap: 30px;
		        column-gap: 30px;
	}
}

.contact-info h3/* , .contact-info .contents */ {
	max-width: max-content;
}
.wpcf7-acceptance .wpcf7-list-item-label::before {
	  border-color: #221c1b !important;
}
.wpcf7-acceptance .wpcf7-list-item-label::after {
	content:"\2714";
}
.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .mobile-align-top.vc_column_container {
	align-items:baseline;
}
.home-carousel .flickity-prev-next-button {
	background: #f0ece8;

}

@media only screen and (min-width:768px) and (max-width:991px) {
	.project-section {
		margin-bottom:40px;
	}
	.vc_column-gap-35 > .ld-container > .ld-row > .living-zone.vc_column_container {
		/* -webkit-padding-start: 0; */
		        padding-inline-start: 0;
	}
	.c-big-container.bookshelves, .remote-section {
		padding-bottom:25px;
	}
	.room-carousel {
		height:200px !important;
	}
	.store-brand .ld-row {
		justify-content: center;
		margin-bottom:20px;
	}
	.store-brand .vc_col-sm-4 {
		padding-inline-end:10px;
	}
	.store-furniture.vc_column-gap-0 > .ld-container > .ld-row > .vc_column_container.row-bg-loaded {
		padding-inline-end:20px;
	}
	.showroom-carousel {
		width:60%;
	}
	.showroom-carousel .carousel-items, .showroom-carousel .flickity-viewport {
		min-height:300px;
	}
	.showroom-content {
		align-items:center;
	}
	.flex-center .ld-row {
		justify-content: center;
	}
	.flex-column-center .vc_column_container {
		width: 100%;
	}
	.flex-column-center .vc_column-inner {
		width: 50%;
		flex-grow: 0;
		margin-right: auto;
		margin-left: auto;
	}
	.fr-container .fr-position-outside {
		bottom:25em;
	}
	[data-mobile-nav-style="modern"] .lqd-mobile-sec .navbar-collapse {
		justify-content: start;
		padding-top: 50px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-brand img {
		height: 65px;
	}
	.h1, h1 {
		font-size: 30px !important;
		line-height: 36px !important;
	}
	.c-big-container, .kitchen-carousel, .table-section {
		padding-bottom:25px;
	}
	.footer-contact {
		padding-top:15px;
		padding-bottom:15px;
	}
	.footer-links li {
		float: left;
		clear: both;
	}
	.couch-column {
		padding-bottom:25px;
	}
	.store-furniture .ld-row {
		display: flex;
		flex-direction: column-reverse;
	}
	.showroom-carousel {
		padding-bottom: 20px;
	}
	.showroom-carousel .vc_single_image-wrapper {
		margin-bottom:0px;
	}
	.no-bottom .vc_column-inner {
		padding-bottom:0 !important;
	}
	.mobile-bottom {
		margin-bottom:50px;
	}
	.page-id-14528 .lqd-imggrp-single {
		margin-bottom:10px !important;
	}
	.mobile-text h1 {
		font-size:11px !important;
		line-height:22px !important;
	}
	.contact-info .ld-row{
		display:flex;
		flex-direction: column-reverse;
	}
	[data-mobile-nav-style="modern"] .lqd-mobile-sec .navbar-collapse {
		justify-content: start;
		padding-top: 50px;
	}
}

#iubenda-cs-banner .iubenda-cs-container .iubenda-cs-brand img,
#iubenda-iframe.iubenda-iframe-visible .iubenda-modal-navigation.iubenda-modal-navigation-brand .iubenda-modal-navigation-logo img {
    max-width: 192px !important;
    max-height: 90px !important;
    margin-top: -25px !important;
    margin-bottom: -25px !important;
}

.ar-16_9 .ld-media-item figure {
	aspect-ratio: 16/9;
	overflow: hidden;
}