/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

a { color: #1d87b0;}


.homplan-item { width: 98% !important; }


@media (max-width: 1100px) {
	.home-plan-sort.col-sm-1 {
		display: none;
	}
	.home-plan-sort.col-sm-2 {
                width: 33%;
        }
}

@media (max-width: 768px) {
	.homeplan-row {
	padding-left: 3%;
	padding-right: 3%;
	margin: 0px;
	}
	.homeplan-item {
		margin-bottom: 30px !important;
	}
	.home-plan-sort.col-sm-2 {
		width: 100%;
	}
	.sorting-row { width: 100%; float: left; margin: 0px; text-align: left; margin-bottom: 40px !important;
	}
}

@media (min-width: 768px) {
	.homeplan-item {
		width: 47% !important;
		margin: 1.5%;
	}
	.homeplan-item.builder-item {
		width: 30% !important;
		margin: 1.5%;
	}
}

.contact-form-box .chosen-container {
	width: 100% !important;
}
.contact-form-box p { font-size: 14px; text-align: center;}
.contact-form-box .chosen-single {
	height: 34px;
}
.contact-form-box textarea, .contact-form-box input{
	font-family: Montserrat, sans-serif;
	border-color: #000;
}
.contact-form-box textarea {
	height: 100px;
}
.contact-form-box {

border-style: solid;
    border-width: 0;
	padding: 20px;
    background-clip: border-box;
    border-color: #f7f9f9;
    border-top-width: 2px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    border-left-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0px 4px 5px 0px #9cafaf;
        display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}


.homeplan-item {
    border-style: solid;
    border-width: 0;
	padding: 0px !important;
    background-clip: border-box;
    border-color: #f7f9f9;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0px 2px 5px 0px #9cafaf;

	display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    float: left;
    max-height: 175px;
    background-color: #fff;
    transition: all .2s ease-in-out;
}

.homeplan-item.builder-item {
	display: table !important;
	position: relative;
	max-height: 140px !important;
	height: 140px !important;
}
.homeplan-item.builder-item .imagewrap {
	float: left;
	width: 40%;
	height: 138px;
	line-height: 138px;
	text-align: center;
	vertical-align: middle;
}
.homeplan-item.builder-item .imagewrap a {
	line-height: 10px;
}
.homeplan-item.builder-item .imagewrap a img {
	vertical-align: middle;
	margin: 0px auto;
	text-align: center;
	max-width: 70%;
	max-height: 80%;
	border: 0px;
	padding: 0px;
}
.homeplan-item.builder-item .builder-text-wrap {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	float: left;
	width: 60%;
	height: 138px;
}
.homeplan-item.builder-item .builder-text {
	position: relative;
	width: 100%;
	padding: 11% 3%;
	vertical-align: middle;
	font-family: Montserrat, sans-serif;
	text-align: center;
}
.builder-text-wrap .builder-title {
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat, sans-serif;
}
.contact-form-box h2 {
	font-size: 20px;
	text-align: center;
	margin-top: 0px;
}
.contact-form-box input[type="submit"] {
	width: 100%;
	background-color: #1d87b0;
	font-family: Montserrat, sans-serif;
}
.display-item .display-item-text, .homeplan-item .homeplan-item-text {
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 7% 5%;
	    font-family: Montserrat, sans-serif;
    font-weight: 300;
}
.homeplan-item .homeplan-item-title a {
	font-weight: 500;
	font-size: 18px;
}
.homeplan-item-title {
	font-weight: 500;
	font-size: 18px;
	color: #333;
}
.mortgage-broker .homeplan-item-title {
	font-size: 20px;
}
.homeplan-item-line a {

}
.page-item.next {
	float: right;
}
.page-item.prev { float: left; }

.pagination { 
	font-family: Montserrat, sans-serif;
	font-weight: 500;
	font-size: 16px;
}

.home-plan-sort .label {
	font-family: Montserrat, sans-serif;
        font-weight: 500;
        font-size: 16px;
	color: #000;
	padding-bottom: 10px;
}
.chosen-container {
	color: #000;
	font-family: Montserrat, sans-serif;
}
.chosen-container-single .chosen-single span {
	color: #333;
}
.homeplan-item.gone {
	display: none !important; 
}
.nolinkcolor a:hover {
color: #000 !important;
}



.sorting-row { 
	margin: 0px auto;
	text-align: center;
}

::-webkit-input-placeholder {
color: #333 !important;
font-size: 14px;
font-weight: 300;
}
 
:-moz-placeholder { /* Firefox 18- */
color: #333 !important;  
font-size: 14px;
font-weight: 300;
}
 
::-moz-placeholder {  /* Firefox 19+ */
color: #333 !important;  
font-size: 14px;
font-weight: 300;
}
 
:-ms-input-placeholder {  
color: #333 !important;  
font-size: 14px;
        font-weight: 300;
}




.contact-form-box .row {
	margin-bottom: 10px;
}

ul li, ul ol, p {
	font-family: Montserrat, sans-serif;
	color: #111;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

.contact-form-box {
	border-top-width: 2px !important;
	border-top-color: #1d87b0 !important;
}

.claim-community {
	font-family: Montserrat, sans-serif;
        color: #111;
        font-weight: 400;
	text-align: center;
}
.claim-icon i {
	font-size: 20px;
	color: #000;
}

@media (min-width: 769px){

.menu .fl-has-submenu .sub-menu {
	z-index: 1000 !important;
	background-color: #fff;
	opacity: 1;
}
}

.community-image-holder {
	width: 100%;
	max-height: 400px;
	position: relative;
}

.community-image-holder img {
	position: relative;
	max-height: 400px !important;
	width: 100%;
}
#no-filter .wpv-filter-form {
	display: none !important;
}

#community-view .wpv-filter-form, .community .wpv-filter-form {
	height: 450px; 
	width: 25% !important;
	float: right;
	border-top: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
}
#community-view .chosen-container {
	width: 90% !important;
}
.map_container {
	height: 450px !important;
	width: 75% !important;
}
.map_container #js-wpv-addon-maps-render-map-1 {
}
.map-filter-row {
	padding-top: 20px;
	width: 90%;
}



/***
.display-item-image {
	width: 40%;
	height: 170px !important;
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 170px;
}
.display-item-image img {
	max-width: 70% !important;
	max-height: 80% !important;
	vertical-align: middle;
	margin: 0px auto !important;
	text-align: center;
	width: auto !important;
	height: auto !important;
}
.builder-item {
	display: table !important;
	position: relative;
	max-height: 170px;
}
**/
.display-item-image {
	width: 40% !important;
}
.display-item-image img {
	width: auto !important;
	height: auto !important;
}
.builder-item {
	
}
.builder .wpv-filter-form, .mortgage-broker .wpv-filter-form {
	float: left;
	background: transparent !important;
	clear: both;
	text-align: left;
	max-width: 200px;
	padding-left: 0px;
	clear:both;
}
.mortgage-broker .row, .builder .row { clear:both; }

.mortgage-item { max-height: 125px; }
.mortgage-list-image {
	display: block; float: left;
	max-height: 123px;
	width: 125px;
}
.mortgage-list-image img {
	max-height: 123px;
	height: 122px;
}

.chosen-container-active .chosen-drop {
}
.homeplan-list-image {
	display: block;
	float: left;
	width: 50%;
	max-height: 175px;
}

.homeplan-list-image img {
	height: 171px !important;
	max-height: 171px !important;
	margin: 0px !important;
	width: 100%;
}

.community-list-image {
	display: block;
	float: left;
	width: 25% !important; 
	max-height: 173px;
}
.mortgage-broker-address {
	display: block;
	width: 16%;
	float: left;
	text-align: center;
	padding-top: 32px;
}
.homeplan-item-text.mortgage-broker {
	display: block;
	width: 50%;
	float: left;
	padding: 45px 1% 0px 1%;
	font-family: Montserrat, sans-serif;
        text-align: left;
}
.homeplan-item-text.community {
	display: block;
	width: 75%;
	float: left;
	padding: 2%;
	font-family: Montserrat, sans-serif;
	text-align: left;
}
.community-list-image img {
	width: 100%;
	max-height: 172px;
}

.mortgage-item {
	width: 100% !important;
	margin: 10px 0px;
}
.community-item {
	width: 100% !important;
	margin: 10px 0px;
	padding: 0px 15px;
}
.community-row {
	padding: 0px 15px;
}
.mortgage-broker-contact {
	display: block;
	font-size: 18px;
	text-align: center;
	padding: 3% 2%;
	float: right;
	width: 21%;
	height: 123px;
}
.mortgage-broker-contact {
        display: block;
        font-size: 18px;
        text-align: center;
        padding: 3% 2%;
        float: right;
        width: 21%;
        height: 123px;
}

@media (max-width: 1040px) { 
        .homeplan-item-text.mortgage-broker { padding-top: 30px; width: 30%; }
        .mortgage-broker .homeplan-item-title { font-size: 16px; }
        .mortgage-broker-address { padding-top: 20px; width: 25%;}
        .mortgage-broker-contact a { font-size: 14px; }
}


@media (max-width: 768px) { 


	.mortgage-list-image { width: 20%; }
	.mortgage-list-image img { width: 100%; height: 80%; padding-top: 12%; padding-right: 5px;}
	.homeplan-item-text.mortgage-broker { padding-top: 10px; width: 25%; }
	.mortgage-broker-contact { width: 25%; padding-top: 15px;}
	.mortgage-broker-contact a { font-size: 12px; }
	.mortgage-broker-address { padding-top: 20px; width: 25%;}
	.mortgage-broker-address span { font-size: 12px; }
	.mortgage-broker .homeplan-item-title { font-size: 14px !important; }

	.community .homeplan-item-title { font-size: 16px; }
	.community .homeplan-item-line { font-size: 12px; }
	.community .homeplan-item-line.bold { font-size: 10px; }

	#community-view .wpv-filter-form { width: 100% !important; clear:both; height: 150px;}
	#community-view .map_container { width: 100% !important; clear:both;
}
