@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: "Molem";
  src: url("../fonts/Molem.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Molem", sans-serif;
    text-transform: uppercase;
    color: #152923;
    line-height: 1.15em;
}

h1 {
    font-size: 50px;
}

p {
    font-family: 'poppins'; 
    font-size: 17px;
    margin-bottom: 25px;
}

ul, ol {
    font-family: 'poppins'; 
}

button {
    font-family: 'poppins'; 
}

top-bar {
    display: block;
    height: 50px;
    width: 100%;
    padding: 0 30px;
    border-bottom: 1px solid #E2E7DD; 
}

top-bar .container {
    height: 100%;
    width: 100%;
    max-width: 1600px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

top-bar .container .widgets {
    display: flex;
    align-items: center;
    height: 100%;
}

top-bar .container .widgets p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

top-bar .container .widgets p span {
    color: #B0E07A;
}

top-bar .container .widgets p.widget-weather {
    margin-left: 10px;
}

top-bar .container .links {
    
}

top-bar .container .links ul {
    padding: 0;
    margin: 0;
}

top-bar .container .links ul li {
    display: inline-block;
    margin-left: 10px;
}

top-bar .container .links ul li a {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

top-bar .container .links ul li a:hover {
    color: #B0E07A;
}

header {
    display: block;
    height: 100px;
    width: 100%;
    padding: 0 30px;
    border-bottom: 1px solid #E2E7DD;
}

header .container {
    height: 100%;
    width: 100%;
    max-width: 1600px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: auto;
}

header .container .logo {
    max-width: 260px;
margin-right: auto;
}

header .container .logo img {
    width: 100%;
}

header .container .right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 20px;
}

header .container .header-group {
    margin-left: 0;
}

header .container .nav {
    height: 100%;
}

header .container .nav ul {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

header .container .nav ul li {
    display: inline-block;
    font-weight: 500;
    margin-left: 20px;
}

header .container .nav ul li a {
    color: #000000;
    text-decoration: none;
}

header .container .nav ul li a:hover {
    color: #B0E07A;
}

header .container .cta {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 25px;
}

header .container .cta button {
    background: #B0E07A;
    padding: 12px 25px;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    border: 2px solid #B0E07A;
    font-weight: 700;
    text-transform: uppercase;
}

header .container .cta button:hover {
    background: transparent;
    color: #B0E07A;
    cursor: pointer;
}

main {
    display: flow-root;
    background: #FFFDFC;
}

hero {
    display: block;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
}

hero .container {
    display: block;
    height: 100%;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

hero .container h1 {
    max-width: 800px;
}

hero .container p {
    max-width: 800px;
    margin-bottom: 10px;
}

hero .container p.hero-description {
    font-size: 20px;
}

hero .container p.hero-small {
    font-size: 13px;
    color: #8C9684;
}

hero .container .subscribe-form {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 770px;
        display: flex;
    align-items: center;
    gap: 3px; /* replaces margin-left on button */
}

hero .container .subscribe-form input {
    border: 1px solid #E2E7DD;
    height: 70px;
        -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    font-size: 16px;
}

hero .container .subscribe-form input[type="text"] {
    flex: 1;              /* takes remaining space */
    min-width: 0;         /* prevents overflow issues */
    padding: 15px;
}

hero .container .subscribe-form input[type="submit"] {
    background: #B0E07A;
    padding: 12px 25px;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    border: 2px solid #B0E07A;
    font-family: 'poppins'; 
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 3px;
        flex: 0 0 auto;       /* do not grow or shrink */
}

hero .container .subscribe-form input[type="submit"]:hover {
    background: transparent;
    color: #B0E07A;
    cursor: pointer;
}

events {
    display: block;
    width: 100%;
    margin-bottom: 80px;
}

events .container {
    display: block;
    height: 100%;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

events .container .filter {
    width: 100%;
    padding: 35px 30px;
    background: #F4F4F4;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    border: 1px solid #E2E7DD;
    box-sizing: border-box;
 display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 15px;
}

events .container .filter .filter-field {
  grid-column: span 1;
}

events .container .filter .filter-field.filter-field-center {
    display: flex;
    align-items: center;
}

events .container .filter .filter-field.filter-medium {
  grid-column: span 2;
}

events .container .filter .filter-field label {
    font-family: 'poppins'; 
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
}

events .container .filter .filter-field.filter-checkbox label {
    font-weight: 500;
    text-transform: none;
}

events .container .filter .filter-field button {
    font-family: 'poppins'; 
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
    cursor: pointer;
}

events .container .filter .filter-field select {
    width: 100%;
    height: 44px;
    font-family: 'poppins'; 
    font-size: 14px;
        -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding-left: 5px;
    padding-right: 5px;
    border-color: #E2E7DD;
    margin-top: 4px;
}

events .container .filter .filter-field input[type="text"] {
    width: 100%;
    height: 44px;
    font-family: 'poppins'; 
    font-size: 14px;
        -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #E2E7DD;
    margin-top: 4px;
}

events .container .filter .filter-field input[type="checkbox"] {
    margin-right: 5px;
}

events .container .filter .filter-field p {
    font-size: 14px;
    margin-bottom: 0px;
}

events .container .section {
    margin-top: 70px;
}

events .container .section .section-title {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #E2E7DD;
}

events .container .section .section-title h2 {
    margin-bottom: 0px;
}

events .container .section .results {

    
}

events .container .section .results .result {
    width: 100%;
    padding: 25px 0;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #E2E7DD;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: flex;
    justify-items: center;
    align-content: space-between;
    align-items: stretch;
}

events .container .section .results .result .event-time-date {
    height: auto;
    border-right: 1px solid #E2E7DD;
    text-align: center;
    padding: 10px 27px 5px 27px;
    display: flex;
    flex: 0 0 156px;
    flex-direction: column;
    align-items: center;      /* optional - centers horizontally */
    justify-content: center;  /* optional - centers vertically */
}

events .container .section .results .result .event-time-date p {
  font-family: "Molem", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
}

events .container .section .results .result .event-time-date p.event-day {
    font-size: 15px;
    margin-bottom: 6px;
    color: #152923;
}

events .container .section .results .result .event-time-date p.event-date {
    font-size: 74px;
    margin-bottom: 0px;
    color: #152923;
}

events .container .section .results .result .event-time-date p.event-time {
    font-size: 20px;
    margin-top: -10px;
    margin-bottom: 0px;
    line-height: 1em;
    color: #152923;
}

events .container .section .results .result .event-details {
    width: 150px;
    height: auto;
    width: 100%;
    padding: 6px 27px 6px 27px;
}

events .container .section .results .result .event-details p.event-title {
   font-size: 22px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 0px;
    color: #152923;
}

events .container .section .results .result .event-details p.event-title a {
    color: inherit;
    text-decoration: none;
}

events .container .section .results .result .event-details p.event-location {
   font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

events .container .section .results .result .event-details p.event-location a.town-link {
    font-weight: 600;
    color: #152923;
}

events .container .section .results .result .event-details p.event-location a.town-link:hover {
    color: #B0E07A;
}

events .container .section .results .result .event-details p.event-description {
    margin-bottom: 10px;
}

events .container .section .results .result .event-details .event-tags {

}

events .container .section .results .result .event-details .event-tags p {
    margin-bottom: 0px;   
}

events .container .section .results .result .event-details .event-tags a.category-link {
    text-decoration: none;
    color: #000000;
}

events .container .section .results .result .event-details .event-tags p.event-tag {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    background: #E2E7DD;
    padding: 3px 13px;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
    text-transform: uppercase;
    font-weight: 700;
}

events .container .section .results .result .event-details .event-tags a.category-link:hover p.event-tag {
    background: #A5D66E;
}

events .container .section .results .result .event-details .event-tags p.event-tag.event-category {
    background: #B0E07A;
}

events .container .section .results .result .event-details .event-tags p.event-tag.event-price {
    background: #F2AC92;
}

events .container .section .results .result .event-details .event-tags p.event-tag.event-price.event-by-donation {
    padding: 3px 7px;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
    background: #FFDE71;
}

events .container .section .results .result .event-details .event-tags p.event-tag.event-extra {
    background: #E2E7DD;
}

events .container .section .results .result .event-details .event-tags p.event-tag.event-ongoing {
    background: #152923;
    color: #FFFFFF;
}

events .container .section .results .result .event-details p.event-note {
   font-size: 13px;
    font-weight: 500;
    color: #B0E07A;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 10px;
}

footer {
    display: block;
    background: #FFFFFF;
    padding: 0 30px;
}

footer .footer-section {
    padding: 80px 0 45px 0;
    border-top: 1px solid #E2E7DD;
}

footer .footer-section .container {
    height: 100%;
    width: 100%;
    max-width: 1600px;
    display: flex;
    margin: auto;
}

footer .footer-section .footer-signup {
    flex: 4;
}

footer .footer-section .footer-menu {
    flex: 6;
display: flex;
  flex-wrap: wrap;
}

footer .footer-section .footer-menu .footer-menu-group {
  flex: 0 0 33.333%;
    margin-bottom: 35px;
}

footer .footer-section .footer-menu.footer-categories .footer-menu-group {
    flex: 0 0 100%;
}

footer .footer-section .footer-menu.footer-categories .footer-menu-group ul {
    column-count: 3;
}

footer .footer-section .footer-menu.footer-categories .footer-menu-group ul li {
    break-inside: avoid;
}

footer .footer-section .footer-singular {
    flex: 2;
display: flex;
  flex-wrap: wrap;
}

footer .footer-section .footer-singular .footer-singular-group {
  flex: 0 0 1;
    margin-bottom: 35px;
}

footer .footer-section .footer-menu .footer-menu-group h3, footer .footer-section .footer-singular .footer-singular-group h3 {
    margin-bottom: 7px;
}

footer .footer-section .footer-menu .footer-menu-group ul, footer .footer-section .footer-singular .footer-singular-group ul {
    padding: 0;
    margin: 0;
}

footer .footer-section .footer-menu .footer-menu-group ul li, footer .footer-section .footer-singular .footer-singular-group ul li {
    list-style-type: none;
    font-family: 'poppins'; 
    font-size: 15px;
    margin-bottom: 4px;
}

footer .footer-section .footer-menu .footer-menu-group ul li a, footer .footer-section .footer-singular .footer-singular-group ul li a {
    color: #000000;
    text-decoration: none;
}

footer .footer-section .footer-menu .footer-menu-group ul li a:hover, footer .footer-section .footer-singular .footer-singular-group ul li a:hover {
    color: #B0E07A;
}

























