/*
Theme Name: Antek-Child
Theme URI: https://parkofideas.com/antek/
Text Domain: antek-child
Description: Auto Camping WordPress Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Template: antek
Author: ideapark
Author URI: https://ideapark.com/antek-documentation/
Tags: right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.prijslijst .elementor-widget-heading {
	font-size: 60px;
	font-weight: bold;
	background: #fff;
	line-height: 1.5;
	color: var(--accent-color);
}

h2.elementor-heading-title {
	font-size: 60px;
	font-weight: bold;
	margin-bottom: 15px;
}

.entry-content tr th,
.entry-content thead th,
.comment-content tr th,
.comment-content thead th,
div[class*="-text-editor"] tr th,
div[class*="-text-editor"] thead th {
	border: none !important;
	background: #000;
	color: #fff;
}

.entry-content tr td,
.comment-content tr td,
div[class*="-text-editor"] tr td {
	border: none !important;
	color: #000;
	background: transparent;
}

.entry-content tr,
.comment-content tr,
div[class*="-text-editor"] tr {
	background-color: #dadada;
}

.entry-content tr:nth-child(odd),
.comment-content tr:nth-child(odd),
div[class*="-text-editor"] tr:nth-child(odd) {
	background-color: #fff;
}

.prijslijst {}

.pb-100 {
	/* padding-bottom: 100px; */
}

.entry-content table,
.comment-content table,
div[class*="-text-editor"] table {
	min-width: 800px !important;
}

.elementor-widget-wrap>.elementor-widget-text-editor {
	width: 100%;
	padding-bottom: 5px;
	overflow: auto;
}

.elementor-widget-ova_sev_slide .archive_sev .items .content_img_items .content_sub_items .content_items .content-sub .readmore {
	display: none;
}

.prijslijst-img h3.elementor-heading-title.elementor-size-default {
	color: #222222;
	flex: 1 1 auto;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 10px;
	min-height: 100px;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	transition: var(--hover-transition);
	background: #f6f6f6;
}

.prijslijst-img h3.elementor-heading-title.elementor-size-default:hover {
	color: #fff;
	background-color: var(--accent-color);
}

.prijslijst-img h3.elementor-heading-title.elementor-size-default:before {
	display: block;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -36px;
	width: 0;
	height: 0;
	border-right: 36px solid transparent;
	border-bottom: 25px solid var(--accent-color);
	border-left: 36px solid transparent;
	content: "";
	opacity: 0;
	transform: scaleY(0.1);
	transform-origin: center bottom;
	transition: var(--hover-transition);
}

.prijslijst-img h3.elementor-heading-title.elementor-size-default:hover:before {
	opacity: 1;
	transform: scaleY(1);
}

.prijslijst-img .elementor-widget-image {
	min-height: 360px;
	display: flex;
	align-items: center;
	justify-items: center;
}

button.h-cb.h-cb--svg.c-header__menu-button.js-mobile-menu-open {
	display: none !important;
}

@media (max-width: 1169px) {
	body .c-header {
		height: 90px;
	}
}

@media (max-width: 1024px) {
	body .c-header {
		height: unset;
		padding: 10px 0;
	}

	body .c-header__logo-img {
		width: auto;
		max-width: unset;
		display: inline-block;
		max-height: 100%;
		height: 80px;
	}

	.c-header__logo {
		-webkit-box-flex: 1;
		flex: 1 1 auto;
		position: relative;
		width: auto;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		justify-content: center;
	}

	body .c-header__logo-img {
		width: auto;
		max-width: unset;
		display: inline-block;
		max-height: unset;
		height: 75px;
		margin-left: 55px;
	}
}

@media (max-width: 767px) {


	/* body button.h-cb.h-cb--svg.c-header__menu-button.js-mobile-menu-open {
		display: none !important;
	} */
	body .c-header {
		display: block;
	}

	body .c-header__main-row {
		display: flex;
		width: 100%;
	}

	body .c-header__support-content {
		display: none;
	}

	body .c-header__support {
		margin: 0;
	}

	body .c-header__main-row-item:first-child {
		margin-right: auto;
		padding: 5px;
	}

	body .c-header__support {
		display: flex;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		text-align: left;
		margin: 0;
		justify-content: center;
		height: 100%;
	}

	body .c-header__support-icon {
		font-size: 25px;
		line-height: 1;
		color: var(--accent-color);
		margin-right: 15px;
		margin: 0;
		padding: 15px;
	}

	.prijslijst .elementor-widget-heading {
		font-size: 40px;
		position: static;
	}

	.prijslijst h2.elementor-heading-title {
		margin-bottom: 0;
	}

	h2.elementor-heading-title {
		font-size: 40px;
	}

	.c-header.c-header--desktop.js-header-desktop.c-header--header-type-1 {
		display: none;
	}
}