.posts {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.posts article {
	box-sizing:border-box;
	display:block;
	margin-bottom:55px;
	padding: 0 10px;
	width: 33.333%;

}
.posts article figure {
	display:block;
	position:relative;
	height:0;
	padding-bottom:76.66667%;
	overflow:hidden;
	margin-bottom:20px;
	background:#fff
}
.posts article figure img {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto
}
.posts article figure a {
	display:block
}
.posts article figure a:hover {
	filter:alpha(Opacity=75);
	opacity:.75
}
.posts article h2 {
	text-transform:none;
	font-size:18px;
	line-height:27px;
	margin-bottom:20px;
	padding: 0;
	text-align: left;
}

section .posts article footer {
    font-size: 13px;
    line-height: 19.5px;
}
section .posts article footer span.separator {
    margin: 0 10px;
}
section .posts article footer a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    line-height: 19.5px;
    display: inline-block;
    font-weight: 700;
    color: #49864d;
    text-decoration: none;
    position: relative;
    padding-right: 18px;
}

section .posts article footer a:after {
	content: "";
	background-image: url("../images/sprites.png");
	background-size: 5332px auto;
	background-repeat: no-repeat;
	background-position: -59px 0;
	height: 7px;
	width: 11px;
	top: 50%;
	right: 0;
	margin-top: -5px;
	position: absolute;
}
section header {
	text-align: center;
    padding: 0 0 20px;
    position: relative;
}
section header h1, h2 {
    font-size: 30px;
    margin-bottom: 0;
    padding: 0 190px;
	color: #49864d;
	text-transform: uppercase;
	text-align: center;
}
section header nav.categories-nav {
    position: absolute;
    top: 0;
    right: 0;
}
section header nav.categories-nav button {
	position: relative;
	width: auto;
	text-align: left;
	padding-right: 45px;
	z-index: 7;
	text-decoration: none;
	border: 0;
	transition-property: background,color,opacity;
	transition-duration: .4s;
	backface-visibility: hidden;
	-webkit-appearance: none;
	border-radius: 4px;
	box-sizing: border-box;
	color: #49864d;
	text-transform: uppercase;
	height: 48px;
	font-size: 15px;
	font-weight: 400;
	line-height: 22.5px;
	padding: 8px 40px;
	display: inline-block;
	background: 0 0;
}
section header nav.categories-nav button span {
	display: block;
	width: 45px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
section header nav.categories-nav button span::before {
	background-image: url("../images/sprites.png");
	background-size: 5332px auto;
	background-repeat: no-repeat;
	background-position: -3761px 0;
	transition-property: opacity;
	transition-duration: .4s;
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -9px;
	height: 21px;
	width: 19px;
}
section header nav.categories-nav button span::after {
	background-position: -3742px 0;
	height: 21px;
	width: 19px;
	opacity: 0;
	transition-property: opacity;
	transition-duration: .4s;
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -9px;
}
section header nav.categories-nav ul {
    margin-right: 0;
    width: 200px;
    right: 0;
    transition-property: opacity,visibility;
	transition-duration: .2s;
	transition-delay: 0s,.2s;
	opacity: 0;
	border: 4px solid #e55e4c;
	border-image: url("../images/secondary-input-border.svg") 3 stretch;
	position: absolute;
	top: 60px;
	text-align: left;
	max-width: 200px;
	z-index: 7;
	visibility: hidden;
	background: url("../images/bg.jpg") center/576px;
}
section header nav.categories-nav ul::before {
    content: "";
    position: absolute;
    top: -13px;
    right: 12px;
    display: block;
    background-position: -269px 0;
    height: 14px;
    width: 14px;
}
section header nav.categories-nav ul.active {
 transition-delay:0s;
 filter:alpha(enabled=false);
 opacity:1;
 visibility:visible
}

section header nav.categories-nav ul li {
    background: url("../images/red-dotted-line.webp") bottom/auto 2px repeat-x;
}

section header nav.categories-nav ul a {
    display: block;
    padding: 10px;
    font-family: sketchnote-square,sans-serif;
    color: #5E4D3B;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
    text-decoration: none;
}