/*
Theme Name:     Oldhaven Child
Theme URI: 		http://wedesignthemes.com/themes/old-haven/
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the Oldhaven theme powered by DesignThemes
Template:       oldhaven
Version:        1.0
*/

/* logo */
.header-align-left #logo {
 width:15% !important;
}

/* header right */
.header-align-center .header-left, .header-align-center .header-right, .header-align-left .header-right {
  padding-top: 25px !important;
}

.dt-sc-icon-box.type8.no-icon-bg .icon-content h4 {
  text-transform: none !important;
}

.gradient-parallax::before {
  background: none !important;
}

.top-bar {
	height: 30px !important;
	line-height: 30px !important;
}


/* In linea #36 | https://quercia.bitnet.it/ */

.header-align-left.fullwidth-menu-header .menu-wrapper, .dt-menu-toggle {
  height: 50px !important;
}

#main-menu > ul.menu > li > a {
  line-height: 50px !important;
}

/* Elemento | https://quercia.bitnet.it/ */

#menu-wrapper-sticky-wrapper {
  height: 50px !important;
}

.header-align-left #logo {
 padding: 0px !important;
 margin-top: 10px !important;
}

/* cambio icona elenco puntato camere */
.elenco li {
  list-style: none !important;
}
.elenco li:before {
	content: "\2714" !important;
    color: #5B7A26 !important;
    font-size: 22px !important;
    font-weight: 900 !important;
    letter-spacing: 5px !important;
}

.style-picker-ico {
	display: none !important;
}

/* mobile header */
@media only screen and (max-width: 600px) {
  .header-align-left #logo a {
  width: 150px !important;
  text-align: center !important;
}
}

@media only screen and (max-width: 600px) {
  .header-align-left #logo a {
  width: 150px !important;
  text-align: center !important;
}
}

@media only screen and (max-width: 600px) {
   .header-align-left #logo {
    text-align: center;
    width: 200px !important;
  }
  .header-align-left .header-right {
    display: none !important;
  }
	.header-on-slider.header-with-topbar .top-bar {
  height: 70px !important;
}	
	.header-align-left .main-header {
  text-align: center !important;
}
	.header-right > div:nth-child(1) {
  display: none !important;
}
	.dt-menu-toggle{
		margin: 0px !important;
	}
	#main-menu ul.menu > li > a {
 color: black !important;
}
}


/* sticky header color */
.header-align-left.fullwidth-menu-header .is-sticky .menu-wrapper, .header-align-center.fullwidth-menu-header .is-sticky .menu-wrapper, .standard-header .is-sticky .main-header-wrapper, .header-on-slider .is-sticky .main-header-wrapper, .fullwidth-header.semi-transparent-header.header-on-slider .is-sticky .main-header-wrapper, .header-align-left.fullwidth-menu-header.semi-transparent-header .is-sticky .menu-wrapper, .header-align-left.transparent-header .is-sticky .menu-wrapper, .transparent-header .is-sticky .main-header-wrapper, .fullwidth-header.transparent-header .is-sticky .main-header-wrapper {
  background: #5b7a26 !important;
}

