/*
Theme Name:     themerush-child
Author:         Dahls Data AS
Author URI:     http://www.dahlsdata.no
Template:       themerush
*/

@import url("../themerush/style.css");


img[src="http://bagn.no/wp-content/themes/themerush-child/img/logo.png"] {visibility: hidden;}


.headerbackgroundwrap {
	background-color: #d33;
	background-position: center center;
	background-size: cover;
	min-height: 234px;
	width: 100%;
	position: relative;
}
.header-top {
	background: none !important;
}
.header-main {
	position: absolute; bottom: -10px;
}

.latest-news {
	background-color: #d33;
	background-color: rgba(221,51,51,0.75);
}
.header-main .latest-news .simply-scroll-clip {
	width: 1035px;
	height: 20px;
}
#menu-top {
	background-color: #d33;
	background-color: rgba(221,51,51,0.85);
}

@media screen and (max-width: 767px) {
	.header-main {
		position: absolute; bottom: -5px;
	}
	.header-main .latest-news .simply-scroll-clip {
		width: 1035px;
		height: 20px;
		position: relative; top: -45px; left: 90px;
	}
}
