/*
Theme Name: Hotel Xenia Child
Theme URI: http://plethorathemes.com/avoir/
Description: Child theme for Avor (Plethora Themes)
Author: Plethora Themes
Author URI: http://plethorathemes.com
License: GNU General Public License v2 or later 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme-options, translation-ready
Template: hotel-xenia
*/
/* DO YOUR STUFF AFTER THIS !!  */

.header.logo_centered_in_menu .logo {
  display: inline-block;
  margin: -35px 0;
	vertical-align: top;
}


@media only screen and (max-width: 991px) {
  .header.logo_centered_in_menu .logo {
    display: block;
  margin: 5px 0;
	vertical-align: top;
  }
	.header .container-fluid {
	max-height: 80px;
}

}

@media only screen and (max-width: 768px) {
  .header.logo_centered_in_menu .logo {
    display: block;
  margin: 5px 0;
	vertical-align: top;
  }
	.header .container-fluid {
	max-height: 65px;
}
	.slider_wrapper .caption {
		top:55%;
	}
	
	.head_panel .container, .head_panel .container-fluid {
    padding-top: 140px;
 
}

}

.header nav.primary_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
	max-height: 84px;
}

.header nav.primary_nav ul li {
  display: inline-block;
}

.header nav.primary_nav ul li a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  line-height: 1em;
  padding: 12px 0;
  margin: 20px 22px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.dark_form .form-control,
.dark_form select,
.dark_form textarea,
.dark_form input[type="text"],
.dark_form input[type="password"],
.dark_form input[type="datetime"],
.dark_form input[type="datetime-local"],
.dark_form input[type="date"],
.dark_form input[type="month"],
.dark_form input[type="time"],
.dark_form input[type="week"],
.dark_form input[type="number"],
.dark_form input[type="email"],
.dark_form input[type="url"],
.dark_form input[type="search"],
.dark_form input[type="tel"],
.dark_form input[type="color"] {
  background-color: #332211;
  border: 1px solid #332211 !important;
  color: #ffffff;
}

.dark_form input::-webkit-input-placeholder,
.dark_form textarea::-webkit-input-placeholder,
.dark_form .form-control::-webkit-input-placeholder {
  color: #c7b07d;
}

.dark_form input::-moz-placeholder,
.dark_form textarea::-moz-placeholder,
.dark_form .form-control::-moz-placeholder {
  color: #c7b07d;
}