* {
    font-family:'mabry'
}

.post-tags {
	display: none;
}

.otgs-development-site-front-end,
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    display: none;
}

/* Recipes Grid */
.elementor-custom-embed-play i {
    content: url('/wp-content/uploads/2022/04/play.png');
    text-shadow: none;
    opacity: 1;
    width: 120px;
}

.recipes-grid .elementor-posts--thumbnail-top .elementor-post {
    position: relative;
}

.recipes-grid .elementor-post__text {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50% !important;
    text-align: right;
}

.recipes-grid .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail:after {
    content: '';
    position: absolute;
    left: 0; 
    top: 0;
    width: 100%; 
    height: 100%;
    background: -o-linear-gradient(to bottom, transparent 0%,rgb(0 0 0 / 40%) 100%);
    background: -ms-linear-gradient(to bottom, transparent 0%,rgb(0 0 0 / 40%) 100%);
    background: linear-gradient(to bottom, transparent 0%,rgb(0 0 0 / 40%) 100%);
}


/* Recent News */
.recent-news-items {
    columns: 2;
    column-gap: 30px;
}

.recent-news-items .recent-new-item {
  background: #fff;
  box-shadow: 0 5px 15px hsl(0deg 0% 0% / 20%);
  padding-bottom: 25px;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  max-width: 895.44px;
  width: -webkit-fill-available;
}

.recent-news-items .recent-new-item .recent-thumb {
  height: 390px;
  overflow: hidden;
}

.recent-news-items .recent-new-item .recent-thumb img {
  object-fit: cover;
  width: 100%;
}

.recent-news-items .recent-new-item .recent-category {
    display: flex;
    margin: 25px 25px 10px;
    /* margin: 25px 23px 10px; */
    column-gap: 5px;
    flex-wrap: wrap;
    border-radius: 20px;
}

.recent-news-items .recent-new-item .recent-category > span {
    background: #000;
    border-radius: 30px;
    font-size: 11px;
    color: white!important;
    text-transform: uppercase;
    padding: 5px 14px;
    font-family: 'mabry';
    margin-bottom: 5px;
}

.recent-news-items .recent-new-item .recent-date {
    text-transform: uppercase;
    color: #808080;
    font-weight: bold;
    font-family: 'mabry';
	font-size: 16px;
    margin: 0 25px;
    opacity: 0.8;
}

.recent-news-items .recent-new-item .recent-title {
    font-size: 30px;
    font-family: 'mabry';
    font-weight: 600;
  	margin: 0 25px 10px;
	line-height: normal;
}

.recent-news-items .recent-new-item .recent-desc {
    font-size: 18px;
    font-family: 'mabry';
	margin: 0 25px;
}

.recent-news-items .recent-new-item:nth-child(2) .recent-thumb,
.recent-news-items .recent-new-item:nth-child(5) .recent-thumb,
.recent-news-items .recent-new-item:nth-child(6) .recent-thumb {
    display: none;
}

/* .recent-news-items .recent-new-item:nth-child(2) .recent-category > span,
.recent-news-items .recent-new-item:nth-child(5) .recent-category > span,
.recent-news-items .recent-new-item:nth-child(6) .recent-category > span {
    margin-top: 35px;
} */

.recent-news-items .recent-new-item:nth-child(6) {
    background: #3a913f;
}

.recent-news-items .recent-new-item:nth-child(6) .recent-date {
    color: #fff;
}

.recent-news-items .recent-new-item:nth-child(6) .recent-title,
.recent-news-items .recent-new-item:nth-child(6) .recent-desc {
    color: #000;
}

.recent-news-items .recent-new-item:nth-child(3) {
    width: 47.5%;
    display: inline-block;
    margin-right: 30px;
}

.recent-news-items .recent-new-item:nth-child(4) {
    width: 47.5%;
    display: inline-block;
}

.recent-news-items .recent-new-item:nth-child(3) .recent-thumb {
    height: 470px;
}

.recent-news-items .recent-new-item:nth-child(3) .recent-category {
    position: absolute;
    top: 20px;
}

.recent-news-items .recent-new-item:nth-child(3) .recent-date {
    position: absolute;
    top: 90px;
    color: #fff;
}

.recent-news-items .recent-new-item:nth-child(3) .recent-title {
    position: absolute;
    top: 120px;
    line-height: normal;
    color: #fff;
    font-size: 23px;
}

.recent-news-items .recent-new-item:nth-child(3) .recent-desc {
    position: absolute;
    top: 220px;
    color: #fff;
    font-weight: 100;
}

.recent-news-items .recent-new-item:nth-child(3) .recent-thumb:before {
    content: '';
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
}

.recent-news-items .recent-new-item:nth-child(4) .recent-thumb:before {
    content: '';
    background: #f5b6cd;
    width: 100%;
    height: 100%;
    position: absolute;
}

.recent-news-items .recent-new-item:nth-child(4) .recent-thumb {
    height: 470px;
}

.recent-news-items .recent-new-item:nth-child(4) .recent-category {
    position: absolute;
    top: 0px;
}

.recent-news-items .recent-new-item:nth-child(4) .recent-date {
    position: absolute;
    top: 90px;
    color: #000;
}

.recent-news-items .recent-new-item:nth-child(4) .recent-title{
    position: absolute;
    top: 120px;
    line-height: normal;
    color: #000;
    font-size: 23px;
}

.recent-news-items .recent-new-item:nth-child(4) .recent-desc {
    position: absolute;
    top: 245px;
    color: #000;
    font-weight: 100;
}

.recent-news-items .recent-new-item:nth-child(8) {
    width: 47.5%;
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    min-height: 380px;
    height: auto;
}

.recent-news-items .recent-new-item:nth-child(8) .recent-thumb {
    display: none;
}

.recent-news-items .recent-new-item:nth-child(8) .recent-title {
    font-size: 18px;
    line-height: normal;
}

.recent-news-items .recent-new-item:nth-child(8) .recent-desc {
    font-size: 16px;
}

.recent-news-items .recent-new-item:nth-child(9) {
    width: 47.5%;
    display: inline-block;
    min-height: 380px;
    height: auto;
    background: #00a9ce;
}

.recent-news-items .recent-new-item:nth-child(9) .recent-thumb {
    display: none;
}

.recent-news-items .recent-new-item:nth-child(9) .recent-title {
    font-size: 18px;
    line-height: normal;
}

.recent-news-items .recent-new-item:nth-child(9) .recent-desc {
    font-size: 16px;
}

.recent-news-items .recent-new-item:nth-child(3) .recent-thumb img {
    display: none;
}

.recent-caregory-select-title {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Mabry';
    color: #000;
	cursor: pointer;
}

.recent-caregory-select-title:after {
    content: '→';
    display: inline-block;
    transition: .5s;
}

.recent-caregory-select.open .recent-caregory-select-title:after {
    transform: rotate(90deg);
    vertical-align: middle;
}

.recent-caregory-select form {
    background: #00a9ce;
    padding: 10px 30px;
	display: none;
	box-shadow: 0 5px 15px hsl(0deg 0% 0% / 20%);
}

.recent-caregory-select.open form {
    display: block;
}

.recent-caregory-select form ul li {
    color: #fff;
    font-family: 'Mabry';
    font-weight: 600;
}

.recent-caregory-select form ul li label {
	cursor: pointer;
}

.recent-caregory-select form ul li.sf-field-category label,
.recent-caregory-select form ul li > h4 {
    text-transform: uppercase;
    font-weight: 600;
}

.recent-caregory-select form ul li input {
    display: none;
}

.recent-caregory-select form ul li.sf-field-category ul > li:first-child {
    display: none;
}

.recent-caregory-select form ul li.sf-field-category ul > li.sf-item-1 {
    padding: 0;
}

.recent-caregory-select form ul li.sf-field-category ul > li.sf-item-1 label {
    padding: 0;
}

.recent-caregory-select form ul li.sf-field-category {
    padding-bottom: 0px;
}

.recent-caregory-select a.search-filter-reset:after {
    content: '→';
    display: inline-block;
    padding-left: 5px;
}

.recent-caregory-select a.search-filter-reset {
    color: #ffd100;
}

.recent-caregory-select form ul li.sf-option-active {
    color: #ffd100;
}

.elementor-swiper-button-prev {
    left: auto;
    right: 150px;
    bottom: 50px;
    top: auto;
}

.elementor-swiper-button-next {
    right: 90px;
    bottom: 50px;
    top: auto;
}

.elementor-swiper-button-prev > i,
.elementor-swiper-button-next > i {
    color: #fff;
}

/* .sbi-owl-nav .sbi-owl-prev,
.sbi-owl-nav .sbi-owl-next {
    background: #00a9ce;
    border-radius: 0px;
    width: 100px;
    height: 100px;
    line-height: 83px;
    color: #fff;
    font-size: 60px;
	font-family: 'Mabry';
    text-align: center;
    padding: 0;
    margin: 0;
}

.sbi-owl-nav .sbi-owl-prev {
    right: 200px;
    top: auto !important;
    bottom: 0px;
    left: auto;
}

.sbi-owl-nav .sbi-owl-next {
    right: 80px;
    top: auto !important;
    bottom: 0px;
    left: auto;
}

.sbi-owl-nav .sbi-owl-prev:before {
    content: '→';
    display: inline-block;
    transform: rotate(180deg);
    height: 100%;
}

.sbi-owl-nav .sbi-owl-next:before {
    content: '→';
    display: inline-block;
    height: 100%;
}

.sbi_carousel:hover .sbi-owl-nav>div {
    background: #00a9ce;
    transform: none;
}

.sbi-owl-nav .sbi-owl-prev > svg,
.sbi-owl-nav .sbi-owl-next > svg {
    display: none !important;
}

.sbi-owl-nav:hover > .sbi-owl-prev,
.sbi-owl-nav:hover > .sbi-owl-next {
    background: #00a9ce !important;
}

.sbi-owl-dots {
    counter-reset: css-counter 0;
    display: inline-block;
    margin: 14px;
}

.sbi-owl-dots .sbi-owl-dot {
    counter-increment: css-counter 1;
}

.sbi-owl-dots .sbi-owl-dot:before {
    content: counter(css-counter);
    padding: 0 15px 0 0;
    font-family: 'mabry';
    font-weight: 800;
}

.sbi-owl-dots .sbi-owl-dot span {
    display: none;
}

.sbi-owl-dots .sbi-owl-dot.active:before {
    color: #00a9ce;
} */

.juicer-feed-wrap .juicer-feed {
    overflow: visible;
    padding: 0px 30px;
}

.juicer-feed-wrap .juicer-feed.slider .slick-prev, 
.juicer-feed-wrap .juicer-feed.slider .slick-next {
    background: #00a9ce;
    border-radius: 0px;
    width: 100px;
    height: 100px;
    line-height: 83px;
    color: #fff;
    font-size: 0;
	font-family: 'Mabry';
    text-align: center;
    padding: 0;
    margin: 0;
}

.juicer-feed-wrap .juicer-feed.slider .slick-prev {
    right: 200px;
    top: auto !important;
    bottom: -22px;
    left: auto;
}

.juicer-feed-wrap .juicer-feed.slider .slick-next {
    right: 80px;
    top: auto !important;
    bottom: -22px;
    left: auto;
}

.juicer-feed-wrap .juicer-feed.slider .slick-prev:before {
    content: '→';
    display: inline-block;
    transform: rotate(180deg);
    height: 100%;
    line-height: 90px;
}

.juicer-feed-wrap .juicer-feed.slider .slick-next:before {
    content: '→';
    display: inline-block;
    height: 100%;
    line-height: 90px;
}

.juicer-feed-wrap .juicer-feed.slider .slick-prev > svg,
.juicer-feed-wrap .juicer-feed.slider .slick-next > svg {
    display: none !important;
}

.sbi-owl-nav:hover > .sbi-owl-prev,
.sbi-owl-nav:hover > .sbi-owl-next {
    background: #00a9ce !important;
}

.directory-social-links {
    display: flex;
    column-gap: 20px;
}

.directory-categories {
    display: flex;
    column-gap: 20px;
}

.directory-categories a {
    color: #fff !important;
    font-size: 19px;
    background: #d2281b;
    border-radius: 20px;
    padding: 0px 20px 2px;
}

.single-directory .elementor-image-gallery .gallery-item img {
    margin: 0;
}

.directory-social-links > a > span {
    background: #da291c;
    border-radius: 50%;
    width: 61px;
    height: 60px;
    display: inline-block;
    text-align: center;
    font-size: 0;
}

.directory-social-links > a > span:before {
    content: "";
    font-family: 'Font Awesome 5 Brands';
    display: block;
    color: #fff;
    font-size: 28px;
    line-height: 60px;
}

.directory-social-links > a > span.facebook-icon:before {
    content: "\f39e";
}

.directory-social-links > a > span.instagram-icon:before {
    content: "\f16d";
}

.directory-social-links > a > span.youtube-icon:before {
    content: "\f167";
}

.directory-social-links > a > span.linkedin-icon:before {
    content: "\f0e1";
}

.directory-social-links > a > span.pinterest-icon:before {
    content: "\f231";
}

.directory-social-links > a > span.twitter-icon:before {
    content: "\f099";
}
.directory-social-links > a > span.website-icon:before {
	font-family: 'Font Awesome 5 Free';
    content: "\f0ac";
}


/* Directory Filters */
.searchandfilter[data-ajax-target="#directory-results"] ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.searchandfilter[data-ajax-target="#directory-results"] ul li.sf-field-taxonomy-directory_locations {
    width: 83%;
}

.searchandfilter[data-ajax-target="#directory-results"] ul li.sf-field-taxonomy-directory_categories {
    width: 100%;
}

.searchandfilter[data-ajax-target="#directory-results"] ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(123px, 1fr)); */
    grid-template-columns: repeat(11, 1fr);
    grid-gap: 15px;
    row-gap: 15px;
    padding: 0;
    max-width: 1366px;
}

.searchandfilter[data-ajax-target="#directory-results"] ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul .children {
    display: none;
}

.searchandfilter[data-ajax-target="#directory-results"] ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul li.active-children .children {
    display: flex;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 255px;
}

.searchandfilter[data-ajax-target="#directory-results"] ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul li.active-children .children h4 {
    order: 1;
    flex: 0 100%;
}

.searchandfilter[data-ajax-target="#directory-results"] ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul li.active-children .children li {
    order: 2;
}

.searchandfilter[data-ajax-target="#directory-results"] ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li {
    /* position: relative; */
    width: 100%;
    height: 105px;
    border-radius: 10px;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-option-active,
.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.active-children {
    background-color: transparent !important;
    border: 3px solid #da291c;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-option-active > label,
.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.active-children > label {
    color: #da291c;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-option-active > label:before,
.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.active-children > label:before {
    background-color: #da291c !important;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li > input {
    /* height: 100%;
    width: 100%; */
    position: absolute;
    top: 0;
    left: 0;
  	opacity: 0;
  	cursor: pointer;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li > label {
  	width: 100%;
  	font-size: 10px;
  	font-family: 'mabry';
  	font-weight: 600;
  	color: #fff;
  	text-align: center;
  	padding: 0 10px !important;
  	cursor: pointer;
  	text-transform: uppercase;
  	line-height: normal;
  	letter-spacing: 0.3px;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li {
  	background-color: #da291c;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-item-0 label {
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-item-166 > label:before,
.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-item-420 > label:before {
    content: '';
    -webkit-mask-image: url(/wp-content/uploads/2022/02/icon-ferry.svg);
    -webkit-mask-size: 65px;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #fff;
    width: 100%;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-item-150 > label:before,
.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-item-513 > label:before {
    content: '';
    -webkit-mask-image: url(/wp-content/uploads/2022/02/icon-paint.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #fff;
    width: 45px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-item-151 > label:before,
.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-item-439 > label:before {
    content: '';
    -webkit-mask-image: url(/wp-content/uploads/2022/02/icon-bag.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #fff;
    width: 40px;
    height: 62px;
    display: block;
    margin: 0 auto;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-item-157 > label:before,
.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-item-448 > label:before {
    content: '';
    -webkit-mask-image: url(/wp-content/uploads/2022/02/icon-phone2.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #fff;
    width: 45px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-item-507 > label:before,
.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-item-509 > label:before {
    content: '';
    -webkit-mask-image: url(/wp-content/uploads/2022/02/icon-market.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #fff;
    width: 45px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-item-143 > label:before,
.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-item-514 > label:before {
    content: '';
    -webkit-mask-image: url(/wp-content/uploads/2022/02/icon-menu.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #fff;
    width: 35px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-item-160 > label:before,
.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-item-466 > label:before {
    content: '';
    -webkit-mask-image: url(/wp-content/uploads/2022/02/icon-arts.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #fff;
    width: 55px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-item-147 > label:before,
.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-item-470 > label:before {
    content: '';
    -webkit-mask-image: url(/wp-content/uploads/2022/02/icon-shrimp.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #fff;
    width: 50px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-item-177 > label:before,
.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li.sf-item-482 > label:before {
    content: '';
    -webkit-mask-image: url(/wp-content/uploads/2022/02/icon-unisex.svg);
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    background-color: #fff;
    width: 22px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="checkbox"] > ul > li {
    display: none;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="checkbox"] > ul > li > input {
    display: none;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="checkbox"] > ul > li > label {
    display: none;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li .children {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 25px;
    /* grid-row-gap: 10px; */
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li .children li {
    display: flex;
    align-items: center;
  	position: relative;
  	
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li .children li label {
    font-weight: bold;
    font-family: 'mabry';
    font-size: 17px;
    font-weight: 400;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li .children li > input {
    padding: 0;
    height: 20px;
    width: 20px;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 5px;
    z-index: 1;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li .children li > label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 3px;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li .children li > label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #da291c;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  color: #000;
}

.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul > li .children li > input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 16px;
  height: 16px;
  background: #da291c;
  border-width: 0 2px 2px 0;
}

.searchandfilter[data-ajax-target="#directory-results"] ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="checkbox"] > h4 {
    display: none;
    font-size: 38px;
    font-family: 'Mabry';
    color: #000;
}

.searchandfilter label > input,
.searchandfilter label > select {
    font-family: 'Mabry';
    border: 2px solid #000;
    border-radius: 0px;
    font-weight: 600;
    font-style: italic;
}

.searchandfilter ul {
    padding: 0;
}

#directory-results.elementor-widget-posts .elementor-pagination > span,
#directory-results.elementor-widget-posts .elementor-pagination > a,
#history-results.elementor-widget-posts .elementor-pagination > span,
#history-results.elementor-widget-posts .elementor-pagination > a {
    background: #c3c3c3;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 23px;
    font-size: 15px;
    color: #fff;
}

#directory-results.elementor-widget-posts .elementor-pagination > span.current,
#history-results.elementor-widget-posts .elementor-pagination > span.current {
    background: #da291c;
}

#directory-results .elementor-posts .elementor-post__thumbnail,
#history-results .elementor-posts .elementor-post__thumbnail {
    padding: 0px !important;
    height: 100%;
}

#directory-results.elementor-posts--thumbnail-top .elementor-post__thumbnail__link,
#history-results.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    height: 350px;
}

#directory-results .elementor-posts .elementor-post__card .elementor-post__thumbnail img,
#history-results .elementor-posts .elementor-post__card .elementor-post__thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hours-icon, .hours-icon-fr {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99999;
}

@media only screen and (max-width: 480px) {
	.hours-icon:before, .hours-icon-fr:before {
    content: '';
    background: url('../img/hours-sm.png');
    display: block;
    width: 62px;
    height: 160px;
    background-size: contain;
    background-repeat: no-repeat;
}
}


@media only screen and (min-width: 481px) {
.hours-icon:before {
    content: '';
    background: url('../img/hours.png');
    display: block;
    width: 62px;
    height: 160px;
    background-size: contain;
    background-repeat: no-repeat;
}
	
.hours-icon-fr:before {
    content: '';
    background: url('../img/hoursFR.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
}



.hours-offcanvas {
  background-color: #000;
  top: 0;
  right: -285px; 
  height: 100%;
  position: fixed;
  width: 285px;
  z-index: 99999;
}

.hours-offcanvas .hours-content {
    color: #fff;
    font-family: 'mabry';
    font-size: 20px;
    text-align: right;
    padding: 20px;
    line-height: 31px;
}

.hours-offcanvas .hours-content a {
    color: #fff;
    text-decoration: underline;
}

.hours-offcanvas .hours-close:before {
    content: '';
    width: 35px;
    height: 1px;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    top: 20px;
}

.hours-offcanvas .hours-close:after {
    content: '';
    width: 35px;
    height: 1px;
    background: #fff;
    position: absolute;
    transform: rotate(-45deg);
    top: 20px;
}

.hours-offcanvas .hours-close {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 41px;
    position: relative;
    top: 10px;
    margin-left: auto;
    right: 10px;
}

body.hours-open:before {
    content: '';
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    z-index: 1;
}

/* Events List */
h1.event-main-title {
    font-weight: bold;
    padding: 50px 0;
}
/* .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
    flex-direction: column !important;
    justify-content: normal !important;
    background: #E6E6E6;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
    padding-top: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
    padding: 20px;
    width: 100% !important;
    min-height: 280px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
    padding: 0px !important;
    width: 100% !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper > a {
    height: 250px;
    overflow: hidden;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper > a img {
    object-fit: contain;
    margin: 0 auto;
    height: 100%;
}

.tribe-events-calendar-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.tribe-events .tribe-events-calendar-list__month-separator {
    width: 100%;
    display: none !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-row {
    margin: 0 !important;
    padding: 0 !important;
}

.tribe-common .tribe-common-anchor-thin {
    border: none !important;
} */

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
    height: auto;
    min-height: 100%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
    max-height: 250px;
    overflow: hidden;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper img {
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper > a {
    height: 100%;
}

@media only screen and (max-width: 1024px) {
    .recipes-grid .elementor-post__text {
        width: 80% !important;
    }
}

@media only screen and (max-width: 990px) {
    .recent-caregory-select-title {
        font-size: 28px;
    }

    .sbi-owl-nav .sbi-owl-prev, .sbi-owl-nav .sbi-owl-next {
        height: 80px;
        width: 80px;
        font-size: 50px;
        line-height: 66px;
        bottom: 20px;
    }
    
    .sbi-owl-nav .sbi-owl-prev {
        right: 175px;
    }
    
}

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

    .elementor-menu-toggle:hover,
    .elementor-menu-toggle:focus {
        background: transparent !important;
    }

    .elementor-menu-toggle.elementor-active {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 11111111111;
        color: #fff !important;
    }
    
    .elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        height: 100%;
        margin: 0;
        background: #000 !important;
    }
    
    .elementor-nav-menu--stretch.elementor-nav-menu__align-center .elementor-nav-menu {
        top: 45%;
        transform: translateY(-50%);
    }
    
    .elementor-nav-menu--stretch.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item {
        padding-bottom: 15px;
    }
    
    .elementor-nav-menu--stretch.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
        font-size: 25px !important;
    }
    
    .elementor-nav-menu--stretch.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a:hover {
        background: transparent !important;
    }
    
    .elementor-nav-menu--stretch .elementor-nav-menu ul {
        background: transparent !important;
    }
    
    .elementor-nav-menu--stretch.elementor-nav-menu--stretch.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu ul li > a {
        font-size: 20px !important;
        padding-left: 0 !important;
        background: transparent !important;
    }

    .elementor-nav-menu--stretch.elementor-nav-menu--stretch.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu ul li.current-menu-item > a {
        color: #f80c0c;
    }
    
    .elementor-nav-menu--stretch.elementor-nav-menu--stretch.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu ul li.menu-item {
        padding-bottom: 0px;
    }

    .recent-news-items .recent-new-item {
        width: 100% !important;
    }
    
    .recent-news-items {
        columns: 1;
    }

    .sbi-owl-nav .sbi-owl-prev,
    .sbi-owl-nav .sbi-owl-next {
        width: 40px;
        height: 40px;
        font-size: 27px;
        line-height: 33px;
    }
    
    .sbi-owl-dots {
        display: none;
    }
    
    .sbi-owl-nav .sbi-owl-prev {
        right: 100px;
    }
    
    .sbi-owl-nav .sbi-owl-next {
        right: 50px;
    }
    
    #directory-results.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
        height: 250px;
    }

    .hours-icon {
        top: 50%;
    }

    .elementor-custom-embed-play i {
        width: 65px;
    }

    .juicer-feed.slider .slick-track {
        height: 300px !important;
    }

    .juicer-feed-wrap .juicer-feed {
        padding: 0px 20px;
        margin-bottom: 100px !important;
    }
    
    .juicer-feed.slider.j-modern li.feed-item a.j-image img {
        height: 300px !important;
    }

    .juicer-feed-wrap .juicer-feed.slider .slick-prev, 
    .juicer-feed-wrap .juicer-feed.slider .slick-next {
        height: 60px;
        width: 60px;
    }

    .juicer-feed-wrap .juicer-feed.slider .slick-prev::before, 
    .juicer-feed-wrap .juicer-feed.slider .slick-next::before {
        line-height: 57px;
    }

    .juicer-feed-wrap .juicer-feed.slider .slick-prev {
        right: 150px;
    }

    .tribe-events-calendar-list {
        grid-template-columns: repeat(1, 1fr) !important;
    }    
}

/* recent news extra rules */

@media only screen and (max-width: 1389px) {
	.recent-news-items .recent-new-item:nth-child(3), 
    .recent-news-items .recent-new-item:nth-child(4),
    .recent-news-items .recent-new-item:nth-child(8),
    .recent-news-items .recent-new-item:nth-child(9) {
        width: 100%;
    }
        
    .recent-news-items .recent-new-item .recent-category {
        margin: 25px 23px 10px;
        column-gap: 5px;
        flex-wrap: wrap;
        padding-top: 3px;

    }

    .recent-news-items .recent-new-item .recent-category>span {
        font-size: 10px;
        padding: 5px 8px;
        margin-bottom: 5px;
        margin-top: 0px;

    }

    /* .recent-news-items .recent-new-item:nth-child(2) .recent-category > span, 
    .recent-news-items .recent-new-item:nth-child(5) .recent-category > span, 
    .recent-news-items .recent-new-item:nth-child(6) .recent-category > span {
        margin-top: 5px;
    }

    .recent-news-items .recent-new-item:nth-child(2) .recent-category, 
    .recent-news-items .recent-new-item:nth-child(5)  .recent-category, 
    .recent-news-items .recent-new-item:nth-child(6)  .recent-category{
        padding-top: 35px;
    } */

    .recent-news-items .recent-new-item .recent-desc{
        top: 210px;
    }

    .recent-news-items .recent-new-item:nth-child(4) .recent-title{
        top: 130px;
    }

    .recent-news-items .recent-new-item:nth-child(4) .recent-date {
        top: 110px;
    }

    .recent-news-items .recent-new-item:nth-child(8){
        height: auto;
    }

    .tribe-events-calendar-list {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media only screen and (max-width: 460px) {
    .recent-news-items .recent-new-item:nth-child(3) .recent-title {
        font-size: 20px;
    }

    .recent-news-items .recent-new-item:nth-child(3) .recent-desc, .recent-news-items .recent-new-item:nth-child(4) .recent-desc {
        top: 200px;
        margin-top: 10px;
    }
}


@media only screen and (max-width: 360px) {
    .recent-news-items .recent-new-item:nth-child(3) .recent-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 310px) {
    .recent-news-items .recent-new-item .recent-desc {
    font-size: 15px;
    }
        
    .recent-news-items .recent-new-item:nth-child(3) .recent-desc {
        top: 210px;
    }
}

/* directory categories checkboxes extra rules */ 
@media only screen and (max-width: 600px) {
	.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type=checkbox]>ul>li .children {
        margin: 0;
        display: grid;
        grid-template-columns: fit-content(100%);
        grid-column-gap: 25px;
    }
}

.searchandfilter select.sf-input-select {
    height: 44px;
}

.searchandfilter[data-ajax-target="#directory-results"] ul li.sf-field-taxonomy-directory_locations {
    display: none;
}

@media only screen and (max-width: 480px) {
	.directory-categories a {
		margin-top: 10px;
	}
	.directory-categories {
    	display: inline-grid;
	}
}
.searchandfilter select.sf-input-select{
    height: 44px;
}

/* directory categories checkboxes extra rules */ 
@media only screen and (max-width: 600px) {
	.searchandfilter ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type=checkbox]>ul>li .children {
    margin: 0;
    display: grid;
    grid-template-columns: fit-content(100%);
    grid-column-gap: 25px;
}
}


.searchandfilter[data-ajax-target="#directory-results"] ul li.sf-field-taxonomy-directory_locations {
    display: none;
}


/* .search-filter-reset{
    color: #da291c;
    border: 2px solid #da291c;
    margin-top: 35px;
    margin-left: 10px;
}

.search-filter-reset:hover,
.search-filter-reset:focus{
    background-color: #da291c;
} */

/* events pro photo view */
.tribe-events-pro .tribe-events-pro-photo__event-featured-image, .tribe-events-pro .tribe-events-pro-photo__event-featured-image-link {
    height: 250px;
}


img.emoji {
    margin: 0 5px !important;
}

.events-category{
    display: flex;
    margin: 10px 5px 0px!important;
    column-gap: 5px;
    flex-wrap: wrap;

}
.events-category > span {
    border-radius: 20px;
    color: #fff;
    padding: 5px 8px!important;
    margin: 2px!important;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}


/* Search Results - Archive Posts */
.elementor-widget-archive-posts .elementor-post__read-more {
    color: black!important;
}

.elementor-widget-archive-posts .elementor-post__title, .elementor-widget-archive-posts .elementor-post__title a {
  color: #000!important;
    font-size: var( --e-global-typography-168add6-font-size );
    font-weight: var( --e-global-typography-168add6-font-weight );
    line-height: var( --e-global-typography-168add6-line-height );
    letter-spacing: var( --e-global-typography-168add6-letter-spacing );
    word-spacing: var( --e-global-typography-168add6-word-spacing );
}

.elementor-posts .elementor-post__excerpt p {
    color: #000;
    font-size: var( --e-global-typography-8c2a7b7-font-size );
    line-height: var( --e-global-typography-8c2a7b7-line-height );
    letter-spacing: var( --e-global-typography-8c2a7b7-letter-spacing );
    word-spacing: var( --e-global-typography-8c2a7b7-word-spacing );
}

.elementor-posts .elementor-post__card {
    background-color: #e6e6e6;
    border-radius: 0;
}

@media only screen and (max-width: 1444px) {
    .searchandfilter[data-ajax-target="#directory-results"] ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul {
        grid-template-columns: repeat(8, 1fr);
    }

    .searchandfilter[data-ajax-target="#directory-results"] ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul li.active-children .children {
        top: 390px;
    }
}

@media only screen and (max-width: 1200px) {
    .searchandfilter[data-ajax-target="#directory-results"] ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .searchandfilter[data-ajax-target="#directory-results"] ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul {
        grid-template-columns: repeat(4, 1fr);
    }

    .searchandfilter[data-ajax-target="#directory-results"] ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul li.active-children .children {
        top: 520px;
    }
}

@media only screen and (max-width: 544px) {
    .searchandfilter[data-ajax-target="#directory-results"] ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .searchandfilter[data-ajax-target="#directory-results"] ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul li.active-children .children {
        top: 625px;
    }
}

@media only screen and (max-width: 414px) {
    .searchandfilter[data-ajax-target="#directory-results"] ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .searchandfilter[data-ajax-target="#directory-results"] ul li.sf-field-taxonomy-directory_categories[data-sf-field-input-type="radio"] > ul li.active-children .children {
        top: 960px;
    }
}