/*
*
*
* Peak Style Overrides File - CSS Only
*
*/




/* A little CSS to pretty-up the Profile Pages */




ul.mtevent-widget li.lender-visits {
	background-color: #a3ffe8;
	color: #333;
}

ul.mtevent-widget li.lenders {
	background-color: #44ff79;
	color: #333;	
}

ul.mtevent-widget li.meetings {
	background-color  #ffae35;
	color: #333;
}
#eventbar .meetings {
	background-color  #ffae35;
	color: #333;
}

ul.mtevent-widget li.mortgagetree-events {
	background-color #98ff23 !important;
	color: #333;	
}

ul.mtevent-widget li.personal-days {
	background-color: #aa0005;
	color: #fff;	
}

ul.mtevent-widget li.sales-staff {
	background-color: #d18cff;
	color: #333;
}


#broker-lenders ul.lenders {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
#broker-lenders ul.lenders li {
	display: inline-block;
	position: relative;
	padding: 0;
	float: left;
	width: 30%;
}
#broker-lenders ul.lenders li:first-child,
#broker-lenders ul.lenders li:nth-child(4),
#broker-lenders ul.lenders li:nth-child(7),
#broker-lenders ul.lenders li:nth-child(10),
#broker-lenders ul.lenders li:nth-child(13),
#broker-lenders ul.lenders li:nth-child(16),
#broker-lenders ul.lenders li:nth-child(19) {
	float: left;
	clear: left;
	margin: 0 3% 0 0;
}
#broker-lenders ul.lenders li:nth-child(2),
#broker-lenders ul.lenders li:nth-child(5),
#broker-lenders ul.lenders li:nth-child(8),
#broker-lenders ul.lenders li:nth-child(11),
#broker-lenders ul.lenders li:nth-child(14),
#broker-lenders ul.lenders li:nth-child(17) {
	clear: none;
	margin: 0 2%;
}
#broker-lenders ul.lenders li:nth-child(3),
#broker-lenders ul.lenders li:nth-child(6),
#broker-lenders ul.lenders li:nth-child(9),
#broker-lenders ul.lenders li:nth-child(12),
#broker-lenders ul.lenders li:nth-child(15),
#broker-lenders ul.lenders li:nth-child(18) {
	float: right;
	clear: right;
	margin: 0 0 0 3%;
}
#broker-lenders ul.lenders li div.img {
	display: block;
	width: 90%;
	margin: 0 auto;
	float: none;
	position: relative;
	padding: 0;
	height: auto;
	overflow: hidden;
}
#broker-lenders ul.lenders li div.img img {
	width: 100%;
	height: auto;
}

a.mt-btn,
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type="submit"] {
	display: inline-block;
	width: auto;
	clear: both;
	float: none;
	text-align: left;
	margin: 30px 0;
	padding: 0 20px;
	line-height: 42px;
	min-height: 42px;
	background-color: #eee;
	color: #777;
	text-shadow: 0 1px 1px #fff;
	font-weight: bold;
	border-radius: 25px;
	text-decoration: none;
}
a.mt-btn:hover,
.gform_wrapper .gform_footer input.button:hover, 
.gform_wrapper .gform_footer input[type="submit"]:hover {
	background-color: #58595b;
	cursor: pointer;
	color: #fff;
	text-shadow: 0 1px 1px #333;
}
a.mt-btn i {
	display: inline-block;
	margin-left: 20px;
}
.mt-subscribe .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;	
}
.mt-subscribe {
	display: block;
	width: 92%;
	max-width: 100%;
	padding: 20px 4%;
	position: relative;
	margin: 0 0 50px 0;
	clear: both;
	
}
.mt-subscribe h3.gform_title {
	color: #93C90E;
}
.mt-subscribe span.gform_description,
.mt-subscribe label {
	color: #999;
	font-weight: 300;
	font-size: 14px;
}
.mt-subscribe .ginput_container .name_last label,
.mt-subscribe .ginput_container .name_first label {
	display: none !important;
	visibility: hidden !important;
}.mt-subscribe .gform_fields > li > div {
	width: 50%;
	max-width: 50%;
	float: right;
	clear: right;
	display: block;
}
.mt-subscribe .gform_fields > li > div > input[type="text"],
.mt-subscribe .gform_fields input {
	line-height: 20px;
	height: 20px;
	font-size: 16px;
}
.mt-subscribe .gform_body li.gfield {
	padding-bottom: 0;
	margin: 0;
	display: block;
	height: auto;
	overflow: hidden;
}
.mt-subscribe .gform_wrapper li:nth-child(2),
.mt-subscribe .gform_wrapper li:nth-child(3),
.mt-subscribe .gform_wrapper li:first-child {
	width: 90%;
	margin: 0 0 10px 0;
	padding: 0 5%;
	float: none;
	display: block;
	position: relative;	
}
.mt-subscribe .gform_wrapper .top_label .gfield_label {
	clear: left;
	float: left;
}
.mt-subscribe .gform_wrapper .gform_fields {
	border: 4px solid #93C90E;
	border-radius: 1em 1em 0 0;
	display: block;
	width: 100%;
	max-width: 100%;
	width: calc(100% - 8px);
	margin: 0;
	padding-top: 20px;
	position: relative;
	height: auto;
	overflow: hidden;
}
.mt-subscribe .gform_wrapper .gform_fields > li:last-child {
	padding: 5px 5%;
	margin-top: 5px;
	width: 90%;
	font-size: 12px;
	background-color: #93C90E;
	display: block;
	height: auto;
	overflow: hidden;
}
.mt-subscribe .gform_wrapper .gform_fields > li:last-child .gfield_description {
	color: #fff;
	width: 90%;
	padding: 0 5%;
	max-width: 90%;
}
.mt-subscribe .gform_wrapper .gform_fields > li:last-child .gfield_description a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.mt-subscribe .gform_wrapper .gform_fields > li:last-child .gfield_checkbox label {
	color: #fff;
}
.mt-subscribe .gform_wrapper .gform_fields > li:last-child .gfield_label {
	color: #fff;
	
}
.mt-subscribe .gform_fields > li > div > input[type="text"],
.mt-subscribe .gform_fields > li > input {
	width: 97.5%;
	max-width: 100%;
}
.mt-subscribe .gform_fields > li:first-child > div {
	float: right;
	width: 50%;
	max-width: 50%;
	display: block;
	clear: right;
}
.mt-subscribe .gform_wrapper .gfield_checkbox li {
	margin: 0;
	padding: 0;
}
.mt-subscribe .gform_wrapper .gfield_checkbox li label {
	margin-top: 0.438em;
}
#second-sidebar.smallscreen {
	left: 0 !important;
	float: left;
	clear: left;
	width: 18% !important;
	margin-left: 0 !important;
	animation: none !important;
	overflow-y: hidden !important;
	position: relative;
	height: auto !important;
}
#primary.smallscreen {
	width: 82% !important;
	width: calc(82% - 2px) !important;
	max-width: 82% !important;
	transition: none !important;
}
body.page-template-page-php .entry-meta {
	display: none;
	visibility: hidden;	
}
body.page-template-page-php #main article.page .entry-content {
	display: block;
	margin: 20px auto;
	float: none;
	position: relative;
	clear: both;
	width: 100%;
}
#left-sidebar aside#searchbar {
	margin: 20px 0;
	float: none;
	padding: 0 20px;
	width: 100%;
	clear: both;
	display: block;
}
#left-sidebar #eventbar h2 {
	color: #93c90e;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
body.search #main .entry-summary {
	float: left;
	font-size: 13px;
	clear: left;
}
