.newbook-calendar-controls .selector {
    line-height: 2.7em !important;
    border: 0 !important;
    padding: 0px !important;
}

/* General Styles */
.editthispage {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: #1B9DD9;
    z-index: 10000000000;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
}

.editthispage:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

#page-wrapper {
    position:relative;
}

table.contact-table td {
    vertical-align: top;
    /* padding: 10px 20px; */
    padding: 10px 20px 10px 0;
}

.primary-bg,
h1::after,
.block h2::after,
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active,
.node-type-accommodation .accommodation-details-bar,
.newbook_search_submit_bg,
.button.primary:hover::before,
.views-field-field-question a:hover,
.webform-client-form-19 .form-actions::before,
.hamburger.primary .hamburger-inner,
.hamburger.primary .hamburger-inner:after,
.hamburger.primary .hamburger-inner:before {
    background-color: #333;
}

/* Frontpage - Single Image Used */

#frontpage_single_slide {

    position: relative;
    /*overflow: hidden;*/
}

#frontpage_single_slide #frontpage-single-image {
    overflow: hidden;
    height: 100vh;
    background-size: cover;
    background-repeat: none;
    position: relative;
}

@media (max-width: 991px) {
    #frontpage_single_slide #frontpage-single-image {
        height: 70vh;
    }
}

@media (max-width: 500px) {
    #frontpage_single_slide #frontpage-single-image {
        height: 50vh;
    }
}

#frontpage_single_slide #frontpage-single-image::before {
    width: 100%;
    height: 100vh;
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.4);
    display: block;
    z-index: 1;
}

#frontpage_single_slide.less-opacity #frontpage-single-image::before {
    opacity: 0.2 !important;
}

#frontpage_single_slide .frontpage_single_slide_center {
    position: absolute;
    top: calc(50% + 64px);
    transform: translateY(-50%);
    left: 0px;
    text-align: center;
    width: 100%;
    z-index: 12;
}

#frontpage_single_slide .frontpage_single_slide_center .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#frontpage_single_slide .frontpage_single_slide_center p,
#frontpage_single_slide .frontpage_single_slide_center p h3 {
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
}

#frontpage_single_slide .frontpage_single_slide_center p span {
    font-weight: 400;
    font-size: 2em;
    line-height: 1;
}

@media (max-width: 500px) {
    #frontpage_single_slide .frontpage_single_slide_center p span {
        font-size: 1.2em;
    }

    #frontpage_single_slide .frontpage_single_slide_center h3 {
        font-size: 3em !important;
    }
}

#frontpage_single_slide .frontpage_single_slide_center h3 {
    font-size: 4em;
    color: #fff;
    text-transform: none;
}

#newbook_check_availability_widget .row {
    margin-left: -5px;
    margin-right: -5px;
}

#newbook_check_availability_widget.newbook_check_availability_widget_upgraded {

}

#newbook_check_availability_widget.newbook_check_availability_widget_upgraded .row {
    margin: 0px;
    width: 100%;

}

#newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_category_types,
#newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_category_icons,
#newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_arrival,
#newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_departure,
#newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_guests,
#newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_coupon_code,
#newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_button {
    margin: 5px;
}

#newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_category_icons {
    max-width: 220px;
}


#newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_category_types { /*Location Dropdown*/
    flex-grow: 1;
}

#newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_category_icons { /*Icons*/
    flex-grow: 1;
}

#newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_arrival { /*Arrival*/
    flex-grow: 1;
}

#newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_departure { /*Departure*/
    flex-grow: 1;
}

#newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_guests { /*Guests*/
    min-width: 100px;
}

#newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_coupon_code { /*Coupon Code*/
    flex-grow: 1;
}

#newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_button { /*Button*/
    min-width: 120px;
    max-width: 140px;
}

@media (max-width: 1199px) {

    #newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_guests { /*Guests*/
        min-width: 0;
        flex-grow: 1;
    }

    #newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_button {
        min-width: 0;
        flex-grow: 1;
    }
}

@media (max-width: 991px) {
    #newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_arrival,
    #newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_departure,
    #newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_coupon_code,
    #newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_button,
    #newbook_check_availability_widget.newbook_check_availability_widget_upgraded #check_availability_guests{
        width: 100%;
        max-width: 100%;
    }
}


#newbook_check_availability_widget .col-12,
#newbook_check_availability_widget .col-11,
#newbook_check_availability_widget .col-10,
#newbook_check_availability_widget .col-9,
#newbook_check_availability_widget .col-8,
#newbook_check_availability_widget .col-7,
#newbook_check_availability_widget .col-6,
#newbook_check_availability_widget .col-5,
#newbook_check_availability_widget .col-4,
#newbook_check_availability_widget .col-3,
#newbook_check_availability_widget .col-2,
#newbook_check_availability_widget .col-1 {
    padding-left: 5px;
    padding-right: 5px;
}

#check-availability-block {
    padding: 15px 15px 10px;
}

#check-availability-block.no-labels {
    padding: 20px 15px 5px;
}

#newbook_check_availability_widget input,
#newbook_check_availability_widget select {
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    background: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #455560;
    box-sizing: border-box;
}

#newbook_check_availability_widget input, #newbook_check_availability_widget select {
    padding: 12px 15px;
}

#newbook_check_availability_widget input[type=checkbox] {
    width: 0;
}

#newbook_check_availability_widget input[type="submit"] {
    -webkit-appearance: button;
    background: transparent;
    border-color: #AAA;
    color: #333;
    cursor: pointer;
}

#newbook_check_availability_widget .daterangepicker-field,
#newbook_check_availability_widget .text-field,
#newbook_check_availability_widget .select-field,
#newbook_check_availability_widget .form-submit {
    position: relative;
    margin-bottom: 15px;
}

#newbook_check_availability_widget .daterangepicker-field::after,
#newbook_check_availability_widget .text-field::after,
#newbook_check_availability_widget .select-field::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    font-size: 1em;
    line-height: 1em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

#newbook_check_availability_widget .daterangepicker-field::after {
    content: '\f073';
}

#newbook_check_availability_widget .select-field::after {
    content: '\f107';
}

#newbook_check_availability_widget .btn-group,
#newbook_check_availability_widget .dropdown {
    margin-bottom: 15px;
}

#newbook_check_availability_widget .btn-group,
#newbook_check_availability_widget #guestsDropdown {
    width: 100%;
    padding: 12px 15px;
    background: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #455560;
    box-sizing: border-box;
    text-align: left;
    font-size: 0.875em;
    line-height: 1.5;
    height: auto;
}

#newbook_check_availability_widget .btn-group {
    padding: 0;
}

#newbook_check_availability_widget .btn-group .btn {
    padding: 9px 15px;
    width: 100%;
}

#newbook_check_availability_widget .btn-group .btn img,
#newbook_check_availability_widget .btn-group .btn svg {
    width: 100%;
    height: 100%;
    max-height: 24px;
}

#newbook_check_availability_widget .btn-group .btn.active {
    color: #ffffff;
}

#newbook_check_availability_widget .btn-group .btn.active svg {
    fill: #ffffff;
}

#newbook_check_availability_widget .btn-group .btn.focus {
    box-shadow: 0 0 0 transparent;
}

#newbook_check_availability_widget .dropdown-toggle::after {
    right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#newbook_check_availability_widget .dropdown-menu.show {
    padding: 15px;
    min-width: 260px;
}

#newbook_check_availability_widget .dropdown-menu .input-group {
    margin-bottom: 15px;
}

#newbook_check_availability_widget .dropdown-menu .input-group:last-child {
    margin-bottom: 0;
}

#newbook_check_availability_widget .dropdown-menu .input-group .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.875em;
}

#newbook_check_availability_widget .dropdown-menu .input-group .input-group-text {
    background: none;
    border: 0;
    line-height: 40px;
    font-size: 0.875em;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    min-width: 85px;
    box-sizing: border-box;
    flex-wrap: wrap;
    max-width: 85px;
    text-align: left;
}

#newbook_check_availability_widget .dropdown-menu .input-group .input-group-text > span {
    display: block;
    flex-basis: 100%;
    line-height: 1em;
}

.tinyLabel {
    font-size: 0.75em;
}

#newbook_check_availability_widget .dropdown-menu .input-group .form-control {
    border: 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 1.2em;
    max-width: 65px;
}

#newbook_check_availability_widget .dropdown-menu #guests_apply {
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    border-radius: 5em;
    font-size: 0.875em;
    border: 0;
    float: right;
}

#newbook_check_availability_widget .bootstrap-datetimepicker-widget {
    padding: 15px;
}

#newbook_check_availability_widget .bootstrap-datetimepicker-widget .table-condensed td {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-spacing: 0;
}

#newbook_check_availability_widget .bootstrap-datetimepicker-widget table th {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    border-bottom: 1px solid #dddddd;
    border-spacing: 0;
}

#newbook_check_availability_widget .bootstrap-datetimepicker-widget table td span,
#newbook_check_availability_widget .bootstrap-datetimepicker-widget table td,
#newbook_check_availability_widget .bootstrap-datetimepicker-widget table th {
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    border-radius: 5em;
}

#newbook_check_availability_widget .bootstrap-datetimepicker-widget .prev span,
#newbook_check_availability_widget .bootstrap-datetimepicker-widget .next span {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

#newbook_check_availability_widget .bootstrap-datetimepicker-widget .prev span:after,
#newbook_check_availability_widget .bootstrap-datetimepicker-widget .next span:after {
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#newbook_check_availability_widget .bootstrap-datetimepicker-widget .prev span:after {
    content: '\f053';
}

#newbook_check_availability_widget .bootstrap-datetimepicker-widget .next span:after {
    content: '\f054';
}

#newbook_check_availability_widget .bootstrap-datetimepicker-widget table td.disabled,
#newbook_check_availability_widget .bootstrap-datetimepicker-widget table td.disabled:hover {
    color: #cccccc;
}

#newbook_check_availability_widget .dropdown-menu .btn-group-toggle .btn.active svg {
    fill: #ffffff;
}

#newbook_check_availability_widget .bootstrap-datetimepicker-widget table td.hover {
    background: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

#newbook_check_availability_widget .bootstrap-datetimepicker-widget table td.arrival.hover {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-border-top-left-radius: 50% !important;
    -webkit-border-bottom-left-radius: 50% !important;
    -moz-border-radius-topleft: 50% !important;
    -moz-border-radius-bottomleft: 50% !important;
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
}

#newbook_check_availability_widget .bootstrap-datetimepicker-widget table td.departure {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-border-top-right-radius: 50% !important;
    -webkit-border-bottom-right-radius: 50% !important;
    -moz-border-radius-topright: 50% !important;
    -moz-border-radius-bottomright: 50% !important;
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
}

#newbook_check_availability_widget input[type="submit"],
.newbook_search_submit_bg {
    color: #fff;
    border-radius: 30px;
    transition-duration: 300ms;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#newbook_check_availability_widget input,
#newbook_check_availability_widget select {
    font-size: 0.875em;
    line-height: 1.5;
    padding: 12px 15px;
    height: auto;
}

#newbook_check_availability_widget .daterangepicker-field::after,
#newbook_check_availability_widget .text-field::after,
#newbook_check_availability_widget .select-field::after {
    color: #ccc;
}


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

svg {
    overflow: hidden;
    vertical-align: middle;
}

/* ---------- Mobile Menu Visibility ---------- */

#header {
    display: none;
}

@media (min-width: 1280px) {
    #header {
        display: block;
    }
}

/* ---------- Desktop Header Styling ---------- */

#header {
    /*position: fixed;*/
    position: sticky;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    transition-duration: 400ms;
    background: rgba(255, 255, 255, 0.9);
}

#header.scroll,
.letterboxed #header {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.header-top {
    font-size: 0.875em;
}

#header > div > .container-fluid {
    padding: 0 80px;
}

.header-top-left,
.header-top-right {
    display: flex;
}

.header-top-right {
    justify-content: flex-end;
}

.header-top-left > div,
.header-top-right > div {
    display: block;
}

.header-top-left .address-block,
.header-top-right a#phone_number,
.header-top-right #social_media_links a {
    display: block;
    padding: 10px 8px;
    min-width: 30px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.header-top-left .address-block a {
	color: #fff;
}

.header-top-right a#phone_number {
    padding: 10px 20px;
}

.header-top-right a#phone_number:hover,
.header-top-right #social_media_links a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.header-top-left .address-block a:hover {
  opacity: 0.7;
}

#logo-wrapper a {
    display: block;
    padding:  5px 0;
    text-decoration: none;
}

#header-bottom .container-fluid > .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
}

#logo-wrapper a img {
    width: auto;
    /*height: 100%;*/
    max-height: 70px;
}

.views-field-field-banner-text h3 {
    color: #fff;
    font-size: inherit;
    text-transform: none;
}

/* ---------- Desktop Menu Styling ---------- */

#letterbox #menu-wrapper {
    font-size: 0.875em;
}

#menu-wrapper ul.menu {
    display: flex;
    padding: 0;
    margin: 0;
}

#menu-wrapper ul.menu > li {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

#menu-wrapper ul.menu > li > a {
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    text-decoration: none;
    transition-duration: 300ms;
}

#letterbox #menu-wrapper ul.menu > li > a {
    padding: 10px 12px;
}

#menu-wrapper ul.menu > li#book-online-button a,
#menu-wrapper ul.menu > li.book-online-button a {
    color: #fff;
    border-radius: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 30px;
}

#menu-wrapper ul.menu > li#book-online-button > a:hover,
#menu-wrapper ul.menu > li.book-online-button > a:hover {
    opacity: 0.7;
}

#book-online-button a,
.book-online-button a {
    position: relative;
}

#menu-wrapper ul.menu > li > a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 20px;
    right: 20px;
    height: 3px;
    transition-duration: 300ms;
    opacity: 0;
}

#menu-wrapper ul.menu > li > ul.menu li > a::before {
    background: transparent !important;
}

#menu-wrapper ul.menu > li > a:hover::before {
    bottom: 4px;
    opacity: 1;
}

#menu-wrapper ul.menu > li#book-online-button a::before,
#menu-wrapper ul.menu > li.book-online-button a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: unset;
    background: #F8A218;
    z-index: -1;
    border-radius: 25px;
    opacity: 1;
}

#menu-wrapper .content > ul.menu > li > a + ul.menu {
    display: block;
    position: absolute;
    /*top: 110%;*/
    top: -5050px;
    background: #fff;
    min-width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    opacity: 0;
    transition: opacity ease .6s;
    padding: 5px 0;
}

#menu-wrapper .content > ul.menu > li:hover > a + ul.menu {
    display: block;
    opacity: 1;
    top: 100%;
}

#menu-wrapper .content > ul.menu > li > a + ul.menu li > a {
    color: #333;
    padding: 5px 20px;
    font-size: 0.875em;
    position: relative;
    white-space: nowrap;
}

#menu-wrapper .content > ul.menu > li > a + ul.menu li > a::before {
    content: '\f054';
    position: absolute;
    bottom: unset;
    left: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    opacity: 0;
    transition-duration: 300ms;
    background: transparent;
}

#menu-wrapper .content > ul.menu > li > a + ul.menu li > a:hover {
    padding-left: 35px;
    background: transparent;
}

#menu-wrapper .content > ul.menu > li > a + ul.menu li > a:hover::before {
    opacity: 1;
}

/* ---------- Mobile Menu Styling ---------- */

.mh-head {
    height: 60px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.mh-head .mh-logo {
    padding: 10px 0;
}

.mh-head .mh-logo img {
    height: 100%;
    width: auto;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background: #FFFFFF;
}

.mh-head .mh-logo a {
    display: block;
    height: 100%;
}

/* Main Content Component */
.main-content,
#after-content .region > div.block,
.galleryset {
    padding-bottom: 80px;
    padding-top: 80px;
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.main-content.focus-boxes h1,
.main-content.focus-boxes h2,
.main-content.focus-boxes h3,
.main-content.focus-boxes h4,
.main-content.focus-boxes h5,
.main-content.focus-boxes h6 {
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.main-content h1.left,
.main-content h2.left,
.main-content h3.left,
.main-content h4.left,
.main-content h5.left,
.main-content h6.left {
    text-align: left;
}

.main-content h1.right,
.main-content h2.right,
.main-content h3.right,
.main-content h4.right,
.main-content h5.right,
.main-content h6.right {
    text-align: right;
}

.main-content h1.center::after,
.main-content h2.center::after,
.main-content h3.center::after,
.main-content h4.center::after,
.main-content h5.center::after,
.main-content h6.center::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
}

.main-content h1.left::after,
.main-content h2.left::after,
.main-content h3.left::after,
.main-content h4.left::after,
.main-content h5.left::after,
.main-content h6.left::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0%;
    transform: translateX(0%);
    width: 60px;
    height: 4px;
}

.focus-boxes h1.center::after,
.focus-boxes h2.center::after,
.focus-boxes h3.center::after,
.focus-boxes h4.center::after,
.focus-boxes h5.center::after,
.focus-boxes h6.center::after {
    display: none !important;
}

.innercontent h1,
.innercontent h2,
.innercontent h3,
.innercontent h4,
.innercontent h5,
.innercontent h6 {
    margin-top: 20px;
}

.innercontent.left,
.innercontent.left h1,
.innercontent.left h2,
.innercontent.left h3,
.innercontent.left h4,
.innercontent.left h5,
.innercontent.left h6{
    text-align: left;
}

.innercontent.center,
.innercontent.center h1,
.innercontent.center h2,
.innercontent.center h3,
.innercontent.center h4,
.innercontent.center h5,
.innercontent.center h6 {
    text-align: center;
}

.innercontent.right,
.innercontent.right h1,
.innercontent.right h2,
.innercontent.right h3,
.innercontent.right h4,
.innercontent.right h5,
.innercontent.right h6{
    text-align: right;
}


/* Image Gallery Component */

#block-views-gallery-homepage-gallery-slider {
    width: 100%;
    display: block;
    overflow: hidden;
}

.homepage-gallery-slider {
    display: none;
}

.views-row > .card {
    height: 100%;
    border: none;
    border-radius: 4px;
    overflow: hidden;
}

.card-footer {
    border-top: 0px;
}

.views-field-title h3 {
    font-size: 1.25em;
}

.card-footer .button {
    font-size: .875em;
    padding: 10px 0px;
    width: 100%;
}
@media (min-width: 992px) {
    .col-lg-3 .card-footer .col-lg-6:first-of-type {
        padding-right:5px;
    }
    .col-lg-3 .card-footer .col-lg-6:last-of-type {
        padding-left:5px;
    }

}


.info-panel-text,
.views-row > .card,
.views-row > .card > .card-footer {
    background-color: #f4f4f4;
}

.homepage-gallery-slider.slick-initialized {
    display: block;
}

aside .slick-dots {
    position: static;
}

.views-field-field-photo {
    position: relative;
}

.views-field-field-photo img {
    width: 100%;
    height: auto;
}

.views-field-field-photo a {
    display: block;
    overflow: hidden;
    position: relative;
}

.views-field-field-photo a img {
    transition-duration: 400ms;
}

.views-field-field-photo a:hover img {
    transform: scale(1.1);
}

.views-field-field-photo a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #123;
    opacity: 0;
    z-index: 1;
    transition-duration: 400ms;
}

.galleryset .views-field-field-photo a:hover::before,
.view-gallery .views-field-field-photo a:hover::before {
    opacity: 0.4;
}

.galleryset .views-field-field-photo a:not(.accommodation-item)::after,
.view-gallery .views-field-field-photo a:not(.accommodation-item)::after {
    content: '\f030';
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    font-size: 2.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.25);
    color: #fff;
    z-index: 2;
    opacity: 0;
    transition-duration: 400ms;
}

.views-field-field-photo a:hover::after {
    opacity: 0.8!important;
    transform: translate(-50%, -50%) scale(1);
}

.view-accommodation-grid .card-image .accommodation-icons {
    position: absolute;
    left: 20px;
    bottom: 10px;
    z-index: 100;
    color: #fff;
}

.view-accommodation-grid .card-image {
    position: relative;
}

.view-accommodation-grid .card-image .accommodation-icons span {
    margin-right: 7px;
}

.view-accommodation-grid .views-field-field-photo a::before {
    opacity:1!important;
    background: linear-gradient(15deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 50%)!important;
}
.view-accommodation-grid .views-field-field-photo a:hover::before {
    opacity:1!important;
}

@media (max-width: 767px) {
    .main-content aside#sidebar {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    #accommodation-features .content > div {
        width: 50% !important;
    }
}


/* ---------- Info Panel Styling ---------- */

.info-panel {
    display: flex;
}

.focus-content-panel .views-row:nth-child(odd) .info-panel {
    flex-direction: row-reverse;
}

.info-panel > div {
    width: 50%;
}

.info-panel-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-panel-text .text-holder {
    display: block;
    width: 95%;
    width: calc(100% - 50px);
    max-width: 500px;
    padding: 30px 0 20px;
}

.info-panel-text .text-holder > div {
    margin-bottom: 20px;
}

.info-panel-image .field-content {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.info-panel-image div {
    min-width: 100%;
}

.info-panel-image .field-content > img {
    display: block;
}

.info-panel-text h1, .info-panel-text h2, .info-panel-text h3, .info-panel-text h4 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
    position: relative;
    font-size: 1.75em;
}

.info-panel-text h1.center, .info-panel-text h2.center, .info-panel-text h3.center, .info-panel-text h4.center {
    text-align: center;
}

.info-panel-text h1.right, .info-panel-text h2.right, .info-panel-text h3.right, .info-panel-text h4.right {
    text-align: right;
}

.info-panel-text h1::after, .info-panel-text h2::after, .info-panel-text h3::after, .info-panel-text h4::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 4px;
    background-color: #1885d8;
}

.info-panel-text h1.left::after, .info-panel-text h2.left::after, .info-panel-text h3.left::after, .info-panel-text h4.left::after {
    left: 0%;
}

.info-panel-text h1.center::after, .info-panel-text h2.center::after, .info-panel-text h3.center::after, .info-panel-text h4.center::after {
    left: 50%;
    transform: translateY(-50%);
}

.info-panel-text h1.right::after, .info-panel-text h2.right::after, .info-panel-text h3.right::after, .info-panel-text h4.right::after {
    right: 0%;
}

.info-panel-text {
    background-color: #f4f4f4;
}

.button {
    position: relative;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 30px;
    color: #fff;
    border-radius: 40px;
    border: 2px solid transparent;
    transition-duration: 300ms;
    opacity: 1;
    background: transparent;
    z-index: 1;
    cursor: pointer;
    text-decoration: none !important;
}

.button:hover {
    color: #fff !important;
    opacity: 0.9;
}

ul.extra_information_panel {
    margin: -25px -1.25rem 0 -1.25rem;
    list-style: none;
    padding: 0px;
    font-size: 14px;
}

ul.extra_information_panel li {
    list-style: none;
    padding: 5px 1.25rem;
    margin: 0px;
}

ul.extra_information_panel li a {
    color: #000;
    word-break: break-all;
}
ul.extra_information_panel li:nth-child(odd) {
    background: rgba(255, 255, 255, 0.6);
}

/* ---------- Accommodation Tile Styling ---------- */

@media (max-width: 567px) {
    #newbook_accommodation_categories .row {
        margin-left: 0px;
        margin-right: 0px;
    }
}

#newbook_accommodation_categories {
    padding: 80px 0px;
}

.tile .accommodation-details {
    display: flex;
}

.tile .accommodation-details > div {
    margin-right: 15px;
}

.tile {
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}

.tile::before {
    content:"";
    position:absolute; top:0;right:0;bottom:0;left:0;
    background:inherit;
    transition:inherit;
    transition:0.5s ease;
}
.tile:hover::before {
    transform: scale(1.2);
}

.tile a.overlay {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 2;
}

.tile a.overlay::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #123;
    z-index: -1;
    opacity: 0.3;
    transition-duration: 400ms;
}

.tile a.overlay:hover::before,
.tile a.overlay:focus::before {
    opacity: 0.75;
}

.tile a.overlay .tile-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    transition-duration: 400ms;
    background-position: center center;
    background-size: cover;
}

.tile a.overlay:hover .tile-bg {
    transform: scale(1.1);
}

.tile a.overlay .text-holder {
    color: #fff;
    text-align: center;
    /* opacity: 0; */
    transform: translateY(50px);
    transition-duration: 400ms;
}

.tile a.overlay .text-holder .views-field-title h3 {
    color: #fff;
}

.tile a.overlay:hover .text-holder,
.tile a.overlay:focus .text-holder {
    opacity: 1;
    transform: translateY(0);
}

.tile a.overlay .text-holder .accommodation-details {
    justify-content: center;
    opacity: 0;
    transition-duration: 300ms;
}

.tile a.overlay .text-holder .button {
    opacity: 0;
    transition-duration: 500ms;
}

.tile a.overlay:hover .text-holder .accommodation-details,
.tile a.overlay:hover .text-holder .button {
    opacity: 1;
}

.tile a.overlay .text-holder > div {
    margin-bottom: 10px;
}


@media (min-width: 576px) and (max-width: 767px) {
    .tile a.overlay {
        min-height: 250px;
    }
}


@media (max-width: 767px) {

    .tile a.overlay::before,
    .tile a.overlay::before {
        opacity: 0.45;
    }

}

/* ---------- Image Panel ------------------ */

.file-image img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* ---------- Slider component ---------- */
section.slider img {
    //display: none;
}

section.slider img:first-child {
    display: block;
    width: 100%;
    height: auto;
}

section.slider .slick-next {
    right: 0px;
}

section.slider .slick-prev {
    left: 0px;
}

section.slider .slick-next,
section.slider .slick-prev {
    opacity: 0.2;
}

section.slider:hover .slick-next,
section.slider:hover .slick-prev {
    opacity: 1;
}

section.slider .slick-next,
section.slider .slick-prev {
    display: block;
    width: 50px;
    height: 60px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    font-size: 0px;
    line-height: 1px;
    text-decoration: none;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    text-shadow: 1px 1px 0 rgba(255,255,255,.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

section.slider .slick-prev::before,
section.slider .slick-next::before {
    font-size: 30px;
    line-height: 30px;
}

aside#sidebar section.slider a {
    display: none;
}

aside#sidebar section.slider a:first-child {
    display: block;
}


/* ---------- Page Footer Styling ---------- */

#footer {
    color: #fff;
    background: #444;
    font-size: 0.875em;
}

#footer > .container {
    padding-top: 80px;
    padding-bottom: 60px;
}

#footer > .container > .row > div {
    /* margin-bottom: 15px; */
}

#footer h2 {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #fff;
    text-align: left;
    color: #fff;
}

#footer h2::after {
    content: unset;
}

#footer ul.menu > li {
    display: block;
    position: relative;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

#footer ul.menu > li::before {
    content: '\f105';
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    color: #f4f4f4;
}

#footer ul.menu > li a {
    text-decoration: none;
    display: block;
    padding-left: 15px;
    transition-duration: .3s;
}

#footer ul.menu > li a:hover {
    padding-left:25px
}

#footer ul.menu {
    border: none;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
    column-count: 2;
}
@media(max-width: 600px) {
    #footer ul.menu {
    column-count: 1;
    }
}

#footer ul.menu > li {
    list-style: none;
}

#footer a {
    color: #fff !important;
}

#footer #footer-branding img {
    width: 100%;
    height: auto;
    max-width: 250px;
}

#footer #copyright {
    background: rgba(0, 0, 0, 0.2);
}

#footer #copyright p {
    margin: 10px 0;
    font-size: 0.75em;
}

#footer #copyright .newbook-logo {
    max-width: 125px;
}

#google_map_block {
    min-height: 200px;
    background: #333;
}

#footer .block {
    margin-bottom: 10px;
}

#footer #social_media_links > li {
    margin-right: 12px;
}

#footer #social_media_links > li a i {
    font-size: 1.125em;
}

#footer #social_media_links > li a:hover i {
    transform: scale(1.25);
}

#footer,
#footer a {
    color: #fafafa;
}

#footer table > tbody {
    border: none;
}

#footer table.contact-table {
    width: 100%;
}

#footer table.contact-table td {
    vertical-align: top;
    padding: 0 16px 8px 0;
}

/* ---------- Accommodation Details Bar ---------- */

#header-image {
    height: 30vw!important;
    min-height: 200px;
    max-height: 400px;
}

#accommodation-items::after {
    content: "";
    display: table;
    clear: both;
}

.accommodation-details-bar {
    width: 100%;
    display: block;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.accommodation-details-bar .view-content > div {
    width: 30%;
}

.accommodation-details-bar .accommodation-icons > span {
    margin-right: 20px;
    font-size: 1.125em;
    display: inline-block;
}

#accommodation-features {
    background: #f4f4f4;
    padding: 80px 0px;
}

#accommodation-features .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#accommodation-features .content > div {
    width: 33.333333%;
    list-style: none;
    position: relative;
    margin: 0 0 10px;
    padding-left: 25px
}

#accommodation-features .content > div::before {
    content: '\f058';
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 800;
    color: #787878;
}

/* Google Maps */
#google_map_block {
    min-height: 400px;
    background: #333;
}

/* Default form styles */
.frm_style_formidable-style.with_frm_style .frm_primary_label {
    font-size: 1rem;
}

/* Accordion Styles */
.accordion {
    width: 100%;
    text-align: center;
}

.accordion .accordion-row {
    margin-bottom: 10px;
}

.accordion .question {

}

.accordion .question a {
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 15px 25px 15px 45px;
    transition-duration: .3s;
    position: relative;
}

.accordion .question a h3 {
    color: #fff;
    text-align: left;
    text-decoration: none;
    font-size: 1.25em;
    line-height: 1.2;
    padding-bottom: 0px;
    margin-bottom: 0;
}

.accordion .question a h3:before {
    content: '\f068';
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    position: absolute;
    left: -30px;
}

.accordion .question a.collapsed h3:before {
    content: '\f067';
}

.accordion .answer {
    text-align: left;
}

.accordion .answer .accordion-padding {
    padding: 15px 25px 15px 45px;
    background-color: #f4f4f4;
}

.accordion .answer p {

}

/*
  Form
 */

.frm_forms .frm_form_field input,
.frm_forms .frm_form_field textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}

.frm_forms .frm_form_field {
    position: relative;
}

.frm_forms .frm_primary_label {
    font-weight: bold;
}

.frm_forms .frm_description {
    font-size: 12px;
    font-style: italic;
}

.frm_forms .frm_form_field  {
    padding-bottom: 2px;
}

.frm_forms .frm_submit button {
    border: 0px;
    padding: 5px 20px;
    color: #fff;
}

/* Video Items */
.video-background-controls button {
    display: none !important;
}

/* booking page fixes */

#guests_picker  {
    padding-right:17px!important
}

/* extra information section for el 8 */
ul.extra_information_panel {
    margin:20px 0;
    padding:0;
}
ul.extra_information_panel li {
    background:#ddd;
    background:rgba(0,0,0,0.065);
    display:flex;
    padding:15px 20px;
}
ul.extra_information_panel li:nth-of-type(2n-1) {
    background:#eee;
    background:rgba(0,0,0,0.03);
}
ul.extra_information_panel li > span:first-of-type {
    width:100px;
    font-weight:bolder;
}
h2.jp-card-allowed-text {
    text-align: center!important;
}
nav#menu-wrapper {
    z-index: 999;
}


html body .slick-slider *:focus {
    outline:none!important
}
html body .slick-slider .views-field-field-photo a {
    border-right:1px solid #fff!important;
    border-left:1px solid #fff!important;
}
html body .slick-slider .views-field-field-photo img {
    max-height: 400px!important;
    min-height: 200px!important;
    height:18vw!important;
    object-fit:cover!important;
}

.container.view-gallery>div>div>div {
    height:100%;
}
.container.view-gallery>div>div>div>div {
    height:100%;
}
.container.view-gallery>div>div>div>div>a {
    height:100%;
}
.container.view-gallery>div>div>div>div>a>img {
    height:100%;
    object-fit:cover;
}

/* Blog Styles */
.navigation ol {
    padding-top: 40px;
    margin-top: 0px;
    border-top: 1px solid #ccc;
}

img.blog-post-header-image {
    border-top: 1px solid #ccc;
    padding-top: 40px;
    margin-top: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 40px;
    max-width: 1140px;
    width: 100%;
    display: block;
    height: auto;
}

.blog-button {
    margin: 40px auto 0 auto;
    display: block;
    width: 300px;
}

.blog-archive-photo {
    position: relative;
}

i.blog-archives-list {
    padding: 10px 0px 5px 0px;
    font-size: 0.75em;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
}

i.blog-archives-list a {
	color: #999;
    background: #fff;
    display: inline-block;
    padding: 4px 13px 3px;
    border-radius: 100px;
    font-weight: bold;
	border:1px solid #f0f0f0;
}
i.blog-archives-list a:hover {
	text-decoration:none;
	background:#333;
	color:#fff;
	border-color:#333;
}

.single-post i.blog-archives-list {
    text-align: center;
    display: block;
    width: 100%;
}

.archives.single-post-archive-list a {
    color: #000;
    text-decoration: underline;
}

body.single-post blockquote {
    background: #f0f0f0;
    padding: 20px;
    font-weight: bold;
}

body.single-post img.alignleft,
body.single-post img.alignright,
body.single-post img.aligncenter {
    max-width:100%;
    height:auto;
}

body.single-post img.aligncenter {
    margin: 0 auto;
    display: block;
    vertical-align: top;
}

body.single-post img.alignleft {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

body.single-post img.alignright {
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
}

/* ---------- Slider Styling ---------- */

.slider-nav {
	display: none;
	transition: all 0.4s;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	justify-content: space-between;
	padding: 0 20px;
	opacity: 0.8;
}

.slider:hover .slider-nav
{
	display: flex;
}

.slider-nav i {
	font-size: 2.5rem;
	color: white;
	text-shadow: 2px 2px 8px black;
	font-family: "Font Awesome 5 Pro";
}
/* ---------- Video Block Styling ---------- */
.content-panel-video .video-item {
	padding-bottom: 30px;
}
.content-panel-video a {
	display: block;
	overflow: hidden;
	position: relative;
	height: 100%;
}
.content-panel-video a img {
	transition-duration: 400ms;
}
.content-panel-video a:hover img {
	transform: scale(1.1);
}
.content-panel-video i {
	font-family: "Font Awesome 5 Pro";
	font-size: 4rem;
	font-style:inherit;
	position: absolute;
	color: rgba(255, 255, 255, 0.6);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
}
.content-panel-video a:hover i{
	color: rgba(255, 255, 255, 0.9);
	transition: all 0.4s;
}
.content-panel-video .video-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content-panel-video .video-item img::after {
	content: '\f095';
}

#youtubeholder iframe {
	transition:1s ease;
}
div#youtubeholder {
    transition:1s ease;
}
div#youtubeholder:before {
    content:'';
    display:block;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.2);
    backdrop-filter: blur(6px);
    transition:1s ease;
}
.fb-page.fb_iframe_widget :is(iframe, span) {
    max-width: calc(100vw - 30px)!important
}