/*
Theme Name:     Newspaper Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        1.0
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/*
Hundefutter-Lexikon
*/

#glossary-search-term {
    width: 50%
}

#glossary-search {
    width: 30%;
    background-color: #e0e0e0;
    color: initial;
    padding: 0;
}

.glossary_top_filter input:not([type=submit]) {
    display: inline-block;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 7px 14px;
    height: 40px;
    outline: none;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    width: 100%;
    max-width: 100%;
    transition: .25s ease;
    box-shadow: none;
}

#td-top-mobile-toggle i {
    color: #22585b;
}

@media (max-width: 767px) {
    .header-search-wrap .td-icon-search {
        color: #22585b !important;
    }
}
