/* important */

:root {
  --lkc-accent: #877351;
  --lkc-text-muted: #666;
  --lkc-focus-color: #1f6feb;
}

.display-none {
  display: none !important;
}

.position-absolute {
  position: absolute !important;
}

.plr15px {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.plr20px {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.width-100proc {
  width: 100% !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.width-20px {
  width: 20px !important;
}

.mlr0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.pt60px {
  padding-top: 60px !important;
}

.span-inner-color-94805e span {
  color: #94805e !important;
}

.span-inner-color-fff span {
  color: #fff !important;
}

.height-20px {
  height: 20px !important;
}

.font-italic {
  font-style: italic !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.float-right {
  float: right !important;
}

.flex-1 {
  flex: 1 !important;
}

.flex-4 {
  flex: 4 !important;
}

.flex-5 {
  flex: 5 !important;
}

.justify-content-center {
  justify-content: center !important;
}

.text-align-center {
  text-align: center !important;
}

.color-777 {
  color: var(--lkc-text-muted) !important;
}

.height-5px {
  height: 5px !important;
}

.max-height-130px {
  max-height: 130px !important;
}

.max-height-95px {
  max-height: 95px !important;
}

.max-height-65px {
  max-height: 65px !important;
}

.mt30px {
  margin-top: 30px !important;
}

.mt25px {
  margin-top: 25px !important;
}

.mtb10px {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mt45px {
  margin-top: 45px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb25px {
  margin-bottom: 25px !important;
}

.mb45px {
  margin-bottom: 45px !important;
}

.ml5px {
  margin-left: 5px !important;
}

.ml12px {
  margin-left: 12px !important;
}

.mr5px {
  margin-right: 5px !important;
}

.mr18px {
  margin-right: 18px !important;
}

.pt30px {
  padding-top: 30px !important;
}

.pt15px {
  padding-top: 15px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.ptb15px {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ptb20px {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ptb60px {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.plr30px {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pr30px {
  padding-right: 30px !important;
}

.color-94805e {
  color: #94805e !important;
}

.color-fff {
  color: #fff !important;
}

.background-color-transparent {
  background-color: transparent !important;
}

.background-color-94805e {
  background-color: var(--lkc-accent) !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.height-25px {
  height: 25px !important;
}

.max-height-90px {
  max-height: 90px !important;
}

.background-position-y-55proc {
  background-position-y: 55% !important;
}

.background-position-y-75proc {
  background-position-y: 75% !important;
}

.background-position-y-95proc {
  background-position-y: 95% !important;
}

.background-position-y-100proc {
  background-position-y: 100% !important;
}

.border-0 {
  border: 0 !important;
}

@media (max-width: 767px) {
  .display-none-for-xs {
    display: none !important;
  }

  .pt15px-for-xs {
    padding-top: 15px !important;
  }

  .overflow-x-auto-for-xs {
    overflow-x: auto !important;
  }

  .mb30px-for-xs {
    margin-bottom: 30px !important;
  }

  .mt45px-for-xs {
    margin-top: 45px !important;
  }

  .mb45px-for-xs {
    margin-bottom: 45px !important;
  }

  .mt0-for-xs {
    margin-top: 0 !important;
  }

  .mb0-for-xs {
    margin-bottom: 0 !important;
  }

  .mb10px-for-xs {
    margin-bottom: 10px !important;
  }

  .mtb30px-for-xs {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .mt30px-for-xs {
    margin-top: 30px !important;
  }

  .mt35px-for-xs {
    margin-top: 35px !important;
  }

  .ptb45px-for-xs {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  .plr35px-for-xs {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }

  .pt60px-for-xs {
    padding-top: 60px !important;
  }

  .pt30px-for-xs {
    padding-top: 30px !important;
  }

  .pb15px-for-xs {
    padding-bottom: 15px !important;
  }

  .pb0-for-xs {
    padding-bottom: 0 !important;
  }

  .pb5-for-xs {
    padding-bottom: 5px !important;
  }

  .pb50px-for-xs {
    padding-bottom: 50px !important;
  }

  .pb60px-for-xs {
    padding-bottom: 60px !important;
  }

  .pb20px-for-xs {
    padding-bottom: 20px !important;
  }

  .plr30px-for-xs {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .line-height-1-for-xs {
    line-height: 1 !important;
  }

  .line-height-1-4-for-xs {
    line-height: 1.4 !important;
  }

  .width-calc-100proc-minus-22px-for-xs {
    width: calc(100% - 22px) !important;
  }

  .text-align-center-for-xs {
    text-align: center !important;
  }

  .justify-content-center-for-xs {
    justify-content: center !important;
  }

  .text-align-left-for-xs {
    text-align: left !important;
  }
}

@media (min-width: 768px) {
  .display-none-for-desktop {
    display: none !important;
  }

  .mb15px-for-desktop {
    margin-bottom: 15px !important;
  }

  .pb0-for-desktop {
    padding-bottom: 0 !important;
  }

  .mt30px-for-desktop {
    margin-top: 30px !important;
  }

  .mb60px-for-desktop {
    margin-bottom: 60px !important;
  }

  .mt45px-for-desktop {
    margin-top: 45px !important;
  }

  .mb45px-for-desktop {
    margin-bottom: 45px !important;
  }

  .ptb60px-for-desktop {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .pr30px-for-desktop {
    padding-right: 30px !important;
  }

  .pb45px-for-desktop {
    padding-bottom: 45px !important;
  }

  .pb30px-for-desktop {
    padding-bottom: 30px !important;
  }

  .pb65px-for-desktop {
    padding-bottom: 65px !important;
  }
}

/* navigation */

.menu-toggle-btn {
  background: transparent;
  border: 0;
  padding: 0;
}

.nav-search-a {
  color: #fff !important;
}

.nav-search-a:hover {
  color: #e5e1d0 !important;
}

.nav-item:hover > .nav-link,
.nav-item:focus > .nav-link {
  color: #e5e1d0 !important;
}

.nav-link-lang {
  background-color: var(--lkc-accent) !important;
  border-radius: 3px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.nav-link-lang-2 {
  color: #94805e !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.nav-item:hover .nav-link-lang-2 {
  color: #7d6949 !important;
}

.gt-dropdown-menu {
  border-top-color: #e5e1d0 !important;
}

.gt-dropdown-menu li:hover .nav-link {
  color: #94805e !important;
}

.gt-header .gt-menu > .nav-item.dropdown > .gt-dropdown-menu,
.gt-sticky-header .gt-menu > .nav-item.dropdown > .gt-dropdown-menu {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.gt-header .gt-menu > .nav-item.dropdown:hover > .gt-dropdown-menu,
.gt-header .gt-menu > .nav-item.dropdown:focus-within > .gt-dropdown-menu,
.gt-sticky-header .gt-menu > .nav-item.dropdown:hover > .gt-dropdown-menu,
.gt-sticky-header .gt-menu > .nav-item.dropdown:focus-within > .gt-dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.nav-link-lang-mobile {
  width: 49%;
  display: inline-block;
  color: #fff !important;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 3px;
}

/* slides */

.front-page-slides-section {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.front-page-slides-section > div {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

#frontPageSlides {
  height: 90vh;
  width: 100%;
  margin-bottom: 0;
}

.front-page-individual-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 90vh;
  text-align: center;
  position: relative;
}

.front-page-individual-slide:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.3);
}

.front-page-individual-slide > div {
  margin: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.front-page-individual-slide h2 {
  font-size: 4.615rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.slide-button-class {
  background: 0 0;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 11px 40px;
  display: inline-block;
  border-radius: 25px;
}

.slide-button-class:hover {
  border-color: var(--lkc-accent);
  background-color: var(--lkc-accent);
  color: #fff;
}

.slide-button-class span {
  color: #fff;
}

.front-page-bottom-background {
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
}

.individual-slide-event-details {
  display: block;
  margin-bottom: 30px;
}

.individual-slide-event-details > div {
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.individual-slide-event-details > div i {
  margin-right: 12px;
  font-size: 1.4rem;
}

@media (min-width: 768px) and (max-width: 1050px) {
  .front-page-bottom-background {
    height: 70px;
  }
}

@media (min-width: 520px) and (max-width: 767px) {
  .front-page-bottom-background {
    height: 70px;
    bottom: -30px;
  }
}

@media (max-width: 519px) {
  .front-page-bottom-background {
    height: 60px;
    bottom: -30px;
  }
}

@media (max-width: 767px) {
  #frontPageSlides {
    height: 590px;
  }

  .front-page-individual-slide > div {
    top: 52% !important;
  }

  .front-page-individual-slide {
    height: 590px;
  }

  .front-page-individual-slide h2 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .slide-button-class {
    padding: 8px 20px;
  }

  .individual-slide-event-details > div {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .front-page-individual-slide > div {
    width: 80%;
  }

  .front-page-individual-slide h2 {
    line-height: 1.2;
  }

  .individual-slide-event-details > div:first-child {
    margin-right: 15px;
  }

  .individual-slide-event-details > div:nth-child(2) {
    margin-left: 15px;
    margin-right: 15px;
  }

  .individual-slide-event-details > div:nth-child(3) {
    margin-left: 15px;
  }
}

/* events filtering */

.front-page-events-filtering-section {
  padding-left: 0;
  padding-right: 0;
}

.front-page-events-filtering-section > div {
  margin-left: 0;
  margin-right: 0;
}

.search-events-filter-btn {
  border-color: var(--lkc-accent) !important;
  background-color: var(--lkc-accent) !important;
  color: #fff !important;
}

.search-events-filter-btn:hover {
  border-color: #7d6949 !important;
  background-color: #7d6949 !important;
  color: #fff !important;
}

.dropdown-menu a.active {
  color: #94805e !important;
}

.dropdown-menu a:hover {
  color: #94805e !important;
}

@media (max-width: 767px) {
  .front-page-events-filtering-section {
    margin-top: 20px !important;
  }
}

/* upcoming events */

.front-page-upcoming-events-btn-div {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px auto 0;
  text-align: center;
  min-height: 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  margin-top: 45px;
}

@media (max-width: 767px) {
  .front-page-upcoming-events-btn-div {
    margin-bottom: 45px !important;
  }
}

.front-page-all-events-btn {
  color: var(--lkc-text-muted) !important;
  font-size: 1rem;
  text-transform: uppercase;
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 4px;
  outline: 0;
  background-color: #fff;
  cursor: pointer;
  min-height: 40px;
  align-items: center;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}

.front-page-all-events-btn:hover {
  border-color: var(--lkc-accent) !important;
  background-color: var(--lkc-accent) !important;
  color: #fff !important;
}

.upcoming-events-title-a {
  font-weight: 600;
}

.upcoming-events-title-a:hover,
.upcoming-events-place-a:hover {
  color: #94805e !important;
}

.upcoming-event-i {
  width: 22px;
  font-size: 15px;
  line-height: 16px;
  text-align: left;
  color: #94805e;
}

@media (max-width: 767px) {
  .upcoming-events-title-a {
    font-size: 1.2rem !important;
    line-height: 1.2 !important;
  }
}

/* events cta */

.front-page-events-cta-section {
  background-color: var(--lkc-accent) !important;
}

.cta-btn-class {
  background-color: transparent !important;
  border-color: #fff !important;
}

.cta-btn-class:hover {
  background-color: #fff !important;
  color: #94805e !important;
  border-color: #fff !important;
}

@media (max-width: 767px) {
  .front-page-events-cta-section {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}

/* news */

.front-page-news-section {
  margin-top: 60px;
}

/* newsletter */

.front-page-newsletter-section {
  padding-left: 0;
  padding-right: 0;
}

.front-page-newsletter-section > div {
  margin-left: 0;
  margin-right: 0;
}

.newsletter-input-class {
  margin-bottom: 10px;
  padding-top: 11px !important;
  padding-bottom: 10px !important;
}

.subscribe-newsletter-btn {
  background-color: var(--lkc-accent) !important;
  border-color: var(--lkc-accent) !important;
  color: #fff !important;
}

.subscribe-newsletter-btn:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #222 !important;
}

.newsletter-privacy-policy-a {
  text-decoration: none !important;
}

.newsletter-privacy-policy-a:hover {
  text-decoration: underline !important;
}

.inner-a-newsletter-privacy-policy-a a {
  text-decoration: none !important;
  margin-left: 3px;
}

.inner-a-newsletter-privacy-policy-a a:hover {
  text-decoration: underline !important;
}

/* blocks */

.front-page-blocks-section {
  margin-top: 60px;
  margin-bottom: 60px;
}

.front-page-block-ul {
  list-style-type: square;
  padding-inline-start: 18px;
  margin-bottom: 0;
}

.front-page-block-ul li::marker {
  color: #94805e;
  border-radius: 2px;
}

.front-page-block-ul li a {
  color: var(--lkc-text-muted);
}

.front-page-block-ul li a:hover {
  color: #94805e;
}

/* footer */

.footer-i {
  width: 26px;
  font-size: 15px;
  text-align: left;
  color: #fff;
}

.footer-a-link {
  color: #fff !important;
}

.footer-a-link:hover {
  color: #e5e1d0 !important;
}

.privacy-policy-a {
  color: #fff !important;
}

.privacy-policy-a:hover {
  color: #e5e1d0 !important;
}

/* search modal */

#search-popup > div {
  max-width: 500px !important;
}

.search-popup-div > input {
  width: calc(100% - 60px) !important;
  float: left !important;
  padding-top: 11px !important;
  padding-bottom: 10px !important;
}

.search-popup-div > button {
  width: 50px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: right !important;
}

.search-btn-class {
  border-color: var(--lkc-accent);
  background-color: var(--lkc-accent);
}

.search-btn-class:hover {
  border-color: #7d6949;
  background-color: #7d6949;
  color: #fff;
}

/* cookies bar */

.agree-with-cookies-a {
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500 !important;
  letter-spacing: .5px;
  padding: 11px 30px;
  border-radius: 25px;
  font-size: .92rem;
  display: flex;
  align-items: center;
  background-color: transparent;
  text-decoration: none !important;
  justify-content: center !important;
  cursor: pointer;
}

.read-more-cookies {
  text-decoration: underline !important;
}

.read-more-cookies:hover {
  text-decoration: none !important;
}

.agree-with-cookies-a span {
  text-decoration: none !important;
}

.agree-with-cookies-a:hover {
  background-color: #fff;
  color: var(--lkc-accent);
  border-color: #fff;
}

.gt-cookie-bar.gt-style-4 {
  background-color: var(--lkc-accent) !important;
}

.gt-cookie-bar.gt-style-4 p,
.gt-cookie-bar.gt-style-4 p a,
.gt-cookie-bar.gt-style-4 span {
  color: #fff !important;
}

.agree-with-cookies-a:hover span {
  color: var(--lkc-accent) !important;
}

/* events page */

.events-page-cover-section {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.events-page-cover-section > div {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.events-page-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 60vh;
  width: 100%;
  text-align: center;
  position: relative;
}

.events-page-cover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.3);
}

.events-page-cover > div {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.events-page-cover h2 {
  font-size: 3.5rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .events-page-cover > div {
    top: 64% !important;
  }

  .events-page-cover {
    height: 295px;
  }

  .events-page-cover h2 {
    font-size: 2rem;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .events-page-cover > div {
    width: 80%;
  }

  .events-page-cover h2 {
    line-height: 1.2;
  }
}

/* individual event */

.individual-event-details {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.individual-event-details > div > div {
  font-size: 1.5rem !important;
  text-transform: uppercase !important;
  display: inline-block !important;
}

.individual-event-details i {
  margin-right: 12px !important;
  font-size: 1.7rem !important;
  color: #94805e !important;
}

.individual-event-countdown .gt-inner {
  background-color: #94805e !important;
}

.individual-event-content {
  font-size: 1.1rem;
  padding-bottom: 60px;
}

.individual-event-content p {
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.individual-event-content h2 {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #94805e;
}

.individual-event-content ul {
  margin-bottom: 1.5rem;
  margin-top: 0;
  list-style-type: square;
}

.individual-event-content ul li::marker {
  color: #94805e;
  border-radius: 2px;
}

.individual-event-content p:last-child,
.individual-event-content h2:last-child,
.individual-event-content ul:last-child {
  margin-bottom: 0;
}

.individual-event-content img {
  max-width: 250px;
  height: auto;
  border-radius: 5px;
  margin-top: 0;
  cursor: zoom-in;
}

.individual-event-photo-div {
  float: right;
  padding-left: 30px;
  padding-bottom: 0;
}

.individual-event-photo-div a {
  cursor: zoom-in;
}

.individual-event-photo-div img {
  max-width: 185px;
  height: auto;
  border-radius: 5px;
}

.individual-new-photo-div {
  float: right;
  padding-left: 45px;
  padding-bottom: 0;
}

.individual-new-photo-div a {
  cursor: zoom-in;
}

.individual-new-photo-div img {
  max-width: 300px;
  height: auto;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .individual-event-countdown {
    padding-bottom: 15px !important;
  }

  .individual-event-details > div > div:first-child {
    margin-right: 15px;
  }

  .individual-event-details > div > div:nth-child(2) {
    margin-left: 15px;
    margin-right: 15px;
  }

  .individual-event-details > div > div:nth-child(3) {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .individual-event-details {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .individual-event-countdown {
    padding-bottom: 0 !important;
  }

  .individual-event-details > div > div {
    display: block !important;
  }

  .individual-event-content ul {
    padding-inline-start: 18px;
  }

  .individual-event-photo-div {
    padding-bottom: 20px;
  }

  .individual-event-photo-div img {
    max-width: 120px;
    height: auto;
    border-radius: 5px;
  }

  .individual-new-photo-div {
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .individual-new-photo-div img {
    max-width: 180px;
    height: auto;
    border-radius: 5px;
  }
}

/* about us */

.about-inner-page-section {
  margin-top: 45px;
  font-size: 1.1rem;
}

.about-inner-page-section p {
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.about-inner-page-section h2 {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #94805e;
}

.about-inner-page-section ul {
  margin-bottom: 1.5rem;
  margin-top: 0;
  list-style-type: square;
}

.about-inner-page-section ul li::marker {
  color: #94805e;
  border-radius: 2px;
}

.about-inner-page-section p:last-child,
.about-inner-page-section h2:last-child,
.about-inner-page-section ul:last-child {
  margin-bottom: 0;
}

.about-inner-page-section table {
  width: 100%;
  border-spacing: 0;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  /*border-bottom: 1px solid #eaeaea;*/
}

.about-inner-page-section table td {
  padding: 15px;
}

.about-inner-page-section table tr:first-child td {
  font-weight: 500;
  color: #94805e;
}

.about-inner-page-section table td:first-child {
  padding-left: 0;
}

@media (max-width: 767px) {
  .about-inner-page-section {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
  }
}

/* individual collective */

#photoGallery {
  width: 500px;
  float: right;
  padding-left: 50px;
  padding-top: 8px;
  margin-bottom: 25px;
}

.individual-collective-photo-div {
  height: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: zoom-in;
  border-radius: 5px;
}

#photoGallery .slick-arrow i {
  color: #94805e;
}

#photoGallery .slick-arrow:hover i {
  color: #b1a185;
}

#photoGallery .slick-prev {
  left: 15px;
}

#photoGallery .slick-next {
  right: -35px;
}

#photoGalleryMobile {
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .individual-collective-photo-div {
    height: 220px;
  }
}

#photoGalleryMobile .slick-prev {
  left: 15px;
}

#photoGalleryMobile .slick-next {
  right: 15px;
}

#photoGalleryMobile .slick-prev,
#photoGalleryMobile .slick-next {
  top: 37%;
}

#photoGalleryMobile .slick-prev i,
#photoGalleryMobile .slick-next i {
  opacity: 1;
}

/* projects inner page */

.projects-table {
  width: 100%;
  border-spacing: 0;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  /*border-bottom: 1px solid #eaeaea;*/
}

.projects-table td {
  padding: 15px;
}

.projects-table tr:first-child td {
  font-weight: 500;
  color: #94805e;
}

.projects-table td:first-child {
  padding-left: 0;
}

.projects-table-last-tr-bolded tr:last-child td {
  font-weight: 500;
}

.inner-content b {
  font-weight: 600;
}

.inner-content a {
  color: #333;
}

.inner-content a:hover {
  color: #94805e;
}

/* team inner page */

.team-featured-member {
  cursor: zoom-in;
}

.team-featured-member img {
  width: 200px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 1.5rem;
}

.individual-team-member-featured h2 {
  margin-bottom: 1rem;
}

.team-member-occupation {
  text-transform: uppercase;
  font-weight: 600;
  font-size: .9rem;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 1rem !important;
}

.team-member-contacts a:hover {
  color: #94805e;
}

.team-member-contacts i {
  margin-right: 8px;
}

.contacts-table {
  margin-bottom: 0 !important;
}

.projects-table a {
  color: #333;
}

.projects-table a:hover {
  color: #94805e;
}

.projects-table a i {
  margin-right: 8px;
}

.alignleft,
.alignright {
  cursor: zoom-in;
  border-radius: 5px;
}

.location-href {
  color: var(--lkc-text-muted);
  text-decoration: none;
}

.location-href:hover {
  color: #94805e !important;
  text-decoration: none;
}

.location-individual-page-href {
  color: #222;
  text-decoration: none;
}

.location-individual-page-href:hover {
  color: #94805e !important;
  text-decoration: none;
}

.location-h2-class {
  margin-top: 0;
  margin-bottom: 40px;
  color: #94805e;
  font-size: 2.4rem;
}

@media (max-width: 767px) {
  .location-h2-class {
    margin-bottom: 25px;
    font-size: 2rem;
  }
}

/* gallery */

.inner-content .gallery {
  width: calc(100% + 16px) !important;
  margin-left: -8px !important;
}

.inner-content .gallery-item {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.inner-content .gallery-item img {
  border: 0 !important;
  border-radius: 12px !important;
  padding: 8px !important;
}

.inner-content .gallery-item .gallery-icon {
  margin-bottom: 0 !important;
}

.inner-content .gallery-item .gallery-caption {
  display: none !important;
}

.inner-content .gallery-item a {
  cursor: zoom-in !important;
}

@media (max-width: 767px) {
  .inner-content .gallery-item {
    width: 50% !important;
  }
}

/* stulpelis */

.inner-content table.stulpelis {
  width: 100% !important;
  border-spacing: 0 !important;
}

.inner-content table.stulpelis td {
  padding: 10px;
  border-top: 0;
  line-height: 1.7;
  text-align: center;
  height: auto !important;
  width: auto !important;
}

.inner-content table.stulpelis tr:first-child td {
  font-weight: 400;
  color: #333;
}

.inner-content table.stulpelis tr:first-child {
  padding-left: auto;
}

.inner-content table.stulpelis tr td:first-child {
  padding-left: 0;
}

.inner-content table.stulpelis tr td:last-child {
  padding-right: 0;
}

.inner-content table.stulpelis img {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 5px;
}

.inner-content table.stulpelis a {
  color: #fff !important;
  font-size: 1rem;
  width: auto !important;
  text-transform: uppercase;
  border: 1px solid #94805e;
  background-color: #94805e;
  display: inline-block;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 4px;
  outline: 0;
  align-items: center;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}

.inner-content table.stulpelis a:hover {
  border-color: #ab997a !important;
  background-color: #ab997a !important;
  color: #fff !important;
}

.inner-content .blokas .far,
.inner-content .blokas .fal,
.inner-content .blokas .fas,
.inner-content .blokas .fad,
.inner-content .blokas .fab {
  border-color: #94805e;
  color: #94805e;
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #94805e;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}

.inner-content .blokas .far:hover,
.inner-content .blokas .fal:hover,
.inner-content .blokas .fas:hover,
.inner-content .blokas .fad:hover,
.inner-content .blokas .fab:hover {
  background-color: #94805e;
  color: #fff;
}

@media (max-width: 767px) {
  .inner-content hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .inner-content hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* blokai */

.blokas {
  width: 100%;
  display: inline-block;
}

.blokas-eile {
  width: 100%;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.blokas-stulpelis {
  width: auto;
  display: inline-block;
  text-align: center;
}

.blokas a {
  color: #fff !important;
  font-size: 1rem;
  width: auto !important;
  text-transform: uppercase;
  border: 1px solid #94805e;
  background-color: #94805e;
  display: inline-block;
  font-weight: 500;
  padding: 10px 30px;
  border-radius: 4px;
  outline: 0;
  align-items: center;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  margin-top: 10px !important;
}

.blokas a:hover {
  border-color: #ab997a !important;
  background-color: #ab997a !important;
  color: #fff !important;
}

.blokas img {
  padding: 20px;
  padding-bottom: 10px;
  border-radius: 25px;
}

.blokas .far,
.blokas .fal,
.blokas .fas,
.blokas .fad,
.blokas .fab {
  border-color: #94805e;
  color: #94805e;
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #94805e;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  margin-bottom: 10px;
}

.blokas .far:hover,
.blokas .fal:hover,
.blokas .fas:hover,
.blokas .fad:hover,
.blokas .fab:hover {
  background-color: #94805e;
  color: #fff;
}

@media (max-width: 767px) {
  .blokas-eile {
    margin-bottom: 40px;
    text-align: center;
  }

  .blokas .blokas-eile:last-child {
    margin-bottom: 0;
  }

  .blokas img {
    padding: 0;
    border-radius: 5px;
    margin-bottom: 20px;
  }

  .blokas p {
    margin-bottom: 1rem;
  }

  .blokas .far,
  .blokas .fal,
  .blokas .fas,
  .blokas .fad,
  .blokas .fab {
    margin-bottom: 25px;
  }

}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
.lb-prev:focus-visible,
.lb-next:focus-visible,
.lb-cancel:focus-visible,
.lb-close:focus-visible {
  outline: 3px solid var(--lkc-focus-color) !important;
  outline-offset: 2px !important;
}

















/* */
