/*!
Theme Name: Sodhpatra
Theme URI: http://eservicesnepal.com
Author: Sukarat Luitel (Eservices Nepal Pvt. Ltd.)
Author URI: https://eservicesnepal.com
Description: A custom designed theme for sodhpatra.com
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sodhpatra
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  margin: 0 !important;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  font-family: "Tiro Devanagari Sanskrit";
  font-size: 17px;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
  font-family: "Mukta", sans-serif;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #33333;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #222222;
  text-decoration: none;
}

a:visited {
  color: #222222;
}

a:hover,
a:focus,
a:active {
  color: var(--pcolor);
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

/* input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
} */

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 2px 7px rgb(12 12 12 / 13%);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  display: inline-block;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 160px;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. 
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
*/
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
    position: relative;
    justify-content: flex-start;
    gap: 10px;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/** 
 * Custom Css Starts
 */

:root {
  --scolor: #c60404;
  --pcolor: #00004d;
  --tcolor: #212121;
}

body {
  font-family: "Tiro Devanagari Sanskrit";
  font-size: 17px;
  position: relative;
  background: #eeeeee8f;
}

* {
  margin: 0;
  padding: 0;
}

.body-wrapper {
  width: 1200px;
  margin: 0 auto;
}

.widget {
  margin: 0 auto 5px auto;
  margin-top: 0;
  width: 100%;
  padding: 5px 5px 5px 5px;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.grid-1-3 {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.grid-2-1 {
  grid-gap: 5px;
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.grid-3-2 {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: 3fr 2fr;
}

.grid-1-1 {
  grid-gap: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid-1-2 {
  grid-gap: 5px;
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.grid-3-1 {
  grid-gap: 5px;
  display: grid;
  grid-template-columns: 3fr 1fr;
}

.grid-2 {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid-3 {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4 {
  grid-gap: 5px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-1-2-1 {
  grid-gap: 10px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
}

.box-shadow {
  box-shadow: 0 0 5px #ccc;
}

.widget-title {
  line-height: 1.7;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
  position: relative;
  padding-top: 0;
  outline: solid 2px var(--scolor);
  background: #4080ff14;
}

.widget-title a {
  color: #fff;
  cursor: pointer;
  position: relative;
  font-size: 20px;
  line-height: 1.8;
  display: inline-block;
  padding: 5px;
  background: var(--scolor);
  font-weight: 500;
}

a.view-all {
  position: absolute;
  right: 20px;
  top: 20%;
  font-size: 15px;
  padding-right: 10px;
  transition: 0.8s;
  background: none;
  color: var(--pcolor);
}

a.view-all:hover {
  color: var(--scolor);
}

a.view-all:after {
  content: none;
}

a.view-all::before {
  content: "\f142";
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  position: absolute;
  right: 0;
}

h1.entry-title {
  font-size: 45px;
  margin: 5px 0;
  color: #404040;
  line-height: 1.5;
  /* font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal; */

}

.esn-ainfo-widget a {
  display: flex;
}

.site-content .esn-ainfo-widget a img {
  width: 100%;
}

.esn-ainfo-widget img {
  width: 100%;
}

.home .esn-ainfo-widget {
  width: 1200px;
  margin: 0 auto;
  padding: 5px;
  box-shadow: 0 0 5px #cccccc63;
}

.post-page-ad-widget {
  margin: 5px 0;
}

.home-side-ad-wrapper {
  margin-bottom: 5px;
  padding: 0 5px 5px 5px;
  background: #fff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

button#myBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  left: 18px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  background-color: #c6040454;
  color: white;
  cursor: pointer;
  padding: 9px 10px;
  border-radius: 50%;
  transition: 0.8s;
}

button#myBtn:hover {
  background: var(--pcolor);
}

h4.title a {
  color: var(--pcolor);
}

h4.title:hover > a {
  color: var(--scolor);
}

/*
 * CSS for Top Bar Section
 */

.top-bar {
  background: var(--pcolor);
}

.time-wrapper {
  display: flex;
  align-items: center;
}

.nepali-time {
  display: inline-block;
}

.nepali-date {
  display: flex;
  align-items: center;
}

.date-time-weapper {
  display: flex;
  justify-content: left;
  color: #fff;
  font-weight: 400;
  grid-gap: 10px;
}

.nepali-date span,
.time-wrapper span {
  margin-right: 5px;
}

.social-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.social-wrapper a {
  padding: 8px;
  border-radius: 50%;
  color: var(--pcolor);
  font-size: 15px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  border: solid 1px var(--pcolor);
  transition: 0.5s;
}

.social-wrapper a:hover {
  color: #fff;
  background: var(--scolor);
  border-color: var(--scolor);
}

a.social-facebook {
  padding: 8px 11px;
}

a.social-youtube {
  padding: 8px 7px;
}

.widget_esn_ad .esn-ainfo-widget,
.esn_twin_ad_widget .esn-ainfo-widget {
  padding: 0;
  box-shadow: none;
  position: relative;
}

.widget_esn_ad,
.esn_twin_ad_widget {
  padding: 0;
  box-shadow: none;
  background: none;
}

.twin-ad-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
}

/*
 * CSS For Site Branding Section
 */
.logo-ad-wrapper {
  display: grid;
  grid-template-columns: 2fr 4fr;
  grid-gap: 20px;
  align-items: center;
}

.custom-logo-link {
  text-align: left;
  max-width: 300px;
}

.site-branding {
  padding: 5px 0;
}

.site-header {
  margin-bottom: 5px;
  background: #b0f1e130;
}

.header-ad-widget .esn-ainfo-widget {
  width: 100%;
  padding: 0;
  box-shadow: none;
}

.header-right-ad {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/*
 * CSS For Secondary Menu Section
 */
#secondary-menu #menu-bar,
#secondary-menu #search-icon {
  display: none;
}

#side-navigation {
  width: 80%;
  max-width: 308px;
  background-color: var(--pcolor);
  position: fixed;
  right: -1000px;
  top: 0;
  z-index: 999999;
  transition: all 0.4s ease;
}

a#second-nav-close {
  color: var(--scolor);
  cursor: pointer;
  font-size: 30px;
  padding: 10px 15px;
  line-height: 1;
  margin-right: 10px;
}

.second-menu-wrap {
  position: relative;
  padding-right: 0;
  height: 100vh;
  overflow-y: auto;
}
#secondary-menu {
  margin: 0;
  height: 100%;
  overflow-y: auto;
}

#secondary-menu a {
  font-size: 18px;
}

.second-menu-wrap .menu-menu-secondary-container {
}

#secondary-menu li {
  list-style: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.08);
  position: relative;
}

#secondary-menu li a {
  padding: 10px 20px;
  display: block;
  color: #fff;
}

#secondary-menu li a:hover {
  background: #ed1b24;
}

#secondary-menu .menu-item-has-children::after {
  top: 10px;
}

/* width */
.second-menu-wrap .menu-menu-secondary-container::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.second-menu-wrap .menu-menu-secondary-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.second-menu-wrap .menu-menu-secondary-container::-webkit-scrollbar-thumb {
  background: #0d8f49;
}

/* Handle on hover */
.second-menu-wrap
  .menu-menu-secondary-container::-webkit-scrollbar-thumb:hover {
  background: #ed1b24;
}

#sec-menu {
  height: auto;
  margin: 0;
}

.sec-nav-title {
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.nav-title-img img {
  max-width: 170px;
}

.nav-title-img {
  padding: 5px;
}

.backdrop {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  content: "";
  visibility: hidden;
  opacity: 0;
  -webkit-transition:
    opacity 0.5s,
    visibility 0.5s;
  transition:
    opacity 0.5s,
    visibility 0.5s;
}

.backdrop-show {
  -webkit-transition:
    opacity 0.5s,
    visibility 0.5s;
  transition:
    opacity 0.5s,
    visibility 0.5s;
  visibility: visible;
  opacity: 1;
}

.sec-nav-footer h3 {
  padding: 10px;
  font-weight: 400;
  font-size: 24px;
  border: none !important;
}

.sec-nav-footer {
  background: #fff;
  padding-bottom: 20px;
}

.sec-nav-footer li a {
  padding: 5px 20px;
  font-size: 18px;
  display: block;
}

.sec-nav-footer li {
  list-style: none;
}

@media screen and (max-width: 992px) {
  .slicknav_nav,
  .responsive-slick-menu {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #sec-menu {
    float: right;
  }
}

/*
 * CSS For Primary Menu Section
 */

.sticky {
  position: fixed;
  top: 0;
  z-index: 99999;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.main-navigation {
  background: var(--pcolor);
}

.main-navigation li {
  transition: 0.5s;
}

.main-navigation a {
  text-decoration: none;
  color: #fff;
  padding: 15px 12px;
  font-family: "Teko", sans-serif;
  font-size: 21px;
}

.main-navigation ul ul {
  background: #ffffff;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.main-navigation li:hover {
  background: var(--scolor);
}

.menu-item-has-children {
  padding-right: 10px;
}

.menu-item-has-children::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 15px;
  position: absolute;
  right: 8px;
  top: 30%;
  color: #fff;
}

.menu-item-has-children:hover::after {
  content: "\f0d8";
}

#home-icon {
  background: var(--scolor);
}

li#home-icon img {
  width: 35px;
  vertical-align: middle;
}

li#home-icon a {
  padding: 0 10px;
  padding-top: 10px;
  min-width: 55px;
}

.english-nav {
  padding: 15px 12px;
  position: absolute !important;
  right: 38px;
}

.sodh-tv {
  padding-left: 20px;
}

.sodh-tv::before {
  content: "\f401";
  position: absolute;
  top: 22%;
  left: 10px;
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-weight: 400;
}

#nav-toggle {
  position: absolute;
  right: 0;
  z-index: 2;
  color: #ffffff;
  font-size: 17px;
  padding: 13px 15px;
  display: none;
}

#nav-toggle-close {
  position: absolute;
  right: 0;
  z-index: 2;
  color: #ffffff;
  font-size: 17px;
  padding: 12px 15px;
  display: none;
}

#show-search,
#hide-search {
  display: block;
  position: absolute;
  right: 0;
  top: 25%;
  bottom: 0;
  cursor: pointer;
  transition: 0.5s;
}

#hide-search {
  display: none;
}

#search-icon {
  position: absolute;
  right: 0;
  display: none !important;
}

#search-icon a {
  cursor: pointer;
}

li.search-box {
  position: absolute;
  right: 0;
  list-style: none;
  transition: 0.5s;
  border-radius: 20px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

#search-icon {
  z-index: 2;
  background: var(--scolor);
}

#search-icon a {
  color: #ffffff;
}

input[type="search"] {
  border: none;
  border-radius: 0;
}

.search-submit {
  cursor: pointer;
  padding: 8px 12px;
  border: none;
  background: var(--scolor) !important;
  color: #fff;
  border-radius: 0;
  z-index: 2;
  position: relative;
  line-height: 1;
}

li.search-box:hover {
  background: none;
}

li.search-box:hover input {
  width: 200px;
  padding: 4px 12px;
  right: 0;
  z-index: 1;
  opacity: 1;
}

input.search-field {
  padding: 0;
  width: 0;
  border-radius: 20px 0 0 20px;
  position: relative;
  transition: 0.5s;
  opacity: 0;
}

.main-navigation ul ul li a {
  font-weight: 500;
  padding: 10px;
  color: var(--pcolor);
}

.main-navigation li:hover > a {
  color: #fff;
}

.english-nav:hover {
  background: none !important;
}

.english-nav:hover a {
  color: var(--pcolor) !important;
}

/**
 * CSS for 2 ESN: Breaker News Widget
 */

.title-big {
  font-size: 54px;
  line-height: 70px;
  font-weight: 700;
  display: block;
  padding-top: 20px;
}

.title-big a {
  color: var(--pcolor);
  transition: 0.8s;
}

.title-big a:hover {
  color: var(--scolor);
}

.news-highlight {
  text-align: center;
  position: relative;
}

.news-highlight span {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  background: var(--scolor);
  padding: 5px 15px;
}

.esn_breaker_news {
  position: relative;
  margin-bottom: 0;
}

.esn_breaker_news:last-of-type {
  margin-bottom: 5px;
}

.esn_breaker_news:before {
  content: "";
  height: 4px;
  background: var(--pcolor);
  bottom: 0;
  left: 0;
  width: 50%;
  position: absolute;
}

.esn_breaker_news:after {
  content: "";
  height: 4px;
  background: var(--scolor);
  bottom: 0;
  right: 0;
  width: 50%;
  position: absolute;
}

.home_breaker_news .news-section {
  text-align: center;
}

.author-time.home {
  display: inline-flex;
  justify-content: center;
  flex-direction: row;
  font-size: 15px;
  color: #0000007d;
  font-weight: 600;
  margin: 10px 0;
}

.breaker-author {
  display: flex;
  align-items: center;
  justify-content: center;
}

.breaker-author .author-wrapper {
  margin-left: 10px;
}

.author-time.home .time-diff-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.author-time.home .time-diff-wrapper i {
  font-size: 19px;
  color: var(--scolor);
}

.author-time.home .time-diff-wrapper p {
  margin: 0;
  margin-left: 10px;
}

.author-time.home .author-img-wrapper img {
  width: 30px;
  height: 30px;
}

.breaker-news-summary p {
  margin: 5px 0;
  font-size: 20px;
  line-height: 1.8;
}

/**
 * CSS for 3 ESN: Big Thumb Small List with Side Section Widget
 */
.big-thumb-small-list-wrapper {
  grid-gap: 5px;
}

.big-thumb-list {
  /* grid-gap: 5px; */
}

.big-thumb-section .big-thumb-img-wrap {
  width: 100%;
  height: 400px;
}

.big-thumb-section .big-thumb-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.big-thumb-section {
  position: relative;
}

.big-thumb-title-wrap {
  padding: 20px;
  padding-bottom: 0;
}

.big-thumb-news-summary {
  padding: 0 20px;
}

.big-thumb-title-wrap {
  font-size: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.big-thumb-title-wrap a {
  color: #000000b3;
}

.author-time.home.diff .time-diff-wrapper {
  margin: 0;
}

.big-thumb-list .list-news-rest:first-of-type .list-news-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-news-rest {
  /* margin-bottom: 10px; */
  grid-template-columns: auto 1fr;
}

.list-news-rest:last-of-type {
  margin-bottom: 0;
}

.list-news-img-wrap {
  width: 90px;
  height: 70px;
}

.list-news-img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.side-list-news-rest {
  margin-bottom: 10px;
}

.side-list-news-summary p {
  margin: 5px 0 0 0;
  font-size: 15px;
}

.big-thumb-title-wrap a {
  color: #fff;
}

.big_thumb_small_list .author-time.home .time-diff-wrapper {
  color: #fff;
  margin: 0;
}

.big_thumb_small_list .author-time.home .time-diff-wrapper i {
  color: #fff;
}

.big-thumb-title-wrap:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  background: #00000087;
  z-index: -1;
}

/**
 * CSS for 4 ESN: Side Middle Side Section Widget
 */

.side_middle_side_news .big-thumb-img-wrap {
  height: 250px;
}

.side_middle_side_news .big-thumb-title-wrap {
  position: unset;
  padding: 5px;
}

.side_middle_side_news .big-thumb-title-wrap:before {
  content: none;
}

.side_middle_side_news .big-thumb-title-wrap a {
  color: var(--pcolor);
}

.side_middle_side_news .big-thumb-list {
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-gap: 5px;
}

.side_middle_side_news .big-thumb-news-summary {
  padding: 5px;
}

/**
 * 5 ESN: Big Thumb Four Small Thumb News Widget
 */

.one-big-thumb-img-wrap {
  height: 360px;
  overflow: hidden;
}

.one-big-thumb-section {
  position: relative;
}

.one-big-thumb-title-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.one-big-thumb-title-wrap > .news-title:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #000000b5;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.one-big-thumb-img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.one-big-thumb-title-wrap .title a {
  font-size: 25px;
  color: #fff;
}

.four-news-rest {
  grid-template-columns: 1fr;
  position: relative;
}

.four-news-img-wrap {
  height: 175px;
  overflow: hidden;
}

.four-news-img-wrap:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #0000008c;
  display: block;
  position: absolute;
}

.four-news-title-content-wrap {
  position: absolute;
  bottom: 0;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.four-news-title-content-wrap a {
  color: #fff;
}

.four-news-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.four-news-img-wrap:hover:before {
  background: #0003;
}

.one-big-thumb-img-wrap:hover:before {
  background: #0003;
}

.big_thumb_four_small_thumb .author-time.home {
  width: 100%;
  justify-content: flex-start;
  color: #fff;
}

.big_thumb_four_small_thumb .author-time.home i {
  color: #fff;
}

.one-big-thumb-title-wrap .news-title {
  position: relative;
  height: 85px;
  overflow: hidden;
}

.one-big-thumb-title-wrap .news-title {
  padding: 10px;
}

.one-big-thumb-title-wrap .news-title .title {
  position: relative;
  z-index: 1;
}

/**
 * 6 ESN: One Thumb Side, Three Small Thumb with Side Ads Widget
 */

.one_thumb_side_three_small_thumb .big-thumb-title-wrap {
  position: unset;
  padding: 5px;
}

.one_thumb_side_three_small_thumb .big-thumb-title-wrap:before {
  content: none;
}

.one_thumb_side_three_small_thumb .big-thumb-title-wrap a {
  color: var(--pcolor);
}

.one_thumb_side_three_small_thumb .big-thumb-news-summary {
  font-size: 17px;
  padding: 5px;
  display: none;
}

.big-thumb-img-wrap {
  height: 300px;
  width: 100%;
  overflow: hidden;
}

.big-thumb-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.three-thumb-news-img-wrap {
  height: 120px;
  width: 100%;
  overflow: hidden;
}

.three-thumb-news-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.three-title-content-wrap {
  margin-top: 10px;
  height: 50px;
  overflow: hidden;
}

.side-three-news-rest {
  padding: 5px;
  border: solid 1px #cccccc30;
}

/**
 * CSS for 7 ESN: Horizontal Four News Widget
 */

.hr-news-img-wrap {
  height: 180px;
  width: 100%;
  overflow: hidden;
}

.hr-news-img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.hr-news-block {
  padding: 5px;
  border: solid 1px #cccccc47;
}

.hr-title-content-wrap {
  padding: 10px;
}

.hr-title-content-wrap .author-time.home .time-diff-wrapper {
  margin: 0;
}

/**
 * CSS for 8 ESN: Predesh News Widget
 */

.tabcontent,
.stabcontent {
  display: none;
}

.activetab {
  background: var(--pcolor) !important;
  color: #fff !important;
}

.pradesh-news-wrapper .widget-title:nth-child(2) a:before,
.pradesh-news-wrapper .widget-title:nth-child(1) a:before,
.pradesh-news-wrapper .widget-title:nth-child(1):after,
.pradesh-news-wrapper .widget-title:nth-child(2):after {
  content: none;
}

.presesh_news,
.sudurpaschim_news {
  box-shadow: 0 0 5px #cccccc8f;
  padding: 15px;
  padding-bottom: 5px;
}

.pradesh-news-wrapper .widget-title:nth-child(1) {
  border-bottom: none;
  position: absolute;
  z-index: 99;
  margin: 0;
  top: 2px;
  left: 0;
}

.pradesh-news-wrapper {
  position: relative;
}

.pradesh-news-wrapper .widget-title:nth-child(2) {
  border-bottom: solid 1px var(--scolor);
  font-size: 15px;
  margin: 0;
  position: relative;
  text-align: right;
  min-height: 47px;
  padding-top: 10px;
  padding-right: 0;
  background: #fff;
}

.pradesh-news-wrapper .widget-title:nth-child(2) a {
  color: var(--pcolor);
  font-size: 17px;
  padding: 5px 15px;
  display: inline-block;
  background: none;
}

.pradesh-news-wrapper .widget-title:nth-child(1) a {
  color: #fff;
  background: var(--scolor);
  padding: 6px 20px;
}

.pradesh-news-wrapper .widget-title:nth-child(2):before {
  content: none;
}

/**
 * CSS for 9 ESN: Two Thumb Above, Four Small Thumb Below with Side Ads Widget
 */
.two_thumb_four_small_thumb .big-thumb-title-wrap {
  position: unset;
  padding: 5px;
}

.two_thumb_four_small_thumb .big-thumb-title-wrap:before {
  content: none;
}

.two_thumb_four_small_thumb .big-thumb-title-wrap a {
  color: var(--pcolor);
}

.two_thumb_four_small_thumb .big-thumb-news-summary {
  font-size: 17px;
  padding: 5px;
}

.two_thumb_four_small_thumb .big-thumb-title-wrap .title {
  height: 70px;
  overflow: hidden;
}

.two_thumb_four_small_thumb p {
  margin: 0;
}

.two_thumb_four_small_thumb .big-thumb-img-wrap {
  height: 250px;
}

/**
 * Css for 10 ESN: Side List News Alone Second With Thumb Widget
 */
.side_list_alone_second_widget .list-news-rest {
  position: relative;
  padding-left: 30px;
  height: 55px;
  overflow: hidden;
  line-height: 1.6;
}

.side_list_alone_second_widget .list-news-rest::before {
  content: "\f101";
  position: absolute;
  top: 0;
  left: 8px;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: var(--scolor);
}

/**
 * Css for 12 ESN: Side List News With All Bullet Widget
 */
.side_list_bullet_widget .list-news-rest {
  position: relative;
  padding-left: 30px;
  height: 55px;
  overflow: hidden;
}

.side_list_bullet_widget .list-news-rest::before {
  content: "\f101";
  position: absolute;
  top: 0;
  left: 8px;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: var(--scolor);
}

/**
 * CSS for 14 ESN: Video News Widget
 */
.video_news_section .widget-title::after {
  background: #ffffff;
}

.video_news_section {
  box-shadow: 0 0 5px #ccc;
  padding: 5px;
  background: #313335;
}

.video-news-wrapper .big-thumb-img-wrap {
  height: 425px;
}

.video-news-wrapper .big-thumb-title-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.video-news-wrapper .big-thumb-section {
  position: relative;
}

.list-news-img-wrap a {
  display: flex;
  align-items: center;
  height: 100%;
}

.video-news-wrapper .list-news-section-wrapper a,
.video-news-wrapper .big-thumb-title-wrap a {
  color: #fff;
}

.video-news-wrapper .big-thumb-section .big-thumb-img-wrap a::before {
  content: "";
  height: 100%;
  width: 100%;
  background: #0000006e;
  display: block;
  position: absolute;
}

.video-news-wrapper .list-news-section-wrapper .list-news-img-wrap a {
  position: relative;
}

.video-news-wrapper .list-news-section-wrapper .list-news-img-wrap a::before {
  content: "";
  height: 100%;
  width: 100%;
  background: #00000045;
  display: block;
  position: absolute;
}

.video-news-wrapper .big-thumb-section .big-thumb-img-wrap a::after {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: #fff;
  font-size: 80px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 32%;
  left: 45%;
  border: solid 2px #fff;
  border-radius: 50%;
  height: 130px;
  width: 130px;
  padding-left: 35px;
  background: #0000004d;
}

.video-news-wrapper .list-news-section-wrapper .list-news-img-wrap a::after {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 21%;
  left: 37%;
  border: solid 1px #fff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  padding-left: 10px;
  padding-top: 4px;
  background: #0000004d;
}

.video-news-wrapper .big-thumb-section .big-thumb-img-wrap a:hover:before {
  background: #00000014;
}

.video-news-wrapper .list-news-rest:hover > .list-news-img-wrap a:before {
  background: #00000014;
}

.video-news-wrapper .list-news-rest:hover > .list-news-img-wrap a:after {
  background: #243d5ab8;
}

.video-news-wrapper .big-thumb-section .big-thumb-img-wrap a:hover:after {
  background: #243d5ab8;
}

.video-news-wrapper .list-news-rest {
  grid-gap: 0;
  margin-bottom: 19px;
}

.video-news-wrapper .list-news-title-content-wrap {
  padding-left: 10px;
  height: 70px;
  display: flex;
  align-items: center;
}

.video-news-wrapper .list-news-img-wrap {
  margin: 0;
}

.video-news-wrapper .list-news-title-content-wrap .news-title {
  max-height: 65px;
  overflow: hidden;
  line-height: 1.4;
}

.video_news_section .big-thumb-title-wrap:before {
  content: none;
}

.video-news-wrapper .list-news-rest:last-of-type {
  margin: 0;
}

/**
 * CSS for 15 ESN: Sudurpaschim News Widget!
 */

.stabcontent .list-news-rest:nth-child(1),
.stabcontent .list-news-rest:nth-child(2),
.stabcontent .list-news-rest:nth-child(3) {
  grid-template-columns: 1fr;
}

.stabcontent .list-news-rest:nth-child(1) .list-news-img-wrap,
.stabcontent .list-news-rest:nth-child(2) .list-news-img-wrap,
.stabcontent .list-news-rest:nth-child(3) .list-news-img-wrap {
  height: 250px;
  width: 100%;
}

/**
 * CSS For Footer Section
 */

.site-footer .sodh-tv {
  padding-left: inherit;
}

.site-footer .sodh-tv:before {
  content: none;
}

.site-footer .english-nav {
  position: relative !important;
  right: 0;
  background: inherit;
}

.site-footer .item-box p {
  font-weight: 700;
  margin: 0;
  color: #000000a8;
  font-size: 18px;
}

.site-footer .item-box {
  margin-bottom: 10px;
  display: block;
}

.site-footer .item-box .description {
  display: block;
}

.site-footer-content-wrapper {
  grid-gap: 40px;
  padding: 40px 0;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-top: solid 1px var(--pcolor);
}

.site-footer {
  color: #7d7d7d;
  margin-top: 20px;
}

.footer-widget-title {
  font-size: 20px;
  color: #fff;
  position: relative;
  font-weight: 600;
  margin-bottom: 10px;
  background: var(--pcolor);
  display: inline-block;
  padding: 2px 10px;
  border-bottom: solid 2px var(--scolor);
}

.footer-widget ul {
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 20px;
  flex-direction: column;
}

.footer-widget ul li {
  list-style: none;
}

.footer-widget ul li a {
  color: inherit;
  font-weight: 500;
}

.footer-widget ul ul {
  display: none;
}

.footer-widget .menu-item-has-children::after {
  content: none;
}

.footer-widget ul li a:hover {
  color: var(--pcolor);
}

.site-info {
  background: var(--pcolor);
  text-align: center;
  color: #fff;
  padding: 5px 0;
}

.site-info a {
  color: #cccccc;
}

.site-info a:hover {
  text-decoration: underline;
  color: #fff;
}

.site-footer section {
  position: relative;
}

.site-footer section:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  top: 0;
  right: -20px;
}

.site-footer section:last-of-type:after {
  content: none;
}

/**
 * CUSTOMIZING PAGE NAVIGATION ON SEARCH AND ARCHIVE PAGE
 */
.wp-pagenavi {
  text-align: left;
  color: #fff;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border: solid 1px var(--pcolor);
  background: var(--pcolor);
  color: #fff;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: var(--scolor);
  padding: 4px 15px;
  display: inline-block;
}

/**
 * CSS for Post Page / News Page
 */
.single-post .entry-header {
  /* margin-bottom: 20px; */
  background: #fff;
  /* -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.3); */
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  /* box-shadow: 0 3px 5px rgba(0,0,0,0.3); */
}

p.news-subtitle {
  font-size: 25px;
  margin: 20px 0;
  font-weight: 500;
  color: #0000008a;
  font-style: italic;
  text-align: left;
}

.single-post .post-thumbnail {
  text-align: center;
}

.author-published-main-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.author-img-wrapper img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 5px;
}

.author-pub-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
  margin-left: 10px;
  align-items: center;
}

.author-pub-wrapper .author-section {
  font-weight: 700;
}

.author-pub-wrapper .posted-on,
.author-pub-wrapper .posted-on a {
  color: var(--pcolor);
  font-weight: 400;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
}

.author-pub-wrapper .posted-on:before {
  content: "\e836";
  font-family: Linearicons-Free;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}

.single-post .entry-meta {
    display: flex;
    border-bottom: solid 2px #000;
    padding: 5px;
    border-top: solid 2px #000;
    flex-wrap: wrap;
    gap: 10px;
}

.single-post .post-thumbnail img {
  /* width: 100%; */
  height: auto;
}

.single-post .site-main article .entry-header .entry-title,
.single-post .site-main article .entry-meta,
.single-post .site-main article .entry-header p.news-subtitle {
  /* display: none; */
}

.single-post .entry-content {
  font-size: 22px;
}

.single-post .entry-content {
  text-align: justify;
  margin: 0;
  background: url(https://sodhpatra.com/wp-content/themes/sodhpatra/assets/img/paper-bg.jpg);
  padding: 10px;
  border-radius: 20px;
}

.single-post .entry-content img {
  width: 100%;
}

.single-post .site .primary-secondary-wrap {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 5px;
}

.single-post .entry-content div {
  margin-bottom: 1.5em;
}

/**
 * CSS for Reaction buttons
 */

.raction-button-wrap {
  margin: 20px 0;
}

.sharethis-inline-reaction-buttons {
  padding-top: 40px;
}

/**
 * CSS for Related Posts
 */

.related-post-news-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.related-post-news-list .widget-image {
  overflow: hidden;
  margin: 0;
}

.related-post-news-list .widget-image a {
    display: flex;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.related-post-news-list .widget-image img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.related_post_wrapper {
  margin-bottom: 10px;
}

li.esn-related-post {
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 3px #cccccc82;
  display: flex;
  flex-direction: column;
}

li.esn-related-post .featured-desc {
  padding: 5px;
  overflow: hidden;
}

li.esn-related-post .featured-desc .title {
  overflow: hidden;
  font-size: 17px;
  text-align: left;
  padding: 0;
}

.esn-related-post .author-img-wrapper {
  display: inline-flex;
}

li.esn-related-post .featured-desc .time-diff-wrapper {
  display: flex;
  align-items: center;
  grid-gap: 5px;
  color: var(--scolor);
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
}

li.esn-related-post .featured-desc .time-diff-wrapper p {
  margin: 0;
}

#primary,
#secondary {
  padding: 5px;
  background: #fff;
  /* -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.3); */
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  /* box-shadow: 0 3px 5px rgba(0,0,0,0.3); */
}

.single-post .site-main article .entry-header {
  /* display: none; */
}

#secondary .widget {
  padding: 0;
  box-shadow: none;
}

.single-post .entry-content iframe {
  width: 100% !important;
}

/**
 * FOR SIDEBAR SECTION RECENT & TRENDING WIDGET
 */
.trending-posts-wrapper,
.recent-posts-wrapper {
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  padding: 15px;
}

.top-bar .body-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.esn_recent_trending_post_widget {
  padding: 0;
  box-shadow: none;
  background: unset;
  margin: 0;
  width: fit-content;
}

.recent-trending-top {
  display: flex;
  align-items: center;
}

.trending-recent-posts-wrapper {
  position: absolute;
  border-bottom: solid 1px #e2e2e2;
  background: #fff;
  z-index: 999;
  width: 100%;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.34) 0 0 14px;
}

.trending-posts-wrapper .list-news-img-wrap,
.recent-posts-wrapper .list-news-img-wrap {
  max-height: 170px;
  overflow: hidden;
}

.active {
  display: grid;
}

.recent-trend-close {
  position: absolute;
  right: 0;
  padding: 10px 20px;
  background: var(--scolor);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  bottom: -45px;
}

.recent-trend-close:hover {
  background: var(--pcolor);
  color: #fff;
}

h2.widget-title .blue:after {
  content: none;
}

.esn_recent_trending_post_widget .widget-title {
  display: flex;
  flex-direction: row;
  margin: 0;
  justify-content: flex-end;
  outline: none;
  background: none;
}

.esn_recent_trending_post_widget .widget-title a {
  margin-left: 5px;
  padding: 2px 10px;
  font-size: 18px;
  background: none;
  color: #fff;
  display: flex;
  align-items: center;
}

.esn_recent_trending_post_widget .widget-title .red {
  padding: 2px 4px;
}

.trend-icon {
  width: 30px;
  padding-right: 6px;
}

a#show_recent::before {
  content: "\f1da";
  font-family: "Font Awesome 5 Pro";
  padding-right: 5px;
}

a#show_trending::before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  padding-right: 5px;
  width: unset;
  height: unset;
  border: none;
  position: unset;
  right: unset;
  top: unset;
}

.esn_recent_trending_post_widget .widget-title a:hover {
  background: var(--scolor);
  color: #ffffff;
}

h2.trending-title {
  grid-column: span 3;
  margin: 10px 0;
  background: #cccccc8f;
  padding: 10px;
  color: var(--scolor);
}

.esn_recent_trending_post_widget .widget-title::before {
  content: none;
}

.recent_post_wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
  margin-bottom: 10px;
}

.number_wrapper p {
  background: var(--pcolor);
  height: 45px;
  width: 45px;
  text-align: center;
  color: var(--tcolor);
  position: relative;
  border-radius: 5px;
  border-bottom: solid 2px var(--scolor);
}

.title_wrapper .title {
  max-height: 75px;
}

/**
 * CSS for Archive/Search Pages
 */
span.cat-link-wrap {
  font-size: 18px;
  color: var(--pcolor);
}

span.cat-link-wrap .home {
  color: var(--scolor);
  margin-right: 10px;
}

span.cat-link-wrap .home i {
  margin-left: 10px;
}

h2.category-title {
  /* margin-bottom: 10px; */
  border-bottom: solid 1px #ccc;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.archive .site-main,
.search .site-main,
.author-news-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.archive article,
.search article,
.author-news-wrap article {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
  margin: 0;
  border: solid 1px #ccc;
  padding: 10px 0;
  padding-bottom: 0;
}

.archive article .post-thumbnail,
.search article .post-thumbnail,
.author-news-wrap article .post-thumbnail {
  width: 100%;
  overflow: hidden;
  height: 220px;
}

.archive article .post-thumbnail img,
.search article .post-thumbnail img,
.author-news-wrap article .post-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.archive article:hover,
.search article:hover,
.author-news-wrap article:hover {
  box-shadow: 0 0 10px #ccc;
}

.archive-title-summary-wrap {
  padding: 10px;
}

.archive article .entry-header h2,
.search article .entry-header h2,
.author-news-wrap article .entry-header h2 {
  text-align: center;
  height: 60px;
  overflow: hidden;
  font-size: 20px;
  padding: 0 10px;
  align-items: flex-end;
  display: flex;
  justify-content: center;
}

.search article .author-time.home,
.archive article .author-time.home,
.author-news-wrap article .author-time.home {
  margin: 0;
}

.search article .author-time.home .time-diff-wrapper i,
.archive article .author-time.home .time-diff-wrapper i {
  font-size: 15px;
  padding-bottom: 4px;
}

.archive article .entry-summary,
.search article .entry-summary,
.author-news-wrap article .entry-summary {
  margin: 0 !important;
  padding: 0 10px;
  display: none;
}

.archive article .entry-summary p,
.search article .entry-summary p,
..author-news-wrap article .entry-summary p {
  text-align: justify;
  margin: 0;
}

.archive article:first-of-type,
.search article:first-of-type {
  grid-column: span 3;
  position: relative;
}

.archive article:first-of-type .post-thumbnail,
.search article:first-of-type .post-thumbnail {
  height: auto;
}

.archive article:first-of-type .home,
.search article:first-of-type .home {
  display: none;
}

.archive article:first-of-type .entry-summary,
.search article:first-of-type .entry-summary {
  display: block;
  text-align: center;
  font-size: 20px;
  max-height: 35px;
  overflow: hidden;
}

.archive article:first-of-type::before,
.search article:first-of-type::before {
  content: "";
  height: 4px;
  background: var(--pcolor);
  bottom: 0;
  left: 0;
  width: 50%;
  position: absolute;
}

.archive article:first-of-type::after,
.search article:first-of-type::after {
  content: "";
  height: 4px;
  background: var(--scolor);
  bottom: 0;
  right: 0;
  width: 50%;
  position: absolute;
}

.archive article:first-of-type .entry-header h2,
.search article:first-of-type .entry-header h2 {
  font-size: 54px;
  line-height: 70px;
  font-weight: 700;
  display: block;
  padding-top: 20px;
  height: auto;
}

.archive article:first-of-type .entry-header h2 a,
.search article:first-of-type .entry-header h2 a {
  color: var(--pcolor);
}

.archive article:first-of-type .entry-header h2 a:hover,
.search article:first-of-type .entry-header h2 a:hover {
  color: var(--scolor);
}

.author-published-main-wrapper.archive .author-pub-wrapper {
  display: block;
}

.author-published-main-wrapper.archive {
  justify-content: center;
}

.author-published-main-wrapper.archive .author-img-wrapper img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

/**
 * Misc CSS
 */

.main-big-thumb-three-col {
  margin-bottom: 20px;
}

.two-col-big-img-wrap {
  margin-bottom: 10px;
}

.two-col-big-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.four-news-title-content-wrap .title a {
  color: #fff;
}

.four-news-title-content-wrap .title:hover > a {
  color: #fff;
}

.one-big-thumb-title-wrap .title:hover > a {
  color: #fff;
}

.big_thumb_small_list .big-thumb-title-wrap .title a {
  color: #fff;
}

#onesignal-bell-container.onesignal-reset.onesignal-bell-container-bottom-left {
  bottom: 80px !important;
}

/**
 * Additional CSS Added for site design upgrade on 2021-03-21
 */

.home_breaker_news .author-time.home {
  display: none;
}

.english-nav a {
  background: #fff;
  color: red;
  padding: 0 5px;
}

/* .english-nav:before {
    content: '\f1ab';
    position: absolute;
    top: 18%;
    left: 10px;
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-weight: 400;
    font-size: 20px;
} */

.site-footer .english-nav {
  padding-left: inherit;
}

.site-footer .english-nav:before {
  content: none;
}

.home .author-time.home {
  display: none;
}

.widget_esn_ad .esn-ainfo-widget a,
.esn_twin_ad_widget .esn-ainfo-widget a {
  position: relative;
}

span.ad_info {
  position: absolute;
  font-size: 6px;
  top: 0;
  right: 0;
  opacity: 0.7;
  background: #ccc;
  padding: 1px 2px;
  font-family: sans-serif;
  font-weight: 600;
  color: #616161;
}

.top-icons-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}

.top-bar-icons {
  color: #fff !important;
  font-size: 20px;
  padding: 4px 8px;
  cursor: pointer;
  margin: 0 2px;
}

.top-bar-icons:hover {
  background: var(--scolor);
  color: #fff;
}

.about-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-wrap .footer-widget-title {
  font-size: 15px;
  border-radius: 5px;
}

.about-wrap-unicode {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-wrap-unicode .footer-widget-title {
  font-size: 25px;
  padding: 5px 20px;
  border-radius: 10px;
}

.tysub-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #0104532e;
  border-radius: 5px;
  margin: 20px;
}

span.item-box.item-editor {
  text-align: center;
  font-size: 20px;
}

span.item-box.item-editor p.title-main {
  font-size: 25px;
  text-decoration: underline;
}

/* Additional Customization */
.widget-title > a:first-of-type:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 48px 0 0 30px;
  border-color: transparent transparent transparent var(--scolor);
  content: "";
  position: absolute;
  right: -29px;
  top: -1px;
}

.big-thumb-news-summary p {
  margin: 0;
}

.list-news-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* CSS FOR READ THIS TOO SECTION */
.more {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background-color: #f3f3f3;
  margin: 15px 0;
  padding: 5px;
  position: relative;
}

.more::before {
  content: "";
  border-bottom: 1px solid #c1c1c1;
  top: -4px;
  left: 0;
  position: absolute;
  width: 100%;
}

.more::after {
  content: "";
  border-bottom: 1px solid #c1c1c1;
  bottom: -4px;
  left: 0;
  position: absolute;
  width: 100%;
}

.more .img {
  height: 70px;
  width: 115px;
  object-fit: cover;
}

.more .read_this_content {
  padding-left: 20px;
}

.read_this_content span {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: var(--pcolor);
  line-height: 150%;
}

.read_this_content a {
  text-decoration: none;
  font-weight: 600;
  color: var(--scolor);
  transition: all 0.3s ease;
  font-size: 17px;
  line-height: 168%;
}

.more .img img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

.wp-caption {
  width: 100% !important;
}

.single-post .entry-content p {
  overflow-wrap: break-word;
  word-break: break-word;
  font-family: "Mukta", sans-serif;
}

/******************************************
CSS FOR ARCHIVE PAGE OF AUTHORS
*******************************************/
.archive-author-img-wrapper {
  text-align: center;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.archive-author-img-wrapper img {
  /* border-radius: 50%; */
  width: 150px;
  height: 150px;
  border: solid 5px #ffffff;
  box-shadow: 0 0 6px #cccccc8a;
}

.archive-author-wrapper {
  position: relative;
  margin-top: 90px;
  text-align: center;
  outline: solid 1px #ccc;
}

.author-name-wrapper {
  margin-top: 100px;
}

article.authors {
  background: none !important;
  border: none;
}

.post-type-archive-authors .site-main {
  grid-gap: 20px;
}

h2.full-name-author {
  color: var(--pcolor);
}

p.designation-author {
  color: var(--scolor);
  font-size: 19px;
  font-weight: 600;
  margin: 10px 0;
}

p.description-author {
  margin: 30px 0;
}

.author-socials-wrapper {
  margin-top: 20px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
  align-items: center;
  flex-direction: row;
}

a.facebook-social {
  color: #4267b2;
}

a.twitter-social {
  color: #00abf1;
}

a.linkedin-social {
  color: #0170ad;
}

a.email-social {
  color: #584f49;
}

/* CSS FOR ROADBLOCK AD */
.esn_road_block_ad {
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background-color: rgb(255, 255, 255);
}

.esn_road_block_ad .esn-ainfo-widget img {
  width: auto;
}

.esn_road_block_ad .esn-ainfo-widget {
  display: grid;
  grid-gap: 5px;
  justify-content: center;
  position: fixed;
  margin: 0 auto;
  top: 50px;
  left: 0;
  right: 0;
  width: 60%;
}

.skip-this {
  text-align: right;
  margin-bottom: 10px;
}

.skip-button {
  background-color: var(--pcolor);
  padding: 5px 15px;
  color: #fff;
  transition: 0.5s;
}

.skip-button:hover {
  cursor: pointer;
  background-color: var(--scolor);
}

/* Top Icons and Related CSS */

/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 38px;
  font-weight: bold;
  padding: 0px 10px;
  background: var(--scolor);
  line-height: 1;
  margin-bottom: 5px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99999;
  /* Sit on top */
  padding-top: 0;
  /* Location of the box */
  right: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  justify-content: flex-end;
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 360px;
  height: 100vh;
  overflow-y: scroll;
}

.about-wrap-unicode.top {
  margin-top: 50px;
}

.page-template-unicode-to-preeti-nepali-font,
.page-template-preeti-nepali-font-to-unicode,
.page-template-unicode {
  margin: 0;
}

/* For Youtube Video  Widget*/
.widget_typ_widget {
  box-shadow: 0 0 5px #ccc;
  padding: 5px;
  background: #313335;
}

/* Additional Changes */
.home_breaker_news .hr-news-img-wrap {
  height: 220px;
}

/*
html {
    zoom: 95%;
}*/

.inner-news-ads {
  display: inline-flex;
  gap: 10px;
  float: left;
  margin: 0px !important;
  margin-right: 10px !important;
}

.inner-news-ads div {
  margin: 0px !important;
}

.inner-news-ads img {
  max-width: 280px;
}

.inner-news-ads .post-page-ad-widget {
  margin: 0;
}

.archive-author-wrapper.single-authors {
  padding-top: 5px;
}

.uni-head-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
}

h2.uni-head {
  color: var(--scolor);
  font-size: 40px;
}

.page-template-unicode .site-branding {
  padding: 0;
}

.page-template-unicode .site-header {
  margin: 0;
}

span.prayas {
  color: var(--pcolor);
}

.page-template-unicode .site-footer-content-wrapper {
  display: none;
}

.copy-button {
  display: none !important;
}

.single-post .entry-content p,
.single-post .entry-content div {
  margin-bottom: 7px;
}

.cat-page-widget .body-wrapper {
  width: 100%;
  margin: auto;
}

.esn_breaker_news_three_thumb .hr-news-img-wrap {
  position: relative;
}

.esn_breaker_news_three_thumb .hr-news-img-wrap .small-label {
  text-transform: UPPERCASE;
  position: absolute;
  right: 0;
  background: var(--scolor);
  color: #ffffff;
  padding: 1px 5px;
  bottom: 0;
  font-size: 15px;
}

.fb-comment-title {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.fb-comment-title #st-3 {
  display: flex;
  align-items: center;
}

.fb-comment-title .social-share-wrapper {
  display: flex;
  align-items: center;
  padding-left: 3px;
}

.fb-comment-title > a::before {
  left: -30px;
  border-width: 0 0 50px 30px !important;
  border-color: transparent transparent var(--scolor) transparent !important;
}

.navi-share-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(0, 0, 77);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 77, 1) 35%,
    rgba(198, 4, 4, 1) 100%
  );
  margin: 20px 0;
  padding: 5px 0;
}

.social-share-wrapper {
  display: flex;
  align-items: center;
}

.author-img-wrapper img {
  vertical-align: middle;
}

#primary-menu-unicode a {
  font-size: 13px;
}

blockquote {
    position: relative;
    background: #00004d33;
    border-radius: 20px;
}

blockquote p {
    text-align: center;
    padding: 1rem 3.2rem;
    width: 100%;
    color: #000000;
    margin: 20px 0;
    margin-bottom: 20px !important;
    border: solid 2px var(--pcolor);
    border-radius: 20px;
    font-style: italic;
    padding-right: 10px;
}

/* -- create the quotation marks -- */
blockquote p:before {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    color: var(--pcolor);
    font-size: 34px;
    font-weight: 600;
    content: "\f10d";
    margin-left: -20px;
    left: 5%;
    top: 0;
}

/* blockquote p:after {
  content: "\f10e";
  margin-left: -20px;
  left: 97%;
  bottom: 0;
} */

/* Footer twitter embed */
.twitter-embed {
  max-height: 220px;
  overflow-y: scroll;
  margin-bottom: 10px;
}

/* For displaying posted date inline */
.single-post .entry-content .posted-on + p,
.single-post .entry-content .posted-on + div {
    display: inline !important;
}

.posted-on, .posted-on a {
    color: var(--scolor);
}

.wp-block-image :where(figcaption) {
    text-align: center;
    color: #525252;
    background: #eeeded;
    margin: 0;
    padding: 5px;
    border-radius: 0 0 10px 10px;
}