/*
Theme Name: SSAA Child Theme
Theme URI: http://konte.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konte
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: konte
*/

@font-face {
  font-family: 'Gramatika Bold';
  src: url(../otf/tokotypegramatikabold.otf);
}

.widget_search .search-field {
    padding: 20px 60px 20px 20px !important;
}
.branch-map-div{
   flex-wrap: wrap;
   overflow:hidden;
    display:flex;
    height: 650px;
}
.branch-map-div-l{flex:4;}
.branch-map-div-r{flex:1;background-color:#D0E9ED; padding:25px;}
@media (max-width:900px){
    .branch-map-div{
     width:100%;
     height:auto;
     flex-direction:column;
     flex-wrap: nowrap;
    overflow:auto;
}
.branch-map-div-l{flex: 100%;}
.branch-map-div-r{flex: 100%;}
}