﻿/*

    This is for all NEW styling and overrides following revert from SASS back to static css files on 19th April 2018

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: 'Open Sans', arial;
}


body.page-not-found
{
    background-color: white;
}

body.page-not-found .page-slider-container
{
    display: none;
}

/**************** SLIDER ****************/
.carousel-caption h2
{
    font-weight: 300;
}

.carousel-caption h3 {
    font-weight: 700;
}

.carousel-caption h4 {
}



/**************** PACKAGE PAGE ****************/
.package-rate-grid-container {
    margin-bottom: 1rem;
}

.extra-rate-container {
    margin-bottom: 1rem;
}

.testimonial {
    padding-left: 3rem;
    padding-top: 5rem;
    position: relative;
    margin-bottom: 2rem;
}

@media screen and (min-width:992px) {
    .testimonial {
        padding-top: 0rem;
        padding-left: 7rem;
    }
}

.testimonial p:first-child {
    margin-bottom: .5rem;
}

.testimonial_by {
    font-weight: 700;
}

.testimonial .speech_marks_start {
    position: absolute;
    left: 0;
    top: 4px;
    width: 75px;
}

.testimonial .speech_marks_end {
    display: none;
}






/* These are the black/white color schemes for the grids as requested by Leanne */
.bg-senate, .package-container_title, .package-list-container_title, .package-list-container_item .package-list-container_description,
/*.package-container ul li, .package-list-container ul li, .package-container_item ul li,*/
.package-list-container_description ul li,
.package-list-container_item > div {
    background-color: #000;
    color: white;
}

.bg-senate, .package-container_title,
.package-list-container_title {
    font-weight: 300;
}

.package-list-container_title {
    height: 115px;
}

.package-list-container_tickets h3, .package-list-container_tickets .ticket-rate-container .senate-btn--alt {
    display: none;
}

.enq-gallery-container {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 15px;
}

    .enq-gallery-container .senate-btn--alt {
        margin-top: 0;
    }

.bold-gold-txt {
    font-weight: 700 !important;
    color: #C0B460 !important;
}

#photo-dialog {
    width: 960px;
    overflow: hidden;
    position: absolute;
    z-index: 2050;
    background-color: white;
    cursor: move;
}

    #photo-dialog .photo-image {
        cursor: pointer;
    }

    #photo-dialog .photo-body {
        padding: 15px;
        height: 640px;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

    #photo-dialog .photo-header {
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        border-top: 1px solid #eee;
    }

    #photo-dialog #photo-large-container {
        height: 80%;
    }

    #photo-dialog .photo-large-image-container {
        border: 1px solid #eee;
        padding: 15px;
        height: 100%;
    }

    #photo-dialog #photo-list-container {
        height: 20%;
        flex-flow: unset;
        overflow-x: scroll;
        margin: 0;
    }

        #photo-dialog #photo-list-container > div, #photo-dialog #photo-list-container > div > img {
            height: 100%;
            text-align: center;
            padding: 5px;
            flex-grow: 0;
        }

    #photo-dialog #photo-large-container > div {
        height: 100%;
        text-align: center;
    }

    #photo-dialog #photo-large {
        height: 97%;
        max-width: 100%;
    }

    #photo-dialog .photo-header {
        background-color: #000;
        color: #fff;
        text-align: center;
        padding: 10px;
    }

        #photo-dialog .photo-header .photo-header-title {
            position: relative;
            font-size: 1.2rem;
        }

    #photo-dialog .photo-close {
        position: absolute;
        top: 5px;
        right: 10px;
        color: #fff;
        font-size: 2rem;
        cursor: pointer;
    }

.pdf-link {
    background-image: url('https://s3-eu-west-1.amazonaws.com/senate-cms-production/ckeditor_assets/pictures/21/content_download_pdf.png');
    display: inline-block;
    height: 64px;
    width: 64px;
    background-size: cover;
}

.trustpilot-link-more-info {
    margin: 20px 0;
    padding: 20px;
    background-color: #fff;
}

    .trustpilot-link-more-info iframe {
        margin: 20px 0;
    }

.package-list-container_item .package-list-container_price, .package-list-container_item .package-grid-summary__price span {
    color: #C0B460;
}

.ticket-page .ticket-rate-container .rate-item-container, .ticket-page .extra-rate-container .rate-item-container {
    margin-left: 0;
    margin-right: 0;
}

.room-rate-container .room-rate-list-nights {
    font-weight: 700;
}

.room-rate-container .rate-item-container {
    margin-bottom: 0.5rem;
}

    .room-rate-container .rate-item-container.last:after {
        content: "";
        background: #fff !important;
        height: 0;
        width: 0;
    }

    .room-rate-container .rate-item-container:not(:last-child):after {
        content: "";
        height: 1px;
        background: #C0B460;
        width: 100%;
    }

.extra-rate-container {
    border-radius: 0;
    background-color: #000;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

    .extra-rate-container .rate-item-date {
        font-weight: 700;
    }

    .extra-rate-container .rate-item-container:not(:last-child) {
        border-bottom: solid 1px #585858;
        /*margin-bottom: 0.5rem;
    margin-left: 0;
    margin-right: 0;
    
    padding-bottom: .25rem;
    margin-bottom: .25rem;*/
    }

/*.package-rate-grid-hotel .hotel-name
{
    font-weight: 700;
    font-size: 1.2rem;
    margin: 10px 0;
}*/

i.currency-symbol {
    font-style: italic;
}

.package-rate-grid-container .package-rate-grid-room {
    /*margin-top: 5px;
    margin-bottom: 5px;*/
}

.validation-text {
    font-size: 14px;
}

.font-small {
    font-size: 12px;
}

@media all and (min-width: 992px) {
    #contact-form .contact-col-right {
        margin-left: 60px;
    }
}

@media all and (max-width: 768px) {
    #contact-form .contact-col-left {
        margin-bottom: 2rem;
    }
}

#contact-form label {
    font-weight: bold;
    display: block;
}

#contact-form .contact-col-left .contact-row {
    margin-top: 15px;
    margin-bottom: 15px;
}

#contact-form .contact-col-right .contact-row {
    margin-top: 15px;
    margin-bottom: 30px;
}

#contact-form .contact-col-right a {
    color: #000;
}

    #contact-form .contact-col-right a:hover {
        color: #C0B460;
    }


#contact-form input[type=text], #contact-form textarea {
    width: 100%;
    display: block;
    padding: 10px;
}

#contact-form textarea {
    height: 240px;
}

#contact-form .contact-nl-subscribe > input {
    margin-left: 5px;
}

.room-rate-list-row a.enq-btn {
    float: right;
}

.room-rate-list-nights {
    float: left;
}

.room-rate-list-per-night {
    float: right;
}

.room-list-item-img, .room-list-item-summary {
}

.room-list-item-img, .room-list-item-summary, .room-list-item-rates {
    float: left;
}

    .room-list-item-img i {
        position: absolute;
        left: 30px;
        top: 10px;
    }

.room-list-row {
    margin: 15px;
    background-color: #fff;
    padding: 1.5rem;
}

    .room-list-row ul {
        list-style: disc;
        margin-left: 30px;
    }

.map-img-container {
    border: 1px solid #aaa;
    padding: 15px;
    width: 480px;
    float: right;
}

.map-img-gallery-container {
}

.img-container, .map-container {
    height: 280px;
    text-align: center;
}

.image-gallery-outer-container {
    width: 450px;
    margin-top: 5px;
    overflow-x: scroll;
    padding: 5px 0;
}

.image-gallery-inner-container {
}

    .image-gallery-inner-container img {
        width: 96px;
        height: 80px;
        margin-right: 10px;
        cursor: pointer;
        float: left;
        display: block;
    }

#gallery-image-large {
    max-height: 100%;
    max-width: 100%;
}

.enq-btn-container {
    margin: 15px 0;
}

.testimonials-container {
    margin-top: 50px;
    clear: both;
}

.hidden {
    display: none;
}

.camera-icon-white {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/images/Icons/camera-white.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    top: 6px;
}

.camera-icon {
    /*display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/images/Icons/camera.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    top: 6px;*/
}

.plus-icon.disabled, .minus-icon.disabled {
    opacity: 0.5;
}

.plus-icon {
    /*display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(/images/Icons/plus.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    top: 3px;*/
}

.minus-icon {
    /*display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(/images/Icons/minus.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    top: 3px;*/
}


/**********   PRODUCT GRID   **********/

.product-grid {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.product-grid__item {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    padding: 0.5em;
    width: 100%;
    overflow: hidden;
    position: relative;
}

@media all and (min-width: 768px) {
    .product-grid__item {
        width: 50%;
    }
}

@media all and (min-width: 1200px) {
    .product-grid__item {
        width: 33.33%;
    }
}

.product-grid__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #000;
    padding: 1em;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.product-grid__image-container {
    overflow: hidden;
    height: 300px;
    width: calc(100% + 2em);
    position: relative;
    left: -1em;
    margin-bottom: 1rem;
}

.product-grid__image {
    background-size: cover;
    background-position: center;
    height: 300px;
    transition: all .3s;
}

.product-grid__item:hover .product-grid__image {
    transform: scale(1.1);
}

.product-grid__offer {
    background-color: #e00000;
    color: white;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
    position: absolute;
    right: -50px;
    top: 35px;
    width: 220px;
    z-index: 1;
    transform: rotate(45deg);
}

.product-grid__content h2 {
    margin-bottom: 1.5rem;
    font-weight: 300;
    font-size: 1.75rem;
}

@media all and (min-width: 768px) {
    .product-grid__item h2 {
        min-height: 70px;
    }
}

@media all and (min-width: 1400px) {
    .product-grid__item h2 {
        min-height: unset;
    }

    .product-grid__item.hotel h2 {
        min-height: 70px;
    }
}

.product-grid__intro {
    /*flex: 1 0 auto;*/
}

    .product-grid__intro h4 {
        font-weight: 300;
    }

.product-grid__item.ticket .product-grid__intro h4 {
    margin-bottom: 1.5rem;
}

.product-grid__intro ul li {
    padding-left: 1rem;
    position: relative;
    margin-bottom: .25rem;
    line-height: 1.5rem;
}

    .product-grid__intro ul li:before {
        font-family: 'Font Awesome 5 Pro';
        content: "\f111";
        font-size: .50rem;
        left: 0rem;
        position: absolute;
        color: #C0B460;
        top: 0rem;
    }

.product-grid__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.product-grid__button {
    z-index: 15;
    margin-top: auto;
}

.product-grid__dates .ticket-rate-container {
}

.product-grid__dates {
    margin: 1rem 0;
    overflow: hidden;
}

    .product-grid__dates h3, .product-grid__dates a {
        display: none;
    }

.package-list-container_tickets {
}

.product-grid__dates .rate-item-container {
    color: #fff;
    font-weight: 400;
}


    .product-grid__dates .rate-item-container:not(:last-of-type) {
        border-bottom: solid 1px #585858;
        padding-bottom: .25rem;
        margin-bottom: .25rem;
    }

/* Styles added when integrating signed off designs into CMS. May or may not be the right place for them */

/* These styles were copied from _*.css files in the example .htm pages */
/* START */
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}



.card.list-card {
    margin: 1rem 0;
}

@media all and (min-width: 1200px) {
    .card.list-card {
        margin: 3rem 0;
    }
}

.card.list-card .card-header {
    font-size: 1.5rem;
    padding: .75rem;
    background: #c0b460;
    color: #000;
}

.card.list-card .card-body {
    background: #000;
}

    .card.list-card .card-body ul {
        list-style: circle;
        list-style-position: outside;
        margin-left: 1rem;
    }

        .card.list-card .card-body ul li {
            color: #fff;
            margin-bottom: .25rem;
        }


/* END */
ul.list {
    list-style: none;
}

    ul.list li {
        padding-left: 1rem;
        position: relative;
        margin-bottom: .25rem;
        line-height: 1.5rem;
        font-weight: 700;
    }

        ul.list li:before {
            font-family: 'Font Awesome 5 Pro';
            content: "\f111";
            font-size: .50rem;
            left: 0rem;
            position: absolute;
            color: #C0B460;
            top: 0rem;
        }

.extras-table {
    background-color: #000;
}

    .extras-table th {
        font-weight: bold;
    }

    .extras-table th, .extras-table td {
        font-size: 14px;
    }

    .extras-table th {
        color: #C0B460;
    }

h1 span.currency-symbol {
    font-size: inherit;
}

.trip-adv-img {
    max-width: 100%;
}

.hotel-page .page-slider-container {
    display: none;
}

.slider-carousel-nav {
    position: relative;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.text-xl-right {
    /*text-align: right !important;*/
}

.package-page h2, .ticket-page h2, .hotel-page h2, .extra-page h2, .landing-page h2 {
    font-size: 1.25rem;
    font-weight: 300;
    color: #C0B460;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .package-page h2, .ticket-page h2, .hotel-page h2, .extra-page h2, .landing-page h2 {
        font-size: 1.75rem;
    }
}

.package-page .card, .ticket-page .card, .hotel-page .card, .extra-page .card, .landing-page .card {
    border: none;
    border-radius: 0;
    margin-bottom: 1rem;
}

.package-page .card-header, .ticket-page .card-header, .hotel-page .card-header, .extra-page .card-header, .landing-page .card-header {
    background-color: #000;
    color: #C0B460;
    padding: 1rem;
    border-radius: 0;
    font-size: 1.5rem;
    font-weight: 300;
}

@media screen and (min-width: 768px) {
    .package-page .card-header, .ticket-page .card-header, .hotel-page .card-header, .extra-page .card-header, .landing-page .card-header {
        font-size: 2rem;
    }
}

.trustpilot-row {
    margin: 0;
}

.trustpilot-col {
    padding: 0;
}

.trustpilot-container {
    background-color: #000;
    padding: .75rem 0;
    margin-bottom: 1rem;
}

.enquiry-bar {
    display: none;
}

body.package-page .enquiry-bar.package, body.hotel-page .enquiry-bar.hotel, body.ticket-page .enquiry-bar.ticket, body.extra-page .enquiry-bar.extra {
    display: block;
}

.transparent-bk {
    background-color: transparent !important;
}

.room-list-item-disclaimer
{
    font-size: 12px;
}

@media screen and (min-width: 1400px)
{
    .room-list-item-disclaimer
    {
        margin-bottom: 0;
    }
}

.gallery-page .page-slider-container, .gallery-page .trustpilot-container
{
    display: none;
}

.gallery-page .card
{
    border: none;
    border-radius: 0;
    margin-bottom: 1rem;
}

.gallery-page .card-header
{
    background-color: #000;
    color: #C0B460;
    padding: 1rem;
    border-radius: 0;
    font-weight: 300;
    font-size: 2rem;
}

.h1-gallery
{
    color: #C0B460;
}
/*.card
{
    border: none;
    border-radius: 0;
    margin-bottom: 1rem;
}

.package-rate-container i, .extra-rate-container i
{
    color: #C0B460;
}

.package-rate-grid-room:not(:last-child)
{
    border-bottom: solid 1px #585858;
    padding-bottom: .75rem;
    margin-bottom: .75rem;
}

.package-container .card
{
    border: none;
    border-radius: 0;
    margin-bottom: 1rem;
}

.package-rate-grid-container
{
    border-radius: 0;
    background-color: #000;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
}

.package-rate-container .hotel-name
{
    display: block;
    font-size: 1.2rem;
    margin-bottom: .25rem;
    color: #C0B460;
    font-weight: 300;
}

.btn
{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn--gold
{
    background-color: #C0B460;
    color: #000;
}

.btn--gold:hover
{
    opacity: .7;
    color: #000;
}

.btn--black
{
    background-color: #000;
    color: #fff;
}

.btn--black:hover
{
    opacity: .7;
    color: #fff;
}

.btn
{
    transition: all .3s;
    border-radius: 0;
}

.trustpilot-container
{
    background-color: #000;
    padding: .75rem 0;
    margin-bottom: 1rem;
}

.testimonials
{
    margin-top: 1rem;
    margin-bottom: 2rem;
    position: relative;
}

.testimonials__content
{
    font-size: 1rem;
    font-weight: 700;
    padding-top: .5rem;
    color: #C0B460;
}

.testimonials__name
{
    color: white;
}

.testimonials-carousel
{
    margin-left: auto;
    width: 100%;
}

.testimonials:before
{
    content: "";
    background-image: url(/images/quote-img.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 34px;
    display: block;
    position: relative;
    top: 0;
    left: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .nGY2paginationDotCurrentPage
{
    background-color: #C0B460 !important;
}

.package-page .card-header
{
    background-color: #000;
    color: #C0B460;
    padding: 1rem;
    border-radius: 0;
    font-size: 1.5rem;
    font-weight: 300;
}

.enquiry-bar_title
{
    font-size: 1.25rem;
}

.enquiry-bar_title i
{
    margin-right: 1rem;
}

.package-page h2
{
    font-size: 1.25rem;
    font-weight: 300;
    color: #C0B460;
}

.included-list-container
{
    background-color: #C0B460;
    padding: 1rem;
    margin-bottom: 1rem;
}

.included-list
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.included-list li
{
    padding-left: 1.5rem;
    position: relative;
    font-weight: 400;
    color: #fff;
}

.included-list li:before
{
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f324";
    position: absolute;
    left: 0;
    color: #000;
}

.slider-carousel_caption
{
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1rem;
    display: inline-block;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.slider-carousel_caption-title, .slider-carousel_caption-text
{
    display: block;
    color: #fff;
}

.slider-carousel_caption-title
{
    font-size: 1.5rem;
    line-height: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.slider-carousel-nav
{
    transform: translateY(-400px);
    z-index: 10;
}

.owl-nav-container
{
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}

.owl-nav-container .owl-nav-item
{
    display: inline-block;
    background-color: #000;
    height: 40px;
    width: 40px;
    position: relative;
    cursor: pointer;
    transition: background-color .3s;
}

.owl-nav-container .owl-nav-item i
{
    color: #C0B460;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5rem;
}

.fa-angle-left:before
{
    content: "\f104";
}

.fa-angle-right:before
{
    content: "\f105";
}

.slider-carousel__container .row
{
    height: 400px !important;
}

@media screen and (min-width: 567px)
{
    .testimonials__content
    {
        padding-top: 2rem;
        font-size: 1.25rem;
    }

    .testimonials
    {
        margin-top: 3rem;
        margin-bottom: 4rem;
    }

    .testimonials:before
    {
        left: 1rem;
        position: absolute;
        width: 100px;
        height: 84px;
    }

    .testimonials-carousel
    {
        width: 75%;
        margin-left: auto;
    }
}

@media screen and (min-width: 768px)
{
    .package-rate-grid-room:not(:last-child)
    {
        padding-bottom: .25rem;
        margin-bottom: .25rem;
    }

    .testimonials:before
    {
        left: 2rem;
    }

    .package-page .card-header
    {
        font-size: 2rem;
    }

    .package-page h2
    {
        font-size: 1.75rem;
    }

    .owl-nav-container
    {
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 992px)
{
    .enquiry-bar .btn
    {
        padding: .5rem 1rem;
        font-size: 1.25rem;
        line-height: 1.5;
    }

    .testimonials:before
    {
        left: 0;
    }
}

@media screen and (min-width: 1200px)
{
    .testimonials:before
    {
        left: 2rem;
    }

    .testimonials-carousel
    {
        max-width: 800px;
        margin: auto;
    }
}

@media screen and (min-width: 1400px)
{
    .testimonials:before
    {
        left: 8rem;
    }
}*/


@media screen and (max-width: 768px) {
    .contact-page .page-slider-container {
        display: none;
    }
}

.contact-header {
    background: #333333;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .contact-header a {
        color: #fff;
        font-size: 12px;
    }


.gallery-section > .card-header {
    cursor: pointer;
}

    .gallery-section > .card-header:after {
        font-family: 'Font Awesome 5 Pro';
        content: "\f054";
        font-size: 1rem;
        padding: 0 1rem;
    }

    .gallery-section > .card-header.active:after {
        content: "\f078";
    }

    .gallery-section > .card-body {
        display: none;
        padding: 1rem 0 0 0;
    }

.gallery-accordion {
}

    .gallery-accordion .card-header {
        background-color: #C0B460;
        padding: .25rem;
        border: none;
    }

    .gallery-accordion .card-body {
        padding: 0;
    }

    .gallery-accordion button {
        color: #fff;
        font-size: 1.25rem;
        font-weight: 300;
        text-decoration: none;
        padding: 0;

    }

        .gallery-accordion button:hover, .gallery-accordion button:active {
            color: #fff;
            text-decoration: none;
        }
        .gallery-accordion button:before {
            font-family: 'Font Awesome 5 Pro';
            content: "\f078";
            font-size: 1rem;
            padding: 0 1rem;
        }

        .gallery-accordion button.collapsed:before {
            content: "\f054";
        }

.gr-dropdown-menu {
    display: none;
    position: absolute;
    z-index: 100;
    text-align: left;
    background-color: #000;
    padding: 1rem !important;
    width: 250px;
    left: -100px;
    top: 43px;
}

@media screen and (max-width: 992px) {
    .gr-dropdown-menu {
        position: relative;
        top: unset;
        left: unset;
        width: auto;
        background: #000;
    }
}

.gr-dropdown-menu li {
    display: block;
    text-align: left;
    margin-bottom: .25rem;
    border-bottom: #C0B460 1px solid;
    padding-bottom: .25rem;
}

    .gr-dropdown-menu li:last-child {
        border: none;
    }

    .gr-dropdown-menu li:after {
        content: '';
    }

    .gr-dropdown-menu li a {
        padding: .5rem;
        font-weight: 400;
    }

    .gr-dropdown-menu li a:hover {
        color: #C0B460;
    }

        

    .main-menu2 ul li a.selected {
        color: #C0B460;
    }


/* Hide Slider on contact page */

.contact-page .page-slider-container {
    display: none;
}

/* Hide Trust Pilot bar on hotel pages */
.hotel-page .trustpilot-container {
    display: none;
}

.hotel-page .page-body {
    margin-top: 1rem;
}

.text-danger {
    color: red;
}

.room-rate-description
{
    padding: 0 5px;
    font-size: 12px;
}

.additional-night-description
{
    padding: 0 5px;
    font-size: 12px;
}