@charset "UTF-8";

/*
Theme Name:  Telegraph Cove Resort
Theme URI:
Author: The Update Company
Author URI: http://theupdatecompany.com
Description: Resort Theme 2016
Version: 3.0
License:
License URI:
Text Domain: tuc

*/

/* >>>>>>>>>> TYPOGRAPHY <<<<<<<<<< */

@import url('./css/fire.css');


html {
    /*font-size: 62.5%;*/
}

body {
    font-family: "montserrat", sans-serif;
    word-break: normal;
    hyphens: auto;
    font-size: 1.6rem;
    color: #595959;
    background-color: #FFFEFF;
    line-height: 3.5rem;
    transition: padding 0.25s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "montserrat", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
}

h1 {
    font-size: 2.4rem;

}

h2 {
    margin-bottom: 3rem;
}

/*h3{
	font-size: 1.6rem;
}
h4{
	font-size: 1.6rem;
}
h5{
	font-size: 1.2rem;
}
h6{
	font-size: 1.0rem;
}*/
p,
span,
pre,
ol,
ul,
li,
label,
table,
thead,
tfoot,
tr,
td,
a {
    font-size: 1.6rem;
    line-height: 2.4rem;
    hyphens: none;
}

a {
    color: #008000;
}

a:hover {
    color: #C8AD72;
}

a:active {
    color: #C8AD72;
}

a:focus {
    color: #C8AD72;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

strong em,
em strong {
    font-weight: 700;
    font-style: italic;
}

/* >>>>>>>>>> MANUAL BOOTSTRAP RESETS <<<<<<<<<< */

/* Adjust Body to account for height of sticky nav only */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    padding-top: 60px;
}

.vertical-center {}

/* Fluid designs only - adjust margin/padding on .container-fluid and .row so they touch edge of viewport without adding additional 15px to right side*/
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin: 0;
}

.entry-content {
    min-height: 500px;
}

/* Change display from 'block' to 'initial'. 'block' was overriding other custom styling  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: initial;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* >>>>>>>>>> MANUAL WORDPRESS RESETS <<<<<<<<<< */

/* Overide inline image & caption widths when entered in Content field */
img,
.wp-caption {
    max-width: 100%;
    height: auto;
}

.entry-content img {
    width: 100%;
    height: auto;
}

.videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
}

.play-button .glyphicon {
    font-size: 6.4rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.isotope-wrapper h2 {
    margin: 40px 0 0 10px;
}

/*.isotope-item.video:before {*/
/*content: '';*/
/*display: inline-block;*/
/*padding-top: 0;*/
/*}*/

/*.isotope-item.video .videoContainer {*/
/*margin-top: -35px;*/
/*}*/

/* Masonry.js Styles */
.masonItem {
    margin-bottom: 20px;
}

.gutter-sizer {
    width: 4%;
}

.masonItem.xs {
    width: 48%;
}

.masonItem.sm {
    width: 100%;
}

.masonItem.md {
    width: 100%;
}

.masonItem.lg {
    width: 100%;
}

/* Widgets */
.widget {
    margin: 0 0 40px;
}

.widget ul {
    list-style-type: none;
    padding: 0;
}

.widget ul li {
    margin: 15px 0;
}

/* Blog Excerpt Button */
.btn-excerpt {
    display: block;
    margin: 10px 0;
}

/* Comments */
.form-submit {
    display: none;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    width: 100%;
}

.entry-comments li {
    list-style-type: none;
    padding: 0;
}

.entry-comments .alert {
    margin: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.entry-comments .comment-avatar img {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    float: left;
    margin: 0 15px 0 0;
}

.entry-comments .comment-meta {
    margin: 0;
}

/* >>>>>>>>>> NAVBAR RESETS <<<<<<<<<< */

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    position: relative;
}

.navbar {
    /*
    height: 60px;
    background-color: #C9483C;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5), 0 2px 4px 0 rgba(0,0,0,0.5);
    */
    border: none;
}

.navbar a,
footer a {
    color: #FFFFFF;
}

/* Navbar Brand */

.navbar-collapse {
    border: none;
    padding-bottom: 40px;
}

.navbar-collapse.collapse {
    padding-bottom: 40px;
}

.navbar-collapse.in {
    overflow-y: auto;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 10px 5px;
    line-height: 20px;
}

.navbar .container-fluid {
    position: relative;
    background-size: cover;

}

.navbar>.container-fluid .navbar-brand {
    margin-left: 15px;
}

.navbar .logo {
    width: 200px;
    height: auto;
    transition: width 0.25s ease-in-out;
}

.navbar-phone {
    float: right;
    padding: 21px 60px 0 0;
}

/* Cart Button */
.cart-button {
    float: right;
    padding: 21px 60px 0 0;
    pointer-events: none;
    opacity: 0.66;
}

.cart-button.cart-button--mobile {
    float: left;
    padding: 8px 0 8px;
    display: block;
    width: 100%;
    font-size: 1.8rem;
}

.cart-button.cart-button--mobile .fa {
    position: relative;
    padding-right: 15px;
    font-size: 1.3em;
    top: 3px;
    left: 4px;
    width: 35px;
}

.cart-button.show-cart-button {
    pointer-events: auto;
    opacity: 1;
}

.booknow-button {
    float: right;
    padding: 4px 12px;
    border: 1px solid #d6b979;
    border-radius: 3px;
    color: white;
    margin: 16px 60px 0 0;
    background-color: #C8AD72;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.66);
}

.booknow-button:hover,
.booknow-button:focus,
.booknow-button:active {
    background-color: #d4b775 !important;
    color: white !important;
}

.booknow-button--mobile {
    margin-top: 8px;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    float: none !important;
    display: inline-block;
}

.navbar__background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(201, 72, 60, 1);
    z-index: 0;
    transition: opacity 1s ease-in-out;
}

.navbar__background.open {
    opacity: 0;
}

.menuIcon {}

.navbar-toggle {
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    margin: 7px 5px;
    padding: 7px 10px;
}

.navbar-default .navbar-toggle:hover {
    background-color: darkred;
}

.navbar-default .navbar-toggle:focus {
    background-color: #C9483C;
}

.navbar .container-fluid {
    background-color: rgba(201, 72, 60, 0.8);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.33);

}

.navbar-default .navbar-nav>li>a {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #FFFFFF;
    padding-top: 9px;
    padding-bottom: 9px;
}

.navbar-default .navbar-nav-sub>li>a,
.nav-footer>li>a {
    font-size: 14px;
    line-height: 17px;
    padding: 3px 0;
    color: #ffffff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #C8AD72;
    background-color: transparent;
}

.navbar-nav-sub {
    padding-top: 7px;
    margin-left: 0;
}

.navbar h2 {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
    color: #FFFFFF;
    text-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
}

.navbar p {
    color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.nav>li>a:focus,
.nav>li>a:hover,
footer a:hover,
footer a:focus,
.navbar a:hover,
.navbar a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #C8AD72;
}

/* Show multi-level dropdowns on desktop (not working entirely) */
ul.nav li.dropdown:hover>ul.dropdown-menu {
    display: block;
    border-radius: 0;
}

/* Adjust search form padding in navbar*/
.navbar #searchform {
    margin: 8px 8px 8px 0;
}

#searchform button.btn.btn-primary,
#searchform .search-field {
    background-color: #fffeff;
    color: #9B9B9B;
    height: 40px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#searchform button.btn.btn-primary {
    border-left: none;
    border-radius: 0 4px 4px 0;
}

#searchform .search-field {
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.contactBlock .fa {
    position: relative;
    color: #FFFFFF;
    padding-right: 15px;
    font-size: 1.3em;
    top: 3px;
    left: 4px;
    width: 35px;
}

#contactPageSidebar .fa {
    color: inherit;
}

.isotope-item {
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.33) !important;
}

/* Google maps responsive */
.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* FOOTER */
footer .inner {
    background: #333333;
    color: #ffffff;
    padding: 40px 0;
}

footer .inner h2,
footer .inner h3 {
    color: #C8AD72;
}

footer hr {
    color: #C8AD72;
    background-color: #C8AD72;
    height: 2px;
    margin: 40px 0;
    width: 100%;
    border: none;
}

footer p,
footer a {
    font-size: 1.4rem;
}

footer .about p {
    line-height: 2.4rem;
}

.footerFooter .col {
    padding-left: 0;
    padding-right: 0;
}

.footerFooter #searchform button.btn.btn-primary,
.footerFooter #searchform .search-field {
    background-color: #4A4A4A;
    border-color: #4A4A4A;
}

/* >>>>>>>>>> VISUAL EFFECTS <<<<<<<<<< */

.fade {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.fade:hover {
    opacity: 0.5;
}



/* VIDEO HEADER */
.jumbotron.featured_video {
    padding: 0;
    min-height: 0
}

.videoContainer {
    position: relative;
    margin: 0;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.jumbotron.homePage.featured_image {
    position: relative;
    margin: 0;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.jumbotron.homePage.featured_image h1 {
    top: auto;
    position: relative;
    hyphens: none;
}

/* CTA Sidebar blocks */
.ctaSidebarBlock p {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 17px;
    color: #C8AD72;
    margin: 20px 0;
}

.ctaSidebarBlock .btn {
    height: 60px;
    width: 100%;
    border: 4px solid #C8AD72;
    text-transform: uppercase;
    background: none;
    border-radius: 0;
    padding: 15px 5px;
}

.ctaSidebarBlock a {
    color: #C8AD72;
}

/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* >>>>>>>>>> MOBILE <<<<<<<<<< */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 0;
}

.jumbotron {
    position: relative;
    margin: 0 0 40px 0;
    background: #f8f8f8;
    min-height: 320px;
}

.jumbotron.fullHeader {
    position: relative;
    height: 90%;
    width: 100%;
    padding: 0;
    margin: 0 0 40px 0;
    border-radius: 0;
    background-color: #eee;

}

.jumbotron .container {
    position: relative;
    height: auto;
}

.jumbotron.fullHeader .container-fluid {
    position: absolute;
    margin-top: 0;
    top: auto;
    left: 0;
    right: 0;
    color: white;
    height: auto;
    background-color: rgba(177, 64, 53, 0.8);
    padding-bottom: 20px;
    bottom: 0;
}

.jumbotron .fullHeaderTitle {
    min-height: 80px;
    line-height: 95px;
}

.jumbotron .fullHeaderTitle h1 {
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}

.jumbotron.hasImage {
    color: #fff;
    background: no-repeat center center scroll;

    /*-webkit-background-size: 1920px 1080px !important;*/

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    /*height: auto;*/
}

.jumbotron.fullHeader.hasImage {
    color: #fff;
    background: no-repeat center center;

    /*-webkit-background-size: 1920px 1080px !important;*/

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.jumbotron.fullHeader.noImage {
    height: 0;
    min-height: 73px;
}

.jumbotron.fullHeader.noImage .container-fluid {
    background-color: #333;
}

/* Jumbotron Full Header Continue Button*/
.jumbotron.fullHeader .continue {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.jumbotron.fullHeader .btn.continue {
    padding: 10px 20px 0;
}

.jumbotron.fullHeader .continue h6 {
    margin: 0;
}

/* Jumbotron Overlays */
.jumbotron.hasImage .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.13);
}

.jumbotron h1 {
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.sticky {
    background: #f3f3f3;
    padding: 10px;
    margin: -10px;
}

/* HOME PAGE */

.homePageBody {
    height: 100%;
}


.homePage.jumbotron.featured_video {
    height: auto;
}

.homePage.jumbotron.fullHeader .container-fluid {
    background: none;
    top: 50%;
    margin-top: -45px;
    text-align: center;
    height: 90px;
}

.jumbotron.homePage,
.homeBlock .jumbotron {
    margin: 0;
}

#homeCTA {
    background-size: cover;
    color: #FFFFFF;
    line-height: 22px;
}

#homeCTA .col {
    padding-top: 40px;
    padding-bottom: 40px;
}

.homeCTAButton {
    text-align: center;
}


#homeCTA .btn {
    width: 100%;
    max-width: 305px;
    height: 60px;
    background-color: #B14035;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    font-size: 16px;
    text-transform: uppercase;
    padding: 18px 10px;
}

#homeCTA a {
    color: #ffffff;
}

.homePageTitle {}

.homePageTitle h1 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0 3px 0 rgba(0, 0, 0, 0.7);
    line-height: 24px;
    font-size: 24px;
    width: 100%;
}


.homeBlockContent {
    margin-top: 60px;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 14px 28px 0 rgba(0, 0, 0, 0.22), 0 10px 10px 0 rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    color: #595959;
    padding: 15px;
    font-size: 16px;
}

.homeBlockContent h3 {
    color: #309672;
    text-transform: uppercase;
    font-size: 18px;
}

.homeBlockContent p {
    font-size: 16px;
    line-height: 22px;
}

.homeBlockContent a {
    color: #595959;

}

.homeBlockContent .btn,
.homeHalfButton .btn,
.accommWrap .btn {
    text-transform: uppercase;
    border: 4px solid #309672;
    height: 60px;
    width: 305px;
    white-space: normal;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.6rem;
}

.homeHalfButton .btn {
    border-color: #C8AD72;
    ;
    color: #FFFFFF;
}

.homeHalf {
    background-color: #333333;
}

.homeHalf .jumbotron {
    background-size: cover;
}

.homeHalfImage {
    background-size: cover;
    min-height: 320px;
}

.homeBlock:nth-child(even) .halfBreak {
    display: none;
}

.homeHalfButton {
    text-align: center;
    padding: 20px 15px;
}

.homeBlockBreak {
    background-color: #333333;
    height: 10px;
}

.homeBlock:last-child .homeBlockBreak {
    height: 60px;
}

.homeOverlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#homePreFooter {
    display: none;
    clear: both;
    min-height: 60px;
    background-color: #C8AD72;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    padding-top: 12px;
    color: #FFFFFF;
}

#homePreFooter .container img {
    margin: 0 10px;
}

#homePreFooter .container p {
    display: inline;
}

#homePreFooter a {
    text-decoration: underline;
}

#homePreFooter a:hover {
    text-decoration: none;
    color: #ffffff;
}

.news__post {
    margin-bottom: 40px;
}

.news__post h1 {
    margin-top: 0;
    font-size: 1.8rem;
    font-weight: 400;
}

.news__post p {
    font-size: 1.6rem;
    line-height: 1.8rem;
}

.news__post .btn-primary {
    color: #fff;
    background-color: #C8AD72;
    border-color: #C8AD72;
}

.news__post .btn-primary:hover {
    text-decoration: none;
}

.news__post hr {
    border: 0;
    height: 1px;
    width: 100%;
    margin: 20px 0 10px;
    background: #d8d8d8;
}

/* 404 Page Assets */

.fourOhFour {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.fourOhFour .inner {
    color: #333;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.fourOhFour .inner h1,
.fourOhFour .inner p {
    margin: 0 0 40px;

}

@keyframes rotate360 {
    to {
        transform: rotate(360deg);
    }
}

@keyframes beat {
    to {
        transform: scale(.01);
    }
}

.wrapDiv {
    background-color: #eee;
    color: #fff;
    width: 100%;
    height: 100%;
}

.leftDiv {
    background-color: #ccc;
    color: #fff;
    width: 50%;
    float: left;
}

.rightDiv {
    background-color: #aaa;
    color: #fff;
    width: 50%;
    float: left;
}


/* SLICK SLIDER */
.roomImages {
    margin: 0 5px;
}

.roomImage {
    border-radius: 5px;
}

/* ROOMS */

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

.accommodation .col {
    padding-left: 30px;
    padding-right: 30px;
}



.accommodation .jumbotron.fullHeader .container-fluid {
    background-color: rgba(48, 150, 114, 0.9);
}

.accomodation p {
    font-size: 18px;
}

.accommWrap {
    margin: 30px 0;
}

.accommWrap .btn {
    display: inline-block;
    margin-bottom: 50px;
    margin-top: 10px;
}

.roomRates p {
    color: #C8AD72;
}

.cabin {
    padding-bottom: 50px;
}

.cabin p {
    font-size: 1.4rem;
    line-height: 2.7rem;
    margin: 0;
    text-align: center;
}

.cabin p span {
    font-weight: bold;
    font-size: 1.4rem;
}

.cabinWrap {}

.cabin img {
    margin: 10px 0;
    border-radius: 5px;

}

.cabin h3 {
    color: #309672;
    margin: 4px 0;
    font-size: 1.8rem;
    text-align: center;
}

.cabin .btn,
.roomRates .btn {
    width: 100%;
    color: #C8AD72;
    border-radius: 0;
}

.cabin .btn {
    height: 40px;
    border: 2px solid #C8AD72;
    font-size: 1.8rem;
    padding: 5px;
    margin-top: 10px;
}

#roomContent {
    margin-bottom: 40px;
}

.roomImageBorder {
    height: 290px;
    border: 2px solid #C8AD72;
    border-radius: 0 4px 4px 0;
    border-left: none;
    width: 90%;
    position: absolute;
}

#roomContent,
.roomImageWrap {
    position: relative;
}

.roomImageWrap .slick-slider {
    margin-top: 30px;
    margin-bottom: 60px;
}

.roomImageWrap .carousel-images-controls,
.roomImageTitle {
    position: absolute;
    left: 70%;
    top: -45px;
    background-color: #ffffff;
    padding: 0 10px;
    color: #C8AD72;
}

.roomImageTitle {
    left: 20px;
    top: -16px;
    font-size: 1.4rem;
}

.roomRates .btn {
    color: #ffffff;
    text-transform: uppercase;
    background: #C8AD72;
    height: 60px;
    border: 4px solid #C8AD72;
    padding: 15px 5px;
}

.bokenWidget {
    width: 100%;
    height: auto;
    /*min-height: 500px;*/
    margin: 20px 0;
}


a.bokunLink {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.galleryTitle {
    padding: 30px 15px;
}


.image_wrap {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 56.25% 0;
    margin: 0;
    background: #EEEEEE;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.image_wrap img {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* GRAVITY FORMS OVERRIDES */
.ui-datepicker-header {
    color: #333 !important;
}

.no-booking-widgets-message {
    margin: 60px;
    text-align: center;
    font-weight: 500;
    font-size: 2rem;
}

.no-booking-widgets-message a {
    font-size: 2rem;
}

img.gform_ajax_spinner {
    width: auto;
}

/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* >>>> MOBILE LANDSCAPE <<<<<< */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
@media screen and (orientation: landscape) {}

/* END mobile landscape */

/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* >>>>>>>>>> TABLET <<<<<<<<<< */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */

@media screen and (min-width: 768px) {

    /* NAVBAR RESETS */
    /*
    .navbar.larger {
        height: 64px;
    }
    */

    .navbar.larger .logo {
        width: 235px;
    }

    .navbar.larger .navbar-toggle {
        margin-top: 12px;
    }

    .navbar-phone {
        padding-right: 15px;
    }

    .navbar.larger .navbar-phone {
        padding-top: 25px;
    }

    /* Cart Button */
    .cart-button {
        padding-right: 15px;
    }

    .navbar.larger .cart-button {
        padding-top: 25px;
    }

    .cart-button.show-cart-button {
        pointer-events: auto;
        opacity: 1;
    }

    .booknow-button {
        margin: 15px 15px 0 0;
        padding: 4px 12px;
    }

    .navbar.larger .booknow-button {
        margin-top: 17px;
    }

    .navbar .container {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }


    .navbar-collapse.collapse {
        display: none !important;

    }

    .navbar.menu-footer-container {
        width: auto;
        min-width: 300px;
        float: right;
    }

    .navbar-nav {
        float: none !important;
        margin: 7px -15px;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-collapse.collapse.in {
        display: block !important;

    }

    .navbar>.container-fluid .navbar-brand {
        margin-left: 10px;
    }

    .menuContact {
        border-left: 1px solid #ffffff;
    }

    .menuContact h2 {
        margin-top: 16px;
    }


    /* END NAVBAR RESETS */

    .container {
        width: 750px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .jumbotron .container {
        position: absolute;
        left: 0;
        right: 0;
    }

    .homeBlock .jumbotron.hasImage {
        min-height: 450px;
    }

    .jumbotron.fullHeader.noImage {
        height: 0;
        min-height: 78px;
    }

    .jumbotron.fullHeader .container-fluid {
        position: absolute;
        margin-top: -85px;
        top: 100%;
        left: 0;
        right: 0;
        color: white;
        height: 85px;
        background-color: rgba(177, 64, 53, 0.8);
        padding-bottom: 0;
    }

    .homePageTitle h1 {
        font-size: 42px;
        line-height: 42px;
    }

    #homeCTA .col {
        padding: 60px;
    }

    .homeBlock:nth-child(odd) .homeBlockContent {}

    .homeBlock:nth-child(even) .homeBlockContent {

        float: right;
    }

    #homePreFooter {
        display: inherit;
    }

    .grid-sizer,
    .masonItem.xs {
        width: 22%;
    }

    .masonItem.sm {
        width: 48%;
    }

    .masonItem.md {
        width: 75%;
    }

    .masonItem.lg {
        width: 100%;
    }

}

/* END 768px */


/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* >>>> TABLET LANDSCAPE <<<<<< */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
@media screen and (min-width: 768px) and (orientation: landscape) {}

/* END 768px landscape*/

/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* >>>>>>>> DESKTOP SM <<<<<<<< */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */

@media screen and (min-width: 992px) {

    .container {
        width: 970px;
    }

    /*
    .navbar.larger {
        height: 75px;
    }
    */

    .jumbotron.fullHeader.noImage {
        height: 0;
        min-height: 87px;
    }

    footer #footer_menu {
        padding-left: 70px;
    }

    .navbar-default .navbar-nav-sub>li>a,
    .nav-footer>li>a {
        padding: 7px 0;
    }

    .homeBlock .jumbotron.hasImage {
        min-height: 560px;
    }

    .homeHalfImage {
        min-height: 440px;
    }

    .navbar.larger .logo {
        width: 300px;
    }

    .cart-button {
        padding-right: 60px;
    }

    /*
    .navbar.larger .cart-button{
        padding: 25px 60px 0 0;
    }*/

    .navbar-phone {
        padding-right: 60px;
    }

    .booknow-button {
        margin: 15px 60px 0 0;
        padding: 4px 12px;
    }

    .navbar.larger .booknow-button {
        padding: 8px 16px;
        margin-top: 17px;
    }

    .homePageTitle h1 {
        font-size: 54px;
        line-height: 54px;
    }

    .grid-sizer,
    .masonItem.xs {
        width: 22%;
    }

    .masonItem.sm {
        width: 22%;
    }

    .masonItem.md {
        width: 31%;
    }

    .masonItem.lg {
        width: 48%;
    }

}

/* END 992px */

/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* >>>>>>>> DESKTOP LG <<<<<<<< */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */

@media screen and (min-width: 1200px) {

    .container {
        width: 1170px;
    }

    .navbar .container {
        padding-left: 70px;
        padding-right: 70px;
        width: 1170px;
    }

    .homeBlock .jumbotron.hasImage {
        min-height: 640px;
    }

    .jumbotron.fullHeader.hasImage {
        background-attachment: fixed;
    }

    .homeHalfImage {
        min-height: 520px;
    }


}

/* END 1200px */

/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* >>>>>>>> DESKTOP VERY LG <<<<<<<< */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */
/* [][][][][][][][][][][][][][] */

@media screen and (min-width: 1600px) {

    .homeBlock .jumbotron.hasImage {
        min-height: 800px;
    }

    .homeHalfImage {
        min-height: 600px;
    }


}

/* END 1600px */