/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

body {
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gilda Display", sans-serif;
    color: #333;
    font-weight: 400;
}

.full-header #logo {
    border-right: none;
}

.full-header .primary-menu .menu-container {
    border-right: none;
}

.menu-link {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 0.9rem;
}

.sub-menu-container .menu-item > .menu-link {
    font-size: 0.85rem;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.slider-caption h2 {
    font-size: 3rem;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 700;
}

.home-callout-title {
    font-size: 55px;
    font-weight: 400;
    line-height: 1.2;
}

.room-title {
    font-size: 55px;
    font-weight: 400;
    line-height: 1.2;
}

.home-callout-pre-title {
    font-family: "Roboto", sans-serif !important;
    text-transform: uppercase;
    font-weight: lighter;
    color: #878787;
    letter-spacing: 2px;
}

#content p {
    color: #878788;
    font-weight: lighter;
    letter-spacing: 1px;
    font-size: 14px;
}

.fbox-content h3 {
    font-size: 2rem;
    font-weight: 400;
    font-family: "Gilda Display", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    color: #333;
}

.amenity-list i,
.amenity-list span {
    color: #878788 !important;
}

.amenity-list span {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1rem !important;
}

.portfolio-item .portfolio-image {
    border-radius: 5px;
}

.portfolio-item h4 {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.room-price {
    background: #c19b76;
    padding: 0 10px;
    margin: 10px 0 15px;
    font-size: 0.85rem;
    color: #fff !important;
}

.text-overlay-mask {
    padding: 40px 20px 20px;
}

.facilities-box {
    padding: 80px;
}

.text-bowring {
    color: #c19b76 !important;
}

.home-events-box-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}

.home-events-box-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 33px 35px;
    display: flex;
}

.home-events-box-content-inner {
    text-align: center;
}

.home-events-box-content-inner {
    width: 100%;
    padding: 35px 30px 34px;
    background-color: #fff;
}

.home-events-title {
    text-transform: capitalize;
    font-size: 1.8rem;
    line-height: 1.2em;
    font-weight: 400;
}

.content-wrap {
    padding: 50px 0;
}

.widget p {
    color: #a3a3a4;
    font-size: 0.9rem !important;
}

#footer .footer-widgets-wrap {
    padding: 40px 0 20px;
}

.slider-caption p {
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    font-weight: lighter;
}

.tabs-bb .tab-nav li.ui-tabs-active a {
    height: auto;
    top: 0px;
}

.tab-nav li a {
    font-weight: lighter;
    font-family: "Gilda Display", sans-serif;
    font-size: 1.4rem;
    padding: 0 35px;
}

.tab-nav li {
    height: auto;
}

.tab-nav {
    justify-content: center;
}

#copyrights {
    color: #a3a3a4;
}

.box-border {
    border: 1px solid #c19b76;
    border-radius: 10px;
    background: #fff;
}

.counter.counter-lined + h5::before {
    border-top: 2px solid #fff;
}

.counter + h5 {
    font-weight: bold;
    letter-spacing: 2px;
    font-family: "Roboto", sans-serif;
}

#page-title.page-title-parallax h1 {
    letter-spacing: 0;
    text-transform: none;
}

.team-title h4 {
    font-size: 1.5rem;
    text-transform: none;
}

.team-image > a,
.team-image img {
    height: 250px;
    object-fit: contain;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #c19b76;
    background-color: transparent;
    border-radius: 0px;
    font-weight: 700;
}

.nav-link {
    font-family: "Roboto", sans-serif;
    font-weight: lighter;
    letter-spacing: 0.5px;
    color: #878788;
    font-size: 0.9rem;
    padding: 0.5rem 0;
}

.table > :not(caption) > * > * {
    vertical-align: middle;
}

.table > thead {
    vertical-align: bottom;
    color: #c19b76;
    font-family: "Gilda Display", sans-serif;
    letter-spacing: 0.5px;
}

.table > :not(:first-child) {
    /* border-top: 2px solid #c19b76; */
    border-top: none !important;
}

.table > :not(caption) > * > * {
    border-bottom-width: 0;
}

.table td {
    color: #878788;
    font-weight: lighter;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

.custom-font li {
    color: #878788;
    font-weight: lighter;
    letter-spacing: 1px;
}

label {
    font-size: 0.95rem;
    font-weight: lighter;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    color: #878788;
    margin-bottom: 10px;
    text-transform: none;
}

.affiliate-clubs {
    border-top: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
}

.fbox-img img {
    width: 200px;
    height: 200px;
    border-radius: 5px !important;
}

.fbox-img.room-img img {
    width: 110px;
    height: 110px;
    border-radius: 0px !important;
}

.events-title {
    font-size: 28px !important;
}

.datepicker-inline {
    width: 100% !important;
}

.datepicker table {
    width: 100% !important;
}

.datepicker table tr td,
.datepicker table tr th {
    width: 35px !important;
    height: 35px !important;
}

.datepicker table tr td,
.datepicker table tr th {
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
}

.object-fit-event {
    height: 400px;
    object-fit: cover;
}

.object-fit-home-event {
    height: 300px;
    object-fit: contain;
    background: #333;
}

.rooms-heading {
    font-size: 1.5rem !important;
}

.bg-grey-dark {
    background: #1c1c1d !important;
}

.bg-grey-black {
    background: #151516 !important;
}

.btn-bowring {
    border: 1px solid #c19b76;
    color: #c19b76;
}

.btn-bowring:hover {
    background: #c19b76;
    color: #fff;
}

.custom-checkin-day {
    color: #c19b76;
    font-size: 44px;
    letter-spacing: 1px;
}

.custom-checkin-month {
    color: #c19b76;
    font-size: 12px;
    letter-spacing: 1px;
}

.custom-calendar-button {
    color: #878788;
    background: transparent;
    border: none;
}

.custom-calendar-button:hover {
    color: #c19b76;
}

#page-title h1 {
    text-transform: none !important;
}

.single-room-title {
    font-weight: 400;
    font-family: "Gilda Display", sans-serif;
    text-transform: none;
    color: #333;
}

.date-picker-input {
    width: 1px;
    height: 1px;
    margin-top: -7px;
    z-index: -1;
    position: relative;
}

.swiper-scale-effect .swiper-slide-bg {
    transition: 8.5s ease-out;
    transform: scale(1.08);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-bg {
    transform: scale(1);
}

.slider-caption-bottom-left {
    right: auto;
    left: 50px;
    justify-content: flex-end !important;
    padding-bottom: 50px;
}

.fbox-media.rooms-image img {
    height: 220px;
    object-fit: cover;
}

/* .flex-control-nav.flex-control-thumbs {
    justify-content: center;
    top: -60px;
} */

.card-border {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 15px;
}

#milestone_slider .flex-prev,
#milestone_slider .flex-next {
    background-color: transparent;
}

#milestone_slider .flex-prev:hover,
#milestone_slider .flex-next:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.section > #milestone_slider.testimonial .testi-content {
    padding: 0 52px;
}

#milestone_slider .flex-prev i,
#milestone_slider .flex-next i {
    color: #ddd !important;
}

#anecdote_slider .flex-prev,
#anecdote_slider .flex-next {
    background-color: transparent;
    top: 25%;
}

#anecdote_slider .flex-prev:hover,
#anecdote_slider .flex-next:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.section > #anecdote_slider.testimonial .testi-content {
    padding: 0 52px;
}

#anecdote_slider .flex-prev i,
#anecdote_slider .flex-next i {
    color: #ddd !important;
}

#anecdote_slider .flex-control-paging {
    display: none;
}

#futuristic_view_slider .flex-control-nav.flex-control-thumbs {
    justify-content: center !important;
}

.instagram-icon {
    background: #f09433;
    background: -moz-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: -webkit-linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: linear-gradient(
        45deg,
        #f09433 0%,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

/** HELPERS **/
.word-wrap {
    word-wrap: break-word !important;
}

.fs-7 {
    font-size: 0.85rem;
}

.ls-2 {
    letter-spacing: 2px !important;
}

.no-border {
    border: none !important;
}

.py-custom {
    padding-top: 13px;
    padding-bottom: 10px;
}

.px-10 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.py-10 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.button-link {
    background: transparent !important;
}

.custom-font {
    color: #878788;
    font-weight: lighter;
    letter-spacing: 1px;
}

.form-control,
.form-select {
    line-height: 1.7;
}

.custom-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
}
.img-rounded {
    border-radius: 5px;
}

.object-fit {
    width: 100%;
    object-fit: cover;
}

.album-fit {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
}

.font-weight-light {
    font-weight: 300;
}

.ls-1 {
    letter-spacing: 1px;
}

.border-grey {
    background-color: #ccc !important;
}

.h-80px {
    height: 80px;
}

.border-radius-none {
    border-radius: 0px !important;
}

.amenities-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.room-service-icon {
    width: 25px;
    height: 25px;
}

.room-service-list span {
    letter-spacing: 1px;
}

.facilities-lh {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
}

.fs-14px {
    font-size: 14px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.page-title-dark.include-header {
    padding: 10px !important;
    margin-top: 0px !important;
}

#page-title.page-title-dark {
    background-color: #040836;
}

.media-box.fbox-bg .fbox-content {
    overflow-wrap: break-word !important;
}

.media-library {
    display: block !important;
}

.lb-close {
    position: absolute;
    top: -39px;
    right: 430px;
}

@media (max-width: 575.98px) {
    .px-10 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .facilities-box {
        padding: 40px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 1000px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .min-vh-xl-60 {
        min-height: 75vh !important;
    }
}

@media (min-width: 992px) and (max-width: 1290px) {
    .facilities-lh {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: none;
    }
}
