/*
Theme Name: Deevoweb Hero
Theme URI: http://deevoweb.com/idx-broker-wordpress-themes
Description:  This theme was developed specifically for easy integration of IDX Broker Platinum.  There is no implied warranty and all edits made to the files are done so at your own risk.  Enjoy! 
Author: Deevoweb
Author URI: 
Version: 1.0
*/
@import url("css/bootstrap.min.css");
@import url("css/select2.css");
@import url("css/select2-bootstrap.css");


body {
    background-image:url('images/background.png');
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

img  {
    max-width: 100%;
    height:auto;
}

label {
    font-size: 14px;
}

/*********************************************
* IDX CSS CORRECTIONS
*********************************************/

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; border: 1px solid #cccccc; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); color: rgba(0, 0, 0, 0.75); font-size: 14px; margin: 0 0 12px 0; padding: 6px; height: 37px; width: 100%; -webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear; transition: all 0.15s linear; }
input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize { font-size: 17px; padding: 4px 6px; }
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus { background: #fafafa; outline: none !important; border-color: #b3b3b3; }
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] { background-color: #ddd; }

textarea { height: auto; }

select {
    background: #f8f8f8;
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 14px;
    height: 32px;
    margin: 0 0 12px;
    padding: 6px;
    transition: all 0.15s linear 0s;
    width: 100%;
}

#IDX-main {
	width: 100%;	
}

#IDX-coreFields input[type="text"] {
	width: auto;
	height: 32px;	
}

#IDX-add {
	height: 32px;	
}

#IDX-pt-group, #IDX-propSubType-group, #IDX-propStatus-group {
	margin-right: 20px;	
}

.IDX-ccz-radio, .IDX-radio-inline, .IDX-radioInput, .IDX-radioLabel {
	margin-right: 10px;	
}

.IDX-contactAccountHeader {
	border: none;
}

#IDX-mapContainer {
	width: 100%;	
}

#IDX-mapControlContainer {
	min-height: 600px;	
}

/*****Control showcase Widget Functionality *********/

.IDX-showcasePhoto {
    margin-bottom: 5px !important;
}

.IDX-showcaseRow {
    width: 100% !important;
    display: block !important;
}

.IDX-showcaseTable {
    width: 100% !important;
}

.IDX-showcaseCell {
    width: 22% !important;
    max-width: 200px !important;
    min-width: 100px !important;
    height: 200px;
    float: left;
    padding: 1.5%;
    margin: 0 1.5% 15px 1.5%;
    border: none !important;
    box-shadow: none !important;
}

@media (max-width: 992px) {
.IDX-showcaseCell { 
	width: 30% !important;
        padding: 1.5%;
        margin: 1.5%;
        float: left;
        height: 200px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
.IDX-showcaseCell { 
	width: 30% !important;
        padding: 1.5%;
        margin: 1.5%;
        float: left;
        height: 200px;
        margin-bottom: 15px;
    }
}


@media (max-width: 450px) {
.IDX-showcaseCell { 
	width: 47% !important;
        padding: 1.5%;
        margin: 1.5%;
        float: left;
        height: 200px;
        margin-bottom: 15px;
    }
}

.IDX-showcasePrice {
    font-size: 16px;
    color: #428bca;
}

/*****Control Lead Signup Widget Functionality *********/
#sidebar .LeadSignup {
    width: 100% !important;
    box-shadow: none !important;
    border: none !important;
    text-align: left !important;
    padding: 0 !important;
}

#IDX-widgetLeadSignupHeaderWrapper {
    display: none;
}

#IDX-widgetLeadSignupForm input {
    width: 100% !important;
}

.leadError {
    display: none;
    background: #ffffff;
    padding: 15px 0;
}

.leadError span {
    color: rgb(233, 50, 45);
    font-size: 18px;
}

.IDX-quicksearchWrapper {width: 100% !important; 
                        box-shadow: none !important; 
                        border: none !important}

.IDX-qsFieldWrap {text-align: left !important; 
                 padding: 0 !important;}

/*****Control Map Widget Functionality *********/

#community .IDX-mapControlContainer {
    width: 100% !important;
    min-width: 270px !important;
}

#community .IDX-mapHeader {
    width: 100% !important;
}

#community .IDX-showcaseCell {
    min-width: 0 !important;
}
/******************************************************
* HELPER CLASSES 
******************************************************/
.no-border {
   border: none; 
}
.justified {
	text-align: justify;	
	width: 100%;
	height: auto;
}

.align-right {
	text-align: right;	
}	

.large-label {
	font-size: 30px;
	color: #095e68;
	width: 100%;
}

.large-label span {
	margin: 0;
	padding: 0
}

.max-height-120 {
    max-height: 120px;
}

.no-margin {
    margin: 0 !important;
}

.mar-top-10 {
	margin-top: 10px;
	min-height: 1px;
	width: 100%;
}

.mar-top-15 {
	margin-top: 15px;
	min-height: 1px;
	width: 100%;
}
.mar-top-20 {
	margin-top: 20px;
	min-height: 1px;
	width: 100%;
}

.mar-top-30 {
	margin-top: 30px;
	min-height: 1px;
	width: 100%;
}

.mar-top-40 {
	margin-top: 40px;
	min-height: 1px;
	width: 100%;
}

.mar-bot-10 {
	margin-bottom: 10px;	
}

.mar-bot-15 {
	margin-bottom: 15px;
	min-height: 1px;
	width: 100%;	
}

.mar-bot-20 {
	margin-bottom: 20px;
	min-height: 1px;
	width: 100%;	
}

.mar-bot-30 {
	margin-bottom: 30px;
	min-height: 1px;
	width: 100%;	
}

.margin-right {
	margin-right: 10px	
}
.mar-rig-15 {
	margin-right: 15px;
	min-height: 1px;
	width: 100%;	
}
.mar-rig-20 {
	margin-right: 20px;
	min-height: 1px;
	width: 100%;	
}
.mar-rig-30 {
	margin-right: 30px;
	min-height: 1px;
	width: 100%;	
}

.wrapper {
	background: #f5f5f5;
	padding: 15px;
	}

.divider {
	width: 100%;
	height: 5px;
	margin: 10px 0;
	background-color: #cccccc;
}

/******************************************************
* CORE CSS AND BOOTSTRAP OVERRIDES
******************************************************/

/* BOOTSTRAP CSS ADJUSMENTS */
	
.navbar {
	margin-bottom: 0;
}

.navbar-inverse {
	background: #073f60;	
	border-color: #073f60;
	border-radius: 0;
	border: none;
}

.navbar-inverse .navbar-nav>li {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;	
}

.dropdown-menu>li>a {
	padding-top: 8px;	
}

.navbar-inverse .navbar-nav>li:hover {
	background-color: #707372;	
}

.navbar-inverse .navbar-nav>li>a {
	color: #FFFFFF;	
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background-color: #707372;	
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: transparent;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	background-color:	#707372;
}

@media(max-width: 767px){
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #ffffff;
    }
}

.dropdown-submenu {
    position:relative;
}

.dropdown-submenu>.dropdown-menu {
    top:0;left:100%;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}

.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}

.dropdown-submenu:active>a:after {
    border-left-color:#ffffff;
}

.dropdown-submenu.pull-left {
    float:none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

label {
	margin-bottom: 0;
}

.form-group {
	margin-bottom: 10px;	
}

.form-control {
	height: 38px;	
}

.nav-tabs {
    
}
.nav-tabs>li>a {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 768px){
    .nav-tabs>li>a {
        font-size: 16px;
    }
}

@media (max-width: 479px){
    .nav-tabs>li>a {
        font-size: 12px;
    }
}

.nav-tabs>li>a:hover {
    color:#555555;
}

/* PRIMARY THEME CSS */
#logo {
    margin:0;
}

@media(max-width: 767px){
    #logo {
        max-height: 250px;
    }
    
    #logo img {
        max-height: 225px;
    }
}

#logo span{
    font-size: 34px;
    font-family: 'Raleway', sans-serif;
    color: #073f60;
    line-height: 28px;
}

#logo span a {
    color: #073f60;
}

#logo p {
    font-size: 18px;
    color: #4d4d4d;
    margin-top: 5px;
}

#head-bg {
    background-color: #f5f5f5;
}

#hero-banner {
    background: url(images/hero-background-theme-2.jpg) center top no-repeat;
    padding: 150px 0;
    min-height: 540px;
}

@media (max-width: 768px){
    #hero-banner {
        padding: 25px 0;
        min-height: 300px;
        height: auto;
    }
}

.hero-inner {
    min-height: 125px;
    width: 100%;
    border-radius: 5px;
    background-color: #073f60;
    padding: 10px;
    
}

.hero-inner a {
    color: #ffffff;
}

.hero-inner label {
    font-weight: normal;
    color: #ffffff;
}

.hero-inner p {
    color: #cccccc;
    font-size: 16px;
}

.home-search-span {
	margin-top: 19px;
        height: 63px;
}

.home-search-span span{
	font-size: 18px;
	line-height: 16px;
        color: #ffffff;
}

.home-search-span span a {
    font-weight: bold;
}
.box-content {
	background: -moz-linear-gradient(top,  rgba(225,225,225,1) 0%, rgba(243,243,243,1) 32%, rgba(243,243,243,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,225,225,1)), color-stop(32%,rgba(243,243,243,1)), color-stop(100%,rgba(243,243,243,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(225,225,225,1) 0%,rgba(243,243,243,1) 32%,rgba(243,243,243,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(225,225,225,1) 0%,rgba(243,243,243,1) 32%,rgba(243,243,243,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(225,225,225,1) 0%,rgba(243,243,243,1) 32%,rgba(243,243,243,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(225,225,225,1) 0%,rgba(243,243,243,1) 32%,rgba(243,243,243,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	margin: 0 0 15px 0;
	padding: 10px;	
}
#community .IDX-showcaseCell {
    min-width: 0;
}

.box-content h1, h2, h3, h4, h5 {
        font-family: 'Raleway', sans-serif;
	color: #2c2c2c;
	margin: 0 0 10px 0; 
	padding:3px 0 3px 0;
	border-bottom: 1px solid #BBBBBB;
}

.comm.community-archive {
    width: 100%;
    margin-bottom: 25px;
    height: 360px;
}

.community-archive h2 {
    text-align: center;
    border: none;
}

.community-image {
    height: 140px;
    overflow: hidden;
    border-radius: 10px;
}

.home-community-image {
    height: 100px;
    overflow: hidden;
}

.community-archive img {
    border-radius: 10px;
    margin-bottom: 15px;
}

@media (max-width: 1200px){
    .community-archive h2 {
        font-size: 24px;
    }
    .community-image {
        height: 130px;
    }
}

@media (max-width: 992px){
    .community-archive {
        font-size: 15px;
    }
}

@media (max-width: 767px){
    .community-image {
        height: 195px;
    }
    .home-community-image {
        height: 140px;
        overflow: hidden;
    }
}

@media (max-width: 600px){
    .community-image {
        height: 110px;
        margin-top: 15px
    }

    .community-archive {
        height: 230px;
    }

    .community-archive p {
        display: none;
    }

    .community-archive h2 {
        border: none;
        text-align: center;
        margin-top: 10px
    }
}

@media (max-width: 450px){
    .community-archive {
        height: 190px;
        font-size: 13px
    }

    .community-image {
        height: 80px;
    }

    .community-archive h2 {
        font-size: 16px;
    }
}

@media (max-width: 350px){
    .community-image {
        height: 85px;
    }
    .home-community-image {
        height: 85px;
    }
}

.home-featured {
    height: 250px;
    text-align: center;
}

.featured-price {
    color: #073f60;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 8px 0 0 0;
}

.featured-address {
    font-size: 20px;
}

.blog-archive {
	width: 100%;
	margin-bottom: 30px;	
}

.blog-archive img {
    border-radius: 8px;
}

.home-community-title {
    text-align: center;
    font-size: 17px;
}

@media (max-width: 450px) {
    .home-community-title {
        font-size: 16px;
    }
}

.social-img {
	margin: 0px 0px 0px 8px;
        float: right;
}

#home-content {
    
}

#home-content h1 {
    font-size: 30px;
}

.home-image {
    margin: 0 15px 15px 0;
    width: 100%;
    max-width: 350px;
}

footer {
	background-color: #565857;
	width: 100%;
	border-top: 1px solid #cccccc;
	min-height: 100px;
	padding-bottom: 25px;
}

footer p {
	margin-top: 10px;	
	color: #f6f6f6;
}

footer h1, footer h2, footer h3, footer h4, footer h5 {
	color: #f6f6f6;
	margin: 20px 0 0 0;
	padding: 0 0 4px 0;
	border: none;
}

.footer-links {
	width: 100%;	
}

.footer-links ul {
	margin: 10px 0 0 0;
	padding: 0;	
}

.footer-links ul li {
	display: inline-block;
	width: 49%;
	margin: 0;
	padding: 4px 1.5% 4px 0;	
	list-style: none outside none;
}

.footer-links ul li a {
	color: #f6f6f6;
	text-decoration: none;
	font-size: 16px;		
}

.footer-links ul li a:hover {
	color: #428bca;
}

.footer-blog {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #e6e6e6;
}

.footer-blog h4 {
    padding: 0 0 5px 0;
    margin-top: 0;
}

.footer-blog h4 a {
    color: #f6f6f6;
}

.footer-blog h4 a:hover {
    color: #428bca;
    text-decoration: none;
}

.contact-info {
		
}

.contact-info ul {
	margin: 5px 0 0 0;
	padding: 0;
}

.contact-info ul li {
	list-style: none outside none;
	padding: 1px 0;
	margin: 0;
	font-size: 	18px;
	color: #f6f6f6;
}

.copyright {
	background-color: #f5f5f5;
	width: 100%;
	min-height: 40px;
	padding-top: 10px;
}

