/*
Theme Name: Food NI
Theme URI: http://underscores.me/
Author: Kristam Moffett
Author URI: http://www.bigpixelcreative.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foodni
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Food NI is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* .twitter-box-title.widget-title {
    text-indent: -1000px;
    overflow: hidden;
    position: relative;
}
.twitter-box-title.widget-title:after {
    content: 'Food NI on X';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    text-indent: 0;
    transform: translate(-50%, -50%);
    width: 100%;
} */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.page-template-video-page-template .entry-content {
    max-width: 1000px;
    margin: 0 auto;
}
.page-template-video-page-template .entry-content figure {
    margin: 1em 0;
}
.page-template-video-page-template .entry-content figure figcaption {
    font-style: italic;
    font-size: 16px;
}
.page-template-video-page-template .entry-content figure iframe {
    width: 100%;
}
.post-password-form input {
    margin: 0 0 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 15px;
}
.my-password-form {
    max-width: 100%;
    margin: 2rem 0;
    padding: 30px 30px 15px 30px;
    border: 1px solid #ddd;
    text-align: left;
}

.my-password-form .pw-message {
    margin-bottom: 1rem;
    font-size: 16px;
}

.my-password-form label {
    display: block;
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.my-password-form input[type="password"] {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 0.8rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.my-password-form button[type="submit"] {
    color: #fff;
    background: #8ec642;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 30px;
    font-size: 21px;
    font-weight: 300;
    line-height: 60px;
    height: 60px;
    width: auto;
}

.pw-error {
    background: #ffecec;
    color: #b20000;
    padding: 10px 14px;
    border-radius: 4px;
    margin-bottom: 12px;
    border: 1px solid #ffbfbf;
    font-weight: 600;
}

/* Wrapper around field + icon */
.pw-field {
    position: relative;
    display: flex;
    align-items: center;
}

.pw-field input[type="password"],
.pw-field input[type="text"] {
    width: 100%;
    padding-right: 40px; /* space for the eye */
}

/* Eye icon */
.pw-toggle {
    position: absolute;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
    opacity: 0.7;
    transition: 0.2s;
    top: 50%;
    transform: translateY(-70%);
}

.pw-toggle:hover {
    opacity: 1;
}



html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

.site-content {
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover,
a:focus {
	outline: 0 !important;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	    margin: 0 0 15px 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #8EC642;
    text-decoration: none;
}

a:visited {
	color: #67922D;
}

a:hover,
a:focus,
a:active {
	color: #67922D;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* FOOD NI STYLES */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto', serif;
}

.site-header{
	background: #f7f7f7;
	position: relative;
    overflow-x: hidden;
}

.bottom-border{
	position: absolute;
	bottom:0;
	height: 7px;
	width: 100%;
	background: #8ec63f; /* Old browsers */
background: -moz-linear-gradient(left, #8ec63f 0%, #8ec63f 50%, #4f83c9 51%, #4f83c9 51%, #4f83c9 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #8ec63f 0%,#8ec63f 50%,#4f83c9 51%,#4f83c9 51%,#4f83c9 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #8ec63f 0%,#8ec63f 50%,#4f83c9 51%,#4f83c9 51%,#4f83c9 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ec63f', endColorstr='#4f83c9',GradientType=1 ); /* IE6-9 */
}

.site-branding{
	float: left;
	/* width:160px; */
    width: 240px;
	height:130px;
	padding-top: 25px;
	position: relative;
	height:100%;
}

.site-branding h1{
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 12;
}


.header-right{
	float: left;
	/* width: calc(100% - 160px); */
    width: calc(100% - 240px);
	text-align: right;
	padding-top:30px;
}

    .header-right ul{
        list-style-type: none;
        text-transform: uppercase;
        font-weight: 700;
        margin:0;
        padding:0;
        font-size: 0;
        position: relative;
        z-index: 10;
    }

        .header-right ul li{
            display: inline-block;
        }

.main-navigation ul li{
	font-size: 18px;
	color: #232323;
	padding:0 13px;
	position: relative;
}

    .main-navigation ul li a{
        color: #232323;
        height: 60px;
        position: relative;
        display: block;
    }

.top-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

.header-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
}

    .header-search .open {
        padding: 7.5px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .header-search .open svg {
            display: block;
            height: 25px;
            width: 25px;
        }

        .header-search .open:hover, .header-search.active .open {
            background: #8ec63f;
        }

    .header-search form {
        display: flex;
        max-width: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

        .header-search form input {
            border: none;
            background: #e1e1e1;
            padding: 0 10px;
        }

        .header-search form button {
            padding: 8px;
            border: none;
            background: #404040;
            color: #fff;
        }

        .header-search.active form {
            max-width: 2000px;
        }

.social-header{
    margin-bottom: 10px;
    margin-right: 15px;
}

    .social-header li{
        margin-left: 25px;
    }

    .social-header li:first-child{
        margin-left: 15px;
    }

    .social-header li:last-child{
        margin-right: 15px;
    }

    .social-header svg{
        display: block;
        height:25px;
        fill: #c3c3c3;
        transition: 230ms all ease;
    }

        .social-header svg:hover{
            fill:#8ec63f;
        }

.clear {
	clear:both;
}

img {
	display:block;
}

.main-navigation li:before, .main-navigation li:hover:before, .top-bar a, .top-bar a:hover, .home-section a, .home-section a:hover, .section-title a, .section-title a:hover,.producers-list .each .overlay, .producers-list .each:hover .overlay, .producers-list .each .producer-link, .producers-list .each:hover .producer-link, .widget_foodni_latestyoutube .youtube-thumb .flaticon, .widget_foodni_latestyoutube .youtube-thumb:hover .flaticon, .year-of-food:hover .each, .year-of-food .each:hover, .year-of-food .each, .home-features .each .overlay, .home-features .each:hover .overlay, .each-guide .guide-button, .each-guide .guide-button:hover, .recipecats-box ul li a, .recipecats-box ul li a:hover, .linked-recipe:hover, .linked-recipe {
	-webkit-transition: all 230ms ease;
    -moz-transition: all 230ms ease;
    -o-transition: all 230ms ease;
    transition: all 230ms ease;
}

.wrapper {
    max-width:1300px;
    width: 100%;
	margin:0 auto;
	position:relative;
}


.main-navigation li:before {
	height:0;
	bottom:0;
	left:0;
	width:100%;
	content:"";
	position:absolute;
}

.main-navigation li:hover:before {
	height:5px;
}

.menu-item-8092:before {
	background:#338C50;
}



/*Home*/
.menu-item-18321{
	border-bottom: 7px solid #8ec63f;
}
.menu-item-18321:before {
	background:#8ec63f;
}

/*Restaurants*/
.menu-item-8164{
	border-bottom: 7px solid #7fd5d4;
}
.menu-item-8164:before{
	background: #7fd5d4;
}

/*Producers*/
.menu-item-8092{
	border-bottom: 7px solid #51bb74;
}
.menu-item-8092:before{
	background: #51bb74;
}

/*Experiences*/
.menu-item-9549{
	border-bottom: 7px solid #ff7230;
}
.menu-item-9549:before{
	background: #ff7230;
}

/*Events*/
.menu-item-9019{
	border-bottom: 7px solid #c64e50;
}
.menu-item-9019:before{
	background: #c64e50;
}

/*Recipes*/
.menu-item-37{
	border-bottom: 7px solid #edb11f;
}
.menu-item-37:before{
	background: #edb11f;
}

/*Gallery*/
.menu-item-10788{
	border-bottom: 7px solid #189e9e;
}
.menu-item-10788:before{
	background: #189e9e;
}

/*Journal*/
.menu-item-18732{
	border-bottom: 7px solid #8ec63f;
}
.menu-item-18732:before{
	background: #8ec63f;
}

/*News*/
.menu-item-39{
	border-bottom: 7px solid #4f83c9;
}
.menu-item-39:before{
	background: #4f83c9;
}


.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}


/* page styles */

.page-title {
    text-align: center;
    padding: 15px;
    color: #C7C7C7;
    background: #fff;
    margin: 0 0 0 0;
    border-bottom: 1px solid #DDD;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 25px;
}

.full-page {
	width:100%;
	float:left;
}

.center-page {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.left-page {
	width:860px;
	float:left;
}

.right-page {
	width:860px;
	float:right;
}

.page-template-supporters .right-page, .page-template-corporate .right-page, .page-template-guides .right-page, .page-id-11620 .right-page, .page-template-about-template .right-page {
	width: calc(100% - 370px);
}

.left-sidebar {
	width:350px;
	float:left;
}

.right-sidebar {
	width:350px;
	float:right;
}

.main-content {
	padding: 70px 30px 30px 30px;
    background: #fff;
}

.left-page p:last-of-type, .right-page p:last-of-type {
	margin:0 0 0 0;
}

.page-desc {
    text-align: center;
    font-size: 23px;
    padding: 0 70px;
    margin: 0 0 50px 0;
    display:none;
}

.page-desc p {
    margin: 0 0 0 0;
}

/* homepage */
.home-video {
    margin: 0 0 60px 0;
}
.home-video p {
    font-size: 33px;
    margin: 0 auto;
    text-align: center;
    /* width: 830px; */
    width: 100%;
    max-width: 100%;
}
.home-video iframe {
    width: 100%;
    height: 500px;
}

/* NEW HOME SLIDER START */
.home-slider-container {
    position: relative;
    margin-bottom: 40px;
}
.home-slider-container .prev, 
.home-slider-container .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #020304;
    border-radius: 100%;
    outline: 0;
    background: 0 0;
} 
.home-slider-container .prev.slick-disabled, 
.home-slider-container .next.slick-disabled {
    opacity: .5;
    cursor: unset;
}
/* .home-slider-container .prev:before, 
.home-slider-container .next:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 200;
    color: #121314;
    opacity: 1;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
} */
.home-slider-container .prev {
    right: auto;
    left: -55px;
    transform: translateY(-50%) rotate(180deg);
}
/* .home-slider-container .prev:before {
    content: '\f177';
} */
.home-slider-container .next {
    left: auto;
    right: -55px;
}
/* .home-slider-container .next:before {
    content: '\f178';
} */
.home-slider-container .home-slider {
    /* height: calc(100vh - 285px); */
    height: 780px;
    /* margin: 0 0 60px 0; */
    position: relative;
}
.home-slider-container .home-slider .slick-list, 
.home-slider-container .home-slider .slick-track,
.home-slider-container .home-slider .slick-slide, 
.home-slider-container .home-slider .slick-slide div,
.home-slider-container .home-slider .slick-slide div .single-slide {
    height: 100%;
}
.home-slider-container .image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(18,19,20);
    background: linear-gradient(180deg, rgba(18,19,20,0) 35%, rgba(18,19,20,1) 100%);
}
.home-slider-container .home-slider .slick-slide div .single-slide {
    overflow: hidden;
}
.home-slider-container .home-slider .slick-slide div .single-slide .image {
    position: relative;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100%;
    display: block;
}
.home-slider-container .home-slider .slick-slide div .single-slide .video-container {
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    width: 100%;
    z-index: 1;
    display: block;
}
.home-slider-container .home-slider .slick-slide div .single-slide .video-container:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(18,19,20,0) 35%, rgba(18,19,20,1) 100%);
}
.home-slider-container .home-slider .slick-slide div .single-slide .video-container.video-container-iframe:after {
    display: none;
}
.home-slider-container .home-slider .slick-slide div .single-slide .video-container video,
.home-slider-container .home-slider .slick-slide div .single-slide .video-container iframe {
    width: 150%;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}
.home-slider-container .home-slider .slick-slide div .single-slide .content-holder {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    height: fit-content;
    width: 100%;
    max-width: 690px;
    z-index: 1;
}
.home-slider-container .home-slider .slick-slide div .single-slide .content-holder h1 {
    line-height: 50px;
    position: relative;
    font-family: orpheuspro, serif !important;
    font-weight: 400;
    font-size: 45px;
}
.home-slider-container .home-slider .slick-slide div .single-slide .content-holder h1:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: #8ec63f;
    height: 4px;
    width: 70px;
}
.home-slider-container .home-slider .slick-slide div .single-slide .content-holder h2 {
    font-family: orpheuspro, serif !important;
    font-weight: 400;
}
/* NEW HOME SLIDER END */

.home-features {
	background:#fff;
	margin-bottom:30px;
}

.home-features .each {
    position:relative;
    overflow: hidden;
}

.home-features .each .overlay {
	position: absolute;
    width: 100%;
    bottom: 0;
	height:100%;
}

.home-features .each .overlay:after {
    content: '';
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 15%,rgba(0,0,0,1) 100%);
    transform: translateY(20%);
    transition: all 0.3s ease;
    z-index: 1;
}

.home-features .each:hover .overlay:after {
    transform: translateY(5%);
}

.home-features .each img {
	width:100%;
}

.home-features .each .overlay .featured-title {
	position: absolute;
    bottom: 30px;
    text-align: center;
    padding: 10px;
    color: #fff;
    line-height: 19px;
    width: 100%;
    z-index: 2;
}

.home-features .each .posted-on {
	position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    z-index: 2;
}

.home-features .each.post-corner:before{
	content:'';
    width: 0;
    height: 0;
    border-right: 75px solid transparent;
    border-top:75px solid #4f83c9;
    position: absolute;
    top: 0;
    left: 0;
}

.home-features .each.post-corner:before{
	content:'';
    width: 0;
    height: 0;
    border-right: 75px solid transparent;
    border-top:75px solid #4f83c9;
    position: absolute;
    top: 0;
    left: 0;
}

.home-features .each.page-corner:before{
	content:'';
    width: 0;
    height: 0;
    border-right: 75px solid transparent;
    border-top:75px solid #8ec63f;
    position: absolute;
    top: 0;
    left: 0;
}

.home-features .each.producers-corner:before{
	content:'';
    width: 0;
    height: 0;
    border-right: 75px solid transparent;
    border-top:75px solid #51bb74;
    position: absolute;
    top: 0;
    left: 0;
}

.home-features .each.event-corner:before{
	content:'';
    width: 0;
    height: 0;
    border-right: 75px solid transparent;
    border-top:75px solid #c64e50;
    position: absolute;
    top: 0;
    left: 0;
}

.home-features .each.restaurants-corner:before{
	content:'';
    width: 0;
    height: 0;
    border-right: 75px solid transparent;
    border-top:75px solid #7fd5d4;
    position: absolute;
    top: 0;
    left: 0;
}

.home-features .each.recipe-corner:before{
	content:'';
    width: 0;
    height: 0;
    border-right: 75px solid transparent;
    border-top:75px solid #edb11f;
    position: absolute;
    top: 0;
    left: 0;
}

.home-features-left {
	float:left;
	width:290px;
	margin-right:7px;
}

.home-features-center {
	float:left;
	width:645px;
	margin-right:7px;
}

.home-features-right {
	float:left;
	width:290px;
}

.home-features-left .each:first-child, .home-features-right .each:first-child {
	margin-bottom:7px;
}

.home-intro{
	margin:75px 0 85px 0;
}

.home-intro p{
	font-size: 33px;
	margin:0 auto;
	text-align: center;
	width:830px;
	max-width: 100%;
}

/* added */
.home-green-banner {
    position:relative;
    background: #67922D;
    margin: 120px 0;
    /* padding: 50px 110px; */
    padding: 45px 110px;
    color:#fff;
}
.home-green-banner .content {
    width: 50%;
    position: relative;
    z-index: 1;
}
.home-green-banner .content h2 {
    margin-top: 0;
}
.home-green-banner .content h2, 
.home-green-banner .content p {
    color: #fff;
}
.home-green-banner .content .link {
    background: #fff;
    text-decoration: none;
    padding: 8px 20px;
    color: #67922D;
    border-radius: 5px; 
    margin-top: 10px;
    display: inline-block;
}
.home-green-banner img {
    position: absolute;
    top: 50%;
    right: 110px;
    transform: translateY(-50%);
}

.year-of-food {
    padding: 30px;
    background: #232323;
    text-align: center;
    margin-bottom:40px;
    display: none;
}

.year-of-food h2 {
	margin: -10px 0 20px 0;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.year-of-food h3 {
    margin: -25px 0 20px 0;
    color: #565656;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.year-of-food .each {
	display: inline-block;
    margin-right: 5px;
	margin-bottom: 5px;
	position:relative;
}

.year-of-food .each img {
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.year-of-food .each:nth-of-type(6n+6) {
	margin-right:0px;
}

.year-of-food .each .overlay {
    position: absolute;
    height: 55px;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    text-align: left;
    padding-left: 15px;
}

.year-of-food .each .overlay:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 0 188px;
    border-color: transparent transparent transparent rgba(0,0,0,0.6);
    top: -20px;
    left: 0;
}

.year-of-food .each .overlay h3 {
    margin: 0 0 0 0;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.year-of-food .each .overlay h4 {
	margin: -5px 0 0 0;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}

/* NEW HOME SECTION HEADINGS START */
.home .section-title {
    padding: 15px 40px;
    background: none !important;
}
.home .section-title h2 {
    text-align: center;
    float: none;
    /* margin: 0; */
    text-transform: unset;
    color: #121314;
    background: none;
    padding: 0;
    position: relative;
    margin: 0 auto;
    /* max-width: 1200px; */
    max-width: 1145px;
    font-family: orpheuspro, serif !important;
    font-weight: 400;
    font-size: 40px;
}
.home .section-title h2:before, .home .section-title h2:after {
    position: absolute;
    top: 50%;
    overflow: hidden;
    /* width: 48%; */
    /* width: 45%; */
    width: 46%;
    height: 1px;
    content: '\a0';
    background-color: #121314;
    border: none;
}
.home .section-title h2:before {    
    margin-left: -50%;
    text-align: right;
}
.home .section-title h2:after {
    /* right: -40px; */
    /* right: -50px; */
    right: -46px;
}
/* latest events */
.home .latest-events .section-title h2 {
    max-width: 960px;
}
.home .latest-events .section-title h2:after {
    right: -140px;
}
.home .latest-recipes .section-title h2:before {
    margin-left: -48.8%;
}
/* end latest events */
/* near me */
.home .home-near-me {
    margin: -20px 0 0 0;
}
.home .home-near-me .section-title h2 {
    max-width: 1098px;
}
.home .home-near-me .section-title h2:after {
    right: -70px;
}
/* end near me */
.home .latest-news .section-title, 
.home .latest-news .latest-one .post-link, 
.home .latest-news .latest-three .post-link, 
.home .news-list .each .post-link,
.home .latest-recipes .section-title, 
.home .latest-recipes .latest-one .post-link, 
.home .latest-recipes .latest-three .post-link {
    background: none;
}
/* NEW HOME SECTION HEADINGS END */

.section-title {
	background:#ddd;
	padding:15px 30px;
	margin-bottom: 30px;
}

.section-title h2 {
	float: left;
    margin: -15px -30px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    background: rgba(0,0,0,0.1);
    padding: 15px 30px;
    position: relative;
}

.section-title h2:after {
	content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 57px 0 0 20px;
    border-color: transparent transparent transparent rgba(0,0,0,0.1);
}

.section-title a {
    float: right;
    color: #fff;
    text-decoration: none;
    line-height: 27px;
}

.section-title a:hover {
    color: rgba(255,255,255,0.6);
}

.home-section {
	margin:0 0 40px 0;
}


/* NEW HOME NEW AND RECIPES SECTIONS START */
.home .home-section .latest-four {
	float: none !important;
	width: 100% !important;
}
.home .home-section .latest-four h3 {
    font-family: orpheuspro, serif !important;
    font-weight: 400;
    font-size: 22px;
    height: 100px;
    max-height: 100px;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.home .home-section .latest-four .each {
    width: calc(25% - 15px);
    margin-right: 20px;
    float: left;
}
.home .home-section .latest-four .each:last-of-type {
    margin-right: 0;
}
.home .home-section .latest-four .post-thumb {
    margin: 0 0 15px 0;
    border: none !important;
    padding: 0 !important;
}
.home .home-section .latest-four .post-thumb a {
    position: relative;
}
.home .home-section .latest-four .each .post-thumb a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .25s ease-in-out;
}
.home .home-section .latest-four .each .post-thumb a:hover:after {
    opacity: .3;
    transition: all .25s ease-in-out;
}

.home .home-section .latest-four .each:nth-of-type(1) .post-thumb {
    border-bottom: 2px solid #E87842;
}
.home .home-section .latest-four .each:nth-of-type(1) .post-thumb a:after {
    background: #E87842;
}

.home .home-section .latest-four .each:nth-of-type(2) .post-thumb {
    border-bottom: 2px solid #B85654;
}
.home .home-section .latest-four .each:nth-of-type(2) .post-thumb a:after {
    background: #B85654;
}

.home .home-section .latest-four .each:nth-of-type(3) .post-thumb {
    border-bottom: 2px solid #9AC355;
}
.home .home-section .latest-four .each:nth-of-type(3) .post-thumb a:after {
    background: #9AC355;
}

.home .home-section .latest-four .each:nth-of-type(4) .post-thumb {
    border-bottom: 2px solid #E3B248;
}
.home .home-section .latest-four .each:nth-of-type(4) .post-thumb a:after {
    background: #E3B248;
}

.home .home-section .latest-four .each:nth-of-type(1) {
    border-bottom: 2px solid #E87842;
}
.home .home-section .latest-four .each:nth-of-type(2) {
    border-bottom: 2px solid #B85654;
}
.home .home-section .latest-four .each:nth-of-type(3) {
    border-bottom: 2px solid #9AC355;
}
.home .home-section .latest-four .each:nth-of-type(4) {
    border-bottom: 2px solid #E3B248;
}
.home .home-section .latest-four .post-thumb a {
    /* height: 200px; */
    height: 245px;
    display: block;
}
.home .home-section .latest-four .post-thumb a img {
    object-fit: cover;
    /* height: 200px; */
    height: 245px;
}

/* lATEST RECIPE - NEW LAYOUT START */
/* overflow-x: hidden; on all home sections */
.home .home-section.latest-news,
.home .home-section.latest-recipes,
.home .home-section.home-near-me {
    overflow: hidden;
}
.home .home-section.latest-recipes {
    /* height: 900px; */
    margin-bottom: 0;
}
.home .home-section.latest-recipes .latest-one {
    /* width: calc(100% - 680px);
    margin-right: 15px; */
    width: calc(100% - 685px);
    margin-right: 20px;
}
.home .home-section.latest-recipes .latest-one h3 {
    margin: 15px 0 10px 0;
    text-transform: capitalize;
    font-family: orpheuspro, serif !important;
    font-weight: 400;
    font-size: 22px;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home .home-section.latest-recipes .latest-one .each {
    height: 735px;
}
.home .home-section.latest-recipes .latest-one .post-thumb {
    border: none;
    padding: 0;
    height: 735px;
}
.home .home-section.latest-recipes .latest-one .each,
.home .home-section.latest-recipes .latest-three .each {
    position: relative;
}
.home .home-section.latest-recipes .latest-one .each .post-thumb a:after,
.home .home-section.latest-recipes .latest-three .each .post-thumb a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .25s ease-in-out;
}
.home .home-section.latest-recipes .latest-one .post-thumb a img {
    height: 735px;
    object-fit: cover;
}
.home .home-section.latest-recipes .latest-one .each .post-thumb a:hover:after,
.home .home-section.latest-recipes .latest-three .each .post-thumb a:hover:after {
    background: #fff;
    opacity: .3;
}
.home .home-section.latest-recipes .latest-three {
    /* width: 670px; */
    width: 665px;
    float: left;
}
.home .home-section.latest-recipes .latest-three .each {
    width: calc(50% - 10px);
    float: left; 
    /* margin: 0 20px 60px 0; */
    margin: 30px 20px 60px 0;
    height: 370px;
}

/* 1st of four start */
.home .home-section.latest-recipes .latest-three .each:nth-of-type(1) {
    height: 340px;
    margin-top: 0;
}
.home .home-section.latest-recipes .latest-three .each:nth-of-type(1) .post-thumb {
    height: 340px;
}
.home .home-section.latest-recipes .latest-three .each:nth-of-type(1) .post-thumb a img {
    height: 340px;
    object-fit: cover;
}
/* 1st of four end */

/* 2nd of four start */
.home .home-section.latest-recipes .latest-three .each:nth-of-type(2) {
    height: 425px;
    margin-top: 0;
}
.home .home-section.latest-recipes .latest-three .each:nth-of-type(2) .post-thumb {
    height: 425px;
}
.home .home-section.latest-recipes .latest-three .each:nth-of-type(2) .post-thumb a img {
    height: 425px;
    object-fit: cover;
}
/* 2nd of four end */

/* 3rd of four start */
.home .home-section.latest-recipes .latest-three .each:nth-of-type(3) {
    height: 300px;
    position: relative;
    top: -80px;
}
.home .home-section.latest-recipes .latest-three .each:nth-of-type(3) .post-thumb {
    height: 300px;
}
.home .home-section.latest-recipes .latest-three .each:nth-of-type(3) .post-thumb a img {
    height: 300px;
    object-fit: cover;
}
/* 3rd of four end */

/* 4th of four start */
.home .home-section.latest-recipes .latest-three .each:nth-of-type(4) {
    height: 220px;
}
.home .home-section.latest-recipes .latest-three .each:nth-of-type(4) .post-thumb {
    height: 220px;
}
.home .home-section.latest-recipes .latest-three .each:nth-of-type(4) .post-thumb a img {
    height: 220px;
    object-fit: cover;
}
/* 4th of four end */

.home .home-section.latest-recipes .latest-three .each:nth-of-type(even) {
    margin-right: 0;
}
.home .home-section.latest-recipes .latest-three .post-thumb {
    /* width: 337px; */
    width: 100%;
    height: 337px;
    padding: 0;
    border: none !important;
    margin: 0;
}
.home .home-section.latest-recipes .latest-three .post-thumb a img {
    width: 100%;
}
.home .home-section.latest-recipes .latest-three-right {
    width: 100%;
    margin: 15px 0;
}
.home .home-section.latest-recipes .latest-three-right h3 {
    font-family: orpheuspro, serif !important;
    font-weight: 400;
    font-size: 22px;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* latest recipes - new layout end */
/* NEW HOME NEW AND RECIPES SECTIONS END */

.home-section .latest-one {
	float: left;
	width: calc(100% - 500px);
}

.home-section .latest-one .post-thumb {
	margin:0 0 10px 0;
	border: 1px solid #ddd;
    padding: 8px;
}

.home-section .latest-one .post-thumb img {
	width:100%;
}

.home-section .latest-one h3 {
	margin:0 0 10px 0;
	text-transform:capitalize;
}

.home-section .latest-one .post-excerpt {
	margin:0 0 20px 0;
}

.home-section .latest-one .post-link {
	float: left;
    display: block;
    text-decoration: none;
    background: #ddd;
    padding: 10px 20px;
    color: #fff;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.home-section .latest-one .flaticon {
    display:inline-block;
    margin-right:10px;
}

.home-section .latest-one .post-meta {
    float: left;
    margin: 11px 0px 0 10px;
    font-size: 15px;
    color: #C1C1C1;
}

.home-section .latest-three {
	float:right;
	width: 480px;
}

.home-section .latest-three .each {
	margin:0 0 22px 0;
	height:140px;
}

.home-section .latest-three .post-thumb {
	float: left;
    width: 140px;
    margin-right: 15px;
    border: 1px solid #ddd;
    padding: 8px;
}

.home-section .latest-three .latest-three-right {
	float: right;
    width: calc(100% - 155px);
}

.home-section .latest-three .latest-three-right h3 {
	margin:0 0 7px 0;
	font-size: 15px;
	text-transform:capitalize;
}

.home-section .latest-three .latest-three-right .post-meta {
    margin: 0 0 15px 0;
    font-size: 15px;
    color: #C1C1C1;
}

.home-section .latest-three .post-link, .news-list .each .post-link {
    text-decoration: none;
    background: #ddd;
    padding: 10px 20px;
    color: #fff;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.home-section .latest-three .post-link .flaticon, .news-list .each .post-link .flaticon {
    display:inline-block;
    margin-right:10px;
}

.latest-events .section-title, .latest-events .latest-one .post-link, .latest-events .latest-three .post-link, .events-list .each .post-link {
	background:#c64e50;
}

.latest-recipes .section-title, .latest-recipes .latest-one .post-link, .latest-recipes .latest-three .post-link, .recipes-list .each .post-link {
	background:#7fd5d4;
}

.latest-news .section-title, .latest-news .latest-one .post-link, .latest-news .latest-three .post-link, .news-list .each .post-link {
	background:#4f83c9;
}

/* FOOTER */
.dhd-link a:hover {
    color: #67922D;
}
.dhd-link a:hover svg path {
    fill: #67922D;
}
.dhd-link a {
    transition: all .25s ease-in-out;
}
.dhd-link svg {
    max-width: 27px;
    max-height: 20px;
    margin-left: 4px;
    top: 4px;
    position: relative;
    transition: all .25s ease-in-out;
}
.dhd-link svg path {
    fill: #585858;
    transition: all .25s ease-in-out;
}

.site-footer {
	background:#111;
	padding:30px;
    overflow-x: hidden;
}

.footer-newsletter {
	margin:-30px -30px 0px -30px;
	padding:30px;
	background:#232323;
}

.footer-newsletter .mc4wp-form-fields {
    display: flex;
}

.footer-newsletter .mc4wp-response {
    position: relative;
    top: 22px;
}

.footer-newsletter .mc4wp-form-fields input {
    /* width: 255px; */
    width: 205px;
    /* top: 2.5px; */
    top: 12.5px;
    position: relative;
}

.footer-newsletter .mc4wp-form-fields input[type="submit"] {
    width: 145px;
    color: #fff;
    background: #8ec642;
    border: none;
    /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; */
    padding: 0 30px;
    font-size: 21px;
    font-weight: 300;
    line-height: 60px;
    height: 60px;
    position: relative;
    top: 2.5px;
}

.footer-newsletter .mc4wp-form-fields input[type="submit"]::before {
    content: '\f1d8';
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Pro';
}

.footer-nav {
    margin: 0 -30px;
    padding: 30px;
    background: #67922D;
}

    .footer-nav ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .footer-nav li {
        margin: 0 20px 0 0;
    }

    .footer-nav a {
        color: rgba(255,255,255,0.5);
        transition: all 0.3s ease;
    }

        .footer-nav a:hover {
            color: rgba(255,255,255,0.75);
        }


.footer-newsletter-box {
	float:left;
	/* width: 540px; */
    width: 440px;
}

.footer-newsletter-box p {
    margin: 10px 0 0 0;
    color: #CACACA;
}

.footer-newsletter-form {
	float:right;
	/* width: 676px; */
    width: 815px;
}





.footer-newsletter-form .submit .flaticon {
	display:inline-block;
	margin-right:10px;
}

/* SIDEBARS */

.widget {
	border: 1px solid #E4E4E4;
    padding: 30px;
    margin:0 0 30px 0;
}

.left-sidebar .widget:last-of-type, .right-sidebar .widget:last-of-type {
    margin:0 0 0 0;
}

.widget-title {
    margin: -31px -31px 30px -31px;
    padding: 13px 0;
    text-align: center;
    background: #F7F7F7;
    color: #B3B3B3;
    font-weight: 400;
}

.widget_foodni_newsletter {
    background: #022a2a;
    color: #fff;
    text-align: center;
    border:none;
    margin: 0 0 60px 0;
}

.newsletter-box h2 {
    margin: -10px 0 10px 0;
    background: none;
    padding: 0 0 0 0;
    color: #fff;
}

.newsletter-box p {
    margin: 0 0 20px 0;
    line-height: 17px;
    font-size: 14px;
}

.newsletter-box input {
	margin: 0 0 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    width: 100%;
    padding: 12px 20px;
}

.newsletter-box .submit {
    color: #fff;
    background: #8ec642;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 50px;
    font-size: 21px;
    font-weight: 300;
    margin: 10px auto -55px auto;
    display: block;
}

.newsletter-box .submit .flaticon {
	display:inline-block;
	margin-right:10px;
}

.facebook-box h2 {
	background:#3e669c;
	color:#fff;
}

.twitter-box-title {
	background:#69c0e0;
	color:#fff;
}

.widget_foodni_latestnews ul, .widget_foodni_latestrecipes ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.widget_foodni_latestnews ul li, .widget_foodni_latestrecipes ul li {
    display: flex;
	height: 80px;
	margin:0 0 20px 0;
	padding:0 0 0 0;
	list-style-type:none;
}

.widget_foodni_latestnews ul li:last-of-type, .widget_foodni_latestrecipes ul li:last-of-type {
	margin:0 0 0 0;
}

.widget_foodni_latestnews ul li .post-thumb, .widget_foodni_latestrecipes ul li .post-thumb {
	float: left;
    border: 1px solid #ddd;
    padding: 5px;
    width: 80px;
    height:80px;
    margin-right: 15px;
}

.widget_foodni_latestnews ul li h3, .widget_foodni_latestrecipes ul li h3 {
    font-size: 16px;
    margin: 0 0 0 0;
    display: inline-block;
    text-transform: capitalize;
}

.widget_foodni_latestnews ul li .post-meta, .widget_foodni_latestrecipes ul li .post-meta {
	font-size: 14px;
    color: #C1C1C1;
}

.widget_foodni_latestnews ul li .post-link, .widget_foodni_latestrecipes ul li .post-link {
	text-decoration:none;
	color:#8ec642;
}

.widget_foodni_latestnews .widget-title {
	border-bottom: 7px solid #4F83C9;
}

.widget_foodni_latestrecipes .widget-title {
	border-bottom: 7px solid #7fd5d4;
}

/* Recipes Page */
.recipes-filters {
    background: #67922D;
    padding: 20px 0;
    margin-bottom: 50px;
}

    .recipes-filters .wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .recipes-filters .categories a {
        position: relative;
        margin-right: 25px;
        font-size: 18px;
        color: #fff;
        transition: all 0.3s ease;
    }

        .recipes-filters .categories a:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0%;
            height: 2px;
            background: #fff;
            transition: all 0.3s ease;
        }

        .recipes-filters .categories a:hover:after {
            width: 100%;
        }

    .recipes-filters .recipe-search {
        background: rgba(255,255,255, 0.25);
    }

        .recipes-filters .recipe-search form {
            display: flex;
        }

        .recipes-filters .recipe-search input {
            padding: 10px 15px;
            background: transparent;
            border: none;
        }

        .recipes-filters .recipe-search .select {
            position: relative;
        }

            .recipes-filters .recipe-search .select:after {
                content: '';
                position: absolute;
                top: 50%;
                right: 10px;
                transform: translateY(-50%);
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 8px solid #232323;
            }

            .recipes-filters .recipe-search select {
                -webkit-appearance: none;
                appearance: none;
                padding: 11px 30px 11px 10px;
                background: rgba(255,255,255,0.25);
                border: none;
                cursor: pointer;
                outline: 0 !important;
            }

        .recipes-filters .recipe-search button {
            padding: 11px 13px;
            background: #232323;
            border: none;
            color: #fff;
            transition: all 0.3s ease;
        }

            .recipes-filters .recipe-search button:hover {
                background: #424242;
            }

.recipes-featured-container {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

    .recipes-featured {
        display: flex;
        align-items: center;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
    }

        .recipes-featured .image {
            position: relative;
            width: 50%;
            height: 400px;
            background-position: 50% 50%;
            background-size: cover;
            background-repeat: no-repeat;
        }

            .recipes-featured .image span {
                position: absolute;
                top: 10px;
                left: -10px;
                display: block;
                margin: 0;
                padding: 15px 20px;
                background: #8ec642;
                color: #fff;
                font-size: 16px;
                text-transform: uppercase;
                font-weight: normal;
                letter-spacing: 0.8px;
                line-height: 1;
                pointer-events: none;
                z-index: 2;
            }

                .recipes-featured .image span:after {
                    content: '';
                    position: absolute;
                    top: 100%;
                    left: 0;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 0 10px 10px 0;
                    border-color: transparent #67922d transparent;
                }

            .recipes-featured .image:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #000;
                opacity: 0;
                transition: all 0.3s ease;
                z-index: 1;
            }

                .recipes-featured .image:hover:after {
                    opacity: 0.2;
                }

        .recipes-featured .content {
            padding: 30px;
        }

            .recipes-featured .content h3 {
                font-size: 26px;
                margin: 0;
            }

            .recipes-featured .content .post-meta {
                opacity: 0.5;
            }

            .recipes-featured .content .post-excerpt {
                display: block;
                margin: 20px 0;
            }

            .recipes-featured .content .post-link {
                display: inline-block;
                padding: 10px 20px;
                background: #8ec642;
                color: #fff;
                border-radius: 5px;
                text-decoration: none;
            }

                .recipes-featured .content .post-link .flaticon {
                    display: inline-block;
                    margin-right: 10px;
                }

.recipe-category {
    margin: 0 0 100px;
}

    .recipe-category h3 {
        font-size: 30px;
        margin: 0 0 15px;
    }

    .recipe-category .posts {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

        .recipe-category .recipe-card {
            position: relative;
            width: calc((100% / 3) - 20px);
            margin: 0 10px 20px;
            box-shadow: 0 0 10px rgba(0,0,0,.1);
        }

            .recipe-category .recipe-card .image {
                position: relative;
                display: block;
                width: 100%;
                height: 200px;
                background-position: 50% 50%;
                background-size: cover;
                background-repeat: no-repeat;
            }

                .recipe-category .recipe-card .image:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: #000;
                    opacity: 0;
                    transition: all 0.3s ease;
                    z-index: 1;
                }

                    .recipe-category .recipe-card .image:hover:after {
                        opacity: 0.2;
                    }

            .recipe-category .recipe-card .content {
                padding: 30px;
            }

                .recipe-category .recipe-card .content h4 {
                    margin: 0 0 15px;
                    font-size: 20px;
                }

                .recipe-category .recipe-card .content .post-excerpt {
                    margin: 0 0 15px;
                }

                .recipe-category .recipe-card .content .posted-on {
                    display: block;
                    margin: -10px 0 10px;
                    opacity: 0.5;
                }

                .recipe-category .recipe-card .content a {
                    transition: all 0.3s ease;
                }

        .recipe-category .posts .page-nav {
            width: 100%;
            margin-top: 50px;
        }

    .recipe-category .cat-link {
        text-align: center;
    }

        .recipe-category .cat-link a {
            display: inline-block;
            padding: 10px 20px;
            background: #8ec642;
            color: #fff;
            border-radius: 5px;
            text-decoration: none;
        }

.recipes-info-boxes {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 100%;
    z-index: 2;
}

    .recipes-info-boxes .box {
        display: inline-block;
        max-width: 80px;
        width: 55px;
        padding: 0.5rem 0.3rem;
        background-color: rgba(255,255,255,.9);
        font-size: 0.8rem;
        color: #67922d;
        text-align: center;
        line-height: 1;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
        transition: all .3s;
    }

        .recipes-info-boxes .box strong {
            font-size: 1.5rem;
        }

        .recipes-info-boxes .box:not(:last-child) {
            margin-right: 10px;
        }

.recipe-keywords {
    background: #8EC642;
    padding: 50px 0;
    margin-bottom: 100px;
}

    .recipe-keywords h2 {
        margin: 0 0 20px;
        font-size: 35px;
        text-align: center;
    }

    .recipe-keywords .keywords {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 900px;
        margin: 0 auto;
    }

        .recipe-keywords .keywords a {
            background: rgba(255,255,255,0.25);
            color: #404040;
            margin: 10px;
            padding: 10px 20px;
            transition: all 0.3s ease;
        }

            .recipe-keywords .keywords a:hover {
                background: #67922D;
                color: #fff;
            }

/* Near Us Page */
.nearus-container .intro {
    margin: 50px 0;
    text-align: center;
}

    .nearus-container .intro p {
        margin: 0;
}

.nearus-container .filters {
    background: #67922D;
    padding: 50px 0;
}

    .nearus-container form {
        display: flex;
        align-items: center;
    }

        .nearus-container form input {
            -webkit-appearance: none;
            appearance: none;
            width: 100%;
            height: auto;
            padding: 15px 15px 15px 50px;
            background: rgba(0,0,0,.1);
            border: none;
            color: #404040;
            transition: all 0.3s ease;
        }

        .nearus-container form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #404040;
            opacity: 1; /* Firefox */
        }

        .nearus-container form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #404040;
        }

        .nearus-container form input::-ms-input-placeholder { /* Microsoft Edge */
            color: #404040;
        }

            .nearus-container form input:hover {
                background: rgba(0,0,0,.15);
            }

        .nearus-container form select {
            -webkit-appearance: none;
            appearance: none;
            min-width: 150px;
            background: rgba(255,255,255,0.1);
            padding: 15px;
            border: none;
            transition: all 0.3s ease;
            cursor: pointer;
        }

            .nearus-container form select:hover {
                background: rgba(255,255,255,0.15);
            }

        .nearus-container form button {
            -webkit-appearance: none;
            appearance: none;
            padding: 19px 25px;
            background: #232323;
            border: none;
            color: #fff;
            line-height: 1;
            transition: all 0.3s ease;
        }

            .nearus-container form button:hover {
                background: #404040;
            }

    .nearus-container .address-container {
        position: relative;
        margin-right: 20px;
        flex-grow: 1;
    }

        .nearus-container .address-container svg {
            position: absolute;
            top: 50%;
            left: 15px;
            transform: translateY(-50%);
            max-width: 20px;
        }

    .nearus-container .select-container {
        position: relative;
        margin-right: 20px;
    }

        .nearus-container .select-container:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translateY(-50%);
            width: 0; 
            height: 0; 
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 6px solid #404040;
        }

.nearus-container #map {
    height: 500px;
}

    .nearus-container .list-container .list {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 50px;
    }

        .nearus-container .location-single {
            position: relative;
            width: calc(50% - 10px);
            margin-bottom: 20px;
            padding: 30px 30px 30px 40px;        
            box-shadow: 0 0 10px rgba(0,0,0,.1);
        }

            .nearus-container .location-single h3 {
                margin: 0 0 15px;
            }

            .nearus-container .location-single p a:not(.btn) {
                color: #8ec642;
                transition: all 0.3s ease;
                word-break: break-word;
            }

                .nearus-container .location-single p a:not(.btn):hover {
                    color: #404040;
                }

            .nearus-container .location-single p a.btn {
                display: inline-block;
                padding: 5px 15px;
                background: #8ec642;
                font-size: 14px;
                color: #fff;
                border-radius: 5px;
                transition: all 0.3s ease;
            }

                .nearus-container .location-single p a.btn:hover {
                    background: #67922D;
                }

            .nearus-container .location-single p:last-child {
                margin: 0;
            }

            .nearus-container .location-single:before {
                content: '';
                position: absolute;
                top: 50%;
                left: 20px;
                width: 4px;
                height: calc(100% - 40px);
                transform: translateY(-50%);
            }

                .nearus-container .location-single.producers:before {
                    background: #51bb74;
                }

                .nearus-container .location-single.restaurants:before {
                    background: #7fd5d4;
                }

                .nearus-container .location-single.activities:before {
                    background: #ff7230;
                }

    .nearus-container .map-container {
        position: relative;
    }

    .nearus-container #mapOverlay {
        display: none;
        position: absolute;
        background: rgba(255, 255, 255, 0.7);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .nearus-container #mapOverlay p {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            font-size: 35px;
            font-weight: 600;
            color: #404040;
            text-align: center;
        }

#infobox-content {
    max-width: 250px;
    padding: 10px;
}

    #infobox-content h2 {
        margin: 0 0 10px;
    }

    #infobox-content p {
        font-size: 16px;
        line-height: 1.5;
    }

        #infobox-content p a {
            display: inline-block;
            padding: 5px 15px;
            background: #8ec642;
            font-size: 14px;
            color: #fff;
            border-radius: 5px;
            transition: all 0.3s ease;
        }

            #infobox-content p a:hover {
                background: #67922D;
            }

        #infobox-content p:last-child {
            margin-bottom: 0;
        }

/* CONTACT PAGE */

#map {
	height:350px;
	width:100%;
	margin-bottom:40px;
}

.inputbox {
	margin-bottom:15px;
	position:relative;
}

.contact-form {
	
}

.contact-form label {
	padding: 15px;
    background: #E4E4E4;
    width: 200px;
    display: inline-block;
    text-align: right;
    color: #B3B3B3;
    float:left;
}

.contact-form input {
    padding: 14px 20px;
    border: 1px solid #ECECEC;
    width:calc(100% - 200px);
    float:right;
}

.contact-form textarea {
    padding: 14px 20px;
    border: 1px solid #ECECEC;
    width:calc(100% - 200px);
    float:right;
    resize:none;
}

.contact-form .submit {
	color: #fff;
    background: #8ec642;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 30px;
    font-size: 21px;
    font-weight: 300;
    line-height: 60px;
    height: 60px;
    width: auto;
}

.contact-form .submit .flaticon {
    display: inline-block;
    margin-right: 10px;
}

/* POST LISTS */

.post-list .each {
	margin-bottom:40px;
}

.post-list .each .post-thumb {
	float:left;
	border: 1px solid #ddd;
    padding: 8px;
    width:220px;
    height:220px;
}

.post-list-right {
	float:right;
	width:610px;
}

.page-template-recipes .post-list-right, .page-template-journal .post-list-right, .page-template-news .post-list-right {
	width: calc(100% - 250px);
}

.post-list-right h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 28px;
    text-transform:capitalize;
}

.post-list-right .post-meta {
    margin: 0 0 6px 0;
    font-size: 15px;
    color: #C1C1C1;
}

.post-list-right .post-excerpt {
	margin: 0 0 20px 0
}

.post-list-right .post-link {
	text-decoration: none;
    background: #ddd;
    padding: 10px 20px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.post-list-right .post-link .flaticon {
	display:inline-block;
	margin-right:10px;
}

.news-container {
    margin-top: 70px;
}

.news-list .featured-news {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

    .news-list .featured-news:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #eee;
    }

    .news-list .featured-news .post-thumb {
        position: relative;
    }

        .news-list .featured-news .post-thumb h4 {
            position: absolute;
            top: 10px;
            left: -10px;
            display: block;
            margin: 0;
            padding: 15px 20px;
            background: #8ec642;
            color: #fff;
            font-size: 16px;
            text-transform: uppercase;
            font-weight: normal;
            letter-spacing: 0.8px;
            line-height: 1;
            pointer-events: none;
        }

            .news-list .featured-news .post-thumb h4:after {
                content: '';
                position: absolute;
                top: 100%;
                left: 0;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 10px 10px 0;
                border-color: transparent #67922d transparent;
            }

    .news-list .featured-news .post-list-right {
        width: 100%;
        padding: 30px 50px 30px 30px;
    }

/* single styles */

.entry-title {
    margin: 0 0 10px 0;
    line-height: 35px;
    text-transform: capitalize;
}

/* GALLERY PAGE */

.videogallery {
	
}

.videogallery ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.videogallery ul li {
	list-style-type:none;
	padding: 8px;
    background: #fff;
    border: 1px solid #E4E4E4;
    position: relative;
    margin-bottom: 15px;
    text-align:center;
}

.videogallery ul li img {
	margin:0 0 10px 0;
	width:100%;
}


/* FORMS */

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
        right: 20px;
    top: 7px;
    text-indent: -99999px;
    position: absolute;
    background: #CE2F31;
    width: 10px;
    height: 10px;
}

.site-title {
	margin: -5px 0 -20px 0;
    display: block;
    clear: none;
    float: left;
    position: relative;
    z-index: 0;
}


/*legacy*/

.tasteofulsterform input[type="text"], .tasteofulsterform input[type="email"], .tasteofulsterform input[type="url"], .tasteofulsterform input[type="password"], .tasteofulsterform input[type="search"], .tasteofulsterform select, .tasteofulsterform input {
    padding: 15px;
    width: calc(100% - 420px);
    border: 1px solid #ECECEC;
    height: 56px;
}

.tasteofulsterform textarea {
    padding: 15px;
    width: calc(100% - 420px);
    border: 1px solid #ECECEC;
    resize:none;
}

.tasteofulsterform label {
    padding: 15px;
    width: 420px;
    background: #E4E4E4;
    display: inline-block;
    text-align: right;
    color: #B3B3B3;
    float: left;
}

.supporters {
    margin: 0;
    padding: 0;
    text-align: center;
}

.supporter {
    list-style-type: none;
    overflow: hidden;
    border: 1px solid #cacaca;
    display: inline-block;
    width: 415px;
    margin-bottom: 30px;
}

.supporter:nth-child(odd) {
    margin-right: 30px;
}

.supporter-avatar {
    float: left;
    margin-right: 20px;
    margin-bottom: -6px;
}

.supporter-avatar img {
    width: 150px;
    height:150px;
    border-right: 1px solid #cacaca;
}

.supporter-name {
    float: left;
    font-size: 20px;
    line-height: 21px;
    margin-top: 20px;
    text-align: left;
    width: 230px;
}

.supporter-link {
    float: left;
    width: 235px;
    text-align: left;
    font-size: 14px;
    margin-top: 10px;
}

.producers-list {
	margin-right:auto;
	margin-left: auto;
}

.producers-list .each {
	background:#eee;
	height:215px;
	width:290px;
	display:inline-table;
	margin-bottom:22px;
	position:relative;
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.activities.producers-list {
	text-align: center;
}

.activities.producers-list .each {
	margin: 0 8px 22px 8px;
}


.producer-title {
	text-align: left;
}


.producers-list .each .producer-thumb {
	position:absolute;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
}

.producers-list .each .producer-thumb img{
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  position: relative;
  left: 50%;
  top: 50%;
  object-fit: cover;
}

.producers-list .each .overlay {
    background: rgba(0,0,0,0.7);
    left: 0;
    bottom: -1px;
    position: absolute;
    width: 100%;
    z-index: 99;
    padding: 0 20px 20px 20px;
    color: #fff;
    font-size: 16px;
}

.producers-list .each:hover .overlay {
    padding: 0 20px 40px 20px;
}

.producers-list .each .overlay:before {
    content: "";
    left: 0;
    top: -27px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 0 0 290px;
    border-color: transparent transparent transparent rgba(0,0,0,0.7);
}

.producers-list .each .producer-link {
    position:absolute;
    bottom:20px;
    left:20px;
    color:#fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  color: #8CC543;
  font-size:15px;
}

.producers-list .each:hover .producer-link {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.left-page .featured-image, .right-page .featured-image {
	margin-bottom:30px;
}

.address-box {
    width: 50%;
    float: left;
    /* height: 230px; */
    height: 260px;
    text-align: center;
    background: #2F363F;
    margin-top:30px;
    color:#fff;
}

.contact-box {
    width: 50%;
    float: right;
    /* height: 230px; */
    height: 260px;
    text-align: center;
    background: #444E5A;
    margin-top: 30px;
    color: #fff;
}

.address-box h3, .contact-box h3 {
    margin: 0 0 20px 0;
    padding: 10px;
    font-weight:400;
    background:rgba(0,0,0,0.1);
}


.single .posted-on {
    margin: -5px 0 16px 0;
    font-size: 15px;
    color: #C1C1C1;
    display: block;
}

.members-info {
margin: 0 0 20px 0;
    display: block;
    float: left;
        width: 100%;
}

.members-info:first-of-type {
	margin-top:30px;
}

.members-info h3 {
	width:200px;
	text-align:right;
	margin:0 0 0 0;
	display:inline-block;
	border-bottom:1px solid #EAEAEA;
	padding:0 0 10px 0;
}

.members-info p {
	width:calc(100% - 230px);
	float:right;
}

.em-calendar tbody {
	border:1px solid #ddd;
	padding:20px;
	display:block;
}

.em-calendar td {
    width: 116px;
    height: 115px;
    display: inline-block;
    padding: 10px;
    color: #D2D2D2;
    position: relative;
}

.em-calendar tr td:nth-of-type(2n+2) {
	background:#f9f9f9;
}

.em-calendar tr:nth-of-type(2n+2) td:nth-of-type(2n+1) {
	background:#f9f9f9;
}

.em-calendar tr:nth-of-type(2n+2) td:nth-of-type(2n+2) {
	background:transparent;
}

.eventful ul, .eventful-post ul , .eventful-pre ul  {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.eventful ul li, .eventful-post ul li, .eventful-pre ul li  {
	list-style-type:none;
}

.eventful ul li a, .eventful-post ul li a, .eventful-pre ul li a {
    font-size: 11px;
    padding: 0 10px 0 0;
    display: block;
}



.em-calendar .days-names td {

}

.em-calendar .days-names td {
    background: #5A5A5A;
    color: #fff;
    height: 45px;
}

.em-calendar .days-names td:nth-of-type(2n+2) {
	background:#404040;
}

.latestyoutube-box-title {
	color:#fff;
	background:#c64e50;
}

.widget_foodni_latestyoutube .youtube-thumb {
	position:relative;
}

.widget_foodni_latestyoutube .youtube-thumb img {
	width:100%;
}

.widget_foodni_latestyoutube .overlay {
	background: rgba(0,0,0,0.7);
    left: 0;
    bottom: -1px;
    position: absolute;
    width: 100%;
    z-index: 99;
    padding: 0 20px 20px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.widget_foodni_latestyoutube .flaticon {
	color: #fff;
    position: absolute;
    font-size: 40px;
    width: 100%;
    top: 15px;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.widget_foodni_latestyoutube h2 a {
	color: #fff;
}

.widget_foodni_latestyoutube h2 .flaticon {
	color: #fff;
    position: relative;
    font-size: 28px;
    margin: 0 20px 0 0;
    width: auto;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    display: inline-block;
}

.widget_foodni_latestyoutube .youtube-thumb:hover .flaticon {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.widget_foodni_latestyoutube .overlay:before {
    content: "";
    left: 0;
    top: -27px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 0 0 288px;
    border-color: transparent transparent transparent rgba(0,0,0,0.7);
}

.producer-filters {
	text-align:center;
	width:100%;
}

.producer-filters button {
	display: inline-block;
    background: #C5C5C5;
    border: none;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    margin: 0 0 30px 0;
    font-size: 14px;
}

.producer-filters .is-checked {
    background: #333F2F;
    color: #fff;
}

a:focus, button:focus, input:focus {
	outline:none !important;
}

.recipe-info-box {
	background: #2F363F;
    text-align: left;
    color: #fff;
    padding: 30px;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 30px;
}

.recipe-info-box strong {
	color: #4E637D;
    float: left;
    text-align: right;
    width: 50%;
    margin-right:15px;
}

.responsive-button {
	display: none;
	float: right;
	color: #8EC63F;
	font-size: 30px;
	cursor: pointer;
	padding: 0;
	position: absolute;
	right: 40px;
	top: 40px;
    transition: transform 0.4s ease-in-out;
}

	.responsive-button.active {
		transform: rotate(90deg);
	}

.cbp-spmenu-vertical{
	top:0;
	bottom:0;
}

.cbp-spmenu {
    background: #fff;
    box-shadow: inset 0px 0px 50px 10px rgba(0,0,0,0.1);
}

.menu-responsive-menu-container {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.responsive-menu ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.responsive-menu ul li {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style-type:none;
}

.responsive-menu ul li a {
	border:none;
	padding: 10px 30px;
	color: #8EC642;
    font-weight: 600;
}

.responsive-menu ul li a:hover {
	background: rgba(142, 198, 63, 0.33);
}

.responsive-menu  .current_page_item {
    background: transparent;
}

.responsive-logo {
	display:none;
	float:left;
	margin: 25px 0 50px 0;
	z-index: 5;
    position: relative;
}

	.responsive-logo img {
		/* max-width: 125px; */
        max-width: 190px;
	}

.mobile-search, .mobileSearchBtn {
    display: none;
}

/* YEAR OF FOOD */

.year-of-food-section .latest-three {
	width:100%;
}

.year-of-food-section .latest-three .each {
    height: auto;
    float: left;
    margin-right: 60px;
    width: 400px;
}

.year-of-food-section .latest-three .each:nth-of-type(2n+2) {
    margin-right: 0;
}

.year-of-food-section .latest-three .post-thumb {
	width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom:10px;
}

.year-of-food-section .latest-three .post-thumb img {
    height: 160px;
    width: 400px;
    object-fit: cover;
}

.year-of-food-section .latest-three .latest-three-right {
	width: 100%;
}

.year-of-food-section .latest-three .latest-three-right h3 {
    font-size: 20px;
    margin: 0 0 0 0;
}

.year-of-food-section .latest-three .latest-three-right .post-meta {
	margin: 0 0 5px 0;
}

.year-of-food-section .post-excerpt {
	margin:0 0 20px 0;
}

.year-of-food:hover .each {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

.year-of-food .each:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}


.gallery .section-title {
	background:#3DCFA7;
}


.gallery-list-image {
	display:inline-block;
	margin-right:15px;
	margin-bottom:15px;
	padding:8px;
	border:1px solid #ddd;
	width:203px;
}

.gallery-list-image:nth-of-type(4n+4) {
	margin-right:0;
}





.promotions .section-title {
	background:#925C8B;
}

.promotions .each {
	margin-bottom:20px;
}

.promo-thumb {
	margin-right:15px;
	padding:8px;
	border:1px solid #ddd;
	float:left;
	width:220px;
	height:173px;
}

.promo-thumb img {
	width:220px;
	height:155px;
}

.promotions h3 {
    float: left;
    clear: none;
    margin: 0 0 0 0;
    font-size: 22px;
}

.promo-content {
    float: left;
    clear: none;
    margin: 5px 0 15px 0;
    width: calc(100% - 260px);
}

.promo-link {
	float:left;
	text-decoration: none;
    background:#925C8B;
    padding: 10px 20px;
    color: #fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.promo-link:hover {
    background:#6B3D65;
    color: #fff;
}

.page-template-events .post-list .each .post-thumb {
    height: 178px;
}

.page-back-button {
    color: #fff !important;
    background: #8ec642;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 25px;
    font-weight: 300;
    margin: 20px auto 30px;
    display: block;
    width: 280px;
    text-align: center;
}

.page-back-button .flaticon {
    display: inline-block;
    margin-right:5px;
}

.wp-pagenavi, .em-pagination {
    text-align: center;
}

/*.wp-pagenavi span, .wp-pagenavi a {
	padding: 10px 15px;
}*/

.wp-pagenavi span.current, .em-pagination span.current{
	background:#111;
	color:#fff;
}

.each-guide {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	width:273px;
}

.each-guide:nth-of-type(3n+3) {
	margin-right:0;
}

.page-template-guides .each-guide {
	margin: 0 6px 20px;
    width: calc((100% / 3) - 12px);
}

.page-template-guides .each-guide:nth-of-type(3n+3) {
	margin-right:6px;
}

.each-guide .guide-title {
    text-align: center;
    padding: 10px;
    background: #333F2F;
    color: #fff;
}

.each-guide .guide-thumb img {
	width:100%;
	height:100%;
}

.each-guide .guide-button {
	text-align: center;
    padding: 10px;
    background: #333F2F;
    color: #FFF;
    display: block;
}

.each-guide .guide-button .flaticon {
	display:inline-block;
	margin-right:10px;
}

.each-guide .guide-button:hover {
	background:#111;
}

.staff-each {
	float: left;
    width: calc(25% - 8px);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #8EC63F;
    color: #fff;
    margin-right: 8px;
    margin-bottom:8px;
}

.staff-thumb img {
    width: 220px;
    height: 220px;
}

.staff-each h3 {
	margin: 0 0 0 0;
    text-align: center;
    background: #70A02C;
    padding: 10px 0;
    font-weight: 400;
    font-size: 18px;
}

.staff-each h4 {
    margin: 0 0 0 0;
    padding: 10px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    height: 60px;
}

.staff-each a {
	margin:0 0 0 0;
}

.staff-each a:hover {
	color:#ddd;
}

.member-content {
	margin-bottom:40px;
}

div.wpcf7-mail-sent-ok {
    border: 1px solid #8EC642;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 20px;
    color: #79AD34;
    margin: -13px 0 0 0;
    clear: none;
    width: calc(100% - 230px);
    text-align: center;
}


.recipecats-box {

}

.recipecats-box ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.recipecats-box ul li {
	margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: none;
}

.recipecats-box ul li a {
	color:#9C9C9C;
	display:block;
	margin: 0 0 9px 0;
    padding: 10px 20px;
    background: #F3F3F3;
    font-size: 14px;
}

.recipecats-box ul li a:hover {
	background:#8EC642;
	color:#fff;
}

.widget_foodni_recipecats .widget-title {
    border-bottom: 7px solid #7fd5d4;
}

.recipe-event {
    margin: 0 0 15px 0;
    background: #EFEFEF;
    padding: 15px 30px;
}

.linked-recipe, .linked-recipe:visited {
    display: block;
    background: #f5f5f5;
    margin-bottom: 10px;
    padding: 10px 20px;
    color: #6D6D6D;
    position:relative;
}

.linked-recipe:hover {
    background: #8ec642;
    color:#fff;
}

.linked-recipe .flaticon {
	margin-right:15px;
	display:inline-block;
}




/*----- Accordion -----*/
 
.accordion {
    overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    background:#f5f5f5;
}
 
/*----- Section Titles -----*/
.accordion-section-title {
    width: 100%;
    padding: 12px 25px;
    display: inline-block;
    background: #333;
    transition: all linear 0.15s;
    font-size: 16px;
    color: #fff;
}

.accordion-section-title .flaticon {
    display:inline-block;
    transition: all linear 0.15s;
    margin-right:15px;
}

.accordion-section-title.active .flaticon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); 
    transition: all linear 0.15s;
}
 
.accordion-section-title.active, .accordion-section-title:hover, .accordion-section-title:visited {
    background:#4c4c4c;
    color: #fff !important;
    text-decoration:none;
}
 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
 
/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
}

.fourohfour {
    font-size: 240px;
    line-height: 0.8;
    text-align: center;
    background: #fff;
    margin: 0 0 0 0;
    padding: 30px;
}

.fourohdesc {
    text-align: center;
    background: #fff;
    margin: 0 0 0 0;
    padding: 0 300px 30px 300px;
    font-size: 23px;
    line-height: 1.4;
}


.join-button, .join-button:visited {
	color: #fff;
    background: #8ec642;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 50px;
    font-size: 15px;
    width: 435px;
    text-align: center;
    font-weight: 500;
    margin: 10px auto 5px auto;
    display: inline-block;
}

.join-button:hover {
	color: #fff;
    background: #67922D;
}

.join-button .flaticon {
    display: inline-block;
    margin-right:10px;
}

.info-button, .info-button:visited {
	background:#969696;
}

.info-button:hover {
	background:#797979;
	color:#fff;
}


.main-search {
	position:absolute;
	top:30px;
	left:30px;
	z-index:9999;
}

.search-list .posttype-section {
    position: relative;
}

    .search-list .posttype-section:not(:last-child) {
        margin-bottom: 100px;
    }

        .search-list .posttype-section:not(:last-child):after {
            content: '';
            position: absolute;
            bottom: -55px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #eee;
        }

    .search-list .posttype-section h2 {
        position: relative;
        padding-bottom: 20px;
        text-transform: uppercase;
    }

        .search-list .posttype-section h2:after {
            content: '';
            position: absolute;
            bottom: 12px;
            left: 0;
            width: 150px;
            height: 3px;
        }

        .search-list .posttype-section.post h2:after {
            background: #4f83c9;
        }

        .search-list .posttype-section.recipe h2:after {
            background: #7fd5d4;
        }

        .search-list .posttype-section.event h2:after {
            background: #c64e50;
        }

        .search-list .posttype-section.producers h2:after {
            background: #51bb74;
        }

        .search-list .posttype-section.restaurants h2:after {
            background: #edb11f;
        }

        .search-list .posttype-section.activities h2:after {
            background: #8ec63f;
        }

.search-list .post-list-right {
    width: calc(100% - 240px);
}

.search-list .search-recipe .post-link {
	background:#7fd5d4;
}

.search-list .search-post .post-link {
	background:#4f83c9;
}

.search-list .search-event .post-link {
	background:#c64e50;
}

.search-list .search-producers .post-link {
	background:#51bb74;
}
.search-list .search-restaurants .post-link {
	background:#edb11f;
}

.search-list .search-activities .post-link {
	background:#8ec63f;
}

.search-list .search-recipe h4 {
	color:#7fd5d4;
	margin:0 0 0 0;
}

.search-list .search-post h4 {
	color:#4f83c9;
	margin:0 0 0 0;
}

.search-list .search-event h4 {
	color:#c64e50;
	margin:0 0 0 0;
}

.search-list .search-producers h4 {
	color:#51bb74;
	margin:0 0 0 0;
}

.search-list .search-restaurants h4 {
	color:#edb11f;
	margin:0 0 0 0;
}

.search-list .search-activities h4 {
	color:#8ec63f;
	margin:0 0 0 0;
}


/*NEW PRODUCERS LAYOUT*/
.producers-list-with-sidebar{
	width: calc(75% - 30px) !important;
	float:left;
}

.producers-list-with-sidebar .each{
	    width: 31%;
}

.producers-list-sidebar{
	width:25%;
	float:left;
	margin-right:30px;
}

.producers-list-sidebar .producer-filters button {
    display: inline-block;
    background: #f2f2f2;
    border: none;
    padding: 10px 15px;
    color: #a8a6a6;
    margin: 0 0 4px 0;
    font-size: 12px;
    width: calc(50% - 2px);
}

.producers-list-sidebar .producer-filters .is-checked {
    background: #333F2F;
    color: #fff;
}

.producers-list-sidebar .widget h2.widget-title{
	    border-bottom: 7px solid #7fd5d4;
}

.search-box {
    width: 100%;
}

input.search-field {
    float: left;
    width: 80%;
    border: solid #E2E2E2;
    border-width: 1px 1px 1px 0;
    height: 50px;
    line-height: 50px;
}

.magnifying-glass {
    float: left;
    width: 20%;
    border: solid #E2E2E2;
    border-width: 1px 0px 1px 1px;
    height: 50px;
    line-height: 50px;
    color: #5f5f5f;
    font-size: 20px;
     display: flex;
    align-items: center;
    justify-content: center;
}


a.youtube-link{
    overflow: hidden;
    display: block;
    height: 172px;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    position: relative;
}

.videogallery ul li img {
    width: 100%;
    position: absolute;
    margin: -33px 0 0 0;
    overflow: hidden;
}

.vid-title {
    position: absolute;
    bottom:0;
    background: rgba(0,0,0,0.7);
    width: 100%;
    color: #fff;
    padding: 5px 20px 20px 20px;
    text-align: left;
}

.vid-title:before{
	content: "";
    left: 0;
    top: -27px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 0 0 320px;
    border-color: transparent transparent transparent rgba(0,0,0,0.7);
}

.videogallery ul li {
    list-style-type: none;
    background: #fff;
    border: 1px solid #E4E4E4;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    overflow: hidden;
    height: 205px;
}

.christmas-title{
	color:#fff;
	margin-top: 30px;
}

.christmas-title h2{
	padding: 15px 30px;
	text-transform: uppercase;
	font-weight: 400;
    font-size: 18px;
    background: rgba(0,0,0,0.1);
    width: 40%;
    position: relative;
}

.christmas-title h2:after{
	content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 57px 0 0 20px;
    border-color: transparent transparent transparent rgba(0,0,0,0.1);
}

.christmas-title.christmas-gifts{
	background: #c64e50;
}

.christmas-title.christmas-menus{
	background: #925C8B;
}

.christmas-title.christmas-events{
	background: #7fd5d4;
}

.christmas-title.christmas-recipes{
	background: #3DCFA7;
}

.crimbo-banner {
	margin-bottom: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.christmas-content{
	font-size: 0;
}

.christmas-content p{
	font-size: 16px;
}

.christmas-content .each-guide{
	width:calc(25% - 20px);	
	float:none;
	display: inline-block;
	vertical-align: top;
	font-size:16px;
}

.christmas-content .each-guide:nth-of-type(3n + 3){
	margin-right: 20px;
}



/*POST A RECIPE PAGE*/
input#gform_submit_button_1 {
    background: #8ec642;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
    border: 0;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 20px;
}

.gform_wrapper form {
    overflow-x: initial;
}

.gform_wrapper.gf_browser_chrome .gform_body {
    width: 100% !important;
}



/*MENU LINK COLOURS*/
li#menu-item-12838:before {
    background: #863232;
}
li#menu-item-12838 {
    border-bottom: 7px solid #c64e50;
}

li#menu-item-11650 {
    border-bottom: 7px solid #1ebcd2;
}

li#menu-item-11650:before {
    background: #1ebcd2;
}




.totalpoll-poll-container .totalpoll-choices .totalpoll-choice {
	width: 30% !important;
    float: none;
    border: 1px solid #e4e4e4 !important;
    margin: 0 25px 25px 0px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.totalpoll-poll-container .totalpoll-choices {
    margin: 0 0 0 0 !important;
    border: none !important;
    border-radius: 0 !important;
    overflow: hidden;
}

.totalpoll-poll-container .totalpoll-choices .totalpoll-choice-separator {
    display: none;
}

.totalpoll-poll-container .totalpoll-choices .totalpoll-choice .totalpoll-choice-checkbox-container {
    display: none !important;
}

.prod-name {
    text-align: center;
    display: inline-block;
    margin: 10px 0 0 0 !important;
    width: 100%;
    font-weight: 700;
}

.totalpoll-poll-container .checked .totalpoll-choice-container {
    background-color: #8ec642 !important;
    color: #fff !important;
}

.totalpoll-poll-container .checked {
    border-color: #8ec642 !important;
}


.totalpoll-poll-container .totalpoll-buttons .totalpoll-button.totalpoll-button-primary {
    color: #fff !important;
    background: #8ec642 !important;
    border: none !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    padding: 15px 50px !important;
    font-size: 21px !important;
    font-weight: 300 !important;
    margin: 0 auto 0 auto !important;
    display: block !important;
}

.prod-title {
    text-align: center;
    font-size: 18px !important;
    margin: 0 0 10px 0 !important;
    display: block;
    letter-spacing: -1px;
}

.poll-image {
    text-align: center;
    float: none;
    display: inline-block;
    width: 100%;
}

.poll-image img {
    float:none !important;
    display:inline-block;
}

.single-gallery{
	position: relative;
}

.single-gallery .count {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    background: #4f83c9;
    z-index: 999999;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.photo-gallery.producers-list .each {
    height: 215px;
/*    width: 270px;*/
    width: 30%;
    display: block;
    float: left;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
}

.photo-gallery.producers-list .each:nth-of-type(3n + 3) {
    margin-right: 0;
}

.photo-gallery.producers-list .each.single-gallery-image{
	height: auto;
}

a.thumbnail.gallery:hover > .dark-overlay {
	opacity: 1;
}

.dark-overlay {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(51, 51, 51, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease;
}

.featherlight-next, .featherlight-previous {
    background: none !important;
}

.featherlight-next span, .featherlight-previous span {
    text-shadow: none;
    font-size: 50px;
}

.featherlight .featherlight-content {
    overflow: hidden;
    padding: 15px 15px 0;
    border-bottom: 15px solid transparent;
}

.featherlight-previous {
    left: 0;
}

.featherlight-next{
	right:0;
}

span.em-pagination {
    float: left;
    width: 100%;
    text-align: center;
}

.em-pagination a{
	text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    display: inline-block;
}

.em-pagination span.current{
	padding: 4px 5px;
}

.past-events{
	text-align: center;
	margin:40px 0;
}

.past-events-btn{
	background: #8ec642;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 20px;
    display: inline-block;
}

.past-events-btn:hover, .past-events-btn:visited, .past-events-btn:active{
	color:#fff;
}

.gift-guide-container {
    margin-top: 50px;
}

    .gift-guide-container .intro {
        margin: 50px 0;
        text-align: center;
    }

        .gift-guide-container .intro p {
            margin: 0;
        }

/* thank you page */
.page-id-2393 .left-sidebar {
    display: none;
}

.page-id-2393 .right-page {
    width: 100%;
}

/* new search results with filtering page */
.page-template-searchresults_with_filter .filter-groups-new .widget-title {
    border-bottom: 7px solid #7fd5d4;
}

.page-template-searchresults_with_filter .search-filters-new {
    text-align: center;
    width: 100%;
}

.page-template-searchresults_with_filter .search-filters-new .button {
    position: relative;
    display: inline-block;
    border: none;
    padding: 5px 0 0 0;
    color: #fff;
    background: none;
    position: relative;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease;
}

.page-template-searchresults_with_filter .search-filters-new .button:not(:last-of-type) {
    margin-right: 50px;
}

.page-template-searchresults_with_filter .search-filters-new .button:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease;
}

.page-template-searchresults_with_filter .search-filters-new .button:hover:after {
    width: 100%;
}

.page-template-searchresults_with_filter .search-filters-new .is-checked:after {
    width: 100%;
}

.page-template-searchresults_with_filter .producers-list-with-sidebar .each {
    width: 100%;
}

.page-template-searchresults_with_filter .producers-list-with-sidebar {
    width: calc(100% + 25px) !important;
}

.page-template-searchresults_with_filter .producers-list-with-sidebar .posttype-section:last-of-type:after {
    display: none;
}

.page-template-searchresults_with_filter .producers-list-with-sidebar .each .post-thumb {
    float: left;
    width: calc(25% - 20px);
    margin-right: 20px;
    background: #eee;
    padding: 0;
    height: 275px;
    display: inline-block;
    margin-bottom: 22px;
    position: relative;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.page-template-searchresults_with_filter .producers-list-with-sidebar .each .post-thumb img {
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, 0);
    position: relative;
    left: 50%;
    top: 0;
    object-fit: cover;
}

.page-template-searchresults_with_filter .producers-list-with-sidebar .each .post-thumb .image {
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    position: relative;
}

.page-template-searchresults_with_filter .producers-list-with-sidebar .each .overlay {
    background: rgba(0,0,0,0.7);
    left: 0;
    bottom: -30px;
    position: absolute;
    width: 100%;
    z-index: 99;
    padding: 0 20px 20px 20px;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 230ms ease;
    -moz-transition: all 230ms ease;
    -o-transition: all 230ms ease;
    transition: all 230ms ease;
}

.page-template-searchresults_with_filter .producers-list-with-sidebar .each .overlay::before {
    content: "";
    left: 0;
    top: -27px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 27px 0 0 290px;
    border-color: transparent transparent transparent rgba(0,0,0,0.7);
}

.page-template-searchresults_with_filter .producers-list-with-sidebar .post-thumb:hover .overlay {
    padding: 0 20px 40px 20px;
    -webkit-transition: all 230ms ease;
    -moz-transition: all 230ms ease;
    -o-transition: all 230ms ease;
    transition: all 230ms ease;
}

.page-template-searchresults_with_filter .producers-list-with-sidebar .post-thumb:hover .overlay .post-type-link {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.page-template-searchresults_with_filter .producers-list-with-sidebar .post-thumb:hover .overlay .post-type-link .flaticon {
    margin-right: 8px;
}

.page-template-searchresults_with_filter .producers-list-with-sidebar .post-thumb .overlay .post-type-link {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.page-template-searchresults_with_filter .producers-list-with-sidebar .post .post-thumb .overlay .post-type-link {
    color: rgb(79 131 201);
}

.page-template-searchresults_with_filter .producers-list-with-sidebar .recipe .post-thumb .overlay .post-type-link {
    color: #7fd5d4;
}

.page-template-searchresults_with_filter .producers-list-with-sidebar .event .post-thumb .overlay .post-type-link {
    color: rgb(198 78 80);
}

.page-template-searchresults_with_filter .producers-list-with-sidebar .producers .post-thumb .overlay .post-type-link {
    color: rgb(81 187 116);
}

.page-template-searchresults_with_filter .producers-list-with-sidebar .restaurants .post-thumb .overlay .post-type-link {
    color: rgb(237 177 31);
}

.page-template-searchresults_with_filter .producers-list-with-sidebar .activities .post-thumb .overlay .post-type-link {
    color: rgb(142 198 63);
}

.page-template-searchresults_with_filter .search-list .posttype-section:after {
    display: none;
}

.page-template-searchresults_with_filter .main-content {
    padding-bottom: 175px;
}

.page-template-searchresults_with_filter .search-results-filters {
    width: 100%;
    background: #67922D;
    padding: 25px 0 32px 0;
}

/* NEW SINGLE PAGE - NEW ARTICLES */
.single-post .main-content,
.page-template-default-page-template .main-content {
    padding: 0;
}
.single-post .left-page,
.page-template-default-page-template .left-page {
    width: 905px;
}
.single-post .page-title, .single-post .entry-meta,
.page-template-default-page-template .page-title {
    display: none;
}
.single-post .right-sidebar,
.page-template-default-page-template .right-sidebar {
    padding-top: 50px;
}
.single-post,
.page-template-default-page-template {
    margin-bottom: 0 !important;
}
.single-post .entry-content,
.page-template-default-page-template .entry-content {
    background: #F7F7F7;
    padding: 50px 40px;
}
.single-post .entry-content img, 
.page-template-default-page-template .entry-content img {
    width: 100%;
}
.single-post .entry-content .entry-title,
.page-template-default-page-template .entry-content .entry-title {
    font-family: orpheuspro, serif !important;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.single-post .entry-content p,
.page-template-default-page-template .entry-content p {
    font-family: 'Helvetica', serif !important;
    font-weight: 400;
    font-style: normal;
}
.single-post .entry-content .news-content-holder,
.page-template-default-page-template .entry-content .news-content-holder {
    width: calc(100% - 295px);
    float: left;
    position: relative;
    margin-right: 55px;
}
.single-post .entry-content .quote-image-holder,
.page-template-default-page-template .entry-content .quote-image-holder {
    float: left;
    width: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-post .entry-content .quote-image-holder h3,
.page-template-default-page-template .entry-content .quote-image-holder h3 {
    font-family: orpheuspro, serif !important;
    font-weight: 400;
    font-size: 28px;
    position: relative;
    text-align: center;
    line-height: 30px;
    margin-top: 0;
}
.single-post .entry-content .quote-image-holder h3:after,
.page-template-default-page-template .entry-content .quote-image-holder h3:after {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 2px;
    background: #8ec642;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.single-post .entry-content .quote-image-holder img,
.page-template-default-page-template .entry-content .quote-image-holder img {
    margin-top: 45px;
}

/* downloadable forms */
.downloadable-forms {
    padding-left: 0px;
    padding-right: 0px;
}
.downloadable-forms h2 {
    padding-left: 20px; 
    padding-right: 20px;
}
.downloadable-forms p {
    padding-left: 20px; 
    padding-right: 20px;
}
.downloadable-forms .download-list {
    display: flex;
    flex-direction: column; 
    padding-left: 30px; 
    padding-right: 30px;
}
.downloadable-forms .download-list a {
    position: relative;
    width: 100%;
    background: #445B5C;
    padding: 15px;
    border-radius: 8px;
    text-align: left;
    color: #fff;
    transition: all .25s ease-in-out;
}
.downloadable-forms .download-list a:hover {
    background: #3c4747;
    transition: all .25s ease-in-out;
}
.downloadable-forms .download-list a::after {
    content: '';
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    background: #9AC457 url('img/download-icon.png');
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background-size: 15px;
    background-position: 52% 45%;
    background-repeat: no-repeat;
}
.downloadable-forms .download-list a.view::after {
    background: #9AC457 url('img/view.png');
    background-size: 20px !important;
    background-position: 52% 45%;
    background-repeat: no-repeat;
}
.downloadable-forms .download-list a:not(:first-of-type) {
    margin-top: 10px; 
}
.wp-block-view__button {
    background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: .8em;
  padding: 0.5em 1em;
  margin-left: 0.75em;
      color: #fff !important;
}
.wp-block-view__button:hover,
.wp-block-view__button:visited {
    box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none;
}
.producers-list-sidebar .widget h2.widget-title.downloadable-forms-title {
    border: none;
    font-size: 20px;
}
.producers-list-sidebar .downloadable-forms .download-list {
    padding-left: 20px;
    padding-right: 20px;
}
.producers-list-sidebar .downloadable-forms .download-list a {
    font-size: 15px;
    padding: 15px 20px 15px 15px;
}
.producers-list-sidebar .downloadable-forms .download-list a::after {
    width: 30px;
    height: 30px;
    background-size: 15px;
}