/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/*Add your own styles here:*/

#header_meta > .container {
	display: flex;
	flex-flow: row wrap;
	width: 100% !important;
	justify-content: flex-end;
	align-items: center;
}


#header_meta > .container .phone-info {
	flex: 0 0 100%;
	max-width: 100%;
	order: -1;
	background: #F6F2EB;
	float: none;
	display: flex;
	justify-content: center;
}

@media (min-width: 991px) {
	#header_meta {
		background-color: #F6F2EB;
	}

	#header_meta > .container .phone-info {
		display: none;
	}
}

#header_meta > .container .phone-info ul li {
	line-height: 40px;
	font-size: 0.875rem;
	color: #000;
	font-weight: 500;
	display: flex;
	align-items: center;
}

#header_meta > .container .phone-info ul li:not(:last-of-type) {
	margin-right: 25px;
}

#header_meta > .container .phone-info ul {
	margin-bottom: 0;
	display: flex;
	flex-flow: row wrap;
}


#header_meta > .container .social_bookmarks {
	order: 1;
	float: none;
	margin-right: 100px;
}

#header_meta > .container .social_bookmarks li {
	border: none !important;
	font-size: 24px;
}

#header_meta > .container .sub_menu {
	order: 0;
	float: none;
	top: auto;
	flex: 0 0 80%;
}

#header_meta > .container .sub_menu > ul {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

#header_meta > .container .sub_menu li {
	border: none;
	float: none;
	line-height: 57px;
}

#header_meta > .container .sub_menu li a {
	font-size: 0.875rem;
	color: #000;
	font-weight: 500;
}

#header_main {
	z-index: 10;
}

@media (min-width: 992px) {
	#header_main .logo {
		margin-top: 2px;
		width: auto;
		height: auto;
		max-width: 100%;
		z-index: 9000;
	}
}

#header_main .main_menu {
	display: flex;
	width: 100%;
	flex-flow: row wrap;
	justify-content: flex-end;
}

.main_menu ul li:not(:last-of-type) {
	margin-right: 35px;
}

.main_menu ul li a {
	border-left: none !important;
	border-right: none !important;
	font-size: 1rem;
	border-bottom: 3px solid transparent;
	min-width: 1px !important;
	padding: 0 !important;
}

.main_menu ul li a span {
	color: #000;
}

.header-btn-orange > a,
.header-btn-orange > a span,
.header-btn-orange-main > a > span {
	color: #E8903D !important;
	text-transform: uppercase;
	border: 2px solid #E8903D;
	border-radius: 22px;
	font-weight: 600 !important;
	padding: 11px 22px !important;
}

@media (max-width: 991px) {
	.header-btn-orange a {
		text-align: center !important;
		font-size: 16px !important;
	}
	
}


.main_menu ul li:hover a,
.main_menu ul li.current-menu-item a {
	border-bottom: 3px solid #E8903D;
	background-color: transparent !important;
}

.main_menu ul li:not(.foldable-noclick):hover a span,
.main_menu ul li:not(.foldable-noclick).current-menu-item a span {
	color: #E8903D !important;
}

.home_banner .slideshow_inner_caption .slideshow_align_caption a.avia-slideshow-button {
	font-size: 1rem;
	background: #E8903D !important;
	border-color: #E8903D !important;
	border-radius: 28px !important;
	text-transform: none !important;
}

.home_banner .slideshow_inner_caption .slideshow_align_caption a.avia-slideshow-button:hover {
	background: transparent !important;
}

.home_banner .slideshow_inner_caption .slideshow_align_caption .avia-caption-title {
	font-size: 4.375rem;
	text-transform: none !important;
}

@media (max-width: 991px) {
	.home_banner .slideshow_inner_caption .slideshow_align_caption .avia-caption-title {
		font-size: 30px !important;
	}

	.home_banner .slideshow_inner_caption .slideshow_align_caption .avia-caption-content p {
		font-size: 18px !important;
	}
}

.home_banner .slideshow_inner_caption .slideshow_align_caption .avia-caption-content p {
	font-size: 1.5rem !important;
	color: #fff;
}


.homepage_links_section .flex_column .avia_textblock p {
	font-size: 1.25rem;
	color: #000;
	font-weight: 600;
	margin: 0 !important;
}

.homepage_links_section .flex_column .avia_textblock p a {
	font-size: 1rem;
	color: #F39B00;
}

.avia-button {
	font-weight: 600 !important;
	border-radius: 22px !important;
	line-height: 42px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#top .av-inner-masonry {
	overflow: visible;
}

.assortiment_categories_wrapper {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
}

.assortiment_categories_wrapper > .item {
	flex-direction: column;
	flex-flow: column wrap;
	position: relative;
}

@media (min-width: 992px) {
	.assortiment_categories_wrapper > .single-category {
		flex: 0 0 calc(25% - 25px);
		max-width: calc(25% - 25px);
	}

	.assortiment_categories_wrapper > .single-category:nth-of-type(4n + 1) {
		margin-left: 0;
	}

	.assortiment_categories_wrapper > .single-category:nth-of-type(4n + 4) {
		margin-right: 0;
	}
}

.assortiment_categories_wrapper > .single-category {
	margin-left: 12.5px;
	margin-right: 12.5px;
	margin-top: 0;
	margin-bottom: 15px;
	border: 1px solid #efefef;
}

.assortiment_categories_wrapper > .single-category:hover {
	box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
}


.caption-wrapper .catname {
	color: #2D2B27;
	font-size: 1.25rem;
	font-weight: 600;
}

.caption-wrapper .catdescription {
	color: orange;
	font-size: 1rem;
}

.single-category .caption-wrapper a .image-overlay {
	display: none !important;
}

.caption-wrapper .catdescription {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.caption-wrapper .image_wrapper {
	height: 260px;
}

.caption-wrapper > p {
	margin: 0;
}

.caption-wrapper {
	min-height: 86px;
}

.image_wrapper img {
	width: 100%;
}

.merken-slider .widget {
	clear: none !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.merken-slider .slick-track {
	display: flex;
	align-items: center;
}

.merken-slider main {
	padding-bottom: 0;
}

.merken-slider .avia-builder-widget-area {
	border-top: 2px solid #E4D8C4;
}

.background-color-pink {
	background-color: #F6F2EB;
}

.background-color-brown {
	background-color: #E8E0D4;
}


h2 {
	font-size: 40px;
}

h3 {
	font-size: 20px;
}

.av-hotspot-image-container .av-image-hotspot_inner {
	box-shadow: 3px 3px 6px #00000082;
}

@media (min-width: 992px) {
	.preview-item-row .entry-content-wrapper {
		display: flex;
		align-items: center;
	}
}

.preview-item-row .template-page {
	padding: 87px 0;
}

p {
	color: #2D2B27;
}

.main-color {
	color: #2D2B27;
}

.maxwidth-content-col > * {
	max-width: 430px;
}

.avia_textblock h3 {
	font-weight: 500 !important;
}

@media (max-width: 1499px) {
	.fullwidth-row .container {
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important;
	}
}

.assortiment_categories_wrapper {
	margin-top: 35px;
}

.single-category > a .image-overlay {
	display: none !important;
}

.single-category > a {
	text-decoration: none !important;
}

.single-category .image_wrapper {
	text-align: center;
}

.single-category .image_wrapper > img {
	width: 100%;
	height: auto;
}

.single-category .image_wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.single-category .caption-wrapper {
	padding: 15px;
}

.small-h2-styling h2 {
	font-size: 30px;
}

.margin-left-none {
	margin-left: 0 !important;
}

.avia-table .pricing-table-wrap > ul {
	margin: 0;
}

.avia-table .pricing-table-wrap > ul li {
	background: transparent !important;
	border: none !important;
	border-bottom: 1px solid #707070 !important;
	text-align: left;
	padding: 0 !important;
	line-height: 30px;
	border-radius: 0 !important;
}

.pricing-table-wrap {
	display: table-cell !important;
}

.avia-table .pricing-table-wrap > ul li *,
.avia-table .pricing-table-wrap > ul li {
	color: #000 !important;
}

.footer-page-content h3 {
	font-weight: 600 !important;
}

.avia-pricing-table-container {
	display: grid !important;
	grid-template-columns:145px auto;
}

.av-share-box-list {
	display: flex !important;
	flex-flow: row wrap;
	width: auto !important;
	border: none !important;
}

.av-share-box-list li {
	border: none !important;
	margin-right: 15px !important;
}

.av-share-box-list li a {
	font-size: 32px !important;
	color: #E8903D !important;
	padding: 8px 10px !important;
	background: transparent !important;
}

.avia_button_background {
	display: none !important;
}

.avia-color-dark:hover {
	background: #e8903d !important;
}

.avia_button_icon_left {
	margin-right: 5px;
	font-size: 19px;
}

.footer-bottom-section {
	min-height: 89px;
	display: flex;
	align-items: center;
	padding-top: 15px;
}

.footer-bottom-section ul {
	list-style: none;
	justify-content: flex-end;
	display: flex;
}

.footer-bottom-section ul li a {
	color: #2D2B27;
	font-size: 12px;
}


.footer-bottom-section .content {
	padding: 0;
}

.footer-bottom-section .entry-content-wrapper {
	display: flex;
	align-items: center;
}

.footer-bottom-section .avia_image {
	max-width: 106px;
}

.footer-bottom-section ul {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.footer-bottom-section .entry-content-wrapper {
		flex-flow: row wrap;
		justify-content: center;
	}

	.footer-bottom-section .flex_column {
		flex: 0 0 100%;
		max-width: 100%;
		justify-content: center;
		display: flex;
	}
}

.html_header_top.html_header_sticky #top #wrap_all #main {
	padding-top: 125px !important;
}

.phone-info ul li:nth-of-type(1):before {
	content: url('/wp-content/themes/enfold-child/icons/phone-light.svg');
	position: relative;
	top: 5px;
	margin-right: 15px;
	width: 20px;
}

.header_color .phone-info li a {
	color: #000;
}


.phone-info ul li:nth-of-type(2):before {
	content: url('/wp-content/themes/enfold-child/icons/deliveryvan.svg');
	position: relative;
	top: 10px;
	margin-right: 15px;
}

.phone-info ul li:nth-of-type(3):before {
	content: url('/wp-content/themes/enfold-child/icons/delivery.svg');
	position: relative;
	top: 10px;
	margin-right: 15px;
}

.phone-info ul li:nth-of-type(4):before {
	content: url('/wp-content/themes/enfold-child/icons/chatbubles.svg');
	position: relative;
	top: 10px;
	margin-right: 15px;
}

#header_main {
	border-top: 1px solid #C1C1C1;
}

@media (min-width: 992px) {
	.home_banner .avia-slideshow {
		max-height: calc(100vh - 220px);
	}
}

#header {
	position: fixed !important;
}

@media (max-width: 990px) {
	.phone-info ul li:not(:nth-of-type(1)) {
		display: none !important;
	}

	.avia-standard-logo,
	.main_menu {
		float: none !important;
		position: initial !important;
	}

	#header_main > .container > .inner-container {
		display: flex;
	}

	#header_main > .container > .inner-container .main_menu {
		display: flex !important;
		justify-content: flex-end;
	}

	#header_meta .sub_menu {
		display: none;
	}

	.html_header_top.html_header_sticky #top #wrap_all #main {
		padding-top: 130px !important;
	}

	#header .container_wrap .container {
		max-width: 100% !important;
		width: 100% !important;
	}

	#header #header_main .inner-container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.assortiment_categories_wrapper > .item {
		flex: 0 0 calc(50% - 25px);
		max-width: calc(50% - 25px);
	}

	.twocol-contentrow > .container {
		max-width: 100% !important;
		width: 100% !important;
	}

	.twocol-contentrow > .container .avia-image-container {
		margin-right: 0 !important;
	}
}

@media (max-width: 899px) {
	#header_main > .container > .inner-container .logo,
	#header_main > .container > .inner-container .main_menu {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 767px) {
	.assortiment_categories_wrapper > .item {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 !important;
		margin-bottom: 10px !important;
	}

	.slick-slide img {
		margin-left: auto;
		margin-right: auto;
	}
}

#av-burger-menu-ul {
	display: flex !important;
	flex-flow: row wrap;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#av-burger-menu-ul > li {
	flex: 0 0 100%;
	max-width: 100%;
}

#av-burger-menu-ul > li a {
	font-size: 22px;
	border: none !important;
	line-height: 54px !important;
}

#av-burger-menu-ul > li a .av-submenu-indicator {
	font-size: 22px;
	font-weight: 900;
}

#av-burger-menu-ul li > a + .sub-menu {
	padding-left: 15px;
}

.av-burger-overlay-inner {
	padding-top: 130px;
}


/* Nieuws overview */

.anouncementsblock {
	max-width: 400px;
	width: 100%;
	margin-bottom: 25px;
	z-index: 1;
}

.anouncementsblock > .single-post {
	margin-bottom: 0;
}

.single-post {
	border: 1px solid #efefef;
	margin-bottom: 50px;
}

.single-post.anouncement.active {
	background: #fff;
}

.single-post.anouncement.active .title-wrapper {
	color: #000;
}

.post-content {
	color: #7D7D7D;
}

.single-post:not(.active) .post-content {
	display: none;
}

.single-post.news {
	width: 100%;
	max-width: 400px;
	margin-bottom: 25px;
}

.single-post.news .cat-wrapper ul {
	padding-left: 0;
}

.single-post .image-overlay {
	display: none !important;
}

.single-post:hover {
	box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
	text-decoration: none !important;
}

.single-post a {
	text-decoration: none !important;
}

.single-post.news .cat-wrapper ul li {
	font-size: 1rem;
	color: #fff;
	margin-bottom: 0;
	font-weight: 600;
	pointer-events: none;
	display: inline-block;
}

.single-post.news .cat-wrapper ul li a:after {
	content: ',';
}

.single-post.news .title-wrapper {
	line-height: 3rem;
	word-break: break-word;
	color: #2D2B27;
	font-size: 1.25rem;
	font-weight: 600;
}

.single-post.news .thumbnail-wrapper {
	min-height: 148px;
}

.page-template-template-blog #masonry-effect {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
}

.page-template-template-blog #masonry-effect .item {
	position: relative;
}

@media (min-width: 992px) {
	.page-template-template-blog #masonry-effect .item {
		margin-left: auto;
		margin-right: auto;
		flex: 0 0 calc(33.333% - 12.5px);
		max-width: calc(33.333% - 12.5px);
	}
}

.page-template-template-blog #masonry-effect .item:nth-of-type(3n + 1) {
	margin-left: 0;
}

.page-template-template-blog #masonry-effect .item:nth-of-type(3n + 3) {
	margin-right: 0;
}


.single-post .content-wrapper {
	padding: 15px;
}

.single-post .excerpt-wrapper {
	color: orange;
	font-size: 1rem;
}

.recentcomments a, .widget_recent_entries li a {
	font-family: 'roboto', Helvetica, Arial, sans-serif;
	font-style: normal;
}


.btn-bck:before {
	content: '< ';
}

.single-post .comment-entry {
	display: none;
}

@media (max-width: 375px) {
	.footer-bottom-section ul li a {
		font-size: 9px;
	}
}

.assortiment-header {
	padding-top: 35px;
	padding-bottom: 10px;
}

.text-content-wrapper {
	display: flex;
	flex-flow: row wrap;
}

.text-content-wrapper > div:first-of-type {
	flex: 0 0 66.666%;
	max-width: 66.666%;
	padding-right: 15px;
}

.text-content-wrapper > div:last-of-type {
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding-left: 15px;
}

@media (max-width: 991px) {
	.text-content-wrapper > div:nth-of-type(1n + 1) {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.assortiment-header {
		padding-bottom: 25px;
	}
}

.text-content-wrapper > div.full-width {
	flex: 0 0 100%;
	max-width: 100%;
}


.assortiment_redirect_button {
	text-align: center;
	display: block;
	margin-top: 15px;
}

.assortiment_redirect_button a,
.assortiment_readmore_button a {
	color: #E8903D !important;
	text-transform: uppercase;
	border: 2px solid #E8903D;
	border-radius: 22px;
	font-weight: 600 !important;
	padding: 11px 22px !important;
	background-color: #fff;
}

.assortiment_readmore_button {
	margin-top: 15px;
	display: inline-block;
}

.assortiment_redirect_button a:hover {
	text-decoration: none;
	color: #fff !important;
	background: #e8903d;
}

.min-height-56 {
	min-height: 56px;
}

.footer-page-content .av-social-sharing-box,
.footer-page-content .afspraakmaken-footer {
	display: inline-block;
	width: auto;
	margin-top: 25px;
}

.assortiment-header {
	background-color: #F6F2EB;
	background-size: cover;
	background-image: url(/wp-content/uploads/2022/05/achtergrond.png);
}

@media (min-width: 992px) {
	.assortiment_content_container {
		display: flex;
		flex-flow: row wrap;
	}

	.assortiment_content_container > div {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.assortiment_content_container > div:first-of-type {
		padding-right: 15px;
	}

	.assortiment_content_container > div:last-of-type {
		padding-left: 15px;
	}
}

.avia-slideshow.image_no_stretch li img {
	min-height: 1px !important;
}

.menu li a[href*='tel:'] {
	position: relative;
}

.menu li a[href*='tel:']:before {
	content: url(/wp-content/themes/enfold-child/icons/phone-light.svg);
	position: relative;
	top: 5px;
	margin-right: 15px;
	width: 20px;
	display: inline-block;
}

@media (max-width: 1499px) {
	.main_menu ul li:not(:last-of-type) {
		margin-right: 22px;
	}

	#header_main .logo {
		max-width: 170px;
		margin-top: 10px;
	}
}

@media (max-width: 1299px) {
	.main_menu ul li a {
		font-size: 14px;
	}
}

@media (max-width: 1199px) {
	.main_menu ul li:not(:last-of-type) {
		margin-right: 15px;
	}

	.main_menu ul li a {
		font-size: 13px;
	}
}

@media (max-width: 1099px) {
	.main_menu ul li:not(:last-of-type) {
		margin-right: 10px;
	}
}

@media (max-width: 1004px) {
	#header_meta .social_bookmarks {
		margin: 0 !important;
	}

	￼
}

@media (max-width: 991px) {
	#header_meta > .container .social_bookmarks {
		display: none;
	}

	.main_menu ul li:not(:last-of-type) {
		margin-right: 8px;
	}
	
	
	.avia-slideshow-arrows.avia-slideshow-controls {
			display: none;
	}
}

.footer-page-content .av-social-sharing-box {
	float: none;
	display: block;
}


