/*
 Theme Name: Divi Child
 Theme URI: https://amgci.com/
 Description: Divi Child Theme
 Author: AMG Creative, Inc.
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: helveticaMed;
    src: url('/wp-content/themes/divi-child/fonts/HelveticaNeueLTStd-Md.otf');
}
@font-face {
    font-family: helveticaLight;
    src: url('/wp-content/themes/divi-child/fonts/HelveticaNeueLTStd-Lt.otf');
}
@font-face {
    font-family: helveticaBold;
    src: url('/wp-content/themes/divi-child/fonts/Helvetica-Neue-Bold.otf');
}
body {
    color: #000;
    font-family: helveticaLight !important;
    font-weight: 400;
    font-size: 18px;
}
h1, h2, h3, h4, h5 {
    font-family: helveticaLight !important;
    font-weight: 400;
}
h2.post-title {
    font-size: 50px;
}
p {
    font-size: 18px;
}
#et_top_search {
    margin-top: 12px;
}
.post-content p, .post-excerpt {
    font-size: 18px;
    margin-bottom: .5rem;
}
#main-header {
    background-color: #081858 !important;
}
#logo {
    max-height: 100% !important;
    max-width: 110px !important;
}
#top-menu a {
    text-transform: uppercase;
    color: #fff !important;
}
#top-menu li {
    padding-right: 8px !important;
}
.headQuote {
    position: relative;
}
.headQuote img {
    margin-bottom: -7px;
}
.headTxt {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255,255,255,.8);
    padding: 50px 25px;
    color: #081858;
    display: none;
}
.headQuote:hover .headTxt {
    display: block;
}
.headTxt p {
    font-weight: bold;
}
.et-search-form input {
    font-size: 14px;
    color: #fff;
    border: solid #fff;
}
.et-search-form {
    top: 15px;
    bottom: 15px;
}
#et_search_icon::before {
    color: #fff !important;
}
span.et_close_search_field::after {
    color: #fff !important;
}
#footer-bottom {
    display: none;
}
#main-footer {
    background-color: #081858;
    padding: 3rem;
}
#main-footer p, #main-footer span, #main-footer a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
#main-footer .btn-primary {
	color: #081858;
	background-color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 800;
	font-family: helveticaLight !important;
	margin-top: 1rem;
}
/* #main-footer {
    display: none;
} */
.nav > li > a:focus, .nav > li > a:hover {
	background-color: transparent !important;
}
#blog-header {
    margin-top: -90px;
    margin-bottom: 3rem;
}
.blog-posts .post-thumbnail {
    margin-bottom: 1.5rem;
}
.blog-posts .post-thumbnail img {
    border-radius: 0 30px 30px 0;
    max-width: 690px;
    height: auto;
}
.blog-posts article {
    margin-bottom: 5rem;
}
.blog-posts .post-title {
    font-weight: 500;
}
.blog-posts .post-author {
    font-style: italic;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}
.blog-posts .post-excerpt {
    font-weight: 300;
    margin-bottom: 1.5rem;
}
.post-cta p {
    font-family: "Roboto", serif;
    font-size: 20px;
    font-weight: bold;
}
@media (min-width: 981px) {
    .et_right_sidebar #main-content .container::before {
        right: 24.875% !important;
    }
    .et_right_sidebar #sidebar {
        padding-left: 0 !important;
    }
}
#sidebar > * {
    margin-bottom: 1.5rem;
}
.blog-blurb {
    background-color: #D1D8E6;
    border-radius: 25px;
    padding: 25px;
}
.blog-blurb img {
    width: 25px;
    margin-right: 8px;
}
.searchForm {

}
a.read-more {
    font-family: "Roboto", serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    display: flex;
    align-items: center;
}
a.read-more > span {
    display: inline-block;
}
.readMoreArrow {
    color: #F35013;
    font-size: 25px;
    margin-left: 16px;
}

.col-20 {
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
	float: left;
}
@media (min-width: 981px) {
    .col-20 {
		flex: 0 0 20%;
		max-width: 20%;
		width: 20%;
		float: left;
	}
	#main-header {
		background-color: rgba(8, 24, 88, .80) !important;
	}
}