/*
* Affiliate Eye theme main sttyle
* theme Author Noor Alam
*
*/

:root {
  ---light-body: #ecf0f3;
  --section-color: #f9f9fc;
  --black: #000;
  --white: #fff;
  --color-primary: #0a95ff;
  --color-heding: #0d1013;
  --color-gray: #3c3e41;
  --color-gray-2: #626567;
  --gray: #6c757d;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: var(---light-body);
  color: var(--black);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Russo One", sans-serif;
  font-weight: 700;
}

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  color: var(--color-heding);
  text-decoration: inherit;
}

a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.entry-content p a {
  color: var(--bs-link-color);
  text-decoration: none;
}

.entry-content p a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

.bg-black {
  background: #000;
}

.text-white a {
  color: #fff;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

input[type="search"],
input[type="email"],
input[type="url"],
input[type="text"],
select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

[type="search"]:focus,
[type="text"]:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
}

input[type="submit"],
button,
a#clickTop {
  border: 1px solid #ccc;
  padding: 5px 20px;
  vertical-align: middle;
  background: var(--color-primary);
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

input[type="submit"]:hover,
button:hover,
a#clickTop {
  background: #464646;
}

.wp-block-button__link:hover {
  opacity: 0.9;
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
}

/*Primery color*/

.modal.show .modal-dialog {
  margin-bottom: 80px;
}

/* Header Top */
/*Top bar style*/
ul#top-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul#top-menu ul li {
  display: inline-block;
}

ul#top-menu li {
  display: inline-block;
}

ul#top-menu li a {
  color: #fff !important;
  margin: 0 7px;
  font-size: 14px;
}

.top-bar {
  padding: 4px 0;
}

.welcome-text {
  font-size: 14px;
}

.header .header-top {
  background: var(---light-body);
  color: var(--black);
  padding: 12px 0;
}

.header .posts-ticker {
  display: flex;
  align-items: center;
}

.header .posts-ticker a {
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  color: var(--black);
}

.header .posts-ticker a:hover {
  color: var(--color-primary);
}

.js-ticker-item a {
  text-decoration: none;
}

.header .breaking-news {
  height: 100%;
  width: 100%;
}

.header .breaking-news-title i {
  font-size: 13px;
  color: var(--color-primary);
  margin-right: 5px;
}

.header h5.breaking-title {
  font-size: 13px;
  margin: 0;
  font-weight: 800;
  color: var(--black);
}

.header .breaking-news-title {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-right: 10px;
}

.header .categroy-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.header .categroy-tag a {
  margin-right: 10px;
  text-decoration: none;
  font-size: 13px;
  color: var(--black);
  transition: 0.3s;
}

.header .categroy-tag a:last-child {
  margin-right: 0;
}

.header .categroy-tag a:hover {
  color: var(--color-primary);
}

.header .categroy-tag i {
  margin-right: 4px;
}

.header .web-date {
  justify-content: right;
  align-items: center;
}

.header .web-date i {
  color: var(--color-primary);
  font-size: 15px;
  margin-right: 5px;
}

.header .web-date p {
  font-size: 13px;
  margin: 0;
  color: var(--black);
}

/* Header Middle */
.header .header-middle {
  background-color: var(--section-color);
  padding: 10px 0;
}

.header-middle-all-content>.row {
  align-items: center;
}

h1.site-title {
  cursor: pointer;
  font-size: 30px;
  font-weight: 600;
}

.menubar-content h1.site-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.header .search-box {
  background-color: var(---light-body);
  border-radius: 5px;
}

.header .search-box input {
  outline: none;
  border: none;
  color: var(--black);
  font-size: 18px;
  padding: 10px;
  background-color: var(---light-body);
}

.search-box input.search-submit {
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  background: transparent;
  text-indent: 9999px;
}

.header .search-box input:focus {
  border: 1px solid #72aee6;
}

.header .search-box input.search-field {
  padding-right: 50px;
}

.npaper.search-box form {
  display: block;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.npaper.search-box form label {
  display: block;
  width: 100%;
  overflow: hidden;
}

.header .search-box a {
  font-size: 18px;
  padding: 0 20px;
  transition: 0.3s;
}

.header .search-box a:hover {
  color: var(--color-primary);
}

.search-box form:before {
  display: flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f002";
  position: absolute;
  right: 20px;
  z-index: 1;
  height: 100%;
  align-items: center;
  top: 0;
}

.header .social-links {
  margin-left: auto;
}

.header .header-links {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.header .social-links a {
  font-size: 15px;
  padding: 0 4px;
  color: var(--gray);
  transition: 0.3s;
}

.header .social-links a:hover {
  color: var(--color-primary);
}

.header .pofile-box a {
  color: var(--black);
  transition: 0.3s;
  font-size: 30px;
}

.header .pofile-box a:hover {
  color: var(--color-primary);
}

.header .pofile-box a:hover {
  color: var(--color-primary);
}

/* Main Menu style */
.mobile-menu-bar {
  display: none;
}

.menu-bar {
  position: relative;
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 12%);
  box-shadow: 0 0 5px rgb(0 0 0 / 12%);
  background: #fafafa;
  color: #000;
}

.menubar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.affiliate-eye-container.menu-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-bar.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: -20px
  }

  100% {
    opacity: 1;
    top: 0
  }
}

.serach-show {
  margin-left: 20px;
  padding: 10px;
  cursor: pointer;
}

div#affiliate-eye-menu ul {
  margin: 0;
}

.main-navigation ul {
  list-style: outside none none;
  padding: 0;
  margin-bottom: 0;
}

.main-navigation ul ul {
  margin: 0;
}

.main-navigation ul li {
  display: inline-block;
  position: relative;
}

.main-navigation ul li a {
  display: inline-block;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
}

.main-navigation ul li:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 25px;
  margin-bottom: 12.5px;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  position: absolute;
  right: 0;
  top: 30%;
  width: 1px;
}

.main-navigation ul li:last-child:after {
  display: none;
}

/*dropdown menu*/

.main-navigation ul li ul {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 9;
  background: var(---light-body);
  width: 250px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  text-align: left;
  -webkit-box-shadow: 0px 5px 42px -6px rgb(92 91 92);
  box-shadow: 0px 5px 42px -6px rgb(92 91 92);
}

.main-navigation ul li ul li {
  display: block;
}

.main-navigation ul li li a,
.main-navigation ul li li:first-child a,
.main-navigation ul li li:last-child a,
.main-navigation ul li:first-child li a {
  padding: 15px;
  text-transform: none;
}

.main-navigation ul li li:after {
  bottom: auto;
  width: 100%;
  height: 1px;
  top: auto;
  margin-top: 0;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.main-navigation ul li li:hover>a,
.main-navigation ul li li.hover>a {
  background-color: #fff;
  color: #000;
}

.main-navigation ul li:hover>a,
.main-navigation ul li:focus>a {
  color: var(--color-primary);
}

.main-navigation ul li:hover ul,
.main-navigation ul li.hover ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 50px;
}

.main-navigation ul ul li a {
  display: block;
}

.main-navigation ul li ul ul {
  left: 250px;
}

.main-navigation ul li:hover ul li ul {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.main-navigation ul li:hover ul li:hover>ul {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 20px;
}

.main-navigation ul ul ul ul ul {
  right: 250px;
  left: auto;
}

.main-navigation ul ul ul ul ul ul ul {
  right: auto;
  left: 250px;
}

.main-navigation ul ul ul ul ul ul ul ul ul {
  left: auto;
  right: 250px;
}

.main-navigation ul ul ul ul ul ul ul ul ul ul ul {
  right: auto;
  left: 250px;
}

.main-navigation ul>li.menu-item.menu-item-has-children {
  padding-right: 15px;
}

.main-navigation ul ul li.menu-item.menu-item-has-children {
  padding-right: 0;
}

.main-navigation ul li.menu-item.menu-item-has-children>a {
  position: relative;
  z-index: 0;
}

.main-navigation ul li.menu-item.menu-item-has-children>a:after {
  position: absolute;
  top: 0;
  right: 2px;
  background: transparent;
  z-index: 99999;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 8px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-navigation ul ul li.menu-item.menu-item-has-children>a:after {
  right: 12px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

html body .slicknav_menu {
  z-index: 999;
  background: #000;
}

html body .slicknav_menu .slicknav_menutxt {
  display: none;
}

html body .slicknav_menu .slicknav_nav {
  background: #000;
  min-width: 250px;
}

html body .slicknav_menu .slicknav_btn {
  border-radius: 0;
  background: #000;
}

html body .slicknav_nav a:hover,
html body .slicknav_menu .slicknav_nav a:focus,
html body .slicknav_menu .slicknav_nav a:active {
  border-radius: 0;
  background: inherit;
  color: inherit;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

ul.slicknav_nav {
  background: #000;
  min-width: 320px;
}

html body .slicknav_menu .slicknav_icon {
  margin: 0;
  width: 20px;
  height: 15px;
}

html body.admin-bar .slicknav_menu {
  top: 40px;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

/*Search style - Glassmorphism Popup*/
.soff {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), visibility 0s 0.4s;
}

.soff.popup-box-on {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1), visibility 0s 0s;
}

/* Glassmorphism overlay backdrop */
.soff::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  transition: backdrop-filter 0.5s ease;
}

.soff.popup-box-on::before {
  backdrop-filter: blur(20px) saturate(200%);
  -webkit-backdrop-filter: blur(20px) saturate(200%);
}

/* Glass card container */
#affsearch {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 90%;
  max-width: 680px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  padding: 48px 40px 36px;
  z-index: 1;
  transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.4s ease;
  opacity: 0;
  height: auto;
}

.soff.popup-box-on #affsearch {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

/* Search heading (via ::before pseudo) */
#affsearch::before {
  content: 'Search';
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 28px;
}

/* Close button - glass circle */
#affsearch .sclose {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s cubic-bezier(0.68, -0.35, 0.265, 1.35),
    color 0.25s ease, border-color 0.25s ease;
  float: none;
  text-shadow: none;
  font-weight: 300;
  opacity: 1;
}

#affsearch .sclose:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  transform: rotate(90deg) scale(1.1);
}

#affsearch .sclose:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
  background: rgba(255, 255, 255, 0.2);
}

#affsearch .sclose:focus:not(:focus-visible) {
  outline: none;
}

#affsearch .sclose:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

button.sclose {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
}

/* Search input - frosted glass field */
#affsearch .search-form {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 0;
  justify-content: center;
}

#affsearch input[type="search"] {
  flex: 1;
  min-width: 0;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-right: none;
  border-radius: 14px 0 0 14px;
  outline: none;
  transition: border-color 0.3s ease, background 0.3s ease,
    box-shadow 0.3s ease;
  position: static;
  margin: 0;
  text-align: left;
  font-family: inherit;
  top: auto;
  height: auto;
}

#affsearch input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

#affsearch input[type="search"]:focus {
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08),
    0 4px 16px rgba(0, 0, 0, 0.1);
}

/* Search submit button - attached to input */
#affsearch .search-submit {
  position: static;
  flex-shrink: 0;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: var(--color-primary, #3b82f6);
  border: 1px solid var(--color-primary, #3b82f6);
  border-left: none;
  border-radius: 0 14px 14px 0;
  cursor: pointer;
  transition: background 0.25s ease, box-shadow 0.25s ease,
    filter 0.25s ease;
  margin: 0;
  left: auto;
  top: auto;
  right: auto;
  transform: none;
}

#affsearch .search-submit:hover {
  filter: brightness(1.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transform: none;
}

#affsearch .search-submit:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px;
}

#affsearch .search-submit:focus:not(:focus-visible) {
  outline: none;
}

#affsearch .search-submit:active {
  filter: brightness(0.95);
  transform: none;
}

/* Credit text */
.beshop-cradit {
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
  display: block;
  margin-top: 20px;
  font-size: 12px;
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
}

.beshop-cradit a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s ease;
}

.beshop-cradit a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Search icon trigger */
.besearch-icon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.besearch-icon a:hover {
  background: rgba(0, 0, 0, 0.05);
  transform: scale(1.1);
}

.besearch-icon i,
.beshop-top-social i {
  margin-left: 0;
}

/* Responsive search popup */
@media (max-width: 640px) {
  #affsearch {
    width: 94%;
    padding: 40px 20px 28px;
    border-radius: 16px;
  }

  #affsearch input[type="search"] {
    font-size: 16px;
    padding: 14px 18px;
    border-radius: 12px 0 0 12px;
  }

  #affsearch .search-submit {
    padding: 14px 18px;
    font-size: 14px;
    border-radius: 0 12px 12px 0;
  }

  #affsearch .sclose {
    width: 36px;
    height: 36px;
    font-size: 20px;
    top: 10px;
    right: 10px;
  }

  #affsearch::before {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .soff,
  .soff::before,
  #affsearch,
  #affsearch .sclose,
  #affsearch input[type="search"],
  #affsearch .search-submit {
    transition: none !important;
  }
}


/*
 #
 # Widget style
 #
 */
.widget h2,
h2.widget-title {
  font-size: 18px;
  margin-bottom: 1.5rem;
  padding-bottom: 8px;
  font-weight: 600;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget ul li {
  margin-bottom: 5px;
}

.widget ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ededed;
}

.widget ul li:last-child {
  border-bottom: 0;
}

.widget ul li a {
  color: inherit;
}

.widget ul li a:hover {
  color: var(--color-primary);
}

.widget-area .widget_search label {
  width: 100%;
}

.widget .search-form .search-submit {
  width: 100%;
  margin-top: 5px;
}

.tagcloud a {
  border: 1px solid #ededed;
  background: #fff;
  padding: 5px 7px;
  margin: 0 2px 5px 0;
}

.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.widget-area {
  top: 50px;
  position: sticky;
  align-self: flex-start;
}

/*
 #
 # page And post style
 #
 */
/* Posts main title */
.newsm-title {
  position: relative;
  margin-bottom: 2rem;
  letter-spacing: 6px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px var(--black);
  display: inline-block;
  z-index: 9999;
  padding: 5px 14px;
}

.newsm-title:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 2%;
  height: 100%;
  content: "";
  background: var(--color-primary);
  z-index: -1;
}

.nxsingle-post .post-thumbnail img {
  border-radius: 5px;
  overflow: hidden;
}

header.page-header {
  background: var(--white);
}

header.entry-header.page-header {
  margin-bottom: 1.5rem;
}

span.catname {
  background: #ededed;
  padding: 10px 15px;
  margin-right: 10px;
}

/*posts List style*/

.nx-list-item .single-nx-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  background: #fff;
}

.nx-list-item .single-nx-list-item.nx-no-img {
  border-left: 5px solid var(--color-primary);
}

.nx-list-item .nx-single-list-img {
  flex: 0 0 50%;
}

.nx-list-item .nx-single-list-details {
  padding: 20px 10px 20px 25px;
}

.nx-list-item a.nx-list-categories {
  text-decoration: none;
  color: var(--color-primary);
  font-size: 12px;
  transition: 0.3s;
}

.nx-list-item .nx-single-list-img img {
  width: 100%;
  transition: 0.3s;
}

.nx-list-item .nx-single-list-img img:hover {
  filter: brightness(1.1);
}

.nx-list-item .nx-list-title a {
  font-size: 22px;
  text-decoration: none;
  color: var(--black);
  font-weight: 600;
  transition: 0.3s;
  line-height: 1.3;
}

.nx-list-item .nx-list-title a:hover {
  color: var(--color-primary);
}

.nx-list-item a.nx-list-categories:hover {
  color: var(--black);
}

.nx-list-item p.nx-list-dres {
  color: var(--gray);
  letter-spacing: 0.5px;
  padding-bottom: 10px;
}

.nx-list-item a.nx-list-btn {
  text-decoration: none;
  color: var(--black);
  transition: 0.3s;
  font-size: 14px;
  font-weight: 600;
}

.nx-list-item a.nx-list-btn:hover {
  letter-spacing: 2px;
  color: var(--color-primary);
}

.nx-list-item .nx-list-load-more-btn {
  margin-top: 40px;
}

.nx-list-item .nx-list-load-more-btn a {
  display: inline-block;
  background: var(--white);
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.3s;
  border: 1px solid var(--gray);
}

.nx-list-item .nx-list-load-more-btn a:hover {
  background: var(--black);
  color: var(--white);
}

.nx-list-item .nx-list-load-more-btn i {
  margin-left: 5px;
}

a.catname {
  background: #fff;
  padding: 5px 15px;
  border: 1px solid #ededed;
  margin-right: 5px;
  text-decoration: none;
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
}

.tag-btns a {
  margin-right: 5px;
  background: #555;
  color: #fff;
  padding: 5px 15px;
  text-decoration: none;
}

article.post.sticky>div,
article.post.sticky .grid-item-post {
  border: 1px solid #555;
}

@media (max-width: 767px) {
  .newsm-title {
    font-size: 24px;
  }

  .nx-list-item .single-nx-list-item {
    margin-bottom: 50px;
  }

  .nx-list-item .nx-single-list-img {
    flex: 0 0 30%;
    margin-bottom: 30px;
  }
}

@media (max-width: 580px) {
  .nx-list-item .single-nx-list-item {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .nx-list-item .nx-single-list-img {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }

  .nx-list-item .nx-single-list-details {
    padding-left: 20px;
  }
}

h2.entry-title a,
h2.entry-title {
  color: #1b1b1b;
}

/*posts grid style*/

.grid-item .grid-item-post:hover .grid-item-img:before,
.grid-item .grid-item-post:hover .grid-item-img:after {
  opacity: 1;
}

.grid-item .grid-item-post:hover .grid-item-img:before {
  bottom: -1%;
  right: -3%;
}

.grid-item .grid-item-post:hover .grid-item-img:after {
  top: -4%;
  left: -3%;
}

.grid-item a.fashion-bototm-categories {
  font-size: 12px;
  color: var(--color-primary);
}

.grid-item .grid-item-img {
  position: relative;
  padding: 10px;
}

a.catimg-top {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--color-primary);
  color: var(--white);
  text-decoration: inherit;
  padding: 4px 12px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 15px;
  margin: 0;
}

.cat-noimg-top {
  background: var(--color-primary);
  color: var(--white);
  text-decoration: inherit;
  padding: 4px 12px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 15px;
  display: inline-block;
  float: right;
  margin: 10px;
}

.cat-noimg-top:hover {
  color: var(--white);
  opacity: 0.8;
}

.grid-item h2.grid-item-title a {
  text-decoration: none;
  color: var(--black);
  font-size: 20px;
  display: inline-block;
  line-height: 1.2;
  transition: 0.3s;
}

.affiliate-eye-related .grid-item-post .grid-item-details {
  padding: 0 10px 15px;
}

.grid-item h2.grid-item-title a:hover {
  color: var(--color-primary);
}

.grid-item p {
  color: var(--gray);
  padding-bottom: 15px;
}

.grid-item a.grid-item-btn,
.grid-item .reding-time {
  text-decoration: none;
  color: var(--gray);
  font-size: 14px;
  transition: 0.3s;
}

.grid-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ededed;
  padding-top: 10px;
}

.grid-item-post {
  background: #fff;
  box-shadow: 0 0 25px rgb(0 0 0 / 7%);
  border-radius: 5px;
}

.grid-item-post img {
  border-radius: 5px;
  transition: 0.5s;
}

.grid-item-post img:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

a.grid-item-img-link {
  overflow: hidden;
}

.grid-item-post .grid-item-details {
  padding: 20px;
}

.grid-item a.grid-item-btn:hover {
  color: var(--color-primary);
  letter-spacing: 1px;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
}

.pagination .nav-links a,
.pagination .nav-links span {
  padding: 5px 10px;
  -webkit-box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-right: 10px;
  background: var(--white);
}

.pagination .nav-links a:hover,
.pagination .nav-links span {
  color: #f8669d;
}

.entry-meta a,
.entry-meta span,
.ghead-meta {
  font-size: 12px;
  margin-right: 5px;
  line-height: 1;
}

.post-thumbnail img {
  border: 1px solid #ededed;
}

.nboxp-grimg {
  position: relative;
}

.nbox-grid-cat {
  background: #f8669d;
  color: #fff;
  padding: 8px 10px;
  border-radius: 0 10px 10px 0;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 14px;
}

.nbox-grid-cat:hover {
  background: #c7366d;
  color: #fff;
}

section.no-results.not-found.xmain-404 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer.entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-widgets {
  background: #fff;
  border-bottom: 1px solid #ddd;
}

footer.entry-footer span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

footer.entry-footer span,
footer.entry-footer span a {
  font-size: 14px;
}

.footer-widget div>h2 {
  margin-bottom: 1.5rem;
}

.wp-block-tag-cloud a.tag-cloud-link {
  font-size: 15px !important;
  background: #ededed;
  padding: 3px 8px;
  margin-bottom: 10px;
  text-decoration: inherit;
}

.footer-widget div>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget div>ul li {
  margin-bottom: 8px;
}

.footer-widget div>ul li a {
  text-decoration: none;
  transition: 0.5s;
}

.footer-widget div>ul li a:hover {
  letter-spacing: 1px;
}

.wp-block-tag-cloud a:hover {
  transform: scale(1.1);
}

footer.entry-footer span:last-child {
  border: none;
}

.footer-main.default-footer {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.footer-main.center-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-main.center-footer .footer-social {
  padding: 8px 0 5px;
}

.footer-social a {
  margin-left: 10px;
  font-size: 18px;
  opacity: 0.7;
}

.site-info a {
  color: inherit;
}

.navigation.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 20px 10px;
  margin-bottom: 3rem;
  background: #fff;
}

.navigation.post-navigation .nav-links .nav-next {
  margin-left: auto;
}

.comments-area {
  background: #fff;
  padding: 20px 20px;
  margin-bottom: 20px;
}

.comments-area .comment-form-comment label {
  display: block;
}

.comments-area .comment-form-comment textarea {
  width: 100%;
}

/*404 style*/
.xmain-404 {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.xmain-404 h1 {
  font-size: 60px;
  background: -webkit-linear-gradient(rgb(214, 3, 3), rgb(65, 9, 9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
# Footer style
*/
.site-footer {
  box-shadow: 0 0 25px rgb(0 0 0 / 7%);
  background: #fff;
}

.site-info.text-center {
  font-size: 16px;
  color: var(--black);
  letter-spacing: 1px;
}

a#clickTop {
  right: 5px !important;
}
/*Preloader style*/
.jsloaded .np-preload {
  display: none;
}

.np-preload {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*Preloader style one*/
.nppreloader1 {
  position: relative;
  width: 30px;
  height: 30px;
  background: #3498db;
  border-radius: 50px;
  -webkit-animation: preloader_5 1.5s infinite linear;
  -moz-animation: preloader_5 1.5s infinite linear;
  -ms-animation: preloader_5 1.5s infinite linear;
  animation: preloader_5 1.5s infinite linear;
}

.nppreloader1:after {
  position: absolute;
  width: 80px;
  height: 80px;
  border-top: 10px solid #9b59b6;
  border-bottom: 10px solid #9b59b6;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-radius: 50px;
  content: "";
  top: -24px;
  left: -25px;
  -webkit-animation: preloader_5_after 1.5s infinite linear;
  -moz-animation: preloader_5_after 1.5s infinite linear;
  -ms-animation: preloader_5_after 1.5s infinite linear;
  animation: preloader_5_after 1.5s infinite linear;
}

@-webkit-keyframes preloader_5 {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    background: #2ecc71;
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes preloader_5_after {
  0% {
    border-top: 10px solid #9b59b6;
    border-bottom: 10px solid #9b59b6;
  }

  50% {
    border-top: 10px solid #3498db;
    border-bottom: 10px solid #3498db;
  }

  100% {
    border-top: 10px solid #9b59b6;
    border-bottom: 10px solid #9b59b6;
  }
}

/*Preloader style two*/
.nppreloader2 {
  position: relative;
}

.nppreloader2 span {
  display: block;
  bottom: 0px;
  width: 9px;
  height: 5px;
  background: #9b59b6;
  position: absolute;
  animation: preloader_1 1.5s infinite ease-in-out;
}

.nppreloader2 span:nth-child(2) {
  left: 11px;
  animation-delay: 0.2s;
}

.nppreloader2 span:nth-child(3) {
  left: 22px;
  animation-delay: 0.4s;
}

.nppreloader2 span:nth-child(4) {
  left: 33px;
  animation-delay: 0.6s;
}

.nppreloader2 span:nth-child(5) {
  left: 44px;
  animation-delay: 0.8s;
}

@keyframes preloader_1 {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }

  25% {
    height: 30px;
    transform: translateY(15px);
    background: #3498db;
  }

  50% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }

  100% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }
}

/*Preloader style three*/
.nppreloader3 {
  position: relative;
  width: 42px;
  height: 42px;
  animation: preloader_6 5s infinite linear;
}

.nppreloader3 span {
  width: 20px;
  height: 20px;
  position: absolute;
  background: red;
  display: block;
  animation: preloader_6_span 1s infinite linear;
}

.nppreloader3 span:nth-child(1) {
  background: #2ecc71;
}

.nppreloader3 span:nth-child(2) {
  left: 22px;
  background: #9b59b6;
  animation-delay: 0.2s;
}

.nppreloader3 span:nth-child(3) {
  top: 22px;
  background: #3498db;
  animation-delay: 0.4s;
}

.nppreloader3 span:nth-child(4) {
  top: 22px;
  left: 22px;
  background: #f1c40f;
  animation-delay: 0.6s;
}

@keyframes preloader_6_span {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}