/*
Theme Name: Hotel Inn Beyond
Theme URI: https://beyondweddings.com
Description: Child theme for Hotel Inn with Beyond Weddings customizations
Author: Beyond Weddings
Author URI: https://beyondweddings.com
Template: hotel-inn
Version: 1.0.0
Text Domain: hotel-inn-beyond
*/

/* Import parent theme styles */
@import url("../hotel-inn/style.css");

/* Custom styles for the child theme */
.site-title a {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #333;
}

.site-title a:hover {
    color: #e67e22;
}

/* Custom header layout */
.site-header {
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Navigation menu */
.navbar-nav > li > a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 15px;
}

/* Social icons */
.header-social .social-icon {
    margin-left: 10px;
}

.header-social .social-icon a {
    color: #333;
    transition: color 0.3s ease;
}

.header-social .social-icon a:hover {
    color: #e67e22;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .site-branding {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .header-social {
        text-align: center;
        margin-bottom: 15px;
    }
}
