/*
Theme Name: Olympus Inn
Theme URI: http://www.cssigniter.com/ignite/themes/olympusinn
Author: CSSIgniter
Author URI: http://www.cssigniter.com
Description: Hotel Theme for WordPress
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ci_theme
Domain Path: /lang
*/

/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Main Navigation
.. 03. Header
.. 04. Modules
.. 05. Footer
.. 06. Comments
.. 07. Widgets Styling
.. 08. WordPress defaults
.. 09. Mobile Menu
.. 10. External Plugins
.. 11. Global Mediaqueries

*/

.item,
.room-gallery-wrap,
.entry-thumb,
.entry-content img,
.entry-content .wp-caption,
.map-wrap,
.hero-wrap,
.widget_ci_book_room_widget,
.flickr_badge_image a {
  background-color: #FFF;
  padding: 25px;
  border: 1px solid #e1e1e1;
  position: relative;
}

.item:after,
.room-gallery-wrap:after,
.entry-thumb:after,
.entry-content img:after,
.entry-content .wp-caption:after,
.map-wrap:after,
.hero-wrap:after,
.widget_ci_book_room_widget:after,
.flickr_badge_image a:after {
  content: "";
  width: 98%;
  left: 50%;
  margin-left: -49%;
  position: absolute;
  bottom: -3px;
  height: 5px;
  background: #FFF;
  border: 1px solid #E1E1E1;
  z-index: -1;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
}

/* -----------------------------------------
	01. General
----------------------------------------- */

/* Basic Typography
=================================== */

body {
  line-height: 1.571428571;
  background-color: #F4F4F4;
  font-size: 14px;
  color: #4f4f4f;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
.widget-title,
h4,
h5,
h6 {
  line-height: normal;
  margin: 0 0 15px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 900;
  color: #2b2b2b;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3,
.widget-title {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0 0 15px 0;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  -webkit-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  outline: none;
  color: #7AA93C;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #94c355;
  outline: none;
  text-decoration: none;
}

a:active {
  outline: none;
}

.group:before,
.group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.group:after {
  clear: both;
}

/* General Element Styling
=================================== */

/* Reset figure margin from normalize.css */

figure {
  margin: 0;
}

/* Lists */

ul,
ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 15px;
}

/* Blockquotes */

blockquote {
  margin: 20px 0;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  font-size: 17px;
  font-weight: 300;
}

blockquote cite {
  display: block;
  font-weight: bold;
  font-style: italic;
  margin: 10px 0 0;
  color: rgba(79, 79, 79, 0.8);
  font-size: 14px;
}

/* Tables */

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.entry-content table {
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
}

.entry-content th:first-child,
.entry-content td:first-child {
  padding-left: 0;
}

.entry-content th,
.entry-content td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content caption,
.entry-content th,
.entry-content td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
  vertical-align: middle;
}

.entry-content th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 85%;
}

.entry-content td {
  border-width: 0 1px 1px 0;
}

/* Code */

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal;
}

pre {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Various */

address {
  margin: 0 0 15px;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Embeds and iframes
=================================== */

embed,
iframe,
object,
video,
audio {
  margin-bottom: 15px;
  max-width: 100%;
}

p > embed,
p > iframe,
p > object,
p > audio,
span > embed,
span > iframe,
span > object,
span > audio {
  margin-bottom: 0;
}

#map * {
  max-width: none !important;
}

/* General Form Styling
=================================== */

label {
  display: block;
  margin: 0 0 2px;
  font-weight: normal;
}

input,
textarea {
  display: inline-block;
  font-size: inherit;
  width: 100%;
  max-width: 100%;
  height: 50px;
  padding: 6px 12px;
  box-shadow: none;
  line-height: normal;
  border: 1px solid #E1E1E1;
  background-color: #FFF;
  background-image: none;
  border-radius: 0;
  font-family: "Roboto Slab", sans-serif;
}

input:focus,
textarea:focus {
  outline: none;
}

input[type="search"] {
  /* Restoring box-sizing */
  box-sizing: border-box;
}

textarea {
  height: auto;
}

select {
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  width: auto;
  height: auto;
}

fieldset {
  margin: 0 0 15px;
  padding: 0;
  border: none;
  min-width: 0;
}

/* Placeholder text color */

::-webkit-input-placeholder {
  color: rgba(79, 79, 79, 0.5);
  font-weight: normal;
  opacity: 1;
}

:-moz-placeholder {
  color: rgba(79, 79, 79, 0.5);
  font-weight: normal;
  opacity: 1;
}

::-moz-placeholder {
  color: rgba(79, 79, 79, 0.5);
  font-weight: normal;
  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(79, 79, 79, 0.5);
  font-weight: normal;
  opacity: 1;
}

/* Buttons
=================================== */

.btn,
.comment-reply-link,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  font-family: "Roboto Slab", sans-serif;
  margin: 0;
  width: auto;
  min-width: 186px;
  height: 57px;
  line-height: normal;
  box-shadow: none;
  border-radius: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 15px 12px 15px;
  background-color: #7AA93C;
  color: #FFF;
  -webkit-transition: 0.18s background-color ease, color 0.18s ease,  0.18s border-color ease;
  transition: 0.18s background-color ease, color 0.18s ease,  0.18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid #7AA93C;
}

.btn:active,
.comment-reply-link:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active {
  outline: none;
}

.btn:hover,
.comment-reply-link:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
  background-color: #5f832f;
  color: #FFF;
  text-decoration: none;
  border-color: #5f832f;
}

.btn:focus,
.comment-reply-link:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus {
  outline: none;
}

.btn.white,
.white.comment-reply-link,
input[type="button"].white,
input[type="submit"].white,
input[type="reset"].white,
button.white {
  background-color: #FFF;
  color: #7AA93C;
  border-color: #FFF;
}

.btn.white:hover,
.white.comment-reply-link:hover,
input[type="button"].white:hover,
input[type="submit"].white:hover,
input[type="reset"].white:hover,
button.white:hover {
  background-color: #5f832f;
  border-color: #5f832f;
  color: #FFF;
}

.btn.transparent,
.transparent.comment-reply-link,
input[type="button"].transparent,
input[type="submit"].transparent,
input[type="reset"].transparent,
button.transparent {
  background-color: transparent;
}

.btn.transparent:hover,
.transparent.comment-reply-link:hover,
input[type="button"].transparent:hover,
input[type="submit"].transparent:hover,
input[type="reset"].transparent:hover,
button.transparent:hover {
  background-color: #5f832f;
}

.btn.transparent.white,
.transparent.white.comment-reply-link,
input[type="button"].transparent.white,
input[type="submit"].transparent.white,
input[type="reset"].transparent.white,
button.transparent.white {
  color: #FFF;
}

.btn.transparent.white:hover,
.transparent.white.comment-reply-link:hover,
input[type="button"].transparent.white:hover,
input[type="submit"].transparent.white:hover,
input[type="reset"].transparent.white:hover,
button.transparent.white:hover {
  background-color: #FFF;
  border-color: #FFF;
  color: #7AA93C;
}

/* Flexslider Overrides
=================================== */

.flexslider {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}

.flexslider.loading:before {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1000;
}

.flexslider .slides > li {
  background-size: cover;
}

.flexslider .slides li:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

.flex-direction-nav a {
  width: 40px;
  height: 40px;
  top: 50%;
  margin: -20px 0 0 0;
  opacity: 0.7;
  color: #FFF;
  line-height: normal;
}

.flex-direction-nav a:hover {
  color: #FFF;
  opacity: 1;
}

.flex-direction-nav a:before {
  font-family: FontAwesome;
  content: '\f053';
  font-size: 34px;
}

.flex-direction-nav a.flex-next:before {
  content: '\f054';
}

.flex-direction-nav a.flex-next {
  right: 10px;
}

.flex-direction-nav a.flex-prev {
  left: 10px;
}

.flex-control-paging li {
  margin: 0 3px;
}

.flex-control-paging li a {
  border: none;
  background: transparent;
  box-shadow: none;
  border-radius: 2px;
}

.flexslider .slides > li:first-child {
  display: block;
  /* Display flexslider's first item no matter if its loading or not */
  -webkit-backface-visibility: visible;
}

.flexslider.loading .slides > li:first-child {
  opacity: 1 !important;
  /* Remove the fade in/out animation when the slider loads */
}

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */

#nav {
  float: right;
  padding-right: 20px;
  margin-top: 15px;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation:before,
#navigation:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

#navigation:after {
  clear: both;
}

#navigation li {
  position: relative;
  z-index: 100;
}

#navigation > li {
  float: left;
}

#navigation ul {
  position: absolute;
  z-index: 300;
  top: -999em;
}

#navigation li:hover > ul,
#navigation .sfHover > ul {
  top: auto;
  left: 10px;
}

#navigation li li:hover > ul,
#navigation li .sfHover > ul {
  top: 0;
  left: 100%;
}

#navigation li li li:hover > ul,
#navigation li li .sfHover > ul {
  top: 0;
  left: 100%;
}

#navigation a,
#navigation #navigation a:visited {
  display: block;
  white-space: nowrap;
}

#navigation a {
  font-size: 14px;
  padding: 0 0 3px 0;
  margin: 0 10px;
  color: #FFF;
  font-family: "Roboto Slab", sans-serif;
  /* Global Menu Link Styles */
}

#navigation > li:last-child > a {
  margin-right: 0;
}

#navigation a:hover,
#navigation .sfHover > a {
  text-decoration: none;
  /* First Level & Global Menu Link Hover Styles */
}

#navigation > li > a {
  /* First Level Menu Link Styles */
}

#navigation > li li {
  border: 1px solid transparent;
  border-bottom: none;
}

#navigation > li ul > li:last-child {
  border-bottom: 1px solid transparent;
}

#navigation > li ul a {
  background: rgba(250, 250, 250, 0.9);
  padding: 8px 12px;
  font-size: 11px;
  color: #6c6c6c;
  margin: 0;
  text-transform: uppercase;
  /* All Other Menu Level Link Styles */
}

#navigation > li ul a:hover,
#navigation > li ul .sfHover > a {
  color: #6c6c6c;
  background: #FFF;
  /* All Other Level Menu Link Hover Styles */
}

#navigation > li > a:hover,
#navigation > li.sfHover > a,
#navigation > li.sfHover > a:active,
#navigation > li.current_page_item > a,
#navigation > li.current-menu-item > a,
#navigation > li.current-menu-ancestor > a,
#navigation > li.current-menu-parent > a,
#navigation > li.current > a {
  border-bottom: 2px solid #FFF;
  /* WordPress First Level Current/Ancestor Hover Page Styles */
}

#navigation ul {
  border: 1px solid #C2C2C2;
  background: transparent;
  min-width: 180px;
  z-index: 50;
  /* All Lower Level Menu Container Styles */
}

#navigation a.sf-with-ul {
  padding-right: 12px;
  position: relative;
  /* Styling for navigation arrows  ---------- */
}

#navigation.sf-arrows .sf-with-ul:after {
  content: '\f078';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  font-size: 8px;
  font-weight: normal;
}

#navigation.sf-arrows ul .sf-with-ul:after {
  right: 15px;
  margin-top: -6px;
  content: "\f054";
  /* Styling for right facing arrows  ---------- */
}

/* -----------------------------------------
	03. Header
----------------------------------------- */

.header {
  position: absolute;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
  padding: 20px 0;
}

.logo {
  margin: 5px 0 0 0;
  font-size: 28px;
}

.logo a,
.logo a:hover,
.logo a:visited {
  color: #FFF;
}

/* Boxed Header
========================================= */

.boxed-header .header {
  width: calc(100% - 30px);
  padding: 20px 30px;
}

.boxed-header .home-slider .slide-content {
  padding-left: 15px;
}

/* Weather + Location Header Info
========================================= */

.theme-weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.resort-info {
  float: right;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "Roboto Slab", sans-serif;
  padding-left: 15px;
}

.resort-location,
.resort-weather {
  display: inline-block;
}

.resort-location {
  line-height: 1.2;
  margin-right: 15px;
}

.resort-town {
  font-size: 16px;
  display: block;
  text-align: right;
}

.resort-country {
  font-weight: 300;
  font-size: 14px;
  text-align: right;
  display: block;
}

.resort-weather i {
  font-size: 26px;
  margin: 0 10px 0 0;
  position: relative;
  top: -3px;
}

.resort-temperature {
  font-size: 36px;
  font-weight: 300;
}

.resort-temperature > span {
  font-size: 14px;
  vertical-align: super;
}

/* -----------------------------------------
	04. Modules
----------------------------------------- */

/* Homepage Slider
========================================= */

.home-slider .slides li {
  height: 850px;
  background-position: top center;
}

.home-slider .slide-content {
  padding: 370px 0 0 0;
  color: #FFF;
}

.home-slider .slide-title {
  color: #FFF;
  font-size: 48px;
  line-height: 1.1;
  margin: -4px 0 30px;
  max-width: 65%;
}

.home-slider .slide-sup {
  font-size: 18px;
  font-family: "Roboto Slab", sans-serif;
  letter-spacing: -0.05em;
  margin: 0;
  font-weight: 300;
}

.home-slider .flex-control-nav,
.room-gallery .flex-control-nav {
  z-index: 10;
  bottom: 180px;
  left: 35px;
  width: auto;
  display: none;
}

.home-slider .flex-control-paging li a,
.room-gallery .flex-control-paging li a {
  background: #f6f6f6;
  background: rgba(255, 255, 255, 0.4);
}

.home-slider .flex-control-paging li a.flex-active,
.home-slider .flex-control-paging li a:hover,
.room-gallery .flex-control-paging li a.flex-active,
.room-gallery .flex-control-paging li a:hover {
  background: #FFF;
}

.boxed-slider .home-slider .flex-control-nav {
  bottom: 80px;
}

.boxed-slider .slides li {
  height: 650px;
  background-position: top center;
}

.boxed-slider .slide-content {
  padding: 280px 0 0 0;
  color: #FFF;
}

/* Video Backgrounds
=================================== */

.ci-video-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.ci-video-wrap.visible .ci-video-background {
  opacity: 1;
}

.ci-video-wrap.visible::before {
  display: none;
}

.ci-video-wrap::before {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
  content: "";
  position: absolute;
  bottom: 50px;
  z-index: 1000;
  left: 50%;
  margin-left: -20px;
}

/* Homepage Video
========================================= */

.ci-video-background {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .45s ease;
  transition: opacity .45s ease;
  height: 300%;
  top: -100%;
}

.ci-video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.home-video-wrapper {
  height: 650px;
  position: relative;
}

/* Pages Layouts
========================================= */

.main {
  padding: 90px 0 35px;
}

.page-hero {
  height: 300px;
  padding: 175px 0 0;
  background-position: top center;
  background-size: cover;
}

.page-title {
  color: #FFF;
  margin: 0;
  font-size: 48px;
  text-align: center;
}

/* Item styling (listing block)
========================================= */

.item {
  margin: 0 0 30px;
  -webkit-transition: all 0.18s ease;
  transition: all 0.18s ease;
}

.item:hover {
  box-shadow: 0 0 43px rgba(0, 0, 0, 0.15);
  border-color: transparent;
}

.item:hover:after {
  opacity: 0;
}

.item-thumb {
  margin: 0 0 15px;
}

.item-thumb > a {
  display: block;
  position: relative;
  color: #2b2b2b;
}

.item-thumb > a:hover {
  color: #7AA93C;
}

.item-title {
  margin: 0;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #FFF;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 24px;
  line-height: 1;
  padding: 10px 15px 0 0;
  font-weight: 900;
}

.item.cpt_video .item-title {
  position: static;
}

.item-excerpt p {
  margin: 0;
}

.offer-badge {
  background-color: #7AA93C;
  color: #FFF;
  text-transform: uppercase;
  font-size: 10px;
  line-height: normal;
  position: absolute;
  right: -5px;
  bottom: 20px;
  font-weight: bold;
  padding: 5px 10px;
  height: 22px;
}

.offer-badge:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 22px;
  border: 5px solid transparent;
  border-left: 5px solid #517128;
  right: -5px;
  z-index: -1;
}

/* Booking Form Inline
========================================= */

.booking-wrap {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 25px;
}

.booking-wrap h3,
.booking-wrap .widget-title {
  color: #FFF;
  border-top: 2px solid #FFF;
}

.booking-wrap.booking-hero {
  display: none;
  width: 360px;
  position: absolute;
  z-index: 5;
  top: 300px;
}

.booking-wrap.booking-hero h3,
.booking-wrap.booking-hero .widget-title {
  padding-top: 10px;
  margin: 0 0 20px;
}

.booking-wrap.booking-inline {
  padding: 100px 0;
  background-size: cover !important;
}

.booking-wrap.booking-inline h3,
.booking-wrap.booking-inline .widget-title {
  padding-top: 15px;
  margin: 0 0 30px;
}

.booking-form .ui-datepicker-trigger {
  position: absolute;
  right: 28px;
  border: none;
  top: 12px;
  background: none;
  color: #C2C2C2;
  font-size: 18px;
  outline: none;
  min-width: 0;
  height: auto;
  padding: 0;
}

.booking-form .ui-datepicker-trigger:hover {
  background: none;
  color: #636363 !important;
}

.booking-form .ui-datepicker {
  z-index: 20 !important;
}

.booking-form .arrival,
.booking-form .departure {
  position: relative;
}

.booking-form .arrival .ui-datepicker-trigger,
.booking-form .departure .ui-datepicker-trigger {
  color: rgba(255, 255, 255, 0.7);
  right: 9px;
}

.booking-form .arrival .ui-datepicker-trigger:hover,
.booking-form .departure .ui-datepicker-trigger:hover {
  color: #FFF !important;
}

.booking-form input[type="text"],
.booking-form select {
  color: #FFF;
  max-width: 100%;
  background-color: transparent;
}

.booking-form input[type=text] {
  border-color: rgba(255, 255, 255, 0.35);
}

.booking-form input[type=text]:focus {
  border-color: #FFF;
  color: #FFF;
}

.booking-form button[type=submit] {
  border-color: #FFF;
  color: #FFF;
  padding: 0 18px 0;
  line-height: normal;
  height: 50px;
  min-width: 100%;
  width: 100%;
}

.booking-form ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.booking-form :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}

.booking-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}

.booking-form :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.booking-form input[type=text]:focus::-webkit-input-placeholder {
  color: #FFF;
}

.booking-form input[type=text]:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
  opacity: 1;
}

.booking-form input[type=text]:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
  opacity: 1;
}

.booking-form input[type=text]:focus:-ms-input-placeholder {
  color: #FFF;
}

.booking-form select {
  width: 100%;
}

.booking-inline .booking-form > div {
  float: left;
  margin-right: 2%;
}

.booking-inline .booking-form .arrival,
.booking-inline .booking-form .departure {
  width: 22%;
}

.booking-inline .booking-form .adults,
.booking-inline .booking-form .room {
  width: 17%;
}

.booking-inline .booking-form .bookbtn {
  margin-right: 0;
  width: 14%;
  text-align: right;
}

.booking-hero .booking-form > div {
  margin: 0 0 15px;
}

.booking-hero .booking-form .arrival,
.booking-hero .booking-form .departure {
  float: left;
  width: 48%;
}

.booking-hero .booking-form .arrival {
  margin-right: 4%;
}

/* Booking Page
========================================= */

.booking-page input,
.booking-page textarea,
.booking-page .dk_container {
  margin: 0 0 30px;
}

.booking-page .ui-datepicker-trigger {
  position: absolute;
  right: 28px;
  border: none;
  top: 12px;
  background: none;
  color: #C2C2C2;
  font-size: 18px;
  outline: none;
  min-width: 0;
  height: auto;
  padding: 0;
}

.booking-page .ui-datepicker-trigger:hover {
  background: none;
  color: #636363 !important;
}

.booking-page .ui-datepicker {
  z-index: 20 !important;
}

.booking-page .arrival,
.booking-page .departure {
  position: relative;
}

.booking-page .arrival .ui-datepicker-trigger,
.booking-page .departure .ui-datepicker-trigger {
  color: rgba(255, 255, 255, 0.7);
  right: 9px;
}

.booking-page .arrival .ui-datepicker-trigger:hover,
.booking-page .departure .ui-datepicker-trigger:hover {
  color: #FFF !important;
}

.booking-page .dk_theme_ci {
  /* Open State */
}

.booking-page .dk_theme_ci .dk_toggle {
  border: 1px solid #E1E1E1;
  color: #A9A9A9;
  background-color: #FFF;
}

.booking-page .dk_theme_ci.dk_open .dk_toggle {
  color: #4f4f4f;
}

.booking-page .dk_theme_ci .dk_options {
  border: 2px solid #E1E1E1;
}

.booking-page .dk_theme_ci .dk_options li {
  border-bottom: 1px solid #E1E1E1;
}

.booking-page .dk_theme_ci .dk_options li:last-child {
  border-bottom: none;
}

.booking-page .dk_theme_ci .dk_options a {
  border: none;
}

/* Room Slider
========================================= */

.room-gallery-wrap {
  margin: 0 0 50px;
}

.room-gallery .flex-control-nav {
  bottom: 25px;
  left: 35px;
  display: block;
}

/* Room Amenities
========================================= */

.entry-excerpt {
  color: #2b2b2b;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 18px;
}

.room-amenities {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}

.room-amenities li {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  color: #313131;
  margin: 0 10px 5px 0;
}

.room-amenities li i {
  color: #7AA93C;
  margin: 0 5px 0 0;
}

/* Blog & Entry Styles
========================================= */

.entry {
  margin: 0 0 60px;
}

.entry:only-of-type {
  margin: 0;
}

.entry-title {
  margin: 0 0 8px;
  line-height: 1.15;
}

.entry-title a {
  color: #2b2b2b;
}

.entry-title a:hover {
  color: #7AA93C;
}

.entry-meta {
  font-family: "Playfair Display", Georgia, serif;
  color: #2b2b2b;
  font-style: italic;
  margin: 0 0 30px;
}

.entry-meta i {
  color: #7AA93C;
  margin-right: 4px;
}

.entry-meta a {
  color: #2b2b2b;
  border-bottom: 2px solid transparent;
}

.entry-meta a:hover {
  border-bottom: 2px solid #7AA93C;
}

.entry-time {
  display: inline-block;
  margin: 0 15px 0 0;
}

.entry-thumb {
  margin: 0 0 30px;
}

.entry .read-more {
  margin-top: 15px;
}

.entry-content img,
.entry-content .wp-caption {
  padding: 8px;
}

.entry-content .wp-caption {
  padding: 10px 10px 5px 10px;
}

.entry-content a {
  color: #2b2b2b;
  border-bottom: 3px solid #7AA93C;
}

.entry-content a:hover {
  border-bottom-color: #4f4f4f;
  color: #000;
}

/* Paging styles
========================================= */

#paging a,
#paging a:visited,
#paging > span {
  background-color: #FFF;
  font-family: "Roboto Slab", sans-serif;
  display: inline-block;
  line-height: normal;
  margin-right: 2px;
  color: #000;
  padding: 11px 17px;
  font-size: 14px;
  border: 1px solid #E1E1E1;
}

#paging a:hover,
#paging .current {
  color: #FFF;
  background-color: #7AA93C;
  text-decoration: none;
  border-color: #7AA93C;
}

#paging span.current {
  color: #FFF;
}

/* Contact Page
========================================= */

.map-wrap {
  margin: 0 0 50px;
}

#map {
  width: 100%;
  height: 420px;
}

/* -----------------------------------------
	05. Footer
----------------------------------------- */

.footer {
  background: #FFF;
  border-top: 1px solid #E1E1E1;
}

.foot-main {
  padding: 85px 0 40px;
}

.foot {
  background-repeat: no-repeat;
  background-position: bottom center;
  font-family: "Roboto Slab", sans-serif;
  font-size: 12px;
  padding: 20px 0;
  color: #FFF;
}

.foot a {
  color: #FFF;
}

.foot a:hover {
  border-bottom: 2px solid #FFF;
}

.foot p.copy {
  text-align: right;
  margin: 0;
}

.foot-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.foot-menu li {
  display: inline-block;
  margin: 0 10px 0 0;
}

/* -----------------------------------------
   06. Comments
----------------------------------------- */

#comments {
  margin: 40px 0 0;
}

#comments h3,
#comments .widget-title {
  margin: 0 0 20px;
}

#comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

#comment-list ol {
  list-style: none;
}

#comment-list .comment-body {
  margin-bottom: 20px;
  padding-top: 20px;
}

#comment-list > .comment:first-child > .comment-body {
  border-top: none;
  padding-top: 0;
}

.post-comments {
  margin: 0 0 45px;
}

.comment-author .avatar {
  width: 64px;
  height: 64px;
  float: left;
  margin: 0 15px 15px 0;
  overflow: visible;
}

.comment-content {
  overflow: hidden;
  zoom: 1;
  font-size: 13px;
}

.comment-metadata {
  font-size: 12px;
  margin: 0 0 5px;
}

.comment-reply-link {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-left: 80px;
  height: auto;
  min-width: 0;
}

.bypostauthor > article .fn:before {
  font-family: FontAwesome;
  content: "\f005";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
  font-size: 11px;
}

#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.form-allowed-tags,
.comment-notes {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(79, 79, 79, 0.8);
}

/* -----------------------------------------
	07. Widgets Styling
----------------------------------------- */

.bottom-widgets {
  margin: 50px 0 0;
}

.widget {
  margin: 0 0 45px;
}

.front-widgets .widget {
  margin: 0 0 50px;
}

.front-widgets .widget:last-child {
  margin: 0 0 30px;
}

.sidebar .widget:last-child,
.widget p:last-child {
  /* Nullify bottom margin for last elements in widgets and sidebars */
  margin-bottom: 0;
}

.widget-title {
  margin: 0 0 25px;
}

/* WIDGET: #List Widgets
========================================= */

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul li {
  padding: 5px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0;
}

.widget ul ul.children li:first-child {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-top: 6px;
}

.widget ul li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.widget ul.children li {
  padding-left: 15px;
}

.widget .current-cat > a,
.widget .current-cat-parent > a {
  font-weight: bold;
}

/* WIDGET: #Hero Widget
========================================= */

.hero-item {
  text-align: center;
  padding: 120px 20px 130px;
  background-position: center center;
}

.footer .hero-item,
.sidebar .hero-item {
  height: auto;
  padding: 40px 20px;
}

.hero-item-title {
  font-weight: 900;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 48px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.footer .hero-item-title,
.sidebar .hero-item-title {
  padding: 0;
  font-size: 32px;
}

.hero-item-subtitle {
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.05em;
  margin: 0 0 40px;
}

/* WIDGET: #Book Room
========================================= */

.widget_ci_book_room_widget .book-now-price {
  font-family: "Playfair Display", Georgia, serif;
  font-style: italic;
  font-size: 1.3em;
  display: block;
  margin: -15px 0 15px;
}

/* WIDGET: #Testimonial Slider
========================================= */

.testimonials {
  background: none;
  margin-bottom: 0;
}

.sidebar .testimonials {
  margin: 0;
}

.testimonials .flex-control-nav {
  position: static;
  margin-top: 20px;
}

.testimonials .slides img {
  display: inline-block;
  width: auto;
  border-radius: 100%;
  margin: 0;
  max-width: 100px;
  height: auto;
}

.testimonials .flex-direction-nav li,
.testimonials .slides li {
  border: none;
  margin: 0;
  padding: 0;
}

.testimonials .flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  top: 50%;
  text-shadow: none;
  color: inherit;
  opacity: 0.7;
}

.testimonials .flex-direction-nav a:hover {
  color: inherit;
  opacity: 1;
}

.testimonials .flex-direction-nav .flex-prev,
.testimonials .flexslider:hover .flex-prev {
  left: 0;
}

.testimonials .flex-direction-nav .flex-next,
.testimonials .flexslider:hover .flex-next {
  right: 0;
}

.testimonials .flex-direction-nav a:before {
  font-size: 30px;
}

.testimonials .flex-control-nav a {
  background-color: #ccc;
  opacity: 0.6;
}

.testimonials .flex-control-nav a.flex-active {
  background-color: #222;
  opacity: 1;
}

.testimonials .flex-control-nav a:hover {
  opacity: 1;
  background-color: #ccc;
}

.testimonial blockquote {
  display: block;
  text-align: center;
  padding: 0;
  margin: 90px 0 0;
  border-left: none;
  font-style: italic;
  font-weight: 300;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.5;
  position: relative;
}

.testimonial blockquote p {
  margin-bottom: 30px;
  font-size: 24px;
}

section.widget .testimonial blockquote p {
  font-size: 36px;
}

.testimonial blockquote:before {
  content: "\201C";
  font-size: 173px;
  font-style: normal;
  font-weight: bold;
  position: absolute;
  left: 50%;
  color: #000;
  margin-left: -42px;
  line-height: 1;
  top: -110px;
}

.testimonial cite {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-family: "Playfair Display", Georgia, serif;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
}

.testimonial cite:before {
  content: "";
  position: absolute;
  width: 40px;
  top: 0;
  left: 50%;
  margin-left: -20px;
  border-bottom: 1px solid #222;
}

.testimonial cite span {
  display: block;
  padding: 30px 0 10px;
}

.sidebar .testimonials {
  margin: 0;
}

.sidebar .testimonials > div[class^='col'] {
  padding: 0;
}

.sidebar .testimonials {
  padding: 0;
  margin: 0;
}

.sidebar .testimonials ul li {
  border: none;
  margin: 0;
  padding: 0;
}

.sidebar .testimonials blockquote {
  font-size: 20px;
  padding: 0;
}

.sidebar .testimonials blockquote cite img {
  border-radius: 50%;
}

/* WIDGET: #CI Items
========================================= */

.widget_ci-items {
  margin: 0 0 15px;
}

.front-widgets .widget_ci-items,
.bottom-widgets .widget_ci-items {
  margin: 0 0 15px;
}

/* WIDGET: #Ads125
========================================= */

#ads125,
.ads125 {
  margin: 0;
  padding: 0;
  list-style: none;
}

#ads125 li,
.ads125 li {
  background: none;
  border: none;
  float: left;
  margin: 0 15px 10px 0;
  padding: 0;
  max-width: 125px;
  height: auto;
}

/* WIDGET: #Search
========================================= */

.searchform > div {
  position: relative;
}

.searchform .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  min-width: 0;
  width: 50px;
  padding-top: 12px;
}

/* WIDGET: #Newsletter
========================================= */

.ci-newsletter > p {
  position: relative;
}

.ci-newsletter button[type=submit] {
  min-width: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  line-height: 1;
}

/* WIDGET: #Flickr
========================================= */

.flickr_badge_image {
  float: left;
  margin: 0 15px 15px 0;
}

.flickr_badge_image a {
  padding: 5px;
  display: block;
  line-height: 0;
}

/* WIDGET: #About
========================================= */

.widget_about {
  margin-top: -5px;
}

.widget_about img {
  max-width: 100px;
  height: auto;
}

.widget_about .alignleft {
  float: left;
  margin: 5px 15px 6px 0;
}

.widget_about .alignright {
  float: right;
  margin: 5px 0 6px 15px;
}

/* WIDGET: #Text Widget
========================================= */

.widget_text p:last-child {
  margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */

.widget_ci_twitter_widget ul li {
  margin-bottom: 12px;
}

.widget_ci_twitter_widget ul li:first-child {
  padding-top: 0;
}

.widget_ci_twitter_widget .twitter-time {
  display: block;
  font-size: 0.85em;
}

/* WIDGET: #Calendar
================================================== */

#wp-calendar {
  width: 100%;
}

#wp-calendar a {
  font-weight: bold;
  font-style: italic;
}

#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
  padding: 9px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 8px;
}

#wp-calendar tbody td {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 3px;
}

#wp-calendar tbody td:hover {
  background: rgba(0, 0, 0, 0.1);
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* WIDGET: #Social Icons (HTML only)
========================================= */

.social-icon i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #333;
  color: #FFF;
  border: 1px solid #333;
  font-size: 24px;
  border-radius: 36px;
  text-align: center;
  display: inline-block;
}

.social-icon:hover i {
  background-color: #575757;
}

/* -----------------------------------------
	08. WordPress Defaults
----------------------------------------- */

/* WordPress Galleries
=================================== */

.gallery {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 15px;
}

.gallery:before,
.gallery:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.gallery:after {
  clear: both;
}

.gallery-item {
  margin-bottom: 10px;
}

.gallery-item img {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.gallery-columns-2 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.gallery-columns-5 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.gallery-columns-6 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.gallery-columns-7 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.gallery-columns-8 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.gallery-columns-9 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0 5px;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: calc(100% - 10px);
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* WordPress Classes
=================================== */

/* Alignment */

.alignnone {
  margin: 5px 0 20px 0;
}

p .alignnone {
  margin-bottom: 0;
}

.aligncenter {
  display: block;
  margin: 7px auto 7px auto;
}

.alignright {
  float: right;
  margin: 7px 0 7px 24px;
}

.alignleft {
  float: left;
  margin: 7px 24px 7px 0;
}

/* Captions */

.wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: 3px 0 5px;
  padding: 5px 0 0 0;
  text-align: left;
  font-style: italic;
}

.sticky {
  /* sticky styles here if needed */
}

/* -----------------------------------------
  09.  MOBILE MENU
----------------------------------------- */

#mobilemenu {
  display: none;
}

#mobile-bar {
  display: none;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: #FFF;
  padding: 15px 10px 0 10px;
  height: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.menu-trigger,
.menu-trigger:focus {
  width: 24px;
  height: 21px;
  background: none;
  cursor: pointer;
  opacity: 0.85;
  margin: 0;
  outline: none;
  position: absolute;
  left: 10px;
  top: 9px;
  color: #333;
  font-size: 30px;
  line-height: 1;
}

.menu-trigger:hover {
  opacity: 0.95;
  color: #333;
}

.menu-trigger:active {
  opacity: 1;
}

.mob-title {
  color: #222;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/* -----------------------------------------
	10. External Plugins
----------------------------------------- */

/**
 * CSSIgniter Dropckick styles
 */

.dk_theme_ci {
  /* Container */
  /* Toggle */
  /* Focus State */
  /* Open State */
  /* Options Menu */
  /* Inner Options */
  /* Set a width property here */
}

.dk_theme_ci.dk_container {
  width: 100% !important;
  outline: none;
  font-family: "Roboto Slab", sans-serif;
  line-height: normal;
  cursor: pointer;
}

.dk_theme_ci a:hover {
  text-decoration: none;
}

.dk_theme_ci .dk_toggle {
  border: 1px solid #FFF;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #A9A9A9;
  color: rgba(255, 255, 255, 0.6);
  outline: none;
  font-size: 14px;
  text-decoration: none;
  padding: 16px 18px;
  height: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100% !important;
}

.dk_theme_ci .dk_toggle:after {
  font-family: FontAwesome;
  line-height: normal;
  font-weight: normal;
  font-size: 12px;
  content: "\f078";
  position: absolute;
  top: 19px;
  right: 10px;
}

.dk_theme_ci.dk_focus .dk_toggle,
.dk_theme_ci:focus .dk_toggle {
  border-color: #C2C2C2;
  -webkit-transition: border-color 0s linear;
  transition: border-color 0s linear;
}

.dk_theme_ci.dk_open .dk_toggle {
  color: #A9A9A9;
}

.dk_theme_ci .dk_options {
  border: 2px solid #7AA93C;
  border-top: 1px solid rgba(0, 0, 0, 0.001);
  z-index: 10;
}

.dk_theme_ci .dk_options li {
  border-bottom: 1px solid #C2C2C2;
}

.dk_theme_ci .dk_options li:last-child {
  border-bottom: none;
}

.dk_theme_ci .dk_options a {
  background: #FFF;
  color: #6c6c6c;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 8px;
}

.dk_theme_ci .dk_options a:hover {
  background: #7AA93C;
  color: #FFF !important;
}

.dk_theme_ci .dk_options_inner {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b-form .dk_theme_ci .dk_toggle {
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.18s;
  transition: 0.18s;
}

.b-form .dk_theme_ci.dk_focus .dk_toggle,
.b-form .dk_theme_ci:focus .dk_toggle {
  border-color: #FFF;
}

.b-form .dk_theme_ci.dk_open .dk_toggle {
  color: #FFF;
  border-color: #FFF;
}

.b-form .dk_theme_ci .dk_options {
  border: 2px solid #C2C2C2;
}

.b-form .dk_theme_ci .dk_options li {
  border-bottom: 1px solid #FFF;
}

.b-form .dk_theme_ci .dk_options a {
  background: rgba(250, 250, 250, 0.9);
  color: #6c6c6c;
}

.b-form .dk_theme_ci .dk_options a:hover {
  background: #FFF;
  color: #333 !important;
}

.dk_container {
  display: none;
  float: left;
}

.dk_container a {
  outline: 0;
}

.dk_toggle {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}

.dk_open {
  position: relative;
}

.dk_open .dk_options {
  display: block;
}

.dk_open .dk_label {
  color: inherit;
}

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%;
}

.dk_options a,
.dk_options a:link,
.dk_options a:visited {
  display: block;
}

.dk_options_inner {
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.dk_container select {
  position: absolute;
  top: -99999em;
  visibility: hidden;
  display: none;
}

.dk_mobile {
  position: relative;
}

.dk_mobile select {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* Jetpack Sharing */

.sharedaddy {
  margin-top: 30px;
}

/* WP Instagram */

.null-instagram-feed p {
  padding-top: 10px;
}

.widget .instagram-pics:before,
.widget .instagram-pics:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.widget .instagram-pics:after {
  clear: both;
}

.widget .instagram-pics li {
  border-bottom: 0;
  padding: 0;
  float: left;
  width: 33.33333333333%;
}

.widget .instagram-pics li a {
  display: block;
}

/* -----------------------------------------
	11. Global Mediaqueries
----------------------------------------- */

@media (min-width: 768px) {
  .gallery-columns-1 .gallery-item {
    float: left;
    width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    float: left;
    width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    float: left;
    width: 33.33333%;
  }

  .gallery-columns-4 .gallery-item {
    float: left;
    width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    float: left;
    width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    float: left;
    width: 16.66667%;
  }

  .gallery-columns-7 .gallery-item {
    float: left;
    width: 14.28571%;
  }

  .gallery-columns-8 .gallery-item {
    float: left;
    width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    float: left;
    width: 11.11111%;
  }
}

@media (max-width: 1080px) {
  .ci-video-wrap::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .boxed-header .header {
    padding: 20px 12px;
  }

  .resort-info {
    float: none;
    position: absolute;
    right: 15px;
    top: -70px;
    border-left: 0;
    padding: 0;
  }

  #nav {
    margin-top: -5px;
    padding-right: 0;
  }

  .booking-wrap.booking-hero {
    width: 320px;
    top: 220px;
  }

  .booking-wrap.booking-inline {
    padding: 30px 0;
  }

  .home-slider .slides li {
    height: 700px;
  }

  .home-slider .slide-content {
    padding-top: 270px;
  }

  .boxed-header .home-slider .slide-content {
    padding-left: 0;
  }

  .home-slider .slide-title {
    max-width: 52%;
    font-size: 38px;
  }

  .home-slider .slide-sup {
    max-width: 52%;
  }

  .home-slider .flex-control-nav {
    bottom: 95px;
  }

  .item,
  .room-gallery-wrap,
  .entry-thumb,
  .entry-content img,
  .entry-content .wp-caption,
  .hero-wrap {
    padding: 12px;
  }

  .entry-content .wp-caption img {
    padding: 0;
  }

  .page-hero {
    height: 270px;
    padding: 155px 0 0;
  }

  .main {
    padding: 60px 0;
  }

  .foot-main {
    padding: 65px 0 20px;
  }

  #map {
    height: 360px;
  }
}

@media (max-width: 767px) {
  input,
  textarea {
    width: 100%;
  }

  #comment-list ol {
    margin: 0;
    padding: 0;
  }

  .comment-author .avatar {
    display: none;
  }

  .comment-reply-link {
    margin: 0;
  }

  #mobilemenu {
    display: block;
  }

  #mobile-bar {
    display: block;
  }

  #page {
    padding-top: 48px;
    /* For mobile bar */
  }

  #nav,
  .resort-info {
    display: none;
  }

  .header {
    height: auto;
    padding: 10px 0 20px;
  }

  .logo,
  .slogan {
    text-align: center;
    display: block;
  }

  .home-slider .slides li {
    height: 400px;
  }

  .home-slider .slide-content {
    padding: 120px 15px 0;
    text-align: center;
  }

  .home-slider .slide-title {
    max-width: 100%;
    font-size: 38px;
  }

  .home-slider .slide-sup {
    max-width: 100%;
  }

  .home-slider .flex-control-nav {
    display: none !important;
    width: 100%;
    bottom: 10px;
    left: 0;
  }

  .booking-wrap.booking-hero {
    width: auto;
    position: static;
    display: block;
  }

  .booking-wrap.booking-inline .booking-form > div {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }

  .hero-item {
    height: auto;
    padding: 20px;
  }

  .hero-item-title {
    padding: 0;
    font-size: 36px;
  }

  .main {
    padding: 60px 0 20px;
  }

  .page-hero {
    height: auto;
    padding: 105px 0 35px;
  }

  .page-title {
    font-size: 31px;
    text-align: center;
  }

  .entry-title {
    font-size: 25px;
  }

  .sidebar {
    margin-top: 50px;
  }

  .room-gallery .flex-control-nav {
    bottom: 5px;
    left: 15px;
  }

  .entry-excerpt {
    font-size: 16px;
  }

  .foot-menu,
  .foot p.copy {
    margin: 5px 0;
    text-align: center;
  }

  #map {
    height: 280px;
  }
}