/*
Theme Name: Ekko Child
Theme URI: http://www.ekko-wp.com/
Template: ekko
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Purpose WordPress Theme with Block Builder
Version: 5.1.1757923250
*/

/* Hide Duplicate Secondary Logo Tags */
#logo .logo a img:nth-child(2),
.navbar-brand a img:nth-child(2),
#logo img + img,
.logo img + img {
    display: none !important;
}

/* Primary Header Logo Sizing */
#logo .logo img,
.logo img,
#logo img,
.navbar-brand img {
    max-height: 50px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    display: block;
}

/* Search Box Header Layout Alignment */
.header-search,
.navbar-search,
#searchform {
    display: inline-flex;
    align-items: center;
}

.header-search input[type="text"],
#searchform input[type="text"] {
    max-width: 180px;
    height: 34px;
    padding: 4px 10px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
