/*
Theme Name: Twenty Twenty-Three Child
Template: twentytwentythree
Version: 1.0.0
*/

body {
    background: white !important --wp--style--global--content-size: calc(100% - 40px) !important;
}

@media (min-width: 768px) {
    body {
        --wp--style--global--content-size: 60% !important;
    }
}

a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

a:where(:not(.wp-element-button)):hover,
a:where(:not(.wp-element-button)):active {
    text-decoration: underline;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    border: 1px solid #ededed;
    border-radius: 3px;
    padding: .75rem 1.25rem;
    display: block;
    width: 100%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    font-size: 14px;
    font-size: .875rem;
    background-color: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.more-link,
.page-footer .post-edit-link {
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 3px;
    background-color: #ffce00;
    color: black !important;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: .075em;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    padding: 15px 30px;
    text-align: center;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.more-link:hover,
.page-footer .post-edit-link:hover {
    border-color: #ffce00;
    background-color: #fafafa;
    color: #000 !important;
}

.fab {
    font-weight: bold;
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links {
    margin-bottom: 2.5rem;
    border-bottom: 2px solid rgb(19, 176, 187);
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:hover a {
    color: rgb(19, 176, 187);
}

.primary-menu .wp-block-social-links {
    gap: 0;
}

.primary-menu .wp-block-social-link {
    background: none;
    color: black;
}

.hero-slider .caption-wrap {
    background: none;
    top: 0;
    text-align: center;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-slider .caption-wrap h1 {
    font-size: 104px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    text-shadow: rgb(0, 0, 0) 3px 3px 5px;
}

.hero-slider .caption-wrap p {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    text-shadow: rgb(0, 0, 0) 2px 2px 3px;
	margin: 0;
}

.img-plates-last-img img {
    min-height: 275px;
    object-fit: cover;
}

.rooms-gallery strong {
    font-weight: 900 !important;
}

.counters-row .wp-block-getwid-counter__number {
    font-size: 60px;
    font-weight: 700;
}

.counters-row .ugb-countup__description {
    font-size: 30px;
}

@media(max-width: 740px) {

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .button,
    .more-link,
    .page-footer .post-edit-link {
        width: 100%;
    }

    .counters-row {
        flex-direction: column;
    }

    body .is-layout-grid.amenities-grid {
        display: flex;
        flex-direction: column;
    }

    body .is-layout-grid.amenities-grid .is-layout-flex {
        align-items: center;
    }

    .amenities-parking {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

.artgreen-footer h5 {
    text-transform: none;
}

.artgreen-footer ul {
    list-style: none;
    padding: 0;
}

.artgreen-footer li {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.artgreen-footer a,
.artgreen-footer p,
.artgreen-footer span {
    font-size: 14px;
    color: #767b80;
    /* text-decoration: none; */
}

.artgreen-footer a:hover,
.artgreen-footer a:active {
    /* text-decoration: underline; */
    color: #13b0bb;
}

.mphb_sc_rooms-wrapper {
    max-width: 100%;
}

.loop-room-wrapper {
    display: flex;
    gap: 30px;
}

@media(max-width: 900px) {

    .loop-room-wrapper,
    .custom-full-details {
        flex-direction: column;
    }
}

.loop-room-wrapper .loop-room-images-wrapper p,
.loop-room-wrapper .loop-room-book-wrapper p,
.loop-room-wrapper .loop-room-info-wrapper h2 {
    margin-top: 0;
}

.loop-room-wrapper .loop-room-images-wrapper {
    flex: 0 0 30%;
}

.loop-room-wrapper .loop-room-images-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1;
}

.loop-room-wrapper .loop-room-info-wrapper {
    flex: 1;
}

.loop-room-wrapper .loop-room-book-wrapper {
    flex: 0 0 auto;
    min-width: 0;
}

.loop-room-wrapper .loop-room-info-wrapper h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

/* .loop-room-wrapper .loop-room-info-wrapper h2 a {
    text-decoration: none;
}

.loop-room-wrapper .loop-room-info-wrapper h2 a:hover,
.loop-room-wrapper .loop-room-info-wrapper h2 a:active {
    text-decoration: underline;
    ;
} */

a.mphb-view-details-button {
    display: block;
    padding: 15px 30px;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    color: #000000;
    /* text-decoration: none; */
    text-align: center;
    margin-top: 4px;
    font-weight: bold;
    font-size: 14px;
    background-color: #f3f3f3;

}

a.mphb-view-details-button:hover,
a.mphb-view-details-button:active {
    background: transparent;
    border-color: #ffce00;
}

.custom-short-details,
.detail-list,
.amenities-list {
    list-style: none;
    padding: 0;
}

.custom-short-details,
.custom-full-details {
    display: flex;
    gap: 40px;
}

.room-delail:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 1.25rem;
    text-align: left;
    color: #767b80;
    display: inline-block;
    margin-right: 6px;
}

.room-delail.detail-capacity:before {
    content: "\f500";
}

.room-delail.detail-size:before {
    content: "\f065";
}

.room-delail.detail-view:before {
    content: "\f06e";
}

.room-delail.detail-bed:before {
    content: "\f236";
}

.amenities-list img {
    width: 20px;
    margin-right: 6px;
}

.amenities-list {
    column-count: 2;
    margin-left: 60px;
    column-gap: 30px;
}

.amenities-list li {
    margin-left: -30px;
    text-indent: -30px;
}