/*
	Theme Name: Hotel Booking - Responsive Wordpress Theme
	Theme URI: http://themeforest.net/user/wpmines/portfolio
	Description: Hotel Booking Premium Responsive Wordpress Theme
	Author: erathemes
	Author URI: http://themeforest.net/user/erathemes
	Version: 1.0
	Tags: threaded-comments, theme-options, sticky-post, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background, responsive-layout
	Text Domain: hotelbooking
	License: GNU General Public License
	License URI: license.txt
*/

/*
	## Theme

	## Global
	- Set Margin
	- Set Padding
	- Site Layout
	- Bootstrap Custom
	- Site Logo
	- Default Navigation
	- User Menu

	## Wordpress Needs
	- Alignments
	- Media
	- Captions
	- Galleries
	- Table
	- Comments
	- Password Form
	- Post Navigation
	- Pagination
	- Page Header
	- Page Links

	## Widgets
	- Recent Entries
	- Comments
	- Categories
	- Calendar
	- RSS
	- Meta
	- Tag Cloud
	- Nav Menu
	- Search
	- Pages
	- Archives
	- Text

	## Blog
	- Post Formats
	- Entry Content
	- Sticky Posts
	- Entry Title
	- Entry Meta

	## Res. Max Width 1200px

	## Res. Min Width 992px
	- Default Navigation

	## Res. Max Width 991px
	- Site Logo
	- Navigation Menu

	## Res. Max Width 767px

	## Res. Min Width 768px
	- Site Layout

	## Res. Max Width 500px	
*/

/*  ## Theme
- - - - - - - - - - - - - - - - - - - - */

body {
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}
a:active,
a:hover {
	outline: 0 none !important;
	
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

select::-ms-expand {
    display: none;
}


/* Bootstrap : Checkbox */
.wp-core-ui .quicktags-toolbar input.button.button-small {
	width: auto;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	margin-left: 0;
}
.multiselect-container {
	border: 0 none;
	border-radius: 0;
	width: 100%;
}
.hotel_booking_area .multiselect-container > li > a > label {
	padding-left: 15px;
}
.hotel_booking_area .multiselect-container > li > a > label > input[type="checkbox"] {
	margin-bottom: 5px;
	margin-right: 7px;
	position: relative;
	width: auto;
}

/*  ## Global
- - - - - - - - - - - - - - - - - - - - */
.fixedlayout.container {
	margin: 0 auto;
}
.beforepage-shortcode {
	padding-bottom: 35px;
}
.afterpage-shortcode {
	padding-bottom: 35px;
}

/* - Set Margin */
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	margin-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - Set Padding */
.no-padding {
	padding: 0;
}
.no-left-padding {
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}

/* - Overlay */
.tp-bgimg:before {
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 21;
	content: "";
}

.hotelbooking-notices {
    margin: 10px;
}

.page-banner-section {
	max-height: 357px;
}

/* - Site Layout */
.page-banner-section {
	margin-top: 91px;
}
.site-main.page_spacing {
	padding: 85px 0;
}
.site-main .full-content {
	padding: 0;
}

/* - Bootstrap Custom */
.container {
    max-width: 100%;
}

.owclearfix::before,
.owclearfix::after {
	content: " ";
	display: table;
}
.owclearfix::after {
	clear: both;
}
.owpull-left {
	float: left;
}
.owpull-right {
	float: right;
}

.owclearfix-cnt2::before,
.owclearfix-cnt2::after {
	content: " ";
	display: table;
}
.owclearfix-cnt2::after {
	clear: both;
}

.owclearfix-cnt3::before,
.owclearfix-cnt3::after {
	content: " ";
	display: table;
}
.owclearfix-cnt3::after {
	clear: both;
}

/* - Site Logo */
.site-logo {
	padding-bottom: 10px;
}

.navbar-fixed-top .site-logo {
	padding-top: 0;
}

/*.image-logo > img {
	max-height: 37px;
}*/

.site-title {
	color: #fff;
	font-size: 34px;
	font-weight: 400;
	position: relative;
	text-transform: uppercase;
	line-height: normal;
	display: inline-block;
	margin-top: 12px;
}

.custom-txt {
	float: left;
	font-size: 23px;
	font-weight: 400;
	height: 50px;
	line-height: 25px;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}

.site-title:hover,
.site-title:focus,
.custom-txt:hover,
.custom-txt:focus {
	color: #666;
	text-decoration: none;
	outline: 0 none;
}

.custom-txt span {
	display: block;
	font-size: 14px;
	color: #bfa682;
	font-weight: bold;
	margin: 8px 0 0 0;
	letter-spacing: 5px;
}

.booking-btn {
	background-color: #3ac4fa;
	color: #fff;
	font-size: 16px;
	padding: 8px 20px;
	margin-left: 15px;
	text-decoration: none;
	top: 0;
}
.booking-btn:hover {
	color: #313a45;
}

/* - Default Navigation */
.site-header.navbar-fixed-top {
	background: #000 none repeat scroll 0 0;
	min-height: 70px;
}
.navigation-block {
    background-color: #fff;
    clear: both;
    float: left;
    /*padding: 24px 0;*/
    position: relative;
    width: 100%;
    z-index: 1;
}
.site-header.navbar-fixed-top .navbar-nav {
	margin: 15px 0 0;
}

.site-header.menu-absolute:not(.navbar-fixed-top) {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;	
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
	padding-top: 28px;
}

.site-header.menu-default {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: #555;
	min-height: 75px;
}

.ow-navigation {
	margin-bottom: 0;
	/*float: right;*/
	min-height: auto;
}


.ow-navigation .navbar-nav > li > a {
	color: #000;
	font-family: "Lora",serif;
	font-size: 14px;
	font-weight: 400;
	/*padding: 14px 13px 14px 30px;*/
	text-transform: uppercase;
}

.ow-navigation .navbar-nav > li > a:focus,
.ow-navigation .navbar-nav > li > a:hover {
	background-color: transparent;
}
/* 
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #343434;
} */

/* .ow-navigation .navbar-nav .dropdown-menu > .active > a,
.ow-navigation .navbar-nav .dropdown-menu > .active > a:focus,
.ow-navigation .navbar-nav .dropdown-menu > .active > a:hover {
	background: #fff;
	color: #4bc282;
} */

.ow-navigation .dropdown-menu {
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	margin-top: 0;
	/*background-color: #fff;*/
}

.ow-navigation .dropdown-menu > li > a {
	line-height: 30px;
	width: 100%;
	
}
.ow-navigation .dropdown-menu > li > a:hover {
	color: #3ac4fa;
}

.ow-navigation .navbar-collapse {
	padding: 0;
	margin: 0;
}

/* - Responsive Caret */
.ow-navigation .ddl-switch {
  /*   color: #cacaca; */
    position: absolute;
    right: 0;
    text-align: center;
  /*   width: 42px; */
    z-index: 9999;
   /*  background-color: #666; */
    cursor: pointer;
   /*  font-size: 14px; */
    padding: 1.5px 7px;
    border-left: none;
    top: 0;
   /*  height: 32px;
    width: 32px;
    line-height: 28px; */
}
.ow-navigation .ddl-active > .ddl-switch:before {
    content: "\f106";
}

/* - Sticky Navigation */
.sticky-nav {
    background-color: rgba(255, 255, 255, 0.97);
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
	z-index: 1;
    border-bottom: 1px solid #eee;
	display: block;
	position: fixed;
}

body.admin-bar .site-header.navbar-fixed-top {
    margin-top: 32px;
}

.menu-default {
    background-color: #d2c1a8;
}

.menu-absolute {
	position: absolute;
	width: 100%;
	z-index: 1;
}

.menu-absolute .custom-txt,
.menu-absolute .ow-navigation .navbar-nav > li > a {
	color: #bfa682;
}

/* - User Menu */
.user-account {
	position: relative;
}
.account-menu {
	background-color: #000;
	border: 1px solid #212121;
	list-style: outside none none;
	padding: 5px 10px;
	position: absolute;
	top: 43px;
	width: 100%;
	opacity: 0;
	visibility: hidden; /* hides sub-menu */	
	transform: translateZ(0);
	transform: translateY(10%);
	transition: all 0.5s ease 0s, visibility 0s linear 0.5s; /* the last value is the transition-delay for visibility */
}
.user-icon:hover .account-menu {
	visibility: visible; /* shows sub-menu */
	opacity: 1;
	transform: translateX(0%);
	transition-delay: 0s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}
.user-account .account-menu a {
	color: #fff;
	line-height: 25px;
	font-size: 14px;
}
.account-menu > li {
	line-height: normal;
	text-align: left;
}

/*  ## Wordpress Needs
- - - - - - - - - - - - - - - - - - - - */
.screen-reader-text {
	visibility: hidden;
	display: none;
}

/* - Alignments */
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/* - Media */
.site .avatar {
	border-radius: 50%;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
audio,
canvas {
	display: inline-block;
}
embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
	border: 0 none;
	width: 100%;
}
p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}
.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}
.wp-playlist.wp-playlist {
	padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}
.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}

/* - Captions */
.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

/* - Galleries */
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* - Table */
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	width: 100%;
}
table, th, td {
	border: 1px solid hsla(0, 0%, 20%, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
th, td {
	padding: 0.4em;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

/* - Comments */
.comment-body {
	position: relative;
}

.comment-list > li.depth-1 {
	padding-left: 0;
}

.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
    float: left;
    margin-right: 16.5px;
    width: 31.7%;
}
.comments-area .comment-form-url {
    margin-right: 0;
}
#commentform .form-submit {
	display: inline-block;
	width: 100%;
}
.comments-area h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #4c4c4c;
}
.comments-area .comments-line {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    font-style: italic;
    outline: none;
    margin-bottom: 20px;
}

.comments-area {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
	/*padding: 0;*/
}

.comments-area .comments-area {
    width: 100%;
    border: 1px solid #c7c7c7;
    padding: 15px;
    font-size: 14px;
    outline: none;
    margin-bottom: 20px;
    font-style: italic;
    resize: none;
    height: 202px;
}
.comments-area p.form-submit {
    /* text-align: right; */
}
.comment-form input[type="text"]:focus,
.comment-form input[type="url"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
    border-color: #c7c7c7;
}
.comment-form input[type="submit"],
.comments-area p.form-submit .button-1 {
	/*background-color: #bfa682;
	border-color: #bfa682;*/
	/* color: #fff;
	line-height: normal;
	margin-left: 19px;
	padding: 0.618em 1em;
	font-size: 13px;
	font-family: "Montserrat";
	border: 0 none;
	text-transform: uppercase; */
}
.comment-form input[type="submit"]:hover {
    color: #fff;
    background-color: #999;
}
.comments-area .comment {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.comment-author.vcard {
    display: inline;
}
.comment-author.vcard img {
    border-radius: 150px;
    width: 80px;
    height: 80px;
    border: 3px solid #e8e8e8;
}
.comments-area .comment .comment-image {
    float: left;
    margin-left: -100px;
}
.comments-area .comment .comment-image img {
    border-radius: 150px;
    width: 80px;
    height: 80px;
    border: 3px solid #e8e8e8;
}
.comments-area .commentlist li {
    list-style: none;
}
.comments-area .commentlist ul {
    margin-left: 70px;
}
.comments-area .comment .comment-info {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.comments-area .comment .comment-info span {
    float: right;
    font-size: 13px;
    color: #a3a2a2;
}
.comments-area .comment p {
    color: #333;
   /*  font-size: 13px; */
    line-height: 1.7em;
    font-weight: 400;
    min-height: 30px;
}
.comments-area .commentlist {
    margin-bottom: 60px;
    padding: 0;
}
.comment-meta {
    background: none repeat scroll 0 0 transparent;
    color: indigo;
    padding: 0;
    text-align: left;
}
.comments-area > :last-child {
    margin-bottom: 0;
}
.comments-title,
.comment-reply-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
}
.comments-title {
    margin-bottom: 1.3333em;
}
.comment-list {
    list-style: none;
    margin: 0;
	padding-left: 0;
}
.comments-area .children {
    margin-left: 30px;
    padding-left: 30px;
}
.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 1.6em 0;
}
.comment-list .children {
    list-style: none;
    margin: 0 0 0 50px;
}
.comment-list .children > li {
    padding-left: 0.8em;
}
.comments-area .children .comment:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
.comment-author {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0.4em;
}
.comment-author .avatar {
    float: left;
    height: 24px;
    margin-right: 0.8em;
    width: 24px;
}/* 
.comment-metadata,
.pingback .edit-link {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
	margin-bottom: 5px;
} */
/* .comment-metadata a,
.pingback .edit-link a {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
} */
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
    color: #333;
}
.comments-area label {
    min-width: 100px;
}
.comment-metadata .edit-link {
    margin-left: 1em;
}
.pingback .edit-link {
    margin-left: 1em;
}
.pingback .edit-link:before {
    top: 5px;
}
.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}
.comment-content > :last-child {
    margin-bottom: 0;
}
.comment-list .reply {
    font-size: 12px;
    font-size: 1.2rem;
}

.comment-list .reply a {
    /*border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);*/
 /*    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: inline-block;
    font-weight: 700;
    line-height: 1;
	text-decoration: none;
    margin-top: 4px;
    padding: 0.4167em 0.8333em 0.4167em 0;
    text-transform: uppercase; */
}
.comment-list .reply a:hover,
.comment-list .reply a:focus {
    border-color: #333;
    color: #333;
    outline: 0;
}
.comment-form label {
    /*color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;*/
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  /*  border: 1px solid #c7c7c7;*/
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
    padding: 10px;
    height: auto;
    width: 100%;
	line-height: normal;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}
.no-comments {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-weight: 700;
    padding-top: 1.6em;
}
.comment-navigation + .no-comments {
    border-top: 0;
}
.form-allowed-tags code {
    font-family: Inconsolata, monospace;
    white-space: normal;
}
.form-submit {
    margin-bottom: 0;
}
.required {
    color: #c0392b;
}
.comment-reply-title small {
    font-size: 100%;
}
.comment-reply-title small a {
    border: 0;
    float: right;
    height: 32px;
    overflow: hidden;
    width: 26px;
}
.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
    position: relative;
    top: -3px;
}

/* - Password Form */
.post-password-form {
	position: relative;
}
.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}
.post-password-form input[type="submit"] {
	padding: 0.699em;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* - Post Navigation */
.post-navigation {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 50px;
	margin-top: 50px;
	position: relative;
	width: 100%;
}
.post-navigation a {
	display: block;
}
.post-navigation span {
	display: block;
}
.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	z-index: 2;	
}

.post-navigation .nav-previous .post-title {
	float: left;
}

.post-navigation .nav-next .post-title {
	float: right;
}

.post-navigation .post-title {
	font-size: 12px;
	line-height: 1.3333;
	color: #333;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
    max-width: 80%;	
	margin-top: 5px;
}

.post-navigation .nav-previous {
    float: left;
    text-align: left;
    width: 50%;
}
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

/* - Pagination */
.pagination {
	/*border-top: 2px solid #e8eaea;*/
	padding-top: 10px;
	width: 100%;
}
.pagination .nav-links {
	text-align: center;
}
/* .pagination .nav-links span,
.pagination .nav-links a {
	padding: 0 18px;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
} */
/* .pagination .nav-links a.prev i,
.pagination .nav-links a.next i {
}
.pagination .nav-links span.current {
	position: relative;
}
.pagination .nav-links span.current,
.pagination .nav-links a:hover {
	color: #666;
	font-size: 13px;
	text-transform: uppercase;
	background-color: transparent;
	position: relative;
} */
/* .pagination .nav-links span.current:after {
	content: "";
	background-color: #333;
	height: 2px;
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
}
 */
/* - Page Header */
.page-banner {
	background-size: cover;
	background-attachment: fixed;
	max-height: 380px;
	min-height: 380px;
	text-align: center;
	position: relative;
	background-color: #666;
}
.section-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.page-header,
.post-header {
	margin: 0;
	border: 0 none;
	position: relative;
	z-index: 1;
	padding: 0;
}
.full-page-header {
	margin-bottom: 80px;
}

.page-heading {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.header-menuabsolute .page-heading {
    top: 60%;
}

.page-title {
	color: #fff;
	text-transform: none;
	letter-spacing: 6px;
	font-size: 40px;
	text-transform: uppercase;
	margin: 0;
	font-size: 30px;
}

.page-title h1 {
	color: #bfa682;
	font-size: 42px;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding-bottom: 4px;
	letter-spacing: 2px;
}

.page-subtitle {
	display: block;
	font-size: 14px;
	margin-top: 15px;
}

/* - Breadcrumb */
.breadcrumb {
	font-size: 12px;
	background-color: transparent;
	margin: 0;
	color: #222225;
}

.breadcrumb a,
.breadcrumb span {
	color: #222225;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: normal;
}

.breadcrumb > span:last-of-type span {
	color: #79b445;
}

/* - Page Links */
.entry-content .page-links a span {
	line-height: normal;
	font-size: 14px;
}

.entry-content .page-links-title {
	margin-right: 10px;
}

.entry-content .page-links a,
.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title) {
	border: 1px solid #fff;
	display: inline-block;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 5px;
	text-align: center;
	background-color: #666;
	color: #fff;
}

.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title) {
	display: inline;
}

.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title) {
	color: #666;
	background-color: #ccc;
	padding-bottom: 3px;
	padding-top: 3px;
}

/*  ## Widgets
- - - - - - - - - - - - - - - - - - - - */
.widget-area .widget {
	border: 1px solid #ededed;
	display: inline-block;
	margin-bottom: 30px;
	/*padding: 0 15px 15px;*/
	width: 100%;
}

.widget-area .widget hr {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	display: inline-block;
	margin: 0 auto;
}

/* .widget-area .widget.widget_search {
	border: 0 none;
	padding: 0;
}
 */
.widget-area .widget > ul:first-of-type {
	padding-left: 0;
}

.widget-area .widget ul {
	list-style: none;
	color: #999;
	font-size: 14px;
	margin: 0;
}

/* .widget-area .widget li {
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
} */

/* .widget-area .widget li::before {
	background-image: url("images/checkbox.png");
	content: "";
	position: relative;
	width: 9px;
	height: 9px;
	display: inline-block;
	margin-right: 10px;
}
.widget-area .widget li::after {
    border-bottom: 1px solid #ededed;
    content: "";
    display: inline-block;
    position: absolute;
    left: -15px;
    right: -15px;
	bottom: 0;
} */
.widget-area .widget li:last-of-type:after {
    border-bottom: 0 none;
}

.widget-area .widget ul li > a {
	color: #313131;
	/*font-size: 12px;*/
	font-weight: 500;
}

.widget-area .widget ul li > a:hover {
	/*color: #333;*/
	text-decoration: none;
}

.widget-area .widget select {
	width: 100%;
	max-width: 100%;
	padding: 10px;
	border: 1px solid #ddd;	
}

.widget_nav_menu > div > ul:first-of-type {
	padding-left: 0;
}

.widget_nav_menu > div > ul ul {
	padding-left: 15px;
}

/* - Recent Entries */
.widget.widget_recent_entries > ul li a {
    display: inline;
}

/* - Comments */

/* - Categories */
.widget_categories ul li > a {
	display: inline-block;
}

/* - Calendar */
.widget_calendar #wp-calendar {
    width: 100%;
}
.widget_calendar table {
    margin: 0;
	width: 100%;
}
.widget_calendar table {
    margin: 0;
}
.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}
.widget_calendar caption {
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    color: #fff;
    display: block;
    font-weight: 700;
}
.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #707070;
    background-color: rgba(51, 51, 51, 0.7);
    color: #fff;
}

/* - RSS */
.widget_rss ul .rsswidget {
	font-weight: 700;
	display: block;
	line-height: 1.5;
}
.widget_rss ul li:last-child {
	border-bottom: none;
}
/* - Meta */

/* - Tag Cloud */
.tagcloud a {
	background: #dadada none repeat scroll 0 0;
	border: 1px solid #dadada;
	color: #fff;
	float: left;
	font-size: 11px !important;
	letter-spacing: 0;
	padding: 8px 15px;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-right: 5px;
}

.tagcloud a:hover {	
	border: 1px solid #ddd;
	background-color: #F5F5F5;
	color: #000;
}

/* - Nav Menu */
.widget_nav_menu a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.widget_nav_menu li {
    margin-bottom: 12px;
}

.widget_nav_menu li:last-child {
	border-bottom: none;
}
.widget_nav_menu li .sub-menu {
	padding-bottom: 0;
}
.widget_nav_menu li {
	border-bottom: none;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 0;
}

/* - Search */
.widget_search {
	width: 100%;
	display: inline-block;
}

.widget_search label input {
	width: 100%;
	height: 30px;
	padding: 4px;
}

.widget_search label {
	float: left;
}

.widget_search .form-control:focus {
	border: 1px solid #ccc;
}

.widget_search .input-group-btn:last-child > .btn,
.widget_search .input-group-btn:last-child > .btn-group {
    margin-left: 0;
}

.widget_search .btn {
	border-radius: 0;
	font-size: 16px;
	line-height: 29px;
	margin: 0;
	min-width: auto;
	/*padding: 0 12px;*/
}

.widget_search .btn {
   /*  background-color: #bfa682; */
    border-color: transparent;
    color: #fff;
}
/*.widget_search .searchform .form-control {
    height: auto;
    padding: 0 10px;
}*/

.widget_search input {
	height: 30px;
	line-height: 29px;
	/* border: 1px solid #ddd; */
	float: left;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.widget_search input[type="submit"]:hover {
    background-color: #333;
   /*  border: 0 none; */
    color: #fff;
	
}

.widget_search .form-control {
    height: auto;
    padding: 0 10px;
}

/* - Pages */
.widget_pages .page_item_has_children > a,
.widget_pages .menu-item-has-children > a {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

.widget_pages .page_item_has_children > a,
.widget_pages .menu-item-has-children > a {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

/* - Archives */
.widget.widget_archive > ul {
	padding-left: 15px;
}

.widget.widget_archive ul li > a {
	display: inline;
}

/* - Text */
.textwidget option {
	max-width: 175px;
}
.footer-section .widget_text .textwidget {
	color: #757575;
	font-weight: 300;
	line-height: 26px;
}

/*footer .widget-title::after {
    border-bottom: 3px solid #bfa682;
    content: "";
    display: block;
    margin-bottom: 21px;
    margin-top: 15px;
    width: 35px;
}*/

.footer-section .widget-title,
.footer-section .widget-title span {
	font-size: 15px;
	margin: 0 0 40px
}

.footer-section ul li a {
	color: #3c3c44;
}
.footer-section li {
	list-style: none;
}
.footer-section .widget > ul:first-of-type {
	padding-left: 0;
}

/*  ## Blog
- - - - - - - - - - - - - - - - - - - - */
.bypostauthor {
}

.entry-cover {
	position: relative;
}

.post-detail {
	position: absolute;
	bottom: 26px;
	left: 30px;
}

/* - Post Format */
.format-video iframe,
.format-video video {
	min-height: 400px;
	width: 100%;
}

.format-audio audio {
	width: 100%;
}

.format-gallery .carousel span {
	color: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
}
/*.format-gallery .carousel-control {
	width: 10%;
}*/
.format-gallery .carousel-inner {
	max-height: 330px;
}

/* - Entry Content */
article.type-post {
	position: relative;
}
body.single-post article.type-post {
	text-align: left;
}
article.type-post:last-of-type {
	margin-bottom: 30px;
}
article.type-post:last-of-type .or-spacer {
	display: none;
}

/* - Sticky Posts */
article.type-post.sticky {
	text-align: left;
}
.sticky-post {
	background-color: #333;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 5px 10px;
	position: absolute;
	right: 15px;
	text-transform: uppercase;
	top: 0;
}

/* - Entry Title */
.entry-title {
	margin-top: 0;
}

/* article.format-audio .entry-title,
article.format-video .entry-title,
article.format-gallery .entry-title,
article.has-post-thumbnail .entry-title {
	margin-top: 20px;
} */

.has-post-thumbnail .entry-title,
.has-post-thumbnail .entry-title a {
	font-size: 18px;
	font-weight: bold;
	color: #4b4e53;
}

.no-post-thumbnail .post-meta,
.no-post-thumbnail .post-meta a {
	color: #4b4e53;
}

.no-post-thumbnail .post-detail {
	bottom: auto;
	left: auto;
	margin-bottom: 15px;
	position: relative;
}

.no-post-thumbnail .post-excerpt {
	padding: 20px 0 0;
}

/* - Entry Meta */
.entry-meta {
	margin-bottom: 21px;
}

.entry-meta,
.entry-meta a {
	color: #999;
	text-transform: capitalize;
}

.entry-meta > span::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
}

.entry-meta > span:last-of-type:after {
    content: "";
	padding: 0;
}

.post-meta,
.post-meta a {
	font-family: "playfair display";
	color: #fff;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
}
.post-meta em::after {
	content: "|";
	padding-left: 5px;
	padding-right: 5px;
}

/* Contact Page */
.map {
	position: relative;
}
.map-canvas {
	border: medium none;
	/*height: 450px;*/
	width: 100%;	
}

/* Modal Popup */
.modal-dialog {
	bottom: 25px;
	float: none;
	left: 50%;
	margin: 0 auto;
	width: 90%;
	max-height: 450px;
	max-width: 1200px;
	padding: 0;
	position: fixed;
	top: 50%;
	height: 95%;
}

.modal.in .modal-dialog,
.modal.fade .modal-dialog {
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal-content {
	position: relative;
	display: inline-block;
	max-width: 100%;
	border-radius: 0;
}

.modal-content .close {
	background-color: #000;
	color: #fff;
	font-weight: 400;
	text-shadow: none;
	width: 32px;
	height: 32px;
	z-index: 1;
	position: relative;
}

.modal-body {
	/*padding: 35px;
	position: absolute;
	top: 0;
	bottom: 60px;
	width: 100%;
	font-weight: 300;
	overflow: auto;*/
}

/* ## Res. Min Width 992px */
@media (min-width: 992px) {

	.main-body {
		margin: 50px;
	}

	/* ## Woocommerce */
	.content-area .products .owclearfix-cnt2:after {
		clear: none;
	}

	/* - Default Navigation */
	.menu-default,
	.menu-absolute {
		padding: 20px;
	}

	.ow-navigation .dropdown-menu > li.dropdown:hover > .dropdown-menu {
        float: none;
        left: 100%;
        top: 0;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        opacity: 1;
        border-radius: 0;
    }

	.ow-navigation .navbar-nav > li {
		margin-left: 5px;
		margin-right: 5px;
	}
	.ow-navigation .navbar-nav > li:last-of-type {
		margin-right: 0;
	}

	.ow-navigation .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ow-navigation .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ow-navigation .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu,
	.ow-navigation .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu > li > .dropdown-menu {
		left: auto;
		right: 100%;
		top: 10px;
	}

    .ow-navigation .nav.navbar-nav li.dropdown:hover > .dropdown-menu {
        display: block;
    }
    .ow-navigation .ddl-switch {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.ow-navigation .navbar-nav > li{
		margin-left: 3px;
		margin-right: 3px;
	}
}


/* ## Res. Max Width 991px */
@media (max-width: 991px) {

	/* ## Woocommerce */
	.content-area .products .owclearfix-cnt3:after {
		clear: none;
	}

	.body .site-header.menu-absolute:not(.navbar-fixed-top),
	.body .site-header.menu-default:not(.navbar-fixed-top) {
		background-color: #000;
		min-height: 75px;
		position: relative;
	}

	/* - Site Logo */
	.logo-block {
		float: left;
	}
	
	.site-logo {
		padding-top: 0;
	}

	.text-logo {
		font-size: 25px;
	}

	.text-logo:hover {
		color: #fff;
		text-decoration: none;
	}
	
	.text-logo,
	.image-logo {
		padding-top: 15px;
	}

	/* - Navigation Menu */
	/* .menu-absolute .navbar {
		background-color: #333;
		border-radius: 0;
		padding: 10px 20px;
	} */

	.primary-navigation .navbar-header {
		margin: 0;
	}

	.ow-navigation .navbar-nav li {
		width: 100%;
		margin: 0;
	}

	.ow-navigation .navbar-nav li {
		padding-left: 10px;
	}
	
	/* .ow-navigation .ddl-switch {
        background-color: #666;
        cursor: pointer;
        font-size: 23px;
        padding: 1.5px 7px;
        position: absolute;
        right: 0;
        z-index: 9999;
    } */

    .ow-navigation .navbar-header {
        float: none;
    }

    .ow-navigation .navbar-toggle {
        display: block;
		background-color: #333;
    }

    .ow-navigation .navbar-toggle .icon-bar {
		background-color: #fff;
    }

    .ow-navigation .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        width: 100%;
		margin-top: 15px;
    }

    .ow-navigation .navbar-collapse.collapse {
        display: none!important;
		padding: 0;
    }

    .ow-navigation .navbar-nav {
        float: none!important;
		margin: 15px 0 0;
    }

    .ow-navigation .navbar-nav > li {
		display: inline-block;
		width: 100%;
		margin-bottom: 8px;
		margin-left: 0;
		padding-left: 0;
    }

    /* .ow-navigation .navbar-nav > li > a {
		padding: 5px 0;
    } */

    .ow-navigation .navbar-text {
        float: none;
        margin: 15px 0;
    }

    /* since 3.1.0 */
    .ow-navigation .navbar-collapse.collapse.in {
        display: block!important;
    }
    .ow-navigation .collapsing {
        overflow: hidden!important;
    }
    .ow-navigation .dropdown-menu {
        background-color: transparent;
        border: 0 none;
        margin-top: 0;
        padding: 0;
        position: relative;
        width: 100%;
    }
	/* .ow-navigation .dropdown-menu > li > a {
		line-height: normal;
		color: #fff;
	} */
}

/* ## Res. Max Width 767px */
@media (max-width: 767px) {

	/* - Post Formats */
	.format-video iframe,
	.format-video video {
		min-height: auto;
		height: auto;
	}
	
	/* - Widget Area */
	/* .widget-area {
		margin-top: 30px;
	} */

	/* - Color Switcher */
	body .corner {
		display: none;
	}

	/* - Sticky Posts */
	.sticky-post {
		display: inline-block;
		font-weight: 700;
		margin-bottom: 10px;
		position: relative;
		left: 0;
	}

	/* ## Layout */
	/* .widget-area {
		margin: 0 auto;
		max-width: 565px;
	} */
}

/* ## Res. Min Width 768px */
@media (min-width: 768px) {

	.site-main .content-left,
	.site-main .sidebar-left {
		float: left;
	}

	.site-main .content-left {
		padding-right: 32px;
	}

	.site-main .content-right {
		padding-left: 32px;
	}
 
	.site-main .content-right,
	.site-main .sidebar-right {
		float: right;
	}
}

.roomfilter-form .floatleft span {
	color: #aab8ca;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}

.roomfilter-form .btn {
	padding: 2px 17px;
}

.wpb_revslider_element.wpb_content_element {
	margin-bottom: 0 !important;
}

.bookingform .form-group.has-error .form-control {
    border-color: #a94442;
}