/* --------------------------
--- GENERAL CSS ---
----------------------------- */

html {
  font-size: 16px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  /*line-height: 1.4;*/
  line-height: 1.2;
  font-weight: 500;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; /* fix for aos animation */
}

a {
  color: #ebd3af;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:focus,
a:hover {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 800;
  margin-bottom: 20px;
}

p,
table {
  margin-bottom: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin-bottom: 20px;
}

table {
  width: 100%;
}
table tbody td {
  padding: 10px;
  background: #ececec;
}
table tr:nth-child(odd) td {
  background: #f7f7f7;
}

/* Ordered list default: 1., 2., 3., etc. */
.main-content .item-page ol {
  padding-left: 32px;
  margin-bottom: 20px;
}

/* Ordered list: bottom-spacing */
.main-content .item-page ol.bottom-spacing li {
  margin-bottom: 20px;
}

/* Bullets: default */
.main-content .item-page ul {
  list-style: none;
  margin: 0 0 20px 15px;
  padding: 0;
}
.main-content .item-page ul li {
  position: relative;
  padding-left: 20px;
}
.main-content .item-page ul li:before {
  content: "-";
  position: absolute;
  left: 0;
}
.partners-logo-carousel ul li:before {
  display: none;
}

/* Bullets: bottom-spacing */
.main-content .item-page ul.bottom-spacing li {
  margin-bottom: 20px;
}

/* Bullets: red-squares */
.main-content .item-page ul.red-squares {
  padding-left: 15px;
  margin-bottom: 20px;
}
.main-content .item-page ul.red-squares li {
  line-height: 20px;
  margin-bottom: 2px;
}
.main-content .item-page ul.red-squares li:before {
  content: "";
  width: 10px;
  height: 20px;
  background: #ff505d;
}

/* --------------------------------------------
--- OVERRIDE over lity lightbox js library ---
----------------------------------------------- */
.lity {
  background: rgba(0, 0, 0, 0.8);
}

/* --------------------------
--- BG IMAGE responsive ---
----------------------------- */
.img-zoom {
  overflow: hidden;
  display: block;
}
.image-cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding-bottom: 66.66666%;
  -webkit-transition: transform 0.35s ease;
  -moz-transition: transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
}
.img-zoom:hover .image-cover,
.img-zoom:focus .image-cover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* --------------------------
--- BUTTONS ---
----------------------------- */
.btn {
  position: relative;
  background: transparent;
  border: 1px solid #ebd3af;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #ebd3af;
  padding: 13px 50px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn:hover,
.btn:focus {
  color: #fff;
  background: #ebd3af;
  border-color: #ebd3af;
}

.btn-red {
  color: #fff;
  background: #ff515c;
  border-color: transparent;
}
.btn-red:hover,
.btn-red:focus {
  color: #fff;
  background: #a8000b;
  border-color: transparent;
}

.btn-blue {
  color: #fff;
  background: #1f94e6;
  border-color: transparent;
}
.btn-blue:hover,
.btn-blue:focus {
  color: #fff;
  background: #1577bc;
  border-color: transparent;
}

/* --------------------------
--- HEADER ---
----------------------------- */
.header {
  position: absolute;
  width: 100%;
  z-index: 20;
  padding-top: 15px;
}

/* header-main */
.header-main-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-container img {
  height: 50px;
}
.header-black-font .logo-container {
  filter: grayscale(100%) brightness(0%);
}
.header-main-container .header-left {
  display: flex;
  align-items: center;
}
.link-baroque-evenings .custom-block.cols-2 .b-row .b-col {
  width: auto;
}
.link-baroque-evenings p {
  margin: 0;
}
.link-baroque-evenings .b-row {
  gap: 15px;
}
.link-baroque-evenings .b-row .b-col:first-child a {
  display: block;
  width: min-content;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}
.link-baroque-evenings img {
  width: auto;
  height: 3rem;
}
.link-baroque-evenings a {
  color: #fff;
}
.link-baroque-evenings:hover a {
  color: #ebd3af;
}
.header-black-font .link-baroque-evenings a {
  color: #000;
}
.header-black-font .link-baroque-evenings img {
  filter: grayscale(100%) brightness(0%);
}
@media (min-width: 992px) {
  .header {
    padding-top: 0;
  }
  .logo-container img {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .header-right {
    display: none;
  }
  .home .header-right {
    display: block;
    position: absolute;
    right: 5vw;
    top: 65vh;
  }
  .header-main-container .header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

/* only on mobile <992 px if scrolled hide the logo */
.mobile .logo-container .scrolled {
  /*visibility: hidden;*/
}

/* -----------------
--- BREADCRUMBS ---
-------------------- */
.breadcrumbs {
  background: #ccc;
  font-size: 12px;
}
.breadcrumbs ol {
  margin: 0;
  padding: 8px 0 !important;
}
.mod-breadcrumbs__divider {
  display: none;
}
.breadcrumb-item a {
  color: #fff;
}
.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
  color: #ebd3af;
}
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item:before {
  float: none;
  font-size: 10px;
}

/* ------------------------------------------------
--- MAIN CONTENT - where main content comes ---
--------------------------------------------------- */
.main-content {
}

/* --------------------------
--- FOOTER ---
----------------------------- */
.footer {
  background: #fff;
  color: #000;
}
.footer a {
  color: #000;
}
.footer a:hover,
.footer a:focus {
  color: #ebd3af;
}
.footer h3 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer-1 a {
  font-size: calc(1rem + 1.5vw);
  font-weight: 400;
}
.footer-2 h2 {
  font-size: calc(1.3rem + 2vw);
}
.footer-main {
  padding: 50px 0 30px;
  text-align: center;
}
.footer-columns > div {
  margin-top: 4vw;
}
.footer-columns ul {
  flex-direction: column;
  list-style: none;
}
.footer-columns h3 {
  font-size: 10px;
}
.footer-columns p,
.footer-columns a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.footer-logo {
  display: inline-block;
}
.footer-logo img {
  height: 70px;
  margin-bottom: 40px;
  filter: grayscale(100%) brightness(0%);
}
.footer-copy {
  background: #fff;
  font-size: calc(0.4rem + 0.3vw);
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
}
.footer-copy-inner {
  padding: 30px 0 60px;
  text-align: center;
}
.footer-copy .copyright {
  margin-bottom: 10px;
}
.footer-copy .copyright br {
  display: none;
}
.footer-copy .copyright .mod-custom {
  display: inline-block;
}
.footer-copy .copyright p,
.copyright-right p {
  margin: 0;
}
.copyright-right ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.copyright-right ul li {
  text-transform: uppercase;
  padding-right: 6px;
}
.copyright-right ul li:first-child:before {
  display: none;
}
.copyright-right ul li:before {
  content: "/";
  padding-right: 6px;
  font-size: 10px;
}
@media (min-width: 768px) {
  .footer-main {
    padding: 6vw 0 5vw;
    text-align: left;
  }
  .footer h3 {
    margin-bottom: 20px;
  }
  .footer-columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-columns h3 {
    font-size: calc(0.3rem + 0.5vw);
  }
  .footer-columns p,
  .footer-columns a {
    font-size: calc(0.4rem + 0.6vw);
  }
  .footer-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
    padding: 0 8vw 5vw 0;
  }
  .footer-columns .footer-2 {
    width: 45%;
  }

  .footer-columns .footer-3 {
    width: 15%;
  }
  .footer-columns .footer-4 {
    width: 40%;
  }
  .footer-copy-inner {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .footer-copy .copyright {
    margin-bottom: 0;
  }
  .footer-copy .copyright br {
    display: inline;
  }
  .copyright-right ul {
    justify-content: flex-start;
  }
  .copyright-right {
    padding-right: 25px;
  }
}
@media (min-width: 880px) {
  .footer-columns .footer-4 {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .footer-columns {
    flex-wrap: nowrap;
  }
}

/* --------------------------
--- BACK TO TOP ---
----------------------------- */
#back-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #fff;
  border: 1px solid #000;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 100%;
}
#back-to-top:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 10px;
  height: 10px;
  margin: -2px 0 0 -5px;
  border-right: 3px solid #000;
  border-top: 3px solid #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#back-to-top.reveal {
  filter: alpha(opacity=100);
  opacity: 1;
}
#back-to-top.reachBottom {
  bottom: 15px;
}

/* ----------------
--- PAGINATION ---
------------------- */
.page-item {
  margin-right: 10px;
}
.page-item .page-link {
  color: #000;
  border: 1px solid #eee;
}
.page-item .page-link:hover {
  background-color: #c1a687;
  border-color: #c1a687;
  color: #fff;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.page-item.disabled .page-link {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.page-item.active .page-link {
  background-color: #c1a687;
  border-color: #c1a687;
}
.page-item.disabled .page-link {
  color: #ccc;
}

/* ------------------------------
--- CONTAINER for the content ---
--------------------------------- */
.container-wrapper {
  padding: 0 20px;
}
@media (min-width: 576px) {
  .container-wrapper {
    padding: 0 5vw;
  }
}
@media (min-width: 1920px) {
  .container-wrapper {
    width: 1480px;
    padding: 0;
    margin: 0 auto;
  }
}

/* -------------------------------------------
--- ARTICLE - default.php (default styles) ---
---------------------------------------------- */

/* Page header */
.page-header {
  position: relative;
  /*min-height: 40vh;*/
  /*display: flex;
  align-items: center;*/
}
.page-header .bg-image-container,
.page-header .bg-image-container .img-overlay,
.page-header .bg-image-container .bg-image-cover {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-header .bg-image-container .bg-image-cover {
  background-size: cover;
  /*background-position: 50% 50%;*/
  background-position: 50% 0;
  background-attachment: fixed;
  background-color: rgb(31, 31, 31);
}
/* On mobile browsers disable attachment fixed */
@media (hover: none) {
  .page-header .bg-image-container .bg-image-cover {
    background-attachment: scroll;
  }
}
.page-header .bg-image-container .img-overlay {
  /* background: rgba(110, 194, 171, 0.4); */
  z-index: 1;
}
.page-header-content {
  position: relative;
  z-index: 1;
  padding: 85px 0 30px;
  color: #fff;
}
.page-header-content.cols-2 .head-2 {
  padding: 0;
}
.page-header-content h1,
.page-header-content h2,
.page-header-content h3,
.page-header-content h4,
.page-header-content h5,
.page-header-content h6 {
  color: #fff;
  margin-bottom: 0;
}
.page-header-content h1 {
  font-size: calc(1rem + 4vw);
  text-transform: uppercase;
}
.page-header-content .image_intro img {
  width: 100%;
}
@media (min-width: 768px) {
  .page-header-content {
    padding: calc(85px + 3vw) 0 3vw;
  }
  .page-header-content.cols-2 {
    display: flex;
    align-items: center;
  }
  .page-header-content.cols-2 .head-1 {
    width: 60%;
  }
  .page-header-content.cols-2 .head-2 {
    width: 40%;
    padding: 0 0 0 2vw;
  }
  .page-header-content.cols-2 .article-text {
    padding-right: 4vw;
  }
}
@media (min-width: 1200px) {
  .page-header-content {
    padding: calc(68px + 6vw) 0 6vw;
  }
  .page-header-content.cols-2 .head-1 {
    width: 60%;
  }
  .page-header-content.cols-2 .head-2 {
    width: 48%;
  }
}

/* Page body */
.page-body {
  position: relative;
  z-index: 2;
}
.com-content-article__body {
  padding: 40px 0;
}
.page-body h2 {
  font-size: calc(1rem + 2vw);
}
@media (min-width: 992px) {
  .com-content-article__body {
    padding: 4vw 0;
  }
}

/* -----------------------------------------
--- CATEGORY - blog.php (default styles) ---
-------------------------------------------- */

/* Page header */

/* Page body */

/* ----------------------------------------------
--- CATEGORY - Category List (default styles) ---
------------------------------------------------- */

/* Page header */

/* Page body */
.com-content-category.category-list {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .com-content-category.category-list {
    padding: 4vw 20px;
  }
}
@media (min-width: 1200px) {
  .com-content-category.category-list {
    padding: 4vw 50px;
  }
}
@media (min-width: 1600px) {
  .com-content-category.category-list {
    padding: 4vw 12vw;
  }
}

/* -----------------------
--- HOMEPAGE (Article) ---
-------------------------- */

/* Home Section intro */
.home-section-intro {
  position: relative;
  overflow: hidden;
}

.spin-lines {
  position: absolute;
  top: -50%;
  right: -60%;
  z-index: 4;
  display: block;
  width: 100%;
}
.spin-lines2 {
  position: absolute;
  top: 9%;
  left: -80%;
  z-index: -4;
  display: block;
  width: 130%;
  height: 100%;
  filter: grayscale(100%) brightness(70%) opacity(0.1);
}
.spin-lines-about {
  position: absolute;
  top: -100%;
  right: -60%;
  display: block;
  width: 100%;
  z-index: 1;
}
.spin-lines-event {
  position: absolute;
  top: -40%;
  right: -55%;
  display: block;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .spin-lines-event {
    position: absolute;
    top: -20%;
    right: -55%;
    display: block;
    width: 100%;
    z-index: 1;
  }
}
@media (max-width: 650px) {
  .spin-lines {
    top: -45%;
    right: -80%;
    width: 130%;
  }
  .spin-lines2 {
    top: 15%;
    left: -90%;
    width: 160%;
  }
  .spin-lines-event {
    position: absolute;
    top: -10%;
    right: -55%;
    display: block;
    width: 100%;
    z-index: 1;
  }
  .spin-lines-about {
    position: absolute;
    top: -20%;
    right: -60%;
    display: block;
    width: 100%;
    z-index: 1;
  }
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 30s linear infinite;
  -moz-animation: rotating 30s linear infinite;
  -ms-animation: rotating 30s linear infinite;
  -o-animation: rotating 30s linear infinite;
  animation: rotating 30s linear infinite;
}

/* #1a: Home intro-slider-widget = default has slide-content */
.home-intro-slider {
  position: relative;
  background: #000;
}
.intro-slider-widget {
  color: #fff;
}
.intro-slider-widget .slide-item {
  position: relative;
}
.intro-slider-widget .slide-image-container {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro-slider-widget .slide-image-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}
.intro-slider-widget .slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.intro-slider-widget .slide-content-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 400px;
}
.intro-slider-widget .slide-content {
  position: relative;
  z-index: 5;
  /*padding-bottom: 60px;*/
}
.intro-slider-widget .slide-text h2 {
  font-weight: 800;
  color: #fff;
}
.intro-slider-widget .slide-text h2 + p {
  margin-bottom: 0;
}
.main-content .intro-slider-widget .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
.main-content .intro-slider-widget .slick-dots li {
  padding: 0;
  margin: 0;
}
.main-content .intro-slider-widget .slick-dots li:before {
  display: none;
}
.main-content .intro-slider-widget .slick-dots li button {
  display: block;
  width: 60px;
  height: 60px;
  background: transparent;
  font-size: 0;
  line-height: 0;
  border: 0 none;
  margin: 0 5px;
  padding: 0;
}
.main-content .intro-slider-widget .slick-dots li button:after {
  content: "";
  display: block;
  width: 60px;
  height: 10px;
  background: #fff;
}
.main-content .intro-slider-widget .slick-dots li.slick-active button:after {
  background: #ebd3af;
}
@media (min-width: 480px) {
  .intro-slider-widget .slide-text h2 {
    font-size: calc(1rem + 3vw);
  }
}
@media (min-width: 768px) {
  .intro-slider-widget .slide-content-inner {
    justify-content: flex-start;
    text-align: left;
  }
  .intro-slider-widget .slide-item.Right .slide-content-inner {
    justify-content: flex-end;
    text-align: right;
  }
  .intro-slider-widget .slide-item.Center .slide-content-inner {
    justify-content: center;
    text-align: center;
  }
  .main-content .intro-slider-widget .slick-dots {
    margin: 0 0 27px;
  }
  .main-content .intro-slider-widget .slick-dots li button:after {
    height: 5px;
  }
}
@media (min-width: 992px) {
  .intro-slider-widget .slide-content-inner {
    min-height: 500px;
  }
}
@media (min-width: 1200px) {
  .intro-slider-widget .slide-content-inner {
    min-height: 600px;
    height: 92vh;
  }
}

/* #1b: Home intro-slider-widget = s fixnim Intro Slider Textom */
.has-intro-slider-text .intro-slider-widget {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.has-intro-slider-text .intro-slider-widget * {
  height: 100%;
}
.has-intro-slider-text .intro-slider-widget .slick-dots {
  height: auto;
}

/* #1b: Home intro-slider-widget = Intro Slider Text */
.intro-slider-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  padding-top: 55px;
  padding-bottom: 60px;
  z-index: 999;
}
.intro-slider-text .columns {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 25px;
}
.intro-slider-text .intro-slider-text-content {
  width: 65%;
  color: #fff;
}
.intro-slider-text .featured-event {
  width: 35%;
  z-index: 10;
}
.intro-slider-text-content h1 {
  font-size: calc(1.5rem + 2vw);
  line-height: 1;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.intro-slider-text-content h1 + p {
  margin-bottom: 0;
}
.mod--featured-event {
  border-radius: 15px;
  overflow: hidden;
}
.mod--featured-event a {
  display: block;
  padding: 2vw;
  background: #fff;
}
.mod--featured-event a:hover {
  background: #ebd3af;
}
.mod--featured-event .mod-articles-category-date {
  font-weight: normal;
  color: #000;
}
.mod--featured-event .mod-articles-category-title {
  font-size: calc(1rem + 1vw);
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .intro-slider-text-content h1 {
    font-size: calc(1rem + 3vw);
  }
  .intro-slider-text .featured-event {
    width: 35%;
    z-index: 10;
  }
}
@media (min-width: 992px) {
  .intro-slider-text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 72px;
    min-height: 500px;
    padding-bottom: 60px;
  }
  .intro-slider-text .columns {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  .intro-slider-text-content h1 {
    font-size: calc(1rem + 4vw);
  }
}
@media (min-width: 1200px) {
  .intro-slider-text {
    padding-top: 82px;
    min-height: 600px;
    height: 100vh;
  }
}
@media (max-width: 991px) {
  .home-intro-slider {
    height: 100vh;
  }
  .intro-slider-text {
    height: 100%;
  }
  .intro-slider-text-content h1 {
    font-size: 62px;
  }
  .intro-slider-text .featured-event {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    padding: 5vw 3vw 5vh;
    width: 100%;
  }
  .intro-slider-text .intro-slider-text-content {
    width: 100%;
  }
  .intro-slider-text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 0 50px;
  }
  .intro-slider-text .columns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .mod--featured-event a {
    display: block;
    width: 100%;
    background: #000;
  }
  .mod--featured-event a:hover {
    background: #000;
  }
  .mod--featured-event .mod-articles-category-date {
    font-weight: normal;
    color: #fff;
  }
  .mod--featured-event .mod-articles-category-title {
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
  }
}
@media (max-width: 460px) {
  .intro-slider-text-content h1 {
    font-size: 48px;
  }
}

/* #2: Home intro static - Intro Text s pozadinskom slikom */
.home-intro-static {
  position: relative;
  background: #000;
  padding-top: 55px;
  height: 400px;
}
.intro-static-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.home-intro-static .intro-background-image {
  opacity: 0.5;
}
.home-intro-static .intro-background-image,
.home-intro-static .intro-background-image .bg-image-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
}
.home-intro-static .intro-text {
  position: relative;
  z-index: 1;
  color: #fff;
}
.home-intro-static .intro-text h1 {
  font-size: calc(1rem + 8vw);
  line-height: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .home-intro-static .intro-text h1 {
    font-size: calc(1rem + 6vw);
  }
}
@media (min-width: 992px) {
  .home-intro-static {
    padding-top: 72px;
    min-height: 500px;
  }
  .home-intro-static .intro-text h1 {
    font-size: calc(1rem + 4vw);
  }
}
@media (min-width: 1200px) {
  .home-intro-static {
    padding-top: 82px;
    min-height: 600px;
    height: 92vh;
  }
}

/* Home - item text: samo za ispis glavnog teksta clanka */
.home-item-text {
  padding: 40px 0;
}
@media (min-width: 576px) {
  .home-item-text {
    padding: 3vw 0;
  }
}

/* home module Events announcements */
.mod--home-events {
  padding: 50px 0 100px;
}
.mod--home-events .mod-header {
  position: relative;
  padding: 2vw 0;
  margin: 2vw 0 1vw;
}
/* .mod--home-events .mod-header:before {
  content: "";
  display: block;
  background: #ebd3af;
  width: 3vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
} */
.mod--home-events .mod-header h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 48px;
}
@media (max-width: 991px) {
  .mod--home-events .mod-header h3 {
    font-size: calc(1.2rem + 1.5vw);
  }
}
.mod--home-events .mod-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2vw;
}
.mod--home-events .mod-body .item-link {
  display: block;
  position: relative;
  padding: 3vw 5vw 6vw 3vw;
  background: #e4e4e4;
  border-radius: 15px;
}
.blog-items .item-content .article-title a {
  display: block;
  position: relative;
  padding: 4vw 5vw 6vw 3vw;
  background: #e4e4e4;
  border-radius: 15px;
  height: 14rem;
}
.blog-items .item-content .title-date-box {
  position: relative;
}
.blog-items .item-content .event-time {
  position: absolute;
  top: 2vw;
  left: 3vw;
}
.blog-items .item-content .event-time .b-link {
  color: #000;
  font-weight: 400;
}
.mod--home-events .mod-body .item-link:hover,
.blog-items .item-content .article-title a:hover,
.tag-category .list-group-item a:hover {
  background: #cccccc;
  transition: all 0.4s ease;
}
.mod--home-events .mod-body .item-arrow,
.blog-items .item-content .item-arrow,
.list-group-item .tag-item .item-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  background-color: #c1a687;
  border-radius: 100%;
  overflow: hidden;
  right: 5%;
  bottom: 10%;
  width: 70px;
  height: 70px;
  z-index: 10;
}
.mod--home-events .mod-body .item-arrow:hover {
  background-color: rgba(165, 123, 93, 0.8);
  box-shadow: 0 3px 3px rgba(255, 255, 255, 0.15);
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .mod--home-events .mod-body .item-arrow {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
  .mod--home-events .newsflash-date {
    font-size: 12px;
  }
  .blog-items .item-content .article-title a {
    padding: 8vw 5vw 6vw 3vw;
    height: 10rem;
  }
  .blog-items .item-content .event-time {
    font-size: calc(0.5rem + 0.6vw);
    top: 4vw;
    left: 3vw;
  }
  .blog-items .item-content .item-arrow,
  .list-group-item .tag-item .item-arrow {
    width: 60px;
    height: 60px;
  }
}
.mod--home-events .newsflash-image {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.newsflash-image .img-container {
  padding-bottom: 139%;
  background-size: cover;
}
.mod--home-events .newsflash-date {
  color: #333;
  font-weight: 400;
  margin-bottom: 12px;
}
.mod--home-events .newsflash-title {
  font-size: calc(0.8rem + 1vw);
  font-weight: 800;
}
.mod--home-events .newsflash-title a {
  color: #000;
  font-size: 24px;
}
.mod--home-events .newsflash-title a:hover {
  color: #ebd3af;
}

/* home-section-2 */
.home .section-mod-other-events {
  position: relative;
  padding: 100px 0;
}
.home .mod-other-events .mod-tagspopular ul {
  counter-reset: list-number;
}
.home .mod-other-events .mod-tagspopular ul li a {
  padding: 20px 40px 20px 30%;
  font-size: 26px;
  font-weight: 800;
  color: #000;
  border: none;
}
.mod-other-events .mod-tagspopular ul li {
  position: relative;
}
.home .mod-other-events .mod-tagspopular ul li:before {
  content: counter(list-number, decimal-leading-zero) !important;
  counter-increment: list-number;
  position: absolute;
  left: 8%;
  bottom: 50%;
  translate: 0 50%;
  font-size: 26px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home .mod-other-events ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .mod-other-events h3 {
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 55px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .home .mod-other-events .mod-tagspopular ul li a {
    font-size: calc(0.7rem + 0.9vw);
  }
  .mod-other-events .mod-tagspopular ul li a {
    font-size: calc(0.8rem + 1vw);
  }
  .mod-other-events .mod-tagspopular ul li:before {
    font-size: 20px;
  }
  .home .mod-other-events .mod-tagspopular ul li:before {
    font-size: 22px;
  }
}
/* baroque evenings section */
.home .section-baroque-evenings {
  padding: 100px 0;
  color: #fff;
}
.home .baroque-bgd {
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 45%;
  border-radius: 15px;
}
.home .baroque-text-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 50%;
  translate: 0 -50%;
  width: 50%;
}
.home .baroque-text-box h2 {
  color: #fff;
  font-size: calc(1rem + 3vw);
  margin-bottom: 40px;
}
.home .baroque-text-box p {
  font-size: calc(0.5rem + 0.8vw);
  color: #fff;
}
.home .baroque-btn {
  position: absolute;
  align-items: center;
  display: flex;
  gap: 20px;
  bottom: 10%;
  right: 5%;
  font-size: calc(0.7rem + 0.8vw);
  font-weight: 800;
  color: #fff;
}
.baroq-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  background-color: #c1a687;
  border-radius: 100%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  z-index: 4;
}
@media (max-width: 991px) {
  .home .baroque-bgd {
    padding-bottom: 65%;
  }
}
@media (max-width: 650px) {
  .home .baroque-bgd {
    padding-bottom: 90%;
  }
  .home .baroque-text-box p {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .home .baroque-bgd {
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    padding: 0 5vw;
    padding-bottom: 45%;
    border-radius: 15px;
  }
}
/* newsletter form */
.section-newsletter {
  padding: 100px 0;
  position: relative;
}
.newsletter-bgd {
  background-color: #000;
  border-radius: 15px;
  color: #fff;
  padding: 8vw 5vw;
}
#newsletterForm {
  position: relative;
  width: 60%;
}
#newsletterForm .rsform-submit-button.btn.btn-primary {
  display: block;
  position: absolute;
  right: 10%;
  bottom: 10%;
  padding: 0;
  border: none;
  background-color: transparent;
}
#newsletterForm .rsform-block-newsletter-text h2 {
  font-size: calc(1rem + 3vw);
  color: #fff;
}
#newsletterForm .formControlLabel {
  display: none;
}
#newsletterForm .form-control {
  background: transparent;
  font-size: calc(1rem + 1.5vw);
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
}
#newsletterForm .form-control::placeholder {
  color: #fff;
}
@media (max-width: 991px) {
  #newsletterForm {
    width: 80%;
  }
}
@media (max-width: 650px) {
  .home .section-mod-other-events {
    padding: 0;
  }
  .mod--home-events .newsflash-title {
    font-size: calc(0.6rem + 0.8vw);
    margin-bottom: 40px;
  }
  .home .baroque-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
    bottom: 10%;
    right: 5%;
  }
  #newsletterForm {
    width: 100%;
  }
  .newsletter-bgd {
    padding: 10vw 5vw;
  }
  #newsletterForm .rsform-submit-button.btn.btn-primary {
    display: block;
    position: relative;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 500px) {
  .home .baroque-bgd {
    padding-bottom: 105%;
  }
  .home .baroque-text-box p {
    font-size: 12px;
  }
  #newsletterForm .rsform-block-newsletter-text p {
    font-size: 14px;
  }
}
/* end Homepage */

/* ---------------------------
--- CUSTOM PAGES (Article) ---
------------------------------*/

/* Page - O nama */
.about-us .page-header {
  position: relative;
  overflow: hidden;
  height: 70vh;
}
.about-us .spin-lines3 {
  z-index: 2;
}
.about-us .page-header-content h1 {
  text-transform: uppercase;
  font-size: calc(2rem + 4vw);
}
.about-us .page-header .bg-image-container .bg-image-cover {
  background-color: rgb(31, 31, 31);
}
.about-us .head-1 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about-us .section-img {
  position: relative;
  background-color: rgb(31, 31, 31);
}
.about-us .section-img2 {
  position: relative;
  background: linear-gradient(rgb(31, 31, 31) 50%, #fff 50%);
}
.about-us .about-bgd1 {
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 77%;
  border-radius: 15px;
}
.about-us .section-about-text {
  position: relative;
  padding: 100px 0 150px;
  background-color: rgb(31, 31, 31);
  color: #fff;
}
.about-us .section-about-text h2,
.about-us .section-about-text h3,
.about-us .section-about-text h4 {
  color: #fff;
}
.about-us .section-about-text h3 {
  font-size: calc(1rem + 1.2vw);
}

.item-about {
  position: static;
}
@media (min-width: 767px) {
  .about-us .page-header {
    position: relative;
    overflow: hidden;
    height: 90vh;
  }
  .about-us .article-text {
    width: 60%;
  }
  .about-us .text-flex {
    display: flex;
    align-items: center;
    gap: 60px;
  }
  .about-us .about-text-right {
    width: 55%;
  }
  .about-us .about-text-left {
    width: 45%;
  }
  .about-us .about-bgd1 {
    background-position: 50% 50%;
    background-size: cover;
    padding-bottom: 47%;
    border-radius: 15px;
  }
}

/* Page - Contact Us */
.contact-page .page-header-content h1 {
  font-size: calc(2rem + 4vw);
  text-transform: uppercase;
}
.contact-page .page-header .bg-image-container .bg-image-cover {
  background-color: rgb(31, 31, 31);
}
.contact-page .head-1 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.item-contact .contact-section-1 {
  padding: 40px 0;
}
.item .contact-text a {
  color: #000;
}
.item .contact-text a:hover {
  color: #ebd3af;
}
#map {
  height: 500px;
}
.rsform-block-gdpr-consent .form-check-label {
  font-size: 14px;
}
@media (min-width: 576px) {
  .contact-page .page-header {
    height: 80vh;
  }
  .item-contact .contact-section-1 {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }
  .item-contact .contact-section-1 .item {
    width: 50%;
    padding: 0 20px;
  }
  .contact-page .article-text {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .item-contact .contact-section-1 {
    padding: 4vw 0;
    margin-left: -3vw;
    margin-right: -3vw;
  }
  .item-contact .contact-section-1 .item {
    padding: 0 3vw;
  }
}

/* Page - Blog Article */
/* .item-blog */
.article-sidebar h3 {
  margin-bottom: 15px;
}
.article-sidebar .moduletable {
  margin-bottom: 40px;
}
.article-content .article-date {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  background: #ebd3af;
  color: #fff;
  padding: 6px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.article-header h1 {
  margin-bottom: 30px;
}
.article-body {
  line-height: 1.4;
}
.article-body .com-content-article__body h1,
.article-body .com-content-article__body h2,
.article-body .com-content-article__body h3,
.article-body .com-content-article__body h4,
.article-body .com-content-article__body h5,
.article-body .com-content-article__body h6 {
  margin-bottom: 20px;
}
.article-body .com-content-article__body * + h1,
.article-body .com-content-article__body * + h2,
.article-body .com-content-article__body * + h3,
.article-body .com-content-article__body * + h4,
.article-body .com-content-article__body * + h5,
.article-body .com-content-article__body * + h6 {
  margin-top: 30px;
}
.article-body figure {
  margin-bottom: 30px;
}
.article-body figure img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.author-block {
  background: #eee;
  padding: 20px 20px 5px;
  margin: 30px 0;
}
.author-block .written-by {
  margin-bottom: 15px;
}
.author-block .biography .avatar {
  margin-bottom: 15px;
}
.author-block .biography .avatar img {
  width: 80px;
}
.author-block .biography .short-bio {
  color: #666;
}
.article-content .article-tags {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .article-sides {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
  .article-sides .article-side-1,
  .article-sides .article-side-2 {
    padding: 0 10px;
  }
  .article-sides .article-side-2 {
    width: calc(100% - 120px);
  }
  .article-content .article-date {
    width: 100px;
    text-align: center;
    padding: 10px 15px 16px;
    margin-bottom: 30px;
  }
  .article-content .article-date .day {
    display: block;
    font-size: 32px;
  }
  .article-content .article-date .month {
    display: block;
    font-size: 16px;
    font-weight: 500;
  }
  .author-block .biography .avatar {
    float: left;
    padding-right: 20px;
    margin-bottom: 0;
  }
  .author-block .biography .short-bio {
    margin-left: 100px;
  }
}
@media (min-width: 992px) {
  .article-container {
    display: flex;
    margin-left: -2vw;
    margin-right: -2vw;
  }
  .article-container .article-content {
    width: 65%;
    padding: 0 2vw;
  }
  .article-container .article-sidebar {
    width: 35%;
    padding: 0 2vw;
  }
  .com_tags .article-container .article-content {
    width: 100%;
  }
  .com_tags .article-container .article-sidebar {
    display: none;
  }
}

/* Page - Author */
.page-layout-author {
  padding: 20px 0 30px;
}
.page-layout-author .author-info {
  background: #f1f1f1;
  padding: 20px;
}
@media (max-width: 575px) {
  .page-layout-author .author-columns .author-col-1,
  .page-layout-author .author-columns .author-col-2 {
    margin-bottom: 25px;
  }
  .page-layout-author .author-info {
    overflow: hidden;
  }
  .page-layout-author .author-info .author-image {
    float: left;
    margin-right: 15px;
  }
}
@media (min-width: 576px) {
  .page-layout-author .author-columns {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-layout-author .author-columns > div {
    padding: 0 15px;
  }
  .page-layout-author .author-columns .author-col-1 {
    width: 200px;
  }
  .page-layout-author .author-columns .author-col-2 {
    width: calc(100% - 200px);
  }
  .page-layout-author .author-columns .author-col-3 {
    width: 100%;
    border-left: 1px solid #eeeeee;
  }
  .page-layout-author .author-info {
    text-align: center;
  }
  .page-layout-author .author-info .author-image {
    margin-bottom: 10px;
  }
  .page-layout-author .author-info .author-image img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-layout-author {
    padding: 3vw 0;
  }
}
@media (min-width: 1200px) {
  .page-layout-author .author-columns {
    flex-wrap: nowrap;
    margin-left: -30px;
    margin-right: -30px;
  }
  .page-layout-author .author-columns > div {
    padding: 0 30px;
  }
  .page-layout-author .author-columns .author-col-1 {
    width: 20%;
  }
  .page-layout-author .author-columns .author-col-2 {
    width: 55%;
  }
  .page-layout-author .author-columns .author-col-3 {
    width: 25%;
  }
}
@media (min-width: 1600px) {
  .page-layout-author .author-columns .author-col-1 {
    width: 15%;
  }
  .page-layout-author .author-columns .author-col-2 {
    width: 60%;
  }
  .page-layout-author .author-columns .author-col-3 {
    width: 25%;
  }
}

/* ---------------------------------
--- CUSTOM PAGES (Category Blog) ---
------------------------------------*/

/* Page Category - INDEX (default category articles list different from Blog) */
.page-category-index .page-header {
  background: rgba(27, 63, 122, 0.66);
  margin-bottom: 20px;
}
.page-category-index .page-header-inner {
  padding: 30px 0 20px;
}
.page-category-index .page-header * {
  color: #fff;
  margin-bottom: 0;
}
.page-category-index .page-header .category-desc {
  padding-top: 25px;
}
.page-category-index .page-body {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-category-index .page-header {
    margin-bottom: 4vw;
  }
  .page-category-index .page-header-inner {
    padding: 2vw 0;
  }
  .page-category-index .page-body {
    margin-bottom: 4vw;
  }
}

/* Page Category Blog (Novosti) */
/* .category-blog */
.layout-blog .blog,
.view-article.layout-blog .main-content {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(239, 239, 239, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(239, 239, 239, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(239, 239, 239, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#efefef",GradientType=1);
}
.layout-blog .blog,
.layout-blog .article-container {
  padding: 20px 0 30px;
}

.blog-page-1st .items-leading .items-column-2 .blog-item .article-title h2 {
  font-size: 20px;
}
.leading-separator {
  display: none;
}
.blog-page-1st .items-leading + .leading-separator {
  display: block;
  height: 1px;
  background: #dedede;
  margin: -10px 0 30px;
}

.blog .items-leading .blog-item {
  margin-bottom: 40px;
}
.blog .blog-item figure {
  margin-bottom: 15px;
}
.blog .blog-item figure img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.blog .article-date {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  background: #ebd3af;
  color: #fff;
  padding: 6px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.blog .article-title h2 {
  margin-bottom: 0;
}
.blog .article-title h2 a {
  color: #000;
  font-size: calc(0.5rem + 1.2vw);
  font-weight: 800;
}
.blog .article-intro,
.blog .article-tags {
  margin-bottom: 20px;
}
.blog .com-content-category-blog__navigation ul.pagination {
  flex-wrap: wrap;
  margin-bottom: 40px !important;
}
.blog .com-content-category-blog__navigation ul.pagination li {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .blog-page-1st .items-leading .items-column-2 .blog-item {
    display: flex;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
  }
  .blog-page-1st .items-leading .items-column-2 .blog-item figure {
    width: 48%;
    padding: 0 10px;
  }
  .blog-page-1st .items-leading .items-column-2 .blog-item .item-content {
    width: 52%;
    padding: 0 10px;
  }
  .blog-page-1st
    .items-leading
    .items-column-2
    .blog-item
    .item-content
    .article-intro,
  .blog-page-1st
    .items-leading
    .items-column-2
    .blog-item
    .item-content
    .article-tags {
    display: none;
  }
  .blog .com-content-category-blog__navigation ul.pagination {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .blog-page-1st .items-leading .items-column-2 figure,
  .blog-page-1st .items-leading .items-column-2 .blog-item .article-title h2 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .layout-blog .blog,
  .layout-blog .article-container {
    padding: 3vw 0;
  }
  .blog-page-1st .items-leading {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .blog-page-1st .items-leading .items-column-1 {
    width: 55%;
    padding: 0 15px;
  }
  .blog-page-1st .items-leading .items-column-2 {
    width: 45%;
    padding: 0 15px;
  }
  .blog .items-leading .blog-item {
    margin-bottom: 30px;
  }
  .blog .blog-item figure {
    margin-bottom: 30px;
  }
  .blog-page-1st .items-leading + .leading-separator {
    margin: 2vw 0 3vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-page-1st .items-leading .items-column-2 .blog-item {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .blog-page-1st .items-leading .items-column-2 .blog-item figure {
    width: 100%;
    padding: 0;
  }
  .blog-page-1st .items-leading .items-column-2 .blog-item .item-content {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .blog-page-1st .items-leading .items-column-2 figure,
  .blog-page-1st .items-leading .items-column-2 .blog-item .article-title h2 {
    margin-bottom: 0;
  }
}

/* Page Category Blog - Article Tags - same style for category and item view */
.article-tags {
  display: flex;
}
.article-tags .tags-icon {
  position: relative;
  top: 1px;
  margin-right: 6px;
  color: #1b407a;
}
.article-tags ul {
  margin: 0;
}
.article-tags .list-inline-item {
  position: relative;
  margin-right: 5px;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.article-tags .list-inline-item:before {
  display: none;
}
.article-tags .list-inline-item .btn {
  display: inline;
  border: 0 none;
  font-size: 16px;
  font-weight: normal;
  color: #1b407a;
  padding: 0;
}
.article-tags .list-inline-item .btn:hover,
.article-tags .list-inline-item .btn:focus {
  background: none;
  color: #ff515c;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.article-tags .list-inline-item:not(:last-child):after {
  position: absolute;
  content: ",";
  color: #1b407a;
  top: 1px;
  right: -4px;
}

/* -----------------------------------------------------
--- SPECIFIC PAGES - different Components (Plugins) ---
-------------------------------------------------------*/

/* Page TAGS */
.com_tags .article-container {
  padding: 20px 0 30px;
}
.com_tags .com-tags-tags__filter {
  margin-bottom: 30px;
}
.com_tags .com-tags-tags__filter input[type="text"] {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-width: 1px;
  padding: 5px 10px;
}
.com_tags .com-tags__items ul li h3 {
  margin-bottom: 0;
}
.com-tags__pagination {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .com_tags .article-container {
    padding: 3vw 0;
  }
}
@media (min-width: 1200px) {
}
.tag-category .com-tags__items ul li h3 {
  font-size: 20px;
}
.com-tags__items #adminForm {
  padding: 20px 0;
}
.tag-category .tag-header {
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: start;
  background: #fff;
}
.tag-category .tag-header h1 {
  color: #000;
  font-size: calc(2rem + 3vw);
  text-transform: uppercase;
}
.tag-category .list-group {
  padding: 100px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 991px) {
  .tag-category .list-group {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 756px) {
  .tag-category .list-group {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 40px;
  }
}

.tag-category .list-group-item {
  border: none;
  display: block;
  padding: 0;
}
.tag-category .list-group-item a {
  display: block;
  position: relative;
  padding: 4vw 5vw 6vw 3vw;
  background: #e4e4e4;
  color: #000;
  font-size: calc(0.5rem + 1.2vw);
  font-weight: 800;
  border-radius: 15px;
  min-height: 14rem;
}
.tag-category .list-group-item .event-time {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  color: transparent;
  background-color: transparent;
}
@media (max-width: 650px) {
  .float-end {
    float: none !important;
  }
  .tag-category .list-group-item a {
    min-height: 10rem;
  }
  .tag-category .list-group-item a {
    font-size: 18px;
  }
}
/* Page SEARCH (com-finder) */
.com-finder {
  padding: 20px 15px;
}
.com-finder label.me-2 {
  font-weight: bold;
  margin-bottom: 10px;
}
.com-finder .awesomplete {
  flex-grow: 1;
}
.com-finder .awesomplete > input {
  line-height: 1.3;
  padding: 13px 15px;
}
.com-finder .result__title-url {
  font-weight: 300;
}
.com-finder .result__title-text {
  font-weight: bold;
}
.com-finder .result__description {
  font-weight: 400;
}
.com-finder .result__date {
  font-weight: 800;
}
@media (min-width: 768px) {
  .com-finder {
    padding: 4vw 20px;
  }
}
@media (min-width: 1200px) {
  .com-finder {
    padding: 3vw 50px;
  }
}
@media (min-width: 1600px) {
  .com-finder {
    padding: 3vw 12vw;
  }
}

/* ---------------------------
--- MODULES ---
------------------------------ */

/* mod_tags_popular */
.mod-tagspopular ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mod-tagspopular ul li {
  display: inline-block;
}
.mod-tagspopular ul li a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #666;
}
.home .mod-tagspopular ul li a:hover,
.home .mod-tagspopular ul li a:focus {
  transition: all 0.5s ease;
  background: #c1a687;
  border-color: #c1a687;
  color: #000;
}

@media (max-width: 676px) {
  .home .mod-tagspopular ul li {
    padding: 0;
    margin: 0;
  }
  .main-content .item-page ul {
    margin: 0;
  }
}

/* mod_articles_news */
.mod-articlesnews__item {
  margin-bottom: 15px;
}
.mod-articlesnews__item .newsflash-date {
  font-weight: bold;
  margin-bottom: 5px;
}
.mod-articlesnews__item .newsflash-title {
  font-size: 16px;
  margin-bottom: 0;
}
.mod-articlesnews__item .newsflash-title a {
  color: #ebd3af;
}

/* mod__latest-posts */
.mod__latest-posts .mod-articlesnews__item {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.mod__latest-posts .mod-articlesnews__item > div {
  padding: 0 10px;
}
.mod__latest-posts .article-date {
  display: block;
  width: 86px;
  text-align: center;
  background: #ebd3af;
  color: #fff;
  padding: 10px 15px 16px;
  margin-bottom: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.mod__latest-posts .article-date:hover,
.mod__latest-posts .article-date:focus {
  color: #fff;
  background: #b72416;
}
.mod__latest-posts .article-date .day {
  display: block;
  font-size: 26px;
  font-weight: bold;
}
.mod__latest-posts .article-date .month {
  display: block;
  font-size: 14px;
}
.mod__latest-posts .mod-articlesnews__item .newsflash-title {
  margin: 5px 0;
}
.mod__latest-posts .mod-articlesnews__item .newsflash-title a {
  color: #fff;
}
.mod__latest-posts .mod-articlesnews__item .newsflash-title a:hover,
.mod__latest-posts .mod-articlesnews__item .newsflash-title a:focus {
  color: #ebd3af;
}

/* ---------------------------------------
--- CUSTOM FIELD - Repeatable Sections ---
------------------------------------------ */

/* Section - colors */
.section.white-bg .text-field-inner {
  background: #fff;
}
.section.green-bg .text-field-inner {
  background: #ebd3af;
  color: #fff;
}
.section.gray-bg .text-field-inner {
  background: #e7e7e7;
  color: #333;
}
.section.not-white-bg h1,
.section.not-white-bg h2,
.section.not-white-bg h3,
.section.not-white-bg h4,
.section.not-white-bg h5,
.section.not-white-bg h6 {
  color: #fff;
}
.section.not-white-bg.gray-bg h1,
.section.not-white-bg.gray-bg h2,
.section.not-white-bg.gray-bg h3,
.section.not-white-bg.gray-bg h4,
.section.not-white-bg.gray-bg h5,
.section.not-white-bg.gray-bg h6 {
  color: #ebd3af;
}

/* Section - has-Image */
.section.hasImg .text-field-inner {
  padding: 30px 20px 20px;
}
.section.hasImg.img-Left .text-field-inner {
  padding: 30px 20px 20px;
}
.section.hasImg .img-field {
  position: relative;
}
.section.hasImg .video-controls {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .section.hasImg .text-field {
    width: 100% !important;
  }
  .section.hasImg .img-field {
    width: 100% !important;
  }
  .section.hasImg .img-field .img-container {
    width: 100% !important;
  }
}
@media (min-width: 901px) {
  .section .image-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }
  .section.hasImg {
    display: flex;
  }
  .section.hasImg.img-Left {
    flex-direction: row-reverse;
  }
  .section.hasImg .text-field {
    position: relative;
    z-index: 1;
    width: 52%;
  }
  .section.hasImg .text-field-inner {
    padding: 2vw 20px 5vw 20px;
  }
  .section.hasImg.img-Left .text-field-inner {
    padding: 2vw 20px 5vw 20px;
  }
  .section.hasImg .img-field {
    width: 68%;
  }
}
@media (min-width: 1200px) {
  .section.hasImg .text-field-inner {
    padding: 4vw 50px;
  }
  .section.hasImg.img-Left .text-field-inner {
    padding: 4vw 50px;
  }
}

/* Section = ROW-1 = No-Image = Blue Box */
@media (min-width: 576px) {
  .section.noImg.row-1 .blue-box {
    margin-top: -8vw;
  }
}

/* Section - No-Image */
.section.noImg .text-field-inner {
  padding: 30px 20px 20px;
}
@media (min-width: 768px) {
  .section.noImg .text-field-inner {
    /*padding: 6vw 12vw 5vw;*/ /* reduced by Doron wish */
    padding: 4vw 20px 3vw;
  }
}
@media (min-width: 992px) {
  .section.noImg .text-width-50 {
    width: 52%;
  }
}
@media (min-width: 1200px) {
  .section.noImg .text-field-inner {
    padding: 4vw 5vw 3vw;
  }
}

/* Section - Background-Image */
.section.hasImg.img-Background-image {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
}
.section.hasImg.img-Background-image .text-field,
.section.hasImg.img-Background-image .img-field {
  width: 100%;
}
.section.img-Background-image h1,
.section.img-Background-image h2,
.section.img-Background-image h3,
.section.img-Background-image h4,
.section.img-Background-image h5,
.section.img-Background-image h6 {
  color: #fff;
}
.section.img-Background-image .text-field {
  position: relative;
  z-index: 3;
}
.section.img-Background-image .img-field,
.section.img-Background-image .img-container,
.section.img-Background-image .image-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section.img-Background-image .image-cover {
  padding-bottom: 0;
}
.section.img-Background-image .text-field-inner {
  background: transparent;
  padding: 30px 30px 20px;
}
.section.img-Background-image .img-container {
  background: rgba(27, 63, 122, 1);
}
.section.img-Background-image .img-container .image-cover {
  opacity: 0.2;
}
@media (min-width: 576px) {
  .section.img-Background-image .text-field-inner {
    padding: 6vw 12vw 5vw;
  }
}

/* ---------------------------------------------
--- EDITOR CUSTOM TEMPLATES - (columns etc.) ---
------------------------------------------------ */
.section hr {
  /*display: none;*/
  background: transparent;
  margin: 10px 0 20px;
}
.custom-block.cols-2_blue-box .blue-box {
  background: #132b5b;
  color: #fff;
  padding: 22px 22px 1px;
}
.custom-block.cols-2_blue-box + hr {
  display: none;
}
.custom-block.cols-2_blue-box .blue-box h1,
.custom-block.cols-2_blue-box .blue-box h2,
.custom-block.cols-2_blue-box .blue-box h3,
.custom-block.cols-2_blue-box .blue-box h4,
.custom-block.cols-2_blue-box .blue-box h5,
.custom-block.cols-2_blue-box .blue-box h6 {
  color: #fff;
}
.custom-block.cols-3.style-lines .b-row .b-col > * {
  padding-left: 25px;
}
.custom-block.cols-3.style-lines h1,
.custom-block.cols-3.style-lines h2,
.custom-block.cols-3.style-lines h3,
.custom-block.cols-3.style-lines h4,
.custom-block.cols-3.style-lines h5,
.custom-block.cols-3.style-lines h6 {
  margin-bottom: 5px;
}
.custom-block.cols-3.style-lines .b-row .b-col {
  position: relative;
}
.custom-block.cols-3.style-lines .b-row .b-col:before {
  content: "";
  width: 4px;
  height: 50px;
  background: #ff515c;
  position: absolute;
  left: 0;
  top: 0;
}
.custom-block .b-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 576px) {
  .custom-block.cols-3.style-lines .b-row .b-col:before {
    left: 15px;
  }
  .custom-block.cols-2 .b-row .b-col {
    width: 50%;
  }
  .custom-block.cols-2_blue-box .column1 {
    width: 60%;
  }
  .custom-block.cols-2_blue-box .column2 {
    width: 40%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .custom-block.cols-2_blue-box .blue-box * {
    font-size: 20px;
  }
  .custom-block.cols-2_blue-box .blue-box p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .custom-block.cols-3.style-lines + hr {
    display: none;
  }
}
@media (min-width: 768px) {
  .custom-block .b-row {
  }
  .custom-block.cols-3.style-lines .b-row .b-col:before {
    left: 30px;
  }
  .custom-block.cols-3 .b-row .b-col {
    width: 50%;
  }
  .custom-block.cols-4 .b-row .b-col {
    width: 50%;
  }
  .custom-block.cols-2_blue-box .blue-box {
    padding: 4vw 4vw calc(4vw - 29px);
  }
}
@media (min-width: 992px) {
  .custom-block.cols-3 .b-row .b-col {
    width: 33.3333333333%;
  }
  .custom-block.cols-4 .b-row .b-col {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .custom-block.cols-3.style-lines h1,
  .custom-block.cols-3.style-lines h2,
  .custom-block.cols-3.style-lines h3,
  .custom-block.cols-3.style-lines h4,
  .custom-block.cols-3.style-lines h5,
  .custom-block.cols-3.style-lines h6 {
    margin-bottom: 20px;
  }
}

/* -------------------------------
--- CUSTOM ANIMATIONS ---
---------------------------------- */

/* Logo, Hamburger */
.focus-in-expand {
  -webkit-animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    0.8s both;
  animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s both;
}
@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}

/*  main-menu */
.fade-in-top-1 {
  -webkit-animation: fade-in-top 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
  animation: fade-in-top 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
}
.fade-in-top-2 {
  -webkit-animation: fade-in-top 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s
    both;
  animation: fade-in-top 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* Intro slider text */
.fade-in-bottom-1 {
  -webkit-animation: fade-in-bottom 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s
    both;
  animation: fade-in-bottom 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.1s both;
}
.fade-in-bottom-2 {
  -webkit-animation: fade-in-bottom 1s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s
    both;
  animation: fade-in-bottom 1s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s both;
}
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* /////////////////////////////////////////// */
/* CATEGORY PAGE */
/* ////////////////////////////////////////////// */
.category-header {
  position: relative;
  width: 100%;
  height: 60vh;
  display: flex;
  align-items: end;
  background: #fff;
}
.category-header h2 {
  font-size: calc(2rem + 4vw);
  text-transform: uppercase;
  color: #000;
}
.view-category.layout-koncertniuredvzevents .container-main,
.com-tags-tag.tag-category .container-main {
  position: relative;
  overflow: hidden;
}

.blog-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: center;
}
.items-intro {
  padding: 100px 0;
}
/* Responsive BG image - aspectRatio */
.aspectRatio {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.aspectRatio:after {
  padding-bottom: 139%;
  display: block;
  content: "";
}
.aspectRatio-inner {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.aspectRatio-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.aspectRatio-bg img {
  display: none;
}
/* .title-date-box {
  margin-top: 10px;
} */
.view-category.layout-koncertniuredvzevents .mod-tagspopular ul li a {
  border: none;
  padding: 0 3px;
  color: #000;
  font-size: calc(0.4rem + 0.8vw);
  font-weight: 700;
  font-style: italic;
}
.view-category.layout-koncertniuredvzevents
  .mod-tagspopular
  ul
  li:not(:last-child)
  a::after {
  content: " /";
}

.view-category.layout-koncertniuredvzevents .mod-other-events {
  width: 60%;
}
.view-category.layout-koncertniuredvzevents .mod-other-events h3 {
  display: none;
}
.view-category.layout-koncertniuredvzevents h4 {
  color: #bbb;
  font-size: calc(0.4rem + 0.8vw);
}
@media (max-width: 991px) {
  .category-header {
    height: 40vh;
  }
  .blog-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 650px) {
  .view-category.layout-koncertniuredvzevents .mod-other-events {
    width: 80%;
  }
  .view-category.layout-koncertniuredvzevents .mod-tagspopular ul li a {
    font-size: 12px;
  }
}
/* /////////////////////////////////////////// */
/* CATEGORY ARTICLE PAGE/EVENT PAGE*/
/* ////////////////////////////////////////////// */
.view-article.event-page .page-header .bg-image-container .bg-image-cover {
  background: #fff;
}
.view-article.event-page .page-header-content {
  padding: 20vh 0 0;
}
.view-article.event-page .page-header-content.cols-2 .head-1 {
  position: relative;
}
.view-article.event-page .page-header-content.cols-2 .head-2 {
  position: relative;
  width: 70%;
}
.view-article.event-page .page-header-content h1 {
  color: #000;
  text-transform: uppercase;
}
.view-article.event-page .event-img-intro img {
  position: relative;
  width: 500px;
  border-radius: 15px;
}
.article-event-text {
  justify-self: center;
  margin-bottom: 20px;
}
.end-of-event {
  margin: 20px 0 20px 20px;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  font-size: calc(0.5rem + 0.6vw);
  font-weight: 600;
  /* border-left: 2px solid #000; */
  color: #000;
  background: #eee;
}
.start-of-event {
  display: inline-block;
  color: #000;
  padding: 20px;
  border-radius: 10px;
  font-size: calc(0.5rem + 0.6vw);
  font-weight: 600;
  background-color: #eee;
}
.event-box {
  margin-top: 40px;
}
.text-date {
  text-transform: lowercase;
}

@media (min-width: 768px) {
  .view-article.event-page .page-header-content {
    padding: 15vw 0 0;
  }
  .end-of-event {
    padding: 20px;
  }
  .view-article.event-page .event-text-container {
    min-height: 400px;
  }
  .view-article.event-page .page-header-content.cols-2 .head-2 {
    position: relative;
    width: 45%;
    height: 100%;
  }
  .event-text-container {
    width: 50%;
  }
  .view-article.event-page .event-img-intro {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    translate: 0 80%;
  }
}
/*CAROUSEL PARTNERS*/
.splide__slide img {
  filter: grayscale(100%);
  width: 100%;
}
.splide__slide img:hover {
  filter: grayscale(0);
  transition: all 0.4s ease;
}
.partners-logo-carousel {
  position: relative;
}
.partners-logo-carousel h2 {
  display: block;
  font-size: calc(0.5rem + 0.6vw);
  text-transform: uppercase;
  margin: 80px 6vw;
}
#client-group-1 {
  margin-bottom: 100px;
}
#client-group-2 {
  margin-bottom: 50px;
}
/* gallery page*/
.gallery-page .container-main {
  padding: 200px 5vw;
}
.gallery-page h1 {
  font-size: calc(2rem + 4vw);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .partners-logo-carousel {
    position: relative;
    padding: 50px 0;
  }
  .splide__slide img {
    filter: grayscale(100%);
    width: 75%;
  }
}
/* /////////////////////////////////////////// */
/* DOCUMENTS PAGE*/
/* ////////////////////////////////////////////// */
.documents-container {
  padding: 5vw 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.item-docs {
  display: block;
  padding: 2vw;
  border-radius: 15px;
  background: #eee;
}
.pdf-group h3 {
  font-size: calc(1rem + 1vw);
  font-style: italic;
  text-align: center;
}
.pdf-group h4 {
  font-size: 18px;
  font-weight: 600;
}
.pdf-group a {
  display: block;
  color: #000;
}
.pdf-group a:hover {
  color: #c1a687;
  transition: all 0.3s ease;
}
.pdf-group a:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f15c";
  font-weight: 400;
  font-size: 24px;
  padding-right: 8px;
}
@media (max-width: 1150px) {
  .documents-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 670px) {
  .documents-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .item-docs {
    padding: 5vw;
  }
}
/* /////////////////////////////////////////// */
/* INFO-DETAILS PAGE*/
/* ////////////////////////////////////////////// */
.info-details,
.reports {
  padding: 2vw;
  border-radius: 15px;
  background-color: #eee;
}
.info-details a {
  color: #c1a687;
}
.info-group a {
  display: inline-block;
  margin: 10px 0;
  color: #c1a687;
}
.right-to-info-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 50px;
}
.external-links {
  margin-top: 5vw;
}
.external-links a {
  display: inline-block;
  margin: 10px 0;
  color: #c1a687;
}
.reports {
  display: inline-block;
  margin-top: 5vw;
}
@media (min-width: 992px) {
  .info-details {
    width: 50%;
  }
  .external-links {
    width: 60%;
  }
}

/* /////////////////////////////////////////// */
/* VIDEO GALERIJA PAGE */
/* ////////////////////////////////////////////// */

.page-layout-videos {
  padding-bottom: 60px;
}
.page-layout-videos .page-header-inner {
  padding: 85px 0 30px;
}
.page-layout-videos .videos-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
.videos-container .video-link {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 56%;
  background-color: #000;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}
.videos-container .video-link .fab {
  position: absolute;
  z-index: 1;
  font-size: calc(1rem + 20vw);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ebd3af;
  opacity: 0.6;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.videos-container .video-link:hover .fab {
  opacity: 1;
}
.videos-container .video-link:hover img {
  opacity: 0.9;
}
.videos-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.videos-container .video-title {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 480px) {
  .page-layout-videos .videos-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .videos-container .video-link .fab {
    font-size: calc(1rem + 10vw);
  }
}
@media (min-width: 768px) {
  .page-layout-videos .page-header-inner {
    padding: calc(85px + 3vw) 0 2vw;
  }
}
@media (min-width: 992px) {
  .page-layout-videos .videos-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .videos-container .video-link .fab {
    font-size: calc(1rem + 6vw);
  }
}
@media (min-width: 1200px) {
  .page-layout-videos .page-header-inner {
    padding: calc(68px + 6vw) 0 4vw;
  }
}
@media (min-width: 1600px) {
  .videos-container .video-link .fab {
    font-size: calc(1rem + 4vw);
  }
}

/* Foto galerija */

/* Categories list */
.eventgallery-categories-header {
  padding: 150px 0 0;
}
.eventgallery-category-headline,
.eventgallery-categories-list {
  text-align: center;
}
.eventgallery-categories-list .nav-link {
  font-size: 28px;
  font-weight: 800;
  color: #c1a687;
}
.eventgallery-categories-list .nav-link:hover {
  color: #000;
}

/* Events list */
#events .item .data .title {
  padding-top: 15px;
}
#events .item .data .imagecount {
  padding: 10px 0;
}
#events .item .eg-content:hover .data {
  background-color: rgba(0, 0, 0, 0.5);
}

/* single event */
.com_eventgallery #event,
.com_eventgallery .event {
  padding-top: 150px;
}
