/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@media only screen and (max-width: 1680px) {
  .global-cta-content {
    -webkit-transform: translateX(-29%);
    -ms-transform: translateX(-29%);
    transform: translateX(-29%);
  }
  #page .huge--gap h1 {
    margin-bottom: clamp(20px, 4.05561993048vw, 70px);
  }
  .single-team .entry-excerpt a {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
@media only screen and (max-width: 1336px) {
  .footer-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .col-lg-8.above-991 #media_image-5 {
    right: 10px;
  }
  #page .huge--gap .global-hero-content {
    top: calc(50% + 70px);
  }
  .footer-col-4 a {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .site-header {
    position: absolute;
    transform: unset !important;
  }
  #media_image-5 img {
    max-height: 15px;
  }

  .logo-overlay-before {
    height: 700px;
    width: 100%;
  }
  .latest-news .col-lg-4 .blog-card-content-bottom {
    margin-bottom: 50px;
  }

  .team-card-links__text {
    display: none;
  }
  .single-team .entry-excerpt a:first-of-type {
    margin-bottom: 0;
  }
  .team-card-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .site-header .main-navigation {
    display: none;
  }
  .mobile-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background: var(--accent-color);
    padding: 10px 35px;
    border-radius: 52px;
    position: fixed;
    bottom: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .mobile-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  .mobile-navigation li {
    list-style: none;
    position: relative;
  }
  .mobile-navigation a {
    font-weight: 500;
    color: #fff;
    font-size: clamp(16px, 1.4467592593vw, 25px);
    line-height: 2;
    letter-spacing: 0%;
  }
  .mobile-navigation ul ul {
    /* display: none; */
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-20%, -100%);
    -ms-transform: translate(-20%, -100%);
    transform: translate(-20%, -100%);
    left: 0;
    margin: 0;
    padding: 10px 20px;
    background: var(--accent-color);
  }
  .mobile-navigation ul ul.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .mobile-navigation li {
    position: relative;
  }
  .site-logo::before {
    position: absolute;
  }
}
@media only screen and (max-width: 991px) {
  .latest-news article {
    padding-bottom: 45px;
  }
  .news-card-thumbnail,
  .news-card-thumbnail a,
  .news-card-thumbnail img {
    width: 100%;
  }
  .global-small-cta__contact {
    margin-top: 30px;
  }
  .under-991 {
    display: block;
  }
  .above-991 {
    display: none;
  }
  .site-footer {
    text-align: center;
    background-position: center;
  }
  .filled-green__button {
    padding: 7px;
  }
  .footer-col-1 strong {
    font-size: 15px;
  }
  .footer-col-1,
  .footer-col-3 {
    margin-bottom: 50px;
  }
  .site-footer {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }
  .blog-card-content-bottom .filled-green__button {
    width: 100%;
  }
  .site-logo::before {
    display: none;
  }
  .global-cta-content {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .global-cta .justify-end {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .global-cta-content {
    margin-left: auto;
    margin-right: auto;
  }
}
.news-card-thumbnail img {
  border-radius: 50px;
  overflow: hidden;
}
.post,
.page {
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  .posted-on {
    font-size: 12px;
    width: 100%;
  }
  .single-team .blog-card-content-bottom {
    padding-bottom: 20px !important;
    width: 100%;
  }
  .single-team .blog-card-content-bottom {
    margin-top: 15px;
  }
  .single-team h3 {
    min-height: 45px;
  }
  .blog-card-content h3,
  .blog-card-content-bottom {
    padding: 0;
  }
  .latest-news .col-lg-4:last-of-type article {
    padding-bottom: 0;
  }
  .posted-on {
    padding: 5px;
  }
  .dropdown-item__content h2 {
    margin-bottom: 20px;
  }
  .dropdown-item__content .mb-26 {
    margin-bottom: 30px;
  }
  .blog-card-content p {
    -webkit-line-clamp: 4;
    line-height: 1.3;
    margin-bottom: 25px;
  }
  .filled-green__button {
    padding: 0 8px;
  }
  article h3 {
    margin-bottom: 10px;
  }
  .social-media {
    display: none;
  }
  .global-hero-content {
    width: 100%;
  }
  .global-hero {
    height: 80vh;
    max-height: 606px;
    min-height: 350px;
  }
  .classic-text-w-bg .dropdown-item,
  .dropdown-item {
    border-radius: 50px;
  }
  .site-logo img {
    max-width: 69px;
  }
  .global-classic-text {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .entry-meta {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
  }
  .news-card-thumbnail img {
    border-radius: 20px;
  }
  .classic-text-centered:last-of-type {
    padding-bottom: 80px;
  }
  .logo-overlay {
    display: none;
  }
  .single-team .blog-card-content-bottom {
    margin-bottom: 38px;
  }
  .classic-text-centered-content .paragraph__18 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .dropdown-item {
    padding-top: 114px;
    padding-bottom: 229px;
  }
  /* .page-id-19 .global-hero-content h1, */
  .bg-main--color .global-hero-content h1 {
    margin-bottom: 20px;
  }
  .classic-text-w-bg .dropdown-item {
    padding-bottom: 80px;
  }
  .treuhands-cards .news-card-thumbnail {
    margin-bottom: 28px;
  }
  .site-footer {
    padding-top: 60px;
    padding-bottom: 85px;
  }
  .footer-wrapper {
    border-radius: 50px;
  }
  .huge--gap p br {
    display: none;
  }
  #page .huge--gap .global-hero-content {
    top: calc(50% + 50px);
  }
  .single-hero__thumbnail img {
    border-radius: 50px;
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .acf-map {
    border-radius: 50px;
    height: 350px;
  }
  .contact-map h1 br {
    display: none;
  }
}
p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
