/*
Theme Name: Savory Child
description: A Full Measure - Savory
Template: savory-parent
Version: 1.0.0
Text Domain: savory-child
Author: BCW
*/

.banner-section .link{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.primary-footer {
	position: relative;
}
.scrolling-images {
	z-index: 0;
}
.scrolling-images .images {
	max-height: var(--pageHeight);
}
.menu-sections {
	margin: 0;
	padding: 50px 0;
}
.menu-sections-container h1 {
	text-align: center;
	margin: 0;
	padding: 20px 0 0;
}

.menu-section .item-heading {font-size: 1em;}
.menu-section .prices, .menu-section .description, .menu-section .sub-items, .menu-section .section-description, .menu-section .sizes, .menu-section .item-description {font-size: .8em;}

.locname {font-weight: bold; font-size: 1.2em;display: block;}

.consoci {display: flex; justify-content: center;}
.consoci a {display: inline-block; margin: 0 5px;}

.locs {margin: 15px 0;}

.headname {font-weight:bold;margin: 0 15px;}


.c2a {display: flex; justify-content: right;}
.headlocs {display: flex; justify-content: space-between;}
.menu-section .back-top {
    position: static;
    background: none;
    width: auto;
    height: auto;
    font-size: 14px;
    display: block;
    border-radius: none;
    box-shadow: none;
    border: none;
    display: none;
    width: fit-content;
    margin-left: auto;
}
.menu-section[data-section_width='half'][data-col_location='right'] .back-top {
    display: block;
}

.featureimages {display: flex; justify-content: center; align-items: center;}
.featureimages img {max-height:455px;max-width:595px; width:auto;}

@media screen and (max-width:1250px){
    .featureimages {flex-direction: column;}
    .featureimages img {max-width: 100%; margin: 15px 0;}
}

@media screen and (max-width:991px){
    .c2a {justify-content: center;}
}

@media screen and (max-width:768px){
    .c2a .address a, .c2a .phone a {font-size: 15px;}
    .c2a .headlocs {color: #fff;}
}