/*
Theme Name: Viral Magazine
Theme URI: https://bigtechies.com/
Author: Faheem Iqbal
Author URI: https://bigtechies.com/
Description: A clean, responsive WordPress theme for viral content blogs.
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: viral-magazine
Tags: blog, responsive, minimal, clean, viral
*/

/* CSS Reset
/* --------------------------*/
:root {
  --color-primary: #114740;
  --color-secondary: #FFFFFF;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

:focus {
  outline: 0
}

del {
  text-decoration: line-through
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

/* -- Input Placeholder -- */
::placeholder {
  color: #000000;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000000;
}

/* Component
/* ------------------------------- */
/* --- Font sizes --- */
.byn-font-xl {
  font-size: 1.667em;
  line-height: 150%;
}

.byn-font-l {
  font-size: 1.4em;
  line-height: 150%;
}

@media screen and (max-width: 720px) {
  .byn-font-l {
    font-size: 1.2em;
  }
}

.byn-font-m {
  font-size: 1.133em;
  line-height: 150%;
}

.byn-font-s {
  font-size: 0.867em;
  line-height: 150%;
}

.byn-font-xs {
  font-size: 0.733em;
  line-height: 150%;
}

/* --- Spacing --- */
.byn-px-l {
  padding-left: 80px;
  padding-right: 80px;
}

.byn-py-l {
  padding-top: 80px;
  padding-bottom: 80px;
}

.byn-pt-l {
  padding-top: 80px
}

.byn-pb-l {
  padding-bottom: 80px
}

.byn-pl-l {
  padding-left: 80px
}

.byn-pr-l {
  padding-right: 80px
}

.byn-px-m {
  padding-left: 50px;
  padding-right: 50px;
}

.byn-py-m {
  padding-top: 50px;
  padding-bottom: 50px;
}

.byn-pt-m {
  padding-top: 50px
}

.byn-pb-m {
  padding-bottom: 50px
}

.byn-pl-m {
  padding-left: 50px
}

.byn-pr-m {
  padding-right: 50px
}

.byn-px-s {
  padding-left: 30px;
  padding-right: 30px;
}

.byn-py-s {
  padding-top: 30px;
  padding-bottom: 30px
}

.byn-pt-s {
  padding-top: 30px
}

.byn-pb-s {
  padding-bottom: 30px
}

.byn-pl-s {
  padding-left: 30px
}

.byn-pr-s {
  padding-right: 30px
}

.byn-px-xs {
  padding-left: 15px;
  padding-right: 15px;
}

.byn-py-xs {
  padding-top: 15px;
  padding-bottom: 15px
}

.byn-pt-xs {
  padding-top: 15px
}

.byn-pb-xs {
  padding-bottom: 15px
}

.byn-pl-xs {
  padding-left: 15px
}

.byn-pr-xs {
  padding-right: 15px
}

@media (max-width: 1200px) {
  .byn-px-l {
    padding-left: 50px;
    padding-right: 50px;
  }

  .byn-py-l {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .byn-pt-l {
    padding-top: 50px
  }

  .byn-pb-l {
    padding-bottom: 50px
  }

  .byn-pl-l {
    padding-left: 50px
  }

  .byn-pr-l {
    padding-right: 50px
  }
}

@media (max-width: 992px) {

  .byn-px-l,
  .byn-px-m {
    padding-left: 30px;
    padding-right: 30px;
  }

  .byn-py-l,
  .byn-py-m {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .byn-pt-l,
  .byn-pt-m {
    padding-top: 30px
  }

  .byn-pb-l,
  .byn-pb-m {
    padding-bottom: 30px
  }

  .byn-pl-l,
  .byn-pl-m {
    padding-left: 30px
  }

  .byn-pr-l,
  .byn-pr-m {
    padding-right: 30px
  }
}

.byn-mx-l {
  margin-left: 80px;
  margin-right: 80px;
}

.byn-my-l {
  margin-top: 80px;
  margin-bottom: 80px;
}

.byn-mt-l {
  margin-top: 80px
}

.byn-mb-l {
  margin-bottom: 80px
}

.byn-ml-l {
  margin-left: 80px
}

.byn-mr-l {
  margin-right: 80px
}

.byn-mx-m {
  margin-left: 50px;
  margin-right: 50px;
}

.byn-my-m {
  margin-top: 50px;
  margin-bottom: 50px;
}

.byn-mt-m {
  margin-top: 50px
}

.byn-mb-m {
  margin-bottom: 50px
}

.byn-ml-m {
  margin-left: 50px
}

.byn-mr-m {
  margin-right: 50px
}

.byn-mx-s {
  margin-left: 30px;
  margin-right: 30px;
}

.byn-my-s {
  margin-top: 30px;
  margin-bottom: 30px
}

.byn-mt-s {
  margin-top: 30px
}

.byn-mb-s {
  margin-bottom: 30px
}

.byn-ml-s {
  margin-left: 30px
}

.byn-mr-s {
  margin-right: 30px
}

.byn-mx-xs {
  margin-left: 15px;
  margin-right: 15px;
}

.byn-my-xs {
  margin-top: 15px;
  margin-bottom: 15px
}

.byn-mt-xs {
  margin-top: 15px
}

.byn-mb-xs {
  margin-bottom: 15px
}

.byn-ml-xs {
  margin-left: 15px
}

.byn-mr-xs {
  margin-right: 15px
}

.byn-mb-0 {
  margin-bottom: 0 !important;
}

@media (max-width: 1200px) {
  .byn-mx-l {
    margin-left: 50px;
    margin-right: 50px;
  }

  .byn-my-l {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .byn-mt-l {
    margin-top: 50px
  }

  .byn-mb-l {
    margin-bottom: 50px
  }

  .byn-ml-l {
    margin-left: 50px
  }

  .byn-mr-l {
    margin-right: 50px
  }
}

@media (max-width: 992px) {

  .byn-mx-l,
  .byn-mx-m {
    margin-left: 30px;
    margin-right: 30px;
  }

  .byn-my-l,
  .byn-my-m {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .byn-mt-l,
  .byn-mt-m {
    margin-top: 30px
  }

  .byn-mb-l,
  .byn-mb-m {
    margin-bottom: 30px
  }

  .byn-ml-l,
  .byn-ml-m {
    margin-left: 30px
  }

  .byn-mr-l,
  .byn-mr-m {
    margin-right: 30px
  }
}

/* --- Display & Flexbox --- */
.byn-d-block {
  display: block;
}

.byn-d-inline-block {
  display: inline-block;
}

.byn-d-flex {
  display: flex;
}

.byn-d-flex.byn-flex-align-end {
  align-items: flex-end;
}

.byn-d-flex.byn-flex-align-start {
  align-items: flex-start;
}

.byn-d-flex.byn-flex-align-center {
  align-items: center;
}

.byn-d-flex.byn-flex-justify-between {
  justify-content: space-between;
}

.byn-d-flex.byn-flex-justify-around {
  justify-content: space-around;
}

.byn-d-flex.byn-flex-justify-center {
  justify-content: center;
}

.byn-d-flex.byn-flex-justify-end {
  justify-content: flex-end;
}

.byn-d-flex .byn-order-1 {
  order: 1;
}

.byn-d-flex .byn-order-2 {
  order: 2;
}

/* Global
/* --------------------------*/
body {
  background: #ffffff;
  font: normal normal 16px 'PT Serif', Serif;
  color: #444444;
  line-height: 150%;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body * {
  box-sizing: border-box;
}

body.no-scroll {
  overflow: hidden;
}

body.item-view .post-body a[imageanchor="1"],
body.item-view .post-body a[style="margin-left: 1em; margin-right: 1em;"] {
  margin-left: auto !important;
  margin-right: auto !important;
}

a:link,
a:visited {
  color: #000000;
}

a:hover {
  color: #1c1c1c;
  text-decoration: underline;
}

button,
input[type="button"] {
  border: 0;
  padding: 10px 15px;
  background: var(--color-primary);
  color: var(--color-secondary);
  font: normal normal 16px 'Anek Devanagari', Serif;
  font-weight: bold;
  cursor: pointer;
  outline: 0 solid var(--color-primary);
  transition: all .1s;
}

button:hover,
input[type="button"]:hover {
  outline-offset: 0;
  outline-width: 5px;
  outline-color: var(--color-primary);
}

p {
  margin-bottom: 2rem;
}

/* Default
/* --------------------------*/
img {
  max-width: 100%;
  height: auto;
}

.label {
  font: normal normal 16px 'Anek Devanagari', Serif;
  text-transform: uppercase;
}

.wrapper {
  width: 94%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.blog-feeds,
.post-feeds,
.FeaturedPost .post-share-buttons,
.PopularPosts .post-share-buttons,
#comments h4#comment-post-message {
  display: none !important;
}

/*-- Skin Theme --*/
.skin-theme {
  background: var(--color-primary);
  color: var(--color-secondary);
}

.skin-theme a {
  color: var(--color-secondary);
}

/*-- Skin Dark --*/
.skin-dark {
  background: var(--color-primary);
  color: var(--color-secondary);
}

.skin-dark a {
  color: #ffffff;
}

.skin-dark h3,
.skin-dark h2,
.skin-dark h4 {
  color: #ffffff;
}

.skin-dark button {
  background: #ffffff;
  color: #131313;
  outline: 0 solid #ffffff;
}

.skin-dark button:hover {
  outline-offset: 0;
  outline-width: 5px;
  outline-color: #ffffff;
}

/*-- Heading --*/
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
  line-height: 150%;
  margin-bottom: 0.333em;
  font: normal bold 16px 'Anek Devanagari', Sans-serif;
}

.widget h2 {
  font-size: 2em;
  line-height: 120%;
}

.widget h3 {
  font-size: 1.5em;
}

.widget h4 {
  font-size: 1.125em;
}

.widget h5 {
  font-size: 1em;
}

.widget h6 {
  font-size: 0.79em;
}

/* Header
/* --------------------------*/
.header-outer {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #111111;
}

.header-outer .header-inner-line-1 {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*-- Logo --*/
.header-logo {
  text-align: center;
}

.header-logo a {
  color: #ffffff;
}

.header-logo .Header .title {
  font: normal bold 54px 'Anek Devanagari', Serif;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 100%;
  display: flex;
  justify-content: center;
}

.header-logo .Header .title a {
  text-decoration: none;
  display: inline-block;
  width: 90%;
  max-width: 260px;
}

.header-logo .Header .description {
  margin-bottom: 0;
  margin-top: 15px;
}

.header-logo .title img {
  width: 100%;
  height: auto;
  display: block;
}

/*-- Social Icons --*/
.header-inner .LinkList h3 {
  display: none;
}

.header-inner .LinkList ul {
  display: flex;
}

.header-inner .LinkList ul li {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 0 !important;
}

.header-inner .LinkList ul li a {
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 300px;
  position: relative;
}

.header-inner .LinkList ul li.icon-facebook a::before,
.header-inner .LinkList ul li.icon-twitter a::before,
.header-inner .LinkList ul li.icon-instagram a::before,
.header-inner .LinkList ul li.icon-tiktok a::before,
.header-inner .LinkList ul li.icon-dribbble a::before,
.header-inner .LinkList ul li.icon-pinterest a::before,
.header-inner .LinkList ul li.icon-behance a::before,
.header-inner .LinkList ul li.icon-youtube a::before {
  font-family: "Font Awesome 5 Brands";
  font-size: 1em;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: normal;
  line-height: 150%;
  text-rendering: inherit;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-indent: 0;
}

.header-inner .LinkList ul li.icon-facebook a::before {
  content: "\f09a";
}

.header-inner .LinkList ul li.icon-twitter a::before {
  content: "\f099";
}

.header-inner .LinkList ul li.icon-instagram a::before {
  content: "\f16d";
}

.header-inner .LinkList ul li.icon-tiktok a::before {
  content: "\e07b";
}

.header-inner .LinkList ul li.icon-dribbble a::before {
  content: "\f17d";
}

.header-inner .LinkList ul li.icon-pinterest a::before {
  content: "\f0d2";
}

.header-inner .LinkList ul li.icon-behance a::before {
  content: "\f1b4";
}

.header-inner .LinkList ul li.icon-youtube a::before {
  content: "\f167";
}

/*-- Search --*/
.blog-search .widget {
  position: fixed;
  bottom: 17px;
  max-width: 210px;
  margin-bottom: 0;
}

.BlogSearch .title {
  display: none;
}

.BlogSearch form {
  display: flex;
  background: #fff;
  padding: 0 10px;
  max-width: 200px;
  border: 2px solid #131313;
}

.BlogSearch .search-action {
  width: 40px;
  overflow: hidden;
  text-indent: -500px;
  position: relative;
  z-index: 1;
  background: transparent;
  border: 0;
  padding: 0;
}

.BlogSearch .search-action:hover {
  outline-width: 0;
}

.BlogSearch .search-action::after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-size: 0.85rem;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  line-height: 150%;
  text-rendering: inherit;
  width: 16px;
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #131313;
  text-indent: 0;
}

.BlogSearch .search-input input {
  font: normal bold 1rem 'Segoe UI', Roboto, 'Helvetica Neue', Sans-serif;
  line-height: 140%;
  padding: 4px 0;
  border: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  background: #fff;
}

/*-- Navigation --*/
.header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-menu .toggle-sidebar {
  display: none;
}

.header-menu .toggle-mobile-menu {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: var(--color-secondary);
  color: var(--color-primary);
  cursor: pointer;
  position: relative;
}

.header-menu .toggle-mobile-menu::after {
  content: '';
  position: relative;
  width: 1px;
  height: 100%;
  left: -40px;
  background: var(--color-secondary);
}

.header-menu .widget h3 {
  display: none;
}

.header-menu .widget ul {
  display: flex;
}

.header-menu .widget ul li:not(:last-child) {
  margin-right: 30px;
}

.header-menu .widget ul li a {
  display: inline-block;
  padding: 12px 0 10px 0;
  text-decoration: none;
  font: normal bold 54px 'Anek Devanagari', Serif;
  font-size: 1rem;
  line-height: 150%;
  position: relative;
}

.header-menu .widget ul li.current-menu-item a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--color-secondary);
}

/* Main Content
/* --------------------------*/
.main-outer {
  margin: 50px 0 80px;
  display: flex;
}

.main-outer .main-inner {
  width: calc(100% - 280px);
  flex-grow: 1;
}

.main-outer .main-inner .main {
  padding-right: 60px;
}

.main-outer .sidebar-outer {
  flex-basis: 280px;
  flex-grow: 0;
  flex-shrink: 0;
}

.main-outer .sidebar-outer .widget:not(:last-child) {
  padding-bottom: 45px;
}

/*-- Article Grid --*/
.main-outer .blog-posts :is(.post-outer-container, .swiper):not(.single-post-infinite) {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #000000;
}

.main-outer .blog-posts .swiper {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.main-outer .blog-posts :is(.post-outer-container, .swiper):not(.single-post-infinite) .post-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.main-outer .blog-posts .post-outer-container:not(.single-post-infinite) .post-wrapper .post-thumbnail {
  order: 2;
  flex-basis: 120px;
  flex-shrink: 0;
  flex-grow: 0;
  aspect-ratio: 3/4;
}

.main-outer .blog-posts .swiper:not(.single-post-infinite) .post-wrapper .post-thumbnail {
  order: 2;
  flex: 1;
}

.main-outer .blog-posts :is(.post-outer-container, .swiper):not(.single-post-infinite) .post-wrapper .post-thumbnail svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
}

.main-outer .blog-posts :is(.post-outer-container, .swiper):not(.single-post-infinite) .post-thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.main-outer .blog-posts :is(.post-outer-container, .swiper):not(.single-post-infinite) .post-wrapper .post-heading {
  flex-shrink: 1;
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 10px;
}

.main-outer .blog-posts :is(.post-outer-container, .swiper):not(.single-post-infinite) .post-wrapper .post-heading .heading-line-1 {
  flex-shrink: 0;
  flex-basis: 100px;
  padding-top: 3px;
  margin-bottom: 10px;
}

.main-outer .blog-posts :is(.post-outer-container, .swiper):not(.single-post-infinite) .post-title {
  font: normal bold 24px 'Anek Devanagari', Serif;
  line-height: 120%;
  margin-bottom: 0.455em;
}

.main-outer .blog-posts :is(.post-outer-container, .swiper):not(.single-post-infinite) .post-title a {
  color: #000000;
  text-decoration: none;
}

.main-outer.main-full-width {
  display: block;
}

.main-outer.main-full-width .main-inner {
  width: 100%;
}

.main-outer.main-full-width .main-inner .main {
  padding-right: 0;
}

.homepage-view .main-outer .latestpost-title h3 {
  font: normal bold 16px 'Anek Devanagari', Sans-serif;
  color: var(--color-primary);
  line-height: 150%;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/*-- Highlighted post --*/
.main-outer .blog-posts .swiper .post-outer-container .post-wrapper {
  flex-direction: column;
}

.main-outer .blog-posts .swiper .post-outer-container .post-wrapper .post-thumbnail {
  order: unset;
}

.main-outer .blog-posts .swiper .post-outer-container .post-thumbnail a {
  padding-bottom: 380px;
}

.main-outer .blog-posts .swiper .post-outer-container .post-title {
  font-size: 2.5em;
  line-height: 110%;
}

/*-- Single post --*/
.item-view .main-outer .main-inner .main {
  padding-right: 0;
}

.item-view .blog-posts .post-outer-container.single-post-infinite .post h1.post-title {
  font: normal bold 54px 'Anek Devanagari', Serif;
  color: #000000;
  line-height: 120%;
}

.post-summary {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}

.item-view .blog-posts .post-outer-container.single-post-infinite .post .post-summary {
  font-size: 1.5em;
  line-height: 150%;
  padding-right: calc(280px + 60px);
}

.item-view .blog-posts .post-outer-container.single-post-infinite .post-body-inner {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

.item-view .blog-posts .post-outer-container.single-post-infinite .post-content .post-body {
  padding-right: 60px;
  padding-bottom: 60px;
}

.item-view .inline-ad-single p.ad-label {
  text-transform: uppercase;
  font-size: 10px;
  opacity: 0.5;
}

.item-view .post-header a {
  font-weight: bold;
  text-transform: uppercase;
}

.item-view .post-footer {
  padding-right: 60px;
}

/*-- Page view --*/
.page-view #comments {
  margin-bottom: 60px;
}

/*-- Post body --*/
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6 {
  color: #111111;
  margin-top: 0.5em;
}

.post-body ul,
.post-body ol {
  list-style-type: decimal;
  margin-left: 1.5rem;
  margin-bottom: 2rem;
}

.post-body ul {
  list-style-type: disc;
}

.post-body ul li,
.post-body ol li {
  margin-bottom: 0.856rem;
}

.post-body p {
  margin-bottom: 2rem;
}

.post-body pre {
  background: #f2f3f4;
  padding: 10px 15px;
}

.post-body pre,
.post-body table,
.post-body iframe {
  margin-bottom: 2rem;
}

.post-body .tr-caption-container {
  position: relative;
}

.post-body .tr-caption-container .tr-caption {
  padding-top: 8px;
  display: block;
  color: #777777;
  font-size: 0.75em;
  line-height: 140%;
}

.item-view .post-body blockquote {
  padding: 0 1.5rem;
  position: relative;
  border-left: 5px solid var(--color-primary);
  font-size: 1.25em;
  line-height: 140%;
  color: #777777;
}

.item-view .post-body blockquote p {
  margin-bottom: 0;
}

.item-view .post-body blockquote .tweetthis {
  background: #f2f3f4 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZw1aaOU1UEmq_NWaWTtMiQLoX0FA6lyWtsbn2cr5Joo-69YwEOTfo0oAcoOTjH0jwE5YehW0MhZ9JGwg2UiE_mbP3mIUXdtkugUEEVq2fTS2pttBgBNSuBX4VL3wgezUqZ8sizDW5Ftwz/s1600/icon-tweet.png) no-repeat 10px center;
  background-size: auto;
  background-size: 18px auto;
  padding: 5px 10px 1px 35px;
  margin-top: 1rem;
  display: inline-block;
  font: normal bold 54px 'Anek Devanagari', Serif;
  font-size: 0.875rem;
  line-height: 140%;
  font-weight: bold;
  color: #27AAE1;
  text-decoration: none;
  border-radius: 3px;
}

/*-- Post header --*/
.post-header {
  font: normal normal 16px 'Anek Devanagari', Serif;
  font-size: 0.750em;
  line-height: 140%;
}

.post-header .post-header-line {
  display: flex;
  align-items: center;
}

.post-header .byline.post-timestamp {
  text-transform: uppercase;
}

.post-header .byline.post-author {
  display: flex;
  align-items: center;
}

.post-header .byline.post-author .post-author-img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  margin-right: 10px;
}

/*-- Post footer --*/
.post-footer .post-footer-line {
  font: normal normal 16px 'Anek Devanagari', Serif;
  font-weight: normal;
  font-size: 0.750em;
  line-height: 140%;
  text-transform: uppercase;
}

.post-footer a {
  color: #000000;
}

.post-footer .post-footer-line:not(:last-child) {
  margin-bottom: 15px;
}

.post-footer .post-labels a {
  display: inline-block;
  position: relative;
}

.post-footer .post-labels a:not(:last-child)::after {
  content: ',';
}

/* --- Share buttons --- */
.post-share-buttons .share-icons {
  display: flex;
  align-items: center;
  margin: 0 0 60px;
  list-style-type: none;
}

.post-share-buttons .share-icons li {
  margin-right: 15px;
}

.post-share-buttons .share-icons li a {
  color: #444444;
}

.post-share-buttons .share-icons li span {
  display: none;
}

.post-share-buttons .share-icons li a i {
  padding: 10px;
  background: #f2f3f4;
  border-radius: 100%;
  cursor: pointer;
}

/*-- Infinite Scroll --*/
.loading-indicator {
  text-align: center;
  padding: 20px;
  font-weight: bold;
  color: var(--color-primary);
  width: 100%;
}

.blog-pager {
  min-height: 60px;
}

/*-- Top Posts Slider --*/
.top-posts-slider-wrapper {
  margin: 30px 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}

.top-posts-slider-wrapper .post-outer-container {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.post-share-buttons .share-icons li.icon-copylink {
  position: relative;
  display: none;
}

.post-share-buttons .share-icons li.icon-copylink button {
  background: #f2f3f4;
  border-radius: 20px;
  color: inherit;
  padding: 0 15px;
  height: 36px;
  font: normal bold 14px 'Segoe UI';
}

.post-share-buttons .share-icons li.icon-copylink button:hover {
  border: 0;
  outline-width: 0;
  background-color: var(--color-primary);
  color: #ffffff;
}

.post-share-buttons .share-icons li .copy-url-message {
  position: absolute;
  display: none;
  top: 45px;
  padding: 5px 15px;
  border-radius: 20px;
  width: auto;
  word-break: keep-all;
  white-space: nowrap;
  font: normal normal 12px 'Segoe UI';
}

/*-- Blog pager --*/
.blog-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}

.blog-pager>a {
  font: normal normal 16px 'Anek Devanagari', Serif;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 150%;
  margin: 0 15px;
  padding: 12px 40px 10px;
  background: var(--color-primary);
  color: var(--color-secondary);
  text-decoration: none;
  outline: 0 solid var(--color-primary);
  transition: all .1s;
  white-space: nowrap;
  word-break: keep-all;
}

.blog-pager>a:hover {
  outline-offset: 0;
  outline-width: 5px;
  outline-color: var(--color-primary);
}

/*-- Breadcrumb --*/
.main-inner .post-breadcrumbs {
  padding-bottom: 30px;
  color: #777777;
  text-transform: uppercase;
  font: normal normal 16px 'Anek Devanagari', Serif;
  font-size: 0.750em;
  font-weight: normal;
  line-height: 140%;
}

.main-inner .post-breadcrumbs li {
  display: inline-block;
  padding-right: 2px;
}

/*-- Status message wrapper --*/
.status-msg-wrap .status-msg-body {
  font: normal bold 36px 'Anek Devanagari', Serif;
  color: #000000;
}

.archive .status-msg-wrap .status-msg-body {
  margin-bottom: 0;
  margin-top: 20px;
}

.error-view .main-outer .main-inner .main {
  padding-right: 0;
}

.error-view .status-msg-body {
  font-size: 1.500em;
  line-height: 150%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

/*-- Related posts --*/

h3.related-posts-heading {
  margin-bottom: 30px;
  font: normal bold 16px 'Anek Devanagari', Sans-serif;
  color: var(--color-primary);
  text-transform: uppercase;
}

/* Comments
/* --------------------------*/
#comments {
  margin-top: 60px;
  padding-right: calc(280px + 60px);
}

#comments .comment-title {
  border-bottom: 1px solid #000000;
  padding-bottom: 0.5em;
  margin-bottom: 30px;
  line-height: 140%;
  display: flex;
  font: normal bold 16px 'Anek Devanagari', Sans-serif;
  color: var(--color-primary);
  text-transform: uppercase;
}

#comments .comment-title .title {
  font: normal bold 16px 'Anek Devanagari', Sans-serif;
}

#comments .comment-title span {
  margin-left: 10px;
}

#comments h4#comment-post-message {
  font-weight: normal;
  font-style: italic;
  color: #777777;
  margin-bottom: 15px;
  text-align: center;
  display: none;
}

#comments .comment-content {
  margin: 10px 0 10px;
}

#comments .inline-thread .comment-content {
  margin-bottom: 30px;
}

.comment-thread .comment {
  position: relative;
  margin-bottom: 30px;
  padding-left: 55px;
  border-bottom: 1px solid #000000;
}

.comment-thread .comment:last-child {
  border: 0;
}

/*
Avatar
*/
.comment-thread .avatar-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #F1F5f9;
}

.avatar-image-container img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.avatar-image-container span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #aaa;
}

/*
Comment Header
*/
.comments .comment-header {
  display: flex;
  align-items: baseline;
  font: normal normal 16px 'Anek Devanagari', Serif;
  font-size: unset;
}

.comments .comment-header .icon.user {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13'%3E%3Cpath fill='%235200FF' d='M6.5,0C2.9,0,0,2.9,0,6.5S2.9,13,6.5,13,13,10.1,13,6.5,10.1,0,6.5,0ZM10.5,4.5l-5,5c-0.2,0.2-0.5,0.2-0.7,0l-2-2 c-0.2-0.2-0.2-0.5,0-0.7s0.5-0.2,0.7,0l1.6,1.6l4.6-4.6c0.2-0.2,0.5-0.2,0.7,0S10.7,4.3,10.5,4.5Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  vertical-align: middle;
}

.comments .comment-header .user {
  margin-right: 15px;
  font-style: normal;
  display: block;
  font-weight: bold;
  color: #000000;
}

.comments .comment-header .user a {
  text-decoration: none;
  color: #000000;
  font-size: 1.125em;
}

.comment-header .datetime a {
  font-size: 0.75em;
  text-decoration: none;
  color: #777777;
}

/*
Comment action
*/
.comments .comment-actions {
  display: inline-block;
  font: normal normal 16px 'Anek Devanagari', Serif;
  font-size: unset;
  font-weight: normal;
  text-transform: uppercase;
}

.comments .comment-replies .comment-actions {
  display: none;
}

.comments .comment-actions a {
  padding-bottom: 3px;
  text-decoration: underline;
  margin-right: 15px;
  font-weight: 400;
  font-size: .82em;
  color: #777777;
}

.comments .comment-actions .item-control {
  display: none;
}

.comments .comment-actions a:hover {
  opacity: 1;
}

.loadmore {
  display: none;
}

.loadmore.loaded a {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  margin-top: 15px;
}

.comments .continue {
  display: none !important;
}

/*
Reply
*/
.comments .comment-replies {
  padding-top: 30px
}

.comments .comment-replies .comment-replies {
  display: none;
}

.thread-expanded .thread-count a {
  display: none;
}

/* Reels Section
/* --------------------------*/
.reels-section-outer {
  padding-bottom: 30px;
  padding-top: 20px;
  border-bottom: 2px solid #dedede;
}

.reels-section-inner {
  position: relative;
  width: 100%;
}

.reels-track-wrapper {
  position: relative;
  width: 100%;
}

.reels-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.55);
  border: none;
  color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reels-arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}

.reels-arrow-prev {
  left: 6px;
}

.reels-arrow-next {
  right: 6px;
}

.reels-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 10px;
}

.reels-track::-webkit-scrollbar {
  display: none;
}

.reel-item {
  flex: 0 0 calc((100% - 36px) / 3.5);
  min-width: 0;
  scroll-snap-align: start;
}

.reel-item .viral-content-slider {
  display: none;
}

.reel-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.reel-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  background: #222;
  border-radius: 8px;
  overflow: hidden;
}

.reel-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reel-thumb-placeholder {
  position: absolute;
  inset: 0;
  background: #444;
}

/* The Grand Entry
/* --------------------------*/
.featuredpost-outer {
  position: relative;
}

.featuredpost-outer a {
  text-decoration: none;
}

.featuredpost-outer .featuredpost-inner {
  margin-left: auto;
  margin-right: auto;
}

.featuredpost-outer .widget.FeaturedPost>h3.title {
  display: none;
}

.featuredpost-outer .FeaturedPost .post-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 510px;
}


.featuredpost-outer .FeaturedPost .thumb-link a {
  display: block;
}

.featuredpost-outer .FeaturedPost .thumb-link .thumb {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  height: 510px;
  display: block;
  transition: 0.5s all ease;
}

.featuredpost-outer .FeaturedPost .thumb-link .thumb:hover {
  background-size: 110%;
}

.featuredpost-outer .FeaturedPost .post-text-container {
  display: flex;
  align-items: center;
  height: 510px;
  padding: 80px 100px 80px 100px;
  width: 100%;
}

.featuredpost-outer .FeaturedPost .post-text-container .post-title {
  font: normal bold 54px 'Anek Devanagari', Serif;
  font-size: 2.5em;
  line-height: 120%;
  margin-bottom: 15px;
  display: block;
}

.featuredpost-outer .FeaturedPost .post-text-container p.title {
  margin-bottom: 45px;
  font: normal bold 16px 'Anek Devanagari', Sans-serif;
  color: #ffffff;
  line-height: 140%;
  text-transform: uppercase;
}

.featuredpost-outer .FeaturedPost .post-header {
  margin-bottom: 30px;
}

.featuredpost-outer .FeaturedPost .post-header .post-author {
  display: none;
}

.featured-slider-wrapper.top-posts-slider-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 0;
  border-bottom: 0;
  margin-top: 0;
}

.featured-swiper {
  width: 100%;
  height: 100%;
}

.featured-swiper .swiper-pagination {
  bottom: 20px !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: auto !important;
}

.featured-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.featured-swiper .swiper-pagination-bullet-active {
  background: #5200FF;
  opacity: 1;
}

/*-- Popular posts --*/
.popularpost-outer a {
  text-decoration: none;
}

.popularpost-outer .popularpost-inner .PopularPosts {
  padding-top: 60px;
  padding-bottom: 60px;
}

.popularpost-inner .PopularPosts h3.title {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 140%;
  color: #ffffff;
  opacity: 0.6
}

.popularpost-inner .PopularPosts .post-body {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.popularpost-inner .PopularPosts article:last-child .post-body {
  padding-bottom: 0;
}

.popularpost-inner .PopularPosts .snippet-thumbnail {
  width: 45%;
}

.popularpost-inner .PopularPosts .snippet-thumbnail a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  overflow: hidden;
  position: relative;
}

.popularpost-inner .PopularPosts .snippet-thumbnail a img {
  transition: transform 0.5s ease;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  left: 0;
}

.popularpost-inner .PopularPosts .post-text {
  width: 55%;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popularpost-inner .PopularPosts .post-text .post-title {
  font: normal bold 54px 'Anek Devanagari', Serif;
  font-size: 2.125em;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 15px;
  display: block;
}

.popularpost-inner .PopularPosts .post-text .post-summary,
.popularpost-inner .PopularPosts .post-text .post-author {
  display: none;
}

/* Primary
/* --------------------------*/
.footer-outer {
  padding-top: 60px;
  background-color: var(--color-primary);
  color: var(--color-secondary);
  padding-bottom: 60px;
}

.footer-outer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-inner .sidebar {
  width: calc(25% - 40px);
}

.footer-inner .sidebar.footer-left {
  width: calc(50% - 40px);
}

.footer-inner .sidebar h3.title {
  color: #ffffff;
}

.footer-inner .sidebar a {
  color: #ffffff;
}

/* Global sidebar
/* --------------------------*/
.sidebar .widget>h3 {
  font: normal bold 16px 'Anek Devanagari', Sans-serif;
  color: var(--color-primary);
  line-height: 150%;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/*-- Mobile Menu Drawer --*/
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
}

.mobile-menu-overlay.open {
  display: block;
}

.mobile-menu-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 90%;
  height: 100%;
  background: #fff;
  z-index: 999;
  overflow-y: auto;
  padding: 20px;
  transition: right 0.3s ease;
  box-sizing: border-box;
}

.mobile-menu-drawer.open {
  right: 0;
}

.mobile-menu-close {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  display: block;
  margin-left: auto;
  padding: 0;
  color: #222;
  margin-bottom: 15px;
}

.mobile-menu-content .BlogSearch {
  margin-bottom: 20px;
}

.mobile-menu-content .BlogSearch .title {
  display: none;
}

.mobile-menu-socials {
  gap: 20px;
  padding: 28px 0 8px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.search-input {
  flex: 1;
}

.mobile-menu-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-secondary) !important;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.2s;
  margin: auto;
}

.mobile-menu-social-link:hover {
  background: var(--color-primary);
  color: var(--color-secondary);
}

.mobile-menu-about {
  padding: 16px;
  background: #f7f7f7;
  border-radius: 6px;
  margin-top: 20px;
}

.mobile-menu-about-title {
  font: normal bold 16px 'Anek Devanagari', Sans-serif;
  color: var(--color-primary);
  text-transform: uppercase;
  margin: 0 0 8px;
  line-height: 150%;
}

.mobile-menu-about-text {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

.mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu-list li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  color: #222;
  text-decoration: none;
  font-size: 0.95rem;
  font-family: 'Anek Devanagari', Sans-serif;
}

.mobile-menu-list li a:hover {
  color: var(--color-primary);
}

.mobile-menu-list .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 14px;
}

.mobile-menu-list .sub-menu li a {
  font-size: 0.875rem;
  color: #555;
}

/*-- Ad Spaces --*/
.ad-spaces {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ad-spaces img {
  display: block;
}

.ad-space_top .widget {
  padding-top: 60px;
}

.ad-space_bottom .widget {
  padding-bottom: 60px;
}

/*-- Small Popular posts --*/
.sidebar-outer .PopularPosts .widget-content {
  background: var(--color-primary);
  color: var(--color-secondary);
  padding: 15px;
}

.sidebar-outer .PopularPosts .post:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.sidebar-outer .PopularPosts .has-featured-image {
  display: flex;
  gap: 15px;
}

.sidebar-outer .PopularPosts .has-featured-image .snippet-thumbnail {
  flex-basis: 80px;
  flex-grow: 0;
  flex-shrink: 0;
  order: 2;
}

.sidebar-outer .PopularPosts .has-featured-image .snippet-thumbnail a {
  margin-right 15px;
  display: flex;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.sidebar-outer .PopularPosts .has-featured-image .snippet-thumbnail a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-outer .PopularPosts .post-title {
  font-size: 1.125rem;
  line-height: 130%;
  margin: 0 0 5px 0;
}

.sidebar-outer .PopularPosts .post-title a {
  text-decoration: none;
  color: var(--color-secondary);
}

.sidebar-outer .PopularPosts .post-summary {
  display: none;
}

.sidebar-outer .PopularPosts .post .image-disabled {
  position: relative;
}

.sidebar-outer .PopularPosts .post .image-disabled::after {
  content: '1';
  position: absolute;
  font: normal bold 16px 'Anek Devanagari', Sans-serif;
  font-size: 1rem;
  text-align: center;
  top: 0;
  width: 30px;
  height: 30px;
  color: var(--color-primary);
  background: var(--color-secondary);
  font-weight: bold;
  border-radius: 100%;
  line-height: 36px;
}

.sidebar-outer .PopularPosts .post:nth-child(2) .image-disabled::after {
  content: '2';
}

.sidebar-outer .PopularPosts .post:nth-child(3) .image-disabled::after {
  content: '3';
}

.sidebar-outer .PopularPosts .post:nth-child(4) .image-disabled::after {
  content: '4';
}

.sidebar-outer .PopularPosts .post:nth-child(5) .image-disabled::after {
  content: '5';
}

.sidebar-outer .PopularPosts .post:nth-child(6) .image-disabled::after {
  content: '6';
}

.sidebar-outer .PopularPosts .post:nth-child(7) .image-disabled::after {
  content: '7';
}

.sidebar-outer .PopularPosts .post:nth-child(8) .image-disabled::after {
  content: '8';
}

.sidebar-outer .PopularPosts .post:nth-child(9) .image-disabled::after {
  content: '9';
}

.sidebar-outer .PopularPosts .post:nth-child(10) .image-disabled::after {
  content: '10';
}

.sidebar-outer .PopularPosts .post .image-disabled .post-outer {
  padding-left: 45px;
}

/*-- list List --*/
.widget.LinkList ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

/*-- Labels --*/
.widget.Label a {
  text-decoration: none;
}

.widget.Label a:hover {
  text-decoration: underline;
}

.widget.Label ul li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget.Label ul li:last-child {
  padding-bottom: 0;
  border: 0;
}

.widget.Label ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.widget.Label ul li a .label-count {
  font-size: 0.625em;
  line-height: 130%;
  opacity: 0.7;
}

.widget.Label .cloud-label-widget-content .label-size:not(:last-child)::after {
  content: ',';
}

.widget.Label .cloud-label-widget-content .label-count {
  vertical-align: super;
  font-size: 50%;
  padding-left: 0.3em;
  opacity: 0.7;
}

/*-- Feed --*/
.widget.Feed .widget-content ul li {
  list-style-type: disc;
  margin-bottom: 15px;
  margin-left: 15px;
  padding-left: 10px;
  border-bottom: 1px dotted #dddddd;
  padding-bottom: 15px;
}

.widget.Feed .widget-content ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.widget.Feed .widget-content ul li span {
  display: block;
}

.widget.Feed .widget-content ul li span.item-title {
  font: normal bold 24px 'Spartan', Sans-serif;
  font-size: 1rem;
}

.widget.Feed .widget-content ul li span.item-title a {
  text-decoration: none;
  color: #555555;
}

/*-- Profile --*/
.widget.Profile .profile-ava {
  position: relative;
  margin-bottom: 15px;
}

.widget.Profile .profile-ava img {
  display: block;
  width: 100%;
}

.widget.Profile .profile-ava svg {
  position: absolute;
  left: -5px;
  bottom: -1px;
  width: calc(100% + 10px);
  height: auto;
}

.widget.Profile .profile-datablock>* {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}

.widget.Profile .profile-data .g-profile {
  font-size: 1.467em;
  font-weight: bold;
  line-height: 150%;
}

.widget.Profile .location {
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
  padding: 10px;
}

.widget.Profile .profile-link {
  display: block;
  font-weight: bold;
  text-align: center;
}

/* --- Archive --- */
.widget.BlogArchive .post-count {
  vertical-align: super;
  font-size: .6em;
  padding-left: 3px;
  display: inline-block;
  text-decoration: none;
}

.widget.BlogArchive .MENU {
  font: inherit;
  font-weight: inherit;
  padding: 8px 4px;
  background: #fff;
  border: 0;
  border-radius: 0;
  width: 100%;
  border: 1px solid #000000;
}

.widget.BlogArchive .hierarchy-content ul {
  padding-left: 15px;
  border-left: 1px solid #000000;
}

/* Recent Posts Grid */
.recent-posts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.recent-posts-grid .post-grid-item {
  display: flex;
  flex-direction: column;
}

.recent-posts-grid .post-grid-item .post-grid-thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 60/107;
  overflow: hidden;
  border-radius: 8px;
  background: #222;
  margin-bottom: 10px;
}

.recent-posts-grid .post-grid-item .post-grid-thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.recent-posts-grid .post-grid-item .post-grid-thumbnail a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Tablet: 3 columns */
@media (max-width: 1020px) {
  .recent-posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile: 2 columns */
@media (max-width: 640px) {
  .recent-posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/* --- Comtact form --- */
.ContactForm h3.title {
  margin-bottom: 30px;
  font: normal bold 16px 'Anek Devanagari', Sans-serif;
  color: var(--color-primary);
  text-transform: uppercase;
}

.ContactForm .contact-form-widget label,
.ContactForm .default-message {
  display: none;
}

.ContactForm .contact-form-widget form {
  margin: -10px;
}

.ContactForm .contact-form-widget form input,
.ContactForm .contact-form-widget form textarea {
  font: inherit;
  padding: 10px 15px;
  width: calc(50% - 22px);
  max-width: 100%;
  box-shadow: none;
  -webkit-appearance: none;
  margin: 10px;
  float: left;
  border: 1px solid #000000;
}

.ContactForm .contact-form-widget form input:focus,
.ContactForm .contact-form-widget form textarea:focus {
  border-color: #000000;
}

.ContactForm .contact-form-widget form textarea {
  width: calc(100% - 22px);
  height: 200px;
  float: none;
}

.ContactForm .contact-form-widget .contact-form-button {
  width: auto;
  display: inline-block;
  float: none;
  padding: 10px 30px;
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
  color: var(--color-secondary);
  text-align: center;
  font: normal normal 16px 'Anek Devanagari', Serif;
  font-size: 1.125em;
  line-height: 140%;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: all .1s;
  outline: 0 solid var(--color-primary);
}

.ContactForm .contact-form-widget .contact-form-button:hover {
  outline-offset: 0;
  outline-width: 5px;
  outline-color: var(--color-primary);
}

.ContactForm form .message {
  clear: both;
  margin: 0 10px;
  font-size: .82em;
}

.ContactForm form .message p.contact-form-error-message-with-border,
.ContactForm form .message p.contact-form-success-message-with-border {
  display: block;
  background: rgba(220, 20, 60, 0.1);
  padding: 10px 20px 10px 45px;
  margin: 10px 0;
  position: relative;
}

.ContactForm form .message p.contact-form-success-message-with-border {
  background-color: rgba(154, 205, 50, 0.3);
  padding-left: 20px;
}

.ContactForm form .message img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

footer button {
  background: var(--color-secondary);
  color: var(--color-primary);
}

/* Colophon
/* --------------------------*/
.colophon-outer {
  background: var(--color-secondary);
  color: var(--color-primary);
  font: normal normal 16px 'Anek Devanagari', Serif;
  font-size: 0.867em;
  font-weight: normal;
  line-height: 140%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.colophon-outer a {
  color: var(--color-primary);
  text-decoration: underline;
}

.colophon-outer .colophon-inner {
  width: 90%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.colophon-outer .Attribution .widget-content {
  display: flex;
  align-items: center;
}

.colophon-outer .Attribution .widget-content>* {
  margin-right: 30px;
}

.colophon-outer .Attribution .widget-content .blogger {
  order: 2;
}

.colophon-outer .Attribution .widget-content .blogger svg {
  display: none;
}

/* -- Social Media LinkList -- */
.colophon-social .LinkList .title {
  display: none;
}

.colophon-social .LinkList ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.colophon-social .LinkList ul li {
  margin: 0;
}

.colophon-social .LinkList ul li:not(:last-child) {
  margin-right: 10px;
  margin-bottom: 0;
}

.colophon-social .LinkList ul li a {
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-indent: 300px;
  position: relative;
}

.colophon-social .LinkList ul li a::before {
  content: "\f09a";
  font-family: "Font Awesome 5 Brands";
  font-size: 16px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: normal;
  line-height: 150%;
  text-rendering: inherit;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
}

.colophon-social .LinkList li.icon-twitter a::before {
  content: "\f099";
}

.colophon-social .LinkList li.icon-instagram a::before {
  content: "\f16d";
}

.colophon-social .LinkList li.icon-tiktok a::before {
  content: "\e07b";
}

.colophon-social .LinkList li.icon-dribbble a::before {
  content: "\f17d";
}

.colophon-social .LinkList li.icon-pinterest a::before {
  content: "\f0d2";
}

.colophon-social .LinkList li.icon-behance a::before {
  content: "\f1b4";
}

.colophon-social .LinkList li.icon-tiktok a::before {
  content: "\e07b";
}

.colophon-social .LinkList li.icon-youtube a::before {
  content: "\f167";
}

/* RTL
/* --------------------------*/
html[dir='rtl'] .header-outer .header-inner .header-search>* {
  margin-left: 0;
  margin-right: 30px;
}

html[dir='rtl'] .header-menu .widget ul li:not(:last-child),
html[dir='rtl'] .post-header .byline:not(:last-child),
html[dir='rtl'] .colophon-outer .Attribution .widget-content>* {
  margin-left: 30px;
  margin-right: 0;
}

html[dir='rtl'] .header-menu .toggle-mobile-menu::after {
  right: -40px;
  left: unset;
}

html[dir='rtl'] .featuredpost-outer .FeaturedPost .thumb-link .thumb,
html[dir='rtl'] .comment-thread .avatar-image-container {
  left: auto;
  right: 0;
}

html[dir='rtl'] .main-outer .main-inner .main {
  padding-right: 0;
  padding-left: 60px;
}

html[dir='rtl'] .popularpost-inner .PopularPosts .post-text {
  padding-left: 0;
  padding-right: 60px;
}

html[dir='rtl'] .item-view .blog-posts .post-outer-container.single-post-infinite .post-content .post-body {
  padding-right: 0;
  padding-left: 60px;
}

html[dir='rtl'] .item-view .main-outer .main-inner .main {
  padding-left: 0;
}

html[dir='rtl'] .comments .comment-header .user,
html[dir='rtl'] .post-header .byline.post-author .post-author-img,
html[dir='rtl'] .post-share-buttons .share-icons li {
  margin-right: 0;
  margin-left: 15px;
}

html[dir='rtl'] .comment-thread .comment {
  padding-right: 55px;
  padding-left: 0;
}

html[dir='rtl'] .sidebar-outer .PopularPosts .post .image-disabled .post-outer {
  padding-left: 0;
  padding-right: 45px;
}


.blog-posts .swiper .post-outer-container {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.blog-posts .swiper .swiper-button-next,
.blog-posts .swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #3CFFD0;
  color: #5200FF;
  border-radius: 50%;
  --swiper-navigation-size: 20px;
  font-weight: 900;
  opacity: .6;
  transition: 0.3s opacity ease-out;
}

.blog-posts .swiper .swiper-button-next:hover,
.blog-posts .swiper .swiper-button-next:active,
.blog-posts .swiper .swiper-button-next:focus,
.blog-posts .swiper .swiper-button-prev:hover,
.blog-posts .swiper .swiper-button-prev:active,
.blog-posts .swiper .swiper-button-prev:focus {
  opacity: 1;
}

.blog-posts .swiper .swiper-pagination-clickable .swiper-pagination-bullet {
  background: #5200FF;
}

.single-post article:is(.post-outer-container, .swiper):not(.single-post-infinite),
.top-posts-slider-wrapper {
  width: 680px;
  max-width: 100%;
}

.main-outer .blog-posts .post-wrapper .post-thumbnail {
  border-radius: 6px;
  overflow: hidden;
}

/* Slider Base Styles */
.viral-content-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #222;
  cursor: pointer;
  height: 100%;
}

.single-post .post-content .viral-content-slider {
  margin-bottom: 30px;
}

.single-post .post-content .viral-slider-inner {
  min-height: 300px;
}

.viral-slider-inner {
  height: 100%;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.viral-slide {
  width: 100%;
  height: 100%;
}

.viral-slide img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.viral-slide .video-container {
  width: 100%;
}

.single-post .post-content .viral-slide .viral-repeater-text,
.swiper .viral-slide .viral-repeater-text {
  min-height: 300px;
  padding: 30px;
}

.viral-slide .viral-repeater-text {
  padding: 12px;
  color: #fff;
  background-color: var(--color-primary);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}

.blog-posts>.top-posts-slider-wrapper .viral-slide .viral-repeater-text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.blog-posts> :not(.top-posts-slider-wrapper, .single-post-infinite) .viral-slide .viral-repeater-text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 13px;
}

.viral-popup-content .viral-slide .viral-repeater-text {
  padding: 30px;
  font-size: 28px;
}

.viral-slide .viral-repeater-text p {
  margin-bottom: 0;
}

/* Progress Bar - Hidden by default in inline view */
.viral-content-slider .viral-slider-progress {
  display: none;
}

/* Show progress bar in popup */
#viral-slider-popup .viral-slider-progress {
  display: flex;
  top: 15px;
  bottom: auto;
  width: calc(100% - 30px);
  max-width: 420px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  gap: 4px;
  z-index: 200;
}

.viral-progress-seg {
  flex: 1;
  height: 3px;
  background: rgba(255, 255, 255);
  border-radius: 2px;
  overflow: hidden;
}

.viral-progress-fill {
  width: 0%;
  height: 100%;
  background: var(--color-primary);
}

/* Navigation - Hidden by default */
.viral-slider-nav {
  display: none;
}

.viral-prev,
.viral-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.3);
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.viral-prev:hover,
.viral-next:hover {
  background: rgba(0, 0, 0, 0.6);
}

.viral-prev {
  left: 10px;
}

.viral-next {
  right: 10px;
}

/* If you want to show nav only in popup (optional, but following 'only show in popup' instruction) */
#viral-slider-popup .viral-slider-nav {
  display: block;
  /* Note: Arrows are still removed/hidden via previous logic if needed, but this allows container visibility */
}

.wp-video {
  height: 100%;
}

/* Popup Styles */
#viral-slider-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 999999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  user-select: none;
  -webkit-user-select: none;
}

#viral-slider-popup.active {
  display: flex;
}

.FeaturedPost .thumb-link .viral-content-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

/* Show nav in featured post slider */
.FeaturedPost .thumb-link .viral-slider-nav {
  display: none;
}

.viral-popup-content {
  width: 100%;
  max-width: 450px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #000;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  overflow: hidden;
  touch-action: none;
}

.post-content video.wp-video-shortcode {
  display: block;
}

.viral-slider-progress {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  gap: 4px;
  z-index: 200;
}

#viral-slider-popup .viral-slider-progress {
  max-width: 430px;
  left: 50%;
  transform: translateX(-50%);
}

.viral-popup-content .viral-slide {
  display: none;
  max-height: 100%;
  max-width: 100%;
}

.viral-popup-content .viral-slide.active {
  display: block;
}

.slide-image-wrap {
  height: 100%;
}

.viral-popup-content img {
  width: 100%;
  /* height: 100%; */
}

video.wp-video-shortcode {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}

.viral-slide img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}

.top-posts-slider-wrapper .viral-content-slider .viral-slide,
.post-content .viral-content-slider .viral-slide {
  min-height: 380px;
}

.viral-popup-close {
  border-radius: 50%;
  position: absolute;
  top: 30px;
  right: 20px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  background: none;
  border: none;
  z-index: 200;
  line-height: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hide all possible video controls */
.viral-popup-content video::-webkit-media-controls-enclosure,
.viral-popup-content video::-webkit-media-controls-panel,
.viral-popup-content video::-webkit-media-controls-play-button,
.viral-popup-content video::-webkit-media-controls-start-playback-button,
.viral-popup-content video::-webkit-media-controls {
  display: none !important;
  -webkit-appearance: none;
  opacity: 0;
}

.viral-popup-content video {
  pointer-events: none !important;
}

/* Ensure mejs (WordPress default player) controls are also hidden if they load */
.mejs-container,
.mejs-controls {
  display: none !important;
}



body#layout {
  padding-left: 19px;
  padding-right: 19px;
  padding-top: inherit;
}

body#layout .section h4 {
  margin-left: 0;
  margin-right: 0;
}

body#layout .container-inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

body#layout .header-menu,
body#layout .main-outer,
body#layout .footer-inner,
body#layout .colophon-inner {
  display: flex;
  flex-wrap: wrap;
}

body#layout .main-inner,
body#layout .header-nav,
body#layout .colophon-trademark {
  width: 67%;
}

body#layout .sidebar-outer,
body#layout .header-search,
body#layout .colophon-social,
body#layout .footer-inner>* {
  width: 33%;
}

.single-post .featured-image,
.page .post-featured-image {
  margin-bottom: 20px;
}

.comment-form-container input#submit {
  font: normal normal 16px 'Anek Devanagari', Serif;
  font-size: 1.125em;
  font-weight: bold;
  padding: 12px 40px 12px;
  background: var(--color-primary);
  color: var(--color-secondary);
  outline: 0 solid var(--color-primary);
  transition: all .1s;
  line-height: 1.6;
  cursor: pointer;
}

/*-- Infinite Scroll --*/
.loading-indicator {
  text-align: center;
  padding: 20px;
  font-weight: bold;
  color: var(--color-primary);
  width: 100%;
}

.blog-pager {
  min-height: 60px;
}

.blog-posts .reels-section-inner {
  width: 100%;
}

.blog-posts .reels-section-outer {
  margin-bottom: 30px;
  border-bottom: 0;
  padding-top: 0;
}

article.reel-item.post-outer-container {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Reel Ad Slides */
.slide-ad-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background: #111;
  overflow: hidden;
}

.reel-ad-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 2px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 1.4;
}

.reel-ad-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 18px 8px 8px;
  text-align: center;
  border-radius: 0 0 8px 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.viral-progress-seg--ad .viral-progress-fill {
  background: #f0a500;
}

.reels-section-outer h2.slider-title {
  margin-bottom: 15px;
  font-weight: bold;
  border-left: 4px solid var(--color-primary);
  padding-left: 10px;
  display: flex;
  align-items: center;
}

.reels-section-outer h2.slider-title a {
  text-decoration: none;
  font-size: 1.5em;
  font-family: 'Anek Devanagari', sans-serif;
  line-height: 1;
  text-box-trim: trim-both;
  display: block;
}

@media (min-width: 1021px) {
  .featuredpost-outer .FeaturedPost .thumb-link {
    width: 50%;
  }

  .featuredpost-outer .FeaturedPost .post-text-container {
    padding: 80px 0 80px 100px;
    width: 50%;
  }
}

@media (min-width:768px) {
  .viral-popup-content {
    height: 90vh;
  }

  .viral-popup-close {
    font-size: 40px;
    width: 60px;
    height: 60px;
  }
}

/* Responsive
/* --------------------------*/
@media screen and (max-width: 1020px) {
  .featuredpost-outer .FeaturedPost .post-content {
    flex-direction: column;
  }

  .featuredpost-outer .FeaturedPost .post-content .thumb-link {
    display: none;
  }

  .top-posts-slider-wrapper .viral-content-slider .viral-slide,
  .post-content .viral-content-slider .viral-slide {
    min-height: 300px;
  }

  .FeaturedPost .thumb-link .viral-content-slider {
    width: 100%;
  }

  html {
    overflow-x: hidden;
  }

  .post-content img,
  .post-content video {
    position: relative;
    width: 100vw !important;
    max-width: 100vw;
    transform: translateX(-50%);
    left: 50%;
  }

  .main-outer .main-inner {
    width: 100%;
  }

  .top-posts-slider-wrapper {
    max-width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
  }

  .blog-posts .swiper .post-outer-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .main-outer .blog-posts>.category-slider .post-wrapper .post-thumbnail {
    border-radius: 0px;
  }


  .header-outer .header-inner .header-search {
    display: none;
  }

  .header-menu .toggle-mobile-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    font: inherit;
  }

  .header-menu .header-nav {
    max-width: calc(100% - 70px);
  }

  .page-view .header-menu .header-nav {
    max-width: 100%;
  }

  .header-menu .widget ul {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    position: relative;
  }

  .main-outer {
    display: block;
  }

  .main-outer .sidebar-outer.toggle-sidebar {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
  }

  .main-outer .sidebar-outer.toggle-sidebar.open {
    display: block;
  }

  .sidebar .search-input {
    flex: 1;
  }

  .main-outer .sidebar-outer.toggle-sidebar .sidebar-inner {
    width: 90%;
    height: 100%;
    background: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    overflow-y: auto;
    padding: 20px;
  }

  .main-outer .sidebar-outer.toggle-sidebar .sidebar-inner .LinkList {
    text-transform: capitalize;
  }

  .main-outer .main-inner .main,
  .item-view .blog-posts .post-outer-container.single-post-infinite .post-content .post-body,
  .item-view .post-footer {
    padding-right: 0;
  }

  .item-view .blog-posts .post-outer-container.single-post-infinite .post-body-inner {
    display: block;
  }

  .item-view .blog-posts .post-outer-container.single-post-infinite .post .post-summary,
  #comments {
    padding-right: 0;
  }

  .BlogSearch form {
    border: 1px solid #ddd;
    max-width: unset;
  }

  html[dir="rtl"] .main-outer .main-inner .main,
  html[dir="rtl"] .item-view .blog-posts .post-outer-container.single-post-infinite .post-content .post-body {
    padding-left: 0;
  }

  html[dir="rtl"] .popularpost-inner .PopularPosts .post-text {
    padding-right: 0;
  }

  .FeaturedPost .thumb-link .viral-content-slider {
    position: static;
    width: 100%;
    height: auto;
    min-height: 300px;
  }
}

@media screen and (max-width: 860px) {
  .main-outer {
    margin: 30px 0;
  }

  .featuredpost-outer .featuredpost-inner,
  .popularpost-inner .PopularPosts .snippet-thumbnail {
    width: 100%;
  }

  .featuredpost-outer .FeaturedPost .post-content,
  .popularpost-inner .PopularPosts .post-body,
  .footer-outer .footer-inner {
    display: block;
  }

  .featuredpost-outer .FeaturedPost .post-text-container {
    padding: 30px 0 60px 0;
    width: 90%;
    min-height: auto;
    margin: 0 auto;
  }

  .featuredpost-outer .FeaturedPost .thumb-link .thumb {
    position: static;
    width: 100%;
    height: 300px;
    padding-bottom: 0;
  }

  .featuredpost-outer .FeaturedPost .post-content {
    min-height: auto;
  }

  .featuredpost-outer .FeaturedPost .post-text-container {
    height: auto;
  }

  .popularpost-outer .popularpost-inner .PopularPosts {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .popularpost-inner .PopularPosts .post-text {
    padding-left: 0;
    margin-top: 15px;
    width: 100%;
  }

  .item-view .blog-posts .post-outer-container.single-post-infinite .post h1.post-title,
  .status-msg-wrap .status-msg-body,
  .featuredpost-outer .FeaturedPost .post-text-container .post-title,
  .main-outer .blog-posts .swiper .post-outer-container .post-title {
    font-size: 2em;
    line-height: 120%;
  }

  .item-view .blog-posts .post-outer-container.single-post-infinite .post .post-summary {
    font-size: 1.35em;
  }

  .footer-outer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-inner .sidebar {
    width: 100% !important;
  }

  .footer-inner .sidebar:not(:last-child) {
    margin-bottom: 60px;
  }

  .colophon-outer .colophon-inner,
  .colophon-outer .Attribution .widget-content {
    flex-direction: column;
  }

  .colophon-social .LinkList ul li {
    margin: 10px 10px 0 10px;
  }

  .colophon-outer .Attribution .widget-content>*,
  html[dir='rtl'] .colophon-outer .Attribution .widget-content>* {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-outer {
    background-position: 82%;
  }

  .blog-posts .reels-section-outer {
    width: 100vw;
    margin-left: -3%;
    margin-bottom: 30px !important;
    padding-top: 10px !important;
  }

  .reels-section-outer {
    padding-bottom: 20px;
  }

  .main-outer .blog-posts .swiper .post-outer-container .post-wrapper .post-thumbnail {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .main-outer .blog-posts .swiper .post-outer-container .post-thumbnail a {
    padding-bottom: 300px;
  }

  .main-outer .blog-posts :is(.post-outer-container, .swiper):not(.single-post-infinite) .post-wrapper .post-heading {
    display: block;
  }

  .main-outer .blog-posts :is(.post-outer-container, .swiper):not(.single-post-infinite) .post-title {
    font-size: 1.286em;
    line-height: 130%;
  }

  .header-menu .widget ul {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .blog-pager>a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .reel-item {
    flex: 0 0 calc((100% - 36px) / 2.5);
  }
}