/*
Theme Name: eZee Silver - TEMU PRIMULA
Theme URI: https://wordpress.org/themes/ezeesilver/
Author: KK - eZee Team
Author URI: https://wordpress.org/
Description: 
Version: 2.2
License: 
License URI: 
Tags: 
Text Domain: ezeesilver

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
 
 @import url('https://fonts.googleapis.com/css2?family=Laila:wght@400;600&display=swap');
 .phshow .top{display: none!important;}
.site-footer h3 {
    color: #b58e4b;
     margin-bottom: 30px;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Laila', serif;
 
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}
header#masthead{
	 transition: all ease .0s;
	 background-color: #fff;
  }
audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.lo-attraction h3 {
    font-family: 'Laila', serif;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-top: 20px;
}

body {
	color: #00000;
	line-height: 1.5;
	margin: 0;
	font-family: 'Laila', serif;
}

a {
    color: #848684;
    text-decoration: none;
}

a {
    color: #848684;
    text-decoration: none;
}

a {
    color: #848684;
    text-decoration: none;
}

a:active,
a:hover {
	
    color: #848684;
    text-decoration: none;

}


h1,
h2,
h3,
h4,
h5,
h6 {
    
	
}

.overlay .overlay_inner h4, .overlay .overlay_inner p {
    color: #fff;
    margin-bottom: 5px;
}
.btn.btn-sm{
	border: 2px solid transparent;
}
.btn.btn-sm:hover {
    color: white;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #f63e0f;
    color: #f63e0f;
    transition: all 0.3s ease-in-out;
}

.site-title.logo h1 {
    font-size: 32px;
    display: inline;
    position: relative;
    top: 5px;
}
.site-title.logo img{ 
	display: inline-block;
	margin-right: 0px;
	outline: 0!important;
	width: 100%;
}
.phshow .site-title.logo img {
    max-width: 90%;
}
.site-title.logo {
    margin: 0px 0px 0px 0px;
    outline: 0;
    background-color: transparent;
    position: relative;
    top: 0;
    z-index: 9;
    padding: 0;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}
.home-link
{
outline:0;
}
.site-title.logo img:active
{
	outline: 0;
}
.caption h2 {
    text-transform: uppercase;
    font-family: 'Laila', serif;
    letter-spacing: 10.5px;
    font-weight: 700;
    text-align: center;
    font-size: 15px;
    text-shadow: 0px 3px 3px rgba(0,0,0,.6);
}

h3 {
     margin-top: 50px;
    margin-bottom: 50px;
    font-size: 32px;
    font-family: 'Laila', serif;
}

.caption h3{
    line-height: 60px;
    font-size: 44px;
   
   font-family: 'Laila', serif;
    text-align: center;
    text-shadow: 0px 3px 3px rgba(0,0,0,.6);
}
.room-ul
{
list-style-type: square;
    color: #525252;
    line-height: 38px;
    letter-spacing: 1px;
    width: 100%;
    color:rgb(137, 137, 137);
    padding: 0px;
}
.room-ul li
{
	    width: 50%;
    float: left;
    display: inline-block;
    text-align: left;
}
.room-ul li span
{
	margin-left: 20px;
	font-size: 14px;
}
.container-fluid.fac {
    margin-bottom: -30px;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}


h5 {
	font-size: 18px;
	margin:0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	/*margin: 24px 0;
	padding: 0 0 0 40px;*/
}

ul {
	list-style-type: none;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}



button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

#botframe, .show-bot{
	/*box-shadow: 0 0 10px 3px rgba(179,179,179,.5)*/
	box-shadow: none !important
}

.owl-pagination{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -40px !important;
    width: 80%;
    z-index: 9;
}
#testimonial .owl-pagination{
    margin-top: -20px !important;
}
.owl-pagination .owl-page span{
    background: #fff !important;
}
.owl-pagination .owl-page:hover span{
    background: transparent!important;
    border: 2px solid #fff!important;
}
#testimonial .owl-pagination .owl-page span{
	background: #000 !important;	
}
#testimonial .owl-pagination .owl-page:hover span{
    /*background: transparent!important;*/
    border: 2px solid #000!important;
}
.owl-buttons{
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    width: 100%;
}

.owl-buttons div {
    position: absolute;
    top: 0;
    opacity: .5;
    filter: alpha(opacity=50);
    background: 0 0;
    font-size: 0;
    padding: 0 5px;
    margin: 0;
    vertical-align: top;
    background: none !important;
    max-height: 55px;
    overflow: hidden;
}
.owl-carousel-home-gallery .owl-buttons div{
	max-height: 40px;
}
.owl-prev{
    left: 0
}
.owl-prev:before {
    content: "\f053";
    color: #fff;
    font-family: fontAwesome;
    display: block;
    font-size: 36px;
}
.owl-next{
    right: 0
}
.owl-next:before {
    content: "\f054";
    color: #fff;
    font-family: fontAwesome;
    display: block;
    font-size: 36px;
}



.nemus-slider .caption.bc {
    left: 46%!important;
    bottom: 100px;
    margin: 0 -20%;
}
table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

.header > div {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}



/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
		color: #fff;
    background: #b58e4b;
    border: 2px solid #b58e4b;
    border-radius: 0;
    padding: 9px 35px;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #b58e4b;
    border: 2px solid #fffs;
    color: #fffs;
    border-radius: 0;
    transition: all ease-in 0.5s;
    outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {

	color: #fff;
    background: #b58e4b;
    border: 2px solid #b58e4b;
    border-radius: 0;
    transition: all ease-in 0.5s;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

.about-img img.size-full{
    height: 200px;}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */
.site {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
}

.site-main {
	position: relative;
	margin: 0px;
	min-height: 400px;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}

span.ui-state-default {
    color: #ddd;
}


.wpcf7-submit {color: #fff;
    background: #b58e4b;
    padding: 15px 20px;
    border: 2px solid #fff;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: background linear 0.2s;
    /*border-bottom: none!important;*/
}

img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-778 {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    border: 0;
    box-shadow: none;
    padding: 0;
    height: 40px;

}
.wpcf7-form-control.wpcf7-captchar,
input[type="text"].wpcf7-form-control.wpcf7-captchar{
    margin-top:0 !important;
}
.wpcf7-form-control-wrap {
    border-radius: 0;
    transition: all 0.25s linear;
    color: #000;
    position: relative;
}
span.wpcf7-form-control-wrap.captcha-778 {
    display: inline-block;
    margin: 0 0 0 10px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea{
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #bdbdbd;
}
.wpcf7-form textarea{
  height:125px;
  margin-top: 0;
  margin-bottom: 15px;
}
.wpcf7-form input[type="submit"]{
	background: #b58e4b !important;
	border-bottom: none;
	border: 1px solid #b58e4b;
}
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:focus{
  background: transparent !important;
  color: #b58e4b;
  border-color: #b58e4b;
  text-decoration: none;
}
.wpcf7-form .form-btnouter{
  margin-top: 15px;
}

span.wpcf7-not-valid-tip{
    background: #FFC9C9;
    color: #832020;
    padding: 5px 30px;
    list-style-type: none;
    text-align: center;
}
.wpcf7-response-output{
  display: none !important;
}
.grecaptcha-badge{display: none}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */
/*
nav ul, nav ol{float:right}*/
.navbar-header {
    margin-top: 7px;
    float: left;
}
.main-navigation {

	min-height: 45px;
	position: relative;
	display: flex;
    align-items: center;
    flex-direction: row-reverse;   
}
.header-content a:focus{color:#b58e4b;}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.header-content a:hover{
    text-decoration: none;
    color:#537fb3;
}
.owl-carousel-item-text h4 {
    text-transform: capitalize;
}
.nav-menu li a {
	color: #000;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 38px 6px;
	text-decoration: none;
	outline:0;
	border-bottom: 6px solid transparent;
}
.custom-covid {
    display: flex;
}
.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: #fff;
    color: #b58e4b;
   
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #b58e4b;
    /* font-style: italic; */
    border-bottom: 5px solid #fff;
}

.menu-toggle {
	display: none;
}

.btn.btn-sm:hover,.btn.btn-sm:focus  {
	text-decoration: none;
    background-color: #b58e4b!important;
    border: 2px solid #ffffff;
    transition: all 0.3s ease-in-out;
    color: #ffffff !important;
}
/* Navbar */
a.btn.btn-sm.custom {
    float: right;
    margin: 0;
}
.navbar {
	background-color: white;
	margin: 0 auto;
	width: 100%;
}
a.covid-btn.btn.btn-sm.custom {
    margin-right: 10px;
}
h1.site-title.col-md-3 {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: black;
}
.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}
.nemus-slider.controls-inside .nemus-direction-nav .nemus-next {
   right: 25px !important;
}

.nemus-slider {
    margin: 0 0 0px !important;
    position: relative;
    zoom: 1;
    min-height: 40px;
}

.nemus-slider.controls-inside .nemus-direction-nav .nemus-prev{
    left: 20px !important;
}
.txt_input
{
    padding: 19px 20px 21px;
    height: 60px;
    display: inline-block;
}
.txt_input:focus, .txt_phoneno:focus
{
	/*box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)!important;*/
	    outline: 0px!important;
    border-color: #ddd!important;
}

.txt_phoneno
{
padding: 19px 20px 21px;
    height: 60px;
    
    width: 100%;
    display: inline-block;
}
.txt_txtarea
{
padding: 19px 20px 21px;

height: 155px!important;
box-shadow: none;
}

/*footer widget*/
.sidebar-container .widget
{
	float: left;
	width: 180px;
	padding: 0px 15px;
	display: inline-block;
}
.sidebar-container .widget-title
{
	font-size: 22px;
    font-family: 'Laila', serif;
    margin-bottom: 30px;
	}
.site-footer
{
	/*background: #050505;*/
}
.sidebar-container .widget_search
{
	width: 180px;
}
.sidebar-container .widget_recent_entries
{
	width: 180px;
}
.sidebar-container .widget_recent_comments
{
	width: 210px;
}
.ui-datepicker.ui-widget-content td a.ui-state-active
{
	background: #b58e4b !important;
    color: #fff !important;
}
.ui-datepicker.ui-widget-content td:hover span, .ui-datepicker.ui-widget-content td:hover a {
    background: #b58e4b !important;
    color: #fff !important;
}
.row.roomrow .box-1 {
    text-align: center;
}

.row.roomrow .box-1 h5 strong {font-size: 18px;margin-bottom: 10px;display: block;}
p.rooms-info {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 30px;
    line-height: normal;
}
section#testimonial .btn-block {
    display: inline-block;
    width: auto;
    padding: 9px 25px;
    border-color: transparent;
}
section#testimonial h5 strong {
    font-size: 21px;
}

section#testimonial h6 {
    margin: 10px 0 30px;
}

section#testimonial h6 strong {
    font-size: 18px;
}
.aboutus-img {
    margin-bottom: 15px;
}
.room1 .inner ul {
    text-align: left;
    padding: 0;
}

.room1 .inner ul li {
    margin-bottom: 15px;
    font-size: 15px;
}

.room1 .inner {
    margin-top: 40px;
}
.rate-block .inner-box .lower-content .upper-box strong {
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
}
div#itro_popup #close_cross {
    filter: invert(1);
}
h2.coming-soon {
    text-align: center;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 50px;
}
div#popup_content p {
    font-size: 17px;
    margin: 0 0 7px;
}
.home .row.roomrow .box-1 strong {
    display: none;
}
@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
	}


	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
		/*top: 31px !important;*/
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

a:focus {
   outline: none;

}



	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #db572f;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #b58e4b;
		color: #fff !important;
	}


}



.attractionPage ul li{
	font-size: 16px;
	padding-bottom: 10px;
	list-style-type: disc;
}




/*******slider*************/
.nemus-slider .caption
{
    background: #000000c2!important;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1em;
    color: #fff!important;
   width: auto !important;
}

.nemus-slider .caption h4
{
     text-transform: uppercase;
    font-size: 32px;
}

.slides:before
{
        content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background-color: rgba(27, 30, 34, 0.48);*/
    z-index: 99;
}

.nemus-direction-nav a:before {
    font-family: "nemus-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    text-align: center;
    font-size: 45px;
    position: absolute;
    left: 0;
    top: 0;
    background: #b58e4b;
    color: white;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    text-align: center;
    text-indent: 0px;
    text-decoration: none;
}
.nemus-control-paging li a 
{width: 10px; height: 10px; display: block; border: 1px solid white!important; background: transparent!important; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;
}
.nemus-control-paging li a:hover { 
    background:white; 
   }
.nemus-control-paging li a.nemus-active { border: 1px solid white!important; background: white !important; cursor: default; }

/**********About us***********************/
.bg-img:before{display: none!important}

.about-text p {
    font-size: 16px;
    font-weight: 400;
    color: #5a5959;
    line-height: 30px;
}
/************Rooms******************/
.room-price{
    background:	#b58e4b;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0px;
    padding: 10px 20px;
}
.container .section{
	padding-bottom:10px;
}
.fac-block .fac-bg img {
    filter: invert(1);
    max-height: 60px;
}
.facilities-1 .fac-block:hover {
    background: #b58e4b!important
}

.facilities-1 .fac-block:hover .fac-bg img,.facilities-1 .fac-block:hover h4 {
    filter: inherit;
    color: #fff;
}

.rooms figcaption{
	position:relative;
	overflow:hidden;
    display: block;
    padding: 20px;
	    width: 100%;
    height: 68px;
    background-color: #fff;

}


.rooms figcaption strong {
    color: #6c6c6c;
    font-weight: 400;
    font-size: 22px;
}

div#grid_layout{
    height: 380px;
}

.accom {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.accom-wrapper-outer, .accom-wrapper, .accom-wrapper-helper {
    list-style-type: none;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.accom-wrapper, .accom-wrapper-helper {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.accom .accom-item {
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.accom-item-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.accom-item-wrapper p{
	display: none;
}

.accom a, .accom a:hover, .accom a:active {
    text-decoration: none;
    outline: 0;
}

.accom-lightbox img {
    display: block;
    border: 0;
    width: 100%;
    height: auto;
}

.overlay, .overlay .overlay_inner, .overlay .overlay_center {
    position: absolute;
}
.overlay {
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(152, 45, 45, 0.68);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition-duration: .7s;
}

.overlay .overlay_inner {
    padding: 25px;
    display: inline-block;
    bottom: 0;
}
.overlay, .overlay .overlay_inner, .overlay .overlay_center {

    position: absolute;
}


/*div {
    display: block;
}*/
.accom .accom-item {
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.accom-item1{
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 262px; 
    left: 0px; 
    top: 0px;
    cursor: pointer;
}

.accom-item2{
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 554px; left: 292px; top: 0px;
   cursor: pointer;
}

.accom-item3{
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
   width: 262px; 
   left: auto; 
   top: 0px;
   right: 0px;
    cursor: pointer;
}

.accom-item4{
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
width: 262px;
 left: 0px;
  top: 205px;
   cursor: pointer;
}

.accom-item5{
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  width: 262px; 
  left: auto;
   top: 205px;
   right: 0px;
    cursor: pointer;
}

.accom-wrapper-outer, .accom-wrapper, .accom-wrapper-helper {
    list-style-type: none;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.accom-wrapper-outer, .accom-wrapper, .accom-wrapper-helper {
    list-style-type: none;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.accom-ready>* {
    visibility: visible;
}
.accom-item1:hover .overlay, .service_wrap:hover .overlay {
    transform: scaleX(1);
}

.accom-item2:hover .overlay, .service_wrap:hover .overlay {
    transform: scaleX(1);
}

.accom-item3:hover .overlay, .service_wrap:hover .overlay {
    transform: scaleX(1);
}

.accom-item4:hover .overlay, .service_wrap:hover .overlay {
    transform: scaleX(1);
}

.accom-item5:hover .overlay, .service_wrap:hover .overlay {
    transform: scaleX(1);
}

div#grid_layout{
    height: 380px;
}


.overlay .overlay_inner h4, .overlay .overlay_inner p {
    color: #fff;
}
.overlay .overlay_inner h4 {
    font-size: 22px;
}

.overlay .overlay_inner p {
    font-size: 14px;
}
.overlay .overlay_inner h4, .overlay .overlay_inner p {
    color: #fff;
   font-family: 'Laila', serif;
}


/************FAcilities**********/

.facilities {
    border: 1px solid #e1e1e1;
    padding: 25px 30px;
    position: relative;
    width: 95%;
    display: inline-block;
    margin-bottom: 25px;
    transition: all 0.4s ease-in-out;
    background: none repeat scroll 0% 0% #E7E7E7;
    border: 1px solid #ddd;
}

.facilities .fac-img {
    width: 65px;
    height:65px;
    border: 6.5px solid rgba(234,234,234,0.5);    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: -12px;
    overflow: hidden;
    background-color: #b58e4b;
    padding: 8px;
    margin: 0;
}
.fac-img img
{
top:1px;
position: relative;
}

.facilities h3 {
    margin: 0px;
    text-align: left;
    font-size: 15px;
    margin-left: 35px;
}

img.size-full, img.size-large, img.wp-post-image {
    height: auto;
    max-width: 100%;
}

.facilities:hover {
    border: 1px solid #e1e1e1;
    padding: 25px 30px;
    position: relative;
    color: white;
    width: 95%;
    display: inline-block;
    margin-bottom: 25px;
    transition: all 0.4s ease-in-out;
    background: none repeat scroll 0% 0% #b58e4b;
    border: 1px solid #ddd;
    transition: all 0.3 ease-in;
}
.f-icon {
    color: #b58e4b;
    line-height: 30px;
    font-size: 30px;
}
.bg-theme{
    background-color: #eaeaea;
}

h4.subtitle {
    font-size: 15px;
    font-weight: 400;
}

.fac .col-md-4 {
    text-align: center;
}




button.btn.btn-secondary {
    color: #b58e4b;
    background: transparent;
    border: 2px solid;
    border-radius: 0;
    padding: 9px 35px;
}


button.btn.btn-secondary:hover {
    color: #fff;
    background: #b58e4b;
    border: 2px solid #b58e4b;
    border-radius: 0;
    transition: all ease-in 0.5s; 
}

.center-btn{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}
/*******heading************/

.title_warp {
    /* background-color: red; */
    min-height: 200px;
    background-image: url(images/inner-banner.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.title_warp h3 {
    color: #fff;
    font-size: 38px;
    margin: 30px 225px;
    text-align: center;
    padding-top: 30px;
}


.head_line {
    text-align: center;
}

.headimg {
    position: relative;
    top: -23px;
    margin: 0 auto;
}
/**********Gallery slider*************/

figure{
    display: inline-block;
}

.img_wrapper {
    width: 100%;
    text-align: center;
}

.img_wrapper a {
    display: inline-block;
}

.img_wrapper a img {
    margin: 10px;
}
.pop-img img {
    float: left;
    margin: 0;
}

/*.phone1 img {
    background: white;
    padding: 2px;
    border-radius: 6px;
}*/
.ez_img img {
    box-shadow: 0 0px 1px 0px #bbbbbb!important;
}
/*gallery*/
.gallery-box {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
  
  
.gallery-box  .padd-none{
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0;
}

.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect p{
	display: none;
}
.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
transition:all .4s linear;
}


.hovereffect .info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
background-color:transparent;
opacity:0;
transition:all .2s ease-in-out;
margin: 70px 0 0;
font-size: 30px;

}

.hovereffect:hover img {
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
}

.hovereffect:hover .info {
opacity:1;
transform:translatey(0);
}

.hovereffect:hover .info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}
.Facilitybox {
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.3);
    width: 50%;
    padding-bottom: 15px;
   margin: 0 auto;
}
.Facilitybox h5 {
    background: #b58e4b;
    padding: 10px;
    color: #fff;
    margin: 15px 0px;}
.list {
    margin: 0px 30px;}
.Facilitybox ul {
    list-style-type: square;
    margin: 0;
}
.Facilitybox ul li {
    text-align: left;
    line-height: 2;
}

/**********Book-now CTA**************/
.book-now{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #b58e4b;
}
.book-now h5 {
    margin-top: 13px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}
.bkbtn{
    text-align:right; float:right;

}
.btn-white {
    border-color: #ffffff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    border-radius: 1px;
    padding: 0;
    line-height: 42px;
    width: 125px;
    height: 45px;
    text-align: center;
}
.map
{
	padding-bottom: 20px;
}
.book-now .btn-white:hover{
    color: #b58e4b;
    transition: all ease-in 0.5s;
    background-color: white;
}
.main-box
{
display: inline-block;
}

/*.top-media .fa.fa-tripadvisor {
    margin-left: 15px;
}*/
#testimonial {
    padding-top: 35px;
    padding-bottom: 40px;
    background: #f7f7f7;
}
#testimonial h2{
	font-size: 2em;
}
.txt-center {
    text-align: center;
}
.mb12 {
    margin-bottom: 20px;
}
.heading {
    color: #0d1010;
    /* text-transform: uppercase; */
    font-size: 2em;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    display: block;
    font-weight: 500;
}
.item .owl-carousel-item-text h5{
margin: 15px 0px!important;
}
.owl-carousel-item-text {
    text-align: center;
    padding: 20px 0px;
    line-height: 32px;
}
.ex-btn{
	float: none;
    padding: 9px 25px;
    line-height: 26px;
    background: #b58e4b;
    font-size: 15px;
    color: #ffffff;
    border: 2px solid transparent;
    text-decoration: none;
    margin-top: 20px;
}

.ex-btn:hover {
    background: #f63e0f;
    color: #fff;
    border: 2px solid #f63e0f;
    text-decoration: none;
    transition: 0.5s;
}
p.text-center.text1 {
    font-size: 29px;
    color: #ceb24f;
    margin-bottom: 10px;
    
}
.entry-content .roommainouter {
    text-align: center;
}

.entry-content.container {
	
}
  
.title-box {
    
}

.pricing-table h2 {
    font-size: 48px;
    padding: 0;
    margin: 0 0 80px 0;
    font-weight: 300;
    line-height: 1.2;
}
.pricing-table .pricing-table-container {
    background: #f7f7f7;
    border: 1px solid #e3e3e3;
    margin: 0;
}
.pricing-table .pricing-table-comment {
    text-align: center;
    margin-top: 65px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
}
.pricing-table .pricing-table-offer {
    padding: 0;
    border-right: 1px solid #e3e3e3;
}

.pricing-table .pricing-table-offer .offer-title {
    padding-top: 30px;
    text-align: center;
    color: #575756;
    background-color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    height: 125px;
}

.pricing-table .pricing-table-offer .offer-price {
    height: 128px;
    width: 128px;
    background-color: #b5bcc5;
    color: #ffffff;
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
    border-radius: 64px;
    margin: -40px auto 0 auto;
    padding-top: 45px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 40px;
}
.pricing-table .pricing-table-offer .offer-price .currency {
    font-size: 24px;
    margin-right: -4px;
    margin-left: -7px;
}
.pricing-table .pricing-table-offer .offer-price .price {
    font-size: 32px;
    font-weight: 500;
}
.pricing-table .pricing-table-offer .offer-price .duration {
    font-size: 16px;
    display: block;
    text-align: center;
}
.pricing-table .pricing-table-offer .offer-benefits {
    list-style: none;
    text-align: center;
    margin: 0 0 40px 0;
    padding: 0;
}
.pricing-table .pricing-table-offer .offer-benefits li {
    margin-bottom: 15px;
}
.pricing-table .pricing-table-offer .offer-action {
    text-align: center;
    padding-bottom: 30px;
}
.pricing-table .pricing-table-offer .offer-action button {
    background-color: transparent;
    border: 2px solid #b5bcc5;
    color: #98a2af;
    margin-top: 25px;
    font-size: 16px;
    z-index: 1;
    position: relative;
}
.pricing-table .pricing-table-comment {
    text-align: center;
    margin-top: 65px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
}
.pricing-table .pricing-table-offer.highlight .offer-title {
    color: #ffffff;
    background-color: #02547c;
}
.pricing-table .pricing-table-offer .offer-price {
    height: 128px;
    width: 128px;
    background-color: #b5bcc5;
    color: #ffffff;
    -webkit-border-radius: 64px;
    -moz-border-radius: 64px;
    border-radius: 64px;
    margin: -40px auto 0 auto;
    padding-top: 45px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 40px;
}
.pricing-table .pricing-table-offer:hover .offer-action button {
    border: none;
    
    color: #02547c !important;
    border: 2px solid #02547c;
}
.pricing-table .pricing-table-offer.highlight .offer-action button:hover {
    
    color: #02547c !important;
}
.pricing-table .pricing-table-offer:hover .offer-action button:hover {
    background-color: #d6d7d8;
}
.pricing-table .pricing-table-offer.highlight .offer-action button {
    background-color: #02547c;
    border-color: transparent;
    color: white;
}

.pricing-table .pricing-table-offer:hover .offer-price {
    padding-top: 50px;
    width: 140px;
    height: 140px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    margin-bottom: 28px;
    background-color: #d6d7d8;
    color: #02547c;
}
.offer-price br {
    display: none;
}
/*******Media query************/
.lightboxOverlay{z-index: 99999999;}
.lightbox{z-index: 99999999;}
@media (max-width: 1200px) {
	.phshow .site-title.logo img {
    width: 100%;
}
.ht {
    min-height: inherit;
}
	.site-title.logo{width: auto}
	ul.fac-ul {display: inline-block;margin-bottom: 25px;}
	.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a{color:#fff!important;border:none!important;background: #272974 !important}
	.site-title {
		font-size: 30px;
        width: 360px;
        margin-top: 15px;
        outline: 0!important;
	}
/*	.site-title.logo
{
	
	margin:20px 0px 20px 0px;
}*/
.phshow .nav-menu li a {
     padding: 9px 12px;
     border: 0 !important;
  }
.phshow .toggled-on .nav-menu, .toggled-on .nav-menu > ul {
    top: 68px;
 }
 .toggled-on .nav-menu, .toggled-on .nav-menu > ul
 {
 	margin: 0 !important;
 }
 .service-detail-1 img {
    max-width: 40px;
}
.f-left p {
    margin-bottom: 0;
}
   .phshow  a.btn.btn-sm.custom{
margin-top: 12px;
  }

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */

	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #000000;
		padding: 0px 0px 0px 0px;
        float: right;
        outline:0!important;
        margin-right: 0px;
    	margin-top: 0;
	}
	.menu-toggle i
	{
		font-size: 22px;
		color: #000;
	}
	.nav-menu li a {
    color: #000!important;
	}
	.menu-toggle::after
	{
		display: none;
	}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

.toggled-on .nav-menu,
.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		width: 100%;
		z-index: 999;
		position: absolute;
		background-color: #fff;
		right: 1px;
		width: 200px;
		top: 100%;
		padding:0px;
		box-shadow: 0px 0px 8px 0px;
	}

    .nav-menu li a {
        border-bottom: 1px solid #333;
        padding: 10px;
    }
    .nav-menu li a:hover{
   background-color: #b58e4b;
}
    .nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #b58e4b;
    /* font-style: italic; */
    border-bottom: none;
}
	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #b58e4b;
		width: auto;

	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #f63e0f;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color:#b58e4b;
        border: none;
		color: #fff !important;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		color: #fff;
		background-color: #b58e4b;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
	a.btn.btn-sm.custom
	{
	    margin: 20px 0;
	    margin-right: 20px;
	}
	.accom-item2
	{
		width: 355px;
		height: 375px;
	}
	.accom-item2 .accom-lightbox img
	{
		height: 375px;
	}

	.room-t-wrapper .content
	{
		padding: 20px 21px 30px;
		top: 35px;
	}
	.kf-cnt
	{
		padding: 0px;
	}


}
@media (max-width: 1199px){
	.nav-menu li a {
    padding: 10px 16px;
     border-bottom:none;
}
.top-media .fa.fa-tripadvisor {
     margin-left: 0px; 
}
.top-media .fa {
    padding-right: 0px;
    padding-left: 10px;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color:#b58e4b;
    /* font-style: italic; */
    border-bottom: none;
}
.phshow  a.btn.btn-sm.custom{
	margin-top: 20px;
}
}
@media (max-width: 768px){
	.ht{min-height: 67px;}
}
@media (max-width: 767px) and (max-width: 991px)
{

.toggled-on .nav-menu, .toggled-on .nav-menu > ul{
	/*top: 31px !important;	*/
}
}
@media (max-width: 992px)
{	

.sub-ftr{
	padding: 20px 0;
}

.nemus-slider .caption.tc
{
	left: 36% !important;
}
.caption h3
{
	font-size: 36px;
}
.caption h2
{
	line-height: 30px;
}
.page-title::before
{
	width: 40%;
}
.page-title::after
{
	width: 40%;
}

.padd-none:nth-child(8)
{
	display:none;
}
.padd-none:nth-child(7)
{
	display:none;
}
.bkbtn
{
	text-align: center;
	padding-top: 22px;
	padding-bottom: 10px;
}
.book-now h5
{
text-align: center;
line-height: 30px;
margin-top: 0;
}
.site-footer h3
{
	margin-bottom: 15px;
	margin-top: 20px;
}
.sidebar-container .widget
{
	padding: 0px;
	padding-left: 20px;
}
.copyright
{
	display: block;
	text-align: center;
	float: none;
	padding: 0;
}
.maker
{
	display: block;
	text-align: center;
	float: none;
	padding-bottom: 0px;
}
.end-bg p.copyright, p.maker
{
	padding-top: 0px;
}
.accom-item2
{
display: none;
}
.accom-item1
{
	width: 49%;
}
.accom-item4
{
	width: 49%;
	top:240px;
}
.ht {
    min-height: auto;
}

.site-title.logo img {
    max-width: 160px;
}
div#grid_layout
{
	height: 460px;
}
.accom-item3
{
	width: 49%;
}
.accom-item5
{
	width: 49%;
	top:240px;
}
.room-t-wrapper .content
{
background-color: transparent;
padding: 20px 21px 5px;
top: -20px;
box-shadow: none;
right: 0px;
/*box-shadow: 7px 8px 6px 5px rgba(0,0,0,0.5);*/
}
.content.sm-last{
padding-bottom: 0;
}
.img-holder img
{
width: 100%;
}
.kf-cnt li i
{
	height: 125px;
}
.overflow-contac a, .overflow-contac em
{
	word-wrap: break-word;
}
.about-img img.size-full
{
	height: auto;
}


}
@media (max-width: 991px)
{
	
}
@media (max-width: 767px){
.owl-buttons{
    top: 30%;
}
.loimg-block {
    width: 50%;
}
.section.rooms .center-btn{
	margin-top: -40px;
}
.phshow a.btn.btn-sm.custom {
    margin-top: 24px !important;
}
.site-title.logo img
{
	margin: 0;
}
h2.coming-soon {
    margin: 0;
    min-height: 180px;
}
.nemus-slider.controls-inside .nemus-direction-nav .nemus-next {
    right: 20px !important;
}
.site-title.logo img {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.rate-block .inner-box .lower-content .upper-box h3 {
    font-size: 18px;
}
.site-title.logo {
    position: relative;
    margin: 0;
    top: 2px;
    left: 0;
    height: 100%;
}


.caption h3 {
    font-size: 30px;
}
.nemus-slider .caption.tc {
    left: 30% !important;
}
.bb_resbox
{
	margin-top: 0px!important;
	background-color: #000!important;
}
.about-img img
{
width: 100%;
height: 100%!important;
}
.about-text p
{
	text-align: center;
}
.hovereffect img
{
	width: 100%;
}
div#grid_layout {
    height: auto;
}
.accom-item1
{
position: relative;
display: inline-block;
}
.accom-item3
{
position: relative;
display: inline-block;
}
.accom-item4
{
	top: 0px;
	position: relative;
	display: inline-block;
}
.accom-item5
{
	top:0px;
	display: inline-block;
	position: relative;
}
.accom-wrapper
{
	position: relative;
}
.img-box img
{
width: 100%;
border:none;
}

.kf-cnt
{
	padding-top: 40px;
	padding-bottom: 30px;
}
.mt-30
{
	margin-bottom: 0px;
	margin-top: 0px;
}
.line1
{
padding-top: 30px;
}
.container-fluid.fac
{
	margin-bottom: 40px;
}
.about-img img
{
display: none;
}
.accom-item1
{
	margin-right: 5px;
}
.accom-item4
{
	margin-right: 5px;
}
.img-box img
{
height: 400px;
}
.common-pad
{
	padding-top: 40px;
}
.kf-cnt li i
{
	height: auto;
}
}

@media(max-width: 650px){
.phshow .header {
    min-height: 69px;
}

}

@media (max-width: 643px)
{
	/*a.btn.btn-sm.custom {
    margin-top: 41px;
    margin-right: 20px;
}*/
/*.menu-toggle, .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
   
    margin-top: 53px;
}*/
/*.toggled-on .nav-menu, .toggled-on .nav-menu > ul {
     top: 85px; 
}*/
.caption h3
{
	font-size: 30px;
	line-height: 40px;
}
.nemus-direction-nav a::before
{
	width: 40px !important;
height: 40px !important;
line-height: 38px !important;
font-size: 23px !important;
}
.bb_resbox p {
    width: 95%!important;
}
.page-title::before {
    width: 35%;
}
.page-title::after {
    width: 35%;
}
.title_warp h3
{
	margin: 30px 150px;
}
.common-pad
{
padding-top: 60px;
}
.msg{
		display: none;
	}
}

@media(max-width:600px){
/*.toggled-on .nav-menu, .toggled-on .nav-menu > ul {
     top: 84px; 
}*/
/*.top-media .fa {
    padding-right: 11px;
}*/
.nemus-slider .caption{
	display: none;
}
}
@media (max-width: 570px)
{
.phshow {
    top: 0px;
}
}

@media (max-width: 500px)
{
/*	.site-title.logo {
    margin: 20px 0px 10px 0px;
}*/
.nemus-slider .caption.tc
{
	display: none;
}
.page-title::before
{
	display: none;
}
.page-title::after {
    display: none;
}
.page-title h3
{
	margin-top: 25px;
margin-bottom: 25px;
}
.accom-item1 {
    width: 100%;
}
.accom-item3
{
width: 100%;
}
.accom-item4
{
width: 100%;
}
.accom-item5
{
width: 100%;
}
.title_warp h3 {
    margin: 30px 100px;
    font-size: 32px;
}
.room-t-wrapper .content h2
{
	font-size: 26px;
}
/*.toggled-on .nav-menu, .toggled-on .nav-menu > ul {
    top: 84px;
}*/

}

@media (max-width: 450px)

{

span.wpcf7-form-control-wrap {
    margin-left: 0 !important;
    margin-top: 10px !important;
    width: 100%;
}  

/*	.toggled-on .nav-menu, .toggled-on .nav-menu > ul {
    top: 70px;
}
*/

.loimg-block {
    width: 100%;
}

.room-ul li
	{
		width:100%;
	}
	.pull-right {
    float: left !important;
}
.gallery-box:
{
	padding-top: 0px;
}
.room-t-wrapper{
	margin-bottom: 0;
}
.room-t-wrapper .content .bottom-content .pull-right{
	margin-top: 15px;
}
.common-pad{
	padding-top: 60px;
}
.content.sm-last{
padding-bottom: 0;
}

}


@media (max-width: 360px)
{	.header-content a {
    font-size: 10.5px;
}
.phshow .toggled-on .nav-menu, .toggled-on .nav-menu > ul {
    top: 68px!important;
}
a.btn.btn-sm.custom {
    margin-right: 16px;
    padding: 7px;
    font-size: 11px;
}
/*.phshow a.btn.btn-sm.custom {
    margin-top: 23px!important;
}*/
.nemus-direction-nav a::before {
    width: 32px !important;
    height: 34px !important;
    line-height: 33px !important;
    font-size: 18px !important;
}
.gallery-box .padd-none
{
	width: 100%;
}
.book-now h5
{
	font-size: 16px;
}
.page-title h3
{
	font-size: 28px;
}
.site-footer
{
	/*text-align: center;*/
}
.sidebar-container .widget
{
	width: 100%;
}
.title_warp h3 {
    margin: 30px 50px;
    font-size: 30px;
}
.room-t-wrapper .content h2
{
	font-size: 24px;
}
button.btn.btn-secondary
{
	padding: 9px 20px;
}
.btn-white
{
	width: 105px;
}
.kf-cnt li i
	{
		width: 100%;
		height: auto;
	}
	.overflow-contac
	{
		text-align: center;
	}

}
.about-info-box{
	padding-bottom: 0px;
}
.about-info-box p{
	font-size: 14px;
}
.form-control.txt_txtarea {
	margin-top:0px;
}


}