/*
Theme Name: Author Mod
Theme URI: https://array.is/themes/author-wordpress-theme/
Description: Author is a very clean blog style theme. Post your photos, articles or video with this responsive design. This is a modified version of the theme for TomMcFarlin.com.
Author: Array
Author URI: https://array.is
Version: 1.0.0
Template: author
Tags: blue, gray, light, white, two-columns, right-sidebar, fluid-layout, custom-background, custom-menu, editor-style, featured-images, sticky-post, theme-options, translation-ready
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Advertisements */

.bsap_adhere a {

	background: none !important;
	border:     0 !important;
	clear:      both;

}

.bsap a {

	max-width:     100%;
	float:         left;

}

.bsap a img {
	height: auto;
}

.bsap.left .bsap a {
	margin-right: 26px;
}

/* Sidebar */

.widget_text {
	float: left;
}

.widget_search {
	float:  left;
}

#prompt_subscribe_widget-4-email {
	width: 100%;
	border: none;
	padding-right: 56px;
	padding-left: 10px;
	background: #fff;
	color: #999;
	border-radius: 2px;
	box-shadow: rgba(0,0,0, 0.2) 0px 0px 2px;
	-moz-box-shadow: rgba(0,0,0, 0.2) 0px 0px 2px;
	-webkit-box-shadow: rgba(0,0,0, 0.2) 0px 0px 2px;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
}

#prompt_subscribe_widget-4-email:focus {
	outline: none;
	border: none;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
}

#prompt_subscribe_widget-4-submit {
	z-index: 10;
	right: 0;
	top: 0;
	border: none;
	background: #5C6772;
	color: #fff;
	text-transform: uppercase !important;
	font-size: 10px !important;
	font-weight: bold;
	letter-spacing: 1px;
	-webkit-appearance: none;
	border-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
	margin-top: -38px;
	position: relative;
	float: right;
	padding: 14px;
}

#prompt_subscribe_widget-4-submit:hover {
	background: #4F5963;
	cursor: pointer;
	-webkit-transition: .07s ease-in;
	-moz-transition: .07s ease-in;
	transition: .07s ease-in;
}

/* Content */

.logo-text span {
	display: block;
}

.top-bar {
	margin-top: 8px;
}

.wp-caption.aligncenter {
	margin-bottom: 25px;
}

code {

	display:     inline;
	padding:     0;
	font-family: monospace;
	background:  none;
}

.post img {
	width: 100%;
}

.post blockquote p {
	font-weight: 200;
}

/* Comments */

.comment-text blockquote p {

	font-style:   italic;
	border-left:  1px solid #f0f3f4;
	padding-left: 20px;
}

/* Media Queries */