/*
 Theme Name:   Bimber Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Bimber Child Child Theme
 Author:       Savellab
 Author URI:   http://savellab.com
 Template:     bimber
 Version:      1.0.16
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  bimber-child
 GitHub Theme URI: https://github.com/sunneyman/bimber-child.git
 GitHub Theme URI: sunneyman/bimber-child.git
 GitHub Branch: master
*/


#bimber_widget_posts-3 h2 {
  background-color: black;
}


#bimber_widget_posts-3 h2 span {
  color: white;
  padding: 15px;
}


#category_archive_injection-sidebar .g1-box-background.g1-current-background {
  z-index: -1;
}

#category_archive_injection-sidebar button {
  margin: 0 auto;
  background-color: red;
  border-color: red;
}

.report-spam-button > a {
  color: red;
  font-size: 1rem;
}

.fyi-read-more {
  display: flex;
  width: 100%;
  max-width: 100px;
  justify-content: center;
  padding: 13px 17px 12px;
  border-radius: 4px;
  border: 1px solid #000000;
  border: 1px solid var(--g1-itxt-color);
  background-color: transparent;
  transition: all .3s ease;
  color: #000000;
  color: var(--g1-itxt-color);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}

.fyi-read-more:hover {
  box-shadow: 0 4px 8px -3px rgba(0, 0, 0, .3);
}

.tagcloud .tag-link-count {
  display: none;
}

.mashicon-comments {
  background-color: #989898;
}

.mashicon-comments .icon:before {
  content: '';
  height: 14px;
  background-image: url(./img/comment.svg);
  background-repeat: no-repeat;
  background-size: 14px;
}
