/*
Theme Name: Themify Elegant Child
Theme URI: https://themify.me/themes/elegant
Template: themify-elegant
Author: Themify
Author URI: http://www.themify.me
Description: Created by Themify.
Tags: featured-images,translation-ready,custom-menu
Version: 7.6.2.1753262480
Updated: 2025-07-23 09:21:20

*/
@import url('../themify-elegant/style.css');

.product-short-description {
    font-size: 20px;
    color: #000;
    margin-top: 10px;
    margin-left: 75px;
    margin-right: 75px;
}

#main-nav {
    font-family: Sorts Mill Goudy,serif;
    font-size: 1em;
    font-style: italic;
    margin: 0 0 0;
    padding: 0 0 0;
}

#content {
    float: left;
    padding: 0% 0 0%;
    width: 69%;
}

/* Hide the desktop nav on small screens */
#desktop-nav {
    display: none;
}

@media (min-width: 768px) {
    #header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; /* Top-align header content */
    }

    #main-nav-wrap {
        display: block;
        margin-left: auto;
    }

    #main-nav {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
    }

    #main-nav li {
        display: block;
        margin-bottom: 10px;
    }

    #main-nav li a {
        display: block;
        padding: 2px 5px;
        text-decoration: none;
        color: #FFF;
    }

    #menu-icon {
        display: none;
    }
}

#site-logo span,
#site-logo {
    border-bottom: none !important;
    margin: 0 !important;
}

#site-logo span:after {
    content: none !important;
}

/* Make header section shallower */
#header {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: auto;
}

/* Reduce logo spacing */
#site-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

#site-logo a {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

#site-logo a span {
    font-size: 60px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    display: block;
}


/* Tighten the menu */
#main-nav-wrap {
    margin: 0;
    padding: 0;
}

#main-nav li {
    margin: 0;
    padding: 0;
}

#main-nav li a {
    padding: 4px 10px;
    line-height: 1.2;
}

/* Shrink headerwrap height */
#headerwrap {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    min-height: auto;
}

/* Optional: remove bottom margin from inside elements */
#header {
    margin-bottom: 0;
}

/* Style the inline description */
.single-product .woocommerce-product-details__short-description + .product-description-inline {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
}

.product-description-inline {
    max-width: 600px;
}

/* Product contact button styling */
.product-contact-button {
    display: inline-block;
    background: #0073aa;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 20px;
    transition: background 0.3s ease;
}

.product-contact-button:hover {
    background: #005a87;
    color: white;
    text-decoration: none;
}

/* Back to catalog button styling */
.product-back-to-catalog-button {
    display: inline-block;
    background: #6c757d;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 10px;
    margin-right: 10px;
    transition: background 0.3s ease;
}

.product-back-to-catalog-button:hover {
    background: #5a6268;
    color: white;
    text-decoration: none;
}

/* Instagram menu item styling */
.instagram-menu-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    color: #FFF !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    padding: 4px 10px !important;
}

.instagram-menu-item:hover {
    color: #E4405F !important; /* Instagram brand color */
    text-decoration: none !important;
    transform: scale(1.1) !important;
}

.instagram-menu-item i {
    font-size: 18px !important;
}

.menu-item-instagram {
    margin-left: 10px !important;
}

/* Privacy Policy page */
.privacypolicy p {
    font-family: auto !important;
    margin: 0;
}

.privacypolicy li {
    font-family: auto !important;
    margin: 0;
}

.privacypolicy h3, h4 {
    font-family: auto !important;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: .75em;
    text-decoration: underline;
}

/* Themify Icons are already loaded by the theme */
