/*
Theme Name: Hotel Prime
Theme URI: https://www.nayrathemes.com/hotel-prime-free/
Author: Nayra Themes
Author URI: https://www.nayrathemes.com/
Description: Designed for hotels, resorts, and vacation rentals, this theme offers modern layouts to showcase rooms, amenities, and services. It includes booking forms, availability calendars, and gallery sections for a seamless user experience. Fully responsive and customizable, it ensures easy navigation across devices while supporting online reservations, helping hospitality businesses present their brand professionally and attract more guests.
Template: hotel-26
Version: 1.1
Tested up to: 6.9
Requires PHP: 5.6
Requires at least: 4.7
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hotel-prime
Slug: hotel-prime
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, photography, portfolio, editor-style, grid-layout, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
.screen-reader-text:focus {
	clip: auto;
}

/* Header */
.header.header-three .navbar-area {
    border-top: 1px solid color-mix(in oklab, var(--sp-white) 20%, transparent);
    border-bottom: 1px solid color-mix(in oklab, var(--sp-white) 20%, transparent);
}

@media only screen and (max-width: 767px) {
    .booking-section.style1 form {
        color: var(--sp-white);
    }
}
@media only screen and (max-width: 575px) {
    .header.header-three .booking-section.style1 .hb-form-table {
        display: flex;
    }
}

/* Slider */
.theme-slider div.theme-content {
    margin: 150px auto 50px;
}

/* Pricing */
.pricing-section {
    background-image: url(assets/images/bg-shape.png);
}

/* Testimonial */
.testimonial-section {
    background-attachment: fixed;
}

.comment-respond .comment-form>p label {
    display: inline-block;
}

div.logo img {
	border-radius: 13px;
	margin-right: 12px;
    margin: 5px;
}

div.logo {
	grid-auto-flow: column;
}

.logo .mcol {
    margin-top: 10px;
    margin-left: 7px;
}

/*
 * CUSTOM BEGIN
 */

.logo .site-description {
    font-size: 11px;
}

.no-comments.wp-block-latest-comments {
    margin: 10px;
}

h1.wp-block-heading {
    color: rgb(232, 126, 20);
    font-style: bold;
    margin-top: 10px;
}

a.policy-link {
    color: rgb(231, 125, 20);
}

div.contact-area  {
    padding-top: 5px;
}

p.site-description {
    color: rgb(153, 153, 153) !important;
}

h4.site-title {
    text-decoration-line: none !important;
    color: rgb(153, 153, 153) !important;
}

#post-section {
    padding-top: 30px !important;
}

#section404 {
    background-image: url("/wp-content/uploads/2026/05/main.jpg") !important;
}

.mphb-errors-wrapper {
    margin: 5px 0 15px;
    border-left-color: #cc1818;
    background-color: #fcf0f0;
    border: none;
    border-left: 4px solid #c3c4c7;
    box-shadow: none;
    margin: 5px 15px 2px;
    padding: 8px 12px;
}

.mphb-success-wrapper {
    margin: 5px 0 15px;
    border-left-color: #4d984d;
    background-color: #b3dfb4;
    border: none;
    border-left: 4px solid #c3c4c7;
    box-shadow: none;
    margin: 5px 15px 2px;
    padding: 8px 12px;
}

.mphb-checkout-terms-wrapper {
    margin-top: 20px !important;
}

.comment-form-url {
    display: none;
}

.mphb-payment-messages {
    padding-top: 25px;
    font-size: 18px;
    margin-bottom: 30px;
}