/*
 * Theme Name: EDC Template
 * Theme URI: https://wp-template.edc.org
 * Author: EDC
 * Description: A replica of the EDC Template that is not reliant on Elementor.
 * Version: 1.0
 */

body {
	margin: 0;
	font-family: Arial;
}

#hero-overlay {
	display: flex;
}

.content-wrapper {
	max-width: 1180px;
	margin:  0 auto;
	display: flex;
}

.content-wrapper2 {
	max-width: 1180px;
	margin:  0;
	display: flex;
}

.content-gap {
	width:  16.5%;
}

.content-well {
	width:  83.5%;
}

.content-area {
	padding: 120px 30px 100px 30px;
}

.entry-content {
	margin-top: 110px;
}

.entry-content:befores {
    content: '';
    position: absolute;
    height: 100%;
    width: 75.2vw;
    top: -37px;
    left: 0;
    background: white;
}

#content {
	position: relative;
    top: 80px;
}

footer {
	background: #5A7785;
	color:  #fff;
	padding: 30px 0px 30px 0px;
}

header #site-header, .ftr-top, .ftr-bottom {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	max-width: 1180px;
	margin:  1em auto;
	align-content: center;
    align-items: center;
}

header#masthead {
	position: fixed;
	width: 100%;
    background: #fff;
    z-index:  1;
    transition: .3s ease-in-out;
}

header #site-header {
	margin:  0em auto;
	/*padding-top: 12px;*/
	height: 100px;
	align-items: flex-end;
}

header a {
	text-decoration: none;
}

.site-branding {
	font-size: 29px;
	line-height: 100px;
	height: 100px;
	color: #27628E;
	font-weight: bold;
	width: 25%;
	transition: .3s ease-in-out;
}

.site-branding img {
	margin: 18px 0;
}

header#masthead.sticky-effect #site-header {
    height: 65px;
}

header#masthead.sticky-effect .site-branding {
    line-height: 65px;
    height: 65px;
}

header#masthead.sticky-effect .site-branding img {
    height: 54px;
    margin:  5px 0;
}

header#masthead.sticky-effect nav li a {
    height: 65px;
    line-height: 110px;
}

header#masthead.sticky-effect .search-widget {
	height: 65px;
    line-height: 90px;
}

.sticky-effect .site-branding {
	font-size: 24px;
}

 .search-widget {
 	height: 100px;
    line-height: 120px;
 }

nav {
	width: 75%;
	display: flex;
	align-items: flex-end;
}

nav ul {
	display: flex;
	justify-content: flex-end;
	margin: 0;
}

nav ul.sub-menu {
	display: none;
	position: absolute;
    top: 100px;
    padding: 0;
    background:  #fff;
}

header#masthead.sticky-effect nav ul.sub-menu {
	top: 65px;
}

nav ul.sub-menu.active {
	display: block;
}

header#masthead.sticky-effect nav ul.sub-menu li a,
nav ul.sub-menu li a {
    line-height: 18px;
    height: 18px;
    font-size: 14px;
    font-weight: normal;
}

nav li {
	list-style: none;
	padding: 0px 20px;
}

nav li a {
	color: #5A7785;
	font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0px;
    padding: 18px 0 12px 0;
    display: inline-block;
    height: 100px;
    line-height: 140px;
}

nav li a:hover {
	color: #101C28;
}

nav li.current-menu-item a, nav li.current-menu-parent > a {
	color: #101C28;
	border-bottom: 8px solid #FFB500;
    padding: 12px 0 12px 0;
}

nav ul.sub-menu li.current-menu-item a {
	color: #FFB500;
	font-weight: bold;
	border-bottom: none;
}

.site-branding a {
	color: #27628E;
}

.menu-primary-container {
	width:  100%;
}

.fa-search:before {
	color: #5A7785;
	font-size: 24px;
	display: inline-block;
	padding: 18px 20px;
}

.ftr-col {
	width:  16.66%;
}

.ftr-bottom .ftr-col.col1 {
	width:  75%;
	font-size: 12px;
}

.ftr-bottom .ftr-col.col2 {
	width:  25%;
	text-align: right;
}

.ftr-col.links a {
	letter-spacing: .025em;
	font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    color:  #fff;
}

.ftr-col.links {
	width: 13.33%;
}

.ftr-col.social {
	width: 20%;
}

.ftr-col.social h4 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 28px;
}

.ftr-col.social .icons a {

    display: inline-block;
}

.ftr-col.social .icons a i {
	display: inline-block;
    position: relative;
    font-style: normal;
    background-color: #6A8491;
    border-radius: 50%;
    color:  #fff;
    font-size: 18px;
    line-height: 42px;
    width: 42px;
    height: 42px;
}

.ftr-col.social .icons a i:before {
	position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.btn {
	fill: #fff;
    color: #fff;
    background-color: #5A7785;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 48px;
    color: var(--e-global-color-text);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #42B7DD;
    border-radius: 0px 0px 0px 0px;
    padding: 5px 20px 5px 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.btn:hover {
	color: #101C28;
	background-color: #3AB6DF;
}

.fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.fa-arrow-right:before {
    content: "\f061";
    margin-left: 0.5em;
}

.search-form__input {
	display: none;
}

h1.entry-title {
	color: #fff;
    text-shadow: 4px 0px 11px rgba(0, 0, 0, 0.3);
    font-size: 60px;
    font-weight: bold;
    line-height: 78px;
    letter-spacing: 0px;
    padding: 0;
    margin: 0;
}

.home h1.entry-title {
	text-align: center;
}

#content {
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 100% 320px;
	padding: 0px 0px 58px 0px;
}

#hero-overlay .content-well, #hero-overlay .content-post-col {
	background:  #fff;
	height:  32px;
	position: relative;
	top: 288px;
	width: 1180px;
}

#hero-overlay .content-pre-col,#hero-overlay .content-post-col  {
	flex-grow:  1;
	width: auto;
}
