/*
Theme Name: Obrien
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.subscribe-form {
float: right;
margin-top: -30px;
max-width: 265px;
position: relative;
}
.subscribe-form .mc4wp-form {
  margin: 0;
}
.subscribe-form p {
  margin: 0;
}
.subscribe-form .mc4wp-form label {
  display: inline-block;
  margin-bottom: 0;
}
.subscribe-form .mc4wp-form input[type="email"] {
  display: inline-block;
  width: 180px;
}
.subscribe-form .mc4wp-form input[type="submit"] {
background: none;
border: none;
color: #27a237;
display: inline-block;
font-weight: 600;
text-transform: uppercase;
}
.subscribe-form .mc4wp-notice {
  background: none;
  border: none;
  font-size: 10px;
  margin: 0;
  padding: 0;
  position: absolute;
}
.subscribe-form .mc4wp-success {
  background: none;
  border: none;
  font-size: 11px;
  margin: 0;
  padding: 0;
}
.subscribe-form .mc4wp-alert{
  background: none;
  border: none;
  font-size: 11px;
  margin: 0;
  padding: 0;
}