/* Custom styles for Waterloo Farm Holidays */

/* Typography - Soho Farmhouse inspired */
.navbar-brand {
    font-family: Georgia, 'Times New Roman', serif !important;
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
    font-size: 20px !important;
}

.navbar-nav li a {
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
}

/* Override theme white backgrounds with darker taupe */
#grve-theme-body,
body,
.grve-main-content,
.post-container,
.grve-section {
    background-color: #e8e2db !important;
}

/* White cards/boxes to darker taupe */
.grve-tabs-title li,
.grve-accordion.grve-style-1 .grve-title:before,
.grve-toggle.grve-style-1 .grve-title:before,
.grve-accordion.grve-style-2 .grve-title,
.grve-toggle.grve-style-2 .grve-title,
.grve-bar,
.grve-comment-content,
.grve-post-quote .grve-post-content,
.grve-post-link .grve-post-content,
.grve-price,
.grve-fields .grve-fields-content,
.grve-portfolio-nav li a:hover,
.grve-related-post .grve-filter,
.grve-menu-responsive .grve-menu ul.sub-menu,
.grve-latest-news .grve-post-format:after,
.tagcloud a,
.grve-social li a,
.grve-filter li,
.grve-blog-label .grve-post-wraper,
.grve-smallteam-item,
.grve-pagination li a,
.grve-mobile td:first-child,
tbody tr:hover,
pre,
input[type='text'],
input[type='input'],
input[type='password'],
input[type='email'],
input[type='number'],
input[type='url'],
input[type='tel'],
input[type='search'],
textarea {
    background-color: #e8e2db !important;
}

/* Ensure header takes full height and centers content */
.intro-header {
    min-height: 70vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media (min-width: 768px) {
    .intro-header {
        min-height: 80vh !important;
    }
}

/* Make site heading background fit content only */
.intro-header .site-heading {
    display: inline-block !important;
    background: rgba(0, 0, 0, 0.5) !important;
    padding: 20px 40px !important;
    border-radius: 8px;
    text-align: center;
    width: auto !important;
}

/* Override theme's default padding */
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
    padding: 20px 40px !important;
}

/* Center the inline-block heading */
.intro-header .site-heading h1,
.intro-header .site-heading .subheading {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-left: 0;
    margin-right: 0;
}

/* Ensure parent container centers the inline-block element and maintains height */
.intro-header .col-lg-8,
.intro-header .col-md-10 {
    text-align: center !important;
}

.intro-header .container {
    position: static !important;
}

.intro-header .row {
    margin: 0 !important;
}

/* Global Typography Refinements */
h1, h2, h3, h4, h5, h6 {
    font-weight: 300 !important;
    letter-spacing: 0.3px !important;
}

h1, h2 {
    font-family: Georgia, 'Times New Roman', serif !important;
}

p {
    font-weight: 300 !important;
    letter-spacing: 0.2px !important;
}

/* Accommodation Page Typography */
.card-title {
    font-family: Georgia, 'Times New Roman', serif !important;
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
}

.filter-btn {
    font-weight: 300 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
}

.card-footer .view-details {
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
}

.info-box-sidebar h4 {
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
}

/* Buttons */
.btn, button {
    font-weight: 300 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
}

/* Page headings */
.page-heading h1,
.post-heading h1 {
    font-family: Georgia, 'Times New Roman', serif !important;
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
}

.page-heading .subheading,
.post-heading .subheading {
    font-weight: 300 !important;
    letter-spacing: 0.8px !important;
}

/* Footer Typography */
footer {
    font-weight: 300 !important;
    letter-spacing: 0.3px !important;
}

footer .copyright {
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
}

/* Link refinements */
a {
    transition: all 0.3s ease !important;
}

/* Activity & Food-Drink Pages */
.activity-tile h3,
.food-tile h3 {
    font-family: Georgia, 'Times New Roman', serif !important;
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
}

.route-card h3,
.restaurant-card h3 {
    font-family: Georgia, 'Times New Roman', serif !important;
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
}

/* Badge styling */
.badge {
    font-weight: 300 !important;
    letter-spacing: 0.8px !important;
    text-transform: uppercase !important;
}

/* Card meta information */
.card-meta {
    font-weight: 300 !important;
    letter-spacing: 0.3px !important;
}

/* Form inputs */
input, textarea, select {
    font-weight: 300 !important;
    letter-spacing: 0.3px !important;
}

/* Property Single Page */
.property-header h1 {
    font-family: Georgia, 'Times New Roman', serif !important;
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
}

.property-summary {
    font-weight: 300 !important;
    letter-spacing: 0.3px !important;
}

.property-summary span {
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
}

/* Calendar styling */
.calendar-header h4 {
    font-family: Georgia, 'Times New Roman', serif !important;
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
}

.calendar-nav button {
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
}

/* Post content - general content areas */
.post-container {
    font-weight: 300 !important;
    letter-spacing: 0.2px !important;
    line-height: 1.8 !important;
}

.post-container h1,
.post-container h2 {
    font-family: Georgia, 'Times New Roman', serif !important;
    font-weight: 300 !important;
    letter-spacing: 0.5px !important;
}

.post-container h3,
.post-container h4,
.post-container h5,
.post-container h6 {
    font-weight: 300 !important;
    letter-spacing: 0.3px !important;
}