/*
Theme Name: MAG Seventeen
Theme URI: http://magilkey.com/
Description: A WordPress theme for the Michael A. Gilkey website
Version: 3.0
Author: Biscuit Studios
Author URI: http://biscuitstudios.com/
Tags: custom header, responsive, custom-menu, translation-ready
*/

/*-------------------------------------------------------------------------*/

/* COLORS & FONTS */

/*-------------------------------------------------------------------------*/

/* green = #5C8727 */
/* light grey = #F2F2F2 */
/* black = #353535 */

/* font-family: 'Bitter', Georgia, serif; (400) */
/* font-family: "myriad-pro", "Helvetica", "Arial", sans-serif; (300, 600) */

/*-------------------------------------------------------------------------*/

/* GLOBAL ELEMENTS */

/*-------------------------------------------------------------------------*/

html {
    position: relative;
    min-height: 100%;
}
body {
	background-color: #FFF;
	font: 300 17px/180% "myriad-pro", "Helvetica", "Arial", sans-serif;
	color: #525252;
}
header, a, img, li {
    transition: all 0.3s ease;
}
a {
	color: #5A5A5A;
	border-bottom: 1px solid #d2d2d2;
	text-decoration: none;
	transition: all 0.3s;
}
a:hover {
	color: #222;
	border-bottom: 1px solid #424242;
	text-decoration: none;
}
a:active,
a:focus {
	color: #222;
	border-bottom: 1px solid #424242;
	text-decoration: none;
}
a.no-border {
	border-bottom: none;
}
a:hover.no-border {
	border-bottom: none;
	opacity: 0.6;
}
p, ul, ol {
	margin: 0 0 24px 0;
}
ul li {
	line-height: 156%;
	margin: 0 0 8px 0;
}
ol {
	list-style-type: decimal;
}
ol li {
	line-height: 156%;
	margin: 0 0 8px 6px;
    padding-left: 6px;
}
ol ol {
	list-style: disc;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
strong, b {
	font-weight: 600;
}
em, i {
	font-style: italic;
}
address {
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: 100;
	line-height: 120%;
}
blockquote {
	clear: both;
	color: #525252;
	background-color: #f4f4f4;
	font-size: 22px;
	text-shadow: 0 2px 3px rgba(255, 255, 255, 0.50);
	border-left: none;
	padding: 20px 30px;
	margin: 0 0 24px 0;
	overflow: hidden;
}
hr {
	clear: both;
	background-color: #d5d5d5;
	border: 0;
	height: 1px;
	margin: 30px 0 40px 0;
}
embed,
object,
iframe,
video {
	max-width: 100%;
	margin-bottom: 24px;
}
img, a img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.orange {
	color: #D56D3D;
}
.red {
	color: #C63527;
}
.green {
	color: #5C8727;
}
.lowercase {
	text-transform: lowercase;
}
.uppercase{
	text-transform: uppercase;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-filled-"]:before,
[class*=" icon-filled-"]:before {
	font-size: 22px;
	margin-top: -4px;
	margin-right: 3px;
	vertical-align: middle;
}

/*-------------------------------------------------------------------------*/

/* STRUCTURE */

/*-------------------------------------------------------------------------*/

.content-wrapper {
	padding-top: 0;
}
#content {
	clear: both;
	background-color: #FFFFFF;
	margin-left: 40px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.home #content {
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}
@media (max-width: 1280px) {
	#content {
		margin-left: 20px;
	}
}
@media (max-width: 992px) {
	#content {
		margin-left: 0;
	}
}

/*-------------------------------------------------------------------------*/

/* HEADER */

/*-------------------------------------------------------------------------*/

.navbar-fixed-top {
	background-color: transparent;
    transition: all 0.3s;
}
.navbar-fixed-top .logo {
	height: 100%;
}
.navbar-fixed-top .logo h1 {
	font-size: 24px;
	line-height: 60px;
	margin: 0;
}
.navbar-fixed-top .logo > a {
	display: block;
    border-bottom: none;
	height: 45px;
	margin: 20px 0;
}
.navbar-fixed-top .logo > a.nav-logo img {
    background-color: transparent !important;
    max-height: 100%;
}

/* --- MOBILE TOGGLE ICON --- */

.navbar-fixed-top .mobile-menu-toggle {
	height: 100%;
	display: none;
	cursor: pointer;
}
.navbar-fixed-top .mobile-menu-toggle span {
	display: block;
	border: transparent;
    color: #FFF;
	float: right;
	font-size: 22px;
	line-height: 30px;
	margin-top: 26px;
	text-align: center;
	width: 35px;
	height: 33px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

@media (max-width: 992px) {
	.navbar-fixed-top {
        background-color: #1F1F1F;
    	background-color: rgba(30, 30, 30, 0.85);
        position: relative !important;
		height: auto !important;
	}
	.admin-bar .navbar-fixed-top {
		top: 0 !important;
	}
	.navbar-fixed-top .logo > a {
		height: 45px;
		margin: 20px 0;
	}
	.navbar-fixed-top .mobile-menu-toggle {
		display: block;
	}
}

/*-------------------------------------------------------------------------*/

/* MAIN MENU */

/*-------------------------------------------------------------------------*/

.desktop-menu {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #1F1F1F;
	background-color: rgba(30, 30, 30, 0.85);
    margin: 0 -225px 0 0 ;
    padding: 0 0 0 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100%;
	width: 290px;
}
.menushow {
    margin: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.desktop-menu ul {
    list-style: none;
    border-bottom: 1px solid #323232;
	margin: 0 0 0 -15px;
	padding: 0 0 20px 0;
}
.desktop-menu li {
    margin: 0;
    padding: 0;
    width: 290px;
    height: 45px;
}
.desktop-menu a.nav-logo {
    border-bottom: none;
}
.desktop-menu a.nav-logo img {
    background-color: transparent !important;
    padding: 20px 15px 20px 0;
}
.desktop-menu li a {
    display: block;
    color: #BBB;
    /*border-top: 1px solid #424242;*/
    border-bottom: none;
    font-size: 18px;
    font-weight: 300;
    line-height: 180%;
    text-decoration: none;
    text-transform: lowercase;
    margin: 0;
    padding: 10px 15px;
    -webkit-transition: .25s ease-in;
    -moz-transition: .25s ease-in;
    -o-transition: .25s ease-in;
    -ms-transition: .25s ease-in;
    transition: .25s ease-in;
}
.desktop-menu li a:hover {
    background-color: #525252;
    color: #FFF;
    text-decoration: none;
}
.desktop-menu li a:before {
	font-family: "streamline";
	line-height: 1;
	display: inline-block;
	margin: 0 22px 0 6px;
	vertical-align: middle;
}
.nav-home a:before {
	content: '\e3be';
	font-size: 24px;
}
.nav-projects a:before {
	content: '\e47f';
	font-size: 22px;
}
.nav-philosophy a:before {
	content: '\e5bf';
	font-size: 22px;
}
.nav-elements a:before {
	content: '\e489';
	font-size: 22px;
}
.nav-people a:before {
	content: '\e052';
	font-size: 22px;
}
.nav-design a:before {
	content: '\e052';
	font-size: 23px;
}
.nav-maintenance a:before {
	content: '\e2be';
	font-size: 23px;
}
.nav-edibles a:before {
	content: '\e545';
	font-size: 23px;
}
.nav-database a:before {
	content: '\e5be';
	font-size: 22px;
}

.desktop-menu li.current-menu-item a:hover {
    color: #FFF !important;
}
.desktop-menu li.current-menu-item > a:before {
	color: #FFF;
	font-weight: 600;
}
.desktop-menu li.current-menu-item > a:hover {
    color: #FFF !important;
}

/* --- SECONDARY MENU --- */

ul.secondary-menu  {
	list-style: none;
	margin: 20px 0 0 -13px;
    padding: 0;
    padding-bottom: 16px;
}
.secondary-menu li {
    margin: 0;
    padding: 0;
    width: 290px;
    height: 35px;
}
.secondary-menu li a {
    display: block;
    color: #BBB;
    border-top: none;
    font-size: 12px;
    font-weight: 300;
    line-height: 100%;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px 15px;
    transition: .25s ease-in;
}
.secondary-menu li a:before {
	margin: -2px 25px 0 6px;
}
.secondary-menu li a:hover {
    background-color: #525252;
    color: #FFF;
    text-decoration: none;
}
.nav-pressroom a:before {
	content: '\e452';
	font-size: 18px;
}
.nav-blog a:before {
	content: '\e010';
	font-size: 18px;
}
.nav-subscribe a:before {
	content: '\e124';
	font-size: 18px;
}
.nav-contact a:before {
	content: '\e140';
	font-size: 18px;
}
.nav-search a:before {
	content: '\e01f';
	font-size: 18px;
}
.nav-more a:before {
	content: '\e2da';
	font-size: 22px;
}

/* --- SOCIAL MENU --- */

ul.social-menu  {
	list-style: none;
    border-bottom: none;
	margin: 22px 0 0 0;
	padding: 0;
}
.social-menu li {
    float: left;
    display: inline;
    line-height: 100%;
    margin: 0;
    padding: 0;
    width: 28px;
    height: 28px;
}
.social-menu li a {
    line-height: 100%;
    margin: 0 6px 0 0;
    padding: 0;
    transition: .25s ease-in;
    opacity: 0.5;
}
.social-menu li a:hover {
    background-color: transparent;
    opacity: 1.0;
}
.social-menu li.nav-social {
    margin-right: 22px;
}
.social-menu li.nav-social a {
    color: #BBB;
    opacity: 1.0;
}
.social-menu li.nav-social a:before {
    content: '\e0c3';
	font-size: 22px;
}
.social-menu img {
    background: transparent !important;
}

/* --- MOBILE MENU --- */

.mobile-menu {
	clear: both;
	display: none;
	background-color: transparent;
	padding: 0 17px 0 17px;
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-menu ul li {
	border-bottom: 1px solid #424242;
	margin: 0;
}
.mobile-menu ul li:first-child {
	border-top: 1px solid #424242;
}
.mobile-menu ul li span {
	float: right;
	margin-top: 6px;
	margin-right: 20px;
	font-weight: 300;
	font-size: 15px;
	line-height: 1;
}
.glyphicon-align-justify:before {
	/* icon in toggle */
	color: #FFF;
}
.mobile-menu ul li a {
	display: block;
	border-bottom: none;
	color: #BBB;
	padding: 12px 0 15px 12px;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	text-transform: lowercase;
	transition: all 0.4s ease-in-out;
}
.mobile-menu ul li a.icon-social-mobile {
	display: inline-block;
	border-bottom: none;
	padding: 12px 0 15px 12px;
	transition: all 0.4s ease-in-out;
    opacity: 0.5;
}
.mobile-menu ul li a:hover {
	text-decoration: none;
}
.mobile-menu ul li a.icon-social-mobile:hover {
	opacity: 1.0;
}
.mobile-menu ul li a.active {
	color: #5C8727;
}
.mobile-menu ul li a.active span {
	color: #5C8727;
}
.mobile-menu li a:before {
	font-family: "streamline";
	line-height: 1;
	display: inline-block;
	margin: -5px 12px 0 0;
	vertical-align: middle;
}
.mobile-menu ul .sub-menu {
	display: none;
}
.mobile-menu ul .sub-menu li {
	border-top: 1px solid #424242;
	border-bottom: 0;
}
.mobile-menu ul .sub-menu li a {
 	padding-left: 42px;
 	font-size: 16px;
 	font-weight: 300;
}
.mobile-menu ul .sub-menu li li a {
 	padding-left: 60px;
 	text-transform: none;
 	font-size: 14px;
 	font-weight: 300;
}

/*-------------------------------------------------------------------------*/

/* HEADING TAGS */

/*-------------------------------------------------------------------------*/

h1 {
	/* page title */
	color: #353535;
	font-family: 'Bitter', Georgia, serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 100%;
	margin: 0 0 30px 0;
	padding: 0;
}
@media (max-width: 767px) {
	h1 {
		font-size: 36px;
	}
}
h2 {
	/* post titles */
	color: #353535;
	font-family: 'Bitter', Georgia, serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 130%;
	margin: 0 0 24px 0;
	padding: 0;
}
h3 {
	/* paragraph title  - with spacing below */
	color: #353535;
	font-family: 'Bitter', Georgia, serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 24px 0;
	padding: 0;
}
h4 {
	/* paragraph title - no spacing below */
	color: #353535;
	font-family: 'Bitter', Georgia, serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 140%;
	margin: 8px 0 0 0;
	padding: 0;
}
h5 {
	/* smaller title  - with spacing below */
	color: #4A4A4A;
	font-size: 20px;
	font-weight: 400;
	line-height: 180%;
	margin: 0;
	padding: 0;
}
h6 {
	/* smaller title - no spacing below */
	color: #4A4A4A;
	font-size: 20px;
	font-weight: 400;
	line-height: 180%;
	margin: 0;
	padding: 0;
}
h1 a, h2 a, h3 a, h4 a {
	color: #353535;
	border-bottom: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #4A4A4A;
	border-bottom: 1px solid #4A4A4A;
}

/*-------------------------------------------------------------------------*/

/* SECTION BACKGROUNDS  */

/*-------------------------------------------------------------------------*/

.white-bg {
	background-color: #FFF;
	margin-left: -40px;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 55px;
}
.white-bg-top {
	background-color: #FFF;
	margin-left: -40px;
    padding-top: 80px;
	padding-bottom: 0;
    padding-left: 55px;
}
.white-bg-bottom {
	background-color: #FFF;
	margin-left: -40px;
    padding-top: 0;
	padding-bottom: 80px;
    padding-left: 55px;
}
.white-bg-none {
	background-color: #FFF;
	margin-left: -40px;
    padding-top: 0;
	padding-bottom: 0;
    padding-left: 55px;
}
.white-bg .video-wrapper,
.white-bg-top .video-wrapper,
.white-bg-bottom .video-wrapper,
.white-bg-none .video-wrapper  {
	background-color: #F6F6F6;
	border-radius: 4px;
	padding: 8px;
}
.gray-bg {
	clear: both;
	background-color: #F2F2F2;
	margin-left: -40px;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 55px;
}
.gray-bg-top {
	background-color: #F2F2F2;
	margin-left: -40px;
    padding-top: 80px;
	padding-bottom: 0;
    padding-left: 55px;
}
.gray-bg-bottom {
	background-color: #F2F2F2;
	margin-left: -40px;
    padding-top: 0;
	padding-bottom: 80px;
    padding-left: 55px;
}
.gray-bg-none {
	background-color: #F2F2F2;
	margin-left: -40px;
    padding-top: 0;
	padding-bottom: 0;
    padding-left: 55px;
}
.gray-bg .video-wrapper,
.gray-bg-top .video-wrapper,
.gray-bg-bottom .video-wrapper,
.gray-bg-none .video-wrapper {
	background-color: #FFF;
	border-radius: 4px;
	padding: 8px;
}
.green-bg {
	background-color: #5C8727;
	color: #FFF;
	margin-left: -40px;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 55px;
}
.green-bg-top {
	background-color: #5C8727;
	margin-left: -40px;
    padding-top: 80px;
	padding-bottom: 0;
    padding-left: 55px;
}
.green-bg-bottom {
	background-color: #5C8727;
	margin-left: -40px;
    padding-top: 0;
	padding-bottom: 80px;
    padding-left: 55px;
}
.green-bg-none {
	background-color: #5C8727;
	margin-left: -40px;
    padding-top: 0;
	padding-bottom: 0;
    padding-left: 55px;
}
.green-bg a {
	color: #FFF;
    border-bottom: 1px solid #FFF;
}
.black-bg {
	background-color: #222;
    color: #FFF;
	margin-left: -40px;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 55px;
}
.black-bg a {
	color: #FFF;
    border-bottom: 1px solid #FFF;
}
.green-bg h1, .green-bg h2, .green-bg h3, .green-bg h4, .green-bg h5, .green-bg h6,
.green-bg h1 a, .green-bg h2 a, .green-bg h3 a, .green-bg h4 a, .green-bg h5 a, .green-bg h6r a,
.black-bg h1, .black-bg h2, .black-bg h3, .black-bg h4, .black-bg h5, .black-bg h6,
.black-bg h1 a, .black-bg h2 a, .black-bg h3 a, .black-bg h4 a, .black-bg h5 a, .black-bg h6 a {
	color: #FFF;
}
.green-bg .video-wrapper,
.black-bg .video-wrapper {
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	padding: 8px;
}
.green-bg .btn-white {
	color: #5C8727;
    border-bottom: none;
}

/*-------------------------------------------------------------------------*/

/* SECTION MENUS */

/*-------------------------------------------------------------------------*/

.section-menu {
    position: fixed;
    bottom: 0;
    background-color: #FFF;
    border-top: 1px solid #E5E5E5;
	padding-top: 36px;
	padding-bottom: 10px;
    width: 100%;
    z-index: 9000;
}
.section-menu ul {
	list-style: none;
    text-align: center;
	margin: 0 auto;
	padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.section-menu li {
	float: left;
    font-size: 12px;
    text-align: center;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 2px 26px 2px !important;
    white-space: nowrap;
}
.section-menu li a {
	border: none;
    border-radius: 4px;
	background-color: #F6F6F6;
    color: #727272;
	text-decoration: none;
    padding: 8px 10px;
	white-space: nowrap;
}
.section-menu li a:hover {
	color: #FFF;
	background-color: #5C8727;
}
.section-menu span {
	float: left;
	color: #4A4A4A;
	font-size: 14px;
    font-weight: 700;
	text-transform: uppercase;
	padding: 14px 10px 13px 0;
}

/*-------------------------------------------------------------------------*/

/* CALLOUTS  */

/*-------------------------------------------------------------------------*/

.callout {
	text-align: center;
}
.callout p {
	font-size: 36px;
    font-weight: 700;
	line-height: 150%;
}
@media (max-width: 767px) {
	.callout p {
		font-size: 24px;
	}
}

/*-------------------------------------------------------------------------*/

/* QUOTE  */

/*-------------------------------------------------------------------------*/

.quote {
    background: url(assets/images/icon_blockquote.png) no-repeat center -16px / 80px 80px;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	margin-top: 0;
	padding-top: 84px;
	padding-bottom: 40px;
	overflow: visible !important;
}
.green-bg .quote,
.black-bg .quote {
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.quote span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

/*-------------------------------------------------------------------------*/

/* FULL WIDTH IMAGE WITH AND WITHOUT TEXT */

/*-------------------------------------------------------------------------*/

.full-width-text,
.full-width-no-text {
    position: relative;
    margin-left: -40px;
}
.full-width-text h1,
.full-width-text h2,
.full-width-text h3,
.full-width-text h4,
.full-width-text h5,
.full-width-text h6 {
	color: #FFF;
	border-bottom: none;
    margin-bottom: 8px;
}
.full-width-text .details-bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.full-width-no-text .details-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.full-width-text .details {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-size: 36px;
	font-weight: 400;
	line-height: 140%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    max-width: 90%;
}
.full-width-text .details-caption,
.full-width-no-text .details-caption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: right;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.80);
}

/*-------------------------------------------------------------------------*/

/* MAIN COLUMN */

/*-------------------------------------------------------------------------*/

/* --- ONE COLUMN --- */

/*.one-column { }*/

/* --- TWO COLUMN LIST --- */

#two-column-list .one-column {
	padding-bottom: 30px;
}
#two-column-list p {
	margin: 0 0 36px 0;
}

/* --- ADD SPACE TO COLUMNS ABOVE --- */

.copy-left {
	padding-right: 40px;
}
.copy-right {
	padding-left: 40px;
}
@media (max-width: 992px) {
	.copy-left,
    .copy-right {
		padding-left: 0;
		padding-right: 0;
	}
}
.copy ul, .copy ol {
	margin: 0;
}
.copy-block-left,
.copy-block-right {
    padding-left: 80px;
    padding-right: 80px;
}
@media (max-width: 992px) {
    .copy-block-left,
    .copy-block-right {
		padding-left: 40px;
		padding-right: 40px;
	}
}
.copy-image-left,
.copy-image-right {
    min-height: 320px;
}
.copy-image-left .details-caption {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: left;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.80);
}
.copy-image-right .details-caption {
    position: absolute;
    bottom: 12px;
    right: 12px;
    color: #FFF;
	font-size: 13px;
    font-style: italic;
    font-weight: 400;
	line-height: 120%;
	text-align: right;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.70);
}


/* --- 2 COLUMN CONTENT LIKE BLOG --- */

.entry-header,
.entry-content {
    text-align: center;
}
.page-title {
    text-align: center;
}
.single-title {
    text-align: center;
}

/* --- ADD SPACE TO PARTNER LOGOS --- */

.client-logo {
	margin: 0 20px 40px 20px;
	max-height: 120px;
	vertical-align: middle;
}

/* --- BOOTSTRAP VIDEO IFRAMES --- */

.embed-responsive {
	clear: both;
    margin-bottom: 24px;
}
.video-responsive .embed-responsive {
    margin-bottom: 0;
}
.tax-video-categories .embed-responsive {
	clear: both;
    margin-bottom: 0;
}
.wp-video {
	margin-bottom: 24px;
}

/* --- MAP --- */

.gm-style .gm-style-iw {
    position: absolute !important;
    top: 15px !important;
	left: 15px !important;
	width: 200px !important;
}
.mapp-iw,
.mapp-iw * {
	font-family: "myriad-pro", "Helvetica", "Arial", sans-serif !important;
	font-weight: 300 !important;
	font-size: 13px !important;
	text-align: left !important;
	line-height: 160% !important;
	width: 180px !important;
}
.mapp-iw .mapp-title {
	font-weight: 600 !important;
}

/* --- FOOBOX --- */

.fbx-fullscreen-mode.fbx-light {
	background-color: #353535;
}
.fbx-fullscreen-mode.fbx-rounded .fbx-close,
.fbx-fullscreen-mode.fbx-rounded .fbx-fullscreen-toggle,
.fbx-fullscreen-mode.fbx-metro .fbx-close,
.fbx-fullscreen-mode.fbx-metro .fbx-fullscreen-toggle {
	opacity: .2;
	border-radius: 5px;
}
.fbx-fullscreen-mode.fbx-rounded .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded .fbx-next,
.fbx-fullscreen-mode.fbx-rounded.fbx-slideshow .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded.fbx-slideshow .fbx-next,
.fbx-fullscreen-mode.fbx-rounded.fbx-sticky-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded.fbx-sticky-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-metro.fbx-sticky-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-metro.fbx-sticky-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-rounded.fbx-inset-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-rounded.fbx-inset-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-metro.fbx-inset-buttons .fbx-prev,
.fbx-fullscreen-mode.fbx-metro.fbx-inset-buttons .fbx-next,
.fbx-fullscreen-mode.fbx-metro .fbx-prev,
.fbx-fullscreen-mode.fbx-metro .fbx-next {
	top: 50%;
	margin-top: -40px;
	width: 28px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	border: none;
	opacity: .2;
}
.fbx-inner-shadow, .fbx-rounded .fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-next.fbx-btn-shadow,
.fbx-sticky-buttons .fbx-prev.fbx-btn-shadow,
.fbx-sticky-buttons .fbx-next.fbx-btn-shadow,
.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev.fbx-btn-shadow:before,
.fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next.fbx-btn-shadow:before {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.fbx-close-overlays {
	top: 10px;
	right: 0;
}
.fbx-close-overlays {
	border-bottom: none;
}
.fbx-light,
.fbx-light .fbx-caption,
.fbx-light .fbx-open-caption,
.fbx-light.fbx-phone .fbx-social {
    background-color: #303030;
    background-color: rgba(28, 28, 28, 0.5);
}
a.fbx-close-caption,
a.fbx-open-caption {
    color: #626262;
    text-decoration: none;
    border-bottom: none;
}
.fbx-caption-title {
    font-family: 'Bitter', Georgia, serif;
    font-size: 18px;
    line-height: 180%;
    padding: 15px;
}
.fbx-caption-desc {
    font: 300 15px/160% "myriad-pro", "Helvetica", "Arial", sans-serif;
    padding: 15px 15px 20px 15px;
}

/*-------------------------------------------------------------------------*/

/* FAQS */

/*-------------------------------------------------------------------------*/

.faq h4 {
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #E2E2E2;
}
.faqs-accordion .accordion-toggle:after,
.faqs-accordion .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    content: "\e259";
    text-transform: uppercase;
    position: relative;
    float: right;
    color: #929292;
}
.faqs-accordion.active .accordion-toggle:after,
.faqs-accordion.active .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    content: "\e014";
}
.faq-question {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E2E2E2;
}
.faq-question h6 a {
    border-bottom: none;
    font-size: 22px;
    padding-top: 8px;
    cursor: pointer;
}
.faq-question p a {
    font-size: 17px;
}
.collapse {
    background-color: #FFF;
    border-radius: 4px;
    transition: all 0.6s ease;
}
.faq-answer {
    margin-top: 0;
    padding: 40px 60px 30px 60px;
}
@media (max-width: 992px) {
    .faq-answer {
        padding: 40px;
    }
}

/*-------------------------------------------------------------------------*/

/* TESTIMONIALS FULL SCREEN */

/*-------------------------------------------------------------------------*/

.testimonials-full {
    background-color: #FFF;
}
.testimonials-text {
    position: relative;
}
.testimonials-text .details-bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.30);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.testimonials-text .details {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    font-size: 36px;
	font-weight: 400;
	line-height: 140%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 90% !important;
}
p.testimonials-name {
    color: #FFF;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 0px;
}
p.testimonials-title {
    font-size: 12px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-left: -5px;
    margin-right: -5px;
}
.testimonials-excerpt {
    color: #FFF;
    font-size: 38px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 18px;
}
@media (max-width: 767px) {
    .testimonials-excerpt {
        font-size: 24px;
    }
}

/*-------------------------------------------------------------------------*/

/* TESTIMONIALS HALF SCREEN */

/*-------------------------------------------------------------------------*/

.testimonials-half .testimonial-carousel .item {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
}
@media (max-width: 767px) {
    .testimonials-half .testimonial-carousel {
        padding: 48px 70px 60px 70px;
    }
}
.testimonials-half .testimonials-image {
    margin: 0 auto 18px auto;
    width: 100px;
    height: 100px;
}
.testimonials-half .testimonials-image img {
    border-radius: 50%;
    filter: alpha(opacity=100);
	opacity: 1.0;
}
.testimonials-half p.testimonials-title {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 2px;
}
.testimonials-half p.testimonials-job {
    font-size: 13px;
    margin-bottom: 14px;
    text-transform: uppercase;
    margin-left: -5px;
    margin-right: -5px;
}
.testimonials-half .testimonials-excerpt p {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 0;
}

/* --- OWL CAROUSEL - CORE CSS --- */

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel .item img:hover {
	opacity: 0.80 !important;
	transition: all 0.3s ease !important;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* --- OWL CAROUSEL - BUTTONS --- */

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-nav {
	display: none;
}
/*
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color:#fff;
	font-size:14px;
	margin:5px;
	padding:4px 7px;
	background:#d6d6d6;
	display:inline-block;
	cursor:pointer;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background:#869791;
	color:#fff;
	text-decoration:none;
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity:.5;
	cursor:default;
}
*/
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 3px;
	background: #E2E2E2;
	display: block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #4A4A4A;
}

/*-------------------------------------------------------------------------*/

/* PORTFOLIO */

/*-------------------------------------------------------------------------*/

/* --- ISOTOPE --- */

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope .fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.isotope .fade:hover {
   opacity: 0.5;
}

/* --- PORTFOLIO IMAGES --- */

#portfolio {
	display: block;
	position: relative;
	padding-bottom: 60px;
}
#portfolio .thumbs {
	text-align: center;
	margin: 0 auto;
	overflow: visible !important;
	line-height: 100% !important;
}
#portfolio .col-sm-6,
#portfolio .col-md-6,
#portfolio .col-lg-6,
#portfolio .col-xs-12 {
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

/* --- HOVER OVER IMAGE --- */

#portfolio img {
	position: relative;
    background: #000;
	margin: 0;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
#portfolio .iso-image .inside {
	background: #FFF;
	position: relative;
	margin: 0;
	padding: 0;
}
#portfolio .iso-image  {
	position: relative;
	display: block;
	-webkit-backface-visibility: hidden;
	margin-bottom: 60px;
	zoom: 1;
}
#portfolio .iso-image:hover img {
	opacity: .35;
	position: relative;
	-webkit-backface-visibility: hidden;
}
#portfolio .iso-image:hover .button-links  {
	opacity: 1;
	top: 50%;
	-webkit-backface-visibility: hidden;
}
#portfolio .iso-image .button-links {
	text-align: center;
	display: block;
	position: absolute;
	line-height: 100%;
	top: 60%;
	margin: -10px auto 0 auto;
	padding: 0 4px;
	width: 100%;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	opacity: 0;
}
#portfolio .iso-image .btn {
	margin-bottom: 4px;
}
#portfolio .iso-image h4 {
	font-size: 22px;
	line-height: 140%;
    text-align: center;
	margin: 15px 0 0 0;
	padding: 0;
}
#portfolio .iso-cats a {
	color: #626262;
	font-size: 14px;
	text-transform: capitalize;
	border-bottom: none;
}
#portfolio .iso-cats a:hover {
	color: #424242;
	text-decoration: underline;
}
#portfolio P {
    text-align: center;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

/* --- THEME FILTER NAVIGATION --- */

#filterNav {
	padding: 0;
	margin: -30px 0 50px 0;
	width: auto;
	text-align: center;
	width: 100%;
	position: relative;
}
#filterNav .filterNav-by {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

/*-------------------------------------------------------------------------*/

/* PROJECT IMAGES  */

/*-------------------------------------------------------------------------*/

/*
.project-image {
	clear: both;
	background-color: #000 !important;
	text-align: center;
	width: 100%;
}
.project-image:before {
 	content: '';
 	display: inline-block;
 	height: 100%;
 	vertical-align: middle;
 	margin-right: -0.25em;
}
.project-view-icon {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.project-image img:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
*/

/*-------------------------------------------------------------------------*/

/* SINGLE PROJECTS */

/*-------------------------------------------------------------------------*/

.project {
	padding-bottom: 60px;
}
.project h1 {
	color: #828282;
	font: 300 16px/160% "myriad-pro", "Helvetica", "Arial", sans-serif;
	text-transform: uppercase;
	margin: 0 0 8px 0;
	padding: 0;
}
.project h2 {
	color: #353535;
	font-family: 'Bitter', Georgia, serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}
.project .col-xs-1,
.project .col-sm-1,
.project .col-md-1,
.project .col-lg-1,
.project .col-xs-2,
.project .col-sm-2,
.project .col-md-2,
.project .col-lg-2,
.project .col-xs-3,
.project .col-sm-3,
.project .col-md-3,
.project .col-lg-3,
.project .col-xs-4,
.project .col-sm-4,
.project .col-md-4,
.project .col-lg-4,
.project .col-xs-5,
.project .col-sm-5,
.project .col-md-5,
.project .col-lg-5,
.project .col-xs-6,
.project .col-sm-6,
.project .col-md-6,
.project .col-lg-6,
.project .col-xs-7,
.project .col-sm-7,
.project .col-md-7,
.project .col-lg-7,
.project .col-xs-8,
.project .col-sm-8,
.project .col-md-8,
.project .col-lg-8,
.project .col-xs-9,
.project .col-sm-9,
.project .col-md-9,
.project .col-lg-9,
.project .col-xs-10,
.project .col-sm-10,
.project .col-md-10,
.project .col-lg-10,
.project .col-xs-11,
.project .col-sm-11,
.project .col-md-11,
.project .col-lg-11,
.project .col-xs-12,
.project .col-sm-12,
.project .col-md-12,
.project .col-lg-12 {
    margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

.project-image-xlg {
	position: relative;
	height: 600px;
}
.project-image-lg {
	position: relative;
	height: 480px;
}
.project-image-md {
	position: relative;
	height: 340px;
}
.project-image-sm {
	position: relative;
	height: 285px;
}

/* --- HOVER OVER IMAGE --- */

.project img {
	position: relative;
    background: #000;
    margin: 0;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.project .image a {
	position: relative;
	margin: 0;
	-webkit-backface-visibility: hidden;
}
.project .image:hover img {
	opacity: .35;
	position: relative;
	-webkit-backface-visibility: hidden;
}
.project .image .inside {
	background: #FFF;
	position: relative;
	margin: 0;
	padding: 0;
}
.project .image:hover .button-links  {
	opacity: 1;
	top: 50%;
	-webkit-backface-visibility: hidden;
}
.project .image .button-links {
	text-align: center;
	display: block;
	position: absolute;
	line-height: 100%;
	top: 60%;
	margin: -24px auto 0 auto;
	padding: 0 4px;
	width: 100%;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	opacity: 0;
}
.project .image [class^="icon-"]:before,
.project .image [class*=" icon-"]:before {
	font-size: 22px;
	margin-top: -4px;
	margin-right: 0;
	vertical-align: middle;
}
.project .btn {
	margin-bottom: 4px;
}

/* --- ONE COLUMN WITH TEXT ON LEFT AND RIGHT --- */

.project-callout {
	background-color: transparent;
	text-align: left;
	min-height: 340px;
}
.project-callout:before {
 	content: '';
 	display: inline-block;
 	height: 100%;
 	vertical-align: middle;
 	margin-right: -0.25em; /* Adjusts for spacing */
}
.project-callout h6 {
	display: inline-block;
	color: #828282;
	font-size: 20px;
	padding: 20px;
	vertical-align: middle;
	width: 100%;
}
.project-callout-right h6 {
    padding-right: 0;
}
.project-callout-left h6 {
    padding-left: 0;
}
@media (max-width: 767px) {
    .project-callout {
    	min-height: 1px;
    }
    .project-callout h6 {
    	font-size: 18px;
    }
    .project-callout-right h6,
    .project-callout-left h6 {
        padding: 20px;
    }
}

/* --- DEATIALS ON PAGE --- */

.project-download {
	margin-top: 24px;
	margin-bottom: 24px;
}
.project-details {
	color: #929292;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
}

/*-------------------------------------------------------------------------*/

/* PROJECT GALLERY */

/*-------------------------------------------------------------------------*/

.project.project-gallery h1 {
    color: #353535;
    font-family: 'Bitter', Georgia, serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
    margin: 0 0 18px 0;
    padding: 0;
}
.project.project-gallery p {
    margin: 0 0 40px 0;
}

/*-------------------------------------------------------------------------*/

/* MASONRY IN FLEXIBLE CONTENT */

/*-------------------------------------------------------------------------*/

.masonry-flexible {
	overflow: hidden;
}
/*ul.masonry-flexible-list {
    list-style: none;
    padding: 0;
    margin: 0;
}*/
.masonry-flexible-list div {
	background-color: #FFF;
	border: 8px solid #F2F2F2;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
    font-size: 15px;
    text-align: left;
	margin: 0;
    line-height: 160%;
	padding: 20px 20px 0 20px;
	overflow: hidden;
}
div.masonry-list-12 {
	width: 100%;
    left: 0 !important;
}
div.masonry-list-6 {
	width: 47%;
}
div.masonry-list-4 {
    width: 31.9658119%;
}
@media (max-width: 992px) {
	div.masonry-list-4 {
		width: 47%;
	}
}
@media (max-width: 767px) {
	div.masonry-list-6,
    div.masonry-list-4 {
		width: 100%;
		left: 0 !important;
	}
}

/*-------------------------------------------------------------------------*/

/* PRESSROOM */

/*-------------------------------------------------------------------------*/

/* --- POSTS --- */

.pressroom {
	text-align: left;
}
.pressroom .project-image-lg {
	margin-top: 40px;
}
.press-featured-listing {
	font-size: 18px;
	line-height: 180%;
}
h2.press-title {
	margin-top: 40px;
}
h3.press-title {
	font-size: 22px;
	line-height: 130%;
	margin: 24px 0 12px 0;
	padding: 0;
}
.press-listing {
	margin-bottom: 60px;
}
.press-line {
	clear: both;
	text-align: left;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 60px;
	padding-top: 36px;
}
.press-excerpt {
	margin: 12px 0;
}
.press-listing-info {
	color: #727272;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 240%;
	margin: 44px 0 24px 0;
}
.press-listing-info h4 {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #828282;
	font: italic 300 21px/170% "myriad-pro", "Helvetica", "Arial", sans-serif;
	text-transform: none;
	margin: 26px 0 24px 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

/*-------------------------------------------------------------------------*/

/* BLOG & POST LISTING PAGES */

/*-------------------------------------------------------------------------*/

/* --- POSTS --- */

h3.post-title {
	clear: both;
	font-size: 27px;
	font-weight: 300;
	margin: 0 0 12px 0;
	padding: 0;
}
h3.post-title a {
	color: #51545D;
}
h3.post-title a:hover {
	color: #51C2AF;
}
.post-listings h6 {
	font-size: 20px;
	margin: -12px 0 12px 0;
}
.post-listings .video-wrapper {
	background-color: #F2F2F2;
	border-radius: 4px;
	margin-bottom: 24px;
	padding: 8px;
}
.post-line {
	clear: both;
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 40px 0;
	padding: 40px 0 0 0;
}
.post-listing-info {
	color: #828282;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}
.post-listing-image {
	margin: 0 auto 20px auto;
}
.post-excerpt p {
	margin: 0;
}

/* --- POSTMETADATA IN LISTINGS --- */

.postmetadata {
	color: #929292;
	font-size: 13px;
	line-height: 140%;
	margin: 0;
	padding: 0;
}
.postmetadata a {
	color: #929292;
	border-bottom: none;
}
.postmetadata a:hover {
	color: #51C2AF;
	border-bottom: 1px solid #51C2AF;
}
.postmetadata p {
	margin: 0 0 12px 0;
}

/* --- BLOG DATES --- */

.blog-listings .blog-month {
	margin-top: 4px;
}
.blog-month,
.blog-year {
	color: #525252;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	line-height: 100%;
	text-transform: uppercase;
}
.blog-day {
	color: #424242;
	font-size: 28px;
	font-weight: 300;
	line-height: 100%;
	text-align: center;
	margin: 0;
}

/* --- POST AUTHOR BOX --- */

.post-author {
	clear: both;
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 40px 0;
	padding-bottom: 32px;
	overflow: hidden;
}
.post-author-single {
	clear: both;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	margin: 0 0 24px 0;
	padding: 20px;
	overflow: hidden;
}
.post-author-image {
	text-align: center;
    margin: 0 auto;
    padding-right: 20px;
}
.post-author-image img {
	/*border: 8px solid #f2f2f2;*/
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}
.post-author .post-author-image img {
	margin-bottom: 18px;
}
.post-author-info h1 {
	margin-top: -20px;
	margin-bottom: 6px;
}
.post-author-info h4 {
	clear: none;
	font-size: 22px;
	margin: 10px 0 6px 0;
}
.post-author-info p {
	font-size: 15px;
	line-height: 160%;
	margin-bottom: 8px;
}
.post-author-info a img {
	margin-right: 3px;
	max-height: 28px;
}
@media (max-width: 767px) {
    .post-author-image {
    	text-align: left;
        margin: 0 ;
        padding-right: 0;
    }
    .post-author-info h1 {
		font-size: 36px;
	}
}

.et_monarch .et_social_inline_bottom {
    margin-bottom: 12px;
}

/*-------------------------------------------------------------------------*/

/* BIO / STAFF */

/*-------------------------------------------------------------------------*/

/* --- BIO BOXES --- */

/*.well-item {
    background: #FFF;
    box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.15);
    border: none;
    border-radius: 0;
}
.well-item a {
    cursor: pointer;
}*/
.bio-section-margin.
.bio-section-margin-mike {
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 15px;
}
.bio-section-margin .col-xs-12,
.bio-section-margin .col-sm-4,
.bio-section-margin .col-md-4,
.bio-section-margin-mike .col-xs-12,
.bio-section-margin-mike .col-sm-4,
.bio-section-margin-mike .col-md-4 {
    margin-left: -8px;
    margin-right: -8px;
}
.bio-section-margin-mike img {
    margin-bottom: 16px;
}
.bio-section-copy-mike {
    padding-left: 30px;
}
.bio-section-copy-mike p {
	font-size: 16px;
}

/* --- TEAM IMAGE ROLLOVERS --- */

.bio-section-margin img {
	backgroud: #FFF;
    margin: 0;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
	transition: all .2s ease-in-out;
}
.bio-section-margin .image .inside {
	background-color: #FFF;
	font-size: 15px;
	text-align: center !important;
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	display: block;
	-webkit-backface-visibility: hidden;
}
.bio-section-margin .image:hover img {
	opacity: .25;
	position: relative;
	-webkit-backface-visibility: hidden;
}
.bio-section-margin .image:hover .title {
	opacity: 1 !important;
	top: 30%;
	-webkit-backface-visibility: hidden;
	z-index: 99;
}
.bio-section-margin .image .title {
	font-size: 15px;
	color: #464640;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
	position: absolute;
	line-height: 100%;
	top: 60%;
	margin: 0;
	width: 100%;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	opacity: 0;
}
.bio-section-margin .image .title h6 {
	color: #464640;
	font-size: 22px;
	text-transform: none;
	line-height: 120%;
    margin-bottom: 4px;
}
.bio-section-margin .image .title p {
	font-size: 13px;
	color: #464640;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}
.bio-section-margin .image .title img {
	opacity: 1 !important;
}
@media (max-width: 992px) {
	.bio-section-margin .image a:hover .title {
		top: 30%;
	}
}
@media (max-width: 767px) {
	.bio-section-margin.image a:hover .title {
		top: 50%;
	}
}

/* --- MODAL FULLSCREEN --- */

.modal-fullscreen {
    background: #353535;
    color: #FFF;
    z-index: 1000000;
}
.modal-fullscreen .modal-dialog {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
}
.modal-fullscreen .modal-content {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFF;
    text-align: left;
    height: 100%;
    overflow: auto;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-body,
.modal-fullscreen .modal-footer {
    color: #FFF;
    margin: 0 auto;
    max-width: 1080px;
    width: 92%;
}
.modal-fullscreen .modal-header {
    border-bottom: none;
}
.modal-fullscreen .close {
    float: right;
    color: #FFF;
    font-weight: 400;
    font-size: 32px;
    margin-top: 8px;
    opacity: 1.0;
}
.modal-fullscreen .modal-body {
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.20);
    border-radius: 4px;
    padding: 20px;
    overflow: hidden;
}
.modal-fullscreen .modal-copy {
    padding: 0 30px;
}
.modal-fullscreen .modal-title {
    color: #FFF;
    font-size: 32px;
    line-height: 100%;
    margin: 8px 0 24px 0;
}
.modal-fullscreen .modal-title span {
    font-size: 20px;
}
.modal-fullscreen .modal-title span a {
    color: #FFF;
}
.modal-fullscreen .modal-info a {
    color: #FFF;
    border-bottom: none;
    margin-bottom: 24px;
}
.modal-fullscreen .modal-info a:hover {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}
@media (max-width: 992px) {
	.modal-fullscreen .close {
        margin-top: 4px;
    }
}
@media (max-width: 767px) {
    .modal-fullscreen .modal-copy {
        padding: 0;
    }
    .modal-fullscreen .modal-title {
        margin: 24px 0 24px 0;
    }
}

/* --- SINGLE BIO PAGES --- */

.single-bio h1 {
	font-size: 40px;
    margin: 0 0 6px 0;
}
.single-bio h6 {
    margin: 0 0 8px 0;
}
.single-bio-icons {
    margin: 0 0 24px 0;
}

/*-------------------------------------------------------------------------*/

/* SIDEBAR */

/*-------------------------------------------------------------------------*/

#sidebar {
	color: #727272;
	font-size: 15px;
	line-height: 180%;
	padding-top: 40px;
}
#sidebar .widget  {
	background: #FFFFFF;
	margin: 0 0 30px 12px;
	padding: 0;
	overflow: hidden;
}
#sidebar .widget h3  {
	font-size: 20px;
	font-weight: 300;
	line-height: 120%;
	margin: 0 0 6px 0;
	padding: 0;
}
#sidebar ol,
#sidebar ul {
	margin: 0 0 24px 0;
	/* padding-left: 24px; */
}

/* --- RECENT POSTS WIDGET --- */

#sidebar .widget_recent_entries ul {
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	margin: 0;
	padding: 0;
}
#sidebar .widget_recent_entries ul li a {
	display: block;
	color: #5C8727;
	border-top: 1px solid #d8d8d8;
	font-size: 13px;
	font-weight: 300;
	line-height: 120%;
	text-decoration: none;
	padding: 10px 10px 10px 12px;
}
#sidebar .widget_recent_entries ul li a:hover {
	color: #5C8727;
	background-color: #f4f4f4;
	text-decoration: none;
}

/* --- CATEOGORY WIDGET --- */

#sidebar .widget_categories ul,
#sidebar .widget_archive ul {
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	margin: 0 0 0 -12px;
	padding: 0;
}
#sidebar .widget_categories ul li a,
#sidebar .widget_archive ul li a {
	display: block;
	color: #5C8727;
	border-top: 1px solid #d8d8d8;
	font-size: 13px;
	font-weight: 300;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 10px 10px 12px;
}
#sidebar .widget_categories ul li a:hover,
#sidebar .widget_archive ul li a:hover {
	color: #5C8727;
	background-color: #f4f4f4;
	text-decoration: none;
}

/* --- SIDEBAR MENUS --- */

#sidebar ul.menu {
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
	margin: 0 0 0 -12px;
	padding: 0;
}
#sidebar ul.menu li {
	margin: 0;
	padding: 0;
}
#sidebar ul.menu li a {
	display: block;
	color: #5C8727;
	border-top: 1px solid #d8d8d8;
	font-size: 13px;
	font-weight: 300;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 10px 10px 12px;
}
#sidebar ul.menu li a:hover {
	color: #5C8727;
	background-color: #f4f4f4;
	text-decoration: none;
}
#sidebar ul.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul.menu li li a {
	color: #5C8727;
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	padding: 10px 10px 10px 24px;
}
#sidebar ul.menu li li a:hover {
	color: #5C8727;
	background-color: #fff;
	text-decoration: none;
}
#sidebar ul.menu .current-menu-item > a,
#sidebar ul.menu .current-menu-ancestor > a,
#sidebar ul.menu .current_page_item > a,
#sidebar ul.menu .current_page_ancestor > a {
	color: #424242;
	background-color: #f4f4f4;
	text-decoration: none;
}
@media (max-width: 992px) {
	#sidebar .widget_nav_menu {
		display: none;
	}
}

/*-------------------------------------------------------------------------*/

/* HOMEPAGE */

/*-------------------------------------------------------------------------*/

/* --- FLEXSLIDER RESETS --- */

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
	outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}

/* --- FLEXSLIDER BASE STYLES --- */

.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}

/* --- FLEXSLIDER THEME --- */

.slideshow {
	position: fixed;
	background: #1f1f1f;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.flexslider {
	position: relative;
	margin: 0;
	padding: 0;
	zoom: 1;
	height: 100%;
	width: 100%;
}
.flex-viewport {
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider.loading {
	min-height: 480px;
	background: #000 url(assets/images/ajax-loader.svg) no-repeat center center;
}

/* --- FLEXSLIDER SIDE --- */

.flexslider .slides,
.flexslider .slides > li {
    height: 100%;
}
.flexslider .slides li { margin-bottom: 0 !important; }
.flexslider .slides li p { margin: 0 !important; }
.flexslider .slides > li { position: relative; }
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container { zoom: 1; position: relative;}
.flexslider .slides img { height: auto; max-width: 100%; width: auto !important; margin: 0 auto; }
.flex-direction-nav, .flex-control-nav, .flex-caption { margin-bottom:0 !important; }

/* Caption style */
/* IE rgba() hack */
.flex-caption { width: auto; position: absolute; color: #fff; }
.flex-caption p { font-size: .9em !important; margin-bottom: 0; }

.flexslider .slide {
	width: 100%;
	height: 100%;
}
.flexslider .homepage-details {
	position: absolute;
	left: 40px;
	bottom: 50px;
	margin-right: 80px;
	text-align: left;
}
@media (max-width: 992px) {
	.flexslider .homepage-details {
		left: 20px;
		bottom: 130px;
		margin-right: 20px;
	}
}
.homepage-logo > a {
    position: absolute;
    bottom: 90px;
    left: 42px;
    background-color: transparent;
    border-bottom: none;
	height: 64px;
	margin: 0;
}
.homepage-logo > a img {
    max-height: 100%;
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 40px;
    text-align: left;
    z-index: 10;
}
.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 14px;
    height: 14px;
    display: block;
    background: #E5E5E5;
    background: rgba(0,0,0,0.45);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 28px;
    box-shadow: none;
}
.flex-control-paging li a:hover {
    background: #F2F2F2;
    background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
    background: #FFF;
    background: rgba(0,0,0,0.9);
    cursor: default;
}
@media (max-width: 992px) {
	.flex-control-nav {
		left: 20px;
		bottom: 90px;
	}
}

/*-------------------------------------------------------------------------*/

/* FOOTER */

/*-------------------------------------------------------------------------*/

/* --- FOOTER AREA --- */

footer {
	position: absolute;
	background-color: #5C8727;
	left: 0;
	bottom: 0;
	width: 100%;
/* 	height: 10px; */
	height: 0;
	z-index: 10000;
}

/*-------------------------------------------------------------------------*/

/* IMAGES */

/*-------------------------------------------------------------------------*/

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	margin: 6px 24px 12px 0;
}
img.alignleft.icon {
	margin: 0 12px 0 0;
}
img.alignright {
	margin: 6px 0 12px 24px;
}
img.aligncenter {
	margin: 12px auto 24px auto;
}
@media (max-width: 580px) {
	.alignleft {
		display: block;
		clear: both;
		float: none;
		margin: 0 0 20px 0 !important;
	}
	.alignright {
		display: block;
		clear: both;
		float: none;
		margin: 0 0 20px 0 !important;
	}

}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #626262;
	padding-top: 16px;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/*-------------------------------------------------------------------------*/

/* GALLERIES */

/*-------------------------------------------------------------------------*/

/* --- ALBUMS --- */

#content .gallery-listings {
	float: left;
	margin: 0 2.5% 30px 0;	/* 0 15px 30px 0 / 600px */
	width: 30.8333333%;	/* 185px / 600px */
	height: auto;
}
#content .gallery-listings img {
	max-width: 100%;
	height: auto;
}
#content .gallery-listings h5 {
	clear: both;
	margin: 8px 0 0 4px;
}
#content .gallery-listings .post-listing-info  {
	font-size: 11px;
	font-style: italic;
	line-height: 18px;
	margin: 0 0 4px 4px;
	padding: 0;
}

/* --- GALLERY PAGE --- */

#content .gallery {
	clear: both;
	margin: 0 auto 24px auto;
	padding: 0;
    overflow: hidden;
}
#content .gallery-item {
	float: left;
	margin: 10px 3.3333333% 0 0;	/* 10px 20px 0 0 / 600px */
	text-align: left;
	vertical-align: top;
	width: 21.6666666%;	/* 130px / 600px */
}
#content .gallery-item img {
	background: #EEE;
	padding: 5px;
	max-width: 100%;
	height: auto;
}
#content .gallery-icon {
	width: 100%;
}
#content .gallery-caption {
	margin-left: 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
	color: #999;
	display: block;
}

/*-------------------------------------------------------------------------*/

/* COMMENTS */

/*-------------------------------------------------------------------------*/

hr.hr-comments {
	clear: both;
	background-color: #e5e5e5;
	border: 0;
	height: 1px;
	margin: 35px 0 50px 0;
}
#comments h3.comments-title {
	margin: 0 0 60px 0;
}
#comments ul {
	list-style: none;
	margin: 0 0 30px 0;
}
#trackbacks {
	margin: 30px 0 0 40px;
}
ol#commentslist {
	margin: 0;
	list-style: none;
	padding: none;
	padding: 0;
}
#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;
}
.comment {
	position: relative;
	margin: 0;
	padding: 0 0 20px 0;
}
.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 35px;
	width:75px;
	height:75px;
}
#commentForm label,
#comments #respond label {
	text-align: left !important;;
	padding-left: 12px;
}
.comment h5 {
	margin: 0 0 0 100px;
	padding: 0;
}
.comment .date {
	margin: -5px 0 10px 100px;
	display: block;
	color: #a5a5a2;
	font-style: italic;
	font-size: 13px;
	font-weight: 300;
}
.comment p {
	margin: 0 0 10px 100px;
}
.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 100px;
}
.comment-reply {
	display: inline-block !important;
	padding: 0 0 0 10px;
}
#comment-add {
	position: absolute;
	top: -5px;
	right: 0;
}
.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;
}
#trackbacks ul {
	margin: -5px 0 15px 0;
}
#trackbacks ul li {
	padding: 5px 0 5px 20px;
}

/* Comment Form */

#commentForm {
	position: relative;
	margin: 30px 0;
	padding-bottom: 30px;
}
#comments h3 {
	margin: 10px 0 12px 0;
}
#comments #respond {
	position: relative;
	margin: 0 0 0 100px;
	padding: 0 0 40px 0;
}
#respond .form-allowed-tags {
	display: none;
}
#respond form {
	margin: 0;
	padding: 0;
	position: relative;
}
.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}
#cancel-comment-reply-link {
	margin-left: 20px !important;
}

/*-------------------------------------------------------------------------*/

/* MULTI-POST NAVIGATION */
/* WP-PageNavi 2.40 by Lester "GaMerZ" Chan	 */

/*-------------------------------------------------------------------------*/

.wp-pagenavi {
	clear: both;
	font-size: 14px;
	border-top: 1px solid #ddd;
	margin: 30px 0 10px 0;
	padding: 30px 0 0 0;
	text-align: left;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 6px 9px 5px 9px;
	font-weight: 300;
	color: #999;
	line-height: 20px;
	text-decoration: none;
	background-color: #FFF;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi a:visited {
	text-decoration: none;
	color: #999;
	background-color: #FFF;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi a:hover {
	color: #FFF;
	background-color: #5C8727;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi a:active {
	text-decoration: none;
	color: #999;
	background-color: #FFF;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi span {
	font-weight: 300;
	background-color: #FFF;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi span.pages {
	padding: 6px 9px 5px 9px;
	color: #999;
	font-weight: 300;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi span.current {
	padding: 6px 9px 5px 9px;
	font-weight: 300;
	color: #FFF;
	background-color: #5C8727;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wp-pagenavi span.extend {
	padding: 6px 9px 5px 9px;
	font-weight: 300;
	color: #999;
	background-color: #FFF;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*-------------------------------------------------------------------------*/

/* TABLES */

/*-------------------------------------------------------------------------*/

table {
	border-color: #fff !important;
}
.table th {
	background: #f6f6f6;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

/*-------------------------------------------------------------------------*/

/* BUTTONS */

/*-------------------------------------------------------------------------*/

.btn {
	text-decoration: none;
}
.btn-default {
  color: #5C8727;
}
.btn-sm {
  font-size: 11px;
  letter-spacing: 0.06em;
}

/* --- GREEN --- */

.btn-primary {
  color: #ffffff;
  background-color: #5C8727;
  border-color: #5C8727;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #222;
  border-color: #222;
}
.btn-primary:active,
.btn-primary.active {
  background-image: none;
}

/* --- BLACK --- */

.btn-black {
    color: #ffffff;
    background-color: #424242;
    border-color: #424242;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active {
    color: #ffffff;
    background-color: #5C8727;
    border-color: #5C8727;
}
.btn-black:active,
.btn-black.active {
    background-image: none;
}

/* --- SMALL GRAY --- */

.btn-gray {
	color: #828282;
	background-color: #F2F2F2;
	border-color: #F2F2F2;
	border-radius: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
	color: #FFFFFF;
	background-color: #353535;
	border-color: #353535;
}
.btn-gray:active,
.btn-gray.active {
	background-image: none;
}

/* --- SMALL CLEAR --- */

.btn-clear {
	color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.35);
	border-color: transparent;
	border-radius: 16px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
}
.btn-clear:hover,
.btn-clear:focus,
.btn-clear:active,
.btn-clear.active {
	color: #FFFFFF;
	background-color: #222;
	border-color: #222;
}
.btn-clear:active,
.btn-clear.active {
	background-image: none;
}

.btn-clear-black {
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.45);
	border-color: transparent;
	border-radius: 16px;
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
}
.btn-clear-black:hover,
.btn-clear-black:focus,
.btn-clear-black:active,
.btn-clear-black.active {
	color: #FFFFFF;
	background-color: #222;
	border-color: #222;
}
.btn-clear-black:active,
.btn-clear-black.active {
	background-image: none;
}

/*-------------------------------------------------------------------------*/

/* CUSTOMIZED GRAVITY FORM STYLES */

/*-------------------------------------------------------------------------*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="checkbox"],
input[type="radio"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
/*input[type="search"],*/
input[type="tel"],
input[type="color"],
.uneditable-input {
	color: #66665D !important;
	font-size: 18px !important;
	background-color: #F8F8F8 !important;
    border: 1px solid #ccc !important;
	border-radius: 4px !important;
	padding: 8px !important;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
/*input[type="search"]:focus,*/
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	background-color: #E2E2E2!important;
	outline: 5px auto -webkit-focus-ring-color!important;
	padding: 8px !important;
}
/*input[type=checkbox], input[type=radio] {
    margin: 4px 7px 0;
}*/

.gform_wrapper {
	margin: 0 !important;
}
.gform_wrapper ul li.gfield {
    margin-top: 30px !important;
    padding-top: 0;
}
.gform_wrapper .top_label .gfield_label {
	font-size: 18px !important;
	margin: 0 0 4px 0 !important;
	font-weight: 400 !important
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	font-weight: 400 !important;
}

/* --- LARGE FORM TEXT --- */

.gform_wrapper .gsection {
	border-bottom: 1px solid #E2E2E2 !important;
	padding: 36px 16px 0 0 !important;
}
.gform_wrapper h3.gform_title {
	color: #4A4A4A !important;
	font-size: 32px !important;
	font-weight: 400 !important;
	line-height: 140% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.gform_wrapper h2.gsection_title {
	font-size: 26px !important;
	font-weight: 400 !important;
	padding: 0 0 6px 0 !important;
}
.gform_wrapper .gsection .gfield_label {
	font-size: 22px !important;
	font-weight: normal !important;
}
.gform_wrapper .gfield_checkbox li input,
.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
    font-size: 16px !important;
    margin-right: 7px !important;
    vertical-align: text-top !important;
}
.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
    font-size: 16px !important;
    vertical-align: text-top !important;
    max-width: 90% !important;
}
.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
    margin: 0 0 12px 0 !important;
}

/* --- SMALL FORM TEXT --- */

.gform_wrapper .ginput_complex label {
	color: #888 !important;
	font-size: 11px !important;
	font-style: italic !important;
	margin: 0 0 3px 0 !important;
}
.gform_wrapper .ginput_complex .ginput_left {
	clear: left;
}
.gform_wrapper .description_above .gfield_description {
	color: #888 !important;
	font-size: 13px !important;
	font-style: italic !important;
	line-height: 140% !important;
	margin: 0 !important;
	padding: 0 0 6px 0 !important;
}
.gform_wrapper em {
	color: #999 !important;
	font-style: italic !important;
}
.gform_wrapper span.gform_description {
    font-weight: 400 !important;
 }
.gform_wrapper .gfield_description, .gform_wrapper .instruction {
	color: #494949 !important;
	font-size: 11px !important;
	font-style: italic !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	margin: 0 !important;
	padding: 0 0 6px 0 !important;
}

/* --- DROP DOWNS --- */

.gform_wrapper .gform_body .gform_fields .gfield select {
	height: 48px;
}
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select,
.gform_wrapper.gf_browser_chrome .ginput_complex select {
    text-indent: 2px;
    line-height: 1.5em;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

/* --- ENHANCED DROP DOWNS --- */

.gform_wrapper .gform_body .chosen-container .chosen-single {
	color: #727272;
	font-size: 20px;
	border: 1px solid #ccc;
	padding: 6px 0 0 8px;
	height: 38px;
}
.gform_wrapper .gform_body li.active-result {
	font-size: 16px;
	padding: 8px;
}
.gform_wrapper .gform_body .chosen-container-single .chosen-single div b {
	background-position-y: 10px !important;
}

/* --- ERRORS, MESSAGES --- */

.gform_wrapper .gfield_required {
	color: #930 !important;
}
.gform_wrapper .gfield_error {
	background-color: #F0E1D9 !important;
	border: 1px dotted #C89797 !important;
}
.gform_wrapper .gfield_error .gfield_label {
	color: #930 !important;
}
.gform_wrapper .validation_error {
	color: #930 !important;
	font-family: inherit !important;
}
.gform_wrapper .validation_message {
	color: #930 !important;
	font-family: inherit !important;
}
#gforms_confirmation_message {
	background-color: transparent !important;
	font-size: 18px !important;
	color: #66665D !important;
	text-align: left !important;
	border: none !important;
	margin: 10px 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}
.gform_wrapper .gform_footer {
	margin: 0 !important;
}

/* --- SUBMIT BUTTON COLOR --- */

.gform_wrapper input.button {
	color: #fff;
	background-color: #5C8727;
  	display: inline-block;
	margin-bottom: 24px !important;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	user-select: none;
}
.gform_wrapper input.button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.gform_wrapper input.button:hover,
.gform_wrapper input.button:focus {
	color: #fff;
	background-color: #222;
	border-color: #222;
	text-decoration: none;
}
.gform_wrapper input.button.active,
.gform_wrapper input.button:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* --- HTML FOR LISTS IN FORMS --- */

.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul {
    list-style-type: disc !important;
    margin: 1em 0 1.5em 2.5em !important;
    padding-left: 0 !important;
}

/* --- SEARCH PRO --- */

.proinput input.autocomplete {
    /*remove faint border*/
    border: 0 !important;
}

/*-------------------------------------------------------------------------*/

/* PRINT STYLES */

/*-------------------------------------------------------------------------*/

@media print {
	body {
		background: white;
	    font-size: 11pt;
	    color: black;
	    margin: 0 auto;
	}
	.container-fluid {
		width: 100%;
		border: none;
		background: none;
	}
	.container {
		width: 90%;
		border: none;
		background: none;
	}
	a {
	    color:#333;
	    text-decoration:underline
	}
	#commentform {
		display:none
	}
}
