
a,
a:hover {
  text-decoration: none;
}

::selection {
  background: #002c3e;
  color: #fff;
}

body {
  transition: all 0.4s ease;
  font-family: "Mukta", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #010101;
  margin: 0;
  font-family: "Mukta", sans-serif;
}

.custom-logo-link {
  display: block;
}
.site-header {
  padding: 20px 0 20px 0px;
  background: #78bcc417;
}
.site-branding {
  position: relative;
}
.heading-subtitle {
  font-size: 22px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 500;
}

.tagg {
  background: #a50404;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  padding: 7px 15px;
  font-weight: 500;
  border-radius: 5px;
}
.special-news .tagg {
  margin-bottom: 10px;
}
.site-header .date {
  display: block;
  position: absolute;
  bottom: 9px;
  left: 100%;
  max-width: 300px;
  padding-left: 15px;
  font-weight: 500;
  border-left: 1px solid #00000040;
  margin-left: 6px;
  color: #002c3e;
  line-height: 1;
  width: 100%;
}

.mainNavigation {
  background-color: #3b5998;
  /* border-top: 1px solid #f1f1f1; */
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 6;
}
.mainNavigation .container {
  position: relative;
}
.mainNavigation > div > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mainNavigation > div > div > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.mainNavigation > div > div > ul > li > a,
.mainNavigation .nav-right > a {
  color: #fffffff7;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  padding: 0 15px 0px 14px;
  font-weight: 600;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}
.mainNavigation > div > div > ul > li:hover > a {
  color: #fff;
  background: #a50404;
}
.mainNavigation .nav-right > a {
  background: #a50404;
  color: #fff;
  padding: 0 25px;
  min-height: 45px;
  border-radius: 4px;
}

.sticky-logo {
  position: absolute;
  padding: 5px;
  background: #fff;
  left: -100px;
  width: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.sticky-logo .custom-logo {
  width: 134px;
}

.mainNavigation.fixed .sticky-logo {
  width: auto;
  left: 0;
  visibility: visible;
  opacity: 1;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.flex {
  display: flex;
}
.flex-between {
  justify-content: space-between;
}
.flex-middle {
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.special-news .post-info {
  margin-bottom: 11px;
}
.mainNavigation .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-right {
  align-items: center;
}

.header__right__search {
  position: relative;
}
.header__right__search input {
  font-family: "Mukta", sans-serif;
  height: 50px;
  border: none;
  border-radius: 45px;
  padding: 0 50px 0 30px;
  font-size: 17px;
  outline: none;
  transition: 0.3s ease;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 13px #0000001c;
}

#sidebar > div + div {
  background: #f1f1f1;
  position: fixed;
  bottom: 0;
  padding: 20px;
  /* z-index: 22; */
  height: auto;
  width: 300px;
}
.header__right__search input:focus {
  background: #fff;
  box-shadow: 0 5px 15px #00000029;
  transition: 0.3s ease;
}
.header__right__search input[type="submit"] {
  width: auto;
  position: absolute;
  box-shadow: none;
  top: 16px;
  cursor: pointer;
  border: none;
  right: 21px;
  background-color: transparent;
  background-image: url("../images/icon-search.png");
  padding: 0;
  width: 20px;
  font-size: 0;
  height: 36px;
  background-repeat: no-repeat;
}

.trendingtag {
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #0000001f;
  /* background: #fff; */
}
.trendingtag__menu {
  display: flex;
  align-items: center;
}
.trendingtag__menu ul {
  margin: 0 auto 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: left;
}
.trendingtag__header {
  font-weight: 500;
  font-size: 18px;
  margin-right: 20px;
  /* opacity: .7; */
  color: #002c3e;
  position: relative;
}

.trendingtag__header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
}
.trendingtag__menu ul li a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  padding: 0 19px 0 10px;
  position: relative;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  opacity: 0.7;
}
.trendingtag__menu ul li a:before {
  content: "#";
  position: absolute;
  left: 0;
  top: 0;
}
.trendingtag__menu ul li a:hover {
  color: #002c3e;
  opacity: 1;
}
.trendingtag__menu ul li {
  display: inline-block;
}

.fullwidth {
  text-align: center;
  margin-top: 25px;
}
.fullwidth .gam-ad-position-wrap div:not(:last-child) {
  margin-bottom: 10px;
}
img {
  max-width: 100%;
  vertical-align: top;
}

.special-news {
  padding: 35px 0;
  text-align: center;
}
.special-news .heading a {
  color: #002f42;
}
.special-news .heading a:hover {
  color: #a50404;
}
.special-news .heading {
  font-size: 65px;
  font-weight: 600;
  padding: 0 35px;
  line-height: 1.21;
}
.post-info {
  margin-top: 11px;
}
.post-info div {
  position: relative;
  font-size: 16px;
  display: inline-block;
  margin-right: 16px;
  font-weight: 500;
  color: #000000e6;
  vertical-align: revert;
}
.post-info div a {
  font-weight: 600;
  color: #000000b8;
  display: inline-block;
  vertical-align: middle;
}
.post-info div img {
  margin-right: 9px;
  height: 35px;
  width: 35px;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.post-info div > span {
  vertical-align: middle;
  display: inline-block;
  font-weight: 500;
}
.special-news:not(:first-child) {
  padding: 35px 0;
  border-top: 1px solid #0000002e;
}
.special-news-banner {
  padding-top: 20px;
  width: 100%;
  overflow: hidden;
}
.special-news:last-child {
  padding-bottom: 0;
}

.special-news p {
  font-size: 24px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1.67;
  /* max-width: 1030px; */
  margin-right: auto;
  margin-left: auto;
  padding: 0 45px;
}
.section {
  margin-top: 45px;
}
.politics-news-block .thumbnail-news:not(:last-child) {
  margin-bottom: 30px;
}
.grid {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(12, 1fr);
}
.column3 {
  grid-column: span 3;
}

.column6 {
  grid-column: span 6;
}

.column-left {
  flex: 2;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .column-left {
    padding-right: 0;
  }
}

.column-right {
  max-width: 300px;
  flex: 1;
}
.protech-heading1 {
  position: relative;
  font-weight: 400;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: center;
}

.world-news-wrap .protech-heading1 span {
  background: none;
}
.protech-heading1 span {
 
  z-index: 1;
  position: relative;
  padding-right: 15px;
  color: #002c3e;
  font-weight: 600;
  line-height: 1;
  font-size: 30px;
  padding-top: 25px;
  font-family: "khand", sans-serif;
}
.protech-heading1 i {
  color: #383838;
  margin-left: 5px;
}
.protech-heading1 a.all {
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #383838;
  bottom: 4px;
}

.protech-heading1 a.all:hover,
.protech-heading1 a.all:hover i {
  color: #9d1212;
}




.column12 {
  grid-column: span 12;
}

.main-news > a > img {
  margin-bottom: 20px;
  object-fit: cover;
  width: 100%;
}
.text-center {
  text-align: center;
}
.uk-heading-small {
  font-size: 35px;
  line-height: 1.35;
}
.label-text {
  font-size: 20px;
  font-weight: 600;
  color: #a50404;
  display: inline-block;
  padding-bottom: 15px;
  line-height: 1.4;
  border-bottom: 2px solid #a50404;
  margin-bottom: 10px;
  margin-top: 10px;
}

.main-news p {
  font-size: 20px;
  line-height: 1.7;
  color: #222;
  font-weight: 500;
  margin-top: 8px;
}
.uk-heading-small:hover {
  color: #a50404;
}
.thumbnail-news img {
  margin-right: 22px;
  object-fit: cover;
  border-radius: 3px;
  height: 90px;
  width: 109px;
  max-width: 120px;
  min-width: 120px;
}

.thumbnail-news {
  flex: 2;
  font-weight: 500;
  margin: 0;
  font-size: 21px;
  color: #23252d;
  line-height: 1.41;
}

.thumbnail-title {
  flex: 2;
  font-weight: 500;
  margin: 0;
  font-size: 21px;
  color: #23252d;
  line-height: 1.41;
}
.thumbnail-news .thumbnail-title.thumbnail-title-small {
  font-size: 20px;
  line-height: 1.5;
}
.thumbnail-news a:hover .thumbnail-title {
  color: #9d1212;
}

.mukhya-news-wrap .thumbnail-news:not(:last-child) {
  margin-bottom: 15px;
}

.mukhya-news-wrap .thumbnail-news .thumbnail-title {
  flex: 2;
  font-weight: 500;
  line-height: 1.55;
  font-size: 19px;
}
.mukhya-news-wrap .thumbnail-news img {
  flex: 1;
  margin-right: 20px;
  height: 70px;
  width: 71px;
  object-fit: cover;
  max-width: 100px;
  min-width: 100px;
}

.country-news-wrap .overlay-news {
  background: #ffffff12;
}
.overlay-news {
  height: 100%;
  overflow: hidden;
  position: relative;
  min-height: 450px;
  background: #f1f1f1;
}

.mainnews-bises .overlay-news {
  min-height: 450px;
}
.overlay-news > a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}


/* .overlay-news > a::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top,#000,rgba(0, 0, 0, 0.67),transparent,transparent,transparent);
  z-index: 4;
  border-radius: 5px;
} */

.overlay-news > a img {
  /* transition: transform 2s; */
  /* width: 100%; */
  /* height: 100%; */
  /* object-fit: cover; */
  /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
  border-radius: 5px 5px 0 0;
}
.overlay-news-content-wrap {
  /* position: absolute; */
  width: 100%;
  padding: 30px 35px;
  z-index: 5;
  left: 0;
  border-radius: 0 0 5px 5px;
  bottom: 0;
}
.mainnews-bises .overlay-news .news-title {
  font-size: 35px;
  line-height: 1.38;
  /* font-weight: 800; */
}
.overlay-news .news-title {
  text-decoration: none;
  font-size: 30px;
  color: #000;
  line-height: 1.48;
  font-weight: 700;
  margin: 0;
}

.mb-25 {
  margin-bottom: 25px;
}

.card-news > a {
  display: block;
  width: 100%;
}
.card-news > a img {
  /* height: 170px; */
  width: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.card-title {
  margin-top: 12px;
  line-height: 1.47;
  font-size: 21px;
  font-weight: 500;
  color: #23252d;
}
.fullwidth img {
  width: 100%;
}
.card-news > a:hover .card-title {
  color: #a50404;
}

.mainnews-bises {
  padding: 10px;
  padding-top: 0;
  /* border-left: 1px solid #00000021; */
  /* border-right: 1px solid #00000021; */
}

.makeSticky {
  position: sticky;
  top: 80px;
}
.news-title.news-title-large {
  font-size: 40px;
  line-height: 1.4;
}
.column4 {
  grid-column: span 4;
}
.column7 {
  grid-column: span 7;
}
.column8 {
  grid-column: span 8;
}
.column5 {
  grid-column: span 5;
}
.thumbnail-news:not(:last-child) {
  margin-bottom: 30px;
}
.video-block-wrap {
}

.bg-coloring {
  padding: 30px;
  color: #fff;
  border-radius: 5px;
  background: #636363;
  background: -webkit-linear-gradient(to right, #a2ab58, #636363);
  background: linear-gradient(to right, #a2ab58, #636363);
}

.bg-coloring .protech-heading1 span {
  background: no-repeat;
  color: #fff;
  padding-top: 0;
}
.bg-coloring .protech-heading1 span:before {
  width: 0;
}

.bg-coloring .protech-heading1 a,
.bg-coloring .protech-heading1 a i {
  color: #fff;
}
.bg-coloring .protech-heading1 a:hover {
  color: #fff;
  opacity: 0.8;
}
.mainvideo iframe {
  width: 100%;
  height: 430px;
}
.bg-coloring .thumbnail-title {
  color: #fff;
}
.bg-coloring .thumbnail-news a:hover .thumbnail-title {
  color: #fff;
  opacity: 0.8;
}

.video-block .thumbnail-news:not(:last-child) {
  margin-bottom: 23px;
}

.interview-image img {
  object-fit: cover;
  height: 100%;
  margin-bottom: 14px;
  width: 100%;
  border-radius: 5px 0 0 5px;
}
.interview-news-detail .title a {
  color: #000;
  margin-top: 15px;
  display: block;
  line-height: 1.3;
}
.interview-main-wrap a:hover .title,
.main-image a:hover .news-title {
  color: #9d1212;
}

.interview-news-detail .title {
  font-size: 28px;
  line-height: 1.45;
  font-weight: 600;
}
.interview-news-detail .title a {
  color: #000;
  margin-top: 15px;
  display: block;
}
.protech-heading1 span img {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.list-news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-news ul li a {
  font-size: 19px;
  display: block;
  padding: 10px 42px 10px 0px;
  border-top: 1px solid #00000017;
  color: #000;
  line-height: 1.55;
  font-weight: 500;
  position: relative;
}
.list-news ul li a i {
  position: absolute;
  right: 0;
  top: 30%;
  color: #fff;
  background: #0003;
  height: 25px;
  width: 25px;
  text-align: center;
  transition: all 0.4s ease;
  line-height: 25px;
  border-radius: 100%;
  font-size: 13px;
}

.list-news ul li a:hover {
  color: #9d1212;
  transition: all 0.4s ease;
}
.list-news ul li a:hover i {
  transition: all 0.4s ease;
  background: #a50404;
  transition: 0.3s ease;
}

.main-image img {
  height: 260px;
  object-fit: cover;
  margin-bottom: 15px;
  border-radius: 5px;
}
.news-title {
  font-size: 24px;
  line-height: 1.5;
}
.card-news.mb-25:last-child {
  margin-bottom: 0;
}
.mukhya-news-wrap > div:first-child {
  padding-top: 0;
  border-top: none;
}
.mukhya-news-wrap > div:last-child {
  padding-bottom: 0;
}

.mukhya-news-wrap > div {
  border-top: 1px solid #0000000d;
  padding: 15px 0;
  margin: 0 !important;
}

.sidebar a {
  display: block;
}

.sidebar > .sidebar-banner > div:not(:last-child) {
  margin-bottom: 8px;
}
.world-news-wrap {
  background: #f1f1f1;
  padding: 40px 0;
}
.country-news-wrap {
  background-color: #3b5998;
  background-image: none;
  padding: 40px 0;
}
.country-news-wrap .card-title {
  color: #fff;
}
.country-news-wrap a:hover .card-title {
  color: #fff;
  opacity: 0.76;
}
.hotnews-wrap .thumbnail-news:not(:last-child) {
  margin-bottom: 0;
}
.country-news-wrap .protech-heading1 span {
  background: none;
  color: #fff;
}
.country-news-wrap .protech-heading1 span:before {
  background: #fff;
}

.country-news-wrap .thumbnail-news .thumbnail-title {
  color: #fff;
}
.country-news-wrap .protech-heading1 a.all,
.country-news-wrap .protech-heading1 a i {
  color: #fff;
}
.economy-wrap .thumbnail-news {
  margin-bottom: 18px;
}

.economy-wrap .overlay-news {
  min-height: 400px;
}

.economy-wrap .overlay-news .news-title {
  font-size: 25px;
}
.bislesan-wrap .thumbnail-news {
  margin-bottom: 25px;
}
.hotnews-anchor i {
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
.hotnews-anchor {
  background: #fff;
  color: #002c3e;
  cursor: pointer;
  /* min-height: 45px; */
  line-height: 33px;
  padding: 5px 15px;
  margin-right: 11px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
.hotnews-anchor strong {
  position: absolute;
  top: -7px;
  left: -10px;
  background: #a50404;
  color: #fff;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 13px;
  text-align: center;
  font-weight: 700;
}
.interview-image,
.interview-detail {
  flex: 0 0 50%;
}
.interview-detail::after {
  content: url(https://krishiaawaj.com/wp-content/uploads/2025/02/f2.png);
  position: absolute;
  right: -30px;
  top: 290px;
}
.interview-image {
  height: 485px;
}
.interview-detail {
  background: #630000;
  color: #fff;
  display: grid;
  position: relative;
  border-radius: 0px 5px 5px 0px;
  place-content: center;
  padding: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.interview-detail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  pointer-events: none;
  width: 90vw;
  max-width: 900px;
  height: 100%;

}
.interview-detail h3 {
  font-size: 33px;
  line-height: 1.4;
  font-weight: 700;
}
.interview-detail h3 a {
  color: #fff;
}

.interviewer {
  padding-top: 10px;
  font-size: 18px;
  color: #fff;
  border-top: 1px solid #ffffff36;
  display: inline-block;
  margin-top: 25px;
  max-width: 90px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}
.site-footer {
  background: #3b5998;
  color: #fff;
  padding: 40px 0 0 0;
  margin-top: 40px;
}

.h4 {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 0;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffffc2;
  font-family: "Poppins", sans-serif;
}
.footer-logo {
  margin-bottom: 20px;
  display: inline-block;
}
.footer-desc {
  font-size: 17px;
  line-height: 1.8;
  padding-top: 12px;
}
.contact-info {
  margin: 12px 0 0 0;
  padding: 0;
  list-style: none;
}
.contact-info li {
  padding: 7px 0 0px 0;
  font-size: 17px;
  position: relative;
  line-height: 1.5;
  font-weight: 500;
}
.contact-info li i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-info li b {
  font-size: 17px;
  vertical-align: middle;
  font-weight: 500;
}
.contact-info li:first-child {
  padding-top: 0;
  border-top: none;
}
.footer-social-media {
  margin-top: 15px;
}
.footer-social-media a {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 15px;
  margin-right: 8px;
  font-weight: 500;
  text-transform: capitalize;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  text-align: center;
  line-height: 39px;
  text-align: center;
}
.footer-social-media a:hover i {
  color: #3b5998;
  background: #fff;
}

.footer-links ul {
  margin: 12px 0 0 0;
  padding: 0;
  list-style: none;
}
.footer-links ul li {
  display: block;
}
.footer-links ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
}
.footer-links ul li a:hover {
  color: #fff;
  opacity: 0.8;
}
.last-footer {
  padding: 10px 0;
  /* border-top: 1px solid #fff; */
  margin-top: 22px;
  background: #0000002b;
  font-size: 15px;
}
.navbar-toggle-icon.fa.fa-bars {
  margin-right: 0;
  background: #ffffff1c;
  min-height: 55px;
  line-height: 55px;
  padding: 0 16px;
  cursor: pointer;
  font-size: 20px;
}
.toggle__news-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  padding: 40px 0;
  color: #000;
  background: #fff;
  z-index: 54;
  box-shadow: 0 5px 14px #00000024;
}
.toggle__news-wrap .container {
  position: static;
}
.offClose {
  background: #a50202;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  width: 35px;
  height: 35px;
  cursor: pointer;
  text-align: center;
  line-height: 35px !important;
  font-size: 16px;
  border-radius: 100%;
}
.nav-right {
  margin-left: auto;
}

.toggle__news-wrap .thumbnail-news:not(:last-child) {
  margin-bottom: 0;
}
#sidebar {
  width: 300px;
  position: fixed;
  top: 0;
  left: -300px;
  height: 100vh;
  z-index: 11111;
  background: #fff;
  color: #fff;
  transition: all 0.3s;
  overflow-y: auto;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.show__side--menu #sidebar {
  left: 0;
  transition: all 0.4s ease;
}
.show__side--menu {
  margin-right: -308px;
  transition: all 0.4s ease;
}

#sidebar > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar > div > ul > li:hover > a {
  background: #3b5998;
  color: #fff;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
#sidebar > div + div {
  display: none;
}
#sidebar > div > ul > li > a {
  color: #002c3e;
  padding: 12px 20px;
  font-size: 18px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  border-bottom: 1px solid #0a06060a;
  font-weight: 500;
  display: block;
}
#sidebar > div {
  box-shadow: 0 -5px 3px #00000003;
  overflow-y: auto;
  overflow: auto;
}
.overlay {
  position: fixed;
  top: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  display: none;
}
.sidebar-logo {
  padding: 18px;
  background: #00000005;
  text-align: center;
}
.heading-sticky .single-header {
  position: sticky;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 2;
  padding-top: 90px;
  padding: 80px 0 15px 0;
  transition: 0.3s linear;
  box-shadow: 0 5px 13px #0000002e;
}
.heading-sticky .single-header h1 {
  font-size: 50px;
  transition: 0.3s linear;
}

.single-header h1 {
  font-size: 65px;
  line-height: 1.2;
  transition: 0.3s linear;
  font-weight: 600;
  color: #002c3e;
}

.single-header {
  margin-bottom: 28px;
}
.column9 {
  grid-column: span 9;
}
.single-detail {
  border-right: 1px solid #cccccc7a;
  padding-right: 35px;
  margin-right: 3px;
}
.after-headline {
  padding-bottom: 30px;
}

.content-detail {
  margin-top: 30px;
}
.byline-wrap {
  flex: auto;
  max-width: 160px;
  padding-bottom: 20px;
}

.single-detail .content-area {
  padding-top: 35px;
  padding-left: 60px;
  padding-right: 60px;
}

.content-area,
.content-area p {
  transition: font-size 0.3s ease;
  font-size: 23px;
  text-align: justify;
  font-weight: 400;
  line-height: 1.75;
}

.content-area blockquote.floatleft::before,
.content-area blockquote.floatright:before,
.content-area blockquote.floatleft::after,
.content-area blockquote.floatright:after {
  border: none;
}
.content-area blockquote::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  border: 2px solid #3b5998;
  border-top: none;
  border-left: none;
  width: 41px;
  height: 41px;
  /* transform: rotate(270deg); */
  z-index: -1;
  transform: rotate(270deg);
}
.content-area blockquote.floatright {
  margin-left: 0;
  float: right;
}
.content-area blockquote::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  border: 2px solid #3b5998;
  border-top: none;
  border-left: none;
  width: 41px;
  height: 41px;
  /* transform: rotate(270deg); */
  z-index: -1;
  transform: rotate(-270deg);
}

.content-area .highlighter,
.content-area .highlighter p {
  font-size: 1.48rem;
  line-height: 170%;
  color: #002c3e;
  font-weight: 600;
  display: block;
  font-style: italic;
}
.content-area .highlighter {
  background: #f1f1f1;
  padding: 28px;
}

.content-area blockquote.floatleft,
.content-area blockquote.floatright {
  max-width: 340px;
  margin: 0 30px 0 0;
  /* padding-right: 40px; */
  background: none;
  box-shadow: none;
  padding-right: 0;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  text-align: left;
}
.content-area blockquote {
  padding: 38px;
  display: block;
  width: 100%;
  line-height: 1.68;
  font-size: 1.5rem;
  position: relative;
  border-bottom: none;
  margin-bottom: 27px;
  /* background: #ffffff0a; */
  font-weight: 600;
}
.content-area blockquote.floatright,
.content-area blockquote.floatleft {
  padding-bottom: 10px;
}
.content-area blockquote,
.content-area blockquote p {
  color: #002c3e;
  font-weight: 900;
  font-size: 1.6rem;
}
.content-area blockquote.floatleft {
  float: left;
  margin-right: 30px;
  padding: 60px 40px 00px 0px;
}

.content-area blockquote.floatleft::before,
.content-area blockquote.floatleft::after,
.content-area blockquote.floatright::before,
.content-area blockquote.floatright::after {
  position: absolute;
  content: "";
  transform: inherit;
  background-image: url(../images/quote.png);
  width: 51px;
  height: 36px;
  opacity: 0.7;
}
.content-area blockquote.floatleft::before,
.content-area blockquote.floatright::before {
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

.content-area blockquote.floatleft::after,
.content-area blockquote.floatright::after {
  bottom: 0;
  right: 0;
  left: inherit;
}
.content-area blockquote.floatright {
  margin: 0 0 0 30px;
  padding: 60px 0px 20px 0px;
}
.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6 {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
  font-family: var(--primary--font);
  line-height: 1.3;
}

.content-area h2 {
  font-size: 1.8rem;
}

.content-area h3 {
  font-size: 1.54rem;
}
.content-area ul,
.content-area ol {
  padding-left: 0px;
  list-style: none;
  padding-bottom: 20px;
}
.single-detail .post-info {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
  border-top: 1px solid #0000001f;
  border-bottom: 1px solid #00000030;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.content-detail .post-info div a {
  font-weight: 600;
  color: #000000b8;
  display: block;
  vertical-align: middle;
  text-align: center;
}

.content-detail .post-info div {
  margin-right: 0;
  margin-bottom: 10px;
}

.content-area p {
  margin: 0 0 25px;
}

.single-detail .post-info > div {
  display: flex;
  margin-right: 0;
}

.st-btn img {
  margin-right: 0 !important;
}
#st-1 .st-btn[data-network="whatsapp"] {
  background-color: #25d366;
  display: inline-block !important;
}
#st-1 {
  margin-right: 0;
}

.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h6,
.content-area h5 {
  margin: 0;
}

.content-area h1 {
  font-size: 30px;
}

.content-area h2 {
  font-size: 25px;
}

.content-area ul,
.content-area ol {
  margin: 0;
  padding: 0 0 0 22px;
}
.content-area h3 {
  font-size: 24px;
}
.content-area h4 {
  font-size: 20px;
}

.content-area h5 {
  font-size: 18px;
}

.content-area h6 {
  font-size: 15px;
}
.content-area ol li,
.content-area ul li {
  font-size: 23px;
}

.writer-box {
  margin-top: 30px;
  width: 100%;
  display: inline-block;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px #cccccc30;
  background-image: linear-gradient(
    #ffffff,
    white,
    #fbf9f9,
    #e8e8e800,
    #e6e5e5
  );
  padding: 25px;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.writer-bio {
  flex: 1;
  margin-left: 28px;
}
.writer-img i {
  font-size: 28px;
  background: #00000024;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  border-radius: 100%;
}
.text-wrtr-box {
  border-bottom: 1px solid #00000014;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
}
.text-wrtr-box a {
  font-size: 25px;
  color: #002c3e;
}
.writer-bio ul li a {
  font-size: 18px;
  color: #000;
  display: inline-block;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
}
.writer-bio ul li a i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #fff;
  background: #0003;
  height: 25px;
  width: 25px;
  text-align: center;
  transition: all 0.4s ease;
  line-height: 25px;
  border-radius: 100%;
  font-size: 13px;
}

.writer-bio ul li:last-child a {
  margin-bottom: 0;
}
.writer-bio ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.writer-bio ul li a:hover {
  color: #9d1212;
}
.writer-bio ul li a:hover i {
  background: #9d1212;
}

#respond {
  margin-top: 30px;
}
.comment-reply-title {
  font-size: 22px;
  display: none;
  font-weight: 600;
  color: #000;
}
#commentform {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.comment-form-comment,
.comment-notes,
.comment-form-cookies-consent,
.form-submit {
  grid-column: span 3;
  margin-top: 0;
}
.comment-notes {
  display: none !important;
}
.comment-form-comment,
.comment-notes,
.comment-form-cookies-consent,
.form-submit {
  grid-column: span 3;
  margin-top: 0;
}
#respond p label {
  width: 100%;
  color: #000000bf;
  font-weight: 500;
  font-size: 18px;
}
#respond textarea {
  /* box-shadow: 0 5px 15px rgba(0,0,0,.08); */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 20px;
  margin: 5px 1px 3px 0;
  width: 100%;
  border: 2px solid #0000001a;
  height: 150px;
  background: #fff;
  resize: none;
  color: #000;
  font-size: 17px;
  line-height: 1.8;
}
#respond input[type="text"],
#respond input[type="url"],
#respond input[type="email"] {
  background: #fff;
  height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 3px 20px;
  margin: 5px 1px 3px 0;
  width: 100%;

  border: 2px solid #0000001a;
  color: #000;
  font-size: 15px;
}

#respond #submit {
  border: none;
  padding: 12px 14px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #002c3e;
  font-weight: 600;
}
.comment-form-cookies-consent {
  display: none;
}
.comment-awaiting-moderation {
  display: none;
}
.comment-list li article {
  position: relative;
}
.comment-list .children {
  margin: 30px 0 0 0;
  list-style: none;
}
.comment-list .children li {
  padding: 35px 0;
  border-top: 2px solid #fff;
  /* border-top: 1px solid #000; */
}
.comment-list .children li:last-child {
  padding-bottom: 0;
}
.comments-title {
  display: none;
}
.comment-list {
  margin: 0;
  list-style: none;
  background-color: #f1f1f1;
  padding: 20px;
}
.comment-list > li {
  margin-top: 30px;
}
.comment-list > li:first-child {
  margin-top: 0;
}

.comment-list > li article footer .comment-author,
.comment-metadata {
  position: relative;
  padding-left: 56px;
  color: #000;
}

.comment-list > li article footer .comment-author img {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

.fn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 17px;
  color: #000;
  text-transform: capitalize;
}
.comment-list li article .reply {
  position: absolute;
  right: 0;
  top: 0;
}
.reply a {
  color: #002c3e;
  font-weight: 700;
  border: 1px solid #002c3e;
  padding: 5px 9px;
  display: inline-block;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
}
.comment-list li article footer time {
  font-size: 14px;
}
.fn a {
  color: #000;
}
.comment-list li article .comment-content {
  /* background: #fff; */
  margin: 15px 0 0 58px;
  padding: 0px 0 0 0;
  position: relative;
  color: #000;
  font-size: 17px;
  line-height: 1.7;
  /* border-top: 1px solid #15151517; */
}
.comment-list > li article .comment-content p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #000000cf;
  font-weight: 500;
}
.comment-metadata a {
  color: #000;
}
#respond textarea:focus,
#respond input[type="text"]:focus,
#respond input[type="url"]:focus,
#respond input[type="email"]:focus {
  border: 2px solid #002c3e;
  background: #00000008;
}

.section-medium-bottom {
  margin-bottom: 40px;
}
.search-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  text-align: center;
  line-height: 60px;
}
.search-btn a {
  font-size: 21px;
  color: #fff;
}

.heading-sticky .makeSticky {
  position: sticky;
  top: 200px;
}

.category-main-news {
  padding: 35px;
  margin-bottom: 30px;
  box-shadow: 2px 7px 14px #0000003b;
  text-align: center;
}

.category-main-news h2 {
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1.27;
}

.category-main-news .post-info {
  margin-bottom: 15px;
  margin-top: 6px;
}
.category-main-news a:hover h2 {
  color: #a50404;
}

.search-result-page {
  margin-bottom: 40px;
}
.pagination-top {
  margin-top: 35px;
}

.page-numbers:hover,
.page-numbers.current {
  border: 1px solid #a50404;
  color: #fff;
  background: #a50404;
}

.category-landing {
  margin-bottom: 40px;
}

.page-numbers {
  border: 1px solid #00000036;
  display: inline-block;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  overflow: hidden;
  margin: 0 6px 10px 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000cf;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  font-family: var(--secondary--font);
  border-radius: 4px;
}
.entry-content.content-area {
  padding-right: 30px;
}
.page-numbers.next {
  padding-left: 15px;
  width: auto;
  padding-right: 13px;
}
.prev.page-numbers {
  width: auto;
  padding: 0 20px;
}

.category__header {
  padding: 10px;
  background: #002c3e;
  margin-bottom: 30px;
}

.category--heading {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

.country-news-wrap .overlay-news .news-title {
  font-size: 28px;
  line-height: 1.37;
  color: #fff;
  text-align: left;
}
.page-content p {
  font-size: 18px;
}
.footer-logo img {
  border-radius: 100%;
  height: 60px;
  width: 60px;
}

.overlay2 {
  z-index: 1;
}
img.alignright {
  float: right;
  margin-left: 25px;
}

.content-area img {
  margin: 25px 0;
  width: 100%;
}

.content-area figure {
  width: 100% !important;
}

.content-area iframe {
  width: 100%;
}

img.alignleft {
  float: left;
  margin-right: 25px;
}

.row4 {
  grid-row: span 4;
}

.crime-news-wrap .thumbnail-news {
  margin-bottom: 0;
}

.page-title {
  text-align: center;
  margin-top: 25px;
}

.posts-navigation .screen-reader-text {
  display: none;
}

.nav-links {
  margin: 25px 0;
  display: flex;
  justify-content: space-between;
}

.nav-links > div {
  padding: 5px 10px;
  background: #3b5998;
}

.nav-links > div a {
  color: #fff;
}

.nav-links > div:hover {
  color: #fff;
  background: #a50404;
}
.content-area figcaption {
  text-align: center;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
  opacity: 0.8;
  line-height: 30px;
  display: block;
}

.footer-slogan .logo {
  background: #fff;
  padding: 14px;
  border-radius: 4px;
  width: 280px;
  margin: 0 0 20px 0;
}

.footer-slogan p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}
.site-footer-header {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.site-footer > .container {
  padding-bottom: 15px;
}
.site-footer-info {
  border-bottom: 1px solid #ffffff1f;
  padding-bottom: 15px;
  margin-bottom: 15px;
  opacity: 0.67;
  font-size: 16px;
}
.footer-social-media {
  border-top: 1px solid #ffffff1f;
  padding-top: 15px;
  margin-top: 15px;
}
.site-footer .column6,
.site-footer .column7 {
  border-right: 1px solid #ffffff17;
  padding-right: 30px;
}

.site-footer .grid .column6:nth-child(2) {
  border: none;
}
.site-footer-contact p {
  line-height: 1.5;
  padding: 10px 0 5px 34px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
.site-footer-contact p a {
  font-size: 18px;
  font-weight: 400;
}
.site-footer-contact p i {
  position: absolute;
  left: 0;
  font-size: 20px;
  top: 17px;
}

.site-footer-contact p a {
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 17px;
}

.site-footer-contact {
  font-size: 17px;
  font-weight: 500;
}
.footer-social-media .h4 {
  margin-bottom: 15px;
  margin-top: 21px;
}

.imggcaption {
  background: #ebe9e9;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #555;
  padding: 5px;
}

@media screen and (max-width: 1280px) and (min-width: 1067px) {
  .mainNavigation > div > div > ul > li:last-child {
    display: none;
  }
  .search-btn {
    position: absolute;
    right: 270px;
  }
}

.search-form-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.55);
}

.search-form-wrap .uk-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.search-form-wrap .modal-form {
  position: relative;
  box-sizing: border-box;
  margin: 0 25px;
  width: 495px;
  max-width: calc(100% - 0.01px);
  background: #fff;
  padding: 30px;
  /* padding-bottom: 0; */
  border-radius: 10px;
}

.modal-title {
  text-transform: uppercase;
  font-size: 28px;
  display: block;
  font-weight: 600;
  text-align: left;
  padding-bottom: 1.2rem;
  font-family: var(--secondary--font);
  margin: 0;
  letter-spacing: 0;
}

.modal-close-outside {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #fff;
  background: 0 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
}

.mobile-view {
  display: none;
}

/* RoadBLock */

.roadblock {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  padding: 0;
  background: #fff;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.roadblock-wrap {
  height: 100%;
  /* overflow: scroll; */
  /* height: 100%; */
  width: 100%;
  overflow: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  place-items: center;
}

.skip-ad {
  margin-bottom: 15px;
  background: #002c3e;
  text-align: center;
  padding: 6px 19px;
  color: #fff;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 20px 6px 20px;
  border-radius: 22px;
  vertical-align: middle;
  display: inline-block;
}
.skip-ad:hover {
  color: #fff;
}

.roadblock-news-wrap .primary {
  color: #fff;
  background-color: #002c3e;
}
.roadblock-news-wrap h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
}
.roadblock-news-wrap h3 a:hover {
  color: #fff;
  opacity: 0.9;
}
.roadblock-news-wrap p {
  font-size: 20px;
  line-height: 32px;
}

.roadblock-news-wrap {
  margin-bottom: 30px;
}

.roadblock-ad {
  overflow: hidden;
}

.roadblock-remove .roadblock {
  opacity: 0;

  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  visibility: hidden;
}
.aligncenter {
  text-align: center;
}
.roadblock__ad .container {
  width: 100%;
}

.alignright {
  text-align: right;
}

.roadblock__ad {
  text-align: center;
}

.sports__section .overlay-news .news-title {
  font-size: 28px;
}

.news-tags ul {
  margin: 20px 0 30px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.news-tags ul li {
  margin-right: 15px;
}

.news-tags a {
  position: relative;
  display: block;
  border: 1px solid #0000008f;
  padding: 7px 18px;
  text-align: center;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 13px;
  line-height: 18px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.news-tags a:hover {
  background: #002c3e;
  color: #fff;
  border-color: #002c3e;
}

/* Election Style */

.election-title {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.election-title h3 {
  font-size: 40px;
  font-weight: 600;
  padding: 0 20px;
  margin: 0;
  display: block;
  border: 0;
  background: #fff;
  /* color: #002c3e; */
  position: relative;
  z-index: 2;
  line-height: 100%;
}

.election-title h3 a {
  color: #101010;
  color: #002c3e;
}

.election-subtitle {
  text-align: center;
  background: #002c3e;
  padding: 8px 15px;
}

.election-subtitle h4 {
  font-size: 22px;
  margin: 0;
  color: #fff;
}

.card-header {
  padding: 8px 18px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-title {
  font-size: 20px;
  color: #010101;
}
.card-body {
  background: #fff;
}
.card-label-wrap {
  padding: 10px 16px;
  margin-bottom: 0;
  background-color: #fff;
}
.card-header-label,
.card-header-top {
  color: #010101;
  font-weight: 600;
  font-size: 16px;
}

.card-header-top {
  color: #9d1212;
}
.card-header-label:last-child {
  margin-right: 0;
}

.election-data .card {
  background-color: #fff;
  background-clip: border-box;
  border-bottom: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.parties-row {
  padding: 10px 16px;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body table {
  width: 100%;
}
.parties-row:nth-child(even) {
  background: af0f0f08;
}
.col-auto {
  flex: 1 0 auto;
  width: auto;
  padding: 0 10px;
}
.party-icon img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 1px solid #dadada;
  padding: 3px;
  border-radius: 4px;
  width: 40px;
}

.party-name a {
  color: #111;
  font-size: 16px;
  display: block;
  font-weight: 600;
}

.col {
  flex: 17 0 0%;
  padding: 0 10px;
}

.party-name {
  display: flex;
  align-items: center;
  gap: 15px;
}

.party-name img {
  width: 30px;
}

.parties-row .card-header-label {
  height: 100%;
  display: grid;
  place-items: center;
  font-weight: 700;
  width: 40px;
}

.election-tabs {
  justify-content: center;
  margin-left: 0;
}

.election-tabs a {
  padding: 5px 15px;
  display: block;
  background: #9d1212;
  color: #fff !important;
  font-weight: bold;
  font-size: 15px !important;
  margin-bottom: 5px;
}

.election-tabs.uk-subnav > * {
  padding-left: 15px;
}

.election-tabs .uk-active a {
  background: #002c3e;
}

.election-data {
  border: 1px solid #eee;
}

@media (max-width: 959px) {
  .election__section .grid .column-6 {
    grid-column: span 12;
  }
}

.post-info div.shareCount {
  display: flex;
  align-items: center;
}

.post-info div.shareCount span {
  margin-right: 0;
  text-align: center;
  font-size: 12px;
}

.post-info div.shareCount > div {
  margin-right: 15px !important;
}

.post-info div.shareCount div {
  font-size: 25px;
  line-height: 0.8;
  text-align: center;
  margin-right: 0;
}
.post-info div.aftershare {
  display: flex;
  align-items: center;
}
.post-info div {
  position: relative;
  font-size: 16px;
  display: block;
  margin-right: 16px;
  font-weight: 502;
  color: #000000e6;
  text-align: center;
}
