/* Fonts */

/* roboto-slab-100 - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local(""),
    url("../webfonts/roboto-slab-v24-latin-100.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../webfonts/roboto-slab-v24-latin-100.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-300 - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""),
    url("../webfonts/roboto-slab-v24-latin-300.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../webfonts/roboto-slab-v24-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""),
    url("../webfonts/roboto-slab-v24-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../webfonts/roboto-slab-v24-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-500 - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""),
    url("../webfonts/roboto-slab-v24-latin-500.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../webfonts/roboto-slab-v24-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-700 - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""),
    url("../webfonts/roboto-slab-v24-latin-700.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../webfonts/roboto-slab-v24-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ek-mukta-300 - latin */
@font-face {
  font-family: "Ek Mukta";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("../webfonts/ek-mukta-latin-300.woff2") format("woff2"); /* Chrome 26+, Opera 23+, Firefox 39+ */
}
/* ek-mukta-regular - latin */
@font-face {
  font-family: "Ek Mukta";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../webfonts/ek-mukta-latin-400.woff2") format("woff2"); /* Chrome 26+, Opera 23+, Firefox 39+ */
}
/* ek-mukta-500 - latin */
@font-face {
  font-family: "Ek Mukta";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../webfonts/ek-mukta-latin-500.woff2") format("woff2"); /* Chrome 26+, Opera 23+, Firefox 39+ */
}
/* ek-mukta-700 - latin */
@font-face {
  font-family: "Ek Mukta";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../webfonts/ek-mukta-latin-700.woff2") format("woff2"); /* Chrome 26+, Opera 23+, Firefox 39+ */
}

/* HTML */
html {
  scroll-padding-top: 230px;
}
/* Body */
body {
  font-family: "Ek Mukta", Arial, Sans-Serif;
  width: 100%;
}

.font-roboto {
  font-family: "Roboto Slab", Arial, Sans-Serif;
}

.bg-red {
  background-color: #fa3c2b;
}

.container {
  max-width: 1184px;
  z-index: 2;
  position: relative;
}

.text-spacing-wide {
  letter-spacing: 0.1rem;
  line-height: 1.2rem;
}
article a .entry-header img {
  transition: opacity 0.2s;
}
article a:hover .entry-header img {
  opacity: 0.9;
  transition: opacity 0.2s;
}

/* Article */
.post .entry-content p,
.post .entry-content li {
  font-size: 1.2rem;
  line-height: 2rem;
}

.post .entry-content h1,
.post .entry-content h2,
.post .entry-content h3,
.post .entry-content h4,
.post .entry-content h5,
.post .entry-content h6 {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
  font-weight: 600;
}

.post .entry-content p a,
.post .entry-content li a,
.post .entry-content h4 a,
.post .entry-content h3 a {
  color: #212529;
  text-decoration: none;
  border-bottom: solid 2px #2d333a;
}
.post .entry-content p a:hover,
.post .entry-content li a:hover,
.post .entry-content h4 a:hover,
.post .entry-content h3 a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #2d333a;
}
.post .entry-content figure {
  padding: 5px 0px 5px 0px;
}
.post .entry-content img {
  background-color: #f1f1f1;
  width: 100%;
}
.post .wp-block-image figcaption,
.post .entry-content .wp-caption-text {
  font-size: 80%;
  color: #6c757d;
  text-align: center;
}
.post .wp-block-quote {
  padding-left: 20px;
  background: #f1f1f1;
  border-left: solid 2px #212529;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 15px;
}
.post .aligncenter {
  width: 100% !important;
}
.post .entry-content table {
  width: 100%;
  overflow-wrap: break-word;
  font-size: 0.9rem;
}
.post .entry-content table tr {
}
.post .entry-content table tr th {
  text-align: center;
  background: #f8f9fa;
  color: #212529;
  border-top: solid 1px #dee2e6;
}

.site-footer ul li {
  margin: 9px 0;
  list-style: none;
}

.site-footer ul li a {
  text-decoration: none;
}

hr {
  color: #f1f1f1;
  opacity: 0.25;
}
.post iframe {
  width: 100%;
}

.has-red-color {
  color: #dc3545 !important;
}
.has-green-color {
  color: #28a745 !important;
}
.has-orange-color {
  color: #fd7e14 !important;
}
.has-yellow-color {
  color: #ffc107 !important;
}
.has-blue-color {
  color: #007bff !important;
}

.embed-responsive-item {
  object-fit: cover;
  background-color: #f1f1f1;
}
.author-link a {
  color: inherit !important;
  text-decoration: none;
}

.article-share-btn:hover {
  background-color: #212529;
  color: white !important;
  transition: ease-in 0.2s;
  border: 1px solid #212529;
}

.article-share-btn i {
  color: inherit;
}

.btn-outline:hover {
  background-color: #212529;
  color: white !important;
  transition: ease-in 0.2s;
  border: 1px solid #212529;
}

.navbar-desktop .btnNewsletter {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

.second-nav-item {
  position: relative;
}

/* Sidebar */
.sticky-sidebar {
  padding-top: 20px;
  margin-top: -20px;
}

/* Tab styling */
.tab-control .active {
  color: #212529 !important;
  font-weight: bold;
  border-bottom: solid 2px #212529;
}

/* Prevent blue outline on input */
.form-control:focus {
  border-color: #ced4da; /* default B5 color or set your own color*/
  outline: none !important;
  box-shadow: none !important;
}

/* Menu collapse icon change [+] / [-] */
/* Hide the minus icon by default */
#newsToggleIconMinus {
  opacity: 0;
}

/* Show the minus icon and hide the plus icon when the collapsible content is shown */
.nav-link[data-bs-toggle="collapse"]:not(.collapsed) #newsToggleIconMinus {
  opacity: 1 !important;
}

.nav-link[data-bs-toggle="collapse"]:not(.collapsed) #newsToggleIconPlus {
  opacity: 0;
  width: 0px;
}

/* Ensure plus is visible and minus is hidden when collapsed */
.nav-link[data-bs-toggle="collapse"].collapsed #newsToggleIconPlus {
  opacity: 1;
}

.nav-link[data-bs-toggle="collapse"].collapsed #newsToggleIconMinus {
  opacity: 0;
}

@media (max-width: 767px) {
  .sticky-sidebar {
    padding-top: 0px;
    margin-top: 0px;
  }
}

.smallsquare {
  width: 7px;
  height: 12px;
  border: 1px solid white;
}
