/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

.current-actions-wrapper {
	display: none;
}

@media only screen and (min-width: 768px) {
	
	.header-search-wrapper {
		position: absolute;
		right: 0;
		width: 300px;
	}
	
	.header-search-wrapper .custom-form {
		position: relative;
		left: 0;
	}

}

@media only screen and (min-width: 998px) {
	
	.current-actions-wrapper {
		position: absolute;
		width: 200px;
		left: 50%;
		line-height: 1.1;
		margin-left: -100px;
		color: #FFF;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
	
}

.voordeel-badge {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #F26633;
	color: white;
	padding: 5px 8px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 3px;
	z-index: 9;
}
