/*
	Theme Name: Kimpton Hotels
	Theme URI: http://Kimpton Hotels
	Description: Kimpton Hotels
	Version: 1.4.3
	Author: Kimpton Hotels
	Author URI: http://Kimpton Hotels
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */


.sssprev {
    display: none !important;
}

.sssnext {
    display: none !important;
}

.smallh2 {

    font-size: 24px !important;
    line-height: 30px !important;
}

.wp-block-columns {

    float: left;
    clear: left;
    width: 100%;
}

.page-id-2943 .slider {

    display: none;
}

.trhead {

    border-bottom: solid 1px #333;
    margin-bottom: 15px !important;
    font-size: 14px;
}

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: auto !important;
}

.language {

    display: none;
}

#flags ul {

    padding: 0px;
    margin: 0px;
}

.page-id-2969 #logoimg {

    margin-bottom: 10px;
}

.page-id-2969 #dineoverlay {
  bottom: 13%;
  color: white;
  position: absolute;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding: 20px;
  text-align: center;
  z-index: 99;
}

#blog img {
    height: 230px;
}

.lang-item {
  list-style: none;
  float: left;
  margin-right: 10px;
}

/* pop fixes */
.pum-content {
    padding: 30px;
}

.pum-content ul {
    padding: 0px;
    margin: 0px;
    margin-left: 15px;
}

.pum-content p {
    margin-bottom: 5px;
}

.pum-theme-3090 .pum-content,
.pum-theme-lightbox .pum-content {
  color: #53555b !important;
  font-family: inherit;
  font-weight: 100;
}


/*------------------------------------*\
COVID BANNER
\*------------------------------------*/

#banner {
    height: 45px;
    background: #999;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 10px;
    z-index: 1001;
    height: 58px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    z-index: 99999;
}

#banner p {
    margin: 0px;
    font-size: 15px;
}

#banner a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-left: 10px;
}

/* header */
.header {
    background: #000;
    position: fixed;
    top: 58px;
    left: 0;
    width: 100%;
    z-index: 1001;
    height: 80px;
    transition: background 0.3s ease 0s, margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

/* logo */
.logo {
    background-repeat: no-repeat;
    width: 150px;
    position: absolute;
    left: 0px;
    top: 9px;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

@media only screen and (min-width: 1024px) {
    .pum-container.pum-responsive.pum-responsive-medium {
        margin-left: -30%;
        width: 25% !important;
    }


    .pum-theme-3090 .pum-title,
    .pum-theme-lightbox .pum-title {
        display: none !important;
    }

    .pum-theme-3090 .pum-container,
    .pum-theme-lightbox .pum-container {
        padding: 18px;
        border-radius: 0px !important;
        border: 0px solid #000000 !important;
        box-shadow: none !important;
        background-color: rgba(255, 255, 255, 1);
  }

    #closecal {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff;
        font-size: 20px;
    }

    #calpopcontainer {
        position: fixed;
        top: 0px;
        display: none;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
    }

    #popcal label {
        color: #fff;
        float: left;
        width: 40%;
        font-size: 20px;
    }


    #popcal {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 800px;
        background-color: #000;
        color: #fff;
        z-index: 999;
        padding: 40px;
    }

    .hide {
        display: none;
    }

    #cal {
        float: left;
        width: 50%;
        padding: 20px;
    }

    #caltitle {
        float: left;
        width: 100%;
        font-size: 30px;
        padding: 15px;

}

    #popcal .checkInDate {
        background: none;
        border: 0px;
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
        width: 50%;
        height: 50px;
        border-bottom: solid 1px #fff;
    }

    #popcal .checkOutDate {
        background: none;
        border: 0px;
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px;
        text-align: center;
        width: 50%;
        height: 50px;
        border-bottom: solid 1px #fff;
    }

    #instagramholder {
        float: left;
        text-align: center;
        margin-top: 30px;
        width: 100%;
    }

    .wp-block-media-text__media:after {
        content: "Member Exclusive ";
        position: absolute;
        top: 15px;
        left: -10px;
        background-color: #c9988d;
        color: #fff;
        padding: 8px;
        z-index: 9999;
        font-size: 14px;
        font-weight: bold;
        display: none;
    }

    .member .wp-block-media-text__media:after {
        display: block;
    }


    #vidcontain {
        max-width: 1100px;
        margin: auto;
    }

    #extravid {
        float: left;
        width: 65%;
        margin-bottom: 70px;

    }

    #extracontent {
        float: right;
        width: 30%;
    }

    #extracontent h2 {
        color: #33383f;
        font-size: 30px;
        line-height: 42px;
        font-weight: 400;
        margin-bottom: 32px;
        margin-top: 0px;
        padding-top: 80px;
    }


    @font-face {
        font-family: 'proxima_nova_altregular';
        src: url('fonts2/proxima_nova_alt_regular-webfont.woff2') format('woff2'),
            url('fonts2/proxima_nova_alt_regular-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
}


    @font-face {
        font-family: 'proxima_novaregular';
        src: url('fonts2/proximanova-regular-webfont.woff2') format('woff2'),
            url('fonts2/proximanova-regular-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }

    @font-face {
        font-family: 'proxima_nova_altbold';
        src: url('fonts2/proxima_nova_alt_bold-webfont.woff2') format('woff2'),
            url('fonts2/proxima_nova_alt_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }

    @font-face {
        font-family: 'proxima_nova_alt_condensedBd';
        src: url('fonts2/proxima_nova_alt_condensed_bold-webfont.woff2') format('woff2'),
            url('fonts2/proxima_nova_alt_condensed_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }

    @font-face {
        font-family: 'proxima_nova_alt_extra_condBd';
        src: url('fonts2/proxima_nova_alt_extra_condensed_bold-webfont.woff2') format('woff2'),
            url('fonts2/proxima_nova_alt_extra_condensed_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }

    @font-face {
        font-family: 'proxima_novabold';
        src: url('fonts2/proxima_nova_bold-webfont.woff2') format('woff2'),
            url('fonts2/proxima_nova_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }

    @font-face {
        font-family: 'proxima_nova_condensedbold';
        src: url('fonts2/proxima_nova_condensed_bold-webfont.woff2') format('woff2'),
            url('fonts2/proxima_nova_condensed_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
}


    @font-face {
        font-family: 'proxima_nova_extra_condenseBd';
        src: url('fonts2/proxima_nova_extra_condensed_bold-webfont.woff2') format('woff2'),
            url('fonts2/proxima_nova_extra_condensed_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }

    @font-face {
        font-family: 'proxima_nova_scosfbold';
        src: url('fonts2/proxima_nova_scosf_bold-webfont.woff2') format('woff2'),
            url('fonts2/proxima_nova_scosf_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }

    @font-face {
        font-family: 'proxima_nova_scosf_condenseBd';
        src: url('proxima_nova_scosf_condensed_bold-webfont.woff2') format('woff2'),
            url('proxima_nova_scosf_condensed_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;

    }

    @font-face {
        font-family: 'proxima_nova_scosf_extra_coBd';
        src: url('fonts2/proxima_nova_scosf_extra_condensed_bold-webfont.woff2') format('woff2'),
            url('fonts2/proxima_nova_scosf_extra_condensed_bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
}


    .page-template-template-gallery .slick-dots {
        display: NONE;
    }

    .videogallery {
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    video#bgvid {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        min-height: 50%;
        min-width: 50%;

    }

    /* new offers */

    .gridfull h2 {
        color: #33383f;
        font-size: 30px;
        line-height: 42px;
        font-weight: 400;
        margin-bottom: 32px;
        margin-top: 0px;

    }

    .gridfull li {

        font-size: 18px;
        padding-bottom: 6px;
        color: #53555b;
    }

    .wp-block-media-text .wp-block-media-text__content p {
        font-size: 14px;
        line-height: 20px;
    }


    .wp-block-media-text .wp-block-media-text__content {
        direction: ltr;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 2;
        padding: 0 8%;
        word-break: break-word;
        background-color: #fff;
        padding-bottom: 70px;
        height: 350px;
        border-bottom: 1px solid #c9988d;


    }

    .wp-block-media-text .wp-block-media-text__content li {

        font-size: 14px;
        padding-bottom: 10px;
        color: #53555b;
        line-height: 20px;

    }


    .wp-block-media-text .wp-block-media-text__content ul {

        margin-left: 5px;
        padding-left: 5px;

    }

    .wp-block-media-text {
        width: 30%;
        float: left;
        margin-right: 3%;
        margin-bottom: 40px;
    }


    @media only screen and (max-width:900px) {
        .wp-block-media-text {
            width: 100%;
            float: left;
            margin-right: 0%;
            margin-bottom: 40px;
        }

        .wp-block-media-text .wp-block-media-text__content {
            height: auto;
        }
    }

    .wp-block-media-text {
        direction: ltr;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: 2fr;
        position: relative;
    }


    .wp-block-media-text a {


        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        border-bottom: 0;
        font-size: 13px;
        border-top: 1px solid #e3e3e3;
        color: #15151a;
        display: block;
        font-family: "Oswald", serif;
        font-size: 13px;
        letter-spacing: 0.04em;
        line-height: 1.2;
        padding: 14px 20px;
        text-transform: uppercase;
        background: url(img/cal2.png);
        background-position: center right;
        background-repeat: no-repeat;




    }

    /* new offers */


    .galleryslide {

        height: 900px;
    }

    #weddingbanner {

        max-width: 1100px;
        margin: auto;
        background: url(img/weddingbanner.jpg);
        background-repeat: no-repeat;
        background-position: left center;

        clear: left;
        color: #666;
        font-size: 20px;
        line-height: 23px;
        font-weight: 600;
        padding: 30px;
        padding-left: 50%;
        padding-left: 50%;

        border-bottom: 4px solid #edab9f;
        background-color: #fff;
        margin-top: 0px;

    }

    #weddingbanner a {

        color: #edab9f;
    }

    #gap {

        float: left;
        width: 100%;
        height: 40px;
    }

    .tinynav {

        width: 95%;
        padding: 10px;
        margin-left: 2%;
        margin-top: 15px;
        border: solid 1px #eee;
        font-size: 16px;

    }


    /*------------------------------------*\
    BOOKING
\*------------------------------------*/
    #best-rates-popup a {
        color: #fff;
    }

    #best-rates-popup .mfp-close {
        color: #fff;
    }

    .mfp-close {
        width: 44px;
        height: 44px;
        line-height: 44px;
        position: absolute;
        right: 0;
        top: 0;
        text-decoration: none;
        text-align: center;
        opacity: 0.65;
        padding: 0 0 18px 10px;
        color: #fff;
        font-style: normal;
        font-size: 28px;
        font-family: Arial, Baskerville, monospace;
    }

    button.mfp-close,
    button.mfp-arrow {
        overflow: visible;
        cursor: pointer;
        background: transparent;
        border: 0;
        -webkit-appearance: none;
        display: block;
        outline: none;
        padding: 0;
        z-index: 1046;
        box-shadow: none;
        touch-action: manipulation;
    }


    #best-rates-popup {
        background: url(img/popupbg.jpg);
        background-size: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 100px;
        color: #fff;
        max-width: 680px;
        z-index: 999999;
        width: auto;
        font-family: "proxima-nova", sans-serif;
    }

    #best-rates-popup h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    #best-rates-popup p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 25px;
    }

    #best-rates-popup ul {
        margin-bottom: 40px;
        padding-left: 16px;
    }

    #best-rates-popup ul li {
        font-size: 16px;
        line-height: 25px;
        list-style: disc;
    }

    #best-rates-popup .iconsets {
        text-align: justify;
    }


    /*------------------------------------*\
   TABLES
\*------------------------------------*/

    .table {
        display: table;
        width: 100%;
        margin-bottom: 32px;
        font-size: 15px;
        font-weight: 400;
    }



    .table tr td:first-child,
    .table tr th:first-child {
        padding-left: 20px;
    }

    .table th,
    .table td {
        line-height: 32px;
        padding: 3px;
    }

    .table th {
        color: #ffffff;
        font-size: 13px;
        font-weight: 600;
        background-color: #282d38;
    }

    caption,
    th,
    td {
        text-align: left;
        font-weight: normal;
        vertical-align: middle;
    }


    /*------------------------------------*\
   ACCORDIONS
\*------------------------------------*/

    .accordion {

        cursor: pointer;
        padding: 13px 0px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        transition: 1.4s;
        background: none;

    }

    .accordion h3 {
        color: #34021b;
        font-weight: 600;
        border-bottom: 1px solid #466a93;
        border-bottom: 1px solid #466a93;
        float: left;
        font-size: 18px;
        margin-bottom: 0px;
        font-size: 16px;

    }

    .page-template-template-faq .accordion h3 {
        color: #34021b;
        font-weight: 600;
        border-bottom: 0px;
        margin-top: 7px;
        float: left;
        font-size: 18px;
        margin-bottom: 0px;
        font-size: 16px;

    }


    .page-template-template-faq .accordion {
        cursor: pointer;
        padding: 13px 0px;
        width: 100%;
        border-top: solid 1px #ccc;
        text-align: left;
        outline: none;
        background: url(img/down.png);
        background-position: center right;
        background-repeat: no-repeat;
        transition-duration: 1s;
    }



    .page-template-template-faq .accordion .active {

        background: url(img/up.png);
        background-position: center right;
        background-repeat: no-repeat;
    }

    .page-template-template-faq .panel p {
        padding-top: 20px;
        transition-duration: 1s;

    }

    .page-template-template-faq h2 {
        color: #33383f;
        font-size: 32px;
        line-height: 42px;
        font-weight: 400;
        margin-bottom: 32px;
        margin-top: 0px;
    }




    .page-template-template-faq .active {

        background: url(img/up.png) !important;
        background-position: center right !important;
        ;
        background-repeat: no-repeat !important;
        ;
    }

    .panel {
        display: none;
        overflow: hidden;
        transition-duration: 1s;
    }



    /*------------------------------------*\
    MAIN
\*------------------------------------*/

    html {
        font-size: 62.5%;
    }

    body {
        color: #444;
        font-size: 12px;
        font-family: "Proxima Nova Rg";
        background-color: #f5f5f5;
        overflow-x: hidden;

}


    /* clear */
    .clear:before,
    .clear:after {
        content: " ";
        display: table;
    }

    .clear:after {
        clear: both;
    }

    a {
        color: #444;
        text-decoration: none;
    }

    a:hover {
        color: #444;
    }

    a:focus {
        outline: 0;
    }

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

    input:focus {
        outline: 0;
        border: 1px solid #04a4cc;
    }

    /*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

    /* wrapper */
    .wrapper {
        max-width: 1280px;
        width: 95%;
        margin: 0 auto;
        position: relative;
    }

    /*------------------------------------*\
    NAV
\*------------------------------------*/




    #submenumob {

        display: none;
        width: 95%;
        margin-left: 2.5%;
        font-size: 16px;
}





    #submenumob ul {

        padding: 0px;
        margin: 0px;
}



    #submenumob li {

        padding: 10px;
        margin: 0px;
        float: left;
        width: 100%;
        background-color: #fff;
}



    #submenumobheader {

        float: left;
        width: 100%;
        background-color: #fff;
        padding: 10px;
        background-image: url(img/icon-down.png;);
        background-position: center right 10px;
        background-repeat: no-repeat;
        margin-top: 15px;
        float: left;
        width: 95%;
        margin-left: 2.5%;
        border: solid 1px #ccc;
        font-size: 16px;
        display: none;

    }

}

  /*------------------------------------*\
 FOOTER
\*------------------------------------*/
  /* footer */
  footer {
    color: #878888;
    clear: both;
    background-color: #000;
    padding-bottom: 40px;
    float: left;
    width: 100%;
    margin-top: 40px;
  }

  footer #footer-logo {
    height: 170px;
    width: 25%;
    float: left;
    border-bottom: 1px solid #2c2d30;
  }

footer #hotel-information {
    float: left;
    width: 50%;
    height: 170px;
    border-bottom: 1px solid #2c2d30;
    font-size: 14px;
    letter-spacing: 0.025em;
    color: #f5f5f5;
    font-weight: 300;
  }

  footer #hotel-information span {
    margin-right: 15px;
}
footer #hotel-information .address {
  display: block;
  margin-top: 40px;
  font-size: 20px;
  font-family: "Oswald", serif;
  text-transform: uppercase;
}

footer #hotel-information .address {
  margin-top: 10px !important;
}

footer #hotel-information .address:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

footer #social-nav {
  float: left;
  width: 25%;
  height: 170px;
  border-bottom: 1px solid #2c2d30;
}


footer #social-nav ul {

    padding: 0px;
    margin: 0px;
}

footer #footer-nav {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid #2c2d30;
  padding: 40px 0 20px 0;
}

footer #footer-nav #footer_nav_container {
  float: left;
  width: 75%;
}

footer #footer-nav #footer_nav_container .footer_nav_column {
  float: left;
  width: 33%;
}

footer #footer-nav #footer_nav_container .footer_nav_column a {
  display: block;
  font-weight: 400;
}

footer #footer-nav #kimpton-contact {
  float: left;
  width: 25%;
  font-family: "Oswald", serif;
  font-size: 22px;
  line-height: 42px;
  letter-spacing: 0.025em;
  font-weight: 300;
}

footer #kimpton-contact .one_800 {
  font-size: 18px !important;
}

footer #kimpton-contact .kimpton_website {
  font-size: 18px !important;
}

footer #footer-nav #kimpton-contact:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

footer #copyright {
  clear: both;
  font-size: 15px;
  padding-top: 40px;
  float: left;
}

footer #hotel-information .address {
  display: block;
  margin-top: 60px;
  font-size: 20px;
  font-family: "Oswald", serif;
  text-transform: uppercase;
}

footer #footer-logo img {
  width: 70%;
  display: block;
  margin: 30px 0 0 10px;
}

footer #hotel-information span.address span {
  margin-right: 0;
}

.res {

    float: left;
    width: 100%;
    margin-top: 15px;
}

footer a {
  color: #878888;
}

footer a:hover {
  color: #fff;
}

footer #footer-nav #kimpton-contact a {
  color: #ffffff;
}

footer #social-nav li a {
  background: none repeat scroll 0 0 #2b2c30;
  border-radius: 50%;
  color: white;
  width: 40px;
  height: 40px;
  padding: 6px;
  text-align: center;
  margin-right: 10px;
  display: inline-flex;
  margin-top: 40px;
  justify-content: center;
}

footer #social-nav li a img {
  width: 20px;
}

footer #social-nav li a:first-child img {
  width: 14px;
}

footer #social-nav li {

    list-style: none;
}

/*------------------------------------*\
  NAVIGATION
\*------------------------------------*/

.nav {

    position: absolute;
    right: 130px;
    top: 13px;
    font-size: 1.3em;
    font-family: "Proxima Nova Alt Rg";
}

@font-face {
  font-family: "Proxima Nova Alt Rg";
  src: url("fonts/ProximaNovaA-Bold.woff2") format("woff2"),
    url("fonts/ProximaNovaA-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



.nav a {
    color: #fff;
}

#submenu {

    float: left;
    width: 100%;
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 99;
}

#submenu ul {

    padding: 0px;
    margin: 0px;
}

#submenu li {

    list-style: none;
    display: inline-block;
    padding: 15px 60px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}

#submenu .menu-item {
  display: inline-block;
  float: inherit;
  padding: 15px 30px;
  line-height: 30px;
  cursor: pointer;
  position: relative;
}


#submenu .current-menu-item {
    text-decoration: underline;
    border-bottom: 3px solid #c9988d;
}

.menu-item {
    display: block;
  float: left;
    padding: 10px 10px;
    line-height: 30px;
    cursor: pointer;
  position: relative;
}

.menu-item:hover {

    border-bottom: solid 3px #c9988d;
}

.menu-item-has-children:hover {

}.menu-item-has-children .sub-menu {
    display: none;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    top: 50px;
    left: -90px;
    width: 300px;
    background-color: #000;
    padding: 25px;
    font-family: "ProximaNovaLight";
    letter-spacing: 0.5px;

}

.menu-item-has-children .sub-menu li {
    list-style: none;
    float: left;
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #2a2b2f;
    font-family: "ProximaNova", sans-serif;
    font-weight: normal;

}

.menu-item-has-children .sub-menu li:hover {
    font-weight: bold;
}

.menu-item-has-children ul {
    margin: 0px;
    padding: 0px;
}

.menu-item-has-children .sub-menu li a {
    text-decoration: none;
    color: #878888;
    display: block;
}

.menu-item-has-children .sub-menu li:hover {}

/*------------------------------------*\
   HEADER
\*------------------------------------*/

#mobilerewards {

    display: none;
}

#mobilecall {

    display: none;
}



#res {

    position: absolute;
    left: 0px;
    width: 48px;
    height: 48px;
    top: 0px;
    padding: 10px;
    border-right: 1px solid #414042;
}

.mobilenav ul>li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.05em;
    display: block;
    text-transform: uppercase;
    background: url(../images/nav-arrow-fa803d67.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.mobilenav {
    background-color: #000;
    height: 100%;
    left: 0;
    top: 106px;
    position: fixed;
    transition: margin-left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    width: 290px;
    border-right: 1px solid #414241;
    z-index: 1;
    display: none;
    z-index: 9999999;
}

.mobilenav a {
    color: #fff;
}

.mobilenav .menu-item {
  display: block;
  float: left;
  width: 100%;
    padding: 15px;
    line-height: 30px;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    border-bottom: 1px solid #414241;
}

.mobilenav .sub-menu .menu-item {

    border-bottom: 0px solid #414241;
}

.mobilenav ul {

    padding: 0px;
    margin: 0px;
}

.mobilenav .menu-item-has-children .sub-menu {
  position: inherit;
  top: inherit;
  left: inherit;
  width: 100%;
  background-color: #000;
  padding: 0px;
  float: left;
  width: 100%;
  margin-top: 15px;
}




#res {

    display: none;
}

/*------------------------------------*\
SUBNAV
\*------------------------------------*/

#rewards {

    position: absolute;
    top: 10px;
    font-size: 13px;
    right: 201px;
    color: #929493;
    letter-spacing: 0.5px;
    z-index: 9999;
    font-family: "Proxima Nova Alt Rg";

}

#flags {

    position: absolute;
    top: 10px;
    font-size: 13px;
    right: 131px;
    color: #929493;
    letter-spacing: 0.5px;
    z-index: 9999;
    font-family: "Proxima Nova Alt Rg";
}
#rewards:hover {
  color: #fff;
}
#vouchers:hover {
  color: #fff;
}

#vouchers {

    position: absolute;
    top: 10px;
    font-family: "Proxima Nova Alt Rg";
    color: #929493;
    letter-spacing: 0.5px;
    z-index: 9999;

    font-size: 13px;
    right: 380px;
}

/*------------------------------------*\
    OFFERS
\*------------------------------------*/

#offer {


    background-color: #fff;
    position: relative;
    border-bottom: 1px solid #c9988d;
    min-height: 700px;
}

#offer h3 {
  font-size: 22px;
  line-height: 28px;
  color: #15151a;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
  padding: 10px 30px;
}

#offer img {
    width: 100%;
}

#offer p {
  font-size: 16px;
  line-height: 24px;
  color: #4a4b4f;
    margin-bottom: 20px;
    padding: 0px 30px;
}

#offer li {
  font-size: 15px;
  line-height: 24px;
  color: #4a4b4f;
  margin-bottom: 3px;
}

#offer ul {

    margin-left: 15px;
    padding-right: 20px;
}

/*------------------------------------*\
  FEATURES
\*------------------------------------*/

.feature {

    position: relative;
}

.bg_gradient_feature {
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent linear-gradient(transparent 40%, rgba(0, 0, 0, 0.7))
    repeat scroll 0 0;
}

.caption {
  position: absolute;
  bottom: 15px;
  left: 0;
  padding: 0 35px;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
}

.caption a {
    color: #fff;
}

.caption a:hover {

    text-decoration: underline;
}

.caption p {

    font-size: 13px;
    margin-bottom: 0px;
    line-height: 16px;
}

.caption h3 {
  font-family: "Oswald", serif;
  font-size: 30px;
  line-height: 44px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: 0;
}

#offercontainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
    margin-top: 30px;
    margin-bottom: 50px;
}

#offeraction {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  border-bottom: 0;
  font-size: 13px;
  border-top: 1px solid #e3e3e3;
  color: #15151a;
  display: block;
  font-family: "Oswald", serif;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  padding: 14px 20px;
  text-transform: uppercase;
  background: url(img/cal2.png);
  background-position: center right;
  background-repeat: no-repeat;
}

/*------------------------------------*\
 IMAGE THREE BLOCK
\*------------------------------------*/

.column_8 {
  float: left;
  width: 65.45455%;
}

.column_8 img {
  width: 100%;
  display: block;
}

.column_4 {
  float: left;
  width: 30.90909%;
  margin-left: 3.63636%;
}

.column_4 .feature {
  margin-bottom: 33px;
}

.column_4 img,
.column_4 iframe {
  width: 100%;
  display: block;
}

.columns {

    width: 95%;
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
}

/*------------------------------------*\
    BOOKING
\*------------------------------------*/

#main_nav-book {
  display: inline-block;
  font-family: "Oswald", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  height: 100%;
  width: 120px;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  text-align: center;
}

#main_nav-book > a {
  background-color: #c9988d;
  position: relative;
  top: 0;
  padding-top: 22px;
  display: block;
  height: 100%;
  color: white;
  text-transform: uppercase;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

#main_nav-book > a::after {
  content: "";
  border-color: #c9988d transparent transparent transparent;
  border-width: 20px 60px 0 60px;
  border-style: solid;
  position: absolute;
  height: 0;
  width: 0;
  bottom: -20px;
  left: 0;
  opacity: 1;
}

#book-reservation .btn_container .best_rate a {
  color: #ffffff;
  border-bottom: 1px solid #466a93;
  font-weight: 600;
}

.best_rate_home {

    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.best_rate_home a {
  border-bottom: 1px solid #c9988d;
  font-weight: 600;
}

#book-reservation {
  font-family: "proxima-nova", sans-serif;
  background-color: #000;
  height: auto;
  width: 700px;
  overflow: initial;
  top: 80px;
  right: -1px;
  letter-spacing: 0;
  position: absolute;
  text-align: left;
  z-index: 9999999;
  display: none;
}

#book-reservation form {
  background: #000;
  padding: 35px 40px 40px;
  border-top: 1px solid #333333;
}

#book-reservation form .book_inputs .book_input_box.half_width {
  width: 50%;
}

#book-reservation form .book_inputs .book_input_box {
  float: left;
  position: relative;
  padding-left: 20px;
}

#book-reservation form .book_inputs {
  margin-bottom: 15px;
  margin-left: -20px;
  clear: both;
}

#book-reservation form .book_inputs .book_select_box.quarter_width {
  width: 17%;
}

#book-reservation form .book_inputs .book_select_box {
  float: left;
  position: relative;
  padding-left: 20px;
}

#book-reservation form .book_inputs select {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6em;
  height: 45px;
  width: 100%;
  background-color: #000;
  border: 1px solid #595b61;
  padding: 0 5px;
  margin: 5px 0;
  border-radius: 0;
  -webkit-appearance: none;
  padding-left: 20px;
}

#book-reservation form .book_inputs .fa-angle-down {
  color: #878888;
  font-size: 20px;
  position: absolute;
  top: 36px;
  right: 15px;
  line-height: 45px;
  pointer-events: none;
}

#book-reservation form .book_inputs label {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  margin: 10px 0 0 0;
  font-size: 16px;
  text-transform: none;
  margin-right: 5px;
}

label {
  display: block;
  margin: 10px 0;
  color: #15151a;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025px;
  line-height: 1.3;
}

.mfp-hide {
  display: none !important;
}

#book-reservation form .book_inputs {
  margin-bottom: 15px;
  margin-left: -20px;
  clear: both;
}

#book-reservation #more-options {
  display: none;
  clear: both;
}

#book-reservation .btn_container {
  text-align: center;
  margin-top: 30px;
  margin-left: 16px;
  margin-bottom: 40px;
  width: 280px;
  float: left;
  color: #ffffff;
}

#book-reservation form input {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6em;
  height: 45px;
  width: 100%;
  background-color: #000;
  border: 1px solid #595b61;
  padding: 0 30px 0 15px;
}

#book-reservation form .book_inputs .book_select_box.half_width#rate_filter {
  width: 49%;
}

#book-reservation ul {
  clear: both;
  margin-top: 20px;
  width: 50%;
  float: left;
}

#book-reservation ul li a {
  color: #73757c;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 15px;
  margin-bottom: 12px;
}

#book-reservation .btn_container .btn.book-now {
  font-size: 18px;
  height: 54px;
  padding: 10px 0;
}

.btn {
  font-size: 17px;
  width: 100%;
  max-width: 340px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  background-color: #c9988d;
  padding: 20px 0;
}


.btn:hover {

    color: #fff;
    background-color: #dcada1;
}

.cal {

    background-image: url(img/cal3.png);
    background-position: center left 20px;
    background-repeat: no-repeat;
}


.inst {

    background-image: url(img/inst.png);
    background-position: center left 50px;
    background-repeat: no-repeat;
}

button {
  border: none;
  cursor: pointer;
  font: inherit;
}

#book-reservation .btn_container .best_rate {
  font-size: 12px;
  font-weight: 400;
  margin-top: 10px;
  float: left;
  width: 100%;
  padding-top: 6px;
}

.checkInDate {

    background: url(img/cal.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.checkOutDate {

    background: url(img/cal.png);
    background-position: right center;
    background-repeat: no-repeat;
}


#moreop li {

    list-style: none;
    padding: 5px 0px;
}

#moreop ul {

    padding: 0px;
    margin: 0px;
}

#book-reservation form .book_inputs .icon-calendar {
  color: #878888;
  font-size: 20px;
  position: absolute;
  bottom: 6px;
  right: 15px;
  line-height: 45px;
  pointer-events: none;
}

.icon-calendar:before {
  content: "";
}

.hidden {
  display: none;
  font-size: 14px;
  line-height: 18px;
}

.home .bg_shade {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

/*------------------------------------*\
	HOMESLIDE
\*------------------------------------*/




.homeslide {

    height: 800px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



#homegallery {

    float: left;
    width: 100%;
    height: 800px;
    position: relative;
    margin-top: 60px;
}

/*------------------------------------*\
LOCATION
\*------------------------------------*/

#locationbox {

    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;

}

#locationtxtbox {

    padding: 20px 40px;
}

#locationtxtbox h3 {
  font-size: 32px;
  font-weight: 400;
  color: #333840;
}

#locationtxtbox p {
  font-size: 18px;
  line-height: 28.8px;
  margin-bottom: 32px;
  color: #53555b;
}

#locationtxtbox a {
  font-size: 17px;
  width: 100%;
  max-width: 340px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  background-color: #c9988d;
  padding: 15px 0;
}

#arrow2 {

    position: absolute;
    top: 30px;
    left: 0px;
    width: 50px;
    height: 70px;
    background: url(img/arrow2.png);
    background-position: center left;
    background-repeat: no-repeat;
    z-index: 99;
}

#arrow1 {

    position: absolute;
    top: 30px;
    right: 0px;
    width: 50px;
    height: 70px;
    background: url(img/arrow1.png);
    background-position: center right;
    background-repeat: no-repeat;
    z-index: 99;
}

/*------------------------------------*\
 grids
\*------------------------------------*/


.gridlocation {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
    margin-bottom: 30px;
    padding-bottom: 30px;

}

.gridlocation2 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
    margin-bottom: 30px;
    padding-bottom: 30px;

}

.grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
    margin-top: 20px;
}

.gridextra {

    width: 95%;
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
}

.gridmain {
    display: grid;
    grid-template-columns: 1fr 2.4fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
}

.gridfull {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
    margin-bottom: 20px;
}

.gridmaindine {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
}

.gridhome {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  max-width: 1100px;
}

/*------------------------------------*\
cfm form 7

\*------------------------------------*/

.wpcf7-form input {

    width: 100%;
    padding: 10px;
}


.wpcf7-form textarea {

    width: 100%;
    padding: 10px;
}

.wpcf7-submit {

    font-size: 17px;
    width: 100%;
    max-width: 340px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    background-color: #466a93;
    padding: 20px 15px;
    border: 0px;
    height: 60px;
}

/*------------------------------------*\
BLOGS

\*------------------------------------*/

#blog p {


    font-size: 18px;
    line-height: 28.8px;
    margin-bottom: 32px;
    color: #53555b;
}

#blog p a {

    color: #34021b;
    font-weight: 600;
    border-bottom: 1px solid #c9988d;
}

#blogtitle {

    text-align: center !important;
}

#blogtitle h2 {

    color: #33383f;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    margin-bottom: 32px;
    margin-top: -5px;
}

/*------------------------------------*\
   blocks
\*------------------------------------*/
.grey {

    background-color: #f5f5f5;
}

main {

    float: left;
    width: 100%;
    position: relative;
    padding-top: 70px;
}

#box {

    float: left;
    width: 100%;
    height: 400px;
    background-image: url(img/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    cursor: pointer;
}


#inner {

    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    z-index: 99;
    text-align: center;
}

#inner h3 {

    font-family: "Oswald", serif;
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

#box a {
    color: #fff;
}

#inner p {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.container,
article {
  width: 95%;
  margin: 0 auto;
  position: relative;
  max-width: 1100px;
  height: 100%;
}

/*------------------------------------*\
    HEROS
\*------------------------------------*/
#homeoverlay {
    bottom: 20%;
    color: white;
    position: absolute;
    width: 100%;
    margin: auto;
    padding: 20px;
    text-align: center;
    z-index: 999;


}

#homeoverlay img {

    width: 500px;
}

#logoimg {

    float: left;
    width: 100%;
    margin-bottom: 40px;
}

#dineoverlay {
    bottom: 30%;
    color: white;
    position: absolute;
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding: 20px;
    text-align: center;
    z-index: 99;


}

.btn.transparent {
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #ffffff;
  width: auto;
  padding: 18px 34px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.05em;
}

#dineoverlay .btn {

    margin-top: 20px;
}

#dineoverlay img {

    float: left;
    width: 100%;
    padding: 0% 23%;
}

#hero {
  display: block;
  height: 710px;
  width: 100%;
  position: relative;
  margin-top: 80px;
  overflow: hidden;

    background-image: url(img/bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#herobuttons {

    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    z-index: 999;
    text-align: center;
}

#heroitem {

    display: inline-block;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    margin-right: 50px;

    padding-left: 40px;
}

#heroitem:hover {
    color: #c9988d;
}


.time {
    background: url(img/time.png);
    background-position: center left;
    background-repeat: no-repeat;
}


.photo {
    background: url(img/photo.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.photo:hover {
    background: url(img/photo2.png);
    background-position: center left;
    background-repeat: no-repeat;
}


.promotions {
    background: url(img/icon-tag.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.promotions:hover {
    background: url(img/icon-tag2.png);
    background-position: center left;
    background-repeat: no-repeat;
    color: #fff;
}

.amenities {
    background: url(img/icon-cycle.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.amenities:hover {
    background: url(img/icon-cycle2.png);
    background-position: center left;
    background-repeat: no-repeat;
}


.map {
    background: url(img/icon-map.png);
    background-position: center left;
    background-repeat: no-repeat;
}



.map:hover {

    background: url(img/icon-map2.png);
    background-position: center left;
    background-repeat: no-repeat;
}

#hero.small {
  max-height: 507px;
}

#herooverlay {
  bottom: 23%;
  color: white;
  position: absolute;
  width: 100%;
    max-width: 1100px;
  margin: auto;
  z-index: 99;
}

.page-template-template-gallery .gallery {
    height: 80% !important;
    float: left;
    width: 100%;
    position: relative;
    background-color: #000;
}

.page-template-template-gallery .galleryitem {
    height: 100%;
    min-height: 100%;
    position: relative;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.page-template-template-gallery .slick-slide div {
    height: 100%;
}

.page-template-template-gallery .slick-list {
    height: 100%;
}

.page-template-template-gallery #title {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  height: 75px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  font-size: 3em;
  padding: 20px;
}

.page-template-template-gallery .slick-track {
    height: 100%;
}

.page-template-template-gallery .gallerythumbs .slick-slide {
  margin: 5px 5px !important;
}

.page-template-template-gallery .slick-slide {
  margin: 0 0px !important;
}

.page-template-template-gallery .slick-slide {

    opacity: 0.4;
}

.page-template-template-gallery .slick-current {

    opacity: 1;
}

.bg_shade {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}

.page-template-template-dining-overview .bg_shade {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
}

#box .bg_shade {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 99;
}

#foothero {
    max-height: 800px;
    min-height: 800px;
    clear: both;
    overflow: hidden;
    position: relative;
    background-color: #000;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    margin-top: 70px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home #foothero {
    margin-bottom: 50px;
}

#foothero2 {
    max-height: 800px;
    min-height: 800px;
    clear: both;
    overflow: hidden;
    position: relative;
    background-color: #000;
    margin-bottom: 70px;
    float: left;
    width: 100%;
    margin-top: 0px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home #foothero {
  margin-top: 0px;
}

#footheroinner2 {
    width: 640px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#footheroinner2 h3 {

    color: #fff;
    font-size: 48px;
}

#footheroinner2 p {

    font-size: 20px;
    color: #fff;
}

#footheroinner2 a {

    color: #fff;
}

#footheroinner {
    background-color: rgba(0, 0, 0, 0.8);
    border-top: 4px solid #c9988d;
    min-height: 360px;
    width: 340px;
    padding: 45px 40px 40px;
    position: absolute;
    bottom: 100px;
    right: 140px;
    z-index: 10;
    color: #ffffff;
}

#footheroinner h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 30px;
  font-weight: 300;
}

#footheroinner a {

    font-size: 14px;
    color: #fff;
}

#footheroinner p {
  line-height: 26px;
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #fff;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: "ProximaNova";
    src: url("fonts/ProximaNova-Regular.woff");
    font-style: normal;
}

@font-face {
  font-family: "Proxima Nova Rg";
  src: url("fonts/ProximaNova-Regular.woff2") format("woff2"),
    url("fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
    font-family: "ProximaNovaSemi";
    src: url("fonts/proximanova-semibold-webfont.woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "ProximaNovaBold";
    src: url("fonts/proximanova-bold-webfont.eot");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "ProximaNovaLight";
    src: url("fonts/Proxima-Nova-Light.otf");
    font-style: normal;
}

.karma_ad {
  width: 1100px;
  margin: 0 auto 70px auto;
  background-color: #000000;
  margin-top: 30px;
  color: #fff;
}

.adwrap {
    float: left;
    width: 100%;
    background-color: #000;
}


.adleft {
    float: left;
    width: 50%;
}

.adright {
    float: right;
    width: 50%;
    text-align: center;
    padding: 10px;
}

.adright p {
    font-size: 14px;
    color: #fff;
    line-height: 16px;
}

.adright a {

    font-size: 18px;
    color: #fff;
}


.adhead {
    font-size: 30px;
    line-height: 34px;
    font-family: "Oswald", serif;
    font-weight: 200;
    letter-spacing: 0em;
    margin: 20px 0 20px 0;
    text-transform: uppercase;
}

.post-480 li {

    margin-bottom: 15px !important;
}

ul ul {
  list-style-type: disc;
  margin-bottom: 15px;
}

.post-480 ul ul li {
    margin-bottom: 5px !important;

}

article a {
  color: #34021b;
  font-weight: 600;
  border-bottom: 1px solid #466a93;
}

section a {
    color: #34021b;
    font-family: "Proxima Nova Alt Rg";

  border-bottom: 1px solid #c9988d;
}

section a:hover {
    color: #34021b;
    font-family: "Proxima Nova Alt Rg";

  border-bottom: 0px;
}

.dineslide {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.nocomments {

    display: none;
}

H4 {

    font-size: 18px;
    font-weight: bold;
}


article strong {
    font-family: "ProximaNovaSemi";
}

.wp-block-media-text__content h3 {
    font-size: 22px;
}

article h3 {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
}

.dining_title {
  width: 40%;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
}

.dining_time {
    width: 60%;
    float: left;
    font-size: 16px;
    margin-bottom: 15px;
    color: #53555b;

}

#hero h3 {
    font-size: 54px;
    line-height: 64px;
    bottom: 30%;
    margin-bottom: 40px;
    position: absolute;
    color: #fff;
    font-weight: normal;
    font-family: "Proxima Nova Rg";
}

#hero h1 {


    text-transform: uppercase;
    font-family: "Oswald", serif;
    font-weight: 300;
    font-size: 21px;
}

.gridmain h2 {
    color: #33383f;
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
    margin-bottom: 32px;
    margin-top: 0px;
}

p {
    font-size: 18px;
    line-height: 28.8px;
    margin-bottom: 32px;
    color: #53555b;
    margin-top: 0px;
    padding-top: 0px;
}

.gridmain li {
    font-size: 16px;
    line-height: 28.8px;
    margin-bottom: 5px;
    color: #53555b;
    margin-top: 0px;
    padding-top: 0px;
}

.gridmain ul {
    margin-left: 20px;
    padding-left: 0px;
}

#amnew a {
    font-weight: normal;
}

.gridmaindine h2 {
    color: #33383f;
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
    margin-bottom: 32px;
    margin-top: 0px;
}

.gridmaindine p {
    font-size: 18px;
    line-height: 28.8px;
    margin-bottom: 32px;
    margin-top: 0px;
    padding-top: 0px;
}

.accent {
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "ProximaNovaSemi";
}

.gridmaindine li {
    font-size: 16px;
    line-height: 28.8px;
    margin-bottom: 5px;
    color: #53555b;
    margin-top: 0px;
    padding-top: 0px;
}

.gridmaindine h1 {
  color: #33383f;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media (max-width: 1120px) {
    video#bgvid {
        display: none;
    }

    #best-rates-popup {
        padding: 75px;
        width: 70%;

}

    .container {
        width: 91.66667%;
        padding: 0;
    }

    .column_8 {
        width: 100%;
    }



    .column_4.feature_container {
        clear: both;
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

    .column_4.feature_container .feature {
        width: 48%;
        margin-left: 4%;
        float: left;
    }

    .column_4.feature_container .feature:first-child {
        margin-left: 0;
    }

    .nav {
        position: absolute;
        left: inherit;
        right: 160px;
        top: 10px;
        font-size: 12px;
        font-weight: bold;
    }

    .menu-item {
        display: block;
        float: left;
        padding: 10px 7px;
        line-height: 30px;
        cursor: pointer;
        position: relative;
    }

    .home #foothero, .page-template-template-hotel-overview #foothero {
        max-height: 300px;
        min-height: 300px;
        clear: both;
        position: relative;
        background-color: #000;
        float: left;
        width: 100%;
        overflow: visible;
        margin-bottom: 330px;
        margin-top: 70px;
    }


    #foothero img {
        float: left;
        width: 100%;
    }

    #footheroinner {
        background-color: rgba(0, 0, 0, 1);
        border-top: 0px solid #c9988d;
        min-height: inherit;
        width: 100%;
        padding: 25px 40px 0px;
        position: inherit;
        bottom: -300px;
        float: left;
        right: auto !important;
        width: 100%;
        z-index: 10;
        color: #ffffff;
    }

    #footheroinner h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
        font-weight: 300;
    }


}

@media only screen and (max-width:900px) {
    .check {
        float: right;
        width: 100% !important;
        color: #fff !important;
    }


    .dineslide {

        height: 300px;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }


    #flags {
        position: absolute;
        top: 14px;
        font-size: 13px;
        right: 151px;
        color: #929493;
        letter-spacing: 0.5px;
        z-index: 9999;
        font-family: "Proxima Nova Alt Rg";
    }

    .gallery {
        height: 30%;

}

    .page-template-template-gallery .gallery {
        height: 40% !important;
        float: left;
        width: 100%;
        position: relative;
        background-color: #000;
    }

    .karma_ad {
        width: 100%;
        margin: 0 auto 70px auto;
        background-color: #000000;
        margin-top: 30px;
        color: #fff;

}

    .adleft {

        float: left;
        width: 100%;
    }

    .adleft img {

        width: 100%;
    }

    .adright {

        float: right;
        width: 100%;
        text-align: center;
        padding: 10px;
    }

    .adright p {
        font-size: 14px;
        color: #fff;
        line-height: 16px;
    }

    .adright a {

        font-size: 18px;
        color: #fff;
    }


    .adhead {

        font-size: 30px;
        line-height: 34px;
        font-family: "Oswald", serif;
        font-weight: 200;
        letter-spacing: 0em;
        margin: 20px 0 20px 0;
        text-transform: uppercase;
    }

    #book-reservation form .book_inputs label {
        font-size: 13px;}


    #weddingbanner {
        max-width: 1100px;
        margin: auto;
        background: url(//www.kimptonclocktowerhotel.com/wp-content/themes/kimpton/img/weddingbanner.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        clear: left;
        color: #666;
        font-size: 20px;
        line-height: 23px;
        font-weight: 600;
        padding: 30px;
        padding-left: 30px;
        padding-top: 260px;
        border-bottom: 4px solid #edab9f;
        background-color: #fff;
        margin-top: 60px;
    }

    #banner p {
        margin: 0px;
        font-size: 12px;
    }

    #book-reservation {
        font-family: "proxima-nova", sans-serif;
        background-color: #000;
        height: auto;
        width: 100%;
        overflow: initial;
        top: 50px;
        right: -1px;
        letter-spacing: 0;
        position: absolute;
        text-align: left;
        z-index: 9999999;
        display: none;
    }

    #book-reservation form .book_inputs select {
        color: #ffffff;
        font-size: 18px;
        line-height: 1.6em;
        height: 45px;
        width: 100%;
        background-color: #000;
        border: 1px solid #595b61;
        padding: 0 5px;
        margin: 0px 0;
        border-radius: 0;
        -webkit-appearance: none;
        padding-left: 5px;
    }


    #book-reservation form .book_inputs .fa-angle-down {
        display: none;
    }


    #book-reservation form .book_inputs .book_input_box.half_width {
        width: 100%;
    }

    #submenumobheader {
        display: block;
    }


    #book-reservation form {
        background: #000;
        padding: 15px 20px 10px;
        border-top: 1px solid #333333;
    }

    #submenu {
        display: none;
    }

    .page-template-template-gallery .gallery {
        float: left;
        width: 100%;
        position: relative;
        margin-top: 90px !important;
    }


    #best-rates-popup {
        padding: 10%;
        width: 90%;

    }

    #best-rates-popup h2 {
        font-size: 21px;
    }

    #homeoverlay img {
        width: 160px;
    }

    .gallerythumbs {
        display: none !important;
        opacity: 0;
    }

    .homeslide {
        height: 285px;
        width: 100%;
    }

    #title {
        display: none;
    }

    #offer {
        background-color: #fff;
        position: relative;
        border-bottom: 1px solid #c9988d;
        min-height: auto;
        padding-bottom: 40px;
    }

    #offercontainer {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        width: 95%;
        margin: 0 auto;
        position: relative;
        max-width: 1100px;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    #locationtxtbox {
        padding: 10px 0px;
    }

    #locationbox {
        height: 300px;
    }

    .gridlocation {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 0px;
        width: 95%;
        margin: 0 auto;
        position: relative;
        max-width: 1100px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    #locationtxtbox p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 32px;
        color: #53555b;
    }

    #locationtxtbox h3 {
        font-size: 21px;
        font-weight: 400;
        color: #333840;
    }

    .gridlocation2 {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 0px;
        width: 95%;
        margin: 0 auto;
        position: relative;
        max-width: 1100px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }


    .container,
    article {
        width: 100%;
        margin: 0 auto;
        position: relative;
        max-width: 1100px;
        height: 100%;
    }

    footer .container {
        width: 95%;
    }

    #homegallery {

        float: left;
        width: 100%;
        height: 285px;
        position: relative;
        margin-top: 90px;
    }

    #homegallery .gallery {

        margin-top: 0px;
    }

    .gridmaindine {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 0px;
        width: 95%;
        margin: 0 auto;
        position: relative;
        max-width: 1100px;

}

    .gridmaindine h2 {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 12px;
    }

    .gridmaindine p {
        font-size: 16px;
        line-height: 26px;
    }


    #dineoverlay {
        bottom: 15%;
        color: white;
        position: absolute;
        width: 100%;
        max-width: 1100px;
        margin: auto;
        padding: 20px;
        text-align: center;
    }

    .btn.transparent {
        text-transform: uppercase;
        background-color: transparent;
        border: 1px solid #ffffff;
        width: auto;
        padding: 10px 14px;
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.05em;
    }

    #dineoverlay .btn {

        margin-top: 20px;
        font-size: 14px;
    }

    #dineoverlay img {

        float: left;
        width: 100%;
        padding: 0% 25%;
    }


    footer #footer-logo {
        display: none;

}

    footer #hotel-information {
        line-height: 24px;
        font-size: 14px;
        width: 66%;

}

    footer #social-nav {
        width: 33%;
    }

    footer #footer-nav #footer_nav_container {
        padding-bottom: 20px;
        width: 100%;
    }

    footer #footer-nav #kimpton-contact {
        width: 100%;
        border-top: 1px solid #2c2d30;
        padding: 40px 0 20px 0;
    }

    #mobilerewards {

        display: block;
        position: absolute;
        right: 175px;
        width: 48px;
        height: 48px;
        top: 0px;
        border-left: 1px solid #414042;
        text-align: center;

    }

    #mobilecall {

        display: block;
        position: absolute;
        right: 125px;
        width: 48px;
        height: 48px;
        top: 0px;
        border-left: 1px solid #414042;
        text-align: center;

    }








    .gridmain h2 {
        color: #33383f;
        font-size: 21px;
        line-height: 28px;
        font-weight: 400;
        margin-bottom: 12px;
        margin-top: 0px;

    }

    .gridmain p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 32px;
        color: #53555b;
        margin-top: 0px;
        padding-top: 0px;
    }

    #res {

        display: block;
    }

    #rewards {
        display: none;
    }

    #vouchers {
        display: none;


}

    .grid3 {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        width: 95%;
        margin: 0 auto;
        position: relative;
        max-width: 1100px;
}



    #book-reservation ul {
        clear: both;
        margin-top: 20px;
        width: 100%;
        float: left;
    }


    .gridmain {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        width: 95%;
        margin: 0 auto;
        position: relative;
        max-width: 1100px;}


    #box {
        height: 600px;
    }


    .header .container {
        width: 100%;

}

    .desktop_only {
        display: none;
    }

    /* header */
    .header {

        height: 48px;
    }

    #main_nav-book>a::after {
        border-width: 0;
    }

    .nav {
        display: none;

}
    header #main_nav-book>a {
        padding-top: 12px;
    }

    .logo {
        background-repeat: no-repeat;
        width: 95px;
        position: absolute;
        left: 65px;
        top: 3px;
}



    /*------------------------------------*\
	HEROS
\*------------------------------------*/


    #herobuttons {
        position: absolute;
        bottom: 5px;
        left: 0px;
        width: 100%;
        z-index: 999;
        text-align: center;
    }

    #heroitem {
        display: inline-block;
        padding: 10px;
        color: #fff;
        font-size: 14px;
        margin-right: 0px;
        padding-left: 10px;
    }


    .time {
        background: NONE;
    }

    .photo {
        background: NONE;
    }

    #herooverlay {
        bottom: 30%;
        color: white;
        position: absolute;
        width: 100%;
        max-width: 1100px;
        margin: auto;
        padding: 20px;}





    #hero h3 {
        font-size: 26px;
        line-height: 30px;
        font-weight: 400;
        margin-bottom: 45px;
        position: absolute;
        color: #fff;
        font-weight: bold;
    }

    #hero h1 {
        text-transform: uppercase;
        font-family: "Oswald", serif;
        font-weight: 300;
        font-size: 26px;
        position: absolute;
        top: -30px;
    }



    #hero {
        height: 265px;
        margin-top: 77px;
    }

    #mobilerewards {
        right: 100px;
        padding: 5px;
    }

    #mobilecall {
        right: 60px;
        top: 5px;
        width: 38px;
        padding: 7px;
        height: 40px;
    }

    #main_nav-book {
        width: 60px;
    }
}

@media only screen and (max-width:780px) {
    #weddingbanner {
        max-width: 1100px;
        margin: auto;
        background: url(img/weddingbanner.jpg);
        background-repeat: no-repeat;
        background-position: top center;

        clear: left;
        color: #666;
        font-size: 20px;
        line-height: 23px;
        font-weight: 600;
        padding: 30px;
        padding-left: 30px;
    padding-top: 260px;

        border-bottom: 4px solid #edab9f;
        background-color: #fff;
        margin-top: 60px;
    }

    .column_4.feature_container .feature {
        width: 100%;
        margin-left: 0%;
        float: left;
    }

    #heroitem {

        display: inline-block;
        padding: 5px;
        color: #fff;
        font-size: 14px;
        margin-right: 0px;

        padding-left: 0px;
    }

    #blog {
        text-align: center;
    }

    #blog img {
        width: 100%;
    }


    .gridhome {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 0px;
        width: 95%;
        margin: 0 auto;
        position: relative;
        max-width: 1100px;
    }

    .time {
        background: none;
    }

    .photo {
        background: none;
    }

    .promotions {

        background: none;

    }

    .amenities {
        background: none;
    }

    .map {
        background: none;
    }

    footer #social-nav li a {
        margin-top: 10px;
    }

    footer #footer-nav #footer_nav_container .footer_nav_column {
        width: 100%;
        height: auto;
    }

    footer #footer-nav #kimpton-contact .kimpton_website {
        width: 100%;
        margin-top: 0;
    }

    footer #footer-nav #kimpton-contact .one_800 {
        width: 100%;
    }

    footer #hotel-information {
        width: 100%;
        border-bottom: 0;
        height: auto;
    }


    footer #social-nav {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }




    #vouchers {
        margin-top: 6px;
        right: 190px;
    }

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100%;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/***************** CUSTOMIZING ******************/
/***************** CUSTOMIZING ******************/
/***************** CUSTOMIZING ******************/
/***************** CUSTOMIZING ******************/
/***************** CUSTOMIZING ******************/
.wp-block-media-text.alignwide.is-stacked-on-mobile.is-image-fill.hide {
  display: none;
}

.page-id-4236 .slider {

    display: none !important;
}

.page-id-4230 .slider {

    display: none !important;
}

.page-id-4230 #herobuttons a:last-of-type {
    display: none !important;
}

.page-id-4230 #heroitem {
    padding: 20px 0 20px 40px !important;
    padding-left: 40px !important;
    margin-right: 0 !important;
}


.page-id-2943 #herobuttons a:last-of-type {
    display: none !important;
}

.page-id-2943 #heroitem {
    padding: 20px 0 20px 40px !important;
    padding-left: 40px !important;
    margin-right: 0 !important;
}


.page-id-4233 #dineoverlay {

    bottom: 10%;
}

/* hidden tabs per client request, we'll display them when we complete the page */
#menu-item-2535 {
    display: none !important;
}

#menu-item-2534 {
    display: none !important;
}

#menu-item-2536 {
    display: none !important;
}

li#menu-item-2539 {
    display: none !important;
}

li#menu-item-2541 {
    display: none !important;
}

/* end */

.page-id-2009 #hero {
    background-position: center 70%;
}

.page-id-2174 div#hero {
    background-image: url(/wp-content/uploads/2020/10/MVzhNtasFvLR7ojpfTRs_CHRISTMAS-KIMPTON-DECEMBER-2019-@lateef.photography-2-scaled.jpg) !important;
}

/** Newsletter signup button **/
#signup {
    width: 170px;
    margin-left: 510px;
    text-align: center;
    background: #c12222;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    top: 65px;
    position: fixed;
    z-index: 999;
    font-family: "ProximaNova", sans-serif;
    font-weight: 600;
    font-size: 12px;
}

@media (min-width: 320px) and (max-width: 480px) {
  #signup {
    display: none;
  }
  #footer_signup {
    width: 170px;
    text-align: center;
    background: #c12222;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    font-family: "ProximaNova", sans-serif;
    font-weight: 600;
    font-size: 12px;
  }
}

    #footer_signup {
        width: 170px;
        text-align: center;
        background: #C12222;
        color: white;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 20px;
        font-family: 'ProximaNova', sans-serif;
        font-weight: 600;
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    #signup {
        margin-left: 420px;
        top: 70px;
    }
}

/** End of newsletter signup button **/

@media (min-width: 1520px) {
    .column_8 img {
        height: 361px !important;
    }
}

#post-85 .wp-block-media-text:nth-of-type(6) {
  display: none !important;
}
