/*
 Theme Name:   CJK Group
 Theme URI:    https://www.cjkgroup.com
 Description:  CJK Group
 Author:       Streng Agency
 Author URI:   https://strengagency.com
 Template:     generatepress
 Version:      0.1
*/



/*-----------------------------
  GLOBAL
-----------------------------*/

html {
    --body: #4B4B4B;
    --red: #8A1D41;
    --lt-red: #BE0C47;
    --black: #231F20;
    --gray: #808184;
    --lt-gray: #F3F4F4;
}

.relative {
    position: relative;
}

.on-top,
.blog article {
    position: relative;
    z-index: 2;
}

.no-margin {
    margin: 0;
}

/*-----------------------------
  NEWS POST (SINGULAR)
-----------------------------*/

.single #page {
    padding: 8% 4%;
}

.single .entry-header {
    font-family: "anivers";
    display: flex;
    flex-direction: column;
}

.single .entry-header .back-link {
    order: 1;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2rem;
}

.single .entry-header div.entry-meta {
    order: 2;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 2rem;
    color: var(--lt-red);
}

.single .entry-header footer.entry-meta {
    order: 3;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 2rem;
    pointer-events: none;
}


.single .entry-header footer.entry-meta a {
    color: var(--gray);
}

.single .entry-header .entry-title {
    order: 4;
    text-transform: none;
    margin-bottom: 2rem;
}

.single .entry-header #gp-social-share {
    order: 5;
    margin: 0;
    max-height: 24px;
    line-height: 24px;
}

#gp-social-share#gp-social-share li {
    margin-right: 1rem;
}

#gp-social-share li a svg {
    transition: fill .1s cubic-bezier(0.76, 0, 0.24, 1);
}

#gp-social-share:before {
    content: 'Share';
    color: var(--gray);
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 1rem;
}

.entry-content:not(:first-child) {
    margin-top: 2rem;
}

/*-----------------------------
  BUTTONS
-----------------------------*/

.gb-button-wrapper a.gb-button {
    transition: all .1s cubic-bezier(0.76, 0, 0.24, 1);
}

button.facetwp-load-more {
    font-size: 17px;
    background: transparent;
    color: var(--red);
    padding: 10px 20px;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: var(--lt-red);
    text-transform: uppercase;
}

button.facetwp-load-more:hover,
button.facetwp-load-more:focus {
    background-color: var(--red);
    color: #fff;
    border-color: var(--red);
}

/*-----------------------------
  HEADER
-----------------------------*/

.site-header {
    box-shadow: 0px 15px 45px 15px rgba(182, 184, 194, 0.16);
}

.inside-header {
    padding: 20px 30px;
}

/* MAIN NAVIGATION */

.main-navigation .main-nav ul li:not(:last-child) {
    margin-right: 10px;
}

@media (min-width: 769px) {

.main-navigation .main-nav ul li:not(.nav-icon) a {
    line-height: 1.8;
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid transparent;
    transition: all .1s cubic-bezier(0.76, 0, 0.24, 1);
}
    
}

.main-navigation .main-nav ul li:not(.nav-icon) a:hover {
    border-color: var(--lt-red);
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover,
.footer-bar .widget_nav_menu .current-menu-item a {
    color: var(--red);
}

.menu-item-has-children .dropdown-menu-toggle {
    display: none;
}

.footer-bar .widget_nav_menu .current-menu-item a:hover {
    color: var(--black)
}

.nav-icon a {
    display: flex;
    align-items: center;
}

.nav-icon a:hover svg {
    fill: var(--red);
}

.nav-icon svg {
    position: relative;
    top: -2px;
    width: 20px;
    height: 20px;
    fill: var(--lt-red);
    transition: fill .1s cubic-bezier(0.76, 0, 0.24, 1);
}

.main-navigation .main-nav ul ul li:not(:last-child) {
    margin-bottom: .5rem;
}

.main-navigation .main-nav ul ul li:not(.nav-icon) a {
    font-size: 1rem;
    line-height: normal;
}

.main-navigation ul ul {
    width: 300px;
    padding: 1.5rem;
    box-shadow: none;
    border-bottom: .5rem solid var(--red);
}

.main-navigation:not(.toggled) ul li:hover > ul {
  left: 50%;
  transform: translate(-50%, 0);
}

/* STICKY NAV */

.sticky-enabled .main-navigation.is_stuck {
    background: #fff;
    box-shadow: 0px 15px 45px 15px rgba(182, 184, 194, 0.16);
}

.navigation-branding img {
    padding: 20px 0;
}

@media (max-width: 1024px) and (min-width: 769px), (min-width: 1025px) {
    
    .main-navigation.sticky-navigation-transition .navigation-branding img {
    height: 129px;
    }
    
    .main-navigation.sticky-navigation-transition .main-nav > ul > li > a {
    line-height: 1.8;
    }
    
}

/* MOBILE HEADER */

.site-logo.mobile-header-logo {
    margin-right: 0;
}

.site-logo.mobile-header-logo img {
    height: 50px;
    width: auto;
    padding: 0;
}

#mobile-header .menu-toggle {
  align-items: center;
  justify-content: center;
    padding: 0;
    line-height: 40px;
    height: 40px;
    width: 40px;
    color: #fff;
    background: var(--red);
    border: 2px solid var(--red);
    border-radius: 5px;
}

.menu-toggle .gp-icon svg {
    height: 20px;
    width: 20px;
    top: 2px;
}

/*-----------------------------
  HERO
-----------------------------*/

.home-hero h1 {
    left: -.06em;
}

.home-hero p {
    line-height: normal;
    width: 600px;
    max-width: 100%;
}

@keyframes pulse_animation {
    0% { transform: scale(1); }
    50% { transform: scale(0.8); }
    100% { transform: scale(1); }
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.37, 0, 0.63, 1);
}

.slide {
    position: absolute;
    margin-left: -50vw;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 50%;
    background-size: cover;
    background-position: center center;
    transition: opacity .7s ease-in-out;
}

.slide + .slide { opacity: 0; }

/*-----------------------------
  HOME PAGE
-----------------------------*/

.cjk-right-wrap { 
    position: absolute;
    top: -18vw;
    right: 0;
    width: 40vw;
}

.page-id-20 .cjk-right-wrap { 
    position: absolute;
    top: 0;
    right: 0;
    width: 40vw;
}

.single .cjk-right-wrap { 
    position: absolute;
    top: 4vw;
    right: 0;
    width: 40vw;
}

.single article {
    position: relative;
    z-index: 1;
}

.cjk-right { 
    position: absolute;
    top: 0;
    right: 0;
}

/* ABOUT US (HOME) */

.about-bg {
    position: absolute;
    z-index: 0;
    top: 40vw;
    left: 0;
    width: 56vw;
}

#about-us .gb-grid-wrapper {
    margin-left: -8%;
}

#about-us .gb-grid-column {
    padding-left: 8%;
}

/* OUR COMPANIES (HOME) */

.our-companies-bg {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 0;
    width: 32vw;
}

#our-companies .gb-grid-wrapper {
    margin-left: -8%;
}

#our-companies .gb-grid-column {
    padding-left: 8%;
}

/* RECENT NEWS (HOME) */

.home .cjk-left-wrap { 
    position: relative;
    z-index: 1;
    top: 20vw;
    left: 0;
    width: 45vw;
}

.cjk-left-wrap { 
    position: relative;
    z-index: 1;
    top: -4vw;
    left: 0;
    width: 45vw;
}

.cjk-left { 
    position: absolute;
    top: 0;
    left: 0;
}

#latest-news .gb-grid-wrapper {
    margin-left: 0;
}

#latest-news .gb-grid-column {
    padding-left: 0;
}

#latest-news .wp-block-latest-posts.recent-news,
#recent-posts .wp-block-latest-posts {
    margin: 0 0 6%;
}

#latest-news .wp-block-latest-posts.recent-news {
    flex-wrap: nowrap;
}

#latest-news .wp-block-latest-posts.recent-news li:not(:last-child),
#recent-posts .wp-block-latest-posts li:not(:last-child) {
    margin: 0 6% 0 0;
}

#latest-news .wp-block-latest-posts.recent-news li:last-child,
#recent-posts .wp-block-latest-posts li:last-child {
    margin: 0;
}

.recent-news li {
    font-family: "anivers";
    position: relative;
    display: flex;
    flex-direction: column;
}

.recent-news .wp-block-latest-posts__featured-image img {
    vertical-align: top;
}

.home .recent-news .wp-block-latest-posts__featured-image,
.single .recent-news .wp-block-latest-posts__featured-image {
    border: 1px solid rgba(0,0,0,0.1);
}


.recent-news .wp-block-latest-posts__featured-image {
    order: 1;
    margin-bottom: 1.2rem;
}

.recent-news li .wp-block-latest-posts__post-date {
    order: 2;
    color: var(--red);
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
}

.recent-news li a:not(.read-more) {
    order: 3;
    font-family: "anivers";
    color: var(--lt-red);
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.recent-news li a:hover {
    color: var(--black);
}

.recent-news li .wp-block-latest-posts__post-excerpt {
    margin-top: 0;
    margin-bottom: 8%;
    order: 4;
    position: relative;
    line-height: 1.4rem;
    font-size: 0;
    color: transparent;
    pointer-events: none;
}

.recent-news li .read-more {
    padding: 0;
    order: 4;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "anivers";
    color: var(--lt-red);
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: capitalize;
    pointer-events: auto;
    visibility: visible;
    border-bottom: 2px solid;
}

.recent-news li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* LINKEDIN (HOME) */

.linkedin-box {
    box-shadow: 0px 15px 45px 15px rgba(182, 184, 194, 0.16);
}

.linkedin-box a.latest-linkedin {
    pointer-events: text;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.linkedin-box p:not(:last-child) {
    font-size: 0.9rem;
    margin-bottom: 0.9rem;
}

.linkedin-post .view-on-linkedin a {
    font-family: "anivers";
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 1px;
    border-bottom: 2px solid;
}

.linkedin-box p {
    margin-bottom: 2.5rem;
}

.linkedin-box hr {
    height: 4px;
    margin: 0 0 2.5rem;
}

/* BRAND LOGOS */

#brand-logos .gb-grid-wrapper {
    margin-left: -4%;
}

#brand-logos .gb-grid-column {
    padding-left: 4%;
}

#brand-logos img {
    filter: grayscale(1) opacity(0.7);
    -webkit-filter: grayscale(1) opacity(0.7);
    transition: all .35s ease-in-out;
}

#brand-logos a:hover img {
    filter: grayscale(0) opacity(1);
    -webkit-filter: grayscale(0) opacity(1);
}

#brand-logos .gb-grid-column:not(:first-child) {
    position: relative;
    left: -2%;
}

/*-----------------------------
  ABOUT US PAGE
-----------------------------*/

#grow-with-us .gb-grid-wrapper {
    margin-left: -8%;
}

#grow-with-us .gb-grid-column {
    padding-left: 8%;
}

/* OUR TEAM (ABOUT US) */

#our-team .gb-grid-wrapper {
    margin-left: -8%;
}

#our-team .gb-grid-column {
    padding-left: 8%;
}

#our-team h4 a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.team-overlay {
    border-radius: 99em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 263px;
    height: 263px;
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
    background: rgb(190 12 71 / 75%);
    transition: opacity .35s ease-in-out;
}

.tingle-modal-box {
    max-width: 960px;
}

button.tingle-modal__close:hover,
button.tingle-modal__close:focus {
    background: transparent !important;
    background-color: transparent !important;
}

.tingle-modal-box__content h4 {
    margin-bottom: 0.2em;
}

.tingle-modal-box__content *:last-child {
    margin-bottom: 0;
}


/* added to replace manual "no-margin" added at Block level 20211109 -gs */
.gb-inside-container p:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 1000px) {

    #our-team .gb-inside-container:hover > .team-overlay {
        opacity: 1;
    }
    
}

@media (max-width: 540px) {
    
    .tingle-modal {
        padding-top: 0;
        background: #fff;
    }
    
    .tingle-modal__close:hover {
        color: var(--lt-red);
        background: transparent;
    }
    
    .tingle-modal-box__content {
    padding: 2rem;
    }
    
    .tingle-modal__close {
    position: absolute;
        left: initial;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background-color: transparent;
    color: var(--black);
    }
    
    .tingle-modal__closeIcon {
    margin-right: 0;
    width: 1rem;
    }
    
    .tingle-modal__closeLabel {
        display: none;
    }
    
}

/* SUSTAINABILITY */
#sustainability ul {
    list-style-type: none;
    margin-left: 1em;
}

#sustainability ul li {
    padding-left: 1.5em;
    line-height: 1.5em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCIgb3ZlcmZsb3c9InZpc2libGUiPjxwYXRoIGQ9Ik0wIDc1bDc0LjQgNzVMMTUwIDc1IDc0LjQgMCAwIDc1eiIgZmlsbD0iIzhhMWU0MSIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: left .4em;
    background-size: 0.7em;
}

/* OUR VALUES */

.swiper-container {
    width: 100%;
    box-shadow: 0px 15px 45px 15px rgba(182, 184, 194, 0.16);
}

.swiper-slide {
  height: auto;
    align-self: stretch;
}

/* PROGRESS BAR */

.swiper-container-horizontal > .swiper-pagination-progressbar {
    height: .5rem;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--lt-red);
}

/* SWIPER NAV */

.swiper-button-prev {
    left: 4%;
}

.swiper-button-next {
    right: 4%;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--lt-red);
    transition: color .1s ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: var(--red);
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 2.2rem;
    font-weight: bolder;
}

/* SLIDE */

.swiper-slide {
    box-sizing: border-box;
    background: #fff url("../wp-content/uploads/2020/10/value-icon-1.svg");
    background-repeat: no-repeat;
    background-position: -40% center;
    background-size: 70% 70%;
    padding: 10% 12% 10% 30%;
}

.swiper-slide:nth-child(3) {
    background: #fff url("../wp-content/uploads/2020/10/value-icon-2.svg");
    background-repeat: no-repeat;
    background-position: 140% center;
    background-size: 70% 70%;
    padding: 10% 30% 10% 12%;
}

.swiper-slide:nth-child(4) {
    background: #fff url("../wp-content/uploads/2020/10/value-icon-3.svg");
    background-repeat: no-repeat;
    background-position: -40% center;
    background-size: 70% 70%;
    padding: 10% 12% 10% 30%;
}

.swiper-slide:nth-child(5) {
    background: #fff url("../wp-content/uploads/2020/10/value-icon-4.svg");
    background-repeat: no-repeat;
    background-position: 140% center;
    background-size: 70% 70%;
    padding: 10% 30% 10% 12%;
}

.swiper-slide:nth-child(6) {
    background: #fff url("../wp-content/uploads/2020/10/value-icon-5.svg");
    background-repeat: no-repeat;
    background-position: -40% center;
    background-size: 70% 70%;
    padding: 10% 12% 10% 30%;
}

.swiper-slide:nth-child(7) {
    background: #fff url("../wp-content/uploads/2020/10/value-icon-6.svg");
    background-repeat: no-repeat;
    background-position: 140% center;
    background-size: 70% 70%;
    padding: 10% 30% 10% 12%;
}

.swiper-slide ul {
    list-style-type: none;
    margin-left: 0;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    column-gap: 1.8rem;
    margin-bottom: 0;
}

.swiper-slide ul li {
    padding-left: 1.5em;
    line-height: 1.5em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCIgb3ZlcmZsb3c9InZpc2libGUiPjxwYXRoIGQ9Ik0wIDc1bDc0LjQgNzVMMTUwIDc1IDc0LjQgMCAwIDc1eiIgZmlsbD0iIzhhMWU0MSIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: left .4em;
    background-size: 0.7em;
}

.swiper-slide ul li:not(:last-child) {
    margin-bottom: .5em;
	display:inline-block;
}

@media (max-width: 1298px) {
    
    .swiper-slide {
        background-position: 140% center !important;
        padding: 10% 30% 10% 12% !important;
    }

    .swiper-slide ul {
        list-style-type: none;
        margin-left: 0;
        -webkit-columns: unset;
        -moz-columns: unset;
        columns: unset;
    }
    
}

/*-----------------------------
  COMPANY PAGES
-----------------------------*/

#company-intro .gb-grid-wrapper,
#company-info .gb-grid-wrapper {
    margin-left: -8%;
}

#company-intro .gb-grid-column,
#company-info .gb-grid-column {
    padding-left: 8%;
}

#company-info ul {
    list-style-type: none;
    margin-left: 1em;
}

#company-info ul li {
    padding-left: 1.5em;
    line-height: 1.5em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTAiIGhlaWdodD0iMTUwIiB2aWV3Qm94PSIwIDAgMTUwIDE1MCIgb3ZlcmZsb3c9InZpc2libGUiPjxwYXRoIGQ9Ik0wIDc1bDc0LjQgNzVMMTUwIDc1IDc0LjQgMCAwIDc1eiIgZmlsbD0iIzhhMWU0MSIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: left .4em;
    background-size: 0.7em;
}

#company-info ul li:not(:last-child) {
    margin-bottom: .5em;
}

/*-----------------------------
  OUR COMPANIES
-----------------------------*/

#we-are-cjk .gb-grid-wrapper {
    margin-left: -8%;
}

#we-are-cjk .gb-grid-column {
    padding-left: 8%;
}

/* MAP */

#company-map .wp-block-image {
    margin-bottom: 0;
}

.company-map,
.company-map img {
    width: 100%;
}

#company-map .marker {
  width: 16px;
  height: 16px;
    background: var(--red);
  border-radius: 50% 50% 50% 0;
    border: 1px solid #fff;
  position: absolute;
  transform: rotate(-45deg);
    margin: calc(-16px / 2) 0 0 calc(-16px / 2);
}

#company-map .marker:hover,
#company-map .marker[aria-expanded="true"] {
    background: #fff;
    transition: background;
}

.tippy-box {
    background-color: #fff;
    color: var(--body);
    border-radius: 0;
    font-size: 1em;
    line-height: normal;
    box-shadow: 0px 15px 45px 15px rgba(182, 184, 194, 0.16);
}

.tippy-arrow {
    color: #fff;
}

.tippy-content {
    padding: 1.5rem;
    text-align: center;
    max-width: 250px;
}

.tippy-content img {
    max-height: 60px;
}

.tippy-content p {
    font-size: 85%;
    margin-top: .5rem;
}

.tippy-content *:last-child {
    margin-bottom: 0;
}

#bang-sentinel {
    top: 18.5%;
    left: 42.8%;
}

#hess {
    top: 36%;
    left: 61.8%;    
}

#kgl-waterbury {
    top: 16.5%;
    left: 71.5%;
}

#kgl-boston {
    top: 24.6%;
    left: 75.2%;
}

#kgl-richmond {
    top: 46.5%;
    left: 68.5%;
}

#kgl-london {
    top: 39%;
    left: 96%;
}

#kgl-noida {
    top: 61.5%;
    left: 83%;
}

#kgl-mumbai {
    top: 80%;
    left: 78.8%;
}

#kgl-bengaluru {
    top: 90.2%;
    left: 82.8%;
}

#kgl-chennai {
    top: 90.8%;
    left: 84.8%;
}

#sheridan-chelsea {
    top: 32%;
    left: 57.3%;
}

#sheridan-grand-rapids {
    top: 30.5%;
    left: 54.5%;
}

#sheridan-hanover-nh {
    top: 20%;
    left: 73%;
}

#sheridan-hanover-pa {
    top: 37%;
    left: 67.5%;
}

#sheridan-hanover-pa {
    top: 37%;
    left: 67.5%;
}

#sheridan-random-lake {
    top: 26%;
    left: 51%;
}

#sheridan-versailles {
    top: 47%;
    left: 57%;
}

#webcrafters {
    top: 30%;
    left: 49%;
}

/* COMPANY BOXES */

#companies .gb-grid-wrapper {
    margin-left: -5%;
}

#companies .gb-grid-column {
    padding-left: 5%;
    padding-bottom: 5%;
}

.company-box {
    box-shadow: 0px 15px 45px 15px rgba(182, 184, 194, 0.16);
}

#companies .company-box .wp-block-image .alignleft {
    float: none;
    margin: 0;
}

/* KGL */

.page-id-987 #company-info .company-box p {
    margin-bottom: .5em;
}

.page-id-987 #company-info .company-box ul {
    margin-left: 0;
}

.page-id-987 #company-info .company-box *:last-child {
    margin-bottom: 0;
}

/*-----------------------------
  NEWS PAGE (BLOG)
-----------------------------*/

/* FEATURED NEWS */

ul.wp-block-latest-posts.wp-block-latest-posts__list.is-grid.recent-news {
    margin: 0;
}

#featured-news .wp-block-latest-posts.recent-news li {
    background: #fff;
    margin: 0 6% 0 0;
    box-shadow: 0px 15px 45px 15px rgba(182, 184, 194, 0.16);
}

#featured-news .recent-news .wp-block-latest-posts__featured-image {
    margin-bottom: 8%;
}

#featured-news .recent-news .wp-block-latest-posts__featured-image img {
    vertical-align: top;
}

#featured-news .recent-news li .wp-block-latest-posts__post-date {
    font-family: "anivers";
    color: var(--lt-red);
}

#featured-news .recent-news li a:not(.read-more) {
    color: var(--body);
}

#featured-news .recent-news li a:not(.read-more):hover {
    color: var(--black);
}

#featured-news .recent-news li .wp-block-latest-posts__post-date,
#featured-news .recent-news li a:not(.read-more) {
    padding-left: 8%;
    padding-right: 8%;
}

#featured-news .recent-news li .read-more {
    border-bottom: none;
    text-transform: uppercase;
    font-size: 1rem;
    left: 8%;
}

#featured-news .recent-news li .read-more:after {
    content: ' →';
}

#featured-news .recent-news li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* BLOG FILTER */

#post-filter .facetwp-facet {
    margin-bottom: 0;
}

#post-filter .facetwp-type-hierarchy {
    display: flex;
}

#post-filter .facetwp-counter {
    display: none;
}

#post-filter .facetwp-link {
    font-family: "anivers";
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gray);
    line-height: 1.3;
    border-bottom: 2px solid transparent;
}

#post-filter .facetwp-link.checked,
#post-filter .facetwp-link:hover {
    color: var(--lt-red);
    border-bottom: 2px solid;
}

#post-filter .facetwp-link:not(:last-child) {
    margin-right: 4%
}

.custom-loader {
    position: absolute;
    z-index: 3;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj48cGF0aCBmaWxsPSIjYmUwYzQ3IiBkPSJNNzMgNTBjMC0xMi43LTEwLjMtMjMtMjMtMjNTMjcgMzcuMyAyNyA1MG0zLjkgMGMwLTEwLjUgOC41LTE5LjEgMTkuMS0xOS4xUzY5LjEgMzkuNSA2OS4xIDUwIj48YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIGF0dHJpYnV0ZVR5cGU9IlhNTCIgdHlwZT0icm90YXRlIiBkdXI9IjFzIiBmcm9tPSIwIDUwIDUwIiB0bz0iMzYwIDUwIDUwIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvcGF0aD48L3N2Zz4=);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 6rem;
}

/* BLOG LOOP */

.blog #page {
    padding: 0 4%;
}

.flex-container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    margin-bottom: 6%; 
}

.flex-container article,
.flex-container .gap {
    width: calc(100%/3 - (((3 - 1) * 6%) / 3));
}

.flex-container article {
    margin: 0 0 4%;
}

.flex-container article time {
    font-family: "anivers";
    color: var(--lt-red);
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}

.flex-container .post-image img {
    vertical-align: top;
    border: 1px solid rgba(0,0,0,0.1);
}

.flex-container .entry-header {
    display: flex;
    flex-direction: column-reverse;
}

.flex-container .entry-meta {
    margin-top: 0;
    margin-bottom: 1rem;
}

.flex-container .entry-title a {
    font-family: "anivers";
    font-weight: normal;
    text-transform: none;
    color: var(--lt-red);
    font-size: 1.6rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.flex-container .entry-title a:hover {
    color: var(--black);
}

.flex-container .entry-title a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex-container .entry-summary:not(:first-child) {
    margin-top: 1.3rem;
}

.flex-container .entry-summary p {
    position: relative;
    color: transparent;
}

.flex-container .entry-summary .read-more {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "anivers";
    color: var(--lt-red);
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    border-bottom: 2px solid;
}

.flex-container .entry-summary .read-more:hover {
    color: var(--black);
}

/* PAGINATION */

.post-pagination .facetwp-facet {
    text-align: center;
    margin-bottom: 12%;
}

/*-----------------------------
  FOOTER
-----------------------------*/

.site-info {
    font-weight: 600;
    color: inherit;
    text-transform: uppercase;
    background-color: #fff;
}

.inside-site-info {
    position: relative;
    z-index: 1;
    padding: 6% 4% 8%;
}

.site-info a:not(.copyright-link) {
    font-family: "anivers";
    font-size: 17px;
    color: var(--lt-red);
}

.site-info a:hover {
    color: var(--black);
}

.footer-bar {
    order: 1;
}

.footer-bar-align-right .copyright-bar {
    order: 2;
    margin-left: auto;
    margin-right: 0;
}

.footer-bar .widget_nav_menu li:not(:last-child) {
    margin: 0 2.5rem 0 0;
}

a.copyright-link {
    color: var(--body);
    margin-left: 1rem
}

a.copyright-link:hover {
    color: var(--lt-red);
}

/*-----------------------------
  404 Page
-----------------------------*/

.error404.separate-containers .inside-article {
    width: 100%;
    padding: 12% 4%;
  display: flex;
    flex-direction: column;
  align-items: center;
  justify-content: center;
}

/*-----------------------------
  COOKIE NOTICE
-----------------------------*/

#cookie-notice {
    background-color: #231f20 !important;
    font-family: inherit;
}

#cookie-notice a:not(#cn-accept-cookie) {
    color: var(--lt-red);
}

#cn-accept-cookie {
    background: var(--lt-red);
}

/*-----------------------------
  < DESKTOP
  > MOBILE
-----------------------------*/

@media (max-width: 1024px) and (min-width: 769px) {
    
    .site-header .header-image {
    width: 86px;
    }
    
}

/*-----------------------------
  < DESKTOP
-----------------------------*/

@media (max-width: 1024px) {
    
    /* GLOBAL */
    
    body {
        font-size: 14px;
    }
    
    /* HEADER */

    .main-navigation.sticky-navigation-transition .navigation-branding img {
    height: 100px;
    }
    
    /* HOME HERO */
    
    .home-hero p {
    width: 440px;
    }
    
    .recent-news li a:not(.read-more) {
        font-size: 1.7rem;
    }
    
    .recent-news li .read-more {
        font-size: 1rem;
        line-height: normal;
    }
    
    /* RELLAX */
    
    .home .cjk-left-wrap {
    top: 30vw;
    width: 55vw;
    }
    
    .cjk-right-wrap {
        top: -29vw;
    width: 50vw;
    }
    
    .cjk-left-wrap {
    width: 75vw;
    }
    
    .about-bg {
    top: 30vw;
    width: 60vw;
    }
    
    .our-companies-bg {
        width: 40vw;
    }
    
    #latest-news .wp-block-latest-posts.recent-news li:last-child {
        margin: 0;
    }
    
    /* BRAND LOGOS */
    
    #brand-logos .gb-grid-column:first-child {
        position: relative;
    left: 2%;
    }
    
    #brand-logos .gb-grid-column:not(:first-child) {
    left: 0;
    }
    
    /* NEWS PAGE (ARCHIVE) */
    
    .blog #page {
    padding: 0 8%;
    }
    
    /* NEWS POST (SINGULAR) */
    
    .single #page {
    padding: 8%;
    }
    
    /* FOOTER */
    
    .inside-site-info {
        flex-direction: column;
    }
    
    .footer-bar-align-right .copyright-bar {
    margin-left: 0;
    }
    
    .widget_nav_menu ul {
        margin-bottom: 8%;
    }
    
}

/*-----------------------------
  > MOBILE
-----------------------------*/

@media (min-width: 769px) {

    .company-box img {
        max-width: 70%;
    }
    
    #recent-posts .wp-block-latest-posts.columns-3 li {
        width: calc(100%/3 - (((3 - 1) * 6%) / 3));
    }
    
    #featured-news .wp-block-latest-posts.recent-news {
        margin: 0 -6% 0 0;
    }

    #featured-news .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 6%);
    }
    
}

/*-----------------------------
  MOBILE
-----------------------------*/

@media (max-width: 768px) {
    
    /* BLOG LOOP */

    .flex-container {
        margin-bottom: 12%;
    }

    .flex-container article,
    .flex-container .gap {
        width: 100%;
    }

    .flex-container article {
        margin: 0 0 12%;
    }
    
    .recent-news li .wp-block-latest-posts__post-excerpt {
        margin-bottom: 8%;
    }
    
    /* MOBILE HEADER */
    
    .mobile-header-navigation .site-logo {
    margin-left: 0;
    }
    
    .main-navigation.has-branding .inside-navigation.grid-container,
    .main-navigation.navigation-stick.has-sticky-branding .inside-navigation.grid-container {
    padding: 4%;
    }
    
    .nav-icon a {
    justify-content: flex-end;
    }
    
    .nav-icon svg {
    margin: 20px 0;
    }
    
    .main-navigation.toggled .main-nav li {
        text-align: right;
    }
    
    .main-navigation.toggled .main-nav li:last-child {
        margin-bottom: -15px;
    }
    
    .main-navigation .main-nav ul li a {
    padding-left: 0;
    padding-right: 0;
    }
    
    .linkedin-post .gb-icon {
        margin-bottom: 1.5rem;
    }
    
    #brand-logos .gb-grid-column {
        padding-left: 30px;
    }
    
    #latest-news .wp-block-latest-posts.recent-news {
        flex-wrap: wrap;
    }
    
    #latest-news .wp-block-latest-posts.recent-news li {
        width: 100%;
    margin: 0 0 12% 0;
    }
    
    #featured-news .wp-block-latest-posts.recent-news li,
    #latest-news .wp-block-latest-posts.recent-news,
    #recent-posts .wp-block-latest-posts {
    margin: 0 0 12%;
    }
    
    /* NEWS POST (SINGULAR) */
    
    .single #page {
    padding: 12% 8%;
    }
    
    /* OUR VALUES */
    
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    
    .swiper-slide {
    padding: 12% !important;
    }
    
}

@media (min-width: 600px) {
    
    .wp-block-latest-posts.columns-3 li {
    width: 100%;
    }
    
}

@media (max-width: 599px) {
    
    #recent-posts .wp-block-latest-posts li:not(:last-child) {
    margin: 0 0 12%;
}
    
    .footer-bar .widget_nav_menu li:not(:last-child) {
    margin: 0;
    }
    
    .footer-bar .widget_nav_menu li:last-child {
    margin: 8% 0 0;
    }
    
    .footer-bar .widget_nav_menu>div>ul {
    flex-direction: column;
    }
    
}
.swiper-button-prev.swiper-button-prev,
.swiper-button-next.swiper-button-next {
	  color: var(--lt-red);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill.swiper-pagination-progressbar-fill {
    background: var(--lt-red);
}
