:root {
    --primary: #857F61;
    --h-primary: #68634b;
    --white: #E0D5BB;
    --font-primary: "Source Serif 4";
}

* {
    box-sizing: border-box;
}

.uk-link-text {
    font-family:  var( --font-primary);
    font-size: 1.125rem;
    font-weight: 300;
}

.uk-text-primary * {
    font-family:  var( --font-primary);
}

.el-slidenav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    border: 1px solid var(--white);
}

.el-slidenav svg {
    width: 10px;
}

.el-slidenav svg polyline {
    stroke-width: 2px;
}
.s-footer .c-social-grid > .uk-grid {
    justify-content: center;
}

@media(min-width: 960px){
    .s-footer .c-social-grid > .uk-grid {
        justify-content: flex-end;
    }
}

/*Cookie CSS*/

.tm-cookie-banner .uk-container {
  text-align: left !important;
  padding-right: 55px;
  font-size: .875rem;
}
.tm-cookie-banner .uk-close {
  width: 40px;
  transform: none;
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  background: var(--primary);
}
@media(min-width: 960px){
  .tm-cookie-banner {
    max-width: 420px;
    bottom: 40px;
    left: 40px;
  }
}