/*
Theme Name: eei
Theme URI: https://sandybrown-capybara-520144.hostingersite.com
Description: Custom theme for EEI
Author: studioBLUELINE
Author URI: http://studioblueline.com
Template: wp-bootstrap-starter
Version: 0.1.0
*/

@import url("../wp-bootstrap-starter/style.css");

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
}
#page.site{
	padding-top: 1.4rem;
}
header#masthead {
	border: none;
	box-shadow: none;
}
header#masthead.site-header {
	background-color: #fff;
	padding: 0 0 2rem 0;
}
h1, h2 {
	border: none;
	font-family: 'Merriweather', serif;
	font-weight: 400;
}
h2 {
	font-size: 1.4rem;
}
h1 {
	margin-top:0;
}
h1 a.site-title:hover {
	text-decoration: none;
}
h2.client-headline {
	color: #ff0000;
}
a.site-title {
	color: #ff0000;
	font-size: 2.3rem;
	font-weight: 400;
	opacity: 0.6;	
}
.masthead-image-area p {
	font-size: 1.1rem;
}
a {
	color: #ff0000;
	font-weight: bold;	
}

a:hover {
	color: #ff0000;
}
ul {
	list-style: none;
}
ul.nav-menu li {
	float: right;
	font-size: 13px;
	opacity: 0.8;
	padding-left: 25px;
}
.contact-widget ul li a {
	font-weight: normal;
}
header#masthead.site-header {
	background: url('https://sandybrown-capybara-520144.hostingersite.com/wp-content/uploads/2017/12/background-eei.png') repeat-x center;
}
header#masthead.pages {
	background-color: #fff;
}
.masthead-image-area {
	text-align: center;
	padding-top: 30px;
}
#content.site-content {
	padding-top: 0;
}
.content-area h2 {
	margin-bottom: 0.3rem;
	padding: 0;
	opacity: 0.8;
}
.content-area ul {
	padding-left: 1.1rem;
}
.content-area ul li:before {
	content:"•";
	padding-right: 6px;
}
p.thankyou {
	font-size: 1.8rem;
	background: #ff0000;
	color: #fff;
}
h1.entry-title {
	letter-spacing: 2px;
	margin: 0;
	text-transform: uppercase;
}
.post-15 .entry-content, .page-id-15 h1 {
	margin: 0;
}
.post-15 h4 {
	margin-top: 0;
}
.page-id-37 h1.entry-title,.page-id-57 h1.entry-title {
	margin-top: -20px;
}
.site-info {
	color: #ff0000;
}
div.contact-widget {
	background: #ff0000;
	color: #fff;
	font-size: 1rem;
	padding: 18px 1px;
	margin-top: 3rem;
}
div.contact-widget ul {
	margin-left: -2rem;
}
div.contact-widget a {
	color: #fff;
}
footer#colophon.site-footer {
	color: #fff;
	background-color: #ff0000;
	font-size: 1rem;
}
@media screen and (max-width: 992px) {
	div.contact-widget {
		display: none;
	}
}