/*
Theme Name: Kale Child
Template: kale
Author: Jan Bratina
Description: Child of the Kale theme
Version: 1.0.1587580660
Updated: 2020-04-22 18:37:40

*/

.navbar-nav > li > a {
    font-size: 16px;
    padding: 16px 17px;
    letter-spacing: 1px;
}

.dropdown-menu>li>a {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 20px;
}

.widget {
    margin-bottom: 10px;
}

.footer-widgets .widget-title {
    margin-bottom: 30px;
    text-align: left;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}