@charset "UTF-8";
/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/* variables */
:root {
  --meydanrot: #E10000;
  --darkmodebg: #222;
  --darkmodewidgets: #444;
  --fontlarge: 36px;
  --fonthighlighted: 30px;
  --fontmedium: 24px;
  --fontsmall: 15px;
  --fontheaderwidgets: 13px;
  --fontregular: 12px;
  --fontextrasmall: 10px;
}

/* Mixins */
/* Fonts */
/* montserrat-700 - latin-ext_latin_cyrillic */
@font-face {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/generatepress_child/assets/fonts/montserrat-v15-latin-ext_latin_cyrillic-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/wp-content/themes/generatepress_child/assets/fonts/montserrat-v15-latin-ext_latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/generatepress_child/assets/fonts/montserrat-v15-latin-ext_latin_cyrillic-700.woff2") format("woff2"), url("/wp-content/themes/generatepress_child/assets/fonts/montserrat-v15-latin-ext_latin_cyrillic-700.woff") format("woff"), url("/wp-content/themes/generatepress_child/assets/fonts/montserrat-v15-latin-ext_latin_cyrillic-700.ttf") format("truetype"), url("/wp-content/themes/generatepress_child/assets/fonts/montserrat-v15-latin-ext_latin_cyrillic-700.svg#Montserrat") format("svg");
  /* Legacy iOS */
}
/* ibm-plex-serif-regular - latin-ext_latin_cyrillic */
@font-face {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/generatepress_child/assets/fonts/ibm-plex-serif-v9-latin-ext_latin_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/wp-content/themes/generatepress_child/assets/fonts/ibm-plex-serif-v9-latin-ext_latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/generatepress_child/assets/fonts/ibm-plex-serif-v9-latin-ext_latin_cyrillic-regular.woff2") format("woff2"), url("/wp-content/themes/generatepress_child/assets/fonts/ibm-plex-serif-v9-latin-ext_latin_cyrillic-regular.woff") format("woff"), url("/wp-content/themes/generatepress_child/assets/fonts/ibm-plex-serif-v9-latin-ext_latin_cyrillic-regular.ttf") format("truetype"), url("/wp-content/themes/generatepress_child/assets/fonts/ibm-plex-serif-v9-latin-ext_latin_cyrillic-regular.svg#IBMPlexSerif") format("svg");
  /* Legacy iOS */
}
body *:focus {
	outline: 2px solid #70ccfd;
	outline-offset: -2px;
}
/* Dark Mode */
.darkmode-toggle {
  background: var(--meydanrot);
  border-radius: 0;
  height: 100%;
}
.darkmode-toggle.darkmode-toggle-mobile:hover {
  background: var(--meydanrot);
}
.darkmode-toggle:focus, .darkmode-toggle:hover {
  background: var(--meydanrot);
}
.darkmode-toggle svg {
  width: 1.5rem;
}

.dark-theme {
  background-color: #222;
}
.dark-theme .darkmode-toggle svg {
  fill: #fff;
}
.dark-theme.archive h2.entry-title a {
  color: #fff;
}
.dark-theme #generate-slideout-menu {
  background-color: var(--darkmodewidgets);
  color: #fff;
}
.dark-theme #generate-slideout-menu .slideout-menu a {
  color: #fff;
}
.dark-theme .inside-article, .dark-theme .page-header, .dark-theme .main-navigation, .dark-theme .main-navigation ul ul {
  background-color: var(--darkmodebg);
}
.dark-theme .main-navigation .main-nav {
  background-color: var(--darkmodewidgets);
}
.dark-theme .main-navigation .main-nav ul li[class*=current-menu-] > a {
  background-color: var(--darkmodewidgets);
}
.dark-theme .main-navigation .sub-menu {
  background-color: var(--darkmodewidgets);
}
.dark-theme p, .dark-theme figcaption, .dark-theme .recent-posts-plain a, .dark-theme .main-navigation .main-nav ul li a, .dark-theme .menu-toggle, .dark-theme .main-navigation .menu-bar-items, .dark-theme .wp-block-quote cite, .dark-theme .entry-content + span, .dark-theme h1, .dark-theme h2, .dark-theme h3, .dark-theme h4, .dark-theme h5, .dark-theme h6 {
  color: #fff;
}
.dark-theme .sidebar .widget {
  background-color: var(--darkmodewidgets);
}

/* Links */
a:hover {
  opacity: 0.66;
}

/* Buttons */
button {
  border-radius: 13px;
  padding: 5px 20px;
}

/* Footer social icons */
.footer-social-icons ul {
  list-style: none;
}
.footer-social-icons ul li {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1em;
}
.footer-social-icons ul li a {
  font-family: "Montserrat-Bold", sans-serif;
  color: #fff;
  font-size: var(--fontsmall);
  padding-left: 30px;
}

.footer-widget-2, .footer-widget-3 {
	margin-top: -40px;
}

.youtube {
  background: url(/wp-content/uploads/youtube-new.png);
}

.facebook {
  background: url(/wp-content/uploads/facebook-new.png);
}

.twitter {
  background: url(/wp-content/uploads/twitter-1.svg);
}

.instagram {
  background: url(/wp-content/uploads/instagram-new.png);
}

.whatsapp {
  background: url(/wp-content/uploads/2021/07/whatsapp.avg_.svg);
}

.telegram {
  background: url(/wp-content/uploads/telegram-new.png);
}

.email {
  background: url(/wp-content/uploads/mail-new.png);
}

/* Header */

.inside-header {
	padding-left: 0;
}

@media only screen and (min-width: 769px) {
	.site-logo {
		padding-left: 40px;
	}
}


@media (max-width: 767px) {
  .top-bar {
    display: none;
  }
}
@media (min-width: 767px) {
  .top-bar {
    position: sticky;
    top: 0px;
    z-index: 2000;
    min-height: 58px;
    /* fixed height to avoid layout shift while loading of top bar widgets */
    height: 58px;
  }
}

.top-bar-align-right .widget:nth-child(2n) {
  order: 0;
}

@media (max-width: 767px) {
  .secondary-navigation {
    display: none;
  }
}

#mobile-header {
  background-color: #000;
  color: #fff;
}
#mobile-header .menu-toggle {
  color: #fff;
}

@media (min-width: 767px) {
  #masthead {
    position: sticky;
    top: 0;
    z-index: 2000;
  }
}
#masthead .widget-last {
  background-color: var(--meydanrot);
}
#masthead .wp-block-buttons > .wp-block-button {
  margin-bottom: 0;
}

.header-widget {
  font-family: "Montserrat-Bold", sans-serif;
  width: 50%;
}
@media (min-width: 1024px) {
  .header-widget {
    width: 33.33%;
  }
}
.header-widget a {
  color: #000;
  font-family: "Montserrat-Bold", sans-serif;
}

.wpml-ls-current-language a {
  color: #fff;
}

.widget_search .widget-title {
  display: none;
}

.search-after-nav {
  display: none;
  visibility: none;
}
.search-after-nav h4 {
  display: none;
}
.search-after-nav.opened {
  display: block;
  visibility: visible;
  width: 100%;
  position: sticky;
  top: 103px;
  /* is height of masthead */
  z-index: 3000;
  left: 0;
  max-width: 1200px;
}
.search-after-nav .searchandfilter > ul {
  margin: 0;
}
.search-after-nav .searchandfilter > ul > li {
  padding: 0;
  margin: 0;
}
.search-after-nav .searchandfilter > ul > li input[type=submit] {
  padding-top: 0.91rem;
  padding-bottom: 0.91rem;
}
.search-after-nav .searchandfilter > ul > li.sf-field-category, .search-after-nav .searchandfilter > ul > li.sf-field-post_date {
  display: none;
}
.search-after-nav .sf-field-search {
  width: 100%;
}
.search-after-nav .sf-field-search input {
  width: 100%;
  background-image: url(/wp-content/uploads/zoom.svg);
  background-position: right center;
  background-size: 20px;
  background-repeat: no-repeat;
  border: none;
  background-color: #fff;
  color: #222;
  font-family: "Montserrat-Bold", sans-serif;
}
.search-after-nav .sf-field-search label {
  width: 100%;
}

.searchandfilter > ul > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  max-width: 100%;
}

.searchandfilter label {
	max-width: 100%;
}

.searchandfilter h4 {
	padding-top: 10px;
}

#toggleSearch {
  background-color: var(--meydanrot);
  height: 100%;
}
#toggleSearch #closeSearch {
  display: none;
  visibility: none;
}
#toggleSearch.toggled #openSearch {
  display: none;
  visibility: none;
}
#toggleSearch.toggled #closeSearch {
  display: inline;
  visibility: visible;
}

.no-results .inside-article {
  transform: none !important;
}

/* Primary menu */
.nav-below-header .main-navigation .inside-navigation.grid-container, .nav-above-header .main-navigation .inside-navigation.grid-container {
  padding: 0;
}

#primary-menu {
  flex-grow: 1;
}
#primary-menu .sub-menu {
  flex-wrap: wrap;
}
#primary-menu .sub-menu li {
  width: 50%;
}
#primary-menu ul {
  display: flex;
  justify-content: space-between;
}


/* weather widget */
#openweathermap-widget-13 .widget-left-menu__footer, #openweathermap-widget-13 .calendar, #openweathermap-widget-14 .widget-left-menu__footer, #openweathermap-widget-14 .calendar {
  display: none;
}
#openweathermap-widget-13 .widget-left-menu--brown, #openweathermap-widget-14 .widget-left-menu--brown {
  background-color: #000;
  background-image: none;
}
#openweathermap-widget-13 .widget-left-menu__header, #openweathermap-widget-13 .weather-left-card__number, #openweathermap-widget-13 .weather-left-card__number--small .weather-left-card__degree, #openweathermap-widget-14 .widget-left-menu__header, #openweathermap-widget-14 .weather-left-card__number, #openweathermap-widget-14 .weather-left-card__number--small .weather-left-card__degree {
  color: #fff;
  font-family: Montserrat-Bold !important;
  font-size: 13px;
}
#openweathermap-widget-13 .widget-left--small, #openweathermap-widget-14 .widget-left--small {
  width: 120px;
  min-height: inherit;
  height: auto;
}

/* currency exchange dropdown */
.currency-exchange-container {
  height: 100%;
}

.currency-exchange {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.currency-exchange li.top {
  cursor: pointer;
  margin-bottom: 1em;
  font-size: var(--fontheaderwidgets);
  text-align: center;
  margin: 0;
}
.currency-exchange li.top:hover::after {
  transform: rotate(180deg);
  background-position: top;
  margin-top: 0.1em;
}
.currency-exchange li.top:hover ul {
  visibility: visible;
  opacity: 1;
  display: block;
  z-index: 10000;
  background-color: #000;
}
.currency-exchange li.top:hover ul li {
  clear: both;
  width: 100%;
}
.currency-exchange li.top::after {
  content: " ";
  background-image: url(/wp-content/uploads/2021/07/arrow_triangle.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background-position: bottom;
  margin-bottom: 0.1em;
}
.currency-exchange li.top ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
  width: 136px;
  padding: 1rem;
  margin-left: 0;
}
.currency-exchange .show {
  visibility: visible;
  opacity: 1;
  display: block;
  z-index: 10000;
  background-color: #000;
}

/* Language switcher */
.lang-switch-container .gb-inside-container p {
  margin: 0;
}

/* Home swiper */
.swiper-container-initialized {
  max-width: 100%;
  position: relative;
}
.swiper-container-initialized .swiper-button, .swiper-container-initialized .swiper-button-next, .swiper-container-initialized .swiper-button-prev {
  top: 40px;
  background-color: #fff;
  border-radius: 44px;
  width: 44px;
}
.swiper-container-initialized .swiper-button::after, .swiper-container-initialized .swiper-button-next::after, .swiper-container-initialized .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 1000;
  color: #222;
}
.swiper-container-initialized .swiper-button-prev {
  left: auto;
  right: 60px;
}
.swiper-container-initialized .swiper-button-prev::after {
  margin-right: 0.2em;
}
.swiper-container-initialized .swiper-button-next::after {
  margin-left: 0.2em;
}

.swiper-wrapper {
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.2);
  max-height: 300px;
}
@media (min-width: 769px) {
  .swiper-wrapper {
    max-height: 468px;
  }
}

.swiper-pagination {
  position: relative !important;
  bottom: 0 !important;
}

.swiper-pagination-bullet {
  margin: 0.2em !important;
}

.swiper-slide {
  max-height: 300px;
}
@media (min-width: 769px) {
  .swiper-slide {
    max-height: 468px;
  }
}
.swiper-slide a {
  opacity: 1;
}
.swiper-slide img {
  min-height: 300px;
  object-fit: cover;
}
@media (min-width: 769px) {
  .swiper-slide img {
    min-height: 468px;
  }
}

/* Image background gradients */
.bg-gradient, .category .post-image a::after, .blog .post-image a:after, .search-results-item .post-image a:after, .wp-block-latest-posts__featured-image a::after, .gb-query-loop-wrapper .gb-block-image a::after, .swiper-slide a::after, .single-hero::after, .related-posts li a::after {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.9) 20%, rgba(0,0,0,0) 100%);
  content: " ";
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.wp-block-latest-posts__featured-image a::after, .gb-query-loop-wrapper .gb-block-image a::after, .swiper-slide a::after, .single-hero::after, .related-posts li a::after {
  bottom: 0;
  height: 33%;
}

@media only screen and (max-width: 768px) {
	.single-hero::after {
		height: 100%;
	}
}

.blog .post-image a, .search-results-item .post-image a {
  position: relative;
  display: inline-block;
  height: 33%;
}
.blog .post-image a:after, .search-results-item .post-image a:after {
  height: 33%;
  bottom: 0;
}

.category .post-image a::after {
  height: 33%;
  bottom: 0;
}

.entry-header, .single-hero-overlay, .related-posts h4 {
  z-index: 1000;
  position: relative;
}

@media only screen and (min-width: 769px) {
	.single-hero-overlay {
		padding-right: 33.33%;
	}
}


.home .wp-block-latest-posts.is-grid li > a, .home .gb-query-loop-wrapper h2 a, .home .gb-query-loop-wrapper h2 + p, .home .gb-query-loop-wrapper li > a, .home .swiper-wrapper header, .related-posts h4 {
  position: absolute;
  bottom: 0;
  padding-bottom: 15px;
  left: 0;
  padding-right: 20px;
  padding-left: 20px;
  font-family: "Montserrat-Bold", sans-serif;
  color: #fff;
  font-size: var(--fontsmall);
  padding-top: 2rem;
  line-height: 1.2;
}

.home .gb-query-loop-wrapper h2 a {
  bottom: 20px;
}

.home .gb-query-loop-wrapper h2 + p {
  margin-bottom: 0;
  font-family: 'IBM Plex Serif', serif;
  font-size: 13px;
}

.home .wp-block-latest-posts.is-grid li > a h2, .home .gb-query-loop-wrapper h2 a, .home .swiper-wrapper header h2, .related-posts h4 h2 {
  margin-bottom: 0;
}

/* Home page grids */
.boxshadow, .related-posts, .category .inside-article, .home .gb-headline, .wp-block-latest-posts.feat-grid, .wp-block-latest-posts .feat-grid, .wp-block-query.feat-grid, .wp-block-query .feat-grid, #masthead, .current-events, .gb-query-loop-wrapper {
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.2);
}

.zoom, .gb-query-loop-wrapper .gb-grid-column:hover, .blog .inside-article:hover, .related-posts ul li:hover, .category .inside-article:hover, .home .editors-pick ul li:hover, .wp-block-latest-posts.feat-grid li:hover, .wp-block-latest-posts .feat-grid li:hover, .wp-block-query.feat-grid li:hover, .wp-block-query .feat-grid li:hover {
  overflow: hidden;
}

.zoom img, .gb-query-loop-wrapper .gb-grid-column:hover img, .blog .inside-article:hover img, .related-posts ul li:hover img, .category .inside-article:hover img, .home .editors-pick ul li:hover img, .wp-block-latest-posts.feat-grid li:hover img, .wp-block-latest-posts .feat-grid li:hover img, .wp-block-query.feat-grid li:hover img, .wp-block-query .feat-grid li:hover img {
  transform: scale(1);
  transition: transform 0.5s;
}

.zoom img, .gb-query-loop-wrapper .gb-grid-column:hover img, .blog .inside-article:hover img, .related-posts ul li:hover img, .category .inside-article:hover img, .home .editors-pick ul li:hover img, .wp-block-latest-posts.feat-grid li:hover img, .wp-block-latest-posts .feat-grid li:hover img, .wp-block-query.feat-grid li:hover img, .wp-block-query .feat-grid li:hover img {
  transform: scale(1.05);
  
}

.wp-block-latest-posts.feat-grid, .gb-query-loop-wrapper.feat-grid, .wp-block-latest-posts .feat-grid, .wp-block-query.feat-grid, .wp-block-query .feat-grid {
  display: grid;
  grid-template-columns: 1fr;
  margin-left: 0;
  gap: 0px 0px;
}
@media (min-width: 767px) {
  .wp-block-latest-posts.feat-grid, .gb-query-loop-wrapper.feat-grid, .wp-block-latest-posts .feat-grid, .wp-block-query.feat-grid, .wp-block-query .feat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.wp-block-latest-posts.feat-grid figure.wp-block-embed, .wp-block-latest-posts.feat-grid .read-more-container, .wp-block-latest-posts .feat-grid figure.wp-block-embed, .wp-block-latest-posts .feat-grid .read-more-container, .wp-block-query.feat-grid figure.wp-block-embed, .wp-block-query.feat-grid .read-more-container, .wp-block-query .feat-grid figure.wp-block-embed, .wp-block-query .feat-grid .read-more-container {
  margin-bottom: 0!important;
}
.wp-block-latest-posts.feat-grid li, .gb-query-loop-wrapper.feat-grid .gb-grid-column, .wp-block-latest-posts .feat-grid li, .wp-block-query.feat-grid li, .wp-block-query .feat-grid li {
  background: #000;
  position: relative;
  margin: 0;
  width: 100%;
}
.wp-block-latest-posts.feat-grid li a:hover, .gb-query-loop-wrapper.feat-grid .gb-grid-column a:hover, .wp-block-latest-posts .feat-grid li a:hover, .wp-block-query.feat-grid li a:hover, .wp-block-query .feat-grid li a:hover {
  opacity: 1;
}
/* .wp-block-latest-posts.feat-grid li:hover a, .gb-query-loop-wrapper.feat-grid .gb-grid-column:hover a, .wp-block-latest-posts .feat-grid li:hover a, .wp-block-query.feat-grid li:hover a, .wp-block-query .feat-grid li:hover a {
  color: var(--meydanrot);
} */
.wp-block-latest-posts.feat-grid li .wp-block-post-content, .wp-block-latest-posts .feat-grid li .wp-block-post-content, .wp-block-query.feat-grid li .wp-block-post-content, .wp-block-query .feat-grid li .wp-block-post-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 767px) {
  .wp-block-latest-posts.feat-grid.even-3, .wp-block-latest-posts .feat-grid.even-3, .wp-block-query.feat-grid.even-3, .wp-block-query .feat-grid.even-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.wp-block-latest-posts.feat-grid.even-3 img, .wp-block-latest-posts .feat-grid.even-3 img, .wp-block-query.feat-grid.even-3 img, .wp-block-query .feat-grid.even-3 img {
  max-height: 280.2px;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .wp-block-latest-posts.feat-grid.grid-2-1, .wp-block-latest-posts .feat-grid.grid-2-1, .wp-block-query.feat-grid.grid-2-1, .wp-block-query .feat-grid.grid-2-1 {
    grid-template-columns: 800px 400px;
    grid-template-rows: repeat(2, 274px);
  }
}
@media (min-width: 1200px) {
  .wp-block-latest-posts.feat-grid.grid-2-1 li img, .wp-block-latest-posts .feat-grid.grid-2-1 li img, .wp-block-query.feat-grid.grid-2-1 li img, .wp-block-query .feat-grid.grid-2-1 li img {
    max-height: 274px;
  }
}
@media (min-width: 1200px) {
  .wp-block-latest-posts.feat-grid.grid-2-1 li:first-child, .wp-block-latest-posts .feat-grid.grid-2-1 li:first-child, .wp-block-query.feat-grid.grid-2-1 li:first-child, .wp-block-query .feat-grid.grid-2-1 li:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .wp-block-latest-posts.feat-grid.grid-2-1 li:first-child img, .wp-block-latest-posts .feat-grid.grid-2-1 li:first-child img, .wp-block-query.feat-grid.grid-2-1 li:first-child img, .wp-block-query .feat-grid.grid-2-1 li:first-child img {
    max-height: 548px;
  }
}
@media (min-width: 1200px) {
  .wp-block-latest-posts.feat-grid.grid-2-1 li:first-child a, .wp-block-latest-posts .feat-grid.grid-2-1 li:first-child a, .wp-block-query.feat-grid.grid-2-1 li:first-child a, .wp-block-query .feat-grid.grid-2-1 li:first-child a {
    font-size: var(--fontlarge);
  }
}
@media (min-width: 1200px) {
  .wp-block-latest-posts.feat-grid.grid-1-2, .wp-block-latest-posts .feat-grid.grid-1-2, .wp-block-query.feat-grid.grid-1-2, .wp-block-query .feat-grid.grid-1-2 {
    grid-template-columns: 400px 800px;
    grid-template-rows: repeat(2, 274px);
  }
}
@media (min-width: 1200px) {
  .wp-block-latest-posts.feat-grid.grid-1-2 li img, .wp-block-latest-posts .feat-grid.grid-1-2 li img, .wp-block-query.feat-grid.grid-1-2 li img, .wp-block-query .feat-grid.grid-1-2 li img {
    max-height: 274px;
  }
}
@media (min-width: 1200px) {
  .wp-block-latest-posts.feat-grid.grid-1-2 li:nth-child(2), .wp-block-latest-posts .feat-grid.grid-1-2 li:nth-child(2), .wp-block-query.feat-grid.grid-1-2 li:nth-child(2), .wp-block-query .feat-grid.grid-1-2 li:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .wp-block-latest-posts.feat-grid.grid-1-2 li:nth-child(2) img, .wp-block-latest-posts .feat-grid.grid-1-2 li:nth-child(2) img, .wp-block-query.feat-grid.grid-1-2 li:nth-child(2) img, .wp-block-query .feat-grid.grid-1-2 li:nth-child(2) img {
    max-height: 548px;
  }
}
@media (min-width: 1200px) {
  .wp-block-latest-posts.feat-grid.grid-1-2 li:nth-child(2) a, .wp-block-latest-posts .feat-grid.grid-1-2 li:nth-child(2) a, .wp-block-query.feat-grid.grid-1-2 li:nth-child(2) a, .wp-block-query .feat-grid.grid-1-2 li:nth-child(2) a {
    font-size: var(--fontlarge);
  }
}

.home .inside-article {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.home .wp-block-latest-posts__featured-image {
  text-align: center;
}
.home .wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 0;
}
.home .editors-pick ul {
  margin: 0;
}
.home .editors-pick ul li {
  position: relative;
}
.home .editors-pick ul li:hover a {
  opacity: 1;
}
.home .editors-pick ul li figure {
  height: 430px;
}
.home .editors-pick ul li figure a {
  height: 100%;
  width: 100%;
}
.home .editors-pick ul li figure a::after {
  background: rgba(0, 0, 0, 0.4);
  content: " ";
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
}
.home .editors-pick ul li figure a img {
  object-fit: cover;
  height: 100%;
}
.home .editors-pick ul li h3 {
  position: absolute;
  bottom: 1.5rem;
  margin: 0;
  padding-left: 20px;
  padding-bottom: 1rem;
  max-width: 75%;
}
.home .editors-pick ul li h3 a {
  color: #fff;
}
.home .editors-pick ul li h3 a:hover {
  color: var(--meydanrot);
}
.home .editors-pick ul li .wp-block-post-excerpt {
  max-width: 30%;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.home .video .wp-block-post-content > *:not(.is-type-video:first-child) {
  display: none;
}
.home .video .wp-block-post-content .read-more-container {
  display: inline-block !important;
}

.recent-posts-plain:not(.sidebar-recent-posts) {
  margin-left: 1em;
  max-height: 360px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.recent-posts-plain li {
  display: flex;
  flex-direction: column-reverse;
  font-family: "Montserrat-Bold", sans-serif;
  margin-bottom: 1em;
}
.recent-posts-plain li a {
  color: #222;
}
.recent-posts-plain li time, .recent-posts-plain li span.post-date {
  color: var(--meydanrot);
}

@media only screen and (min-width: 769px) {
	#right-sidebar {
		width: calc(33.33% + 20px)!important;
	}
}

.inside-right-sidebar aside.widget {
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.1);
}
.inside-right-sidebar aside.widget.sidebar-recent-posts {
	padding-bottom: 20px;
}
.inside-right-sidebar aside.widget .wp-block-group__inner-container {
  padding-bottom: 20px;
}
.inside-right-sidebar h2 {
  font-size: var(--fontmedium);
  background-color: #000;
  padding: 20px;
  margin-bottom: 20px;
}
.inside-right-sidebar li {
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar-support-text {
  padding-left: 20px;
  padding-right: 20px;
}

/* Typography misc */
.shortlink + span {
  font-family: "Montserrat-Bold", sans-serif;
  /* Workaround for breadcrumbs, do not have css class */
}

/* Category archives */
.category h2.entry-title a {
  color: #fff;
}
.category .entry-header {
  position: absolute;
  bottom: 1rem;
  left: 20px;
  right: 20px;
}
.category .entry-header h2 {
  font-size: var(--fontsmall);
}
.category .entry-meta {
  display: none;
}
.category .entry-summary {
  margin-top: 1em;
}
.category .inside-article {
  position: relative;
  padding: 0 20px;
}
.category .inside-article:hover a {
  color: #fff;
}
.category .inside-article a:hover {
  opacity: 1;
}
@media (min-width: 1200px) {
  .category .page-header, .tax-library-category .page-header {
    margin-left: 0;
  }
}
.category .post-image {
  height: 100%;
  background-color: #000;
  margin-top: initial!important;
  margin-bottom: 0!important;
}
.category .post-image a {
  height: 100%;
}
.category .post-image a img {
  height: 100%;
  max-height: 258px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .category .post-image a img {
    max-height: 326px;
  }
}
@media (min-width: 1025px) {
  .category .post-image a img {
    max-height: 258px;
  }
}
@media (min-width: 1024px) {
  .category .generate-columns-container article:first-of-type {
    width: 100%;
  }
  .category .generate-columns-container article:first-of-type img {
    max-height: 500px;
    width: 100%;
    object-fit: cover;
  }
  .category .generate-columns-container article:first-of-type .inside-article .entry-header h2 {
    font-size: var(--fontlarge);
  }
}

/* Sharing Buttons */
.sharing-btn-container {
  	display: none;
	visibility: hidden;
  margin-left: -2.6em;
  margin-top: -110px; 
  transition: top 1s;
}
.sharing-btn-container.fixed {
	  position: sticky;
	  visibility: visible;
	  display: inline-block;
	  top: 110px;
}

.resp-sharing-button__icon {
  display: flex;
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.2em;
  vertical-align: top;
}

.resp-sharing-button__link {
  display: flex;
  text-decoration: none;
  color: #fff;
  margin: 0.2em 0;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.2em 0.4em;
  background-color: var(--meydanrot);
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

/* Single Posts */
.single-post .entry-content, .single-library-entry .entry-content {
  /* add margin between content and breadcrumbs */
  margin-bottom: 2rem;
}
.single-post .entry-content > p:first-of-type {
  font-weight: bold;
}
.single-post .inside-article {
  padding-left: 3rem;
  padding-right: 1rem;
}
.single-post .post-dates {
  font-family: "Montserrat-Bold", sans-serif;
  font-size: var(--fontsmall);
}
.single-post .post-dates .published-date {
  margin-bottom: 0;
  color: var(--meydanrot);
}

.single-post .old-article-notice {
	  position: relative;
	  background: #70ccfd;
	  display: inline-block;
	  padding: 0.2em 0.5em;
	  padding-left: 0.5em;
	  padding-left: 2em;
	  margin-bottom: 1em;
}

.old-article-notice svg {
  width: 1em;
  height: 1em;
  display: inline-block;
  position: absolute;
  top: 0.4em;
  left: 0.5em;
}


.single-hero {
  position: relative;
  /* so ::after element stays within container */
}

.single-hero-overlay {
	padding-bottom: 25px;
}

.single-hero h1 {
	margin-bottom: 0;
}	

.page-hero {
  padding-bottom: 0;
}

.page-hero-excerpt {
  font-family: "Montserrat-Bold", sans-serif;
  }
.page-hero-excerpt p {
	margin-bottom: 0.5em;
}

.page-hero-img-caption {
  font-size: var(--fontextrasmall);
  font-family: "Montserrat-Bold", sans-serif;
  text-align: right;
  margin-right: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 5px;
}


.author-info p {
	margin-bottom: 0;
}

/* Video Posts */
.video-post {
  margin-top: 4rem;
  background-image: none;
}

.video-post + #page .inside-article {
  padding-top: 0;
}

.video-length-container {
  background-image: url(/wp-content/uploads/video_icontimerbox.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  padding: 0.1em 1em 0.1em 2.5em;
  color: #fff;
  font-family: "Montserrat-Bold", sans-serif;
  min-height: 2em;
  line-height: 2;
}

/* Blocks */

.wp-block-quote {
	border-color: var(--meydanrot);
	font-family: "Montserrat-Bold", sans-serif;
	padding-top: 0;
	padding-bottom: 0;
}

.wp-block-quote p {
	margin-bottom: 0.5em;
}

.quote-2 {
	border: none;
	padding-top: initial;
	padding-bottom: initial;
}

.quote-2 p:before {
  content: "«";
  display: block;
	color: var(--meydanrot);
}

.quote-3 {
	border: none;
	padding: 20px!important;
}

cite {
  color: #000;
  font-size: var(--fontregular);
  text-align: right;
}

.quote-1 {
  padding-left: 10%;
  font-family: "Montserrat-Bold", sans-serif;
  border: none;
  text-align: right;
}
@media (min-width: 450px) {
  .quote-1 {
    padding-left: 30%;
  }
}

.quote-1 p {
  color: var(--meydanrot);
  font-size: var(--fonthighlighted);
  margin-bottom: 0.5em;
}
.quote-1:before {
  content: "«";
  display: block;
  font-size: 35px;
	color: var(--meydanrot);
}

.wp-block-image figcaption {
  font-family: "Montserrat-Bold", sans-serif;
  text-align: left;
}
/* Related Posts */
@media only screen and (min-width: 769px) {
	.related-posts {
  		margin: 0 1.5em;
	}
}

.related-posts h3 {
  padding: 0.5em;
  color: #fff;
  background-color: #000;
  margin-bottom: 0;
}
.related-posts ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  margin: 0 0 1em 0;
}
@media (min-width: 767px) {
  .related-posts ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.related-posts ul li {
  position: relative;
}
.related-posts ul li a h4 {
  margin-bottom: 0;
}
.related-posts ul li:hover a {
  opacity: 1;
}
.related-posts ul li:hover a h4 {
  color: var(--meydanrot);
}
.related-posts ul img {
  width: 100%;
}

/* Search Results Page */

.entry-content .searchandfilter > ul {
  margin: 0;
}
.entry-content form.searchandfilter {
  font-family: "Montserrat-Bold", sans-serif;
  background-color: #F5F5F5;
  margin-bottom: 20px;
  padding: 1em 0;
}
.entry-content form.searchandfilter .sf_date_field li {
  font-size: var(--fontsmall);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.search-filter-results .generate-columns-container {
	gap: 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.search-results-item.generate-columns {
  		width: calc(50% - 10px)!important;
	}
}
@media only screen and (min-width: 1025px) {
	.search-results-item.generate-columns {
  		width: calc((100% - 40px) / 3)!important;
	}
}

.search-results-item h2.entry-title a {
  position: absolute;
  bottom: 4rem;
  font-size: var(--fontsmall);
  color: #fff;
  line-height: normal;
}

.search-results-item .entry-summary {
  margin-top: 1em;
}
.search-results-item .inside-article {
  position: relative;
}
.search-results-item .inside-article:hover a {
  color: var(--meydanrot);
}
.search-results-item .inside-article a:hover {
  opacity: 1;
}
@media (min-width: 1200px) {
  .search-results-item .page-header {
    margin-left: 0;
  }
}
.search-results-item .post-image {
  margin-bottom: 1em;
  background-color: #000;
  margin-left: -20px;
  margin-right: -20px;
}
.search-results-item .post-image img {
  aspect-ratio: 382/258;
  object-fit: cover;
}
.search-results-item .read-more-container {
  display: none;
}
.search.pagination {
  width: 100%;
  display: flex;
}
.search.pagination div {
  padding: 0 1em;
}
.search.pagination .nav-next {
  margin-left: auto;
}

.ll-skin-melon td .ui-state-default {
  color: #000;
}
.ll-skin-melon td .ui-state-active {
  background: var(--meydanrot);
  color: #fff;
}
.ll-skin-melon td .ui-state-hover {
  background: var(--meydanrot);
  color: #fff;
}
.ll-skin-melon .ui-datepicker td {
  background: #f5f5f5;
}
.ll-skin-melon .ui-datepicker th {
  border-color: var(--meydanrot);
}
.ll-skin-melon .ui-widget {
  font-family: "Montserrat-Bold", sans-serif;
  background: var(--meydanrot);
}

/* Load More Button */
.masonry-load-more {
  text-align: center;
}
.masonry-load-more a.button {
  background-color: var(--meydanrot);
}

/* Cookie notice */
#cmplz-cookiebanner-container {
  font-family: "Montserrat-Bold", sans-serif !important;
}
#cmplz-cookiebanner-container .cmplz-title {
  font-family: "IBM Plex Serif", serif !important;
  font-size: var(--fonthighlighted) !important;
  font-weight: bold !important;
}
#cmplz-cookiebanner-container .cmplz-title::after {
  content: " ";
  background-image: url(/wp-content/uploads/cookie.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 20px;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 1.6rem;
  background-color: #fff;
}

/* Offcanvas Menu */
#generate-slideout-menu .slideout-menu {
  padding: 0 1em 0 0;
}
#generate-slideout-menu .slideout-menu li.menu-item {
  width: initial;
}
#generate-slideout-menu .slideout-menu li.menu-item.donate {
  width: 100%;
  text-align: left;
}
#generate-slideout-menu .slideout-menu li.menu-item.donate a {
  background-color: #70ccfd !important;
  color: #fff !important;
  padding: 0.5em;
  margin: 1em;
  border-radius: 999px;
}
#generate-slideout-menu .slideout-menu li.menu-item.mobile-menu-large {
  min-width: 50%;
  text-align: left;
  margin-bottom: 1em;
}
#generate-slideout-menu .slideout-menu li.menu-item.mobile-menu-large.last {
  width: 100%;
}
#generate-slideout-menu .slideout-menu li.menu-item.mobile-menu-large a {
  font-size: var(--fontmedium);
}
#generate-slideout-menu .slideout-menu li.menu-item.mobile-menu-small:not(:nth-last-child(2)):after {
  content: "•";
  position: absolute;
  top: 13%;
}
#generate-slideout-menu .slideout-menu li.menu-item.mobile-menu-small a {
  font-size: var(--fontsmall);
}
#generate-slideout-menu .widget_search {
  margin-left: 1em;
}

span.mobile-menu {
  display: none;
}

.offcanvas-logo {
  background-color: #000;
  width: 100%;
}
.offcanvas-logo a {
  padding: 1em;
  display: flex;
  width: 80%;
}

.slideout-navigation.do-overlay .inside-navigation .slideout-exit {
  color: #fff;
  position: absolute !important;
  padding: 4px 20px;
  font-size: 20px;
}

.offcanvas-addins {
  background: #000;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  width: 100%;
}
.offcanvas-addins ul {
  display: inline-block;
}
.offcanvas-addins .wpml-ls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* Author Info on Op-ed Single Posts */
.author-info {
  color: #fff;
}

/* Shortlinks in frontend */
.shortlink {
  font-family: "Montserrat-Bold";
  margin-bottom: 2rem;
  margin-top: 1rem;
  display: inline-block;
}
.shortlink span {
  vertical-align: middle;
  margin-right: 0.5em;
}

/* Copy link button */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.anchor {
  padding-top: 105px;
  margin-top: -105px;
}

/* Modal */
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.modal__container {
  background-color: white;
  padding: 30px;
  max-width: 700px;
  max-height: 90vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.dark-theme .modal__container {
	background-color: var(--darkmodebg);
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Montserrat-Bold', sans-serif;
  box-sizing: border-box;
  color: var(--meydanrot);
  font-size: 2rem;
}

.modal__close {
  border: 0;
  color: var(--meydanrot);
  background: none;
  padding: 0;
}
.modal__close:hover, .modal__close:focus {
  background: none;
  color: var(--meydanrot);
  background-color: white;
}
.modal__close:before {
  content: " ";
  background-image: url(/wp-content/uploads/x-icon-01.svg);
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
}

.dark-theme .modal__close:before {
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
}

.modal__content {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/*# sourceMappingURL=style.css.map */

/* Liveticker */


.elb-liveblog-post-heading, .elb-liveblog-post-time {
  display: none;
}

.ticker-summary {
  background: var(--meydanrot);
  background: rgb(225, 0, 0);
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.2);
  color: white;
  padding: 20px;
  margin-bottom: 20px;
}
.ticker-summary a {
  color: white;
  text-decoration: underline;
}

.elb-liveblog-post::before {
  color: rgb(225, 0, 0);
  color: var(--meydanrot);
  border: 3px solid var(--meydanrot);
  border: 3px solid rgb(225, 0, 0);
}

.elb-liveblog ul.elb-liveblog-list {
  border-left: 1px dotted var(--meydanrot);
  border-left: 1px dotted rgb(225, 0, 0);
}

.expander {
  display: none;
  visibility: hidden;
}
.expander.visible {
  display: block;
  visibility: visible;
}
.elb-liveblog-post {
	margin-top: 40px;
	padding: 20px 20px 10px 20px;
	padding-bottom: 10px!important;
}
.elb-liveblog-post:nth-child(even) {
	background: #f5f5f5;
}

.elb-liveblog-post:nth-child(even) .expander-overlay {
	background: linear-gradient(0deg,#f5f5f5,#f5f5f5 40%,rgba(245, 245, 245, 0));
}

.elb-liveblog-post.expandable .elb-liveblog-post-content {
  max-height: 200px;
}
.elb-liveblog-post.expanded .elb-liveblog-post-content {
  max-height: initial;
}

.elb-liveblog-actions {
	display: none!important;
}
.elb-liveblog-post .mirrorlink {
	margin-top: 20px;
	font-size: 15px;
}
.elb-liveblog-post .modified {
	text-align: right;
	font-size: 15px;
}

.expander-overlay {
	background: linear-gradient(0deg,#FFFFFF,#FFFFFF 40%,rgba(255, 255, 255, 0));
	display: none;
	visibility: hidden;
	width: 100%;
	height: 40px;
	margin-top: -40px;
	position: relative;
}
.expandable .expander-overlay {
	display: block;
	visibility: visible;
}

/* Current Events */
.current-events {
	margin-bottom: 20px;
	border: 2px solid var(--meydanrot);
}
.current-events-grid {
	display: flex;
	flex-wrap: wrap;
}
.current-events_left {
	width: 100%;
	padding: 10px;
	padding-bottom: 40px;
	position: relative;
}
.current-events_right {
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.current-events_left {
		width: 66.66%;
	}
	.current-events_right {
		width: 33.33%;
	}
}
.current-events * {
	box-shadow: none!important;
}
.pinned {
	position: relative;
}
.pinned img {
	height: 100%;
	object-fit: cover;
}
.pinned h3 {
	position: absolute;
	bottom: 0;
	color: #fff!important;
	background-color: var(--meydanrot);
	font-size: 18px;
	padding: 5px 10px;
	margin-right: 20px;
}
.sticky-post h3 {
	position: relative;
	margin-left: 20px;
	text-decoration-line: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}
.sticky-post h3:before {
	content: '◼';
	color: #E10000;
	display: inline-block;
	position: absolute;
	bottom: 1px;
	left: -20px;
	top: 0;
}
.category-link {
	font-family: 'Montserrat-Bold', sans-serif;
	font-size: 13px;
	position: absolute;
	bottom: 10px;
}
.current-events h2 {
	color: #fff;
	background-color: var(--meydanrot);
	padding: 10px 20px;
	margin-bottom: 0;
}
.current-events h3 {
	color: #000;
	font-size: 18px;
}
.current-events-date {
	color: var(--meydanrot);
	font-size: 14px;
	margin-bottom: 0;
	font-family: 'Montserrat-Bold', sans-serif;
}
.dark-theme .current-events h3 {
	color: #fff!important;
}
blockquote.cmplz-placeholder-element {
	border-left: 5px solid var(--meydanrot)!important;
}

#elb-liveblog [class^="cmplz-placeholder-"] {
	height: auto!important;
}


/* Blocks */
.entry-content ul li {
	margin-bottom: 10px;
}
.key-findings {
	margin-top: 40px;
}

.key-findings ul {
	margin: 0;
	padding: 10px 0 0 16px;
}
.key-findings ul li:last-child {
	margin-bottom: 0;
}
/* Accordions */
.tabs {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
  }
  
  .tab {
    width: 100%;
    overflow: hidden;
  }
  
  .tab-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    cursor: pointer;
    position: relative;
	font-family: 'Montserrat-Bold', sans-serif;
  }
  .tab-label:before {
    content: "+";
    width: 1em;
    height: 1em;
    color: var(--meydanrot);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    margin-right: 0.3em;
  }
  
  }
  .tab-label:hover:before {
    color: #000;
  }
  
  .tab-content {
    max-height: 0;
    height: 0;
    margin-left: 2.2em;
    padding: 0;
    background: #fff;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    font-size: 1rem;
  }
.tab-content p {
	margin-bottom: 0;
}
  
  .tabs input:checked + .tab-label:before {
    content: "-";
	margin-top: -0.1em;
  }
  @media (max-width: 768px) {
    .tabs input:checked + .tab-label:before {
      top: initial;
      bottom: 2em;
    }
  }
  .tabs input:checked + .tab-label:hover:before {
    color: #000;
  }
  
  .tabs input:checked ~ .tab-content {
    max-height: 100%;
    height: auto;
    transition: all 0.35s;
  }
  
  .tabs input {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
.entry-content .gb-container > p:last-child {
	margin-bottom: 0;
}

/* Author Info on category op-ed */
.archive.category .author-info p {
	margin-bottom: 0;
	font-size: 13px;
}
.archive.category .author-info {
	padding-bottom: 0;
}

/* Library */ 
.highlight-lib-entry {
	position: relative;
	margin-bottom: 20px;
}

.highlight-lib-entry:hover a {
	opacity: 0.66;
}
.highlight-lib-entry h3 {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: var(--fontmedium);
}
.highlight-lib-entry .gb-container {
	
}

.highlight-lib-entry a {
	color: white;
}

.highlight-lib-entry a:hover {
	color: white;
}

.highlight-lib-entry a:first-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
	right: 0;
	bottom: 0;
  width: 100%;
  height: 100%;
}

.highlight-lib-entry + .gb-query-loop-wrapper {
	box-shadow: none;
}

.more-entries {
	margin-bottom: 20px;
}

.more-entries h3 {
	font-size: var(--fontsmall);
	margin-bottom: 10px;
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.lib-intro {
	max-width: 48%;
	}	
}

@media only screen and (min-width: 1025px) {
	.lib-intro {
	max-width: 62.66%;
	}	
}

.tax-library-category .gb-query-loop-wrapper {
	box-shadow: none;
}

.tax-library-category #page {
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (min-width: 1200px) {
 .tax-library-category .page-header {
	padding-left: 0;
	padding-right: 0;
	}
	.tax-library-category #page {
		padding-left: 0;
		padding-right: 0;
	}
}

/* Library */ 
.highlight-lib-entry {
	position: relative;
	margin-bottom: 20px;
}

.highlight-lib-entry .image-container {
  height: 100%;
  width: 100%;
  display: inline-block;
}

.highlight-lib-entry .image-container img {
  height: 258px;
  object-fit: cover;
  width: 100%;
}

.highlight-lib-entry .image-container:after {
  bottom: 0;
  height: 33%;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.9) 20%, rgba(0,0,0,0) 100%);
  background-repeat: repeat;
  content: " ";
  width: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}

.highlight-lib-entry:hover a {
	opacity: 0.66;
}
.highlight-lib-entry h3 {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: var(--fontmedium);
}
.highlight-lib-entry .gb-container {
	
}

.highlight-lib-entry a {
	color: white;
}

.highlight-lib-entry a:hover {
	color: white;
}

.highlight-lib-entry a:first-of-type:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
	right: 0;
	bottom: 0;
  width: 100%;
  height: 100%;
}

.highlight-lib-entry + .gb-query-loop-wrapper {
	box-shadow: none;
}

.more-entries {
	margin-bottom: 20px;
}

.more-entries h3 {
	font-size: var(--fontsmall);
	margin-bottom: 10px;
}

.libcat-heading {
  font-size: 16px;
  padding: 5px 10px;
  margin-bottom: 0px;
  color: var(--base-3);
  background-color: var(--contrast);
}

.libcat-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.libcat-single {
  width: calc(100% - 3.33px);
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.lib-intro {
	max-width: 48%;
	}	
  .libcat-single {
    width: calc(50% - 3.33px);
  }
}

@media only screen and (min-width: 1025px) {
	.lib-intro {
	max-width: 62.66%;
	}
  .libcat-single {
    width: calc(33.33% - 3.33px);
  }
}

/* Related Article */
#block-45 {
	box-shadow: none;
	max-width: 400px;
  margin-bottom: 20px;
}
.related_article h2 {
		background-color: transparent;
		font-size: var(--fontsmall);
		color: rgb(34, 34, 34);
		padding: 10px 20px 0 20px;
  		margin-bottom: 10px;
}

.related_article .read-more {
	font-family: "Montserrat-Bold", sans-serif;
	text-decoration: underline;
	padding: 0 20px 15px 20px !important;
	display: inline-block;
	font-size: 14px;
}

.ra-sidebar .read-more {
	width: 100%;
	border-bottom: 1px solid black;
}

.ra-inside-post {
	background-color: #f5f5f5;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	 width: auto;
	 float: left;
	  margin: 0 20px 10px 0;
	max-width: 33%;
}

@media (max-width: 768px) {
	#block-45 {
		order: -1;
	}
	.ra-inside-post {
		max-width: 50%;
	}
}
