@charset "UTF-8";
/*!
 Theme Name:   OceanInnTwentyTwo
 Theme URI:    https://crowerks.com
 Description:  Ocean Inn Twenty Two
 Author:       crowerks llc
 Author URI:   https://crowerks.com
 Version:      tcrow_2.8.5
 License:      GNU General Public License v2 or later
 License URI:  https://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  OceanInnTwentyTwo

 HEADS UP: Don't modify style.css, please update style.scss and run it thru compass to compile SASS.

*/
/*--------------------------------------------------------------
## Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Default Bootstrap Colors
--------------------------------------------------------------*/
/*! Crowerks Sass */
/*--------------------------------------------------------------
## Google Font
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Open+Sans&display=swap");
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");
/*--------------------------------------------------------------
## Crowerks SASS/SCSS Style
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Background Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:100");
.lato {
  font-family: "Lato", sans-serif;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

/*--------------------------------------------------------------
## z-index
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Responsive Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Headings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Layout and Spacing
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## crowerks : site sass
--------------------------------------------------------------*/
html, body, h1, .h1, p, a, div, section {
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFF;
  font-family: "Lato", sans-serif;
  font-size: 1.9em;
  font-weight: 400;
  line-height: 1.7em;
  color: #001441;
  padding: 0;
  margin: 0;
}

body.admin-bar .navbar-fixed-top,
body.admin-bar .top-banner,
body.admin-bar .header-spacer {
  top: 32px;
}

@media screen and (max-width: 782px) {
  html #wpadminbar {
    height: 46px;
    min-width: 240px;
    top: 0;
    position: fixed;
  }
  body.admin-bar .navbar-fixed-top,
  body.admin-bar .top-banner,
  body.admin-bar .header-spacer {
    top: 46px;
  }
}
p {
  padding: 15px;
  line-height: 1.7em;
}

ul, ol {
  padding: 15px 0 0 0;
}

a {
  color: #001441;
  text-decoration: underline;
  /* These Break Words make Long Urls format correctly: */
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -webkit-hyphens: auto;
  hyphens: auto;
}
a:hover {
  color: rgb(0, 7.4461538462, 24.2);
  text-decoration: none;
}

.nounderline,
.nounderline a,
a.nounderline {
  text-decoration: none;
  border: none !important;
}
.nounderline:hover,
.nounderline a:hover,
a.nounderline:hover {
  text-decoration: underline;
}

hr {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgb(191.25, 191.25, 191.25) !important;
  width: 100%;
  border-bottom: 1px solid rgb(191.25, 191.25, 191.25) !important;
  max-width: 1200px;
}

.serif {
  font-family: "Lato", sans-serif;
}

.sanserif, .sanserif, .san-serif, .sans-serif {
  font-family: "Open Sans", sans-serif;
}

.row {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.alignleft {
  text-align: left;
}

.grecaptcha-badge {
  display: none;
}

figcaption {
  color: #707070;
}

td {
  vertical-align: top;
}

#site_content h1, #site_content .h1,
#site_content h2,
#site_content .h2,
#site_content h3,
#site_content .h3,
#site_content h4,
#site_content .h4,
#site_content h5,
#site_content .h5,
#site_content h6,
#site_content .h6,
#site_content p,
#site_content ul,
#site_content ol,
#site_content .container,
#site_content .wp-block-buttons {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

#site_content ul, #site_content ol {
  padding-left: 40px !important;
}

.wp-block-columns {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-columns .wp-block-image {
  margin-left: 15px;
  margin-right: 15px;
}

.wp-block-image img {
  width: auto;
  height: auto;
}

.size-banner-image,
.size-banner-image img {
  width: 100%;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  max-width: 100%;
  width: auto;
  vertical-align: middle;
  height: auto;
  margin-bottom: 15px;
}

@media only screen and (max-width: 992px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}

@media only screen and (max-width: 992px) {
  .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media only screen and (min-width: 992px) {
  .wp-block-column {
    flex-basis: calc(50% - 1em) !important;
  }
}

.border {
  border: 1px solid #707070;
}

.bold {
  font-weight: bold;
}

/*--------------------------------------------------------------
() BG Colors
--------------------------------------------------------------*/
a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.bg-white {
  background-color: #FFF;
}

.bg-gray,
.bg-grey {
  background-color: #707070;
}

.bg-light-gray {
  background-color: rgb(191.25, 191.25, 191.25);
}
.bg-light-gray hr {
  border-top: 1px solid rgb(48.25, 48.25, 48.25) !important;
  border-bottom: 1px solid rgb(48.25, 48.25, 48.25) !important;
}

.bg-dark-gray {
  background-color: rgb(48.25, 48.25, 48.25);
}
.bg-dark-gray h1, .bg-dark-gray .h1, .bg-dark-gray h2, .bg-dark-gray .h2, .bg-dark-gray h3, .bg-dark-gray .h3, .bg-dark-gray h4, .bg-dark-gray .h4, .bg-dark-gray h5, .bg-dark-gray .h5, .bg-dark-gray h6, .bg-dark-gray .h6, .bg-dark-gray p, .bg-dark-gray a {
  color: #FFF !important;
}

.bg-dark {
  background-color: #000000;
}

.bg-black {
  background-color: #000000;
}
.bg-black h1, .bg-black .h1, .bg-black h2, .bg-black .h2, .bg-black h3, .bg-black .h3, .bg-black h4, .bg-black .h4, .bg-black h5, .bg-black .h5, .bg-black h6, .bg-black .h6, .bg-black p, .bg-black a {
  color: #FFF;
}

.bg-primary {
  background-color: #001441;
}
.bg-primary h1, .bg-primary .h1, .bg-primary h2, .bg-primary .h2, .bg-primary h3, .bg-primary .h3, .bg-primary h4, .bg-primary .h4, .bg-primary h5, .bg-primary .h5, .bg-primary h6, .bg-primary .h6, .bg-primary p, .bg-primary a {
  color: #FFF !important;
}

.bg-primary-dark {
  background-color: rgb(0, 7.4461538462, 24.2);
}
.bg-primary-dark h1, .bg-primary-dark .h1, .bg-primary-dark h2, .bg-primary-dark .h2, .bg-primary-dark h3, .bg-primary-dark .h3, .bg-primary-dark h4, .bg-primary-dark .h4, .bg-primary-dark h5, .bg-primary-dark .h5, .bg-primary-dark h6, .bg-primary-dark .h6, .bg-primary-dark p, .bg-primary-dark a {
  color: #FFF !important;
}

.bg-secondary {
  background-color: #75704C;
}

.bg-tertiary {
  background-color: #BFBBA7;
}
.bg-tertiary hr {
  border-top: 1px solid #001441 !important;
  border-bottom: 1px solid #001441 !important;
}

/*--------------------------------------------------------------
() Text
--------------------------------------------------------------*/
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-white {
  color: #FFF;
}
.text-white a {
  color: #FFF;
}
.text-white a:hover {
  color: rgb(216.75, 216.75, 216.75);
}

.text-gray {
  color: #707070;
}
.text-gray a {
  color: #707070;
}
.text-gray a:hover {
  color: rgb(48.25, 48.25, 48.25);
}

.text-light-gray {
  color: rgb(191.25, 191.25, 191.25);
}
.text-light-gray a {
  color: rgb(191.25, 191.25, 191.25);
}
.text-light-gray a:hover {
  color: #707070;
}

.text-dark-gray {
  color: rgb(48.25, 48.25, 48.25);
}
.text-dark-gray a {
  color: rgb(48.25, 48.25, 48.25);
}
.text-dark-gray a:hover {
  color: #707070;
}

.text-black {
  color: #000000;
}
.text-black a {
  color: #000000;
}
.text-black a:hover {
  color: rgb(38.25, 38.25, 38.25);
}

.text-primary, .text-blue {
  color: #001441;
}
.text-primary a, .text-blue a {
  color: #001441;
}
.text-primary a:hover, .text-blue a:hover {
  color: rgb(0, 7.4461538462, 24.2);
}

.text-secondary {
  color: #75704C;
}
.text-secondary a {
  color: #75704C;
}
.text-secondary a:hover {
  color: rgb(70.6243523316, 67.6062176166, 45.8756476684);
}

.text-tertiary, .text-yellow {
  color: #BFBBA7;
}
.text-tertiary a, .text-yellow a {
  color: #BFBBA7 !important;
}
.text-tertiary a:hover, .text-yellow a:hover {
  color: rgb(158.7894736842, 152.7763157895, 122.7105263158) !important;
}

/* =============================================================================
                                                Flex Grid
============================================================================= */
/*Flex items*/
.flex-grid {
  display: flex;
  flex-wrap: wrap;
}

.grid-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  width: 33.33%;
}
@media only screen and (max-width: 640px) {
  .grid-item {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .grid-item {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .grid-item {
    width: 33.33%;
  }
}
.grid-item .container {
  max-width: 100% !important;
}
.grid-item .grid-image {
  height: 250px;
  display: block;
  width: 100%;
}

.grid2up {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .grid2up {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .grid2up {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .grid2up {
    width: 50%;
  }
}
.grid2up .grid-image {
  height: 350px;
}

.grid-item figure {
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .grid-item figure {
    max-height: 300px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .grid-item figure {
    max-height: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .grid-item figure {
    max-height: 220px;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-item figure {
    max-height: 300px;
  }
}
@media only screen and (min-width: 1600px) {
  .grid-item figure {
    max-height: 355px;
  }
}

.grid-item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.photo-holder {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 640px) {
  .photo-holder .photo-holder {
    height: 250px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .photo-holder .photo-holder {
    height: 300px;
  }
}

.content-holder {
  width: 100%;
  display: block;
  padding: 0 15px;
}

.stick-below {
  padding: 30px 0;
}

/*--------------------------------------------------------------
() Ratios
--------------------------------------------------------------*/
.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > .ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.five-by-two-point-five {
  position: relative;
}
.five-by-two-point-five:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.five-by-two-point-five > .ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.four-by-three {
  position: relative;
}
.four-by-three:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.four-by-three > .ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.three-by-one {
  position: relative;
}
.three-by-one:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 33.3333333333%;
}
.three-by-one > .ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.one-by-one, .square {
  position: relative;
}
.one-by-one:before, .square:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 33.3333333333%;
}
.one-by-one > .ratio-content, .square > .ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img-circle,
.image-circle,
.circle-image,
.circle-img,
.img-round,
.image-round,
.round-image,
.round-img,
.img-circle img,
.image-circle img,
.circle-image img,
.circle-img img,
.img-round img,
.image-round img,
.round-image img,
.round-img img {
  border-radius: 50%;
  overflow: hidden;
}

/*--------------------------------------------------------------
() Headings
--------------------------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-transform: none;
  color: #001441;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5em;
}

h1, .h1,
.row-guestroom h3,
.row-guestroom .h3 {
  font-size: 3.9rem;
  line-height: 4.4rem;
  text-align: left;
  left: -3px;
  position: relative;
}

h2, .h2 {
  color: #001441;
  font-size: 2.3rem;
  line-height: 2.9rem;
  text-align: left;
  position: relative;
  color: #75704C;
  padding: 0;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 2px;
  font-size: 15px;
  letter-spacing: 2px;
}
h2 a, .h2 a {
  text-decoration: none;
}
h2 a:hover, .h2 a:hover {
  color: rgb(48.25, 48.25, 48.25);
}

h3, .h3 {
  font-size: 2.3rem;
  line-height: 2.9rem;
  text-align: left;
  color: #75704C;
  margin-bottom: -10px;
}

h4, .h4 {
  font-size: 2.3rem;
  line-height: 2.9rem;
  text-align: left;
  text-transform: initial;
  margin-bottom: 0;
}

h5, .h5 {
  font-size: 2rem;
  line-height: 2.6rem;
  text-align: left;
  text-transform: initial;
  margin-bottom: 0;
}

h6, .h6 {
  font-size: 19px;
  line-height: 2;
  text-align: left;
  text-transform: initial;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
  color: #707070;
  padding-top: 45px;
  padding-bottom: 45px;
  border-left: 2px solid #707070;
  border-right: 2px solid #707070;
  line-height: 1.9;
}

/*--------------------------------------------------------------
() Layout
--------------------------------------------------------------*/
.fixed-row,
.row-fixed {
  max-width: 1200px;
  margin: 0 auto;
}

.lead-spacing {
  padding: 15px;
}
@media only screen and (max-width: 640px) {
  .lead-spacing {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .lead-spacing {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .lead-spacing {
    padding: 0 30px;
  }
}
.lead-spacing p {
  padding-left: 0;
}

.room-h2 {
  text-align: center;
}

/*--------------------------------------------------------------
() Heading Fill
--------------------------------------------------------------*/
.gray-cap {
  color: rgb(48.25, 48.25, 48.25);
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: -15px;
  letter-spacing: 1px;
  font-size: 15px;
}

.sub-heading {
  text-align: center;
  color: #001441 !important;
  margin: 0;
}

.chin-title {
  font-weight: 300;
  text-align: center;
  padding: 15px;
  margin: 0;
}
.chin-title a {
  color: #FFF;
}

.excerpt {
  color: #001441;
  text-align: center;
}

/*--------------------------------------------------------------
() UL LI Lists
--------------------------------------------------------------*/
ul.lined-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 300px;
}

.lined-list li {
  border-top: 1px solid #ddd;
  padding: 5px 20px 5px 20px;
  min-height: 40px;
}
.lined-list li:before {
  content: none !important;
  margin-top: initial !important;
  padding-right: initial !important;
  margin-left: initial !important;
}

.lined-list li:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}

.download-list li {
  height: 80px;
}

/*--------------------------------------------------------------
() Images and Media
--------------------------------------------------------------*/
iframe {
  padding-left: 15px;
  padding-right: 15px;
}

.img-responsive {
  width: 100%;
  max-width: 100%;
}

.div-featured-image {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .img-featured-banner {
    display: none;
  }
}

/* Help WordPress Alignment */
img.alignright {
  float: right;
  margin: 10px 20px 10px 10px;
}

img.alignleft {
  float: left;
  margin: 10px 10px 10px 20px;
}

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

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

.rgg-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
}

/*--------------------------------------------------------------
() Content Above Featured Image
--------------------------------------------------------------*/
.white-inner-shadow {
  box-shadow: inset 900px -200px 200px 10px rgba(255, 255, 255, 0.49);
  -webkit-box-shadow: inset 900px -200px 200px 10px rgba(255, 255, 255, 0.49);
  -moz-box-shadow: inset 900px -200px 200px 10px rgba(255, 255, 255, 0.49);
}

.black-inner-shadow {
  box-shadow: inset 1200px -200px 200px 10px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 1200px -200px 200px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: inset 1200px -200px 200px 10px rgba(0, 0, 0, 0.8);
}

/*--------------------------------------------------------------
() Forms
--------------------------------------------------------------*/
input {
  color: #707070 !important;
}

/*--------------------------------------------------------------
() Read  More ...
--------------------------------------------------------------*/
.sh-link {
  text-align: center;
}

.sh-link span {
  display: inline-block;
  position: relative;
}

.sh-link span:before,
.sh-link span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #001441;
  border-top: none;
  top: 0;
  width: 250px;
  margin-top: 15px;
  filter: alpha(opacity=25);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  opacity: 0.25;
}
@media only screen and (max-width: 992px) {
  .sh-link span:before,
  .sh-link span:after {
    width: 100px;
  }
}

.sh-link span:before {
  right: 100%;
  margin-right: 15px;
}

.sh-link span:after {
  left: 100%;
  margin-left: 15px;
}

.wp-video {
  margin: 0 auto;
}

/*--------------------------------------------------------------
() IE Fix
--------------------------------------------------------------*/
.ie-show-this {
  display: none;
  visibility: hidden;
}

@media all and (-ms-high-contrast: none) {
  .ie-width-fix, img {
    width: 100%;
    max-width: 100%;
  }
  /* IE10 */
  .ie-no-show {
    display: none;
    visibility: hidden;
  }
  .ie-show-this {
    display: block;
    visibility: visible;
  }
  *::-ms-backdrop, .ie-width-fix, img {
    width: 100%;
    max-width: 100%;
  }
  /* IE11 */
  *::-ms-backdrop, .ie-no-show {
    display: none;
    visibility: hidden;
  }
  /* IE11 */
  *::-ms-backdrop, .ie-show-this {
    display: block;
    visibility: visible;
  }
  /* IE11 */
}
.site-header {
  margin-bottom: 0;
}

.logo {
  max-width: 156px;
}

.navbar {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  z-index: 101;
}
.navbar a {
  color: #75704C;
  text-decoration: none;
}
.navbar a:hover {
  color: rgb(70.6243523316, 67.6062176166, 45.8756476684);
}

.navbar-nav .nav-link {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.navbar-default {
  background: transparent;
  border: none;
}

@media only screen and (max-width: 992px) {
  .navbar-toggle {
    display: inline-block;
  }
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='https://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

/* =============================================================================
                                                  Menu Collapse Breakpoint
============================================================================= */
@media only screen and (min-width: 992px) {
  .desktopnav {
    display: inline-block;
  }
}
@media only screen and (max-width: 992px) {
  .desktopnav {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .mobilenav {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .mobilenav {
    display: block;
  }
}

/* =============================================================================
                                                  Main Nav Style
============================================================================= */
.tel-link-topper {
  position: absolute;
  top: 0;
  right: 15px;
}
@media only screen and (max-width: 992px) {
  .tel-link-topper {
    display: none;
  }
}

.top-banner {
  position: fixed;
  width: 100%;
  background-color: #75704C;
  color: #FFF;
  font-size: 15px;
  z-index: 5;
  height: auto;
  top: 0;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  height: 40px;
  z-index: 51;
}
.top-banner a {
  color: #FFF;
  text-decoration: none;
}
.top-banner a:hover {
  color: rgb(223.2105263158, 221.2236842105, 211.2894736842);
}
.top-banner p {
  padding: 5px 32px;
}

.menu-logo {
  max-width: 156px !important;
  position: relative;
  z-index: 301;
  margin-left: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  .menu-logo {
    margin-top: 10px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .menu-logo {
    width: 140px;
  } /* IE11 */
}
.header-spacer {
  height: 140px;
  position: static;
}
@media only screen and (max-width: 992px) {
  .header-spacer {
    height: 110px;
  }
}

.home .header-spacer {
  height: 40px;
  position: static;
}
@media only screen and (max-width: 992px) {
  .home .header-spacer {
    height: 10px;
  }
}

.video-holder {
  margin-top: 100px;
}

.top-logo-bg-bar {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  height: 100px;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 40px;
  z-index: 51;
  border-bottom: 1px solid #001441;
}
@media only screen and (max-width: 992px) {
  .top-logo-bg-bar {
    height: 70px;
  }
}

#site_content {
  position: relative;
  transition: margin-left 0.5s;
  padding: 0;
}

#main-menu {
  padding: 0;
  z-index: 101;
  float: none;
  top: 0px;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: inline-block;
  text-align: right;
  padding-top: 25px;
  padding-right: 25px;
}
#main-menu > li {
  display: inline-block;
  float: none;
  padding-bottom: 1px;
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  #main-menu > li {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  #main-menu > li {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #main-menu > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#main-menu > li a {
  padding-top: 15px;
}
#main-menu > li a:hover, #main-menu > li a:focus {
  text-decoration: none;
  background-color: transparent;
  color: rgb(191.25, 191.25, 191.25);
}
@media only screen and (max-width: 992px) {
  #main-menu > li a:hover, #main-menu > li a:focus {
    color: rgb(0, 7.4461538462, 24.2);
  }
}
@media only screen and (min-width: 992px) {
  #main-menu .sub-menu {
    visibility: hidden;
    display: none;
  }
  #main-menu li:hover .sub-menu {
    visibility: visible;
    display: block;
    border-top: 22px solid transparent;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#main-menu #menu-item-814 {
  background-color: #75704C;
  font-weight: bold;
}
#main-menu #menu-item-814:hover, #main-menu #menu-item-814:focus {
  background-color: rgb(70.6243523316, 67.6062176166, 45.8756476684);
}
#main-menu #menu-item-814 a {
  color: #FFF;
}
#main-menu #menu-item-814 a:hover, #main-menu #menu-item-814 a:focus {
  color: rgb(191.25, 191.25, 191.25);
}

.menu-item {
  font-size: 15px;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .menu-item {
    font-size: 17px;
    line-height: 1.8;
  }
  .menu-item li a:hover .sub-menu {
    display: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .menu-item {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-item {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .menu-item {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  .menu-item {
    font-size: 19px;
  }
}

@media only screen and (min-width: 992px) {
  .menu-item:hover .sub-menu {
    visibility: visible;
    display: block;
  }
}
.nav > li > a:focus, .nav > li > a:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.nav > .menu-item-814 > a:focus, .nav > .menu-item-814 > a:hover {
  background-color: transparent !important;
}

/* =============================================================================
                                                  Mobile Nav Style
============================================================================= */
.nav-holder .navbar-toggle {
  margin: 8px;
  width: 54px;
  height: 48px;
  padding: 12px;
  border-radius: 0;
  border-color: rgb(48.25, 48.25, 48.25);
}
.nav-holder .navbar-toggle .btn {
  height: 48px;
}
.nav-holder .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}
.nav-holder .navbar-toggle .icon-bar {
  display: block;
  width: 27px;
  height: 3px;
  border-radius: 1px;
}
.nav-holder .navbar-toggle .icon-bar {
  background-color: #000000;
}
.nav-holder .navbar-toggle .glyphicon {
  color: #000000;
}
.nav-holder .navbar-toggle:hover, .nav-holder .navbar-toggle:focus {
  background-color: rgb(48.25, 48.25, 48.25);
}
.nav-holder .navbar-toggle:hover .icon-bar, .nav-holder .navbar-toggle:focus .icon-bar {
  background-color: rgba(255, 255, 255, 0.9);
}
.nav-holder .navbar-toggle:hover .glyphicon, .nav-holder .navbar-toggle:focus .glyphicon {
  color: rgba(255, 255, 255, 0.9);
}
.nav-holder .phone-button {
  font-size: 24.5454545455px;
  padding-top: 8px;
  margin-left: 12px;
}
.nav-holder .btn-reserve {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 992px) {
  .menu-image-title.menu-image-title-above,
  .menu-image-title.menu-image-title-below {
    text-align: left !important;
  }
}

#panel_slide {
  height: 100vh;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 502;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: #FFF;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 30px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
  /* end li */
}
#panel_slide .menu-image {
  display: none;
  visibility: none;
}
#panel_slide .menu-item {
  text-align: left !important;
}
#panel_slide ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  box-shadow: none;
}
#panel_slide li {
  padding: 0;
  width: 100%;
}
#panel_slide li a {
  padding: 8px 8px 8px 32px;
  text-align: left;
  text-decoration: none;
  font-size: 22px;
  line-height: 29px !important;
  color: #75704C;
  display: block;
  transition: 0.3s;
  width: 100%;
}
#panel_slide li a:hover {
  color: #BFBBA7;
}
#panel_slide #main-menu {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 85px;
}
#panel_slide .closebtn {
  top: 0;
  right: 15px;
  margin-right: 0px;
  font-size: 36px;
  margin-left: 0;
  text-align: right;
  position: absolute;
  padding: 10px 15px;
  text-decoration: none;
}
#panel_slide .admin-bar .closebtn {
  padding: 30px 15px;
}
#panel_slide .drop-arrow:before {
  color: #75704C;
  content: " ❮";
  font-size: 14px;
  margin-top: -1px;
  vertical-align: 1px;
  text-align: right;
  right: 0;
  left: auto;
  position: absolute;
  margin-right: 15px;
  transition-duration: 0.3s;
}
#panel_slide a.activatedrop:before {
  transform: rotate(-90deg);
}

/* end .sidenav */
/* Hide Nav Arrow Drop */
.caret {
  display: none;
}

.sub-menu {
  display: none;
  font-family: "Open Sans", sans-serif;
  top: 100%;
  min-width: 210px;
  padding: 0;
  background-clip: padding-box;
  box-shadow: none;
  margin-bottom: -15px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 19px !important;
}
@media only screen and (max-width: 992px) {
  .sub-menu {
    position: relative;
    margin-left: 30px;
    z-index: 502;
  }
}
@media only screen and (min-width: 992px) {
  .sub-menu {
    position: absolute;
    margin-left: 0;
  }
}
.sub-menu ul, .sub-menu li {
  list-style: none;
}
.sub-menu li {
  display: block;
  text-align: left;
  padding: 5px 15px 5px 30px;
}
.sub-menu li:hover, .sub-menu li:focus {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.sub-menu a {
  color: #75704C;
}
.sub-menu a:hover, .sub-menu a:focus {
  color: #001441 !important;
}

/* Black Up-pointing Triangle: https://www.compart.com/en/unicode/U+25B2 */
/* The navigation menu links */
#darkoverlay {
  width: 100%;
  height: 100%;
  z-index: 499;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  margin-left: -9999px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
.hamburgler-logo {
  position: relative;
  margin-left: 38px;
  width: 160px;
  display: inline-block;
  padding-top: 0;
}

/* =============================================================================
                                                Nav Light Dark
============================================================================= */
.header-dark {
  background-color: rgba(66, 66, 66, 0.75);
}
.header-dark .navbar a {
  color: #FFF;
}
.header-dark .sub-menu {
  background-color: rgba(66, 66, 66, 0.75);
}
.header-dark .sub-menu a {
  color: #FFF;
}
.header-dark .sub-menu a:hover, .header-dark .sub-menu a:focus {
  color: rgb(191.25, 191.25, 191.25) !important;
}
.header-dark .navbar-toggle {
  border-color: #FFF;
}
.header-dark .nav-holder .navbar-toggle .icon-bar {
  background-color: #FFF;
}

.comments-area {
  margin-top: 2em;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.all0 {
  margin: 0 !important;
  padding: 0 !important;
}

.center-this {
  margin-right: auto !important;
  margin-left: auto !important;
}

.post_content {
  margin-top: 0;
}

.top-space {
  padding-top: 30px;
}

/*--------------------------------------------------------------
() Margins
--------------------------------------------------------------*/
.margin-30px, .margin-30, .margin30, .margin30px {
  margin: 30px 30px 30px 30px;
}

.margin-25px, .margin-25, .margin25, .margin25px {
  margin: 25px 25px 25px 25px;
}

.margin-20px, .margin-20, .margin20, .margin20px {
  margin: 20px 20px 20px 20px;
}

.margin-15px, .margin-15, .margin15, .margin15px {
  margin: 15px 15px 15px 15px;
}

.margin-10px, .margin-10, .margin10, .margin10px {
  margin: 10px 10px 10px 10px;
}

.margin-5px, .margin-5, .margin5, .margin5px {
  margin: 5px 5px 5px 5px;
}

.margin-0, .margin-0px {
  margin: 0 0 0 0;
}

.top0 {
  margin-top: 0;
  padding-top: 0;
}

.bottom0 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.left45 {
  margin-left: 45px !important;
}

p.less,
ol.less,
ul.less {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

/*--------------------------------------------------------------
() Padding
--------------------------------------------------------------*/
.padding-30px, .padding-30, .padding30, .padding30px {
  padding: 30px 30px 30px 30px;
}

.padding-25px, .padding-25, .padding25, .padding25px {
  padding: 25px 25px 25px 25px;
}

.padding-20px, .padding-20, .padding20, .padding20px {
  padding: 20px 20px 20px 20px;
}

.padding-15px, .padding-15, .padding15, .padding15px {
  padding: 15px 15px 15px 15px;
}

.padding-10px, .padding-10, .padding10, .padding10px {
  padding: 10px 10px 10px 10px;
}

.padding-5px, .padding-5, .padding5, .padding5px {
  padding: 5px 5px 5px 5px;
}

.padding-0 {
  padding: 0 0 0 0;
}

/*--------------------------------------------------------------
() Margin Horizontal
--------------------------------------------------------------*/
.margin-hoz-30, .margin-hor-30, .margin-hoz-30px, .margin-hor-30px, .marginhoz30, .marginhor-30, .marginhoz30px, .marginhor-30px {
  margin-right: 30px;
  margin-left: 30px;
}

.margin-hoz-15, .margin-hor-15, .margin-hoz-15px, .margin-hor-15px, .marginhoz15, .marginhor-15, .marginhoz15px, .marginhor-15px {
  margin-right: 15px;
  margin-left: 15px;
}

.margin-hoz-10, .margin-hor-10, .margin-hoz-10px, .margin-hor-10px, .marginhoz10, .marginhor-10, .marginhoz10px, .marginhor-10px {
  margin-right: 10px;
  margin-left: 10px;
}

.margin-hoz-5, .margin-hor-5, .margin-hoz-5px, .margin-hor-5px, .marginhoz5, .marginhor-5, .marginhoz5px, .marginhor-5px {
  margin-right: 5px;
  margin-left: 5px;
}

/* Margin Vertical */
.margin-vert-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.margin-vert-30, .margin-vertical-30, .margin-vert-30px, .margin-vertical-30px, .marginvert30, .marginvertical-30, .marginvert30px, .marginvertical-30px {
  margin-top: 30px;
  margin-bottom: 30px;
}

.margin-vert-15, .margin-vertical-15, .margin-vert-15px, .margin-vertical-15px, .marginvert15, .marginvertical-15, .marginvert15px, .marginvertical-15px {
  margin-top: 15px;
  margin-bottom: 15px;
}

.margin-vert-10, .margin-vertical-10, .margin-vert-10px, .margin-vertical-10px, .marginvert10, .marginvertical-10, .marginvert10px, .marginvertical-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-vert-5, .margin-vertical-5, .margin-vert-5px, .margin-vertical-5px, .marginvert5, .marginvertical-5, .marginvert5px, .marginvertical-5px {
  margin-top: 5px;
  margin-bottom: 5px;
}

/*
Where m or p is margin or padding
Where x, y, l, r, t or b is the direction in which the margin or padding is applied
Where 0, 1, 2, 3, 4, 5, 6 or auto is the size of the margin or padding applied
Where @* is the breakpoint from which the margin or padding is applied

Reference: https://github.com/digitaledgeit/sass-spacing
*/
#wp-admin-bar-root-default {
  max-width: 100%;
}

.lower-content {
  color: #FFF;
  padding-top: 0;
}
.lower-content a {
  color: rgb(216.75, 216.75, 216.75);
}

#primary {
  width: 100%;
}

.row-spacer {
  height: 45px;
}

/* =============================================================================
      Vertical Divide
============================================================================= */
.wp-block-separator.is-style-dots::before {
  content: "···";
  color: #001441;
  font-size: 30px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: "Lato", sans-serif;
}

.row.vdivide [class*=col-]:not(:last-child):after {
  background: #001441;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: 0.3;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-height: 70px;
}
@media only screen and (max-width: 640px) {
  .row.vdivide [class*=col-]:not(:last-child):after {
    visibility: hidden;
    display: none;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .row.vdivide [class*=col-]:not(:last-child):after {
    visibility: hidden;
    display: none;
  }
}

.row.vdivide-left [class*=col-]:last-child:before {
  background: #001441;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: 0.3;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  min-height: 70px;
}
@media only screen and (max-width: 640px) {
  .row.vdivide-left [class*=col-]:last-child:before {
    visibility: hidden;
    display: none;
  }
}

.row.vdivide [class*=col-],
.row.vdivide-left [class*=col-] {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 640px) {
  .row.vdivide [class*=col-],
  .row.vdivide-left [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}

/* =============================================================================
() Images / Featured / Gallery
============================================================================= */
.auto-width, .autowidth,
.width-auto, .widthauto,
.auto-width img, .autowidth img,
.width-auto img, .widthauto img {
  width: auto !important;
}

.single-format-gallery .item img {
  max-width: auto;
  width: 100%;
}

.featured-image-holder,
.short-image-holder {
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .featured-image-holder,
  .short-image-holder {
    max-height: 640px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .featured-image-holder,
  .short-image-holder {
    max-height: 600px;
  }
}
@media only screen and (min-width: 992px) {
  .featured-image-holder,
  .short-image-holder {
    max-height: 550px;
  }
}
@media only screen and (min-width: 1200px) {
  .featured-image-holder,
  .short-image-holder {
    max-height: 500px;
  }
  .featured-image-holder img,
  .short-image-holder img {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 1600px) {
  .featured-image-holder,
  .short-image-holder {
    max-height: 500px;
  }
  .featured-image-holder img,
  .short-image-holder img {
    margin-top: -250px;
  }
}

.video-holder {
  border-bottom: solid 7.5px #001441;
  margin-bottom: 15px;
}

.tall-image-holder {
  max-height: 850px;
  overflow: hidden;
  margin-bottom: 15px;
  border-bottom: solid 7.5px #001441;
}
@media only screen and (max-width: 640px) {
  .tall-image-holder {
    max-height: 300px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .tall-image-holder {
    max-height: 450px;
  }
}
@media only screen and (min-width: 992px) {
  .tall-image-holder {
    max-height: 650px;
  }
}
@media only screen and (min-width: 1200px) {
  .tall-image-holder {
    max-height: 700px;
  }
}
@media only screen and (min-width: 1600px) {
  .tall-image-holder {
    max-height: 800px;
  }
}

.featured-image-holder img,
.short-image-holder img,
.tall-image-holder img {
  max-width: auto;
  width: 100%;
}

.single-banner {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.single .single-banner {
  margin-top: -10%;
}
@media only screen and (min-width: 1200px) {
  .single .single-banner {
    margin-top: -18%;
  }
}
@media only screen and (min-width: 1600px) {
  .single .single-banner {
    margin-top: -22%;
  }
}

.gallery-caption {
  display: none;
  visibility: hidden;
}

/*This is the hover effect on the gallery items*/
.dgwt-jg-effect-layla .dgwt-jg-item:hover img {
  opacity: 0.75;
}

#feature-homepage-slider p, #feature-homepage-slider a, #feature-homepage-slider a:hover {
  color: #FFF;
}

#feature-homepage-slider .btn {
  background-color: transparent;
  border: 2px solid #FFF;
}

#feature-homepage-slider .btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.full-sized {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-size: cover;
  margin: 0;
  padding: 0;
}

.image-go-left {
  position: relative;
  margin-left: -100px;
}

.image-go-right {
  position: relative;
  margin-right: -100px;
  display: block;
  float: right;
}
.image-go-right figure {
  float: right;
}

@media only screen and (max-width: 992px) {
  .image-go-left,
  .image-go-right,
  .image-go-left .alignleft,
  .image-go-right .alignright {
    float: none !important;
    margin: 0 auto !important;
    position: inherit;
  }
}

.page-id-2137 .content-spacing {
  overflow-x: hidden;
}

.home iframe {
  padding: 0 !important;
}

/* =============================================================================
() Flex
============================================================================= */
.row-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
@media only screen and (max-width: 992px) {
  .row-flex {
    flex-flow: column wrap;
  }
}

.col-flex {
  flex: 1;
}
@media only screen and (max-width: 992px) {
  .col-flex {
    width: 100%;
  }
}

.flex-content {
  flex: 1;
}
@media only screen and (max-width: 992px) {
  .flex-content {
    order: 2;
    width: 100%;
  }
}

.flex-image {
  flex: 1;
}
@media only screen and (max-width: 992px) {
  .flex-image {
    order: 1;
    width: 100%;
    height: 300px;
  }
}

.customNavigation {
  text-align: center;
}

.customNavigation a {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* =============================================================================
                                                Carousel Fade
============================================================================= */
.single-format-gallery .carousel-control {
  z-index: 2;
  padding-top: 30%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-bottom: 15px;
}

#agnosia-bootstrap-carousel {
  margin-bottom: 30px;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 10%;
  opacity: 0.75;
  filter: alpha(opacity=75);
  font-size: 20px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control {
  padding-top: 25%;
  font-size: 180px;
}

.carousel-content {
  display: flex;
  align-items: center;
  min-height: auto;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-caption {
  display: none;
  visibility: hidden;
}

.carousel-indicators {
  z-index: 9;
}

#swipebox-title {
  display: none;
  visibility: hidden;
}

.owl-carousel .owl-item img {
  margin: 0 auto !important;
  width: 100% !important;
  height: auto;
}

#photo-slider, .owl-carousel {
  display: flex !important;
}

/*--------------------------------------------------------------
() Show Category
--------------------------------------------------------------*/
.title-portfolio {
  height: auto;
  width: 100%;
  position: relative;
  border: 1px solid #707070;
  border-top: transparent;
  margin-top: 0;
  background: transparent;
  min-height: 76px;
}
@media only screen and (max-width: 992px) {
  .title-portfolio {
    font-size: 1.9em;
  }
}
.title-portfolio a, .title-portfolio h3, .title-portfolio .h3, .title-portfolio p {
  color: #001441;
  text-decoration: none;
}
.title-portfolio a:hover, .title-portfolio h3:hover, .title-portfolio .h3:hover, .title-portfolio p:hover {
  text-decoration: none;
}

.individual {
  background: #000000;
  box-sizing: border-box;
}
.individual img {
  width: 100%;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}
.individual:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.individual:hover h3, .individual:hover .h3, .individual:hover p {
  text-shadow: 2px 2px 3px #000000;
}

/*--------------------------------------------------------------
() Blockquote
--------------------------------------------------------------*/
.full-width-blockquote {
  margin: 0;
  padding-left: 45px;
  padding-right: 45px;
  margin-left: -45px;
  margin-right: -45px;
}
@media only screen and (max-width: 992px) {
  .full-width-blockquote {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.wp-block-pullquote {
  padding: 0;
  clear: both;
}

blockquote {
  border: none;
  font-family: "Open Sans", sans-serif;
  background-color: rgb(191.25, 191.25, 191.25);
  color: #000000;
  border-left: 2px solid #BFBBA7;
  border-right: 2px solid #BFBBA7;
  position: relative;
  font-style: normal !important;
  margin: 0;
}
blockquote p {
  font-size: 19px !important;
  line-height: 1.9 !important;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  text-align: center;
}

/*--------------------------------------------------------------
() Title Portfolio
--------------------------------------------------------------*/
.title-holder {
  position: absolute;
  top: 5%;
  left: 5%;
}
@media only screen and (max-width: 640px) {
  .title-holder {
    top: 1%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .title-holder {
    top: 2%;
  }
}

.text-shadow {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.title-atop-image {
  color: #FFF;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.above-image {
  position: absolute;
  top: 100px;
  max-width: 1200px;
  left: 5%;
  right: 5%;
}
@media only screen and (max-width: 992px) {
  .above-image {
    top: 10px;
  }
}

.home-feat-title {
  font-size: 500%;
  line-height: 1;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 640px) {
  .home-feat-title {
    font-size: 200%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .home-feat-title {
    font-size: 300%;
  }
}
@media only screen and (min-width: 992px) {
  .home-feat-title {
    font-size: 400%;
  }
}
@media only screen and (min-width: 1200px) {
  .home-feat-title {
    font-size: 450%;
  }
}
@media only screen and (min-width: 1600px) {
  .home-feat-title {
    font-size: 500%;
  }
}

.home-description {
  max-width: 800px;
  font-size: 150%;
  padding: 5px 10px;
  font-weight: 400;
  color: #FFF;
  top: 180px;
}
@media only screen and (max-width: 640px) {
  .home-description {
    font-size: 100%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .home-description {
    font-size: 115%;
  }
}
@media only screen and (min-width: 992px) {
  .home-description {
    font-size: 130%;
  }
}
@media only screen and (min-width: 1200px) {
  .home-description {
    font-size: 140%;
  }
}
@media only screen and (min-width: 1600px) {
  .home-description {
    font-size: 150%;
  }
}

.title-with-no-image {
  font-size: 50px;
  padding: 0px 30px;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 300;
}

.div-no-featured-img {
  position: relative;
  top: 0;
  padding: 0 15px 15px 15px;
}

@media only screen and (min-width: 992px) {
  .column-middle {
    border-left: 1px solid #75704C;
    border-right: 1px solid #75704C;
  }
}
@media only screen and (max-width: 992px) {
  .column-middle {
    border-top: 1px solid #75704C;
    border-bottom: 1px solid #75704C;
  }
}

.circle {
  position: relative;
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid gray;
}

.circle img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =============================================================================
                                                Home Feat
============================================================================= */
@media only screen and (min-width: 992px) {
  .home-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 992px) {
  .home-flex-container {
    display: block;
  }
}

.home-flex-item a {
  color: #FFF;
}
.home-flex-item a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  .home-flex-item {
    flex: 0 1 33.33%;
    align-self: auto;
    margin: 0 15px;
  }
}
@media only screen and (max-width: 992px) {
  .home-flex-item {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .homefeat-content-position {
    padding: 15px;
    margin-top: 27%;
  }
}
@media only screen and (max-width: 992px) {
  .homefeat-content-position {
    padding-top: 33%;
    margin-top: 15px;
  }
}

.homefeat-heading {
  text-align: center;
  color: #FFF;
  text-decoration: none;
  font-size: 30px;
  text-transform: uppercase;
}

.homefeat-bg-img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 50%;
}

.homefeat-topper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.homefeat-topper .btn {
  width: 65%;
}

.homefeat-home-bg {
  min-height: 400px;
  background-size: cover;
  position: relative;
}

@media (min-width: 1400px) {
  .homefeat-home-bg {
    min-height: 450px;
  }
}
@media (max-width: 767px) {
  .home-flex-item {
    flex: 0 1 100%;
  }
  .home-content {
    padding-left: 0;
    padding-right: 0;
  }
  .homefeat-home-bg {
    min-height: 450px;
  }
}
.home .wp-block-columns {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
() Content Spacing
--------------------------------------------------------------*/
.content-space-top {
  margin-top: 100px;
  position: static;
}

.header-space-top {
  height: 100px;
  background-color: transparent;
  position: relative;
}

.bg-image-scale {
  min-height: 800px;
}

.content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.content-spacing {
  padding-top: 45px;
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (max-width: 992px) {
  .content-spacing {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.home-content a {
  text-decoration: none;
  border-bottom: 1px solid rgb(48.25, 48.25, 48.25);
}

.home-content a:hover {
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

#readmore-link-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}
#readmore-link-2 a {
  color: #BFBBA7;
}

.sh-link span:before, .sh-link span:after {
  border-bottom: 1px solid #BFBBA7;
}

/* =============================================================================
                                                 Cover the Basics
============================================================================= */
.set-featured-image {
  width: 100%;
  max-height: 640px;
  overflow: hidden;
}

.carousel-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-arrows-box {
  width: 200px;
  left: 50%;
  margin-left: -100px;
  position: relative;
}

.home-destination-text-box {
  position: absolute;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 100px;
}

.shadow-bottom {
  box-shadow: 0 6px 6px -2px #515151;
  -webkit-box-shadow: 0 6px 6px -2px #515151;
  -moz-box-shadow: 0 6px 6px -2px #515151;
}

#content {
  padding: 0;
}

.inline {
  display: inline-block;
}

.noline a, .noline a:hover, .noline a:active {
  text-decoration: none;
}

/* =============================================================================
                                                Content Style
============================================================================= */
.full-bg-image-box {
  background-size: cover;
  background-position: center;
  min-height: 700px;
  margin: 0;
}

.page-spacing {
  margin-top: 100px;
}

.single-format-gallery .page-spacing {
  margin-top: 0;
}

.force-carousel-height {
  height: 800px;
}

.panel-body {
  padding: 15px;
}

.imageshadow {
  padding: 3px;
  border: solid 1px #bfbeb4;
  box-shadow: 1px 1px 5px #999;
}

.imagedropshadow {
  padding: 3px;
  border: solid 1px #EFEFEF;
}

a:hover img.imagedropshadow {
  border: solid 1px #CCC;
  box-shadow: 1px 1px 5px #999;
}

.glowing_box {
  margin: 0;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.23);
  -moz-box-shadows: 0px 0px 13px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.23);
  min-height: 350px;
  cursor: pointer !important;
}

.text-overlay {
  height: 80px;
  width: 100%;
  margin-bottom: 20px;
}

.text-overlay p {
  color: #FFF;
  font-size: 32px;
  text-align: center;
  padding: 17px 0;
}

.go-arrow {
  padding: 15px 5px 0 5px;
}

.bg-fade {
  background-color: rgba(255, 255, 255, 0.85);
}

.boxshadow {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.height120 {
  height: 120px;
}

ul.icon-list {
  padding-left: 65px;
}

.icon-list li {
  display: block;
}

.icon-list li:before {
  font-family: "Glyphicons Halflings";
  font-size: 20px;
  float: left;
  margin-top: 0;
  margin-left: inherit;
  color: #000;
  margin-right: 7px;
  margin-left: -35px;
}

li.icon-address:before {
  content: "\e135";
}

li.icon-phone:before {
  content: "\e182";
}

li.icon-link:before {
  content: "\e144";
}

li.icon-email:before {
  content: "✉";
}

#mc_embed_signup input.email {
  width: 100% !important;
}

.height35 {
  height: 35px;
}

.height40 {
  height: 44px;
}

.input-font-size {
  font-size: 24px;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  color: rgb(48.25, 48.25, 48.25);
}

.clear4:nth-child(3n+4) {
  clear: left;
}

.post-template-default .clear4:nth-child(3n+4) {
  clear: none;
}

.post-template-default .clear4:nth-child(3n+5) {
  clear: left;
}

.home-featured-logo {
  width: 250px;
  max-width: 250px;
  margin: 15px auto;
  text-align: center;
}

.show-packages {
  min-height: 365px;
}

.row-guestroom h3, .row-guestroom .h3, .row-guestroom p {
  text-align: center;
}
.row-guestroom hr {
  margin: 30px auto 10px auto;
  max-width: 100px;
}

img[usemap] {
  border: none;
  height: auto;
  max-width: 550px !important;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  img[usemap] {
    max-width: 400px !important;
  }
}

#post-21 ul, #post-21 ol {
  padding-bottom: 0;
  margin-bottom: -15px;
}

.top30 {
  margin-top: 30px;
}

@media only screen and (max-width: 640px) {
  .wp-block-image .alignright {
    float: none !important;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .wp-block-image .alignright {
    float: none !important;
    margin: 0 auto !important;
  }
}

/* =============================================================================
                                                Panels
============================================================================= */
.panel-default > .panel-heading {
  color: #FFF;
  background-color: #7F5331;
  border-color: #dddddd;
}

.panel-heading a:hover {
  color: #EFEFEF;
}

.panel-title {
  font-size: 28px;
}

.panel-title a {
  display: block;
  width: 100%;
  height: 100%;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
}

.panel-heading a:after {
  /* symbol for "opening" panels */
  font-family: "Glyphicons Halflings";
  /* essential for enabling glyphicon */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: #FFF;
  /* adjust as needed */
}

.panel-heading a.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e080";
  /* adjust as needed, taken from bootstrap.css */
}

/* =============================================================================
                                                  Modal
============================================================================= */
.modal-content h3, .modal-content .h3 {
  font-size: 24px;
  font-style: normal;
}

.modal-header .close {
  margin-top: -15px;
  margin-right: -12px;
  font-size: 50px;
}

/*--------------------------------------------------------------
() Page items
--------------------------------------------------------------*/
.border {
  border: 1px solid rgb(191.25, 191.25, 191.25) !important;
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  .border {
    margin-top: 0;
  }
}

.auto-height {
  display: flex;
  align-items: flex-start !important;
}

.wp-block-cover-image.no-dim:not(.has-background-gradient):before,
.wp-block-cover.no-dim:not(.has-background-gradient):before,
.no-dim, .no-dimmer, .full-opacity {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  background-color: transparent;
}

.gray-out {
  filter: alpha(opacity=25);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  opacity: 0.25;
}

.grid-item-guest-guide .photo-holder {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 640px) {
  .grid-item-guest-guide .photo-holder {
    height: 150px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .grid-item-guest-guide .photo-holder {
    height: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .grid-item-guest-guide .photo-holder {
    height: 250px;
  }
}

.grid-item-guest-guide {
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 auto;
  width: 25%;
}
@media only screen and (max-width: 640px) {
  .grid-item-guest-guide {
    width: 100%;
    padding: 3px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .grid-item-guest-guide {
    width: 50%;
    padding: 7px;
  }
}
@media only screen and (min-width: 992px) {
  .grid-item-guest-guide {
    width: 33.33%;
    padding: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .grid-item-guest-guide {
    width: 25%;
    padding: 10px;
  }
}

.grid-item-guest-guide .content-holder {
  padding: 0;
}

.grid-item-guest-guide h3, .grid-item-guest-guide .h3 {
  padding: 0;
}

.filldiv {
  display: block;
  width: 100%;
  height: 100%;
}

.padding-l-45 {
  padding-left: 45px !important;
}

.row-fixed .col-md-6 p,
.row-fixed .col-md-6 h2,
.row-fixed .col-md-6 .h2 {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 992px) {
  .row-fixed .col-md-6 img {
    padding-top: 30px;
  }
}

/* =============================================================================
                                                  Responsive (LCP CarryOver)
============================================================================= */
@media (max-width: 767px) {
  .mobile-header-items-spacing {
    margin: 0;
    padding: 0;
    padding-top: 15px;
    width: 100%;
  }
  .drop-down-hideshow {
    display: none;
  }
  .header-space-top {
    height: 90px;
  }
  .gr-magnify {
    opacity: 1;
    top: 45%;
  }
  .footer-social {
    padding-top: 0;
  }
  .mainnav {
    text-align: center;
    right: auto;
    left: auto;
    width: 100%;
    position: relative;
    margin-top: 50px;
  }
  .navbar-default {
    height: auto;
  }
  .bg-image-scale {
    min-height: 450px !important;
  }
  .carousel-content {
    display: inline-block;
    align-items: center;
    min-height: 300px;
  }
  .carousel-control.right {
    left: auto;
    right: 0;
    padding-right: 10px;
  }
  .carousel-control {
    font-size: 40px !important;
  }
  .textwidget img {
    padding: 10px 0 10px 0;
  }
  .full-bg-image-box {
    min-height: 500px;
  }
  .white-text-shadow {
    text-shadow: 0px 1px 3px rgb(255, 255, 255);
  }
  .full-sized {
    height: auto !important;
  }
}
/* end 767 or 768 */
@media screen and (max-width: 768px) and (orientation: landscape) {
  .full-page-slider-content {
    width: 100%;
    height: 80vh;
  }
}
@media (max-width: 991px) {
  .carousel-control {
    font-size: 120px;
  }
}
/* MD Size for Logo */
.room-map {
  margin: 0 auto;
}

@media screen and (max-width: 782px) {
  body.admin-bar, body.admin-bar .navbar-fixed-top {
    top: 46px;
  }
  body.admin-bar .nav-row-position {
    top: 117px !important;
  }
}
@media only screen and (max-width: 992px) {
  .visible-desktop {
    display: none;
    visibility: hidden;
  }
}

@media only screen and (min-width: 992px) {
  .visible-mobile {
    display: none;
    visibility: hidden;
  }
}

.visible-above-sm {
  display: block;
}
@media only screen and (max-width: 640px) {
  .visible-above-sm {
    display: none;
  }
}

.visible-small {
  display: none;
}
@media only screen and (max-width: 640px) {
  .visible-small {
    display: block;
  }
}

.visible-tiny-mobile {
  display: none;
}

@media only screen and (max-width: 450px) {
  .visible-small {
    display: none;
  }
  .visible-tiny-mobile {
    display: block;
  }
  .room-map {
    width: 260px;
    min-width: 260px;
  }
}
.show-xlarge {
  display: none;
}

@media (min-width: 1600px) {
  .hidden-xlarge {
    display: none;
  }
  .show-xlarge {
    display: inline-block;
    width: 100%;
  }
}
.widget {
  margin: 0 0 2em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget #wp-calendar {
  width: 100%;
}
.widget .card-header {
  font-size: 1.25rem;
}
.widget.widget_search {
  border: none;
}
.widget .tagcloud a {
  margin-bottom: 0.5rem;
}

/*--------------------------------------------------------------
() Buttons
--------------------------------------------------------------*/
.btn {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 0;
  overflow-wrap: break-word;
}

p .btn,
#site_content .btn,
#site_content a.btn {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.wp-block-button__link,
.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
  color: #FFF !important;
  background-color: #75704C !important;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 10px 24px;
  height: auto !important;
  display: inline;
}

.btn-opacity {
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  opacity: 0.85;
}

.btn-secondary {
  color: #FFF;
  background-color: #707070;
  border-color: rgb(35.5, 35.5, 35.5);
}
.btn-secondary a {
  color: #FFF;
}

.btn-danger {
  color: #FFF;
  background-color: #001441;
  border-color: black;
}

.btn-dark {
  color: #FFF;
  background-color: #000000;
  border-color: rgb(76.5, 76.5, 76.5);
}

.stroke-white {
  border: 1px solid #FFF;
}

.stroke-black {
  border: 1px solid #000000;
}

.btn-underline {
  background: none;
  border: none;
  border-bottom: 2px solid #5d5d5d;
  width: 100%;
  text-align: left;
  box-shadow: none !important;
}

.btn-gray {
  width: 100%;
  color: #5d5d5d;
  background-color: transparent;
  border-color: #5d5d5d;
  transition-duration: 0.5s;
}

.btn-gray:hover {
  background-color: #5d5d5d;
  color: #FFF !important;
  border-color: transparent;
}

.btn-white,
.btn-info {
  color: #001441;
  background-color: #FFF;
  border-color: #001441;
  transition-duration: 0.5s;
}
.btn-white:hover,
.btn-info:hover {
  background-color: #FFF !important;
  color: #19305B !important;
  border: 1px solid #19305B !important;
  text-decoration: underline !important;
}
.btn-white:active,
.btn-info:active {
  background-color: #FFF !important;
  color: #19305B !important;
  border: 1px solid #19305B !important;
  text-decoration: underline !important;
}

.btn-default {
  color: #777 !important;
  background-color: #FFF !important;
  border: 1px solid #777 !important;
  transition-duration: 0.5s;
}

.btn-default:hover {
  background-color: #FFF; /*30% darker */
  color: #000 !important;
  border-color: #000 !important;
  text-decoration: underline !important;
}

.btn-primary {
  color: #FFF !important;
  background-color: #001441;
  border: 1px solid #FFF;
  transition-duration: 0.5s;
}
.btn-primary:hover {
  background-color: #19305B; /*50% darker */
  color: #FFF !important;
  border-color: transparent;
}

.btn-success, .btn-secondary {
  color: #FFF !important;
  background-color: #75704C !important;
  border: 1px solid #FFF;
  transition-duration: 0.5s;
}
.btn-success:hover, .btn-secondary:hover {
  background-color: rgb(70.6243523316, 67.6062176166, 45.8756476684) !important; /*30% darker */
  color: #FFF !important;
  border-color: transparent;
}

.btn-success, .btn-tertiary {
  color: #000000 !important;
  background-color: #BFBBA7 !important;
  border: 1px solid #FFF;
  transition-duration: 0.5s;
}
.btn-success:hover, .btn-tertiary:hover {
  background-color: rgb(158.7894736842, 152.7763157895, 122.7105263158) !important; /*30% darker */
  color: #000000 !important;
  border-color: transparent;
}

.btn-danger {
  color: #707070 !important;
  background-color: #FFF !important;
  border: 1px solid rgb(48.25, 48.25, 48.25) !important;
  transition-duration: 0.5s;
}
.btn-danger:hover {
  color: rgb(48.25, 48.25, 48.25) !important; /*30% darker */
  border: 1px solid #707070 !important;
  border-color: transparent;
}

.btn-link {
  color: #001441 !important;
}
.btn-link:hover {
  color: #19305B !important;
}

.btn-white-outline {
  color: #FFF;
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 0;
}
.btn-white-outline:focus, .btn-white-outline:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.btn-excerpt {
  border: 1px solid #707070;
  max-width: 200px;
  margin: 0 auto 30px auto;
  padding: 9px;
  text-decoration: none;
}
.btn-excerpt:focus, .btn-excerpt:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000000 !important;
}

.btn-offers {
  margin: 30px auto;
}

/* =============================================================================
                              Owl Carousel
============================================================================= */
#owl_content {
  max-width: 100%;
}
#owl_content h1, #owl_content .h1, #owl_content h2, #owl_content .h2, #owl_content h3, #owl_content .h3, #owl_content h4, #owl_content .h4, #owl_content h5, #owl_content .h5, #owl_content h6, #owl_content .h6, #owl_content p, #owl_content a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  #owl_content h1, #owl_content .h1, #owl_content h2, #owl_content .h2, #owl_content h3, #owl_content .h3, #owl_content h4, #owl_content .h4, #owl_content h5, #owl_content .h5, #owl_content h6, #owl_content .h6, #owl_content p, #owl_content a {
    font-size: 1em;
  }
}

.flex-grid #owl_content {
  width: 100%;
}

.owl-lazy {
  background-size: cover;
  background-position: center;
}

.full-page-slider-content {
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 992px) {
  .full-page-slider-content {
    height: 55vh;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .full-page-slider-content {
    height: 75vh;
  }
}
@media only screen and (min-width: 992px) {
  .full-page-slider-content {
    height: 80vh;
  }
}
@media only screen and (min-width: 1200px) {
  .full-page-slider-content {
    height: 100vh;
  }
}

.featured-padding {
  padding: 30px 0 30px 0;
}

.owl-carousel {
  position: relative;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 30%;
  margin-top: -10px;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-nav button {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  font-family: sans-serif;
  font-weight: bold !important;
  color: #FFF !important;
  z-index: 21;
  margin-left: 15px !important;
  margin-right: 15px !important;
  text-shadow: 0px 0px 22px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 640px) {
  .owl-nav button {
    font-size: 4rem !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .owl-nav button {
    font-size: 5rem !important;
  }
}
@media only screen and (min-width: 992px) {
  .owl-nav button {
    font-size: 7rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .owl-nav button {
    font-size: 10rem !important;
  }
}
@media only screen and (min-width: 1600px) {
  .owl-nav button {
    font-size: 13rem !important;
  }
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  opacity: 1 !important;
}

.owl-stage-outer {
  position: relative;
  z-index: 10;
}

.owl-dots {
  position: relative !important;
  margin-top: -75px !important;
  z-index: 99 !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: #FFF !important;
  border-radius: 50px !important;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
}

.owl-carousel .owl-item img {
  width: initial;
}

.just-the-title {
  position: relative;
  top: -80px;
  height: 80px;
  margin-bottom: -80px;
  background: transparent;
  text-align: center;
  text-shadow: 1px 1px 50px black;
  position: relative;
  font-weight: 400;
  transition: 0.5s ease;
}
.just-the-title a, .just-the-title h3, .just-the-title .h3 {
  color: #FFF;
}
@media only screen and (max-width: 992px) {
  .just-the-title {
    top: -80px;
    height: 80px;
  }
}

@media (min-width: 1200px) {
  .owl-carousel .col-lg-4 {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (min-width: 1600px) {
  .owl-carousel .col-lg-4 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.fadeover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.hover-text {
  transition: 0.5s ease;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background-color: #001441;
  color: #FFF;
  padding: 16px 32px;
  z-index: 4;
}

.owl-item:hover .fadeover {
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: 0.3;
}

.owl-item:hover .hover-text {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.owl-item:hover .just-the-title {
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: 0.3;
}

.home-guestroom-titles {
  font-family: "Lato", sans-serif;
  width: 100%;
  margin-top: 295px !important;
  position: absolute;
  z-index: 6;
  color: #FFF;
  text-align: center;
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.cover-room {
  height: 400px;
  max-width: 100%;
}

.imgcover .cover-room {
  height: 400px !important;
  max-width: 100% !important;
}

.cover-featured {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
  height: auto;
  width: 100%;
}

.height600 {
  overflow: hidden;
  padding: 0;
}

.left15 {
  padding-left: 30px !important;
  padding-right: 15px !important;
}

@media (min-width: 767px) {
  .cover-featured {
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: 50% 50% !important;
       object-position: 50% 50% !important;
    height: 600px;
    min-width: 100%;
  }
  .height600 {
    min-height: 600px;
    overflow: hidden;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .height600 {
    min-height: auto;
  }
  .cover-featured {
    height: 300px;
    width: 100% !important;
  }
}
.carousel-img-bg .slider-title-bottom,
.carousel-img-bg a .slider-title-bottom {
  text-align: center;
  padding-top: 0 !important;
  text-shadow: 1px 1px 50px rgb(0, 0, 0);
  width: 100% !important;
  margin-top: -95px !important;
}

.imgcover .slider-title-bottom,
.imgcover a .slider-title-bottom {
  text-align: center;
  padding-top: 0 !important;
  text-shadow: 1px 1px 50px rgb(0, 0, 0);
  width: 100% !important;
  margin-top: -95px !important;
}

#owl_content {
  max-width: 100%;
}
#owl_content h1, #owl_content .h1, #owl_content h2, #owl_content .h2, #owl_content h3, #owl_content .h3, #owl_content h4, #owl_content .h4, #owl_content h5, #owl_content .h5, #owl_content h6, #owl_content .h6, #owl_content p, #owl_content a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  #owl_content h1, #owl_content .h1, #owl_content h2, #owl_content .h2, #owl_content h3, #owl_content .h3, #owl_content h4, #owl_content .h4, #owl_content h5, #owl_content .h5, #owl_content h6, #owl_content .h6, #owl_content p, #owl_content a {
    font-size: 1em;
  }
}

.featured-padding {
  padding: 30px 0 30px 0;
}

.footer {
  background-color: #75704C;
  color: #FFF !important;
}
.footer p {
  text-align: left;
}
.footer a {
  color: #FFF;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}

#inner-footer {
  padding: 5px 30px;
}
@media only screen and (max-width: 992px) {
  #inner-footer {
    padding: 0;
  }
}
#inner-footer .menu-item {
  line-height: 1.8;
  list-style: none;
}

#widget-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  #widget-footer {
    font-size: 17px;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  #widget-footer {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  #widget-footer {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  #widget-footer {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  #widget-footer {
    font-size: 19px;
  }
}
#widget-footer .row {
  width: 100%;
  padding: 0;
  padding-top: 20px;
}
#widget-footer .col-sm-6 {
  padding: 0;
}
#widget-footer img {
  text-align: right;
}
#widget-footer td {
  border: none !important;
}
#widget-footer .wp-image-2580 {
  max-width: 176px;
}
#widget-footer .wp-image-2621 {
  padding-top: 15px;
  max-width: 220px;
}
#widget-footer .wp-block-image {
  margin: 0 auto;
  width: 100%;
  text-align: right;
}
#widget-footer #block-38 {
  width: 100%;
  float: right;
  text-align: right;
}
#widget-footer .wp-image-2097 {
  padding-top: 30px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  #widget-footer {
    padding: 0;
  }
}
#widget-footer .widget, #widget-footer .widget_nav_menu {
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  #widget-footer .widget, #widget-footer .widget_nav_menu {
    padding-left: 0;
    padding-right: 0;
  }
}
#widget-footer p {
  padding: 0;
}
#widget-footer .wp-block-table {
  margin: 15px 0;
  overflow-x: auto;
  float: right;
}
#widget-footer .wp-block-table img {
  height: auto;
  padding: 0 5px;
}

.footer-nav-border {
  border-top: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
}
@media only screen and (max-width: 992px) {
  .footer-nav-border {
    padding-left: 0;
    padding-right: 0;
  }
}

.widgettitle {
  margin-bottom: 7.5px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  text-align: left;
  text-align: left;
  padding-left: 30px !important;
}

.thead-dark {
  background-color: #000000;
}

@media only screen and (max-width: 640px) {
  .site-info {
    width: 100%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .site-info {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .site-info {
    width: 50%;
  }
}
.site-info a {
  color: #FFF !important;
}
.site-info a:hover {
  color: rgb(216.75, 216.75, 216.75);
}

.site-content {
  word-break: break-word;
}

.widget {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .widget {
    bottom: 0;
  }
}

.footer-bg #mc_embed_signup {
  background: transparent !important;
  clear: left;
  font: inherit !important;
  width: 100%;
}

.footer-bg #mc_embed_signup label {
  color: #FFF;
}

.social-ico {
  max-width: 45px !important;
}

.footer-social {
  width: 180px;
  position: relative;
  left: 50%;
  margin-left: -75px;
  padding-top: 10px;
}
@media only screen and (max-width: 640px) {
  .footer-social {
    padding-top: 0;
  }
}
.footer-social a:hover {
  text-decoration: none;
}

.footer-atrribute {
  padding: 0;
  margin: 0;
  padding-top: 12px;
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .footer-atrribute {
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .footer-atrribute {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-atrribute {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-atrribute {
    font-size: 19px;
  }
}

@media only screen and (max-width: 640px) {
  .footer-col-1 {
    padding-left: 56px !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .footer-col-1 {
    padding-left: 56px !important;
  }
}
@media only screen and (min-width: 992px) {
  .footer-col-1 {
    padding-left: 27px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-col-1 {
    padding-left: 27px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-col-1 {
    padding-left: 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  .footer-col-2 {
    padding-right: 20px !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 992px) {
  .footer-col-2 {
    padding-right: 13px !important;
  }
}
@media only screen and (min-width: 992px) {
  .footer-col-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-col-2 {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-col-2 {
    padding-right: 0 !important;
  }
}

@media only screen and (min-width: 992px) {
  .footer-atrribute {
    padding-right: 28px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-atrribute {
    padding-right: 28px !important;
  }
}
@media only screen and (min-width: 1600px) {
  .footer-atrribute {
    padding-right: 30px !important;
  }
}

/*--------------------------------------------------------------
() Social Table
--------------------------------------------------------------*/
.crowerks {
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */