/* 
Theme Name:  [CHILD] 10. Directory Theme
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
*/
a { color:#24282e; }
body {
    background: #efefef;
}
 #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;
} 

.bg-primary, .listing-small .wrap .btn-quickview {
    background-color: #a9db80!important;
}
.btn-primary {
    background: #2b493c;
    border-color: #2b493c;
}
.btn-secondary {
    color: #fff;
    background-color: #fbce19;
    border-color: #fbce19;
}
.hero33 {
background: #a9db80;
background: -moz-linear-gradient(left, #a9db80 0%, #96c56f 100%); 
background: -webkit-linear-gradient(left, #a9db80 0%,#96c56f 100%); 
background: linear-gradient(to right, #a9db80 0%,#96c56f 100%);
}