/*
Theme Name: West Muskoka Foodbank 2023
Theme URI: https://harmonicdesign.ca
Author: Harmonic Design
Author URI: https://harmonicdesign.ca
Description: This theme is for use on *** <strong>only</strong>
*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body,
html {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.6;
	color: #4a4a4a;
	background: #fefefe;
	scroll-behavior: smooth;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

header {
	background-color: #ffffff;
}

h1 {
	text-align: center;
	font-weight: normal;
	font-size: 42px;
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
	line-height: 1.2;
}

main {
	background-color: #fdfdfd;
}

#top_bar {
	background-color: #ffffff;
	line-height: 1;
	padding: 1.5rem 0;
	box-shadow: 0 0 17px -11px transparent;
	transition: 350ms ease-in-out;
	position: static;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	border-bottom: 1px solid #ededed;
}

#top_bar > .wrap {
	display: grid;
	grid-template-columns: max-content 1fr;
	justify-items: end;
}
#top_bar > .wrap,
.valign {
	align-items: center;
}
.wrap {
	max-width: 1100px;
	margin: 0 auto;
}

.logo > img {
	height: 120px;
}

.cols {
	display: grid;
	grid-gap: 4rem;
}

.col-1-1 {
	grid-template-columns: minmax(10px, 1fr) minmax(10px, 1fr);
}

/* Why not generating new style ? */
.col-1-2 {
	grid-template-columns: minmax(10px, 1fr) minmax(10px, 2fr);
}

.col-2-1 {
	grid-template-columns: minmax(10px, 2fr) minmax(10px, 1fr);
}

.col-1-1-1 {
	grid-template-columns: minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr);
}

#logo_wrapper,
#logo_wrapper_footer {
	letter-spacing: 0.025em;
	display: flex;
	align-items: center;
	line-height: 1;
	font-weight: 700;
	color: #00749c;
	font-size: 22px;
}

#navigation {
	display: flex;
	justify-content: end;
	align-items: center;
	z-index: 3;
}

.nav_item {
	line-height: 1;
	margin-right: 2rem;
	text-decoration: none;
	padding: 0.2em;
	color: #222;
	position: relative;
}

.nav_item::before {
	content: "";
	width: 0;
	height: 8px;
	position: absolute;
	background: linear-gradient(135deg, #61c459, #4f9b49);
	border-radius: 12px;
	margin-top: 20px;
	left: -10%;
	transition: all 350ms ease-in-out;
	z-index: 0;
}

.nav_item:hover::before {
	width: 120%;
}

.button_link {
	color: #000;
}

#home_callout_buttons {
	display: grid;
	grid-template-columns: minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr) minmax(10px, 1fr);
	grid-gap: 2rem;
}

.home_callout_button {
	padding: 2rem;
	font-size: 1.2rem;
	color: #fff;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	border-radius: 8px;
	text-decoration: none;
	position: relative;
	top: 0;
	transition: all ease-in-out 350ms;
}

.home_callout_button:hover {
	top: -0.4em;
	box-shadow: 0 8px 10px -2px #aaa;
}

#home_callout_button_a {
	background: rgb(194, 232, 63);
	background: -moz-linear-gradient(top, rgba(194, 232, 63, 1) 1%, rgba(86, 126, 9, 1) 48%, rgba(121, 153, 12, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(194, 232, 63, 1)), color-stop(48%, rgba(86, 126, 9, 1)), color-stop(100%, rgba(121, 153, 12, 1)));
	background: -webkit-linear-gradient(top, rgba(194, 232, 63, 1) 1%, rgba(86, 126, 9, 1) 48%, rgba(121, 153, 12, 1) 100%);
	background: -o-linear-gradient(top, rgba(194, 232, 63, 1) 1%, rgba(86, 126, 9, 1) 48%, rgba(121, 153, 12, 1) 100%);
	background: -ms-linear-gradient(top, rgba(194, 232, 63, 1) 1%, rgba(86, 126, 9, 1) 48%, rgba(121, 153, 12, 1) 100%);
	background: linear-gradient(to bottom, rgba(194, 232, 63, 1) 1%, rgba(86, 126, 9, 1) 48%, rgba(121, 153, 12, 1) 100%);
}

#home_callout_button_b {
	background: rgb(63, 146, 230);
	background: -moz-linear-gradient(top, rgba(63, 146, 230, 1) 1%, rgba(13, 59, 109, 1) 48%, rgba(17, 137, 207, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(63, 146, 230, 1)), color-stop(48%, rgba(13, 59, 109, 1)), color-stop(100%, rgba(17, 137, 207, 1)));
	background: -webkit-linear-gradient(top, rgba(63, 146, 230, 1) 1%, rgba(13, 59, 109, 1) 48%, rgba(17, 137, 207, 1) 100%);
	background: -o-linear-gradient(top, rgba(63, 146, 230, 1) 1%, rgba(13, 59, 109, 1) 48%, rgba(17, 137, 207, 1) 100%);
	background: -ms-linear-gradient(top, rgba(63, 146, 230, 1) 1%, rgba(13, 59, 109, 1) 48%, rgba(17, 137, 207, 1) 100%);
	background: linear-gradient(to bottom, rgba(63, 146, 230, 1) 1%, rgba(13, 59, 109, 1) 48%, rgba(17, 137, 207, 1) 100%);
}

#home_callout_button_c {
	background: rgb(250, 128, 0);
	background: -moz-linear-gradient(top, rgba(250, 128, 0, 1) 1%, rgba(167, 53, 8, 1) 48%, rgba(242, 122, 1, 1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(250, 128, 0, 1)), color-stop(48%, rgba(167, 53, 8, 1)), color-stop(99%, rgba(242, 122, 1, 1)));
	background: -webkit-linear-gradient(top, rgba(250, 128, 0, 1) 1%, rgba(167, 53, 8, 1) 48%, rgba(242, 122, 1, 1) 99%);
	background: -o-linear-gradient(top, rgba(250, 128, 0, 1) 1%, rgba(167, 53, 8, 1) 48%, rgba(242, 122, 1, 1) 99%);
	background: -ms-linear-gradient(top, rgba(250, 128, 0, 1) 1%, rgba(167, 53, 8, 1) 48%, rgba(242, 122, 1, 1) 99%);
	background: linear-gradient(to bottom, rgba(250, 128, 0, 1) 1%, rgba(167, 53, 8, 1) 48%, rgba(242, 122, 1, 1) 99%);
}

#home_callout_button_d {
	background: rgb(235, 0, 251);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(235, 0, 251, 1)), color-stop(48%, rgba(112, 8, 142, 1)), color-stop(100%, rgba(145, 11, 189, 1)));
	background: -webkit-linear-gradient(top, rgba(235, 0, 251, 1) 1%, rgba(112, 8, 142, 1) 48%, rgba(145, 11, 189, 1) 100%);
	background: linear-gradient(to bottom, rgba(235, 0, 251, 1) 1%, rgba(112, 8, 142, 1) 48%, rgba(145, 11, 189, 1) 100%);
}

#content {
	padding: 2rem 0;
}

.hd_highlight {
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 2rem;
	margin: 2rem 0;
	background: #efefef;
}

.meta-summary {
	border-radius: 3px;
	border: 1px solid #ddd;
	padding: 2rem;
	margin: 2rem 0;
	background: #efefef;
}

.meta-summary > *:first-child {
	margin-top: 0;
}

.meta-summary > *:last-child {
	margin-bottom: 0;
}

footer {
	background-color: #303030;
	padding: 1rem 0;
	color: #eee;
	border-top: 4px solid #ededed;
	font-size: 0.9rem;
}

footer h4 {
	padding-bottom: 0.4em;
	border-bottom: 1px solid #777;
	text-transform: uppercase;
}

footer a {
	color: #eee;
}

/* Accordions */
.hd-accordion {
	margin-bottom: 0.2em;
}

.hd-accordion-title {
	padding: 0.4em 0.8em;
	font-weight: normal;
	display: block;
	line-height: 1.2;
	background-color: #00749c;
	color: #fff;
	text-align: left;
	border: none;
	font-size: 1.32rem;
	box-shadow: inset 0 0 16px -13px #777;
	cursor: pointer;
	border-radius: 3px;
	margin: 0;
}

.hd-accordion-title::before {
	content: "+";
	margin-right: 10px;
	position: relative;
	top: 1px;
}

.hd-accordion-title.hd-accordion-active::before {
	content: "-";
	top: -1px;
}

.hd-accordion-title.hd-accordion-active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 1px solid #f1e4d4;
}

.hd-accordion-content {
	pointer-events: none;
	opacity: 0;
	position: relative;
	height: 0;
	-webkit-transition: 200ms all ease-in-out;
	transition: 200ms all ease-in-out;
	visibility: hidden;
	border-left: 1px solid #f1e4d4;
	border-right: 1px solid #f1e4d4;
	border-bottom: 1px solid #f1e4d4;
	box-shadow: 0 0 17px -11px #f1e4d4;
	overflow: hidden;
}
.hd-accordion-content > *:first-child {
	margin-top: 0;
}
.hd-accordion-content > *:last-child {
	margin-bottom: 0;
}

.hd-accordion-title.hd-accordion-active + .hd-accordion-content {
	opacity: 1;
	pointer-events: initial;
	height: initial;
	-webkit-transition: 400ms all ease-in-out;
	transition: 400ms all ease-in-out;
	visibility: visible;
	padding: 2rem;
	margin-bottom: 1em;
}

.button_small {
	transform: scale(0.75);
}

.blog_item {
	padding-bottom: 1rem;
	border-bottom: 1px solid #ededed;
	padding-top: 1rem;
}

.blog_item:last-child {
	border-bottom: 0;
}

.blog_item_title {
	color: #222;
	text-decoration: none;
}

.newsDate {
	font-size: 0.75em;
	color: #777;
}

#mobile_toggle {
	display: none;
}

body #mobile_toggle > span {
	width: 30px;
	height: 4px;
	background-color: #000;
	margin: 6px 0;
	display: block;
	transition: 0.3s ease-in-out;
}

#home_slider_image {
	border-radius: 55px;
	box-shadow: 0 5px 33px -2px #686868;
}

#hdf-item-wrapper_hdf_checkbox_e1v8j7 {
	display: grid;
	grid-template-columns: max-content 1fr max-content 1fr;
	justify-items: start;
}

#hdf_section_tcs9b4 [data-id="hdf_content_8gbhlw"] {
	grid-column: span 2;
	padding: 0;
}

.hdf-item.hdf-item-content {
	padding: 0;
}

#hdf_section_tcs9b4 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 1100px) {
	.cols,
	#home_callout_buttons {
		grid-template-columns: 1fr;
	}

	header,
	main,
	footer {
		padding-left: 1em;
		padding-right: 1em;
	}

	body #mobile_toggle {
		display: block;
		z-index: 9999;
	}

	body #navigation {
		opacity: 0.8;
		pointer-events: none;
		position: fixed;
		top: 0;
		left: 110%;
		width: 100%;
		height: 100vh;
		background-color: #fefefe;
		flex-direction: column;
		justify-content: center;
		transition: 350ms ease-in-out;
		padding-bottom: 4rem;
	}

	#home_callout_buttons {
		grid-gap: 1rem;
	}

	.home_callout_button {
		padding: 1em 0.6em;
		font-size: 1rem;
	}

	body #navigation.active {
		pointer-events: initial;
		opacity: 1;
		display: flex;
		left: 0;
		z-index: 999;
	}
	body #mobile_toggle.active > .bar1 {
		transform: translate(0, 10px) rotate(-45deg);
	}

	body #mobile_toggle.active > .bar2 {
		opacity: 0;
	}

	body #mobile_toggle.active > .bar3 {
		transform: translate(0, -10px) rotate(45deg);
	}

	body #navigation > a {
		margin: 0.5em 0;
		font-size: 1rem;
		padding: 0.4rem;
		border-bottom: 1px dashed #aaa;
	}
	
	#hd_news {
		grid-template-columns: 1fr !important
	}
}


#hdf-item-wrapper_hdf_checkbox_7todi5 {
    grid-template-columns: max-content 1fr max-content 1fr;
}

#hd_quantity {
	font-weight: bold
}

#hd_news {
	display: grid;
 	grid-template-columns: minmax(20px, 1fr) minmax(20px, 1fr);
	gap:2rem;
}

.hd_news_item_title > a{
	color:#000
}

#hd_paginate {
	text-align: right;
	margin-top: 2rem;
	font-size: 1.2rem;
}

#hd_paginate a {
	color: #222;
}