:root{
  --totzine-yellow:#f1bd21;
  --totzine-grey:#515251;
  --totzine-white: #ffffff;
  --totzine-light-yellow: #fff1c9;
  --totzine-gray-yellow: #ede7d5;
  --totzine-dark-grey: #141414;
  --totzine-dark-yellow: #ba8f1b;
  --totzine-brown: #ad810a;
}

html{scroll-behavior:smooth}
html[lang="bn-BD"],
html[lang="bn-BD"] body,
html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6 {
  font-family: 'Noto Serif Bengali', serif;
}
html[lang="en-US"],
html[lang="en-US"] body,
html[lang="en-US"] body a,
html[lang="en-US"] body p, 
html[lang="en-US"] body span, 
html[lang="en-US"] body ul, 
html[lang="en-US"] body li, 
html[lang="en-US"] body div, 
html[lang="en-US"] body strong, 
html[lang="en-US"] body button {
  font-family:"Poppins",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;
}
body{
  font-family:"Poppins",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;
  color:var(--totzine-grey);
  background:#fff;
}

html[lang="en-US"] body h1,
html[lang="en-US"] body h2,
html[lang="en-US"] body h3,
html[lang="en-US"] body h4,
html[lang="en-US"] body h5,
html[lang="en-US"] body h6,
.tz-font-heading{
  /*font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;*/
  color:var(--totzine-grey);
}

a{color:var(--totzine-grey);text-decoration:none}
a:hover,a:focus{color:var(--totzine-yellow);text-decoration:underline}

.tz-logo-wrap{
  text-align:center;
  padding:18px 0 12px;
  background:#ffffff;
}
.tz-site-title{
  font-weight:800;
  letter-spacing:.3px;
  margin:0;
}
.tz-site-description{
  margin:6px 0 0;
  opacity:.85;
  font-size:.95rem;
}
.tz-logo-wrap a{color:var(--totzine-grey)}
.tz-logo-wrap a:hover{color:var(--totzine-yellow)}
.tz-site-title,.tz-site-description{color:var(--totzine-grey)}

/* navbar */

.tz-navbar{
  background:var(--totzine-grey);
}
.tz-navbar .navbar-brand{color:#fff}
.tz-navbar .navbar-brand:hover{color:var(--totzine-yellow)}
.tz-navbar .navbar-toggler{border-color:rgba(255,255,255,.35)}
.tz-navbar .navbar-toggler:focus{box-shadow:0 0 0 .25rem rgba(241,189,33,.35)}

.tz-navbar .navbar-nav .nav-link{
  color:rgba(255,255,255,.9);
  padding:.65rem .95rem;
}
.tz-navbar .navbar-nav .nav-link:hover,
.tz-navbar .navbar-nav .nav-link:focus{
  color:#fff;
  background:rgba(241,189,33,.18);
  text-decoration: none;
}
.tz-navbar .navbar-nav .current-menu-item > .nav-link,
.tz-navbar .navbar-nav .current-menu-ancestor > .nav-link{
  color: var(--totzine-white);
  background:#868686;
}
.tz-navbar .dropdown-menu{
  border-radius:0;
  border:1px solid rgba(81,82,81,.18);
  padding:.5rem;
}
.tz-navbar .dropdown-item{
  border-radius:0;
  padding:.55rem .75rem;
}
.tz-navbar .dropdown-item:hover,
.tz-navbar .dropdown-item:focus{
  background:rgba(241,189,33,.20);
}

/* navbar */

.tz-layout{
  padding:22px 0 34px;
}

/* Homepage (magazine layout) */
.tz-home main.tz-layout{
  padding-top:14px;
}
.tz-pattern-bg{
  background:
    radial-gradient(circle at 12px 12px, rgba(241,189,33,.22) 2px, transparent 2px),
    radial-gradient(circle at 36px 36px, rgba(81,82,81,.10) 2px, transparent 2px);
  background-size:48px 48px;
  background-color:#fbf7ef;
}
.tz-section{
  padding:18px 0;
}
.tz-section-title{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 14px;
}
.tz-section-title .tz-title{
  font-weight:800;
  letter-spacing:.2px;
  margin:0;
}
.tz-section-title:after{
  content:"";
  height:3px;
  flex:1;
  background:linear-gradient(90deg, var(--totzine-yellow), rgba(241,189,33,0));
  border-radius:0;
}
.tz-home-card{
  border-radius:0;
  border:1px solid rgba(81,82,81,.14);
  background:#fff;
  overflow:hidden;
  height:100%;
  box-shadow:0 8px 18px rgba(0,0,0,.06);
}
.tz-home-card .tz-thumb{
  aspect-ratio: 16 / 10;
  background:linear-gradient(135deg, rgba(241,189,33,.35), rgba(81,82,81,.12));
}
.tz-home-card .tz-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.tz-home-card .tz-body{
  padding:14px 14px 16px;
}
.tz-home-card .tz-kicker{
  font-size:.82rem;
  opacity:.85;
  margin-bottom:6px;
}
.tz-home-card .tz-kicker .dot{
  display:inline-block;
  width:8px;height:8px;
  border-radius:0;
  background:var(--totzine-yellow);
  margin-right:6px;
  vertical-align:middle;
}
.tz-home-card .tz-h{
  font-weight:800;
  margin:0 0 8px;
}
.tz-home-card .tz-excerpt{
  margin:0;
  opacity:.9;
  font-size:.95rem;
}

.tz-carousel{
  position:relative;
}
.tz-carousel .carousel-item{
  transition: transform .7s ease-in-out;
}
.tz-carousel .carousel-control-prev,
.tz-carousel .carousel-control-next{
  width:44px;
  height:44px;
  top:50%;
  transform:translateY(-50%);
  opacity:1;
}
.tz-carousel .carousel-control-prev{left:-6px}
.tz-carousel .carousel-control-next{right:-6px}
.tz-carousel .carousel-control-prev-icon,
.tz-carousel .carousel-control-next-icon{
  filter: none;
  background-color: rgba(81,82,81,.92);
  border-radius:0;
  background-size: 55% 55%;
  width:44px;height:44px;
}
.tz-carousel .carousel-control-prev:hover .carousel-control-prev-icon,
.tz-carousel .carousel-control-next:hover .carousel-control-next-icon{
  background-color: rgba(241,189,33,.95);
}

/* Buttons */
.tz-btn-yellow{
  background:var(--totzine-yellow);
  color:#111;
  border:0;
  font-weight:700;
  border-radius:0;
  padding:.55rem 1rem;
}

.tz-btn-yellow:hover,
.tz-btn-yellow:focus {
  filter:brightness(.98);
  color:#111;
  text-decoration: none;
}



.tz-btn-gray{
  background:var(--totzine-grey);
  color:var(--totzine-white);
  border:0;
  font-weight:700;
  border-radius:0;
  padding:.55rem 1rem;
}
.tz-btn-gray:hover,.tz-btn-gray:focus{filter:brightness(.98);color:#111}

.tz-links{
  list-style:none;
  padding:0;
  margin:0;
}
.tz-links li{padding:6px 0;border-bottom:1px dashed rgba(81,82,81,.18)}
.tz-links li:last-child{border-bottom:0}
.tz-links a{display:block}
.tz-links a:hover{color:var(--totzine-yellow)}

.tz-author-row{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  justify-content:space-between;
  padding:6px 0;
}
.tz-author{
  flex:0 0 auto;
  width:74px;height:74px;
  border-radius:50%;
  border:2px solid rgba(241,189,33,.9);
  background:#fff;
  overflow:hidden;
}
.tz-author img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.tz-author-link{color:inherit}
.tz-author-link:hover{color:var(--totzine-yellow);text-decoration:none}
.tz-divider{
  height:10px;
  background:repeating-linear-gradient(45deg, rgba(241,189,33,.85), rgba(241,189,33,.85) 10px, rgba(81,82,81,.0) 10px, rgba(81,82,81,.0) 20px);
  border-radius:0;
  margin:18px 0;
  opacity:.6;
}
.tz-card{
  /*border:1px solid rgba(81,82,81,.18);*/
  border-radius:0;
  overflow:hidden;
  background:#fff;
}
.tz-card-body{padding:16px; border: 0 !important;}
.tz-card-body header h2.h4 {
  font-size: 3.5em;
  margin-bottom: 1em !important;
}
.tz-card-body header h2.h4 a:hover {
  text-decoration: none;
}
.tz-meta{font-size:.9rem;opacity:.8}
.tz-badge{
  display:inline-block;
  background:var(--totzine-yellow);
  color:#111;
  border-radius:0;
  padding:2px 10px;
  font-size:.8rem;
  font-weight:600;
}

.tz-sidebar .widget{
  border:0;
  border-radius:0;
  padding:0;
  margin:0 0 18px;
  background:transparent;
}

.tz-sidebar .other-theatres .tz-side-list .tz-side-item {
  margin-top: .65em;
}

.tz-sidebar .other-theatres h3 {
  font-size: 26px;
  color: var(--totzine-grey);
}

.tz-sidebar .other-theatres .tz-side-excerpt {
  font-size: 11px;
  margin-top: .65rem;
}

.tz-sidebar .other-theatres .tz-side-item .tz-side-body h2 a {
  font-size: 18px !important;
  color: var(--totzine-brown);
  font-weight: normal;
}

.tz-sidebar .other-theatres .tz-side-item .tz-side-body h2 a:hover {
  color: var(--totzine-grey);
  text-decoration: none;
}

.tz-sidebar .other-theatres .tz-side-item .tz-side-more {
  background: var(--totzine-grey);
  font-size: 13px;
  margin-top: 7px !important;
  display: inline-block;
}

.tz-sidebar .widget-title{
  font-size:.95rem;
  margin:0 0 12px;
  font-weight:800;
  letter-spacing:.2px;
  text-transform:uppercase;
  color:var(--totzine-yellow);
}

html[lang="en-US"] body .tz-widget-title {
  font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif !important;
}

.tz-sidebar{
  border-left: 2px solid rgba(81,82,81,.22);
  padding-left: 18px;
}

.tz-side-list{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.tz-side-item{
  display:flex;
  gap:10px;
  align-items:flex-start;
}
.tz-side-thumb{
  width:64px;
  flex:0 0 64px;
  border:1px solid rgba(81,82,81,.18);
  overflow:hidden;
  display:block;
}
.tz-side-thumb img{
  width:100%;
  height:56px;
  object-fit:cover;
  display:block;
}
.tz-side-title{
  display:block;
  font-size:.92rem;
  font-weight:800;
  line-height:1.25;
  margin-bottom:2px;
}
.tz-side-excerpt{
  font-size:.85rem;
  opacity:.9;
  line-height:1.35;
  margin-bottom:3px;
}
.tz-side-more{
  font-size:.65rem;
  font-weight:500;
  color:var(--totzine-white);
  background: var(--totzine-yellow);
  padding: 3px 8px;
  text-transform: uppercase;
  text-decoration: none;
}
.tz-side-more:hover{
  text-decoration: none;
  background: var(--totzine-grey);
  color:var(--totzine-white);
}

.tz-cat-grid{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.tz-cat-link{
  display:inline-block;
  border:1px solid rgba(81,82,81,.18);
  padding:6px 10px;
  font-size:.86rem;
  font-weight:600;
  background:#fff;
}
.tz-cat-link:hover{
  background:rgba(241,189,33,.16);
  color:var(--totzine-grey);
  text-decoration:none;
}

.tz-single-hero img{
  display:block;
  width:100%;
  height:auto;
}
.tz-single-body{
  padding: 18px 0 0;
}
.tz-single-excerpt{
  font-size:1.05rem;
  opacity:.95;
}
.tz-footer{
  background:var(--totzine-gray-yellow);
  border-top:1px solid rgba(81,82,81,.18);
  padding:24px 0;
  color:var(--totzine-grey);
}
.tz-footer a{color:var(--totzine-grey)}
.tz-footer a:hover{color:var(--totzine-yellow)}
.tz-footer .tz-font-heading{color:var(--totzine-grey)}
.tz-footer .tz-footer-links li{border-bottom-color: rgba(81,82,81,.18)}
.tz-footer .tz-footer-links a{opacity:.92}
.tz-footer .tz-footer-links a:hover{opacity:1}

.tz-pagination .page-numbers{
  display:inline-block;
  padding:.35rem .65rem;
  margin:0 .15rem;
  border-radius:0;
  border:1px solid rgba(81,82,81,.2);
  color:var(--totzine-grey);
}
.tz-pagination .page-numbers.current{
  background:var(--totzine-yellow);
  color:#111;
  border-color:transparent;
}

/* Improve bootstrap offcanvas-like collapse spacing on mobile */
@media (max-width: 991.98px){
  .tz-navbar .navbar-collapse{
    padding:.35rem 0 .65rem;
  }
}

/* Custom font sizes */
.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

/* Cover story section for homepage only. Should not be visible on inner page */
.cover-story-container-for-homepage {
  background-color: var(--totzine-light-yellow);
  padding: 4em;
  box-sizing: border-box;
  overflow-x: hidden !important;
}

.cover-story-container-for-homepage img {
  width: 100%;
}

.cover-story-container-for-homepage .tz-fixed-block-title {
  font-weight: bold;
}

.cover-story-container-for-homepage a.cta-single {
  background-color: var(--totzine-yellow);
}

.cover-story-container-for-homepage a.cta-list {
  background-color: var(--totzine-grey);
  margin-left: 1em;
}

.cover-story-container-for-homepage a.cta-single,
.cover-story-container-for-homepage a.cta-list {
  padding: 5px 12px;
  box-sizing: border-box;
  color: var(--totzine-white);
  text-decoration: none;
  font-size: 13px;
}

.cover-story-container-for-homepage a.cta-single:hover,
.cover-story-container-for-homepage a.cta-list:hover {
  background-color: var(--totzine-dark-grey);
  text-decoration: none;
}

@media screen and (max-width: 991.98px) {
  .cover-story-container-for-homepage {
    padding: 2em 1em;
  }

  .cover-story-container-for-homepage h3 {
    margin: 1.5em 0;
  }
}

/* Customizer */
.identity-card-highlight {
  border-top-color: var(--totzine-yellow);
  border-top-width: 2px;
  border-top-style: solid;

  border-bottom-color: var(--totzine-yellow);
  border-bottom-width: 2px;
  border-bottom-style: solid;

  padding-top: 20px;
  box-sizing: border-box;
  
  margin: 20px auto;
}

.section-title {
  background: rgba( 81, 82,81,.18);
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--totzine-grey);
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  width: auto;
  display: inline-block;
  margin-bottom: 20px;
}

.foreign-theatre-item {
  margin: 25px auto;
}

.foreign-theatre-item .meta-info {
  margin-top: .6em;
  text-align: center;
}

h2 a.theatre-title {
  color: var( --totzine-yellow );
}

h2 a.theatre-title:hover {
  text-decoration: none;
  color: var( --totzine-dark-grey );
}

.read-more-action {
  margin-top: 15px;
  text-align: right;
}

.read-more-action a,
.read-more-action a:hover {
  background: var(--totzine-grey);
  color: var(--totzine-white);
  font-weight: normal;
  padding: 5px 8px !important;
  box-sizing: border-box;
}

#tzPrimaryNav {
  text-align: center;
}

#tzPrimaryNav ul {
  margin: 0 auto;
}

#tzPrimaryNav ul li {
  border-left: 1px solid #868686;
}

#tzPrimaryNav ul li:first-child {
  border-left: none;
}

#tzPrimaryNav ul li a {
  font-weight: 600;
  word-spacing: 0.2rem;
}

.main-content-area {
  margin: 25px auto;
  border-bottom: 1px solid var(--totzine-grey);
  padding-bottom: 10px;
  box-sizing: border-box;
}

.main-content-area h1.post-title {
  color: var(--totzine-yellow);
  font-weight: 700;
}

.main-content-area .image-container img {
  position: relative;
  width: 100% !important;
  height: inherit !important;
  top: 10px !important;
}

.main-content, .main-content p {
  line-height: 170%;
  font-size: 105%;
}

.main-content h2 {
  color: var(--totzine-yellow);
  padding: 10px 0;
  box-sizing: border-box;
}

.main-content h2.numbered-heading {
  text-align: center;
  background: var( --totzine-yellow );
  color: var( --totzine-white );
  padding: .6em;
  border-radius: 50%;
  margin: 1em auto;
  width: 15%;
}

.inline-subheading {
  padding-left: 1.74em !important;
  box-sizing: border-box;
  margin: 1.3em 0 .5em 0;
  background: url(../design/mask.png) no-repeat;
}

.single-foreign-theatre-content h1 {
  color: var(--totzine-yellow);
  margin: .75em 0 1.5em 0;
  padding: 0 0 .6em 1.65em !important;
  box-sizing: border-box;
  background: url(../design/mask.png) top left no-repeat;
}

.single-foreign-theatre-content .image-cover img {
  width: 100%;
  height: inherit;
}

.single-foreign-theatre-content .excerpt-content-area {
  background: var(--totzine-light-yellow);
  padding: 6px 15px 30px 15px;
  box-sizing: border-box;
}

.single-foreign-theatre-content .excerpt-body {
  color: var(--totzine-grey);
}

.single-foreign-theatre-content .content-entry {
  margin-top: 2.5em;
}

.single-foreign-theatre-content .content-entry h2 {
  margin: 1.5em 0 .5em 0;
  color: var(--totzine-yellow);
  border-left: 4px solid var(--totzine-grey);
  padding-left: 15px;
  box-sizing: border-box;
}

/* Character group */
.main-content figure.character-table table {
  width: 100% !important;
}

.main-content figure.character-table,
.main-content figure.character-table tr,
.main-content figure.character-table tr td {
  border: none;
}

.main-content figure.character-table tr {
  width: 100% !important;
}

.main-content figure.character-table tr td {
  padding: .75em 0 .75em 0;
  width: 30% !important;
}

.main-content figure.character-table tr td strong {
  display: block;
  padding: .5em .5em .25em .5em;
  background: var(--totzine-light-yellow);
}

.photo-exhibition-page-title {
  margin: 2rem 0;
}

.about-author {
  width: 80%;
  margin-top: 7em;
}

.about-author h2 {
  margin: .6em 0;
  color: var(--totzine-yellow);
}

.about-author-content {
  background: linear-gradient(
    to bottom, 
    var(--totzine-yellow) 0%, 
    var(--totzine-light-yellow) 45%, 
    #ffffff 100%);
  padding: .65rem;
  box-sizing: border-box;
  border-radius: .35rem;
}

/* footer nav */
nav.footer-nav-container {
  width: 100%;
  text-align: center;
}

nav.footer-nav-container ul {
  width: 100%;
}

nav.footer-nav-container ul li {
  display: inline-block;
  list-style: none;
  padding: 0 1rem;
}

nav.footer-nav-container ul li a:hover {
  text-decoration: none;
}

.footer-copyright {
  font-size: 13px;
  text-align: center;
  padding-bottom: 1.5em;
}