/*
Theme Name: DD FreePress
Template: freepress-ui
Theme URI: http://underscores.me/
Author: FreePress Dev Team
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dailydot
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Template: freepress-ui
*/

.affiliate-disclosure {
	background: #f0f2f5;
	padding: 0 10px;
	font-style: italic;
}

form.webcrawlerreusableblockform2 #frm_fields_container{
}

form.webcrawlerreusableblockform2 .frm_form_fields > fieldset{
  padding-bottom: 0px;
}

form.webcrawlerreusableblockform2 .wc_email{
  grid-column: span 8 / span 12;
  grid-row: 1 / 2;
  padding-top: 0px;
}

form.webcrawlerreusableblockform2 .wc_email .frm_primary_label{
  display: none;
}

form.webcrawlerreusableblockform2 .wc_email input[type="email"]::placeholder{
  color: #a2a6a9;
  opacity: 1!important;
}

form.webcrawlerreusableblockform2 .wc_email input[type="email"]:active,
form.webcrawlerreusableblockform2 .wc_email input[type="email"]:focus{
  border: 1px solid #0f1011!important;
  box-shadow: none!important;
}

form.webcrawlerreusableblockform2 .wc_email input[type="email"]{
  color: #0f1011;
  border: 1px solid #b8bbbe;
  padding: 8px 16px;
  border-radius: 0px;
  font-size: 16px;
  min-height: 50px;
  line-height: 1.3;
}

form.webcrawlerreusableblockform2 .wc_email .frm_required{
  display: none;
}

form.webcrawlerreusableblockform2 .wc_captcha{
  grid-column: span 12 / span 12;
  text-align: center;
  margin-bottom: 0px;
}

form.webcrawlerreusableblockform2 .wc_captcha .frm-g-recaptcha{
  margin: auto;
  display: inline-block;
}

form.webcrawlerreusableblockform2 .frm_submit{
  grid-column: span 4 / span 12;
  grid-row: 1 / 2;
}

form.webcrawlerreusableblockform2 .frm_submit .frm_button_submit{
  margin: 0px;
  background: #3bb77a;
  color: white;
  border: 0px;
  border-radius: 0px;
  font-family: Muli;
  letter-spacing: normal;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,0.24);
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  position: relative;
  left: -12px;
  padding: 10px 32px;
  min-width: 150px;
  line-height: 1.3;
  padding: 8px 32px;
  min-height: 50px;
}