@charset "UTF-8";
/* CSS Document */

.esg-filter-wrapper .esg-filterbutton {
display: inline-block;
margin: 0 0 20px;
margin-bottom: 20px;
font-size: 12px;
line-height: 1.4em;
font-weight: normal;
text-transform: uppercase;
padding: 0;
border: none;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
 color: #ffffff;
    background-color: #222222;
}
.esg-filterbutton {
	 margin-left:7px!important;
	 margin-right:7px!important;
	 margin-bottom:15px!important;
	 padding:15px!important;
	background:#000;
	font-family: 'latoblack';
}

.scheme_default div.esg-filter-wrapper .esg-filterbutton > span, .scheme_default .mptt-navigation-tabs li a, .scheme_default .greenthumb_tabs .greenthumb_tabs_titles li a {
    color: #ffffff;
    background-color: #222222;
}

.esg-filterbutton:hover {
	background-color:#fff;
	color:#000;
	padding:15px;
}

.img-thumbnail {
    padding: 10px;
}
.grid img:hover {
	cursor: zoom-in;
}
.post-box {
    margin: 15px 0 15px 0;
}
/* Lightbox */
.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 9999999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 99%;
	max-height: 97%;
	margin-top: 1%;
}
.lightbox img:hover {
cursor: zoom-out;
}
.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
