/*
Theme Name: Balanced Property Solutions
Author: LCS
Author URI: http://www.lcs.com
Description: Custom theme for Balanced Property Solutions created by LCS.
*/

/* General Styles */

html,
body,
ul {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #707c7c;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 18px;
	line-height: 2em;
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

header,
main,
footer {
	width: 100%;
	float: left;
	position: relative;
}

/* Header Styles */

header {
	background-color: #007481;
	color: #fff;
	border-top: 10px solid #d71920;
}

.buttonMenu {
	position: absolute;
	left: 100px;
	top: 50px;
}

.buttonMenu ul {
	list-style-type: none;
}

.buttonMenu a {
	color: #ffffff;
	text-decoration: none;
}

.buttonMenu a:hover {
	color: #d71920;
}

.buttonMenu a:before {
	content:"\A";
    border-style: solid;
    border-width: 3px 10px 15px 10px;
    border-color: transparent transparent #d71920 transparent;
    position: absolute;
	margin-top: 5px;
	left: -30px;
}

hgroup {
	text-align: center;
	padding: 3% 0 1%;
}

hgroup a {
	display: block;
	width: 40%;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}

hgroup a img {
	width: 100%;
}

.home hgroup a img {
	position: relative;
}

.bbbBadge {
	position: absolute;
	right: 50px;
	top: 50px;
}

.bbbBadge img {
	max-width: 225px;
}

ul.nav-menu {
	text-align: center;
}

.nav-menu li {
	list-style-type: none;
	display: inline-block;
	margin: 0 20px 10px;
}

.nav-menu li a {
	color: #fff;
	text-decoration: none;
}

.nav-menu li a:hover {
	color: #d71920;
}

/* Home Page Styles */

body.home {
	background-color: #007481;
}

.homeMenu {
	margin: 50px 8% 0 12%;
	width: 80%;
}

.mobileImage {
	display: none;
}

a > .triangle {
	width: 19%;
	float: left;
}

.triangle img {
	width: 100%;
}

.triangle.first {
	margin-left: 5%;
}


.triangle.about {
	width: 23.2%;
}

a:hover > .triangle {
	color: #fff;
}


/* Page Content */

main p {
	margin: 20px 0 0;
}

.pageMain img {
	width: 100%;
}

.pageMain main {
	position: relative;
	display: flex;
}

.pageMain.owner main {
	display: flex;
}

.page h1 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	font-size: 2.5em;
	text-transform: uppercase;
	margin: 0 0 10px;
	line-height: normal;
}

.page h2 {
	font-size: 1.7em;
	text-transform: uppercase;
	margin: 0;
	line-height: normal;
}

h2.redTitle {
	color: #d71920;
}

.rightMain {
	width: 50%;
	float: left;
	margin-top: 40px;
}

.about .rightMain {
	width: 43%;
	margin-left: 2%;
	margin-top: 40px;
	float: left;
}

.current .rightMain,
.prospective .rightMain {
	float: left;
	position: absolute;
	left: 55%;
	background-size: cover;
	background-position: right top;
	background-repeat: no-repeat;
	z-index: 5;
	width: 45%;
	height: 75vh;
}

.rightPic .leftMain {
	width: 45%;
	text-align: right;
	margin: 40px 2% 0 3%;
	padding-bottom: 50px;
	min-height: 440px;
}

.rightPic .rightMain {
	margin-top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	right: 0;
}

.leftPic .rightMain {
	padding-bottom: 50px;
}

.leftMain{
	float: left;
	text-align: left;
	left: 0;
	z-index: 5;
	width: 45%;
	margin: 0 2% 0 0;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.owner .leftMain  img,
.about .leftMain img {
	max-width: 100%;
}

.rightPic .links {
	float: left;
	text-align: left;
	margin-top: 10px;
}

.leftPic .links {
	height: auto;
	max-width: 100%;
	float: right;
	margin-top: 10px;
}

.linkBorder {
	display: inline-block;
	margin: 0 15px 5px 0;
	transition: all .3s ease;
}

.linkBorder:hover {
	cursor: pointer;
	transform: scale(1.1);
}

.linksInner {
	display: flex;
	flex-wrap: wrap;
	max-width: 335px;
}
	

.links {
	text-transform: uppercase;
	position: relative;
}

.links a {
	text-decoration: none;
	color: #d71920;
	position: relative;
	padding-right: 25px;
	font-size: .9em;
	transition: all .3s ease;
}

.links a:before {
	content:"\A";
    border-style: solid;
    border-width: 8px 0px 8px 11px;
    border-color: transparent transparent transparent #d71920;
    position: absolute;
	margin-top: 10px;
	right: 0;
	transition: all .3s ease;
}

.col1 {
	width: 50%;
	float: left;
}

.col2 {
	width: 45%;
	margin-left: 5%;
	float: left;
}

/* Footer Styles */

footer {
	text-align: center;
	position: relative;
	z-index: 10;
}

.owner footer,
.about footer {
	padding: 0;
}

/* Ninja Forms Styles */

.ninja-forms-form {
	margin-top: 20px;
}

.ninja-forms-form .field-wrap {
	margin:0 1% 10px;
	line-height: 1em;
	width: 48%;
	float: left;
}

.ninja-forms-form .field-wrap.submit-wrap {
	clear: both;
	float: right;
	text-align: right;
}

.ninja-forms-form .field-wrap.submit-wrap input {
	background-color: #d71920;
	padding: 10px 20px;
	color: #fff;
	font-size: 1em;
	border: none;
}

.ninja-forms-form .field-wrap.submit-wrap input:hover {
	background-color: #007481;
	cursor: pointer;
}

/* Application */

.clear {
	clear: both;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#frmApplyOnline label {
	width: 100%;
	display: block;
}

#frmApplyOnline h3 {
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #d71920;
}

#frmApplyOnline button {
	float: left;
	margin: 5px 1%;
}

#frmApplyOnline .field {
	width: 31%;
	float: left;
	margin: 5px 1% 15px;
}

#frmApplyOnline .field.oneColumn {
	width: 98%;
}

#frmApplyOnline .field.threeColumn {
	width: 30%;
}

#frmApplyOnline .field.middle {
	margin: 5px 3%;
}

#frmApplyOnline .field.fourColumn {
	width: 23%;
}

#frmApplyOnline input,
#frmApplyOnline textarea {
	margin-bottom: 5px;
	width: 90%;
	padding: 10px 5%;
	border-radius: 3px;
}

#frmApplyOnline input[type="submit"] {
	width: auto;
}

#frmApplyOnline select {
	width: 100%;
	margin-bottom: 5px;
	padding: 10px 2%;
	border-radius: 3px;
}

#frmApplyOnline input[type="radio"] {
	width: auto;
	margin: 5px 10px 5px 50px;
}

#frmApplyOnline input[type="radio"]:first-of-type {
	margin: 5px 10px;
}

#frmApplyOnline .oneColumn.shortInput select,
#frmApplyOnline .oneColumn.shortInput input {
	width: 31%;
}

#frmApplyOnline .field.questionExplain {
	width: 100%;
	margin: 5px 0;
}

#frmApplyOnline .field.questionExplain input {
	width: auto;
	padding: 10px 2%;
}

#frmApplyOnline hr {
	width: 98%;
	float: left;
	margin: 10px 1%;
}

#frmApplyOnline .error,
#frmApplyOnline .req {
	color: #f00;
}

#frmApplyOnline img {
	width: auto;
}

@media screen and (max-width: 1400px) {

	body {
		font-size: 16px;
	}
	
	.links a:before {
		margin-top: 8px;
	}

}

@media screen and (max-width: 1300px) {
	
	.leftMain {
		width: 45%;
	}
	
	.middleMain {
		clear: both;
		width: 45%;
		padding-top: 10px;
	}
	
	.current .rightMain,
	.prospective .rightMain {
		left: 52%;
		width: 48%;
		height: 50vh;
	}
	
	.links a:before {
		margin-top: 6px;
	}

}

@media screen and (max-width: 1200px) {
	
	body {
		font-size: 14px;
	}
	
	.buttonMenu {
		left: 50px;
	}
	
	.linksInner {
		max-width: none;
	}
	
	.linkBorder {
		margin-right: 15px;
	}

}

@media screen and (max-width: 1000px) {
	
	body {
		font-size: 12px;
	}
	
	.bbbBadge img{
		max-width: 175px;
	}
	
	.links a:before {
		margin-top: 4px;
	}

}