/*
==  THEME DETAILS  ============================================================
   	Theme Name: Josta Tuinmachines
	Theme URI: https://www.jostatuintools.nl/
    Description: Stylesheet voor Josta Tuinmachines
    Version: 1.0
  	Author: Kracht Internet Marketing
	Author URI: https://www.krachtinternetmarketing.nl

===============================================================================
*/

/*---------------------------------------------- 
	1.1 Basics
------------------------------------------------*/
	:root {
		--white: #FFF;
		--black: #191919;
		--dark-green: #3A7C32;
		--green: #1DB200;
		--light-green: #E1E9E0;
		--orange: #FF6B00;
		--dark-grey: #6A6A6A;
		--light-grey: #F8F8F8;
	}

	html {
  		font-size: 20px;
	}

	body {
		font-family: "gotham", sans-serif;
		font-size: 0.75rem;
	  	line-height: 1.5rem;
		font-weight: 400;
		color: var(--black);
		background: var(--light-grey);
		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
	}

	a, a:hover, .btn, .btn:hover , .transition {
		transition: all 0.3s ease-in-out;
		text-decoration: none;	
	}
	
	p , figure , blockquote , ul {
		margin: 0 !important;
	}

	a {
		color: var(--orange);
	}

	a:hover {
		color: var(--black);
	}

	button:focus ,
	:focus {
		outline: 0 !important;
	}
	
	h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
		font-weight: 500;
		line-height: 1.4;
		margin: 0;
		padding: 0;
	}

	h1, .h1 {
		font-size: 2.5rem;
	}

	h2, .h2 {
		font-size: 2rem;
	}

	h3, .h3 {
		font-size: 1.5rem;
	}
	
	h4, .h4 {
		font-size: 1.25rem;
	}

    h5, .h5 {
		font-size: 1rem;
	}

	h1 strong {
		font-weight: 500 !important;
		color: var(--dark-green);
	}

	.fs-xl {
		font-size: 1rem;
	}

	.fs-lg {
		font-size: 0.8rem;
	}

	.fs-sm {
		font-size: 0.7rem;
	}

	.fs-xs {
		font-size: 0.6rem;
	}

	.fw-bold , strong {
		font-weight: 700;
	}

	.bg-cover {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.rounded {
		border-radius: 5px !important;
	}

	.box-shadow {
		box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
	}

	.z-index-1 {
		position: relative;
		z-index: 8;
	}

	.list-inline-item:not(:last-child) {
		margin-right: 0.25rem;
	}

	.box-shadow-xl {
		box-shadow: 0px 40px 30px 0px rgba(0,0,0,0.15);
	}

	hr {
		margin: 0;
		border-color: var(--grey);
		border-width: 0.5px;
		opacity: 1;
	}

	@media (min-width: 1200px) {
		.container {
			max-width: 1150px;
		}
		figure.scale-image {
			overflow: hidden;
			position: relative;
			display: block;
			cursor: pointer;
		}
		figure.scale-image img  {
			transition: transform 0.4s linear;
		}
		figure.scale-image:hover img ,
		.item-category:hover figure.scale-image img ,
		.item-overzicht:hover figure.scale-image img {
			transform: scale(1.05);
		}
	}

	@media (min-width: 1360px) {
		.container {
			max-width: 1260px;
		}	
	}

	@media (min-width: 1500px) {
		.container {
			max-width: 1430px;
		}	
	}

	@media all and (max-width: 1500px) {
    	html {
			font-size: 18px;
		}
	}

	@media all and (max-width: 1200px) {
    	html {
			font-size: 16px;
		}
	}

	@media all and (max-width: 767px) {
		h1, .h1 {
			font-size: 2rem;
		}
		h2, .h2 {
			font-size: 1.5rem;
		}
		h3, .h3 {
			font-size: 1.25rem;
		}
		h4, .h4 {
			font-size: 1rem;
		}
	}

/* Buttons -------------------------------------- */
	.btn {
		font-size: 0.7rem;
		font-weight: 500;
		line-height: 1rem;
		padding: 0.9rem 1.5rem;
		border: none;
		border-radius: 30px;
	}

	.btn-primary {
		color: var(--white) !important;
		background: var(--dark-green) !important;
	}

	.btn-primary:hover {
		color: var(--white) !important;
		background: var(--black) !important;
	}

	.btn-secondary {
		color: var(--white) !important;
		background: none !important;
		border: 1px solid var(--white) !important;
	}

	.btn-secondary:hover {
		color: var(--dark-green) !important;
		background: var(--white) !important;
	}

	.btn-tertiary {
		color: var(--white) !important;
		background: rgba(255, 255, 255, 0.15);
	}

	.btn-tertiary:hover {
		color: var(--dark-green) !important;
		background: rgba(255, 255, 255, 1);	
	}

	button:focus ,
	.btn:focus {
		outline: 0 !important;
		box-shadow: none !important;
	}

/*---------------------------------------------- 
	1.2 Content Block 
------------------------------------------------*/
	.content-block p + p ,
	.content-block p + h2 ,
	.content-block p + h3 ,
	.content-block p + h4 ,
	.content-block p + h5 ,
	.content-block p + ul ,
	.content-block h3 + ul ,
	.content-block h4 + ul ,
	.content-block ul + p ,
	.content-block ul + h3 ,
    .content-block .gform_wrapper {
		margin-top: 1.5rem !important;
	}

	.content-block h1 {
		margin-bottom: 1.75rem;
	}

	.content-block h2 {
		margin-bottom: 1rem;
	}

	.content-block img.aligncenter {
		margin: 0 auto;
		display: block;
	}

	.content-block .embed-responsive {
		margin: 2.5rem 0;
	}

/*---------------------------------------------- 
	1.3 Colors 
------------------------------------------------*/
	.bg-white {
		background: var(--white) !important;
	}

	.bg-black {
		background: var(--black) !important;
	}

	.bg-dark-green {
		background: var(--dark-green) !important;
	}

	.bg-green {
		background: var(--green) !important;
	}

	.bg-light-green {
		background: var(--light-green) !important;
	}

	.bg-orange {
		background: var(--orange) !important;
	}

	.bg-light-grey {
		background: var(--light-grey) !important;
	}

	.text-white {
		color: var(--white) !important;
	}
	
	.text-black {
		color: var(--black) !important;
	}
	
	.text-dark-green {
		color: var(--dark-green) !important;
	}
	
	.text-green {
		color: var(--green) !important;
	}
	
	.text-light-green {
		color: var(--light-green) !important;
	}
	
	.text-orange {
		color: var(--orange) !important;
	}

	.text-light-grey {
		color: var(--light-grey) !important;
	}

/*---------------------------------------------- 
	1.4 Spacing
------------------------------------------------*/
	.pt-125 {
		padding-top: 6.5rem;
	}

	.pb-125 {
		padding-bottom: 6.5rem;
	}

	.pb-110 {
		padding-bottom: 5.5rem;
	}

	.py-90 {
		padding: 4.5rem 0;
	}

	.pt-90 {
		padding-top: 4.5rem;
	}

	.pb-70 {
		padding-bottom: 3.5rem;
	}

	.mb-50 {
		margin-bottom: 2.5rem;
	}

	.p-25 {
		padding: 1.25rem;
	}

/*---------------------------------------------- 
	1.5 Item Category
------------------------------------------------*/
	@media all and (max-width: 1500px) {
		.item-category--title {
			font-size: 1rem;
		}
	}

	@media all and (max-width: 576px) {
		.item-category--title {
			font-size: 0.8rem;
		}
	}

/*---------------------------------------------- 
	1.6 Item USP
------------------------------------------------*/
	.item-usp {
		padding: 1.25rem 0;
	}

	.item-usp--slide {
		padding: 2rem;
	}

	.item-usp__head i {
		font-size: 1.5rem;
		color: var(--dark-green);
	}

	.item-usp + .item-usp {
		border-top: 0.5px solid var(--dark-grey);
	}

/*---------------------------------------------- 
	1.7 Item Blog
------------------------------------------------*/
	.item-overzicht__wrapper {
		padding: 2.5rem 2rem;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: var(--black);
        background: linear-gradient(0deg,rgba(25, 25, 25, 0.2) 0%, rgba(25, 25, 25, 0.6) 100%);
	}

	.item-overzicht__arrow {
		position: absolute;
		right: 2rem;
		bottom: 2.5rem;
	}

	.item-overzicht__arrow i {
		font-size: 0.8rem;
		color: var(--black);
		background: var(--white);
		line-height: 2.25rem;
		width: 2.25rem;
		height: 2.25rem;
		text-align: center;
		border-radius: 100%;
		transition: all 0.4s ease;
	}

	@media (min-width: 1200px) {
		.item-overzicht:hover .item-overzicht__arrow i {
			color: var(--white);
			background: var(--dark-green);
			transform: rotate(-45deg);
		}
	}

/*---------------------------------------------- 
	1.8 Social Media
------------------------------------------------*/
	.social-media li a {
		font-size: 0.8rem !important;
		line-height: 2.25rem !important;
		text-align: center;
		color: var(--white) !important;
		background: var(--dark-green);
		width: 2.25rem;
		height: 2.25rem;
		border-radius: 100%;
		display: block;
	}

	.social-media li.list-inline-item:not(:last-child) {
		margin-right: 0.5rem !important;
	}

	.social-media li a:hover {
		background: var(--green);
	}

/*---------------------------------------------- 
	1.9 Breadcrumb
------------------------------------------------*/
	.breadcrumb {
		margin: 0 !important;
	}	

	.breadcrumb__wrapper {
		padding: 1.25rem 2rem;
	}

	.breadcrumb span {
		font-size: 0.6rem;
		line-height: 1rem;
	}

	.breadcrumb::after {
		content: "";
		background: var(--white);
		position: absolute;
		right: 0;
		width: 50%;
		height: 100%;
	}

	@media all and (max-width: 992px) {
		.breadcrumb::after {	
			width: 65%;	
		}
	}

	@media all and (max-width: 767px) {
		.breadcrumb::after {	
			width: 100%;	
		}	
		.breadcrumb__wrapper {
			padding: 1.25rem 0;
		}
	}
	
/*---------------------------------------------- 
	1.10 Swiper
------------------------------------------------*/
	.swiper-merken .swiper-wrapper {
		justify-content: center;
	}

	.swiper-merken .swiper-slide img {
		max-height: 2.5rem;
	}

	.swiper-button-next, 
	.swiper-button-prev {
		font-size: 0.8rem;
		color: var(--white);
		background: var(--dark-green);
		display: inline-block;
		line-height: 3rem;
		height: 3rem;
		width: 3rem;
		text-align: center;
		border-radius: 100%;
	}
	
	.swiper-button-next::after, 
	.swiper-button-prev::after {
		display: none;
	}

	.swiper-button-prev--gallery {
		left: 1rem !important;
	}

	.swiper-button-next--gallery {
		right: 1rem !important;
	}

	@media all and (max-width: 767px) {
		.swiper-button-prev--gallery {
			left: 0.5rem;
		}
		.swiper-button-next--gallery {
			right: 0.5rem;
		}
	}

/*---------------------------------------------- 
	1.11 Gravity Form
------------------------------------------------*/
	.gform_wrapper ,
	body .gform_wrapper .top_label div.ginput_container, 
	.gform_wrapper ul.gform_fields li.gfield ,
	.gform_wrapper li.hidden_label input {
		padding: 0 !important;
		margin: 0 !important;
		width: 100% !important;
	}

	.gform_wrapper.gravity-theme .gfield_label {
		font-size: inherit !important;
		font-weight: 500 !important;
		margin: 0 0 0.5rem 0 !important;
	}

	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) ,
	.gform_wrapper textarea ,
    .gform_wrapper select {
		font-size: inherit !important;
		font-weight: 400;
		padding: 10px 20px !important;
		background: var(--white) !important;
		height: 2.75rem;
        color: var(--black) !important;
		border: 1px solid var(--light-green);
		width: 100% !important;
		border-radius: 0 !important;
	}

	.gform_wrapper.gravity-theme .gfield textarea.small {
		height: 8.75rem !important;
	}

	.gform_wrapper.gravity-theme .gform_footer {
		margin: 1.5rem 0 0 0 !important;
		padding: 0 !important;
		justify-content: flex-end;
	}

	.gform_wrapper.gravity-theme .gform_footer .btn {
		margin: 0 !important;
	}

	.gform_confirmation_message {
		margin-top: 1rem !important;
	}

	.gform_wrapper.gravity-theme .gfield_radio {
		display: flex;
		align-items: center;
	}

	.gform_wrapper.gravity-theme .gfield_radio .gchoice + .gchoice {
		margin-left: 0.75rem;
	}

	.gform_wrapper.gravity-theme .gfield_checkbox label, 
	.gform_wrapper.gravity-theme .gfield_radio label {
		font-size: 0.7rem !important;
	}

	.gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 1.25rem !important;
	}

	.gform_required_legend {
		display: none !important;
	}

	.gform_wrapper .gform_validation_errors>h2 {
		font-size: 14px !important;
		margin: 0 !important;
	}

	.gform_wrapper .gfield_checkbox label {
		font-size: 0.5rem !important;
		padding-left: 0.25rem;
	}

	.gform_wrapper ::placeholder {
		color: var(--black);
		font-weight: 400;
        font-style: italic;
	}

/*---------------------------------------------- 
	2.1 Header
------------------------------------------------*/
	.header {
		padding: 1.3rem 0;
		background: rgba(25, 25, 25, 0.55);
	}

	.header__links li a {
		font-size: 0.75rem;
		line-height: 2rem;
		height: 2rem;
		width: 2rem;
		color: var(--white);
		background: none;
		border: 1px solid var(--white);
		text-align: center;
		display: block;
		border-radius: 100%;
	}

	.header__cart {
		background: var(--dark-green) !important;
		border-color: var(--dark-green) !important;
	}

	.header__cart-count {
		width: 0.75rem;
		height: 0.75rem;
		background: var(--white);
		color: var(--green);
		display: inline-block;
		text-align: center;
		line-height: 0.75rem;
		font-weight: 600;
		font-size: 0.5rem;
		border-radius: 100%;
		position: absolute;
		top: -5px;
		right: -5px;
	}

	.header__links a:hover {
		background: var(--white) !important;
		color: var(--dark-green) !important;
	}

	.header__search {
		border-bottom: 1px solid var(--light-green);
	}

/*---------------------------------------------- 
	2.2 Navigation 
------------------------------------------------*/
	.navigation__menu li a {
		line-height: 1;
		font-weight: 500;
		color: var(--white);
		padding: 0;
  		position: relative;
	}

	.navigation__menu li + li {
		margin-left: 1rem;
	}

	.navigation__menu li a:hover,
	.navigation__menu li.active a {
    	color: var(--green);
	}

/*---------------------------------------------- 
	2.3 Navigation Mobile
------------------------------------------------*/
	.navigation--mobile .cd-dropdown-trigger {
		display: inline-block;
    	position: relative;
    	padding: 0 !important;
		font-size: 1.1rem;
		text-align: center;
		line-height: 2.25rem;
		height: 2.25rem;
		width: 2.25rem;
		background: var(--white) !important;
		color: var(--green) !important;	
		margin: 0;
		z-index: 99;
		border-radius: 0;
		border: none;
	}

	 .navigation--mobile .cd-dropdown-trigger i {
		margin: 0;	
	}
	
	.navigation--mobile .cd-dropdown-content a {
		font-size: 0.9rem;
		font-weight: 500;
		color: var(--white);
		text-align: left !important;
	}

	.navigation--mobile .current_page_item a {
		color: var(--green);
	}

	.navigation--mobile .cd-dropdown {
		background: var(--dark-green);
		z-index: 999;
	}
	
	.navigation--mobile .cd-dropdown-wrapper {
		height: auto;
		margin: 0 !important;
	}
	
	.navigation--mobile ul {
		padding-left: 0;
	}
	
	.navigation--mobile .cd-dropdown-content a, 
	.navigation--mobile .cd-dropdown-content ul a {
		border-top-width: 0.25px;
    	border-bottom-width: 0;
    	border-left-width: 0;
    	border-right-width: 0;
    	border-color: var(--light-grey);
    	border-style: solid;
	}

	.navigation--mobile .cd-dropdown-content li:last-of-type > a, 
	.navigation--mobile .cd-dropdown-content ul li:last-of-type > a {
		border-bottom-width: 0.25px;;
	}
	
	.navigation--mobile .cd-dropdown-content .go-back a {
		color: var(--black);
		background: var(--white);
	}

	.navigation--mobile .cd-secondary-dropdown > a,
	.navigation--mobile .cd-secondary-dropdown > .go-back a {
  		display: none !important;
		background: var(--white);
	}

	.navigation--mobile .has-children > a::before, 
	.navigation--mobile .has-children > a::after {
		background: var(--green) !important;
	}

	.navigation--mobile .cd-dropdown .cd-close::after, 
	.navigation--mobile .cd-dropdown .cd-close::before {
		background: var(--green) !important;
	}

	.navigation--mobile .go-back a::before, 
	.navigation--mobile .go-back a::after {
		background: var(--green) !important;	
	}

	.navigation--mobile .cd-secondary-dropdown > .go-back a + a {
		display: block !important;
	}

/*---------------------------------------------- 
	4.1 Frontpage Hero
------------------------------------------------*/
	.frontpage-hero {
		max-height: 40rem; 
	}

	.frontpage-hero__item {
		height: 45rem;
		padding-bottom: 10.5rem;
	}

	.frontpage-hero__item::after {
		content: "";
		position: absolute;
		background: var(--black);
		background: linear-gradient(0deg, rgba(25, 25, 25, 0.9) 0%, rgba(25, 25, 25, 0) 99%);
		bottom: 0;
		width: 100%;
		height: 55%;
	}

	.frontpage-hero__tags li {
		font-size: 0.6rem;
		font-weight: 500;
		border-radius: 20px;
		padding: 0 1rem;
	}

	@media all and (max-width: 992px) {
		.frontpage-hero {
			max-height: 35rem; 
		}
		.frontpage-hero__item {
			height: 40rem;
			padding-bottom: 8rem;
		}
	}	

/*---------------------------------------------- 
	4.2 Frontpage Intro
------------------------------------------------*/
	.frontpage-intro__images {
		gap: 1.5rem;
	}

	.frontpage-intro__images li {
		flex: 1;
	}

	.frontpage-intro__images li:first-child {
		flex: 1.4;
	}

	.frontpage-intro__images img {
		width: 100%;
		height: 14.25rem;
		object-fit: cover;
	}

/*---------------------------------------------- 
	5. Hero
------------------------------------------------*/
	.hero {
		padding-top: 8rem;
		padding-bottom: 2rem;
	}

	.hero::after {
		content: "";
		background: var(--white);
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 30%;
		z-index: 88;
	}

	@media all and (max-width: 1200px) {
		.hero::after {
			width: 25%;	
		}
	}

	@media all and (max-width: 992px) {
		.hero::after {
			width: 15%;	
		}
	}

	@media all and (max-width: 576px) {
		.hero::after {
			width: 5%;	
		}
	}

/*---------------------------------------------- 
	5. Hero
------------------------------------------------*/
    .single-content__wrapper {
		padding: 2.5rem 2rem;
	}

    .single-content__price {
        font-size: 1.5rem;
    }

    .single-content__contact {
        padding: 1.5rem 2rem;
    }

/*---------------------------------------------- 
	6.1 Page Modules
------------------------------------------------*/
	.module-content + .module-projecten {
		padding-top: 0 !important;
	}

	@media all and (max-width: 992px) {
		.module-content--columns .col {
			flex: 0 0 auto;
			width: 100%;
		}
	}	

/*---------------------------------------------- 
	6.2 Module Contact
------------------------------------------------*/
	.module-contact__wrapper {
		padding: 2.5rem 2rem;
	}

	.module-contact__gegevens li a {
		color: var(--black);		
	}

	.module-contact__gegevens li a:hover {
		color: var(--green);
	}

/*---------------------------------------------- 
	7.Footer 
------------------------------------------------*/
	.footer {
		padding: 5rem 0 2.5rem 0;
	}

	.footer span.h3 {
		line-height: 3rem;
	}

	.footer__brand {
		max-width: 8.5rem !important;
	}

	.footer ul li ,
	.footer ul li a ,
	.footer__author a {
		line-height: 1.5rem;
		color: var(--white);
	}

	.footer ul li a:hover ,
	.footer__author a:hover {
		color: var(--green);
	}

	.footer hr {
		margin-top: 2.5rem;
		margin-bottom: 2rem;
		border-color: var(--white);
		opacity: 0.3;
	}

	.footer__menu-bottom li {
		position: relative;
	}

	.footer__menu-bottom li a {
		font-size: 0.6rem;
		color: var(--white);
	}

	.footer__menu-bottom li:not(:last-child)::after {
		content: "·";
		color: var(--dark-green);
		padding: 0 0.5rem;
		display: inline-block;
	}