/*
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: 23.0

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

.accrow td {
	text-align: left;
}

.accrow td:first-of-type {
	text-align: center;
}


.lech_msg {
	display:block;
	background-color:#ececec;
	color:#000;
	font-family:inherit;
	top:0;
	/*position:fixed;*/
	padding:10px 40px;
	text-align:left;
	margin: 0;
	width: 100%;
	z-index:9999999;
	border-top:1px solid #aaa;
	border-radius: 8px;
	opacity:0.9;
}
.lech_msg a {
	font-weight:600;
	text-decoration:none;
	color:#3946e2;
}
.lech_msg #yesCookie {
	background-color:#479abf;
	color:#fff;
	border:2px solid #888;
	border-radius:5px;
	padding:5px 10px;
	font-size:15px;
}


#Top_bar .wpml-languages {
	float: none !important;
}

#Top_bar .wpml-languages ul.wpml-lang-dropdown {
	display: block !important;
	border: 0 !important;
	right: 0 !important;
	left: unset !important;
	width: unset !important;
}

#Top_bar .wpml-languages ul.wpml-lang-dropdown li {
	float: left;
	width: 80px;
}

.search input {
	width: 200px !important;
	margin: 8px !important;
	display: unset !important;
}
.search-submit {
	background: none !important;
	padding: 4px !important;
}

@media only screen and (min-width: 1240px) {
	.search input {
		width: 120px !important;
		display: unset !important;
		margin: 32px 0 !important;
	}
	.search-submit {
		background-color: white !important;
		color: #0089F7 !important;
		display: unset;
		margin: 0;
		padding: 8px !important;
	}
}

@media only screen and (min-width: 1322px) {
	.search input {
		width: 200px !important;
	}
}

#tourbutton {
	cursor: pointer;
}
