/*
 Theme Name:   Marroco Child
 Theme URI:    http://theotherjournal.com
 Description:  Marroco Child theme built for TOJ
 Author:       Whitney Hartshorne
 Author URI:   http://whitneyhartshorne.com
 Template:     marroco
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  marroco-child
*/


#header .widget, #header .widget .widget-title span  {
	font-family: 'brandon_grotesqueblack';
	font-size: 12px;
	color: #0099CC;
	text-transform: uppercase;
	text-align: right;

	
}
#header .widget .widget-title {
	margin-bottom: 0;
	padding-bottom: 5px;
}
#header .widget .widget-title span {
	color: #777;
	float: none;
}
#header .widget .widget-title:after {
	display: none;
}

.text-center {
	text-align: center;
}

.billboard-slider .info .read-more a { border-color: #0099cc; background-color:#0099cc;  }

.posts-grid .article-content { border-bottom: none; }

/*****************************************
	Subtitle + Author Adjustments */
	
.post-header .post-subtitle strong.author {
	font-size: 20px;
}
.post-header .post-subtitle strong.author a {
	color: #0099cc;
	font-weight: bold;
}

/*****************************************
	Author Bio Adjustments */

.bio {
	width: 100%;
	background-color: #0099cc; 
	color: white; 
	float: left; 
	padding: 20px 10px 0 10px;
	margin-bottom: 20px;
}

.bio h2 {
	margin-bottom: 20px;
}

.bio p strong a {
	color: white;
}

.bio a {
	color: white;
}

.bio p strong a:hover {
	font-weight: bold;
}

.bio a:hover {
	font-weight: bold;
}

.archive .bio {
	padding: 20px 20px 0 20px;
}

.archive .bio h2 {
	font-size: 18px;
    line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center; 
}

.archive .bio p {
	text-align: center; 
}

.archive .bio a {
	color: white;
}

.archive .bio a:hover {
	font-weight: bold;
}

#text-3.widget > div {
	float: none;
}

.mc-field-group input {
	width: 100%;
	margin-bottom: 5px;
}

.mc-field-group.input-group ul li input {
	width: 10%;
	margin-bottom: 0px;
}

#mc_embed_signup_scroll input[type="submit"] {
	background: black;
	color: white;
	text-align: center;
	width: 40%;
}


/*****************************************
	Google AdSense */

ins{
	background:#fff
}

/*****************************************
	Contact Form Adjustments */

.wpcf7-form-control-wrap {
	margin-bottom: 30px;
}


@media only screen and (max-width: 768px) {

	.col.span_6 {
		width: 100%;
	}

}

/*****************************************
	Header Parallax Adjustment for iOS */

@media only screen and (max-width: 768px) {

	.header-parallax {
		background-attachment: scroll !important;
	}

}	

/*****************************************
	Adjustment for Easy Footnotes */
.easy-footnotes-wrapper {
	margin-top: 60px;
}

/*****************************************
	Adjustment for Footer Links */
#footer .bw-menu ul li a {
	color: white;
}	
