body {
 margin: 0;
 background-color: #122640;
}

.wrapper {
 width: 100%;
 max-width: 1300px;
 margin: 0 auto;
 height: 100%;
}

.tabletHide {
 display: none;
}

.box1of3 {
 float: left;
 width: 33%;
}

.box2of3 {
 float: left;
 width: 66%;
}

.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  padding-bottom: 20px;
  padding-top: 10px;
}

.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.buynow {
	display: inline-block;
	background-color: #a10104;
	padding: 5px 10px;
	color: #fff!important;
	text-decoration: none;
	border-radius: 3px;
	margin: 5px auto 0 auto;
}

.buynow:hover {
	background-color: #000;
	text-decoration: none;
}

hr {
    height: 1px;
    border: none;
    background-color: #000;
}

/* - - - - - FLEXBOXES - - - - - */

ul.flexbox{
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 15px;
    margin-top: 15px;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.flexbox li{
    margin: auto;
    margin: 0;
    box-sizing: border-box;
}

.teachings-column {
	order: 1;
	flex-basis: 30%;
	padding: 5px 10px;
}

.content-column {
	order: 2;
	flex-basis: 70%;
}

.sponsors-column {
	order: 3;
	flex-basis: 100%;
}


/* - - - - - HEADER AREA - - - - - */

header {
 width: 100%;
 background-color: #fff;
}

header .logo{
    margin: 0px auto;
    display: block;
    padding: 10px 0 15px 5px;
    width: 275px;
}

header .headerpic {
 margin: 0;
 border: 0;
 display: block;
 max-width: 100%;
}

header nav {
 width: 100%;
 height: 48px;
}

header nav ul {
 list-style-type: none;
 padding: 0;
 width: 100%;
 max-width: 950px;
 margin: 0 auto;
 text-align: center;
}

header nav ul li {
 display: inline-block;
 padding: 15px 18px 0 9px;
}

header nav ul li:hover {
}

header nav ul li.active {
}

header nav ul li a {
 font-size: 14px;
 color: #122640;
 font-family: 'Raleway', sans-serif;
 text-decoration: none;
 letter-spacing: 2px;
 font-weight: 600;
}

header nav ul li a:hover {
 color: #3063a5;
}

/* - - - - - HOMEPAGE HEADER BANNER - - - - - */

.front-page-banner {
    width: 95%;
    background-color: #112640;
    text-align: center;
    margin: 5px auto;
}

.front-page-banner div {
	background-image: url('images/home-header.jpg');
	/* https://pixabay.com/photos/love-died-cross-thorns-crown-699480/ */
	background-size: 100% auto;
	background-position: 0% 10%;
	border-radius: 8px;
	width: 100%;
	max-width: 1300px;
	margin: 20px auto;
	height: 350px;
	font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    color: #fff;
}

/* - - - - - CSS GRID(S) - - - - - */

.header-grid-container {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  grid-template-rows: 1fr;
  grid-template-areas: "logo menu";
  align-items: center;
  justify-items: center;
  border-top: 3px solid #122640;
  border-bottom: 3px solid #0c1d33;
  box-shadow: 1px 1px 15px;
}

.logo { grid-area: logo; }
.menu { grid-area: menu; }


/* - - - - - BODY AREA - - - - - */

article {
 min-height: 600px;
 font-family: 'PT Sans', sans-serif;
 font-size: 15px;
 letter-spacing: .1em;
 line-height: 24px;
 padding: 2px 20px 5px 20px;
 box-sizing: border-box;
 -moz-box-sizing:border-box;
 margin: 0;
 background-color: #f1eee5;
 /*background-image: url('images/cross-background.png');
 background-attachment: fixed;
 background-size: cover;*/
 border-radius: 10px 0 0 10px;
}

article p {
 color: #421507;
}

article h1 {
 font-family: 'Arsenal', sans-serif;
 font-size: 34px;
 margin: 25px 0 15px;
 font-weight: 400;
 border-bottom: 1px solid #000;
 padding-bottom: 15px;
 color: #000;
 line-height: 38px;
}

article h2 {
 font-family: 'Arsenal', sans-serif;
 font-size: 26px;
 margin: 25px 0;
 font-weight: 400;
 color: #43484e;
}

article h3 {
 font-family: 'Arsenal', sans-serif;
 font-size: 22px;
 margin: 25px 0;
 font-weight: 400;
 color: #43484e;
}

article img {
    border: 8px solid #ffffff;
    margin: 0 0 10px 20px;
    border-radius: 7px;
}

article img.alignleft{
	margin: 0 20px 10px 0;
}

article a {
 color: #122640;
 text-decoration: none;
}

article a:hover {
 color: #436096;
}

.wp-block-quote {
	margin: 20px 35px;
}

.wp-block-quote p {
    background-color: #dedacf;
    padding: 15px;
    border-radius: 8px;
}

/* - - - - - SIDEBARS AND CONTENT - - - - - */

.teachings-column {
	width: 300px;
	text-align: left;
	font-family: 'PT Sans', sans-serif;
	border-right: 1px solid #000;
}

.teachings-column a {
	display: block;
	color: #e08f00;
	text-decoration: none;
	padding: 2px 0;
}

.teachings-column a h3 {
	color: #fff;
}

.teachings-column a:hover {
    font-weight: 600;
}

.teachings-column a.more {
	font-style: italic;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 15px;
}

.teachings-column h3 {
	font-size: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
    margin-top: 0;
}

.content-column {
	background-color: rgba(255,255,255,.2);
	width: 100%;
	border-radius: 10px;
}

.content-column blockquote {
    font-style: italic;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.sponsors-column {
	width: 400px;
	/*background-color: rgba(255,255,255,.2);*/
    padding: 20px 20px 0 20px;
    margin: 15px 0;
    border-left: 1px solid #000;
	font-family: 'PT Sans', sans-serif;
}

.sponsors-column h3 {
	margin-left: 10px;
	color: #fff;
	margin-top: 0;
}

.sponsor-box {
    width: 90%;
    background-color: #f5f4f3;
    border-radius: 9px;
    padding: 12px;
    box-sizing: border-box;
    margin: 10px 10px 0 10px;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    box-shadow: 1px 1px 5px 0px;
    max-width: 200px;
    min-height: 60px;
    display: inline-block;
}

.sponsor-box h4 {
    margin: 2px 0 4px 0;
    font-size: 16px;
    color: #055384;
}

.sponsor-box a {
	text-decoration: none;
    color: #143f94;
}

.sponsor-box a:hover {
	color: #003db7;
}

.sponsor-box img {
    max-width: 100%;
    border-radius: 5px;
    max-height: 150px;
    margin: 0 auto 5px auto;
    display: block;
}

/* - - - - - TESTIMONIAL AREA - - - - - */

.testimonials {
	background-color: #fff;
	padding: 20px;
	font-family: 'PT Sans', sans-serif;
	font-size: 20px;
	border-top: 3px solid #3e3a33;
}

.testimonials .testimonial-boxes {
	text-align: center;
	margin: 20px 0 15px 0;
	box-sizing: border-box;
}

.testimonials .testimonial-box {
    display: inline-block;
    padding: 20px;
    border: 2px solid #dedacd;
    overflow: overlay;
    color: #504b3a;
    text-align: left;
    margin: 5px 10px;
    background: #f9f8f5;
    border-radius: 15px;
    font-size: 16px;
}

.testimonials h2 {
    font-size: 36px;
    letter-spacing: .1em;
    color: #122640;
    margin: 15px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #ada897;
}

.button {
	color: #000;
	text-decoration: none;
	display: inline-block;
    background-color: #e08f00;
    padding: 8px 16px;
    border-radius: 8px;
}

.button:hover {
	background-color: #ce8504;
}

/* - - - - - FOOTER AREA - - - - - */

.logostrip {
 width: 100%;
 background-color: #ffffff;
 text-align: center;
 padding: 25px 0;
 border-top: 2px solid #051126;
}

.logostrip img {
 margin: 0 12px;
 border: 0;
}

footer {
 width: 100%;
 background-color: #0c1d33;
 font-family: 'PT Sans', sans-serif;
 font-size: 16px;
 color: #b7b7b7;
 letter-spacing: .1em;
 line-height: 27px;
 padding-top: 10px;
 border-top: 3px solid #e08f00;
}

footer .inner-flexbox {
	flex-direction: column;
}

footer .inner-flexbox div {
	display: inline-block;
	width: 45%;
    vertical-align: top;
}

footer h2 {
    font-weight: 400;
    font-size: 25px;
    margin: 28px 0 4px 0;
    padding-bottom: 10px;
    color: #e08f00;
    text-transform: uppercase;
}

/*footer ul.flexbox li h2:first-of-type {
    margin: 5px 0 4px 0;
}*/

footer hr {
    width: 80%;
    background-color: #fff;
    margin: 20px auto;
    height: 1px;
    border: none;
}

footer h4 {
	color: #fff;
    line-height: initial;
    font-size: 18px;
    margin: 0;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
}

footer a {
 color: #fff;
 text-decoration: none;
}

footer a:hover {
 text-decoration: underline;
}

footer ul.flexbox {
 flex-direction: column;
 margin: 0;
 padding: 0;
}

footer ul.flexbox li{
 width: 95%;
 margin: 5px 30px;
}

footer ul.flexbox li:first-of-type{
 text-transform: uppercase;
}

footer ul.flexbox li:nth-child(2){
    line-height: 24px;
}

footer ul.flexbox li:nth-child(3){
 text-align: center;
 line-height: 18px;
}

footer form {
 margin: 7px;
}

footer input {
 padding: 7px;
 border: none;
 color: #3c3c3c;
 letter-spacing: .1em;
 border-radius: 4px 0 0 4px;
}

footer button {
 padding: 7px 10px;
 border: none;
 font-weight: 600;
 border-radius: 0 4px 4px 0;
}

.copyright {
 width: 100%;
 padding: 11px 0;
 margin-top: 15px;
 text-align: center;
 color: #c3c3c3;
 font-family: 'Roboto', sans-serif;
 font-size: 13px;
 background-color: #091423;
 text-transform: lowercase;
}

.copyright a {
 color: #e08f00;
 text-decoration: none;
 font-weight: 600;
}


/* - - - - - SEARCH BOX - - - - - */

form.search {
	margin-bottom: 10px;
	color: #fff;
    font-weight: 600;
}

form.search label {
	display: block;
	margin-bottom: 5px;
}

form.search input[type=text] {
	width: 70%;
    border-radius: 4px;
    border: none;
    padding: 4px 8px;
    color: #464646;
}

form.search button {
	background-color: transparent;
    border: none;
    color: #fff;
}

.search-post-title {
    font-weight: 600;
    font-size: 18px;
}

.search-post-excerpt {
    margin-bottom: 25px;
    display: block;
    font-size: 16px;
    line-height: 25px;
}

/* - - - - - CONTACT FORMS - - - - - */

.contact-us-form {
}

.contact-us-form label {
	width: 180px;
	display: inline-block;
	vertical-align: top;
}

.contact-us-form input, textarea {
	border: 1px solid #9c9c9c;
	border-radius: 4px;
	padding: 7px;
	margin: 3px 0;
}

.contact-us-form input {
	width: 250px;
}

.contact-us-form textarea {
	width: 90%;
	height: 80px;
}

.contact-us-form div {
	margin: 4px 0;
}

.contact-us-form fieldset {
	border: 1px solid #000;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 20px;
	border-radius: 5px;
	background-color: rgba(0,0,0,.03);
}

.contact-us-form input[type=submit] {
	color: black;
	background-color: #f7f6f3;
	width: auto;
	margin: 0 auto;
    display: block;
}

.message-bar {
	background-color: rgba(0,0,0,.05);
	padding: 8px;
	border-radius: 6px;
}

.message-bar-error {
	background-color: rgba(0,0,0,.05);
	padding: 8px;
	border-radius: 6px;
	color: red;
}

.contact-us-form .hp {
	display: none;
}

/* Can a Christian have a Demon in header */

.cachad {
	text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    margin: -10px auto 2px;
}

.cachad a {
	text-decoration: none;
    color: #23325d;
    font-style: italic;
}

