/*
Theme Name: Dessau Child
Theme URI: http://dessau.select-themes.com
Description: A child theme of Dessau Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 1.0.0
Text Domain: dessau
Template: dessau
*/
/*.qodef-main-menu>ul>li>a {
	padding: 0 10px;
}*/

/* IMPORT FONT AWESOME COMPLETO */
@import url("all.css");
/* */

b, strong {
    font-weight: 500;
}

.qodef-page-footer.qodef-footer-uncover {
    left: 0% !important;
    right: 0% !important;
    width: auto;
}

/*
.qodef-grid, .qodef-row-grid-section {
	width: 1170px !important;
}
*/

p.qodef-mg-item-text {
    font-size: 22px;
    text-transform: uppercase;
    background-color: white;
    padding: 19px;
}

/* BREADCRUMBS */
.breadcrumbs{
    list-style: none !important;
    margin: 10px 0 !important;
    overflow: hidden !important;
	text-align: left;
	font-size: 20px;
	color: #999;
    font-weight: 400;
}
.breadcrumbs li{
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 15px !important;
}
.breadcrumbs li a:hover{
    color: #B1835B;
}
.breadcrumbs .separator{
	display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #999;
	margin: 0px 4px 0px -9px !important;
}
.breadcrumbs li:nth-child(1){
    display: none !important;
}
.breadcrumbs li:nth-child(2) {
    display: none !important;
}

footer .widget {
    color: #fff;
    margin-bottom: 0px;
}

.testo-accessori a {
	color: #B1835B !important;
}

.qodef-page-header .qodef-sticky-header .qodef-sticky-holder {
    border-bottom: 1px solid #d4d4d4;
}

.qodef-top-bar .widget a {
    color: #212121 !important;
}

.qodef-top-bar .widget a:hover {
    color: #999999 !important;
}

.qodef-page-header {
    border-bottom: 3px solid #B1835B;
}

.qodef-page-header .qodef-logo-area .qodef-logo-wrapper a,
.qodef-page-header .qodef-menu-area .qodef-logo-wrapper a {
    height: 58px !important;
}

.qodef-sticky-header .qodef-sticky-holder .qodef-logo-wrapper a {
    height: 50px !important;
}

.qodef-page-footer .qodef-footer-top-holder .qodef-footer-top-inner.qodef-full-width {
    padding: 52px 40px 52px;
}

a span.qodef-side-menu-icon svg {
    color: #ffffff;
}

a.qodef-side-menu-button-opener {
	display: none;
}

footer .widget .textwidget, footer .widget .textwidget a, footer .widget a {
    color: #262a2d;
}

.content-product ul li {
    font-size: inherit;
	/*margin-left: 20px;
	padding-left: 10px;*/
	list-style-position: outside;
}

.tags-product a {
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #333333;
    color: #ffffff;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    display: inline-block;
}

.tags-product a:hover {
	background: #333333;
	color: white;
	cursor: unset;
}

.price-product {
	font-size: 30px;
	font-weight: 500;
	color: #B1835B;
}
.price-product:empty {
	display: none;
}
.price-product:before {
    content: '€ ';
}

.vc_gitem-post-data-source-post_excerpt p {
	font-size: 16px;
}

.qodef-owl-slider .owl-nav .owl-next>span, .qodef-owl-slider .owl-nav .owl-prev>span {
    background-color: rgba(255, 255, 255, 0.8);
}

.box-desc-list {
	min-height: 160px;
}
.box-desc-list .price-product {
	margin-bottom: 0px !important;
}

/* Box pagine principali */
.gallery-pagina-principale .vc_grid-item-mini,
.box-biliardi-restaldi .vc_column-inner,
.gallery-biliardi-usati .vc_grid-item-mini,
.vc_grid-item-mini {
	border: 2px solid #d7d7d7;
}
.home .vc_grid-item-mini {
	border: none;
}
.altri-contenuti-servizi .vc_grid-item-mini {
	border: none;
}
.box-biliardi-restaldi .vc_column-inner {
	padding: 0px !important;
}
.box-biliardi-restaldi h5 {
	min-height: 70px;
}
.box-biliardi-restaldi h3 {
	min-height: 85px;
}
.box-biliardi-restaldi p {
	font-size: 16px;
	padding: 0px 10px;
	min-height: 70px;
}

.gallery-biliardi-usati .vc_gitem-post-data-source-post_excerpt p {
	min-height: 80px;
}

.gallery-biliardi-usati .price-product {
	margin-bottom: 40px; 
}

/* TOOLTIP CAMPI DI CALCOLO BILIARDI USATI */
.tooltip {
	position: relative;
	display: inline-block;
	/* border-bottom: 1px dotted black; */
	cursor: pointer;
}
.tooltip:hover {
	color: #B1835B;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 250px !important;
	background-color: #000;
	color: #fff !important;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px !important;
	text-align: justify;
	font-weight: 500 !important;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -125px;
	opacity: 0;
	transition: opacity 0.3s;
	line-height: 1.3 !important;
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

/* VISUALIZZAZIONE CAMPI FORM */
#respond input[type=text], #respond textarea, .post-password-form input[type=password], .qodef-style-form textarea, .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea, input[type=text], input[type=email], input[type=password] {
	padding: 13px !important;
	border: 1px solid #c7c7c7 !important;
}
#respond input[type=text]:focus, 
#respond textarea:focus,
.post-password-form input[type=password]:focus,
.qodef-style-form textarea:focus,
.wpcf7-form-control.wpcf7-date:focus, 
.wpcf7-form-control.wpcf7-number:focus, 
.wpcf7-form-control.wpcf7-quiz:focus, 
.wpcf7-form-control.wpcf7-select:focus, 
.wpcf7-form-control.wpcf7-text:focus, 
.wpcf7-form-control.wpcf7-textarea:focus, 
input[type=text]:focus,
input[type=email]:focus, 
input[type=password]:focus {
	border: 1px solid #CF4832 !important;
}
select.wpcf7-form-control.wpcf7-select {
   -webkit-appearance: menulist;
	padding: 13px;
}
/* */

/* NUMERAZIONE PAGINAZIONE */
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default.vc_grid-pagination-color-grey > li > a {
	height: 30px !important;
	background-color: transparent !important;
	margin: 5px;
	color: #333 !important;
	line-height: 26px !important;
	font-size: inherit !important;
	border-radius: 0px !important;
	border-width: 2px;
}
.vc_grid-pagination .vc_grid-pagination-list.vc_grid-pagination_default.vc_grid-pagination-color-grey > li > a:hover {
	border-color: #B1835B !important;
}
/* */

/* FOOTER */
footer .qodef-footer-top-inner {
	padding: 50px 0px !important;
}
footer .qodef-widget-title, footer div {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	text-transform: none;
	color: #FFF !important;
}
footer .qodef-widget-title {
	margin-bottom: 0px !important;
}
footer .widget {
	margin-bottom: 0px !important;
}
footer .qodef-grid-col-6 {
	width: 66.6%;
}
footer .qodef-grid-col-6:first-child {
	width: 33.3%;
}
@media only screen and (max-width: 1024px) {
	footer .qodef-grid-col-6,
	footer .qodef-grid-col-6:first-child {
		width: auto;
		display: block;
	}
}
/* subfooter */
div.subfooter, div.subfooter a {
	color: #666 !important;
	font-weight: 300;
	text-align: left;
}
div.subfooter a {
	color: #B1835B !important;
	cursor: pointer !important;
}
div.subfooter a:hover {
	color: #666 !important;
}

/* */

/* icone social */
footer .qodef-social-icons-group-widget a {
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 0px;
	font-size: 28px;
	line-height: 50px;
	color: #ffffff;
	background-color: #B1835B;
	cursor: pointer;
}
footer .qodef-social-icons-group-widget a:hover {
	color: #B1835B;
}
/* */

/* WP Mailup */
.subscribeForm h5.qodef-widget-title {
	letter-spacing: -1px !important;
}
.subscribeForm input[type=text] {
	background-color: #FFF !important;
	margin: 0px !important;
}
.subscribeForm input[type=submit] {
	width: 100%;
	padding: 13px 5px 13px 0px;
	font-family: inherit;
	font-size: 15px;
	line-height: 26px;
	font-weight: inherit;
	background-color: #666;
	color: #FFF;
	border: none;
	cursor: pointer;
	transition: all 0.5s;
}
.subscribeForm input[type=submit]:hover {
	background-color: #B1835B;
}

/* fbuilder */
#fbuilder .fform h2 {
	font-size: 24px !important;
}
.total-price input {
	font-weight: 400 !important;
}
#fbuilder .top_aligned .fields label {
	font-weight: bold;
}
#fbuilder .top_aligned .fields .one_column label {
	font-weight: normal;
}
#fbuilder .label {
	display: inline-block;
	float: left;
	margin-top: -1px;
	line-height: 1em;
}
#fbuilder .prezzo {
	float: right;
}
#fbuilder .label-totale {
	display: inline;
}

@media screen and (max-width: 768px) {
	#fbuilder .label {
		width: 40% !important;
		text-align: left;

	}
	#fbuilder .prezzo {
		float: right;
		display: inline-block;
		width: 40%;
		text-align: right;
	}
	#fbuilder div.price-product {
		border: 1px solid black !important;
		
	}
	#fbuilder .label-totale, #fbuilder .qodef-tab-container .tags-product p, #fbuilder .price-product {
		font-size: 14px !important;
	}
	.tags-product {
		float: none !important;
	}
	#fbuilder label {
		font-size: 16px !important;
		line-height: 1em !important;
	}
	#fbuilder #field_1-10 #fieldname9_1 {
		font-size: 25px !important;
		margin-top: -12px !important;
	}
	#fbuilder #field_1-10 label {
		margin-top: 4px !important;
	}
}

/* radio button */
#fbuilder input[type="radio"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
	clear: both;
	float: left;
	margin-right: 10px;
}

/* lista-pagine */
ul.lista-pagine, ul.lista-pagine li {
	list-style: none;
	margin: 0px !important;
	padding: 0px !important;
	font-family: Josefin Sans !important;
}
ul.lista-pagine {
	margin-top: -40px !important;
}

/* MEDIA QUERY */
@media only screen and (max-width: 600px) {
	.box-title {
		visibility: hidden;
	}
}
.gallery-biliardi-usati .vc_gitem-post-data {
	margin-bottom: 0px;
}

.qodef-btn.qodef-btn-solid {
	border: 0px solid transparent;
}

.qodef-section-title-holder .qodef-st-title .qodef-st-title-bold {
	font-weight: 500;
}

.qodef-st-title h5 {
	font-family: Josefin Sans;
	font-size: 20px !important;
	text-transform: none !important;
}

.pagina-laterale-campo-nascosto {
	display: none !important;
}

.pagina-laterale-campo-nascosto-basso {
	display: none !important;
}

.testo-laterale h4 {
	font-family:'Josefin Sans', sans-serif !important;
	margin: 5px 0 10px 0 !important;
	text-transform: none !important;
	letter-spacing: 0px !important;
	color: #444 !important;
}
.testo-bottone .qodef-btn-text {
	font-size: 12px;
}

h4.altri-contenuti  {
	font-family: Josefin Sans !important;
	margin: 11px 0 !important;
	text-transform: none !important;
	font-weight: 400;
}

ul.lista-pagine, ul.lista-pagine li {
	margin: -10px 0 !important;
	font-family: Josefin sans !important;
	text-transform: uppercase;
	font-weight: 400;
}
/*
.lista-categorie-usato h4 {
	margin: 8px 0;
	font-family: Josefin sans;
	text-transform: none;
	font-weight: 400;
	font-size: 25px !important;
}

.lista-categorie-usato a {
	color: #808080;
}
.lista-categorie-usato a:hover{
	color: #B1835B;
}
*/
.ul.lista-pagine, ul.lista-pagine li {
	font-size: 13px !important;
	line-height: 1.5em !important;
}

ul.lista-pagine {
	margin-top: -40px !important;
}

.wpcf7-submit {
	background: #B1835B !important;
	border: solid 0px !important;
    border-radius: 15px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: white !important;
    letter-spacing: 2px !important;
}


.wpcf7-form-control.wpcf7-submit {
	padding: 15px 0px !important;
}

.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li.ui-state-active a,
.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li.ui-state-hover a {
   color: inherit;
   background-color: inherit;
   border-top: 2px solid #B1835B;
}

.altri-contenuti-servizi h4 {
	font-size: 15px !important;
}
.altri-contenuti-news h4 {
	font-size: 15px !important;
}

/* BOTTONI STANDARD */
.qodef-btn-solid {
	background-color: #B1835B !important;
	font-family: 'Josefin Sans', sans-serif !important;
	color: white !important;
	font-size: 14px !important;
	padding: 4px 22px !important;
	letter-spacing: normal !important;
	font-weight: 400 !important;
	border-radius: 14px !important;
}
.qodef-btn-solid > span {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 13px;
}
.qodef-btn-solid:hover {
	background: #333 !important;
}
/* */

/* MENU FILTRI BILIARDI HOME */
.griglia-biliardi-home .vc_grid-filter.vc_grid-filter-default {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	text-align: left;
}
@media only screen and (max-width: 1200px) {
	.griglia-biliardi-home .vc_grid-filter.vc_grid-filter-default {
		width: 950px;
	}
}
@media only screen and (max-width: 1024px) {
	.griglia-biliardi-home .vc_grid-filter.vc_grid-filter-default {
		width: 768px;
	}
}
.griglia-biliardi-home .vc_grid-filter.vc_grid-filter-default > .vc_grid-filter-item {
	border-radius: 10px !important;
	box-sizing: border-box;
	border: 1px solid transparent;
}
.griglia-biliardi-home .vc_grid-filter.vc_grid-filter-default > .vc_grid-filter-item {
	font-size: 16px;
}
.griglia-biliardi-home .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active
/*.griglia-biliardi-home .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:active*/ {
	background-color: #B1835B !important;
	color: white;
}
.griglia-biliardi-home .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
	background-color: white ;
	border: 1px solid #B1835B;
}
.griglia-biliardi-home .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover > span,
.griglia-biliardi-home .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active:hover > span {
	color: #666;
}
.griglia-biliardi-home .vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item.vc_active > span {
	color: #FFF !important;
}
/* */

/* MENU TOP */
.qodef-page-header .qodef-main-menu > ul > li > a {
	font-size: 13px;
	padding: 0 18px 0 0;
	font-weight: 500;
}
/* .qodef-page-header .qodef-main-menu .sottomenu a { */
.qodef-drop-down .second .inner > ul > li > a {
	font-size: 16px;
	font-weight: 500 !important;
	text-transform: none;	
	/* stringe tendina */
	padding: 6px 20px !important;
}
.qodef-main-menu ul li a:hover,
.qodef-main-menu ul li a:hover .item-outer,
.qodef-main-menu ul li a:hover .item-outer .item-text,
.qodef-drop-down .second .inner ul li a:hover,
.qodef-drop-down .second .inner ul li a:hover .item-outer,
.qodef-drop-down .second .inner ul li a:hover .item-outer .item-text {
	color: #B1835B !important;
}
.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu > ul > li.qodef-active-item > a,
.qodef-dark-header .qodef-page-header > div:not(.qodef-sticky-header):not(.fixed) .qodef-main-menu > ul > li > a:hover,
.qodef-drop-down .second .inner ul li a:hover .item_outer {
	color: #B1835B !important
}

/* stringe tendina */
.qodef-drop-down .second .inner ul li a .item_outer {
	padding: 0px !important;
}
.qodef-drop-down .narrow .second .inner ul {
	padding: 0px !important;
}
.qodef-drop-down .narrow .second .inner ul li {
	width: 210px !important;
}
/* adatta il menu alle risoluzioni più basse */
/*@media only screen and (max-width: 1600px) {
	.qodef-page-header .qodef-main-menu > ul > li > a {
		font-size: 12px;
		padding: 0 5px;
	}
	.qodef-page-header .qodef-main-menu {
		margin-right: -80px;
	}
}*/
/* ----- MENU MOBILE ----- */
.qodef-mobile-header .qodef-mobile-menu-opener a:hover {
	color: #B1835B !important;
}
.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opened a {
	color: #B1835B !important;
}
.qodef-mobile-header .qodef-mobile-nav .qodef-grid > ul > li > a, .qodef-mobile-header .qodef-mobile-nav .qodef-grid > ul > li > h6 {
	line-height: 10px !important;
}
.qodef-mobile-header .qodef-mobile-header-inner {
	border-width: 3px !important;
}

/* ICONA SEARCH */
/* .qodef-vertical-align-containers .qodef-position-right {
	right: 50% !important;
	margin-right: -480px;
} */
.qodef-vertical-align-containers {
	padding: 0px !important;
}
.qodef-search-opener.qodef-search-opener-svg-path .qodef-search-opener-wrapper svg {
	display: none;
}
.qodef-search-opener-wrapper:after {
	font-family: "Font Awesome 5 Free";
	content: "\f002";
	color: #B1835B;
	font-weight: 800;
}

/* BOTTONI SOCIAL */
/* rende i bottoni circolari */
.at-share-btn-elements .at-share-btn .at-label {
	display: none !important;
}
.at-share-btn-elements a {
	border-radius: 50% !important;
}
.at-style-responsive .at-share-btn {
	padding: 10px !important;
}

/* BOX BILIARDI USATI */
.gallery-biliardi-usati .vc_grid-item-mini h4 a {
	font-size: 17px;
}
.gallery-biliardi-usati .vc_grid-item-mini h4 {
	min-height: 70px;
	line-height: 1em;
	margin-bottom: 0px;
}
/* aggiusta disallineamento dovuto alla visualizzazione in risoluzioni medie, a causa dei testi troppo lunghi */
@media only screen and (max-width: 1200px) {
	.gallery-biliardi-usati .vc_grid-item-mini h4 {
		min-height: 70px !important;
	}
	.gallery-biliardi-usati .vc_grid-item-mini h4 a {
		font-size: 17px !important;
		line-height: 10px !important;
	}
	.gallery-biliardi-usati .vc_grid-item-mini p {
		min-height: 60px !important;
		font-size: 16px !important;
		line-height: 1.5em !important;
	}
	.gallery-biliardi-usati .price-product {
		margin-bottom: 20px !important;
		font-size: 30px !important;
	}
}
/* FINE BOX BILIARDI USATI */

/* BARRA LATERALE BILIARDI USATI */
/* accorcia la distanza tra titolo e lista */
/*
.lista-categorie-usato div.wpb_content_element:first-child {
	height: 0px !important;
}
*/
/*----------------------------------------MODIFICHE DANIELE - 29/08/2019----------------------------------------------*/
/*----------------------------------------------IMPOSTAZIONE GRIGLIA--------------------------------------------------*/
.qodef-grid,
.qodef-row-grid-section,
.vc_grid-filter,
.search .qodef-container-inner {
	width: 1170px !important;
}
/*.qodef-row-grid-section {
	margin-bottom: 32px !important;
}*/
/* GIUSTIFICA CONTENUTO */
div.wpb_wrapper div.wpb_wrapper {
	text-align: justify !important;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
	.qodef-row-grid-section,
	footer .qodef-grid {
		width: 97% !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media screen and (max-width: 1024px) {
	.qodef-grid,
	.search .qodef-container-inner {
		width: 100% !important;
	}
	.qodef-row-grid-section,
	footer .qodef-grid
	/*.qodef-title-wrapper*/ {
		width: 750px !important;
	}
	.qodef-title-wrapper {
		margin: 0 auto;
	}
	.qodef-title-inner {
		padding: 0 15px;
	}
}
@media screen and (max-width: 767px) {
	.qodef-row-grid-section,
	footer .qodef-grid {
		width: 100% !important;
	}
	.qodef-row-grid-section,
	footer .qodef-grid
	/*.qodef-title-wrapper*/ {
		width: auto !important;
	}
	.qodef-page-title {
		padding-top: 10px !important;
	}
	.vc_column_container,
	.search .qodef-container-inner {
		padding: 0 15px !important;
	}
	footer .qodef-grid-row {
		padding: 0 15px;
	}
	.qodef-title-inner {
		padding: 0 15px;
	}
	.vc_custom_1558446444124 .vc_column_container,
	#homeslidermobile .vc_column-inner {
		padding: 0 !important;
	}
	.qodef-tabs.qodef-tabs-boxed .qodef-tabs-nav li a,
	.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li a {
    	width: auto !important;
	}
}

/*------------------------------------------------------LOGO----------------------------------------------------------*/
header .qodef-position-left .qodef-logo-wrapper {
	width: 165px;
	/*padding-left: 15px;*/
}
@media screen and (min-width: 1024px ) and (max-width: 1200px) {
	header .qodef-position-left .qodef-logo-wrapper {
		padding-left: 15px;
	}
	.qodef-title-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.qodef-title-wrapper .qodef-grid {
		margin-left: 0;
	}
}
/*------------------------------------------------------HEADER--------------------------------------------------------*/
header .qodef-position-right {
	padding-right: 15px;
}
@media screen and (max-width: 1150px) {
	header .qodef-position-right {
		float: left !important;
		margin-left: 30px
	}
	header .qodef-position-right #menu-menu-restaldi-header li a {
		padding: 0 10px 0 0;
	}
}
@media screen and (max-width: 1024px) {
	.qodef-mobile-header .qodef-position-right {
		display: none;
	}
	/* dato che il menu sticker è diventato fisso, abbassa il corpo della pagina */
	.qodef-title-holder.qodef-title-va-header-bottom,
	.qodef-page-content-holder > .vc_row:first-child {
		margin-top: 100px !important;
	}
}
.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-icon-pack {
	margin-left: 10%;
}
.qodef-mobile-header .qodef-mobile-menu-opener.qodef-mobile-menu-opener-icon-pack i {
	font-size: 26px;
    margin-top: 16px !important;
    margin-left: -20px !important;
}
.qodef-mobile-nav {
	padding: 0 15px;
}
.qodef-mobile-nav #menu-menu-restaldi-header-2,
.qodef-mobile-nav {
	background: #112328;
}
.qodef-mobile-nav #menu-menu-restaldi-header-2 li a {
	border: none;
}
/*------------------------------------------------------FOOTER--------------------------------------------------------*/
.pricing-table-name {
	text-align: center;
	color: #444;
	font-size: 26px;
	line-height: 1.5em;
	font-weight: 500;
	margin-top: 10px;
	text-transform: capitalize;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	letter-spacing: normal;
}
.pricing-table-price {
	font-size: 20px;
	color: #444;
	text-align: center;
	vertical-align: top;
	line-height: 1em;
	padding: 0px 10px 20px;
	margin: 0 5px 0 5px;
	font-weight: 300;
}
.pricing-table-description p {
	font-size: 16px;
	color: #444;
	text-align: center;
	vertical-align: top;
	line-height: 1.7em;
	padding-bottom: 20px;
}
.pricing-table-description a {
	font-size: 16px !important;
	text-transform: uppercase;
	text-align: center;
	line-height: 24px;
	border: 3px solid #B1835B !important;
	border-radius: 10px !important;
	margin-bottom: 15px !important;
	color: #fff !important;
	font-family: 'Josefin Sans', sans-serif !important;
	padding: 8px 35px !important;
	background: #B1835B !important;
	font-weight: 400 !important;
}
.pricing-table-description a.qodef-btn.qodef-btn-solid:not(.qodef-btn-custom-border-hover):hover {
	background: white !important;
	color: #B1835B !important;
	border: 3px solid !important;
	border-color: #B1835B !important;
}
.pricing-table-description a span {
	font-size: 16px !important;
}
#pricetable {
	padding: 0 !important;
}
/*------------------------------------------------------FOOTER--------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	footer .subfooter {
		text-align: center;
		font-size: 14px !important;
	}
}
/*------------------------------------------------------SIDEBAR-------------------------------------------------------*/
.lista-categorie-usato pre {
	padding: 15px 15px 15px 0;
}
ul.postsbycategory {
	list-style-type: none;
}
ul.postsbycategory li {
	height: 70px;
}
ul.postsbycategory li a {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	margin: 0 0 10px 0;
}
.postsbycategory img {
	float:left;
	padding-right: 20px;
	width: 70px;
	height: 70px;
}
.qodef-widget-title,
.textwidget h4 {
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.5em;
	padding: 0;
	color: #555;
	font-weight: 500;
	margin: 0 0 10px 0 !important;
	text-transform: capitalize;
	/* font-size: 18px; */
}
.wpb_widgetised_column .widget {
	margin-bottom: 20px !important;
}
.textwidget pre {
	padding: 0;
}

.wpb_widgetised_column .widget ul li a:hover, aside.qodef-sidebar .widget ul li a:hover {
    color: #B1835B !important;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.postsbycategory a {
		font-size: 12px !important;
		line-height: 17px;
		margin-bottom: 0 !important;
		letter-spacing: 0;
	}
	.postsbycategory img {
		padding-right: 5px;
	}
}
/*--------------------------------------------TAB DESCRIZIONE PRODOTTO------------------------------------------------*/
.ui-tabs-active.ui-state-active .ui-tabs-anchor {
	border-top: 4px solid #B1835B !important;
	font-weight: 500 !important;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: capitalize !important;
	background: white !important;
	color: #B1835B !important;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.ui-tabs-active.ui-state-active .ui-tabs-anchor:hover {
	border-top: 4px solid #B1835B !important;
}
.ui-state-default .ui-tabs-anchor {
	border: 1px solid #fff;
	border-top: 4px solid #fff;
	font-family: 'Josefin Sans', sans-serif;
	text-transform: capitalize !important;
	background: white !important;
}
.ui-state-default .ui-tabs-anchor:hover {
	color: #B1835B !important;
	border-top: 4px solid #fff !important;
}
.ui-widget-content {
	border: none !important;
}
.qodef-tabs.qodef-tabs-standard .qodef-tab-container {
	border: 1px solid #ddd !important;
	margin-top: 0 !important;
}
.ui-tabs .ui-tabs-nav {
	padding: 0 !important;
}
.qodef-tab-container ul li {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	letter-spacing: normal;
	line-height: 1.5em;
}
.qodef-tab-container p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	letter-spacing: normal;
	line-height: 1.5em;
}
.qodef-tab-container a {
	color: #B1835B !important;
}
.qodef-tab-container a:hover {
	color: #2a6496 !important;
}
.qodef-tab-container ul {
	margin-left: 35px;
}
.price-product {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	color: #B1835B;
	margin: 0;
	width: 22%;
	float: left;
	margin-bottom: 30px !important;
}
@media screen and (max-width: 1023px) {
	.price-product {
		width: 50%;
	}
}
.tags-product {
	width: 100%;
	float: left;
	margin-bottom: 30px !important;
	font-size: 22.5px !important;
	font-weight: 400 !important;
	color: #999 !important;
	line-height: 1.4 !important;
}
@media screen and (max-width: 1023px) {
	.tags-product {
		width: 100%;
	}
}
.tags-product p {
	font-size: 22.5px !important;
	font-weight: 400 !important;
	color: #999 !important;
	line-height: 1.4 !important;
}
.dfield {
	background: #f5f5f5;
	padding: 5px;
}
#fieldlist_1 span {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	color: #444;

}
#fieldlist_1 label {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	font-weight: 500 !important;
	line-height: 30px;
	color: #444;
}
#field_1-10 label {
	color: #444;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: none;
	float: left;
	width: 50%;
}
#field_1-1 label {
	color: #444;
	font-size: 20px;
	font-weight: 500;
	text-transform: none;
	float: left;
	width: 50%;
	padding-left: 5px;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 24px;
}
#field_1-10 .dfield {
	width: 50%;
	float: left;
	background: white !important;
	padding: 0;
}
#field_1-1 .dfield {
	width: 50%;
	float: left;
	background: white !important;
	padding: 0;
}
#field_1-10 #fieldname9_1 {
	border: none !important;
	padding: 0 !important;
	text-align: right;
	width: 100% !important;
	font-size: 30px !important;
	line-height: 30px;
	font-weight: 400 !important;
	font-family: 'Josefin Sans', sans-serif;
}
#field_1-1 #fieldname15_1 {
	border: none !important;
	padding: 0 5px 0 0 !important;
	text-align: right;
	width: 100% !important;
	margin-bottom: 0;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	color: #444;
}

@media screen and (max-width: 768px) {
	#fbuilder .label {
		width: 40% !important;
		text-align: left;

	}
	#fbuilder .prezzo {
		float: right;
		display: inline-block;
		width: 40%;
		text-align: right;
	}
	#fbuilder div.price-product {
		border: 1px solid black !important;
		
	}
	#fbuilder .label-totale, .qodef-tab-container .tags-product p, .price-product {
		font-size: 20px !important;
	}
	.tags-product {
		float: none !important;
	}
	#fbuilder label {
		font-size: 16px !important;
		line-height: 1em !important;
	}
	#fbuilder #field_1-10 #fieldname9_1 {
		font-size: 25px !important;
	}
}
/*--------------------------------------------PAGINA BILIARDI USATI---------------------------------------------------*/
#biliardiusati .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	font-size: 17px !important;
	color: #444;
	font-weight: 400 !important;
	margin: 15px 0 4px 0;
	height: 65px;
	line-height: normal;
}
#biliardiusati .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	color: #444;
	margin: 0 0 5px 0;
	height: 75px;
}
/*#biliardiusati .vc_gitem-zone {
	padding: 5px;
}*/
#biliardiusati .price-product {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	line-height: 1.5em;
	font-weight: 300;
	color: #444;
	margin: 0;
	width: 100%;
}
/*--------------------------------------------SLIDER------------------------------------------------------------------*/
.slider-pro {
	max-width: 100% !important;
}
/*--------------------------------------------BILIARDI RESTALDI DESCRIZIONE-------------------------------------------*/
.content-product p,
.content-product li {
	font-size: 18px !important;
}
.tags-product a {
	font-size: 14px;
	font-weight: 300;
}
.tags-product a::before {
	content: "\f02c";
	font-family: "Font Awesome 5 Free";
	color: white;
	font-weight: 800;
}
h1.qodef-page-title {
	font-size: 30px;
}
#breadcrumbs li,
#breadcrumbs li a {
	color: #444;
}
h5.qodef-st-title,
.content-product h5 {
	color: #444;
	font-size: 20px;
	font-weight: 500 !important;
	margin-bottom: 10px;
	text-transform: none;
}
h5.qodef-st-title span.qodef-st-title-bold {
	font-weight: 500 !important;
}
.content-product h3 {
	color: #444;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-top: 10px;
}
h3.qodef-st-title,
h3.qodef-st-title span.qodef-st-title-bold {
	margin-bottom: -10px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500 !important;
	color: #444;
	letter-spacing: normal !important;
}
.wpcf7-form input,
.wpcf7-form textarea {
	color: #666 !important;
	border-radius: 0 !important;
}
.wpcf7-form input[type="submit"] {
	color: #fff !important;
	border: 0 solid !important;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
	padding: 8px 25px !important;
	display: inline-block;
	font-weight: 400 !important;
	border-radius: 15px !important;
	font-size: 14px !important;
	letter-spacing: normal !important;
	width: 167px !important;
	float: right !important;
}

/* VIDEO WRAPPER */
/*
.wpb_video_widget .wpb_video_wrapper {
	width: 108% !important;
	margin-left: -25px !important;
}
*/

/*---------------------------------------------------SLIDER-----------------------------------------------------------*/
.fancybox-skin {
	padding: 0 !important;
}
h3.uris-slider-title {
	display: none;
}
.slider-pro .sp-layer.sp-white.sp-padding.title-in.title-in-bg.hide-small-screen {
	display: none;
}
.sp-buttons {
	display: none !important;
}
.sp-full-screen-button {
	color: #B1835B !important;
}
.sp-selected-thumbnail, .sp-selected-thumbnail:before, .sp-selected-thumbnail::before {
	border: 2px solid #B1835B !important;
}
.sp-thumbnail-container.sp-selected-thumbnail,
.sp-thumbnail-container {
	width: 160px !important;
	/* height: 90px !important; */
	/* height: auto; */
}
.sp-thumbnail-container.sp-selected-thumbnail img,
.sp-thumbnail-container img {
	width: 160px !important;
	margin-left: 0;
}
.sp-slide .sp-previous-arrow:before,
.sp-slide .sp-previous-arrow:after,
.sp-slide .sp-next-arrow:before,
.sp-slide .sp-next-arrow:after {
	background-color: #B1835B !important;
}

/* visualizza SEMPRE le freccette sul mobile */
@media screen and (max-width: 768px) {
	.fancybox-nav span {
    	visibility: visible !important;
	}
}

/*---------------------------------------------------PAGINAZIONE------------------------------------------------------*/
.vc_grid-pagination a {
	display: block;
	width: 30px;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.5em;
	height: 30px;
	font-size: 14px;
	color: #444;
	border: 2px solid
	#ccc;
	border-top-color: rgb(204, 204, 204);
	border-right-color: rgb(204, 204, 204);
	border-bottom-color: rgb(204, 204, 204);
	border-left-color: rgb(204, 204, 204);
	padding-top: 2px;
}
/*----------------------------------HOME PAGE - Filtro e rotazione immagini-------------------------------------------*/
.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
	transform: none !important;
}
.vc_gitem-zone.vc_gitem-zone-b.vc_custom_1419329305433.vc-gitem-zone-height-mode-auto.vc_gitem-is-link {
	background: rgba(0,0,0,0.7) !important;
}
.vc_gitem-zone.vc_gitem-zone-b.vc_custom_1419329305433.vc-gitem-zone-height-mode-auto.vc_gitem-is-link:hover {
	visibility: visible !important;
	-webkit-animation: bounceIn !important;
	animation-duration: 0s;
	animation-fill-mode: none;
	-webkit-animation-duration: 1s !important;
	animation-duration: 1s !important;
	-webkit-animation-fill-mode: both !important;
	animation-fill-mode: both !important;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.vc_gitem-animate-blurOut .vc_gitem-zone-b, .vc_gitem-animate-blurScaleOut .vc_gitem-zone-b, .vc_gitem-animate-fadeIn .vc_gitem-zone-b, .vc_gitem-animate-scaleIn .vc_gitem-zone-b, .vc_gitem-animate-scaleRotateIn .vc_gitem-zone-b {
	display: none;
}
.vc_gitem-animate-scaleRotateIn .vc_gitem-zone-a {
	transform: none!important;
	transition: none !important;
}
/*----------------------------------PAGINE PRODOTTI - Inserimento del pulsante + --------------------------------------*/
/*.hover-plus:hover .wpb_content_element {
	content: url("/wp-content/uploads/2019/09/plus.png");
	padding: 12px;
	display: block;
	color: #B1835B !important;
	background: #B1835B !important;
	position: absolute;
	top: 0;
	margin: auto;
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
	border-radius: 100%;
	text-align: center;
	opacity: 0.90;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	z-index: 1;
}
.home .vc_grid-item-mini:hover .vc_gitem-animated-block a,
.box-biliardi-restaldi .vc_grid-item-mini:hover .vc_gitem-animated-block a {
	padding: 0;
	content: "";
	background: transparent !important;
	color: transparent !important;
}
.altri-contenuti-servizi .vc_grid-item-mini:hover .vc_gitem-animated-block a,
.box-biliardi-restaldi .altri-contenuti-servizi .vc_grid-item-mini:hover .vc_gitem-animated-block a {
	padding: 0;
	content: "";
	background: transparent !important;
	color: black !important;
	position: unset;
	text-align: left;
}*/
/*--------------------------------------------------BOX---------------------------------------------------------------*/
.vc_grid-item-mini h4 {
	height: 45px;
}
.vc_grid-item-mini .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt p {
	height: 65px;
}
/*.vc_grid-item.vc_col-sm-6 .vc_gitem-animated-block {
	height: 286.783px;
}*/
.vc_grid-item.vc_col-sm-6 h4 {
	font-weight: 400 !important;
	font-size: 17px !important;
}
.testo-accessori h4 {
	font-size: 21px !important;
	line-height: 1.4em;
	font-weight: 500;
}
.box-biliardi-restaldi h5 {
	font-family: 'Josefin Sans', sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	color: #444;
	font-weight: 400;
}
.box-biliardi-restaldi h3 {
	text-align: center;
}
.box-biliardi-restaldi .smallpartire {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 75%;
	line-height: 1;
	letter-spacing: normal;
	font-weight: 400;
	color: #999;
	text-transform: lowercase;
}
.content-product ul {
	margin-left: 35px;
}
.wpcf7-form hr {
	border: 1px solid #eee;
}
#contatti h4 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
}
#cf7sg-form-pagina-contatti h5 {
	letter-spacing: 0px !important;
}
#cf7sg-form-pagina-contatti input[type="radio"] {
	-ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}
#cf7sg-form-pagina-contatti .wpcf7-list-item-label {
	vertical-align: 3px !important;
}
.radio-nascosto {
	display: none !important;
}

.vc_grid-item-mini:hover {
	cursor: pointer;
}
/*Title bar*/
.qodef-section-title-holder.qodef-st-standard.qodef-st-title-left.qodef-st-normal-space.qodef-st-animate h1 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #444;
	text-transform: uppercase;
	font-weight: 400;
}
/*Box biliardi nuovi*/
.box-biliardi-restaldi:first-child {
	padding: 15px 15px 10px 25px !important;
}
.box-biliardi-restaldi:first-child + .box-biliardi-restaldi {
	padding: 15px 25px 10px 15px !important;
}
.biliardi-usati .vc_gitem-animated-block div:first-child {
	/* width: 266px; */
	/*height: 134px;
	padding: 15px 0 0 0;*/
}
/*Pre footer*/
.vc_custom_1556008715331 {
	padding-top: 80px !important;
	padding-bottom: 40px !important;
	background-position: top !important;
	height: 456.6px;
}
.vc_custom_1556008715331 .vc_column-inner {
	padding-top: 0 !important;
}
/*Sidebar*/
.vc_col-sm-3 h2 {
	margin-top: 5px;
	margin-bottom: 0;
	color: #555 !important;
}
.vc_col-sm-3 .wpb_wrapper .vc_empty_space:first-of-type {
	height: 9px !important;
}
#sidebarestaldi .vc_grid-item-mini {
	border: none;
}
/*
.vc_col-sm-3 .vc_grid-item-mini:hover .vc_gitem-animated-block a {
	content: "";
	padding: unset;
	display: block;
	color: #B1835B !important;
	background: unset !important;
	position: unset;
	cursor: pointer;
	border-radius: unset;
	text-align: unset;
	opacity: 1;
	-webkit-transition: unset;
	-moz-transition: unset;
	-o-transition: unset;
	transition: unset;
}
*/
.widget pre {
	margin: 5px 0 15px;
}
.widget h4 {
	margin: 10px 0 5px 0 !important;
}
/*Contatti*/
.contatti-richiedi-preventivo-biliardo h4 {
	margin-bottom: 10px;
}
.contatti-richiedi-preventivo-biliardo h3 {
	color: #444;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: none;
}
.contatti-richiedi-preventivo-biliardo h5 {
	margin-bottom: 20px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
	color: #444;
}
.contatti-richiedi-preventivo-biliardo h6 {
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.5em;
	padding: 0;
	color: #555;
	font-weight: 500;
	margin: 0 0 10px 0;
	text-transform: initial;
}
.contatti-richiedi-preventivo-biliardo strong {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 500;
	color: #555;
}
.contatti-richiedi-preventivo-biliardo .wpcf7 span {
	font-size: 18px;
	line-height: 27px;
	font-weight: 300;
}
.contatti-richiedi-preventivo-biliardo .wpcf7-form .wpcf7-radio span {
	margin-left: 0;
}
.contatti-richiedi-preventivo-biliardo #entry {
	margin: unset;
	padding: unset;
	max-width: unset;
}
.contatti-richiedi-preventivo-biliardo .wpcf7-form {
	margin-bottom: 50px;
}
/*Cerca Icona*/
.qodef-slide-from-header-bottom-holder {
	padding: 0 !important;
	width: 200px !important;
	height: 35px;
	margin: 10px 0 0 0 !important;
	border: none !important;
	background: #1b1b1b !important;
}
.qodef-slide-from-header-bottom-holder .qodef-form-holder {
	background-color: #1b1b1b !important;
}
.qodef-slide-from-header-bottom-holder input {
	height: 33px !important;
	border: none !important;
	color: #acacac !important;
	font-size: 14px !important;
	line-height: 1.5em !important;
	background: #1b1b1b !important;
	font-weight: 500 !important;
	padding: 10px 7px 7px 7px !important;
}
.qodef-slide-from-header-bottom-holder button {
	height: 35px !important;
	padding: 0 !important;
}
.qodef-slide-from-header-bottom-holder button svg {
	display: none !important;
}
.qodef-slide-from-header-bottom-holder button::after {
	font-family: "Font Awesome 5 Free";
	content: "\f002";
	color: #B1835B;
	font-weight: 800;
	font-size: 20px;
	line-height: 0;
}
.qodef-slide-from-header-bottom-holder .qodef-form-holder {
	height: 35px !important;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.5) !important;
	font-size: 14px;
	line-height: 1.5em;
	color: #fff;
	background: #494949;
}
/*Pagina cerca*/
.search h1.qodef-page-title {
	display: none;
}
.search .qodef-search-page-form {
	display: none !important;
}
.search-item {
	border: 2px solid #d7d7d7;
	width: 22%;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
	min-height: 360px;
}
.search-image {
	display: block;
	float: none;
}
.search-title {
	font-size: 17px;
	line-height: 18px;
	letter-spacing: 0.85px;
	font-weight: 400;
	min-height: 60px;
	padding: 0px 5px;
	margin-top: 0px;
}
.search-excerpt {
	font-size: 16px;
	line-height: 1.5em;
	color: #444;
	min-height: 70px;
	padding: 0px 5px;
	margin-top: -15px;
}
.search-excerpt a {
	font-size: 16px;
	color: #444;
}
.search-price {
	font-size: 30px !important;
	line-height: 1.5em;
	font-weight: 300;
}
/*Prezzo al netto d'iva*/
.qodef-tab-container .tags-product {
	width: 75%;
}
.qodef-tab-container .tags-product p {
	font-size: 23px !important;
	line-height: 23px;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	#fbuilder .label-totale {
		font-size: 17px !important;
		margin-top: 8px !important;
	}
	.qodef-tab-container .tags-product p {
		font-size: 20px !important;
	}
	.price-product {
		font-size: 27px !important;
	}
	.tags-product {
		float: none !important;
	}
	.price-product {
		width: auto;
		margin-right: 15px;
	}
}
/*Biliardi Restaldi*/
.labelbiliardo span {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 23px;
	line-height: 23px;
	letter-spacing: normal;
	font-weight: 400;
	color: #999;
	text-transform: lowercase;
	min-height: 75px;
}
.labelbiliardo {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: -1px;
	min-height: 50px;
}

/* -------- MODIFICHE VERSIONE MOBILE - dal 04 ottobre 2019 -------- */

/* FORZA IL CSS PER FAR APPARIRE SEMPRE LA LISTA DELLE CATEGORIE E NON LA TENDINA IN HOME PAGE */
@media screen and (max-width: 768px) {
	.vc_responsive .vc_grid-filter-select {
		display: none !important;
	}
	#griglia-biliardi-home ul.vc_grid-filter {
		display: block !important;
		width: 100% !important;
		text-align: center;
	}
}

/* NASCONDE FRECCIA INGRANDIMENTO TUTTA PAGINA NEL MOBILE */
@media screen and (max-width: 768px) {
	.sp-full-screen-button {
		display: none !important;
	}
	
	.vc_gitem-zone {
		/* height: 208px !important; */
		text-align: center !important;
	}
	.vc_grid-item {
		margin: 0px !important;
	}
}
/* BILIARDI USATI - PREZZO AL NETTO D'IVA SU TUTTO SCHERMO IN LINEA */
@media screen and (max-width: 768px) {
	.qodef-tab-container .tags-product {
		width: 100%;
	}
}
/* SIDEBAR - TITOLO "ELENCO BILIARDI USATI" FONT PIù PICCOLO */
@media screen and (max-width: 768px) {
	#biliardiusati .vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
	/*#biliardiusati .vc_grid-item-mini {
		height: 416px;
	}*/
	/*.biliardi-usati .vc_gitem-animated-block div:first-child {
		height: auto;
		width: 100%;
	}*/
}
/* SIDEBAR */
@media screen and (max-width: 768px) {
	#sidebarestaldi .vc_pageable-slide-wrapper .vc_gitem-zone {
		height: 100px !important;
		text-align: center !important;
	}
	#sidebarestaldi .vc_pageable-slide-wrapper .vc_grid-item {
		padding-bottom: 18px !important;
	}
	#sidebarestaldi .vc_pageable-slide-wrapper .vc_grid-item-mini h4 {
		height: auto !important;
		text-align: left !important;
		margin-left: 10px !important;
	}
	#sidebarestaldi div.vc_col-sm-3 {
		float: left;
		width: 70px;
		height: 70px;
		margin-left: 10px !important;
	}
	#sidebarestaldi div.vc_col-sm-9 {
		padding-left: 60px !important;
		font-size: 16px !important;
		font-weight: 500 !important;
	}
}
@media screen and (max-width: 768px) {
	.vc_column_container .vc_column-inner {
		padding-left: 7.5px !important;
		padding-right: 7.5px !important;
	}
	.filtermobile .vc_column-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
/* NEWSLETTER */
#newsletter table tbody tr {
	border: none;
}
#newsletter table tbody tr td {
	padding: 0;
}
#newsletter table tbody tr td input {
	background: white;
	color: #1b1b1b;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
}
#newsletter table tbody tr td input[type="submit"] {
	width: 100%;
	padding: 13px 0;
	border: none;
	background: #666;
	color: white;
	font-size: 15px;
	line-height: 26px;
	font-weight: 300;
	font-family: "Josefin sans", sans-serif;
}
#custom_html-10 h5 {
	letter-spacing: -1px;
}
/*Eliminazione delle traduzione dagli allegati*/
.allegato-1-programma-delle-esibizioni #trp-floater-ls {
	display: none !important;
}

/*MLP add gennaio 2020 */

#cf7sg-form-pagina-contatti .one-third {
     float: left;
    width: 30%;
    position: relative;
    min-height: 1px;
    margin:0;
    padding-right: 10px;
    padding-left: 10px;
}

 #cf7sg-form-contatti .one-third {
    float: left;
    width: 30.9%;
    position: relative;
    min-height: 1px;
    margin:0;
    padding-right: 10px;
    padding-left: 10px;
}


#cf7sg-form-pagina-contatti .two {
    float:left;
    width:14.5%;
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}
#cf7sg-form-pagina-contatti .container-full, #cf7sg-form-contatti .container-full { 
    width: 100%;
    float: left;
    position: relative;
}
#cf7sg-form-pagina-contatti h5 {
    margin-bottom:0;
    margin-top:0;
}

#cf7sg-form-pagina-contatti .full, #cf7sg-form-pagina-contatti .row {
    float: left;
    width: 100%;
    position: relative;
}

#cf7sg-form-pagina-contatti .full {
    padding-top:.5%;
    padding-bottom:.5%;
}

.BTNinvio {
    margin-bottom: 5%;
    clear: both;
    position: relative;
}

.cf7-smart-grid.has-grid div.field span.wpcf7-not-valid-tip {
    
    top: 70% !important; 
}

.wpcf7-response-output {
        display: inline-block;
    clear: both;
    margin: 0;
}


.qodef-tabs.qodef-tabs-standard .qodef-tab-container {
    /* padding: 25px 0 0; */
    padding: 3%;
}

.qodef-tabs {
    background:white !important;
}

@media only screen and (max-width: 768px) {
.qodef-tabs.qodef-tabs-standard .qodef-tabs-nav li {
    display: inline-block !important; 
     float: none;  
}
}
 
 #fbuilder .dfield {
    padding:0;
}


#fbuilder .top_aligned .fields .dfield {
        padding: 1.5%; 
}


#fbuilder input[type="radio"] {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);  
    margin-right: 10px;
    margin: 0 !important;
    /* margin-bottom: 20px; 
    margin-top: -2px; */
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

#fbuilder .label { 
    margin-top: 0px !important; 
    margin-left: 10px !Important; 
text-transform: lowercase;
    font-size: 18px;
  /*  font-weight: 500; */
}
 

#fbuilder .prezzo {
    float: right;
    font-size: 18px;
    line-height: 1em;
}

#fbuilder .section_break {
    border-top:none !important;
    clear: both;
}

#fbuilder .one_column {
    padding-bottom: 1.3%;
    float: left;
    width: 100%;
}

#fbuilder .dfield .one_column:last-of-type {
    padding-bottom: 0 !Important;
}

/*campo totale in fondo */
#field_1-10 label { 
        font-size: 20px;
    margin-bottom: 10px; 
    line-height: 38px;
}

.total-price .dfield, .total-price-first .dfield {
    padding:0 !Important; 
}

#field_1-10 #fieldname9_1 {
   
    padding: 0 !important;   
    font-size: 28px !important;
    line-height: 30px;
}

#field_1-1 #fieldname15_1 { 
    font-size: 20px;  
    line-height: 24px; 
}

#cf7sg-form-pagina-contatti .wpcf7-list-item-label {
    vertical-align: 0px !important;
}

.fieldname13_1 .one_column .label {
    text-transform:Capitalize !Important;
}

@media screen and (max-width: 768px) {
    #fbuilder .label {
            margin-top: 0px !important;
            margin-top: 2px !important;
            margin-left: 6px !Important;
            text-transform: lowercase;
            font-size: 17px; 
             width: 62% !important;
    }
     
    
    #fbuilder .prezzo { 
        font-size: 17px; 
         margin-top: 0 !important;
         width: 30%;
         line-height:1.2em !important;
    }
     
    
    #fbuilder .one_column {
        padding-bottom: 2.5%;
        float: left;
        width: 100%;
    }
    #fbuilder input[type="radio"] { 
        -ms-transform: scale(1.2); /* IE 9 */
        -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
        transform: scale(1.2); 
        margin-top: 3px !important; 
    }
    #fbuilder #field_1-10 #fieldname9_1 {
        font-size: 17px !important;
    }
    #field_1-1 #fieldname15_1 {
        font-size: 16px;
        line-height: 16px;
    }
    #field_1-1 label { 
        padding-top: 5px; 
    }
    
    #cf7sg-form-contatti .one-third {
        float: left;
        width: 99%;
        position: relative;
        min-height: 1px;
        margin: 0;
        padding-right: 0;
        padding-left: 0;
    }
    #cf7sg-form-pagina-contatti .one-third {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}
#cf7sg-form-pagina-contatti .two {
    float: left;
    width: 32%;
    position: relative;
    padding-left: 1px;
    padding-right: 1px;
}

.contatti-richiedi-preventivo-biliardo .wpcf7 span {
    font-size: 14px;
    line-height: 15px;
    font-weight: 300;
}
#fbuilder #field_1-10 #fieldname9_1 {
    font-size: 22px !important;
} 
#fbuilder .label-totale {
    font-size: 15px !important; 
}


}
