/*
Theme Name: CSB (in)courage Bible
Author: Useful Group
Author URI: https://www.usefulgroup.com
Description: Custom Theme For CSB (in)courage Bible
Description: Custom theme developed by Useful Group for the CSB (in)courage Bible microsite.
Version: 1.1.7
Template: genesis
Template Version: 2.3.4
*/

.bible__purchase ul a{
	padding: 7px 25px;
}

.o-image-hero {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	min-height: 500px;
	box-sizing: border-box;
}

.u-container {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	padding: 0 40px;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.u-container {
		padding: 0 30px;
	}
}

.o-image-hero__container {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 4;
}

.o-image-hero__background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.o-image-hero__background-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .4;
}

.o-image-hero__heading {
	position: relative;
	z-index: 5;
	color: white;
	text-align: center;
}

.o-wysiwyg {
	margin: 60px 0;
}

.m-wysiwyg a {
	color: #FF887D;
}

.m-wysiwyg ul,
.m-wysiwyg ol {
	margin: 20px;
	font-family: "avenir-book";
	color: #6A6A6A;
}

.o-notification-bar {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background-color: #8FC2AD;
	z-index: 30;
	margin-top: -25px;
	margin-bottom: 25px;
}

.main-header {
	z-index: 40;
}


.o-notification-bar__wysiwyg {
	text-align: center;
}

.o-notification-bar__wysiwyg p,
.o-notification-bar__wysiwyg a{
	color: white!important;
	padding-bottom: 0;
}

.o-notification-bar__close-button {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);

}
.a-close-button {
	width: 20px;
	height: 20px;
}

.a-close-button__line {
	position: absolute;
	top: 9px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: white;
}

.a-close-button__line:first-child {
	transform: rotate(-45deg);
}

.a-close-button__line:last-child {
	transform: rotate(45deg);
}

.a-close-button:hover .a-close-button__line{
	background-color: #FF887D;
}


@media screen and (max-width: 1200px) {
	.o-notification-bar {
		margin-top: -15px !important;
		margin-bottom: 15px !important;
	}
}