/*
Theme Name: Sothebys Agent 1 Child
Author: LDG
Author URI: http://www.linedesigngraphics.com
Description: LDG
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: sothebys-agent-1
*/
/* =Theme customization starts here
------------------------------------------------------- */



/*Remove the gradient over the bottom of the home page banner*/
.not-webkit.overlap #main{
  background: none;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
}
.is-webkit.overlap .main-gradient {
	display: none;
}
@media (max-width: 900px) {
#navigation {
	background-image:none;
}
}

/*Very bottom copyright area*/
.bnsaw-credit {
	background-color:#333333;
	padding: 30px 10%;
	color:#888888;
	text-align:center;
}
.bnsaw-credit a, .bnsaw-credit a:visited {
	color:#888888;
}
.bnsaw-credit a:hover {
	color:#ffffff;
}

/*Changing the width of the round team photo*/
.team-media {
	width:80% !important;
padding-left:10%;

}


/*Home IDX Form*/
.home_idx_form_title {
	color:#ffffff;
	font-size:16px;
	margin-bottom: -15px;
	margin-top: 15px;
	padding-bottom: 0;
	padding-top: 0;
}
.home_idx_form_title_10px_less {
	color:#ffffff;
	font-size:16px;
	margin-bottom: -15px;
	margin-top: 5px;
	padding-bottom: 0;
	padding-top: 0;
}
.home_idx_form input {
	width: 90%;
}
.home_idx_form_small_input input {
	width:45%;
	float:left;
	margin-right:15px;
}
.home_idx_form select {
	width: 90%;
}
.home_idx_form input[type="text"],
.home_idx_form input[type="tel"],
.home_idx_form input[type="url"],
.home_idx_form input[type="email"],
.home_idx_form input[type="number"],
.home_idx_form input[type="date"],
.home_idx_form input[type="range"],
.home_idx_form input[type="password"],
.home_idx_form select,
.home_idx_form textarea {
	border: #444;
	background-color:#000;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color:#333 !important;
}
.home_idx_form input[type="submit"]{
margin-top:15px;
background-color:#1c3e58;
}


/*IDX Search Properties Page*/
.search_page_idx_form_title{
	color:#333;
	font-size:16px;
	margin-bottom: -15px;
	margin-top: 15px;
	padding-bottom: 0;
	padding-top: 0;
}
.search_page_idx_form_title_10px_less {
	color:#333;
	font-size:16px;
	margin-bottom: -15px;
	margin-top: 5px;
	padding-bottom: 0;
	padding-top: 0;
}
.search_page_idx_form input {
	width: 90%;
}
.search_page_idx_form_small_input input {
	width:45%;
	float:left;
	margin-right:15px;
}
.search_page_idx_form select {
	width: 90%;
}
.search_page_idx_form input[type="text"],
.search_page_idx_form input[type="tel"],
.search_page_idx_form input[type="url"],
.search_page_idx_form input[type="email"],
.search_page_idx_form input[type="number"],
.search_page_idx_form input[type="date"],
.search_page_idx_form input[type="range"],
.search_page_idx_form input[type="password"],
.search_page_idx_form select,
.search_page_idx_form textarea {
	border: solid 1px #7b8189;
	background-color:#fafafa;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color:#333 !important;
}
.search_page_idx_form input[type="submit"]{
margin-top:30px;
background-color:#1c3e58;
}


/*IDX List Search Results*/
.featured-listing {
float: left;
width: 250px;
margin:25px;
}

div.dsidx-results-widget .dsidx-panel .dsidx-photo {
position:relative !important;
float:none;
width:250px !important;
}
div.dsidx-results-widget .dsidx-panel .dsidx-photo img {
max-width:250px !important;
}

div.dsidx-results-widget {
text-align:center !important;
}

div.dsidx-results-widget h4 {
clear:both;
margin:30px 0 0 0 !important;
}

div.dsidx-results-widget ul {
margin:0 !important;
}


/*Changing the width of the round team photo*/
.team-media {
width:80% !important;
padding-left:10%;
}


/*Make the Featured Properties on the home page line up horizontally*/
.dsidx-widget-single-listing {
float:left;
margin: 10px;
}

.dsidx-widget-single-listing h3.widget-title a {
color: #fff !important;
}