/*
	Theme Name: academic.logos.com beta
	Description: This is the sample theme created for the Genesis Framework.
	Author: Logos
	Author URI: http://www.logos.com/
	Version: 0.1
 
	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
 	Template: genesis
	Template Version: 2.0.1
 
 */
@import url("../genesis/style.css");

/* FONT OVERRIDES */
/*OPEN SANS*/
.genesis-nav-menu, .widget-title {
	font-family: "Open sans", sans-serif;
}
.genesis-nav-menu a{
	padding: .8rem 2.4rem;
}
.title-area {
	background: url('https://files.logoscdn.com/v1/assets/10945653/optimized?w=52') no-repeat 0 center;
	margin-left: 24px;
	padding-left: 70px;
}
/*CRIMSON TEXT*/;
body{
	background-color: #E6E6E6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'ff-dax-web-pro-1','ff-dax-web-pro-2','Arial Narrow','Helvetica Neue',Arial,'Liberation Sans',FreeSans,Sans-Serif;
}
body,
.site-description {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.site-header .wrap {
	padding-top: 10px;
}
.site-title {
	font-family: 'Gotham A','Gotham B','Arial Narrow','Helvetica Neue',Arial,'Liberation Sans',FreeSans,Sans-Serif;
	font-size: 36px;
	font-weight: 300;
	letter-spacing: -.03em;
	margin-top: 30px;
	margin-bottom: 5px;
	text-align: left;
	text-transform: none;
}
/*Fix for changing background color on responsive devices*/
@media only screen and (max-width: 1023px) {
	body {
		background-color: #fff;
	}
}

.site-header {
    background-color: #536664;
}

.site-title a,
.site-title a:hover {
	color: #FFFFFF;
}

.site-description{
	color: #A4B0B0;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}

.genesis-nav-menu a {
	color: #CCCCCC;
}
.genesis-nav-menu > .menu-item > a {
    text-transform: none;
}

.nav-primary a:hover, .nav-primary .current-menu-item > a {
    color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #556866;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}
.entry-title a, .entry-title a:hover{
	color: #556866;
}
.entry-content a {
	color: #006CB4 ;
}

.entry-content a:hover {
	color: #19518e;
}
.entry-meta{
	font-size: 1.6rem;
}
.entry-footer .entry-meta {
    border-top: 5px solid #E6E6E6;
    margin: 0 -4rem;
    padding: 3.2rem 4rem 0.8rem;
}
.screenread {
    display: none;
}

input, select, textarea {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 3px #EEEEEE inset;
    color: #999999;
    font-size: 1.4rem;
    padding: 1.6rem;
    width: 100%;
}

.enews input {
    margin-bottom: 1.6rem;
}
.enews input[type="submit"] {
    background-color: #536664;
    color: #FFFFFF;
    margin: 0;
    width: 100%;
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #536664;
}

input,
select{
	background-color: #E7E6E4;
	color: #666666;
}
.widget-title {
    font-size: 1.8rem;
	color: #000000;
}
.widget.featuredpost article{
	margin: 0;
	padding: 0;
	border: 0;
}
.widget.featuredpost article h2{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.625;
}
.widget.featuredpost article a{
	 border-bottom: 1px solid #DDDDDD;
}
.widget.featuredpost article a:hover{
	color: #333;
}
.site-footer{
	padding: 10px 0;
}
.fl-zone-wide .ad-widget{
	text-align: center;
	margin-top: 40px;
}
.fl-zone-wide .ad-widget:first-child {
	margin-top: 0;
}
.social-icons{
	text-align: center;
}
.social-icons li{
	display: inline-block;
}
.social-icons li+li{
	margin-left: 10px;
}
.social-icons a{
	border: 0;
	text-decoration: none;
}

.fb-like.fb_iframe_widget>span{
	vertical-align: top !important;
}
iframe{
	max-width: none;
}

.callout {
	align-items: center;
	background: #E6E6E6;
	display: flex;
	margin: 28px auto;
	overflow: hidden;
	padding: 14px 2rem;
	text-align: left;
}
.callout p {
	margin: 0;
}
.callout img {
	float: left;
	margin-right: 2rem;
	max-height: 8rem;
}