.wp-show-posts-image img {
   -webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.wp-show-posts-image img:hover {
    -webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-ms-filter: brightness(50%);
	filter: opacity(30%);
}

.main-navigation .search-form {
    background-color: #fff;
opacity: 0.9;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

#linje-1 {
height: 2px;
background-color: #dab84b;
margin-top: -30px;
margin-bottom: 20px;
}