/*
Theme Name: Atnewz
Theme URI: https://shoqibul.site/themes/atnewz
Author: Rizatzmi
Author URI: https://shoqibul.site
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;
}

.menu-item {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children > .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  border-radius: 0 0 0.3rem 0.3rem;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: 999;
}

.menu-item-has-children:hover > .sub-menu {
  display: block;
}

.sub-menu {
}

.sub-menu li {
  list-style: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
}

.sub-menu li a {
  display: block;
  padding: 0 10px;
  color: white;
  font-size: 14px;
  text-decoration: none;
}

.menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 6px;
  font-size: 0.65rem;
  vertical-align: middle;
}
