/*
Theme Name: Gorilla Capital 2015
Description: A modern WordPress theme with many custom features, hand-built for Gorilla Capital.
Author: Radley Sustaire, Limelight Department
Author URI: http://limelightdept.com/
License: Do not distribute
Version: 4.0.2
*/

/*
-- Available Fonts (Typekit)

Headers:
font-family: "museo-slab", Rockwell, Georgia, Times, Times New Roman, serif;
font-weight: 300;

Content, Navigation:
font-family: "proxima-nova", Arial, Helvetica, sans-serif;
font-weight: 300, 400

Buttons:
font-family: "museo-slab", Rockwell, Georgia, Times, Times New Roman, serif;
font-weight: 300;

Content (Icon titles, lowercase):
font-family: "museo-sans", "proxima-nova", Arial, Helvetica, sans-serif;
font-weight: 500

-- Custom Font Faces:
@font-face {
  font-family: 'Font Name';
  src: url("http://gorillacapital.com/wp-content/themes/gorilla/fonts/fontname.eot");
  src: url("http://gorillacapital.com/wp-content/themes/gorilla/fonts/fontname.eot?#iefix") format('embedded-opentype'),
       url("http://gorillacapital.com/wp-content/themes/gorilla/fonts/fontname.woff2") format('woff2'),
       url("http://gorillacapital.com/wp-content/themes/gorilla/fonts/fontname.woff") format('woff'),
       url("http://gorillacapital.com/wp-content/themes/gorilla/fonts/fontname.ttf") format('truetype'),
       url("http://gorillacapital.com/wp-content/themes/gorilla/fonts/fontname.svg#fontname") format('svg');
  font-weight: normal;
  font-style: normal;
}
*/

/* ==========================================================================
Normalize.css v3.0.1 | MIT License | git.io/normalize
Code Layout Compression: 4/5
========================================================================== */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a:active, a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	color: #000000;
	background: #FFFF00;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type=button], /* 1 */
input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

input {
	line-height: normal;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

b, strong, optgroup {
	font-weight: 400;
}

pre, textarea {
	overflow: auto;
}

button::-moz-focus-inner, input::-moz-focus-inner, legend {
	border: 0;
	padding: 0;
}

/* Theme-specific Reset */
.nav-menu ul.nav-ul,
.nav-menu ul.nav-ul li,
.nav-menu ul.sub-menu,
ul.sidebar-list,
ul.sidebar-list li.widget {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Screen reader text, like what the dashboard uses */
.screen-reader-text {
	position: absolute;
	top: -10000em;
}

html.js .hide-if-js {
	display: none;
}

html.no-js .hide-if-no-js {
	display: none;
}

/* ==========================================================================
WordPress Generated Classes
========================================================================== */
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	text-align: center;
	padding: 5px 3px 10px;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	max-width: 98.5%;
	width: auto;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.alignnone, a img.alignnone, .wp-caption.alignnone, .wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter, .aligncenter {
	display: block;
	margin: 5px auto;
}

.alignright, a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft, a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

/* ==========================================================================
Customized WordPress components
========================================================================== */

/* Gallery Core */
.gallery {
	position: relative;
	margin: 1.35em 0 !important;
}

.gallery-item {
	display: block;
	margin: 0 0 15px;
	padding: 0;
}

.gallery-icon a {
	height: auto;
	display: block;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.gallery-icon a:hover {
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.8);
}

.gallery-icon a img {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
	border: none !important;
}

.gallery-icon {
	display: inline-block;
	margin: 2px 0 3px;
}

.gallery-caption {
	display: block;
	margin: 0 0 15px;
}

.gallery-caption .gallery-title {
	font-weight: bold;
	color: #F2CA52;
	font-size: 16px;
	display: block;
	margin: 0 0 5px;
}

.wp-caption {
	background: transparent;
	border: none;
}

.gallery.gallery-columns-1 .gallery-item:after {
	content: ' ';
	clear: both;
	display: block;
}

/* Multi Columns (Shared) */
.gallery .gallery-item {
	float: left !important;
	margin: 0 1% !important;
	text-align: center !important;
}

.gallery .gallery-caption {
	display: none;
}

/* 2 Columns */
.gallery.gallery-columns-2 .gallery-item {
	width: 48% !important;
}

/* 3 Columns */
.gallery.gallery-columns-3 .gallery-item {
	width: 31% !important;;
}

/* 4 Columns */
.gallery.gallery-columns-4 .gallery-item {
	width: 23% !important;
}

/* 5 Columns */
.gallery.gallery-columns-5 .gallery-item {
	width: 18% !important;
}

/* 6 Columns */
.gallery.gallery-columns-6 .gallery-item {
	width: 14% !important;
}

/* Single Column */
.gallery.gallery-columns-1 .gallery-item {
	float: none !important;
	margin: 0 0 10px !important;
	text-align: left !important;
}

.gallery.gallery-columns-1 .gallery-icon {
	float: left;
	width: auto;
	margin-right: 10px;
	margin-bottom: 0;
}

.gallery.gallery-columns-1 .gallery-caption {
	display: block;
	margin-left: 160px;
	margin-bottom: 0;
}

.gallery.gallery-columns-1 a {
	max-width: 150px;
	max-height: 150px;
	overflow: hidden;
}

.gallery.gallery-columns-1 {
	background: none;
	border: none;
}

.gallery.gallery-columns-1 .gallery-icon {
	margin: 0 10px 0 0;
}

/* Customized inserted images */
@media ( max-width: 540px ) {
	img.size-thumbnail {
		max-width: 200px;
		height: auto;
	}
}

@media ( max-width: 450px ) {
	img.size-thumbnail {
		max-width: 100%;
		max-height: 200px;
		display: block;
		float: none;
		margin: 20px auto;

		width: auto;
		height: auto;
	}
}

/* Customized admin bar */
#wpadminbar #wp-admin-bar-post-types > a.ab-item span.ab-icon:before {
	content: "\f111";
	top: 2px;
}

#wpadminbar .ab-top-menu li.post-type-sep a {
	display: none;
}

#wpadminbar .ab-top-menu li.post-type-sep {
	display: block;
	border-top: 1px solid #EEEEEE;
	margin: 5px 10px;
}

#wpadminbar #wp-admin-bar-stats {
	opacity: 0.5;
}

#wpadminbar{min-width: 0 !important;overflow: hidden;max-width: 100%;}

/* ==========================================================================
General element styles
========================================================================== */
/*:focus {
  outline-color: #003E7E;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}*/
div:focus,
span:focus,
:hover:focus,
:active:focus {
	outline: none;
}

::-moz-selection {
	background: #84C340;
	color: #FFFFFF;
}

::-moz-selection {
	background: #84C340;
	color: #FFFFFF;
}

html, body, #wrapper {
	min-height: 100%;
}

html.admin-bar {
	min-height: calc(100% - 24px);
}

body,
html body.login {
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 32px;

	background: #003E7E;
	color: #474747;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "museo-slab", Rockwell, Georgia, Times, Times New Roman, serif;
	font-weight: 300;
	line-height: 1.4;

	color: #003E7E;
	text-transform: uppercase;

	margin: 36px 0 24px;
}

h4, h5, h6 {
	color: #474747;
	margin: 24px 0;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

p {
	margin: 0 0 0.8em;
}

a {
	color: #003E7E;
	text-decoration: underline;
}

a:hover {
	color: #2079FF;
}

a:hover:active {
	outline: none;
	color: #E02B2B;
}

blockquote {
	margin: 16px 24px;
}

label[for] {
	cursor: pointer;
}

li ul {
	list-style: disc;
}

/* ==========================================================================
Website structure
========================================================================== */

#wrapper {
	position: relative;
	text-align: center;
	background: #FFFFFF;
}

#header-wrapper,
#footer-wrapper {
	position: relative;
	clear: both;
}

#header,
#front-page,
#footer {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;

	text-align: left;
	clear: both;
}

#header-wrapper {
	height: 185px;
	z-index: 100;

	background: #FFFFFF;
	box-shadow: 0 1px 3px #ABABAB;
	border-bottom: 1px solid #ABABAB;

	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
	border-bottom: 1px solid rgba(0, 0, 0, 0.33);
}

#header {
	height: 185px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 50%;

	display: block;
	width: 260px;
	margin-left: -130px;
	text-align: center;
}

#logo img {
	display: block;
}

#header nav.social-menu {
	top: 60px;
	left: auto;
	right: 10px;
}

#content-wrapper {
	margin: 0 0 74px;
}

#footer-wrapper {
	height: 240px;
	color: #FFFFFF;
	background: #003E7E;
}

#footer-wrapper a {
	color: #FFFFFF;
}

#footer {
	height: 240px;
}

#footer nav.social-menu {
	top: auto;
	bottom: 48px;
	left: 10px;
	z-index: 20;
}

#footer-corner {
	position: absolute;
	bottom: 48px;
	right: 10px;

	text-align: right;
	font-size: 10px;
	line-height: 12px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#footer-corner a {
	margin-bottom: 2px;
}

#business-promos {
	position: absolute;
	bottom: 38px;
	left: 250px;
	right: 210px;

	text-align: center;
	white-space: nowrap;
}

#business-promos .business-item {
	white-space: normal;
	display: inline-block;
	margin: 0 17px;
}

#business-promos .business-item:first-child {
	margin-left: 0;
}

#business-promos .business-item:last-child {
	margin-right: 0;
}

/* Seriously BBB? */
#business-promos .custom_bbb_badge {
	display: inline-block;
	margin: 0;
	padding: 0 17px;

	position: relative;
	top: 40px;
}

#business-promos .custom_bbb_badge a,
#business-promos .custom_bbb_badge a img {
	display: block;
}

#business-promos .custom_bbb_badge a {
	width: 62px;
	overflow: hidden;
}

#business-promos .custom_bbb_badge a img {
	margin-left: -1px;
	border-radius: 8px 8px 2px 2px;
	background: #FFFFFF;
}

/* Hide the "Click for Review", while still using the original image. */
#business-promos .custom_bbb_badge {
	top: 20px;
}

#business-promos .custom_bbb_badge a {
	width: 62px;
	height: 100px;
}

#business-promos .custom_bbb_badge a img {
	margin-left: -1px;
	border-radius: 8px;
}

nav.social-menu {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
}

nav.social-menu ul,
nav.social-menu li {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}

/* CSS Sprite Icons */
nav.social-menu li.icon {
	display: block;
	float: left;

	margin-right: 9px;
}

nav.social-menu li.icon a {
	display: block;
	padding: 0;
	text-decoration: none;

	position: relative;
	width: 40px;
	height: 40px;

	margin: 0;

	border-radius: 100%;
	overflow: hidden;
}

nav.social-menu li.icon span.ic {
	position: absolute;
	display: block;

	top: 50%;
	height: 24px;
	margin-top: -12px;

	left: 50%;
	width: 24px;
	margin-left: -12px;

	background: url("http://gorillacapital.com/wp-content/themes/gorilla/images/sprites-b.png") 9999px 9999px no-repeat;
}

nav.social-menu li.icon a:before,
nav.social-menu li.icon a:after {
	content: ' ';

	position: absolute;
	display: block;

	top: 0;
	height: 40px;
	margin-top: 0;

	left: 0;
	width: 40px;
	margin-left: 0;

	background: #777777;
	border-radius: 100%;
}

nav.social-menu li.icon a span.ic {
	z-index: 5;
}

nav.social-menu li.icon a:after {
	z-index: 3;
}

nav.social-menu li.icon a:before {
	z-index: 1;
}

/*
// Spinning icon (disabled)
nav.social-menu li.icon a span.ic {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform 0s linear;
}
nav.social-menu li.icon a:hover span.ic {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);

  transition: transform 0.8s ease-out;
  transition-delay: 0.15s;
}
*/

nav.social-menu li.icon a:after {
	background: #003E7E;

	transition: all 0.1s linear;
}

nav.social-menu li.icon a:hover:after {
	transition: all 0.2s linear;
}

/* -- Animation - Background circle: Slide-in from bottom */
/*
nav.social-menu li.icon a:after {
  top: 105%;
}
nav.social-menu li.icon a:hover:after {
  top: 0%;
}
*/

/* -- Animation - Background circle: Grow from center */
nav.social-menu li.icon a:after {
	top: 50%;
	left: 50%;

	width: 0;
	height: 0;
	margin-top: 0;
	margin-left: 0;
}

nav.social-menu li.icon a:hover:after {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
}

nav.social-menu li.icon.i-facebook a span.ic {
	background-position: 0 -24px;
}

nav.social-menu li.icon.i-twitter a span.ic {
	background-position: -24px -24px;
}

nav.social-menu li.icon.i-tumblr a span.ic {
	background-position: -48px -24px;
}

nav.social-menu li.icon.i-linkedin a span.ic {
	background-position: -72px -24px;
}

nav.social-menu li.icon.i-youtube a span.ic {
	background-position: -96px -24px;
}

nav.social-menu li.icon.i-googleplus a span.ic {
	background-position: -120px -24px;
}

nav.social-menu li.icon.i-pinterest a span.ic {
	background-position: -144px -24px;
}

nav.social-menu li.icon.i-instagram a span.ic {
	background-position: -168px -24px;
}

nav.social-menu li.icon.i-rss a span.ic {
	background-position: -192px -24px;
}

#footer nav.social-menu li.icon a:before {
	background: #FFFFFF;
}

#footer nav.social-menu li.icon a:after {
	background: #84C340;
}

#footer nav.social-menu li.icon.i-facebook a span.ic {
	background-position: 0 0;
}

#footer nav.social-menu li.icon.i-twitter a span.ic {
	background-position: -24px 0;
}

#footer nav.social-menu li.icon.i-tumblr a span.ic {
	background-position: -48px 0;
}

#footer nav.social-menu li.icon.i-linkedin a span.ic {
	background-position: -72px 0;
}

#footer nav.social-menu li.icon.i-youtube a span.ic {
	background-position: -96px 0;
}

#footer nav.social-menu li.icon.i-googleplus a span.ic {
	background-position: -120px 0;
}

#footer nav.social-menu li.icon.i-pinterest a span.ic {
	background-position: -144px 0;
}

#footer nav.social-menu li.icon.i-instagram a span.ic {
	background-position: -168px 0;
}

#footer nav.social-menu li.icon.i-rss a span.ic {
	background-position: -192px 0;
}

/*
#footer nav.social-menu li.icon a span.ic {
  background: #ffffff;
}
#footer nav.social-menu li.icon a span.ic {
  opacity: 1.0;
  transition: opacity 0.1s ease-in;
}
#footer nav.social-menu li.icon a span.ic:hover:before {
  opacity: 0.8;
  transition: opacity 0.3s ease-out;
}
*/

/* Font Awesome Icons - When fontface is not supported, fallback to CSS Sprites */
html nav.social-menu i.fa {
	display: none;
}

html nav.social-menu span.ic.ic-fontface-fallback {
	display: block;
}

html.fontface nav.social-menu i.fa {
	display: block;
}

html.fontface nav.social-menu span.ic.ic-fontface-fallback {
	display: none;
}

nav.social-menu li.icon i.fa {
	position: relative;
	z-index: 5;

	color: #FFFFFF;
	text-align: center;

	font-size: 20px;
	line-height: 20px;
	padding-top: 10px;
}

#footer nav.social-menu li.icon i.fa {
	color: #003E7E;
}

nav.social-menu li.icon i.fa.fa-pinterest {
	font-size: 24px;
	line-height: 24px;
	padding-top: 8px;
	padding-left: 1px;
}

/* ==========================================================================
Navigation Menus
========================================================================== */

.nav-menu {
	position: absolute;

	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	cursor: default;
}

.nav-menu ul.nav-ul {
	display: block;
	margin: 0;
	padding: 0;

	list-style: none;
}

.nav-menu li {
	margin: 0;
	padding: 0;
	list-style: none;

	display: inline;
	display: inline-block;
}

.nav-menu li a {
	padding: 0 6px;
	text-decoration: none;
	cursor: pointer;
}

.nav-menu {
	color: #0000FF;
}

.nav-menu a {
	color: #0000FF;
	text-decoration: none;
}

.nav-menu a:hover {
	color: #2079FF;
	text-decoration: none;
}

.nav-menu a:active {
	color: #2079FF;
	text-decoration: none;
}

.nav-menu span.empty-link {
	display: inline-block;
	padding: 0 6px;
}

.nav-menu li.menu-item:last-child span.empty-link {
	padding-right: 0;
}

.nav-menu li.menu-item:first-child span.empty-link {
	padding-left: 0;
}

/* Sub menu dropdowns */
.nav-menu li.menu-item-has-children {
	position: relative;
}

.nav-menu li.menu-item .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	margin: -5px;
	padding: 5px;
	z-index: 160;

	display: none;
}

.nav-menu li.menu-item.menu-item-has-children:hover > .sub-menu,
.nav-menu li.menu-item.active > .sub-menu {
	display: block;
}

.nav-menu .sub-menu li.menu-item {
	display: inline;
}

.nav-menu .sub-menu li.menu-item a {
	display: block;
	padding: 3px 8px;
	background: #E2E2E2;
}

.nav-menu .sub-menu li.menu-item a:hover {
	background: #888888;
}

.nav-menu li.menu-item-has-children {
	position: relative;
}

.nav-menu li.depth-1.menu-item-has-children:hover,
.nav-menu li.depth-1.active,
.nav-menu li.depth-1.menu-item-has-children:hover ul.sub-menu.depth-1,
.nav-menu li.depth-1.active ul.sub-menu.depth-1 {
	background: #E2E2E1;
}

.nav-menu li.depth-1.menu-item-has-children:hover ul.sub-menu.depth-1,
.nav-menu li.depth-1.active ul.sub-menu.depth-1 {
	left: 0;
	min-width: 100%;
	margin: 0;
	padding: 0;
}

.nav-menu li.depth-1.menu-item-has-children:hover ul.sub-menu.depth-1 a,
.nav-menu li.depth-1.active ul.sub-menu.depth-1 a {
	background: none;
	text-align: left;
	padding: 3px 10px 3px 17px;
	white-space: nowrap;
}

/* Header & Footer */
.nav-menu ul.sub-menu.depth-2 {
	/* Only support one level of dropdown */
	display: none !important;
}

#header-wrapper .nav-menu li.depth-1 > a,
#footer-wrapper .nav-menu li.depth-1 > a {
	position: relative;
	display: inline-block;

	padding: 0 18px;

	height: 40px;
	line-height: 40px;

	font-size: 17px;
}

.nav-menu li.depth-1.menu-item-has-children:hover a:before,
.nav-menu li.depth-1.active a:before {
	/* Hide green underline for items with submenu */
	display: none !important;
}

.nav-menu a {
	color: #474747;
	text-transform: uppercase;
}

.nav-menu a:hover {
	color: #84C340;
	font-weight: bold;
}

.nav-menu a:active {
	color: #77B03A;
	font-weight: bold;
}

.nav-menu li.depth-1.menu-item-has-children:hover,
.nav-menu li.depth-1.active,
.nav-menu li.depth-1.menu-item-has-children:hover ul.sub-menu.depth-1,
.nav-menu li.depth-1.active ul.sub-menu.depth-1 {
	background: #FFFFFF;
	background: rgba(255, 255, 255, 0.9);
}

/* Footer Only */
#nav-footer {
	bottom: auto;
}

#nav-footer li.depth-1.menu-item-has-children:hover ul.sub-menu.depth-1,
#nav-footer li.depth-1.menu-item-has-children.active ul.sub-menu.depth-1 {
	top: auto;
	bottom: 100%;
}

#nav-footer a {
	color: #FFFFFF;
}

#nav-footer a:hover {
	color: #84C340;
	text-decoration: none;
}

#nav-footer li.depth-1.menu-item-has-children.active > a,
#nav-footer li.depth-1.menu-item-has-children:hover > a,
#nav-footer ul.sub-menu a {
	color: #474747;
}

#nav-footer li.depth-1.menu-item-has-children.active > a:hover,
#nav-footer li.depth-1.menu-item-has-children:hover > a:hover,
#nav-footer ul.sub-menu a:hover {
	color: #84C340;
}

#nav-footer li.depth-1.menu-item-has-children:hover > a:hover,
#nav-footer li.depth-1.active > a:hover {
	color: #84C340;
}

#nav-header,
#nav-footer {
	left: 0;
	right: 0;
	text-align: center;
}

#nav-header {
	bottom: 0;
}

#nav-footer {
	top: 38px;
}

/* ==========================================================================
Sticky Header
Uses some classes from main.js:
  is-scrolled, not-scrolled: Has the screen scrolled at all, even 1 pixel?
  scrolled-far, scrolled-close: Has the screen scrolled at least 42 pixels? (tall admin bar)
========================================================================== */
@media screen and (min-height: 450px) {
	#header-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9001;
	}

	#mobile-nav {
		position: fixed !important;
		top: 185px;
		overflow: auto !important;
	}

	body.mobile_nav #mobile-nav {
		bottom: 0;
	}

	#content-wrapper {
		padding-top: 185px;
	}

	#header-wrapper,
	#header,
	#logo img,
	#logo,
	#header nav.social-menu,
	#nav-header li.depth-1 > a {
		transition: all 0.3s ease-out;
	}
}

@media screen and (min-height: 450px) and (max-width: 800px) {
	#header-wrapper,
	#header {
		height: 130px;
		min-height: 80px;
	}

	#content-wrapper {
		padding-top: 127px;
	}

	#mobile-nav {
		top: 127px;
	}
}

@media screen and (min-height: 450px) and (max-height: 640px) {
	body.is-scrolled #header .social-menu {
		display: none;
	}

	body.is-scrolled #header-wrapper,
	body.is-scrolled #header {
		height: 55px;
	}

	body.is-scrolled #content-wrapper {
		padding-top: 55px;
	}

	body.is-scrolled #logo {
		height: 60px;
	}

	body.is-scrolled #nav-header {
		bottom: 5px;
	}
}

@media screen and (min-height: 450px) and (max-width: 540px) {
	#header-wrapper,
	#header {
		min-height: 84px;
	}

	#content-wrapper {
		padding-top: 80px;
		margin-top: 0 !important;
	}

	#mobile-nav {
		top: 80px;
	}
}

/* Adjusting height for desktop view */
@media screen and ( min-height: 450px ) and ( max-height: 640px ) and (min-width: 800px ) {
	body.scrolled-far #logo {
		display: none;
	}
}

@media screen and ( min-height: 640px ) and (min-width: 800px ) {
	body.scrolled-far #header-wrapper,
	body.scrolled-far #header {
		height: 136px;
	}

	#logo img {
		width: 100%;
	}

	body.scrolled-far #logo {
		width: 194px;
	}

	body.scrolled-far #logo {
		top: 8px;
		margin-left: -97px;
	}

	#header nav.social-menu {
		opacity: 1;
	}

	body.scrolled-far #header nav.social-menu {
		top: 32px;
		opacity: 0;
	}

	#nav-header li.depth-1 > a {
		min-width: 80px;
	}
}

@media screen and (min-height: 450px) and ( min-width: 960px ) {
	/* This must be >800 otherwise some items wrap */
	body.scrolled-far #nav-header li.depth-1 > a {
		min-width: 136px;
	}
}

/* Admin bar adjustments */
@media screen and (min-height: 450px) {
	html.admin-bar #header-wrapper {
		margin-top: 32px;
	}
}

@media screen and (min-height: 450px) and ( max-width: 782px ) {
	html.admin-bar #header-wrapper {
		margin-top: 46px;
	}
}

@media screen and (min-height: 450px) and ( max-width: 782px ) and ( max-height: 640px ) {
	html.admin-bar #mobile-nav {
		top: 173px;
	}

	html.admin-bar body.scrolled-far #mobile-nav {
		top: 126px;
	}
}

@media screen and (min-height: 450px) and ( max-width: 600px ) {
	html.admin-bar #header-wrapper {
		margin-top: 0;
	}

	html.admin-bar body.scrolled-close #header-wrapper {
		position: relative;
	}

	html.admin-bar #mobile-nav {
		top: 127px;
	}

	html.admin-bar body.scrolled-close #mobile-nav {
		position: absolute !important;
	}

	html.admin-bar body.scrolled-close #content-wrapper {
		padding-top: 0;
		margin-top: 0;
	}

	html.admin-bar body.scrolled-far #content-wrapper {
		margin-top: 0;
	}

	html.admin-bar body.scrolled-close .tpl.tpl-dynamic.has-slides {
		margin-top: 0 !important;
	}
}

@media screen and (min-height: 450px) and ( max-width: 540px ) {
	html.admin-bar #mobile-nav {
		top: 83px;
	}
}

/* ==========================================================================
Mobile nav
========================================================================== */
#mobile-nav ul,
#mobile-nav li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#mobile-button {
	position: absolute;
	top: 50%;
	right: 10px;

	width: 48px;
	height: 48px;
	margin-top: -24px;
	line-height: 48px;

	text-align: center;
}

#mobile-button svg {
	vertical-align: middle;
	width: 45px;
	height: 45px;
}

/*
#mobile-button {
  background: #fff;
}
html.no-touch #mobile-button:hover path {
  background: #777;
}
html.no-touch #mobile-button:hover:active,
#mobile-button:hover:active {
  background: #003E7E;
}
*/

#mobile-button path {
	fill: #474747;
}

html.no-touch #mobile-button:hover path {
	fill: #777777;
}

html.no-touch #mobile-button:active path,
#mobile-button:active path {
	fill: #003E7E;
}

#mobile-nav {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 9000;
}

#mobile-nav ul.nav-ul {
	float: right;

	box-shadow: 0 1px 3px #ABABAB;
	border-bottom: 1px solid #ABABAB;

	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.33);
	border-bottom: 1px solid rgba(0, 0, 0, 0.33);
}

#mobile-nav li a {
	text-decoration: none;
	display: block;
	background: #FFFFFF;
	border-top: 1px solid #F1F1F1;
	color: #474747;

	min-width: 160px;
	padding: 10px 24px;
	text-align: left;
	font-size: 18px;
}

#mobile-nav li a:hover {
	color: #474747;
	background: #FEFEFE;
}

#mobile-nav li a:hover:active {
	color: #FFFFFF;
	background: #84C340;
}

/* Separators */
#mobile-nav li.menu-item-type-custom a {
	display: none;
}

#mobile-nav li.menu-item-type-custom {
	display: block;
	height: 6px;
	background: #E5E5E5;
	box-shadow: inset 0 3px 3px -3px #ABABAB;
	box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.33);
}

/* ==========================================================================
Property nav (in development)
========================================================================== */

#side_nav {
	display: none;
}

#side_nav.menu-attached,
#side_nav.menu-detached {
	display: block;
}

#side_nav li a:after {
	content: ' ';
	display: inline-block;

	position: relative;
	top: 5px;
	margin: 0 20px;

	width: 28px;
	height: 28px;

	background: url("http://gorillacapital.com/wp-content/themes/gorilla/images/sprites-b.png") -1000px -1000px no-repeat;
}

/* Property Morgage Calculator */
#side_nav li.object-id-1615 a:after {
	background-position: -56px -168px;
}

#side_nav li.object-id-48 a:after {
	background-position: -28px -168px;
}

#side_nav li.object-id-50 a:after {
	background-position: -84px -168px;
}

#side_nav li.object-id-1619 a:after {
	background-position: -112px -168px;
}

/* Fix & Flip: Calculator */
#side_nav li.object-id-29 a:after {
	background-position: 0 -544px;
}

#side_nav li.object-id-4819 a:after {
	background-position: -56px -168px;
}

#side_nav li.object-id-2888 a:after {
	background-position: -56px -544px;
}

#side_nav li.object-id-4825 a:after {
	background-position: -28px -544px;
}

/* Property Nav: Detached  (fixed or absolute) */
#side_nav.menu-detached {
	position: absolute;
	right: 50%;
	z-index: 1000;
	margin-right: 540px;
	text-align: right;
}

#side_nav.menu-detached ul.nav-ul {
	margin-right: -200px;
}

#side_nav.menu-detached li {
	display: block;
	margin-top: 0 !important;
}

#side_nav.menu-detached li a {
	display: block;
	margin: 2px 0;
	padding: 0;
	background: #003C7C;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: 300;
	white-space: nowrap;
	position: relative;
	border-radius: 0 10px 10px 0;
}

#side_nav.menu-detached li a:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	background: #003E7E;
	width: 50vh;
}

html.no-generatedcontent #side_nav.menu-detached {
	display: none;
}

#side_nav.menu-detached ul.nav-ul {
	margin-right: 5px;
}

#side_nav.menu-detached ul.nav-ul a {
	margin-right: 0;
}

html.no-touch #side_nav.menu-detached ul.nav-ul a {
	transition-property: margin-right, color;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(.16, .91, .32, 1.21);
}

#side_nav.menu-detached ul.nav-ul a:hover,
#side_nav.menu-detached ul.nav-ul a:active {
	margin-right: -200px;
}

@media ( max-width: 1840px ) {
	#side_nav.menu-detached li a {
		font-size: 20px;
	}
}

@media ( max-width: 1700px ) {
	#side_nav.menu-detached li a {
		font-size: 18px;
	}
}

@media ( max-width: 1670px ) {
	#side_nav.menu-detached li a {
		font-size: 16px;
	}
}

@media ( max-width: 1650px ) {
	#side_nav.menu-detached ul.nav-ul a {
		color: #003E7E;
		color: transparent;
	}

	#side_nav.menu-detached ul.nav-ul a:hover,
	#side_nav.menu-detached ul.nav-ul a:active {
		font-size: 22px;
		color: #FFFFFF;
	}
}

@media ( min-width: 1400px ) and ( max-width: 1650px ) {
	#side_nav.menu-detached ul.nav-ul {
		margin-right: 40px;
	}
}

@media ( min-width: 1800px ) {
	#side_nav.menu-detached ul.nav-ul {
		margin-right: 40px;
	}
}

/* Property Nav: Fixed (Scrolling beside page) */
#side_nav.menu-fixed {
	position: fixed;
	top: 221px;
}

/* Property Nav: Attached (inside page) */
#side_nav.menu-attached {
	position: relative;
	top: 0 !important;
	padding: 0 20px;
	margin: 30px 0;
	background: #E2E2E1;

	border-top: 1px solid #ABABAB;
	border-bottom: 1px solid #ABABAB;

	text-align: center;
}

#side_nav.menu-attached .nav-ul {
	white-space: nowrap;
}

#side_nav.menu-attached .nav-ul li {
	display: block;
	width: 25%;
	float: left;
	overflow: hidden;
	white-space: normal;
	margin-top: 0 !important;
}

#side_nav.menu-attached .nav-ul li a {
	display: inline-block;
	width: 100%;
	line-height: 16px;
	font-size: 16px;
	padding: 20px 0 10px;
	color: #003C7C;
}

#side_nav.menu-attached .nav-ul:after {
	content: ' ';
	display: block;
	clear: both;
}

#side_nav.menu-attached li.object-id-1615 a:after {
	background-position: -56px -140px;
}

#side_nav.menu-attached li.object-id-48 a:after {
	background-position: -28px -140px;
}

#side_nav.menu-attached li.object-id-50 a:after {
	background-position: -84px -140px;
}

#side_nav.menu-attached li.object-id-1619 a:after {
	background-position: -112px -140px;
}

/* Fix & Flip: Calculator */
#side_nav.menu-attached li.object-id-29 a:after {
	background-position: 0 -516px;
}

#side_nav.menu-attached li.object-id-4819 a:after {
	background-position: -56px -140px;
}

#side_nav.menu-attached li.object-id-2888 a:after {
	background-position: -56px -516px;
}

#side_nav.menu-attached li.object-id-4825 a:after {
	background-position: -28px -516px;
}

#side_nav.menu-attached li a:after {
	display: block;

	margin: 10px auto;
}

@media ( max-width: 460px ) {
	#side_nav.menu-attached .nav-ul li {
		width: 50%;
	}

	#side_nav.menu-attached .nav-ul li a {
		font-size: 14px;
		line-height: 14px;
		margin: 10px 0 0;
		padding: 0;
		min-height: 76px;
	}

	#side_nav.menu-attached {
		padding: 0 5px;
	}
}

/* ==========================================================================
WordPress Theme Styles
========================================================================== */

.clear {
	clear: both;
}

.entry-header {
	margin: 0 0 20px;
}

.section .entry-header {
	margin-top: 40px;
}

.entry-header .entry-title {
	margin: 0;
}

.entry-title a {
	text-decoration: none;
}

.entry-title a:hover {
	text-decoration: underline;
}

.entry-title a:hover:active {
	text-decoration: underline;
}

.entry-content ul,
.entry-content ol,
ul.sidebar-list li ul,
ul.sidebar-list li ol {
	margin: 20px 0;
	padding: 0 0 0 35px;
}

.entry-content ul li,
.entry-content ol li,
ul.sidebar-list li ul li,
ul.sidebar-list li ol li {
	margin: 10px 0;
	padding: 0;
}

.entry-content a {
	color: #003E7E;
	text-decoration: underline;

	position: relative;
	display: inline-block;
}

.entry-content a:hover {
	color: #84C340;
}

.entry-content a:active {
	color: #474747;
}

/*
.entry-content a:after {
  content: ' ';
  display: block;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;

  opacity: 0.3;
  background: #003e7e;
}
.entry-content a:hover:after {
  background: #84c340;
}
.entry-content a:active:after {
  background: #474747;
}
*/

.entry-content a.button,
.entry-content a.button:hover,
.entry-content a.button:active {
	color: #FFFFFF;
}

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

/* ==========================================================================
Form Element Styles
========================================================================== */

input,
textarea,
button,
select,
.input-select {
	text-shadow: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
textarea {
	display: inline-block;
	padding: 4px 6px;

	margin: 0;

	font-size: 18px;
	line-height: 24px;

	background: #FFFFFF;
	border: 1px solid #D9D9D9;

	box-shadow: none;
	border-radius: 0;
	-webkit-appearance: none;
}

select,
.input-select {
	border: 1px solid #D9D9D9;
	padding: 4px 25px 4px 6px;

	font-size: 18px;
	line-height: 24px;

	-webkit-appearance: none;
	cursor: default;

	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAHCAYAAAABIM1CAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0VGQjlDMDNBN0YwMTFFNDlBOEE5QzlFOUNENDkxRDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0VGQjlDMDRBN0YwMTFFNDlBOEE5QzlFOUNENDkxRDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozRUZCOUMwMUE3RjAxMUU0OUE4QTlDOUU5Q0Q0OTFEOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozRUZCOUMwMkE3RjAxMUU0OUE4QTlDOUU5Q0Q0OTFEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgTxTiMAAABnSURBVHjaYkxOTt7OwMDgwYAd7ABiTwY8gAmIC4H4DxY5kFgRAwEAMuAGEE/DIjcdiK8TYwAINAHxWyTxd0DcyEAEgBnwFmoIDDSiGUjQAAaoN27g8RJWwIIWaKAAZcQRqFgBQIABAHxTE/FvZJdlAAAAAElFTkSuQmCC);
	background-position: right center;
	background-repeat: no-repeat;
}

select[multiple] {
	cursor: auto;
	background: none;
	-webkit-appearance: listbox;
}

button {
	color: inherit;
	font-family: inherit;
	background: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
	outline: none;
	text-shadow: none;
	text-decoration: none;
	-webkit-appearance: none;
}

input[type=button],
input[type=submit],
input[type=reset],
.button,
.pagination-link a,
a.more-link {
	display: inline-block;

	padding: 12px 24px;

	color: #FFFFFF;
	font-family: "museo-slab", Rockwell, Georgia, Times, Times New Roman, serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;

	background: #003E7E;

	cursor: pointer;

	box-shadow: none;
	border: none;
	border-radius: 0;
	text-shadow: none;
	text-decoration: none;
	-webkit-appearance: none;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.button:hover,
.pagination-link a:hover,
a.more-link:hover {
	color: #FFFFFF;
	background: #336396;
}

input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active,
.button:active,
.pagination-link a:active,
a.more-link:active {
	color: #FFFFFF;
	background: #001F5B;
}

input.placeholder,
textarea.placeholder {
	color: #888888;
}

input[disabled],
select[disabled],
textarea[disabled] {
	background: #F2F2F0;
	cursor: not-allowed;
	color: #888888;
}

/* ==========================================================================
Specific content areas
========================================================================== */

/* Relative positioning to fix text highlight issues */
article, .inside, .tpl {
	position: relative;
}

/* Pages by ID */
body.page-id-27 header.entry-header { /* Property search page: Hidei the title */
	display: none;
}

/* Template structure */
.tpl {
	margin: 40px 0;
	position: relative;
}

.tpl .inside {
	max-width: 1080px;
	text-align: left;
	margin: 0 auto;
}

.tpl .inside article {
	margin: 0 20px;
}

/* Dynamic sections */
.section {
	margin: 15px 0 60px;
}

.section-button a {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
}

/* Dynamic Section: Slider */
.slider-list {
	max-width: 75%;
	margin: 0 auto;
	background: #E2E2E1;
	text-align: center;
}

.slider-list .slide-item {
	margin: 50px 20px 70px;
}

.slider-list .slide-item article {
	margin: 0;
}

.slider-list button.slick-prev,
.slider-list button.slick-next {
	position: absolute;

	top: auto;
	bottom: 0;
	height: 70px;

	right: auto;
	left: 50%;
	width: 50px;

	font-size: 0;
	line-height: 0;
	color: transparent;
}

.slider-list button.slick-prev {
	margin-left: -55px;
}

.slider-list button.slick-next {
	margin-left: 5px;
}

.slider-list button.slick-prev:before,
.slider-list button.slick-next:before {
	width: 17px;
	height: 33px;
	margin-top: -16px;
}

.slider-list button.slick-prev:before {
	left: auto;
	right: 0;
	background-position: 0 -48px;
}

.slider-list button.slick-next:before {
	left: 0;
	right: auto;
	background-position: -17px -48px;
}

.slider-list button.slick-prev:before,
.slider-list button.slick-next:before {
	opacity: 1.0;
}

.slider-list button.slick-prev:hover:before,
.slider-list button.slick-next:hover:before {
	opacity: 0.8;
}

/* Dynamic Section: Revitalizing Communities */
.revital-main,
.revital-left,
.revital-right {
	overflow: hidden;
	text-align: center;
}

.revital-main {
}

.revital-left {
	float: left;
	width: 220px;
}

.revital-right {
	float: right;
	width: 220px;
}

.revital-main .entry-content {
	margin: 0 20px;
}

h1.revital-title {
	text-align: center;
	margin: 0 0 24px;
}

.revital-main-image {
	margin-top: 40px;
}

.section-revitalize {
	margin: 100px 0;
}

.revital-panel .revital-content {
	margin: 24px 0 0;
}

/* Dynamic Section: Aside (general) */
.section-aside {
	padding: 100px 0;
	margin: 0;
}

.section-aside.aside-nth-1 {
	padding: 50px 0;
}

.section-aside .aside-primary,
.section-aside .aside-secondary {
	box-sizing: border-box;
}

.section-aside .aside-primary {
	overflow: hidden;
	float: left;
	width: 48%;
}

.section-aside .aside-secondary {
	float: left;
	width: 52%;
}

.section-aside .aside-primary h1.entry-title,
.section-aside .aside-primary .entry-content {
	max-width: 400px;
}

.section-aside h1.entry-title {
	margin-top: 0;
}

/* Dynamic Section: Aside - Even sections, swap position, give a background */
.section-aside.aside-even {
	background: #E2E2E1;
}

.section-aside.aside-even .aside-primary {
	float: right;
}

.section-aside.aside-even .aside-secondary {
	float: left;
}

/* Dynamic Section: Aside - Newsletter */
.section-type-aside-newsletter .aside-secondary {
	background: #E2E2E1;
	text-align: center;
	max-width: 340px;
	float: right;
}

.section-type-aside-newsletter .aside-secondary input.submit {
	width: 100%;
	background: #84C340;
	color: #003C7C;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 15px 0;
}

.section-type-aside-newsletter .aside-secondary input.submit:hover {
	background: #91D647;
	color: #003E7E;
}

.section-type-aside-newsletter .aside-secondary input.submit:active {
	background: #77B03A;
	color: #003E7E;
}

.section-type-aside-newsletter .aside-content {
	margin: 0 20px;
	text-align: left;
}

.section-type-aside-newsletter .newsletter-response.error {
	position: absolute;
	bottom: 26px;
	right: 100%;
	margin-right: 20px;
	width: 240px;
	padding: 20px;
	background: #E2E2E1;

	font-size: 18px;
	line-height: 24px;
}

.section-type-aside-newsletter .shortcode {
	position: relative;
}

.section-type-aside-newsletter .newsletter-response p:last-child {
	margin-bottom: 0;
}

.section-type-aside-newsletter .newsletter-response.error:after {
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border: 20px solid #E2E2E1;
	border-top-color: transparent;
	border-right-width: 0;
	border-bottom-width: 0;
	position: absolute;
	bottom: 0;
	right: -20px;
}

.section-type-aside-newsletter .newsletter-field {
	margin: 0 30px 10px;
}

.section-type-aside-newsletter .newsletter-submit-field {
	margin-top: 30px;
}

.section-type-aside-newsletter .newsletter_subscribe_widget .newsletter-field input {
	width: 100%;
}

.section-type-aside-newsletter .newsletter-response {
	padding: 20px 0;
	margin: 0;
	font-size: 18px;
	line-height: 24px;
}

/* Dynamic Section: Aside - Images */
.section-aside .aside-img {
	position: relative;
	text-align: center;
}

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

/* Dynamic Section: Collapsible (Structure only - No layout) */
.collapsible-item {
	margin: 40px 0;
}

.collapsible-item .collapsible-content .collapsible-inside {
	padding: 60px 180px;
}

.collapsible-item .collapsible-header h1 {
	padding: 25px 70px 25px 50px;

	font-size: 28px;
	line-height: 36px;
}

.collapsible-item .icon-collapse,
.collapsible-item .icon-expand {
	top: 50%;
	margin-top: -25px;
	height: 50px;
	line-height: 50px;

	right: 50px;
	width: 50px;
}

/* Dynamic Section: Collapsible (Layout only - No structure) */
.collapsible-item .collapsible-header {
	margin: 0;
	position: relative;
	background: #E2E2E1;
}

.collapsible-item .collapsible-header h1 {
	margin: 0;
}

.collapsible-item .icon-collapse,
.collapsible-item .icon-expand {
	position: absolute;

	display: none; /* Don't show icon until it is enabled */

	color: #474747;
	font-family: "museo-slab", Rockwell, Georgia, Times, Times New Roman, serif;
	font-size: 25px;
	text-align: center;
}

.collapsible-item.enabled .icon-collapse {
	display: none;
}

.collapsible-item.enabled .icon-expand {
	display: block;
}

.collapsible-item .collapsible-content {
	background: #E2E2E1;
	overflow: hidden;
}

/* Expanded item */
.collapsible-item.expanded .collapsible-header {
	background: #003E7E;
}

.collapsible-item.expanded .collapsible-header h1 {
	color: #FFFFFF;
}

.collapsible-item.expanded .icon-collapse,
.collapsible-item.expanded .icon-expand {
	color: #FFFFFF;
}

.collapsible-item.enabled.expanded .icon-collapse {
	display: block;
}

.collapsible-item.enabled.expanded .icon-expand {
	display: none;
}

/* Expand animation */
.collapsible-item.enabled .collapsible-header {
	cursor: pointer;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;

	-webkit-tap-highlight-color: transparent;
}

.collapsible-item.enabled .collapsible-content {
	height: 0;
	transition: height 0.3s linear;
	transition: height 0.3s cubic-bezier(.23, .8, .47, 1);
}

.collapsible-item.enabled.expanded .collapsible-content {
	height: auto;
	transition: height 0.6s linear;
	transition: height 0.6s cubic-bezier(.23, .8, .47, 1.26);
}

/* Vertically centered for 180px max height */
@media (min-width: 320px) {
	html.csstransforms .slider-list .slide-item {
		position: relative;
		height: 180px;
	}

	html.csstransforms .slider-list .slide-item article {
		position: absolute;
		left: 0;
		right: 0;

		top: 50%;
		transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	}
}

@media (min-width: 320px) and (max-width: 540px) {
	html.csstransforms .slider-list .slide-item {
		position: relative;
		height: 140px;
	}
}

/* Image Slider section */
#content-wrapper > .tpl.has-slides:first-child {
	margin-top: -3px !important;
}

.image-slider .slide-item {
	max-width: 1080px;
	width: 100%;
}

.image-slider .slide-item .slide-bg {
	position: relative;
	background: center no-repeat;
	background-size: cover;
}

.image-slider .slide-item .slide-bg a {
	display: block;
	width: 100%;
	height: 100%;
}

.image-slider .slide-item .slide-bg img {
	visibility: hidden;
	display: none;

	width: 100%;
	max-width: 1080px;

	height: auto;
	max-height: 540px;
	max-height: 80vh;
}

/* Pagination Links */
.pagination {
	margin: 20px;
}

.pagination .pagination-link {
	width: 50%;
	float: left;
	margin: 20px 0 10px;
}

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

/* 2:1 Fixed resolution image slider */
.image-slider .slick-slider.fixed-height .slide-item .slide-bg a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.image-slider .slick-slider.fixed-height .slide-item .slide-bg {
	padding-top: 63%;
	height: 0;
	overflow: hidden;
}

.image-slider .slick-slider.fixed-height .slide-item .slide-bg img {
	display: none;
}

/* For desktops, hide the arrows until mouse hover */
html.no-touch .image-slider .slick-next,
html.no-touch .image-slider .slick-prev {
	opacity: 0.55;
	transition: opacity 0.16s ease-out;
}

html.no-touch .image-slider:hover .slick-next,
html.no-touch .image-slider:hover .slick-prev {
	opacity: 1;
	transition: opacity 0.33s ease-in;
}

/* For mobile phones, always hide the arrows entirely */
@media (max-width: 960px) {
	html.touch .image-slider .slick-next,
	html.touch .image-slider .slick-prev {
		display: none !important;
	}
}

/* Slick slider customization */
.slick-prev, .slick-next {
	top: 0;
	bottom: 0;
	margin-top: 0;
	width: 120px;
	height: auto;
}

.slick-prev {
	left: 0;
}

.slick-next {
	right: 0;
}

.slick-prev:before,
.slick-next:before {
	position: absolute;
}

.slick-prev:before {
	left: 40px;
}

.slick-next:before {
	right: 40px;
}

@media (max-width: 1080px) {
	.slick-prev, .slick-next {
		width: 80px;
	}

	.slick-prev:before {
		left: 20px;
	}

	.slick-next:before {
		right: 20px;
	}
}

/* Custom nex/previous icons for Slick */
.slick-prev:before, .slick-next:before {
	content: ' ';
	background: url("http://gorillacapital.com/wp-content/themes/gorilla/images/sprites-b.png") 1000px 1000px no-repeat;
	width: 29px;
	height: 33px;
	margin-top: -16px;
}

.slick-prev {
	left: -100px;
}

.slick-next {
	right: -100px;
}

.slick-prev:before {
	background-position: -136px -48px;
}

.slick-next:before {
	background-position: -165px -48px;
}

.slick-prev:active:before {
	background-position: -194px -48px;
}

.slick-next:active:before {
	background-position: -223px -48px;
}

@media (max-width: 1300px) {
	.slick-prev {
		left: 0;
	}

	.slick-next {
		right: 0;
	}

	.slick-prev:before,
	.slick-prev:active:before {
		background-position: -136px -80px;
	}

	.slick-next:before,
	.slick-next:active:before {
		background-position: -165px -80px;
	}
}

/* Slick slider: Dots (slide indicators) */
.slick-dots {
	position: absolute;
	bottom: -45px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

ul.slick-dots, ul.slick-dots li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slick-dots {
	bottom: 0;
}

.slick-dots li {
	height: 25px;
	width: 26px;
	text-align: center;;
}

.slick-dots li button {
	padding: 10px 0 15px;
	width: 100%;
}

.slick-dots li button:before {
	color: #E2E2E1;
	opacity: 0.75;
	font-size: 20px;
	width: 100%;
	text-align: center;
}

.slick-dots li.slick-active button:before {
	color: #FFFFFF;
	opacity: 1;
}

/* Slick slider: If dots are visible, do not show arrows */
.slick-slider.has-dots button.slick-prev,
.slick-slider.has-dots button.slick-next {
	position: absolute;
	display: none;
	visibility: hidden;
}

/* Custom thumbnail slider which interacts with Slick */
.slider-thumbs {
	max-width: 720px;
	overflow: hidden;
	margin: 10px auto;
}

.thumbs-slide-list .thumb-item {
	float: left;
	width: 86px;
	margin-right: 10px;
	position: relative;
}

.thumbs-slide-list .thumb-item a {
	display: block;
	text-decoration: none;
}

.thumbs-slide-list .thumb-item a img {
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 3px solid #FFFFFF;

	transition: border-color 0.2s ease-in;
}

.thumbs-slide-list .thumb-item.thumb-active a img {
	border-color: #003E7E;

	transition: border-color 0.3s ease-out;
}

.slider-thumbs button {
	position: relative;
	width: 75px;
	height: 86px;
	background: #FFFFFF;
	outline: none;
}

.slider-thumbs button.thumbs-left {
	float: left;
}

.slider-thumbs button.thumbs-right {
	float: right;
}

.slider-thumbs button span {
	position: absolute;
	top: 50%;
	left: 50%;

	display: block;
	width: 15px;
	height: 17px;
	margin-top: -7px;
	margin-left: -9px;

	background: url("http://gorillacapital.com/wp-content/themes/gorilla/images/sprites-b.png") 1000px 1000px no-repeat;
}

.slider-thumbs button.thumbs-left span {
	background-position: -194px -114px;
}

.slider-thumbs button.thumbs-left:hover span {
	background-position: -223px -114px;
}

.slider-thumbs button.thumbs-left:active span {
	background-position: -223px -131px;
}

.slider-thumbs button.thumbs-right span {
	background-position: -208px -114px;
}

.slider-thumbs button.thumbs-right:hover span {
	background-position: -237px -114px;
}

.slider-thumbs button.thumbs-right:active span {
	background-position: -237px -131px;
}

.thumbs-wrap {
	height: 86px;
	overflow: hidden;
}

/* Single property: Slider, thumbnails, dots */
div.property-single .image-slide-list {
	background: #E2E2E1;
	margin: 0;
}

div.property-single .slider-thumbs {
	display: block;
}

div.property-single ul.slick-dots {
	display: none !important;
}

html.no-touch div.property-single .slick-slider.has-dots button.slick-prev,
html.no-touch div.property-single .slick-slider.has-dots button.slick-next {
	position: absolute;
	display: block;

	font-size: 0;
	line-height: 0;
	color: transparent;

	visibility: visible;
	opacity: 0;
	transition: opacity 0.2s ease-in;
}

div.property-single .slick-slider.has-dots:hover button.slick-prev,
div.property-single .slick-slider.has-dots:hover button.slick-next {
	opacity: 0.75;
	transition: opacity 0.1s ease-out;
}

div.property-single .slick-prev {
	left: 0;
}

div.property-single .slick-next {
	right: 0;
}

div.property-single .slick-prev:before,
div.property-single .slick-prev:active:before {
	background-position: -136px -80px;
}

div.property-single .slick-next:before,
div.property-single .slick-next:active:before {
	background-position: -165px -80px;
}

@media ( max-width: 800px ) {
	div.property-single .slider-thumbs {
		display: none;
	}

	div.property-single ul.slick-dots {
		display: block !important;
		max-width: 720px;
	}

	div.property-single .slick-dots li {
		height: 22px;
		width: 16px;
	}

	div.property-single .slick-dots li button:before {
		color: #FFFFFF;
		opacity: 0.5;
		font-size: 16px;
	}

	div.property-single .slick-dots li.slick-active button:before {
		opacity: 1;
	}
}

@media ( max-width: 540px ) {
	div.property-single ul.slick-dots {
		position: relative;
		top: auto;
		background: #FFFFFF;
	}

	div.property-single .slick-dots li {
		height: 20px;
		width: 14px;
	}

	div.property-single .slick-dots li button:before {
		color: #7DA2CA;
		opacity: 1;
	}

	div.property-single .slick-dots li.slick-active button:before {
		color: #003E7E;
	}
}

@media ( max-width: 410px ) {
	div.property-single ul.slick-dots {
		display: none !important;
	}
}

/* [staff_list] shortcode */



.staff-list .staff-item {
	width: 50%;
	min-width: 320px;
	max-width: 540px;
	float: left;
	margin: 20px 0;
	overflow: hidden;
}

.staff-list .staff-item-list {
	max-width: 960px;
	margin: 0 auto;
}

.staff-list .staff-image {
	width: 140px;
	height: 140px;
	float: left;
	background: center no-repeat;
	background-size: cover;
	border-radius: 100%;
	overflow: hidden;
}

.sales-rep-card .bg-image.no-image,
.staff-list .staff-image.no-image {
	position: relative;
	background-color: #003E7E;
}

.sales-rep-card .bg-image.no-image:before,
.staff-list .staff-image.no-image:before {
	position: absolute;
	top: 50%;

	display: block;
	width: 100%;
	margin-top: -36px;

	content: 'Photo\A Coming\A Soon';
	white-space: pre-line;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	font-family: "museo-slab", Rockwell, Georgia, Times, Times New Roman, serif;
	font-weight: 300;
	text-align: center;
}

html.backgroundsize .staff-list .staff-image img {
	display: none;
}

.staff-list .staff-details {
	font-size: 18px;
	line-height: 24px;
	margin-top: 18px;
	margin-left: 170px;
}

.staff-list a {
	color: #474747;
	text-decoration: none;
}

html.touch .staff-list .staff-filter-title a,
html.touch .staff-list .staff-item a,
.staff-list .staff-filter-title:hover a,
.staff-list .staff-item:hover a {
	color: #003E7E;
}

html.touch .staff-list .staff-filter-title a:active,
html.touch .staff-list .staff-item a:active,
.staff-list .staff-filter-title a:active,
.staff-list .staff-item a:active {
	color: #84C340;
}

/*
.staff-list .staff-filter-title a:after,
.staff-list .staff-item a:after {
  display: none;
  bottom: 1px;
}
.staff-list .staff-filter-title:hover a:after,
.staff-list .staff-item:hover a:after {
  display: block;
}
*/

html.touch .staff-list .staff-filter-title a,
.staff-list .staff-filter-title:hover a,
.staff-list .staff-filter-title a:hover,
.staff-list .staff-filter-title a:active,
.staff-list .staff-item:hover a,
.staff-list .staff-item a:hover,
.staff-list .staff-item a:active {
	text-decoration: underline;
}

/* Staff list shortcode: Filter button */
.staff-filter-title {
	text-align: center;
	margin: 0 245px;
}

.staff-filter {
	min-height: 50px;
	position: relative;
	margin: 0 0 40px;
}

.staff-filter-button {
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
}

.staff-list .staff-filter button {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: left;

	font-size: 18px;
	line-height: 34px;
	cursor: pointer;
}

.staff-filter-button button.staff-filter-active {
	position: relative;

	text-align: left;
	min-width: 180px;
	padding: 8px 10px 8px 46px;

	color: #FFFFFF;

	background: #003E7E;
}

.staff-filter-button button.staff-filter-active:before {
	content: ' ';

	position: absolute;
	z-index: 500;
	top: 50%;
	left: 8px;

	display: block;
	width: 30px;
	height: 28px;

	margin-top: -14px;
	background: url("http://gorillacapital.com/wp-content/themes/gorilla/images/sprites-b.png") 0 -169px no-repeat;
}

.staff-list .staff-filter-list,
.staff-list .staff-filter-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.staff-list .staff-filter-item:before {
	display: none !important;
}

.staff-list .staff-filter-list {
	top: -50px;
	left: 0;
	z-index: 300;

	padding: 8px 10px 8px 46px;

	background: #003E7E;
	color: #FFFFFF;

	transition: margin-top 0.3s cubic-bezier(.16, .91, .32, 1.21);
}

.staff-list .staff-filter-list {
	position: static;
	visibility: hidden;
}

.staff-list .staff-filter-button:hover .staff-filter-list {
	position: relative;
	visibility: visible;
}

.staff-list .staff-filter-button.staff-js .staff-filter-list {
	position: static;
	visibility: hidden;
}

.staff-list .staff-filter-button.staff-js.staff-open .staff-filter-list {
	position: relative;
	visibility: visible;
}

.staff-item .staff-name {
	text-transform: uppercase;
}

.staff-item .position,
.staff-item .email {
	text-transform: lowercase;
}

@media (max-width: 800px) {
	/* Staff List Responsive Design */
	.staff-filter-title {
		width: 100%;
		margin: 0 0 30px;
		text-align: left;
	}

	.staff-filter-title {
		margin-left: 0;
		padding-top: 70px;
		text-align: center;
	}

	.staff-filter {
		margin-bottom: 20px;
	}

	.staff-list .staff-item {
		min-width: 280px;
		margin: 0 0 30px;
	}

	.staff-list .staff-image {
		width: 100px;
		height: 100px;
	}

	.staff-list .staff-details {
		margin: 0 0 0 110px;
		font-size: 16px;
	}

}

/* Footer Gorilla Icon */
#footer-gorilla {
	position: absolute;
	top: -54px;
	left: 50%;
	margin-left: -54px;

	display: block;
	width: 108px;
	height: 88px;

	background: #003E7E;
	-webkit-border-radius: 54px 54px 0 0;
	-moz-border-radius: 54px 54px 0 0;
	border-radius: 54px 54px 0 0;
}

#footer-gorilla span {
	position: absolute;
	top: 0;
	left: 50%;

	display: block;
	width: 48px;
	height: 59px;

	margin-top: 21px;
	margin-left: -24px;

	background: url("http://gorillacapital.com/wp-content/themes/gorilla/images/sprites-b.png") 0 -81px no-repeat;
}

/* Singular page header image */
#header-image {
	max-width: 1080px;
	margin: -58px auto 0;
	position: relative;
	z-index: 5;
}

#header-image img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 450px;
}

html.no-opacity #header-image {
	background-image: none !important;
}

html.opacity #header-image {
	background: top center no-repeat;
	background-size: cover;
}

html.opacity #header-image img {
	opacity: 0;
	visibility: hidden;
}

@media ( max-width: 1080px ) {
	#header-image {
		margin-top: 0;
		margin-bottom: 20px;
	}

	#header-image img {
		min-height: 240px;
	}
}

@media ( max-width: 900px ) {
	#header-image img {
		min-height: 220px;
	}
}

@media ( max-width: 800px ) {
	#header-image img {
		min-height: 200px;
	}
}

@media ( max-width: 700px ) {
	#header-image img {
		min-height: 180px;
	}
}

@media ( max-width: 600px ) {
	#header-image img {
		min-height: 160px;
	}
}

@media ( max-width: 500px ) {
	#header-image img {
		min-height: 140px;
	}
}

@media ( max-width: 400px ) {
	#header-image img {
		min-height: 120px;
	}
}

/* Front Page */
#front-page {
	position: relative;
}

#front-page .entry-header {
	display: none;
}

/* Front Page: Slider */
#slider {
	position: relative;
	margin-bottom: 24px;
}

#slider .slides,
#slider .slides .slide-item {
	max-width: 1080px;
	width: 100%;
	background-size: cover;
}

#slider .slides:before {
	content: ' ';
	display: block;
	margin-top: 59%;
}

#slider .slides {
	position: relative;
	overflow: hidden;
}

#slider .slides .slide-item {
	display: none;

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);

	-webkit-transition: all 1s cubic-bezier(0.175, 0.885, 0.240, 1.275);
	-moz-transition: all 1s cubic-bezier(0.175, 0.885, 0.240, 1.275);
	-ms-transition: all 1s cubic-bezier(0.175, 0.885, 0.240, 1.275);
	-o-transition: all 1s cubic-bezier(0.175, 0.885, 0.240, 1.275);
	transition: all 1s cubic-bezier(0.175, 0.885, 0.240, 1.275);
}

#slider .slides .slide-item.active {
	display: block;

	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

#slider .slides .slide-item.previous {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

#slider .slides .slide-item .slider-img,
#slider .slides .slide-item .mobile-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	background: center no-repeat;
	background-size: cover;
}

@media ( max-width: 1080px ) {
	#slider .slides .slide-item.has-mobile .slider-img {
		display: none !important;
	}

	#slider .slides .slide-item.has-mobile .mobile-img {
		display: block !important;
	}
}

html.opacity #slider .slides .slide-item {
	display: block;
	visibility: hidden;
	opacity: 0;
}

html.opacity #slider .slides .slide-item.active {
	display: block;
	visibility: visible;
	opacity: 1;
}

#slider .slides .slide-item a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#slider .markers {
	margin-top: 5px;
	position: relative;
	clear: both;
}

#slider .markers .marker-item {
	position: relative;
	z-index: 90;

	display: inline-block;
	margin: 0 3px;

	width: 13px;
	height: 13px;
	cursor: pointer;

	background: #BEBEBE;
	border-radius: 100%;

	-webkit-transition-duration: 250ms;
	-moz-transition-duration: 250ms;
	transition-duration: 250ms;
}

#slider .markers .marker-item:hover {
	background: #2483C5;
}

#slider .markers .marker-item.active {
	background: #7E7E7E;
}

/* Search form */
#searchform,
.searchform {
	position: relative;
}

#searchform input#s,
.searchform input.text {
	margin: 0;

	vertical-align: top;
	width: 70%;

	font-size: 12px;

	display: block;
	float: left;
}

#searchform input#searchsubmit,
.searchform input.search-button {
	position: absolute;
	right: 0;

	vertical-align: top;
	width: 20%;
	padding-left: 0;
	padding-right: 0;
}

/* Search results */
.search-title {
	font-size: 22px;
	margin: 0 0 10px;
}

article.search-post {
	margin: 0 0 30px;
}

/* Newsletter Widget */
.newsletter-fname-field,
.newsletter-email-field {
	margin-bottom: 14px;
}

.newsletter_subscribe_widget input.text {
	width: 240px;
}

/* Search Results Page */
div.navigation {
	position: relative;
	height: 18px;
	margin-bottom: 14px;
}

div.navigation .next {
	position: absolute;
	right: 0;
}

div.navigation .prev {
	position: absolute;
	left: 0;
}

div.navigation .detail {
	position: absolute;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	text-align: center;
}

/* Sharing button -moz-box */
.entry-sharing {
	display: none;

	float: right;
	text-align: right;
	position: relative;
	z-index: 100;
}

.entry-sharing ul,
.entry-sharing ul li {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}

@media (max-width: 540px) {
	.entry-sharing {
		display: none;
	}

	.entry-title {
		margin-right: 0;
	}
}

.entry-sharing .share-text {
	font-size: 11px;
	line-height: 11px;
	margin: 0 0 3px;
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	color: #898989;
}

.entry-sharing ul {
	height: 22px;
	white-space: nowrap;
}

.entry-sharing ul li a span {
	display: none;
}

.entry-sharing ul li.clear {
	display: none;
}

.entry-sharing ul li.share-item {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 5px;
}

.entry-sharing ul li.share-item a {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: url("http://gorillacapital.com/wp-content/themes/gorilla/images/social-buttons-small.png") 22px 22px no-repeat;
	overflow: hidden;
	-webkit-transition: background 300ms;
	-moz-transition: background 300ms;
	transition: background 300ms;
}

.entry-sharing ul li.share-facebook a {
	background-position: 0 0;
}

.entry-sharing ul li.share-twitter a {
	background-position: -22px 0;
}

.entry-sharing ul li.share-googleplus a {
	background-position: -44px 0;
}

.entry-sharing ul li.share-pinterest a {
	background-position: -66px 0;
}

.entry-sharing ul li.share-facebook a:hover {
	background-position: 0 -22px;
}

.entry-sharing ul li.share-twitter a:hover {
	background-position: -22px -22px;
}

.entry-sharing ul li.share-googleplus a:hover {
	background-position: -44px -22px;
}

.entry-sharing ul li.share-pinterest a:hover {
	background-position: -66px -22px;
}

/* Contact Form 7 Enhancements */
div.wpcf7 {
}

span.wpcf7-form-control-wrap {
	display: block;
	position: relative;
	margin-top: 4px;
	max-width: 350px;
}

span.wpcf7-not-valid-tip {
	position: static;
	top: auto;
	left: auto;

	display: block;
	clear: both;
	width: auto;

	padding: 2px 5px;
	margin: 0;

	color: #FFFFFF;
	text-shadow: none;
	font-size: 14px;
	line-height: 20px;

	border: none;
	background: #FF0000;
}

div.wpcf7 p > label {
	display: block;
	margin: 0 0 3px;
}

textarea.wpcf7-textarea,
input.wpcf7-captchar,
input.wpcf7-text,
input.wpcf7-email {
	width: 100%;
	max-width: 350px;
	display: block;
	margin-bottom: 0;
}

textarea.wpcf7-textarea {
	width: 100%;
}

.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-mail-sent-ng,
.wpcf7-response-output.wpcf7-mail-sent-ok {
	border: none;
	margin: 10px 0;
	padding: 9px 20px;
	font-size: 13px;
	color: #FFFFFF;
	background: #333333;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
	background: #1F824B;
}

.captcha-container {
	display: block;
	margin-top: 4px;
}

.captcha-container img {
	float: left;
	width: 80px;
	margin: 0 5px 0 0;
	border: 4px solid #FFFFFF;
}

.captcha-container input.wpcf7-captchar {
	width: 264px;
	float: right;
}

span.wpcf7-form-control-wrap.offer-your-captcha,
span.wpcf7-form-control-wrap.your-captcha {
	width: auto;
	margin: 0;
	float: left;
}

p.submit-form {
	clear: both;
}

/* WPCF7: Font awesome errors */
span.wpcf7-not-valid-tip {
	background: none;
	color: #FF0000;
	font-weight: 400;
	margin: 1px 0 3px;

	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 100%;
	width: auto;
	white-space: nowrap;
	background: #FFFFFF;
}

span.wpcf7-not-valid-tip:before {
	content: '\f071';
	margin-right: 5px;

	/* Font awesome default */
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media ( max-width: 800px ) {
	span.wpcf7-not-valid-tip {
		position: static;
		top: auto;
		left: auto;
		margin: 3px 5px;
		padding: 0;
	}
}

/* WPCF7 Phone Field */
span.wpcf7-form-control-wrap.phone-a,
span.wpcf7-form-control-wrap.phone-b {
	display: inline-block;
	width: 48px;
}

span.wpcf7-form-control-wrap.phone-a span.wpcf7-not-valid-tip,
span.wpcf7-form-control-wrap.phone-b span.wpcf7-not-valid-tip {
	display: none;
}

span.wpcf7-form-control-wrap.phone-c {
	display: inline-block;
	width: 64px;
}

/* WPCF7 Block (Table-like form) */
div.wpcf7 .cf7block p:after {
	content: '';
	clear: both;
	display: block;
}

@media ( min-width: 801px ) {
	div.wpcf7 .cf7block p {
		margin-left: 240px;
	}

	div.wpcf7 .cf7block p > label {
		display: block;
		margin-left: -240px;
		width: 220px;
		float: left;
		line-height: 32px;
		text-align: right;
		font-size: 16px;
		line-height: 1.5;
	}

	div.wpcf7 .cf7block strong {
		display: block;
	}
}

@media ( max-width: 1080px ) {
	div.wpcf7 .cf7block span.wpcf7-not-valid-tip {
		position: static;
		top: auto;
		left: auto;
		margin: 3px 5px;
		padding: 0;
	}
}

/* Directory shortcode */
#wrapper #contact-list,
#wrapper #contact-list li.contact {
	list-style: none;
	margin: 0;
	padding: 0;
}

#wrapper #contact-list li.contact {
	margin: 20px 0 20px;
	padding: 0 0 20px;
	border-bottom: 2px solid #0F1D41;
}

#contact-list .att-photo {
	float: left;
	width: 150px;
	text-align: right;
	max-height: 200px;
	margin: 0 10px 0 0;
}

#contact-list .att-photo img {
	max-width: 100%;
	height: auto;
	max-height: 200px;
}

#contact-list .att-name {
	margin-left: 160px;

	font-size: 30px;
	text-transform: uppercase;
	line-height: 1em;
	margin: 0 0 3px;
	color: #0F1D41;
}

#contact-list .att-position {
	margin-left: 160px;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 5px;
}

#contact-list .att-biography {
	margin-left: 160px;
	margin-top: 14px;
}

#wrapper #contact-list li.contact:nth-last-child(2) {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

/* Lightbox Core */
#lightbox-title,
#lightbox-content,
#lightbox-ok,
#lightbox-close,
#lightbox-controls .sep {
	display: none;
}

#lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1500;

	width: 100%;
	height: 100%;

	cursor: pointer;
}

#lightbox {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1600;

	width: 420px;
	margin-left: -210px;

	cursor: auto;
}

#lightbox-content {
	margin: 8px 10px 16px;
	overflow: auto;
	max-height: 400px;
}

#lightbox-content > :last-child {
	margin-bottom: 0;
}

#lightbox-title {
	padding: 8px 10px 6px;

	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
}

#lightbox-controls {
	text-align: center;
}

#lightbox-ok,
#lightbox-close {
	display: inline-block;
	margin: 0 5px;
	padding: 10px 12px;
}

#lightbox-controls .sep {
	display: inline-block;
	width: 5px;

	font-size: 14px;
	text-align: center;
}

/* Lightbox Theme */
#lightbox-overlay {
	background: #474747;
	background: rgba(54, 54, 54, 0.5);
}

#lightbox {
	color: #333333;

	background: #FFFFFF;
}

#lightbox-controls {
	padding: 10px 0;
	background: #FFFFFF;
}

/* ==========================================================================
Affiliate Enhancements
========================================================================== */
#ae-form {
	margin: 10px 0 20px;
}

#ae-form .ae-field {
	margin: 5px 0 10px;
}

#ae-form .ae-section {
	margin: 0 0 14px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #2B2B2B;
}

#ae-form .ae-section.ae-submit {
	margin-top: 30px;
}

#ae-form .ae-section-header {
	margin: 20px 0 10px;
}

#ae-form .ae-section.ae-full-name,
#ae-form .ae-section.ae-password,
#ae-form .ae-section.ae-other,
#ae-form .ae-section.ae-submit {
	padding-bottom: 0;
	border-bottom: none;
}

#ae-form .ae-field label {
	display: block;
	margin: 0 0 2px;
	color: #888888;
	cursor: pointer;
}

#ae-form .ae-field input.input-text {
	padding: 4px 6px;

	width: 330px;
}

#ae-form .ae-field p.description {
	margin: 5px 0 10px;
	font-style: italic;
	color: #888888;
}

input.aff-url {
	display: block;
	color: #555555;
	background: #FFFFFF;
	box-shadow: none;
	border: 1px solid #D9D9D9;
	padding: 2px 5px;
	font-size: 12px;
	width: 100%;
	width: calc(100% - 10px);
	margin: 5px 0;
}

#affiliate-url {
	padding: 20px 30px;
	margin: 15px 0;

	background: #F8F8F8;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	border-radius: 3px;
}

#affiliate-url input.aff-url {
	width: 420px;
}

/* Table plugin settings */
.ld-table {
	position: relative;
}

.ld-table .table-row {
	border-width: 0;
	border-color: #F1F1F1;
}

.ld-table .table-cell {
	display: block;
	float: left;
	box-sizing: border-box;
	border-width: 0;
	border-color: #F1F1F1;
}

.ld-table .cell-content {
	padding: 2px 3px;
}

.ld-table .cell-content > :first-child {
	margin-top: 0;
	padding-top: 0;
}

.ld-table .cell-content > :last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.ld-table.has-border .table-row {
	border-bottom-width: 1px;
}

.ld-table.has-border .table-cell {
	border-right-width: 1px;
}

.ld-table.has-border .table-row:first-child {
	border-top: 1px solid #E2E2E2;
}

.ld-table.has-border .table-row .table-cell:first-child {
	border-left: 1px solid #E2E2E2;
}

.ld-table.has-border .table-row .table-cell:nth-last-child(2) {
	border-right: 1px solid #E2E2E2;
}

.ld-table.has-border .table-row:last-child {
	border-bottom: 1px solid #E2E2E2;
}

.ld-table.border-dashed .table-cell,
.ld-table.border-dashed .table-row {
	border-style: dashed;
}

.ld-table.border-dotted .table-cell,
.ld-table.border-dotted .table-row {
	border-style: dotted;
}

.ld-table.border-solid .table-cell,
.ld-table.border-solid .table-row {
	border-style: solid;
}

.ld-table.border-none .table-cell,
.ld-table.border-none .table-row {
	border-style: none;
}

.ld-table .table-row.row-header,
.ld-table .table-cell.col-header {
	background: #F1F1F1;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.1;
}

.ld-table .table-row.row-header {
	border-bottom: 2px solid #E2E2E2;
}

.ld-table .table-row.row-header .table-cell {
	border-right: 1px solid #E2E2E2;
}

.ld-table .table-cell.col-header {
	border-right: 2px solid #E2E2E2;
}

.ld-table.col-header .table-row {
	border-bottom: 1px solid #E2E2E2;
}

/* Gorilla Capital SVG USA Map */
.gorilla_map {
	position: relative;
	width: 100%;
}

.gorilla_map:before {
	content: ' ';
	display: block;
	padding-top: 60%; /* Aspect ratio: 5:3 */
}

.gorilla_map svg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.gorilla_map svg .circle,
.gorilla_map svg .state {
	fill: #FFFFFF;
	stroke: #001F5B;
	stroke-width: 1;
	stroke-linejoin: round;
}

.gorilla_map svg .state.state-joint-venture {
	stroke-width: 2;
	fill: #84C340;
	stroke: #689338;
	cursor: pointer;
}

.gorilla_map svg .state.state-gorilla {
	stroke-width: 2;
	fill: #003E7E;
	stroke: #113376;
	cursor: pointer;
}

/*
html.no-touch .gorilla_map svg .state:hover {
  fill: #F0F0F0;
}
html.no-touch .gorilla_map svg .state:active,
.gorilla_map svg .state:active {
  fill: #CFCFCF;
}
*/

html.no-touch .gorilla_map svg .state-joint-venture:hover {
	fill: #9DCF68;
}

html.no-touch .gorilla_map svg .state-joint-venture:active,
.gorilla_map svg .state-joint-venture:active {
	fill: #54881C;
}

html.no-touch .gorilla_map svg .state-gorilla:hover {
	fill: #195290;
}

html.no-touch .gorilla_map svg .state-gorilla:active,
.gorilla_map svg .state-gorilla:active {
	fill: #072E57;
}

html.no-touch .gorilla_map svg .state-joint-venture:hover,
html.no-touch .gorilla_map svg .state-gorilla:hover,
.gorilla_map svg .state-gorilla:active,
.gorilla_map svg .state-joint-venture:active {
	stroke-width: 2.5;
}

html.no-touch .gorilla_map svg .state-joint-venture:hover,
.gorilla_map svg .state-joint-venture:active {
	stroke: #5F8833;
}

html.no-touch .gorilla_map svg .state-gorilla:hover,
.gorilla_map svg .state-gorilla:active {
	stroke: #113376;
}

/* Property archive */
.locator-tpl-locator-archive {
	margin: 20px 40px;
}

.property-thumbnail {
	position: relative;
	width: 420px;
	max-width: 40%;

	margin-right: 40px;
	float: left;
}

.property-thumbnail .bg-image a img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

html.backgroundsize .property-thumbnail .bg-image a img {
	opacity: 0;
}

.property-thumbnail .bg-image {
	padding-top: 60%;
	background: center no-repeat;
	background-size: cover;
}

.property-thumbnail .bg-image a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;

	display: block;
	width: 100%;
	height: 100%;
}

.property-details {
	padding: 20px 0 0;
	overflow: hidden;
}

.property-price {
	margin: 0 0 3px;
}

.property-price a {
	text-decoration: none;
}

.property-price a:after {
	display: none;
}

.property-meta {
	margin: 25px 0 0;
	overflow: hidden;
}

.property-meta .meta-col-left,
.property-meta .meta-col-right {
	width: 50%;
	float: left;
	min-width: 120px;
}

.property-thumbnail.no-image {
	background: #E2E2E1;
}

.property-thumbnail.no-image:after {
	position: absolute;
	top: 50%;
	display: block;
	width: 100%;
	margin-top: -45px;
	content: 'Photo\A Coming\A Soon';
	white-space: pre-line;
	color: #474747;
	font-size: 20px;
	line-height: 30px;
	font-family: "museo-slab", Rockwell, Georgia, Times, Times New Roman, serif;
	font-weight: 300;
	text-align: center;
}

.property-view {
	display: none;
}

/* Property status hover tip */
.price-status-tip-wrap .price-status-tip {
	display: none;

	position: absolute;
	top: 100%;
	left: 0;

	padding-top: 10px;

	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: none;
}

.price-status-tip-wrap:hover .price-status-tip {
	display: block;
}

a .price-status-tip:before {
	display: block;
	content: ' ';
	position: absolute;
	top: -5px;
	left: 5px;
	border: 10px solid transparent;
	border-top-width: 0;
	border-bottom-color: #84C340;
}

.price-status-tip .tip-inner {
	background: #84C340;
	padding: 10px 25px;
}

.property-price a {
	position: relative;
	display: inline-block;
}

/* Property sold ribbon */
.property-ribbon {
	position: absolute;
	top: -5px;
	right: -5px;

	width: 150px;
	height: 150px;
	overflow: hidden;
}

.property-ribbon .ribbon-inner {
	position: relative;
	padding: 7px 0;
	right: 45px;
	top: 43px;
	width: 200px;

	padding: 7px 25px;
	font: bold 15px Sans-Serif;
	color: #FFFFFF;
	text-align: center;
	text-shadow: #001F3F 0 1px 0;

	background-color: #003E7E;

	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);

	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.property-ribbon .ribbon-inner:before,
.property-ribbon .ribbon-inner:after {
	content: "";
	border-top: 3px solid #001E3C;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	position: absolute;
	bottom: -3px;
}

.property-ribbon .ribbon-inner:before {
	left: 28px;
}

.property-ribbon .ribbon-inner:after {
	right: 12px;
}

/* Property stuses */
.property-archive.property-status-sold .bg-image a {
	background: rgba(255, 255, 255, 0.35);
}

.property-ribbon {
	z-index: 10;
}

.property-archive.property-status-sold .property-details {
	opacity: 0.65;
}

/* Property tag: Floating icon */

/*
.property-tag {
    position: absolute;
    bottom: 10px;
    left: -5px;
    background: #e2e2e1;
    padding-left: 40px;
    padding-right: 10px;
    height: 40px;
}

.property-tag .gc-icon {
    position: absolute;
    left: 9px;
    top: 4px;
}


.property-tag:before {
    content: ' ';
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    border: 5px solid #aaa;
    border-right-width: 0;
    border-top-width: 0;
    border-left-color: transparent;
}

.property-tag .gc-text {
  color: #fff;
}



.property-thumbnail .property-tag .gc-text {
  width: auto;
  margin-left: 0;
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;

  transition: all 0.2s linear;
  line-height: 40px;
}

.property-thumbnail:hover .property-tag .gc-text {
  transition: max-width 0.3s linear;
  max-width: 400px;
  margin-left: 5px;
}

.property-tag,
.property-tag:before {
  transition:
    color 0.4s linear,
    border-bottom-color 0.4s linear,
    background-color 0.4s linear;
}


html.touch .property-thumbnail .property-tag,
.property-thumbnail:hover .property-tag {
    background: #003E7E;
}
html.touch .property-thumbnail .property-tag:before,
.property-thumbnail:hover .property-tag:before {
    border-bottom-color: #001f3f;
}

html.touch .property-thumbnail .property-tag span.gc-icon.gc-icon-finance,
.property-thumbnail:hover .property-tag span.gc-icon.gc-icon-finance {
  background-position: -284px -78px;
}
html.touch .property-thumbnail .property-tag span.gc-icon.gc-icon-finance,
.property-thumbnail:hover .property-tag span.gc-icon.gc-icon-finance {
  background-position: -284px -78px;
}
html.touch .property-thumbnail .property-tag span.gc-icon.gc-icon-remodel-complete,
.property-thumbnail:hover .property-tag span.gc-icon.gc-icon-remodel-complete {
  background-position: -316px -78px;
}
html.touch .property-thumbnail .property-tag span.gc-icon.gc-icon-remodel-in-progress,
.property-thumbnail:hover .property-tag span.gc-icon.gc-icon-remodel-in-progress {
  background-position: -348px -78px;
}
html.touch .property-thumbnail .property-tag span.gc-icon.gc-icon-as-is,
.property-thumbnail:hover .property-tag span.gc-icon.gc-icon-as-is {
  background-position: -379px -78px;
}
*/

/* Property Single */
body.single-property .tpl,
body.single-property .inside {
	margin-top: 0;
}

.property-header {
	text-align: center;
	margin: 20px 0 30px;
}

.property-header h1 {
	margin: 0;
}

.property-header h2 {
	margin: 0;
}

.property-header .directions-link {
	margin: 10px 0;
	font-family: "museo-slab", Rockwell, Georgia, Times, Times New Roman, serif;
}

.property-header .directions-link a {
	text-transform: uppercase;
	color: #474747;
}

.property-header h3 {
	color: #84C340;
	font-size: 32px;
	line-height: 32px;
	margin: 15px 0;
}

.property-header .property-mortgage {
	display: none;
}

.property-header .property-mortgage p {
	margin: 5px 0;
	font-size: 18px;
	line-height: 18px;
}

.property-header .property-mortgage h3 {
	font-size: 24px;
	line-height: 24px;
	margin: 0;
}

.property-colums {
	margin: 0 10px 50px;
}

.property-colums .property-col-left {
	float: left;
	width: 50%;
	overflow: hidden;
}

.property-colums .property-col-right {
	float: left;
	width: 50%;
	overflow: hidden;
}

.property-meta-single .meta-label {
	width: 180px;
	float: left;
	text-align: right;
	margin-right: 20px;
}

.property-meta-single .meta-value {
	margin-left: 200px;
}

/* Property slider customizations */
.property .image-slider {
	max-width: 720px;
	margin: 0 auto;
}

.property .image-slider .slick-prev,
.property .image-slider .slick-next {
	display: none;
	visibility: hidden;
	opacity: 0;
}

.property .image-slider .slick-slider .slide-item .slide-bg {
	padding-top: 66%;
}

.property .image-slider .slide-item .slide-bg {
	background-size: contain;
}

/* Mortgage Calculator */
.property-mortgage {
	position: relative;
	font-size: 18px;
}

.property-mortgage-calculator {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 100;
	width: 500px;
	margin-left: -250px;
	box-shadow: 0 0 2px 0 #FFFFFF;
}

.property-mortgage-calculator .mortgage-calculator {
	background: #E2E2E1;
	border-radius: 10px;
	margin-top: 12px;
	padding: 20px 60px;
}

.property-mortgage .mortgage-calculator:before {
	content: ' ';
	display: block;

	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -12px;

	border: 12px solid rgba(0, 0, 0, 0);
	border-bottom-color: #E2E2E1;
	border-top-width: 0;
}

.property-mortgage h2.mcalc-title {
	color: #474747;
	font-size: 24px;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: none;
	text-align: center;

	margin: 0 0 20px;
}

.property-mortgage-button {
	width: 240px;
	margin: 0 auto;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;

	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.property-mortgage-button:hover h3 {
	color: #003E7E;
}

.mcalc-input-wrap {
	position: relative;
	display: inline-block;
	width: 160px;
	height: 30px;
}

.mcalc-input-wrap.mcalc-percentage {
	width: 75px;
}

.mcalc-input-wrap input {
	width: 100%;
	height: 100%;
}

.mcalc-input-wrap .mcalc-overlay {
	position: absolute;
	z-index: 20;
	top: 0;
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: visible;
}

.mcalc-input-wrap.mcalc-dollarsign .mcalc-overlay {
	left: 8px;
	color: #BBBBBB;
}

.mcalc-input-wrap.mcalc-dollarsign input {
	padding-left: 22px;
}

.mcalc-input-wrap.mcalc-percentage .mcalc-overlay {
	right: 8px;
	color: #AAAAAA;
}

.mcalc-input-wrap.mcalc-percentage input {
	padding-right: 24px;
	text-align: right;
}

.mcalc-inputs .field-row, .mcalc-output .out-row {
	clear: both;
}

.mcalc-inputs .field-content, .mcalc-output .out-value {
	margin-left: 200px;
	text-align: left;
}

.mcalc-inputs .field-row label, .mcalc-output .out-label {
	width: 180px;
	float: left;
	text-align: right;
	white-space: nowrap;
}

.mcalc-inputs .field-down_payment .mcalc-down_payment-preview {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	margin-left: 5px;
	line-height: 30px;
	font-size: 16px;
}

.mcalc-inputs .field-down_payment .field-content {
	white-space: nowrap;
}

.out-value span strong {
	font-weight: 400;
	margin: 0 0 0 3px;
}

.mcalc-output .out-row {
	height: 30px;
}

.mcalc-sep {
	margin: 14px 0;
	height: 2px;
	background: #84C340;
	overflow: hidden;
}

.mcalc-inputs .field-row {
	height: 30px;
	margin: 4px 0;
}

.mcalc-input-wrap input {
	outline: none;
	border: none;
}

.mcalc-input-wrap:hover input {
	box-shadow: inset 0 0 0 0 #003E7E, 0 0 2px #003E7E;
}

.mcalc-input-wrap input:focus {
	box-shadow: 0 0 2px 1px #003E7E;
}

/* Mortgage Calculator: Responsive design */
@media (max-width: 800px) {
	.property-mortgage-button {
		margin: 0;
	}

	.property-mortgage-calculator {
		position: absolute;
		top: -50px;
		left: 240px;
		width: 400px;
		margin-left: 0;
	}

	.property-mortgage-calculator .mortgage-calculator {
		padding: 20px 30px;
	}

	.property-mortgage .mortgage-calculator:before {
		top: 72px;
		left: -12px;
		margin-left: 0;
		border-top-width: 12px;
		border-left-width: 0;
		border-bottom-color: transparent;
		border-right-color: #E2E2E1;
	}

	.property-mortgage {
		font-size: 16px;
	}

	.mcalc-inputs .field-row label,
	.mcalc-output .out-label {
		width: 140px;
		white-space: nowrap;
	}

	.mcalc-inputs .field-content, .mcalc-output .out-value {
		margin-left: 160px;
		text-align: left;
	}
}

@media (max-width: 640px) {
	.property-mortgage-calculator {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		max-width: none;
		margin: 20px -10px;
		padding: 0;
		background: #E2E2E1;
	}

	.property-mortgage-calculator .mortgage-calculator {
		border-radius: 0;
		margin: 0 auto;
		padding: 20px 0;
		width: 360px;
		background: none;
	}

	.property-mortgage-calculator .mortgage-calculator:before {
		display: none;
	}
}

/* Full mortgage calculator (shortcode) */
.full-mortgage {
	font-size: 18px;
}

.full-mortgage .mcalc-input-wrap input {
	box-shadow: 0 0 1px #B3B3B3;
	border: 1px solid #CDCDCD;
}

.full-mortgage .mcalc-input-wrap input:hover {
	box-shadow: 0 0 1px #003E7E;
	border: 1px solid #003E7E;
	box-shadow: 0 0 1px rgba(0, 62, 126, 0.5);
	border: 1px solid rgba(0, 62, 126, 0.5);
}

.full-mortgage .mcalc-input-wrap input:focus {
	box-shadow: 0 0 1px #003E7E;
	border: 1px solid #003E7E;
}

/*
// Alternative input layout: Blue fields with white text
.full-mortgage .mcalc-input-wrap input {
  background: #003E7E;
  box-shadow: none;
  color: #fff;
}
.full-mortgage .mcalc-input-wrap .mcalc-overlay {
  color: #A0B4CA;
}
.full-mortgage .mcalc-input-wrap input:hover {
  background: #003E7E;
  box-shadow: 0 0 5px #003e7e, inset 0 0 0 1px #fff;
}
.full-mortgage .mcalc-input-wrap input:focus {
  background: #003E7E;
}
*/

.full-mortgage h2.mcalc-title {
	color: #474747;
	font-size: 24px;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: none;
	margin: 30px 0 15px;
}

.detailed-output .result-value span.dollars {
	font-family: courier new, monospace;
	width: 140px;
	text-align: right;
	display: inline-block;
}

.detailed-output .result-value span.decimal {
	color: #888888;
}

.detailed-output .out-row {
	height: auto;
}

.detailed-output .out-label {
	display: block;
	float: none;
	width: auto;
	text-align: left;

	font-family: "museo-slab", Rockwell, Georgia, Times, Times New Roman, serif;
	font-weight: 300;
	line-height: 1.1;
	color: #003E7E;
	text-transform: uppercase;
	margin: 24px 0 16px;
}

.detailed-output .out-value {
	margin: 0;
	float: none;
}

.detailed-output .result-label {
	float: left;
	width: 145px;
	margin-right: 10px;
	white-space: nowrap;
}

/* Single property: Sales rep card */
.sales-rep-card .bg-image {
	float: left;
	width: 150px;
	height: 150px;
	overflow: hidden;
	background-size: cover;
	border-radius: 100%;
	margin-right: 40px;
}

.sales-rep-card .bg-image img {
	width: 100%;
	height: 100%;
}

html.no-backgroundsize .sales-rep-card .bg-image {
	background-image: none !important;
}

html.backgroundsize .sales-rep-card .bg-image img {
	display: none;
}

.sales-rep-card .rep-details {
	overflow: hidden;
	padding-top: 5px;
}

.sales-rep-card .rep-meta .meta-item {
	clear: both;
}

.sales-rep-card .rep-meta .meta-label {
	width: 32px;
	height: 30px;
	float: left;
	margin-right: 6px;
}

.sales-rep-card .rep-meta .meta-value {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	line-height: 30px;
}

.sales-rep-card .rep-meta .meta-value a {
	color: #434343;
	text-decoration: none;
}

html.no-touch .sales-rep-card:hover .rep-meta .meta-value a {
	color: #003E7E;
}

.sales-rep-card .rep-meta .meta-value a:hover {
	text-decoration: underline;
}

.gc-icon {
	display: inline-block;
	width: 32px;
	height: 30px;
	overflow: hidden;

	background: url("http://gorillacapital.com/wp-content/themes/gorilla/images/sprites-b.png") -1000px -1000px no-repeat;
}

.gc-icon span {
	position: absolute;
	top: -100000px;
}

.gc-icon.gc-icon-phone {
	background-position: -443px -138px;
}

.gc-icon.gc-icon-email {
	background-position: -411px -138px;
}

/* Single property: Status icons */
.property-meta-single span.gc-text {
	margin-right: 5px;
}

.property-meta-single span.gc-icon {
	margin: -8px 0;
}

span.gc-icon.gc-icon-sold {
	background-position: -252px -138px;
}

span.gc-icon.gc-icon-finance {
	background-position: -284px -138px;
}

span.gc-icon.gc-icon-remodel-complete {
	background-position: -316px -138px;
}

span.gc-icon.gc-icon-remodel-in-progress {
	background-position: -348px -138px;
}

span.gc-icon.gc-icon-as-is {
	background-position: -379px -138px;
}

/* Archive property status icons */
a span.gc-icon.gc-icon-sold {
	background-position: -252px -48px;
}

a span.gc-icon.gc-icon-finance {
	background-position: -284px -48px;
}

a span.gc-icon.gc-icon-remodel-complete {
	background-position: -316px -48px;
}

a span.gc-icon.gc-icon-remodel-in-progress {
	background-position: -348px -48px;
}

a span.gc-icon.gc-icon-as-is {
	background-position: -379px -48px;
}

a:hover span.gc-icon.gc-icon-sold {
	background-position: -252px -18px;
}

a:hover span.gc-icon.gc-icon-finance {
	background-position: -284px -18px;
}

a:hover span.gc-icon.gc-icon-remodel-complete {
	background-position: -316px -18px;
}

a:hover span.gc-icon.gc-icon-remodel-in-progress {
	background-position: -348px -18px;
}

a:hover span.gc-icon.gc-icon-as-is {
	background-position: -379px -18px;
}

a:active span.gc-icon.gc-icon-sold {
	background-position: -252px -108px;
}

a:active span.gc-icon.gc-icon-finance {
	background-position: -284px -108px;
}

a:active span.gc-icon.gc-icon-remodel-complete {
	background-position: -316px -108px;
}

a:active span.gc-icon.gc-icon-remodel-in-progress {
	background-position: -348px -108px;
}

a:active span.gc-icon.gc-icon-as-is {
	background-position: -379px -108px;
}

/* Single Property: Property icon controls */
.property-controls {
	margin: 0 auto 40px;

	text-align: center;
	white-space: nowrap;
}

.property-controls button.control {
	width: 25%;
	float: left;
	white-space: normal;

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

.control {
	color: #474747;
	font-weight: 400;
	text-transform: lowercase;
}

.control:hover {
	color: #595959;
}

.control:active {
	color: #003C7C;
}

.control .icon {
	display: block;
	width: 90px;
	height: 108px;
	margin: 0 auto 5px;
	background: url("http://gorillacapital.com/wp-content/themes/gorilla/images/sprites-b.png") -1000px -1000px no-repeat;
	background-size: 800px 800px;
}

.control:hover .icon {
	opacity: 0.9;
}

.control-print .icon {
	background-position: 0 -302px;
}

.control-email .icon {
	background-position: -180px -302px;
}

.control-offer .icon {
	background-position: -90px -302px;
}

.control-share .icon {
	background-position: -270px -302px;
}

.control:active .icon {
	opacity: 1;
}

.control-print:active .icon {
	background-position: 0 -194px;
}

.control-email:active .icon {
	background-position: -180px -194px;
}

.control-offer:active .icon {
	background-position: -90px -194px;
}

.control-share:active .icon {
	background-position: -270px -194px;
}

/* Disabled controls (eg, sold property disabled Make an Offer) */
.control.control-disabled .icon {
	opacity: 0.5;
}

.control.control-disabled {
	color: #A3A3A3;
	cursor: not-allowed;
}

.control-print.control-disabled .icon {
	background-position: 0 -302px;
}

.control-email.control-disabled .icon {
	background-position: -180px -302px;
}

.control-offer.control-disabled .icon {
	background-position: -90px -302px;
}

.control-share.control-disabled .icon {
	background-position: -270px -302px;
}

.control .sold-text {
	display: block;
	font-style: italic;
	font-size: 14px;
	line-height: 14px;
}

/* Single Property: Property icon controls -- Sharing */
.pshare a {
	display: block;
	padding: 20px 30px;
	margin: 0 0 5px;

	white-space: nowrap;
	font-weight: 300;
}

.pshare a,
.pshare a:hover,
.pshare a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.pshare a {
	background: #474747;
}

.pshare:hover a {
	background: #606060;
}

.pshare:active a {
	background: #323232;
}

.pshare.pshare-twitter a {
	background: #55ACEE;
}

.pshare.pshare-facebook a {
	background: #3B5998;
}

.pshare.pshare-googleplus a {
	background: #DD4B39;
}

.pshare.pshare-twitter a:hover {
	background: #6FC6FF;
}

.pshare.pshare-facebook a:hover {
	background: #5573B2;
}

.pshare.pshare-googleplus a:hover {
	background: #F76553;
}

.pshare.pshare-twitter a:active {
	background: #2279BB;
}

.pshare.pshare-facebook a:active {
	background: #082665;
}

.pshare.pshare-googleplus a:active {
	background: #AA1806;
}

.pshare .fa {
	margin-right: 20px;
	font-size: 30px;
	vertical-align: middle;
	width: 30px;
}

.pshare a .fa {
	text-shadow: 2px 2px rgba(0, 0, 0, 0.15);
}

.pshare a:hover .fa {
	text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
}

.pshare a:active .fa {
	text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}

.pshare-facebook .fa:before {
	content: "\f082";
}

.pshare-googleplus .fa:before {
	content: "\f0d5";
}

.pshare-twitter .fa:before {
	content: "\f099";
}

.pshare-sms .fa:before {
	content: "\f095";
}

.pshare.pshare-twitter a .fa {
	text-shadow: 2px 2px #3C93D5;
}

.pshare.pshare-facebook a .fa {
	text-shadow: 2px 2px #22407F;
}

.pshare.pshare-googleplus a .fa {
	text-shadow: 2px 2px #C43220;
}

.pshare.pshare-twitter a:hover .fa {
	text-shadow: 2px 2px #56ADE6;
}

.pshare.pshare-facebook a:hover .fa {
	text-shadow: 2px 2px #3C5A99;
}

.pshare.pshare-googleplus a:hover .fa {
	text-shadow: 2px 2px #DE4C3A;
}

.pshare.pshare-twitter a:active .fa {
	text-shadow: 2px 2px #0960A2;
}

.pshare.pshare-facebook a:active .fa {
	text-shadow: 2px 2px #000D4C;
}

.pshare.pshare-googleplus a:active .fa {
	text-shadow: 2px 2px #910000;
}

@media ( min-width: 800px ) {
	.pshare-sms {
		display: none;
	}
}

/* Single Property: Property icon controls - Magnific Popup customizations */
.mfp-wrap {
	z-index: 9010 !important;
}

.mfp-bg {
	z-index: 9008 !important;
}

.mfp-wrap #property-share {
	max-width: 400px;
}

.mfp-wrap div.control-content {
	position: relative;
	background: #FFFFFF;
	padding: 20px;
	width: auto;
	max-width: 480px;
	margin: 10px auto;
}

/* Single property: Responsive */
.property-description h2.description-title {
	display: none;
}

@media (max-width: 800px) {
	/* Disable the two column layout */
	.property-colums .property-col-left,
	.property-colums .property-col-right {
		float: none;
		width: auto;
		overflow: visible;
	}

	/* Put meta beside sales rep contact card */
	.property-header {
		text-align: left;
		margin: 20px 10px 30px;
	}

	.property-description {
		margin: 30px 0;
	}

	.property-description h2.description-title {
		display: block;
		margin: 0 0 16px;
	}

	/* Compact meta layout */
	.property-meta-single .meta-label {
		text-align: left;
		width: 140px;
		white-space: nowrap;
	}

	.property-meta-single .meta-value {
		margin-left: 150px;
	}

	.property-meta-single .meta-item:nth-child(even) {
		background: #EDF0F4;
		margin: 0 -10px;
		padding: 0 10px;
	}

	.property-meta-single .meta-label {
		font-weight: 400;
	}

	.property-meta-single .meta-label:after {
		content: ":";
	}

	/* Resize rep card, especially the image */
	.rep-meta {
		margin-top: 5px;
	}

	.sales-rep-card .bg-image {
		width: 120px;
		max-width: 30%;
		margin-right: 20px;
	}

	html.no-generatedcontent .sales-rep-card .bg-image {
		max-width: none;
		height: 120px;
	}

	html.generatedcontent .sales-rep-card .bg-image {
		width: 150px;
		height: auto;
	}

	html.generatedcontent .sales-rep-card .bg-image:before {
		content: ' ';
		display: block;
		padding-top: 100%;
	}
}

@media (max-width: 540px) {
	/* Make the property meta contrast against other elements with a gray background, and correct the spacing*/
	.property-header {
		margin: 20px 10px;
	}

	.property-description {
		margin: 20px 0 30px;
	}

	/* Property control icons: Small layout */
	html.backgroundsize .control .icon {
		width: 45px;
		height: 54px;
	}

	html.backgroundsize .control .icon {
		background-size: 400px 400px;
	}

	/* 50% size sprites, for high density displays */
	html.backgroundsize .control-print .icon {
		background-position: 0 -151px;
	}

	html.backgroundsize .control-email .icon {
		background-position: -90px -151px;
	}

	html.backgroundsize .control-offer .icon {
		background-position: -45px -151px;
	}

	html.backgroundsize .control-share .icon {
		background-position: -135px -151px;
	}

	html.backgroundsize .control-print:active .icon {
		background-position: 0 -97px;
	}

	html.backgroundsize .control-email:active .icon {
		background-position: -90px -97px;
	}

	html.backgroundsize .control-offer:active .icon {
		background-position: -45px -97px;
	}

	html.backgroundsize .control-share:active .icon {
		background-position: -135px -97px;
	}

	/* 100% size, smaller sprites, for high density displays */
	html.no-backgroundsize .control-print .icon {
		background-position: 0 -463px;
	}

	html.no-backgroundsize .control-email .icon {
		background-position: -90px -463px;
	}

	html.no-backgroundsize .control-offer .icon {
		background-position: -45px -463px;
	}

	html.no-backgroundsize .control-share .icon {
		background-position: -135px -463px;
	}

	html.no-backgroundsize .control-print:active .icon {
		background-position: 0 -410px;
	}

	html.no-backgroundsize .control-email:active .icon {
		background-position: -90px -410px;
	}

	html.no-backgroundsize .control-offer:active .icon {
		background-position: -45px -410px;
	}

	html.no-backgroundsize .control-share:active .icon {
		background-position: -135px -410px;
	}

	/* Disable the print icon */
	.property-controls button.control {
		width: 33.32%;
		float: left;
	}

	.control-print {
		display: none;
	}

	/* Smaller sharing buttons in the "Share" popup */
	.pshare a {
		padding: 10px 15px;
	}

	/* Fix wrapping captcha text -moz-box */
	.pshare a {
		padding: 10px 15px;
	}

	span.captcha-container {
		max-width: 350px;
	}

	span.wpcf7-form-control-wrap.offer-your-captcha {
		max-width: 60%;
		max-width: calc(100% - 102px);
		float: right;
	}

	span.wpcf7-form-control-wrap.offer-your-captcha input {
		max-width: 100%;
	}
}

@media (max-width: 430px) {
	/* Make the property meta be inline, not columns */
	.property-meta-single .meta-label,
	.property-meta-single .meta-value {
		width: auto;
		margin: 0;
		display: inline-block;
	}

	.property-meta-single .meta-label {
		margin-right: 5px;
	}

	.property-meta-single .meta-item {
		padding: 2px 0;
	}

	.property-meta-single .meta-item:nth-child(even) {
		padding-top: 2px;
		padding-bottom: 2px;
	}
}

/* Magnific Popup Styles */
.mfp-wrap h2:first-child {
	margin-top: 0;
}

.mfp-bg {
	background: #474747;
}

.mfp-wrap span.wpcf7-not-valid-tip {
	position: relative;
	top: auto;
	left: auto;
	margin: 0;
}

/* Magnific Popup Animation */
.mfp-bg {
	opacity: 0;
	transition: opacity 0.3s linear;
}

.mfp-bg.mfp-ready {
	opacity: 0.75;
}

.mfp-wrap {
	opacity: 0;
	transition: opacity 0.3s linear;
}

.mfp-wrap.mfp-ready {
	opacity: 1;
}

/* Google map */
#locator-map {
	margin: 0 0 20px;
	height: 450px;
	max-height: 90vh;
	text-align: left;
}

.entry-content .gm-style img {
	max-width: none;
	height: auto;
}

/* Google map: Singular pages */
#locator-map.map-single {
	height: 280px;
	max-height: 40vh;
}

/* Google map: Info window */
.loc-info {
	width: 450px;

	max-width: 100%;
	min-width: 320px;

	min-height: 40px;
	max-height: 300px;
}

@media(max-width: 450px){
    .loc-info{
        width: 200px;min-width: 200px;
    }
}

.loc-info a {
	text-decoration: underline;
}

.loc-info a:after {
	display: none;
}

/* Google map: Info window with property archive template */
.loc-info .property-view {
	display: block;
	margin-top: 10px;
}

.loc-info .property-view a {
	font-size: 14px;
	text-decoration: none;
}

.loc-info .locator-tpl-locator-archive {
	margin: 0;
}

.loc-info .property-thumbnail {
	width: 150px;
	margin-right: 10px;
}

.loc-info .property-thumbnail .bg-image {
	padding-top: 100%;
}

.loc-info .property-thumbnail.no-image {
	display: none;
}

.loc-info .property-details {
	padding-top: 5px;
}

.loc-info h1.property-price {
	margin: 0;
	font-size: 24px;
	line-height: 24px;
}

.loc-info .property-details {
	font-size: 16px;
	line-height: 24px;
}

.loc-info h1.property-price a {
	text-decoration: none;
}

.loc-info .property-meta {
	margin-top: 10px;
}

.loc-info .property-meta .meta-item {
	white-space: nowrap;
	margin-right: 10px;
}

/* Google locator map: MapEscape scroll handle */
.map {
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
}

.map-wrapper {
	position: relative;
	overflow: hidden;
}

/* top is set to 30px to allow for google maps controls. set to 0 if not using google maps */
.mapescape-scroll {
	background: transparent;
	z-index: 1;
	width: 40px;
	right: 0;
	top: 30px;
	position: absolute;
	transition: right .3s;
	-moz-transition: right .3s; /* Firefox 4 */
	-webkit-transition: right .3s; /* Safari and Chrome */
}

.mapescape-scroll.scroll-inactive {
	right: -40px;
}

.mapescape-scroll-tab {
	width: 35px;
	height: 70px;
	right: 0;
	border-radius: 55px 0 0 55px;
	position: absolute;
	background: #003E7E url("http://gorillacapital.com/wp-content/themes/gorilla/images/scroll-icon.png") 70% 50% no-repeat;
	color: #FFFFFF;
	background-size: 12px 25px;
	transition: top .3s;
	-moz-transition: top .3s; /* Firefox 4 */
	-webkit-transition: top .3s; /* Safari and Chrome */
}

/* active state */
.scroll-active .mapescape-scroll-tab:before {
	content: ' ';
	z-index: -1;
	display: block;
	position: absolute;
	left: -10px;
	top: -10px;
	width: 45px;
	height: 90px;
	right: 0;
	border-radius: 55px 0 0 55px;
	position: absolute;
	background: rgba(255, 255, 255, .9);
	transition: top .3s;
	-moz-transition: top .3s; /* Firefox 4 */
	-webkit-transition: top .3s; /* Safari and Chrome */
}

/* Property Search (With advanced search) */
#property-search {
	position: relative;
	padding-top: 125px;
}

.psform-header {
	background: #E2E2E1;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 125px;
}

.psform-header-submit {
	float: right;
	width: 230px;
	text-align: center;
}

.psform-header-fields .search-field {
	display: inline-block;
	margin: 0 25px;
}

a.psform-link {
	color: #474747;
	font-size: 16px;
	line-height: 16px;
	margin: 0 0 3px;
}

a.psform-link:hover {
	opacity: 0.9;
	text-decoration: underline;
}

a.psform-link:active {
	opacity: 0.9;
	text-decoration: none;
}

.psform input.psform-submit {
	width: 140px;
}

.psform-header-submit {
	margin-top: 15px;
}

.psform-header-fields {
	margin-top: 25px;
}

/* Property search: Advanced */
.psform.psform-advanced .psform-header-fields {
	margin-top: 14px;
}

.psform-advanced .psform-header {
	background: #003E7E;
	color: #FFFFFF;
}

.psform-advanced .psform-submit {
	background: #84C340;
	color: #003E7E;
	font-weight: bold;
}

.psform-advanced .psform-submit:hover {
	background: #91D647;
	color: #003E7E;
}

.psform-advanced .psform-submit:hover:active,
.psform-advanced .psform-submit:active {
	background: #77B03A;
	color: #003E7E;
}

.psform-advanced a.psform-link {
	color: #FFFFFF;
}

.psform-detailed {
	background: #E2E2E1;
	padding: 1px;
}

.psform-detailed .psform-field-group {
	background: #FFFFFF;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.psform-column {
	width: 188px;
	margin: 18px 0 18px 18px;
	float: left;
}

.psform-detailed .psform-field-group:last-child {
	margin-bottom: 0;
}

.psform-column.col-a {
	width: 385px;
	max-width: 38%;
}

.psform-detailed .search-field {
	display: inline-block;
}

.psform-column.col-a .search-field {
	margin: 0 10px;
}

span.search-bedrooms-sep, span.search-price-sep, span.search-bathrooms-sep {
	font-size: 16px;
	text-transform: lowercase;
}

.psform-detailed .search-field {
	max-width: 100%;
}

.psform .group-property_status .field-inner,
.psform .group-sales_rep .field-inner {
	margin: 0 10px;
	width: auto;
}

.psform .group-property_status .field-inner select,
.psform .group-sales_rep .field-inner select {
	text-align: left;
	width: 100%;
}

.psform .sort-item {
	text-align: left;
	font-size: 16px;
}

.search-sort_mode .field-inner {
	margin: 0 10px;
}

.psform .filter-item {
	white-space: nowrap;
}

.psform .search-filter-items {
	margin: 0 10px;
}

span.filter-sep {
	font-size: 0;
	margin-right: 15px;
	visibility: hidden;
}

span.filter-label {
	font-weight: 400;
}

@media (max-width: 1080px) {
	.psform-advanced .psform-header {
		border-radius: 0;
	}
}

@media (max-width: 1080px) and (min-width: 640px) {
	.psform-detailed-inner {
		max-width: 638px;
		margin: 0 auto;
	}

	.psform-column.col-b {
		clear: both;
	}

	.psform-column.col-a {
		width: 600px;
		max-width: 100%;
		max-width: calc(100% - 36px);
		margin-bottom: 0;
		text-align: center;
	}

	.psform-detailed .col-a .psform-field-group {
		width: 48%;
		display: inline-block;
		margin: 0;
	}

	.psform-detailed .col-a .psform-field-group.group-state {
		margin-right: 18px;
	}

	.psform-header-fields .search-field {
		margin: 0 5px;
	}
}

@media (max-width: 639px) {
	.psform-advanced .psform-header {
		display: none;
	}

	.psform-header.psform-mobile {
		display: block !important;
	}

	.psform-column {
		clear: both;
		margin: 18px 0;

		float: none;
		width: 100%;
	}

	.psform-detailed-inner {
		margin: 0 18px;
	}

	.psform-column.col-a {
		width: auto;
		max-width: none;
	}

	.psform-header-submit, .psform-header-fields {
		float: none;
		width: auto;
		margin: 0;
	}

	.psform-header-submit .psform-link {
		display: block;
		margin: 0 auto 13px;
		position: absolute;
		left: 50%;
		margin-left: 90px;
		top: 25px;
	}

	.psform-advanced .psform-header, .psform-basic .psform-header {
		height: auto;
		position: static;
		padding: 15px;
	}

	div#property-search {
		padding: 0;
	}

	.psform-basic .psform-header-submit {
		margin-bottom: 15px;
	}
}

@media ( max-width: 480px ) {
	.psform-header-submit .psform-link {
		position: static;
		margin: 0 0 15px;
	}
}

/* Pagination, thanks to the plugin WP-PageNavi */
html .wp-pagenavi {
	clear: both;
}

html .wp-pagenavi {
	max-width: 1080px;
	margin: 30px auto 20px;
	text-align: center;
}

html .wp-pagenavi span.pages {
	display: block;
	margin: 0 0 5px;
	color: #474747;
	border: none;
}

html .wp-pagenavi span.current,
html .wp-pagenavi a {
	position: relative;
	display: inline-block;
	width: 28px;
	line-height: 40px;

	color: #474747;
	font-family: "museo-slab", Rockwell, Georgia, Times, Times New Roman, serif;
	font-style: normal;
	text-decoration: none;

	background: #FFFFFF;
	border: none;
	box-shadow: none;
	margin: 0;
}

html .wp-pagenavi a:hover {
	color: #474747;
	background: #E2E2E1;
	z-index: 15;
}

html .wp-pagenavi a:hover:active {
	color: #FFFFFF;
	background: #003E7E;
}

html .wp-pagenavi a:after {
	display: none;
}

html .wp-pagenavi span.current {
	color: #474747;
	background: #E2E2E1;
	font-weight: 300;
	z-index: 10;
}

/* Joint Venture Calculator */
#jv-calc {
	margin: 40px 0 60px;
}

#jv-calc button:focus {
	outline: none;
}

.jvc-group {
	margin: 20px 0;
	background: #E2E2E1;
	text-align: center;
}

.jvc-title {
	position: relative;
	height: 90px;
	background: #003C7C;
}

.jvc-title h2 {
	line-height: 40px;
	padding: 25px 0;
	margin: 0;
	font-size: 40px;
	color: #84C340;
}

.jvc-content {
	padding: 0 75px;
}

.jvc-content p {
	margin: 20px 0;
}

.jvc-content h2 {
	position: relative;
}

/* JV Calculator: Slider inputs */
.jvc-input {
	position: relative;
}

.jvc-input-field {
	position: absolute;
	top: 50px;
	z-index: 10;
	width: 140px;
	margin-left: -70px;
}

.jvc-input-field.input-detached {
	text-align: center;
	position: relative;
	top: auto;
	margin: 30px auto 0;
	width: auto;
	max-width: 200px;
}

.jvc-input-field input {
	width: 100%;
	padding: 5px 0;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 10px;

	border: none;
	outline: none;
	box-shadow: none;
}

.jvc-input-field.input-detached input {
	border-radius: 0;
	box-shadow: 0 0 1px 1px #C6C6C6, inset 0 0 0 0 #C6C6C6;
}

.jvc-input-field.input-detached input:hover,
.jvc-input-field input:hover {
	box-shadow: 0 0 1px 1px #003E7E;
}

.jvc-input-field.input-detached input:focus,
.jvc-input-field input:focus {
	box-shadow: 0 0 1px 1px #003E7E,
	inset 0 0 1px 0 #003E7E;
}

/* JV Calculator: Form appearance */
.jvc-input-group h2 {
	margin: 0 0 40px;
}

.jvc-input-group {
	margin: 40px 0 100px;
}

.noUi-base {
	z-index: 10;
}

.noUi-connect, .noUi-target.noUi-connect {
	background: #84C340;
	box-shadow: none;
	border: none;
	border-radius: 15px;
	height: 15px;
}

.noUi-background {
	background: #C6C6C6;
	box-shadow: none;
	border-radius: 15px;
}

.noUi-handle, .noUi-horizontal .noUi-handle, .noUi-vertical .noUi-handle {
	width: 64px;
	height: 64px;
	top: -25px;
	left: -32px;

	padding: 0;
	margin: 0;
	background: #003C7C;
	border-radius: 100%;
	box-shadow: none;
	border: none;

	cursor: move;
}

.noUi-handle:after, .noUi-handle:before {
	top: 16px;
	width: 17px;
	height: 33px;
	background: url("http://gorillacapital.com/wp-content/themes/gorilla/images/sprites-b.png") 1000px 1000px no-repeat;
}

.noUi-handle:before {
	left: 12px;
	background-position: -34px -48px;
}

.noUi-handle:after {
	left: 36px;
	background-position: -51px -48px;
}

.noUi-pips-horizontal {
	top: auto;
	bottom: 100%;
	padding: 0;
	margin-bottom: 4px;
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	color: #474747;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 300;
}

.noUi-marker-horizontal.noUi-marker {
	display: none;
}

.noUi-value-horizontal {
	padding-top: 0;
	width: 120px;
	text-align: center;
	margin-left: -60px;
}

.noUi-value-horizontal[style="left: 0.00000%"] {
	margin-left: 0;
	text-align: left;
}

.noUi-value-horizontal[style="left: 100.00000%"] {
	margin-left: -120px;
	text-align: right;
}

.jvc-down-tab {
	height: 57px;
	border-radius: 0 0 15px 15px;
}

.jvc-down-tab .jvc-down-icon {
	display: block;
	width: 76px;
	height: 48px;
	padding: 0;
	margin: 0 auto -36px;
	position: relative;
	background: #E2E2E1;
	border-radius: 0 0 76px 76px;
}

.jvc-down-tab .jvc-down-icon:before {
	content: ' ';
	display: block;
	width: 34px;
	height: 30px;
	background: url("http://gorillacapital.com/wp-content/themes/gorilla/images/sprites-b.png") -68px -48px no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: 0;
	margin-left: -17px;
}

.jvc-down-tab .jvc-down-label {
	height: 32px;
	padding: 5px 0 8px;
}

div#jvc-group-sale-detail {
	margin-bottom: 60px;
}

.jvc-down-tab:hover,
.jvc-down-tab:hover .jvc-down-icon {
	background: #D8D8D8;
	cursor: pointer;
}

.jvc-down-tab:active,
.jvc-down-tab:active .jvc-down-icon {
	background: #C6C6C6;
	cursor: pointer;
}

.jvc-content {
	padding-bottom: 1px;
}

.jvc-title-summary {
	height: 28px;
	padding: 38px 120px 0 50px;
}

.jvc-title-summary h3 {
	margin: 0;
	width: 54%;
	white-space: nowrap;
	float: left;
	text-align: left;

	color: #FFFFFF;
	font-size: 28px;
	line-height: 28px;
}

.jvc-title-summary .jvc-summ-item {
	width: 23%;
	float: left;
}

.jvc-group.jvc-collapsible .jvc-title {
	height: 105px;
	cursor: pointer;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
}

.jvc-group.jvc-collapsible.jvc-collapsed .jvc-title {
	background: #E2E2E1;
	cursor: pointer;
}

.jvc-group.jvc-collapsible.jvc-collapsed .jvc-title h3 {
	color: #003C7C;
}

.jvc-group.jvc-collapsible .jvc-content {
	display: none;
}

.jvc-group.jvc-collapsible.jvc-expanded .jvc-content {
	display: block;
}

.jvc-group.jvc-collapsible .jvc-summ-item.jvc-zero {
	color: #474747;
}

.jvc-group.jvc-collapsible.jvc-expanded .jvc-summ-item.jvc-zero {
	color: #FFFFFF;
}

.jvc-group.jvc-collapsible.jvc-expanded .jvc-summ-item.jvc-positive {
	color: #84C340;
}

.jvc-group.jvc-collapsible.jvc-expanded .jvc-summ-item.jvc-negative {
	color: #C34040;
}

.jvc-toggle button {
	position: absolute;
	top: 50%;

	right: 25px;
	width: 50px;
	height: 50px;
	line-height: 50px;

	margin: -25px 0 0;
	padding: 0;

	font-size: 22px;
	text-align: center;

	visibility: hidden;
	opacity: 0;

	background: #003C7C;
	color: #FFFFFF;
	font-weight: 700;
}

.jvc-toggle button.jvc-collapse {
	color: #003C7C;
	background: #84C340;
}

button.jvc-collapse {
	color: #FFFFFF;
}

.jvc-group.jvc-collapsible.jvc-expanded .jvc-toggle button.jvc-collapse,
.jvc-group.jvc-collapsible.jvc-collapsed .jvc-toggle button.jvc-expand {
	opacity: 1;
	visibility: visible;
}

.jvc-result-group {
	margin: 40px auto 70px;
	max-width: 750px;
}

.jvc-result-group h3 {
	margin: 0 0 20px;
	position: relative;
}

.jvc-field-value {
	width: 180px;
	text-align: right;
	font-weight: 400;
	float: left;
	white-space: nowrap;
}

.jvc-field-value.jvc-negative {
	color: #C34040;
}

.jvc-field-label {
	text-align: left;
	margin-left: 240px;
}

.jvc-field-popup {
	position: relative;
}

.jvc-field-popup .jvc-popup-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	position: relative;
	top: -3px;
	left: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	background: #D0D0D0;
	border-radius: 100%;
	padding: 0;
}

.jvc-field-popup .jvc-popup-content {
	text-align: left;
}

.jvc-field-popup .jvc-popup-icon span {
}

.jvc-field-popup .jvc-popup-icon:hover {
	background: #CCCCCC;
}

.jvc-field-popup.active .jvc-popup-icon,
.jvc-field-popup.active .jvc-popup-icon:hover {
	background: #003C7C;
	color: #FFFFFF;
}

.jvc-field-popup.active .jvc-popup-frame {
	display: block;
}

.jvc-field-popup .jvc-popup-frame {
	display: none;

	position: absolute;
	bottom: 100%;
	right: 0;
	z-index: 200;

	margin: 0 5px 32px;
	width: 240px;
	padding: 20px 30px;

	background: #84C340;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 20px;

	border-radius: 10px 10px 0 10px;
}

.jvc-field-popup .jvc-popup-frame p:first-child {
	margin-top: 0;
}

.jvc-field-popup .jvc-popup-frame p:last-child {
	margin-bottom: 0;
}

.jvc-field-popup .jvc-popup-frame:before {
	content: ' ';
	display: block;
	position: absolute;
	bottom: -32px;
	height: 0;
	right: 0;
	border: 32px solid #84C340;
	border-left-color: transparent;
	border-bottom-width: 0;
	border-left-width: 24px;
	border-right-width: 0;
}

button.jvc-close-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	line-height: 22px;
	border-radius: 100%;
	background: #FFFFFF;
	color: #84C340;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	padding: 0;
}

button.jvc-close-icon:hover {
	background: #E4FFC8;
}

button.jvc-close-icon:hover span {
	color: #639A28;
}

/* JV Calculator: Custom GC/JV return value display */
#jv-group-return .jvc-field-value,
#gc-group-return .jvc-field-value {
	float: none;
	width: auto;
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	margin: 0 0 10px;
}

#jv-group-return .jvc-field-label,
#gc-group-return .jvc-field-label {
	margin: 0;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
}

#jv-group-return .jvc-field-value.jvc-positive,
#gc-group-return .jvc-field-value.jvc-positive {
	color: #84C340;
}

#jv-group-return .jvc-field-value.jvc-negative,
#gc-group-return .jvc-field-value.jvc-negative {
	color: #C34040;
}

/*
#jv-group-return.value-positive .jvc-field-value,
#gc-group-return.value-positive .jvc-field-value {
  color: #84c340;
}
#jv-group-return.value-positive .jvc-field-label,
#gc-group-return.value-positive .jvc-field-label {
  display: none;
}
#jv-group-return.value-negative .jvc-field-value,
#gc-group-return.value-negative .jvc-field-value {
  color: #c34040;
}
*/

/* JV Calculator: Add "sum" lines above totals */
#jv-contrib-total,
#gc-contrib-total,
#jv-proceed-total,
#gc-proceed-total {
	position: relative;
	padding-top: 6px;
	margin-top: 6px;
}

#jv-contrib-total:before,
#gc-contrib-total:before,
#jv-proceed-total:before,
#gc-proceed-total:before {
	content: ' ';

	position: absolute;
	top: 0;
	left: 0;
	right: 0;

	display: block;
	height: 2px;

	background: #888888;
}

@media ( max-width: 800px ) {
	#jv-contrib-total,
	#gc-contrib-total,
	#jv-proceed-total,
	#gc-proceed-total {
		margin-top: 0;
		padding-top: 12px;
	}
}

/* Hold time checkbox for auto calc */
.hold-time-auto-wrapper {
	position: absolute;
	line-height: 20px;
	height: 20px;
	vertical-align: top;
	margin-top: 8px;
}

.hold-time-auto-wrapper .hold-time-cb,
.hold-time-auto-wrapper .jvc-field-popup {
	vertical-align: top;
}

label.hold-time-cb {
	display: inline-block;
	height: 20px;
	background: #D8D8D8;
	color: #474747;
	font-size: 20px;
	padding: 3px 8px;
	border-radius: 5px;
	margin: 0 0 0 14px;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	text-transform: none;
	font-size: 14px;
}

label.hold-time-cb input {
	position: relative;
	top: 2px;
	cursor: pointer;
}

.hold-time-auto-wrapper .jvc-field-popup .jvc-popup-icon {
	background: #D8D8D8;
}

.hold-time-auto-wrapper .jvc-field-popup.active .jvc-popup-icon,
.hold-time-auto-wrapper .jvc-field-popup.active .jvc-popup-icon:hover {
	background: #003E7E;
}

.jvc-popup-content {
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: none;
}

/* JV Calculator, Touch support show value above handle (so you can see value when dragging with finger) */
html.touch .jvc-input-field {
	bottom: 100%;
	top: auto;
	margin-bottom: 30px;
}

html.touch .jvc-input-group {
	margin-bottom: 50px;
}

html.touch .jvc-input-group h2 {
	margin: 0 0 80px;
}

/* JV Calculator: Transaction Summary table */
.jvc-summary-table {
	position: relative;
	padding: 30px 0;
}

.jvc-summary-table {
	position: relative;
	padding-left: 220px;
}

@media ( max-width: 980px ) {
	.jvc-summary-table .summ-inner {
		overflow: auto;
	}
}

.jvc-summary-table .summ-col {
	width: 220px;
	float: left;
}

.jvc-summary-table .summ-col.col-labels {
	float: none;
	position: absolute;
	top: 30px;
	left: 0;
	bottom: 0;
}

.jvc-summary-table .summ-col.col-labels {
	text-align: right;
	box-shadow: 30px 0 20px -15px #E2E2E1;
	z-index: 10;
}

.jvc-summary-table .summ-row.row-titles {
	color: #003E7E;
	font-family: "museo-slab", Rockwell, Georgia, Times, Times New Roman, serif;
	font-weight: 300;
	text-transform: uppercase;
}

.jvc-summary-table .summ-row {
	line-height: 32px;
	height: 32px;
}

.summ-col.col-labels .jvc-field-popup.active .jvc-popup-frame {
	right: auto;
	left: 10px;
	border-radius: 10px 10px 10px 0;
	width: 320px;
}

.summ-col.col-labels .jvc-field-popup.active .jvc-popup-frame:before {
	right: auto;
	left: 0;
	border-width: 32px 23px 0 0;
	border-color: #84C340 transparent;
}

/* JV Calculator: Transaction summary "sum" dividers AKA horizontal lines */
.jvc-summary-table .summ-row.row-total-divider {
	position: relative;
	padding-top: 2px;
	margin-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;

	font-weight: 700;
}

.jvc-summary-table .summ-row.row-total-divider:before,
.jvc-summary-table .summ-row.row-total-divider:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	height: 1px;
	background: #888888;
}

.jvc-summary-table .summ-row.row-total-divider:after {
	top: auto;
	bottom: 0;
	height: 2px;
}

.jvc-summary-table .summ-col.col-labels .summ-row.row-total-divider:before,
.jvc-summary-table .summ-col.col-labels .summ-row.row-total-divider:after {
	right: -200px;
}

@media (max-width: 640px) {
	.jvc-summary-table .jvc-field-popup {
		position: static !important;
		display: inline-block;
		width: 30px;
		height: auto;
	}
}

@media ( max-width: 960px ) {
	.jvc-summary-table .summ-col .summ-row {
		font-size: 18px;
		height: auto;
		min-height: 32px;
		line-height: 32px;
		white-space: nowrap;
	}

	.jvc-summary-table .summ-inner .summ-col {
		text-align: left;
		width: 180px;
	}

	.jvc-summary-table .summ-col.col-labels {
		width: 180px;
		box-shadow: 20px 0 10px -15px #E2E2E1;
	}

	.jvc-summary-table {
		padding-left: 180px;
	}

	.jvc-summary-table .summ-inner .summ-col.col-property {
		padding-left: 20px;
	}

	.jvc-summary-table .summ-inner .summ-col.col-jv {
		padding-right: 20px;
	}
}

/* JV Calculator, responsive */
@media ( max-width: 1080px ) {
	.jvc-field-value {
		width: 150px;
	}

	.jvc-field-label {
		margin-left: 200px;
	}

	.jvc-title-summary h3 {
		font-size: 24px;
		line-height: 24px;
		width: auto;
		float: none;
		margin: 0 0 20px;
	}

	.jvc-title-summary {
		padding: 30px 100px 0 40px;
		height: 24px;
	}

	.jvc-title-summary .jvc-summ-item {
		width: auto;
		text-align: left;
		margin-right: 40px;
		font-size: 22px;
	}

	.jvc-group.jvc-collapsible .jvc-title {
		height: 130px;
	}

	.jvc-content {
		padding: 0 20px 1px;
	}

	.jvc-title h2 {
		font-size: 30px;
		line-height: 30px;
		padding: 25px 0;
	}

	.jvc-title {
		height: 80px;
	}

	.noUi-pips-horizontal {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 0;
	}

	.jvc-input-field {
		width: 110px;
		margin-left: -55px;
	}

	.jvc-input-field input {
		font-size: 18px;
		line-height: 18px;
	}
}

@media ( max-width: 720px ) {
	.jvc-title h2 {
		font-size: 24px;
		line-height: 32px;
		padding: 20px 0;
	}

	.jvc-title {
		height: auto;
	}

	.jvc-result-group h3 {
		text-align: left;
		margin: 0 0 15px;
		line-height: 24px;
	}

	.jvc-field-value {
		width: 110px;
	}

	.jvc-field-label {
		margin-left: 125px;
	}

	.jvc-field {
		margin-left: -20px;
		margin-right: -20px;
		font-size: 16px;
		line-height: 20px;
		padding: 3px 20px;
	}

	.jvc-field:nth-child(even) {
		background: #DADADA;
	}

	#jv-calc {
		margin: 0 -20px;
	}

	.jvc-group, .jvc-title {
		border-radius: 0;
	}
}

@media ( max-width: 640px ) {
	.jvc-group.jvc-collapsible .jvc-title {
		height: auto;
	}

	.jvc-title-summary {
		height: auto;
		padding: 20px 60px 20px 20px;
	}

	.jvc-title-summary .jvc-summ-item {
		margin-right: 0;
		font-size: 18px;
		display: block;
		float: none;
	}

	.jvc-input-group {
		margin-left: 20px;
		margin-right: 20px;
	}

	#jv-field-value .jvc-field-value,
	#gc-field-value .jvc-field-value {
		margin: 10px 0 20px;
		text-align: left;
	}

	#jv-field-value .jvc-field-label,
	#gc-field-value .jvc-field-label {
		text-align: left;
	}

	.noUi-value-horizontal {
		display: none;
	}

	.noUi-value-horizontal[style="left: 0.00000%"],
	.noUi-value-horizontal[style="left: 100.00000%"] {
		display: block;
	}

	.jvc-input-group {
		margin-left: 20px;
		margin-right: 20px;
	}

	.jvc-input-field {
		width: 80px;
		margin-left: -40px;
	}

	.jvc-input-field input {
		font-size: 14px;
		line-height: 14px;
	}

	.jvc-title-summary .jvc-summ-item {
		margin-right: 20px;
		font-size: 18px;
	}

	#jv-field-value .jvc-field-label {
		text-align: left;
	}

	#jv-field-value .jvc-field-value {
		margin: 10px 0 20px;
		text-align: left;
	}

	.jvc-field-label {
		margin-right: 20px;
	}

	span.jvc-field-popup {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		cursor: pointer;
	}

	.jvc-field {
		padding-top: 6px;
		padding-bottom: 5px;
		position: relative;
	}

	span.jvc-field-popup .jvc-popup-icon {
		top: 5px;
		left: -8px;
		float: right;
	}

	.jvc-field-popup .jvc-popup-frame {
		margin: 0 0 20px;
		width: 300px;
		max-width: calc(100vw - 58px);
		padding: 15px 20px;
		border-radius: 10px;
	}

	.jvc-field-popup .jvc-popup-frame:before {
		border-top-width: 20px;
		bottom: -20px;
		right: 18px;
	}

	.hold-time-auto-wrapper .jvc-field-popup {
		right: -40px;
		margin-top: -3px;
	}
}

@media ( max-width: 540px ) {
	.jvc-title-summary {
		padding-right: 90px;
	}

	.jvc-title-summary h3 {
		white-space: normal;
	}

	.jvc-toggle button {
		right: 20px;
	}
}

/* Admin error -moz-box (so far only for JV calculator) */
.admin-error {
	background-color: #FDFDDC;
	padding: 30px 40px;
	font-size: 18px;
	line-height: 24px;
}

.admin-error h2 {
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 30px;
}

.admin-error > :last-child {
	margin-bottom: 0;
}

/* Email Alerts - [gorilla_newsletter] shortcode */
#mc_embed_signup {
	margin: 40px 0;
	font-size: 18px;
	line-height: 26px;
	position: relative;
}

#mc_embed_signup h2 {
	font-size: 26px;
}

#mc_embed_signup .indicates-required {
	display: none;
}

#mc_embed_signup .asterisk {
	font-size: 0;
	color: #FFFFFF;
}

#mc_embed_signup .asterisk:after {
	content: "- required";
	font-size: 16px;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #474747;
}

#mc_embed_signup .mc-field-group {
	margin: 10px 0 20px;
}

#mc_embed_signup .mc-field-group label {
	display: block;
	font-weight: bold;
}

#mc_embed_signup strong {
	font-weight: bold;
}

#mc_embed_signup label .asterisk:after {
	font-weight: normal;
}

#mc_embed_signup .mc-field-group input {
	width: 360px;
	max-width: 100%;
}

#mc_embed_signup .mc-field-group.input-group label {
	display: inline-block;
	font-weight: 300;
	padding-left: 8px;
}

#mc_embed_signup .mc-field-group.input-group input {
	width: auto;
}

#mc_embed_signup .input-group ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mc_embed_signup .input-group li {
	margin-left: 20px;
}

#mc_embed_signup .input-group ul li:before {
	display: none;
}

/* Testimonials page */
html.js body.page-id-1626 div.wpcf7 {
	display: none;
}

button.button.testimonial-button {
	margin-bottom: 40px;
}

body.page-id-1626 div.wpcf7 {
	margin: 20px 0;
}

#photo-list li:before {
	display: none;
}

#photo-list strong {
	min-width: 90px;
	margin-right: 10px;
}

#photo-list span {
	display: inline-block;
	max-width: 420px;
}

.tpl .inside article.entry-testimonial {
	margin: 40px 0;
	padding-bottom: 40px;
	border-bottom: 1px solid #E2E2E1;
}

.tpl .inside article.entry-testimonial:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.testimonial-author {
	margin: 10px 0 0 30px;
	font-size: 18px;
	line-height: 24px;
}

.testimonial-author .author-name {
	font-weight: 400;
}

@media (max-width: 1080px) {
	.testimonial-author {
		font-size: 16px;
		margin: 20px 0;
		line-height: 20px;
	}
}

/* Blog index, Search, Archives */
article.post,
body.archive article.page,
body.search article.page {
	margin-bottom: 40px;
}

body.single-post article.post {
	margin-bottom: 0;
}

.post.entry h2.entry-title {
	margin-bottom: 10px;
}

.entry-meta {
	margin: 0 0 25px;
	font-size: 16px;
	line-height: 16px;
}

.entry-meta .meta-sep {
	display: none;
}

.entry-author {
	border-top: 1px solid #AAAAAA;
	margin-top: 40px;
	padding: 40px 0 0;
	font-size: 16px;
	line-height: 1.3;
}

.entry-author img {
	vertical-align: middle;
	padding-right: 15px;
	float: left;
	margin-top: -15px;
}

@media (max-width: 1080px) {
	.entry-author {
		border-bottom: 1px solid #AAAAAA;
		padding-bottom: 50px;
	}
}

@media (max-width: 540px) {
	.entry-author {
		font-size: 14px;
		padding-top: 50px;
	}

	.entry-author img {
		margin-top: -20px;
	}
}

.tpl .inside article.post.entry-archive {
	margin: 0 20px 60px;
}

.tpl .inside article.post.entry-archive:last-child {
	margin: 0 20px 0;
}

.tpl .inside #blog-main.posts-shortcode article.post.entry-archive {
	margin-left: 0;
	margin-right: 0;
}

.entry-thumbnail {
	max-width: 175px;
	overflow: hidden;
}

.entry-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
}

article.post.has-image .entry-section {
	margin-left: 195px;
}

@media ( max-width: 720px ) {
	.entry-thumbnail {
		display: block;
		margin: 0 0 15px;
		max-width: none;
		overflow: visible;
	}

	.entry-thumbnail img {
		width: auto;
		height: auto;
	}

	article.post.has-image .entry-section {
		margin-left: 0;
	}
}

.entry-image {
	max-height: 400px;
	overflow: hidden;
	margin: 20px 0;
}

.entry-image img {
	display: block;
	width: 100%;
	height: auto;
}

/* Inline meta items */
.entry-meta .meta-item {
	display: inline-block;
	margin: 0;
}

.entry-meta .meta-sep {
	margin: 0 5px;
	display: inline-block;
	font-style: normal;
	font-size: 11px;
}

.entry-category {
	display: block;
	margin: 5px 0;
}

/* Archive thumbnails */
div.entry-thumbnail {
	margin: 0 20px 5px 0;

	float: left;
}

div.entry-thumbnail a {
	display: block;

	max-width: 320px;
	max-height: 155px;

	background-size: cover;
	background-position: center;
}

div.entry-thumbnail a img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	visibility: hidden;
}

/* Sidebar & 2 Column layout */
#blog-main {
	float: left;
	width: 65%;
}

#blog-sidebar {
	float: left;
	width: 30%;
	margin-left: 5%;
}

#sidebar {
	font-size: 18px;
	line-height: 26px;
}

h2.widgettitle {
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 10px;
}

ul.sidebar-list li.widget {
	margin-bottom: 40px;
}

#sidebar a {
	color: #474747;
}

#sidebar a:active,
#sidebar a:hover {
	color: #003E7E;
}

/* Gravity Forms - Unfortunately GF uses !important tags, so we have to fight them for precedence. */
html .gform_wrapper .top_label .gfield_label,
html .gform_wrapper .left_label .gfield_label {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}

html .gform_wrapper .left_label .gfield_label {
	margin-bottom: 26px !important;
}

html .gform_wrapper h2.gsection_title {
	font-size: 22px;
}

@media ( min-width: 801px ) {
	html .gform_wrapper .left_label .gfield_label {
		width: 225px;
		text-align: right;
	}

	html .gform_wrapper .left_label div.ginput_complex {
		width: auto;
	}

	html .gform_wrapper .gform_footer.left_label,
	html .gform_wrapper .left_label ul.gfield_radio,
	html .gform_wrapper .left_label .gfield_description,
	html .gform_wrapper form .left_label li.gfield_html_formatted {
		margin-left: 240px !important;
	}
}

@media ( max-width: 800px ) {
	html .gform_wrapper .left_label .gfield_label {
		float: none;
		width: auto;
	}

	html .gform_wrapper .ginput_complex .ginput_left,
	html .gform_wrapper .ginput_complex .ginput_right {
		width: auto;
		margin-left: 0;
	}

	html .gform_wrapper .ginput_complex label {
		font-size: 12px;
		text-transform: uppercase;
		margin-left: 2px;
		line-height: 16px;
	}

	html .gform_wrapper .gform_footer.left_label,
	html .gform_wrapper .left_label ul.gfield_radio,
	html .gform_wrapper .left_label .gfield_description,
	html .gform_wrapper form .left_label li.gfield_html_formatted {
		margin-left: 0 !important;
	}

	html .gform_wrapper textarea.medium,
	html .gform_wrapper .top_label input.medium,
	html .gform_wrapper .top_label select.medium {
		width: 100%;
		max-width: 484px;
	}
}

html .gform_wrapper .gfield .ginput_container_select select {
	width: auto;
	max-width: 100%;
}

html .gform_wrapper .ginput_complex .ginput_right select {
	margin-left: 0 !important;
	margin-bottom: 0 !important;
}

.gform_wrapper textarea.medium {
	max-width: 484px;
}

html .gform_wrapper ul.left_label li ul.gfield_radio li,
html .gform_wrapper form ul.left_label li ul.gfield_radio li {
	display: inline-block;
	margin-bottom: 0;
}

html .gform_wrapper ul.left_label li ul.gfield_radio li label {
	padding-right: 10px;
	font-size: 20px;
}

html .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
	font-weight: 300;
}

html .gform_wrapper .left_label input.medium {
	width: 100%;
	max-width: 350px;
}

.gfield_captcha_container {
	overflow: hidden;
}

.gfield_captcha_container .gfield_captcha_input_container {
	margin-left: 0 !important;
}

html .gform_wrapper form .left_label li.gfield_html_formatted {
	width: auto !important;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 20px;
}

html .gform_wrapper .left_label textarea.medium {
	width: auto;
	max-width: 100%;
}

html .gform_wrapper .left_label textarea.medium {
	width: auto;
	max-width: 100%;
}

html .gform_wrapper .left_label .ginput_container_textarea {
	width: auto !important;
	overflow: hidden;
}

html .gform_wrapper .gfield_captcha_container img.gfield_captcha,
html .gfield_captcha_input_container {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0 !important;
	padding-top: 0 !important;
}

html .gfield_captcha_input_container input {
	line-height: 42px;
	height: 42px;
}

/* Multi-file uploader */
.ginput_container_fileupload {
	overflow: hidden;
	max-width: 484px;
}

.left_label .ginput_container_fileupload .gform_fileupload_multifile {
	margin-left: 0;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
	text-align: left;
}

html div.ginput_container_fileupload + div:not([class]) {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #ECECEC;
}

@media ( min-width: 801px ) {
	html div.ginput_container_fileupload + div:not([class]) {
		margin: 0 0 20px 240px;
	}
}

html div.ginput_container_fileupload + div:not([class]):before {
	content: 'Attached Files:';
	font-size: 18px;
	font-weight: 300;
}

html div.ginput_container_fileupload + div:not([class]) .ginput_preview {
	line-height: 18px;
	margin: 8px 0 5px 15px;
}

html div.ginput_container_fileupload + div:not([class]) strong {
	font-weight: 300;
	font-size: 16px;
}

/* ReCaptcha */
html .gform_wrapper .left_label .ginput_container_captcha {
	width: auto;
	overflow: hidden;
}

html #recaptcha_table {
	background: rgba(255, 255, 255, 0.25);
	border: none !important;
}

html #recaptcha_privacy {
	font-size: 14px;
	float: none;
}

html #recaptcha_privacy a {
	color: #474747;
}

html .recaptchatable #recaptcha_response_field {
	border: none !important;
	margin-top: 4px;
}

html #recaptcha_area td {
	background: none;
	padding-left: 5px !important;
	padding-right: 5px !important;
}

/* Really Simple Captcha */
.gfield_captcha_container {
	overflow: hidden;
}

.gfield_captcha_container .gfield_captcha_input_container {
	margin-left: 0 !important;
}

/* Forms in popups */
html .gform_wrapper textarea.medium {
	height: 4.25em;
}

html .gform_wrapper .top_label .gfield_label {
	margin-bottom: 0;
	margin-top: .5em;
}

html body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}

html .mfp-content .gform_wrapper {
	margin: 0;
	max-width: none;
}

html .gform_wrapper .top_label .gfield:first-child .gfield_label {
	margin-top: 0;
}

/* Required asterisks on left instead of right */
html.generatedcontent .gfield_contains_required .gfield_label .gfield_required {
	display: none;
}

html.generatedcontent .gfield_contains_required .gfield_label:before {
	content: '* ';
	color: #FF0000;
	font-size: 16px;
	font-weight: 700;
}

/* Checkboxes */

html .gform_wrapper .left_label ul.gfield_checkbox {
	margin-left: 0 !important;
}

html .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
html .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
	font-weight: 400;
}

/* ==========================================================================
Responsive Design
========================================================================== */

@media (max-width: 1080px) {
	/* This is the generic "We're not on a huge monitor" width. */
	/* Specific Areas */
	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 14px;
	}

	.entry-content ul,
	.entry-content ol,
	ul.sidebar-list li ul,
	ul.sidebar-list li ol {
		margin: 15px 0;
		padding: 0 0 0 30px;
	}

	.entry-content ul li,
	.entry-content ol li,
	ul.sidebar-list li ul li,
	ul.sidebar-list li ol li {
		margin: 5px 0;
	}

	html.fontface .entry-content ul li:before,
	html.fontface ul.sidebar-list li ul li:before {
		margin-left: -25px;
		padding-left: 7px;
		width: 18px;
	}

	#content-wrapper {
		margin: 0 0 74px;
	}

	.tpl {
		margin: 24px 0;
	}

	.tpl .inside article {
		margin: 0 20px;
	}

	.tpl.tpl-dynamic.has-slides {
		margin-top: -20px;
	}

	/* Collapsible sections */
	.collapsible-item .collapsible-header h1 {
		padding: 25px 60px 25px 30px;

		font-size: 22px;
		line-height: 30px;
	}

	.collapsible-item .icon-collapse,
	.collapsible-item .icon-expand {
		margin-top: -15px;
		height: 30px;
		line-height: 30px;

		right: 25px;
		width: 25px;
	}

	.collapsible-item .collapsible-content .collapsible-inside {
		padding: 40px 75px;
	}

	/* Dynamic Template: Asides */
	.section-aside.aside-nth-1,
	.section-aside {
		padding: 40px 0;
	}

	.section-aside.aside-nth-1 {
		padding: 0 0 40px;
		margin-top: 40px;
	}

	/* Dynamic revitalizing communities */
	.section-revitalize {
		margin: 40px 0;
	}

	.section .section-type-revitalize .revital-main .entry-content br {
		display: none;
	}

	/* Property results */
	.locator-tpl-locator-archive {
		margin: 20px 0;
	}

	.entry-content #locator-map,
	.entry-content .map-wrapper {
		margin: 0 -20px;
	}

	.entry-content .map-wrapper #locator-map {
		margin: 0;
	}

	#property-search {
		margin: 20px -20px;
	}

	.property-details {
		padding-top: 0;
	}

	/* Blog w/ sidebar */
	#blog-main, #blog-sidebar {
		float: none;
		width: auto;
	}

	#blog-sidebar {
		margin: 40px auto 0;
		width: 340px;
		max-width: 100%;
	}

	#sidebar {
		margin: 0 10px;
	}
}

@media (max-width: 940px) {
	/* This width is when the social nav or copyright text overlaps the business promos */
	/* Footer */
	#footer-wrapper, #footer {
		height: 242px;
	}

	#footer-corner {
		bottom: 20px;
		right: 20px;
	}

	#footer nav.social-menu {
		bottom: 20px;
		left: 20px;
	}

	#business-promos {
		bottom: auto;
		top: 88px;
	}
}

@media (max-width: 860px) {
	/* This width is when the front page "Revitalizing Communites" section begins to get cut off. */
	.revital-left,
	.revital-right {
		width: 160px;
		max-width: 20%;
		font-size: 16px;
	}

	.revital-left img,
	.revital-right img {
		width: 100%;
		height: auto;
	}

	.revital-left br,
	.revital-right br {
		display: none;
	}
}

@media (max-width: 800px) {
	/* This width should fit the main navigation on one line, adjust as needed */
	#nav-header,
	#nav-footer {
		display: none;
	}

	/* Header */
	#logo {
		position: relative;
		top: auto;
		left: auto;

		margin: 10px 0 10px 20px;
		height: auto;
		max-width: calc(100% - 120px);
		float: left;
	}

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

	#header-wrapper,
	#header {
		height: auto;
	}

	#header nav.social-menu {
		top: 10px;
		bottom: auto;
		right: 20px;
		margin-right: -9px;
		height: 40px;
		overflow: hidden;
		max-width: calc(100% - 290px);
		text-align: right;
	}

	#mobile-button {
		top: auto;
		bottom: 15px;
		margin-top: 0;
		right: 15px;
	}

	#header nav.social-menu li.icon {
		float: none;
		display: inline-block;
	}

	/* Footer */
	#footer-gorilla {
		top: -44px;
		margin-left: -44px;
		width: 88px;
		height: 78px;
	}

	#footer-gorilla span {
		margin-top: 16px;
	}

	#footer-wrapper, #footer {
		height: 202px;
	}

	#business-promos {
		bottom: auto;
		top: 40px;
	}

	/* ----------------------
  Mobile Navigation */
	/* Collapsed */
	#mobile-button {
		display: block !important;
	}

	nav#mobile-nav {
		display: block !important;
	}

	#mobile-nav ul.nav-ul {
		visibility: hidden;

		margin-top: -5000px;
		transition: margin 0.2s ease-in;
	}

	#content-wrapper,
	#footer-wrapper {
		opacity: 1.0;
		transition: opacity 0.2s ease-in;
	}

	/* Expanded */
	body.mobile_nav #mobile-nav {
		display: block !important;
	}

	body.mobile_nav,
	body.mobile_nav #header-wrapper {
		background: #FFFFFF;
	}

	body.mobile_nav #mobile-nav ul.nav-ul {
		visibility: visible;

		margin-top: 0 !important;
		transition: margin 0.5s ease-out;
	}

	body.mobile_nav #content-wrapper,
	body.mobile_nav #footer-wrapper {
		opacity: 0.3;
		transition: opacity 0.5s ease-out;
	}

	/* Dynamic template: Asides */
	.section-aside .aside-primary, .section-aside .aside-secondary {
		float: none;
		overflow: visible;
		width: auto;
	}

	.slider-list {
		max-width: none;
		margin: 0 40px;
	}

	.section-aside .aside-primary,
	.section-aside .aside-secondary,
	.section-aside.aside-even .aside-primary,
	.section-aside.aside-odd .aside-primary,
	.section-aside.aside-even .aside-secondary,
	.section-aside.aside-odd .aside-secondary {
		float: none;
		overflow: visible;
		width: auto;
		margin: 0;
	}

	.section-aside .aside-secondary {
		margin: 0 !important;
	}

	.section-type-aside-newsletter .aside-secondary {
		padding-top: 10px;
		max-width: none;
		margin: 0 -20px !important;
	}

	.section-aside .aside-primary {
		margin-bottom: 40px !important;
	}

	.section-aside .aside-primary h1.entry-title,
	.section-aside .aside-primary .entry-content {
		max-width: none;
	}

	/* Dynamic aside: Image */
	.section-aside .section-type-aside-image .aside-secondary img {
		max-width: 100%;
		max-height: 200px;
		margin: 0 auto;
		display: block;
	}

	.section-aside .section-type-aside-image .aside-primary {
		margin-bottom: 20px !important;
	}

	/* Dynamic aside: Newsletter */
	.section-type-aside-newsletter .aside-secondary .aside-title,
	.section-type-aside-newsletter .aside-secondary .aside-content,
	.section-type-aside-newsletter .newsletter-field {
		max-width: 370px;
		margin: 0 auto 10px;
		text-align: center;
	}

	/* Dynamic aside: Shortcode (Gorilla Map) */
	.section .section-type-aside-shortcode div.gorilla_map {
		margin: 0 -20px;
		width: auto;
	}

	/* Property Search: Results */
	.locator-tpl-locator-archive .property-thumbnail {
		margin-right: 30px;
	}

	/* Collapsibles from dynamic template */
	.collapsible-item .collapsible-content .collapsible-inside {
		padding: 40px;
	}
}

@media (max-width: 640px) {
	#business-promos {
		width: 500px;
		margin-left: -250px;
	}
}

@media (max-width: 540px) {
	/* Hidden */
	#business-promos,
	#header nav.social-menu {
		display: none;
	}

	/* Header */
	#logo img {
		max-height: 72px;
	}

	#logo {
		margin: 5px 0 5px 10px;
	}

	a#mobile-button {
		top: 50%;

		width: 36px;
		height: 36px;
		margin-top: -19px;
	}

	a#mobile-button svg {
		width: 41px;
		height: 41px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -19px;
		margin-left: -19px;
	}

	/* Footer */
	#footer-wrapper,
	#footer {
		height: 170px;
	}

	#footer nav.social-menu {
		top: 45px;
		left: auto;
		width: 100%;
		text-align: center;
	}

	#footer nav.social-menu li.icon {
		display: inline-block;
		float: none;
		margin: 0 4px;
	}

	#footer-corner {
		position: absolute;
		top: 105px;
		left: 50%;
		margin: 0 0 0 -120px;
		width: 240px;
		right: auto;
		bottom: auto;
		display: block;
		text-align: center;
	}

	/* General Layout */
	body,
	html body.login {
		font-size: 16px;
		line-height: 22px;
	}

	h1, h2, h3 {
		margin: 16px 0 8px;
	}

	h4, h5, h6 {
		margin: 8px 0;
	}

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 16px;
	}

	h4 {
		font-size: 16px;
	}

	h5 {
		font-size: 14px;
	}

	h6 {
		font-size: 12px;
	}

	.entry-header {
		margin: 0 0 10px;
	}

	/* Specific Areas */
	.slider-list {
		max-width: none;
		margin: 0;
	}

	.slider-list .slide-item {
		margin: 20px 10px 20px;
	}

	.slider-list button.slick-prev,
	.slider-list button.slick-next {
		display: none !important;
	}

	.slider-list .entry-content p > br {
		display: none;
	}

	.section-slider .slide-item header.entry-header {
		margin-top: 0;
	}

	/* Right-arrow for mobile */
	html.csstransforms .slider-list .slide-item article {
		left: 50px;
		right: 50px;
		margin: 0;
	}

	html.csstransforms .slider-list .slide-item {
		margin: 20px 0;
	}

	.slider-list button.slick-next,
	.slider-list button.slick-prev {
		display: block !important;
		top: 50%;
		bottom: auto;
		left: auto;
		right: 0;
		width: 50px;
		text-align: center;
		height: 160px;
		margin: -80px 0 0;
		background: #E2E2E1;
	}

	.slider-list button.slick-prev {
		right: auto;
		left: 0;
	}

	.slider-list button.slick-next:before,
	.slider-list button.slick-prev:before {
		top: 50%;
		left: 50%;
		margin: -16px auto 0 -8px;
		height: 33px;
		line-height: 33px;
	}

	@media (max-width: 319px) {
		html.csstransforms .slider-list .slide-item article {
			margin: 0 50px 0 20px;
			left: 0;
			right: 0;
		}

		.slider-list button.slick-prev {
			display: none !important;
		}

		.slider-list button.slick-next {
			top: 0;
			bottom: 0;
			height: auto;
			margin: 0;
		}
	}

	/* Collapsible sections */
	.section-type-collapsible,
	.tpl .inside article.section-type-collapsible {
		margin-left: 0;
		margin-right: 0;
	}

	.collapsible-item .collapsible-header h1 {
		padding: 20px 50px 20px 20px;

		font-size: 22px;
		line-height: 30px;
	}

	.collapsible-item .icon-collapse,
	.collapsible-item .icon-expand {
		margin-top: -15px;
		height: 30px;
		line-height: 30px;

		right: 20px;
		width: 20px;
	}

	.collapsible-item .collapsible-content .collapsible-inside {
		padding: 20px 20px;
	}

	/* Property search: Map */
	.locator-tpl-locator-infowindow .property-thumbnail {
		display: none;
	}

	/* Property search: Search form */
	#property-search {
		padding: 20px 0;
	}

	#property-search .search-field {
		display: block;
		margin: 0 0 8px;
	}

	#property-search .search-field.search-submit {
		margin: 0 auto;
		height: auto;
	}

	#property-search .search-field.search-submit .field-inner {
		position: static;
		margin: 0;
		height: auto;
	}

	/* Property Search: Results */
	.locator-tpl-locator-archive .property-thumbnail {
		margin-right: 10px;
	}

	/* Blog thumbnails no longer floating */
	div.entry-thumbnail {
		float: none;
		display: block;
		margin: 0 20px 15px 0;
	}
}

@media ( max-width: 450px ) {
	/* Property Search: Results */
	.locator-tpl-locator-archive .property-thumbnail {
		float: none;
		margin: 0 -20px 20px;
		max-width: none;
		width: auto;
	}

	.locator-tpl-locator-archive .property-details {
		padding: 0;
	}

	.locator-tpl-locator-archive {
		margin: 20px 0 50px;
	}

	/* Dynamic template: Revitalizing Communities */
	.revital-left, .revital-right {
		width: 40%;
		max-width: none;
		margin: 0 4%;
	}

	.revital-main {
		clear: both;
		padding-top: 20px;
	}

	.revital-main-image {
		margin: 0;
	}

	.revital-main-image img {
		width: 175px;
	}

}

/* Updated responsive footer */
@media ( max-width: 980px ) {
	#footer-wrapper {
		height: 320px;
	}

	#footer {
		height: 160px;
	}

	#business-promos {
		top: 140px;
		left: 20px;
		right: 20px;
	}
}

@media ( max-width: 800px ) {
	#footer-wrapper {
		height: 280px;
	}

	#footer {
		height: 120px;
	}

	#business-promos {
		top: 100px;
	}
}

@media ( max-width: 640px ) {
	#footer-wrapper {
		height: 120px;
	}

	#business-promos {
		display: none;
	}
}

/* Align footer top 100 business badge */
.business-item.best-100-companies {
	position: relative;
	top: 8px;
}

/* Gorilla Capital 2016 Home Page */
#hero {
	background-size: cover;
	background-position: top center;
	margin-bottom: 10px;
	overflow: hidden;
}

#hero:after {
	content: '';
	display: block;
	height: 10px;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom, rgb(3, 64, 127), rgba(3, 64, 127, 0));
}

#hero .wrap {
	max-width: 1080px;
	height: 50vw;
	max-height: 540px;
	margin: 0 auto;
	position: relative
}

#hero .wrap .text {
	height: 18.51vw;
	max-height: 200px;
	width: 37.03vw;
	max-width: 400px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: left;
	padding: 2.34vw 1.85vw 1.85vw;
	box-sizing: border-box;
	background-color: rgba(4, 64, 127, .777);
}

#hero .wrap .text:after {
	content: '';
	background-color: rgba(4, 64, 127, .777);
	display: block;
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	right: auto;
	width: 1000px;
}

#hero .wrap .text:before {
	content: '';
	background: linear-gradient(to left, rgba(4, 64, 127, .777), rgba(4, 64, 127, 0));
	display: block;
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	left: auto;
	width: 20%;
}

#hero .wrap .text h1 {
	font-size: 2.4vw;
	line-height: 1.4em;
	margin: 0 0 2vw;
	color: white;
}

#hero .wrap .text a.read-more {
	color: #84C340;
	text-decoration: none;
	font-size: 1.8vw;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}

#hero .wrap .text a.read-more:after {
	content: '';
	display: inline-block;
	background-image: url("http://gorillacapital.com/beta/wp-content/themes/gorilla/images/arrow-right-green.png");
	width: 1.33vw;
	max-width: 14px;
	height: 1.33vw;
	max-height: 18px;
	vertical-align: -2px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: .33vw;
}

@media (min-width: 1080px) {
	#hero .wrap .text {
		padding: 20px;
		padding-top: 25px;
	}

	#hero .wrap .text h1 {
		font-size: 26px;
		margin-bottom: 18px;
	}

	#hero .wrap .text a.read-more {
		font-size: 18px;
	}

	#hero .wrap .text a.read-more:after {
		margin-left: 6px;
	}
}

#funding {
	overflow: hidden;
	max-width: 1080px;
	margin: 0 auto;
	padding: 80px 10px 60px 10px;
}

#funding > .left img {
	max-width: 100%;
	margin-bottom: 40px;
}

#funding > .right h2 {
	margin: 0 0 20px 0;
	font-size: 40px;
	line-height: 1.2em;
}

#funding > .right .desc {
	line-height: 1.4em;
}

@media (min-width: 801px) {
	#funding {
		text-align: left;
	}

	#funding > div {
		width: 50%;
		float: left;
	}

	#funding > .left {
		padding: 0 80px;
		box-sizing: border-box;
	}
}

a.effect-sarah {
	background: #023F7E;
	overflow: hidden;
	display: block;
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

a.effect-sarah:hover {

	background: #42B078;
}

a.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 0.4;
}

a.effect-sarah:hover img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

a.effect-sarah .text {
	position: relative;
	padding-bottom: 5px;
}

a.effect-sarah .text:after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 100%;
	right: 20px;
	height: 5px;
	background-color: white;
	-webkit-transition: left 0.35s;
	transition: left 0.35s;
}

a.effect-sarah:hover .text:after {
	left: 20px;
}

#services {
	overflow: hidden;
	max-width: 1080px;
	margin: 0 auto;
	padding: 10px 10px 40px;
}

#services .service {
	float: left;
	width: 25%;
	padding: 10px;
	box-sizing: border-box;
}

#services .service:nth-child(n+9) {
	display: none;
}

#services .service a {
	position: relative;
	overflow: hidden;
	padding-bottom: 98%;
	height: 0;
	text-decoration: none;
	cursor: default;
}

#services .service img {
	position: absolute;
	left: 0;
	top: 0;
}

#services .service .text {
	position: relative;
	padding: 20px;
	left: 0;
	right: 0;
	top: 0;
	color: white;
	text-transform: uppercase;
	line-height: 1.275em;
	text-align: left;
}

#services .service .desc {
	opacity: 0;
	transition: opacity .35s, right .35s;
	right: 100%;
}

#services .service a:hover .desc {
	opacity: 1;
	text-align: left;
	right: 0;
	color: white;
	padding: 0 20px 0 20px;
	position: relative;
}

@media (max-width: 996px) {
	#services .service {
		width: 33.33%;
	}

	#services .service:nth-child(n+9) {
		display: block;
	}
}

@media (max-width: 682px) {
	#services .service {
		width: 50%;
	}
}

@media (max-width: 476px) {
	#services .service {
		width: 100%;
	}
}

#home-video {
	max-width: 1000px;
	padding: 0 10px 80px;
	box-sizing: border-box;
	margin: 0 auto;
}

#home-video h2 {
	font-size: 40px;
	margin-bottom: 10px;
}

.video-box {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: center;
}

.video-box iframe {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

#apply-funding {
	background-color: #023F7E;
}

#apply-funding .wrap {
	max-width: 1044px;
	margin: 0 auto;
	background-image: url("http://gorillacapital.com/wp-content/themes/gorilla/images/apply-bg.jpg");
	background-size: cover;
	background-position: center;
	min-height: 430px;
	padding: 100px;
	box-sizing: border-box;
}

#apply-funding .wrap img.logos {
	width: 100%;
}

#apply-funding .wrap h2 {
	color: #84C340;
	font-size: 40px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 20px 0;
}

#apply-funding .wrap a.read-more {
	background-color: #84C340;
	display: table;
	margin: 0 auto;
	padding: 8px 32px;
	color: #023F7E;
	line-height: 1em;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
}

#apply-funding .wrap a.read-more:after {
	content: '';
	display: inline-block;
	background-image: url("http://gorillacapital.com/wp-content/themes/gorilla/images/arrow-right.png");
	width: 15px;
	height: 20px;
	vertical-align: -2px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 6px;
}

#blog-test-holder {
	text-align: left;
	overflow: hidden;
	max-width: 1080px;
	padding: 40px 20px;
	margin: 0 auto;
}

#blog-test-holder .recent-blog h2,
#blog-test-holder .recent-test h2 {
	margin: 0 0 10px 0;
	font-size: 22px;
}

#blog-test-holder .recent-blog > .image {
	max-width: 500px;
	position: relative;
}

#blog-test-holder .recent-blog > .image > .text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	background-color: rgba(48, 88, 125, .75);
	max-width: 210px;
	color: white;
	text-transform: uppercase;
	line-height: 1.2em;
	font-size: 22px;
}

#blog-test-holder .recent-blog > .image > .text a {
	color: #FFFFFF;
	text-decoration: none;
}

#blog-test-holder .recent-blog > .image > img {
	display: block;
	max-width: 100%;
}

#blog-test-holder .recent-blog > .date {
	font-size: 14px;
	color: #003C7C;
}

#blog-test-holder .recent-blog > .content {
	line-height: 1.2em;
	margin-bottom: 10px;
	margin-top: -5px;
}

#blog-test-holder .recent-blog > .read-more {
	text-decoration: none;
	text-transform: uppercase;
	color: #003C7C;
}

#blog-test-holder .recent-blog,
.front-page #blog-test-holder .recent-test {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
}

@media (max-width: 800px) {
	#blog-test-holder .recent-blog,
	#blog-test-holder .recent-test,
	.front-page #blog-test-holder .recent-test {
		float: none;
		width: 100%;
	}
}

#blog-test-holder .recent-test > .testimonials {
	margin-bottom: 30px;
}

#blog-test-holder .recent-test > .testimonials > .testimonial {
	overflow: hidden;
	margin-bottom: 10px;
}

#blog-test-holder .recent-test > .testimonials > .testimonial.inactive {
	display: block;
}

#blog-test-holder .recent-test > .testimonials > .testimonial > .image {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

#blog-test-holder .recent-test > .testimonials > .testimonial > .text,
#blog-test-holder .recent-test > .testimonials > .testimonial > .text p {
	line-height: 1em;
	margin: 0;
	font-size: 16px;
}

#blog-test-holder .recent-test > .testimonials > .testimonial > .text p {
	margin-bottom: 10px;
}

#blog-test-holder .recent-test > .testimonials > .testimonial > .text p:last-child {
	margin-bottom: 0;
}

#blog-test-holder .recent-test > .testimonials > .testimonial > .text .testimony {
	margin-left: 80px;
}

#blog-test-holder .recent-test > .testimonials > .testimonial > .text .testimony.long {
	display: none;
}

#blog-test-holder .recent-test > .testimonials > .testimonial.active > .text .testimony.short {
	display: none;
}

#blog-test-holder .recent-test > .testimonials > .testimonial.active > .text .testimony.long {
	display: block;
}

#blog-test-holder .recent-test > .testimonials > .testimonial > .text .testimony > *:first-child:before {
	content: '"';
}

#blog-test-holder .recent-test > .testimonials > .testimonial > .text .testimony > *:last-child:after {
	content: '"';
}

#blog-test-holder .recent-test > .testimonials > .testimonial > .text .detail {
	margin-top: 10px;
	font-style: italic;
	margin-left: 80px;
	cursor: pointer;
}

#blog-test-holder .recent-test > .testimonials > .testimonial > .text .detail:before {
	content: '+ ';
	color: #84C340;
	font-style: normal;
	font-size: 20px;
	line-height: 16px;
	vertical-align: top;
	font-weight: bold;
}

#blog-test-holder .recent-test > .testimonials > .testimonial.active > .text .detail:before {
	content: '- ';
}

#blog-test-holder .recent-test .read-more {
	padding: 12px 32px;
	display: table;
	background-color: #023F7E;
	color: white;
	font-size: 20px;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
}

#blog-test-holder .recent-test .read-more:after {
	content: '';
	display: inline-block;
	background-image: url("http://gorillacapital.com/wp-content/themes/gorilla/images/arrow-right-white.png");
	width: 15px;
	height: 20px;
	vertical-align: -2px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 6px;
}

#newsletter-signup {
	background-color: #84C340;
	padding: 20px 10px 100px 10px;
}

#newsletter-signup h2 {
	line-height: 1em;
	font-size: 40px;
}

.newsletter-signup{
  max-width: 300px;
  margin: 0 auto;
}

.newsletter-signup input{
	text-transform: uppercase;
	background-image: url("http://gorillacapital.com/wp-content/themes/gorilla/images/arrow-right-white.png") !important;
	vertical-align: -2px;
	background-size: 14px auto !important;
	background-position: right 18px center !important;
	background-repeat: no-repeat !important;
	padding-right: 40px;
}

.front-page #content-wrapper {
	margin-bottom: 0;
}

@media (max-width: 800px) {
	#funding > .left img {
		max-width: 120px;
	}
}

/* gorilla capital custom recent posts widget */
ul.sidebar-list li.gc-recent-posts ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.35;
}

ul.sidebar-list li.gc-recent-posts li {
	clear: left;
	overflow: hidden;
	padding: 10px 0;
}

.gc-recent-posts a {
	text-decoration: none;
}

.gc-recent-posts .post-info {
	overflow: hidden;
}

.gc-recent-posts .post-thumb {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.gc-recent-posts .post-nothumb {
	height: 140px;
	width: 140px;
	line-height: 140px;
	background: #DDDDDD;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	text-align: center;
}

.gc-recent-posts img {
	max-width: 140px;
	vertical-align: middle;
}

.gc-recent-posts .post-nothumb img {
	max-width: 100px;
	vertical-align: middle;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
}

.gc-recent-posts .post-date-author {
	font-size: 14px;
	color: #888888;
	overflow: hidden;
}
#label_8_58_2{
	white-space: nowrap;
}



/*----- new contact page ---------------*/
.staff-list {
	width: 90%;
	margin: 0 auto;
}


.icon-phone,
.icon-mapmarker,
.icon-fax{
	display: block;
	/* border: 1px solid red; */
	background-repeat: no-repeat;
	background-position: center center;
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 10px;
}

.getintouch{
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	margin-bottom:50px;
}

.getintouch .subttl{

}

.getintouch div{
	margin-bottom:5px;
}

.getintouch a{
	display:inline-block;
	text-decoration:none;
	color:#474747;
}

.icon-phone{
	background-image: url("https://gorillacapital.com/wp-content/themes/gorilla/images/icon-phone.png");
}

.icon-mapmarker {
	background-image: url("https://gorillacapital.com/wp-content/themes/gorilla/images/icon-mapmarker.png");
}

.icon-fax{
	background-image: url("https://gorillacapital.com/wp-content/themes/gorilla/images/icon-fax.png");
}


.memberBio{
	background-color:#003e7e;
	color:#fff;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	font-size:20px;

}

.staffBioContainer .memberBio{
	opacity: 0;
	display: none;
	-webkit-animation: fadeOut 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: fadeOut 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: fadeOut 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: fadeOut 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeOut 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

.staffBioContainer .memberBio.active {
	opacity: 1;
	display:block;
	-webkit-animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
	animation: fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.staffRowPhotoContainer{
	overflow:hidden;
	width:100%;
}

.staffRowPhotoContainer .staffMember{
	float:left;
	width:33%;
	position:relative;
	background:#cccccc;
	background-position: center top;
}


.memphotoContainer{
	position:relative;
	line-height:0px;
}


.memphotoContainer img{
	margin:0px;width: 100%;
}

.staffRowPhotoContainer .staffMember .photo,
.staffRowPhotoContainer .staffMember .nophoto{
	width:100%;
}

.staffRowPhotoContainer .staffMember.second{
	margin:0 .5%;
}

.mobileBio{
	display:none;
}


.memphotoContainer img:nth-child(1){
    display: block;
}
.memphotoContainer img:nth-child(2){
    display: none;
}

.memphotoContainer:hover img:nth-child(1){
    display: none;
}
.memphotoContainer:hover img:nth-child(2){
    display: block !important;
}


.memphotoContainer .memberName{
	box-sizing:border-box;
	background-color:rgba(124, 124, 124, 0.5);
	text-transform:uppercase;
	font-size:14px;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	color:rgba(256, 256, 256, 0.7);
	position:absolute;
	width:100%;
	left:0px;
	bottom:0px;
	padding-top:10px;
	padding-left:25px;
	padding-bottom:18px;
	line-height:20px;
}

.nophoto{
	text-align:center;
	box-sizing:border-box;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top:30%;
	color:#666666;
	font-size:18px;
	position:absolute;
}

.memberMeta{
	position:relative;
	padding:30px 30px 10px 30px;
}

.memberBioText{
	padding:10px 30px 30px 30px;
}

.memberLinks {
	font-size: 14px;
	position: absolute;
	top: 30px;
	right: 30px;
}

.staff-list .memberLinks a{
	color:#fff;
}


.memberLinks a:hover{
	opacity:0.5;
}


.memberPhone,
.memberEmail,
.memberLinkedIn{
	display:inline-block;
	padding-left:34px;
}

.memberMeta .memberName{
	text-transform:uppercase;
	font-size:22px;
}
.memberMeta .memberPosition{
	font-size:14px;
	text-transform:uppercase;
}

svg.gcMail,
svg.gcLinkedIn,
svg.gcPhone{
	width:27px;
	height:27px;
	margin-right:10px;
	display: inline-block;
	float: left;
}


@media (max-width: 980px) {

	.memberLinks{
		position:static;
	}
	.memberPhone, .memberEmail, .memberLinkedIn {
		display: inline-block;
		padding-left: 0px;
		padding-right: 20px;
		margin: 5px 0;
	}

	.memphotoContainer .memberName {
		background-color: rgba(124, 124, 124, 1);
		font-size: 12px;
		color: rgba(256, 256, 256, 1);
		padding: 5px;
		text-align:center;
	}
}


@media (max-width: 540px) {

	.staffRowPhotoContainer .staffMember {
		width: 100%;
	}

	.mobileBio{
		display:block;
	}
	.staffBioContainer{
		display:none;
	}

	.memphotoContainer .memberName{

		background-color:rgba(124, 124, 124, 0.5);

		font-size:14px;
		color:rgba(256, 256, 256, 0.7);
		padding-top:10px;
		padding-left:25px;
		padding-bottom:18px;
		text-align:left;

	}
}

/** Ninja Tables Css **/

.ninja_table_wrapper .salmon {
	background-color: #F2DCDB;
}
.ninja_table_wrapper .yellow {
	background-color: #DEDAC3;
}
.ninja_table_wrapper .light-blue {
	background-color: #C5D9F1;
}
.ninja_table_wrapper .off-white {
	background-color: #EBF1DF;
}
.ninja_table_wrapper .light-green {
	background-color: #DAEEF4;
}
.ninja_table_wrapper .light-orange {
	background-color: #FDE9D9;
}
.ninja_table_wrapper .light-pink {
	background-color: #E4DFED;
}
.ninja_table_wrapper th.header-white {
	background-color: #FFF;
}
.ninja_table_wrapper .table.footable>thead>tr>th.footable-sortable {
	padding-right: 0px;
}
.ninja_table_wrapper .table_title.footable_title {
	text-align: center;
}
.lffo-table .footable-header th:not(.ninja_column_0){
    background-color: #003E7E;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	border-right: solid;
    border-left: solid;
}
.lffo-table .footable-header {
	height: 20px;
	border: solid #fff;
}
.lffo-table .entry-content img {
    height: auto;
    width: 44%;
}
.ninja_column_0 {
	border: none;
	border-top: none !important;
}
.lffo-table th:not(.header-white) {
    width: 12%;
}
.lffo-table td.footable-sortable>span.fooicon, th.footable-sortable>span.fooicon {
	top: 10% !important;
}
