/*
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
*/
:root {
  --main-color: #076633;
  --sg-color: #CB007B;
}

/*
 * VARIE
 */
h2, h4 {
	color: var(--main-color);
}
h1.vc_custom_heading {
	letter-spacing:1px;
}
.bianco * {
	color:#fff;
}
.centrato * {
	text-align:center;
}
.overlay {
    background: rgba(0,0,0,0.3);
}
/* icona downlod catalogo colorata */
.mini-widgets .Defaults-download {
	color: var(--main-color) !important;
}

/*
 * TABELLE
 */
.tabella-prezzi th {
	background-color: var(--main-color);
	color:#fff;
}
.tabella-prezzi tr:nth-child(even) {
	background-color: #f2f2f2;
}
.tabella-prezzi tr:nth-child(odd) {
	background-color: #fff;
}
.tabella-prezzi tr:hover {
	background-color: #f5f5f5;
}
.tabella-prezzi table, .tabella-prezzi th, .tabella-prezzi td {
	border: 1px solid;
	padding:10px !important;
	text-align:center !important;
}


/*
 * BOOKING ENGINE FORM
 */

#BookingArea {
    display: block;
    z-index:1;
    background: rgba(0,0,0,0.7);
    width: 100%;
    line-height:normal;
    color:#fff;
	padding:20px 0;
}
#BookingArea a {
    color:#fff;
}
.is-sticky #BookingArea {
    background: rgba(0,0,0,0.7);
	padding:5px 0;
}
#BookingArea .booking-engine {
    margin: 0 30px;
}
#BookingArea .section_wrapper.booking-engine {
    margin: 0 auto;
}
#BookingArea .section_wrapper.booking-engine h4 {
    right: 0px;
}

#BookingArea .booking-engine h4 {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
	color: #fff;
}
#BookingArea.color {
    background: var(--main-color);
}
#BookingArea.color h4{
    color:#fff;
}
#BookingArea.color .form-inline button, #BookingArea.color .form-inline input[type=submit] {
    background: #444;
}
.ui-datepicker {
    z-index: 9999 !important;
}

/* Style the form - display items horizontally */
.form-inline select, select {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    background-image: none;
}

.form-inline {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline div {
  display: flex;
}

/* Add some margins for each label */
/*
.form-inline label {
  margin: 5px 10px 5px 0;
}
*/

/* Style the input container */
.form-inline .input-container {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

/* Style the form icons */
.form-inline .icon {
  position: relative;
  color: #999;
  font-size: 18px;
}
.form-inline .icon i {
  position: absolute;
  top: 9px;
  right: 18px;
}

.form-inline input[type="date"],
.form-inline input[type="email"],
.form-inline input[type="number"],
.form-inline input[type="password"],
.form-inline input[type="search"],
.form-inline input[type="tel"],
.form-inline input[type="text"],
.form-inline input[type="url"],
.form-inline select,
.form-inline textarea {
    width: 120px;
}

/* Style the input fields */
.form-inline input, .form-inline select {
  vertical-align: middle;
  margin: 0px 10px 0px 0px;
  padding: 10px;
  background-color: #fff;
  border: 0px solid #ddd;
  line-height:14px;
}

/* Style the submit button */
.form-inline button, .form-inline input[type=submit] {
  padding: 10px 20px;
  border: 0px solid #ddd;
  color: white;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}

.form-inline button:hover,  .form-inline input[type=submit]:hover {
}

/* Add responsiveness - display the form controls vertically instead of horizontally on screens that are less than 800px wide */
@media (max-width: 800px) {
  .form-inline input {
    margin: 10px 0;
  }

  .form-inline {
    flex-direction: column;
    align-items: stretch;
  }
}
/* FINE FORM */




/*
 * HEADER
 */
.branding a img, .branding img {
    height: 69px;
    width: auto;
}
.logo-box img {
    height: 49px;
    width: auto;
}
img.logo-sg {
	max-width:120px;
}
li.button span.menu-text {
    background: var(--main-color);
    padding: 7px 12px;
	color: #fff !important;
}
/* numero prenotazioni */
span.mini-contacts.phone a, span.mini-contacts.phone i.the7-mw-icon-phone-bold {
    color: var(--sg-color);
    font-weight: 600;
	font-size: 1.2rem;
}
span.numero-booking {
    color: var(--sg-color);
}
.numero-booking .orari {
    font-size: .7rem;
    color: var(--sg-color);
    display: block;
    text-align: right;
    font-weight: 100;
}

/*
 * HOME
 */
.icone-home img {
	width:80px;
	height:auto;
}
/*
 * SIDEBAR CAMERE
 */

/* ovveride theme */
.solid-bg.sidebar-content .widget {
    padding: 25px 15px 15px;
}

/* BOX TELEFONO E MAIL */
.box-prenota-ora {
    text-align: center;
    font-size: 20px;
    line-height: 38px;
}
.box-prenota-ora h3 {
	margin-bottom:0px;
	font-size: 24px;
	color: var(--main-color);
	line-height: 24px;
}
.box-prenota-ora small {
    margin-bottom: 10px;
    color: var(--main-color);
    display: block;
}
.box-prenota-ora i:before {
	color: var(--main-color);
}
.box-prenota-ora i.icon-phone:before {
    transform: rotate(90deg);
}
.box-prenota-ora a {
	color:#444;
}

/* BOX FORM RICHIESTA */
h3.form, h4.form {
	color: var(--main-color);
	margin:0 0 20px 0;
	text-align:center;
}
#cf7md-form.cf7md-form+.wpcf7-response-output {
    background: var(--main-color);
}
#cf7md-form .mdc-floating-label {
    color: rgba(0, 0, 0, 0.4) !important;
}
#cf7md-form .mdc-button {
    min-height: 55px;
	padding: 0 50px;
}
div.wpcf7 .ajax-loader {
	display: none;
}

/*
 *
 */
.split-right {
	background: linear-gradient(90deg, #fff 50%, var(--main-color) 50%);
}
.split-left {
	background: linear-gradient(90deg, var(--main-color) 50%, #fff 50%);
}
.split-right-grigio {
	background: linear-gradient(90deg, #fff 50%, #f2f2f2 50%);
}
.split-left-grigio {
	background: linear-gradient(90deg, #f2f2f2 50%, #fff 50%);
}
@media only screen and (max-width: 992px) {
	.split-right, .split-left, .split-left-grigio, .split-right-grigio {
	background: none;
	}
}

/*
 * OFFERTE
 */
.single-offerte_speciali .post-thumbnail {
    display: none;
	visibility: hidden;
}
.offerte .titolo {
    min-height: 80px;
}
.offerte .titolo h4 {
    font-size:24px;
	line-height:36px;
}
.offerte .icona-offerte img {
    height: 50px;
    width: auto !important;
}

.vc_gitem-acf.valido-dal, .vc_gitem-acf.valido-al {
    color: #fff;
	display: inline-block;
}
.vc_gitem-acf.valido-dal:before {
    content:'dal: ';
	font-size:12px;
}
.vc_gitem-acf.valido-al:before {
    content: 'al: ';
	margin-left:5px;
	font-size:12px;
}
html[lang='en-US'] .vc_gitem-acf.valido-dal:before {
    content: 'Valid from: ';
    font-size: 12px;
}
html[lang='en-US'] .vc_gitem-acf.valido-al:before {
    content: 'until: ';
	margin-left:5px;
	font-size:12px;
}
html[lang='de-DE'] .vc_gitem-acf.valido-dal:before {
	content: 'Gültig von: ';
    font-size: 12px;
}
html[lang='de-DE'] .vc_gitem-acf.valido-al:before {
    content: 'bis zum: ';
	margin-left:5px;
	font-size:12px;
}

.single .project-content {
    margin-bottom: 0px;
}

.meta-date, .meta-prezzo {
	padding:15px 10px;
	text-align:center;
	margin-bottom:0;
}
.meta-date {
	background:#ddd;
}
.meta-prezzo {
	background: var(--main-color);
}
.meta-prezzo h5 {
	color:#fff;
}
.bottone-mobile {
	background: #afd639 !important;
    	color: #ffffff;
    	/*margin:10px 0 0 0;*/
}
.single-offerte_speciali .wpb_content_element {
	margin-bottom: 10px;
}

.suplementi .vc_column-inner {
    padding: 20px !important;
    background-color: #f2f2f2 !important;
}
.riduzioni .vc_column-inner {
    padding: 20px !important;
    background-color: #eeeeee !important;
}

/*
 * MAPPA
 */
h3.umsMarkerTitle {
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 10px 0;
    margin: 0;
    text-align: center;
}

/*
 * PRE-FOOTER
 */
.pre-footer > .wf-wrap {
    width: 1300px;
}
.pre-footer .textwidget {
    margin: 0;
}
.pre-footer.loghi {
	background:#2f3535;
	padding: 16px 0;
}
.pre-footer.newsletter {
	background:#ccc;
	padding: 40px 0px;
}
.pre-footer.loghi .vc_column-inner, .pre-footer.newsletter .vc_column-inner {
    padding: 0;
}
.pre-footer.loghi p, .pre-footer.loghi div {
    color: #fff;
}
.pre-footer.loghi .aio-icon.superior:after {
    content: 'S';
    color: #fff;
    font-size: 9px;
}
.pre-footer.loghi .stelle i {
    font-size: 8px;
    position: relative;
    bottom: 1px;
}
.pre-footer.loghi .stelle {
    text-align: center;
    font-size: 13px;
	margin-bottom: 0;
}

.pre-footer .loghi-sg img {
    max-height: 60px;
    width: auto;
}
.pre-footer.newsletter #cf7md-form .mdc-text-field {
    border-radius: 0;
}
.pre-footer.newsletter #cf7md-form .mdc-button {
	border-radius: 0;
}

/*
 * FOOTER
 */

.footer .info i {
    display: inline-block;
    min-width: 14px;
    text-align: center;
    margin-right: 10px;
}
#bottom-bar p {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 16px;
	color:rgba(255,255,255,0.5)
}

/* LANDING PAGE */
.single-landing_page #intro {
	z-index:1;
}
.gradient {
	background: rgb(7,102,51);
	background: -moz-linear-gradient(135deg, rgba(7,102,51,1) 0%, rgba(12,179,90,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(7,102,51,1) 0%, rgba(12,179,90,1) 100%);
	background: linear-gradient(135deg, rgba(7,102,51,1) 0%, rgba(12,179,90,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#076633",endColorstr="#0cb35a",GradientType=1);
}
.single-landing_page .bianco #cf7md-form .cf7md-accept-label {
	color:#fff;
}
.single-landing_page h1, .single-landing_page h2, .single-landing_page h3, .single-landing_page h4, .single-landing_page h5, .single-landing_page h6 {
	font-family: Open Sans;
}
.single-landing_page h1.gradient,
.single-landing_page h2.gradient,
.single-landing_page h3.gradient,
.single-landing_page h4.gradient,
.single-landing_page h5.gradient,
.single-landing_page h6.gradient {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight:600;


}
.single-landing_page .icona img {
	max-height:100px;
	width:auto;
}
.single-landing_page .logo img {
	max-height:69px;
	width:auto;
}


/* MEDIA QUERIES */


/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

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

	#BookingArea {
		display:none;
	}
	.offerte .titolo h4 {
		font-size: 22px;
		line-height: 30px;
	}
	span.mini-contacts.phone a, span.mini-contacts.phone i.the7-mw-icon-phone-bold {
		font-size: 0.9rem;
    color: var(--sg-color);
	}
  span.numero-booking {
      color: var(--sg-color);
  }
	.numero-booking .orari {
		font-size: .7rem;
		text-align: left;
	}
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

	#BookingArea {
		display:none;
	}
	.meta-date h5 {
		font-size:15px;
	}
	span.mini-contacts.phone a, span.mini-contacts.phone i.the7-mw-icon-phone-bold {
		font-size: 0.9rem;
    color: var(--sg-color);
	}
  span.numero-booking {
      color: var(--sg-color);
  }
	.numero-booking .orari {
		font-size: .7rem;
		text-align: left;
	}
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

	#BookingArea {
		display:none;
	}
	.hide-on-mobile {
		display:none;
	}
	span.mini-contacts.phone a, span.mini-contacts.phone i.the7-mw-icon-phone-bold {
		font-size: 0.9rem;
    color: var(--sg-color);
	}
  span.numero-booking {
      color: var(--sg-color);
  }
	.numero-booking .orari {
		font-size: .7rem;
		text-align: left;
	}
}
.golfmenu .not-clickable-item{
	cursor: pointer;
}
/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 768px) {
    .vc_col-sm-1, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12 {
        float: left !important;
    }
}
@media (min-width: 320px) and (max-width: 480px) {

	#BookingArea {
		display:none;
	}
	h4 {
		font-size:20px;
	}
	.meta-date h5 {
		font-size:17px;
	}
	span.mini-contacts.phone a, span.mini-contacts.phone i.the7-mw-icon-phone-bold {
		font-size: 0.9rem;
    color: var(--sg-color);
	}
  span.numero-booking {
      color: var(--sg-color);
  }
	.numero-booking .orari {
		font-size: .7rem;
		text-align: left;
	}
}
