/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
/*Elemnti comuni*/
.textUppercase{
	text-transform: uppercase;
}
.bold{
	font-weight: bold !important;
}
.black{
	color: #333333 !important;
}
.leftBorder{
	border-left:1px solid #333333;
	padding-left: 15px;
}
.myHtre{
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.1rem;
}
.posCen{
	text-align: center !important;
}
.offertaCol{
	vertical-align: top;
	color: #d4031f;
	max-width: 100px !important;
}

@media only print {
	.header_label_tab_offerta,
	.order,
	.label_tab_offerta,
	.offertaCol{
		display: none !important;
	}
	#cont_tabelle{
		width: 75%;
		margin: auto;
	}
}
.buttonOff{
	background: url(img/check-offer.png) no-repeat center center;
	background-size: 75%;
	cursor: pointer;
	width: 24px;
	height: 24px;
  margin: 0 auto;
	opacity: 0.6;
}
.buttonOff img{
	vertical-align: middle;
	color: #f00;
}
.buttonOffAdd{
  background: url(img/check-offer-ok.png) no-repeat center center;
	background-size: 75%;
	opacity: 1;
}

@keyframes bounce {
  0% { transform: scale(1); opacity: 1 }
  50% { transform: scale(1.3); opacity: .7; }
  100% { transform: scale(1) }
}


table.dataTable thead th, table.dataTable tbody td {
		border-left: 1px solid #e6e6e6;
	}
	.label_tab_offerta{
		font-size: 11px;
		line-height: 13px;
		font-weight: 400;
		text-transform: uppercase;
		letter-spacing: 1px;
		color: #d4031f;
		max-width: 120px;
		margin: auto;
	}
	.header_label_tab_offerta{
		max-width: 100px;
	}
/*
.order{
	color: #fff !important;
	font-weight: 600;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	text-decoration: none;
	position:fixed;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:-ms-flex;
	display:flex;
	-moz-align-items:center;
	-ms-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-flex-pack:center;
	-ms-justify-content:center;
	justify-content:center;
	right:20px;
	bottom:20px;
	opacity:1;
	padding: 10px 10px;
	z-index:109;
	background-color:#d40020;
	animation: bounce 1s .5s;
	transform: scale(1);
}*/

.order{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    background-color: #fff;
    padding: 13px;
    transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -webkit-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -moz-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -ms-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    -o-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
    overflow: hidden;
    width: 150px;
    height: 24px;
    background-color: #ca021e;
    color: #fff;
}
.order .ord_label{
	text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
	cursor: pointer;
	overflow: hidden;
}
.order .ord_testo>font{
	font-weight: 600;
}
.order .ord_testo{
	font-size: 14px;
    line-height: 19px;
	text-align: center;
	opacity: 0;
}
.vai_off a{
	background-color: #d40020;
    color: #fff !important;
    padding: 7px 18px;
    
    margin: 10px auto;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
	display: none;
}

.order:hover{
	    width: 270px;
    height: 130px;
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 8px #0000003b;
    cursor: default;
}
.order:hover .ord_label{
	max-height: 0px;	
}
.order:hover .ord_testo{
		opacity: 1;
}
.order:hover .vai_off a{
	display: table;
}

@media only screen and (max-width: 768px) {
	.order{
		bottom: 10px;
		right: inherit;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media only screen and (min-width: 769px) {
	.order{
		animation: bounce 1s .5s;
		transform: scale(1);
	}
}

.scroll-top{
	display: none !important;
}
.grecaptcha-badge{
	display: none !important;
}
.buttonGra a{
	font-size: 17px !important;
}
.buttonGra button{
	font-size: 15px !important;
	width: 100%;
}
.attivoCookjs a .menu-item-text{
	background-color: #d40020 !important;
	padding: 0.2rem 0.5rem !important;
	transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	-webkit-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	-moz-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	-ms-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	-o-transition: all 400ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.attivoCookjs a .menu-item-text .menu-text {
	color: #fff !important;
}
.page-id-5588 .menu_dlm .underline{
	height: 0;
}
/*Blog*/
.fancy-date a, .entry-meta > a{
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
}
.category-link > a {
	color: #d40020 !important;
	font-weight: bold;
}
/*Top menu*/
#top-menu .menu-item-text .menu-text{
	color:#4e4f52;
	text-transform:uppercase;
}
.customSelect1{
	border: 1px solid black;
	display: none;
}
.mini-search .searchform{
	margin: auto !important;
	width: 100% !important;
}
.mini-search .searchform .submit::before{
	display: none !important;
}

/*Mobile menu*/
.mini-nav{
	display: block !important;
	width: 100%;
}
.mobile-mini-widgets-in-menu .mini-nav li {
  display: block;
  margin-bottom: 8px !important;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 5px;
}
#mobile-menu{
	margin-top: 50px;
}
.mobile-mini-widgets-in-menu div:last-child{
	position: absolute;
	top:-25px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.wpml-ls-statics-shortcode_actions{
	position: relative !important;
  top: 0px !important;
}
/*Main menu*/
.menu_dlm .menu-text{
	color: #d40020 !important;
}
/* Form */
.wpcf7-submit:focus{
	outline-width: 0;
}
.wpcf7-list-item-label{
	font-size: 0.6rem;
}
.wpcf7-form a {
	text-decoration: none !important;
  font-size: 0.75rem;
	color: #85868c !important;
}
.wpcf7-form a:hover {
	text-decoration: underline !important;
	color: #d40020 !important;
}
.wpcf7-list-item{
	margin: 0 !important;
}
.autorizzazione{
	display: block;
	line-height: 0.75rem;
	margin-top: 15px;
}
/* Form Newsletter*/
.newsletterForm .wpb_content_element{
	margin-bottom: 10px !important;
}
.home .newsletterForm{
	color:#fff;
	padding: 0px 22px;
}
.home .newsletterForm a{
	color:#fff !important;
}
/* Form sidebar */

.textwidget .submitCenter{
	max-width: max-content;
	margin: 0 auto;
}
 .wpcf7-list-item input[type='checkbox']{
	width:auto;
	margin-right: 5px;
}
/* header da mobile */

@media only screen and (max-width: 778px) {
	.mobile-branding,
	.mobile-mini-widgets{
		display: none;
	}
	.masthead-mobile-header{
		width: 90px !important;
		border-radius: 110px;
		height: 50px !important;
		top: 12px !important;
		right: 10px;
		margin-top:3px;
		left: inherit;
		z-index: 9600;
		position: fixed;
		padding: 0px !important;
		text-align: center !important;
		-webkit-box-shadow: 0px 1px 2px 1px rgb(210, 209, 209) !important;
    	box-shadow: 0px 1px 2px 1px rgb(210, 209, 209) !important;
	}
	.mobile-header-bar{
		background: url(https://dlmtappi.com/wp-content/uploads/2022/12/dlm_logo_foglia.png) no-repeat 8px 10px;
    background-size: 36px 32px;
	}
	.mobile-navigation{
		height: 54px;
	}
	.mobile-navigation a{
		    margin-left: 20px !important;
		    margin-top: -3px;
	}
}

/*Pagina prodotto gallery*/
.gallery-carousel-shortcode .dt-owl-item > div{
	margin: 0 auto;
	max-width: 96%;
}

.single-prodotto img.preload-me {
  height: 100% !important;
  width: auto;
}
a.rollover.dt-pswp-item {
    height: 300px;
}
/*Pagina tipologia*/
.taxonomy-description{
	max-width: 820px;
	margin: 0 auto;
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
	margin: 50px 0px;
}
.card {
		box-sizing: border-box;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 20%;
    word-wrap: break-word;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 15px;
    margin-bottom: 30px;
    padding-left: 15px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.card-title{
	text-align:center;
	line-height: 1.2rem;
}
.card-img-top{
max-width: 100%;
    display: block;
    height: auto;
}
.product {
    max-width: 20%;
    padding-bottom: 0px !important;
}
.card-footer{
	text-align: center;
}
.card-footer a{
	cursor: pointer !important;
}
/*Pagina filtro colore*/
.nascosto,.nascostoOrder{
	display: none !important;
}
.filtro_colore{
	color: #000;
	text-align: center;
}
.filtro_colore .label{
	font-size: 1.1rem;
    margin: 20px 0px;
    display: block;
}
.filtro_colore .colori .colore{
	width: 22px;
    height: 22px;
	margin: 0px 10px;
	border-radius: 100px;
	display: inline-block;
	box-shadow: 0px 2px 7px #a7a7a7;
	cursor: pointer;
	position: relative;
}
.filtro_colore .colori .colore.active:before{
    content: '';
    width: 28px;
    height: 28px;
    border: 1px solid #404040;
    border-radius: 100px;
    position: absolute;
    top: -4px;
    left: -4px;
}

.btn_outline_bianco button{
	border: 1px solid !important;
    padding: 12px;
    font-size: 14px;
    font-weight: 900;
}

#pin_tecnici hr{
	width: 80%;
	margin: auto;
	opacity: 0.5;
}

/*Pagina prodotto tab menu*/
.tab_btn {
    display: inline-block;
    border-bottom: 1px solid #cccccc;
    margin: 0 -2px 21px;
    color: #676767;
    font-size: 14px;
    padding: 14px 0;
    width: 25%;
    cursor: pointer;
    box-sizing: border-box;
}
.tab_btn.active,.tab_btn:hover{
	font-weight: bold;
    border-bottom: 2px solid #555555;
}
.tab_btn[tab="4"]{
	color:#d20a28 !important;
	 border-bottom-color: #d20a28 !important;
}

#tab_controller{
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    max-width: 720px;
    margin: 0 auto 40px;
}

#sidebar_tecnici{
	display:block; position:relative;
}
#sidebar_tecnici #trigger1{
	position: absolute;
	margin-top: 330px;
	z-index: 1000;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background-color: #fff !important;
	border: 1px solid #fff !important;
}
.wpb-js-composer .vc_tta.vc_tta-spacing-5 .vc_tta-tab {
	margin-left: 0px !important;
	margin-right: 1px !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  border-color: #fff !important;
  background-color: #fff !important;
	border-bottom:1px solid #ccc !important;
  color: #666 !important;
	padding-left: 30px;
	padding-right: 30px;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:last-child > a {
  color: #d40020 !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a{
	border-bottom:1px solid #555 !important;
	font-weight: bold;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active:last-child > a{
	border-bottom:1px solid #d40020 !important;
	font-weight: bold;
}
.vc_tta-panels-container{
	padding-top:50px;
}
/*Pagina prodotto download*/
#elemPdf .wpb_column{
	background-color: #f7f7f7;
	padding: 50px 20px;
	margin-bottom: 50px;
}
/*Form elementi nascosti*/
.cod-cad, .offerta{
	display: none;
}

/*Pagina prodotto tabella*/
.myButton button{
	min-width: 200px;
}
.dataTables_wrapper{
	padding-bottom: 15px;
}
.ProdTable{
	border: 1px solid #ccc !important;
	width: 100% !important;
	margin: 0px auto !important;
}
.cptTable{
	background-color: #333333;
	margin: 0px !important;
}
.cptTable h4{
	color:#fff;
	font-size: 14px;
	margin: 5px;
	text-align: left;
}
.cptTable .dim{
	background-color: #e6e6e6;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	margin: 0px !important;
	padding: 5px 0px !important;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 0px solid #fff !important;
}
table.dataTable thead th, table.dataTable tbody td {
    padding: 3px 10px;
    font-size: 13px;
}

input.errore{
	   border:1px solid #f55b5f;
}
/*Footer menu contact*/
#footer .wf-container-footer {
    letter-spacing: 0.1rem;
}
.footerContact{
	font-size:14px;
	letter-spacing: 0.05rem;
}
#presscore-custom-menu-one-6 .widget-title{
	text-indent: -9999px;
}
.filter-categories{
	display:none;
}

@media only screen and (max-width: 800px) {
	.product {
			flex: auto;
			max-width: 33%;
	}
	.preFooter h2{
		font: normal bold 22px / 26px "Poppins", Helvetica, Arial, Verdana, sans-serif;
	}
	.preFooter h3{
		font: italic normal 200 18px / 22px "Poppins", Helvetica, Arial, Verdana, sans-serif;
	}
	.preFooter img{
		width: 80px;
		height: 80px;
	}
}
@media only screen and (max-width: 480px) {
	.vc_empty_space{
		height: 1px !important;
	}
	.product {
			flex: auto;
			max-width: 50%;
	}
}
/* .vc_empty_space{
	border:1px solid red;
} */
