/*
Theme Name: NewsThree
Theme URI:
Author: Adim Subedi
Author URI: https://itsadim.com/
Description: 
Version: 3.6
*/
html {
  font-size: 100%;
  height: 100%;
  min-height: 100%;
}

body {
  font-size: 16px;
  font-size: 1rem;
  min-height: 100%;
  height: 100%;
  color: #232932;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {

  body.home,
  body.single {
    background: #e6e6e6;
  }
}

@media (max-width: 767px) {

  body.home .nav-main,
  body.single .nav-main {
    background: white;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mukta", sans-serif;
  font-weight: 600;
}

h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
  font-family: "Mukta", sans-serif;
}

p,
ul,
ol,
li {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2b2b2b;
}

a {
  color: #2e2d2d;
  -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;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  cursor: pointer;
  -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;
  transition: all 0.3s ease-in-out;
  color: #0b4a8b;
}

.header-top {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-logo {
  position: relative;
}

.header-logo a {
  display: block;
}

.header-logo a img {
  max-width: 415px;
}

@media (max-width: 767px) {
  .header-logo {
    margin-bottom: 15px;
    text-align: center;
  }
}

.header-date {
  line-height: 50px;
  text-align: right;
}

.header-advert {
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .header-advert {
    text-align: center;
  }
}

.slickslide .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 270px;
  overflow: hidden;
}

.nav-main {
  background: #f7f7f7;
  border: 1px solid #2d2d2d;
  border-left: none;
  border-right: none;
  -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;
  transition: all 0.3s ease-in-out;
}

.nav-main a {
  color: white;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -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;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}

/**dropdown**/
@media (max-width: 991px) {
  .dropdown.menu {
    padding-left: 20px;
  }
}

.dropdown.menu a {
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  transition: all 0.3s ease-in-out;
  color: #403f3f;
}

.dropdown.menu a:hover,
.dropdown.menu a:focus {
  color: #0b4a8b;
  -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;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .dropdown.menu a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  border-color: transparent;
  content: "\f107";
  font-family: FontAwesome;
  margin-top: -5px;
  line-height: 0;
  right: 10px;
}

.dropdown.menu>li.is-dropdown-submenu-parent.opens-right .is-active>a::after {
  border-color: transparent;
  content: "\f105";
  font-family: FontAwesome;
  margin-top: -5px;
  line-height: 0;
  right: 10px;
}

.dropdown.menu .is-active>a {
  color: #0b4a8b;
}

.dropdown .is-dropdown-submenu a {
  color: white;
}

.dropdown .is-dropdown-submenu a:hover,
.dropdown .is-dropdown-submenu a:active,
.dropdown .is-dropdown-submenu a:focus {
  color: white;
  background: #093d73;
}

.is-dropdown-submenu {
  border: none;
  background: transparent;
}

.is-dropdown-submenu>li {
  border-bottom: 1px solid #093b6f;
  background: #0b4a8b;
}

.is-dropdown-submenu>li>a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  -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;
  transition: all 0.3s ease-in-out;
  background: #0b4a8b;
  color: white;
}

.is-dropdown-submenu>li>a:hover,
.is-dropdown-submenu>li>a:focus {
  background: #07315c;
  -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;
  transition: all 0.3s ease-in-out;
  color: white;
}

.off-canvas-absolute {
  background: #0b4a8b;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
  border-color: transparent;
}

.accordion-menu li a {
  color: white;
  line-height: 30px;
  border-bottom: 1px solid #fff;
}

section.light {
  background: rgba(0, 0, 0, 0.05);
}

section.news-breaking {
  margin-top: 30px;
}

@media (max-width: 767px) {
  section.news-breaking {
    margin-top: 0;
  }
}

section.news-featured {
  margin-bottom: 50px;
}

@media (min-width: 1400px) {
  section.news-featured {
    max-width: 1400px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  section.news-featured {
    padding: 0 10px;
  }
}

section.advert {
  margin: 30px 0;
}

.title-category {
  text-align: center;
  margin-bottom: 30px;
}

.title-category h3 {
  border-top: 1px solid #403f3f;
  border-bottom: 1px solid #403f3f;
  padding: 0 0 5px 0;
  margin: 0;
}

@media (max-width: 767px) {
  .title-category h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 5px;
  }
}

.title-category a {
  color: #403f3f;
  display: block;
}

.title-category a:hover,
.title-category a:focus {
  cursor: pointer;
  -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;
  transition: all 0.3s ease-in-out;
  color: #0b4a8b;
}

.title-category.no-border h3 {
  border: none;
}

.title-category.top-border h3 {
  border-bottom: none;
}

.title-category.bottom-border h3 {
  border-top: none;
}

#tagrelated {
  display: none;
}

/**posts**/
.post-news_featured ul {
  margin: 0;
  padding: 0;
}

@media (max-width: 767px) {
  .post-news_featured ul {
    padding: 0 10px;
  }
}

.post-news_featured li {
  list-style: none;
  padding: 15px;
  margin-bottom: 20px;
  position: relative;
}

.post-news_featured li a {
  color: #0b4a8b;
}

.post-news_featured li a span {
  color: #ababab;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  clear: both;
}

.post-news_featured li a span.title {
  /*   color: #545454; */
  color: #0b4a8b;
  padding-left: 10%;
  padding-right: 10%;
  /*   font-size: 56px;
  font-size: 3.5rem; */
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .post-news_featured li a span.title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
  }
}

.post-news_featured li h2 {
  font-size: 56px;
  font-size: 3.5rem;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.post-news_featured li h2 a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

@media (max-width: 767px) {
  .post-news_featured li h2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 36px;
  }
}

.post-news_featured li h2:hover span.title {
  /*   color: #0b4a8b; */
  color: #003791;
}

@media (max-width: 767px) {
  .post-news_featured li {
    background: white;
    margin-bottom: 5px;
  }
}

.post-news_breaking {
  min-height: 470px;
  position: relative;
  background-position: center;
  background-size: cover;
  border-left: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .post-news_breaking {
    background-image: none !important;
    min-height: 1px;
    border: none;
    margin-bottom: 5px;
  }
}

.post-news_breaking:before {
  content: " ";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -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;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}

@media (max-width: 767px) {
  .post-news_breaking:before {
    display: none;
  }
}

.post-news_breaking a {
  color: white;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .post-news_breaking a {
    background: white;
    padding: 10px;
  }
}

.post-news_breaking a h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
}

.post-news_breaking a h2.title-regular {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
}

.post-news_breaking a h2.title-secondary {
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
}

.post-news_breaking a h2 span {
  background: #0b4a8b;
  padding: 2px 5px;
  color: white;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .post-news_breaking a h2 span {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .post-news_breaking a h2 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 24px;
    color: #403f3f;
    margin-bottom: 0;
  }
}

.post-news_breaking a:hover,
.post-news_breaking a:active {
  color: #0b4a8b;
}

.post-news_breaking a>div {
  width: 100%;
}

.post-news_breaking:hover:before {
  background: rgba(0, 0, 0, 0.2);
  -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;
  transition: all 0.3s ease-in-out;
}

.post-news_breaking:hover:before a h2 {
  color: #403f3f;
}

.post-news_fresh ul,
.post-news_mostread ul {
  margin: 0;
  width: 100%;
}

@media (max-width: 767px) {

  .post-news_fresh ul,
  .post-news_mostread ul {
    width: 100%;
  }
}

.post-news_fresh ul li,
.post-news_mostread ul li {
  list-style: none;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.post-news_fresh ul li span,
.post-news_mostread ul li span {
  font-size: 16px;
  font-size: 1rem;
  font-family: Mukta, sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}

@media (max-width: 767px) {

  .post-news_fresh ul li span,
  .post-news_mostread ul li span {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 24px;
  }
}

.post-news_fresh ul li span.sz-16,
.post-news_mostread ul li span.sz-16 {
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
  display: block;
}

.post-news_fresh ul li span.sz-16.side,
.post-news_mostread ul li span.sz-16.side {
  margin-top: 0;
}

.post-news_fresh ul li a,
.post-news_mostread ul li a {
  display: block;
  width: 100%;
  padding: 10px 0;
}

@media (max-width: 767px) {

  .post-news_fresh ul li a,
  .post-news_mostread ul li a {
    padding: 10px;
  }
}

.post-news_fresh ul li h3,
.post-news_mostread ul li h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Mukta, sans-serif;
  font-weight: 600;
}

@media (max-width: 767px) {

  .post-news_fresh ul li h3,
  .post-news_mostread ul li h3 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 24px;
  }
}

.post-news_fresh ul li h3.sz-16,
.post-news_mostread ul li h3.sz-16 {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1rem;
}

.post-news_fresh ul li h3.sz-16.side,
.post-news_mostread ul li h3.sz-16.side {
  margin-top: 0;
}

.post-news_fresh ul li img,
.post-news_mostread ul li img {
  margin-bottom: 0;
}

.post-news_fresh ul li img.advert,
.post-news_mostread ul li img.advert {
  max-width: 100%;
}

@media (max-width: 767px) {

  .post-news_fresh ul li img,
  .post-news_mostread ul li img {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {

  .post-news_fresh ul li,
  .post-news_mostread ul li {
    background: white;
    margin-bottom: 5px;
  }
}

.post-news_fresh ul li.no-border,
.post-news_mostread ul li.no-border {
  border: none;
}

@media (max-width: 767px) {

  .post-news_fresh.inside ul,
  .post-news_mostread.inside ul {
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {

  .post-news_fresh.inside li,
  .post-news_mostread.inside li {
    margin: 0 !important;
    border: none;
    width: 100%;
  }
}

@media (max-width: 767px) {

  .post-news_fresh.inside li a,
  .post-news_mostread.inside li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    float: left;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .post-news_fresh ul.single-page {
    margin: 0;
  }
}

.post-news_home ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .post-news_home ul {
    margin: 0 !important;
  }
}

@media (max-width: 767px) {
  .post-news_home ul.national {
    padding-left: 10px;
  }
}

.post-news_home ul.national li a {
  padding: 0;
}

@media (max-width: 767px) {
  .post-news_home ul.national li a {
    padding: 10px;
  }
}

.post-news_home ul.video li a:hover .icon-video_wrapper,
.post-news_home ul.video li a:focus .icon-video_wrapper {
  border-color: #0b4a8b;
}

@media (max-width: 767px) {
  .post-news_home ul.world li a {
    padding: 10px;
  }
}

.post-news_home ul.sports {
  margin-left: 0px;
}

@media (min-width: 768px) {
  .post-news_home ul.sports li:nth-child(2n+2) {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .post-news_home ul.sports li a {
    padding: 10px;
  }
}

.post-news_home ul.home-newspaper li a {
  padding: 0;
}

@media (max-width: 767px) {
  .post-news_home ul.home-newspaper li a {
    padding: 10px;
  }
}

.post-news_home ul.home-newspaper li a h2 {
  margin-top: 10px;
}

.post-news_home ul.finance {
  margin-left: 0;
}

@media (min-width: 768px) {
  .post-news_home ul.finance li:nth-child(-2n+3) {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .post-news_home ul.finance li:nth-child(2n+2) {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .post-news_home ul.finance li a {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .post-news_home ul.entertainment li a {
    padding: 10px;
  }
}

.post-news_home ul.opinion {
  margin-left: 0px;
}

@media (min-width: 768px) {
  .post-news_home ul.opinion li:nth-child(2n+2) {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .post-news_home ul.opinion li {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .post-news_home ul.opinion li a {
    padding: 10px;
  }
}

.post-news_home ul.health li,
.post-news_home ul.tourism li {
  padding-bottom: 10px;
}

@media (max-width: 767px) {

  .post-news_home ul.health li,
  .post-news_home ul.tourism li {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {

  .post-news_home ul.health li a,
  .post-news_home ul.tourism li a {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .post-news_home ul.videos li a {
    padding: 10px;
  }
}

.post-news_home ul.videos li .wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .post-news_home ul.education li a {
    padding: 10px;
  }
}

.post-news_home ul.others {
  margin-left: 0px;
}

@media (min-width: 768px) {
  .post-news_home ul.others li:nth-child(2n+2) {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .post-news_home ul.others li {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .post-news_home ul.others li a {
    padding: 10px;
  }
}

.post-news_home li {
  list-style: none;
  width: 100%;
}

@media (max-width: 767px) {
  .post-news_home li {
    border-bottom: none;
    margin-bottom: 5px;
    padding: 0px;
  }
}

.post-news_home li a {
  display: block;
  width: 100%;
  -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;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .post-news_home li a {
    background: white;
  }
}

.post-news_home li a:hover {
  -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;
  transition: all 0.3s ease-in-out;
}

.post-news_home li a:hover .icon-video_wrapper {
  border-color: #0b4a8b !important;
  background: white;
}

.post-news_home li a:hover i {
  color: #0b4a8b;
}

@media (max-width: 767px) {
  .post-news_home li:first-child {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .post-news_home li.sec-3 {
    padding: 10px;
    background: #fff;
  }
}

@media (max-width: 767px) {
  .post-news_home li.sec-10 {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .post-news_home li.sec-11 {
    padding-left: 0;
  }

  .post-news_home li.sec-11>a {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .post-news_home li.sec-13 {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .post-news_home li.sec-15 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .post-news_home li.sec-15 {
    padding: 0;
  }
}

.post-news_home h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .post-news_home h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .post-news_home h2.title-regular {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
  }
}

.post-news_home h3 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
}

.post-news_home--excerpt p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 0;
}

.post-news_home--excerpt .wrapper {
  background: white;
  padding: 15px;
  position: relative;
  width: 90%;
  margin: -30px auto 0px auto;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .post-news_home--excerpt .wrapper {
    border-bottom: none;
    width: 100%;
    padding: 0;
    top: 0;
    margin: 0;
  }
}

.post-news_home--excerpt .wrapper h2 {
  margin-bottom: 0;
}

.post-news_home--excerpt.interview {
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .post-news_home--excerpt.interview {
    border-bottom: none;
  }
}

.post-news_home--excerpt.interview h2 {
  font-size: 16px;
  font-size: 1rem;
}

.post-news_home--thumb {
  height: 200px;
  overflow: hidden;
  -o-object-fit: fill;
  object-fit: fill;
}

@media (max-width: 767px) {
  .post-news_home--thumb {
    margin-bottom: 0;
    height: auto;
  }
}

@media (max-width: 767px) {
  .post-news_home.national ul {
    margin: 0;
    padding: 0;
  }
}

.post-news_home.national li {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .post-news_home.national li {
    padding: 0;
    margin-bottom: 5px;
  }

  .post-news_home.national li:last-child {
    margin-bottom: 0 !important;
  }
}

.post-news_home.national li.sec-5 .overlay {
  max-width: 420px;
}

@media (max-width: 767px) {
  .post-news_home.interview .space-rt0 {
    margin-left: 0 !important;
  }
}

.post-news_home.interview ul {
  margin: 0;
  padding: 0;
}

.post-news_home.extra li {
  margin-bottom: 0;
  padding-top: 0;
}

@media (max-width: 767px) {
  .post-news_home.extra li {
    margin-bottom: 5px;
    padding-bottom: 0;
  }
}

.post-news_home.extra li.single-news {
  padding-left: 0;
}

.post-news_home.extra li.single-news a {
  padding: 0;
}

@media (max-width: 767px) {
  .post-news_home.extra li.single-news a {
    padding: 10px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 767px) {
  .post-news_home.extra li.single-news a h2 {
    padding-left: 15px;
  }
}

.post-news_home.special li:first-child img {
  margin-bottom: 15px;
}

.post-news_home.main li:first-child img {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .post-news_home.main li:first-child img {
    margin-bottom: 0;
  }
}

.post-news_home.newslider ul {
  margin-left: 0;
}

.post-news_headlines {
  padding-right: 0;
}

.post-news_related {
  margin-top: 45px;
  margin-bottom: 30px;
}

.post-news_related ul {
  margin: 0;
  padding: 0;
}

.post-news_related ul.wpp-list {
  margin: 0 -15px;
}

.post-news_related ul.wpp-list li {
  width: 25%;
  padding: 0 15px;
  float: left;
  clear: none;
}

.post-news_related ul.wpp-list li a.wpp-post-title {
  margin-top: 10px;
  float: left;
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  clear: both;
  line-height: 20px;
}

.post-news_related li {
  list-style: none;
  margin-bottom: 15px;
}

.post-news_related li h3 {
  font-size: 16px;
  font-size: 1rem;
}

.post-news_mostread li#3 {
  padding-left: 10px;
}

.post-thumb_interview {
  height: 75px;
  overflow: hidden;
  padding-right: 0 !important;
}

@media (max-width: 767px) {
  .post-thumb_interview {
    height: auto;
    padding-right: 0.625rem !important;
  }
}

.post-thumb_interview img {
  max-height: 75px;
  width: auto;
  max-width: 100%;
}

.post-archive_details ul {
  margin: 0;
  padding: 0;
}

.post-archive_details li {
  list-style: none;
  margin-bottom: 30px;
}

.post-single_title {
  margin-bottom: 30px;
}

.post-single_title h1 {
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1.25;
  font-weight: 700;
}

@media (max-width: 767px) {
  .post-single_title h1 {
    font-size: 32px;
    font-size: 2rem;
    padding-top: 30px;
  }
}

.post-single_img {
  margin-bottom: 30px;
}

.post-single_advt {
  margin-bottom: 30px;
}

.post-single_advt ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-single_advt li {
  list-style: none;
}

.post-single_content .bsaProContainer {
  width: 25%;
}

@media (max-width: 767px) {
  .post-single_details {
    background: white;
    margin-bottom: 30px;
  }
}

.post-single_comment--fb {
  margin: 15px 0;
}

.post-single_share {
  text-align: center;
}

.post-single_date {
  margin-bottom: 20px;
}

.post-single_date--byline {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  font-size: .8125rem;
  color: #545454;
}

.post-single_date--byline hr {
  margin: 0;
  width: 100%;
}

.post-single_date--byline .details,
.post-single_date--byline .image {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .post-mostread_custom span.sz-16 {
    margin-top: 0 !important;
    line-height: 1.5;
  }

  .post-mostread_custom .small-4 {
    padding-left: 0 !important;
  }
}

ul.post-related_tags {
  margin: 15px 0;
  padding: 0;
}

/**title**/
h2.title-small {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
}

h2.title-regular {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
}

@media (max-width: 767px) {
  h2.title-regular {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 24px;
  }
}

h2.title-secondary {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
}

h2.title-mainnews {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 32px;
}

h2.title.big-modified {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 40px;
}

h4.section-title {
  width: 100%;
}

@media (max-width: 767px) {
  h4.section-title {
    font-size: 36px;
    font-size: 2.25rem;
    text-align: center;
    width: 100%;
    color: #0b4a8b;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  h4.section-title.archive {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 24px;
    text-align: left;
    color: #403f3f;
  }
}

h4.section-title_archive {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 30px;
}

/**images**/
img.advert {
  max-width: 100%;
}

ul.post-related_tags span {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}

.advert-hide,
.btn-red,
.button i {
  font-weight: 600;
}

ul.post-related_tags li {
  list-style: none;
}

ul.post-related_tags li h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  color: #0b4a8b;
}

ul.post-related_tags li a {
  color: #0b4a8b;
}

h2.title-regular.interview {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  color: #fff;
}

@media (max-width: 767px) {
  h2.title-regular.interview {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 0;
  }
}

/**buttons**/
.button {
  -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;
  transition: all 0.3s ease-in-out;
}

.button:hover,
.button:focus {
  -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;
  transition: all 0.3s ease-in-out;
}

.button i {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  margin-left: 15px;
}

.button-offcanvas {
  background: none;
  margin-bottom: 0;
  color: #403f3f;
  font-size: 16px;
  font-size: 1rem;
  padding-botom: 0;
}

.button-offcanvas i {
  margin-left: 0;
  padding-top: 10px;
}

.button-offcanvas:hover {
  background: transparent;
  color: #403f3f;
}

.btn-trans,
.btn-catlink {
  border: 2px solid #0b4a8b;
  background: transparent;
  color: #0b4a8b;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.25);
}

.btn-trans:hover,
.btn-trans:focus,
.btn-catlink:hover,
.btn-catlink:focus {
  background: #0b4a8b;
  color: white;
}

.btn-red {
  border: 2px solid transparent;
  background: #0b4a8b;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.25);
}

.btn-red:hover,
.btn-red:focus {
  border: 2px solid white;
  background: white;
  color: #0b4a8b;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.25);
}

.btn-full {
  display: block;
}

.btn-catlink {
  margin-top: 30px;
}

.pagination {
  margin-top: 30px;
}

.pagination a {
  display: inline-block;
}

.pagination .current {
  background: #0b4a8b;
}

.space-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.space-mt30 {
  margin-top: 30px;
}

.space-rt0 {
  margin-right: 0 !important;
}

.overlay-news {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -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;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}

.text-white {
  color: white;
}

.text-regular {
  color: #403f3f;
}

@media (max-width: 767px) {
  .special-title span {
    display: inline;
  }
}

.special-title span a {
  padding-left: 22px;
  padding-right: 22px;
  background: #01517b;
  color: white;
  line-height: 1.5;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
}

@media (max-width: 767px) {
  .special-title span a {
    line-height: 2;
  }
}

/**icon**/
.icon-video {
  position: relative;
}

.icon-video_wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 3px solid white;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 10px;
  line-height: 30px;
  -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;
  transition: all 0.3s ease-in-out;
}

.icon-video_wrapper i {
  color: white;
  font-size: 22px;
  font-size: 1.375rem;
  padding-left: 5px;
}

.icon-video_wrapper:hover,
.icon-video_wrapper:focus {
  color: #0b4a8b;
  border: 3px solid #0b4a8b;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -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;
  transition: all 0.3s ease-in-out;
}

.icon-video_wrapper:hover i,
.icon-video_wrapper:focus i {
  color: #0b4a8b;
}

.no-margin_left {
  margin-left: 0;
}

.advert-title {
  color: #0b4a8b;
  position: absolute;
  z-index: 9;
  right: 15px;
  width: auto;
  background: #fff;
  padding: 0 10px;
  line-height: 16px;
}

.advert-sidebar_list ul {
  margin: 0;
  padding: 0;
}

.advert-sidebar_list li {
  list-style: none;
  margin-bottom: 15px;
  overflow: hidden;
}

.advert-sidebar_single {
  margin-top: 15px;
}

.advert-placeholder {
  margin-bottom: 15px;
}

.advert-mostread img {
  max-width: 100%;
}

.advert-hide {
  width: 24px;
  height: 24px;
  background: black;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: white;
  line-height: 24px;
  text-align: center;
  position: absolute;
  top: -12px;
  right: 10%;
  z-index: 999;
  cursor: pointer;
}

.advert-info {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #d9d9d9;
}

.advert-single {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.advert-wrapper_single {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.advert-wrapper_home {
  margin: 0;
  width: 100%;
  position: relative;
}

.advert-wrapper_home .advert-title {
  right: 30px;
}

@media (max-width: 767px) {
  .advert-wrapper_home {
    padding-left: 10px;
  }
}

.advert-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.6);
}

.advert-popup_home {
  padding-top: 15px;
}

.advert-popup_content {
  margin-top: 10px;
}

.footer-wrapper {
  background: #0b4a8b;
  padding: 20px 0;
  border-bottom: 1px solid #09396c;
}

.footer-wrapper_advert {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: auto;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  z-index: 1;
}

.footer-wrapper_advert .bsaProItem.bsaReset {
  margin: 0 !important;
}

@media (max-width: 767px) {
  .footer-wrapper_advert {
    display: none;
  }
}

@media (max-width: 767px) {
  .footer-widget {
    margin-bottom: 15px;

  }
}

.footer-widget h5 {
  color: white;
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .footer-widget h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}

.footer-widget ul.menu {
  margin: 0;
  padding: 0;
}

.footer-widget ul.menu li {
  width: 50%;
  float: left;
}

.footer-widget ul.menu a {
  color: white;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 0;
}

.footer-widget .textwidget p {
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 600;
}

.footer-widget .textwidget p.first {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer-social {
    margin-bottom: 15px;
  }
}

.footer-social h5 {
  color: white;
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 767px) {
  .footer-social h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
  }
}

.footer-social ul {
  margin: 0;
  padding: 0;
}

.footer-social li {
  list-style: none;
  margin-left: 0px;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

.footer-social li:first-child {
  margin-left: 0;
}

.footer-social li a {
  color: white;
}

.footer-social li span {
  font-size: 14px;
  font-size: 0.875rem;
}

.footer-social li .fab {
  width: 32px;
}

.footer-copyright {
  color: #fff;
  padding: 15px 0;
  font-weight: 600;
  background: #0b4a8b;
  border-top: 1px solid #0f63ba;
}

.footer-copyright_text {
  font-size: 12px;
  font-size: 0.75rem;
}

.footer-copyright ul.menu li {
  width: auto;
}

.footer-copyright ul.menu li a {
  padding: 0 15px 0 0;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 17px;
}

.footer-powered {
  font-size: 12px;
  font-size: 0.75rem;
  color: white;
}

.footer-powered a {
  color: white;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}