/*
Theme Name:     Direzione Hotel
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        9.0c
*/



@media (max-width: 767px) {
  .td-header-wrap .td-header-menu-wrap-full,
  .td-header-wrap .td-header-menu-wrap,
  .td-header-wrap .td-header-main-menu {
    background-color: var(--td_mobile_menu_color, #fff) !important;
    height: 54px !important;
  }
  .header-search-wrap .td-icon-search {
    color: var(--td_mobile_icons_color, #111) !important;
  }
}
#td-top-mobile-toggle i {
    color: var(--td_mobile_icons_color, #111) !important;
}


.td-container.tdc-content-wrap {
	min-height: 800px; 
}
#gtranslate_wrapper {
	margin-top: 12px !important;
}
.gt_selected {
	margin-top: 12px !important;
}
p.titolo_secondario a {
	font-family: "Bree Serif", sans-serif !important;
	font-weight: bold !important;
	font-size: 20px !important;
	color: #000 !important;
}
.td-login-modal-js {
	display: none !important;
}
.bottone_agenda_css {
	text-align: left;
	position: absolute;
	margin: 8px 5px;
}
.bottone_agenda_css i {
	font-size: 22px !important;
}
.input_search {
	border: 1px solid #dedede;
}
.input_search button, .input_search input {
	display: inline-block;
	border: 0;
	background: none;
}
.input_search input {
	width: 80%;
}


.bottoncino_verde {
	background: #1a9a75;
	margin-left: 15px;
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 30px;
}
.bottoncino_verde:hover {
	color: #fff !important;
	background: #1a9a75 !important;
	text-decoration: none !important;
}
.owl-controls {
	text-align: center;
}
.owl-dot {
	margin: 0 3px;
	background: #dedede;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
}
body {
	overflow-x: hidden;
}
.addtoany_share_save_container {
	text-align: center !important;
}
.box_contatti {
	margin: 30px 0;
	background: #fafafa;
	border: 2px solid #dedede;
	border-radius: 5px;
	padding: 15px;
	box-shadow: 0 0 5px rgba(0,0,0,.35);
}
.td-main-content-wrap {
	padding: 0 !important;
	margin: 0 !important;
}
p {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 15px;
}
.etichetta {
	font-weight: bold;
	color: #6666cc;
	font-size: 15px;
	text-transform: uppercase;
}
.rounded-thumbnail img {
	border-radius: 15px !important;
}
.riga_comparazione {
	padding: 15px 0;
	font-size: 16px;
	border-bottom: 1px solid #dedede;
}
.box_contatti .riga_comparazione:last-child {
	border-bottom: 0;
}
.circle-thumbnail, .circle-thumbnail-big {
	display: block; 
	margin: 0 auto;
	margin-bottom: 15px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #dedede;
	overflow: hidden;
}

.rounded-box {
	box-shadow: 1px 1px 5px rgba(0,0,0,.05);
	background: #fff;
	border-radius: 5px;
}
	.rounded-box-margin {
		padding: 15px;
	}
		.rounded-box-margin-line {
			padding: 10px 15px;
			line-height: 30px;
			border-bottom: 1px solid rgba(0,0,0,.05);
		}
		.colorato {
			color: #14a76d;
		}
		.rounded-box i {
			font-size: 30px;
		}
		.fa-check-circle-o {
			font-size: 30px;
			color: #14a76d;
		}
			.opaco {
				opacity: .3;
				color: #000;
			}
		.rounded-box h3 {
			font-size: 17px;
			border-bottom: 1px solid rgba(0,0,0,.05);
			padding: 15px 15px !important; 
			margin: 0;
			color: #15a86d;
			font-weight: bold;
		}

		.td-instagram-user {
			padding: 15px 0;
		}
#td-header-menu a, .td-header-style-8 .sf-menu > li > a {
	text-decoration: none !important;
}
.circle-thumbnail-big {
	width: 200px;
	height: 200px;
	border: 5px solid #fff;
}
	.circle-thumbnail img, .circle-thumbnail-big img {
		width: 100%;
	}
	.consulente-css {
		width: 100%;
		margin-bottom: 15px;
		display: block;
		border: 1px solid #dedede;
		border-radius: 0;
		padding: 0;
	}
	
		.sale-box {
			position: absolute;
			right: 11px;
			top: -4px;
			overflow: hidden;
			height: 105px;
			width: 105px;
			text-align: center;
			z-index: 0;
		}
		.sale-label {
			font: 700 11px/13px Arial, Helvetica, sans-serif;
			color: white;
			background: #15a86d;
			text-transform: uppercase;
			padding: 9px 0 7px;
			text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
			width: 130px;
			text-align: center;
			display: block;
			position: absolute;
			right: -33px;
			top: 16px;
			z-index: 1;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		.sale-label:before {
			position: absolute;
			bottom: -3px;
			right: 4px;
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 4px 4px 0px 4px;
			border-color: #15a86d transparent transparent transparent;
			content: ".";
			text-indent: -5000px;
			-webkit-transform: rotate(225deg);
			-ms-transform: rotate(225deg);
			transform: rotate(225deg); }
		  .sale-label:after {
			position: absolute;
			bottom: -3px;
			left: 5px;
			width: 0px;
			height: 0px;
			border-style: solid;
			border-width: 4px 4px 0px 4px;
			border-color: #15a86d transparent transparent transparent;
			content: ".";
			text-indent: -5000px;
			-webkit-transform: rotate(135deg);
			-ms-transform: rotate(135deg); 
			transform: rotate(135deg); }

		
		.consulente-css-button { 
			border: 1px solid #15a86d;
			background: #15a86d;
			color: #fff !important;
		}
			.consulente-css-button h3, .consulente-css-button .small.cat_fornitori {
				color: #fff !important;
			}
		.consulente-css-button i {
			font-size: 90px;
			opacity: .3;
			margin-top: 60px;
			color: #fff !important;
		}
		.mega_title {
			display: block;
			color: #fff;
			font-size: 30px;
			font-weight: bold;
		}
		.mega_submenu {
			display: block;
			color: #fff;
			font-size: 20px;
		}
		.consulente-css .the_image-thumbnail {
			height: 200px;
			padding: 15px;
		}
		.consulente-css .the_image-thumbnail img {
			width: auto;
			max-height: 170px;
		}
		.consulente-css h3 {
			font-size: 17px;
			font-weight: bold;
			padding: 15px 0;
			color: #000;
			height: 50px;
			text-transform: capitalize;
		}
			.consulente-css:hover, .consulente-css:hover {
				text-decoration: none !important;
			}
		small.cat_fornitori {
			font-size: 12px;
			color: #000;
			text-transform: uppercase;
		}


.book-css img {
	width: auto !important;
	transition: all .5s;
	border: 1px solid #dedede;
	box-shadow: 1px 1px 10px rgba(0,0,0,.5);
	margin-bottom: 10px;
	height: 228px;
	
}
	.book-css {
		font-weight: bold;
		font-size: 12px;
		color: #14a76d;
		line-height: 12px !important;
	}
		.book-css h3 {
			font-weight: bold;
			font-size: 12px;
			color: #14a76d;
			line-height: 16px !important;
		}	
		.book-css:hover a {
			color: #14a76d;
		}	
	
	.book-css:hover img {
		box-shadow: 1px 1px 10px rgba(0,0,0,.8);
	}
.tag {
	font-size: 11px;
	padding: 2px 6px;
	border-radius: 5px;
	background: #15a86c;
	color: #fff;
	font-weight: bold;
}
	.tag a {
		color: #fff !important;
	}
	
	.btn-white { 
		transition: all .3s;
		min-width: 60px;
		border: 3px solid #fff !important;
		color: #fff;
		font-weight: bold;
	}
		.btn-white:hover { 
			color: #fff !important;
			background: none;
		}	

		
	.btn-greenborder { 
		transition: all .3s;
		min-width: 60px;
		border: 1px solid #15a86c !important;
		font-weight: bold;
	}
		.btn-greenborder:hover { 
			color: #fff !important;
			background: #15a86c !important;
		}	

.home .td-main-content-wrap form {
	width: 60%;
	padding: 7px !important;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.8); 
	background: #fff;
	margin: 0 auto;
	text-align: right;
	border-radius: 3px !important;

}
	.home h2.vc_custom_heading, .vc_video-bg-container p {
		color: #fff; 
		font-weight: bold;
		text-shadow: 1px 1px 10px rgba(0,0,0,0.8);
	}
		.home h2.vc_custom_heading {
			margin-bottom: 30px;
		}
		.home .vc_video-bg-container p a {
			border: 1px solid #15a86d;
			background:  #15a86d;
			color: #fff;
			padding: 0 5px;
			margin-right: 5px;
		}
	.home .td-main-content-wrap .form-control {
		width: 79% !important;
		display: inline-block !important;
		border: 0 !important;
		font-size: 17px !important;
	}
	.home .td-main-content-wrap button {
		height: 46px;
		line-height: 46px;
		width: 20% !important;
		display: inline-block !important;
		border-radius: 3px !important;
		border: 0 !important;
		background: #14a86d;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 17px !important;
	}
	
	
.scheda-consulente {
	padding: 8px 0;
	border-bottom: 1px dashed rgba(0,0,0,.3);
}
	.scheda-consulente i {
		color: #0e75bb;
		font-size: 1.5em;
		margin-right: 3px; 
	}
	.scheda-consulente i.colorato {
		color: #0b2e3c;
	}
	
.titoletto_consulente {
	font-weight: 13px;
	font-weight: bold;
	color: #086a6c;
}

	#nibirumail_form {
		
	}
		#nibirumail_form input, #nibirumail_form textarea {
			margin-bottom: 8px;
			border-radius: 5px;
		}
		
		 #nibirumail_form textarea {
			 height: 120px;
		 }
			#nibirumail_form button {
				border: 0;
				font-weight: bold;
				padding: 8px 16px;
				height: 35px;
				margin-bottom: 8px;
				border-radius: 5px;
				background: #082c39;
				color: #fff;
				text-transform: uppercase;
			}
		.etichetta span {
			text-transform: lowercase;
			font-size: 12px;
			color: #999;
		}
			
.provato_per_voi {
	clear: both;
	margin-bottom: 15px;
	display: block;
}
	.provato_per_voi:after {
		content: '';
		display: block;
		clear: both;
	}
	.provato_per_voi .provato_per_voi_top, .provato_per_voi .provato_per_voi_bottom {
		background: #dedede;
		height: 5px;
	}
	.provato_per_voi .provato_per_voi_bottom {
		margin-top: 15px;
	}

		.provato_per_voi .provato_per_voi_top span {
			position: absolute;
			background: #fff;
			display: inline-block;
			font-size: 10px;
			font-weight: bold;
			padding: 0 15px;
			margin-left: 15px;
			margin-top: -3px;
			height: 10px;
			line-height: 10px;
		}
		.provato_per_voi_text {
			padding: 15px 0;
		}
			.provato_per_voi_text {
				font-size: 14px;
				line-height: 20px;
			}
			.provato_per_voi_thumbnail {
				margin-right: 15px;
				margin-bottom: 15px;
				width: 200px;
				float: left;
			}
				.provato_per_voi_thumbnail img {
					max-width: 100%;
				}
				.provato_per_voi_cta {
					color: #fff !important;

				}
					.provato_per_voi_cta a {
						transition: all .3s !important; 
						float: right;
						padding: 7px 10px;
						font-weight: bold;
						font-size: 15px;
						margin-right: 15px;
						display: inline-block;
						background: #14A76D;
						text-decoration: none !important;
						text-transform: uppercase;
						color: #fff !important;
					}
						.provato_per_voi_cta a:hover {
							background: #128558;
						}
				


