/*
Theme Name: Kosovo 2.0 Kutia
Theme URI: http://sprigs.eu
Author: Kutia
Author URI: http://sprigs.eu
Description: Theme for Kosovo 2.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Media Query For Photo In Single Post */

/* @media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
 */

html {
  overflow-x: hidden !important;
}
.popular-posts .wpp-thumbnail {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.postDate:before {
  content: "- ";
}
.prespectives-content a span {
  line-height: 40px;
}
div.prespectives-content {
  height: auto;
}
.authorSlider a {
  text-decoration: none !important;
}
a:focus {
  color: unset !important;
}

.last-slide-content a {
  text-decoration: underline;
  text-decoration-color: yellow;
  text-decoration-style: wavy;
  /* color: yellow; */
}
.last-slide-content a:visited {
  text-decoration: underline;
  text-decoration-color: yellow;
  text-decoration-style: wavy;
  /* color: yellow; */
}
.main-play audio {
  background-color: #f1f3f4 !important;
  width: 100% !important;
}
.current-song a {
  display: inline;
}
.postTitle {
  font-size: 14px;
  display: inline;
}
.postDate {
  font-size: 14px;
  display: inline;
}
.postTitle {
  font-size: 14px;
}
.postDate {
  font-size: 14px;
}
.font-playlist {
  font-family: GravurCondensed !important;
}
.current-song {
  border-bottom: 1px solid #ccc;
}
.current-song p {
  font-family: GravurCondensed;
  color: #333333;
  font-weight: 400;
}
.main-play img {
  float: left;
  max-width: 60px;
  height: auto;
  margin-right: 10px;
  padding: 0;
  border: 0;
}
.main-play {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 12px 0 18px;
  font-size: 14px;
  line-height: 1.5;
}
.play-media {
  /*margin-left:60px;*/
}
.play-media p {
  font-family: GravurCondensed !important;
  font-size: 14px !important;
  margin-bottom: 0;
}
.mediaTitle {
  margin-bottom: 0 !important;
}
#playlist {
  list-style: none;
  padding: 5px;
}
#playlist li a {
  color: black;
  text-decoration: none;
}

.kontekst-postDate:before {
  content: "- ";
}
.main-play audio {
  background-color: #f1f3f4 !important;
  width: 100% !important;
}
.kontekst-current-song a {
  display: inline;
}
.kontekst-postTitle {
  font-size: 14px;
  display: inline;
}
.kontekst-postDate {
  font-size: 14px;
  display: inline;
}
.kontekst-current-song {
  border-bottom: 1px solid #ccc;
}
.kontekst-current-song p {
  font-family: GravurCondensed;
  color: #333333;
  font-weight: 400;
}
.kontekst-mediaTitle {
  margin-bottom: 0 !important;
}
.podcast_latest_wrap {
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 80px 0 140px;
  display: flex;
  flex: 1;
  position: relative;
}
.podcast_latest_wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
.single_content.article {
  margin-bottom: 10px;
}
.podcast_latest {
  display: flex;
  height: 100%;
}
.podcast_container {
  z-index: 2;
}
.podcast_latest .podcast__image {
  flex-basis: 40%;
}
.podcast_latest .podcast__image img {
  object-fit: cover;
  object-position: center;
  width: 350px;
  height: 350px;
}
.podcast_latest .podcast__content {
  flex-basis: 60%;
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}
.podcast__content--heading a {
  color: #fff;
}
.podcast__content--heading a:hover {
  color: #fff;
  text-decoration: underline;
}
.podcast_latest h2 {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 500;
  color: #fff;
}
.podcast_latest .podcast__content p {
  font-size: 18px;
  line-height: 1.2em;
  background-color: unset;
  margin-top: 20px;
}
.podcast_latest .podcast__content--audio {
  margin-top: auto;
}
.podcast__content {
  display: flex;
}
.podcast_container .more_articles.more_v2 {
  bottom: -40px;
  margin: 0;
  padding: 15px 40px;
}
.podcast_single {
  max-width: 450px;
  margin: 0 auto 20px;
}
.podcast_single .plyr--audio {
  border-radius: 3px;
}
.podcast_play {
  margin-bottom: 10px;
}
.podcast_info {
  display: flex;
  border: 1px solid #242424;
}
.podcast_info--thumb {
  width: 25%;
}
.podcast_info--data {
  width: 75%;
  padding: 5px 10px;
}
.podcast_title h4 {
  font-weight: 500;
}
div.podcast_info .podcast_info--data h4 {
  margin-bottom: 15px;
}
.podcast_date h4 {
  font-weight: 400;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.podcast_author h4 {
  font-size: 14px;
  font-weight: 400;
}
button.plyr__control {
  height: unset;
}
.podcast_date h4 img {
  margin-right: 5px;
  max-width: 18px;
}
:root {
  --plyr-color-main: #fffb00;
  --plyr-audio-control-color: #fffb00;
  --plyr-audio-controls-background: #242424;
  --plyr-audio-control-color-hover: #242424;
  --plyr-menu-color: #ffffff;
  --plyr-menu-background: #242424;
}
div.plyr__menu__container
.plyr__control[role="menuitemradio"].plyr__tab-focus::before,
div.plyr__menu__container .plyr__control[role="menuitemradio"]:hover::before,
div.plyr__menu__container .plyr__control[role="menuitemradio"]::before {
  background: #e7e7e7;
}
.podcast_playlist > ul {
  margin: 0;
  padding: 0;
  background-color: #242424;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.podcast_playlist > ul li {
  list-style: none;
  padding: 0 20px;
}
.podcast_playlist > ul li a {
  color: #fff;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.podcast_playlist > ul li:last-of-type a {
  border-bottom: 0;
}
.podcast_playlist > ul li p {
  margin: 0;
  font-size: 15px;
  color: #ddd;
  margin: 0 !important;
}
.podcast_playlist > ul li a.active p {
  color: #fffb00;
}

.podcast_playlist > ul #bars {
  height: 20px;
  left: 0;
  margin: 0;
  position: relative;
  bottom: -3px;
  width: 30px;
  overflow: hidden;
  display: none;
}

.podcast_playlist > ul.play .active #bars {
  display: inline-block;
}
.podcast_playlist > ul .bar {
  background: #fffb00;
  bottom: 1px;
  height: 3px;
  position: absolute;
  width: 3px;
  animation: sound 0ms -800ms linear infinite alternate;
}

@keyframes sound {
  0% {
    opacity: 0.35;
    height: 3px;
  }
  100% {
    opacity: 1;
    height: 28px;
  }
}

.podcast_playlist > ul .bar:nth-child(1) {
  left: 1px;
  animation-duration: 474ms;
}

.podcast_playlist > ul .bar:nth-child(2) {
  left: 5px;
  animation-duration: 433ms;
}

.podcast_playlist > ul .bar:nth-child(3) {
  left: 9px;
  animation-duration: 407ms;
}

.podcast_playlist > ul .bar:nth-child(4) {
  left: 13px;
  animation-duration: 458ms;
}

.podcast_playlist > ul .bar:nth-child(5) {
  left: 17px;
  animation-duration: 400ms;
}

div.plyr__menu__container {
  margin-bottom: 15px;
}
button.plyr__control.plyr__control--forward:hover {
  background-color: unset !important;
  color: lightgray;
}
.audio-player {
  background: transparent;
  /* border: 1px solid #dfdfdf; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-direction: column-reverse;
  margin: 0;
}
.audio-player .f_backward {
  width: 22px;
  height: 22px;
  object-fit: cover;
  background: url("./assets/img/fbackward.svg") no-repeat;
}
.audio-player .f_forward {
  width: 22px;
  height: 22px;
  object-fit: cover;
  background: url("./assets/img/fforward.svg") no-repeat;
}

.audio-player .f_backward:hover,
.audio-player .f_forward:hover {
  cursor: pointer;
}
.audio-player .audio-player__ctrl {
  display: flex;
  justify-content: center;
}
.audio-player .audio-player__ctrl i {
  color: #fffb00;
}
.audio-player #play-btn {
  display: flex;
  flex-basis: 10%;
}
.audio-player p,
.audio-player span,
.audio-player small {
  color: black !important;
}
.audio-player .album-image {
  min-height: 100px;
  width: 110px;
  background-size: cover;
}
.audio-player .player-controls {
  align-items: center;
  justify-content: center;
  margin-top: 0;
  display: flex;
  flex-basis: 88%;
  flex-direction: column;
}
.audio-player .progress_wrap {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.audio-player .podcast_time {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 8px 0px 0;
}
.audio-player .podcast_time span {
  color: #fffb00 !important;
  font-size: 14px;
}

.audio-player .player-controls progress {
  width: 100%;
  cursor: pointer;
}
.audio-player .player-controls progress[value] {
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  color: #bfbd1f;
  height: 5px;
}
.audio-player .player-controls progress[value]::-webkit-progress-bar {
  background-color: yellow;
  color: #bfbd1f;
}
.audio-player .progress_seek {
  background: url("./assets/img/pause.png") no-repeat;
  width: 26px;
  height: 26px;
  background-size: contain;
  left: -1px;
  position: absolute;
  cursor: pointer;
}
.audio-player .player-controls progress::-webkit-progress-value {
  background-color: #bfbd1f;
}
.audio-player .player-controls p {
  font-size: 1.6rem;
}
.audio-player #play-btn {
  background: url("./assets/img/play.svg") no-repeat;
  background-size: contain !important;
  width: 22px;
  height: 22px;
  margin: 0;
  background-position: center !important;
  cursor: pointer;
  position: relative;
}

.audio-player #play-btn.pause {
  background: url("./assets/img/pause.svg") no-repeat;
}
/*en2*/
.supporters .files {
  display: flex;
}
.supporters .files a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
  font-size: 14px;
}
.supporters .files .files__item .img {
  background-image: url("./assets/img/pdf.svg");
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background-size: cover;
}
.supporters .supporters__item {
  display: flex;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.supporters__logo {
  display: flex;
  align-items: center;
  max-height: 300px;
  /* width: 30%; */
}
.supporters__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.supporters__content {
  /* width: 70%; */
  padding: 0 10px;
}
.supporters h1 {
  margin-bottom: 40px;
  text-align: center;
}
.pageProgress {
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 100%;
  z-index: 10;
  background: #fff;
}
.pageProgress.sticky {
  position: fixed;
  top: 65px;
}
.pageProgress .progress_inner {
  background: #fffb00;
  height: 5px;
  padding: 0;
  /* width: 100%; */
}
.pageProgress .progress_inner div {
  background-color: #000;
  height: 100%;
  width: 10%;
}
.special_details {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 2rem;
  /* margin-top: auto; */
  margin-bottom: 10px;
}
div.more_articles.special_more {
  margin-top: 0;
}
div.more_articles.special_more a {
  box-shadow: 3px 3px 0px 0px black;
}
s.board-wrap {
  background-color: #d8d8d8;
}

.board-members {
  display: flex;
  flex-wrap: wrap;
}

.board-member {
  width: calc(33.33% - 30px);
  margin: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .board-member {
    width: calc(50% - 30px);
  }
}

.board-member .image img {
  width: 100%;
  height: auto;
  max-width: 115px;
}
.k20_products {
  margin-bottom: 60px;
  margin-top: 60px;
}
.k20_products_magazines {
  margin-top: 60px;
}
.no_products {
  margin-bottom: 30px;
}
.mx-auto {
  margin-right: auto;
  margin-left: auto;
}
.al-center {
  display: flex;
  align-items: center;
}
.f-left {
  float: left;
  width: 100%;
}
.fwa_wrap .box {
  padding: 0;
  margin: 0;
  background-color: #fffb00;
}
header.sticky .container.navbar-item {
  height: 84px;
}
.sticky .navbar-item .menu {
  left: 84px;
}
.header_new {
  background: #000;
  color: #fff;
  box-shadow: unset;
  position: fixed;
  top: 0;
  left: 0;
}
.header_wrap {
  display: flex;
  max-height: 80px;
}
.heading_wrap {
  display: flex;
  margin: 20px 0;
}
.header_new .container-fluid {
  padding-left: 0;
}
.header_wrap .header_nav {
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
}
.menu-header-menu-container {
  display: flex;
  height: 100%;
}

.header_wrap .header_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.header_wrap .header_nav ul li {
  display: inline-block;
  padding: 0px;
  position: relative;
  display: flex;
  height: auto !important;
}
.header_wrap .header_nav ul li.active {
  transition: width 2s;
  /* border-bottom: 2px solid #fff937; */
}
header .logo {
  max-width: 80px;
}
header .logo a {
  display: inline-block;
}
header .logo a img {
  object-fit: contain;
}
ul#menu-header-menu > li::after,
ul#menu-header-menu-english > li::after,
ul#menu-header-menu-serbian > li::after {
  width: 0%;
  position: absolute;
  content: "";
  height: 3px;
  background-color: #fff937;
  bottom: 0;
}
.slogan h4,
.main-title h1 {
  background-color: #fffb00;
  display: inline-block;
  padding: 5px 7px;
}

ul#menu-header-menu > li:hover::after,
ul#menu-header-menu > li.active::after,
ul#menu-header-menu-english > li:hover::after,
ul#menu-header-menu-english > li.active::after,
ul#menu-header-menu-serbian > li:hover::after,
ul#menu-header-menu-serbian > li.active::after {
  width: 97%;
  transition: width 1s;
}
.header_wrap li.menu-item-has-children.active ul {
  opacity: 1;
  visibility: visible;
  height: auto !important;
}
.header_wrap li.menu-item-has-children ul {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  left: 0;
  top: 60px;
  background-color: #000000c9;
}

.header_wrap li.menu-item-has-children ul li:hover a {
  color: #fffb00;
}
.header_wrap .header_nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 15px 10px;
  font-weight: bold;
}
.header_wrap .header_nav ul li ul a {
  padding: 10px;
  font-size: 20px;
}
.header_wrap .header_nav ul.sub-item li a {
  font-size: 18px !important;
}
.header_wrap .header_icons {
  margin-left: auto;
  position: relative;
  flex-basis: 50%;
}
.header_icons__lang--icon {
  max-width: 26px;
}
.header_icons__wrap {
  flex-basis: 100%;
  justify-content: flex-end;
}
.search_wrapper {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  animation-duration: 1s;
  animation-name: slideOut;
}
.search_wrapper.active {
  opacity: 1;
  visibility: visible;
  animation-duration: 1s;
  animation-name: slidein;
}
.header_icons__wrap.searchActive {
  visibility: hidden;
  opacity: 0;
}
#openSearch {
  color: #fff;
  cursor: pointer;
}
#closeSearch {
  cursor: pointer;
}
.search_inner {
  display: flex;
  width: 100%;
  padding: 0 5px;
  flex-direction: row-reverse;
}
.search_wrapper .close-search {
  flex-basis: 10%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.search_wrapper form {
  flex-basis: 90%;
  color: #000;
}
.social_networks {
  margin-top: unset;
}
.social_networks ul {
  margin-bottom: 0;
  margin-right: 20px;
  margin-left: 10px;
  padding: unset;
}
.social_networks ul li {
  display: inline-block;
}

.social_networks ul li a {
  color: #fff;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-radius: 50%;
}
.footer_k20 .social_networks ul li a {
  color: #959595;
  display: flex;
  width: 26px;
  height: 26px;
}
.social_networks ul li a:hover {
  color: #fff;
}
.social_networks ul li a {
  /* font-size: 14px; */
}
.wpml-ls-legacy-dropdown a {
  padding: 5px 10px 2px !important;
}
.header_icons .wpml-ls.wpml-ls-legacy-dropdown {
  /* max-width: 65px !important; */
  max-width: 82px !important;
}
.header_icons .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  border: 0.25em solid transparent;
  border-top: 0.3em solid;
}
header.header_new {
  overflow: unset;
}

/*slider*/
#mainSlider .slides {
  /* height: calc(100vh - 112px); */
  height: calc(100vh - 70px);
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#mainSlider .slides__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  bottom: 40px;
}

#mainSlider .slides_heading {
  width: 80%;
  z-index: 1;
  bottom: 100px;
  position: relative;
  text-align: center;
}

#mainSlider .slides_heading .author {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}
#mainSlider .slides_heading .author a {
  color: #fff;
  font-weight: 400;
}
#mainSlider .slides__content h1:hover span {
  text-decoration: underline;
  background-color: #fffb00;
  color: #000;
}
#mainSlider .slides__content .author:hover ~ h1 span,
#mainSlider .slides__content .tags:hover ~ h1 span,
#mainSlider .slides_heading.hovered h1 span {
  text-decoration: none;
  background-color: unset;
  color: unset;
}
#mainSlider .tags {
  z-index: 1;
  position: relative;
  /* bottom: 100px; */
}
.tag-section {
  margin-bottom: 0 !important;
}
.tag-posts {
  padding-bottom: 50px;
}
.tag-page {
  display: flex;
  flex-wrap: wrap;
}
.tags.tags--top {
  position: absolute;
  top: 10px;
  left: 15px;
}
#mainSlider .slides_heading h1 a {
  font-size: 60px;
  color: #fff;
  line-height: 1.1em;
  text-align: center;
  font-weight: 700;
}

#mainSlider .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  margin: 0;
  top: 0;
  left: 0;
  background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0) 50%,
          rgba(0, 0, 0, 0.7) 100%
  );
  z-index: 0;
}
article .overlay {
  position: absolute;
  top: 1px;
  left: 0;
  margin: 0;
  display: block;
  background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0) 70%,
          rgba(0, 0, 0, 1)
  );
}
.small_articles .overlay {
  background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0) 50%,
          rgba(0, 0, 0, 1)
  );
}
#mainSlider .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 25px;
  z-index: 10;
  text-align: center;
}
#mainSlider .owl-dots .owl-dot {
  width: 25px;
  height: 5px;
  background-color: #fff !important;
  margin: 0 5px;
  outline: none;
  border-radius: 7px;
}
#mainSlider .owl-dots .owl-dot.active {
  background-color: #fffb00 !important;
}
.podOrd1 {
  order: 1;
}
.pod_vid {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.main-content,
.search .main-content,
.home .main-content,
.page .main-content,
.single .main-content,
.post-type-archive-videosection .main-content {
  margin-top: 80px !important;
  min-height: unset;
  margin-bottom: 0;
}
.photostory-template-default .single-banner {
  margin-top: 80px;
}
.video_full iframe {
  width: 100%;
  height: 50vh;
}
.video_half {
  display: flex;
  justify-content: space-between;
  margin: 100px 0;
  position: relative;
}
.video_half .video_title {
  font-size: 30px;
}
.video_half article.video {
  width: calc(50% - 5px);
  height: 350px;
}
/* .video_half iframe{
  width: calc(50% - 10px);
  height: 250px;
} */
.video_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#videoBg {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.hub_item_wrap {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  /* margin-bottom: 20px; */
  justify-content: center;
  background: #eee;
  color: #000;
  /* -webkit-box-shadow: 5px 8px 15px 0px rgba(173,173,173,1);
  -moz-box-shadow: 5px 8px 15px 0px rgba(173,173,173,1);
  box-shadow: 4px 4px 5px 0px #0000001f; */
  transition: all 0.3s ease-in-out;
}
.hub_item_wrap:hover {
  transform: scale(1.03);
}
.hub_item_wrap:nth-of-type(1) {
  background-color: #ffdab9;
}
.hub_item_wrap:nth-of-type(2) {
  background-color: #ffeecd;
}
.hub_item_wrap:nth-of-type(3) {
  background-color: #ffffe2;
}
.hub_item_wrap:nth-of-type(4) {
  background-color: #eeeeee;
}
.hub_item_wrap:nth-of-type(5) {
  background-color: #dadada;
}

.hub_item_wrap:nth-of-type(even) .hub_item_title {
  justify-content: flex-start;
}
.home_hub_activities {
  margin: 60px 0;
}
.home_hub_activities > h4 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
  float: left;
  text-align: center;
  width: 100%;
}

.hub_item_title {
  flex-basis: 85%;
  display: flex;
  align-items: center;
  padding: 0 5%;
}
.hub_item_date {
  background-color: yellow;
  flex-basis: 15%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 18px 15px 15px;
  align-items: center;
  font-weight: bold;
  /* border-right: 2px solid black; */
  text-transform: uppercase;
}
.hub_item_date .title-date {
  margin: 0;
  font-size: 20px;
}

.video_ads {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}
.video_ads .videos_wrap iframe {
  width: calc(100% - 10px);
  height: 250px;
  margin-bottom: 10px;
}
.video_ads .videos_wrap {
  flex-basis: 60%;
}
.video_ads .video_ads_wrap {
  flex-basis: 40%;
  padding: 0 15px;
}
.video_ads .video_ads_wrap h1 {
  color: #fff;
}
.mx-auto {
  margin: 0 auto;
}
.d-flex {
  display: flex;
  justify-content: center;
}
/* single banner*/
.single-banner {
  /* height: 550px; */
  height: calc(100vh - 80px);
  width: 100%;
  background-size: cover !important;
  background-position: top center;
  background-position: center !important;
}
.hr {
  height: 50px;
  display: flex;
  align-items: center;
}
.hr span {
  width: 75%;
  height: 4px;
  background-color: #fffb00;
}
.hr span:first-child {
  width: 25%;
  height: 4px;
  background-color: #000;
}
.article .article-slider div.swiper-pagination {
  bottom: 0;
}
.single_content_wrap {
  /* padding: 0 10%; */
  float: left;
  position: relative;
  width: 100%;
}
.opacity-0 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.single_heading_wrap {
  width: 100%;
  display: flex;
}
.single_heading {
  text-align: center;
  margin-top: 60px;
}

.single_heading h1 {
  font-size: 44px;
  margin-bottom: 30px;
  margin-top: 20px;
  line-height: 1.2em;
}
.single_heading h2 {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.2em;
}
.article .main-article-content p {
  padding-bottom: 10px;
}

.single .single_content article.main-article-content p em a {
  border-bottom: 2px solid#fffb00;
}
.single .single_content article.main-article-content p a span,
.single .single_content article.main-article-content p a {
  border-bottom: 2px solid#fffb00;
}
.single .single_content article.main-article-content p strong a {
  border-bottom: 2px solid#fffb00;
  font-weight: 600;
}
.single_content.article .col-md-6 .half-box {
  margin-left: -15px;
}

body.post-template-default .content_elementor p a span {
  border-bottom: 2px solid#fffb00;
}

.main-article-content .wp-caption {
  /* width: 100% !important; */
}
.main-article-content .wp-caption img {
  /* width: 100%; */
}
.info_social {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #959595;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.info_social.border-top {
  border-bottom: 0px solid;
  border-top: 1px solid #959595;
  padding-top: 10px;
  margin-top: 10px;
}
.info_social .social_networks ul li a {
  color: #959595;
}
.info_social .info,
.info_social a {
  color: #959595;
  font-size: 14px;
}
.pt-5 {
  margin-top: 50px;
}
.mb-5 {
  margin-bottom: 50px;
}

section.section {
  width: 100%;
  float: left;
}
.single_content {
  float: left;
  width: 100%;
  display: flex;
  flex: 1;
}
.block_section {
  float: left;
  width: 100%;
}
.adv_last {
  padding: 20px 0;
}
.adv_last img {
  object-fit: contain;
}
.adv_bottom {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.adv_single {
  max-width: 80%;
}
.flex-right {
  display: flex;
  justify-content: flex-end;
}
.three_articles .main_articles article .heading {
  /* padding: 0 8px; */
}
section.recommended_articles_single {
  max-width: 300px;
  margin: 0 auto;
}
section.recommended_articles_single .main_articles {
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0;
}
.recommended_articles_single.three_articles .main_articles .article__inner {
  max-height: 170px;
}
.recommended_articles_single.three_articles .main_articles article {
  flex: unset;
  width: 90%;
}
.recommended_articles_single.three_articles
.main_articles
article
.article__content
h2 {
  line-height: 1rem;
}

.recommended_articles_single.three_articles
.main_articles
article
.article__content {
  padding: 5px 0;
  font-size: 16px;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.recommended_articles_single.three_articles
.main_articles
article
.article__content
h2
a {
  font-size: 14px;
  line-height: 5px;
}
.recommended_articles_single .tags {
  font-size: 10px;
  padding: 2px;
}
.recommended_articles_single.three_articles .main_articles article .heading h3 {
  font-size: 12px;
}
.recommended_articles_single.three_articles .main_articles article .heading {
  padding: 5px 10px;
}
.single_content .thecontent p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
}
.small_articles_wrap {
  /* width: 50%;
  margin: 0 auto; */
  float: unset !important;
}
.small_articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article_heading a:hover {
  text-decoration: underline;
}
.small_articles article {
  height: 220px;
  background-size: cover;
  background-position: top left;
  /* width: calc(33.33% - 10px); */
  width: calc(25% - 5px);
  position: relative;
  margin-bottom: 20px;
}

.small_articles article .article_heading {
  position: absolute;
  bottom: 0;
  padding: 10px 12px;
  z-index: 2;
}
.small_articles article .article_heading h2 {
  font-size: 18px;
  line-height: 1em;
  color: #fff;
  min-height: 40px;
}
.small_articles article .article_heading h2 a {
  color: #fff;
  font-weight: bold;
}
.small_articles article .article_heading h3 {
  background-color: transparent;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 5px;
}
.small_articles article .article_heading h3 a {
  color: #fff;
}
.three_articles .main_articles article {
  flex: 0 0 calc(33% - 10px);
  height: auto;
}
.three_articles .main_articles article .article__inner {
  height: 250px;
  position: relative;
}
.three_articles .main_articles article .article__content {
  height: auto;
  margin-bottom: 20px;
  padding: 0 8px;
}
.three_articles.bg_dark .main_articles article .article__content a {
  color: #fff;
}

.three_articles .main_articles article .article__content h3,
.three_articles .main_articles article .article__content h3 a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.2em;
  margin: 5px 0;
}
.three_articles .main_articles article .article__content h2 {
  line-height: unset;
}
.three_articles .main_articles article .article__content h2 a {
  font-size: 24px;
  line-height: 1.2rem;
  font-weight: 500;
  color: #000;
}

.three_articles .main_articles article .heading h2 {
  font-size: 18px;
  line-height: 1.2em;
}
.three_articles .main_articles article .heading h3 {
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 5px;
  background-color: transparent;
}
.main_articles {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0;
}
.three_articles .main_articles {
  padding: 20px 0 20px;
}
.header_line.cl_black {
  margin: 20px 0 35px;
}
.header_line.cl_black::after {
  background-color: #000;
}
.header_line.cl_black h1 {
  color: #000;
}
.main_articles article {
  position: relative;
  margin: 0;
  margin-bottom: 10px;
  /* flex: 0 0 calc(50% - 5px); */
  height: 320px;
  color: #fff;
  width: calc(50% - 5px);
}
.main_articles article h2:hover span {
  text-decoration: underline;
  background-color: #fffb00;
  color: #000;
}
.main_articles article .tags:hover ~ h2 span {
  text-decoration: none;
  background-color: unset;
  color: #fff;
}
.main_articles article h3:hover ~ h2 span {
  text-decoration: none;
  background-color: unset;
  color: #fff;
}

.main_articles article h2 a,
.main_articles article h3 a,
.video .heading h3 a {
  color: #fff;
}

/* .main_articles article h2 a:hover,
.main_articles article h3 a:hover,
.video .heading h3 a:hover{
  text-decoration: underline;
} */
.video .heading {
  width: 100%;
  padding: 10px;
  background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 1) 100%
  );
}
.main_articles article figure {
  height: 100%;
  background-position: top center;
  background-size: cover;
}
.main_articles article .heading {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 1) 100%
  );
}
.main_articles article .heading h2 {
  color: #fff;
  font-size: 26px;
  line-height: 1.1em;
}
.main_articles article .heading h3,
.video .heading h3 {
  color: #fff;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 100;
  text-transform: capitalize;
}

.video .heading h2:hover span {
  text-decoration: underline;
  background-color: #fffb00;
  color: #000;
}
.video .video__inner .tags:hover ~ h2 span,
.video .video__inner h3:hover ~ h2 span {
  text-decoration: none;
  background-color: unset;
  color: #fff;
}
.k20_ads,
.k20_ads-banner {
  width: 100%;
  max-height: 150px;
  text-align: center;
  margin-top: 50px;
  float: left;
}
.k20_ads-banner {
  margin-bottom: 50px;
}
.k20_ads img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header_line h1 {
  display: inline-block;
  position: relative;
  font-weight: 500;
}
.header_line {
  position: relative;
  margin: 20px 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.header_line::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fffb00;
  position: absolute;
  top: calc(100% - 30px);
}
.header_line h1 {
  color: #fffb00;
  margin-right: 30px;
}
.bg_black {
  background-color: #1a1a1a;
  color: #fff;
}
.two_articles {
  padding: 75px 0;
}
.two_articles .main_articles {
  padding: 0;
}
.two_articles .main_articles article.loaded {
  /* opacity: 0; */
  /* animation: all 1s ease-in; */
}
.two_articles .main_articles article.loaded.reveal {
  opacity: 1;
}
a.more_posts {
  background-color: #fffb00;
  color: black;
  border: 0px solid;
  border-radius: 5px;
  margin-top: 20px;
  border: 1px solid #fffb00;
}
a.more_posts:hover {
  background-color: #fffb00;
  border: 1px solid #000;
}
.more_posts .spin {
  animation: spin 2s infinite linear;
}
.two_articles article {
  margin-bottom: 0;
}
.two_articles .main_articles article {
  flex: 0 0 calc(50% - 5px);
  margin-bottom: 10px;
}
.bg_yellow {
  background-color: #fffb00;
}
.bg_yellow h1,
.bg_yellow p {
  color: #000;
}
.bg_yellow .header_line::after {
  background-color: #000;
}

.bg_dark {
  background-color: #000;
}
.bg_dark h1,
.bg_dark h3,
.bg_dark p {
  background-color: #000;
  color: #fff;
}
.bg_dark .header_line::after {
  background-color: #fff;
}
.bg_dark .tags_black {
  background-color: #fffb00;
  color: #000;
}
.bg_dark .tags_black a {
  color: #000 !important;
}
.bg_dark .more_articles a {
  border: 1px solid;
  background-color: #fffb00;
  box-shadow: 3px 3px 0px 0px #fffb00;
}
.videoModal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
  display: flex;
  opacity: 0;
  visibility: hidden;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.65);
}
.videoModal.open {
  opacity: 1;
  visibility: visible;
}
.videoModal .modal_content {
  background-color: #e7e7e7;
  width: 80%;
  height: 80%;
  padding: 30px;
  position: relative;
  max-width: 994px;
  opacity: 0;
  visibility: hidden;
}

.videoModal.open .modal_content {
  opacity: 1;
  visibility: visible;
  animation: fromBottom 0.5s ease-in-out;
}
.videoModal .modal_content iframe {
  width: 96%;
  height: 86%;
  margin: 0 auto;
  display: block;
}
.videoModal .modal_content a {
  font-size: 24px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  cursor: pointer;

  /* margin: 0 auto 20px; */
}
.videoModal .modal_content a:hover {
  text-decoration: underline;
}
.modalClose {
  position: absolute;
  top: 0px;
  right: 5px;
  cursor: pointer;
  color: #000;
}
.video_main .video {
  width: 100%;
  height: 500px;
  margin-bottom: 40px;
}
/* .video_main .video:hover{
  cursor: pointer;
  text-decoration: underline !important;
} */
.video_main .video__inner {
  width: 100%;
  height: 100%;
  /* background: url('./assets/img/placeholderimg.png') no-repeat; */
  background-position: center;
  background-size: cover;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0px;
}
.video__inner {
  width: 100%;
  height: 100%;
  /* background: url('./assets/img/placeholderimg.png') no-repeat; */
  background-position: center;
  background-size: cover;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0px;
  cursor: pointer;
}
.video .video_title {
  color: #fff;
  z-index: 10;
  margin: 5px 0;
}
.load-more-tags:hover {
  color: #ffffff !important;
}
.video .video_subtitle {
  font-weight: 500;
}
.video .video_title:hover {
  text-decoration: underline;
  cursor: pointer;
}
.video_ads .videos_wrap article.video {
  height: 200px;
  display: flex;
  margin-bottom: 15px;
}
.video_ads .videos_wrap article.video .video__inner {
  flex: none;
  width: 60%;
}
.video_ads .videos_wrap article.video .video__content {
  flex-basis: 40%;
  padding: 0 10px;
}
.play_btn {
  width: 50px;
  height: 50px;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}
.small_videos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.small_videos .video {
  width: calc(33% - 5px);
  height: auto;
  margin-bottom: 20px;
}

/* .small_videos .video:hover{
  cursor: pointer;
  text-decoration: underline !important;
} */
.small_videos .video__inner {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.small_videos .video__heading h3 {
  font-size: 22px;
  color: #fff;
  line-height: 1.2em;
  margin: 5px 0;
}
.video_main .video__inner h3 {
  color: #fff;
  z-index: 1;
}
.small_videos .play_btn {
  width: 50px;
  height: 50px;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}
.videos_main {
  width: 100%;
  display: inline-block;
}

.video .play_btn {
  position: absolute;
  background: url("./assets/img/play.svg") no-repeat;
  background-size: contain;
}
.video_main .play_btn {
  width: 70px;
  height: 70px;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
}
.videos_main .video_item {
  height: 200px;
  width: calc(33.33% - 20px);
  margin-bottom: 20px;
  float: left;
  background-size: cover;
  position: relative;
  background-position: top center;
}
.video_item iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.videos_main .video_item.v_large {
  /* width: calc(66.67% - 10px); */
  width: 100%;
  height: 470px;
  /* margin-right: 30px; */
}

.videos_others {
  display: flex;
  flex-wrap: wrap;
}
.videos_others .video_item_wrap {
  flex-basis: calc(33.33% - 10px);
  margin-right: 15px;
  margin-bottom: 30px;
}
.video_item_wrap .caption p {
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  line-height: 1.2em;
  font-family: "GravurCondensed";
}
.videos_others .video_item {
  height: 200px;
  margin-bottom: 20px;
  position: relative;
  background-size: cover;
}
/* .video_item .heading{
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 30px 20px;
} */
.tags {
  font-weight: bold !important;
  color: #000;
}
.tags a {
  font-weight: bold !important;
}
.video_item .heading .tags {
  color: #000;
}
.video_item .heading {
  position: absolute;
  bottom: 0;
  z-index: 1;
  padding: 15px 10px;
}

.video_item .heading h3 {
  font-size: 18px;
  line-height: 1em;
}
.video_item.v_large h3 {
  font-size: 30px;
}
.videos_main .video_item.v_large {
  padding: 40px 30px;
}
.video_item .heading h1,
.video_item .heading h2,
.video_item .heading h3 {
  color: #fff;
}
/* .videos_others .video_item:nth-of-type(3n){
  margin-right: 0 !important;
} */
.videos_others .video_item_wrap:nth-of-type(3n) {
  margin-right: 0 !important;
}
.videos_main h1,
.videos_otherssection h1 {
  color: #fff;
}

.playVideo {
  display: inline-block;
  background: url("./assets/img/play.png") no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background-size: 50px;
  background-position: center;
  background-position-y: 40%;
}
.video_item.v_large .playVideo {
  background-size: 100px;
  background-position: center;
  background-position-y: 50%;
}
.full-width-image {
  width: 100vw;
  max-width: 1915px;
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
.full-width-image img {
  width: 100%;
}
/*newsgrid*/
.news_grid__wrap {
  display: flex;
  padding-bottom: 100px;
  position: relative;
}
.news_grid__wrap > * {
  flex-basis: 50%;
}
.news_grid .news_grid__main {
  display: flex;
  align-items: center;
  /* padding: 40px 0; */
}
.news_grid .news_grid__main article {
  height: 100%;
  width: 100%;
  background-size: cover;
  position: relative;
  display: flex;
  background-position: center;
}
.news_grid .news_grid__main article a {
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 20px 20px;
}
.news_grid .news_grid__main article h2 {
  color: #fff;
  font-size: 30px;
  line-height: 1.2em;
}
.news_grid__others {
  display: flex;
  flex-wrap: wrap;
  padding-left: 80px;
  justify-content: space-between;
}
.news_grid__others article {
  flex-basis: 50%;
  border-bottom: 1px solid;
  padding: 5px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.bg_dark .news_grid__others article {
  border-bottom: 1px solid #fff;
}
.news_grid__others article:nth-child(odd) {
  padding-right: 7px;
}
.news_grid__others article:nth-child(even) {
  padding-left: 7px;
}

.news_grid__others article:nth-child(1),
.news_grid__others article:nth-child(2) {
  padding-top: 0;
}
.news_grid__others article h3 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 1.2em;
  max-width: 95%;
  min-height: 42px;
}
.news_grid__others article h3 a {
  font-weight: bold;
}
.news_grid__others article h3 a:hover {
  text-decoration: underline;
}
.news_grid__others article .author {
  font-size: 16px;
  position: relative;
  line-height: 1em;
  display: flex;
}
.news_grid__others article .author a {
  margin-left: 5px;
}

.bg_dark .news_grid__others article .author,
.bg_dark .news_grid__others article a {
  color: #fff;
}
.news_grid .overlay {
  position: absolute;
  top: 1px;
  left: 0;
  margin: 0;
  display: block;
  background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0) 70%,
          rgba(0, 0, 0, 1)
  );
}
.author_k20:hover {
  text-decoration: underline;
}
.more_articles {
  position: absolute;
  right: 0;
  bottom: 40px;
}
div.article-quote .article-description {
  margin-top: 10px;
}
.more_articles.more_v2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 15px;
  margin-top: 60px;
  right: 0;
}
.more_articles a {
  width: 190px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  box-shadow: 3px 2px 0px 1px;
}
.more_articles.more_v2 a {
  border: 1px solid;
  background-color: #fffb00;
  box-shadow: 3px 3px 0px 0px #fffb00;
}
.tags_black {
  background-color: #000;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: inline-block;
  padding: 5px;
  text-transform: uppercase;
  color: #fffb00;
}
.tags_black a {
  color: #fffb00;
}
.tags_black a:hover {
  color: #fffb00;
  text-decoration: underline;
}
.ytp-gradient-top {
  height: 100% !important;
  left: 0;
  background: linear-gradient(
          to top,
          rgba(0, 0, 0, 0) 70%,
          rgba(0, 0, 0, 1)
  ) !important;
}
.overlayk20 {
  top: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 1) 100%
  );
}
.bg_black p {
  color: #fff;
}
.containerK20 {
  padding-right: 75px;
  padding-left: 75px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  float: left;
}
.ptb-75 {
  padding: 75px 0;
}
.k20_comments {
  display: flex;
  justify-content: center;
  width: 100%;
}
#comments {
  width: 100%;
}
.k20_comments #respond {
  background-color: #fffb00;
  padding: 10px;
  margin: 30px 0;
}
.mx-auto {
  margin: 0 auto;
  float: unset;
}
.my-4 {
  margin: 40px 0;
}
.f-center {
  display: flex;
  justify-content: center;
}
.authorSlider .author-slider li {
  border-bottom: 1px solid #959595;
}
.authorSlider .author-slider li:first-child {
  border-top: 1px solid #959595;
}
.k20_comments #reply-title,
.k20_comments p.form-submit {
  padding: 15px 15px 30px;
}
.comment-table-k20 p {
  margin: 0;
  padding: 7px;
}
.comment-table-k20 ul {
  padding: 0;
}
.comment-table-k20 ul li {
  list-style: none;
  border-bottom: 1px solid #959595;
  padding: 15px 0;
}
.comment-table-k20 ul li span {
  text-transform: uppercase;
}
.comment-table-k20 ul li:first-of-type {
  /* border-top:1px solid #959595; */
}
.comment-table-k20 #commentform {
  display: none !important;
}
/*footer*/
footer.footer_k20 {
  color: white;
  z-index: 1;
  background-color: #1a1a1a;
  float: left;
  font-family: "GravurCondensed";
}
footer.footer_k20 p {
  font-family: "GravurCondensed";
}
.footer_wrap {
  display: flex;
}
.footer_k20 ul.menu {
  padding: 0;
}
.footer-col {
  background-color: #1a1a1a;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer_list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer_list h4 {
  color: #959595;
  margin-bottom: 20px;
  font-size: 20px;
}
.footer_list ul {
  list-style: none;
  padding: 0;
  display: inline-block;
}
.footer_list li {
  list-style: none;
}
.footer_list li .mc4wp-form input[type="email"] {
  background-color: transparent;
  border-bottom: 1px solid #707070;
  outline: none;
}
.footer_list li .mc4wp-form input[type="email"]::placeholder,
.footer_list li .mc4wp-form input[type="email"] {
  color: #fff;
  padding: 0;
}
.footer_list li .mc4wp-form p {
  text-align: center;
}
.footer_list li .mc4wp-form p input[type="submit"] {
  background-color: transparent;
  color: #fffb00;
  width: auto !important;
}
.footer_wrap .footer_social {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  padding-left: 0;
}
.footer_social > * {
  width: 100%;
  padding: 15px;
}
.footer_social .info {
  height: 70%;
}
.footer_social .social {
  height: 40%;
}
.footer_social .info {
  background-color: #101010;
  font-size: 20px;
  display: flex;
  align-items: flex-start;
}
.footer_social .details {
  display: flex;
  width: 70%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.footer_social .info_inner {
  display: flex;
  align-items: center;
}
.footer_social .details a {
  color: #959595;
}
.footer_social .details a:hover {
  color: #fff;
}
.footer_social .social {
  background-color: #2c2c2c;
}
.footer_social img {
  max-width: 75px;
  object-fit: contain;
  margin-right: 10px;
}
.footer_social .kmshk-img{
  max-width: 55px;
}
.footer_k20 p,
.footer_k20 li,
.footer_k20 a {
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  line-height: 26px;
}
.footer_list a:hover {
  color: #959595;
}

.footer_social .social {
  display: flex;
  align-items: center;
  color: #959595;
  text-transform: uppercase;
  font-weight: 600;
}
.footer_social .social_networks a {
  font-size: 16px;
}

.w-l-15 {
  float: left;
  width: 15%;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  justify-content: center;
}
.w-l-20 {
  float: left;
  width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  justify-content: center;
}
.w-l-25 {
  float: left;
  width: 30%;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  justify-content: center;
}
.w-l-30 {
  float: left;
  width: 30%;
  padding-right: 15px;
  padding-left: 15px;
}
.bg_gray {
  background-color: #1a1a1a;
}
.bg_lightgray {
  background-color: #242424;
}
#konteksti-playlist {
  list-style: none;
  padding: 5px;
}
#konteksti-playlist li a {
  color: black;
  text-decoration: none;
}
.footer_list.subscribe_form {
  width: 70%;
}
.footer_list.subscribe_form li {
  width: 100%;
}
.loadmore-icon {
  width: 20px;
  height: 20px;
  background-image: url("./assets/img/spin.png");
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 3px;
}
.newblogbox .blog-wrapper .col-md-4 .blog-post img {
  height: 220px;
  object-fit: cover;
  object-position: center;
}
div.blog-wrapper .blog-post img {
  height: 350px;
  object-fit: cover;
}
.page-template-page-features .col-md-6 img {
  height: 300px;
  object-fit: cover;
}
.page-template-warstories .footer_social {
  display: none;
}
.blog-post .overlay-post-new.gradient {
  width: 100%;
}

.blog-post .overlay-post-new.gradient h2 {
  color: white;
}

.blog-post:hover .overlay-post-new.gradient h2 {
  color: black;
}
.blog-post:hover .overlay-post-new.gradient h2 span {
  background: #fffb00;
  color: #000;
  text-decoration: underline;
}
/* .blog-post .overlay-post-new.gradient span {
  color: white;
}
.blog-post .overlay-post-new.gradient:hover span {
  color: black;
} */
.overlay-post-new.gradient {
  position: absolute;
  left: 0;
  bottom: 0;
}
.overlay-post-new.gradient .overlay-inner {
  background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 0.6) 100%
  );
  color: #fff;
  padding: 10px;
}
.overlay-post-new.gradient .overlay-inner h4,
.overlay-post-new.gradient .overlay-inner .author a {
  color: #fff;
}
/* .blog-post:hover h4 span, .blog-post:hover  a h5 span {
  background: #FFFB00;
  color: #000;
} */

.blog-post:hover h4 span:hover,
.blog-post:hover a h5 span:hover {
  background: #fffb00 !important;
  color: #000 !important;
}
div.left,
div.right {
  opacity: 1;
  background: transparent;
}
.swiper-slide .full-background .center-text-slider p {
  display: inline-block;
  background: black;
  color: white;
  padding: 5px;
}
.slider_nav {
  background-color: black;
}
.slider_nav .menu .swiper-pagination {
  position: relative;
  top: -3px;
}
div.swiper-full-height {
  height: 88vh;
  margin-top: 70px;
}
.swiper-full-height + .slider_nav {
  height: 5vh;
}
div.swiper-full-height .social-share {
  position: absolute;
  bottom: 3%;
  right: 3%;
  left: unset;
  top: unset;
  z-index: 9;
  background-color: black;
  display: flex;
}
.swiper-full-height .social-share ul li {
  display: inline-block;
}
div.swiper-full-height .social-share ul {
  margin: 0;
  padding: 5px;
}
.swiper-button-prev > i,
.swiper-button-next > i {
  background-color: #fffb006b;
  color: black;
  padding: 0px 10px 0px 7px;
}
.swiper-button-prev > i {
  padding: 0px 10px 0px 5px;
}
.swiper-button-next > i {
  padding: 0px 5px 0px 10px;
}
.full-background {
  height: 100vh;
  overflow: hidden;
  max-height: 100%;
}
div.swiper-button-next,
div.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
div.background-color-image {
  margin: 0 auto;
  text-align: center;
  display: table;
  padding: 100px;
  width: 100%;
  padding: 0;
}
/* .swiper-full-height .full-background .background-color-image{
  margin: 0 auto;
  text-align: center;
  display: flex;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  justify-content: center;
  align-items: center;
} */
.page-template-page-magazine .contributors-wrapper {
  margin-top: 30px;
}
div.swiper-full-height
.swiper-wrapper
.swiper-slide
.slide-content:not(.center) {
  background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 1) 100%
  );
  width: 100%;
  max-width: unset !important;
  bottom: 0;
  padding: 20px 0 40px;
}
.overflow_hidden {
  overflow: hidden;
}
.search_mob input {
  outline: none !important;
  font-size: 14px;
}
.no-posts {
  margin: 60px 0;
}

.donate-subscribe-container {
  margin-top: 50px;
}
.donate-subscribe-container h2 {
  text-align: center;
  font-size: 48px;
}
.donation {
  padding-top: 75px;
  text-align: center;
  margin: 75px 0;
}
.donation-description {
  padding: 20px 30px 10px 30px;
}
.donation-block {
  display: flex;
  justify-content: space-around;
  padding: 40px;
  margin: 20px auto 70px auto;
  position: relative;
  background: #f9f9f9;
}
.donation-left {
  width: 400px;
  align-items: center;
  justify-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.donation-block h2 {
  font-size: 48px;
  margin: 0;
  color: #333;
}
.donation-block p {
  margin: 10px 0;
  color: #444;
}
.donation-block button {
  display: block;
  padding: 10px 45px;
  font-weight: 700;
  border: 2px solid #000;
  color: #000;
  text-transform: uppercase;
  transition: all 0.5s;
  margin: 49px auto 0 auto;
  background-color: #fffb00;
}
.donation-block button:hover {
  color: #fff;
  background-color: #000;
}
.donation-block a:disabled {
  pointer-events: none;
  color: gray;
  text-decoration: none;
  cursor: not-allowed;
}
#number-input-form {
  margin-bottom: 18px;
  padding: 40px 20px;
  background-color: #fff;
  border: 2px solid #000;
  width: 320px;
}
#number-input {
  width: 94px;
  background-color: transparent;
  border-bottom: 1px solid #707070;
  outline: none;
  font-size: 50px;
  font-weight: 600;
}
.valuePadding {
  border: 0 inset #ccc;
  font-size: 50px;
  padding-left: 4px;
  font-weight: 600;
}
.valuePadding input {
  border: none;
  padding: 0px;
  outline: none;
}
.disabled-link {
  pointer-events: none;
  color: gray;
  text-decoration: none;
  cursor: not-allowed;
}
.subscription {
  background-color: #EEE;
}
.subscription-container {
  border: 0 solid black;
  padding-top: 60px;
  margin-bottom: 100px;
}
.subscription-description {
  padding: 0 30px;
}
.package-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.package {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #000000;
  padding: 20px;
  transition: transform 0.2s ease;
  width: 320px;
  background-color: #fff;
  margin-bottom: 10px;
}
.package:hover {
  transform: scale(1.05);
}
.package-header {
  color: #33332d;
  padding: 0 0 10px 0;
  text-align: center;
  font-size: 36px;
}
.package-content {
  padding: 20px;
  font-size: 16px;
  background-color: #ffffff;
  text-align: left;
}
.package-price {
  background-color: #ffffff;
  color: #000000;
  padding: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 56px;
  min-height: 100px;
}
.package-button {
  text-align: center;
  padding: 13px 0px;
  border: 2px solid black;
  margin: 20px 45px;
  background-color: #fffb00;
  transition: all 0.5s;
  text-transform: uppercase;
  font-weight: 700;
}
.package-button:hover {
  background-color: #000;
  color: #fff;
}
.support-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 120px 20px 70px 20px;
  align-items: start;
}
.support-left-box {
  min-width: 250px;
  position: sticky;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.support-package-left-box {
  top: 100px;
}
.selected-package {
  padding: 0;
  transition: transform 0.2s ease;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.duration-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.duration-container input[type="radio"] {
  height: 35px;
  margin-right: 5px;
}
.duration-options {
  display: inline-block;
  text-align: center;
  margin: 5px;
}
.duration-options input[type="radio"] {
  display: block;
  margin: 0 auto;
}
.duration-options label {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.duration-options input[type="radio"]:checked {
  background-color: #fffb00;
}
.payment-status {
  text-align: center;
  margin-bottom: 140px;
}
.support-left-box .wpcf7-form-control {
  background-color: #ffffff;
  border: 1px solid #000000;
  width: 100%;
  margin-bottom: 20px;
}
.support-left-box .wpcf7 input[type="radio"] {
  margin-bottom: 10px 0;
}
.support-left-box .wpcf7-submit {
  clear: both;
  padding: 10px 20px;
  font-weight: 700;
  border: 2px solid #000;
  color: #000;
  text-transform: uppercase;
  transition: all 0.5s;
  background: #fffb00;
}
.support-left-box .wpcf7-submit:hover {
  color: #fff;
  background-color: #000;
}
.selected-package {
  display: flex;
  align-items: center;
}

.package-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.duration-dropdown {
  color: #33332d;
  padding: 5px;
  text-align: center;
  font-size: 22px;
  margin-right: 20px;
  border-radius: 0;
  border: 0;
  outline: 2px solid;
  border-right: 10px solid transparent;
}

.subscription-header {
  margin-left: 0;
}
.select-package-price {
  color: #33332d;
  padding: 20px 0 10px 0;
  text-align: center;
  font-size: 36px;
  display: flex;
  align-items: center;
  margin: auto;
}
.support-left-box .wpcf7-radio {
  border: none;
}
.support-left-box .wpcf7-acceptance {
  border: none;
}
.support-left-box .wpcf7-list-item {
  margin: 0 10px;
}
.support-left-box .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.support-left-box .wpcf7-list-item label input {
  margin-right: 10px;
  width: 20px;
  margin-bottom: 2px;
}
.support-left-box .wpcf7-list-item label a {
  font-weight: 700;
  color: #0075ff;
  text-decoration: underline;
}
.subscription-terms-box input[type=checkbox]{
  margin: 0;
}
.support-form-header {
  margin-bottom: 20px;
}
.subscription-terms-box .wpcf7-list-item-label {
  font-size: 17px;
}
.subscription-submit-button {
  text-align: center;
  margin-top: 15px;
}
.hive-title {
  margin: 30px 0;
}
.hive-subtext {
  font-size: 17px;
  font-style: italic;
}
.donation-amount-description {
  font-size: 32px;
  padding-bottom: 36px;
}
.package-check-list {
  list-style-type: none;
  padding-left: 5px;
}
.package-check-list li::before {
  content: "\2713";
  margin-right: 0.6em;
  font-weight: bold;
}
.package-check-list li {
  font-size: 20px;
  font-family: Cardo, serif;
  margin: 0 0 10px;
}
.package-content p {
  margin: 10px 0 20px 0;
}
.subscription-commitment {
  font-size: 16px;
  line-height: 22px
}

@media screen and (min-width: 1580px) {
  .article-main-image {
    width: 100% !important;
    display: table !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    height: 900px !important;
    overflow: hidden !important;
    background-position: center 0 !important;
    min-width: 1280px !important;
  }

  .article .container {
    margin-top: -120px;
  }
}

@media screen and (min-width: 1700px) {
  .article .container {
    margin-top: -70px !important;
  }
}
@media screen and (min-width: 1800px) {
  .main_articles article {
    /* height: 400px; */
    height: 370px;
  }
  .three_articles .main_articles article {
    /* height: 250px; */
  }
}
@media screen and (min-width: 1880px) {
  .article .container {
    margin-top: -50px !important;
  }

  .header_wrap .header_nav ul li a {
    font-size: 23px;
  }
}
@media screen and (min-width: 992px) {
  .header_wrap li.menu-item-has-children i {
    margin-left: 5px;
    font-size: 16px;
    padding-top: 2px;
  }
  .hide_desktop {
    display: none;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1500px) {
  .article-main-image {
    height: 680px !important;
  }
}

@media screen and (min-width: 1150px) and (max-width: 1299px) {
  .article-main-image {
    height: 580px !important;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1150px) {
  .article-main-image {
    height: 520px !important;
  }
}
@media screen and (min-width: 820px) and (max-width: 1020px) {
  .article-main-image {
    height: 450px !important;
  }
}

@media screen and (max-width: 767px) {
  .donation-block {
    width: calc(100% - 40px);
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .donation {
    padding-top: 10px;
  }
  .donation-left {
    width: 100%;
  }
  .support-left-box {
    width: 100%;
  }
  .donation-description {
    padding: 20px 30px 40px 30px;
  }
  #number-input-form {
    width: 100%;
  }
  .package {
    max-width: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .package-content {
    padding: 20px 0;
  }
  .support-container {
    margin: 100px 0 40px 0;
  }
  .support-left-box {
    order: 2;
  }
  .support-right-box {
    order: 1;
  }
  div.hero .hero-image img {
    height: 240px;
  }
  .main_articles article {
    height: 280px;
  }
  #mainSlider .slides_heading .author {
    font-size: 14px !important;
  }
  .single_content.article .col-xs-12 {
    padding: 0;
  }
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: 0;
  }
  .social_networks ul {
    margin: 0 !important;
  }
  .social_networks ul li a {
    width: 25px;
    height: 25px;
  }
  .two_articles .main_articles article {
    flex: 0 0 100%;
  }
  .main_articles article .heading h3,
  .video .heading h3 {
    font-size: 16px !important;
  }
  #mainSlider .slides {
    height: 40vh;
  }
  .single-banner {
    height: 30vh;
  }
  .single_heading h1 {
    font-size: 28px;
  }
  .single_heading h2 {
    font-size: 18px;
  }

  .video_ads,
  .video_half {
    flex-wrap: wrap;
  }
  .video_ads .videos_wrap {
    flex-basis: 100%;
  }
  .video_half article.video {
    height: 250px;
    margin-bottom: 15px;
    width: 100%;
  }
  .videoModal .modal_content {
    background-color: #e7e7e7;
    width: 95%;
    height: 400px;
    padding: 15px;
    position: relative;
    max-width: 994px;
    opacity: 0;
    visibility: hidden;
  }
  .video_main .video {
    height: 300px;
  }
  .small_videos .video__inner {
    height: 220px;
  }
  .small_videos .video {
    width: 100%;
  }
  .news_grid__wrap {
    padding-bottom: 100px;
  }
  .podcast_latest {
    height: auto;
  }
  .more_articles a {
    width: 120px;
    height: 38px;
  }
  .podcast_container .more_articles.more_v2 {
    padding: 15px 10px;
  }
  .podcast_container .more_articles.more_v2 {
    bottom: 0;
  }
  .header_new {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  .hub_item_wrap {
    flex-direction: column-reverse;
  }
  .hub_item_date {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 5px;
  }
  .hub_item_title {
    padding: 15px 10px;
    text-align: center;
    justify-content: center;
  }
  .hub_item_date .title-date {
    font-size: 16px;
  }
  .hub_item_wrap:nth-of-type(even) .hub_item_title {
    justify-content: center;
  }
  .podcast_latest_wrap {
    height: auto;
    padding: 15px 0 0;
    background-image: none !important;
    background-color: #1a1a1a !important;
  }
  .three_articles .main_articles article .article__content {
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .header_line {
    padding: 0 15px;
  }
  .podcast_latest_wrap .overlay {
    /* display: ; */
  }
  .podcast_latest {
    flex-direction: column;
    border-bottom: 40px;
  }
  .podcast_latest .podcast__image {
    height: 220px;
  }
  .podcast_latest .podcast__image img {
    /* object-fit: contain; */
  }

  .podcast__content--heading a {
    color: #fff;
  }
  .podcast_latest .podcast__content {
    padding: 10px;
  }
  .podcast_latest .podcast__content--audio {
    margin-top: 20px;
  }
  .three_articles .main_articles article {
    flex: 0 0 100%;
  }
  .lang_switcher_mob {
    /* width: 50%; */
    max-width: 70px;
  }
  .lang_switcher_mob .wpml-ls-legacy-dropdown a {
    border: 0 !important;
  }
  .lang_switcher_mob
  .wpml-ls-statics-shortcode_actions
  .wpml-ls-current-language
  > a {
    color: #000;
  }
  .lang_switcher_mob .wpml-ls-statics-shortcode_actions,
  .lang_switcher_mob .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu,
  .lang_switcher_mob .wpml-ls-statics-shortcode_actions a,
  .lang_switcher_mob
  .wpml-ls-statics-shortcode_actions
  .wpml-ls-current-language:hover
  > a,
  .lang_switcher_mob
  .wpml-ls-statics-shortcode_actions
  .wpml-ls-current-language
  > a:focus {
    background-color: #fffb00 !important;
    color: #000 !important;
  }
  .header_nav_mob--social {
    background-color: transparent;
    color: #000;
    width: 40%;
    display: flex;
    justify-content: center;
    padding: 2px 0;
    height: 100%;
    align-items: center;
  }

  .header_nav_mob--social .search_mob {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_nav_mob--social .search_mob #openSearch {
    color: #000;
  }
  .header_nav_mob--social .search_wrapper {
    bottom: -52px;
    background-color: #fff;
    left: 0;
  }
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    border: 0.25em solid transparent;
    border-top: 0.3em solid;
  }
  .header_nav_mob--social .search_mob.searchActive .search_wrapper {
    visibility: visible;
    opacity: 1;
  }
  .header_wrap_mob {
    display: flex;
    flex-direction: column;
  }
  .header_wrap_mob .logo_wrap img {
    height: 100%;
    width: 100%;
    max-height: 80px;
    object-fit: cover;
    max-width: 100px;
  }
  .header_wrap_mob .logo_wrap {
    display: flex;
    justify-content: space-between;
    background-color: #fffb00;
    position: relative;
    align-items: center;
  }
  .header_wrap_mob nav.header_nav_mob {
    display: flex;
    justify-content: center;
    flex-basis: 80%;
    background-color: #eee;
  }
  .header_wrap_mob .menu-menu-mobile-container,
  .header_wrap_mob .menu-mobile-menu-container,
  .header_wrap_mob .menu-mobile-menu-eng-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .header_wrap_mob #menu-menu-mobile {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
  }
  #menu-menu-mobile .menu-item-has-children > ul {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 126px;
    width: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
  }

  #menu-menu-mobile .menu-item-has-children.active > ul {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    height: 100vh;
    overflow: scroll;
  }
  .menu-item-has-children li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: center;
  }
  .header_wrap_mob #menu-menu-mobile li {
    display: flex;
  }
  .header_wrap_mob #menu-menu-mobile li a {
    display: flex;
    align-items: center;
    color: #4c4c4c;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
  }
  .menu-item-has-children li a {
    font-weight: 100 !important;
    font-size: 14px !important;
  }
  #menu-menu-mobile > li.menu-item-has-children a i {
    margin-left: 5px;
  }
  .header_new > .container-fluid {
    padding: 0 !important;
  }
  .adv_last {
    padding: 20px 15px !important;
  }
  .small_articles article {
    width: 100%;
  }
  .adv_mobile {
    max-width: 320px;
    max-height: 320px;
    margin: 0 auto 20px;
  }
  .adv_mobile img {
    object-fit: contain;
  }

  .hide_mob {
    display: none;
  }
  #mainSlider .slides_heading {
    width: 80%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #mainSlider .slides_heading h1,
  #mainSlider .slides_heading h1 a {
    font-size: 30px;
  }
  .main_articles article {
    flex: 0 0 100%;
  }
  .main_articles article:last-of-type {
    margin: 0;
  }
  .main_articles {
    padding: 40px 0;
  }
  .home_articles_sli {
    padding-top: 0;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .header_line h1 {
    font-size: 30px;
    line-height: 1;
  }
  .header_line::after {
    top: calc(100% - 18px);
  }

  .videos_main {
    display: flex;
    flex-wrap: wrap;
  }
  .videos_main .video_item.v_large {
    padding: 15px 10px;
    flex-basis: 100%;
    margin: 0;
    height: 300px;
  }
  .videos_main .video_item {
    height: 300px;
    width: unset;
    flex-basis: 100%;
  }
  .video_item.v_large .playVideo {
    background-size: 50px;
  }
  .videos_others .video_item_wrap {
    flex-basis: 100%;
    margin-right: 0;
  }
  .videos_others .video_item {
    margin-bottom: 10px;
  }
  .video_item_wrap .caption p {
    text-align: center;
  }
  .news_grid__wrap {
    flex-wrap: wrap;
  }
  .news_grid__wrap > * {
    flex-basis: 100%;
  }
  .news_grid__others {
    padding: 15px 0 0 0;
  }
  .more_articles {
    position: absolute;
    right: 10px;
  }
  .two_articles article {
    margin-bottom: 20px;
  }
  .news_grid .news_grid__main article h2,
  .main_articles article .heading h2 {
    font-size: 24px;
  }
  .main_articles article .heading h3 {
    font-size: 16px !important;
    line-height: 1;
  }
  .news_grid .news_grid__main article {
    max-height: 350px;
  }
  .footer_wrap {
    flex-wrap: wrap;
  }
  .footer_social .details {
    width: unset;
  }
  .footer_social .social,
  .footer_social .info {
    justify-content: center;
  }
  .w-l-15,
  .w-l-20,
  .w-l-25 {
    width: 50%;
  }
  .w-l-25.footer_social {
    width: 100%;
  }
}
.magazine-item .magazine-image {
  height: 400px;
}
.magazine-wrapper {
  float: left;
  width: 100%;
}
section.magazine-wrapper {
  padding-bottom: 40px;
}
a.posts-more-btn {
  border: 2px solid;
  background-color: #fff;
  font-weight: 700;
  margin-top: 45px;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
}
a.posts-more-btn:hover {
  border: 2px solid #000;
  background-color: #000 !important;
  color: #fff !important;
  cursor: pointer;
}
a.posts-more-btn.video-load-more:hover {
  background-color: #fff !important;
  color: gray !important;
}
.longform-load-more {
  margin-bottom: 40px;
}
.load_more_wrap {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-bottom: 20px;
}
.posts-more-btn.loading {
  display: none;
}
.loading + .loading-spinner.show_spinner {
  margin-top: 45px;
  display: block;
}
.video-load-more + .loading-spinner {
  border: 4px solid #fffb00;
  border-right-color: transparent;
  border-radius: 50%;
  display: none;
  -ms-flex-item-align: center;
  margin: auto;
}
.magazine-wrapper .main-title {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.magazine-item {
  margin-top: 30px;
}
.magazine-item .magazine-image img {
  height: 100%;
  width: auto;
  /* object-fit: contain; */
  object-fit: cover;
}

.buy_magazine_wrap {
  margin-top: 15px;
}
.magazine-item .buy_magazine {
  border: 2px solid;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #fffb00;
  font-family: "GravurCondensed";
  text-transform: uppercase;
  font-weight: 700;
}
.magazine-item .buy_magazine:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

div.main-title {
  margin-top: 60px;
}
div.hero .hero-image img {
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
  object-position: center;
}

/* .hero a h3 span{ */
/* text-decoration: underline;
  background-color: #fffb00;
  color: #000; */
/* } */
.hero .tags:hover + a h3,
.hero .tags:hover + a h3 span {
  text-decoration: none;
  background-color: unset;
  color: #fff;
}
.hero-content-inner a h3:hover {
  color: #000;
}
/* a h2 span:hover, a h3 span:hover, a h4 span:hover, a h5 span:hover{
  color: unset !important;
  background: unset !important;
} */
div.hero .hero-image::after {
  display: none !important;
}

div.hero .hero-content {
  /* position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; */
  bottom: 0;
  padding-bottom: 20px;
  background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 1) 100%
  );
}
@media screen and (max-width: 576px) {
  .subscription-terms-box .wpcf7-list-item-label {
    font-size: 16px;
  }
  .small_articles_wrap {
    width: 100%;
    padding: 0 15px;
  }
  .k20_ads {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .adv_mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .subscription-container {
    padding-top: 50px;
  }
  .package-row {
    padding-right: 30px;
    padding-left: 30px;
  }
  .package-price {
    padding: 20px;
    min-height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .d-none-md {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .donate-subscribe-container {
    margin-top: 70px;
  }
  .support-left-box {
    order: 2;
    width: 100%;
  }
  .selected-package {
    padding-top: 30px;
  }
  .podcast_latest .podcast__image img {
    width: 250px;
    height: 250px;
  }
  #mainSlider .slides {
    height: calc(100vh - 126px);
  }
  .three_articles .main_articles article .article__content {
    margin-top: 5px;
  }
  .three_articles .main_articles article .article__content h2 a {
    font-size: 18px;
  }
  .three_articles .main_articles article .article__content h2 {
    line-height: 20px;
  }
  .video .heading h3 {
    font-size: 14px !important;
  }
  #mainSlider .slides_heading h1 a {
    font-size: 40px;
    line-height: 1em;
  }
  .single-banner {
    height: 40vh;
    position: relative;
  }
  .video_half article.video {
    height: 250px;
  }
  .video_main .video {
    width: 100%;
    height: 400px;
    margin-bottom: 150px;
  }
  .video_half article.video {
    width: calc(50% - 5px);
    height: 250px;
  }
  .video_ads .videos_wrap article.video {
    height: 150px;
  }
  .videoModal .modal_content {
    background-color: #e7e7e7;
    width: 90%;
    height: 600px;
  }
  .lang_switcher_mob {
    width: 50%;
  }
  .lang_switcher_mob .wpml-ls-legacy-dropdown a {
    border: 0 !important;
  }
  .lang_switcher_mob
  .wpml-ls-statics-shortcode_actions
  .wpml-ls-current-language
  > a {
    color: #000;
  }
  .lang_switcher_mob .wpml-ls-statics-shortcode_actions,
  .lang_switcher_mob .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu,
  .lang_switcher_mob .wpml-ls-statics-shortcode_actions a,
  .lang_switcher_mob
  .wpml-ls-statics-shortcode_actions
  .wpml-ls-current-language:hover
  > a,
  .lang_switcher_mob
  .wpml-ls-statics-shortcode_actions
  .wpml-ls-current-language
  > a:focus {
    background-color: #fffb00 !important;
    color: #000 !important;
    font-size: 16px;
  }
  .header_nav_mob--social {
    background-color: transparent;
    color: #000;
    width: 20%;
    display: flex;
    justify-content: center;
    padding: 2px 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    align-items: center;
  }
  .header_nav_mob--social .search_mob {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_nav_mob--social .search_mob #openSearch {
    color: #000;
    font-size: 16px;
  }
  .header_nav_mob--social .search_wrapper {
    background-color: #fff;
    position: absolute;
    width: 200px;
    right: 20px;
  }
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    border: 0.25em solid transparent;
    border-top: 0.3em solid;
  }
  .header_nav_mob--social .search_mob.searchActive .search_wrapper {
    visibility: visible;
    opacity: 1;
  }
  .home .main-content {
    margin-top: 80px;
  }
  .header_new {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
  }
  .header_wrap_mob {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .header_wrap_mob .logo_wrap {
    flex-basis: 20%;
    display: flex;
    justify-content: center;
    background-color: #fff937;
    max-height: 80px;
    position: relative;
  }
  .header_wrap_mob .logo_wrap a {
    display: flex;
    justify-content: center;
  }
  .header_wrap_mob .logo_wrap img {
    object-fit: contain;
    height: 100%;
  }
  .header_wrap_mob nav.header_nav_mob {
    display: flex;
    flex-basis: 80%;
    background-color: #eee;
  }
  .header_wrap_mob .menu-menu-mobile-container,
  .header_wrap_mob .menu-mobile-menu-container,
  .header_wrap_mob .menu-mobile-menu-eng-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .header_wrap_mob #menu-menu-mobile {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
  }
  #menu-menu-mobile .menu-item-has-children > ul {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 126px;
    width: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
  }

  #menu-menu-mobile .menu-item-has-children.active > ul {
    opacity: 1;
    visibility: visible;
    z-index: 3;
  }
  .menu-item-has-children li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: center;
  }
  .header_wrap_mob #menu-menu-mobile li {
    display: flex;
  }
  .header_wrap_mob #menu-menu-mobile li a {
    display: flex;
    align-items: center;
    color: #4c4c4c;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
  }
  .menu-item-has-children li a {
    font-weight: 100 !important;
    font-size: 14px !important;
  }
  #menu-menu-mobile > li.menu-item-has-children a i {
    margin-left: 5px;
  }
  .header_new > .container-fluid {
    padding: 0 !important;
  }
  .hide_tab {
    display: none;
  }
  .small_articles article {
    height: 200px;
    width: calc(25% - 5px);
  }
  .small_articles article .article_heading {
    padding: 0 5px;
  }
  .small_articles article .article_heading h2 {
    font-size: 14px;
  }
  .small_articles article .article_heading h3 {
    font-size: 14px !important;
  }
  .small_articles_wrap {
    width: 60%;
  }
  .single_content .thecontent p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .single_content .col-sm-6 {
    padding: 0;
  }
  .single_heading h1 {
    font-size: 34px;
    line-height: 1.2em;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .info_social .info {
    font-size: 12px;
  }
  #mainSlider .slides_heading h1 {
    font-size: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
  }
  .header_wrap .header_nav ul li {
    padding: 2px;
  }
  .header_wrap .header_nav ul li a {
    font-size: 14px;
  }
  .main_articles article .heading h2 {
    font-size: 20px;
    margin-top: 5px;
  }
  .main_articles article .heading h3 {
    font-size: 16px !important;
  }
  span.tags,
  span.tags_black {
    font-size: 8px;
    line-height: 1;
  }
  .videos_main .video_item.v_large {
    height: 420px;
  }
  .videos_main .video_item,
  .videos_others .video_item {
    height: 200px;
  }
  .video_item_wrap .caption p {
    font-size: 14px;
    line-height: 18px;
  }
  .video_item .heading h3 {
    font-size: 16px !important;
  }
  .videos_main .video_item.v_large {
    padding: 0;
  }
  .video_item .heading {
    padding: 12px 10px;
  }
  .video_item.v_large .heading h3 {
    font-size: 20px !important;
  }
  .video_item.v_large .playVideo {
    background-size: 60px;
  }
  .news_grid__wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .news_grid__others article:nth-child(odd) {
    padding-right: 40px;
  }
  .news_grid__others article:nth-child(even) {
    padding-left: 40px;
  }
  .news_grid__others article .author {
    font-size: 16px;
  }
  .news_grid .news_grid__main article {
    max-height: 400px;
  }
  .header_line h1 {
    font-size: 34px;
    line-height: 1;
  }
  .header_line::after {
    top: calc(100% - 20px);
  }
  .more_articles {
    right: 80px;
    bottom: 40px;
  }
  .news_grid__others {
    margin-top: 20px;
  }
  .news_grid__wrap > * {
    flex-basis: 80%;
    padding: 0;
  }
  /* .news_grid__others article h3{
    font-size: 16px !important;
  }
  .news_grid__others article .author{
    font-size: 14px;
  } */
  .playVideo {
    background-size: 30px;
  }
  .video_item .heading {
    padding: 10px 8px;
  }
  .footer_wrap {
    flex-wrap: wrap;
  }
  .footer_social .details {
    width: unset;
  }
  .footer_social .social,
  .footer_social .info {
    justify-content: center;
  }
  .w-l-15,
  .w-l-20,
  .w-l-25 {
    width: 33.33%;
  }
  .w-l-25.footer_social {
    width: 66.67%;
  }
  .package {
    width: 355px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .video_main .video {
    height: 450px;
  }
  .video_half article.video {
    height: 280px;
  }
  .header_wrap .header_nav ul li a {
    font-size: 16px;
    padding: 5px;
  }
  .small_articles article {
    width: calc(25% - 5px);
  }
  .small_articles article .article_heading h2 {
    font-size: 16px;
  }
  .small_articles article .article_heading {
    padding: 5px;
  }
  .small_articles article .tags {
    font-size: 10px;
  }
  .header_wrap .header_nav ul li {
    padding: 5px;
  }
  .news_grid__others article h3 {
    font-size: 18px;
  }
  .video_item_wrap .caption p,
  .news_grid__others article .author {
    font-size: 16px;
  }
  .tags_black {
    font-size: 8px;
  }
  .main_articles article .heading h2 {
    font-size: 28px;
  }
  .main_articles article .heading h3 {
    font-size: 18px;
  }
  #mainSlider .slides_heading h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .package {
    width: 300px;
  }
}

@media screen and (min-width: 450px) and (max-width: 820px) {
  .article-main-image {
    height: 380px !important;
  }
}
.main-article-content iframe {
  /* height:200px !important; */
}

@media screen and (min-width: 1200px) {
  .single .single_content article.main-article-content.addHeight {
    min-height: 350px;
  }
  article.main-article-content iframe[allowfullscreen] {
    height: 468px;
  }
}

@media screen and (min-width: 1600px) {
  #mainSlider .slides_heading h1,
  #mainSlider .slides_heading h1 a {
    font-size: 60px;
  }
  font-size: 40px;
  .adv_single img {
    max-width: 220px;
  }
  .adv_full {
    width: 50%;
    margin: 40px auto;
  }
  /* .single .container{
    width: 100%;
  } */
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}
@keyframes fromBottom {
  0% {
    bottom: 1000%;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* gbstyle */

#mainSlider .slides__content h1 span {
  background-color: #fffb00;
  color: #000;
}
@media (max-width: 767.98px) {
  .main_articles_wrap .home_articles_sli article {
    margin-bottom: 0px;
  }
  .main_articles_wrap .home_articles_sli .heading {
    display: none;
  }
  .main_articles .heading_mobile {
    display: block !important;
    background: #fff;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .main_articles .heading_mobile h3 {
    font-weight: 300;
    font-size: 14px !important;
    text-align: center;
  }
  .main_articles .heading_mobile h2 {
    text-align: center;
    font-weight: 600 !important;
  }
  .main_articles .heading_mobile h2 a span {
    font-weight: 600;
  }

  /*   	two articles */
  .two_articles .main_articles .heading {
    display: none;
  }
}

/* slider mobile */

@media (max-width: 767.98px) {
  .gb_wrap {
    margin-top: 110px;
  }
  #mainSlider .owl-stage-outer {
    overflow: unset !important;
  }
  #mainSlider .slides_heading {
    text-align: center;
    z-index: 999;
    position: absolute;
    bottom: -177px;
    width: 100% !important;
    height: 170px;
    background: none !important;
  }
  #mainSlider .slides_heading .author a,
  #mainSlider .slides_heading .author {
    color: black;
  }
  #mainSlider .slides__content h1 span {
    text-decoration: none;
    background: none;
  }
}

/* deapth */

.section_deapth .item-inner h5 {
  font-size: 22px;
}

/* footer */

.footer_k20 .footer_wrap .footer_social .social span {
  margin-right: 20px;
}

@media (min-width: 991.98px) {
  #mainSlider .slides_heading h1,
  #mainSlider .slides_heading h1 a {
    font-size: 50px !important;
  }
}

div.swiper-full-height .social-share {
  background: none;
}
.swiper-full-height .social-share ul li {
  border-radius: 50%;
  background: #fff;
}

.swiper-full-height .social-share ul li a {
  color: #333 !important;
}
@media (max-width: 767.98px) {
  div.swiper-full-height .social-share {
    height: 156px;
    background: none;
  }
  div.swiper-full-height .social-share ul {
    display: flex;
    flex-direction: column;
  }
  .swiper-full-height .social-share ul li {
    background-color: #fff !important;
    width: 40px !important;
    height: 40px !important;
    border: none !important;
    border-radius: 50% !important;
    margin-top: 5px !important;
  }
  .swiper-full-height .social-share ul li a {
    color: #333 !important;
    font-size: 21px !important;
  }
}

.menu
.swiper-pagination
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fffb00 !important;
  color: black !important;
}

/* bio per ne */

.staff-wrap
.contributor
.gridder-show
.gridder-expanded-content
.gridder-content {
  display: block !important;
}

.author-slider li .avatar-pic {
  margin-right: 20px !important;
}

.gb_ov {
  overflow: unset !important;
}

.gb_social .o_share {
  display: none !important;
}

.podcast__content--heading h4 {
  color: #fff !important;
}

.video .gb_auth {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 100;
  text-transform: capitalize;
  color: #fff;
}

.video .gb_auth a {
  color: #fff;
}

.video_main .video {
  margin-bottom: 150px !important;
}
.videos_archive .heading {
  background: none !important;
}

.gb_white .video_title {
  color: #000 !important;
}

.gb_white .videos_wrap .header_line h1 {
  color: #000 !important;
}
.gb_white .videos_wrap .header_line:after {
  background-color: #000;
}
.gb_bg_black {
  background-color: #000;
}

.gb_gridder .gridder-content {
  display: block !important;
}

.videos_wrap .video_main .openVideo .video__inner {
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.videos_wrap .video_main .openVideo .video__inner .heading {
  background: none !important;
}

.videos_wrap .video_main .openVideo .video_title {
  text-align: center;
}

.videos_archive .videos_wrap .videos_wrap {
  max-width: 100% !important;
  min-width: 100% !important;
  margin-top: 50px;
}

.videos_archive .videos_wrap .videos_wrap .videos_inner {
  width: 100%;
}

.removeifhavenoaritcle {
  display: none !important;
}

.hide4 {
  display: none !important;
}
.hide4:nth-child(1),
.hide4:nth-child(2),
.hide4:nth-child(3),
.hide4:nth-child(4) {
  display: block !important;
}

.pum-container {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.alb_pop h4 {
  display: block !important;
  padding-bottom: 26px;
  text-align: center;
}

.alb_pop #button_popup {
  margin: 0 auto;
  justify-content: center;
  display: flex;
}

.alb_pop #input_popup::placeholder {
  text-align: center;
}

@media (min-width: 1024px) {
  .pum-container.pum-responsive.pum-responsive-medium {
    top: 50% !important;
    left: 80% !important;
    width: 40% !important;
    transform: translate(-50%, -50%) !important;
  }
}