/*
======================================
Theme Name: Copper - child
Version: 1.1.3
Author: Robert Lui
Author URI: https://www.rydenwebworks.com
Template: copper
======================================
*/

@import url("../copper/style.css");
@import url("css/featured-brief.css");

/* All */

#header {
    background-color: rgba(0,133,333,0.8);
	border-radius: 0px;
	border: none;
	min-height: initial;
	box-shadow: none;
	position: fixed;
	top: 0px;
	/* height: 60px; */
}

.container {
	width: 100%;
	padding: 0px !important;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-brand {
	margin-left: 20px !important;
}

#main-menu {
	margin-top: 20px;
}
.main-menu ul li a {
	color: white;
	text-transform: initial;
}

.main-menu ul li a {
	padding-bottom: 0px;
}

.nav li a:hover, .nav li a:focus {
	background-color: initial;
}

.site-name {
	color: white !important;
	text-transform: initial !important;
	vertical-align: bottom;
	margin-top: 10px;
}

.tagline {
	display: inline-block;
	vertical-align: bottom;
	color: white !important;
}

.navbar-brand a {
	display: inline-block !important;
}

/*
.tagline p {
	margin-bottom: 0px;
	line-height: 12px;
}
*/

#me {
	width: 40px;
	height: auto;
	position: relative;
	top: -2px;
}

/************ Home page **************/

.page-id-19 {
	margin-top: 0px;
}

.page-id-19 #header {
    z-index: 100;
	/* background-color: rgba(0,133,333,0.3); */
	position: fixed;
	top: 0px;
}

#search_div {
	color: white;
	font-size: 32px;
	background-color: darkorange;
	line-height: 60px;
	width: 60%;
	margin: 200px auto 50px auto;
	border-radius: 50px;
}

#search_box_div {
	margin: auto;
	width: 60%;
	position: relative;
}
	
#home_div1 {
	width: 100%;
	background-image: url("https://www.robertlui.ca/wp-content/uploads/2020/08/high-end-hinsdale-realestate-agents.jpg");
	text-align: center;
	height: 600px;
	background-size: auto;
	background-position-y: -500px;
	background-position-x: 5000px;
	border: 1px solid white;
}

#searchValue {
	border: 20px solid lightblue;
	padding: 5px;
	line-height: 30px;
	font-size: 16px;
	width: 100%;
	color: gray;
}

#search_icon {
	width: 40px;
	position: absolute;
	right: 20px;
	background-color: aquamarine;
	top: 20px;
	cursor: pointer;
}

/*
#fav_icon1 {
	width: 40px;
	height: auto;
	vertical-align: sub;
	margin-left: 20px;
	z-index: 100;
	position: relative;
}


#fav_icon2 {
	width: 33px;
	height: auto;
	vertical-align: sub;
	position: relative;
	right: 10px;
}
*/



#disclaimer {
	margin: 50px 50px 10px 10px;
	text-align: justify;
}

#disclaimer img {
	float: right;
	margin-left: 30px;
}

/************** Advanced search page ****************/

.search_label {
	display: inline-block;
	width: 130px;
	color: black;
	font-weight: bold;
}

#search_area, #search_subarea, #search_min_price, #search_max_price, #search_min_bdr, #search_max_bdr, #search_min_bath, #search_max_bath, #search_min_age, #search_max_age, #search_min_area, #search_max_area, #search_sqft, #search_min_sqft, #search_max_sqft, #search_min_lot, #search_max_lot {
	display: inline-block;
}

#search_form {
	line-height: 34px;
}

#search_form p {
	margin-bottom: 12px;
}

#search_form select {
	width: 130px;
	height: 26px;
}

#search_form input {
	width: 130px;
	height: 26px;
	border: 1px solid gray;
	padding: 0 5px;
}

#search_condo, #search_townhouse, #search_house, #search_type_all {
	width: 30px !important;
	vertical-align: bottom;
}

#search_house_type {
	display: inline-block;
	width: 400px;
	line-height: 26px;
	margin-left: -8px;
}

.search_house_type_label {
	line-height: 26px;
	margin-right: 20px;
}

#search_btn {
font-size: 20px;
margin-top: 40px;
margin-left: 300px;
padding: 10px;
border: 1px solid lightgray;
}

#search_btn:hover {
	background-color: gray;
}

#search_btn img {
	height: 22px;
	vertical-align: top;
}

.left-col {
	margin-right: 20px;
}
