@import url('../css/font-styles.css');


:root {
  --banner-height: 0px; /* Default */
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.clearfix{
	display:block;
}
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 17px;
    overflow-x: hidden;
    color: #03182d;
    background: #faf7f3;
} 
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	color: #a03f3a;
	font-weight: bold;
    line-height: 1.1;
    letter-spacing: 1.6px;
	font-family: "Mirra", serif;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 15px;
}

@media (max-width: 576px) { 
    h1 {
        font-size: 47px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 23px;
    }
}
h2.line::after,
h3.line::after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: #a03f3a;
  margin: 8px auto 0;
  border-radius: 10px;
}
p {
	font-family: 'Karla', sans-serif;
	color: #030303;
	font-weight: 400;
	line-height: 27px;
	margin: 0 0 15px 0;
}
img {
	max-width: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}
ul, ol {
	padding: 0;
	margin: 0;
}
main ul, main ol {
    padding: 10px 0 10px 30px;
}
a {
    text-decoration: none;
    color: #a03f3a;
    transition-duration: 0.3s;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #9d8b67;
}
b, strong {
    font-weight: 600;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.position-fixed {
    position: fixed !important;
}
.rounded-img {
    border-radius: 15px;
}
.icon-img {
    margin-bottom: 20px;
}
.img-caption {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
}
::selection{
    color: #fff;
    background: #70b5d5;
}
.otgs-development-site-front-end {
    display: none;
}
@media only screen and (max-width: 769px) {
	.swap-on-mobile {
		display: flex !important;
		flex-direction: column-reverse;
	}
}
.white-text,
.white-text p,
.white-text a {
    color: #ffffff;
}
.white-text a:hover {
    color: #fe8f1d;
}


.medium-icon .vc_single_image-img {
    max-height: 70px;
    width: auto;
}
.vc_btn3,
.btn {
    font-family: 'Karla', serif;
    letter-spacing: 0.6px;
}
.btn,
.btn.red,
.vc_btn3.vc_btn3-style-custom {
    border-radius: 0px 32px 0px 32px;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 25px !important;
    background: #dfd2b7 !important;
    border-color: #dfd2b7 !important;
    color: #030303 !important;
    background-image: none !important;
}
.btn:hover,
.vc_btn3.vc_btn3-style-custom:hover {
    background: #a03f3a !important;
    border-color: #a03f3a !important;
    color: #fff !important;
}
.btn.red {
    background: #a03f3a !important;
    border-color: #a03f3a !important;
    color: #fff !important;
}
.btn.red:hover {
    background: #dfd2b7 !important;
    border-color: #dfd2b7 !important;
    color: #030303 !important;
}

.vc_btn3-inline {
    margin: 10px;
}
.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 10px !important;
}


.no-bottom-margin main {
    padding-bottom: 0px;
    margin-bottom: -50px;
}

.center {
    text-align: center;
}
dt {
    font-weight: 600;
}


.wpcp-single-item {
    margin: 0px !important;
}


.logo-bg {
    background-image: url(../images/logo-bg-light.svg?v=1);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
}
.home .logo-bg,
.page-id-10 .logo-bg {
    padding-top: 180px;
    margin-top: -192px;
}
@media (max-width: 1200px) {
    .home .logo-bg {
        padding-top: 310px;
        margin-top: -332px;
    }
}
@media (max-width: 768px) {
    .home .logo-bg {
        padding-top: 320px;
        margin-top: -355px;
    }
}


/*---------------------
  Sroll bars 
-----------------------*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
 }
/* Track */
 ::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #dfd2b7; 
 }
 /* Handle */
 ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 15px;
    border-radius: 10px;
    background: #a03f39; 
 }

 .offcanvas-body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 15px;
    border-radius: 10px;
    background: #a03f39; 
 }
 .offcanvas-body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
 }






/*---------------------
  Header Section
-----------------------*/
.home-page-banner,
.page-banner {
    position: relative;
    margin-bottom: 100px;
    background: #e0d2b7;
    z-index: 1;
}
.page-banner {
    min-height: 400px;
    padding: 80px 0 80px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 120px;
    border-radius: 0 0 250px 250px;
}
.page-banner.room-page {
    min-height: 660px;
}
.page-banner-slideshow {
    min-height: 400px;
    margin-bottom: 150px;
    border-radius: 0 0 250px 250px;
    overflow: hidden;
}

.page-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(69, 58, 44, 0.46);
    z-index: 1;
    border-radius: 0 0 250px 250px;
}


.page-title {
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    z-index: 2;
}
.page-subtitle {
    color: #e8ded3;
    position: relative;
    z-index: 2;
}
@media (max-width: 1165px) {
    .page-banner,
    .page-banner .overlay,
    .page-banner-slideshow {
        border-radius: 0 0 150px 150px;
    }
}
@media (max-width: 992px) {
    .page-banner {
        min-height: 500px;
        padding: 100px 0 0 0px;
    }
    .availability-form {
        margin: 0 80px !important;
    }
}
@media (max-width: 767px) { 
    .page-banner {
        min-height: 700px;
    }
}
@media (max-width: 992px) {
    .page-title {
        font-size: 40px;
    }
}
@media (max-width: 746px) {
    .page-banner,
    .page-banner .overlay,
    .page-banner-slideshow {
        border-radius: 0 0 100px 100px;
    }
}
@media (max-width: 576px) { 
    .page-title {
        font-size: 30px;
    }
    .page-banner,
    .page-banner .overlay,
    .page-banner-slideshow {
        border-radius: 0 0 70px 70px;
        margin-bottom: 85px;
    }
    .page-banner {
        min-height: 600px;
        padding: 40px 0 0 0px;
    }
}




/*---------------------
  Top Menu
-----------------------*/
/*-- body.home  --*/

body #header-nav {
    position: fixed !important;
    top: var(--banner-height);
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: top 0.3s ease;
}
@media (min-width: 1295px) {
    /*body.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        color: #ffffff;
    }
    body.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
    body.home #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
        color: #ffb400;
    }*/
}


#mega-menu-wrap-primary.mega-stuck,
#mega-menu-wrap-primary.mega-stuck #mega-menu-primary {
    background: #f6f2ea;
    transition: background 0.5s, transform 0.25s ease-in-out;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
    box-shadow: 0 3px 6px #0000001d;
}

.mega-menu-primary-mobile-open #mega-menu-wrap-primary.mega-stuck #mega-menu-primary {
    background: #e1d2b5;
}


#mega-menu-wrap-primary.mega-stuck #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #000000;
}


 
/** Sticky menu item hover styling **/
body.home #mega-menu-wrap-primary.mega-stuck #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary.mega-stuck #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: #a03f3a;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link.mega-menu-logo {
    background: none;
}

/** Logo change **/
.mega-home-logo {
    display: none !important;
}
body.home .mega-full-logo {
    display: none !important;
} 
body.home .mega-home-logo {
    display: inline-block !important;
} 
#mega-menu-wrap-primary.mega-sticky #mega-menu-primary li.mega-menu-item.mega-hide-when-sticky.mega-home-logo {
    display: none !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    font-weight: 600;
}


#mega-menu-wrap-primary.mega-sticky .btn-menu-booknow a.mega-menu-link,
.btn-menu-booknow a.mega-menu-link {
    background: #a03f3a !important;
    border-radius: 25px 0 25px 0 !important;
    border: solid 3px #f6f3f039 !important;
    font-family: "Mirra", serif !important;
    font-size: 20px !important;
    color: #ffffff !important;
    padding: 10px 24px !important;
    letter-spacing: 1.1px;
}
#mega-menu-wrap-primary.mega-sticky .btn-menu-booknow a.mega-menu-link:hover,
.btn-menu-booknow a.mega-menu-link:hover {
    background: #e0d0b7 !important;
    border-color: #e0d0b7 !important;
    color: #a03f3a !important;
}


.btn-menu-booknow {
    margin: 30px 0 0 15px !important;
}
#mega-menu-wrap-primary.mega-sticky .btn-menu-booknow {
    margin: 20px 0 0 15px !important;
}
.btn-menu-booknow a.mega-menu-link {
    height: 50px !important;
    line-height: 28px !important;
    min-height: 50px !important;
}
@media (max-width: 1100px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        text-align: center;
    }
    body.home .mega-home-logo {
        display: none !important;
    } 
    .mega-full-logo {
        display: none !important;
    } 
    .btn-menu-booknow {
        margin: 20px 0 25px 0 !important;
    }
    #mega-menu-wrap-primary .btn-menu-booknow a.mega-menu-link {
        margin: 0 auto !important;
        background: #a03f3a !important;
        color: #ffffff !important;
        width: 160px !important;
        border-radius: 25px 0 25px 0 !important;
        border: solid 3px #f6f3f039 !important;
        font-size: 20px !important;
    }
}


@media (min-width: 1290px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-float-left {
        margin-right: 100px;
    }
}



@media only screen and (max-width: 768px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        float: unset;
    }
}
@media only screen and (max-width: 768px) {
#mega-menu-wrap-primary.mega-sticky .btn-menu-booknow {
    margin: 20px 0 0 0 !important;
}
}



/*---------------------
  Home Page
-----------------------*/
.rooms-home {
    margin: 0 auto;
    max-width: 1600px;
    background: #a03f3a url(../images/rooms-home-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 160px 60px;
    color: #ffffff;
}
.rooms-home p {
    color: #ffffff;
}
.rooms-home .vc_column-inner {
    padding: 50px 100px !important;
}
.rooms-home-container {
    text-align: center;
}
@media (max-width: 1630px) {
    .rooms-home {
        margin: 0 15px;
    }
}
@media (max-width: 576px) {
    .rooms-home {
        border-radius: 100px 30px;
    }
    .rooms-home .vc_column-inner {
        padding: 50px 25px !important;
    }
}


.rooms-home #room-preview-section .vc_column-inner {
    padding: 0px !important;
}
.room-preview {
    background: #faf7f3;
    border-radius: 0 60px 60px 60px;
    color: #4e4e4e;
    margin: 15px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0px 0px 18px #564f4678;
}
.room-preview p {
    color: #4e4e4e;
}
.room-preview-link {
    background: #dfd2b7;
    color: #4e4e4e;
    border-radius: 0 15px;
    padding: 9px 20px;
}
.room-preview-link:hover {
    background: #a03f3a;
    color: #ffffff;
}
.room-preview-image-wrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.room-preview-image-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}
.room-preview-details {
    padding: 20px;
}
.room-preview:hover .room-preview-image-wrap img {
    transform: scale(1.1);
}
h3.room-preview-title {
    font-family: 'Karla', sans-serif !important;
    color: #9f3e39 !important;
    font-size: 18px !important;
    letter-spacing: 0px;
    min-height: 39px;
    display: inline-flex;
    align-items: center;
}


.reviews-home {
    background-image: url(../images/reviews-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 108px 0 60px 0;
    margin-bottom: 20px;
}
#wprev-slider-1 .wprev_preview_bg1_T12 {
    max-width: 700px;
    margin: 0 auto;
}




/*---------------------
  FAQs
-----------------------*/
.vc_toggle_title h4 {
    font-family: 'Karla', sans-serif !important;
    color: #9f3e39 !important;
    font-size: 16px !important;
    letter-spacing: 1px;
}
.vc_toggle_icon {
    background-color: #9f3e39 !important;
}
.vc_toggle_icon:hover {
    background-color: #cbbb9b !important;
}
.vc_do_toggle {
    margin-bottom: 30px;
    border-bottom: 1px solid #dfd2b7;
    padding-bottom: 25px;
}



/*---------------------
  Availability Form
-----------------------*/
.availability-form {
    max-width: 945px;
    margin: 0 auto;
    z-index: 100000;
    position: absolute;
    bottom: 35px;
    right: 0;
    left: 0;
    background: #ffffffe3 !important;
    border-radius: 20px;
    box-shadow: 0px 0px 18px #aea395;
    padding: 15px 30px;
}
.home .availability-form {
    bottom: 70px;
}
.availability-form .book-widget-bg {
    background: none !important;
    border: 0px !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.availability-form .book-widget label {
    font-family: 'Karla', sans-serif !important;
    color: #4e4e4e !important;
    text-align: left !important;
}
.availability-form .book-form-control {
    display: block;
    width: 100%;
    min-height: 35px !important;
    padding: 6px 0px !important;
    margin: 0 !important;
    line-height: 1.42857143 !important;
    font-size: 24px !important;
    color: #9f3e39 !important;
    background: none !important;
    border: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.availability-title {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0;
    font-size: 25px;
    font-weight: bold;
}
.availability-title::before,
.availability-title::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #dfd2b7;
}
.availability-title:not(:empty)::before {
    margin-right: 15px;
}
.availability-title:not(:empty)::after {
    margin-left: 15px;
}
.availability-form .book-btn, .availability-form .book-btn:focus {
    background: #9f3e39 !important;
    border-radius: 10px;
    padding: 10px !important;
    font-size: 17px !important;
}
@media (max-width: 767px) { 
    .availability-form {
        margin: 0 80px !important;
    }
    .home .availability-form {
        bottom: 60px;
    }
    .availability-form .book-form-group {
        margin: 7px;
        position: relative;
        width: 44%;
        display: inline-block;
    }
    .book-form-group.book-va-bottom {
        padding-top: 0px !important;
    }
}
@media (max-width: 453px) { 
    .availability-form .book-form-group {
        margin: 1px;
        width: 100%;
    }
    .availability-form .book-form-control {
        font-size: 19px !important;
        padding: 3px 0px !important;
    }
    .availability-form {
        padding: 10px 27px;
    }
    .availability-form .book-btn, .availability-form .book-btn:focus {
        padding: 5px !important;
    }
}




/*---------------------
  Rooms Page
-----------------------*/
.room-swiper img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.related-rooms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
.related-rooms {
    text-align: center;
    padding: 150px 0 20px 0;
}
.related-rooms h2 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.related-rooms h2::before,
.related-rooms h2::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #dfd2b7;
}
.related-rooms h2:not(:empty)::before {
    margin-right: 15px;
}
.related-rooms h2:not(:empty)::after {
    margin-left: 15px;
}
.related-rooms h3 {
    letter-spacing: 0px;
    font-family: "Karla", serif;
    font-size: 18px;
}
.availability-title {
    
    text-align: center;
    margin: 0;
    font-size: 25px;
    font-weight: bold;
}
.related-rooms h3::before,
.related-rooms h3::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #dfd2b7;
}
.related-rooms h3:not(:empty)::before {
    margin-right: 15px;
}
.related-rooms h3:not(:empty)::after {
    margin-left: 15px;
}
.room-preview-box {
    text-align: center;
}
.room-preview-box img {
    border-radius: 30px 10px;
    margin-bottom: 20px;
    transition: transform 0.3s ease-in-out;
}
.room-preview-box:hover img {
    transform: scale(1.1); 
}

.room-amenities .amenities-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.general-amenities .amenities-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.general-amenities {
    margin-top: 60px;
}

.general-amenities h2,
.room-amenities h2 {
    display: flex;
    align-items: center;
}
.general-amenities h2:not(:empty)::after,
.room-amenities h2:not(:empty)::after {
    margin-left: 15px;
}
.general-amenities h2::after,
.room-amenities h2::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #dfd2b7;
}


.general-amenities h4,
.room-amenities h4 {
    font-family: 'Karla', sans-serif !important;
    font-weight: 600;
    letter-spacing: 0;
}

.room-amenities ul,
.general-amenities ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.room-amenities li,
.general-amenities li {
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 8px;
}

.room-amenities li::before,
.general-amenities li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #a03f39;
    font-weight: bold;
}

.amenities-list ul {
    column-count: 2;
    column-gap: 40px;
}

@media (max-width: 768px) {
    .amenities-list ul {
        column-count: 1;
    }
}


/* Mobile */
@media (max-width: 768px) {
    .room-amenities .amenities-grid {
        grid-template-columns: 1fr;
    }
}


.availability-form-side .book-widget-bg {
    background: #a03f3a !important;
    border: 1px solid #a03f3a !important;
    color: #ffffff;
    border-radius: 40px 15px;
    padding: 30px;
    box-shadow: none !important;
}
.availability-form-side .book-form-title {
    color: #ffffff !important;
    letter-spacing: 1.6px;
    font-family: "Mirra", serif;
    font-size: 23px !important;
    text-align: center;
}
.availability-form-side .book-widget label {
    font-family: 'Karla', sans-serif !important;
    color: #ffffff !important;
}
.availability-form-side .book-btn, 
.availability-form-side .book-btn:focus {
    background: #dfd2b7 !important;
    border-color: #dfd2b7 !important;
    border-radius: 0 15px;
    margin-top: 20px;
    padding: 13px;
    font-weight: 600;
    font-size: 18px !important;
}
.availability-form-side .book-btn:hover {
    color: #a03f3a !important;
    background: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

@media (min-width: 768px) {
    .availability-form-side .book-col-5,
    .availability-form-side .book-col-7 {
        width: 100% !important;
    }
    .availability-form-side .book-col-offset-5 {
        margin-left: 0 !important;
    }
}


.room-gallery {
    margin: 100px 0;
}

.room-gallery .swiper-button-prev,
.room-gallery .swiper-button-next {
    color: #e0d2b7;
}
.room-gallery .swiper-pagination-bullet {
    background: #e0d2b7;
    opacity: 0.4;
}
.room-gallery .swiper-pagination-bullet-active {
    opacity: 1;
}
.room-swiper-thumbs {
    margin-top: 15px;
}
.room-swiper-thumbs .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 6px;
}
.room-swiper-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #a03f39;
}
.room-swiper-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.room-swiper-main {
    width: 100%;
}
.room-swiper-main .swiper-slide {
    height: auto;
}
.room-swiper-main img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 15px;
}





/*---------------------
 Rooms details Shortcode
-----------------------*/
.room-details-block {
    margin: 100px 0;
}
.room-details-block h2 {
    margin-bottom: 15px;
}
.room-details-block .room-specs li {
    margin-bottom: 6px;
}
.room-details-block .image {
    border-radius: 30px 0;
}


.sticky-col {
    position: sticky;
    top: 1rem; /* distance from top when sticking */
}



/*---------------------
  Footer Section
-----------------------*/
.footer-section {
	background-image: linear-gradient(to bottom, transparent, #dfd2b7), url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #dfd2b7;
    color: #4e4e4e;
    padding-top: 70px;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    border-radius: 250px 250px 0 0;
}
.footer-section p { 
    color: #4e4e4e;
}
.footer-section .copyright {
    text-align: center;
	color: #4e4e4e;
    font-size: 12px;
    line-height: 22px;
	padding: 50px 0 20px 0;
    text-transform: uppercase;
}
.footer-section a {
	color: #a03f3a;
}
.footer-section a:hover {
	color: #4a1310;
}
.footer-section .copyright a {
	color: #4e4e4e;
}
.footer-section .copyright a:hover {
	color: #a03f3a;
}
.footer-section .footer-menu li {
    list-style: none;
    padding: 5px 0;
}
.footer-section .footer-menu li a {
    color: #a03f3a;
}
.footer-section .footer-menu li a:hover {
    color: #4a1310;
}
.footer-section h3.widget-title  {
	color: #a03f3a;
    font-size: 30px;
    padding-bottom: 10px;
}
.footer-section h3::after {
    display: none;
}
.footer-section i {
    color: #a03f3a;
}
.footer-section b {
    font-weight: 600;
}
.footer-section .socials a {
    color: #4e4e4e;
    font-size: 20px;
    padding: 15px;
    transition-duration: 0.3s;
}
.footer-section .socials a:hover {
    color: #a03f3a;
}

@media (max-width: 1165px) {
    .footer-section {
        background-image: linear-gradient(to bottom, transparent, #dfd2b7), url(../images/footer-bg.jpg);
        background-position: top;
        border-radius: 150px 150px 0 0;
    }
}
@media (max-width: 992px) {
    .footer-section {
        text-align: center !important;
    }
    .footer-info li {
        list-style: none !important;
    }
    #cmplz-manage-consent .cmplz-manage-consent {
        font-size: 12px;
    }
}
@media (max-width: 746px) {
    .footer-section {
        border-radius: 100px 100px 0 0;
    }
}
@media (max-width: 576px) {
    .footer-section {
        border-radius: 70px 70px 0 0;
    }
}

#footer-logo {
    max-width: 200px;
    margin-bottom: 10px;
}
.footer-section .tripadvisor {
    width: 100px;
    transition: 0.5s;
}
.footer-section a:hover .tripadvisor {
    filter: brightness(1.5);
}
ul#footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}
ul#footer-menu li {
    display: inline-block;
}
ul#footer-menu li a {
    text-decoration: none;
    color: #9f3e39;
    text-transform: uppercase;
}
ul#footer-menu li a:hover {
    color: #4a1310;
}
.btn-book-footer {
    background: #a03f3a;
    color: #dfd2b7;
    font-size: 30px;
    font-family: "Mirra", serif;
    padding: 20px 60px 10px 60px;
    border-radius: 60px 60px 0px 0px;
    display: inline-block;
}
.btn-book-footer:hover {
    background: #dfd2b7;
    color: #a03f3a;
}
@media (max-width: 576px) {
    .btn-book-footer {
        font-size: 25px;
        padding: 20px 35px 10px 35px;
        border-radius: 50px 50px 0px 0px;
    }
}

/*---------------------
  Pages
-----------------------*/
main {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 17px;
    font-weight: 400;
}
.page-content-area {
    background:  url(../images/bg-icon.jpg);
    background-repeat: no-repeat;
    background-position: 0px 142px;
}





 /*---------------------
  Blog
-----------------------*/
.blog-post {
    background: #fff;
    border: none;
    box-shadow: rgba(180, 166, 155, 0.23) 0px 3px 30px;
    padding: 20px 20px 7px 20px;
    border-radius: 20px;
    transition: all 0.5s ease;
    margin-bottom: 60px !important;
}
.post-date {
    font-size: 13px;
    color: #7a6352;
    margin-bottom: 10px;
}
.post-meta-comments {
    font-size: 12px;
}
.post-thumbnail {
    border-radius: 5px;
    overflow: hidden;
}
.post-thumbnail img {
    transition: all .3s ease-in-out;
    width: 100%;
    height: auto;
}
.post-thumbnail:hover img {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
    transform: translate3d(0, 0, 0) scale(1.1, 1.1);
}

@media (max-width : 960px) {
    .post-thumbnail img {
        width: 100%;
        height: auto;
    }
}


/* Blog single page */
.post-content {
    margin: 40px 0;
}
.post-featured img {  
    border: 1px solid #eadacd;
    padding: 20px;
    border-radius: 15px;
    width: 100%;
    height: auto;
    margin-top: 25px;
}
h1.post-title {
    margin-top: 25px;
}
.post-tags {
    color: #7a6352;
    background: #faf7f4;
    padding: 10px 15px;
    border-radius: 10px;
    margin: 10px 0;
    font-size: 13px;
}
.post-tags a,
.widget_tag_cloud a {
    color: #7a6352;
    background: #eadacd;
    padding: 5px 8px 5px 5px;
    border-radius: 5px;
    margin: 3px;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    transition-duration: 0s;
}
.post-tags a:hover,
.post-tags a:hover::before,
.widget_tag_cloud a:hover,
.widget_tag_cloud a:hover::before {
    color: #eadacd;
    background: #7a6352;
}
.post-tags a::before,
.widget_tag_cloud a::before {
    content: '\f02b'; 
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #7a6352;
    padding: 0 5px;
    font-size: 12px;
}
.post-navigation {
    text-align: right;
}
.post-navigation div {
    display: inline-flex;
}
.post-navigation div a {
    padding: 10px;
    background-color: #fcf7f4;
    border-radius: 15px;
    margin: 0 0 10px 10px;
}
.post-navigation div a:hover {
    background: #a22217 !important;
    color: #ffffff;
}
.nav-previous a::before,
.nav-next a::after {
    content: '\f177'; 
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    padding: 0 5px;
    font-size: 12px;
}
.nav-next a::after {
    content: '\f178'; 
}



/* Comments Section */
.comments-section {
    background: #fff;
    border: none;
    box-shadow: rgba(180, 166, 155, 0.18) 0px 3px 20px;
    padding: 35px;
    border-radius: 20px;
    margin-bottom: 60px !important;
}
.comments-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 45px;
}

.comment-list {
    border-bottom: 1px solid #e3e3e3;
    padding: 0;
}
.comment-list li {
    list-style: none;
}
.comment-list ol, .comment-list ol ol {
    padding-left: 35px;
}
.comment {
    border-bottom: 1px solid #f5f0eb;
    padding: 1rem 0;
}
.comment:last-child {
    border-bottom: none;
}
.comment-body {
    padding: 0 0 30px 0;
}
.comment-author {
    font-weight: bold;
    color: #495057;
}
.comment-author a {
    pointer-events: none;
    color: inherit;
    text-decoration: none;
}
.commentmetadata,
.commentmetadata a {
    font-size: 13px;
    color: #7a6352;
}
.comment-body::before {
    content: '\f075';
    font-family: 'Font Awesome 5 Free';
    font-weight: 500;
    transform: scaleX(-1);
    font-size: 25px;
    display: block;
    float: left;
    padding: 0 0 0 20px;
    color: #eadacd;
}
.comment-body p {
    padding-top: 10px;
}
.comment-body .reply::before {
    content: '\f303';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 10px;
    color: #801a14;
}


/* Comment Form Styles */
#respond {
    padding: 40px;
    margin-top: 40px;
    background: #fbf7f4;
    border-radius: 20px;
}
h3#reply-title {
    font-weight: 700;
}
.comment-form label {
    padding-bottom: 5px;
}
.comment-form textarea {
    width: 100%;
    height: 150px;
    border-radius: 0.375rem;
    padding: 0.5rem;
    border: 1px solid #d5d1cb;
    font-weight: 500;
}
.comment-form input[type="text"],
.comment-form input[type="email"] {
    width: 100%;
    border-radius: 0.375rem;
    border: 1px solid #d5d1cb;
    font-weight: 500;
    padding: 0.5rem;
    margin-bottom: 1rem;
}
.comment-form input[type="text"]:focus, .comment-form input[type="email"]:focus, .comment-form textarea:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #7a6352;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(122, 99, 82, .25);
}
.comments-section input#submit {
    background: #801a14;
    border-radius: 5px;
    color: #ffffff;
    padding: 10px 15px;
    border: 2px solid #801a14;
    font-size: 13px;
    font-family: "Merriweather", serif;
    letter-spacing: 1.5px;
    transition-duration: 0.3s;
    cursor: pointer;
}
.comments-section input#submit:hover,
.comments-section input#submit:active {
    background: #a22217 !important;
    color: #ffffff;
    border: 2px solid #a22217 !important;
}
.comment-awaiting-moderation {
    font-weight: 700;
    color: #801a14;
}

@media (max-width: 768px) {
    .comments-section {
        padding: 20px;
    }
    #respond {
        padding: 25px;
    }
}




/*---------------------
  Sidebar blog
-----------------------*/
.right-sidebar {
    background: #fbf7f4;
    border-radius: 20px;
    padding: 20px;
}
.widget {
    margin-bottom: 45px;
    background: #f8f2ee;
    padding: 15px;
    border-radius: 20px;
}
.widget_recent_entries ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.widget_recent_entries li {
    padding: 12px 1px;
    border-bottom: 1px solid #ede2db;
}
.widget_tag_cloud a {
    font-size: 15px !important;
}
.random_image {
    border-radius: 10px;
    transition: all 0.5s ease;
    margin-bottom: 15px;
}
.random_image:hover {
    transform: scale(1.025);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
}
.widget_random_image .button-photo-details {
    background: #7a6352;
    color: #f7f2ee;
    border: 2px solid #7a6352;
    display: block;
}
.widget_random_image .button-photo-details:hover {
    background: #a22217;
    color: #ffffff;
    border: 2px solid #a22217;
}





/*---------------------
  Events in Gozo
-----------------------*/
.eig-grid-event .eig-event-readmore a {
    background: #ffffff !important;
    color: #9c8365 !important;
    border: 1px solid #9c8365 !important;
    font-family: "Eudoxus Sans", serif;
    font-size: 19px;
    letter-spacing: 1.5px;
    border-radius: 5px !important;
}
.eig-grid-event .eig-event-readmore a:hover {
    background: #e9dcd3 !important;
}
.credit {
    text-align: center !important;
}




/*---------------------
  Pagination
-----------------------*/
.pagination {
    align-items: center;
}
.pagination .page-info {
    color: #af9a8c;
}
.page_numbers, .page_numbers a, .page-numbers, .page_btn a, .page_dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 5px !important;
    min-width: 2rem;
    min-height: 2rem;
    border-radius: 0.4rem;
    font-size: 13px !important;
    font-weight: 500;
    color: #7a6352;
}
.pagination span {
    padding: 5px 3px !important;
}
.page_numbers a:hover,
a.page-numbers:hover,
.page_btn a:hover {
    background: #e8dcd0;
    color: #9c8365;
}
.page_numbers.active,
.page-numbers.current {
    color: #ffffff;
    background: #b8a183;
    font-weight: 600;
    margin: 5px 0;
}
.page_dots {
    padding: 0px;
    min-width: 1rem;
}


@media(max-width: 768px) {
    .pagination .page-info {
        display: none;
    }
    .page_numbers, .page_numbers a, .page-numbers, .page_btn a, .page_dots {
        min-width: 1.5rem;
        min-height: 1.5rem;
        font-size: 12px !important;
    }
}
@media(max-width: 468px) {
    .page_numbers, .page_numbers a, .page-numbers, .page_btn a, .page_dots {
        font-size: 11px !important;
    }
}




/*---------------------
  Home Page
-----------------------*/
.home main {
    padding-top: 0px;
}

#breakfast-home {
    background-image: url(../images/breakfast-home-bg.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
}



/*---------------------
  Contact Page
-----------------------*/
.page-id-27 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
    font-size: 18px !important;
}
.wpb_gmaps_widget .wpb_wrapper {
    padding: 0px !important;
}




/*---------------------
  Terms and Conditions Page
-----------------------*/
ol.terms {
    counter-reset: item;
    padding-left: 1.5em;
}
ol.terms li {
    display: block;
    padding: 10px 0;
    line-height: 27px;
}
ol.terms li::before {
    counter-increment: item;
    content: counters(item, ".") ". ";
    font-weight: 600;
}
ol.terms li > ol {
    counter-reset: item;
}
ol.terms h4 {
    display: inline;
}






/*---------------------
  Timeline
-----------------------*/
.chargewp-vertical-segment-timeline-list h3,
.chargewp-vertical-segment-timeline-list {
    color: #03182d !important;
}
.chargewp-vertical-segment-timeline-list .chargewp-horizontal-section-timeline-title,
.chargewp-vertical-segment-timeline-list .chargewp-horizontal-section-timeline-event:before {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
}
.chargewp-vertical-segment-timeline-list{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}
.chargewp-vertical-segment-timeline-list .chargewp-horizontal-section-timeline-event:after {
    left: calc((50px + 4px + (15px * 0.35)) * -1) !important;
    height: 15px !important;
    width: 15px !important;
}







/*---------------------
  Forms
-----------------------*/
.form-control {
    padding: 15px;
}
.form-control:focus {
    background-color: #ffffff;
    border-color: #ffb400;
    color: var(--text-color);
    box-shadow: 0px 0px 5px 0px rgba(255, 180, 0, 0.6);
}






/*---------------------
  Top Site Note
-----------------------*/
.top-banner-message {
    padding: 7px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}
@media (max-width: 768px) {
    .top-banner-message {
        padding: 5px;
        font-size: 12px;
    }
}
.top-banner-message p {
    margin-bottom: 0;
    color: #ffffff;
}
.top-banner-message.note-red {
    background: #d00a0a;
}
.top-banner-message.note-yellow {
    background: #ffb400;
    color: #03182d;
}
.top-banner-message.note-yellow p {
    color: #03182d;
}
.top-banner-message.note-blue {
    background: #152072;
}
.top-banner-message.note-green {
    background: #3ca74b;
}
