/*
 Theme Name:	Mountain Air
 Theme URI:	http://thefreehandsite.com
 Description:	Mountain Air Custom Theme
 Author:	Freehand Media
 Author URI:	http://thefreehandsite.com
 Template:	Divi
 Version:	1.0.0

*/


/*
 * Custom CSS Starts here
---------------------------------------------------------- */

/* Brightdoor IDX Tweaks */
#property-search-form {
	background: none;
	box-shadow: none;
}
	
#property-search-form #search-form-button {
    background: #50848b;
    text-align: center;
    border: 0px solid;
    border-radius: 5px;
    color: #fff;
    transition: .5s all;
    height: 50px;
}

#property-search-form #search-form-button:hover {
    background: #b2a780;
}

.grid {
    display: grid;
    grid-gap: 20px;
}

.cols-1 {
    grid-template-columns: 1fr;
}

.cols-2 {
    grid-template-columns: 1fr 1fr;
}

.alignc {
    text-align: center;
}

#property_image_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
}

#property_image_gallery div {
    padding: 0px;
    margin: 0px;
}

#property_image_gallery img {
    display: block;
    padding: 0px;
    margin: 0px;
}

a.pagination {
	color: #50848b;
} 

a.reset_search {
    border-top: none;
    cursor: pointer;
    background: #b2a780;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    transition: .5s all;
}

div.pages {
    text-align: center;
}

a.reset_search:hover {
    background: #71a6ad;
    color: #fff;
    text-decoration: none;
}


@media only screen and (max-width: 600px) {
    .grid {
        grid-template-columns: 1fr;
    }
}
