/*
 Theme Name:   Sparkling Child
 Theme URI:    https://pmgu.ru
 Description:  Default Sparkling child theme
 Author:       Viacheslav Marchkov
 Author URI:   https://pmgu.ru
 Template:     sparkling
 Version:      1.0
*/

@import url('../sparkling/style.css');

.entry-content {
  color: #0f0f0f !important;
  font-size: 16px !important;
}
/*
.entry-content p,
.entry-content ul li {
    font-size: 16px !important;
}
*/

h2 {
  color: #333 !important;
}

#secondary .widget {
  color: #333;
}

#secondary .widget a {
  color: #333;
}

.login-menu ul li {
  list-style: none;
}

a.test-btn {
  display: block;
  width: 150px;
  color: #fff;
  text-transform: uppercase;
  background: #db0000;
  border-radius: 4px;
  padding: 7px 15px;
  text-align: center;
}
a.test-btn:hover {
  color: #fff;
  background: #f30e0e;
}

a.btn-green {
  background-color: #02b829;
}
a.btn-green:hover {
  background-color: #01881e;
}

a.btn-yellow {
  background-color: #ffd900;
  color: #000000;
}
a.btn-yellow:hover {
  background-color: #e6c300;
  color: #000000;
}

a.check-btn {
  display: block;
  width: 230px;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 15px;
  white-space: initial;
  font-size: 16px;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #ff0 !important;
}
/* forms styling */
.gform_body ul.gform_fields li.gquiz-field {
  border-bottom: 1px solid #aaa;
  padding-bottom: 15px;
}
.gform_body ul.gform_fields li.gquiz-field:last-child {
  border-bottom: none;
}
.gform_body
  ul.gform_fields
  li.gquiz-field
  ul.gfield_radio
  li
  input[type='radio'] {
  margin: 0 5px 0 0;
}
