/*
Theme Name: WordPress Theme
Theme URI: 
Author: ClickClickMedia
Author URI: https://clickclick.media/
Description: A WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-theme
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_contains_required {
  font-weight: 400;
}

.wwd-single .inner-single .single-list .single-logo .item {
  padding-left: 5px;
  padding-right: 5px;
}

.wwd-single .inner-single .single-list .single-logo .item img {
  max-width: 100%;
}

.archive-wrapper .featured-bottom-post .card-group .card .card-body {
  padding-bottom: 80px;
}

.archive-wrapper .featured-bottom-post .card-group .card .card-body .blog-btn {
  position: absolute;
  left: 25px;
  bottom: 20px;
}

#tns2-mw {
  position: relative;
  z-index: 2;
}

.collapse-item {
  display: none;
}

.collapse-item.active {
  display: block;
}

.acc-btn.active {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #0033a0;
  text-decoration: none;
  color: #ffffff;
  outline: none;
}

.sidebar-wrapper .sidebar-blog-category ul li>a {
  position: unset;
}

.sidebar-wrapper .sidebar-blog-category ul li>a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;