*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #212121;
    font-family: "Roboto", sans-serif;
    line-height: 1.7;
	font-size: 16px;
}
h1 {
	font-size: 40px;
	line-height: 1.1;
	margin: 0 0 20px;
	font-weight: 500;
}
h2 {
	font-size: 32px;
	line-height: 1.1;
	margin: 0 0 25px;
	font-weight: 500;
}
h3 {
	font-size: 28px;
	line-height: 1.1;
	margin: 0 0 20px;
	font-weight: 500;
}
h4 {
	font-size: 24px;
	line-height: 1.1;
	margin: 0 0 20px;
	font-weight: 500;
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 14px;
		line-height: 1.6;
	}
	h1 {
		font-size: 28px;
		margin: 0 0 15px;
	}
	h2 {
		font-size: 24px;
		margin: 0 0 15px;
	}
	h3 {
		font-size: 20px;
		margin: 0 0 15px;
	}
	h4 {
		font-size: 18px;
		margin: 0 0 15px;
	}
}

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

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: 1350px;
    max-width: 100%;
    margin: 0 auto;
}
.container p {
	margin: 0;
	padding-bottom: 20px;
}
.container p:last-child {
	padding-bottom: 0;
}
.container p a {
	color: #689e38;
}
.container p a:hover {
    text-decoration: underline;
    color: #8ac24a;
}

@media (max-width: 1379px) {
    .container {
        width: calc(100vw - 30px);
    }
}

.site-header.is-empty,
.site-footer.is-empty {
    display: none;
}

@font-face {
    font-family: 'icomoon';
    xsrc: url('../fonts/icomoon.ttf') format('truetype');
	src: url('../fonts/icomoon.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.icon {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button.button--primary {
    background-color: #8ac24a;
    border-bottom: 2px solid #689e38;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 53px;
    display: inline-block;
    padding: 0 50px 0 20px;
    transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	position: relative;
}
.button.button--primary:hover {
	background-color: #689e38;
    border-bottom: 2px solid #689e38;
}
.button.button--primary.white {
	background-color: #fff;
	border-color: #efefef;
	color: #689e38;
}
.button.button--primary.white:hover {
	background-color: #efefef;
}
.button.button--primary:before {
    content: '';
    width: 35px;
    height: 100%;
    background-image: url(/wp-content/themes/wietzaadjes-theme/assets/icons/chevron_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
    position: absolute;
    top: 0;
    right: 5px;
}
.button.button--primary.white:before {
	background-image: url(/wp-content/themes/wietzaadjes-theme/assets/icons/chevron_right_green.svg);
}

/*---- Content carousel ----*/
.content-swiper {
    overflow: hidden;
	padding-bottom: 25px;
}
.content-swiper .swiper-wrapper {
    display: flex;
}
.content-swiper .swiper-slide {
    height: auto;
    flex-shrink: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.content-swiper__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.custom-swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
}
.custom-swiper-dot {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #bdbdbd;
    padding: 0;
    cursor: pointer;
}
.custom-swiper-dot.is-active {
    background: #8ac24a;
}

/*---- Content carousel card ----*/
.content-carousel-card {
    height: 100%;
}
.content-carousel-card__link {
    display: flex;
    flex-direction: column;
    text-decoration: none;    
}
.content-carousel-card__media {
    display: block;
	overflow: hidden;
}
.content-carousel-card__image {
    display: block;
    width: 100%;
    aspect-ratio: 8/5;
	object-fit: cover;
    transition: transform 0.25s ease-in-out;
}
.content-carousel-card:hover .content-carousel-card__image {
    transform: scale(1.1);
}
.content-carousel-card__content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px;
    background: #fff;
}
.content-carousel-card__title {
    display: flex;
    align-items: flex-start;
    margin: 0;
    font-size: 20px;
    line-height: 1.7;
	color: #689e38;
	font-weight: 500;
}
.content-carousel-card__title-icon img {
    display: block;
    width: 35px;
    height: 34px;
}
.content-carousel-card__title-text {
    display: block;
}

/*---- Footer ----*/
.site-footer {
    margin-top: 0;
}
.site-footer__inner {
    width: min(100% - 30px, 1350px);
    margin-inline: auto;
}
.site-footer__top {
    background: #8ac24a;
    padding: 50px 0;
	box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
}
.site-footer__top-grid {
    display: flex;
    gap: 35px;
    align-items: start;
	flex-wrap: wrap
}
.site-footer__top-grid > * {
	width: calc(50% - 17.5px);
}
.site-footer__top-title {
    color: #ffffff;
    margin-bottom: 10px;
}
.site-footer__top-text p {
    margin: 0;
}
.site-footer__promo-bottom {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 20px;
}
.site-footer__promo-image img {
    display: block;
    max-width: 240px;
    height: auto;
}
.site-footer__promo-button,
.site-footer__newsletter .gform_button,
.site-footer__newsletter button[type="submit"],
.site-footer__newsletter input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 26px;
    border: 0;
    border-radius: 6px;
    background: #ff5a1f;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.25s ease;
}
.site-footer__promo-button:hover,
.site-footer__newsletter .gform_button:hover,
.site-footer__newsletter button[type="submit"]:hover,
.site-footer__newsletter input[type="submit"]:hover {
    background: #ea4f18;
    transform: translateY(-1px);
}
.site-footer__newsletter-form {
    margin-top: 30px;
}
.site-footer__newsletter .gform_wrapper {
    margin: 0;
}
.site-footer__newsletter .gform_wrapper form,
.site-footer__newsletter .gform_wrapper .gform_body,
.site-footer__newsletter .gform_wrapper .gform_fields {
    margin: 0;
}
.site-footer__newsletter .gform_wrapper form {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    flex-wrap: wrap;
}
.site-footer__newsletter .gform_wrapper .gform_body {
    flex: 1 1 360px;
}
.site-footer__newsletter .gform_wrapper .gfield {
    margin: 0;
}
.site-footer__newsletter .gform_wrapper input[type="email"],
.site-footer__newsletter .gform_wrapper input[type="text"] {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    border: 0;
    border-radius: 6px;
    background: #efefef;
    color: #444;
    font-size: 1rem;
    box-shadow: none;
}
.site-footer__newsletter .gform_wrapper .gform_footer,
.site-footer__newsletter .gform_wrapper .gform_page_footer {
    margin: 0;
    padding: 0;
}
.site-footer__newsletter .gform_wrapper .gform_footer input,
.site-footer__newsletter .gform_wrapper .gform_page_footer input {
    margin: 0;
}
.site-footer__main {
    background: #efefef;
    padding: 75px 0;
}
.site-footer__columns-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 35px;
}
.site-footer__column-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}
.site-footer__column-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #747474;
    flex: 0 0 45px;
}
.site-footer__column-icon {
    font-family: 'icomoon' !important;
    font-size: 25px;
    line-height: 1;
    color: #fff;
    font-style: normal;
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.site-footer__column-title {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
}
.site-footer__column-links {
    margin: 0;
    padding: 0 0 0 65px;
    list-style: none;
	font-size: 15px;
}
.site-footer__column-link-item + .site-footer__column-link-item {
    margin-top: 8px;
}

.site-footer__column-links a {
    color: #747474;
    text-decoration: none;
    transition: color 0.25s ease;
}
.site-footer__column-links a:hover {
    color: #212121;
}
.site-footer__payments {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 50px;
}
.site-footer__payment-item img {
    display: block;
    height: 30px;
    width: auto;
}
.site-footer__bottom {
    background: #747474;
    padding: 18px 0;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
}
.site-footer__bottom-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}
.site-footer__copyright {
    color: #fff;
    font-size: 15px;
}

.site-footer__bottom-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-footer__bottom-link-item {
    display: inline-flex;
    align-items: center;
}
.site-footer__bottom-link-item + .site-footer__bottom-link-item::before {
    content: "|";
    margin: 0 10px;
    color: #fff;
}
.site-footer__bottom-links a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.25s ease;
}
.site-footer__bottom-links a:hover {
    opacity: 0.8;
}

@media (max-width: 980px) {
	.site-footer__main {
    	padding: 50px 0;
	}
    .site-footer__columns-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 35px;
    }
}
@media (max-width: 767px) {
	.site-footer__top {
		padding: 35px 0;
	}
	.site-footer__top-grid > * {
        width: 100%;
    }
    .site-footer__newsletter .gform_wrapper form {
        display: block;
    }
    .site-footer__newsletter .gform_wrapper .gform_body {
        margin-bottom: 14px;
    }
	.site-footer__main {
		padding; 35px 0;
	}
    .site-footer__columns-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }
    .site-footer__column-links {
        padding-left: 0;
    }
    .site-footer__column-header {
        margin-bottom: 18px;
    }
    .site-footer__payments {
        gap: 20px;
    }
	.site-footer__bottom-grid {
    	flex-direction: column;
    	gap: 15px;
		align-items: flex-start;
	}
}