/*
Theme Name:     Newspaper 7 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:        9.0c
*/


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

#ais-main {
    padding: 0;
}

.ais-SearchBox-form {
    display: flex;
    align-items: center;
	justify-content: space-between;
}

.ais-SearchBox-submit {
    background: #21a4d7;
    border: transparent;
    padding: 10px 13px;
    border-radius: 4px;
    fill: white;
    margin: 0 10px;
	display: flex;
    justify-content: center;
    align-items: center;
}


.ais-SearchBox-submitIcon{
	width: 14px;
    height: 14px;
}

.algolia-search-box-wrapper {
	margin: 0 10px;
}

#algolia-search-box {
    margin-bottom: 5rem;
}


.ais-Hits-item {
    margin: 0;
}