/* 
Theme Name:		Rufford Abbey Theme
Theme URI:		https://110percent.co.uk/
Description:	Rufford Abbey website theme, created by 100AND10%
Author:			100AND10%
Author URI:		https://110percent.co.uk
Template:		onehundred_ten
Version:		1.0.1
*/

/* FONT IMPORT */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	margin-bottom: 24px;
}

h1 {
	font-weight: 700;
    font-size: 28px;
    line-height: 1.2em;
	color: #413E4B;
}

h2 {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2em;
	color: #413E4B;
	text-transform: none;
}

h3 {
	font-weight: 700;
    font-size: 48px;
    line-height: 1.2em;
	color: #413E4B;
}

h4 {
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	color: #413E4B;
}

p, a, li {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
}

p {
	color: #413E4B;
}

a {
	color: #413E4B;
	font-weight: bold;
    text-decoration: underline;
}

a:hover {
	color: #413E4B;
}

label, input {
	color: #413E4B;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
}

.tagline {
    font-size: 16px;
    font-weight: 600;
	display: inline-block;
	border-bottom: 2px solid #FFCE11;
}

.btn {
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	border-radius: 0;
	padding: 10px 20px;
	height: fit-content;
    transition: none;
    text-decoration: none;
}

.btn-primary {
	color: #413E4B !important;
	background-color: #FFCE11;
	border: 2px solid #FFCE11;
}

.btn-primary:hover  {
	color: #ffffff !important;
	background-color: #413E4B;
	border: 2px solid #413E4B;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .btn-primary:focus, .btn-primary.focus {
    color: #ffffff !important;
	background-color: #413E4B;
	border: 2px solid #413E4B;
    box-shadow: none;
}

.btn-outline {
	color: #413E4B;
	background-color: transparent;
	border: 2px solid #413E4B;
}

.btn-white {
	color: #413E4B !important;
	background-color: #ffffff;
	border: 2px solid #ffffff;
}

.btn-white-outline {
    color: #ffffff !important;
    background-color: transparent;
    border: 2px solid #ffffff;
}

.btn-secondary {
	color: #FFFFFF;
	background-color: #413E4B;
	border: 2px solid #413E4B;
}

.btn-secondary-outline {
	color: #413E4B;
	background-color: transparent;
	border: 2px solid #413E4B;
}

button:focus {
    outline: none;
}

.gform_button, .gform-button, #gform_submit_button_4 {
    font-size: 16px !important;
	line-height: 150% !important;
	letter-spacing: 0.05em !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-style: normal !important;
	border-radius: 0 !important;
	padding: 8px 20px !important;
	height: fit-content !important;
    color: #413E4B !important;
	background-color: #FFCE11 !important;
	border: 2px solid #FFCE11 !important;
}

.gform_button:hover {
    color: #ffffff;
    background-color: #413E4B;
    border: 2px solid #413E4B;
}

.primary-hr {
	width: 60px;
	border-top: 3px solid #413E4B;
	margin-top: 30px;
    margin-bottom: 30px;
}

iframe {
    border: none;
}

.iframe-block iframe {
    width: 100%;
}

#book iframe {
    width: 100%;
    min-height: 500px;
}

.spektrix-iframe-block iframe {
    width: 100%;
}

/* MARGINS & PADDING */
.py-6 {
    padding-top: 112px;
    padding-bottom: 112px;
}

.pt-6 {
    padding-top: 112px;
}

.pb-6 {
    padding-bottom: 112px;
}

.my-6 {
    margin-top: 112px;
    margin-bottom: 112px;
}

.mt-6 {
    margin-top: 112px;
}

.mb-6 {
    margin-bottom: 112px;
}

/* DARK BG COLOURS */
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {
	color: #ffffff;
}

.bg-dark p, .bg-dark a {
	color: #ffffff;
}

.bg-dark .primary-hr {
	border-top: 3px solid #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.bg-primary {
    background-color: #413E4B !important;
}

.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h6, .bg-primary h6, .bg-primary p, .bg-primary a, .bg-primary ol, .bg-primary ul, .bg-primary dl {
    color: #ffffff;
}

.bg-secondary {
	background-color: #413E4B !important;
}

section {
	position: relative;
}

.wp-bootstrap-blocks-container {
	margin-top: 40px;
	margin-bottom: 40px;
}

.overlay {
    background-color: #000000;
	opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay-linear-horizontal-left {
	background: rgb(0,0,0);
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 100%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,1) 100%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 100%, rgba(0,0,0,0) 100%);
	width: 100%;
    height: 100%;
    position: absolute;
	opacity: 0.7;
	top: 0;
}

.overlay-linear-horizontal-right {
	background: rgb(0,0,0);
    background: -webkit-linear-gradient(right, rgba(0,0,1) 100%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(right, rgba(0,0,0,1) 100%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to left, rgba(0,0,0,1) 100%, rgba(0,0,0,0) 100%);
	width: 100%;
    height: 100%;
    position: absolute;
	opacity: 0.7;
	top: 0;
}

.overlay-linear-vertical {
	background: rgb(0,0,0);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	width: 100%;
    height: 100%;
    position: absolute;
	opacity: 0.7;
	top: 0;
    left: 0;
}

.site-logo {
	height: auto;
	width: 200px;
}

.background-image {
	background-size: cover;
	background-position: center center;
}

.drop-shadow {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
}

.overlay-active {
    overflow: hidden;
}

/* NAV OVERLAY */
#menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #413E4B;
    z-index: 9999;
    overflow-y: auto;
}

#menu-overlay .logo {
    height: 60px;
}

#menu-overlay .close-menu span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 10px;
    display: none;
}

#overlay-open span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    margin: 0 10px;
    display: none;
}

#menu-overlay .navbar-nav .nav-link {
   font-family: 'Montserrat';
   font-style: normal;
   font-weight: 600;
   font-size: 20px;
   line-height: 26px;
   letter-spacing: 0.05em;
   text-transform: uppercase;
   color: #FFFFFF;
}


#menu-overlay .dropdown-menu {
    position: static !important;
    transform: none;
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
}

#menu-overlay .dropdown-item {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 0 5px 0;
}

#menu-overlay .social-icons .st0 {
    fill: #ffffff;
}


#menu-overlay p, #menu-overlay a {
    color: #ffffff;
}

.main-navigation .btn {
    font-size: 14px;
    line-height: 150%;
    padding: 8px 15px;
}

/* NAVIGATION */
.main-navigation.navbar {
    padding: 13px 0;
}

.main-navigation .navbar-nav .nav-link {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	color: #413E4B;
}

.navbar-toggler {
    border: none;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.dropdown-menu {
    border-radius: 0;
    border: none;
}

.dropdown-item {
    color: #413E4B;
	font-size: 14px;
	font-weight: 500;
}

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
    background-color: #FFCE11;
    font-weight: 400 !important;
    color: #413E4B;
}

#overlay-toggle a:hover, #close-overlay:hover {
    text-decoration: none;
}

.dropdown-menu.show {
    border-top: 2px solid #FFCE11;
	border-bottom: 2px solid #FFCE11;
}

/* SECONDARY NAV */
.secondary-nav {
    border-top: 2px solid #413E4B;
    padding: 13px 0;
}

.secondary-nav .navbar-nav .nav-link {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
	color:#413E4B;
}

.secondary-nav .navbar-nav .nav-link a:hover {
	color:#FFCE11!important;
}

.secondary-nav .navbar-toggler {
    font-size: 15px !important;
    color: #413E4B;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
}

.secondary-nav .navbar-toggler.collapsed #close {
    display: none;
}

.secondary-nav .navbar-toggler.collapsed #open {
    display: block;
}

.secondary-nav .navbar-toggler #open {
    display: none;
}

.secondary-nav.navbar-dark .navbar-nav .nav-link:hover, .secondary-nav.navbar-dark .navbar-nav .nav-link:focus, .secondary-nav .navbar-toggler:hover, .secondary-nav .navbar-toggler:focus {
    color: #413E4B;
}

/* FOOTER */
footer {
	margin-top: 80px;
	margin-bottom: 80px;
}

.footer-phone {
	margin-top: 20px;
}

.footer-phone p {
	font-size: 14px;
}

footer a {
    text-decoration: none;
}

.footer-socket {
    display: flex;
    gap: 20px;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.socket-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.socket-links p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; 
}

.social-icons {
    gap: 12px;
}

.social-icons svg {
    width: 24px;
    height: 24px;
}

.social-icons a:hover .st0 {
    fill: #413E4B;
}

footer li, footer li a {
    margin-bottom: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #413E4B;
}

/* HEADERS */
.header-default {
	text-align: center;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	position: relative;
    padding-top: 62px;
    margin-bottom: 62px;
}

.header-default .featured-image {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.buttons-list {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
}

.header-overlay {
	text-align: center;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	position: relative;
}

.header-overlay h1, .header-overlay p {
    color: #ffffff;
}

/* CARDS */
.card {
	border-radius: 0;
	border: none;
	background-color: transparent;
}

.card-body {
	padding: 25px 0;
}

.card-img, .card-img-top {
    border: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.event-card img {
    object-fit: cover;
    height: initial;
    width: 100%;
}

.event-card {
	border: none !important;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.event-card-body {
	padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.event-card .event-dates {
    margin-top: -80px;
    margin-left: 20px;
    padding-bottom: 0;
}

/* EVENT DATES */
.event-dates {
	display: flex;
    align-items: center;
	position: relative;
    padding-bottom: 30px;
}

.event-date-large {
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #413E4B;
    text-align: center;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.event-date-large span {
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	display: block;
	margin-bottom: 5px;
}

/* EVENT PREVIEW CARD */
.event-preview-card {
	background-size: cover;
	background-position: center center;
	position: relative;
	display: flex;
	min-height: 265px;
	align-items: flex-end;
}

.event-preview-card-content {
	padding: 30px;
	z-index: 2;
}

.card-link + .card-link {
    margin-top: 0.5rem;
}

.event-dates-small {
	color: #ffffff;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 26px;
	text-transform: uppercase;
	display: inline-block;
}

.event-dates-small span {
	background-color: #413E4B;
	display: inline-block;
	padding: 5px 10px;
	margin: 15px 5px;
}

.event-dates-small span:first-child {
	margin: 15px 5px 15px 0px;
}

.day-of-week span {
    background-color: #413E4B;
    padding: 5px;
    color: #ffffff;
    margin-right: 5px;
    font-weight: 600;
}

/* IMAGE LINK BOX */
.image-link-box { 
	background-size: cover;
	background-position: center center;
	position: relative;
	display: flex;
	flex-wrap: nowrap !important;
	min-height: 265px;
	height: 100%;
	align-items: flex-end;
	padding: 24px;
}

.image-link-box-content {
	display: flex;
	flex-wrap: nowrap !important;
	align-items: center;
	gap: 8px;
	width: 100%;
	z-index: 2;
}

.image-link-box-content h4 {
	margin: 0;
	font-size: 18px;
	line-height: 20px;
    text-decoration: underline;
}

.image-link-box-content a:hover{
	text-decoration:none!important;
}

.image-link-box-hover:hover {
    text-decoration: none;
}

/* LINK BOX */
.link-box {
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
	padding: 20px;
	width: 100%;
	height: 100%;
	display: flex;
    align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	flex-direction: row;
}

.link-box p {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.link-box-hover:hover {
	text-decoration: none;
}

.link-box img {
	height: 30px;
	width: 30px;
	margin: 0;
}

/* BLOCKS */
.col-card img {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    object-fit: cover;
}

/* TESTIMONIAL SLIDER */
.carousel-item {
    justify-items: center;
}

.testimonial-content {
    max-width: 800px;
}

.carousel .blockquote {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #413E4B;
    font-family: 'Montserrat', sans-serif;
    line-height: 140%;
}

.carousel .testimonial-name {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 150%;
}

.carousel .testimonial-organisation {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    font-family: 'Montserrat', sans-serif;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
    border-radius: 50%;
    background-color: #ccc;
    transition: background-color 0.3s;
}

.carousel-indicators .active {
    background-color: #000;
}

.carousel-control-prev, .carousel-control-next {
    width: auto;
}


/* CALL TO ACTION BANNER */
.cta-banner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 24px;
    text-align: center;
}

.cta-banner h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.cta-banner .btn {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

/* HERO FEATURE */
.hero .container {
	padding-top: 160px;
	padding-bottom: 160px
}

/* FEATURE TWO */
.feature-two .half-background-image {
	width: 100%;
	position: relative;
	right: 0;
	height: 100%;
	min-height: 500px;
	object-fit: cover;
}

.feature-two.right .half-background-image {
	left: 0 !important;
	right: auto !important;
}

.feature-two-content {
    padding: 50px 60px;
    margin-top: -60px;
}

/* TWO COL HERO */
.two-col-hero .hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 500px;
}

.two-col-hero .sub-heading-col a {
    font-weight: bold;
    display: inline-block;

}



.two-col-hero .sub-heading-col a svg {
    margin: 0 8px;
}

/* ACCORDION */
.accordion .card {
	margin-bottom: 25px;
	box-shadow: none;
}

.accordion .card-body {
	padding: 25px 20px;
	border: 2px solid #000000;
}

.accordion .card-header {
    background-color: #000000;
	border-radius: 0;
    color: #ffffff;
    padding: 20px;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
}

/* NAV TABS */
.nav-tabs .nav-link {
	background-color: transparent;
    color: #000000;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    padding: 20px 35px;
    font-size: 24px;
    font-weight: 500;
}

.nav-tabs .nav-link.active, .nav-tabs.style-two .nav-item.show {
	background-color: transparent;
	border-bottom: 2px solid #000000;
	color: #000000;
}

.nav-tabs {
	justify-content: center;
	border: none;
}

.nav-item a {
    text-decoration: none;
}

/* STYLE TWO NAV TABS */
.nav-tabs.style-two .nav-link {
	background-color: transparent;
    color: #000000;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    padding: 20px 35px;
    font-size: 24px;
    font-weight: 500;
}

.nav-tabs.style-two .nav-link.active, .nav-tabs.style-two .nav-item.show {
	background-color: #000000;
	color: #ffffff;
}

.nav-tabs.style-two {
    border-bottom: 2px solid #000000;
	justify-content: center;
}

.tab-content {
	padding: 20px 40px;
}


/* EVENTS SINGLE */
.event-single-header .featured-image {
	width: 100%;
	height: 100%;
	min-height: auto;
	object-fit: cover;
	object-position: center center;
}

/* CHOOSE YOUR TICKETS */
.choose-your-tickets iframe {
    width: 100%;
}

/* TICKET INSTANCES MODAL */
.event-instances .tab-content {
    padding: 10px;
}

.event-instances .nav-pills .nav-link.active, .event-instances .nav-pills .show > .nav-link {
    border-radius: 0;
    color: #FFFFFF;
    background-color: #413E4B;
    border: 2px solid #413E4B;
}

.upcoming-dates .date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid lightgrey;
}

.upcoming-dates .date p {
    margin: 0;
}

.upcoming-dates .date .btn {
    margin-left: 10px;
}

.modal-header .close {
    font-size: 1.8em;
}

/* ROOM */
.virtual-tour-section iframe {
    width: 100%;
}

.floor-plan-section img {
    width: 100%;
}

/* ROOM ARCHIVE */
.room-archive-item img {
    width: 100%;
    height: 302px;
    object-fit: cover;
    margin-bottom: 32px;
}

.room-archive-item {
    margin-bottom: 80px;
}

/* SWIPER */
.room-gallery-section {
    overflow: hidden;    
}

.swiperCaseStudies {
    width: 100%;
}

.swiperCaseStudies .swiper-slide img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

@media (max-width: 760px) {
    .swiper-button-next {
        right: 20px;
        transform: rotate(90deg);
    }

    .swiper-button-prev {
        left: 20px;
        transform: rotate(90deg);
    }
}

.swiper-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; /* Adjust width according to your design */
    margin-top: 20px; /* Space between slider and controls */
}

/* Style custom arrows */
.custom-button-next, .custom-button-prev {
    background: none;
    width: auto;
    height: auto;
    color: black;
    font-size: 24px;
    outline: none;
    cursor: pointer;
}

.custom-button-prev svg {
    margin: 0 10px;
}

/* Custom Pagination styling to match Swiper's default */
.custom-pagination {
    display: flex;
    justify-content: start;
    align-items: center;
}

.custom-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px !important; /* Space between bullets */
    border-radius: 50%;
    cursor: pointer !important;
}

.custom-pagination .swiper-pagination-bullet-active {
    background-color: #000;
}

/* GRAVITY FORM */
textarea, input, select {
    font-family: 'Montserrat' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 150%;
    color: #413E4B !important;
    border: 1px solid #413E4B !important;
    border-radius: 0 !important;
}

.gform_validation_errors, .gfield_validation_message, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    border-radius: 0 !important;
    border: 1px solid #c02b0a;
    box-shadow: none !important;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 150%;
}

#gform_fields_4 #field_submit {
    align-self: flex-start;
    margin-top: 32px;
}

.gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
    font-family: 'Montserrat' !important;
    font-style: normal;
    font-size: 14px !important;
    line-height: 150% !important;
    color: #413E4B !important;
}

/* ACCOMMODATION PAGE */
.accommodation-archive-grid {
    display: flex;
    width: 100%;
    gap: 80px;
    flex-direction: column;
}

.accommodation-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #F7F7F8;
}

.accommodation-featured-img {
    width: 100%;
    max-height: 300px;
}

.accommodation-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accommodation-info-body {
    padding: 48px;
}

.accommodation-info-body {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 8px;
}

.accommodation-info-links {
    display: flex;
    gap: 32px;
    align-items: center;
    margin-top: 32px;
    flex-wrap: wrap;
}

.accommodation-info-links p {
    padding: 0;
    margin: 0;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
    h1 {
        font-size: 52px;
        line-height: 54px;
    }
    
    h3 {
        font-size: 40px;
        line-height: 40px;
    }
	
	.feature-two .half-background-image {
		width: 50%;
		position: absolute;
	}
	
	.feature-two-content {
		padding: 50px 100px;
		margin-top: 0;
	}
	
	.link-box {
		padding: 30px;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.link-box img {
		height: 42px;
		width: 42px;
		margin: 20px 0 0 0;
	}
	
	.link-box p {
		font-size: 24px;
		line-height: 24px;
	}
	
	.overlay-linear-horizontal-left {
		background: -webkit-linear-gradient(left, rgba(0,0,0,1) 28%, rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(left, rgba(0,0,0,1) 28%, rgba(0,0,0,0) 100%);
		background: linear-gradient(to right, rgba(0,0,0,1) 28%, rgba(0,0,0,0) 100%);
	}

	.overlay-linear-horizontal-right {
		background: -webkit-linear-gradient(right, rgba(0,0,1) 28%, rgba(0,0,0,0) 100%);
		background: -o-linear-gradient(right, rgba(0,0,0,1) 28%, rgba(0,0,0,0) 100%);
		background: linear-gradient(to left, rgba(0,0,0,1) 28%, rgba(0,0,0,0) 100%);
	}
    
    #menu-overlay .close-menu span {
        display: inherit;
    }
    
    #overlay-open span {
        display: inherit;
    }
    
    .event-card img {
        height: 330px;
    }
    
    .cta-banner {
        justify-content: space-between;
        flex-direction: row;
        padding: 48px;
        text-align: initial;
    }
    
    .cta-banner .btn {
        width: auto;
        margin-bottom: 0;
    }
    
    .footer-socket {
        flex-direction: row;
    }
    
    .socket-links {
        flex-direction: row;
    }
    
    .room-archive-item img {
        height: 402px;
    }
	
    .swiperCaseStudies .swiper-slide img {
        height: 720px;
    }
    
    .header-default {
        padding-top: 112px;
        margin-bottom: 112px;
    }
    
    .accommodation-item {
        flex-direction: row;
    }
    
    .accommodation-featured-img {
        width: 400px;
        max-height: initial;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
    .header-default .featured-image {
        height: 600px;
    }
    
    .event-single-header .featured-image {
        min-height: 620px;
    }
    
    .wp-bootstrap-blocks-container {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    
    .event-card img {
        height: 290px;
    }
    
    .upcoming-dates .date {
        padding: 15px 0;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
    .event-card img {
        height: 350px;
    }
}

/* SPECIFIC MOBILE NAV STYLING */
@media only screen and (max-width: 991px){
    #navbarMainMenu {
        position: fixed;
        background: rgba(0, 0, 0, .9);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
        padding: 20px;
    }
    
    .navbar-light .navbar-nav .nav-link {
        font-size: 18px;
        color: #ffffff;
        padding-bottom: 20px;
    }
    
    #navbarMainMenu .dropdown-menu {
        background-color: transparent;
        color: #ffffff;
        padding-bottom: 20px;
    }
    
    #navbarMainMenu .dropdown-menu .dropdown-item {
        color: #ffffff;
    }
    
     .navbar-light #navbarMainMenu .navbar-nav .show > .nav-link, .navbar-light #navbarMainMenu .navbar-nav .active > .nav-link, .navbar-light #navbarMainMenu .navbar-nav .nav-link.show,  .navbar-light #navbarMainMenu .navbar-nav .nav-link.active, .navbar-light #navbarMainMenu .navbar-nav .nav-link:hover, .navbar-light #navbarMainMenu .navbar-nav .nav-link:focus {
        color: #ffffff !important;
    }
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
	h3 {
		font-size: 32px;
	}
	
	h3 {
		font-size: 24px;
	}
	
	.my-6 {
    	margin-top: 62px;
    	margin-bottom: 62px;
	}
	
	.py-6 {
    	padding-top: 64px;
    	padding-bottom: 64px;
	}
	
	.two-col-hero .hero-img {
    	min-height: 250px;
	}
	
	.cta-banner h4 {
		font-size: 24px;
		font-weight: 700;
		line-height: 30px;
    }
}

.scrolling-table {
    overflow-x: auto;
    max-width: 100%;
    display: block;
    font-family: 'Montserrat';
	font-style: normal;
	font-size: 16px;
	line-height: 150%;
}

.table th, .table td {
    white-space: nowrap;
}

.table th:first-child, .table td:first-child {
    position: sticky;
    z-index: 1;
    left: 0;
    background-color: #f5f5f5;
    border-right: 2px solid #dee2e6;
}
