/*
Theme Name: Bootstrap Basic
Theme URI: https://rundiz.com
Author: Vee Winch
Author URI: 
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy. You can support theme author by <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9HQE4GVV4KTZE" target="donate">donate</a>. To follow what was changed, please look for <a href="https://github.com/Rundiz-WP/bootstrap-basic" target="commits">commits</a> of this theme at Github or changelog.md file that come with the theme.
Version: 1.1.3
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: bootstrap-basic
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/


/*
Required WordPress CSS
*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

body {
	background: #FAFAFA;
}

h1,h2,h3 {
	font-weight: 700;
}

.mw-top-row {
	background: #FAFAFA;
}

.mw-logo {
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 90%;
	max-width: 320px !important;
}

@media only screen and (max-width: 992px) {
.mw-logo {
	margin-left: none !important;
	margin-right: none !important;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 90%;
	max-width: 250px !important;
}	
}

.mw-menu {
	margin: 25px 0px 0px 0px;
}

.mw-mobile-menu {
	padding-top: 8px;
	padding-right: 0px;
}

@media only screen and (max-width: 992px) {
.mw-mobile-menu {
	padding-top: 10px;
	padding-right: 30px;
}	
}

.navbar-default {
	background: none !important;
	box-shadow: 0px !important;
	border: 0px !important;
	border-color: none !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	font-size: 20px !important;
	font-weight: 500;
}

.navbar-default .navbar-nav > li > a {
	color: #000F8F;
}

.nav > li > a {
	padding: 20px 20px !important;
}

@media (min-width: 1401px) and (max-width: 1900px) {
.nav > li > a {
	padding: 20px 30px !important;
}
}	

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #6AB335 !important;
	background-color: #FAFAFA !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
	/* background-image: -webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%); */
	/* background-image: -o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%); */
	/* background-image: -webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2)); */
	background-image: none !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
	/* background-image: -webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%); */
	background-image: none !important;
	/* background-image: -webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2)); */
	/* background-image: linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #000F8F f!important;
	background-color: transparent;
}

.mw-row-2 {
	margin-bottom: 20px;
	overflow: hidden;
}

.mw-left-feature {
	background: #6AB335;
	color: #FFFFFF;
	float: left;
	width: 49%;
	text-align: center;
	margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.mw-right-feature {
	background: #000F8F;
	color: #FFFFFF;
	float: right;
	width: 49%;
	text-align: center;
	margin-bottom: -99999px;
  padding-bottom: 99999px;
}

@media only screen and (max-width: 992px) {
 .mw-left-feature {
	 width: 100%;
	 display: block;
	 margin-bottom: 20px;
	 padding-bottom: 0px;
 }
 
  .mw-right-feature {
	 width: 100%;
	 display: block;
	 margin-bottom: 0px;
	 padding-bottom: 0px;
 }
}

.mw-left-feature h2 {
	font-family: 'Merriweather', serif;
}

.mw-right-feature h2 {
	font-family: 'Merriweather', serif;
}

.mw-home-feature-text {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 18px;
}

.mw-home-feature-bullets {
	width: 54%;
	margin-left: 23%;
	margin-right: 23%;
	text-align: left !important;
	font-size: 16px;
	font-weight: 700;
}

.mw-home-feature-btn {
	margin-bottom: 20px;
}

.btn-mw {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	background: #0B7AD9;
	color: #FFFFFF;
	border: 3px solid #FFFFFF;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 8px 20px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.btn-mw:hover {
	background: #FFFFFF;
	color: #0B7AD9;
}

.btn-mw-grn {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	background: #6AB335;
	color: #FFFFFF;
	border: 3px solid #FFFFFF;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 8px 20px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.btn-mw-grn:hover {
	background: #FFFFFF;
	color: #6AB335;
}

.mw-row-3 {
	background: #0B7AD9;
	margin: 20px 0;
	padding-bottom: 20px;
}

.mw-home-foreclosure h2{
	color: #FFFFFF;
	text-align: center;
	margin-top: 25px !important;
	margin-bottom: 0px !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
}

.mw-home-foreclosure-btn {
	text-align: left;
	}
	
@media only screen and (max-width: 992px) {
	.mw-home-foreclosure-btn {
	text-align: center;
	margin-top: 10px;
	}
}

.mw-feature-text {
	background: #0B7AD9;
	color: #FFFFFF;
	margin: 20px 0;
	padding: 20px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: center;
	font-size: 36px;
}




.mw-content {
	background-color: #DEE3E8;
	background-image: url('img/content-shadow.png');
	background-repeat: repeat-x;
	background-position: left top;
}

.mw-content-area {
	margin-top: 40px;
	color: #696363;
}

@media only screen and (max-width: 992px) {
.col-sm-10.col-sm-offset-1.mw-content-area {
	padding: 0px 20px !important;
}
}

.mw-content-area p{
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 15px;
}

.mw-content-area li{
	font-size: 18px;
	line-height: 26px;
}

#main-column .post, #main-column .page {
	border: 0px !important;
	padding: 0px !important;
}

.mw-row-4 {
	background: #6AB335;
	color: #FFFFFF;
	text-align: center;
	margin: 0 0;
	padding: 5px 0;
}

.mw-footer {
	background: #6C6C70;
	color: #EAEBEB;
	font-size: 16px;	
	padding: 50px 0px;
}

@media only screen and (max-width: 992px) {
	.mw-footer {
	background: #6C6C70;
	color: #EAEBEB;
	font-size: 16px;	
	padding: 50px 20px;
}
}

.mw-footer a {
	color: #EAEBEB;
}

.mw-footer ul {
    list-style-type: none;
	line-height: 1.5;
}

.mw-footer li {
	line-height: 24px;
}

.mw-footer-left {
	padding-top: 20px;
	
}

.mw-footer-center {
	padding-top: 20px;
}

.mw-footer-center li{
	line-height: 35px;
}

.mw-footer-map {
	width: 90%;
}

.mw-social {
	width: 90%;
	margin-left: 0%;
	margin-right: 5%;
	text-align: left;
	margin-bottom: 20px;
}

.mw-social-icons {
	width: 40px;
}

.mw-footer-logo {
	width: 50%;
	margin-right: 20%;
	float: right;
	margin-top: 170px;
}

@media only screen and (max-width: 992px) {
	.mw-footer-left {
		margin-bottom: 20px;
	}
	.mw-footer-map {
	width: 100%;
	}
	
	.mw-subscribe {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden !important;
	}
	
	.mw-footer-logo {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	}
	

}


.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: #6C6C70;
	color: #EAEBEB;
	font-weight: 300;
	border: 1px solid #EAEBEB;
	border-radius: 5px;
	height: 40px;
}

.wpcf7-form-control.wpcf7-submit {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	background: #0B7AD9;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 8px 20px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.wpcf7-form-control.wpcf7-submit:hover {
	background: #FFFFFF;
	color: #0B7AD9;
}

@media only screen and (max-width: 992px) {
	.wpcf7-form-control.wpcf7-submit {
	width: 280px !important;
	max-width: 100% !important;
	}
	
	.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	width: 280px !important;
	max-width: 100% !important;
	}
}

.mw-copyright {
	background: #6C6C70;
	color: #EAEBEB;
	font-size: 16px;	
	padding-bottom: 25px;
}
.mw-copyright a {
	color: #EAEBEB;
}

.mw-copyright-sitemap {
	text-align: left;
}

.mw-copyright-privacy {
	text-align: left;
}

.mw-copyright-links {
	text-align: center;
}


.mw-copyright-mobile {
	font-size: 14px;	
	text-align: center !important;
}

.jumbotron {
    background: #FAFAFA;
    margin-bottom: 20px;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
	text-align: center;
	color: #FFFFFF;
}

.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 0px !important;
}

.jumbotron p {
	font-size: 24px;
}

.jumbotron h2 {
	font-size: 36px;
	font-family: 'Merriweather', serif;
}

.jumbotron-content {
	margin-top: 175px;
	margin-bottom: 75px;
	margin-left: 25px;
	margin-right: 25px;
}

@media only screen and (max-width: 992px) {
	.jumbotron {
    background: #FAFAFA;
    margin-bottom: 20px;
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: 20%;
    -webkit-background-size: cover;
    background-size: cover;
	text-align: center;
	color: #FFFFFF;
}


.jumbotron-content {
	margin-top: 175px;
	margin-bottom: 75px;
	margin-left: 20px;
	margin-right: 20px;
}
}

@media (min-width: 1401px) and (max-width: 2600px) {
.jumbotron-content {
	margin-top: 200px;
	margin-bottom: 100px;
	margin-left: 20px;
	margin-right: 20px;
}
}	


.jumbotron-feature-content {
	width: 100%;
	text-align: right;
	margin-top: 215px;
	margin-bottom: 15px;
}

.jumbotron-feature-content h1{
	font-size: 48px;
	font-family: 'Merriweather', serif;
}


.jumbotron-feature-content h2{
	font-size: 48px;
	font-family: 'Merriweather', serif;
}

.mw-blog-jumbotron {
	padding-right: 0px !important;
	overflow: hidden;
}

.jumbotron-blog-preview-container {
	height: 100%;
	width: 35%;
	margin-left: 65%;
	margin-top: 0px;
	padding-right: 45px;
	padding-left: 45px;
	background-color: rgba(0,0,0,0.5);
	margin-bottom: -99999px;
	padding-bottom: 99999px;
	margin-top: -99999px;
	padding-top: 99999px;
}

.jumbotron-blog-preview {
	text-align: left;
	margin-top: 175px;
	margin-bottom: 15px;
}

.jumbotron-blog-preview h1{
	font-size: 48px;
	font-family: 'Merriweather', serif;
}

.jumbotron-blog-preview h2{
	font-size: 48px;
	font-family: 'Merriweather', serif;
}

.jumbotron-blog-preview h3{
	font-family: 'Merriweather', serif;
}

.jumbotron-blog-preview .more-link {
	line-height: 50px;
	font-weight: 700;
}

@media only screen and (max-width: 992px) {
.mw-blog-jumbotron {
	padding-right: 0px !important;
	padding-left: 0px !important;
	overflow: hidden;
	background-position: 40%;
}

.jumbotron-blog-preview-container {
	width: 100%;
	margin-left: 0%;
	padding-right: 45px;
	padding-left: 45px;
	background-color: rgba(0,0,0,0.5);
	margin-bottom: -99999px;
	padding-bottom: 99999px;
	margin-top: 0px;
	padding-top: 0px;
}

.jumbotron-blog-preview {
	text-align: left;
	margin-top: 250px;
	margin-bottom: 15px;
	padding-top: 20px;
}
}

.jumbotron-blog-preview-links {
	line-height: 30px;
	color: #FFFFFF;
}

.jumbotron-blog-preview-links a:link{
	color: #FFFFFF !important;
}

.row.row-no-gutter.mw-blog-author {
	margin-top: 50px;
}

.img-circle.img-responsive.mw-blog-author-photo {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

mw-blog-author-bio {
	text-size: 14px;
}

.zip-code-form h3 {
	display: none !important;
}

.zip-code-form label {
	display: none !important;
}


@media only screen and (min-width: 993px) {
#responsive-menu-button.is-active {
	display: none !important;
}
}

.mw-board li{
	margin-top: 20px;
}

.iframe-container-tenant {
  position: relative; 
  -webkit-overflow-scrolling: touch;
  //overflow-y: scroll;
}

.iframe-container-tenant iframe {
  height: 1200px;
  width: 100%;
}

.iframe-container-landlord {
  position: fixed; 
  -webkit-overflow-scrolling: touch;
  //overflow-y: scroll;
}

.iframe-container-landlord iframe {
  height: 1200px;
  width: 100%;
}


@media only screen and (max-width: 993px) {
	.iframe-container-tenant iframe {
  height: 600px;
  width: 100%;
}

.iframe-container-landlord iframe {
  height: 600px;
  width: 100%;
}
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	max-width: 100% !important;
}

