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

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

/*---------------------------------------------- 
	1.1 Basics
------------------------------------------------*/
	html {
  		font-size: 20px;
	}

	body {
		font-family: 'Montserrat', sans-serif;
		font-size: 0.75rem;
	  	line-height: 1.75rem;
		font-weight: 400;
		color: #101010;
		background: #F5F5F5;
		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
	}
	
	a, a:hover, .btn, .btn:hover , .transition , #footer .menu li a {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		text-decoration:none;	
	}
	
	p , figure , blockquote , ul {
		margin: 0 !important;
	}

	a {
		color: #FFBE00; 
	}

	a:hover {
		color: #101010;
	}

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

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

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

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

	.text-sm {
		font-size: 1rem;
	}

	.font-medium {
		font-weight: 500;
	}

	.font-semibold {
		font-weight: 600;
	}

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

	.box-shadow {
		-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
	}

	.bg-cover {
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.z-index-1 {
		position: relative;
		z-index: 8;
	}

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

	hr {
		border-top: 1px solid #E6E6E6;
		opacity: 1;
		margin: 0;
	}

	@media (min-width: 1280px) {
		.container {
			max-width: 1230px;
		}	
	}

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

	@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: 550px) {
    	html {
			font-size: 15px;
		}
	}


/* Buttons -------------------------------------- */
	.btn-primary, 
	.btn-primary:active ,
	.btn-primary:hover {
    	color: #FFF;
		background: #FF8700;
   	 	border: none;
	}

	.btn-secondary ,
	.btn-secondary:hover {
		color: #FFF;
    	background: #FFBE00;
   	 	border: none;
	}

	.btn {
		font-size: 0.8rem;
		font-weight: 700;
		line-height: 1;
		padding: 1rem;
		position: relative;
		left: 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.btn i {
		position: relative;
		margin-left: 0.3rem;
		left: 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		
	}

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

	@media (min-width: 1200px) {
		.btn:hover {
			left: 5px;
		}	
	}

/*---------------------------------------------- 
	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 {
		margin-top: 1.5rem !important;
	}

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

	.content-block h1 strong {
		color: #FFBE00;
	}

	.content-block h3 ,
	.content-block h4 {
		margin-bottom: 1.5rem;
	}

	.content-block ul {
		padding-left: 1rem;
	}

	.content-block .btn.editor::after {
		font-family: "Font Awesome 6 Sharp";
		content: "\f178";	
		font-weight: 400;
		margin-left: 0.45rem;
	}

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

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

/*---------------------------------------------- 
	1.3 Colors 
------------------------------------------------*/
	.bg-black {
		background: #101010 !important;
	}

	.bg-yellow {
		background: #FFBE00 !important;
	}

	.bg-orange {
		background: #FF8700 !important;
	}

	.bg-light-grey {
		background: #F5F5F5 !important;
	}

	.text-yellow {
		color: #FFBE00 !important
	}

	.text-orange {
		color: #FF8700 !important
	}

	.text-green {
		color: #9ACD32 !important;
	}

	.text-red {
		color: #FF0000 !important;
	}

/*---------------------------------------------- 
	1.4 Spacing 
------------------------------------------------*/
	.py-40 {
		padding: 2rem 0;
	}

	.pb-40 {
		padding-bottom: 2rem;
	}	

	.mb-40 {
		margin-bottom: 2rem;
	}

/*---------------------------------------------- 
	1.5 Hover effect 
------------------------------------------------*/
	.hover-effect {
		position: relative;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}

	.hover-effect.top {
		bottom: 0;
	}

	.hover-effect.right {
		left: 0;
	}
	
	@media (min-width: 1200px) {
		.hover-effect.top:hover {
			bottom: 5px;
		}
		.hover-effect.right:hover {
			left: 5px;
		}
	}

/*---------------------------------------------- 
	1.6 Item USP 
------------------------------------------------*/
	.item-usp span {
		font-size: 0.7rem;
		margin-left: 0.4rem;
	}

	.reviews ul li i {
		font-size: 1rem;
		color: #FF8700;
	}

	.reviews ul li.list-inline-item:not(:last-child) {
		margin-right: 0;
	}

	@media (min-width: 1500px) {
		.swiper-usp .swiper-slide {
			width: auto !important;
		}
	}

	@media all and (max-width: 1500px) {
		.swiper-usp .swiper-slide .item-usp {
			justify-content: center !important;
		}
	}

/*---------------------------------------------- 
	1.7 Whatsapp 
------------------------------------------------*/
	.whatsapp {
		position: fixed;
		z-index: 98;
		right: 20px;
		bottom: 20px;
		text-decoration: none !important;
	}	

	.whatsapp i {
		background: #05B23A;
		color: #FFF;
		display: block;
		text-align: center;
		height: 3rem;
		width: 3rem;
		font-size: 1.75rem;
		line-height: 3rem;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
	}

	.fade-in-bottom {
		-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
	   	animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
	}

	@-webkit-keyframes fade-in-bottom {
	  0% {
		-webkit-transform: translateY(50px);
				transform: translateY(50px);
		opacity: 0;
	  }
	  100% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
		opacity: 1;
	  }
	}
	@keyframes fade-in-bottom {
	  0% {
		-webkit-transform: translateY(50px);
				transform: translateY(50px);
		opacity: 0;
	  }
	  100% {
		-webkit-transform: translateY(0);
				transform: translateY(0);
		opacity: 1;
	  }
	}

/*---------------------------------------------- 
	1.8 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: 0.75rem !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 {
		padding: 10px 15px !important;
		border: none;
		background: #FFF;
		height: 50px;
		border-radius: 0;
        color: #005461 !important;
		width: 100% !important;
	}

	.gform_wrapper.gravity-theme .gform_footer input {
		margin: 0.5rem 0 0 0 !important;
	}

	.gform_wrapper.gravity-theme .gfield input.large, 
	.gform_wrapper.gravity-theme .gfield select.large {
		height: 50px;
	}

	.gform_wrapper select {
		border-right: 15px solid transparent;	
	}

	.gform_wrapper.gravity-theme .gfield textarea.small {
		height: 120px !important;
	}

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

	.gform_wrapper .field_description_below .gfield_description {
		font-size: 0.7rem !important;
		color: #000;
		padding: 0 !important;
		border: none !important;
	}

	.gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 15px !important;
	}

	.gform_required_legend {
		display: none !important;
	}

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

	.gform_wrapper .btn::after {
		font-family: "Font Awesome 6 Sharp";
		content: "\f178";	
		font-weight: 400;
		margin-left: 0.45rem;
	}

/*---------------------------------------------- 
	2.1 Header
------------------------------------------------*/
	#header .brand img {
		max-width: 7.5rem !important
	}

	#header .links a {
		font-size: 1.5rem;
		color: #101010;
	}

	#header .links .cart .cart-count {
		width: 1.25rem;
		height: 1.25rem;
		background: #FFA200;
		color: #FFF;
		display: inline-block;
		text-align: center;
		line-height: 1.25rem;
		font-size: 0.6rem;
		font-weight: 500;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		position: absolute;
		top: -12px;
		right: -12px;
	}

	@media all and (max-width: 767px) {	
		#header .links .cart .cart-count {
			right: -8px;	
		}
	}

/*---------------------------------------------- 
	2.2 Navigation 
------------------------------------------------*/
	#navigation {
		-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
		-moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
		z-index: 9;
	}

	#navigation #hoofdmenu li a {
		color: #101010;
		line-height: 1;
		font-weight: 600;
		padding: 1rem 0;
		background: none;
	}

	#navigation #hoofdmenu li + li {
		margin-left: 1.25rem;
	}

	#navigation #hoofdmenu li a:hover {
		color: #FFF;
	}

/* Dropdown Menu -------------------------------------- */	
	#navigation #hoofdmenu .dropdown-menu {
		background: #101010;
		padding: 0;
		border: none;	
		margin: 0;
		border-radius: 0;
		z-index: 99;
	}

	#navigation #hoofdmenu .dropdown-menu li a {
		font-size: 0.7rem;
		font-weight: 600;
		color: #FFF;
   	 	line-height: 1;
    	padding: 0.8rem 1rem;
		margin: 0 !important;
		text-align: left;
		border: none;
	}

	#navigation #hoofdmenu .dropdown-menu li + li {
		margin: 0;
		border-top: 0.5px solid #FFF;
	}

	#navigation #hoofdmenu .dropdown-menu li.current-menu-item a {
		color: #FFBE00;
		padding-left: 1rem !important;
	}

	#navigation #hoofdmenu .dropdown-menu li a:hover {
		padding-left: 1.25rem;
	}

	#navigation .dropdown:hover>.dropdown-menu {
		display: block;
	}

	#navigation .dropdown>.dropdown-toggle:active {
		pointer-events: none;
	}

/*---------------------------------------------- 
	2.3 Navigation Mobile
------------------------------------------------*/
	#navigation-mobile .cd-dropdown-trigger {
		display: inline-block;
    	position: relative;
    	padding: 0;
		font-size: 1.2rem;
		width: 2.5rem;
		height: 2.5rem;
		line-height: 2.5rem;
		background: #101010;
		color: #FFF;	
		text-align: center;
		margin: 0;
		z-index: 99;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	#navigation-mobile .cd-dropdown-trigger i {
		margin: 0;	
	}
	
	#navigation-mobile .cd-dropdown-content a {
		font-size: 1rem;
		color: #101010;
		font-weight: 500;
		text-align: left !important;
	}

	#navigation-mobile .current_page_item a {
		font-weight: 700;
	}

	#navigation-mobile .cd-dropdown {
		background: #FFF;
		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.5px;
    	border-bottom-width: 0;
    	border-left-width: 0;
    	border-right-width: 0;
    	border-color: #E6E6E6;
    	border-style: solid;
	}
	
	#navigation-mobile .cd-dropdown-content .go-back a {
		background: #FFF;
		color: #000;
	}

	.go-back a::before, .go-back a::after {
		background: #FFF !important;	
	}
	
	#navigation-mobile .cd-secondary-dropdown > a,
	#navigation-mobile .cd-secondary-dropdown > .go-back a {
  		display: none !important;
		background: #FFF;
	}

	#navigation-mobile .has-children > a::before, 
	#navigation-mobile .has-children > a::after, 
	#navigation-mobile .go-back a::before, .go-back a::after ,
	.cd-dropdown .cd-close::after, 
	.cd-dropdown .cd-close::before {
		background: #FFBE00 !important;
	}

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

/*---------------------------------------------- 
	2.4 Breadcrumb 
------------------------------------------------*/
	#breadcrumb .woocommerce-breadcrumb {
		font-size: 0.65rem;
		color: #101010;
		font-weight: 400;
		margin: 0;
		text-align: right;
	}

	#breadcrumb .woocommerce-breadcrumb a {
		color: #585858;
	}

	#breadcrumb .woocommerce-breadcrumb a:hover {
		color: #101010;
	}
	
	#breadcrumb .woocommerce-breadcrumb span {
		color: #FF8700;
		padding: 0 0.3rem;
	}

/*---------------------------------------------- 
	3.1 Frontpage Hero 
------------------------------------------------*/
	#frontpage-hero .categories .head {
		padding: 1.5rem;
	}

	#frontpage-hero .categories ul li a {
		color: #101010;
		padding: 0.65rem 1.5rem;
		border-top: 1px solid #E6E6E6;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#frontpage-hero .categories ul li a i {
		color: #101010 !important;
		margin-left: auto;
	}

	#frontpage-hero .categories ul li:last-child a {
		border-bottom: 1px solid #E6E6E6;
	}

	#frontpage-hero .categories .bottom {
		padding: 0 1.5rem 1rem 1.5rem;
	}

	#frontpage-hero .item .overlay {
		padding: 1rem 1.5rem;
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		background: rgb(16,16,16);
		background: -webkit-linear-gradient(rgba(16,16,16,0) 20%, rgba(16,16,16,0.75) 100%);
		background: -o-linear-gradient(rgba(16,16,16,0) 20%, rgba(16,16,16,0.75) 100%);
		background: linear-gradient(rgba(16,16,16,0) 20%, rgba(16,16,16,0.75) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);		
	}

	@media (min-width: 1200px) {	
		#frontpage-hero .categories a:hover {
			color: #FFBE00;
			margin-left: 5px;
		}
		#frontpage-hero .categories ul li a:hover i {
			left: 5px !important;
		}
		#frontpage-hero .item:hover span {
			bottom: 5px;
		}
	}

	@media all and (max-width: 1280px) {
		#frontpage-hero .categories .head {
			padding: 0.6rem 1rem;
		}
		#frontpage-hero .categories ul li a {
			padding: 0.5rem 1rem;
		}
		#frontpage-hero .categories .bottom {
			padding: 0 1rem 0.75rem 1rem;
		}
	}

/*---------------------------------------------- 
	3. Frontpage Content 
------------------------------------------------*/
	#frontpage-content .item .overlay {
		padding: 1rem 1.5rem;
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		background: rgb(16,16,16);
		background: -webkit-linear-gradient(rgba(16,16,16,0) 20%, rgba(16,16,16,0.75) 100%);
		background: -o-linear-gradient(rgba(16,16,16,0) 20%, rgba(16,16,16,0.75) 100%);
		background: linear-gradient(rgba(16,16,16,0) 20%, rgba(16,16,16,0.75) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);		
	}

	@media (min-width: 1200px) {	
		#frontpage-content .item:hover span {
			bottom: 5px;
		}
	}

	@media all and (max-width: 767px) {
		#frontpage-content .item .overlay {
			padding: 0.5rem 0.75rem;
		}
	}

/*---------------------------------------------- 
	4. Page FAQ
------------------------------------------------*/
    #tabs-overzicht .item + .item {
        margin-top: 3rem;
    }

	#tabs-overzicht .accordion-item ,
    #tabs-overzicht .accordion .accordion-button {
		border: none;
		border-radius: 0;
		box-shadow: none;
	}

	#tabs-overzicht .accordion-item {
		border: none;
	}

	#tabs-overzicht .accordion-item + .accordion-item {
		margin-top: 3px;
	}

	#tabs-overzicht .accordion .accordion-button {
		background: #FFF;
	}

	#tabs-overzicht .accordion .card .btn-tab {
		text-align: left;
		background: none;
		padding: 1rem 1.5rem;
		width: 100%;
        text-transform: inherit !important;
		border-radius: 0;
	}

    #tabs-overzicht .accordion .accordion-button span {
		font-size: 0.8rem;
		color: #101010;
		font-weight: 600;
		line-height: 1.5rem;
    }

	#tabs-overzicht .accordion .accordion-item .accordion-body {
        font-size: 0.8rem;
        background: #FFF;
		padding: 1.25rem;
		border-radius: 0;
	}

/*---------------------------------------------- 
	5. Module Contact
------------------------------------------------*/
	#page-modules .contact .sidebar-wrapper {
		padding: 2rem 1.5rem;
	}

	#page-modules .contact .sidebar-wrapper .contactgegevens li {
		line-height: 2rem;
	}

	#page-modules .contact .sidebar-wrapper .contactgegevens li span {
		width: 2rem;
	}

	#page-modules .contact .sidebar-wrapper .contactgegevens li span i {
		font-size: 1rem;
		color: #FFBE00;
	}

	#page-modules .contact .sidebar-wrapper .contactgegevens li a {
		color: #101010;
	}

	#page-modules .contact .sidebar-wrapper .social-media li a {
		font-size: 1.5rem !important;
		color: #101010;
	}

	#page-modules .contact .sidebar-wrapper .social-media .list-inline-item:not(:last-child) {
		margin-right: 0.4rem;
	}

	@media (min-width: 1200px) {	
		#page-modules .contact .sidebar-wrapper .contactgegevens li a:hover {
			margin-left: 5px;
		}	
	}

/*---------------------------------------------- 
	6. Call to Action
------------------------------------------------*/
	#call-to-action {
		padding: 5.25rem 0 8.75rem 0;
	}

	#call-to-action .btn {
		color: #FFF !important;
	}

	#call-to-action::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: rgb(16,16,16);
		background: -moz-linear-gradient(180deg, rgba(16,16,16,0) 0%, rgba(16,16,16,0.45) 20%, rgba(16,16,16,1) 100%);
		background: -webkit-linear-gradient(180deg, rgba(16,16,16,0) 0%, rgba(16,16,16,0.45) 20%, rgba(16,16,16,1) 100%);
		background: linear-gradient(180deg, rgba(16,16,16,0) 0%, rgba(16,16,16,0.45) 20%, rgba(16,16,16,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#101010",endColorstr="#101010",GradientType=1);
	}

	@media all and (max-width: 767px) {
		#call-to-action {
			padding: 4.25rem 0 6.75rem 0;
		}	
	}
	
/*---------------------------------------------- 
	7.1 Footer 
------------------------------------------------*/
	#footer {
		padding: 2.55rem 0 5.75rem 0;
	}

	#footer::before {
		content: "";
		display: block;
		background: #FFBE00;
		width: 36.5%;
		height: calc(100% + 2.5rem);;
		position: absolute;
		left: 0;
		top: -2.5rem;
	}

	#footer ul li ,
	#footer span {
		font-size: 0.8rem;
		padding: 0;
	}

	#footer .menu li a {
		color: #FFF;
		margin: 0;
	}

	#footer .contactgegevens li {
		line-height: 2rem;
	}

	#footer .contactgegevens li span {
		width: 2rem;
	}

	#footer .contactgegevens li span i {
		font-size: 1rem;
		color: #FFF;
	}

	#footer .contactgegevens li a {
		color: #101010;
	}

	#footer .social-media li a {
		font-size: 1.5rem !important;
		color: #FFF;
	}

	#footer .social-media .list-inline-item:not(:last-child) {
		margin-right: 0.4rem;
	}

	@media (min-width: 1200px) {
		#footer .contactgegevens li a:hover ,
		#footer .menu li a:hover {
			margin-left: 5px;
		}
	}

	@media all and (max-width: 2000px) {
		#footer::before {
			width: 30%;
		}
	}

	@media all and (max-width: 1200px) {
		#footer::before {
			width: 26%;
		}
	}

	@media all and (max-width: 992px) {
		#footer::before {
			width: 34%;
		}
		#footer .social-media li a {
			font-size: 1.25rem !important;
		}
	}

	@media all and (max-width: 767px) {
		#footer {
			padding: 2.5rem 0;
		}
		#footer::before {
			display: none;
		}
		#footer .adresgegevens li ,
		#footer .contactgegevens li a{
			color: #FFF;
		}
	}

/*---------------------------------------------- 
	7.2 Footer Bottom
------------------------------------------------*/
	#footer-bottom ul li img {
		height: 1rem !important;
	}

	#footer-bottom span ,
	#footer-bottom span a {
		font-size: 0.6rem;
		color: #101010;
	}