/*
 Theme Name:   BEMO Zonwering & Rolluiken
 Description:  Hello Elementor child theme voor BEMO
 Author URI:   https://wishwebdesign.nl
 Template:     hello-elementor
 Version:      0.1
*/

@media (min-width: 768px) and (max-width: 1280px) {
	.elementor-tab-content .elementor-column:nth-child(1),
	.elementor-tab-content .elementor-column:nth-child(4) {
		display: none;
	}
	.elementor-tab-content .elementor-column:nth-child(2),
	.elementor-tab-content .elementor-column:nth-child(3) {
		width: 50% !important;
	}
}

/*  COOKIE NOTICE */

#cookie-notice .cn-button.bootstrap,
#cookie-notice .cn-button.bootstrap:hover {
	color: #FFF !important;
  background-color: #376EA0;
  background-image: linear-gradient(to bottom, #5490c4, #376EA0) !important;
}