/*
Theme Name: RealHomes Child Theme
Theme URI: http://themeforest.net/item/real-homes-wordpress-real-estate-theme/5373914
Description: Child theme for RealHomes.
Author: Inspiry Themes
Author URI: http://www.inspirythemes.com/
Template: realhomes
Version: 1.2
*/

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: scroll;
}

@media (max-width: 767px) {
div#rev_slider_4_1_wrapper {
	display: none;
}
}

#logo img {
    width: 300px;
    margin-bottom: 38px;
}

#header-top {
    border-bottom: 1px solid #343a3b;
    margin-bottom: 10px !important;
}

.select2-results__options::-webkit-scrollbar {
  -webkit-appearance: none !important;
  width: 10px !important;
}

.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 5px !important;
  background-color: rgba(0,0,0,.5) !important;
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5) !important;
}