/**handles:csco_child_css**/
/*
 * Theme Name:  Authentic Child
 * Theme URI:   https://codesupply.co/themes/authentic/
 * Description: Authentic Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    authentic
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

div.header-col.header-col-left {
	align-items: flex-end;
}

div.header-col.header-col-left > div {
	margin-right:inherit;
}

#menu-main-nav-1 > li:nth-of-type(1) {
	width: 70px;
	text-align: center;
}
#menu-main-nav-1 > li:nth-of-type(2) {
	width: 80px;
	text-align: center;
}
#menu-main-nav-1 > li:nth-of-type(3) {
	width: 110px;
	text-align: center;
}
#menu-main-nav-1 > li:nth-of-type(4) {
	width: 80px;
	text-align: center;
}
#menu-main-nav-1 > li:nth-of-type(5) {
	width: 100px;
	text-align: center;
}
#menu-main-nav-1 > li:nth-of-type(6) {
	width: 80px;
	text-align: center;
}
.navbar-nav > li.menu-item-has-children > a:after {
	content: "";
}
.navbar-nav .sub-menu > li > a:hover {
	background-color: #00000005;
}

header#masthead .header {
	background-color: #34526d10;
	position: relative;
}

header#masthead .navbar-primary:before {
	content: "";
	display: block;
	left: 0; right: 0;
	top: -14px;
	margin-left: auto; margin-right: auto;
	height: 14px;
	position: absolute;
	background: radial-gradient(closest-side, #00000006, #00000000);
	background-position: 0 7px;
	background-repeat: no-repeat;
}

header#masthead .navbar-primary:after {
	content: "";
	display: block;
	left: 0; right: 0;
	bottom: -14px;
	margin-left: auto; margin-right: auto;
	height: 14px;
	position: absolute;
	background: radial-gradient(closest-side, #00000006, #00000000);
	background-position: 0 -7px;
	background-repeat: no-repeat;
}


.home-header {
	background-image: url(https://stephenswitness.org/wp-content/uploads/2020/08/Gafcon-Jerusalem-2008-Enhanced-dark.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -3rem !important;
}

.home-header .logo img {
	box-shadow: 0 4px 10px rgba(0,0,0,0.5);
	border: 1px solid rgba(255,255,255,0.1);
}

h1 .cnvs-section-title {
	position: relative;
}
h1 .cnvs-section-title:after {
	content: "";
	display: block;
	width: 200px;
	height: 4px;
	background-color: #e37f7f;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
}

.section-article article,
.section-article-first article {
	background-color: white;
	font-size: 18px;
	text-align: left !important;
}

.section-article article .post-inner:last-of-type {
	padding: 30px 40px;
	margin: 0;
	box-shadow: inset 0 -4px 0 #EAE0E0;
}

.section-article-first article .post-inner:last-of-type {
	padding: 18px 50px 28px 20px;
	margin: 0;
}
.section-article-first article {
	box-shadow: inset 0 -4px 0 #EAE0E0;
}

.section-article article .post-more,
.section-article-first article .post-more {
	margin-top: 0 !important;
}

.section-article .archive-main article .entry-header h2.entry-title {
	font-size: 30px !important;
}

.section-article-first .archive-main article .entry-header h2.entry-title {
	font-size: 37px !important;
}

.section-article .archive-main article .post-meta {
	margin-top: 0;
}

.section-article-first .archive-main article .post-meta {
	margin-top: 20px;
}

.section-article .archive-main article .post-meta a,
.section-article-first .archive-main article .post-meta a {
	color: #94a0ab;
}

.section-article .archive-main article .post-excerpt,
.section-article-first .archive-main article .post-excerpt {
	font-size: 18px;
	line-height: 1.4;
	color: #283037;
}

.section-article .archive-main article .post-excerpt a,
.section-article-first .archive-main article .post-excerpt a {
	color: #283037;
}

.book figure img {
	box-shadow: 0 2px 44px #00000015;
}

.cnvs-block-section-content-inner p.date {
	border-top: 1px solid #979797;
	border-bottom: 1px solid #979797;
	display: table;
}


main#main article section.post-media:first-of-type {
	max-width: 500px;
	float: left;
	padding-right: 40px;
}

#content article section.entry-content blockquote.wp-block-quote p {
	padding-left: 60px;
	padding-right: 60px;
	text-align: left;
	line-height: 1.75;
}
#content article section.entry-content blockquote.wp-block-quote:before {
    content: none;
}

.editor-styles-wrapper .wp-block-quote {
	padding-left: 60px;
	padding-right: 60px;
	text-align: left;
	line-height: 1.75;
}	
.editor-styles-wrapper .wp-block-quote:before {
	content: none;
}


/* Home styles */

.home-1-3 .cnvs-block-row-inner > .cnvs-block-column {
	overflow: hidden;
}

.home-6-9 .post-list .post-list-one-third .post-list-media {
	flex: 0 0 28.6666666667%;
	max-width: 28.6666666667%;
}

.home-6-9 .post-list .post-outer .post-inner:last-child {
	justify-content: center;	
}

.home-6-9 .post-list .post-list-one-third .post-list-content {
	flex: 0 0 71.3333333333%;
	max-width: 71.3333333333%;
}