/*
 Theme Name:   Businessx child
 Author: hi
 Template:   businessx
 Text Domain:   businessx-child
*/

@import url(“../businessx/style.css”);

/* body {
    background: #FFFFFF;
} */
#hedder{
    height: 350px;
}

#nordic_post_list{
	background-color: #cccccc;
}

.grid {
    /* max-width: 960px; */
	max-width: 1200px;
	margin: 0 auto;
}
.grid-item {
	position: relative;
	margin: 5px;
}
.grid-item img {
    display:block;
    /* background: #D26; */
}
/* .grid-item_w140 {
	width: 140px;
}
.grid-item_w300 {
	width: 300px;
} */
/* .grid-item_20per {
	width: 20%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}
.grid-item_40per {
	width: 40%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}
.grid-item_20per img,
.grid-item_40per img {
	width: 100%;
	height: auto;
} */
.grid-item_sizer {
    /* width: 20%; */
    width: auto;
}
/* @media screen and (max-width: 768px) {
	.grid-item_20per {
		width: 33.333%;
	}
	.grid-item_40per {
		width: 66.666%;
	}
	.grid-item_sizer {
		width: 33.333%;
	}
} */
.grid-other {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	color: #ffffff;
	background: #333333;
}
.grid-item_gutter {
	margin-left: 0;
	margin-right: 0;
}
.grid-item_text {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.75);
	position: absolute;
	right: 10px;
	bottom: 5px;
	margin: 0;
}