/*
Theme Name: Star Child
Description: Child theme of Star Master - updatable from GitHub
Template: star-master
Version: 1.0.0
Author: Your Name
GitHub Theme URI: https://github.com/NinjaPhilip/star-child
*/

/* Reduce footer text leading ~20% */
footer .inner_footer .footer_columns .footer_link,
footer .inner_footer .footer_columns .footer_text {
    margin: 0 0 2px 0 !important;
}
footer .inner_footer .footer_columns .column a {
    margin-block-start: 0.4em;
    margin-block-end: 0.4em;
}

/* Fix: concept image_2 overlapping text at tablet widths */
.concept_section .concept_section_inner .top {
    position: relative;
    z-index: 2;
}
.concept_section .concept_section_inner .bottom {
    position: relative;
    z-index: 1;
}
@media (min-width: 769px) and (max-width: 1200px) {
    .concept_section .concept_section_inner .concept_image_2 img {
        top: 0px !important;
    }
}

/* LV monogram icon */
img.lv-star{height:0.7em;width:auto;vertical-align:-0.05em;margin:0 0.15em 0 0;display:inline;}

/* Le Café only: constrain menu section to content width so columns stack at content edge */
.menu_section .menu_section_inner {
    max-width: 1346px;
    margin: 0 auto;
    padding: 0 16px;
}

/* PATCH: group-dining-image-aspect-ratio */
/* Fix: group dining image squished on resize because img had fixed width/height attrs */
.html_code_section .image_part img {
    height: auto;
}
