/*  lets go */
.uk-navbar-primary {
  border-bottom: 2px solid white;
  background: linear-gradient(to right, #d5d5d5, #ffffff) !important;
}

.uk-navbar-primary .uk-container {
  padding-left: 15px;
  padding-right: 15px;
}

#clientsCarousel .el-image {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#clientsCarousel a:hover .el-image {
  -webkit-filter: none;
  filter: none;
}

.menu-item:hover a {
  font-weight: bold !important;
}

.uk-card {
  position: relative;
  padding-bottom: 60px;
}
.uk-card .el-link {
  position: absolute;
  width: fit-content;
  bottom: 20px;
  right: 20px;
  transform: translate(0%, 0);
  min-height: 40px;
}

@media (min-width: 960px) {
  #timeline > div:nth-child(2n) {
    text-align: right;
  }
}
#timeline .el-content {
  color: #cfba7b;
  font-weight: 400;
  font-size: 23px;
  line-height: 21px;
}

@media (max-width: 960px) {
  .hideTablet {
    display: none;
  }
}

.team.AB #imageContainer .uk-background-bottom-center {
  background-position: 50% 50% !important;
}

.team:not(.team.category-team-of-experts) .tm-header, .team:not(.team.category-team-of-experts) .tm-header-mobile, .team:not(.team.category-team-of-experts) .tm-page > div:last-child, .team:not(.team.category-team-of-experts) footer {
  display: none;
}

.team.single-post .uk-icon.uk-totop {
  display: none !important;
}

.team .uk-lightbox-iframe, .category-team-of-experts .uk-lightbox-iframe {
  width: 100%;
  height: 100%;
}
.team .uk-lightbox .uk-lightbox-toolbar, .category-team-of-experts .uk-lightbox .uk-lightbox-toolbar {
  height: 0 !important;
  background-color: unset !important;
}
.team .uk-lightbox .uk-slidenav, .category-team-of-experts .uk-lightbox .uk-slidenav {
  display: none;
}
.team .uk-lightbox .uk-transition-slide-top, .category-team-of-experts .uk-lightbox .uk-transition-slide-top {
  --uk-translate-y: 0;
}
.team .uk-lightbox .uk-transition-fade, .category-team-of-experts .uk-lightbox .uk-transition-fade {
  opacity: 1 !important;
}
.team .uk-lightbox button.uk-close, .category-team-of-experts .uk-lightbox button.uk-close {
  position: fixed;
  top: 40px;
  right: max((100vw - 1420px) / 2, 40px);
  transform: translate(-50%, 0);
  color: #cfba7b;
  border: 2px solid #cfba7b;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
@media (max-width: 960px) {
  .team .uk-lightbox button.uk-close, .category-team-of-experts .uk-lightbox button.uk-close {
    top: 40px;
    right: 60px;
  }
}
@media (max-width: 625px) {
  .team .uk-lightbox button.uk-close, .category-team-of-experts .uk-lightbox button.uk-close {
    top: 40px;
    right: 40px;
  }
}

.team:not(.team.category-team-of-experts) .tm-page {
  border-width: 0;
}
.team:not(.team.category-team-of-experts) .detailContainer {
  padding-top: 0;
}
@media (max-width: 960px) {
  .team:not(.team.category-team-of-experts) #imageContainer > div.uk-flex {
    min-height: unset !important;
    height: 30vh;
  }
  .team:not(.team.category-team-of-experts) #imageContainer > div.uk-flex > div {
    background-position-x: left;
  }
}
@media (max-width: 960px) {
  .team:not(.team.category-team-of-experts) #detailContent {
    margin-top: 0;
  }
  .team:not(.team.category-team-of-experts) #detailContent .uk-flex-middle {
    min-height: unset !important;
    align-items: flex-start;
  }
}
.team:not(.team.category-team-of-experts) #detailContent > div > div {
  border: 3px solid #cfba7b;
  padding: 40px;
  position: relative;
}
.team:not(.team.category-team-of-experts) #detailContent #location {
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 0.8rem;
  text-transform: uppercase;
}

#crew .uk-card {
  padding-bottom: 0;
}
#crew .uk-card .uk-card-media-left {
  border-radius: 0;
}
#crew .uk-card .uk-card-body {
  position: absolute;
  left: 170px;
  top: 40px;
  margin-bottom: auto;
  border: 3px solid #cfba7b;
  max-width: calc(50% + 30px);
  padding: 30px 10px 50px 30px;
}
@media (max-width: 1400px) {
  #crew .uk-card .uk-card-body {
    max-width: 50%;
  }
}
#crew .uk-card .uk-card-body .uk-card-title {
  color: #26244c;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}
#crew .uk-card .uk-card-body .el-meta.uk-text-meta {
  margin-top: 5px !important;
  color: #26244c;
}
#crew .uk-card .uk-card-body .el-content {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #aaa;
  letter-spacing: 0;
}

#personGrid .contactWrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}
#personGrid .contact a {
  color: #d5d5d5;
}
#personGrid .contact a :hover {
  color: #cfbb79;
}
#personGrid .contact::before {
  content: " ";
  border-bottom: solid #cfbb79;
  border-width: 2px;
  width: 22px;
  display: block;
  margin: 12px auto;
}

.crewQuotes li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.crewQuotes li > div {
  position: relative;
}
.crewQuotes li > div .el-content {
  margin-left: 30px;
}
.crewQuotes li > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23CFBB79;%7D%0A%3C/style%3E%3Cpath class='st0' d='M464,32H336c-26.5,0-48,21.5-48,48v128c0,26.5,21.5,48,48,48h80v64c0,35.3-28.7,64-64,64h-8 c-13.3,0-24,10.7-24,24v48c0,13.3,10.7,24,24,24h8c88.4,0,160-71.6,160-160V80C512,53.5,490.5,32,464,32z M176,32H48 C21.5,32,0,53.5,0,80v128c0,26.5,21.5,48,48,48h80v64c0,35.3-28.7,64-64,64h-8c-13.3,0-24,10.7-24,24v48c0,13.3,10.7,24,24,24h8 c88.4,0,160-71.6,160-160V80C224,53.5,202.5,32,176,32z'/%3E%3C/svg%3E");
  width: 22px;
  height: 22px;
}

.uk-navbar-nav .menu-item {
  width: 110px;
}

.timeline-line {
  width: 2px;
}

.timeline-line::after {
  display: none;
}

.timeline-container > div:last-child .timeline-item-container::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  left: -1px;
  top: 0;
}

.timeline-icon-default {
  z-index: 2;
}

@media (max-width: 960px) {
  .timeline-container > div:last-child .timeline-item-container::after {
    left: calc(var(--timeline-icon-size) + var(--timeline-icon-padding) + var(--timeline-line-width) / 2);
  }
}
/*** Mobile Kiki ***/
@media only screen and (max-width: 960px) {
  body {
    margin: 15px;
  }
}

@media only screen and (max-width: 960px) {
  .uk-slider-items li {
    padding: 0 100px;
  }
}

.sectionImageRight .uk-tile-muted.uk-tile, .sectionImageLeft .uk-tile-muted.uk-tile {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: column;
}

@media only screen and (max-width: 960px) {
  .sectionImageRight, .sectionImageLeft {
    margin: 15px;
  }
  .sectionImageRight .uk-tile-muted.uk-tile, .sectionImageLeft .uk-tile-muted.uk-tile {
    padding-bottom: 40px !important;
  }
}
.sectionImageRight .uk-tile-muted.uk-tile, .sectionImageLeft .uk-tile-muted.uk-tile {
  padding-bottom: 0;
}

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