/* 
Theme Name:  CHILD 02. Mirza
Theme URI:   http: //www.premiumpress.com 
Description:  This is a child theme removed the country aspect out and uses the city location tools instead
Author:     Mark Fail
Author URI:   http: //www.premiumpress.com
Template:    DT9
Version:    1.0
*/

body {
    background: #fff url(img/bg.png);
}
#page {
	max-width:1170px;
    background: #fff;
    padding: 0px;
    margin-top: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin:auto auto;
} 

#searchform input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
	border-radius:4px;
	border: 2px solid #007bff;
}

#searchform input[type=button], input[type=submit], input[type=reset] {
    background-color: #007bff;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	width: 20%;
}

#algolia-hits h2 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

#ais-facets {
	display:none;
}