/*
Theme Name: BlogPost 3 Дочерняя тема
Theme URI: https://www.goodwinpress.ru/wp-tema-blogpost-3
Author: Goodwin
Author URI: https://www.goodwinpress.ru/
Description: Дочерняя тема для BlogPost 3
Text Domain: blogpost-3
Template: blogpost-3
 */

/* * * * * * * * * * *  Размещайте ваши стили  под этой строкой  * * * * * * * * * *  */ 
 .hamburger{position:fixed}
.credits span {display: none !important}
.mob-search-wrapper {
  display: none !important;
}
.wp-polls-ul li {
  padding-left: 0 !important;
}
 .wp-polls-ul li::before {
  display: none !important;
 }
.wp-polls-ans .Buttons {
  display: block;
  width: 170px;
  margin: 0 auto 0;
  font-size: 16px;
  float: left;
  text-align: center;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  padding: 15px 0;
  transition: var(--effect-value);
  color: var(--decor-color);
  font-weight: var(--font-medium);
  background: linear-gradient(90deg,#ff00cc,#333399);
  transition:  background;
 }

 .wp-polls-ans .Buttons:hover {
  background: linear-gradient(-90deg,#ff00cc,#333399);
 }

 .wp-polls-ans p {
  display: flex;
  flex-direction: column;
  font-size: 16px;
 }

 .wp-polls-ans p a {
  color: #999
}