/*
 Theme Name:     Event Radio
 Theme URI:      https://www.middelkoop.cc/
 Description:    Divi Child Theme
 Author:         Middelkoop.cc
 Author URI:     https://www.middelkoop.cc
 Template:       Divi
 Version:        1.0.0
*/

@import url('./font/averta.css');
@import url('./css/tiny-slider.css');

body {
	cursor: default;
	font-weight: 400;
	color: #666;
}

body {
	cursor: default;
}

header {
	position: fixed;
	z-index: 1000;
	max-height: 92px;
	overflow: hidden;
	transition: none;
}
body.menuopen {
	overflow: hidden;
}
body.menuopen header {
	z-index: 1200;
	overflow: visible;
}


#bax_header #bax_logo .et_pb_image_wrap {
	display: inline-block;
}

#bax_menutoggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 40px !important;
	margin-left: 30px;
	flex-grow: 1;
}
#bax_menutoggle .et_pb_module {
	width: 40px;
}
#bax_menutoggle_icon {
	width: 40px;
	height: 27px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .1s ease-in-out;
	-moz-transition: .1s ease-in-out;
	-o-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
	cursor: pointer;
}

#bax_menutoggle_icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

#bax_menutoggle_icon span:nth-child(1) {
	top: 0px;
	background: white;
}

#bax_menutoggle_icon span:nth-child(2),#bax_menutoggle_icon span:nth-child(3) {
	top: 10px;
	background: white;
}

#bax_menutoggle_icon span:nth-child(4) {
	top: 20px;
	background: white;
}

body.menuopen #bax_menutoggle_icon span:nth-child(1) {
	top: 10px;
	width: 0%;
	left: 50%;
}

body.menuopen #bax_menutoggle_icon span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

body.menuopen #bax_menutoggle_icon span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body.menuopen #bax_menutoggle_icon span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

header {
	width: 100%;
}
#bax_menu {
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	width: 100%;
	max-width: 100%;
	height: 0px;
	max-height: 0px;
	overflow: hidden;
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	background-color: rgba(255, 255, 255, 0.9) !important;
}
#bax_menu nav {
	padding-top: 8vh;
}
#bax_menu a {
	font-size: 3.5vh;
	font-weight: 400;
	line-height: 6vh;
	text-align: center;
	padding: 0px;
	margin: 0px;
	margin-top: 1.7vh;
}
#bax_menu li {
	padding: 0px;
	margin: 0px;
}

#bax_menu .et_pb_menu__menu {
	display: block !important;
}
#bax_menu .et_mobile_nav_menu {
	display: none !important;
}
#bax_menu .sub-menu,
#bax_menu .sub-menu a {
	opacity: 1;
	visibility: visible;
	position: relative;
	top: auto;
	width: auto;
	font-size: 2.4vh;
	line-height: 2.8vh;
	padding: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#bax_menu li.menu-item-has-children a::after {
	display: none;
}

body.menuopen #bax_menu {
	height: 100vh !important;
	max-height: 100vh !important;
	display: flex;
}
#bax_menu .et_pb_row {
	padding-left: calc(4vw + 13px);
	padding-right: calc(4vw + 13px);
	width: 100%;
	max-width: 100%;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	transition-delay: .2s;
	opacity: 0;
	margin-top: 0px;
	padding-top: 1vh;
}
body.menuopen #bax_menu .et_pb_row {
	opacity: 1;
}

#bax_menu .et_pb_menu .et-menu li {
	display: block;
	width: 100%;
	margin-bottom: 8px;
}

#bax_languages li {
	list-style: none;
	float: left;
	display: inline-block;
	margin-right: 40px;
}
#bax_menu a:hover {
	color: #e63946 !important;
	opacity: 1;
	font-weight: bold;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}


#bax_header .et_pb_column {
	margin-bottom: 0px;
}


.bax_fullscreen {
	display: flex;
	align-items: stretch;
	height: auto;
	min-height: 100vh;
}
.bax_fullscreen .et_pb_row {
	height: auto;
}
@media screen and (min-width: 981px) {
	.bax_fullscreen .et_pb_row {
		display: flex;
		align-items: center;
	}
}

@media screen and (max-width: 600px) {
	#bax_header .et_pb_row {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media screen and (min-width: 601px) {
	#bax_header .et_pb_row {
		padding-top: 27px;
		padding-bottom: 27px;
	}
}
@media screen and (min-width: 441px) {
	body:not(.et-tb) #main-content .container,
	#main-content .et_pb_section:first-child {
		padding-top: 92px;
		transition: none;
	}
}
@media screen and (max-width: 440px) {
	body:not(.et-tb) #main-content .container,
	#main-content .et_pb_section:first-child {
		padding-top: 10vw;
		transition: none;
	}
}

.bax_fullscreen .bax_scrollnext {
	position: absolute;
	left: calc(50% - 10px);
	bottom: 20px;
	padding: 10px;
	cursor: pointer;
	display: none;
}
.bax_fullscreen .bax_scrollnext span {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url('./img/scroll_light.svg');
	background-repeat: no-repeat;
	background-size: cover;
}
.bax_fullscreen.bax_light .bax_scrollnext span {
	background-image: url('./img/scroll_dark.svg');
}


#bax_homeslider .et_pb_row .et_pb_column .et_pb_module {
	display: flex;
	height: 60vh;
}
#bax_homeslider .et_pb_slider .et_pb_slide_image {
	display: block;
	margin-left: 55%;
	width: 45%;
	text-align: left;
}
#bax_homeslider .et_pb_slider .et_pb_slide_description {
	width: 55%;
	float: left;
	display: block;
	text-align: right;
	padding-right: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bax_homeslider .et_pb_slider .et_pb_slide_description h1 {
	float: right;
	max-width: 300px;
}
@media (max-width: 767px) {
	#bax_homeslider .et_pb_slider .et_pb_slide_image {
		display: block !important;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#bax_homeslider .et_pb_slider .et_pb_slide_image img {
		max-height: 30vh !important;
	}
	#bax_homeslider .et_pb_slider .et_pb_slide_description {
		width: 100%;
		padding-right: 0px;
		text-align: center;
	}
	#bax_homeslider .et_pb_slider .et_pb_slide_description h1 {
		font-size: 30px;
		width: 100%;
		max-width: 100%;
	}
}


#bax_homehoewewerken .et_pb_text {
	font-size: 13vh;
	line-height: 13vh;
	text-transform: uppercase;
	font-weight: 800;
}
@media screen and (max-width: 1200px) {
	#bax_homehoewewerken .et_pb_text {
		font-size: 11vw;
		line-height: 11vw;
	}
}
@media screen and (min-height: 1400px)
{
	#bax_homehoewewerken .et_pb_text {
		font-size: 5vw;
		line-height: 5vw;
	}
}


h1,
.et_pb_text h1,
body #main-content .et_pb_slide_title {
	font-family: 'Averta',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 800;
	font-size: 40px;
	line-height: 50px;
}
.et_pb_text.bax_sans h1 {
	font-family: 'Averta',Helvetica,Arial,Lucida,sans-serif;
	font-style: normal;
}
@media screen and (max-width: 767px) {
	h1,
	.et_pb_text h1 {
		font-size: 30px;
		line-height: 40px;
	}
}

.et_pb_contact .et_pb_contact_field {
	padding-left: 0px;
}
.et_pb_contact .et_contact_bottom_container {
	float: left;
	margin-top: 1em;
}
.et_pb_contact button {
	margin-left: 0px;
}

.bax_dark a {
	color: white;
}

body #page-container .bax_light .et_pb_button,
body #page-container .bax_light .et_pb_button a,
body #page-container .bax_light .et_pb_button:hover,
body #page-container .bax_light .et_pb_button:hover a {
	color: #261F27 !important;
	border-color: #261F27 !important;
}
body #page-container .bax_light .bax_cta,
body #page-container .bax_light .bax_cta a,
body #page-container .bax_light .bax_cta:hover,
body #page-container .bax_light .bax_cta:hover a {
	background-color: #261F27 !important;
	border-color: #261F27 !important;
	color: white !important;
	font-weight: 800;
	font-size: 16px;
}

body h2 {
	font-family: 'Averta',Helvetica,Arial,Lucida,sans-serif;
	font-size: 20px;
	line-height: 1.6em;
	font-weight: 800;
	padding-bottom: 0px;
}
body h3 {
	font-family: 'Averta',Helvetica,Arial,Lucida,sans-serif;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 400;
	padding-bottom: 0px;
}
body h4 {
	font-family: 'Averta',Helvetica,Arial,Lucida,sans-serif;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 900;
}
body h6 {
	font-family: 'Averta',Helvetica,Arial,Lucida,sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: 900;
}


.bax_tiles {
	display: flex;
}
.bax_tiles .et_pb_column {
	border-radius: 15px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.bax_tiles .et_pb_column:hover {
	filter: contrast(1.6);
	opacity: .85;
}
.bax_tiles .et_pb_column:hover .et_pb_image img {
	filter: drop-shadow(0px 0px 4px #808080);
}

.bax_tiles + .bax_tiles {
	padding-top: 15px;
}

@media screen and (max-width: 1200px) {
	footer #contact {
		padding-bottom: 100px !important;
	}
}


footer .et_pb_section {
	height: auto;
	min-height: calc(100vh - 130px);
	color: white;
}
@media screen and (min-height: 1200px) {
	footer .et_pb_section {
		min-height: 1000px;
	}
}


footer .et_pb_social_media_follow .et_pb_social_icon a.icon:before {
	display: none;
}
footer .et_pb_social_media_follow .et_pb_social_icon a {
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	border-radius: 0px;
	margin-right: 14px;
}
footer .et_pb_social_media_follow .et_pb_social_icon.et-social-facebook a {
	background-image: url('./img/social_facebook.svg');
}
footer .et_pb_social_media_follow .et_pb_social_icon.et-social-linkedin a {
	background-image: url('./img/social_linkedin.svg');
}
footer .et_pb_social_media_follow .et_pb_social_icon.et-social-instagram a {
	background-image: url('./img/social_instagram.svg');
}


body .et_pb_button {
	line-height: 28px !important;
}
body .et_pb_button:after {
	line-height: 26px !important;
}
body .et_pb_text .et_pb_button {
	display: inline-block;
}

body .et_pb_posts .et_pb_post {
	clear: both;
	margin-bottom: 40px;
}
body .et_pb_posts .entry-featured-image-url {
	max-width: 300px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
	max-height: 200px;
	border-radius: 20px;
}
body .et_pb_posts h4 {
	padding-bottom: 0px;

}
body .et_pb_posts .post-content {
	line-height: 150%;
}
body .et_pb_posts .post-content::before {
	display: inline-block;
	height: 4px;
	width: 30px;
	background: rgb(38, 31, 39);
	content: ' ';
}
body .et_pb_posts a.more-link {
	margin-top: 10px;
	width: auto;
	display: inline-block;
}

body .et_pb_module.et_pb_post_content p + h5 {
	margin-top: 6px;
}
body .et_pb_module.et_pb_post_content a {
	color: #322E47;
	font-weight: bold;
}

blockquote {
	border: none;
	padding: 20px;
	background-color: #f9f9f9;
	font-size: 15px;
	line-height: 150%;
}
blockquote::before {
	content: '\201C';
	position: absolute;
	color: #e0e0e0;
	font-size: 60px;
	font-family: 'Jubilat';
	margin-top: -20px;
	margin-left: -15px;
}
blockquote::after {
	content: '\201D';
	position: absolute;
	color: #e0e0e0;
	font-size: 60px;
	font-family: 'Jubilat';
	margin-top: 20px;
	right: 15px;
}


.et_pb_module.bax_polaroid {
	padding: 20px;
	background-color: rgb(245, 245, 248);
	box-shadow: 2px 2px 5px #a0a0a0;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.et_pb_module.bax_polaroid .et_pb_main_blurb_image {
	margin-bottom: 20px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.et_pb_module.bax_polaroid .et_pb_blurb_description {
	font-size: 14px;
	height: 30px;
	display: flex;
}
.et_pb_module.bax_polaroid.bax_polaroid_smalltext .et_pb_blurb_description {
	font-size: 13px;
}
.et_pb_module.bax_polaroid .et_pb_blurb_description p {
	padding-top: 4px;
	padding-bottom: 0px;
	line-height: 16px;
	max-height: 30px;
	width: 100%;
}
.et_pb_module.bax_polaroid .et_pb_blurb_description p img {
	height: 30px;
}

.et_pb_module.bax_polaroid:hover {
	transform: scale(1.2) !important;
	box-shadow: 2px 2px 8px #a0a0a0;
	position: relative;
	z-index: 100;
}
.et_pb_module.bax_polaroid:hover .et_pb_main_blurb_image {
	filter: contrast(1.6);
	opacity: .85;
}

.et_pb_column:nth-child(1) .et_pb_module.bax_polaroid:nth-child(1) {
	transform: rotate(-2deg);
}
.et_pb_column:nth-child(1) .et_pb_module.bax_polaroid:nth-child(2) {
	transform: rotate(0deg);
}
.et_pb_column:nth-child(1) .et_pb_module.bax_polaroid:nth-child(3) {
	transform: rotate(3deg);
}

.et_pb_column:nth-child(2) .et_pb_module.bax_polaroid:nth-child(1) {
	transform: rotate(1deg);
}
.et_pb_column:nth-child(2) .et_pb_module.bax_polaroid:nth-child(2) {
	transform: rotate(-2deg);
}
.et_pb_column:nth-child(2) .et_pb_module.bax_polaroid:nth-child(3) {
	transform: rotate(1deg);
}

.et_pb_column:nth-child(3) .et_pb_module.bax_polaroid:nth-child(1) {
	transform: rotate(-1deg);
}
.et_pb_column:nth-child(3) .et_pb_module.bax_polaroid:nth-child(2) {
	transform: rotate(3deg);
}
.et_pb_column:nth-child(3) .et_pb_module.bax_polaroid:nth-child(3) {
	transform: rotate(-2deg);
}

@media screen and (min-width: 768px) {
	.et_pb_module.bax_polaroid {
		margin-bottom: 50px !important;
	}
}

.grecaptcha-badge {
	visibility: hidden;
	opacity: 0;
}

p:not(.has-background):last-of-type {
	padding-bottom: 1em;
}
.et_pb_text p:last-child {
	padding-bottom: 0;
}

.et_pb_text ul li {
    line-height: 1.8em;
}


body #et-main-area .et_pb_section {
	padding: 0px;
}
body #et-main-area .et_pb_section .et_pb_row {
	padding-top: 80px;
	padding-bottom: 80px;
}

body .et_pb_text ul li {
	margin-left: 3px;
	line-height: 1.6em;
}

.eventradio_grijs h1,
.eventradio_grijs h2 {
	background: -webkit-linear-gradient(0deg, rgb(21, 21, 21), rgb(60, 60, 60));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.eventradio_rood h1,
.eventradio_rood h2 {
	background: -webkit-linear-gradient(0deg, rgb(230, 47, 50), rgb(230, 95, 103));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

body #et-main-area .et_pb_section.eventradio_1column_grijs {
	background-image: linear-gradient(90deg, rgb(21, 21, 21) 0%, rgb(60, 60, 60) 100%);
}
body #et-main-area .et_pb_section.eventradio_1column_rood,
body #et-main-area .et_pb_section .et_pb_column.eventradio_1column_rood {
	background-image: linear-gradient(90deg, rgb(230, 47, 50) 0%, rgb(230, 95, 103) 100%);
}

@media screen and (min-width: 981px) {
	body #et-main-area .et_pb_section.eventradio_2column_grijs,
	body #et-main-area .et_pb_section.eventradio_3column_grijs,
	body #et-main-area .et_pb_section.eventradio_2column_rood,
	body #et-main-area .et_pb_section.eventradio_3column_rood,
	body #et-main-area .et_pb_section.eventradio_2column_blauw,
	body #et-main-area .et_pb_section.eventradio_3column_blauw {
		padding: 0px;
	}
	body #et-main-area .et_pb_section.eventradio_2column_grijs .et_pb_row,
	body #et-main-area .et_pb_section.eventradio_2column_rood .et_pb_row,
	body #et-main-area .et_pb_section.eventradio_2column_blauw .et_pb_row {
		padding: 0px;
	}
	body #et-main-area .et_pb_section.eventradio_3column_grijs .et_pb_row,
	body #et-main-area .et_pb_section.eventradio_3column_rood .et_pb_row,
	body #et-main-area .et_pb_section.eventradio_3column_blauw .et_pb_row {
		padding: 80px 0px;
	}
	body #et-main-area .et_pb_section.eventradio_2column_grijs .et_pb_row .et_pb_column:first-child .et_pb_text,
	body #et-main-area .et_pb_section.eventradio_2column_rood .et_pb_row .et_pb_column:first-child .et_pb_text,
	body #et-main-area .et_pb_section.eventradio_2column_blauw .et_pb_row .et_pb_column:first-child .et_pb_text {
		padding: 80px 80px 80px 0px;
	}
	body #et-main-area .et_pb_section.eventradio_2column_grijs .et_pb_row .et_pb_column:last-child .et_pb_text,
	body #et-main-area .et_pb_section.eventradio_2column_rood .et_pb_row .et_pb_column:last-child .et_pb_text,
	body #et-main-area .et_pb_section.eventradio_2column_blauw .et_pb_row .et_pb_column:last-child .et_pb_text {
		padding: 80px 0px 80px 80px;
	}

	body #et-main-area .et_pb_section.eventradio_2column_grijs,
	body #et-main-area .et_pb_section.eventradio_3column_grijs {
		background-image: linear-gradient(90deg, rgb(21, 21, 21) 50%, rgb(60, 60, 60) 50%);
	}
	body #et-main-area .et_pb_section.eventradio_3column_grijs .et_pb_row,
	body #et-main-area .et_pb_section.eventradio_2column_grijs .et_pb_row .et_pb_text {
		background-image: linear-gradient(90deg, rgb(21, 21, 21) 0%, rgb(60, 60, 60) 100%);
	}

	body #et-main-area .et_pb_section.eventradio_2column_rood,
	body #et-main-area .et_pb_section.eventradio_3column_rood {
		background-image: linear-gradient(90deg, rgb(230, 47, 50) 50%, rgb(230, 95, 103) 50%);
	}
	body #et-main-area .et_pb_section.eventradio_3column_rood .et_pb_row,
	body #et-main-area .et_pb_section.eventradio_2column_rood .et_pb_row .et_pb_text {
		background-image: linear-gradient(90deg, rgb(230, 47, 50) 0%, rgb(230, 95, 103) 100%);
	}

	body #et-main-area .et_pb_section.eventradio_2column_blauw,
	body #et-main-area .et_pb_section.eventradio_3column_blauw {
		background-image: linear-gradient(90deg, rgb(29, 66, 158) 50%, rgb(47, 107, 255) 50%);
	}
	body #et-main-area .et_pb_section.eventradio_3column_blauw .et_pb_row,
	body #et-main-area .et_pb_section.eventradio_2column_blauw .et_pb_row .et_pb_text {
		background-image: linear-gradient(90deg, rgb(29, 66, 158) 0%, rgb(47, 107, 255) 100%);
	}
}

@media screen and (max-width: 980px) {
	body #et-main-area .et_pb_section.eventradio_2column_grijs,
	body #et-main-area .et_pb_section.eventradio_3column_grijs {
		background-image: linear-gradient(90deg, rgb(21, 21, 21) 0%, rgb(60, 60, 60) 100%);
	}
	body #et-main-area .et_pb_section.eventradio_2column_rood,
	body #et-main-area .et_pb_section.eventradio_3column_rood {
		background-image: linear-gradient(90deg, rgb(230, 47, 50) 0%, rgb(230, 95, 103) 100%);
	}
	body #et-main-area .et_pb_section.eventradio_2column_blauw,
	body #et-main-area .et_pb_section.eventradio_3column_blauw {
		background-image: linear-gradient(90deg, rgb(29, 66, 158) 0%, rgb(47, 107, 255) 100%);
	}
	body #et-main-area .et_pb_gutters1 .et_pb_column + .et_pb_column {
		margin-top: 40px !important;
	}
}

.bax_360tour .et_pb_code_inner {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.bax_360tour iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.eventradio_referenties .et_pb_column {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
	align-items: center;
}
.eventradio_referenties .et_pb_column .et_pb_module {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
.eventradio_referenties .et_pb_column .et_pb_module img {
	width: auto;
	height: 50px;
}

.eventradio_team .et_pb_column {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
	align-items: flex-start;
}
.eventradio_team .et_pb_column .et_pb_module {
	max-width: 300px;
	display: flex;
	flex-direction: column;
}

.eventradio_team .et_pb_column .et_pb_text img {
	filter: saturate(0);
	opacity: 0;
	transition: all .2s ease-in;
}
.eventradio_team .et_pb_column .et_pb_text img:first-child {
	position: absolute;
	filter: saturate(0);
	opacity: 1;
}
.eventradio_team .et_pb_column .et_pb_text:hover img:first-child {
	filter: saturate(0);
	opacity: 0;
}
.eventradio_team .et_pb_column .et_pb_text:hover img:last-child {
	filter: saturate(0);
	opacity: 1;
}
.eventradio_team .et_pb_column .et_pb_text h2 {
	text-transform: uppercase;
	color: #e63946 !important;
}


#eventradio_whatsapp {
	position: fixed;
	min-height: auto;
	left: 40px;
	bottom: 40px;
}
#eventradio_whatsapp,
#eventradio_whatsapp .et_pb_row,
#eventradio_whatsapp .et_pb_row .et_pb_column,
#eventradio_whatsapp .et_pb_row .et_pb_column .et_pb_module,
#eventradio_whatsapp .et_pb_row .et_pb_column .et_pb_module .et_pb_code_inner,
#eventradio_whatsapp .et_pb_row .et_pb_column .et_pb_module .et_pb_code_inner a {
	padding: 0px !important;
	margin: 0px !important;
	max-width: 60px;
	max-height: 60px;
	width: 60px;
	height: 60px;
	z-index: 100000;
	background-color: transparent;
}

#eventradio_whatsapp a {
	display: block;
	background-image: url('/wp-content/uploads/2025/02/whatsapp.svg');
	background-size: contain;
	transition: all .1s ease-in;
}
#eventradio_whatsapp a:hover {
	filter: brightness(120%) contrast(120%);
}

.et_pb_contact_form {
	margin-left: 0px;
}
.et_pb_column.eventradio_1column_rood .et_pb_contact_form {
	color: white;
}
footer .et_pb_contact_main_title {
	line-height: 1em;
}

.et_pb_column.eventradio_1column_rood {
	padding: 20px;
}

.et_pb_slider .et_pb_slide_description {
	padding-top: 20vh;
}
