/*!
Theme Name: StarComplianceLanding
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: starcompliancelanding
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

StarComplianceLanding is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.current-menu-item a {
  color: #fff;
}

.article .pld-like-dislike-wrap {
  display: none !important;
  width: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
}

.sidebar-post .pld-like-dislike-wrap {
  display: contents;
  margin-bottom: 0;
}

.sidebar-post .pld-like-dislike-wrap .pld-common-wrap {
  margin-right: 0;
}

.sidebar-post .pld-common-wrap {
  min-width: auto;
}

.sidebar-post span.pld-count-wrap {
  display: none;
}

.sidebar-post .pld-undo-trigger .fas {
  color: #c93535;
}

.sidebar-post .a2a_svg {
  border-radius: 50% !important;
}

.addtoany_list {
  display: flex !important;
  gap: 1.75rem;
}

.addtoany_list a,
.widget .addtoany_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
}

.addtoany_list a::before,
.widget .addtoany_list a::before {
  position: absolute;
  background-color: transparent;
  content: '';
  height: 200%;
  width: 200%;
  left: 0;
  top: 0;
  transform: translate(-15%, -25%);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s ease;
}

.addtoany_list a:hover::before,
.widget .addtoany_list a:hover::before {
  background-color: #d2d4d7;
}

article h1 {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.21;
  margin-bottom: 20px;
  text-align: center;
}

article h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.21;
  margin-bottom: 10px;
  margin-top: 40px;
}

article p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 2;
}

.header .nav-list {
  gap: 26px
}

@media (min-width: 1024px) {
  .hero-section {
    >div .flex .w-full {
      position: relative;
      bottom: 60px;
    }

    .btn {
      max-width: 420px;
    }
  }
}

@media (min-width: 1200px) {
  main.page section.overflow-hidden:not(.hero-section):first-of-type div p {
    max-width: 520px;
  }
}

@media (min-width: 1280px) {
  .wrapper .header .menu-item::after {
    right: -1.25rem;
  }

  .header .nav-list {
    gap: 32px
  }
}

.header .nav-lang {
  border: 1px solid #FFFFFF40;
  border-radius: 28px;
  padding: 4px 16px 4px 7px;
  color: #fff;
  min-width: 55px;
  text-align: center;
  margin-left: 8px;
}

.header .nav-lang .menu-item.menu-item-has-children {
  margin: 0 !important;
  margin-top: 0 !important;
}

.header .nav-lang .menu-item.menu-item-has-children::before {
  transform: translate(30%, 35%) !important;
  display: block !important;
}

.header .nav-lang a,
.header .nav-lang span {
  color: #fff;
  font-size: 9px;
  font-weight: 700;
}

.header .nav-lang a img {
  width: 12px !important;
  height: 12px !important;
  overflow: hidden;
  border-radius: 100%;
}

.header .nav-lang .menu-item.menu-item-has-children .sub-menu a,
.header .nav-lang a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}

.header .nav-lang .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  display: none;
  height: auto;
  transform: translate(-8%, 55%);
  overflow: visible;
}

.header .nav-lang .menu-item.menu-item-has-children.active .sub-menu {
  display: block;
  content: var(--tw-content) !important;
}