/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Version: 21.7

All css files are placed in /css/ folder
*/

.cookies-eu-banner {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #414042;
	color: #fff;
	padding: 15px 0;
	font: 400 100% / 1.7em 'Roboto';
	text-align: center;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 10;
}

.cookies-eu-banner-text {
	padding: 0 20px;
}

.cookies-eu-banner-text a {
	color: #fff;
	text-decoration: underline;
}

.cookies-eu-banner-button {
	display: flex;
	margin-right: 20px;
}

.cookies-eu-banner button {
	text-decoration: none;
	white-space: nowrap;
	background: #fff;
	color: #00A1E1;
	border: 1px solid #fff;
	border-radius: 8px;
	cursor: pointer;
	padding: 10px 30px;
	margin: 2px 0;
	font: 400 100% / 1.7em 'Roboto';
	transition: 0.07s;
}

.cookies-eu-banner button:hover {
	background: #00A1E1;
	color: #fff;
}

.hidden {
	display: none;
}

@media screen and (max-width:650px) {
	.cookies-eu-banner {
		flex-wrap: wrap;
	}

	.cookies-eu-banner-text {
		width: 100%;
		padding: 0 15px 15px 15px;
	}

	.cookies-eu-banner-button {
		width: 100%;
		justify-content: center;
		align-items: center;
	}
}

.wpcf7-form-control-wrap[data-name=agreement] .wpcf7-list-item-label {
    font-size: 75%;
    font-weight: normal;
}
