h1,h2,h3,h4,h5,h6,p {  font-family: "Tiro Gurmukhi", serif;}.h2-title h2 a {  font-family: "Tiro Gurmukhi", serif;}.authr-text-info .p-time {  font-family: "Tiro Gurmukhi", serif;}.h2-heading a {  font-family: "Tiro Gurmukhi", serif;}    .excerpt p {  font-family: "Tiro Gurmukhi", sans-serif;}.authr h5 a {  font-family: "Tiro Gurmukhi", sans-serif;}.authr .p-time {  font-family: "Tiro Gurmukhi", sans-serif;}.v-more {  font-family: "Tiro Gurmukhi", sans-serif;}.breadcrumb {  font-family: "Tiro Gurmukhi", sans-serif;}.read-bw-article h4 {  font-family: "Tiro Gurmukhi", sans-serif;}.post-tags {  font-family: "Tiro Gurmukhi", sans-serif;}  *,
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
label,
li,
ol,
p,
pre,
ul {
  padding: 0;
  margin: 0;
}

ol,
ul {
  list-style-type: none;
}

*,
::after,
::before {
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

canvas,
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

input:focus-visible {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.post-item:hover .post-header a,
a:hover {
  transition: color 0.3s;
}

#__next,
#root {
  isolation: isolate;
}

.container-grid {
  margin: 0 auto;
  width: 80%;
  padding: 0 15px;
  box-sizing: border-box;
}

@media (max-width: 759px) {
  .container-grid {
    width: 100%;
    padding: 0 15px;
  }
}

.top-bar {
  background-color: #e0e0e0 !important;
}

.adVrt.epaper {
  font-size: .65rem !important;
}

.top-bar>.container-grid {
  position: relative;
}

.top-bar .buttons-wrapper.tribune>.social-icons {
  position: absolute;
  left: 16px;
  top: 104px;
  z-index: 1;
}

.top-bar .buttons-wrapper.tribune>.social-icons ul {
  display: flex;
  gap: 13px !important;
}

.top-bar .tribune .social-icons ul li svg {
  width: 14px;
  height: auto !important;
  margin-top: -2% !important;
  opacity: .7 !important;
}




.main {
  display: block;
  width: 100%;
  position: relative;
}

/* header */

.header-main {
  width: 100%;
  display: block;
}

.top-bar-wrap {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}

.si-inner {
  width: 100%;
  display: block;
}

.header-bar {
  float: left;
  width: 100%;
}

.top-header {
  width: 100%;
  padding: 10px 0 18px;
  display: block;
}

.header-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.date-time {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  font-size: 14px;
  color: #000;
  margin: -14px 0 0 0;
}

.current-time {
  display: none;
  width: fit-content;
  line-height: 1;
  color: inherit;
  padding-right: 6px;
  border-right: 1px solid #000;
}

.cuurent-date {
  width: fit-content;
  line-height: 1;
  color: inherit;
}

.main-logo {
  display: flex;
  width: 30%;
  justify-content: center;
  align-items: center;
}

.top-header .logo-img {
  display: block;
  width: 340px !important;
  margin: 15px 0 0px 0;
}

.logo-img img {
  width: 100%;
  height: auto;
}

div#bhdr_logo img {
  filter: invert(1) brightness(1.2);
}

.bhdr-search-field {
  width: fit-content;
  display: none;
}

.bottom-header .bottom-navbar .bhdr-search-field {
  display: inline-block;
  order: 2;
}

.bottom-header.sticky .bottom-navbar .bhdr-search-field {
  display: none;
}






/* search menu in sidemenu for tribune  */


.bhdr-search-field.sidemenu-search {
  display: inline-block;
  width: 65%;
  order: 2;
}


.bhdr-search-field.sidemenu-search .search-icon {
  display: none !important;
}


.bhdr-search-field.sidemenu-search .search-input-field-btm {
  display: inline-block;
  width: 100%;
  position: unset;
  border-radius: 0px;
}

.bhdr-search-field.sidemenu-search .search-input-field-btm .si-inner form {
  border-radius: 0px;
}

.bhdr-search-field.sidemenu-search .search-input-field-btm .si-inner form input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 5px 10px 7px;
  line-height: 1.3;
}

.bhdr-search-field.sidemenu-search .search-section-inner .si-inner .search-close-btn {
  right: 20%;
  top: -5%;
  width: 28px;
  height: 28px;
  display: none !important;
}

.bhdr-search-field.sidemenu-search .search-section-inner .si-inner form button {
  color: #333 !important;
  background: #fff !important;
}







/* search menu in sidemenu for tribune  */

.search-section-inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.top-header .search-section-inner {
  display: none;
}

.search-section {
  display: inline-block;
  width: 35%;
}

.search-icon {
  width: 20px;
  display: inline-block;
  /* margin-left: 15px; */
  cursor: pointer;
}

.bottom-header .bottom-navbar .search-icon {
  width: 17px;
}

.search-input-field,
.search-input-field-btm {
  width: 320px;
  display: none;
  background-color: #fff;
  margin-right: 15px;
}

.search-input-field-btm {
  position: absolute;
  top: 55px;
  right: 0;
  z-index: 9999999;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 0px;
}

.bottom-header .bottom-navbar .search-input-field-btm {
  top: 38px;
  left: 0;
  border-radius: 0 !important;
  z-index: 20 !important;
}




.si-inner form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.si-inner form input {
  border: 1px solid #4c4c4c;
  border-right: none;
  padding-left: 10px;
  width: 100%;
  overflow: hidden;
}

.si-inner form input::placeholder {
  font-size: 11px;
  color: #4c4c4c;
  padding: 10px 0;
}

.si-inner form button {
  padding: 10px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  border: none;
  font-size: 10px !important;
  cursor: pointer;
}

.si-inner .search-close-btn {
  position: absolute;
  margin: auto;
  width: 43px;
  height: 43px;
  /* background: #e31e23; */
  /* border-left: 1px solid #fff; */
  cursor: pointer;
  right: 17%;
  top: 2%;
}

.bottom-header .bottom-navbar .si-inner .search-close-btn {
  width: 18px;
  height: 18px;
  right: 68px;
  top: -1px;
}


.search-close-btn .leftright-line {
  transform: rotate(45deg);
}

.search-close-btn .rightleft-line {
  transform: rotate(-45deg);
}

.search-close-btn .leftright-line,
.rightleft-line {
  height: 2px;
  width: 13px;
  margin-top: 15px;
  background-color: #ccc;
  border-radius: 2px;
  transition: 0.3s ease-in;
  position: absolute;
  top: 11%;
  left: 25%;
}

.bottom-header {
  width: 100%;
  display: block;
  padding: 0;
  background-color: #fff;
}

.sticky {
  position: fixed;
  top: -1px;
  width: 100%;
  z-index: 9;
  padding: 10px 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.header-menu-btn {
  display: inline-block;
  width: 25px;
}

.bottom-header.sticky .header-menu-btn {
  display: none;
}

.bottom-header .bottom-navbar {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  position: relative;
}

/* .btn-srch-wrapper{
  display: flex;
  width: fit-content;
  margin-left: auto;
  gap: 20px;
} */

.bhdr_logo {
  display: none;
}



.bottom-header .main-menu {
  display: inline-block;
  margin: auto;
  width: 100%;
  text-wrap: nowrap;
}

@media only screen and (min-width: 760px) {
  .bottom-header .bottom-navbar .main-menu {
    order: 3 !important;
  }
}


.bottom-header .main-menu::-webkit-scrollbar {
  height: 5.5px;
}

.bottom-header .main-menu::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fafafa;
}

.bottom-header .main-menu ul.main-menu-list {
  display: flex;
  flex-direction: row;
  gap: 0px;
  width: fit-content;
  margin: 0 auto;
}

.bottom-header .main-menu ul li ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  margin-top: 0;
  background-color: #0d1c3d;
  padding: 0px 0px 0px;
  -webkit-box-shadow: 0 3px 3px rgba(190, 190, 190, 0.6);
  border-top: 4px solid #0d1c3d;
  z-index: 99999;
  width: auto;
  flex-wrap: wrap;
  gap: 2%;
  top: 35px;
}

.bottom-header.sticky .main-menu ul li ul.sub-menu {
  top: 25px;
}

.bottom-header .main-menu ul li ul.sub-menu li {
  padding: 0px;
  border-bottom: 1px solid #d7d7d7;
  width: 100%;
}

.bottom-header .main-menu ul li ul.sub-menu li a {
  padding: 6px 15px 6px;
  width: 100%;
  display: inline-block;
  line-height: normal;
  /* text-wrap: wrap !important; */
}

.bottom-header .main-menu ul li {
  font-size: .82rem !important;
  font-weight: 400 !important;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.bottom-header .main-menu ul li ul.sub-menu li:hover a {
  color: inherit !important;
}

.bottom-header .main-menu>ul>li.main-menu-list-item::before {
  content: '';
  border-right: 1px solid #cccccc4a;
  margin-right: 10px;
  position: absolute;
  right: -10px;
  top: 13px;
  height: 40%;
}

.bottom-header.sticky .main-menu>ul>li.main-menu-list-item::before {
  top: 7px;
  height: 51%;
}

.bottom-header .main-menu ul li.main-menu-list-item.has-submenu::before {
  right: -20px !important;
}

span.has-submenu {
  pointer-events: none;
}


.bottom-header .main-menu ul li.has-submenu {
  padding: 13px 12px 10px !important;
}

@media only screen and (min-width: 760px) {

  .bottom-header .main-menu>ul>li>ul.sub-menu.sub_level_1>li,
  .bottom-header .main-menu>ul>li>ul.sub-menu.sub_level_1>li.main-menu-list-item {
    padding: 10px 25px 10px 15px !important;
  }

  .bottom-header .main-menu ul li ul.sub-menu .main-menu-list-item.has-submenu {
    margin-right: 0 !important;
  }
}

@media only screen and (min-width: 760px) {
  .bottom-header .main-menu>ul>li>ul.sub-menu.sub_level_1>li>a {
    padding: 0 !important;
  }
}


@media only screen and (min-width: 760px) {
  .bottom-header .main-menu>ul>li.has-submenu {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 760px) {

  .sub_level_2 {
    top: 0% !important;
    left: 100% !important;
  }

  .main-menu-list-item.has-submenu .sub-menu.sub_level_1>li ul.sub_level_2 {
    border-top: 0 !important;
    border-left: 4px solid #ccc !important;
  }

  .bottom-header .main-menu ul li ul.sub-menu li ul.sub_level_2 li {
    padding: 0 !important;
  }

  .bottom-header .main-menu ul li ul.sub-menu li a {
    padding: 10px 15px 10px;
  }

  .bottom-header .main-menu ul li.has-submenu>a {
    padding: 0;
  }
}






.bottom-header .main-menu>ul>li>a:hover {
  color: inherit !important;
}

.bottom-header.sticky .main-menu ul li {
  padding: 0px;
}

.bottom-header.sticky .main-menu ul.main-menu-list>li>a {
  padding: 5px 10px !important;
}

@media only screen and (min-width: 760px) and (max-width: 1400px) {

  .bottom-header.sticky .main-menu ul li.main-menu-list-item.home-icon {
    display: none !important;
  }

  .bottom-header.sticky .main-menu ul li {
    font-size: .75rem !important;
  }

}

.bottom-header.sticky .main-menu>ul.main-menu-list>li {
  padding: 0 !important;
}


.bottom-header .main-menu ul li.main-menu-list-item:hover {
  background-color: #0f2f63 !important;
}

.bottom-header .main-menu ul li ul.sub-menu li:hover {
  background-color: #0f2f63 !important;

}

.main-menu-list-item.has-submenu::after {
  display: inline-block;
  content: "\25BE";
  position: absolute;
  right: -10px;
  padding-right: 12px;
}


@media only screen and (min-width: 760px) {



  .main-menu-list-item.has-submenu .sub-menu.sub_level_1>li.main-menu-list-item.has-submenu::after {
    content: "\25B6";
    font-size: 9px;
    right: 8px;
    top: 13px;
    padding: 0 0 0 5px;
  }

  .bottom-header.sticky .main-menu-list-item.has-submenu::after {
    top: 6px;
  }


}

.bottom-header .main-menu ul li>a {
  padding: 13px 12px 10px;
  display: inline-block;
}

.bottom-header .main-menu ul li:nth-of-type(2)>a {
  position: relative;
}

.bottom-header .main-menu>ul.main-menu-list>li.main-menu-list-item:first-child>a {
  padding-left: 15px;
  width: 17px !important;
  height: 17px !important;
  box-sizing: content-box;
}




/* home-icon used in tribune */

.bottom-header .main-menu ul li.main-menu-list-item.home-icon {
  display: inline-block !important;
}

.bottom-header.sticky .main-menu ul li.main-menu-list-item.home-icon {
  display: none !important;
}



.main-menu-list-item.home-icon img {
  width: 17px;
  height: 17px;
}

/* home-icon used in tribune */

/* to be configurable */
.bottom-header .main-menu ul li.main-menu-list-item.selected_color {
  background-color: #0f2f63 !important;
}

/* to be configurable */


.hmbtn-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 26px;
}

.btn-line {
  height: 2px;
  width: 25px;
  background: #000;
  margin: 2.5px auto;
  transition: 0.3s ease-in-out;
}

.header-menu-btn:hover .btn-line {
  background: #c00;
  transition: background 0.3s;
}

.side-menu {
  width: 100vw;
  position: fixed;
  background: #000000de;
  display: inline-block;
  height: 100vh;
  z-index: 30;
  top: 0vh;
  right: -100vw;
}

.side-menu.show {
  right: 0;
}

.side-menu-inner {
  background-color: #fff;
  border-top: 4px solid #0d1c3d;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  z-index: 999999999999;
  position: fixed;
  height: auto;
  width: 100%;
  left: 0;
  top: -500%;
  padding: 0 25px 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.2s;
  overflow-y: hidden;
}

.side-menu-inner.show {
  top: 0;
}



.side-menu-inner.show::-webkit-scrollbar {
  width: 6px !important;
}

.side-menu-inner.show::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.side-menu-inner.show::-webkit-scrollbar-thumb {
  border-radius: 50px !important;
  background-color: #ccc !important;
}



.brading-wrapper-sm {
  width: 100%;
  display: flex;
  position: sticky;
  /* background: #0d1c3d; */
  top: 0;
  left: 0;
  z-index: 12;
  gap: 30px;
  padding: 30px 0px;
  align-items: center;
}

.show-elem {
  display: inline-block;
}

.nav-side-mnu-nav {
  display: inline-block;
  width: 100%;
}

button.close-btn-smnu {
  width: fit-content;
  cursor: pointer;
  order: 3;
  margin: 0px 0px 0px auto;
  background: none;
  border: none;
}

.close-container {
  position: relative;
  margin: auto;
  width: 30px;
  height: 30px;
}

.leftright,
.rightleft {
  height: 2px;
  width: 18px;
  margin-top: 15px;
  /* background-color: #000; */
  border-radius: 2px;
  transition: 0.3s ease-in;
  position: absolute;
}

.leftright {
  transform: rotate(45deg);
}

.rightleft {
  transform: rotate(-45deg);
}

.close {
  margin: 60px 0 0 5px;
  position: absolute;
}

.close-container:hover .leftright {
  transform: rotate(-45deg);
  background-color: #c00;
}

.close-container:hover .rightleft {
  transform: rotate(45deg);
  background-color: #c00;
}

.bl-icon-wrap {
  width: 100%;
  padding: 0px;
  border-radius: 5px;
}

.bl-icon-wrap img {
  filter: invert(1);
}

.branding-logo {
  width: 160px;
  margin: 0;
  order: 1;
}

ul.smnu-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.5%;
}




li.smnu-list-item {
  width: 18%;
  display: inline-block;
  padding: 8px 0 8px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  /* height: 60px; */
  text-transform: capitalize;
  border-bottom: 1px solid #ffffff26;
}

.smnu-list-item:hover {
  color: #c20;
  cursor: pointer;
}

.smnu-list-item.has-submenu::after {
  display: inline-block;
  content: "\25BE";
  margin-right: 6px;
  position: absolute;
  right: 0;
  top: 10px;
}

ul.sub-sm-list {
  width: 100%;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  padding: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  z-index: 99999999;
  display: none;
  flex-wrap: wrap;
  position: absolute;
  top: 100%;
  left: 0px;
}

li.sub-sm-list-item {
  padding: 11px 15px 4px;
  position: relative;
  width: 100%;
}

ul.sub-sm-list.visible {
  display: inline-flex !important;
}


.bottom-header .main-menu ul.main-menu-list li.main-menu-list-item>a.selected_color {
  border-bottom: 1px solid #fff !important;
}


#srch_if_icn2 img {
  filter: brightness(100);
}

#ftr-facebook1,
#ftr-instagram1 #ftr-twiiter1 {
  border-radius: 7px;
  margin: 0 5px 0 0;
}

#ftr-facebook1 img,
#ftr-instagram1 img,
#ftr-twiiter1 img {
  filter: invert(1);
  margin-right: 10px;
}

.header_social-icons {
  width: 35%;
  display: none;
}

.header_social-icons ul {
  display: flex;
  flex-direction: row;
  font-size: 14px;
}

.config-component {
  display: none;
  width: fit-content;
  gap: 10px;
}

.config-component a {
  width: 27px;
  height: auto;
  display: inline-block;
  margin: 0px 4px;
}

.config-component a img {
  width: 100%;
  height: auto;
}


.social-icons.srch-ovrly {
  width: fit-content;
  /* position: absolute; */
  /* bottom: 15px; */
  margin: 0px !important;
}

.social-icons.srch-ovrly ul {
  display: flex;
  gap: 13px;
}

.social-icons.srch-ovrly ul li a {
  display: inline-block;
  width: 28px;
  height: 28px;
}

.social-icons.srch-ovrly ul li a img {
  width: 100%;
  height: 100%;
}


/* dark-mode css */

/* dark mode header css start  */

body.darkTheme {
  background-color: #121212;
}

body.darkTheme * {
  border-color: #cccccc40 !important;
}

body.darkTheme .bottom_sticky_menu_toolbar {
  background: #333 !important;
  border-top: none !important;
}

/* body.darkTheme #rjfirsttoolbar{
  background-color: #2C2C2C !important;
} */

body.darkTheme .Header_header__stateLink__66MfX li a img {
  filter: invert(1);
}

body.darkTheme .Header_header__stateLink__66MfX li a span {
  color: #fff;
}



body.darkTheme .btn-line {
  background-color: #fff !important;
}



body.darkTheme .top-header {
  background-color: #121212;
}

body.darkTheme .date-time {
  color: #fff;
}

body.darkTheme .current-time {
  border-color: #fff;
}

body.darkTheme .main-logo .logo-img img {
  filter: unset !important;
}

body.darkTheme .bottom-header {
  background: #e50914 !important;
}

/* 
body.darkTheme .main-menu ul.main-menu-list {
  background: #e50914 !important;
} */

body.darkTheme .bottom-header .bottom-navbar .search-input-field-btm {
  background: #121212 !important;
}

body.darkTheme .bottom_sticky_menu_toolbar_sec img {
  filter: invert(1) !important;
}

body.darkTheme .bottom_sticky_menu_toolbar_sec span.btm_stk_title {
  color: #fff;
  opacity: 1 !important;
}



/* dark mode header css end  */


/* dynamic page dark mode css */



body.darkTheme section#dynamic_page {
  color: #fff !important
}


/* dark mode newscarousel css start  */

body.darkTheme .news-top-carousel.card-carousel {
  background: #121212 !important;
}

body.darkTheme .news-top-carousel.card-carousel .slider {
  background: #121212 !important;
}

body.darkTheme .news-top-carousel.card-carousel .news-carousel .reltd-content {
  color: #fff !important;
}

/* dark mode newscarousel css end  */

/* dark mode spotlight css start  */

body.darkTheme .spotlight .spotlight-article {
  background: #2C2C2C !important;
}

/* body.darkTheme .spotlight .spotlight-stories {
  border-top: 1px solid #cccccc40;
} */


/* body.darkTheme .spotlight-heading a {
  color: #fff !important;
} */

body.darkTheme .spotlight-article-heading a {
  color: #fff !important;
}

body.darkTheme .spotlight .spotlight-desc {
  color: #fff !important;
}

body.darkTheme .spotlight-heading a {
  color: #e50914 !important;
}


body.darkTheme .spotlight .spotlight-article span.author-card {
  color: #fff !important;
  border-color: #fff !important;
}


body.darkTheme .spotlight .spotlight-article span.post-time {
  color: #fff !important;
}

body.darkTheme .spotlight .sub-title {
  color: #fff !important;
}

body.darkTheme .spotlight .spotlight-article span.auth-name a {
  color: #e50914 !important;

}

body.darkTheme .spotlight-article-heading a:hover {
  color: #e50914 !important;
}

body.darkTheme .spotlight .sub-title a:hover {
  color: #e50914 !important;
}



/* dark mode spotlight css end  */

/* dark mode shorts home css start  */

body.darkTheme .news-top-carousel.shrts_hm_crsl .nc-item .reltd-content {
  color: #fff !important;
}


/* dark mode shorts home css start  */



/* dark mode standard css start  */

body.darkTheme section {
  background: #121212 !important;
}

body.darkTheme .post-type-heading a {
  color: #fff !important;
}

body.darkTheme .va_scrsl {
  color: #fff !important;
}


body.darkTheme .post-cat {
  color: #e50914 !important;
}

body.darkTheme .post-header:hover a {
  color: #e50914 !important;
}

body.darkTheme .post-header a {
  color: #fff !important;
}

body.darkTheme .post-desc {
  color: #fff !important;
}

body.darkTheme .post-info {
  color: #fff !important;
}

body.darkTheme .post-info span.auth-name {
  border-color: #fff !important;
}

body.darkTheme .post-info span.auth-name a {
  color: #e50914 !important;
}

/* dark mode standard css end  */

/* dark mode layout specific css start  */

body.darkTheme .layout-3 .side-widget {
  background: #2C2C2C !important;
  border: none !important;
}

body.darkTheme .layout-4 .pbs-vrtcl .post-content-wrapper {
  background: #2C2C2C !important;
}


/* dark mode layout specific css end  */

/* dark mode article page css start  */

body.darkTheme .cd-breadcrumb span>*,
body.darkTheme .cd-multi-steps span>* {
  color: #777;
}

body.darkTheme .nextStory {
  background: #333 !important;
  border: 0;
  color: #fff !important;
  text-align: center;
}

body.darkTheme .cd-breadcrumb span.current>*,
body.darkTheme .cd-multi-steps span.current>* {
  color: #ccc !important;
}


body.darkTheme .main-post-cntnt-left {
  background: #121212 !important;
}

body.darkTheme .side-post-cntnt-right {
  background: #121212 !important;
}

body.darkTheme .article-page .article-main .post-item .post-header {
  color: #fff !important;

}

body.darkTheme .main.article-page .article-widget span.trnd-head {
  color: #fff !important;
}

body.darkTheme .post-type-heading {
  color: #ffffff;
}

body.darkTheme .main.article-page span.inbtw-head {
  color: #fff !important;
  border-bottom: 2px solid #fff;
}

body.darkTheme .main.article-page .inbtw_content {
  color: #fff !important;
}

body.darkTheme #story-detail ul {
  color: #fff !important;
}

body.darkTheme .post-description p {
  color: #fff !important;
}

body.darkTheme .post-tags span.tags {
  color: #fff !important;
}

body.darkTheme .post-type-heading {
  color: #fff !important;
  border-bottom: 2px solid #cccccc40 !important;
}

body.darkTheme .sticky_next_social {
  background: #2C2C2C !important;
  color: #fff !important;
}

body.darkTheme .post-description h2 {
  color: #fff !important;
}

body.darkTheme .post-description h3 {
  color: #fff !important;
}

body.darkTheme h2.heading-banner {
  background-color: #2C2C2C !important;
}

body.darkTheme .sticky_next_social .post-share .share-icon img {
  filter: unset !important;
}

body.darkTheme .sticky_next_social .post-share .social-icons ul li#tw-social-icon {
  filter: invert(1) !important;
}

body.darkTheme .sticky_next_social a#next_post {
  background-color: transparent !important;
  color: #fff !important;
}

body.darkTheme #story-detail p {
  opacity: 0.85;
}

/* 
body.darkTheme .article-page .side-widget.sw-side-line-layout .post-header{
  opacity: 0.85;
} */

body.darkTheme .article-page .related-post-widget .post-header {
  opacity: 0.85;
}

body.darkTheme .post-description p span {
  color: #fff !important;
}

body.darkTheme .post-tags a {
  color: #fff !important;
}



/* dark mode article page css end  */



/* dark mode author page css start  */

body.darkTheme .author-info-card {
  background: #2C2C2C !important;
}

body.darkTheme .aic-info h3 {
  color: #fff !important;
}

body.darkTheme .aic-info p {
  color: #777 !important;
}


/* dark mode author page css start  */

body.darkTheme .search-text span {
  color: #e50914 !important;
}


/* dark mnode toggle button css */

.ws_mode {
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  /* display: none; */
  position: absolute;
  top: -307%;
  right: -64px;
}

.checkbox {
  opacity: 0;
  position: absolute;
}

.checkbox-label {
  background-color: #333;
  width: 48px;
  height: 20px;
  border-radius: 50px;
  position: relative;
  padding: 5px 6px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
}


.checkbox-label .ball {
  background-color: #fff;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkbox-label .ball img {
  width: 12px;
  height: 12px;
}

.ws_mode .day-mode {
  display: none;
  /* display: inline-block; */
  font-size: 8px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  width: fit-content;
  margin-right: auto;
  line-height: 1.3;
  padding-top: 2px;
}


.ws_mode .night-mode {
  /* display: none; */
  display: inline-block;
  font-size: 8px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  width: fit-content;
  margin-left: auto;
  line-height: 1.3;
  padding-top: 2px;
}


.ws_mode img {
  width: 15px;
  height: 15px;
}

.checkbox:checked+.checkbox-label .ball {
  transform: translateX(24px);
}

body.darkTheme .layout-3 h2.heading-banner {
  background: #000000 !important;
}

/* dark mnode toggle button css end */

/* contact us page dark mode css */

body.darkTheme span.c-info {
  color: #fff !important;
}

body.darkTheme .ic-sm-container {
  background-color: #2C2C2C !important;
  color: #fff !important
}

body.darkTheme span.sm-icon img {
  filter: unset !important;
}

/* contact us page dark mode css */

/* about us page dark mode css */


body.darkTheme .about-us-head {
  color: #fff !important;
}

body.darkTheme .about-us-para {
  color: #fff !important;
}

body.darkTheme .teamCdbx h3 {
  color: #fff !important;
}

body.darkTheme .teamCdbx {
  background-color: #2C2C2C !important;
}

body.darkTheme .teamCrd {
  border-radius: 5px;
  overflow: hidden;
  border: none;
}

.hidden {
  display: none;
}

/* about us page dark mode css */

/* top menu bar */

.top-header .logo-img {
  width: 130px;
}

.sticky {
  padding: 5px 0px !important;
}



.reltd-content {
  line-height: 1.45;
}

.layout-7 .layout-7-inner .post-desc {
  display: none;
}




.top-news-section .post-desc {
  display: none;
}

.top-news-section .post-desc {
  display: none;
}

.top-news-section .single-block-pl .post-header {
  font-size: 30px;
  line-height: 1.45;
}

.post-info {
  width: 100%;
}

.spotlight .post-info {
  width: unset;
}

.post-info .author-card {
  white-space: nowrap;
  width: 45%;
  overflow: hidden;
  margin-right: 5px;
  line-height: 1;
  align-items: center;
  display: inline-flex;
}

.post-info .auth-name {
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  margin-left: 5px;
}

.post-info .post-time {
  width: 55%;
  font-size: inherit;
  color: inherit;
  display: inline-block;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  line-height: normal;
}

.post-item .post-featured-img-wrapper {
  margin-bottom: 8px;
}

.post-item .post-header {
  line-height: 1.45;
}

.top-news-section .multi-block-pl .post-header {
  line-height: 1.45;
  font-weight: 600;
  margin-bottom: 4px;
}

.multi-block-pl .post-featured-img-wrapper {
  margin-bottom: 5px;
}

.layout-4 .post-item .post-featured-img-wrapper {
  margin-bottom: 0px;
}

.scrollable-navbar a.selected_color {
  color: #fff;
  background: #ba2a2d;
}

.main-menu-list-item a:hover {
  color: #000 !important;
}

.leftright {
  background: #fff !important;
}

.rightleft {
  background: #fff !important;
}

@media only screen and (min-width: 360px) and (max-width: 759px) {
  .bottom_sticky_menu_toolbar_sec span.btm_stk_title {
    opacity: 1 !important;
  }

  .top-bar {
    display: none !important;
  }

  .bottom_sticky_menu_toolbar {
    height: 8% !important;
  }


  .main-menu-list-item a:hover {
    color: #e31e23 !important;
  }

  #rjfirst-toolbar {
    display: none;
  }

  .bl-icon-wrap {
    width: 110px;
  }

  ul.smnu-list {
    padding: 0px;
  }

  .layout-7 .layout-7-inner .posts-list-wrapper:nth-of-type(2)>div:nth-of-type(1) .post-featured-img-wrapper {
    order: 2;
    height: 190px;
  }

  .hz-layout .post-featured-img-wrapper {
    height: 100px;
  }

  .post-info {
    font-size: 13px !important;
  }

  .pbs-vrtcl .post-featured-img-wrapper {
    height: 190px;
  }

  .hz-layout .post-featured-img-wrapper {
    height: 105px;
  }


  .post-info {
    flex-direction: row !important;
  }

  .news-top-carousel {
    padding: 60px 0 0 !important;
  }



  .bottom_sticky_menu_toolbar_sec img {
    width: 29px;
    height: 29px;
    margin-bottom: 0px !important;
  }

  .sub_level_2 {
    margin-top: 26px !important;
    background: rgb(13, 28, 61);
    position: fixed;
    overflow: overlay;
    overflow-x: scroll;
    width: 100%;
    gap: 0px;
    margin-left: -101px;
  }

  .sub_level_2 {
    left: 100px !important;
  }

  .main-menu-list-item.has-submenu::after {
    right: -23px !important;
    padding: 5px 9px 6px 10px !important;
    background: #1f3055;
    border-radius: 3px;
    top: 0 !important;
  }

}


.header_social-icons {
  display: none
}


.si-inner form input {
  border: 1px solid #c6c6c6;
}

.post-info .author-card {
  width: auto !important;
  max-width: 45%;
}

.news-top-carousel {
  padding: 20px 0 0;
}

li.chooseState span {
  color: #000;
}

.search-input-field-btm {
  top: 60px;
}



.bottom-header .bhdr_logo>.logo-img {
  width: 105px;
  margin: 15px 0 15px 0;
}

.bottom-header.sticky .bhdr_logo>.logo-img {
  width: 125px !important;
}







.Header_header__stateLink__66MfX {
  width: 40% !important;
}

.Header_header__stateLink__66MfX li {
  margin-top: -10px;
}

@media screen and (max-width: 759px) {

  .spotlight-stories h1,
  .spotlight-article h2 {
    padding: 0px;
    line-height: 1.24em;
  }

  .news-top-carousel {
    padding: 44px 0 0 !important;
  }

  .header-menu-btn {
    width: 10% !important;
  }

  a.badge.badge-outline-dark.mr-3.mb-1 {
    padding: 2px 10px;
    margin: 0 0 0 2px;
  }

  div#toolbar {
    /* background: #fff; */
    border-top: 1px solid #fff;
    border-radius: 0px;
  }
}

@media screen and (min-width: 769px) {
  .header-content .Header_header__stateLink__66MfX {
    top: 23px !important;
  }
}

@media screen and (max-width: 759px) {
  .btn-line {
    background: #000 !important;
  }
}


.side-bar-menu li a:hover {
  background-color: #e31e23 !important;
  transition: all .3s ease-in-out;
}

.list-group-flush .list-group-item:hover {
  color: #fff !important;
  transition: all .3s ease-in-out;
}

.selected_class img {
  filter: invert(18%) sepia(84%) saturate(2364%) hue-rotate(342deg) brightness(111%) contrast(108%);
  transition: all .3s ease-in-out;
}

.top_menu_toolbar_sec:hover img {
  filter: invert(18%) sepia(84%) saturate(2364%) hue-rotate(342deg) brightness(111%) contrast(108%);
  transition: all .3s ease-in-out;
}

.top_menu_toolbar_sec:hover span {
  color: #e31e23 !important;
  transition: all .3s ease-in-out;
}


.classfiedAd-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
}


.classfiedAd-container a {
  padding: 10px 12px 9px;
  background-color: #6387a9;
  font-size: .7rem;
  line-height: 1;
  text-transform: uppercase;
  z-index: 1;
  color: #fff;
  border-radius: 4px;
  font-family: "Libre Franklin", sans-serif !important;
  transition: .2s ease-in-out;
  width: 45%;
  text-align: center;
}


.classfiedAd-container a:nth-of-type(2) {
  background-color: #ffb900;
}

.logo-img.mobile_View {
  display: none;
}


.smnu-list .mobile-sideMenu {
  display: none;
}

.classfiedAd-container {
  display: none;
}

ul.smnu-list.mobile-sideMenu {
  display: none;
}

.classfiedAd-container {
  display: none;
}

@media only screen and (max-width: 759px) {
  .scrollable-navbar {
    background-color: #e31e23 !important;
  }

  .sn-item {
    color: #fff !important;
    font-size: 17px !important;
  }

  .top-bar {
    display: none !important;
  }

  .logo-img.desktop_view {
    display: none;
  }

  ul.smnu-list.desktop_sidemenu {
    display: none;
  }

  ul.smnu-list .mobile-sideMenu {
    display: block;
  }

  .classfiedAd-container {
    display: flex;
  }

  ul.smnu-list.mobile-sideMenu {
    display: flex;
  }

  ul.smnu-list {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    height: 58vh !important;
    gap: unset !important;
    justify-content: space-between !important;
  }

}

.ad_div_bottom_adcode_cat {
  float: left;
}


.header-section {
  padding: 0px 0px 8px;
}

.bottom_sticky_menu_toolbar #toolbar_first_show .selected_color img {
  filter: invert(18%) sepia(84%) saturate(2364%) hue-rotate(342deg) brightness(111%) contrast(108%);
  transition: all .3s ease-in-out;
}

div#toolbar_first_show .selected_color span {
  color: #ba1a1a !important;
}

div#addtoHomescreen {
  display: none;
}

a:hover {
  color: #e31e23;
  transition: 0.25s ease-in-out;
}



.sidemenu-heading {
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 0px 0px;
  color: #000;
  font-family: open sans, sans-serif;
  text-transform: capitalize;
  padding-left: 0px;
  width: 100%;
  padding: 15px 0px 8px 2px;
  display: inline-block;
}

.sidemenu-heading.withborder {
  border-top: 1px solid #ddd;
  padding-top: 27px;
  padding-bottom: 8px;
}


.bottom-header .main-menu ul li ul.sub-menu .main-menu-list-item.has-submenu {
  padding: 6px 15px 10px !important;
}

.bottom-header.sticky .main-menu ul li.has-submenu span {
  padding: 0px !important;
  display: inline-block !important;
  margin-right: 10px !important;

}

.bottom-header.sticky .main-menu ul li.has-submenu span {
  padding: 5px 10px !important;
  display: inline-block !important;
  margin-right: 10px !important;
}


/* css for menu tribune  */

/* css for menu tribune START */

.beta_mainmenu {
  display: inline-block;
  width: 100%;
}

.top-category_menu-wrapper {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.top-category_menu {
  display: flex;
  flex-direction: row;
  gap: 1.5%;
}

.beta_menuitem {
  padding: 5px 0px;
  position: relative;
  line-height: 1;
}

.beta_menuitem.submenuitem:hover {
  /* background-color: #09457f; */
  background-color: #0e3b66 !important;
}

.beta_menuitem.contains_submenu::after {
  display: inline-block;
  content: "\25BE";
  position: absolute;
  top: 0px;
  padding: 7px 20px 5px;
  z-index: 5;
  color: #999;
  cursor: pointer;
  line-height: 1;
}

.top-category_menuitem.beta_menuitem {
  width: 13%;
}

.beta_menuitem a,
.beta_menuitem span {
  display: inline-block;
  font-weight: 400;
  font-size: .75rem;
  position: relative;
  text-transform: capitalize;
  color: #fff !important;
  font-family: "Libre Franklin", sans-serif !important;
}

.beta_menuitem a {
  cursor: pointer;
}



.beta_menuitem.submenuitem a {
  padding: 0px 15px;
}

.beta_menuitem>a:hover {
  color: #999 !important;
}

.sub-category_menu-wrapper {
  display: flex;
  width: 100%;
  gap: 1.5%;
}

.sub-category_menu {
  display: flex;
  flex-direction: column;
  width: 13%;
}

.beta_menuitem.category-header {
  border-bottom: 1px solid #e3e3e34a !important;
  margin-bottom: 10px;
  width: 100% !important;
  cursor: default;
}

/* .beta_menuitem.category-header span {
  font-weight: 800 !important;
  color: #999 !important;
} */

.sub-category_sub-menu {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0%;
  z-index: 10;
  background: #002951 !important;
  padding: 5px 0px;
}

.show {
  display: inline-block !important;
}


@media only screen and (max-width:1366px) {
  .beta_menuitem {
    padding: 5px 0px;
  }
}

@media only screen and (max-width:759px) {
  .beta_menuitem.desktop_sidemenu {
    display: none;
  }
}

/* css for menu tribune END */

.card-overlay-text h5 {
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  line-height: 1.15rem !important;
  word-spacing: 0.25rem !important;
}

.card-overlay-text .date {
  font-size: .7rem !important;
  font-family: "Libre Franklin", sans-serif !important;
}

.card-overlay-text.bigCard h5 {
  font-size: 1.9rem !important;
  font-family: "DM Serif Display", serif !important;
  line-height: normal !important;
  word-spacing: unset !important;

}

.carousel-indicators [data-bs-target] {
  width: 5px !important;
  height: 5px !important;
  background-color: #999 !important;
}

.leftCarousel .card-overlay-text {
  bottom: 14px !important;
}

.leftCarousel .card-overlay-text h5 {
  font-weight: 700 !important;
}


.carousel-indicators {
  margin-bottom: .2rem !important;
}

.container-fluid {
  padding: 0 !important;
  margin: 0 !important;
}

.col-md-6 {
  margin-top: 1rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.col-12 {
  margin-top: 1.5rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.card-grid .card-grid-sm {
  height: calc(50vh - 135px) !important;
}

.card-overlay-text {
  padding: 13px !important;
  background: #0000003b !important;
  border-radius: 7px !important;
}

@media only screen and (max-width: 759px) {


  .top-bar-wrap {
    display: none;
  }

  .bottom-header .main-menu,
  .date-time,
  .side-widget.sw-side-line-layout,
  .top-header {
    display: none;
  }

  .search-section {
    width: 60%;
  }

  .bottom-header {
    display: block;
    padding: 10px 0 !important;
    background-color: #fff;
    z-index: 99;
  }

  .header-menu-btn {
    display: inline-block !important;
    width: 35%;
    order: 1;
  }


  .bottom-header .bottom-navbar .search-input-field-btm {
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 101px;
    left: 0;
    z-index: 25;
    -webkit-box-shadow: 0 3px 3px rgba(190, 190, 190, .6);
    padding: 16px 15px 16px;
  }

  .si-inner form input {
    padding: 6px 8px 9px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .bhdr_logo {
    filter: invert(1);
    margin-top: 0 !important;
    display: block;
    width: 30%;
    order: 2;
  }

  .bottom-header .bottom-navbar .search-icon {
    width: 20px !important;
  }

  .bottom-header .bhdr_logo .logo-img {
    width: 175px !important;
    padding: 0 !important;
    margin: -2px 0 -4px -48px !important;
  }

  .bottom-header.sticky .bhdr_logo>.logo-img {
    width: 175px !important;
  }

  .bottom-header .bhdr_logo .logo-img.mobile_View {
    display: inline-block !important;
  }

  .bhdr-search-field {
    width: 35%;
    display: flex !important;
    order: 3;
    gap: 12px;
    justify-content: flex-end;
  }

  .bhdr-search-field.sidemenu-search {
    width: 100% !important;
  }

  .bhdr-search-field.sidemenu-search .search-section-inner {
    width: 100% !important;
  }

  .search-input-field {
    width: 100%;
    background-color: #fff;
    display: none;
    position: absolute;
    right: 0 !important;
    top: 58px !important;
    padding: 0 15px !important;
  }

  .side-menu-inner {
    width: 100%;
    height: 100vh;
    padding-top: 18px;
  }

  ul.smnu-list {
    padding: 0px;
    overflow: hidden;
    height: 510px;
    overflow-y: scroll;
  }

  li.smnu-list-item {
    width: 100%;
  }

  .search-section-inner {
    position: unset;
    width: unset;
  }

  .brading-wrapper-sm {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
  }

  .brading-wrapper-sm button.close-btn-smnu {
    position: absolute;
    right: 0px;
  }




  .bottom-header .main-menu {
    display: block;
    position: absolute !important;
    bottom: -47px !important;
    width: calc(100% + 30px) !important;
    left: -15px;
    z-index: 6;
  }

  .bottom-header .main-menu ul.main-menu-list {
    background: #000;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    text-wrap: nowrap;
    padding: 5px 10px 5px !important;
    margin: unset !important;
  }

  .bottom-header.sticky .main-menu ul.main-menu-list>li>a {
    padding: 0 !important;
  }

  .bottom-header .main-menu ul li.main-menu-list-item.home-icon,
  .bottom-header.sticky .main-menu ul li.main-menu-list-item.home-icon {
    display: inline-block !important;
  }

  .bottom-header .main-menu ul.main-menu-list::-webkit-scrollbar {
    display: none;
    /* height: 2px;
    background: #f4f4f4; */
  }

  .bottom-header .main-menu ul.main-menu-list::-webkit-scrollbar-thumb {
    background: #f4f4f4;
  }

  .bottom-header.sticky .main-menu ul li {
    padding: 0px 15px;
  }

  .main-menu-list-item::before {
    border-right: 0 !important;
  }

  .bottom-header.sticky .main-menu ul.main-menu-list>li {
    padding: 4px 12px 4px !important;
  }

  .bottom-header .main-menu ul>li.has-submenu {
    margin-right: 35px !important;
    padding: 4px 12px 4px !important;
  }

  .bottom-header.sticky .main-menu ul li.has-submenu span {
    padding: 0 !important;
    margin-right: 0 !important;
  }

  .bottom-header .main-menu ul li {
    display: flex !important;
    align-items: center;
    padding: 4px 12px 4px !important;
    width: fit-content !important;
  }

  .bottom-header .main-menu ul li>a {
    padding: 0 !important;
  }

  .config-component {
    display: flex !important;
  }

  .si-inner .search-close-btn {
    right: 18%;
    top: 21%;
  }

  .si-inner form {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
  }

  .social-icons.srch-ovrly {
    margin-top: 14px !important;
    margin-bottom: 60px !important;
  }

  .top-bar {
    display: none !important;
  }

  .ws_mode {
    position: absolute;
    left: 10%;
  }

  .bottom-header .main-menu ul li ul.sub-menu {
    display: none;
    position: fixed;
    /* overflow: overlay; */
    overflow-x: scroll;
    top: 104px;
    width: 100%;
    gap: 0px;
    flex-wrap: nowrap !important;
    border-top: 0px !important;
    background-color: rgb(183 28 32);
    padding: 5px 10px 5px !important;
  }

  .bottom-header .main-menu ul li ul.sub-menu .main-menu-list-item.has-submenu {
    padding: 6px 15px !important;
  }


  .bottom-header .main-menu ul>li>ul.sub-menu.sub_level_1 {
    top: 108px !important;
  }

  .bottom-header .main-menu ul li ul.sub-menu>li {
    gap: 8px;
    border-bottom: none !important;
  }

  .bottom-header .main-menu ul li.main-menu-list-item:hover {
    background-color: #0f2f63 !important;
  }

  .bottom-header .main-menu ul li ul.sub-menu li a {
    font-size: .82rem;
    font-weight: 400;
    padding: 0px !important;
  }

  .bottom-header .main-menu ul>li>ul.sub-menu.sub_level_1>li>ul.sub_level_2 {
    top: 120px !important;
    padding: 5px 10px 5px !important;
  }

  #srch_if_icn2 img {
    filter: brightness(0);
  }

  /* body.darkTheme #srch_if_icn2 img {
    filter: brightness(100) !important;
  } */



}


/* **************** */
/* CSS for tablet tribune */
/* **************** */


@media only screen and (min-width: 760px) and (max-width : 1200px) {

  /* header topbar  */

  .header-main .top-header {
    display: inline-block !important;
  }

  body .adVrt,
  body .logo-pair {
    display: inline-block !important;
  }

  .adVrt {
    right: 2% !important;
  }

  .adVrt.epaper.abt {
    left: 0% !important;
  }

  .adVrt.epaper.ethics {
    left: 15.5% !important;
  }

  .adVrt.epaper.dwnld {
    left: 29.5% !important;
  }

  .adVrt.epaper.subs {
    right: 1% !important;
  }

  .top-header {
    padding: 10px 0 15px !important;
  }

  .top-header .logo-img {
    margin: 4px 0 52px 0 !important;
  }

  .logo-pair {
    top: 114px !important;
  }

  /* .logo-pair .logo-1,
  .logo-pair .logo-2 {
    left: 115px !important
  } */

  .logo-pair .logo-1 {
    left: 5% !important;
  }

  .logo-pair .logo-2 {
    left: 22% !important;
    width: 141px !important;
  }

  body .container-grid,
  body .container {
    width: 100% !important;
    padding: 0 25px !important;
  }

  .top-bar .buttons-wrapper.tribune>.social-icons {
    left: 25px !important;
    top: 118px !important;
  }

  .cuurent-date {
    padding-left: 0px !important;
  }

  .main-logo {
    width: 230px !important;
  }

  .main-logo .logo-img {
    width: 100% !important;
  }

  /* sidemenu css */



  .header-main .side-menu .beta_menuitem.contains_submenu::after {
    padding: 7px 7px 5px !important;
  }

  .header-main .top-category_menu-wrapper {
    margin-bottom: 25px;
  }

  .header-main .top-category_menu-wrapper .top-category_menu {
    gap: 2% !important;
    flex-wrap: wrap !important;
  }

  .header-main .top-category_menu-wrapper .top-category_menuitem.beta_menuitem {
    width: 15% !important;
  }

  .header-main .sub-category_menu-wrapper {
    gap: 2% !important;
    flex-wrap: wrap !important;
    row-gap: 20px !important;
  }

  .header-main .sub-category_menu-wrapper .sub-category_menu {
    width: 15% !important;
  }

  .header-main .sub-category_menu-wrapper .sub-category_menu:last-child {
    width: 100% !important;
  }

  .header-main .sub-category_menu-wrapper .sub-category_menu:last-child {
    width: 100% !important;
    flex-direction: row !important;
    column-gap: 15px;
    flex-wrap: wrap !important;
  }

  .header-main .sub-category_menu-wrapper .sub-category_menu:last-child .beta_menuitem.category-header {
    width: 100% !important;
  }

  .header-main .top-category_menu .top-category_menuitem a,
  .header-main .sub-category_menu .sub-category_menuitem.category-header a,
  .header-main .sub-category_menu .sub-category_menuitem.category-header span {
    font-size: 1rem !important;
  }



  /* for scrollable bar  */

  .bottom-header .main-menu>ul.main-menu-list>li#ssoLogin {
    display: block !important;
  }

  .bottom-header .main-menu>ul.main-menu-list>li.main-menu-list-item:nth-last-of-type(1),
  .bottom-header .main-menu>ul.main-menu-list>li.main-menu-list-item:nth-last-of-type(2),
  .bottom-header .main-menu>ul.main-menu-list>li.main-menu-list-item:nth-last-of-type(3),
  .bottom-header .main-menu>ul.main-menu-list>li.main-menu-list-item:nth-last-of-type(4) {
    display: none !important;
  }


  .bottom-header .main-menu>ul.main-menu-list>li.main-menu-list-item:nth-last-of-type(5)::before {
    display: none !important;
  }




  /* betahome CSS */

  .linebreak {
    width: calc(100% - 30px) !important;
  }


  .sectionBox-inner {
    flex-direction: column !important;
  }

  .subCompnt-lt {
    width: 100% !important;
    margin-bottom: 35px;
  }

  .subCompnt-rt {
    width: 100% !important;
  }

  .sectionBox.section-1 .subCompnt-rt {
    display: flex;
    flex-wrap: wrap;
  }

  .sectionBox.section-1 .subCompnt-rt .subCompnt_wrapper {
    border-left: 0px !important;
    display: flex;
    width: 70%;
  }


  .sectionBox.section-1 .subCompnt-rt .subCompnt_wrapper .widget-container {
    width: calc(50% - 15px);
    padding: 0px !important;
    margin: 0px 15px 15px 0px;
  }


  .sectionBox.section-1 .subCompnt-rt .ad_div_bottom_adcode344 {
    margin: 0px !important;
    display: inline-block;
    width: 30% !important;
    background-color: transparent !important;
  }

  .sectionBox.section-1 .subCompnt-rt .ad_div_bottom_adcode344>div {
    background-color: transparent !important;
  }

  .sectionBox.section-1 .subCompnt-rt .top_ads .widget-container {
    padding: 0px 20px 0px 0px !important;
    border: unset !important;
  }

  .sectionBox.section-1 .subCompnt-rt .bottom_ads .widget-container {
    padding: 40px 0px 0px 0px !important;
    border: unset !important;
  }

  .sectionBox.section-1 .subCompnt-rt .bottom_ads .widget-container {
    position: relative !important;
  }

  .sectionBox.section-1 .subCompnt-rt .bottom_ads .widget-container::before {
    content: 'Sunday Special';
    font-family: "Libre Franklin", sans-serif;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 1.15rem;
    color: #0c5477;
    font-weight: bold;
  }


  /* one-ftrcard-layout */

  .ofl-inner-2 {
    padding-right: 0px !important;
  }


  /* two-postcard-layout */

  .two-postcard-layout .tpl-inner li:nth-of-type(2n) {
    padding-right: 0px;
  }

  /* widget-container */

  .sectionBox .widget-container .h2-heading {
    padding-top: 0 !important;
    width: fit-content !important;
    margin: 0px 0px 30px 0px !important;
  }


  .epaper-image {
    width: 100% !important;
    display: block !important;
    margin: auto !important;
  }


  /* news-list-noimg-layout */


  .news-list-noimg-layout {
    width: calc(50% - 15px) !important;
    padding: 0px 15px 0px 0px !important;
    margin: 0px 15px 0px 0px;
    border-right: 1px solid #e3e3e3;
  }


  /* two-ftrcard-layout */

  .two-ftrcard-layout .tfl-inner-2 .card-df .thumb-img {
    height: auto !important;
  }


  /* columnists_layout */

  .columnists_layout {
    padding: 0px !important;
    border-left: 0px !important;
  }

  .colmn-inner {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    row-gap: 15px !important;
  }

  .colmn-inner li {
    width: 47% !important;
  }

  .columnists_layout .colmn-inner li:nth-last-child(2) .card-df {
    border-bottom: 0px;
  }

  /* videoCrsl */

  button.scroll-button:nth-of-type(1) {
    left: -18px !important;
  }

  .videoCrsl .v-inner li .card-df {
    gap: 5px !important;
  }

  /* one-ftrcard-colmn-layout */

  .sectionBox-inner:has(.one-ftrcard-colmn-layout) {
    flex-direction: row !important;
  }

  .one-ftrcard-colmn-layout .ofcl-inner li:nth-of-type(1) .card-df .thumb-img {
    height: 110px !important;
  }


  /* news-list-bigImg-layout */

  .news-list-bigImg-layout {
    border-left: 0px !important;
    padding: 0px !important;
  }


  /* newslist_horizontal-layout */

  .newslist_horizontal-layout .nhl-inner .card-df .thumb-img {
    height: 110px !important;
  }


  .section-12 .subCompnt-rt {
    margin-top: 0% !important;
  }

  /* two-ftrcard-layout */

  .tfl-inner-2 {
    padding-right: 0px !important;
  }

  /* news-list-bigImg-layout */

  .news-list-bigImg-layout .nlbl-inner .card-df {
    display: flex;
    gap: 25px;
  }

  .news-list-bigImg-layout .nlbl-inner .card-df .thumb-img {
    height: 150px !important;
    width: 30% !important;
    display: inline-block !important;
    margin-bottom: 0px !important;
  }

  .news-list-bigImg-layout .nlbl-inner .card-df .entry-content {
    width: 70%;
  }

  .sectionBox.section-11 .news-list-bigImg-layout .thumb-img {
    display: inline-block !important;
    margin-bottom: 0px !important;
    height: 135px !important;
  }

  /* newslist_singlecard-layout */

  body .newslist_singlecard-layout .nsl-inner .card-df .thumb-img {
    height: 30vh !important;
  }

  /* five_ftrCard_layout */

  .five_ftrCard_layout .ffl-inner-2 .card-df .thumb-img {
    height: 90px !important;
  }

  /* oneCol_bigImgRt_layout */

  .obl-inner {
    padding-right: 0px !important;
  }



  /* five_ftrCard_layout movie review section homepage */


  /* .sectionBox.section-7 .five_ftrCard_layout ul.ffl-inner-2 {
    row-gap: 30px;
  } */

  .sectionBox.section-7 .five_ftrCard_layout .rating span {
    font-size: 13px;
    font-weight: 400;
    font-family: Libre Franklin, sans-serif;
    margin-left: 5px !important;
  }

  /* .sectionBox.section-7 .five_ftrCard_layout .ffl-inner-2 li:nth-of-type(3) .card-df,
  .sectionBox.section-7 .five_ftrCard_layout .ffl-inner-2 li:nth-of-type(4) .card-df {
    border-bottom: 1px solid #e3e3e3;
  } */


  /* header side menu  */

  .header-main .beta_menuitem a,
  .header-main .beta_menuitem span {
    line-height: 1.1rem;
  }


  /* footer */

  .footer_left {
    width: 40% !important;
  }

  .footer_right {
    width: 60% !important;
  }

  .footer_about-text {
    font-size: 0.9rem !important;
    line-height: 1.5rem !important;
  }

  .tribune_footer .top-category_menu-wrapper {
    margin-bottom: 25px;
  }

  .tribune_footer .top-category_menu {
    gap: 0 !important;
    flex-wrap: wrap;
  }

  .tribune_footer .beta_menuitem {
    padding: 0;
    margin: 0 25px 12px 0;
  }

  .tribune_footer .top-category_menu .top-category_menuitem a {
    font-size: 1rem !important;
  }

  .tribune_footer .sub-category_menu-wrapper {
    flex-direction: column;
    gap: 0;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .tribune_footer .sub-category_menu-wrapper .sub-category_menu {
    width: 100% !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  .tribune_footer .beta_menuitem.category-header {
    padding: 0 0 10px 0;
    margin: 0 25px 12px 0;
  }

  .tribune_footer .sub-category_menu .sub-category_menuitem.category-header a,
  .tribune_footer .sub-category_menu .sub-category_menuitem.category-header span {
    font-size: 1rem !important;
  }

  .tribune_footer .beta_menuitem a,
  .tribune_footer .beta_menuitem span {
    font-size: .8rem;
  }

  .tribune_footer .beta_menuitem a,
  .tribune_footer .beta_menuitem span {
    line-height: 1.1rem !important;
  }

  .tribune_footer_btm_cntnr .cntnr-left {
    width: 40% !important;
  }

  .tribune_footer_btm_cntnr .cntnr-right {
    width: 60% !important;
  }

}

.ot_logout_div button{
  background-color: #ffffff;
  color: #090909;
  border-radius: 14%;
  padding: 4px;
  cursor: pointer;
  opacity: .7;
  border: none;
}

.ot_logout_div button:hover{
  opacity: 0.9;
}

.onetablog {
  display: flex;
  border-radius: 15px;
}

div#vertical_menu {
  margin-left: 15px;
}
.social-icons.srch-ovrly{
  margin: 0 !important;
}





/* for scrollable bar  START*/

@media only screen and (min-width: 900px) and (max-width: 1100px) {

  .logo-pair .logo-1 {
    left: 8% !important;
  }

  /* for scrollable bar  */

  .bottom-header .main-menu>ul.main-menu-list>li.main-menu-list-item:nth-last-of-type(4) {
    display: inline-block !important;
  }

  .bottom-header .main-menu>ul.main-menu-list>li.main-menu-list-item:nth-last-of-type(3) {
    display: inline-block !important;
  }


}

/* for scrollable bar  END*/


@media only screen and (min-width: 759px) and (max-width: 830px) {
  .adVrt.epaper.ethics {
    left: 17.5% !important;
  }

  .adVrt.epaper.dwnld {
    left: 32.5% !important;
  }

}


@media only screen and (width: 759px) {

  .tribune_footer .beta_mainmenu {
    display: inline-block !important;
  }

}

@media only screen and (width: 768px) {
  body .logo-pair {
    top: 113px !important;
  }

  .logo-pair .logo-2 {
    left: 23% !important;
    padding: 10px 8px 10px !important;
  }

}

@media only screen and (max-width: 768px) {
  .onetablog {
    display: flex;
    justify-content: unset !important;
  }
  .ot_logout_div button {
    background-color: #fff;
    border-radius: 14%;
    padding: 4px;
    cursor: pointer;
    opacity: .7;
    border: 2px solid #000;
    color: #0d0d0d;
  }
  .mysaccount_header{
    margin: 0px 5px !important;
  }
}

.mysaccount_header{
   color: #fff !important;
    text-align: center;
    margin: 14px 7px;
    float: left;
}

@media only screen and (max-width: 768px) {
    .bottom-header .main-menu ul>li>ul.sub-menu.sub_level_1.active-parent{
        height: 74px !important;
    }
} .footer-section .post-cat,
.footer-section .post-item {
  display: inline-block;
  width: 100%;
}

.footer-section .post-item-cntnt,
.footer-section .social-icons {
  display: inline-block;
}

.footer-section .post-cat {
  margin-bottom: 6px;
  font-size: 16px;
  color: #c00;
  font-weight: 500;
  line-height: 1;
}

.footer-section .fcs-featured-post-list li .post-header,
.footer-section .post-desc,
.footer-section .post-header {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.footer-section .author-card,
.footer-section .post-info {
  width: fit-content;
}

.footer-section .post-header {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.35;
  -webkit-line-clamp: 2;
}

.footer-section .post-desc {
  font-size: 15px;
  color: #4c4c4c;
  font-weight: 600;
  margin-bottom: 7px;
  -webkit-line-clamp: 2;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}

.footer-section .post-info {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  font-size: 13px;
  color: #000;
  line-height: 1;
}

/* 
.post-featured-img-wrapper {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 6px;
  overflow: hidden;
} */
/* .post-featured-img {
  width: 100%;
  transition: transform 0.5s cubic-bezier(0, 0, 0.42, 1.21);
} */
/* .post-featured-img:hover {
  transform: scale(1.1);
} */
.footer-section {
  width: 100%;
  display: block;
  margin-top: 20px;
  padding-top: 35px;
  background: #000000d9;
}

.footer-section .footer-content-sn {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.footer-section .fcs-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-section .sngl-fcs {
  width: 20%;
  display: flex;
  flex-direction: column;
}

.footer-section div.sngl-fcs:nth-of-type(1) {
  width: 30%;
}

.footer-section .fcs-header {
  width: 100%;
  padding: 6px 7px 4px 0px;
  border: none;
  border-bottom: 1px solid #ffffff45 !important;
  text-align: left;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: capitalize;
  font-size: 18px;
}

.footer-section .fcs-brand-logo {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}

.footer-section .fcs-about-txt {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 1.3;
}

.footer-section .fcs-cntct-num-wrap {
  text-transform: capitalize;
  font-size: 15px;
}

.footer-section .fcs-contact-info {
  width: 100%;
  display: block;
}

.footer-section .fcs-contact-info li {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin-bottom: 5px;
}

.footer-section .fcs-featured-post-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-section .fcs-featured-post-list li {
  width: 48%;
}

.footer-section .fcs-featured-post-list li a {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: normal;
  -webkit-line-clamp: 1;
  text-transform: capitalize;
}

.footer-section .fcs-links,
.footer-section .fcs-nwsltr-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer-section .fcs-links li {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer-section .fcs-links li::before {
  display: none;
  content: "\25B8";
  margin-right: 10px;
}

.footer-section .fcs-links li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.footer-section .fcs-nwsltr-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.footer-section .fcs-nwsltr-content input {
  font: inherit;
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 10px;
  height: 40px;
}

.footer-section .fcs-nwsltr-content input::placeholder {
  color: #4c4c4c;
  font-size: 14px;
}

.footer-section .fcs-nwsltr-content button {
  width: 40%;
  padding: 10px;
  background-color: #c00;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
}

.footer-section .copyright-content-sn {
  display: block;
  width: 100%;
  background-color: #000;
  padding: 15px 0;
}

.footer-section .ccs-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-section .cc-brand {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.footer-section .cc-brand p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.footer-section .cc-social-icons {
  width: 40%;
  justify-content: flex-end;
  display: none !important;
}

.footer-section .social-icons ul {
  display: flex;
  flex-direction: row;
  gap: 12px;
  justify-content: center;
}

.footer-section .social-icons ul li {
  height: 28px;
}

.footer-section .social-icons ul li a {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.footer-section .ftr-social-icon img {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.footer-section .ftr-social-icon img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(284deg) brightness(104%) contrast(104%);
}


/* app-icon CSS START */

.app-icon {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
}

.app-icon ul {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 5px;
}

.app-icon ul li {
  width: 65%;
}

.app-icon ul li img {
  width: 100%;
  height: auto;
}





/* app-icon CSS END */

@media only screen and (max-width: 768px) {

  .footer-section .cc-brand,
  .footer-section .fcs-nwsltr-content button,
  .footer-section .main-post-cntnt-left,
  .footer-section .sngl-fcs {
    width: 100%;
  }

  .footer-section div.sngl-fcs:nth-of-type(1) {
    width: 100%;
  }

  .footer-section .main-content-section {
    margin-top: 15px;
  }

  .footer-section .main-content-section-inner {
    flex-direction: column;
    gap: 0;
  }

  .footer-section .fcs-inner {
    flex-direction: column;
    row-gap: 20px;
  }

  .footer-section .fcs-header {
    margin-bottom: 20px;
    padding: 7px 8px 7px 0px;
  }

  .footer-section .fcs-nwsltr-content {
    gap: 10px;
  }

  .footer-section .fcs-nwsltr-content input {
    margin-bottom: 10px;
  }

  .footer-section .ccs-inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .footer-section .cc-brand {
    justify-content: center;
  }

  .footer-section .cc-social-icons {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .footer-section .fcs-nwsltr-content p {
    margin-bottom: 10px;
  }

  .footer-section .ftr-cr-container {
    flex-direction: column;
    gap: 10px;
  }

  .app-icon ul li img {
    width: 150px;
  }

  .app-icon ul {
    flex-direction: row;
    gap: 12px;

  }

  .app-icon ul li {
    width: fit-content;
  }
}

/* toolbar */

div#toolbar {
  display: none;
}

@media only screen and (min-width: 360px) and (max-width: 759px) {
  div#toolbar {
    display: block;
  }

  .bottom_sticky_menu_toolbar_sec img {
    margin-left: 25px;
    margin-top: 3px;
  }

  .bottom_sticky_menu_toolbar_sec span.btm_stk_title {
    margin-top: 5px;
  }

  .bottom_sticky_menu_toolbar_sec img {
    width: 21px;
    height: 21px;
    margin-bottom: 0px !important;
  }

  .bottom_sticky_menu_toolbar_sec span.btm_stk_title {
    height: 15px !important;
  }
}

.tribune_footer_socials .social-icons ul {
  display: flex;
  gap: 10px;
  
} h1,
h2,
h3,
h4,
h5,
h6,
p {
  overflow-wrap: break-word;
}

.nextStory+.container {
  padding: 0 !important;
  width: 100% !important;
}

.container {
  margin: 0px auto;
  width: 80%;
  padding: 0px 15px;
  box-sizing: border-box;
}



.article-main {
  display: inline-block;
  width: 100%;
}

.post-item {
  display: inline-block;
  width: 100%;
}


.post-cat {
  display: inline-block;
  width: 100%;
}



.control-ws,
div#wp_webstories_cnt1 .control {
  box-sizing: border-box;
  cursor: pointer;
  height: 27px;
}

/* .post-item-cntnt {
    display: inline-block;
    width: 100%;
  } */

.post-cat {
  margin-bottom: 6px;
  font-size: 16px;
  color: #c00;
  font-weight: 500;
  line-height: 1;
}

/* 
  .post-header {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 8px;
    line-height: 1.35;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  } */

.post-desc {
  font-size: 15px;
  color: #4c4c4c;
  font-weight: 600;
  margin-bottom: 7px;
  -webkit-line-clamp: 2;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

/* .post-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    font-size: 13px;
    color: #000;
    line-height: 1;
  } */

/* .author-card {
    font-size: inherit;
    white-space: nowrap;
    width: auto;
    max-width: 55%;
    overflow: hidden;
    margin-right: 5px;
    line-height: 1.2;
    align-items: center;
    display: inline-flex;
  } */

/* .auth-name {
    font-size: inherit;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    margin-left: 5px;
    max-width: 85%;
    color: inherit;
    margin-left: 6px;
    margin-right: 6px;
    padding-right: 6px;
    border-right: 1px solid #000;
    text-transform: capitalize;
  } */

/* .post-time {
    max-width: 45%;
    font-size: inherit;
    color: inherit;
    display: inline-block;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    line-height: inherit;
  } */


.side-widget.sw-side-line-layout .post-header {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.article-main>.post-item .post-item-cntnt>.post-info {
  font-size: 15px;
  line-height: 1;
  width: fit-content;
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  color: #000;
}

.article-main>.post-item .post-info .author-card {
  font-size: inherit;
  white-space: nowrap;
  width: fit-content;
  overflow: hidden;
  margin-right: 5px;
  line-height: 1.3;
  align-items: center;
  display: inline-flex;
}

.article-main>.post-item .post-info .auth-name {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
  max-width: fit-content;
  color: inherit;
  margin-left: 6px;
  margin-right: 6px;
  padding-right: 6px;
  /* border-right: 1px solid #000; */
  font-size: inherit;
  display: inline-block;
  text-transform: capitalize;
}

.article-main>.post-item .post-info .post-time {
  width: fit-content;
  font-size: inherit;
  display: inline-block;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  line-height: 1.3;
  color: inherit;
}

.article-page .related-post-widget .post-header {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 6px;
}

.article-page .related-post-widget .post-info {
  width: 100%;
  display: flex;
  flex-direction: row;
  /* margin-bottom: 15px; */
  font-size: 13px;
  color: #000;
  line-height: 1;
}

.article-page .related-post-widget .post-item .post-info .author-card {
  white-space: nowrap;
  width: auto;
  max-width: 55%;
  overflow: hidden;
  margin-right: 5px;
  line-height: 1.2;
  align-items: center;
  display: inline-flex;
  font-size: inherit;
}

.article-page .related-post-widget .post-item .post-info .auth-name {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  margin-left: 5px;
  max-width: 85%;
  font-size: inherit;
  display: inline-block;
  color: inherit;
  margin-right: 6px;
  padding-right: 6px;
  border-right: 1px solid #000;
  text-transform: capitalize;
}

.article-page .related-post-widget .post-item .post-info .post-time {
  max-width: 45%;
  font-size: inherit;
  color: inherit;
  display: inline-block;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  line-height: inherit;
}


/* .post-featured-img-wrapper {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 3px;
    overflow: hidden;
    border-radius: 5px;
  } */

.post-featured-img {
  width: 100%;
}


.main-content-section {
  display: block;
  width: 100%;
  margin-top: 35px;
}

.main-content-section-inner {
  display: flex;
  width: 100%;
  flex-direction: row;
  /* gap: 25px; */
}

.main-post-cntnt-left {
  width: 75%;
  display: inline-block;
  padding-right: 25px;
  box-sizing: border-box;
}

.side-post-cntnt-right {
  width: 25%;
  display: inline-block;
}

.post-type-heading {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  border-top: none;
  border-bottom: 2px solid #000;
  padding: 10px 0;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.post-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.video-page-cat {
  width: 100%;
  display: none;
  padding-top: 56%;
}

.nextStory {
  width: 72.5% !important;
}

.breadcrumb-sn {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
}

.breadcrumb-sn div.cd-breadcrumb.custom-separator {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: horizontal;
  overflow: hidden;
}

.breadcrumb-sn div span em {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.breadcrumb-sn div span:nth-of-type(3) {
  width: 80%;
}

.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
}

.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #96c03d;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.no-touch .cd-nugget-info a:hover {
  opacity: 0.8;
}

.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}

.cd-nugget-info span svg {
  display: block;
}

.cd-nugget-info .cd-nugget-info-arrow {
  fill: #96c03d;
}

.cd-breadcrumb::after,
.cd-multi-steps::after {
  clear: both;
  content: "";
  display: table;
}

.cd-breadcrumb span,
.cd-multi-steps span {
  display: inline-block;
  float: left;
}

.cd-breadcrumb span::after,
.cd-multi-steps span::after {
  display: inline-block;
  content: "\00bb";
  margin: 0 0.6em;
  color: #959fa5;
}

.c_scrsl>div:first-child {
  margin-left: 0 !important;
}


.cd-breadcrumb span:last-of-type::after,
.cd-multi-steps span:last-of-type::after,
.side-widget.sw-hz-layout .more-post-button,
.side-widget.sw-side-line-layout .more-post-button,
.side-widget.sw-side-line-layout .post-item .post-featured-img-wrapper,
.sticky_ad_beta {
  display: none;
}

.cd-breadcrumb span>*,
.cd-multi-steps span>* {
  display: inline-block;
  font-size: 17px;
  color: #2c3f4c;
}

.cd-breadcrumb span> :hover,
.cd-multi-steps span> :hover {
  color: #c00;
}

.cd-breadcrumb span.current>*,
.cd-multi-steps span.current>* {
  color: #777 !important;
}

.article-page .article-main .post-item .post-item-cntnt {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}

.article-page .article-main .post-item .post-cat {
  margin-bottom: 8px;
  font-size: 22px;
}

div#excerpt {
  font-size: 1.3rem;
  line-height: 1.3;
  color: #666;
  margin-bottom: 0px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  font-style: italic;
}

#excerpt.subheading {
  margin-bottom: 20px;
}

.featuredCaption {
  display: block;
  width: 100%;
  font-size: 15px;
  text-align: center;
  color: #fff;
  margin: 6px 0px 9px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000d1;
  /* opacity: 0.5; */
  padding: 6px;
  font-weight: 600;
}

.ftrd-img-capt-wrapper {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.h_scrsl {
  font-size: 17px;
  color: #fff;
}


.article-main .post-featured-img-wrapper {
  width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 0 !important;
  overflow: hidden;
}

.post-description {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}

.related-post-widget {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}

.related-post-widget .post-item-cntnt {
  display: inline-block;
  width: 100%;
}

#story-detail ul,
.post-description p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}

.post-description p span {
  width: 100%;
  padding: 10px;
  display: inline-block;
  margin-bottom: 25px;
}

.post-description h2,
.post-description h3 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.post-description h4,
.post-description h5 {
  font-size: 18px;
  font-weight: 600;
  color: #313131;
  line-height: 1.5;
  margin-bottom: 30px;
}

.post-description h4 a:hover,
.post-description h5 a:hover,
.post-description p strong a:hover {
  color: #313131 !important;
  transition: color 0.3s;
}

.post-description blockquote {
  margin-bottom: 20px;
  background-color: #f5f5f5;
  padding: 18px 18px 0;
  border-left: 4px solid #c00;
  text-align: left;
}

.post-description blockquote p {
  font-size: 18px;
  color: #888;
  line-height: 1.8;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.post-tags {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 30px;
}

.post-tags span.tags {
  font-size: 16px;
  font-weight: 600 !important;
  margin-bottom: 10px;
  margin-left: 0 !important;
}


.post-tags div#tags {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 11px;
  margin: 0 !important;
}


.post-tags a:hover {
  background-color: #c00;
  border-color: #c00;
  color: #fff;
  transition: color 0.3s;
}

.main.article-page .main_inbtw_content::-webkit-scrollbar {
  height: 8px;
}

.main.article-page .main_inbtw_content::-webkit-scrollbar-thumb {
  background: #ededed;
  border-radius: 10px;
}

.main.article-page #inbtw_content_maindiv {
  width: 100%;
  display: block;
}

.main.article-page .article-widget span.trnd-head,
.main.article-page span.inbtw-head {
  font-size: 23px;
  color: #000;
  font-weight: 600;
  border-top: none;
  border-bottom: 2px solid #000;
  padding: 10px 0;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}

.main.article-page .main_inbtw_content {
  width: 100% !important;
  overflow: auto;
  white-space: nowrap;
  margin: 0 0 5px;
  padding: 0;
  text-align: left;
  background: 0 0;
}

.main.article-page div.inbtw_art {
  display: inline-block;
  width: 24%;
  margin: 0 10px 0 0;
  padding: 0;
}

.main.article-page .inbtw_card {
  width: 100%;
  display: inline-block;
}

.main.article-page picture.inbtw_card {
  display: inline-block;
  height: 110px !important;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 3px;
}

.main.article-page picture.inbtw_card img {
  border-radius: 6px;
  height: unset !important;
  overflow: hidden;
}

.main.article-page .inbtw_content {
  font-weight: 600;
  color: inherit;
  white-space: initial;
  font-size: 16px;
  line-height: 1.45;
  float: left;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 10px;
}

.article-widget {
  display: block;
  width: 100%;
}

.main.article-page .trnd_inbtw_content::-webkit-scrollbar {
  height: 8px;
}

.main.article-page .trnd_inbtw_content::-webkit-scrollbar-thumb {
  background: #ededed;
  border-radius: 10px;
}

.main.article-page .article-widget div#trnd-cnt {
  width: 100% !important;
  display: block;
  border: none;
  max-width: 100%;
  margin: 0 0 30px;
  padding: 0 0 16px;
  border-bottom: 1px solid;
  background-color: #fff;
}

.main.article-page .article-widget .trnd_inbtw_content {
  width: 100% !important;
  overflow: auto;
  white-space: nowrap;
  padding: 0;
  text-align: left;
  background: 0 0;
  border-left: unset !important;
}

.main.article-page .article-widget .trnd_art {
  display: inline-block;
  width: 24%;
  padding: 0;
  margin: 0 10px 0 0;
}

.main.article-page .article-widget .trnd_viewall {
  float: right;
  font-size: 16px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: auto;
  text-decoration: none;
}

.main.article-page .article-widget picture.trnd_img {
  display: inline-block;
  height: 110px !important;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 10px;
  width: 100%;
}

.main.article-page .article-widget picture.trnd_img img {
  border-radius: 6px;
  height: 115px !important;
  overflow: hidden;
  width: 100%;
}

.main.article-page .article-widget .trnd_content {
  font-weight: 600;
  color: #000;
  white-space: initial;
  font-size: 16px;
  line-height: 1.45;
  float: left;
  width: 100%;
  background: #fff !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 20px;
}

.c_scrsl::-webkit-scrollbar {
  height: 10px;
}

.c_scrsl::-webkit-scrollbar-thumb {
  background: #ededed;
  border-radius: 10px;
}

div#wp_webstories_cnt1 {
  display: block;
  width: 100%;
  position: relative;
}

div#wp_webstories_cnt1 .controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 50%;
}

div#wp_webstories_cnt1 .control {
  background-color: #eaeaea;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border-radius: 50%;
  border-style: none;
  pointer-events: all;
  width: 27px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

span#wptrnd-head {
  width: 100%;
  font-size: 21px !important;
  color: #333;
  font-weight: 600 !important;
  border-top: 2px solid #d2d2d2;
  border-bottom: 1px solid #c7c5c5;
  padding: 12px 0 !important;
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}

.c_scrsl {
  padding: 0 0 1.3%;
  margin: 0;
  overflow: auto;
  white-space: nowrap;
  background-color: #fff0;
  width: 100%;
  display: block;
}

.fs_scrsl {
  width: 22% !important;
  margin: 0 1%;
  padding: 0 !important;
  display: inline-block;
  overflow: hidden;
  position: relative;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.14), 0 3px 1px -2px rgb(0 0 0 / 0.12),
    0 1px 5px 0 rgb(0 0 0 / 0.2);
}

.fpt_scrsl,
picture.img_scrsl {
  float: left;
  border-radius: 0;
  width: 100%;
}



.fpt_scrsl {
  background: linear-gradient(to top, #000, rgb(0 0 0 / 0.44), transparent);
  margin: 0;
  bottom: 0;
  position: absolute;
  padding: 70% 4% 2%;
  right: 0;
}

.h_scrsl {
  line-height: 22px;
  font-weight: 700;
  white-space: initial;
  float: initial;
  overflow: hidden;
  padding: 0 0 10px;
  letter-spacing: 0.01em;
  max-height: 100%;
}

.controls-ws {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.control-ws {
  background-color: #eaeaea;
  background-repeat: no-repeat;
  border-radius: 50%;
  border-style: none;
  width: 27px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ad_div {
  margin-bottom: 30px;
}

.related-post-widget-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 2%;
}

.related-post-widget-inner .post-featured-img-wrapper {
  width: 100%;
  height: 145px;
  display: inline-block;
  margin-bottom: 6px;
  overflow: hidden;
  border-radius: 5px;
  vertical-align: bottom;
}

.related-post-widget-inner .post-item {
  display: inline-block;
  width: 32%;
}

.aside-wrapper {
  width: 25%;
  display: flex;
  flex-direction: column;
}

.heading-banner {
  font-size: 17px;
  color: #fff;
  width: 100%;
  padding: 7px 15px;
  text-align: start;
  background-color: #f4161f;
  margin-bottom: 25px;
  line-height: normal;
  font-weight: 600;
}

.widget-post-list div:last-of-type {
  border-bottom: none;
}

.widget-post-list .post-item .post-featured-img-wrapper {
  display: none;
  margin-bottom: 12px;
}

.widget-post-list .post-item .post-info {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 13px;
  font-size: 13px;
  color: #000;
  line-height: 1;
}

.widget-post-list .post-item .post-info .author-card {
  white-space: nowrap;
  width: auto;
  max-width: 55%;
  overflow: hidden;
  margin-right: 5px;
  line-height: inherit;
  align-items: center;
  display: inline-flex;
  font-size: inherit;
  color: inherit;
}

.widget-post-list .post-item .post-info .auth-name {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: inherit;
  margin-left: 5px;
  max-width: 85%;
  font-size: inherit;
  display: inline-block;
  margin-right: 6px;
  padding-right: 6px;
  border-right: 1px solid #000;
  text-transform: capitalize;
}

.widget-post-list .post-item .post-info .post-time {
  max-width: 45%;
  font-size: inherit;
  color: inherit;
  display: inline-block;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  line-height: inherit;
}

.more-post-button {
  display: none;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.btn-txt {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.btn-txt:after {
  content: "\25BC";
  position: static;
  margin-left: 3px;
  font-size: 10px;
}

.side-widget.sw-hz-layout {
  border: none;
  padding: 0;
}

.side-widget.sw-hz-layout .widget-post-list .post-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.side-widget.sw-hz-layout .widget-post-list .post-featured-img-wrapper {
  width: 65%;
}

.side-widget.sw-side-line-layout {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  padding: 0;
  border: none;
  z-index: 3;
}

.side-widget.sw-side-line-layout .post-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}

.side-widget.sw-side-line-layout .post-item::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  display: block;
  position: absolute;
  border-radius: 100%;
  top: 4px;
  border: 2px solid #000;
  left: -30px;
}

.side-widget.sw-side-line-layout div.widget-post-list>div:first-child::before {
  background: #000;
}

.side-widget.sw-side-line-layout .post-item::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #dbd7d7;
  display: inline-block;
  position: absolute;
  border-radius: 100%;
  top: 14px;
  left: -26px;
}

.side-widget.sw-side-line-layout .widget-post-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  color: #000;
}



#story-detail {
  width: 100%;
  font-size: 1em;
  line-height: 1.4em;
  text-align: left;
  padding: 0 0 2%;
  overflow: hidden;
  position: relative;
}

#story-detail .wp-block-ie-network-blocks-also-read {
  display: block;
  padding: 20px;
  border: 1px solid #777;
  background: #f5f5f5;
  margin-bottom: 30px;
}

#story-detail .wp-block-ie-network-blocks-also-read div a {
  font-weight: 600;
  font-size: 18px;
}

#story-detail iframe[src*="https://www.youtube.com"] {
  width: 100%;
  min-height: 485px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 759px) {

  .container {
    width: 100%;
  }

  .main-content-section {
    margin-top: 50px;
  }

  .main-content-section-inner {
    flex-direction: column !important;
    gap: 0 !important;
  }

  .main-post-cntnt-left,
  .nextStory,
  .side-post-cntnt-right {
    width: 100% !important;
    padding-right: 0px !important;
  }

  .cd-breadcrumb span>*,
  .cd-multi-steps span>* {
    display: inline-block;
    font-size: 16px;
    color: #2c3f4c;
    /* line-height: 1.4; */
  }

  .article-page .article-main .post-item .post-header {
    font-size: 26px !important;
    letter-spacing: normal;
    line-height: 1.35;
    margin-bottom: 8px;
  }

  .article-page div#excerpt {
    font-size: 1.15rem;
    line-height: 1.3;
  }

  .article-page .article-main .post-item .post-info {
    font-size: 15px;
    margin-bottom: 0;
  }

  .featuredCaption {
    line-height: 1.3;
    margin-bottom: 10px;
  }



  .hz-layout .post-featured-img-wrapper {
    margin-bottom: 0;
    height: 95px;
  }

  .post-share {
    padding: 5px;
  }

  .post-share .social-icons ul li {
    height: 33px;
  }

  .post-share .social-icons ul li a {
    width: 33px;
    height: 33px;
    padding: 5px;
  }

  .post-share .social-icons ul li a img {
    width: unset;
    height: unset;
  }

  .post-description {
    margin-top: 0;
  }

  .post-description h2,
  .post-description h3 {
    font-size: 22px;
    margin-bottom: 14px;
    line-height: 1.35;
  }

  .post-description p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  /* .post-description blockquote p,
    .post-header,
    .side-widget.sw-hz-layout .widget-post-list .post-header {
      font-size: 17px;
    } */

  .post-tags {
    gap: 5px;
  }

  .video-page-cat {
    width: 100%;
    display: block;
  }

  #story-detail.headlessuser>div:first-child {
    padding-bottom: unset !important;
  }

  #story-detail iframe[src*="https://www.youtube.com"] {
    min-height: 295px;
  }

  .related-post-widget-inner {
    /* row-gap: 15px; */
    column-gap: 3%;
  }

  .related-post-widget-inner .post-featured-img-wrapper {
    height: 105px;
  }

  .related-post-widget-inner .post-item {
    width: 48.5%;
  }



  .aside-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .aside-wrapper .widget-post-list .post-item .post-info {
    font-size: 15px;
  }

  .aside-wrapper .heading-banner {
    margin-bottom: 20px;
  }

  .side-widget.sw-hz-layout .widget-post-list .post-item {
    gap: 15px;
  }

  .side-widget.sw-side-line-layout {
    display: none;
  }

  .main.article-page .main_inbtw_content::-webkit-scrollbar {
    width: 3.5px;
  }

  .main.article-page div.inbtw_art {
    width: 60% !important;
  }

  .main.article-page #inbtw_content_maindiv {
    padding-bottom: 14px;
  }

  .main.article-page .article-widget .trnd_art {
    width: 60%;
  }

  .main.article-page .article-widget .trnd_inbtw_content::-webkit-scrollbar {
    width: 3.5px;
  }

  div#special-cat {
    width: 100%;
  }

  span.spec-listing-head {
    width: 100%;
    font-size: 17px !important;
    color: #fff;
    font-weight: 600 !important;
    border-top: 2px solid #000;
    border-bottom: 1px solid #e9e9e9;
    padding: 25px 10px 10px !important;
    line-height: 1;
    display: block;
    z-index: 9999;
    position: relative;
    background-color: #000;
  }

  .main_spec_listing_content {
    max-width: 100%;
    overflow: auto;
    white-space: nowrap;
    background-color: #000;
  }

  #special-cat .spec-listing-art {
    background: #000 !important;
    border-bottom: 1px solid #414141;
  }

  .spec-listing-art {
    width: 100%;
    float: left;
    margin: 1px 0 0;
    padding: 0 8px 0 10px;
    border-bottom: 1px solid #eee;
  }

  .spec-listing-art a {
    width: 100%;
    float: left;
    overflow: hidden;
  }

  .spec-listing-card {
    margin: 8px auto;
    color: #545454;
    overflow: hidden;
    position: relative;
    width: 100%;
    float: left;
  }

  #special-video-cat .spec-listing-img {
    background-color: #000 !important;
  }

  .spec-listing-img {
    background-color: #eee;
    overflow: hidden;
    width: 40%;
    float: left;
    border-radius: 2px;
  }

  .spec-listing-cntnt {
    width: 55%;
    float: left;
    position: relative;
    margin: -8px 0 0 4%;
  }

  article.spec-listing-article {
    max-height: none !important;
    overflow: hidden;
  }

  #special-video-cat .spec-listing-card h2 {
    color: #fff !important;
  }

  .spec-listing-card h2 {
    font-size: 14px !important;
    color: #fff;
    overflow: hidden;
    padding: 2px 0 0 !important;
    font-weight: 500;
    line-height: 20px;
    background: 0 0 !important;
    margin: 10px 0 0 !important;
    white-space: break-spaces;
  }

  .controls-ws {
    top: 55%;
  }

  picture.img_scrsl {
    height: 40vh !important;
  }

  .main.article-page .fs_scrsl {
    width: 58% !important;
    margin: 0 3% 0 1%;
  }

  .main.article-page .h_scrsl {
    font-size: 20px;
    line-height: 27px !important;
  }

  .web_str .fs_scrsl {
    width: 58% !important;
  }

  .web_str .h_scrsl {
    font-size: 20px;
    line-height: 27px;
  }

  span#wptrnd-head {
    font-size: 19px !important;
  }

  .sticky_ad_beta {
    display: block;
  }

  footer.footer-section {
    padding-bottom: 0 !important;
  }

  .article-main>.post-item .post-item-cntnt>.post-info {
    width: 100% !important;
  }

  .article-main>.post-item .post-info .author-card {
    width: auto;
    max-width: 55%;
  }

  .article-main>.post-item .post-info .auth-name {
    width: 100%;
    max-width: 85%;
  }

  .article-main>.post-item .post-info .post-time {
    max-width: 45%;
  }

  .breadcrumb::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: #F5F5F5;
    border-radius: 10px;
  }

  .breadcrumb::-webkit-scrollbar-track {
    background-color: #F5F5F5;
  }


  .breadcrumb::-webkit-scrollbar-thumb {
    background-color: #dcdcdc;
    border-radius: 10px;
  }




  .breadcrumb-sn div span:nth-of-type(3) {
    width: 100%;
    height: 24px;
    text-wrap: nowrap;
  }

  .breadcrumb-sn div span em {
    overflow: unset;
  }

  .bottom_sticky_menu_toolbar {
    bottom: 0px !important;
  }

  .nextStory+.container {
    padding: 0 !important;
  }

  .breadcrumb-sn div.cd-breadcrumb.custom-separator {
    overflow: scroll !important;
  }

  #excerpt.subheading {
    margin-bottom: 15px;
  }

  .time_writter {
    width: calc(100% - 60px);
  }





}



a#next_post:hover {
  color: #fff !important;
}

div#story-detail p img {
  height: auto;
}

.article-page .article-main .post-item .post-header {
  display: -webkit-box;
  overflow: hidden;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 14px;
}

.post-tags a {
  font-size: 0.75rem;
  font-weight: 500;
  border: 1px solid #e31e23;
  color: #e32e23;
  padding: 8px 8px 6px !important;
  border-radius: 6px;
  line-height: 1;
  text-transform: capitalize;
}

img.liveblog-imgcls {
  width: 300px;
  margin-bottom: 15px;
}

span.sortd-liveblog-indicator-dot::after {
  content: "\0020";
  background: rgba(236, 27, 34, 0.5);
  background-clip: padding-box;
  border-radius: 100px;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  animation: blink 2s 1s infinite;
  display: block;
}

span.sortd-liveblog-indicator-dot {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 10px;
}

span.sortd-liveblog-indicator-text {
  display: inline-block;
  margin-left: 15px;
  margin-top: -5px;
  color: red;
  font-weight: 700;
}

span.sortd-liveblog-indicator-dot::before {
  background: red;
  content: "";
  background-clip: padding-box;
  border-radius: 100px;
  height: 16px;
  width: 16px;
  margin: 0px 10px -20px 4px;
  display: block;
}

@keyframes blink {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.sortd-liveblog-indicator {
  display: flex;
  margin: 15px 0 10px 0px;
}

.blog-end {
  border: 1px solid #ddd;
  padding: 10px 10px 10px 20px;
  width: 95%;
  float: left;
  position: relative;
  margin: 10px 0 10px 0;
}

.blog-content-card {
  border: 1px solid #ddd;
  padding: 10px 20px 10px 20px;
  width: 95%;
  float: left;
  position: relative;
  margin: 10px 0 10px 0;
}


.blog-content-card h2.entry-title {
  font-size: 1.2em;
  border-bottom: 1px dashed #ddd;
  padding: 5px 0 10px;
  margin: 0;
}



.sortd-liveblog-indicator-incontent {
  width: 16px;
  height: 10px;
  display: inline-block;
  position: absolute;
  border-radius: 32px;
  left: -6px;
  top: 23px;
}

#story-detail p img {
  width: auto !important;
  height: auto !important;
  margin-bottom: 10px !important;
  margin: auto !important;
}


#story-detail figure {
  text-align: center !important;
  margin-bottom: 15px;
}

#story-detail figure figcaption {
  display: block;
  width: 100%;
  font-size: 11px !important;
  text-align: center;
  color: #6c6c6c !important;
  margin: -6px 0 0 !important;
  background: #dbdbdb !important;
  opacity: 1 !important;
  padding: 6px;
  /* font-family: "Libre Franklin", sans-serif; */
  font-weight: 500;
  position: relative !important;
}




img.alignnone {
  /* width: 100%; */
  width: auto !important;
  height: auto !important;
}






li.main-menu-list-item:last-child::after {
  border-right: 0px !important;
}


/* common card css start */


.card-df {
  width: 100%;
  /* float: left; */
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}

.thumb-img {
  width: 100%;
  /* float: left; */
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}

.thumb-img img {
  width: 100% !important;
}

.entry-content {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.catg {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
  font-size: 0.625rem;
}

.catg h3 a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.h2-title {
  width: 100%;
  margin: 0px 0px 5px;
  display: inline-block;
  vertical-align: bottom;
}

.h2-title h2 a {
  font-size: 1.06rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
  color: #000;
  /* text-transform: capitalize; */
}

.excerpt {
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
}

.excerpt p {
  font-size: 0.85rem;
  margin: 0px 0px 10px;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-transform: capitalize;
}

.authr {
  width: 100%;
  display: flex;
  vertical-align: bottom;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;

}

.authr h5 {
  width: fit-content;
  display: inline-block;
  margin-right: 10px;
}

.authr h5 a {
  font-size: 0.63rem;
  color: #777;
  text-transform: uppercase;
}

.authr .p-time {
  width: fit-content;
  display: inline-block;
  color: #666;
  font-size: 0.63rem;
  text-align: right;
  font-weight: 500;
  text-transform: uppercase;
}

/* common card css end */

/* article author card css */

.article-author {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.authr-card {
  width: fit-content;
  display: flex;
  margin-right: 10px;
  flex-direction: column;
}

.authr-card .authr-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

ul.share-list {
  display: flex;
  width: fit-content;
  padding-top: 17px;
}

ul.share-list li {
  margin: 0px 10px;
}

span.updated_time,
span.publishing_time .location {
  font-size: inherit !important;
}

.authr-card .authr-img img {
  width: 100%;
}


.authr-card .authr-text-info {
  width: 100%;
  display: flex;
  gap: 10px;
}


.authr-text-info h5 {
  width: fit-content;
  display: inline-block;
  margin: 0px !important;
  line-height: 20px;
}



.authr-text-info h5 a {
  font-size: 0.74rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: inherit;
}



.authr-text-info .p-time {
  width: fit-content;
  display: inline-block;
  color: #777;
  font-size: 0.8rem;
  text-align: right;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}


/* post-share */

.article-shareICons {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  padding-bottom: 10px;
}

.article-shareICons ul {
  display: flex;
}

.article-shareICons ul li {
  padding: 0px 8px;
}

.article-shareICons ul li img {
  width: 17px;
}


/* post-share */



/************ article author card css end  ************/


/*  section-heading css start */

.h2-heading {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.h2-heading a {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #000;
}

.h3-heading {
  width: 100%;
  position: relative;
  margin-bottom: 0px !important;
}

.h3-heading span {
  font-size: 1.5rem;
  text-transform: capitalize;
  margin-left: 0px;
}

.v-more {
  position: absolute;
  font-size: 12px;
  right: 0px;
  font-weight: 600;
  top: -9px;
}

.v-more a {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  background: transparent;
  display: block;
  padding: 10px 0px 11px;
  transition: 0.2s ease-in-out;
  border-radius: 4px;
}

.v-more img {
  width: 12px;
  position: relative;
  top: 2px;
  padding-left: 4px;
  display: none;
}

/*  section-heading css END */


/* breadcrumb css START */


.breadcrumb {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.84rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
}

.breadcrumb a {
  display: inline-block;
  padding-right: 4px;
  color: #01204e;
}

.breadcrumb b {
  color: #888;
  padding: 0px 7px 0px 2px;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.breadcrumb span {
  word-spacing: 3px;
}

.timesTamp {
  width: 100%;
  font-family: "Libre Franklin", sans-serif;
  margin: 2px 0 0 0 !important;
  font-size: 0.7rem;
  line-height: 1;
}


/* breadcrumb css END */

/* newslist-card-layout START */



.newslist-card-layout {
  width: 100%;
  display: inline-block;
}

.newslist-card-layout .ncl-inner {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  gap: 18px;
  flex-direction: column;
}


.newslist-card-layout .ncl-inner li {
  width: 100%;
}

.newslist-card-layout li .card-df {
  display: flex;
  margin-bottom: 0px;
}

.newslist-card-layout li .card-df .thumb-img {
  width: 105px;
  height: 75px;
  margin-bottom: 0px;
  margin-right: 10px;
}

.newslist-card-layout li .card-df .entry-content {
  width: calc(100% - 115px);
  margin-bottom: 0px;
}

.newslist-card-layout li .card-df .entry-content .h2-title h2 a {
  -webkit-line-clamp: 2;
  line-height: 1.3;
}













/* newslist-card-layout END */

/* special widget newslist-card-layout START */

#hldspecial0 .newslist-card-layout .ncl-inner {
  gap: 25px;
}

#hldspecial0 .h2-heading a,
#hldspecial1 .h2-heading a {
  font-family: "Libre Franklin", sans-serif !important;
  font-size: 0.95rem !important;
  letter-spacing: .7px !important;
  text-transform: uppercase;
}


#hldspecial0 .newslist-card-layout li .card-df {
  flex-direction: column !important;
}

#hldspecial0 .newslist-card-layout li .card-df .thumb-img {
  width: 100%;
  height: 175px;
  margin-bottom: 3px;
  margin-right: 0px;

}

#hldspecial0 .newslist-card-layout li .card-df .entry-content {
  width: 100%;
}


#hldspecial1 .newslist-card-layout .card-df .authr h5::after {
  border-right: 0px !important;
}

/* special widget newslist-card-layout END */


/* special widget newslist-card-layout START */


#relArticle .newslist-card-layout .ncl-inner {
  gap: 25px;
}

#relArticle .h2-heading a {
  font-family: "Libre Franklin", sans-serif !important;
  font-size: 0.95rem !important;
  letter-spacing: .7px !important;
  text-transform: uppercase;
}


#relArticle .newslist-card-layout li .card-df {
  flex-direction: column !important;
}

#relArticle .newslist-card-layout li .card-df .thumb-img {
  width: 100%;
  height: 175px;
  margin-bottom: 3px;
  margin-right: 0px;

}

#relArticle .newslist-card-layout li .card-df .entry-content {
  width: 100%;
}


/* #relArticle .newslist-card-layout .card-df .authr h5::after {
  border-right: 0px !important;
} */

/* special widget-0 newslist-card-layout end */



/* special widget-1 newslist-card-layout start */

/* #hldspecial1 .newslist-card-layout .catg {
  margin-bottom: 3px;
}

#hldspecial1 .newslist-card-layout .h2-title {
  margin-bottom: 10px;
} */




.authr h5 {
  width: fit-content;
  display: inline-block;
  margin-right: 15px;
  position: relative;
}

.authr h5::after {
  content: '';
  border-right: 1px solid #999 !important;
  padding-right: 5px !important;
  position: absolute;
  right: -10px;
  top: 0px;
  height: 100%;
}







/* special widget newslist-card-layout END */

.alsoRead-article {
  width: 100%;
  box-sizing: border-box;
  margin: 15px 0px;
  display: inline-block;
}

.read-bw-article {
  width: 100%;
  background: #eee;
  padding: 10px;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
}

.read-bw-article article {
  position: relative;
  margin-bottom: 0px;
  display: flex;
}

.read-bw-article .thumb-img {
  width: 235px;
  height: 125px;
  margin-bottom: 0px;
}

.read-bw-article .entry-content {
  width: calc(100% - 235px);
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 10px;
  position: relative;
}

.read-bw-article h4 {
  font-weight: 400;
  font-size: 0.65rem;
  text-transform: uppercase;
  color: #01204e;
  margin-bottom: 4px;
}

.read-bw-article .h2-title h2 a {
  font-size: 1.45rem;
  -webkit-line-clamp: 2;
  font-weight: 700;
  line-height: 1.15;
}

.read-bw-article .v-more {
  bottom: 0px;
  top: unset;
  left: 15px;
}

.read-bw-article .v-more a {
  display: inline-block;
  font-size: 0.75rem;
}

.read-bw-article .v-more img {
  width: 16px;
  position: relative;
  top: 1px;
  padding-left: 4px;
  display: inline-block;
}




/* suggested articles widget CSS START */


.article-list-scroll-section {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.layout-10-scroll {
  width: 100%;
  white-space: nowrap;
  overflow-y: auto;
}

.layout-10-scroll li {
  display: inline-block;
  width: 30%;
  padding-right: 15px;
}

.layout-10-scroll li .card-df {
  display: flex;
  flex-direction: column;
}

.layout-10-scroll .thumb-img {
  height: 130px;
  margin-bottom: 0px;
}

.layout-10-scroll .entry-content {
  background: #333;
  padding: 18px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: 190px;
}

.layout-10-scroll .entry-content .catg h3 a {
  color: #fff !important;
}

.layout-10-scroll .h2-title h2 a {
  color: #fff;
  white-space: normal;
  -webkit-line-clamp: 5;
}


.layout-10-scroll::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.layout-10-scroll::-webkit-scrollbar {
  width: 6px;
  height: 5px;
  background-color: #F5F5F5;
  border-radius: 10px;
}

.layout-10-scroll::-webkit-scrollbar-thumb {
  background-color: #dcdcdc;
  border-radius: 10px;
}


/* suggested articles widget CSS END */



@media only screen and (max-width:759px) {


  .h2-heading a {
    font-size: 1.6rem;
  }

  .breadcrumb {
    margin-bottom: 0px;
    font-size: 0.72rem;
    overflow-x: auto;
    overflow-y: hidden;
    text-overflow: unset;
    padding-bottom: 8px;
  }

  /* CSS for read-bw-article widget  */


  .read-bw-article .book_review .thumb-img {
    height: auto !important;
  }


  /* CSS for read-bw-article widget END */
  .article-author {
    margin-bottom: 15px;
  }

  .authr-card {
    width: 100%;
    border-right: 0px;
    margin-right: 0px !important;
    padding-right: 0px !important;
  }



  .read-bw-article {
    width: 100%;
    display: inline-block;
  }

  .read-bw-article article {
    flex-direction: column;
  }

  .read-bw-article .thumb-img {
    width: 100%;
    height: 230px;
  }

  .read-bw-article .entry-content {
    width: 100%;
    padding: 10px 0 0 0;
  }

  .read-bw-article .v-more {
    position: static;

  }

  .read-bw-article .v-more a {
    font-size: 0.7rem;
    padding: 3px 0px;
  }

  .read-bw-article .h2-title h2 {
    font-size: 0.7rem;
    margin-bottom: 0px;
  }

  .read-bw-article .h2-title h2 a {
    -webkit-line-clamp: 10;
  }





  /* layout-10-scroll */

  .related-post-widget {
    margin-top: 5px;
  }

  .layout-10-scroll li {
    width: 65%;
  }

  .article-share_icons ul li img {
    width: 45px;
    padding: 0 6px;
  }


  /* share social icons */



  /* for iframes / video pages in article page  */

  .article-main .video_post_container>iframe {
    height: 220px !important;
  }

  .span.updated_time {
    margin-right: 0px !important;
  }

}





/* CSS for read-bw-article widget  */


/* .read-bw-article .book_review .thumb-img{
  height: auto !important;
} */


/* CSS for read-bw-article widget END */


/* rating-review css START */


.rating {
  display: flex;
  width: 23px;
  margin: 3px 0 8px 0px;
}

.movies-title {
  display: none;
}

.movie-detail-cast {
  padding: 10px;
  border: 1px solid #ddd;
  margin-top: 15px;
  margin-bottom: 25px;
}

.movie-detail-cast p {
  margin-bottom: 5px;
  color: #5a5a5a;
  text-transform: capitalize;
  font-size: 1.1rem;
}

.movie-detail-cast p strong {
  margin-right: 2px;
}



.rating-container {
  display: flex;
  width: 100%;
  margin-bottom: 23px;
  gap: 4px
}

.rating-container img {
  width: 17px;
  height: 17px;
}

.author-info-card {
  margin-top: 10px;
  background: #e4e4e1;
  border-radius: 3%;
}

.aic-img-inner img {
  border-radius: 50px;
  margin: 8px;
}

.aic-info {
  margin: 10px;
}


.aic-info h3 {
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
  margin-left: 27px;
}

.article-social-icons {
  width: fit-content;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.share-social-icons {
  float: left;
  display: inline-flex;
  justify-content: center;
  flex-direction: row;
  gap: 6px;
}

.share-social-icons a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 7px;
  border: 1px solid #cccccc75;
  border-radius: 4px;
  transition: 0.15s ease-in-out;
}

.share-social-icons a:hover {
  background-color: #efefef;
  border-color: #efefef;
}


.share-social-icons img {
  width: 22px;
  height: 22px;
  margin: 0 0px 1px 5px;
}

.share-social-icons span {
  font-size: 0.7rem;
  font-weight: 600;
  font-family: "Libre Franklin", sans-serif !important;
  padding: 0px 2px 0 10px;
}

/* rating-review css START */

/* featured image background css */

.picture#floating-headline-img {
  position: relative;
}

img.backup-img {
  position: absolute;
  top: 0px;
  z-index: 0;
  filter: blur(10px);
}

.what-t-m {
  display: none;
}

span.pipe {
  border-right: 1px solid #999 !important;
  height: 20px;
  margin: 0px 8px !important;
}

.withoutAuthortimesTamp {
  margin-left: 6px;
}

@media only screen and (max-width:759px) {
  .what-t-m {
    display: block;
  }

  .what-t-d {
    display: none;
  }

  .authr-text-info h5 {
    margin: 0px !important;
  }

  .authr-text-info h5 a {
    font-size: .65rem !important;
  }

  .withoutAuthortimesTamp {
    margin-left: 6px;
    margin-top: 7px;
  }

  .article-social-icons {
    display: none !important;
  }

  .article-shareICons {
    padding-top: 10px;
  }

  .withoutAuthortimesTamp {
    margin-left: 6px;
    margin-top: 7px;
  }

  .article-social-icons {
    display: none !important;
  }

  .article-shareICons {
    padding-top: 0px;
  }


}


/* css for tables start */


#story-detail table {
  width: 100%;
  border-collapse: collapse;
}

#story-detail table,
#story-detail th,
#story-detail td {
  border: 1px solid #ccc;
}


#story-detail th,
#story-detail td {
  padding: 8px;
  text-align: left;
}

.in-bw-heading {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 1.15;
}

/* css for tables END */


.writter_name {
  display: flex;
  width: 100%;
}

.time_writter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* css for tablet */

@media only screen and (min-width: 760px) and (max-width : 1200px) {

  #relArticle .h2-heading span {
    font-family: "Libre Franklin", sans-serif !important;
    font-size: 0.95rem !important;
    letter-spacing: .7px !important;
    text-transform: uppercase;
  }


  .main-content-section-inner {
    flex-direction: column !important;
  }

  .main-post-cntnt-left {
    width: 100%;
    padding-right: 0px;
  }

  .side-post-cntnt-right {
    width: 100%;
  }

  .side-widget.sw-side-line-layout {
    display: none;
  }

  .side-widget.sw-side-line-layout {
    display: none;
  }

}

h1.style-scope.ytd-watch-metadata {
  font-weight: 400;
  font-size: 16px;
}

.post-featured-img {
  width: 100%;
  max-width: 80vh;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.figure.common_width.vid_videofile_0 {
  display: block;
  margin-bottom: 26px;
}

#postSection .membership {
  text-align: center;
  padding: 0 2rem 3rem;
  background: 0 0;
  float: left;
  width: 100%
}

.container-subscribe {
  text-align: center;
  padding: 0;
  background-color: transparent;
  border-radius: 8px;
  width: 100%;
  float: left;
  position: relative;
  z-index: 10000;
  bottom: 0px;
  left:0%;
}

.title {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px
}

.subtitle {
  font-size: 1em;
  color: #666;
  margin-bottom: 0;
  margin-top: 13px;
  font-family: "Libre Franklin", sans-serif !important;
  line-height: 1.4em;
  width: 80%;
  margin: 2% 10% 1%
}

.featuredCaption {
  position: relative;
  margin: 0
}

.benefits {
  margin-bottom: 50px;
  width: 100%
}

.benefit-item {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  text-align: left
}

.benefit-icon {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px
}

.benefit-item p {
  font-size: 14px;
  color: #555;
  margin: 0
}

.subscribe-btn {
  background-color: #d32f2f;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 35px 0 21px
}

.subscribe-btn:hover {
  background-color: #c12727
}

.signin-text {
  font-size: 14px;
  color: #000;
  font-family: "Libre Franklin", sans-serif !important;
  padding-bottom: 20px !important;
}

.signin-link {
  color: #000;
  text-decoration: none;
  font-weight: 700
}

.signin-link:hover {
  text-decoration: underline
}

.dubble-dot {
  width: 100%;
  border: 1px dotted #da9b45;
  height: 4px;
  float: left;
  margin-top: 24px;
  border-left: none;
  border-right: none;
  margin-bottom: 30px
}

.su_premium_box {
    border-radius: 8px;
    background: linear-gradient(to bottom, #ffffffb0, #fffaf3, #eab772, #da9b45);
    width: 60%;
    margin: 4% 20%;
    padding: 0 5%;
    border: 2px solid #da9b45;
}

.su_premium_box h3 {
  font-weight: 500;
  font-size: 3em;
  line-height: 1.14em;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #000
}

.su_border {
  max-width: 207px;
  margin: 24px auto;
  height: 2px;
  background: #cbb479;
  position: relative
}

.su_border div {
  background: 0;
  padding: 0 15px;
  width: 50px;
  background: #fbeeee;
  height: 30px;
  margin: 0 auto
}

.su_border span {
  width: 11px;
  height: 11px;
  position: absolute;
  background: #cbb479;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: -4px;
  z-index: 99
}

.su_premium_box ul {
  margin: 50px 6% 30px;
  padding: 0;
  list-style: none;
  width: 90%;
  overflow: hidden
}

.su_premium_box ul li {
  width: 32%;
  float: left;
  margin-bottom: 40px;
  text-align: left;
  min-height: 66px;
  padding-right: 25px
}

.su_premium_box ul li span {
  float: left;
  width: 32px;
  margin-right: 10px
}

.su_premium_box ul li .pm_text {
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  color: #212121
}

.su_premium_box img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center
}

.membership {
  text-align: center;
  padding: 0 0 0;
  display: inline-block;
  width: 100%
}

.membership h2 {
  margin-bottom: 1rem
}

.membership p {
  margin: 1rem auto 2rem;
  width: 60%;
  text-align: center
}

.membership-plan {
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  margin: -2% 5% 2%;
  position: relative;
  width: 90%;
  float: left;
  display: none;
  padding: 4.4% 0 1% 0;
  background: #fff
}

.membership-plan p.pricing-class strong {
  font-size: 2em;
  font-weight: 400
}

.membership p.offer-class2 {
  width: 100%;
  float: left;
  color: #c68731;
  font-size: 2em !important;
  margin: 0;
  font-family: "DM Serif Display", serif !important;
}

.membership p.offer-class {
  margin: 0% 0 -4% 0;
  text-align: center;
  width: 100%;
  float: left;
  text-decoration: line-through;
  color: #bfbfbf;
  font-size: 1.64em;
  font-weight: 500;
  font-family: "Libre Franklin", sans-serif !important;
  padding: 0 16px
}

.tld_pricingsecr {
  width: 50%;
  float: left;
  margin-top: -15px;
}

.tld_pricingsecl {
  width: 50%;
  float: left;
  margin-top: 0px;
}

.tld_pricingsecl .membership-detail:nth-child(1) {
  border: none
}

.membership-plan p.pricing-class {
    font-size: 1.8rem !important;
    margin: 16% 0 0 0;
    width: 100%;
    font-weight: 400 !important;
    font-family: "DM Serif Display", serif !important;
}

.membership-plan p {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  width: 80%
}

.membership-detail {
  margin: 2px auto;
  width: 80%;
  text-align: center;
  font-size: 11px;
  display: block;
  font-weight: 500;
  color: #5a5a5a;
  font-family: "Libre Franklin", sans-serif !important;
  padding: 6px 0;
  border-top: 1px solid #ddd;
  text-transform: capitalize
}

.membership-plan button {
  background: #4caf50;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 19px 0 0;
  font-size: 15px;
  font-family: "Libre Franklin", sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 15px;
  width: 80%
}

.membership-plan strong {
  font-size: 35px;
  font-weight: 400
}

.highlight {
  display: block
}

.recommended-tag {
  display: block;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffb900;
  color: #000;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  font-family: "Libre Franklin", sans-serif !important;
  text-transform: uppercase;
  display: none
}

.article-page .article-main .post-item .post-header {
  font-weight: 400 !important;
  line-height: 1.1em
}

#excerpt.subheading {
  margin-bottom: 15px;
  font-family: "Libre Franklin", sans-serif;
  font-style: normal;
  font-size: 1em !important
}

.authr-text-info h5 a {
  font-family: "Libre Franklin", sans-serif !important
}

.main-post-cntnt-left {
  margin: 0 auto
}

.featuredCaption {
  position: relative;
  margin: 0;
  font-family: "Libre Franklin", sans-serif;
  font-size: 12px;
  padding: 10px;
  font-weight: 400
}

.post-description.premium_article p {
  font-family: "Libre Franklin", sans-serif !important;
  padding: 10px 0 0
}

.switch-container {
  background: #fff;
  padding: 0;
  border-radius: 30px;
  display: inline-flex;
  border: 2px solid #0d1c3d;
  overflow: hidden;
  cursor: pointer;
  font-family: "Libre Franklin", sans-serif !important;
  margin: 0;
  position: relative;
  z-index: 1
}

.option {
  flex: 1;
  text-align: center;
  padding: 5px 17px;
  transition: .3s;
  user-select: none;
  color: #0d1c3d;
  font-weight: 700;
  font-size: 12px
}

.option.active {
  background-color: #0d1c3d;
  color: #fff;
  border-radius: 30px
}

.google-auto-placed {
  display: none !important
}

@media (max-width:768px) {
  .membership-plan {
    margin: -5% 0 2%;
    width: 100%
  }

  .option {
    font-size: 12px;
    padding: 5px 15px
  }

  .membership-plan p.pricing-class {
    font-size: 1.24rem
  }

  .membership p.offer-class {
    margin: 9% 0 -2% 0;
    font-size: 1em
  }

  .tld_pricingsecr {
    width: 100%;
    padding: 5% 0 0 0
  }

  .tld_pricingsecl {
    width: 100%;
    margin-top: 8%
  }

  .benefit-item,
  .su_premium_box ul li {
    width: 45%
  }

  .container-subscribe {
    margin: 0% 0 7%;
    float: left;
    width: 100%;
    position: relative;
  }

  .su_premium_box {
    width: 100%;
    margin: 0;
    padding: 50% 24px 0px;
    border: none;
  }

  .su_premium_box h3 {
    font-size: 2em
  }

  .subtitle {
    font-size: 1em;
    margin-top: 5%
  }
  .membership p.offer-class2 {
      margin: 20px 0 -20px !important;
      padding-bottom: 0px !important;
  }
}

@media (max-width:480px) {

  .benefit-item,
  .su_premium_box ul li {
    width: 100%
  }

  .title {
    font-size: 20px
  }

  .subscribe-btn {
    font-size: 14px
  }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
  .membership-plan p.pricing-class {
    margin: 14% 0 0 0
  }

  .membership p.offer-class {
    margin: 4% 0 0 0
  }

  .membership-plan {
    margin: -2% 0 2%;
    width: 100%
  }

  .su_premium_box {
    width: 100%;
    margin: 0;
    padding: 22% 24px 28.9px
  }
}

.close-btn {
    position: fixed;
    top: 3%;
    cursor: pointer;
    right: 4%;
    font-size: 22px;
    width: 32px;
    height: 32px;
    background: #0d1c3d;
    color: #fff;
    line-height: 30px;
    border-radius: 100px;
    text-align: center;
    font-weight: bold;
    z-index: 99999;
}

.container-subscribe p.subtitle {
    width: 100%;
    margin: 3% 0% 1%;
    font-size: 15px !important;
}

.popup {
    display: none;
    position: fixed;
    left: 0px;
    width: calc(100%);
    background: #ffffffd9;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .2);
    transition: bottom .4s ease-in-out;
    height: 100%;
    z-index: 2147483647;
    overflow: scroll;
}

.popup.active {
    bottom: 0%;
    display: block;
}

a.signin-link {
    color: #0d1c3d !important;
}

.popup-content {
  text-align: center;
  padding: 20px;
}


.popup-active{
  overflow-y: hidden;
}

