/*
Theme Name: Artificer Child
Template: artificer
Author: Child Theme Configurator
Version: 1.0.1433318841
Updated: 2015-06-03 08:07:21
*/

@charset "UTF-8";

.subscribe-newsletter {
    min-width: 33.3%;
    text-align: right;
    float: right;
    margin: 1em 0px;
    font-size: 1.25em;
}

.subscribe-link {
    background: #E7A206 none repeat scroll 0% 0% padding-box;
    padding: 0.236em 0.857em;
    border-radius: 1em;
    margin-left: 0.53em;
    color: #FFF;
    box-shadow: 0px 0px 0px 0.236em #B57F05 inset;
    text-shadow: 0px 1px 0px #B46F00;
}

@media (max-width: 780px) {

  .subscribe-newsletter {
      text-align: center;
      float: none;
  }
}