/* Styles for Gravity Forms */

/*------------*/
/*  BUTTONS   */
/*------------*/

button,
input[type=button]{
  border: 2px solid #000000;
  background: #f70f1c;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 0px;
}
button:hover,
input[type=button]:hover{
  background: rgba(0, 0, 0, 0);
  border: 2px solid #000000;
  color: #000000;
  transition-duration: .3s;
}
input[type=submit] {
  background: #f70f1c;
}

/******* Gravity Forms/Newsletter SignUp Styling *******/
/* Title */
.widgettitle {
	text-align: center;
}

.newsletter-signup .gform_button.button:hover {
  background-color: #3b3c40;
  transition: all 0.2s ease-in;
}

/* Style button to article request: newsletter/article page */
.article-request .gform_button.button {
font-size: 16px;
line-height: 18px;
padding: 12px 24px;
border: 1px solid #333;
background-color: rgba(255,255,255,0);
color: #333;
border-radius: 4px;
}

.article-request .gform_button.button:hover {
background-color: rgba(51,51,51,0.1);
transition: all 0.2s ease-in;
}

/*------------*/
/*  REQUIRED  */
/*------------*/
body .gform_wrapper .gfield_required{
  color: #000000;
}

/*----------*/
/*  LABELS  */
/*----------*/
.gform_wrapper .top_label .gfield_label {
  color: #000000;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label{
  color: #000000;
}

/*----------*/
/*  WIDGET  */
/*----------*/
body .textwidget  .gform_wrapper .gfield_required{
  color: #4d4d4d;
}
.textwidget .gform_wrapper .top_label .gfield_label {
  color: #4d4d4d;
}
.textwidget .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label{
  color: #4d4d4d;
}
