/*
Theme Name: Atnewz
Theme URI: http://example.com/atnewz
Author: Rizatzmi
Author URI: http://example.com
Description: A News & Magazine WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: atnewz
Tags: news, magazine, blog, two-columns, responsive-layout, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
*/

* {
  box-sizing: border-box;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
  height: 100%;
}

.wp-embedded-content {
  margin: 0;
}

.wp-attachment img {
  width: 100%;
}

.wp-caption {
  width: 100% !important;
}

/* Tooltip container */
a[title] {
  position: relative;
  display: inline-block;
}

a[title]:hover::after,
a[title]:hover::before {
  visibility: visible;
  opacity: 1;
}

/*----------/
/ Tag Filer /
/----------*/

.tag-filter {
  margin: 30px 0;
}

.tag-filter-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
  margin: 0 0 20px 0;
}

.tag-filter-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  gap: 9px;
  width: 100%;
}

.tag-filter-item {
  display: -ms-flexbox;
  display: flex;
  background: #f3f3f3;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
}

.tag-filter-item a {
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  color: #444;
}

@media (max-width: 768px) {
  .tag-filter-title {
    font-size: 14px;
  }

  .tag-filter-item a {
    line-height: 41px;
    width: 41px;
    height: 41px;
  }
}
