/*
Theme Name:         Greening the West
Theme URI:          
Description:        WordPress theme for Greening the West
Version:            1.0
Author:             DMC Web
Author URI:         http://www.dmcweb.com.au

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* ---------------------------------------------------
   Customized Adjustments of Foundation for WordPress
--------------------------------------------------- */
 
	/* Foundation-specific presentation CSS by ZURB */

	div.reverie-header h1{
		width: 280px;
		height: 140px;
		margin-bottom: 7px;
		background: url(images/logo.png) no-repeat top left;
	}

	div.reverie-header h1 a {
		width: 280px;
		height: 140px;
		display: block;
	}
	
	@media handheld, only screen and (max-width: 767px) {
	header { position: relative; }
	header .subheader { margin-bottom: 0; }
	header .menu-action { float: left; position: relative; top: 1px; margin-top: -12px; }
	header .menu-action .button.small { padding: 8px; }
	header .menu-action .button.small svg { opacity: 0.5; }
	header h1 { font-size: 27px; font-size: 2.7rem; margin-bottom: 18px; }
	header h4 { font-size: 17px; font-size: 1.7rem; }
	}

/* -----------------------------------------
   Styling Basic WordPress Outputs
----------------------------------------- */
	
	/* Global */
	h1, h2, h3, h4, h5, h6{
		color: #553112;
		font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Arial, Verdana, sans-serif;
	}

	h1{
		font-size: 34px;
		font-weight: 400;
	}

	.home h1{
		font-size: 30px;
	}

	.post-box h1{
		margin-top: 0;
		margin-bottom: 0.75em;
	}

	article.type-dmc-project h1{
		margin-bottom: 15px;
		margin-left: 50px;
	}

	h2{
		font-size: 24px;
		font-weight: 400;
		padding-bottom: 10px;
	}

	.home h2{
		font-size: 20px;
	}

	h3{
		font-size: 22px;
		font-weight: bold;
	}

	h5{
		font-size: 15px;
	}
	
	.button.radius{
		border-radius: 4px;
	}

	#searchform .button.radius{
		font-weight: 300;
		border-radius: 0 4px 4px 0;
	}

	ul.link-list li{
		margin: 0 25px 0 0;
	}

	.clearing-blackout {
		background: rgba(0, 0, 0, 0.6);
	}

	.clearing-container{
		width: 80%;
		height: 80%;
		top: 10%;
		margin: 0 auto;
	}

	/* Add Divider for Listed Posts */
	.post-divider { border-top: 1px solid #ddd; margin: 10px 0 25px; }	
	
	/* Add Class for Images */
	img.alignright { float: right; margin: 0 0 18px 18px; }
	img.alignleft { float: left; margin: 0 18px 18px 0; }
	img.aligncenter { display: block; margin: 18px auto; }
	
	/* Add HTML5 Class for Images */
	figure {
		margin-bottom: 17px;
	}
	figure img {
		height: auto;
		border: 1px solid #DDD;
		margin: 0 auto;
		display: block;
		box-shadow: 0 2px 10px #ddd;
		border-image: initial;
	}
	
	/* Add HTML5 Caption Class for Images */
	figure.figure {	margin: 0 auto;	border-radius: 3px; display: inline-block; }
	figure.figure figcaption { padding: 8px 10px; font-size: 13px; font-size: 1.3rem; line-height: 18px; color: #555; }
	figure.alignright.figure { float: right; margin: 0 0 18px 18px; }
	figure.alignleft.figure { float: left; margin: 0 18px 18px 0; }
	
	/* Sidebar Adjustment */

	#sidebar{
		margin-top: 34px;
	}

	.home #sidebar{
		margin-top: 0;
	}

	/* Footer Nav */
	.footer-section { padding-bottom: 10px; }
	
	/* Overwrite Off-Canvas Style */
	footer { background: inherit; color: inherit; padding: 0; }
	
	.js .hide-extras [role="main"] { 
		padding: 0 0 5em;
		background: none;
	}

	.top-header { 
		overflow: visible;
		margin-top: 20px;
		padding: 0 0 10px;
	}

	/* Breadcrumb Adjustment */
	ul.breadcrumbs li span { padding-left: 3px; }
	ul.breadcrumbs li a { padding-left: 0; }
	
	/* Comment Textarea Adjustment */
	#respond textarea { height: 100px; }	

/*  -------------------------------------------------------
    Adjust Foundation 3 Pagination Style for WordPress
    ---------------------------------------------------- */ 
    
    ul.page-numbers { display: block; height: 24px; margin-left: -5px; }
    ul.page-numbers li {float: left; display: block; height: 24px; color: #999; font-size: 14px; margin-left: 5px; }
    ul.page-numbers li a { display: block; padding: 1px 7px 1px; color: #555; }
    ul.page-numbers li:hover a, ul.page-numbers li a:focus { background: #e6e6e6; }
    ul.page-numbers li.unavailable a { cursor: default; color: #999; }
    ul.page-numbers li.unavailable:hover a,ul.page-numbers li.unavailable a:focus { background: transparent; }
    ul.page-numbers li span.current { background: #2ba6cb; color: #fff; font-weight: bold; cursor: default; display: block; padding: 1px 7px 1px; }    

/*  --------------------------
    Your Customized Style
    ----------------------- */
    
.ir, #turnkey-credit{ position: absolute; left: -9600px; } 

body{
	color: #7b7c7f;
	font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', Arial, Verdana, sans-serif;
	background: #fff url(images/bg-strip.png) center top no-repeat;
}

p{
	font-size: 13px;
}

p.sml{
	line-height: 1.2;
	font-size: 11px;
}

a{
	color: #3a7b14;
}

a:hover{
	color: #205800;
}

h2 a, h3 a{
	color: #7cc242;
}

h2 a:hover, h3 a:hover{
	color: #3a7b14;
}

#searchform{
	float: right;
	width: 270px;
	/* margin: 40px 0 0 0; */
	margin: 20px 0 0 0;
}

#searchform input#s{
	width: 250px;
}

.action{
	clear: both;
	margin-top: 10px;
}

.post-box p a{
	text-decoration: underline;
}

.strip{
	background: url(images/bg-img.png) center bottom no-repeat;
	box-shadow: 0 0 7px -1px #999;
	height: 140px;
}

.home .home-strip{
	background: url(images/bg-img.png) center bottom no-repeat;
	box-shadow: 0 0 7px -1px #999;
	height: 300px;
}

#content{
	margin-top: 30px;
	margin-bottom: 2em;
}

/* main nav */

.top-nav{
	
}

.row.dropdown{
	overflow: visible;
}

.nav-bar{
	height: 20px;
	margin: 0;
	background: none;
}

.nav-bar > li{
	line-height: 18px;
	box-shadow: none;
	border: none;
}

.nav-bar > li:last-child{
	border-right: none;
	box-shadow: none;
}

.nav-bar > li.active{
	background: none;
}

.nav-bar > li.active > a{
	color: #69ba45;
}

.nav-bar > li.active:hover{
	cursor: default;
}

.nav-bar > li:hover{
	color: #7cc242;
	background: none;
}

.nav-bar > li.current-page-ancestor,
.archive.date .nav-bar > li.current_page_parent,
.author .nav-bar > li.current_page_parent,
.single-post .nav-bar > li.current_page_parent,
.category li.menu-item-19 a,
.single-post li.menu-item-68 a,
.archive.date li.menu-item-68 a,
.post-type-archive-dmc-project li.menu-item-71 a,
.tax-project_type li.menu-item-71 a,
.tax-project_partner li.menu-item-71 a,
.single-dmc-project li.menu-item-71 a
{
	color: #7cc242;
	background: none;
}

.nav-bar > li > a { color: #555; }

.nav-bar > li > a:hover { color: #7cc242; background: none; }

.nav-bar > li.active:hover {
	background: none;
}

.nav-bar > li > a:first-child{
	position: relative;
	padding: 5px 12px 9px;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.nav-bar > li:last-child a{
	padding-right: 0;
}

.nav-bar > li.has-flyout > a:first-child {
	padding-right: 32px;
}

.nav-bar > li.has-flyout > a:first-child:after {
	border-color: #fff transparent transparent transparent;
	top: 25px;
}

.nav-bar > li.has-flyout > a.flyout-toggle {
	right: 0;
	top: 0;
	padding: 0;
}

.flyout{
	width: 205px;
	margin: 0;
	position: absolute;
	top: 56px;
	left: 0;
	z-index: 40;
	background: none;
	border: none;
}

.flyout p{
	line-height: 1.2;
	font-size: 13px;
}

ul.flyout li, .nav-bar li ul li {
	border: none; 
	border-radius: 7px;
}

ul.flyout li a, .nav-bar li ul li a{
	display: block;
	height: auto;
	line-height: 1.2;
	color: #553012;
	padding: 10px 20px;
	font-size: 12px;
	background: rgba(231, 229, 216, 1);
	border: none;
}

ul.flyout li a:hover, .nav-bar li ul li a:hover { color: #553012; background: rgba(212, 208, 184, 1); }
ul.flyout li.active, .nav-bar li ul li.active { margin-top: 0; border: none; }
ul.flyout li.active a, .nav-bar li ul li.active a { color: #553012; background: rgba(212, 208, 184, 1); }

/* slider */


.slick-slider{
	margin-bottom: 0;
	background: #fff;
}

.slick-active img{
	float: right;
	display: inline-block;
}

.slick-active .orbit-caption{
	display: inline-block;
	left: 0;
	width: 320px;
	height: 250px;
	padding: 40px 10px 10px 50px;
	text-align: left;
	background: #fff;
}

.slick-active .orbit-caption h1{
	color: #696a6c;
	margin: 0 0 15px;
	font-size: 20px;
}

.slick-active .orbit-caption p{
	color: #696a6c;
	font-size: 15px;
	line-height: 1.3;
}

ul.slick-dots{
	bottom:  5px;
	margin-bottom: 0;
}

.slick-dots li{
	width: 20px;
	height: 20px;
}

.slick-dots li button{
	width: 20px;
	height: 20px;
}

.slick-dots li button:before{
	width: 20px;
	height: 20px;
	font-size: 14px;
}

.slick-dots li.slick-active button:before{
	color: #698e39;
}

.slick-slider .slick-prev {
	width: 30px;
	height: 30px;
	left: 10px;
}

.slick-slider .slick-next {
	width: 30px;
	height: 30px;
	right: 20px;
}

.slick-prev:before, .slick-next:before{
	font-size: 30px;
	color: #698e39;
}

/* homepage */

.home #content{
	margin-bottom: 0;
	padding-bottom: 0;
}

.home .sidebar-section{
	overflow: hidden;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #d9d9d9;
}

.instagram-pics li{
	float: left;
	margin-right: 20px;
	border-radius: 12px;
}

.instagram-pics li:last-child{
	margin-right: 0;
}

.instagram-pics li img{
	width: 85px;
	opacity: 0.8;
	border-radius: 12px;
}

.instagram-pics li img:hover{
	opacity: 1;
	transition: opacity 500ms ease 10ms;
}

.home .sidebar-section p{
	margin: 0;
}

.acf-map {
	width: 50%;
	height: 200px;
	border: 1px solid #ccc;
	margin: 2.5em 0 1em 2em;
}

.rounded{
	border-radius: 25px 0;
}

img.rounded:hover{
	opacity: 0.7;
}

[class*="icon"] {
	display: inline-block;
  	width: 34px;
  	height: 54px;
	line-height: 1;
	vertical-align: middle;
	background-image: url(images/spritesheet.png);
}

.featured [class*="project-"] .icon {
	width: 42px;
	height: 42px;
}

.single .type-dmc-project .post-meta [class*="icon"] {
	position: absolute;
	top: 17px;
}

.tribe-select2-results-views span[class^="tribe-icon-"], .tribe-bar-views-list span[class^="tribe-icon-"], .tribe-bar-view-list a[class^="tribe-icon-"]{
	height: auto;
}

#content .tribe-events-user-recurrence-toggle{
	display: none;
}

.icon.greening-projects{
	background-position: 0 -126px;
}

.featured .project-greening-projects .icon{
	background-position: 0 0;
}

.icon.knowledge-projects{
	background-position: 0 -180px;
}

.featured .project-knowledge-projects .icon{
	background-position: 0 -42px;
}

.icon.water-projects{
	background-position: 0 -234px;
}

.featured .project-water-projects .icon{
	background-position: 0 -84px;
}

.featured .project-water-projects .holder{
	background: #3cc1cc;
}

.featured .project-greening-projects .holder{
	background: #69ba45;
}

.featured .project-knowledge-projects .holder{
	background: #ee7600;
}

.featured .holder{
	height: 200px;
	padding: 1.5em;
	box-shadow: 0 0 7px 1px #999;
	border-radius: 50px 0;
}

.featured .holder:hover{
	opacity: 0.75;
	transition: opacity 500ms ease 10ms;
}

.featured .holder h3{
	margin: 0 0 1em 20px;
	padding-left: 40px;
	color: #fff;
	font-weight: 400;
}

.featured p{
	margin: 0;
	color: #fff;
}

.blog .post-box{
/*	color: #fff;
	padding: 20px 20px 10px 20px;
	border-radius: 50px 0 0 0;
	background: #ee7600;*/
}

.tribe-events-page-template .post-box{
/*	color: #fff;
	padding: 20px 20px 10px 20px;
	border-radius: 50px 0 0 0;
	background: #3a7b14;*/
}

.post-type-archive-dmc-project .post-box,
.tax-project_type .post-box, .tax-project_partner .post-box{
/*	color: #fff;
	padding: 20px 20px 10px 20px;
	border-radius: 50px 0 0 0;
	background: #3cc1cc;*/
}

.post-type-archive-dmc-project .post-box h1,
.tax-project_type .post-box h1, .tax-project_partner .post-box h1,
.blog .post-box h1, .tribe-events-page-template .post-box h1{
	margin: 0 0 10px 0;
/*	color: #fff;*/
	font-size: 26px;
}

.holder-meta{
	clear: both;
	background: #eee;
	padding: 10px;
	overflow: hidden;
}

.single .holder-meta{
	border-bottom: 1px solid #d3d2be;
}

.dmc-project .post-meta{
	float: right;
	width: 120px;
}

.archive .dmc-project .post-meta{
	text-align: center;
}

.holder-meta .link-list{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	color: #777;
}

.holder-meta h2{
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	color: #aaa;
	font-size: 14px;
}

.locations{
	float: left;
	clear: both;
	width: 100%;
	padding-top: 5px;
}

.locations h2{
	clear: both;
}

.post-meta .icon{
	display: block;
	margin: 0 auto;
}

.post-meta .proj-type{
	font-size: 13px;
}

.holder-meta .link-list li, .dmc-project .locations span{
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
}

.single-dmc-project .dmc-project .post-meta{
	float: left;
}

#content .tribe-events-list-separator-month{
	margin: 0;
}

#content .tribe-events-list .tribe-events-loop .tribe-events-content{
	width: 74%;
}

#sidebar .tribe-mini-calendar{
	border: 1px solid #3a7b14;
}

#sidebar .tribe-mini-calendar thead,
#sidebar .tribe-mini-calendar td.tribe-events-has-events,
#sidebar .tribe-mini-calendar-event .list-date{
	background: #3a7b14;
}

#sidebar .tribe-mini-calendar-nav, #sidebar .tribe-mini-calendar-nav td,
 #sidebar .tribe-mini-calendar th {
	border: 1px solid #3a7b14;
	background: #3a7b14;
}



#breadcrumbs{
	font-size: 12px;
	margin: 0;
}

.content-excerpt h3{
	font-size: 20px;
	margin: 0;
}

#content .wp-post-image{
	box-shadow: 0 0 7px 1px #999;
	border-radius: 25px 0;
}

.single-dmc-partner #content .post-box .wp-post-image{
	box-shadow: none;
	border-radius: 0;
}

.post-type-archive-dmc-partner #content .wp-post-image{
	margin-top: 17px;
}

.page-id-11 #content .wp-post-image{
	height: 233px;
}

.entry-content ul, .entry-content ol{
	padding-left: 20px;
}

.page-id-24 .two-up li{
	height: 242px;
	overflow: hidden;
	margin-bottom: 17px;
}

.overlay{
	float: left;
	position: relative;
	height: 233px;
}

.reveal{
	position: absolute;
	top: 180px;
	width: 100%;
	height: 253px;
	opacity: 0.8;
	padding: 15px 15px;
	color: #fff;
	background: #59350b;
	transition: top 500ms ease 10ms;
}

.overlay:hover .reveal{
  	top: 64px;
}

.reveal h2{
	margin: 0 0 30px 0;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	background: url(images/arrow-full.png) no-repeat right;
}

.reveal p{
	font-size: 12px;
	line-height: 1.5;
}

.reveal .button{
	float: right;
	padding: 5px 10px 6px;
}

.post-type-archive-dmc-partner .holder{
	overflow: hidden;
}

/* general content */

.post-box section{
	padding-bottom: 2em;
}

#content article{
	margin-bottom: 5px;
	padding-bottom: 15px;
	border-top: 1px solid #d3d2be;
}

.single #content article{
	border-top: none;
}

.archive #content article{
	margin: 0;
	padding: 10px 0 0;
}

.blog article p{
	margin: 0;
}

.home #content article{
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.post-box ul, .post-box ol{
	padding-left: 20px;
}

.post-box li{
		font-size: 13px;
}

.archive .post-box ul, .carousel ul{
	padding-left: 0;
}

#content .one-up li:last-child article{
	margin-bottom: 5px;
	border: none;
}

.post-meta{
	color: #888;
	font-size: 12px;
	padding: 3px 0 10px;
}

.post-meta ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.single .post-box header, .archive .post-box header{
	margin-bottom: 1em;
	border-bottom: 1px solid #d3d2be;
}

.comment-link{
	padding-left: 10px;
}

.more{
	margin: 0;
}

.button{
	background-color: #609a2b;
	background-image: -webkit-linear-gradient(top, #609a2b, #4c7a22);
	background-image:         linear-gradient(to bottom, #609a2b, #4c7a22);
	border: none;
}

.button:hover{
	background: #4c7a22;
	border: none;
}

.button.large{
	font-size: 13px;
	padding: 15px 30px 16px;
}

.sidebar-section .large.button{
	padding: 12px 30px 13px;
}

#content .sales{
	margin-top: 3em;
}

label{
	color: #553012;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea{
	margin: 0 0 6px 0;
}

#content .gform_wrapper select{
/*	width: 99%;
	font-size: 18px;*/
}

#gform_wrapper_2 {
    margin-bottom: 2rem
}

#gform_wrapper_2 .top_label .gfield_label {

    font-size: 1.6rem;
    font-weight: 600;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label{
	color: inherit;
}

#gform_wrapper_2 input[type=text],#gform_wrapper_2 input[type=url],#gform_wrapper_2 input[type=email],#gform_wrapper_2 input[type=tel],#gform_wrapper_2 input[type=number],#gform_wrapper_2 input[type=password],#gform_wrapper_2 textarea {

    border: 1px solid #ccc
}

#gform_wrapper_2 #input_1_1 label,#gform_wrapper_2 #input_1_2_container label {
    display: none
}

#gform_wrapper_2 .gfield_checkbox li {
    margin: 0 0 1rem 0
}

#gform_wrapper_2 ul.gfield_checkbox li input[type=checkbox] {
    margin: 3px 0 0;
    font-size: 2rem
}

#gform_wrapper_2 .gform_button {
    font-size: 2rem;
    font-weight: bold
}

.resource-list li{
	padding-bottom: 1.5rem;
}

.resource-list a{
	display: block;
}

/* sidebar */

#sidebar .rounded{
	padding: 15px 15px;
	background: #e2f6f7;
}

.blog #sidebar .rounded{
	padding: 15px 15px;
	background: #fcead9;
}

.sidebar-section{
	margin-bottom: 1.5em;
}

aside p{
	font-style: normal;
}

.sidebar-section ul{
	margin: 0;
}

#sidebar h5{
	margin: 0 0 0.5em;
	color: #555;
	font-size: 15px;
}

aside ul{
	list-style: none;
}

#sidebar .widget_nav_menu li, .tm_latest_cp_widget li,
.widget_categories li, .widget_recent_entries li,
.widget_archive li, .sgr-custom-taxonomies-menu li{
	padding: 0;
	border-bottom: 1px solid #ccc;
}

#sidebar .widget_nav_menu li:first-child, .tm_latest_cp_widget li:first-child,
.widget_categories li:first-child, .widget_recent_entries li:first-child,
.widget_archive li:first-child, .sgr-custom-taxonomies-menu li:first-child{
	border-top: 1px solid #ccc;
}

#sidebar .widget_nav_menu li a, .tm_latest_cp_widget li a,
.widget_categories li a, .widget_recent_entries li a,
.widget_archive li a, .sgr-custom-taxonomies-menu li a{
	display: block;
	width: 100%;
	font-size: 13px;
	line-height: 1.3;
	font-weight: normal;
	padding: 0.6em 5px;
}

#sidebar .widget_nav_menu li.active a, #sidebar .widget_nav_menu li a:hover,
.widget_categories li a:hover, .widget_categories li.current-cat a,
.post-type-archive-dmc-partner li.menu-item-82 a{
	color: #222;
	background-color: #c0d7ab;
}

.post-box .gmb-infobubble .gmb-mashup-single-link{
	display: none !important;
}

/* footer */

.footer-section a:hover{
	text-decoration: underline;
}

.footer-section ul{
	list-style: none;
}

.footer-section p, .footer-section a{
	font-size: 12px !important;
}

.footer-section .textwidget p{
	line-height: 1.3;
	margin-bottom: 10px;
}

.footer-menu li {
	float: left;
	display: block;
	list-style: none;
	font-size: 12px;
	padding-right: 5px;
	color: #bbb;
}

.footer-menu li:after {
	content: " |";
}

.footer-menu li:last-child:after {
	content: "";
}

.footer-menu li a {
	padding-right: 5px;
	color: #bbb;
}

.footer-menu li a:hover {
	text-decoration: underline;
}

.footer-section .button{
	margin-top: 10px;
}

.credits{
	clear: both;
	width: 100%;
	padding: 5px 0;
}

.credits p{
	margin: 0;
	color: #444;
	font-size: 11px;
}

.backtop{
	float: right;
	position: absolute;
	right: 20px;
	bottom: 0;
	margin: 0;
	padding: 10px 20px;
	background: #f4f2e6;
}

.map-holder{
	margin-bottom: 2rem;
}

/* tablets and medium sized displays - portrait, retina */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px){ 

	.nav-bar > li > a:first-child{
		padding: 5px 7px;
		font-size: 12px;
	}	

	.touch .nav-bar li.has-flyout > a {
		padding-right: 30px !important;
	}
	
}
    
/* Small display targeting */

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

	.active [role="complementary"] {
		padding: 0;
	}

	.nav-bar > li {
		line-height: 30px;
		border-bottom: 1px solid #ddd;
	}

	.nav-bar li a {
		color: #553112;
	}

	.nav-bar > li {
		background: rgba(212, 208, 184, 1);
	}

	.nav-bar > li.active {
		border-color: #fff;
	}

	.nav-bar > li.has-flyout > a:first-child:after {
		display: none;
	}

	.top-header {
		overflow: visible;
		padding: 20px 0 0;
	}

	#searchform {
	  float: none;
	  width: 270px;
	  margin: 13px auto 10px;
	}

	div.reverie-header h1{
		margin: 0 auto 20px;
	}

	.top-header p.show-for-small{
		margin-bottom: 1px;
	}

	.top-header .sidebar-button{
		font-size: 16px;
	}

	.strip{
		display: none;
	}

	.home .home-strip{
		background: none;
		box-shadow: 0 0 7px -1px #999;
		height: auto;
	}

	.slick-slider{
		margin-bottom: 1.5rem;
	}

	.slick-active img{
		float: none;
		display: inline-block;
	}

	.slick-active .orbit-caption{
		display: inline-block;
		left: 0;
		width: 100%;
		height: auto;
		padding: 10px 10px 0 10px;
		text-align: left;
		background: #eee;
	}

	.slick-active .orbit-caption h1{
		color: #696a6c;
		margin: 0 0 15px;
		font-size: 20px;
	}

	.slick-active .orbit-caption p{
		color: #696a6c;
		font-size: 15px;
		line-height: 1.3;
	}

	.slick-prev, .slick-next{
		top: 25%;
	}

	.js .hide-extras [role="main"]{
		padding: 0 5px 5em;
	}

	.featured .holder {
	  height: auto;
	  padding: 1.5em;
	}

	.featured [class*="project-"] .icon {
		float: left;
	}

	.featured .holder h3 {
	  font-size: 18px;
	}

	.instagram-pics{
		overflow: hidden;
	}

	.instagram-pics li{
		margin-right: 15px
	}

	.page-id-7 #main, .page-id-24 #main, .page-id-11 #main, .post-type-archive #main{
		padding-top: 2em;
	}

	#content, .home #content {
		margin-top: 0;
		margin-bottom: 0;
		padding-bottom: 0.5em;
	}

	.actions p{
		margin: 0;
	}

	#breadcrumbs {
		font-size: 11px;
		margin: 0;
		padding-top: 0;
	}

	#sidebar {
		padding-left: 15px;
		margin-top: 1.5em;
	}

	.post-box section {
		padding-bottom: 0;
	}

	.post-box h1 {
		margin-top: 14px;
		margin-bottom: 14px;
	}

	.button.large {
		font-size: 12px;
	}

	.post-type-archive-dmc-partner .holder {
		overflow: visible;
	}
    
	.post-box img.alignleft, .post-box img.alignright {
		float: none;
		margin: 0 auto;
	}

	.overlay {
		height: auto;
	}

	#content .overlay .wp-post-image{
		margin: 0 0 -6px 0;
	}

	.reveal {
		top: 77px;
		margin-bottom: 20px;
		padding: 15px 15px;
	}

	.reveal h2 {
		margin: 0 0 10px 0;
	}

	.reveal .button {
		float: none; 
	}

	.acf-map {
	  width: 100%;
	  height: 200px;
	  border: 1px solid #ccc;
	  margin: 1em 0 1.5rem;
	}

}

