/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
abbr,
acronym,
fieldset {
  border: 0; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  clear: both;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align="left"] {
  display: block;
  float: left; }

.right,
.alignright,
img[align="right"] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align="middle"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none;
  clear: both; }

.block,
.alignnone {
  display: block;
  clear: both; }

input[type="submit"],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #24272a;
  background-color: white;
  padding-top: 24px; }

body.landing {
  padding-top: 0; }

.container {
  width: 897px;
  margin: 0 auto; }

.landing .container {
  width: 617px; }

.columns,
.columns > .content,
.columns > .sidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.columns > .content {
  width: 617px;
  float: left;
  border-width: 0 0px 0 0;
  border-style: solid;
  border-color: #dddddd; }

.columns > .sidebar {
  width: 280px;
  float: right;
  padding: 24px 24px 0 24px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #dd0000;
  text-decoration: none; }

p a {
  text-decoration: underline; }

p a:hover {
  text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 0px 0px;
  border-style: solid; }

.menu li {
  position: relative;
  float: left;
  margin-bottom: -1px; }

.menu .sub-menu {
  position: absolute;
  left: -1px;
  display: none;
  list-style: none;
  z-index: 110;
  margin-top: -1px; }

.menu .sub-menu .sub-menu {
  top: 0;
  left: 13.813em;
  margin: 0 0 0 -1px; }

.menu li:hover > .sub-menu {
  display: block; }

.menu .sub-menu li {
  width: 13.813em;
  clear: both; }

.menu a,
.menu_control {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1em;
  text-transform: lowercase;
  letter-spacing: 1px;
  color: #24272a;
  border-width: 0px 0px 0px 0;
  border-style: solid;
  background-color: white;
  padding: 0.75em 1em; }

.menu a:hover {
  background-color: white; }

.menu_control {
  display: none;
  background-color: white; }

.menu .sub-menu a {
  border-left-width: 0px; }

.menu,
.menu a,
.menu .sub-menu {
  border-color: white; }

.menu .current-menu-item > a {
  border-bottom-color: white;
  background-color: white;
  cursor: text; }

.menu .sub-menu .current-menu-item > a {
  border-bottom-color: #dddddd; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #dddddd;
  padding: 24px; }

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

#site_title {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.32em;
  font-weight: bold;
  color: #24272a; }

#site_title a {
  color: #24272a; }

#site_title a:hover {
  color: #dd0000; }

#site_tagline {
  font-size: 14px;
  color: #888888;
  line-height: 1.32em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
.grt,
.grt h3 {
  font-size: 14px;
  line-height: 24px; }

.grt .headline {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0; }

.grt h2 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-top: 36px;
  margin-bottom: 12px; }

.grt .small,
.grt .caption {
  font-size: 11px;
  line-height: 20px; }

.grt .drop_cap {
  font-size: 48px;
  line-height: 1em;
  margin-right: 0.15em;
  float: left; }

.grt p,
.grt ul,
.grt ol,
.grt blockquote,
.grt pre,
.grt dl,
.grt dd,
.grt .center,
.grt .block,
.grt .caption,
.post_box .aligncenter,
.post_box .alignnone,
.post_box .post_image,
.post_box .post_image_box,
.post_box .wp-caption,
.post_box .wp-post-image,
.post_box .alert,
.post_box .note,
.headline_area {
  margin-bottom: 24px; }

.grt ul,
.grt ol,
.grt .stack {
  margin-left: 24px; }

.grt ul ul,
.grt ul ol,
.grt ol ul,
.grt ol ol,
.wp-caption p,
.post_box .alert p:last-child,
.post_box .note p:last-child,
.post_content blockquote.right p,
.post_content blockquote.left p {
  margin-bottom: 0; }

.grt .left,
.post_box .alignleft,
.post_box .ad_left {
  margin-bottom: 24px;
  margin-right: 24px; }

.grt .right,
.post_box .alignright,
.post_box .ad {
  margin-bottom: 24px;
  margin-left: 24px; }

.grt .caption {
  margin-top: -12px;
  color: #888888; }

/*
 * ---:[ golden ratio pullquotes ]:---
 */
.grt blockquote.right,
.grt blockquote.left {
  font-size: 23px;
  line-height: 32px;
  width: 45%;
  margin-bottom: 12px; }

.grt blockquote.right,
.grt blockquote.left {
  padding-left: 0;
  border: 0; }

/*
 * ---:[ post box styles ]:---
 */
.post_box {
  padding: 24px 24px 0 24px;
  border-top: 1px dotted #dddddd; }

.top {
  border-top: 0; }

.post_box .headline,
.headline a {
  color: #24272a; }

.headline a:hover {
  color: #dd0000; }

.byline,
.byline a {
  color: #888888; }

.byline a {
  border-bottom: 1px solid #dddddd; }

.byline a,
.post_author,
.post_date {
  text-transform: uppercase;
  letter-spacing: 1px; }

.byline a:hover,
.num_comments {
  color: #24272a; }

.byline .post_edit {
  margin-left: 12px; }

.byline .post_edit:first-child {
  margin-left: 0; }

.post_author_intro,
.post_date_intro,
.byline .post_cats_intro {
  font-style: italic; }

.post_box h2,
.post_box h3 {
  color: #24272a; }

.post_box h3 {
  font-weight: bold; }

.post_box ul {
  list-style-type: square; }

.post_box blockquote {
  color: #888888;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #dddddd; }

.post_box code {
  font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif; }

.post_box pre {
  font-family: Consolas, Monaco, Menlo, Courier, Verdana, sans-serif;
  background-color: white;
  padding: 12px;
  -webkit-tab-size: 4;
  -moz-tab-size: 4;
  tab-size: 4; }

.post_content li a {
  text-decoration: underline; }

.post_content li a:hover {
  text-decoration: none; }

.post_box .frame,
.post_box .post_image_box,
.post_box .wp-caption {
  border: 1px solid #dddddd;
  background-color: white;
  padding: 12px; }

.post_box .wp-caption img,
.post_box .post_image_box .post_image,
.post_box .thumb {
  margin-bottom: 12px; }

.wp-caption.aligncenter img {
  margin-right: auto;
  margin-left: auto; }

.wp-caption .wp-caption-text .wp-smiley {
  display: inline;
  margin-bottom: 0; }

.post_box .wp-caption p {
  font-size: 11px;
  line-height: 20px; }

.post_box .author_description {
  border-top: 1px dotted #dddddd;
  padding-top: 24px; }

.post_box .author_description_intro {
  font-weight: bold; }

.post_box .avatar {
  width: 46px;
  height: 46px;
  float: right;
  clear: both;
  margin-left: 12px; }

.post_box .author_description .avatar {
  width: 96px;
  height: 96px;
  float: left;
  margin-right: 12px;
  margin-left: 0; }

.post_box .post_cats,
.post_box .post_tags {
  color: #888888; }

.post_box .alert,
.post_box .note {
  padding: 12px; }

.post_box .alert {
  background-color: #ffff99;
  border: 1px solid #e6e68a; }

.post_box .note {
  background-color: white;
  border: 1px solid #dddddd; }

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

/*
 * ---:[ other post box styles ]:---
 */
.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 24px; }

.num_comments_link:hover {
  text-decoration: underline; }

.bracket,
.num_comments {
  font-size: 24px; }

.bracket {
  color: #dddddd; }

/*
 * ---:[ misc. content elements ]:---
 */
.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }

.archive_intro .headline {
  margin-bottom: 24px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 12px 24px; }

.prev_next .next_posts {
  float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.previous_posts a:hover,
.next_posts a:hover {
  text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 48px; }

.comments_intro {
  color: #888888;
  margin-bottom: 12px;
  padding: 0 24px; }

.comments_closed {
  font-size: 11px;
  line-height: 20px;
  color: #888888;
  margin: 0 24px 24px 24px; }

.comment_list {
  list-style-type: none;
  margin-bottom: 48px;
  border-top: 1px dotted #dddddd; }

.comment {
  border-bottom: 1px dotted #dddddd;
  padding: 24px; }

.children .comment {
  list-style-type: none;
  margin-top: 24px;
  border-left: 1px solid #dddddd;
  border-bottom: 0;
  padding: 0 0 0 24px; }

.children .bypostauthor {
  background-color: transparent;
  border-color: #dd0000; }

.comment .comment_head {
  margin-bottom: 12px; }

.children .comment_head {
  margin-bottom: 0; }

.comment .comment_author {
  font-weight: bold; }

.comment_date {
  font-size: 11px;
  margin-left: 12px;
  color: #888888; }

.comment_date a {
  color: #888888; }

.comment_footer a {
  font-size: 11px;
  line-height: 20px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 12px; }

.comment_head a:hover,
.comment_footer a:hover,
.comment_nav a:hover {
  text-decoration: underline; }

.comment_footer a:first-child {
  margin-left: 0; }

.comment .avatar {
  width: 48px;
  height: 48px;
  float: right;
  margin-left: 12px; }

.comment_nav {
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-style: dotted;
  border-color: #dddddd;
  padding: 12px 24px; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  margin: -48px 0 48px 0;
  border-width: 0 0 1px 0; }

.next_comments {
  float: right; }

/*
 * ---:[ inputs ]:---
 */
.input_text {
  font-size: inherit;
  line-height: 1em;
  font-family: inherit;
  font-weight: inherit;
  color: #24272a;
  border: 1px solid #dddddd;
  background-color: white;
  padding: 0.35em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.input_text:focus {
  border-color: white;
  background-color: white; }

textarea.input_text {
  line-height: 24px; }

.input_submit {
  font-size: 18px;
  line-height: 1em;
  font-family: inherit;
  font-weight: bold;
  border: 3px double #dddddd;
  background: white url('images/bg-button.png') repeat-x;
  padding: 0.5em;
  cursor: pointer;
  overflow: visible; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  margin: 48px 0;
  padding: 0 24px; }

.comment #commentform {
  margin-top: 0;
  padding-right: 0;
  padding-left: 0; }

.comment_form_title {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #24272a;
  margin: 0 -24px;
  border-bottom: 1px dotted #dddddd;
  padding: 0 24px 12px 24px; }

#commentform label {
  display: block; }

#commentform p {
  margin-bottom: 12px; }

#commentform p .required {
  color: #dd0000; }

.comment_moderated {
  font-weight: bold; }

#commentform .input_text {
  width: 50%; }

#commentform textarea.input_text {
  width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 11px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #dd0000; }

#cancel-comment-reply-link:hover {
  text-decoration: underline; }

.login_alert {
  font-weight: bold;
  border: 1px solid #dddddd;
  background-color: white; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 11px;
  color: #24272a;
  line-height: 17px; }

.sidebar .headline,
.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  color: #24272a;
  line-height: 18px; }

.sidebar .sidebar_heading,
.sidebar .widget_title {
  font-variant: small-caps;
  letter-spacing: 1px;
  margin-bottom: 9px; }

.sidebar .input_submit {
  font-size: inherit; }

.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar blockquote,
.sidebar pre,
.sidebar dl,
.sidebar dd,
.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .center,
.sidebar .aligncenter,
.sidebar .block,
.sidebar .alignnone {
  margin-bottom: 17px; }

.sidebar .left,
.sidebar .alignleft,
.sidebar .ad_left {
  margin-right: 17px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.sidebar .right,
.sidebar .alignright,
.sidebar .ad,
.sidebar .stack {
  margin-left: 17px; }

.sidebar ul ul,
.sidebar ul ol,
.sidebar ol ul,
.sidebar ol ol,
.wp-caption p,
.sidebar .post_excerpt p {
  margin-bottom: 0; }

.widget,
.sidebar .text_box,
.sidebar .thesis_email_form,
.sidebar .query_box {
  margin-bottom: 34px; }

.sidebar .thesis_email_form .input_text,
.widget li {
  margin-bottom: 9px; }

.sidebar .search-form .input_text,
.sidebar .thesis_email_form .input_text {
  width: 100%; }

.sidebar .query_box .post_author,
.sidebar .query_box .post_date {
  color: #888888; }

.sidebar .post_content,
.widget li ul,
.widget li ol {
  margin-top: 9px; }

.widget ul {
  list-style-type: none; }

.widget li a:hover {
  text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 11px;
  line-height: 20px;
  text-align: right;
  color: #888888;
  border-top: 3px double #dddddd;
  padding: 12px 24px; }

.footer a {
  color: #888888; }

.footer a:hover {
  color: #24272a; }

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

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 897px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 617px; }

  .header {
    border-top: 1px solid #dddddd; }

  .landing .header {
    border-top: 0; }

  .columns > .content {
    float: none;
    width: 100%;
    border: 0; }

  .columns > .sidebar {
    float: none;
    width: 100%;
    border-top: 3px double #dddddd; }

  .menu_control {
    display: block;
    width: 100%;
    border-width: 0;
    background-color: white;
    padding: 1em 24px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .menu {
    display: none;
    width: 100%;
    border-width: 1px 0 0 0;
    clear: both; }

  .show_menu {
    display: block; }

  .menu .sub-menu {
    position: static;
    display: block;
    margin: 0;
    border-top: 1px solid #dddddd;
    padding-left: 24px; }

  .menu li {
    width: 100%;
    float: none;
    margin-bottom: 0; }

  .menu .sub-menu li {
    width: 100%; }

  .menu a {
    border-width: 0px 0px 0 0;
    background-color: white;
    padding: 1em 24px; }

  .menu .current-menu-item > a {
    background-color: white; }

  .menu > li > a {
    border-left-width: 0px; }

  .menu li:first-child > a:first-child {
    border-top-width: 0; }

  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 50%; } }

@media all and (max-width: 617px) {
  .menu a {
    border-right-width: 0; }

  .menu > li > a {
    border-left-width: 0; }

  .post_box .frame,
  .post_box .post_image_box,
  .post_box .wp-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }

@media all and (max-width: 450px) {
  .menu a,
  .menu_control {
    padding: 1em 12px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  .comment_form_title,
  .footer {
    padding-right: 12px;
    padding-left: 12px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 12px; }

  .comments_closed,
  .login_alert {
    margin-right: 12px;
    margin-left: 12px; }

  .comment_form_title {
    margin-left: -12px;
    margin-right: -12px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"] {
    float: none; }

  .grt .right,
  .grt .left,
  .post_box .alignright,
  .post_box .alignleft,
  .grt blockquote.right,
  .grt blockquote.left {
    margin-right: 0;
    margin-left: 0; }

  .post_author:after {
    content: '\a';
    height: 0;
    white-space: pre;
    display: block; }

  .grt blockquote.right,
  .grt blockquote.left,
  #commentform .input_text,
  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 100%; }

  .post_box blockquote {
    margin-left: 0; }

  .comment_date {
    display: none; } }

/*
 * ---:[ clearfix ]:---
 */
.columns:after,
.menu:after,
.post_box:after,
.post_content:after,
.author_description:after,
.sidebar:after,
.query_box:after,
.prev_next:after,
.comment_text:after,
.comment_nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/*
 * ---:[ custom CSS ]:---
 */
/*
 * --------FD----------
 */
.store-header-pitch {
  float: right;
  max-width: 500px;
  font-size: 14px; }

.store-header-pitch  h1 {
  padding-bottom: 4px; }

.mobile-fd-header p {
  font-family: sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0; }

.mobile-fd-header {
  float: right;
  margin-right: 200px; }

.mobile-fd-header .red-trailer-button-special {
  float: right;
  margin-bottom: 3px;
  margin-right: 5px; }

form.subscriber-access {
  margin-bottom: 20px;
  font-family: serif;
  font-size: large;
  max-width: 550px; }

.woocommerce ul.products li.product a img {
  width: auto; }

.funddrive-notice-top-title {
  font-family: Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 600;
  padding-top: 10px;
  color: #111111; }

div#funddrive-top-notice {
  float: right;
  max-width: 400px;
  margin-top: 10px;
  margin-right: 95px; }

div#funddrive-top-notice p {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
  color: #888888;
  padding-top: 5px; }

.red-trailer-button-special {
  padding: 8px;
  color: white;
  background: red;
  border: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 5px; }

/*
 * ------podcast styles---------
 */
.podcast-donate-widget {
  font-size: 26px;
  line-height: 29px; }

.podcast-donate-widget .button2 {
  font-size: 13px;
  color: white; }

div#sub {
  line-height: 20px; }

.category-counterpunch-radio-podcasts h1.headline {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px; }

.category-counterpunch-radio-podcasts .post_content {
  margin-bottom: 20px; }

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
  margin-left: 1px !important; }

/*
 * woocommerce add to cart button fix for plugin update
 */
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #e11f27 !important;
  color: white;
  font-size: 16px !important;
  font-weight: 600 !important;
    /*
   * padding:6px!important;
   */
  color: white !important;
  -webkit-font-smoothing: antialiased; }

button.single_add_to_cart_button {
  font-size: 16px !important; }

.woocommerce-message:before {
  content: "\e017" !important;
  color: #e11f27 !important; }

.woocommerce .woocommerce-info:before {
  color: #e11f27 !important; }

/*
 * ------cross-sells-images----
 */
.cross-sells ul.products img.attachment-shop_catalog.wp-post-image {
  display: none; }

/*
 * -------notice-------------
 */
body.template-page {
  padding-top: 0px; }

body.template-single-product {
  padding-top: 0px; }

body.template-product_cat {
  padding-top: 0px; }

body.page-id-2029 {
  padding-top: 0px; }

body.template-front {
  padding-top: 0px; }

#notice-wrap {
  background-color: rgba(236, 236, 236, 0.62);
  border-radius: 3px;
    /*
   * border:5px solid #eee;
   */
  padding: 5px;
  height: 70px; }

#notice-wrap a {
  text-decoration: none; }

#feature-list ul li {
  max-width: 600px;
  font-family: Goergia, serif;
  font-size: 20px;
  float: left;
  line-height: 23px;
  margin-left: 0px;
  list-style-type: none; }

#feature-list ul {
  padding: 0px; }

p.trailer-text {
  font-size: 100%;
  padding-right: 30px; }

#feature-text {
  padding-top: 5px margin-left:5px; }

#feature-list {
  margin-left: 10px; }

#right_header_box {
  padding-left: 30px;
  background-color: #eeeeee;
  padding-top: 10px;
  height: 182px; }

#rightbox-feature {
  float: right; }

/*
 * ---------buttons-----
 */
.button2 {
  border-radius: 5px;
  padding: 7px;
  margin-right: 100px;
  background: #df0f20;
  border: #999999 solid 1px;
  font-size: 110%;
  float: right; }

.button2 a {
  color: white;
  text-decoration: none; }

.button2 a:hover {
  color: black;
  text-decoration: none; }

/*
 * --------minicart---------
 */
.widget_shopping_cart_content {
  max-width: 250px;
  float: right; }

.mini-cart-special dl.variation {
  display: none; }

.mini-cart-special span.quantity {
  display: none; }

.mini-cart-special {
  padding-right: 10px; }

.mini-cart-special p.widget_title {
  display: none; }

body {
  line-height: 18px; }

h1.product_title {
  line-height: 24px; }

#subheader-imagebox {
  float: right; }

div#header {
  margin-top: 20px; }

/*
 * --------gform-----
 */
body .gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  line-height: 1em;
  margin: 0 0 2px !important; }

body .gform_wrapper {
  margin: 5px 0; }

body .gform_wrapper .gform_footer {
  clear: both;
  margin: 2px 0 0;
  padding: 2px 0; }

/*
 * woo disable button tweak
 */
.woocommerce a.button:disabled,
.woocommerce a.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #content input.button:disabled,
.woocommerce #content input.button.disabled,
.woocommerce-page a.button:disabled,
.woocommerce-page a.button.disabled,
.woocommerce-page button.button:disabled,
.woocommerce-page button.button.disabled,
.woocommerce-page input.button:disabled,
.woocommerce-page input.button.disabled,
.woocommerce-page #respond input#submit:disabled,
.woocommerce-page #respond input#submit.disabled,
.woocommerce-page #content input.button:disabled,
.woocommerce-page #content input.button.disabled {
  background: none repeat scroll 0 0 black !important; }

/*
 * -----wootab tweak-----
 */
woocommerce-tabs ul.tabs {
  margin: 0 0 0.08em !important;
  line-height: 16px; }

/*
 * ------widget-sidebar-----------
 */
div#sub h1,
div#sub2 h1 {
  color: #df0f20; }

div#sub label,
div#sub2 label {
  font-size: 13px; }

div#sub,
div#sub2 {
  float: right;
  width: 240px;
  padding-top: 0;
  padding-bottom: 26px; }

.widget {
  margin-bottom: 26px; }

.page .widget_product_search {
  float: right;
  width: 245px;
  padding: 15px 5px 15px 10px; }

.woocommerce-page .widget_product_search {
  float: right;
  width: 245px;
  padding: 15px 0px 15px 10px; }

.widget_product_search label {
  display: none; }

/*
 * --------global------
 */
.product_title h1 {
  font-size: 70%; }

.product h1.entry-title {
  word-wrap: normal; }

p {
  color: black;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 21px; }

body.template-product_cat .archive_title {
  display: none; }

body.template-product_cat .archive_intro {
  border-color: white;
  border-style: solid;
  border-width: 0 0 0px; }

body.error404 #container .columns-special > .text_box {
  float: left;
  max-width: 617px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-right: solid 1px #dddddd; }

.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
    /*
   * width: 40% !important
   */ }

#post-10 p {
  font: 18px "helvetica neue", helvetica, arial, sans-serif !important;
  padding-bottom: 18px;
  max-width: 600px; }

.woocommerce-message {
  border-top: 3px solid #df0f20 !important; }

/*
 * .woocommerce-message:before {
 * background-color: #df0f20!important
 * }
 */
.woocommerce-info {
  border-top: 3px solid #df0f20 !important; }

/*
 * .woocommerce-info:before {
 * background-color: #df0f20 !important
 * }
 */
.woocommerce-error {
  border-top: 3px solid #df0f20 !important; }

/*
 * .woocommerce-error:before {
 * background-color: #df0f20 !important
 * }
 */
#tab-description p {
  max-width: 750px;
  padding-left: 20px; }

#tab-description h2 {
  display: none; }

.entry-summary p {
  color: black;
  font: 13px "helvetica neue", helvetica, arial, sans-serif;
  font-size: 20px;
  line-height: 21px;
  padding-bottom: 5px; }

.woocommerce input.button {
  font: 14px "helvetica neue", helvetica, arial, sans-serif !important; }

.summary .cart button.alt {
  color: #f2f2f2 !important; }

.summary .cart .single_add_to_cart_button {
  color: #f2f2f2 !important; }

#payment .place-order #place_order {
  color: #f2f2f2 !important; }

.woocommerce td.actions .checkout-button {
  color: #f2f2f2 !important; }

.coupon .input-text {
  max-width: 150px; }

.coupon .button {
  float: left !important; }

/*
 * .post_box {padding: 20px 10px 0 0!important;}
 */
#archive_intro {
  display: none; }

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
  font-size: 1.2em;
  margin: 0;
  padding: 0.5em 0; }

.post_box h3 {
  font-weight: normal; }

form.checkout label {
  font: 14px "helvetica neue", helvetica, arial, sans-serif; }

p#billing_country_field label {
  color: red;
  font-size: 120%; }

/*
 * --------specific product--------
 */
#product-11272 p.price span.subscription-details {
  display: none; }

#product-11266 p.price span.subscription-details {
  display: none; }

#product-11265 p.price span.subscription-details {
  display: none; }

#product-11259 p.price span.subscription-details {
  display: none; }

#product-11244 p.price span.subscription-details {
  display: none; }

#product-11206 p.price span.subscription-details {
  display: none; }

#product-4871 p.price span.subscription-details {
  display: none; }

.page-id-8 .post-4877 a img.attachment-shop_catalog.wp-post-image {
  display: none; }

.donation-mini .post_box {
  padding-top: 0px; }

#product-7505 h1.product_title {
  display: none; }

#product-7505 .summary {
  float: none; }

#product-7505 div.images img {
  display: none; }

#product-4877 div.images img {
  box-shadow: 0 0px 0px 0 transparent;
  -webkit-box-shadow: 0 0px 0px 0 transparent;
  -webkit-transition: all ease-in-out 0s;
  -moz-transition: all ease-in-out 0s;
  -o-transition: all ease-in-out 0s;
  transition: all ease-in-out 0s; }

#post-1623 h1 {
  word-wrap: normal; }

#post-1623 h3 {
  font-weight: bold;
  font-size: 107%;
  word-wrap: break-word; }

#post-1623 .headline {
  display: none;
  line-height: 0; }

#product-1953,
#product-1481 .summary p a {
  font-size: 70%; }

#product-1537 p.price {
  display: none;
  line-height: 0; }

#product-1632 p.price {
  display: none;
  line-height: 0; }

#product-1982 p.price {
  display: none;
  line-height: 0; }

ul.products li.post-1632 .price {
  display: none !important; }

ul.products li.post-2230 .price {
  display: none !important; }

#post-8 .headline {
  display: none; }

#post-8 dd.variation-SelectaDonationAmount p {
  color: white; }

#post-8 dl {
  color: white; }

/*
 * ----page-specific--------------template specific--------------------------------------
 */
.page-id-3139 p {
  padding-bottom: 15px; }

.postid-7519 .button {
  padding-left: 20px;
  float: left; }

.space {
  padding: 10px; }

#post-7519.post_box .headline,
.headline a {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #24272a;
  line-height: 28px; }

#post-7519 p {
  font-size: 18px;
  line-height: 27px;
  font-family: Georgia, "Times New Roman", Times, serif;
  max-width: 580px;
  margin: 0px 0px 10px 10px;
  font-weight: 400;
  font-style: normal; }

#post-7519 .post_box blockquote {
  color: #888888;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #dddddd; }

.single-post-nosidebar .post_content {
  max-width: 580px; }

.gravity-form-product-mobile .post_content {
  max-width: 560px; }

.gravity-form-product .post_box {
  padding-top: 100px; }

.pag-id-8 .woocommerce-message {
  display: none; }

.gravity-form-product .post_box {
  padding: 100px 50px 0 10px; }

.post-4877 .wp-post-image a img {
  display: none; }

.page-id-1623 .upsells.products {
  padding-left: 20px; }

#login-notice ul {
  padding-top: 10px; }

#login-notice ul li {
  font-size: 130%;
  color: #df0f20;
  padding-bottom: 15px;
  max-width: 600px;
  margin-left: 20px;
  list-style-type: disc; }

h1.fourohfourerror {
  line-height: 35px; }

#post-3139 .col-2 h2 {
  display: none; }

#post-3139 form.register {
  display: none; }

#post-9 ul.woocommerce-error li {
  font-size: 135%; }

.page-id-1623 .woocommerce a.button {
  white-space: normal !important; }

.widget_product_search {
  display: inline block;
  float: right;
  padding: 70px 50px 50px 30px;
    /*
   * width: 500px;
   */ }

#product_search-3 p.widget_title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500; }

/*
 * #text-9 {max-width:250px}
 */
#post-17 small a {
  font-size: 200%; }

.page-id-2029 h1 {
  color: #373737;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 4px; }

.page-id-2029 h1 a {
  color: #474747;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px; }

.page-id-2029 h1 a:hover {
  color: #df0f20;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 20px; }

/*
 * ------share---icons---------
 */
div.sharedaddy .sd-content {
  float: left !important; }

/*
 * ------------layout----------
 */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea {
  line-height: 2em !important; }

.post_box {
  padding: 24px 50px 0 10px; }

#container {
  max-width: 897px;
  margin: 0 auto; }

/*
 * --------sibebar-template--------
 */
#container .columns-special > .content {
  float: left;
  max-width: 617px;
  min-height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-right: solid 1px #dddddd; }

#container  .sidebar {
  float: right;
  padding: 25px 10px 50px 5px;
  width: 250px; }

/*
 * ------------menu-----------
 */
.page-id-1623 .highlight-menu {
  font-size: 105%;
  color: #dd0000 !important; }

ul.sub-menu {
  line-height: 18px; }

.menu .sub-menu .sub-menu {
  top: 0;
  left: 10em;
  margin: 0 0 0 -1px; }

.menu li:hover > .sub-menu {
  display: block;
  background: #f6f6f6; }

.menu .sub-menu li {
  width: 10em;
  clear: both;
  background: #f6f6f6; }

span.menu_control {
  text-transform: uppercase; }

.menu a,
.menu_control {
  padding: 0.75em 1em; }

.menu a:hover {
  color: #e91102; }

.menu .sub-menu a {
  font-size: 15px;
  border-left-width: 0px;
  background: #f6f6f6; }

.menu .current-menu-item > a {
  border-bottom-color: white;
  background-color: white;
  cursor: text;
  color: #e91102; }

.menu .sub-menu .current-menu-item > a {
  border-bottom-color: white;
  color: #e91102; }

.menu {
  background-color: white;
  border-top: 3px solid #24272a;
  position: relative;
  z-index: 50;
  font-weight: 400; }

.menu a,
.menu_control {
  font-size: 18px;
  padding: 0.55em 0.4em;
  letter-spacing: 0px; }

.menu,
.menu .wpmenucart-display-right {
  color: #dd0000 !important;
  border-bottom: 1px solid #dddddd; }

/*
 * .menu , .menu .wpmenucart-display-right a span {color: #dd0000 !important;}
 */
.menu-item {
  padding-top: 4px; }

p {
  color: black;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 21px; }

#comments p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/*
 * -----------------css from woocom- plugin assets folder------------------
 */
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
  padding: 4px !important;
  font-weight: normal !important; }

body.template-product_cat .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
  color: #cccccc !important; }

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
  color: #494949 !important; }

body .gform_wrapper .gfield_radio li input[type="radio"] {
  margin-left: 2px; }

.from {
  display: none; }

#site_title {
  display: none;
  height: 0; }

#site_tagline {
  display: none;
  height: 0; }

/*
 * -------tabby plugin-tweaks---
 */
.responsive-tabs__list__item--active,
.responsive-tabs__list__item--active:hover {
  color: #df0f20 !important;
  font-weight: 600; }

.responsive-tabs__list__item {
  color: #999999;
  font-weight: 600; }

/*
 * -------button for cart keep shopping----------
 */
button.minimal {
  background: #e3e3e3;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333333;
  font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
  padding: 8px 0 9px;
  text-align: center;
  text-shadow: 0 1px 0 white;
  width: 150px; }

button.minimal:hover {
  background: #d9d9d9;
  -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
  box-shadow: inset 0 0 1px 1px #eaeaea;
  color: #222222;
  cursor: pointer; }

button.minimal:active {
  background: #d0d0d0;
  -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
  box-shadow: inset 0 0 1px 1px #e3e3e3;
  color: black; }

.button_box_cart {
  padding-bottom: 10px; }

/*
 * ------gforms-------
 */
.gform_wrapper.gf_browser_ie .gfield_radio li input[type="radio"] {
  margin-top: 1px !important; }

/*
 * footer
 */
.footer {
  border-top: 0px double white;
  padding: 5px 5px; }

/*
 * blurb- category pages
 */
.product_category_blurb {
  font-size: 22px;
  color: #999999;
  line-height: 30px; }

.blurb {
  font-size: 22px;
  color: #999999;
  line-height: 30px; }

/*
 * ---------media-queries----------------------------------------------------
 */
@media screen and (max-width: 768px) {
  div#header {
    margin-top: 25px; }

  .pp-mobile {
    margin-left: 5px; } }

@media screen and (max-width: 480px) {
  .menu_control {
    background-color: #b1b1b1; }

  .pp-mobile {
    margin-left: 5px; }

  div#header {
    margin-top: 10px; }

  #notice-wrap {
    background-color: white; }

  .gravity-form-product .post_box {
    padding-top: 20px; }

  .gravity-form-product-mobile .post_content {
    max-width: 200px; }

  div#post-7488 {
    padding-top: 60px; }

  div#post-7489 {
    padding-top: 60px; }

  div#post-7490 {
    padding-top: 60px; }

  #product-1572 .images {
    display: none; }

  #product-1552 .images {
    display: none; }

  #product-1546 .images {
    display: none; }

  #product-1537 .images {
    display: none; }

  .store-header-pitch {
    display: none; } }

@media screen and (max-width: 320px) {
  .gravity-form-product .post_box {
    padding-top: 20px; }

  #notice-wrap {
    background-color: white; }

  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    margin-top: 5px; }

  .pp-mobile {
    margin-left: 5px; }

  .gravity-form-product-mobile .post_content {
    max-width: 200px; }

  div#post-7488 {
    padding-top: 60px; }

  div#post-7489 {
    padding-top: 60px; }

  div#post-7490 {
    padding-top: 60px; }

  #product-1572 .images {
    display: none; }

  #product-1552 .images {
    display: none; }

  #product-1546 .images {
    display: none; }

  #product-1537 .images {
    display: none; }

  .store-header-pitch {
    display: none; } }

/*
 * ---------spec deveices-------
 */
/*
 * ----------- iPhone 4 and 4S -----------
 */
/*
 * Portrait and Landscape
 */
@media only screen   and (min-device-width: 320px)   and (max-device-width: 480px)  and (-webkit-min-device-pixel-ratio: 2) {
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    margin-top: 5px; }

  #product-7696 .images {
    display: none; }

  .store-header-pitch {
    display: none; } }

/*
 * Portrait
 */
@media only screen   and (min-device-width: 320px)   and (max-device-width: 480px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) {
   }

/*
 * Landscape
 */
@media only screen   and (min-device-width: 320px)   and (max-device-width: 480px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) {
   }

/*
 * ----------- iPhone 5 and 5S -----------
 */
/*
 * Portrait and Landscape
 */
@media only screen   and (min-device-width: 320px)   and (max-device-width: 568px)  and (-webkit-min-device-pixel-ratio: 2) {
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    margin-top: 5px; }

  #product-7696 .images {
    display: none; }

  .store-header-pitch {
    display: none; } }

/*
 * Portrait
 */
@media only screen   and (min-device-width: 320px)   and (max-device-width: 568px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) {
   }

/*
 * Landscape
 */
@media only screen   and (min-device-width: 320px)   and (max-device-width: 568px)  and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) {
   }

/*
 * ----------- iPhone 6 -----------
 */
/*
 * Portrait and Landscape
 */
@media only screen   and (min-device-width: 375px)   and (max-device-width: 667px)   and (-webkit-min-device-pixel-ratio: 2) {
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    margin-top: 5px; }

  #product-7696 .images {
    display: none; }

  .store-header-pitch {
    display: none; } }

/*
 * Portrait
 */
@media only screen   and (min-device-width: 375px)   and (max-device-width: 667px)   and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait) {
   }

/*
 * Landscape
 */
@media only screen   and (min-device-width: 375px)   and (max-device-width: 667px)   and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape) {
   }

/*
 * ----------- iPhone 6+ -----------
 */
/*
 * Portrait and Landscape
 */
@media only screen   and (min-device-width: 414px)   and (max-device-width: 736px)   and (-webkit-min-device-pixel-ratio: 3) {
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    margin-top: 5px; }

  .store-header-pitch {
    display: none; } }

/*
 * Portrait
 */
@media only screen   and (min-device-width: 414px)   and (max-device-width: 736px)   and (-webkit-min-device-pixel-ratio: 3)  and (orientation: portrait) {
   }

/*
 * Landscape
 */
@media only screen   and (min-device-width: 414px)   and (max-device-width: 736px)   and (-webkit-min-device-pixel-ratio: 3)  and (orientation: landscape) {
   }

/*
 * ----------- iPad mini -----------
 */
/*
 * Portrait and Landscape
 */
@media only screen   and (min-device-width: 768px)   and (max-device-width: 1024px)   and (-webkit-min-device-pixel-ratio: 1) {
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    margin-top: 5px; }

  .store-header-pitch {
    display: none; } }

/*
 * Portrait
 */
@media only screen   and (min-device-width: 768px)   and (max-device-width: 1024px)   and (orientation: portrait)   and (-webkit-min-device-pixel-ratio: 1) {
   }

/*
 * Landscape
 */
@media only screen   and (min-device-width: 768px)   and (max-device-width: 1024px)   and (orientation: landscape)   and (-webkit-min-device-pixel-ratio: 1) {
   }

/*
 * ----------- iPad 1 and 2 -----------
 */
/*
 * Portrait and Landscape
 */
@media only screen   and (min-device-width: 768px)   and (max-device-width: 1024px)   and (-webkit-min-device-pixel-ratio: 1) {
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    margin-top: 5px; } }

/*
 * Portrait
 */
@media only screen   and (min-device-width: 768px)   and (max-device-width: 1024px)   and (orientation: portrait)   and (-webkit-min-device-pixel-ratio: 1) {
   }

/*
 * Landscape
 */
@media only screen   and (min-device-width: 768px)   and (max-device-width: 1024px)   and (orientation: landscape)   and (-webkit-min-device-pixel-ratio: 1) {
   }

/*
 * ----------- iPad 3 and 4 -----------
 */
/*
 * Portrait and Landscape
 */
@media only screen   and (min-device-width: 768px)   and (max-device-width: 1024px)   and (-webkit-min-device-pixel-ratio: 2) {
  .woocommerce #respond input#submit.alt,
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    margin-top: 5px; } }

/*
 * Portrait
 */
@media only screen   and (min-device-width: 768px)   and (max-device-width: 1024px)   and (orientation: portrait)   and (-webkit-min-device-pixel-ratio: 2) {
   }

/*
 * Landscape
 */
@media only screen   and (min-device-width: 768px)   and (max-device-width: 1024px)   and (orientation: landscape)   and (-webkit-min-device-pixel-ratio: 2) {
   }