/*
Theme Name: Adara Child
description: Taylor Made Iron Services - Adara
Template: adara-parent
Version: 1.0.0
Text Domain: adara-child
Author: BCW
*/
:root{
--min: min(300px, 100%);
}

.feature-section .feature {
    flex: 0 0 calc(22% - 4px);
}

.map-section{
    display: flex;
    flex-wrap: wrap;
}
.map-inner{
    flex: 1 1 45%;
}
.map-section iframe {
    width: 100%;
    height: 350px;
}

.address p{
    margin: 0px;
}
.main-nav .menu {
    column-gap: 0px;
}

#menu-main-menu{
    flex-wrap: wrap;
}