/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */



/* Titolo-h1 */
h1, .titolo-h1 {
  font-size: 48px;
  color: #7c0928;
  font-family: 'Playfair Display';
  margin-top: 10px;
}


h2, h3  {
  color: #7c0928;
  font-family: 'Playfair Display';
  margin-top: 10px;
}


/* Form Slide */

	/* Larghezza */
div#form-slide form {
	max-width: 460px;
	width: 460px;
}

	/* Aggiustamenti */
div#form-slide form ol.formContainer {
    padding-left: 41px;
    margin-top: -14px;
}

	/* Campi select */
select#Checkingiorno, select#Checkinanno,
select#Checkoutgiorno, select#Checkoutanno {
  max-width: 65px;
  width: 65px;
  text-align: center;
}

select#Checkinmese, select#Checkoutmese {
  max-width: 105px;
  width: 105px;
}

		/* Adulti */
select#Adulti {
  width: 54px;
  text-align: center;
}

		/* Bambini */
select#b05, select#b612, select#oltre12 {
  width: 52px;
  text-align: center;
}

	/* Bottone conferma */
div#form-slide form fieldset.formFieldset ol.formContainer input#Invia.rsform-submit-button{
    font-size: 17px;
    padding: 7px 17px;
    width: 236px;
    text-transform: uppercase;
    color: #fff;
    background: #287c08;
    border: none;
    border-radius: 5px;
    margin-top: 10px;
    letter-spacing: 0.5px;
}




/* Footer */

section.tm-bottom-d.uk-grid div.uk-width-1-1.uk-width-medium-1-2 {
  text-align: center;
  font-family: 'Playfair Display';
  color: #000000
}

section.tm-bottom-d.uk-grid div.uk-width-1-1.uk-width-medium-1-2.uk-row-first div.uk-panel h3.uk-panel-title {
  color: /*#2f2424*/ #7c0928;
  font-family: 'Playfair Display';
}

section.tm-bottom-d.uk-grid div.uk-width-1-1.uk-width-medium-1-2 div.uk-panel h3.uk-panel-title {
  color: /*#2f2424*/ #7c0928;
  font-family: 'Playfair Display';
}


/* Titolo Widget Prezzi */

div.widget-prezzi h3.uk-h1 {
  font-size: 34px;
  color: #7c0928;
  font-family: 'Playfair Display';
}


/* Bottone Widget Prezzi */

div.widget-prezzi a.uk-button {
 color: #ffffff;
 padding: 11px 24px;
 font-size: 22px;
 text-transform: uppercase;
 font-weight: 800;
 border-radius: 5px;
 background: #7c0928;
 border-color: #7c0928;
 white-space: nowrap;
}

div.widget-prezzi a.uk-button:hover {
  color: #7c0928;
  background-color: transparent;
  }

	/* Bottone Hover */
.uk-button:not(.uk-button-link)::before {
  background: transparent;
}




/* Widget Prezzi */

div.widget-prezzi {
  background: #ffffff;
}

/* Widget Camere */

div.widget-camere .uk-overlay-background {
  background: rgba(255, 255, 255, 0.76);
  background-clip: border-box;
  background-clip: padding-box;
}

div.widget-camere h3.uk-panel-title {
  font-size: 50px;
  text-transform: uppercase;
}


/* Testo Modulo Contatti Sottotitolo */

div.cta-home h3 {
  color: #ffffff;
  background: #7c0928;
  font-family: 'Playfair Display';
}

/* Bottone Modulo Contatti Sottotitolo */

div.cta-home a.cta {
color: #7c0928;
padding: 11px 24px;
font-size: 22px;
text-transform: uppercase;
font-weight: 800;
border-radius: 5px;
background: #fff;
border: 1px solid #7c0928;
}

/* Bottone Hover Contatti Sottotitolo */

div.cta-home a.cta:hover {
  color: #ffffff;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #fff;
  text-decoration: none;
  }


/* Modulo Cta Home Sfondo */

.home #tm-top-c {
  background-color: #7c0928;
  padding-top: 52px;
}

	/* CTA mobile */
div.div-cta-mobile {
  margin-bottom: 20px;
}


/*Modulo Footer */

#tm-footer {
  background-color: #7c0928;
  padding-top: 52px;
}

/* testo Footer */

div#tm-footer div.uk-panel div.uk-grid {
  color: #fff;
  font-family: 'Playfair Display';
  font-size: 16px;
}

div#tm-footer a.tm-totop-scroller {
  color: #fff;
}




/* Colore Menù */

.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li.uk-active > a:active,
.uk-navbar-nav > li.uk-active > a:hover{
  color: #7C0928;
}



/* Riduco l'altezza Menù */
div.uk-sticky-placeholder div.tm-navbar-default.tm-navbar-container.uk-text-center  {
  padding-bottom: 0!important;
  padding-top: 7px;
}
div.uk-sticky-placeholder  {height: auto;}


/* Abbasso il logo */

div.tm-headerbar.uk-clearfix.uk-visible-large.uk-text-center a.tm-logo.uk-margin-large-top.uk-visible-large p {
  margin: 23px 0 15px 0;
}



/* Bottone Listino Prezzi */

div.uk-width-medium-3-4 a {
  border-radius: 5px !important;
  padding: 9px 10px !important;
  background: #7C0928 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  text-transform: uppercase;
}



/* Bottone Form */

div.tm-main.uk-width-medium-1-1.uk-row-first  .btn-primary, .btn-info, .btn-inverse {
  background-color: #7C0928;
}

div.tm-main.uk-width-medium-1-1.uk-row-first  .btn-primary:hover {
  background-color: #fff;
  color: #7C0928;
  border: 1px solid #7C0928;
}


/* Textarea form Contatti */
.contatti textarea {
  height: 100px;
  border: 1px solid #999;
}



/* Testo evidenziato */

::-moz-selection {
  background-color: #7C0928;
}

::selection {
  background-color: #7C0928;
}


/*Modifica before estate/inverno */
.uk-button:active:not(.uk-button-link)::before {
  background-color: transparent;
}

/* Determino width dell'elenco puntato in guest card */
div.guest-card-widget div.uk-width-medium-1-2.uk-text-center {
  width: 20% !important;
}

div.guest-card-widget div.uk-width-medium-1-2 {
  width: 80% !important;
}

/* H2 guest card */
main.tm-content article.uk-article h2 em {
  text-align: left;
  font-size: 30px;
  color: #666666;
}

/* Colore testo menù a tendina */
ul.uk-nav.uk-nav-navbar li a {
  color: #000;
}










/* -------------------  Media queries  ------------------- */

@media only screen and (min-width: 320px) and (max-width: 640px) {
  
  
	/* Widget Camere */
  
  		/* Titoli h3 */
  div.widget-camere h3.uk-panel-title {
    font-size: 36px;
  }
  
	/* Widget Estate / Inverno al Gran Baita */
  
  		/* Padding */
  div.widget-prezzi-mobile div.uk-width-medium-1-2 div.uk-panel.uk-panel-space.uk-width-1-1 {
    padding-top: 0px;
  }
  
  		/* Titoli */
  div.widget-prezzi-mobile h3.uk-h1 {
    line-height: 38px;
  }
  
  
  	/* Form */ 
  
  		/* Form centrato */
  #form-mobile {
	max-width: 100% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  		/* Form più a sinistra */
  div#form-mobile form ol.formContainer {
    padding-left: 0px;
  }
  
  		/* Titolo form */
  #form-mobile fieldset.formFieldset legend {
    text-align: center !important;
  }
  
  		/* Label */
  div#form-mobile form div.formCaption {
    width: 75px;
    text-align: left;
  }
  
  		/* Larghezza form */
  div#form-mobile form {
    max-width: 336px;
    display: block;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  
  		/* Campi select */
   div#form-mobile select#Checkingiorno, /*select#Checkinanno,*/
   div#form-mobile select#Checkoutgiorno/*, select#Checkoutanno*/ {
    max-width: 50px;
    width: 50px;
    text-align: center;
  }

   div#form-mobile select#Checkinmese,  div#form-mobile select#Checkoutmese {
    max-width: 100px;
    width: 100px;
  }
  
		/* Bottone conferma */
  div#form-mobile form fieldset.formFieldset ol.formContainer input#Invia.rsform-submit-button {
      font-size: 17px;
      padding: 7px 17px;
      /*width: 236px;*/
      text-transform: uppercase;
      color: #fff;
      background: #287c08;
      border: none;
      border-radius: 5px;
      margin-top: 10px;
      letter-spacing: 0.5px;
  }
  

  
  	/* CTA Home */
  
  		/* Titolo */
  .titolo-cta-mobile {
    text-align: center;
    padding-bottom: 10px;
  }
  
  		/* Bottone */
  .div-ctamobile {
    margin-bottom: 39px;
  }
  
  
  	/* Recensioni Home */
  
  		/* Titolo */
  .titolo-diconodinoi {
    line-height: 38px;
  }
  
  
  	/* Footer */
  footer div.uk-width-1-2 {
    width: 100%;
    text-align: center !important;
    padding-bottom: 10px;
  }
  
  	
  	/* Titoli articoli */
  .uk-article-title {
    font-size: 31px;
    line-height: 40px;
  }
  
  	
  	/* Widget Prezzi */
  .widget-prezzi a.bottone {
    white-space: nowrap;
    font-size: 11px !important;
    display: block;
    text-align: center;
  }
  
  
  
  
  /* Bottone Homepage Discover */
  div.widget-prezzi a.uk-button {
    font-size: 16px;
  }
  
  
  
  /* Bottone Prezzi */
  div.uk-width-medium-3-4 a {
    padding: 14px 12px !important;
    font-size: 12px !important;
  }
  
  
  
  
  
  
  
  
}