/*
Theme Name: Mopar Magazine
Theme URI:
Author: Vee Winch
Author URI: http://okvee.net
Description: Bootstrap v.3 basic theme for developers to build their new theme very fast and easy.
Version: 1.0.4
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: bootstrap-basic
Domain Path: /languages/
Tags: white, gray, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

This theme built with Twitter Bootstrap v.3. It is basic theme with basic style for build new theme with Bootstrap.

*/


/*
Required WordPress CSS
*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bypostauthor {
}
.gallery-caption {
}
.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* 
WP Contact Form 7 Fixes
 */
div.data-capture span.wpcf7-form-control-wrap {
	position: static;
	display: block;
}
div.data-capture input.email-capture {
	width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
div.data-capture .wpcf7-mail-sent-ng {
  display: none !important;
}
div.data-capture .wpcf7-validation-errors {
	display: none !important;
}
div.data-capture div.data-capture-success {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #398f14;
}
div.data-capture .btn-contain img.ajax-loader {
	display: none;
}