#osdk-auth-widget-holder {
	position: absolute !important;
	top: 85px;
	left: 50%;
	margin-left: 90px;
}
.single-featured-image-header {
	min-height: 680px;
	max-height: 700px;
	background-color: #000 !important;
	border-bottom-style: none;
}
.site-content-contain {
	border-top: 1px #333 solid;
	/* background: url(https://aniga.me/wp-content/uploads/2017/09/pattern2.jpg) repeat #623221 !important; */
	background-color: #0e1424;
}
.site-content {
	padding-top: 2.5em;
}
.entry-title {
	color: #eeb727 !important;
	font-size: 1.5em !important;
}
.entry-content {
	color: #3b5475 !important;
}
.flex-direction-nav a {
	box-shadow: none !important;
}
.site-footer {
	background-color: #010101 !important;
	border-top-color: #010101 !important;
}

@media screen and (max-width: 820px) {
	#osdk-auth-widget-holder {
		position: absolute !important;
		top: 90px;
		left: 50%;
		margin-left: -165px;
	}

	.single-featured-image-header img {
		display: none;
	}
}