/*

Theme Name: Glen hotel

Theme URI: https://wordpress.org/themes/twentyfifteen/

Author: the WordPress team

Author URI: https://wordpress.org/

Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.

Version: 1.3

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready

Text Domain: twentyfifteen



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 - Genericons

 * 3.0 - Typography

 * 4.0 - Elements

 * 5.0 - Forms

 * 6.0 - Navigations

 *   6.1 - Links

 *   6.2 - Menus

 * 7.0 - Accessibility

 * 8.0 - Alignments

 * 9.0 - Clearings

 * 10.0 - Header

 * 11.0 - Widgets

 * 12.0 - Content

 *    12.1 - Posts and pages

 *    12.2 - Post Formats

 *    12.3 - Comments

 * 13.0 - Footer

 * 14.0 - Media

 *    14.1 - Captions

 *    14.2 - Galleries

 * 15.0 - Multisite

 * 16.0 - Media Queries

 *    16.1 - Mobile Large

 *    16.2 - Tablet Small

 *    16.3 - Tablet Large

 *    16.4 - Desktop Small

 *    16.5 - Desktop Medium

 *    16.6 - Desktop Large

 *    16.7 - Desktop X-Large

 * 17.0 - Print

 */





/**

 * 1.0 - Reset

 *

 * Resetting and rebuilding styles have been helped along thanks to the fine

 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.

 */

@font-face {

	font-family: 'mypro';

	src: url('fonts/MYRIADPRO-REGULAR.OTF');

}



body {  color: hsl(0, 0%, 30%);  background: #ECF6FA;  font-family: "PT Sans",sans-serif;  margin: 0;  padding: 0;

  font-size: 15px; line-height:24px;
  letter-spacing:0.5px;
  

 }


iframe{ width:100%;}

.wrap {  width: 1140px;  margin: auto;}

a {text-decoration:none; color:hsl(0, 0%, 30%);}

.clearfix:after, .clear{ clear:both; content:""; display:block;}



/* Header styling starts here */ 

.mobile-menu{ display:none;}
.header_container {
  margin: 29px auto auto;
  position: static;
  right: 0;
  text-align: center;
  z-index: 9999;
  padding-top:10px;
  border-bottom:1px solid #d1d1d1;
}
.header_container:after{ clear:both; content:""; display:block;}
.home .header_container {  left: 0;  margin: 29px auto auto;  position: absolute;  right: 0;  text-align: center;  width: 1090px;  z-index: 9999;   
border-bottom:0px solid #d1d1d1;
}

.header_right {  width: 870px;  float: right; margin-top:10px;}

.header_right ul li {  float: left; list-style:none; transition:1s ease all; -webkit-transition:1s ease all;}

.header_left {
  background: hsla(0, 0%, 100%, 0.90) none repeat scroll 0 0;
  float: left;
  width: 220px;
}

.header_right ul li a {  color:#ececec;  display: inline-block;  padding: 10px 35px;  text-decoration: none; transition:1s ease all; font-size:14px;

 -webkit-transition:1s ease all; text-transform:capitalize;}

.header_right ul li:hover > .sub-menu{ opacity:1; display:block;} 

.header_right ul li.current-menu-item a, .header_right ul li.current-menu-ancestor a, .header_right .sub-menu li.current-menu-item a{ background:#ECF6FA; color:#000;}

.header_right ul li .sub-menu li a:hover, .header_right ul li a:hover{ background:#ECF6FA; color:#000;} 

.topmenu_container ul {  margin: 0;  padding: 0;}

.topmenu_container {
  background: hsla(206, 91%, 30%, 0.85) none repeat scroll 0 0;
}
.sub-menu {  opacity: 0; display:none;}

.header_right ul li .sub-menu li a {

  display: block;

  background: hsla(0, 0%, 0%, 0.72) none repeat scroll 0 0;

  color:hsl(0, 0%, 93%);

}

.header_right .sub-menu li {

  float: none;

  padding-left: 0;

  text-align: left;

  width: 200px;

}

.sub-menu {

  position: absolute;

  transition:1s ease all;

  -webkit-transition:1s ease all;

}

/* Header styling ends here */



/* Footer styling starts here */

.copyright_left {  float: left;}

.copyright_right {  float: right;}

.footer_menu ul {  margin: 0;  padding: 0;}

.footer_menu ul  li{ list-style: none; float:left;}

.footer_container {    color: #aaaaaa;   ;
 }

.footer_container a{ color:#fff;}

.footer_section_top {

  background: #00002d;

  color: hsl(0, 0%, 80%);

  font-family: mypro;

  letter-spacing: 1px;

  padding: 30px 0;

  margin-top:40px;

  font-size:14px;

}
.home .footer_section_top { margin-top:0px;}
.copyright_container {

  background: #00001f;

  padding: 15px 0 20px;

  font-family: mypro;

  letter-spacing: 1px;

}

.footer_menu ul li a {  color:#939393;  padding-right: 15px;  text-decoration: none;  text-transform: capitalize;}

.footer_menu ul li a:hover{ text-decoration:underline;}

.copyright_right  > div {  float: right;}

.copyright_right .footer_icon {  float: left;  margin-left: 35px;  margin-top: 10px;}

.footer_menu {  margin-top: 5px;}

.copyright_text {  margin-top: 15px;}

.footer_section_top .one_third {  width: 33%;  float: left;}

.footer_content {  margin-top: 30px;  line-height: 25px;}

.footer_content.middle {  width: 300px;}

.footer_address {  margin-bottom: 0px;}

.earlycheck {  margin-top: 30px;}

.column_title {  letter-spacing: 1px;  font-weight: bold; font-size:16px;}

.mailchimp_form {  margin-top: 30px;}
.one_fourth {
  width: 23%;
  float: left;
}
.one_fourth.second {
  width: 29%;
}
.one_fourth.third {
  width: 25%;
}

.one_fourth.last {
  float: right;
  text-align: right;
  width: 15%;
}
.one_fourth.last {
  width: 21% !important;
  margin: auto;
}
/* Footer styling ends here */



/* Homepage styling starts here */

.homepage_left {
	font-size:15px;
	letter-spacing:1px;

  background: hsl(0, 0%, 100%) none repeat scroll 0 0;

  float: left;

  padding: 1px 2.6% 3%;

  width: 38%;

}

h1 {  font-size: 23px; color:#2f302c;}
h2 {
  font-size: 20px;
  margin: 0;
  line-height: 16px;
}

.page-template-default h1{ text-transform:capitalize;}

.homepage_container {

  margin-bottom: 40px;

  margin-top: 40px;

}

.home h1 {

  background: hsla(0, 0%, 0%, 0) url("images/separator.png") no-repeat scroll center center;

  padding-bottom: 40px;

  background-position: left bottom;

  text-align:left;

  text-transform:capitalize;

}
.home .homepage_left h1{ text-align:center; background-position:center bottom;}
.homepage_right {  float: right;  padding-left: 0;  width: 54%;}



/* Icons container styling starts here */

.icons_container li {

  float: left;

  padding-right: 10px;

  list-style:none;

}

.icons_container {

  cursor: pointer;

  margin: 0;

  padding: 3px 10px 6px;

  width: 175px;

}

.icons_container.active {

  background: #ECF6FA;

  padding:12px 10px 6px;

}

.icon_content {  display: none;}

.homepage_icons_content {
	font-size:15px;

  background: #ECF6FA;

  line-height: 24px;

  min-height: 96%;

  padding: 20px 30px 30px;

  position: absolute;

  right: 0;

  text-align: justify;

  top: 0;

  width: 361px;

  letter-spacing: 1px;

}

.homepage_icons_content > strong {

  margin-bottom: 10px;

  display: inline-block;

}

.icons_content_container {

  margin-top: 30px;

  position: relative;

}

/* Icons container styling ends here */



.readmore_button {

  border: 2px solid;

  display: inline-block;

  font-size: 18px;

  font-weight: bold;

  margin-top: 30px;

  padding: 15px 50px;

  border-radius: 2px;

  transition:1s ease all;

  -webkit-transition:1s ease all;

}

.readmore_button:hover{ background:#F8F3E1}

  /* Homepage middle container styling start here */

.HM_left {

  float: none;

  width: 100%;

}
.HM_left:after {
  clear: both;
  content: "";
  display: block;
}

.HM_right {

  width: 100%;

  float: none;

}

.HM_right_image {

  float: left;

}

.grid-item { width: 200px; }

.grid-item--width2 { width: 400px; }

.grid > div {
	position:relative;

  float: left;

  margin-right: 18px;

  min-height: 225px;

}	

  /* Homepage middle container styling ends here */



/* Homepage styling ends here */



/* Simple page styling starts here */



.single #main, .page #main {

  margin-top: 40px;

}

/* Simple page styling ends here */



/* Contact page styling starts here */

.contactpageFormContainer {
  display: block;
  padding: 2%;
  width: 96%;
}
.page-template-template-contact-page .wpcf7 {
  background: hsl(196, 56%, 95%) none repeat scroll 0 0;
}
.page-template-template-contact-page .mailchimp_form  .wpcf7{ background:none;}
.page-template-template-contact-page .wpcf7:after {
  clear: both;
  content: "";
  display: block;
  padding-bottom: 30px;
}
.contactpageFormContainer .one_third{ width:48.33%; float:left;}



.mailchimp_form input[type="email"], .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="number"], .wpcf7-form input[type="date"], .wpcf7-form textarea {
  border: 1px solid hsl(0, 0%, 91%);
  color: hsl(0, 0%, 0%);
  font-family: "PT Sans",sans-serif;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding-left: 7px;
  width: 87%;
}

.wpcf7-form textarea{ height:157px;}

.mailchimp_form input[type="submit"], .wpcf7-form input[type="submit"] {

  background: hsla(0, 0%, 0%, 0) url("images/mailchimp_submit.jpg") repeat scroll 0 0;

  border: medium none;

  color: hsl(0, 0%, 100%);

  cursor: pointer;

  font-family: "PT Sans",sans-serif ;  

  font-size: 14px;

  letter-spacing: 1px;

  padding: 12px 56px 15px 28px;

}

.submit_container {

  text-align: center;

}

.FormContainerTitle {

  font-size: 18px;

  font-weight: bold;

  margin-bottom: 30px;

  margin-top: 20px;

}

div.sweetcaptcha #sc2powered, div.sweetcaptcha #sc2powered *{ display:none;}

.captcha_container div.sweetcaptcha {

  background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;

  border: 1px solid hsl(0, 0%, 13%);

  margin:auto;

}

div.sweetcaptcha p {

  font-family: "PT Sans",sans-serif ;

  font-size:15px;	

}

div.sweetcaptcha .reset {

  float: right !important;

  font-size: 20px !important;

  font-family: "PT Sans",sans-serif ;

  font-weight: bold;

}

.gooelemapAndContact_container{ margin-top:50px;}

.googlemap_container {

  float: left;
  width:51%;

}

.contacts_container {

  background: hsl(0, 0%, 100%) none repeat scroll 0 0;

  float: right;

  min-height: 330px;

  padding: 20px;

  width: 42%;

  padding-top: 0;

}

/* Contact page styling ends here */



/* Photo gallery page styling starts here */

.gallery_thumbnail_container {
  /*background: hsl(196, 56%, 95%) none repeat scroll 0 0; */
  float: left;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 00px;
}
.gallery_thumbnail {
    background-position: center center !important;
    background-size: cover !important;
  /*  background-position: center top !important;
      background-size: 100% auto !important;
  */
  background-repeat: no-repeat !important;
  
  float: left;
  height: 180px;
  margin: 10px;
  position: relative;
  width: 30%;
}
.gallery_thumbnail_link {

  display: inline-block;


  position: absolute;

  width: 100%;

}

.gallery_thumbnail_title {
  background: hsla(0, 0%, 0%,1) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 4px;
  bottom: 0;
  display: block;
  font-size: 15px;
  height: 46px;
  opacity: 1;
  position: absolute;
  text-align: center;
  transition: all 1s ease 0s;
  vertical-align: middle;
  width: 100%;
  bottom: 0px;
}
.gallery_thumbnail:hover .gallery_thumbnail_title{ opacity:1;}

.gallery_thumbnail_title a {

  color: hsl(0, 0%, 100%);

  display: inline-block;

  font-size: 17px;

  font-weight: bold;

  letter-spacing: 2px;

  padding: 10px 0;

  width: 100%;

}

.gallery_image_title {
  position: absolute;
  left: 0;
  text-align: center;
  right: 0;
  top: 37%;
  width: 100%;
  background: rgba(0,0,0,0.60);
  color: #fff;
  font-size: 18px;
  padding: 6px 0;
  transition:1s ease all;
  -webkit-transition:1s ease all;
  display:none;
}
.gallery_post_content_container {
  margin-bottom: 15px;
}
.gallery_post_leftSide {
  float: left;
  width: 80%;
}
.gallery_post_rightSide {
    background: #fbfbef none repeat scroll 0 0;
    box-shadow: 0 9px 22px -1px #a8a8a8;
    float: right;
    margin-top: 9px;
    width: 18%;
}
.gallery_post_rightSide a {
  font-weight: bold;
  letter-spacing: 0.5px;
  display: block;
  padding: 10px 0;
}
.gallery_post_rightSide > ul {
  margin: 0;
  padding: 0;
}
.gallery_post_rightSide li {
  list-style: inside;
}
.gallery_post_rightSide li {
  list-style: none;
  width: 100%;
  text-align: center;
  padding: 0px 0;
  font-size: 16px;
  transition:2s ease all;
  -webkit-transition:2s ease all;
}
.gallery_post_rightSide li:hover {
  background: #000;
}
.gallery_post_rightSide li:hover a{ color:#fff; }
.gallery_short_content {
  width: 65%;
  float: right;
  font-size: 15px;
  letter-spacing: 1px;
  padding-right:10px;
}
.book_now_link {
  background: hsl(206, 91%, 30%) none repeat scroll 0 0;
  border-radius: 2px;
  display: inline-block;
  float: right;
  padding: 15px 32px;
  letter-spacing: 1px;
}
.book_now_link a{ color:#fff; font-weight:bold; text-transform:uppercase; }

.gallery_page_list li {
  background: hsl(197, 58%, 95%) none repeat scroll 0 0;
  border: 1px solid hsl(197, 18%, 85%);
  box-shadow: 1px 3px 4px -5px hsl(0, 0%, 33%);
  display: table;
  float: left;
  height: 120px;
  list-style: outside none none;
  margin: 10px 14px;
  padding: 25px 10px;
  width: 12%;
  transition:1s ease all;
  -webkit-transition:1s ease all;
}
.gallery_page_list li:hover{ background:#fff; cursor:pointer;}
.gallery_list_container {
  display: table-cell;
  vertical-align: middle;
}
.guest_left {
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}
.homepage_middle_container {
  margin-bottom: 50px;
}
.gallery_page_list {
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom:50px;
}
.gallery_title {
  width: 70%;
  float: left;
}
.gallery_short_content > ul {
  float: left;
  width: 70%;
}
.gallery_page_list:after {
  content: "";
  display: block;
  clear: both;
}
.image_title {
  font-weight: bold;
  margin-top: 14px;
}
/* Photo gallery page styling ends here */



/* Single photo gallery post styling starts here */

.gallery-icon > a {

  display: block !important;

  height: 262px !important;

  width: 100% !important;

}

.rps-image-gallery > ul > li {

  border-radius: 4px;

  box-shadow: 0 0 1px 1px hsl(0, 0%, 90%);

  float: left;

  margin: 8px !important;

  min-height: 262px;

  width: 31.58% !important;

/*  background-color:#FBFBEF !important; */

}

.landscape {

  background-position: center center !important;

/*  background-size: 100% auto !important; */

}

.portrait {

  background-position: center center !important;

  background-size: 100% auto !important;

}

/* Single photo gallery post styling ends here */

.mfp-content #small-dialog {

  display: block;

}





/* Layerslider styling starts here */

#BottomDarkLayer {

  left: 0 !important;

}

.NAVcontainer {

  bottom: 4px;

  float: right;

  height: 37px;

  position: absolute;

  right: 50px;

  width: 50px;

  z-index: 999;

}

.prevNav {

  background: hsla(0, 0%, 0%, 0) url("images/prevnav.png") repeat scroll 0 0;

  float: left;

  height: 23px;

  width: 16px;

  cursor:pointer;

}

.nextNav {

  background: hsla(0, 0%, 0%, 0) url("images/nextnav.png") repeat scroll 0 0;

  float: right;

  height: 23px;

  width: 16px;

  cursor:pointer;  

}

/* Layerslider styling ends here */

.header_right ul li.booknow_button a {
  background: hsl(0, 0%, 0%) none repeat scroll 0 0;
  border: 0;
  color: hsl(203, 100%, 85%);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  left: 20px;
}



.top_call_us {
  background: #000;
  color: hsl(0, 0%, 100%);
  display: inline-block;
  float: right;
  padding: 10px 17px;
  position: relative;
  text-align: right;
  top: -10px;
  font-weight: bold;
  /*  display: none;*/
}

/* Icon bar styling starts here */
.icon_info_container ul li {
  display: inline-block;
  margin: 10px 30px;
  font-size: 16px;
}
.icon_info_container ul {
  display: block;
  padding: 0;
  text-align: center;
  margin:0;
}
.icon_info_container {
  background:#fff;
  padding:20px 0;
}
.fontawesome {
  font-family: fontawesome;
  color: black;
  font-size:27px;
}
.ii_title {
  font-weight: bold;
}
/* Icon bar styling ends here */
.icon_title {
  font-size: 13px;
}
.main_wrap, .main_wrap_horizontal {
  box-shadow:0 3px 2px 0 #d8d8d8;
  margin: auto;
  width: 1180px;
  background:#fff;
}
.main_wrap_horizontal{ box-shadow:none;}
.breadcrumbs {
  float: right;
  padding: 10px 30px;
  color: #000;
  margin-top:19px;
}
.breadcrumbs a{ color:#000; font-weight:bold;}
.left_location {
  background: hsl(197, 58%, 95%) none repeat scroll 0 0;
  float: left;
  margin: 10px;
  min-height: 300px;
  padding: 20px;
  width: 44%;
}

.gallery_post_rightSide li.active_room {
  background: #075691 none repeat scroll 0 0;
  border-radius: 0 20px;
}
.gallery_post_rightSide li.active_room a { color: #fff;}

/* king css */


@media (min-width: 840px) and (max-width: 1250px) {
.rps-image-gallery > ul > li {
    border-radius: 4px;
    box-shadow: 0 0 1px 1px hsl(0, 0%, 90%);
    float: left;
    margin: 8px !important;
    min-height: 262px;
    width: 45% !important;
}  


}



@media (min-width: 1000px) {
body .gallery_post_leftSide{
  width: 65% !important;
}
.gallery_post_leftSide a {
  display: inline-block;
  width: 46%;
}
.gallery_post_leftSide a:nth-child(1) {
  float: left;
}
.gallery_post_leftSide p a img {
  
  display: block;
  height: auto;
  /*  margin: auto;*/
  max-width: 100%;
  padding: 10px;
  width: auto;
  box-shadow: 0 0 1px 1px  #e5e5e5;
}




body .gallery_post_leftSide ul li{
    box-sizing: border-box;
    display: inline-block;
    width: 45% !important;
}
body .gallery_post_rightSide{
    width: 34% !important;
    border-radius: 0px 40px;
    background: #eaf5f9  !important;
}
body .gallery_post_rightSide ul{
    padding: 15px 15px ;
    box-sizing: border-box;
}
body .gallery_post_rightSide ul li{
    text-align: left;
}
body .gallery_post_rightSide ul li a{
    padding: 10px 15px;
}

.rps-image-gallery .gallery-item .gallery-icon {
    clear: both;
    max-height: 100% !important;
    max-width: 100%;
    min-height: 280px;
    padding: 5% !important;
    width: auto !important;
}

}





@media (max-width: 768px){
body.home .header_container {
  top: 0px !important;
  padding-top: 0px !important;
}
.header_right .breadcrumbs {
    padding: 0px !important;
    width: auto;
}



.top_call_us_mobile {
    background-color: #000000;
    color: #ffffff;
    display: inline-block !important;
    font-weight: 800;
    padding: 0 10px;
    float: right;
}

}





@media (min-width: 768px) and (max-width: 999px){
/* first box */
body .gallery_post_leftSide{
    width: 59% !important;
}
body .gallery_post_leftSide ul li{
    box-sizing: border-box;
    display: inline-block;
    width: 43% !important;
}
body .gallery_post_leftSide ul li div.gallery-icon.landscape a img{
    width: auto;
    height: auto;
    max-width: 100%;
    background-position: center;
    background-size: cover;
}
/* SECOND BOX */
body .gallery_post_rightSide{
    width: 40% !important;
    border-radius: 0px 40px;
    background: #eaf5f9  !important;
  }
body .gallery_post_rightSide ul{
    padding: 15px 15px ;
    box-sizing: border-box;
}
body .gallery_post_rightSide ul li{
    text-align: left;
}
body .gallery_post_rightSide ul li a{
    padding: 10px 15px;
}


}


@media (min-width: 559px) and (max-width: 767px){
/* first box */
body .gallery_post_leftSide{
    float: none;
    width: 100% !important;
}
body .gallery_post_leftSide ul li{
    box-sizing: border-box;
    display: inline-block;
    width: 46% !important;
    margin: 10px 10px;
}
/* SECOND BOX */
body .gallery_post_rightSide{
    background: #eaf5f9 none repeat scroll 0 0 !important;
    border-radius: 0 40px;
    display: block;
    float: none;
    margin: auto;
    width: 58% !important;
  }
body .gallery_post_rightSide ul{
  padding: 15px 15px ;
  box-sizing: border-box;
}
body .gallery_post_rightSide ul li{
    text-align: left;
}
body .gallery_post_rightSide ul li a{
    padding: 10px 15px;
}

}



@media (max-width: 559px) {
  /* first box */
body .gallery_post_leftSide{
    float: none;
    width: 100% !important;
}
body .gallery_post_leftSide ul li{
    box-sizing: border-box;
    display: inline-block;
    width: 95% !important;
}
/* SECOND BOX */
body .gallery_post_rightSide{
    background: #eaf5f9 none repeat scroll 0 0 !important;
    border-radius: 0 40px;
    display: block;
    float: none;
    margin: auto;
    width: 95% !important;
  }
body .gallery_post_rightSide ul{
    padding: 15px 15px ;
    box-sizing: border-box;
}
body .gallery_post_rightSide ul li{
    text-align: left;
}
body .gallery_post_rightSide ul li a{
    padding: 10px 15px;
}
.one_fourth.last {
  margin: auto;
  text-align: center;
  width: 51% !important;
}
.one_fourth.last {
  margin: auto;
  text-align: center;
  width: 51% !important;
}
#wonderplugincarousel-1 .amazingcarousel-next {
  margin-right: 25px !important;
  margin-top: -24px;
  right: 0;
  top: 50%;  
}




}


@media (max-width: 400px) {
.header_left {
    min-width: 130px;
}
.top_call_us_mobile {
  padding: 7px 18px !important;
  font-size: 12px !important;
}
.header_right {
  margin-top: 22px !important;
}
.header_right .breadcrumbs {
  padding: 0 !important;
  width: auto !important;
}
body:not(.home) .menu-main-menu-container {
  top: 88px !important;
}
.book_now_link {
  padding: 8px 20px;
}
.content-area {
  padding: 0px 10px;
  box-sizing: border-box;
}

}






body .gallery_post_rightSide li:hover {
      border-radius: 0px 20px;
      background: #075691;
}


.covid_text {
    margin: 0 0 40px;
}
.footer_address br{
  display: none;
}









/*
.gallery_post_leftSide{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.7;
    opacity:.70;
    filter: alpha(opacity=70);
}
#light{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 200px;
    margin-left: -150px;
    margin-top: -100px;                 
    padding: 10px;
    border: 2px solid #FFF;
    background: #CCC;
    z-index:1002;
    overflow:visible;
}*/