/* Shop Sidebar */

aside .widget h5:not(.latest_post_title) {
    color: #3d4853 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    letter-spacing: 0px !important;
    text-transform: uppercase!important;
    padding-bottom: 12px!important;
    border-bottom: 2px solid #f1f4f8;
}
aside.sidebar .widget:not(.qode_latest_posts_widget) li {
    margin-bottom: 12px !important;
}
aside.sidebar .widget:not(.qode_latest_posts_widget) li a {
	background: #fff!important;
    display: flex;
    text-align: center;
    box-shadow: 0px 0px 15px rgb(189 202 216 / 50%);
    border-radius: 8px;
    width: 100%;
    position: relative;
    padding: 12px 25px!important;
    box-sizing:border-box!important;
    margin: 0px!important;
    overflow: visible!important;
    vertical-align: middle!important;
    margin-bottom: 10px !important;
}
aside.sidebar .widget:not(.qode_latest_posts_widget) li a:hover {
    box-shadow: inset 0 0 0 2px #bdcad8, 5px 5px 25px rgb(189 202 216 / 60%);
}
.woocommerce .widget_price_filter .price_label, .woocommerce-page .widget_price_filter .price_label {
    float: left;
    font-family: Poppins,sans-serif !important;
    font-weight: 500 !important;
    font-size: 13.5px !important;
    line-height: 38px;
    text-transform: uppercase;
    color: #303030;
    letter-spacing: 1px;
}


/* Category Box */

/* Category Box */

.wlc-category-wrapper {
	margin: auto 0!important;
	text-align: center!important;
}
@media (min-width: 1000px) {
	.wlc-category-box {
		box-sizing: border-box;
		display: inline-block;
		width: 32%;
		position: relative;
		overflow: hidden;
		margin: 0.4%!important;
		box-sizing: border-box!important;
	}
	.wlc-category-box img {
		width: 100%;
		height: 500px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-pack: center;
		-webkit-box-align: center;
		vertical-align: middle;
		object-fit: cover;
		transition: transform .4s; /* Animation */
	}
}
@media (min-width: 780px) and (max-width: 1000px) {
	.wlc-category-box {
		box-sizing: border-box;
		display: inline-block;
		width: 50.09%;
		position: relative;
		overflow: hidden;
		margin: 0px;
		margin-bottom: -10px;
		margin-right: 0px;
	}
	.wlc-category-box img {
		width: 100%;
		height: 450px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-pack: center;
		-webkit-box-align: center;
		vertical-align: middle;
		object-fit: cover;
		transition: transform .4s; /* Animation */
	}
}
.wlc-category-box:hover img {
   transform: scale(1.075);
}
.wlc-category-box:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: rgb(40 39 39 / 0.3)
}
.wlc-category-box:hover::after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: hsl(0 1% 15% / 0.75);
}
.wlc-category-box .wlc-category-box-top-title {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #fff;
		z-index: 2;
		text-align: left;
		box-sizing: border-box;
		font-weight: 500!important;
		font-size: 18px!important;
		border: 2px solid #fff;
		line-height: 40px!important;
		padding: 8px 25px;
		min-width: 160px;
		text-align: center;
		letter-spacing: 0px!important;
		text-transform: uppercase!important;
		font-family: 'Poppins', sans-serif;
}
@media (min-width: 1000px) {
	.wlc-category-box:hover::after {
		content: ' ';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background-repeat: no-repeat;
		background-position: 50% 0;
		-ms-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		background-size: cover;
        background-color: hsl(210 15% 28% / 0.65)
	}
	.wlc-category-box:hover .wlc-category-box-top-title {
		border: 2px solid #54b48b;
}
}

/* Mobile Design */

@media (max-width: 1000px) and (min-width: 780px) {
	.wlc-category-box {
		box-sizing: border-box;
		display: inline-block;
		width: 48%;
		position: relative;
		overflow: hidden;
		margin: 0.4%!important;
		box-sizing: border-box!important;
	}
	.wlc-category-box img {
		width: 100%;
		height: 500px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-pack: center;
		-webkit-box-align: center;
		vertical-align: middle;
		object-fit: cover;
		transition: transform .4s; /* Animation */
	}
}
@media (max-width: 780px) {
	.wlc-category-box {
		box-sizing: border-box;
		display: block;
		width: 100%;
		position: relative;
		overflow: hidden;
		margin: 0px!important;
		margin-bottom: 3px!important;
		box-sizing: border-box!important;
	}
	.wlc-category-box img {
		width: 100%;
		height: 325px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-pack: center;
		-webkit-box-align: center;
		vertical-align: middle;
		object-fit: cover;
		transition: transform .4s; /* Animation */
	}
  .wlc-category-box .wlc-category-box-top-title {
      font-size: 15px!important;
      line-height: 25px!important;
  }
}


/* Light Theme */

.light:not( .scrolled ) .shopping_cart_header .header_cart {
    background-image: url(/wp-content/themes/local/css/img/header_shopping_bag_white@2x.png) !important;
    background-size: 28px 31px;
    width: 28px;
    height: 31px;
}
.light:not( .scrolled ) .shopping_cart_header .header_cart span {
    color: #fff !important;
    font-family: Poppins,sans-serif !important;
}
@media (min-width: 1000px) {
    .light:not( .scrolled ) .local-dropdown-link:after {
        content: '\f078';
        font-family: FontAwesome;
        position: relative;
        right: 13px;
        font-size: 10.5px;
        color: #ffffff;
        bottom: 2.25px;
    }
}
.title:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50% 18%;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url('/wp-content/uploads/2021/10/shop-local-hero-background-1.png');
    opacity: 0.11 !important;
    animation: 1s ease-out 0s 1 slideInFromLeft;
}
.title_holder:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: unset!important;
    background-color: rgba(61,72,83,.64) !important;
}
.title h1 {
    color: #fff !important;
}
.breadcrumbs, .breadcrumb .current, .breadcrumb a {
    color: #fff !important;
}
.title:before {
    display: none!important;
}



/* Single Funding Information */

.local-funding-information-holder {
	background-color: #213440;
	padding: 20px 20px 12px 20px;
	margin-top: 25px
}
.local-funding-information-holder h5 {
    margin-bottom: 6px!important;
    color: #fff;
}
.local-funding-information-holder p {
    margin-bottom: 3px!important;
    color: #fff;
}
.local-funding-information-holder p strong {
	color: #57be8f;
}


/* Giving Element */

.wlc-ge-holder {
    display: inline-block;
    margin: 9px;
    border: 1px solid #f1f4f8;
    padding: 24px 20px 14px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #fff!important;
}
.wlc-ge-logo {
	width: 100%;
    height: 53px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    vertical-align: middle;
    object-fit: contain;
    margin-bottom: 19px;
}
.wlc-ge-amount {
	font-weight: 500!important;
	font-size: 17px!important;
	line-height: 30px!important;
	color: #54b48b;
}
@media (min-width: 1000px) {
	.wlc-ge-holder {
        width: 20%;
	}
}
@media (max-width: 1000px) {
	.wlc-ge-holder {
        width: 45%;
        margin: 5px 5px 10px 5px;
        display: inline-block;
	}
}


/* WLC Verify Order Alert */

.wlc-verify-order-alert {
    background-color: #f7f6f4;
    padding: 20px 30px;
    box-sizing: border-box;
    margin-bottom: 45px!important;
}
.wlc-verify-order-alert h5 {
    font-size: 20px!important;
    line-height: 33px!important;
}
.wlc-verify-order-alert p {
    font-size: 15.5px!important;
    line-height: 24px!important;
    padding-top: 6px;
}
