/*
Theme Name:     Bellevue Child Theme
Theme URI:      http://demo.themovation.com/bellevue/
Description:    Child theme for Bellevue
Author:         Themovation
Author URI:     http://themovation.com
Template:       bellevue
Version:        1.1
License:        Regular License
License URI:    http://themeforest.net/licenses/regular

*/

/* blocco home centrale con sfondo fiori da opaco a trasparente con fiori visibili in chiaro */

.full-header-img {
    background: none;
    background-size: cover;
    background-attachment: fixed;
}



/* footer inserimento immagine marrone e riduzione dell altezza del div relativo al copyright */

.footer {
   background-image: url("/agriturismo/bebandbreakfast/wp-content/uploads/2016/03/footerimage.jpg");
   
}

.footer-btm-bar {
  padding: 27px 0 3px;
}


/* footer riduce lo spazio distanza tra i widget nella stessa colonna. prima era 40px */
.footer .widget {
   margin-bottom: 20px;
}




/* TOP MENU crea lo sfondo leggermente opaco invece di trasparente che rende i link poco visibili con immagini header chiare*/

.banner[data-transparent-header="true"] {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: visible !important;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.62);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border-bottom: 0;
}


/* logo in header top sx menu ingrandito in modalità scrolling perchè troppo piccolo*/

.headhesive--clone #logo img {
    max-height: 100%!important;
    width: auto;
}


/* background top menu in modalità scrolling reso più trasparente invece di nero*/
.headhesive--clone.dark-header {
    background-color: rgba(0, 0, 0, 0.71) !important;
}


/* background per titolo banner scurito per testo poco visibile su sfondi chiari*/

.light-text .page-title h1 {
    color: #FFFFFF;
    background-color: rgba(86, 86, 86, 0.25);
}

/* background per sotto - titolo banner scurito per testo poco visibile su sfondi chiari*/
.page-title h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    padding: 20px 0 0;
    background-color: rgba(86, 86, 86, 0.25);
}


/* background per titolo - scurito per testo poco visibile su sfondi chiari - titoli immagini tour*/

h2.tour-content-title {
    text-transform: uppercase;
    font-size: 24px;
    background-color: rgba(86, 86, 86, 0.45);
}




/* background per SOTTO TITOLO IN BLOCCHI IN HOME - scurito per testo poco visibile su sfondi chiari - titoli immagini tour*/

.sottotitologrigio {
    background-color: rgba(86, 86, 86, 0.60);
}

/* correggono allineamento orizzontale top menu rispetto al logo */
.navbar .navbar-nav {
    margin-top: 40px;
}
.headhesive--clone .navbar-nav {
    margin-top: 35px !important;
}


/* correggono allineamento children at borgo in home con posiz centrale */


@media screen and (min-width: 990px) {
	.thumb-flex-slider {
    padding-left: 300px;
    padding-right: 300px;
}
}

