/*!
 * Theme Name:  Promenade Child Theme
 * Theme URI:   https://audiotheme.com/view/promenade/
 * Description: Promenade Child Theme
 * Version:     1.0.0
 * Author:      AudioTheme
 * Author URI:  https://audiotheme.com/
 * License:     GPL-2.0+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Domain Path: /languages
 * Text Domain: promenade
 * Template:    promenade
 */

body {
	background: #fff;
}


.site-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.88);
	border-top: 0px solid rgba(0, 0, 0, 0.88);
	font-size: 18px;
	font-size: 1.8rem;
	padding-top: 0.6em;
	position: relative;
	text-align: center;
	z-index: 10;
}

.site-logo {
	margin-bottom: -0.6em;
}

span.track-meta {display:none !important;}


.page-id-775 .entry-header   {display:none !important;}

.page-id-775 #content {margin-top:-80px !important;}

.page-id-775 .site-content {margin-top:0px !important;}

/*    NEW HOME PAGE  */


.home  .hero-image {margin-top:80px !important;}

.page-id-775  .widget-area--home {display:none !important}

/*    END NEW HOME PAGE  */


.page-id-775 .bookbutton { margin-top:-100px !important;}

.bookimg {float:left; padding-right:25px; padding-bottom:20px}
.booktxt {text-align:left;}

@media screen and (max-width: 600px) {
    
.page-id-775 .hero-image {margin-top:80px !important;}
    
.page-id-775 .bookbutton { margin-top:-50px !important;}
    
.page-id-775   .bookimg {float:none !important; padding-right:0px !important; padding-bottom:20px}
    
}


/* Dropdown Button */
.dropbtn {
  background-color: #d68840;
  color: white;
  padding: 16px;
  font-size: 22px;
  border: none;
  cursor: pointer;
}

.dropbtnb {
  background-color: #d68840;
  color: white;
  padding: 16px;
  font-size: 22px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #e89141;
    outline:0;
}

.dropbtnb:hover, .dropbtnb:focus {
  background-color: #e89141;
    outline:0;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;

}

.dropdownb {
  position: relative;
  display: inline-block;

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  margin-top:-34px;
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 208px;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
  z-index: 1;
  line-height:0.7em;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #fff;
  padding: 15px 0px 25px;
  text-decoration: none;
  display: block;
    font-size:18px;

}

.dropdown-contentb {
  margin-top:-530px;
  display: none;
  position: absolute;
  background-color: #000;
  min-width: 208px;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
  z-index: 1;
  line-height:0.7em;
}

/* Links inside the dropdown */
.dropdown-contentb a {
  color: #fff;
  padding: 15px 0px 25px;
  text-decoration: none;
  display: block;
    font-size:18px;

}



/* Change color of dropdown links on hover */
.dropdown-content a:hover {color:#000; background-color: #e89141}

.dropdown-contentb a:hover {color:#000; background-color: #e89141}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.showb {display:block;}

