.col.two-third {
	width:75%;
}
.col.one-third {
	width:25%;
}
ul.category-list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
    width: 105%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-left: -10px;
    margin-bottom: 2em;
}
ul.category-list li.category {
	text-align: center;
	background-color:#2d2a3f;
	padding:10px;
    margin: 5px 5px;
    min-width: 19%;
    max-width: 20%;
    font-size: 0.9em;
}
ul.category-list li.category a.category-link {
	color:white;
	font-weight: bold;
	text-transform: uppercase;
}
.blog .sidebar, .category .sidebar, .archive .sidebar {
    padding-left: 6em;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    top:0;
    background-color:transparent;
    /*overflow: scroll;
    max-height: 300px;*/
}
.blog .sidebar:before, .category .sidebar:before, .archive .sidebar:before {
	border-left:none !important;
}
.blog .main-content-area, .category .main-content-area, .archive .main-content-area {
	padding-top:2em;
}
@media (max-width: 812px) {
	.blog .sidebar, .category .sidebar, .archive .sidebar {
	    position: relative;
	    overflow: auto;
	    max-height: unset;
	}
}
ul.posts-wrap {
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
ul.posts-wrap li.post {
    width: 32%;
    max-width: 32%;
    padding: 0;
    box-sizing: border-box;
    background-color: #d3d3d31c;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 30px 2px;
}
ul.posts-wrap li.post .feat-img {
    background-position: center;
    background-size: cover;
    margin-bottom: 1em;
    display: block;
    width: 100%;
    max-height: 200px;
    float: unset;
    margin-right: 0;
    height: 200px;
}
ul.posts-wrap li.post h2 {
	line-height: 14px;
	font-weight:bolder;
}
ul.posts-wrap li.post h2 a,
ul.posts-wrap li.post a h2 {
	font-size: 17px;
    font-family: sans-serif;
    text-transform: none;
    transition: .5s;
    line-height: normal !important;
}
ul.posts-wrap li.post h2 a:hover,
ul.posts-wrap li.post a.read-more:hover {
    text-decoration: underline;
    transition: .5s;
}
ul.posts-wrap li.post .bottom,
ul.posts-wrap li.post .middle {
	margin:0 10px;
}
ul.posts-wrap li.post .bottom {
	display:flex;
	justify-content: space-around;
	align-items: center;
	margin-top:auto;
	width: 100%;
	padding-bottom:6px;
}
ul.posts-wrap li.post p {
    font-size: 0.9em;
    margin: 1em 0;
}
ul.posts-wrap li.post a.read-more {
    display: inline-block;
    transition: .5s;
    text-align: left;
    margin-right: auto;
    text-transform: capitalize;
    font-size: 1.1em;
    font-family: sans-serif;
    font-weight: bold;
}
.category.archive-jump-link {
	display:none;
}
.blog ul.category-list li.all-filter {
	display: none;
}
.archive ul.category-list li.category.all-filer,
.category ul.category-list li.category.all-filter {
	display: inline-block;
}
@media (max-width: 960px) {
	.category.archive-jump-link {
		display:inline-block;
	}
    ul.category-list li.category {
        margin: 5px 5px;
        min-width: 29%;
        font-size: 0.9em;
    }
}
@media (min-width: 769px) and (max-width: 812px) and (orientation:portrait) {
	ul.posts-wrap li.post {
		width:100%;
		max-width: 100%;
	}
    ul.recipes-feed li.recipe, ul.recipes-feed li.more-recipes {
        max-width: 25% !important;
        width: 25% !important;
        min-width: 25% !important;
    }
}
@media (max-width: 767px) and (orientation:portrait) {
	ul.posts-wrap li.post {
		width:100%;
		max-width: 100%;
	}
    ul.category-list {
        margin:0 auto 2em;
        width:100%;
    }
    ul.category-list li.category {
        margin: 5px 2px;
        min-width: 42%;
        max-width: 42%;
    }
    ul.recipes-feed li.recipe, ul.recipes-feed li.more-recipes {
        max-width: 100% !important;
        width: 100% !important;
        min-width: 100% !important;
    }
}
@media (max-width: 768px) and (orientation:landscape) {
	ul.posts-wrap li.post {
		width:49%;
		max-width: 49%;
	}
    ul.recipes-feed li.recipe, ul.recipes-feed li.more-recipes {
        max-width: 50% !important;
        width: 50% !important;
        min-width: 50% !important;
    }
}
.blog-hero-wrap {
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height:400px;
    flex-direction: column;
}
.blog-hero-wrap .blog-info {
    max-width: 75%
}
.blog-hero-wrap .blog-info h1 {
    text-align: center;
    color: white;
    background-color: #233464;
    padding: 10px;
}
.blog-hero-wrap .blog-info .blog-post-category {
    background-color: #233464;
    color: white !important;
    font-size: 18px;
    padding: 10px;
    border-radius: 0;
    display: block;
    font-weight: bold;
    text-align: center;
    margin: 20px auto;
    max-width: 35%;
    width: 30%;
}
.blog-hero-wrap span.publish-date {
    display: block;
    background-color: white;
    padding: 5px;
    margin: 20px auto;
    font-weight: bold;
    font-size: 16px;
}
.single .the-content {
    padding-top:2em !important;
}
.single iframe[src*="youtube"] {
    display: block;
    margin: 1em auto 2em auto;
    min-height: 340px;
    min-width: 610px;
}
.sustainability-above-footer-wrap {
        width: 100%;
    max-width: 100%;
    min-width: 100%;
    background-color: #D1C091;
    padding: 2em 0;
    text-align: center;
    /*color: white;*/
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:2em 0 3em;
}
.sustainability-above-footer {
    max-width: 70%;
    min-width: 50%;
    width: 50%;
}
.sustainability-above-footer-wrap a {
    color:white;
    font-weight: bold;
}
.sustainability-above-footer-wrap a:hover {
    text-decoration: underline;
}
.sustainability-above-footer-wrap a.btn {
    color:#000;
    background-color:#fff;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
    margin-top: 1em;
    transition:.5s;
}
.sustainability-above-footer-wrap .sustainability-above-footer p {
    margin-bottom: 2em;
}
.sustainability-above-footer-wrap a.btn:hover {
    color:white;
    background-color:#233464;
    transition: .5s;
    text-decoration: none;
}
@media (max-width: 767px) {
    .sustainability-above-footer {
        max-width: 80%;
        min-width: 50%;
        width: 80%;
    }
    .more-posts-wrap {
        width:100%;
    }
}
.more-posts-wrap h1 {
    text-align: center;
    font-size: 1.75em;
}
.more-posts-wrap {
    max-width: 80%;
    margin: 3em auto 2em ;
}
.recipes-feed-wrap {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    text-align: center;
    margin:3em auto 4em;
}
ul.recipes-feed {
    display:flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 85%;
    min-width: 85%;
    max-width: 85%;
    margin:2em auto 3em;
}
ul.recipes-feed li.recipe,
ul.recipes-feed li.more-recipes {
    max-width: 25%;
    width: 25%;
    min-width: 25%;
    text-align: left;
    overflow: hidden;
}
li.recipe .recipe-feat-img,
li.more-recipes .recipe-feat-img {
    height: 300px;
    width: 100%;
    min-height: 300px;
    min-width: 100%;
    max-height: 300px;
    transition: .3s;
    padding:10px;
    box-sizing: border-box;
    color:white !important;
    background-size:cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
li.recipe:hover .recipe-feat-img {
    background-position: right !important;
    transition: .3s;
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
ul.recipes-feed li.more-recipes {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #233464;
    height: 300px;
    width: 100%;
    min-height: 300px;
    max-height: 300px;
}
ul.recipes-feed li.more-recipes a {
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}
ul.recipes-feed li.recipe a,
ul.recipes-feed li.more-recipes a{
    color:white;
}
.about-aspa-above-footer-wrap,
.contact-director-above-footer-wrap,
.newsletter-above-footer-wrap {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.about-aspa-above-footer {
    max-width: 75%;
    margin:0 auto;
    display: block;
    text-align: center;
}
.contact-director-above-footer-wrap,
.newsletter-above-footer-wrap {
    padding:3em 0;
    margin:3em 0 2em 0;
    background-color: #ffffffb5;
}
.newsletter-above-footer-wrap {
    margin:3em 0 0 0;
    background-color:#233464;
    color:white;
}
.contact-director-above-footer {
    max-width: 75%;
    margin:0 auto;
    display: block;
    text-align: center;
    font-family: sans-serif;
}
.contact-director-above-footer h1 {
    margin-bottom: .5em;
}
.contact-director-above-footer a {
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.2em;
    font-family: sans-serif;
    padding:10px;
    margin:0 auto;
    background-color:#233464;
    color:white;
    border-radius: 2px;
    transition: .4s;
}
.contact-director-above-footer a:hover {
    background-color:#182446;
    transition: .4s;
}
.newsletter-above-footer {
    max-width: 50%;
    display: block;
    margin:0 auto;
    font-size:1.15em;
    text-align: center;
    font-family: sans-serif;
}
.newsletter-above-footer h1 {
    font-size:1.4em;
    margin-bottom: .8em;
}
.newsletter-above-footer input[type="search"],
.newsletter-above-footer input[type="text"], 
.newsletter-above-footer input[type="email"] {
    border-radius: 10px;
    font-size: 16px;
    padding: 8px 8px;
    margin: 0 10px;
}
.newsletter-above-footer input[type="button"],
.newsletter-above-footer input[type="submit"],
.newsletter-above-footer input[type="reset"],
.newsletter-above-footer button {
    background: gray;
    border: 0px solid #c0c0c0;
}
.fbutton {
    background: #d2232a !important;
    border: 1px solid #e5cf9a !important;
    border-radius: 5px !important;
    color: #fff !important;
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: bold;
    margin: 5px 0 !important;
    padding: 5px 10px !important;
    -webkit-transition: all .2s !important;
    transition: all .2s !important;
    text-transform: uppercase !important;
}