/*
    Theme Name: Agency Pro Theme
    Theme URI: http://my.studiopress.com/themes/agency/
    Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: StudioPress
    Author URI: http://www.studiopress.com/
    Version: 3.0.0
 
    Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
    Template: genesis
    Template Version: 2.0.0
 
    License: GPL-2.0+
    License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.mobile {
  display: none !important;
}

.desktop {
  display: block !important;
}

html {
  margin: 0 !important;
  font-family: 'Open sans',sans-serif !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: 0.75em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  font-size: 46px !important;
  font-weight: 800;
  text-transform: uppercase !important;
}

h2 {
  text-transform: uppercase !important;
  font-weight: 800;
}

p {
  margin-bottom: 1.5em;
  font-size: 14px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

.pro {
  margin: 0 !important;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 2% 5%;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  padding: 10px;
  width: 100%;
  margin: 1% 0 2% 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#google_translate_element {
  display: inline-block;
  padding-left: 18px;
}

.goog-te-gadget, .goog-logo-link {
  color: #fff !important;
}

select.goog-te-combo {
  width: 100% !important;
}

#masthead {
  background: rgba(0, 0, 0, 0.77) none repeat scroll 0% 0%;
  border-bottom: 2px solid;
  border-left: none !important;
  border-right: none !important;
  border-style: dotted;
  border-top: none;
  color: #fff;
  padding: 10px 0;
}
#masthead span {
  padding-left: 10px;
}
#masthead ul {
  display: -moz-grid-line;
  display: -webkit-inline-box;
  font-family: 'Open sans',sans-serif !important;
  font-size: 14px !important;
  list-style-type: none;
  margin: 0;
}
#masthead .widget-wrap ul {
  display: -moz-grid-line;
  display: -webkit-inline-box;
  font-family: 'Open sans',sans-serif !important;
  font-size: 14px !important;
  list-style-type: none;
  margin: 0;
}
#masthead .widget-wrap ul li:nth-child(2) {
  margin-left: 20px;
  margin-right: 20px;
}
#masthead .widget {
  margin: 0;
}
#masthead .cta-container {
  float: right;
  padding-bottom: 10px;
  padding-right: 35px;
}
#masthead .logo-wrapper img {
  padding-bottom: 5px;
  padding-top: 5px;
  width: 80px;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.logo-wrapper {
  display: block !important;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

#slider .large-12 {
  padding: 0;
}
#slider .flex-control-nav.flex-control-paging li a {
  background: rgba(255, 255, 255, 0.38) !important;
}
#slider .flex-control-nav.flex-control-paging .flex-active {
  background: #fff !important;
}
#slider .flexslider {
  border: 0 !important;
  margin: 0 !important;
}
#slider .flexslider .flex-control-nav {
  bottom: 0 !important;
  z-index: 9;
}
#slider .flexslider .slides li .slider-overlay {
  background-size: cover !important;
  height: 750px;
  position: relative;
  background-position: center center !important;
}
#slider .flexslider .slides li .slider-overlay .slide-caption {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
#slider .flexslider .slides li .slider-overlay .slide-caption .text-caption {
  display: table;
  height: 75%;
  width: 100%;
}
#slider .flexslider .slides li .slider-overlay .slide-caption .text-caption div {
  display: table-cell;
  padding: 25px;
  text-align: center;
  vertical-align: middle;
}
#slider .flexslider .slides li .slider-overlay .slide-caption .text-caption div .sldier-title {
  color: #fff;
  font-size: 52px;
  font-weight: 900;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  #slider .flexslider .slides li .slider-overlay .slide-caption .text-caption div .sldier-title {
    font-size: 36px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 420px) {
  #slider .flexslider .slides li .slider-overlay .slide-caption .text-caption div .sldier-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 420px) {
  #slider .flexslider .slides li .slider-overlay .slide-caption .text-caption div .sldier-title {
    font-size: 18px;
  }
}
#slider .flexslider .slides li .slider-overlay .slide-caption .text-caption div p {
  color: #fff;
  font-size: 16px !important;
  line-height: 30px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
#slider .flexslider .slides li .slider-overlay .slide-caption .text-caption div a {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #0a0a0a;
  font-size: 14px !important;
  margin-right: 15px;
  padding: 20px 50px;
  text-transform: uppercase;
}
@media only screen and (max-width: 320px) {
  #slider .flexslider .slides li .slider-overlay .slide-caption .text-caption div a {
    font-size: 12px !important;
  }
}
#slider .flexslider .slides li .slider-overlay .slide-caption .text-caption div a:hover {
  background: #0cc4c6;
  border: 1px solid #4a99d3;
  color: #fff;
  transition: background 0.5s ease;
}

/*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/
#package {
  padding: 40px;
}

#package-wrapper {
  padding: 10px 0;
}
#package-wrapper h2 {
  text-align: center;
}
#package-wrapper p {
  padding: 20px 0;
  text-align: center;
}

.package-item {
  position: relative;
  margin-bottom: 40px;
  height: 40vh;
  background-size: cover;
  background-position: bottom center;
}
@media only screen and (max-width: 420px) {
  .package-item {
    height: 30vh;
  }
}
.package-item .feature-img img {
  width: 100%;
}
.package-item .caption-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
}
.package-item .caption-box .price-box {
  background: #0cc4c6;
  display: inline-block;
  padding: 5px 10px;
  color: white;
  font-size: 14px;
  text-align: right;
  font-style: italic;
  font-weight: 900;
}
@media only screen and (max-width: 420px) {
  .package-item .caption-box .price-box {
    font-size: 10px;
  }
}
@media only screen and (max-width: 320px) {
  .package-item .caption-box .price-box {
    text-align: center;
  }
}
.package-item .caption-box .price-box .price {
  font-size: 16px;
  display: block;
  line-height: 1.2em;
}
@media only screen and (max-width: 420px) {
  .package-item .caption-box .price-box .price {
    font-size: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .package-item .caption-box .book-title {
    margin-top: 0 !important;
    font-size: 10px !important;
  }
}
.package-item .caption-box .book-title h3 {
  background: rgba(10, 10, 10, 0.56);
  color: #fff !important;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 800;
  margin-top: 45%;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 68%;
}
@media only screen and (max-width: 540px) {
  .package-item .caption-box .book-title h3 {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 420px) {
  .package-item .caption-box .book-title h3 {
    font-size: 12px !important;
    margin-top: 40%;
  }
}
@media only screen and (max-width: 320px) {
  .package-item .caption-box .book-title h3 {
    margin-top: 5%;
    width: 100%;
  }
}
.package-item .caption-box #large-box.book-title {
  margin-top: 22% !important;
}
.package-item .caption-box .booking-btn {
  background: #2C2C2C;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 12px;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: 15px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.2s ease;
}
.package-item .caption-box .booking-btn:hover {
  background: #0cc4c6;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
#navigation {
  padding-top: 10px;
  padding-bottom: 10px;
}

a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-new-menu-container {
  float: right;
}
.menu-new-menu-container #menu-new-menu li {
  padding-right: 10px;
}
.menu-new-menu-container #menu-new-menu li a {
  color: #fff;
  text-transform: uppercase;
  padding: 5px 25px;
  border: 1px solid transparent;
  transition: border 0.5s ease;
}
.menu-new-menu-container #menu-new-menu li a:hover {
  border-color: #fff;
  color: #0cc4c6;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #333;
  color: #fff !important;
  padding: 40px;
}
#footer h4 {
  color: #0cc4c6 !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
#footer ul {
  margin: 0;
  list-style-type: none;
}
#footer ul li {
  font-size: 14px;
}
#footer ul li a {
  color: #fff;
}
#footer ul span {
  color: #0cc4c6 !important;
}
#footer .menu-new-menu-container {
  float: left;
}
#footer .fa {
  margin-right: 15px;
}
#footer .fa::before {
  font-size: 35px;
}
#footer a {
  color: #fff;
  transition: color .2s ease;
}
#footer a:hover {
  color: #0cc4c6 !important;
}
#footer #CDSWIDEXC {
  margin-left: 0 !important;
}

#copyrights {
  background: #2c2b2b;
  border-top: 1px rgba(255, 255, 255, 0.29) solid;
  text-align: center;
}
#copyrights h5 {
  color: #fff;
  font-size: 14px !important;
  margin: 0;
  padding: 8px;
}
#copyrights a {
  color: #fff;
  transition: color .2s ease;
}
#copyrights a:hover {
  color: #0cc4c6 !important;
}

@media screen and (max-width: 1700px) {
  #slider .flexslider .slides li .slider-overlay {
    height: 820px !important;
  }
}
@media screen and (max-width: 1366px) {
  #slider .flexslider .slides li .slider-overlay {
    height: 540px !important;
  }
}
.overlay {
  background: rgba(0, 0, 0, 0.61);
}

/*--------------------------------------------------------------
# Inner Pages
--------------------------------------------------------------*/
#content-wrapper {
  background-position: center center !important;
  background-repeat: no-repeat  !important;
  background-size: cover  !important;
}
#content-wrapper .entry-header h1 {
  color: #fff;
  margin-bottom: 0;
}
#content-wrapper h2 {
  font-size: 23px;
  color: #fff;
}
#content-wrapper p {
  color: #fff;
}
#content-wrapper .entry-content {
  margin: 20px 0;
  padding: 10px 90px;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.page-id-222 #primary {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.page-id-222 #primary .article-container {
  padding: 35px 0;
}
.page-id-222 .pagination {
  text-align: center;
  margin-top: 70px;
}
.page-id-222 .pagination .navigation {
  display: inline-block;
}
.page-id-222 h1 {
  color: #fff;
}
.page-id-222 h2 {
  font-size: 20px;
  color: #0cc4c6;
}
.page-id-222 #article-wrapper {
  color: #fff;
  margin: 60px 0;
  padding: 0 125px;
}
.page-id-222 #article-wrapper a {
  background: #fff;
  color: #000;
  font-size: 14px !important;
  padding: 10px 25px;
  transition: background 0.2s ease;
}
.page-id-222 #article-wrapper a:hover {
  background: #0cc4c6;
  color: #fff;
}
.page-id-222 .navigation li a,
.page-id-222 .navigation li a:hover,
.page-id-222 .navigation li.active a,
.page-id-222 .navigation li.disabled {
  color: #fff;
  text-decoration: none;
}
.page-id-222 .navigation li {
  display: inline;
}
.page-id-222 .navigation li a,
.page-id-222 .navigation li a:hover,
.page-id-222 .navigation li.active a,
.page-id-222 .navigation li.disabled {
  background-color: #6FB7E9;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}
.page-id-222 .navigation li a:hover,
.page-id-222 .navigation li.active a {
  background-color: #0cc4c6 !important;
}
.page-id-222 .navigation {
  text-align: center;
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Singel
--------------------------------------------------------------*/
.single article {
  background-size: cover !important;
  background-position: center center !important;
}
.single article h1 {
  text-align: center;
}
.single article h2 {
  font-size: 20px;
}
.single article .content-wrapper {
  color: #fff;
  padding: 30px 50px;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
article {
  background-size: cover !important;
  background-position: center center !important;
}

#lightgallery a img {
  height: 150px;
  padding-bottom: 4px;
  width: 200px;
}

.page-id-835 h1 {
  color: #fff;
}
.page-id-835 .entry-content {
  color: #fff;
  padding: 30px 50px;
}
.page-id-835 #gallery-wrapper {
  display: block;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Three Box Section
--------------------------------------------------------------*/
.home #three-box .content-wrapper img {
  width: 100%;
}

#three-box {
  padding: 50px 0;
}
#three-box .content-wrapper {
  position: relative;
}
#three-box .content-wrapper img {
  height: 280px;
  width: 370px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  #three-box .content-wrapper {
    padding: 0;
    margin-bottom: 2em;
  }
}
#three-box .content-wrapper .cont-heading {
  background: rgba(10, 10, 10, 0.56);
  color: #fff !important;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 800;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 68%;
  position: absolute;
  right: 0;
  bottom: 5px;
}
#three-box .content-wrapper .cont-learn-more a {
  background: #0cc4c6bd;
  display: inline-block;
  padding: 8px 15px;
  color: white;
  font-size: 12px;
  text-align: right;
  font-weight: 900;
  position: absolute;
  bottom: 50%;
}
#three-box .content-wrapper .cont-book-now a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 0;
  padding: 8px 23px;
  text-align: center;
  position: absolute;
  bottom: 34%;
  background: rgba(10, 10, 10, 0.56);
}

/*--------------------------------------------------------------
# Quad bike Page
--------------------------------------------------------------*/
#quad-bikes {
  padding-bottom: 1em;
}

/*--------------------------------------------------------------
# Welcome Section
--------------------------------------------------------------*/
#video-wrapper {
  background-size: cover !important;
  background-position: center center !important;
}
#video-wrapper .gdc_row {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #video-wrapper .gdc_row .gdc_chalf {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #video-wrapper .gdc_column:last-of-type .gdc_inner {
    padding-right: 20px;
  }
}
#video-wrapper .entry-title {
  text-align: center;
}
#video-wrapper h2, #video-wrapper p {
  color: #fff !important;
  text-align: justify;
}
#video-wrapper .overlay {
  padding: 80px 0;
}

/*--------------------------------------------------------------
# Video Gallery
--------------------------------------------------------------*/
.page-id-829 h1 {
  color: #fff;
}
.page-id-829 .video-container {
  background: #000;
  box-shadow: none;
  padding: 30px 0;
}
.page-id-829 .remodal button {
  color: #fff !important;
  box-shadow: none;
  display: block;
  text-shadow: none;
  width: 100%;
}
.page-id-829 .remodal-close:before {
  left: inherit !important;
  right: 0 !important;
}
.page-id-829 .entry-content {
  margin: 30px 0;
}
.page-id-829 .entry-content .column {
  padding: 10px 10px !important;
}
.page-id-829 .entry-content .column img {
  max-height: 159px;
  width: 278px;
  object-fit: cover;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.home #video-wrapper > div > div > div > div > div:nth-child(1) {
  float: left !important;
}

.gdc_column:first-of-type .gdc_inner {
  text-align: center;
}
.gdc_column:first-of-type .gdc_inner img {
  margin: 20% 0;
}

.gdc_inner p {
  display: none;
}

.form-header {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

div.wpcf7-mail-sent-ok {
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about .about-banner {
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
}
#about .about-banner .page-title {
  position: absolute;
  top: 40%;
  width: 100%;
  color: #fff;
}
#about .intro {
  padding: 3% 0 2% 0;
}
#about .faq {
  padding: 3% 0 3% 0;
}
#about .faq .accordion {
  list-style: none;
}
#about .faq .accordion .accordion-item {
  border: 2px solid #444;
  padding: 10px 40px 10px 20px;
  margin-bottom: 1em;
  color: #444;
  text-transform: uppercase;
  font-size: 18px;
}
#about .faq .accordion .accordion-item:after {
  content: "\002B";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #1d2d61;
  font-size: 30px;
}
#about .faq .accordion .accordion-item.active:after {
  content: "\2212";
}
#about .faq .accordion #panel {
  border: 2px solid #444;
  border-top-color: #1d2d61;
  border-top-style: solid;
  border-top-width: 2px;
  border-top: 0;
  padding: 20px 20px 0;
  cursor: pointer;
  margin-top: -1em;
  margin-bottom: 1em;
  font-size: 18px;
}

/*--------------------------------------------------------------
# Booking
--------------------------------------------------------------*/
.iframe-body.has-header {
  height: 500px;
}


.calendar-header nav span {
	font-size: 24px;
}