/*
Theme Name: Podring
Theme URI: https://wordpress.org/themes/podring/
Author: ah,ja! Websites & Hosting
Author URI: https://www.ahja.ch
Description: Podring Festival Biel Bienne
Version: 3.2
Tested up to: 6.2
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: podring
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
  font-family: "Rondelle";
  font-style: normal;
  font-weight: normal;
  src: url("assets/fonts/RT-Rondelle/RTRondelle-Book.woff");
  src: url("assets/fonts/RT-Rondelle/RTRondelle-Book.woff2") format("woff2"),
    url("assets/fonts/RT-Rondelle/RTRondelle-Book.woff") format("woff");
}

@font-face {
  font-family: "Rondelle";
  font-style: normal;
  font-weight: bold;
  src: url("assets/fonts/RT-Rondelle/RTRondelle-Medium.woff");
  src: url("assets/fonts/RT-Rondelle/RTRondelle-Medium.woff2") format("woff2"),
    url("assets/fonts/RT-Rondelle/RTRondelle-Medium.woff") format("woff");
}

@font-face {
  font-family: "Rondelle";
  font-style: italic;
  font-weight: normal;
  src: url("assets/fonts/RT-Rondelle/RTRondelle-BookItalic.woff");
  src: url("assets/fonts/RT-Rondelle/RTRondelle-BookItalic.woff2")
      format("woff2"),
    url("assets/fonts/RT-Rondelle/RTRondelle-BookItalic.woff") format("woff");
}
.container_90 {
  margin: auto;
  width: 85%;
}
h1,
h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
body {
  margin: 0;
  font-size: 1.15rem;
  font-family: "Rondelle", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
p {
  font-size: 16px;
  line-height: 24px;
}

body.noscroll {
  position: fixed;
  overflow: scroll;
  width: 100vw;
}
ul {
  margin: 0;
}
main {
  padding: calc(1em + 1vw);
}
header {
  display: grid;
  grid-template-columns: 1fr auto;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 10;
  right: 0;
  padding: 1em 2em 2em;
  box-sizing: border-box;
/*   background-image: linear-gradient(
      180deg,
      hsl(0deg, 0%, 100%, 1) 0%,
      hsl(0deg, 0%, 100%, 0.88) 13%,
      hsl(0deg, 0%, 100%, 0.75) 25%,
      hsl(0deg, 0%, 100%, 0.63) 37%,
      hsl(0deg, 0%, 100%, 0.5) 50%,
      hsl(0deg, 0%, 100%, 0.38) 63%,
      hsl(0deg, 0%, 100%, 0.25) 75%,
      hsl(0deg, 0%, 100%, 0.13) 87%,
      hsl(0deg, 0%, 100%, 0) 100%
    ),
    linear-gradient(
      180deg,
      hsl(0deg, 0%, 100%, 0.5) 0%,
      hsl(0deg, 0%, 100%, 0.44) 13%,
      hsl(0deg, 0%, 100%, 0.38) 25%,
      hsl(0deg, 0%, 100%, 0.31) 37%,
      hsl(0deg, 0%, 100%, 0.25) 50%,
      hsl(0deg, 0%, 100%, 0.19) 63%,
      hsl(0deg, 0%, 100%, 0.12) 75%,
      hsl(0deg, 0%, 100%, 0.06) 87%,
      hsl(0deg, 0%, 100%, 0) 100%
    ); */
}
nav ul {
  list-style: none;
  display: flex;
  gap: 1.5em;
  text-decoration: none;
}
nav ul li:last-child a {
  padding-right: 0;
}
/* .site-content-contain {
  margin-top: 112px;
} */
nav a {
  /* color: #000; */
  text-decoration: none;
  display: inline-block;
  padding: 0 25px;
  font-size: 22px;
}
.current-menu-item a {
  font-weight: 600;
  /* text-decoration: underline; */
}

.text {
  max-width: 1200px;
  margin: auto;
}

.toggle {
  display: none;
}

/* header nav ul li:first-child {
  display: none;
} */
main::-webkit-scrollbar {
  display: none;
}
#logo {
  /* height: 3.8rem; */
  padding-top: 0.5rem;
}
.logo-date > span{
  font-size: 20px;
}
#bg {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-position: 100% 34%;
  background-size: cover;
}
.entry-title a {
  text-decoration: none;
  color: #000;
}
.link-more a {
  color: #000;
  font-weight: 600;
}
@media (max-width: 960px) {
  header {
    gap: 5em;
    padding: 1em;
    grid-template-columns: 1fr 2em;
  }
  .toggle {
    position: absolute;
    display: block;
    z-index: 12;
    /* width: 4em;
    height: 4em;
    background-size: cover; */
    right: 1em;
    top: 1em;
    /* margin: -1em; */
  }
/* 
  .toggle button {
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  } */
  .bar{
    width: 35px;
    height: 5px;
    /* background-color: #333; */
    margin: 6px 0;
    transition: 0.4s;
    display: block;
  }
  
   nav.open .toggle button .bar:first-child {
    transform: translate(0, 11px) rotate(-45deg);
    opacity: 1;
  }
  
  nav.open .toggle button .bar {opacity: 0;}
  
  nav.open .toggle button .bar:last-child {
    transform: translate(0, -11px) rotate(45deg);
    opacity: 1;
  } 
  /* nav.open .toggle {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNzUycHQiIGhlaWdodD0iNzUycHQiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDc1MiA3NTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8cGF0aCBkPSJtMjUwLjYyIDI3OC41M2MtMy44NTU1LTMuODUxNi0zLjg1NTUtMTAuMDk4IDAtMTMuOTQ5bDEzLjk1My0xMy45NTNjMy44NTE2LTMuODU1NSAxMC4wOTgtMy44NTU1IDEzLjk1MyAwbDk3LjQ2NSA5Ny40NjEgOTcuNDYxLTk3LjQ2MWMzLjg1MTYtMy44NTU1IDEwLjEwMi0zLjg1NTUgMTMuOTUzIDBsMTMuOTUzIDEzLjk0OWMzLjg1MTYgMy44NTU1IDMuODUxNiAxMC4xMDIgMCAxMy45NTNsLTk3LjQ2MSA5Ny40NjUgOTcuNDY1IDk3LjQ2NWMzLjg1MTYgMy44NTE2IDMuODUxNiAxMC4xMDIgMCAxMy45NTNsLTEzLjk1MyAxMy45NTNjLTMuODUxNiAzLjg1MTYtMTAuMTAyIDMuODUxNi0xMy45NTMgMGwtOTcuNDY1LTk3LjQ2NS05Ny40NjEgOTcuNDY1Yy0zLjg1NTUgMy44NTE2LTEwLjEwMiAzLjg1MTYtMTMuOTUzIDBsLTEzLjk1My0xMy45NTNjLTMuODU1NS0zLjg1MTYtMy44NTU1LTEwLjEwMiAwLTEzLjk1M2w5Ny40NjEtOTcuNDY1eiIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPgo=");
  }
  nav:not(.open) .toggle {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNzUycHQiIGhlaWdodD0iNzUycHQiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDc1MiA3NTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiA8cGF0aCBkPSJtNTMzLjg2IDI4Ny4yYzAgNS40NDkyLTQuNDE4IDkuODY3Mi05Ljg2NzIgOS44NjcyaC0yOTUuOTljLTUuNDQ5MiAwLTkuODY3Mi00LjQxOC05Ljg2NzItOS44Njcydi0xOS43M2MwLTUuNDQ5MiA0LjQxOC05Ljg2NzIgOS44NjcyLTkuODY3MmgyOTUuOTljNS40NDkyIDAgOS44NjcyIDQuNDE4IDkuODY3MiA5Ljg2NzJ6bTAgOTguNjY0YzAgNS40NDkyLTQuNDE4IDkuODY3Mi05Ljg2NzIgOS44NjcyaC0yOTUuOTljLTUuNDQ5MiAwLTkuODY3Mi00LjQxOC05Ljg2NzItOS44Njcydi0xOS43M2MwLTUuNDQ5MiA0LjQxOC05Ljg2NzIgOS44NjcyLTkuODY3MmgyOTUuOTljNS40NDkyIDAgOS44NjcyIDQuNDE4IDkuODY3MiA5Ljg2NzJ6bS05Ljg2NzIgMTA4LjUzYzUuNDQ5MiAwIDkuODY3Mi00LjQxOCA5Ljg2NzItOS44Njcydi0xOS43MzRjMC01LjQ0NTMtNC40MTgtOS44NjcyLTkuODY3Mi05Ljg2NzJoLTI5NS45OWMtNS40NDkyIDAtOS44NjcyIDQuNDIxOS05Ljg2NzIgOS44NjcydjE5LjczNGMwIDUuNDQ5MiA0LjQxOCA5Ljg2NzIgOS44NjcyIDkuODY3MnoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4K");
  } */

  header nav ul {
    display: none;
  }

  header nav ul li:first-child {
    display: initial;
  }

  header nav.open ul {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: white;
    top: 0;
    left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75em;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 1.6em;
    z-index: 10;
  }

  header a {
    z-index: 11;
    padding: 0;
    font-size: 36px;
    display: block;
    line-height: 37px;
  }
}

figure {
  padding: 0;
  margin: 1em 0;
}

figcaption {
  font-size: small;
  margin-top: 0.5em;
}
figure,
img {
  max-width: 100%;
}
form.search-form {
  width: 220px;
}
form.search-form input {
  border-radius: 100px;
  background: transparent;
  font-size: 16px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  height: 39px;
  padding: 10px 40px 10px 10px;
  width: 100%;
}
:focus-visible {
  outline: 0;
}
form.search-form button {
  position: absolute;
  right: 5px;
  top: 3px;
  font-size: 22px;
}
ul#pills-tab {
  border-radius: 100px;
  height: 39px;
}
.nav-pills .nav-link {
  padding: 6px 20px;
  line-height: 29px;
  font-size: 24px;
  height: 39px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

#pills-bis-tab {
  margin: 0 50px;
}
.left {
  width: 100%;
  max-width: 50%;
  clear: both;
  float: left;
}
.left:nth-child(even) {
  width: 100%;
  max-width: 53%;
  float: right;
  clear: both;
}
.post-date-box .left:first-child .date {
  display: block !important;
}
/* .left .date{
	  display: none;
  } */
.post-date-box .left-box {
  opacity: 0.5;
}
.post-date-box .left-box.current {
  opacity: 1;
}
#menu {
  display: flex;
  align-items: center;
}

.boxpost {
  padding: 20px 0;
  max-width: 85%;
}
.date {
  margin-bottom: 20px;
  text-decoration: underline;
}
.boxpost a {
  text-decoration: none;
  font-size: 2rem;
  display: block;
  font-weight: 700;
  line-height: 54px;
}
.box-details-single {
  background: #fff;
  border: 0px;
  padding: 30px 20px 30px;
  margin-bottom: 40px;
}
.box-details-single img {
  width: 100%;
  max-width: 100%;
}
.box-details-single h1 {
  margin-top: 40px;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0;
}
.box-details-single p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
/*   font-family: "Rondelle"; */
}

.box-details-single span {
  font-size: 18px;
  font-weight: 500;
/*   font-family: "Rondelle"; */
}
.main_title {
  font-size: 30px;
  color: #000;
  font-weight: 700;
}
.sya_yearslist a {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
/*   font-family: "Rondelle"; */
  margin-right: 60px;
  text-decoration: underline !important;
}
.sya_yearslist a.inactive {
  text-decoration: none !important;
}
ul.partner {
  align-items: center;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  list-style: none;
  text-align: center;
}
.tab-year ul {
  padding: 0;
  list-style: none;
}
a.sya_postlink {
  color: #000;
  text-decoration: none;
}
.footer-bg {
  position: relative;
/*   background-size: cover; */
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9;
}
.inner-bg {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  /* background-image: linear-gradient( 
      180deg,
      hsl(0deg, 0%, 100%, 1) 0%,
      hsl(0deg, 0%, 100%, 0.88) 13%,
      hsl(0deg, 0%, 100%, 0.75) 25%,
      hsl(0deg, 0%, 100%, 0.63) 37%,
      hsl(0deg, 0%, 100%, 0.5) 50%,
      hsl(0deg, 0%, 100%, 0.38) 63%,
      hsl(0deg, 0%, 100%, 0.25) 75%,
      hsl(0deg, 0%, 100%, 0.13) 87%,
      hsl(0deg, 0%, 100%, 0) 100%
    ),
    linear-gradient(
      180deg,
      hsl(0deg, 0%, 100%, 0.5) 0%,
      hsl(0deg, 0%, 100%, 0.44) 13%,
      hsl(0deg, 0%, 100%, 0.38) 25%,
      hsl(0deg, 0%, 100%, 0.31) 37%,
      hsl(0deg, 0%, 100%, 0.25) 50%,
      hsl(0deg, 0%, 100%, 0.19) 63%,
      hsl(0deg, 0%, 100%, 0.12) 75%,
      hsl(0deg, 0%, 100%, 0.06) 87%,
      hsl(0deg, 0%, 100%, 0) 100%
    ); */
}
.inner-bg:after {
  position: absolute;
  width: 100%;
  margin: auto;
  content: "";
  top: -25px;
  z-index: 100;
  height: 30px;
  transform: rotate(180deg);
  left: 0;
  right: 0;
  box-sizing: border-box;
/*   background-image: linear-gradient( 180deg, hsl(0deg 0% 100%) 0%, hsl(0deg, 0%, 100%, 0.88) 13%, hsl(0deg, 0%, 100%, 0.75) 25%, hsl(0deg, 0%, 100%, 0.63) 37%, hsl(0deg, 0%, 100%, 0.5) 50%, hsl(0deg, 0%, 100%, 0.38) 63%, hsl(0deg, 0%, 100%, 0.25) 75%, hsl(0deg, 0%, 100%, 0.13) 87%, hsl(0deg, 0%, 100%, 0) 100% ), linear-gradient( 180deg, hsl(0deg, 0%, 100%, 0.5) 0%, hsl(0deg, 0%, 100%, 0.44) 13%, hsl(0deg, 0%, 100%, 0.38) 25%, hsl(0deg, 0%, 100%, 0.31) 37%, hsl(0deg, 0%, 100%, 0.25) 50%, hsl(0deg, 0%, 100%, 0.19) 63%, hsl(0deg, 0%, 100%, 0.12) 75%, hsl(0deg, 0%, 100%, 0.06) 87%, hsl(0deg, 0%, 100%, 0) 100% ); */
}
.inner-bg:before {
  position: absolute;
  width: 100%;
  margin: auto;
  content: "";
  top: -1px;
  bottom: 0;
  z-index: 100;
/*  height: 48px;*/
  /* transform: rotate(180deg); */
  left: 0;
  right: 0;
  box-sizing: border-box;
/*   background-image: linear-gradient( 180deg, hsl(0deg 0% 100%) 0%, hsl(0deg, 0%, 100%, 0.88) 13%, hsl(0deg, 0%, 100%, 0.75) 25%, hsl(0deg, 0%, 100%, 0.63) 37%, hsl(0deg, 0%, 100%, 0.5) 50%, hsl(0deg, 0%, 100%, 0.38) 63%, hsl(0deg, 0%, 100%, 0.25) 75%, hsl(0deg, 0%, 100%, 0.13) 87%, hsl(0deg, 0%, 100%, 0) 100% ), linear-gradient( 180deg, hsl(0deg, 0%, 100%, 0.5) 0%, hsl(0deg, 0%, 100%, 0.44) 13%, hsl(0deg, 0%, 100%, 0.38) 25%, hsl(0deg, 0%, 100%, 0.31) 37%, hsl(0deg, 0%, 100%, 0.25) 50%, hsl(0deg, 0%, 100%, 0.19) 63%, hsl(0deg, 0%, 100%, 0.12) 75%, hsl(0deg, 0%, 100%, 0.06) 87%, hsl(0deg, 0%, 100%, 0) 100% ); */
}
marquee {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
	width: 100%;
}
/* .footer-post {
  height: 85px;
} */
/* .footer-post a, .footer-post span {
  font-size: 30px;
  color: #fff;
  padding-right: 25px;
  text-decoration: none;
  padding-top: 25px;
   display: inline-block; 
  line-height: 93px;
} */
.footer-post a, .footer-post span {
    font-size: 30px;
    color: #fff;
    padding-right: 25px;
    text-decoration: none;
    padding-top: 5px;
	padding-bottom: 5px;
    display: inline-block; 
    line-height:40px;
}

.gallery img {
  max-width: 100%;
  display: block;
  height: auto;
}

.gallery figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 30px;
  break-inside: avoid;
}

.gallery figure > img {
  grid-row: 1 / -1;
  grid-column: 1;
}

.gallery {
  column-count: 4;
  column-gap: 30px;
}
@media screen and (max-width: 991px) {
  .nav-pills .nav-link {
    padding: 4px 24px 2px;
    line-height: 19px;
    font-size: 14px;
  }
  form.search-form {
    width: 168px;
  }
  #pills-bis-tab {
    margin: 0 15px;
  }
  form.search-form button {
    position: absolute;
    right: 4px;
    top: 1px;
    font-size: 17px;
  }
  form.search-form input {
    height: 37px;
    /*margin-top: 10px;
	  */
    padding: 5px 30px 5px 10px;
  }
  form.search-form input:focus {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
  }
  .date {
    margin-bottom: 10px;
  }
  .date,
  .post span {
    font-size: 16px;
  }
  .boxpost {
    padding: 10px 0;
  }
/*   .boxpost a {
    font-size: 38px;
    line-height: 46px;
  } */
  .box-details-single {
    padding: 13px 13px;
  }
  .box-details-single h1 {
    margin-top: 20px;
    font-size: 35px;
  }
  .sticky {
    top: 110px !important;
  }
}
.footer-post a br{
display: none;
}
@media screen and (max-width: 767px) {
	.footer-post a{
		padding-top: 0!important;
	}
  header {
/*     background-image: linear-gradient(
        180deg,
        hsl(0deg 0% 100% / 79%) 0%,
        hsl(0deg 0% 100% / 70%) 13%,
        hsl(0deg 0% 100% / 61%) 25%,
        hsl(0deg, 0%, 100%, 0.63) 37%,
        hsl(0deg, 0%, 100%, 0.5) 50%,
        hsl(0deg, 0%, 100%, 0.38) 63%,
        hsl(0deg, 0%, 100%, 0.25) 75%,
        hsl(0deg, 0%, 100%, 0.13) 87%,
        hsl(0deg, 0%, 100%, 0) 100%
      ),
      linear-gradient(
        180deg,
        hsl(0deg, 0%, 100%, 0.5) 0%,
        hsl(0deg, 0%, 100%, 0.44) 13%,
        hsl(0deg, 0%, 100%, 0.38) 25%,
        hsl(0deg, 0%, 100%, 0.31) 37%,
        hsl(0deg, 0%, 100%, 0.25) 50%,
        hsl(0deg, 0%, 100%, 0.19) 63%,
        hsl(0deg, 0%, 100%, 0.12) 75%,
        hsl(0deg, 0%, 100%, 0.06) 87%,
        hsl(0deg, 0%, 100%, 0) 100%
      ) !important; */
  }
  .box-details-single {
    margin: 0 !important;
  }
  form.search-form input {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
  }
  .sticky {
    width: 92% !important;
  }
  .boxpost {
    max-width: 100%;
  }
  #tab-box {
    display: none;
  }
  .sya_yearslist a {
    margin-right: 19px;
    display: inline-block;
    font-size: 16px;
  }

  /* #pills-tab {
	  width: fit-content;
	} */
  #filter {
    display: flex;
    width: fit-content;
    padding: 4px 27px 2px;
    line-height: 19px;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
  }
  .left,
  .left:nth-child(even) {
    max-width: 100%;
    clear: both;
    float: none;
  }
  /* .date {
	  margin-bottom: 0;
	} */
  /* .site-content-contain {
    margin-top: 90px;
  } */
  .container_90 {
    margin: auto;
    width: 100%;
  }
  .p-mob {
    --bs-gutter-x: 0 !important;
  }
  .footer-post a {
    font-size: 26px;
    line-height: 80px;
  }
  .footer-post {
    height: 50px;
    display: flex;
    align-items: center;
  }
  .gallery figure {
    margin-bottom: 11px;
  }
  .gallery {
    column-count: 3;
    column-gap: 13px;
    margin-top: 32px;
  }
  .sya_container {
    margin: 0;
    --bs-gutter-x: 0;
  }
  .sya_yearslist a:last-child {
    margin-right: 0px;
  }
  #logo {
    padding-top: 0;
  }
  .tab-year {
    margin: 0;
    --bs-gutter-x: 0;
  }
  .sya_postcontent {
    font-size: 15px;
    line-height: 15px;
  }
  .main_title {
    font-size: 25px;
    margin-top: 18px;
    display: inline-block;
    padding-left: 0;
    margin-bottom: 10px !important;
  }
  main {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .gallery {
    column-count: 3;
    column-gap: 15px;
  }
  .gallery figure {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
	
  #pills-bis-tab {
    margin: 0px;
  }
  .nav-pills .nav-link {
    padding: 4px 4px 2px;
    line-height: 19px;
    font-size: 12px;
    height: auto !important;
  }
  ul#pills-tab {
    height: auto;
  }
  .gallery {
    column-count: 2;
  }
}

@media (max-width: 420px) {
  .gallery {
    column-count: 1;
  }
}
.sticky {
  position: sticky;
  top: 130px;
  width: 96%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

@media screen and (min-width: 991px) and (max-width: 1600px) {
  nav a {
    font-size: 19px;
    padding: 0 16px;
  }

  #logo {
    padding-top: 0.5rem;
  }
  form.search-form {
    width: 170px;
  }
/*   .boxpost a {
    font-size: 50px;
  } */
.bit .boxpost a, .bit h1 {
    font-size: 40px;
  }
  ul#pills-tab {
    height: 30px;
  }
  .date {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .post span {
    font-size: 15px;
  }
  .box-details-single h1 {
    margin-top: 23px;
    font-size: 44px;
  }
  .nav-pills .nav-link {
    padding: 3px 20px;
    line-height: 21px;
    font-size: 18px;
    height: 30px;
  }
  form.search-form input {
    height: 31px;
    padding: 6px 40px 6px 10px;
  }
  form.search-form button {
    font-size: 17px;
  }
}
.sya_postcontent {
  line-height: 18px;
  font-size: 16px;
}

 .map{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* close button */
.cross-stand-alone {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  position: relative;
  width: 26px;
  height: 26px;
  display: inline-block;
}
.cross-stand-alone:before, .cross-stand-alone:after {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 4px;
}
.cross-stand-alone:before {
  transform: rotate(45deg);
}
.cross-stand-alone:after {
  transform: rotate(-45deg);
}
.cross-stand-alone span {
  display: block;
}

/* Fancybox Styles */
div#envirabox-buttons {
    display: none;
}
.envirabox-theme-base .envirabox-image-wrap {
    border: none !important;
    border-radius: 0 !important;
	padding: 15px !important
}
a.envirabox-item.envirabox-close.envirabox-button--close {
    top: -10px !important;
    right: -10px !important;
    width: 22px !important;
    height: 22px !important;
    background-image: url(/wp-content/themes/podring/assets/images/close.png) !important;
    background-repeat: no-repeat;
    background-size: 20px !important;
}
img.envirabox-image {
    cursor: auto !important; margin: 15px !important;
	width: calc(100% - 30px) !important;
    height: auto !important;
}
.envirabox-theme-base .envirabox-navigation-inside{
	top: 15px !important; height: 100%; visibility: visible !important; cursor: auto !important;
	width: calc(100% - 30px) !important;
    height: calc(100% - 15px);
}
.envirabox-theme-base .envirabox-navigation-inside a{
	position: absolute;
    bottom: 0px;
    height: 100% !important;
    width: 35% !important;
    cursor: pointer;
    outline: none;
    z-index: 988040;
}
.envirabox-theme-base .envirabox-navigation-inside a span {
    display: none !important;
}
.envirabox-theme-base .envirabox-navigation-inside a:hover span{
	display: block !important
}
.envirabox-theme-base .envirabox-navigation-inside .envirabox-arrow--left{
	left: 0 !important
}
.envirabox-theme-base .envirabox-navigation-inside .envirabox-arrow--right{
	right: 0 !important
}
a.envirabox-arrow span{
	background-image: url(/wp-content/themes/podring/assets/images/prev.png) !important;
    background-size: 23px !important;
    height: 24px !important;
	background-repeat: no-repeat;
    background-position: center !important;
	position: absolute;
    top: 50%;
	left: 0 !important;
    transform: translateY(-50%);
	
}
.envirabox-theme-base .envirabox-navigation-inside .envirabox-arrow--right span{
	right: 0 !important;
	left: unset !important;
	background-image: url(/wp-content/themes/podring/assets/images/next.png) !important;
}
.envirabox-caption-wrap {
    display: none !important;
}
.envirabox-thumbs.envirabox-thumbs-bottom {
    display: none !important;
}
.sya_container .modal-content{
  border-radius: 0;
} 
.sya_container .sya-pagination{
  display: inline-flex;
  column-gap: 8px;
  align-items: center;
}
.sya_container .sya-pagination > a{
  text-decoration: none;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
}
.sya_container .sya-pagination > a:hover,
.sya_container .sya-pagination > a.active{
  font-weight: 700;
}