/* 
Theme Name: Wandb WP Theme
Template: hello-elementor
*/

/* Add your custom styles here */

a {
	color: #00afc2;
}

.c-cards-col{
	grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
    position: relative;
    overflow: hidden;
}

.s-testimonials-slider {
    width: 100%;
    height: 850px;
}

.c-cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.c-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #202328;
    border: 1px solid #34373c;
    border-radius: 8px;
    flex-direction: column;
    margin-bottom: 0;
    padding: 40px 24px;
    display: flex;
    position: relative
}

.c-card.c-card-sm {
    grid-column-gap: 34px;
    grid-row-gap: 34px
}

.c-card.c-card-testimonials {
    padding: 36px
}

.c-card.c-card-testimonials.is-nextprev {
    transform: scale(.9)
}

.c-cards-gradient {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#1a1c1f,rgba(26,28,31,0) 25%,rgba(26,28,31,0) 75%,#1a1c1f);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    pointer-events: none;
}

.wbcards-item {
    transform: scale(0.9);
    transition: ease-in-out 0.25s transform;
}

.swiper-slide-active .wbcards-item {
    transform: none;
}

.wbcards {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide.wbcards-slide {
    width: 100%;
    height: auto
}

.vcustomer-slide-image {
    opacity: .4;
}

.vcustomer-slide-image img {
    max-height: 46px;
    margin-bottom: 12px;
}

.vcustomer-slide-desc {
    font-size: 26px;
    font-family: 'Source Serif Pro';
    line-height: 120%;
}

.c-card-person {
    border-top: 1px solid #34373c;
    padding-top: 24px;
    color: #d4d6da;
    font-size: 16px;
    line-height: 20px;
}

.c-card-person .color-n500 {
    color: #adb0b5;
    font-size: 13px;
}

.gform_button.button {
    background-image: url(images/arrow-button.svg),linear-gradient(90deg,#ffa114,#fc3)!important;
    background-position: 87%,0 0;
    background-repeat: no-repeat,repeat;
    background-size: auto,auto;
    padding-right: 50px!important;
	    width: auto!important;
}

@media all and (max-width: 767px){
	.s-testimonials-slider {
		height: auto;
		margin-top: 32px;
	}

	.c-cards-gradient.pointer-none {
		opacity: 0;
	}
}

/* Jump to Dropdown */
.jump-to-section-wrapper {
    margin: 0 auto;
    width: 300px;
}

.jump-to-section-main {
    color: #fff;
    background-color: #4d5156;
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    padding: 9px 26px;
    display: flex;
    cursor: pointer;
}

.jump-to-section-dropdown:hover .jump-to-section-main {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.jump-to-section-dropdown {
    position: relative;
    z-index: 1;
}

.jump-to-section-options {
    position: absolute;
    background: #ddd;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
    overflow: hidden;
}

.jump-to-section-options a {
    display: block;
    background: #4d5156;
    padding: 10px 20px;
    margin-top: 1px;
}

.jump-to-section-options a:hover {
    background: #797c81;
}

.jump-to-section-dropdown:hover .jump-to-section-options {
    opacity: 1;
    visibility: visible;
}

.customers-grid-wrapper {
    padding: 0 30px;
}

.customers-grid-filters {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.customers-grid-filters .customers-grid-filter {
    border: 1px solid #333;
    border-radius: 4px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.customers-grid-filters select {
    border: none;
    background: none;
    color: #fff;
    min-width: 170px;
}

.customers-grid-filters option {
    color: #000;
}

.customer-grid-item {
    border: 1px solid #333;
    border-radius: 12px;
    margin-bottom: 30px;
    width: calc(33.33% - 16px);
    margin-right: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0;
	    background: #202328;
}

.customer-grid-item img {
    width: 350px;
    height: 150px;
    object-fit: contain;
    filter: invert(1) grayscale(1) brightness(2);
    mix-blend-mode: screen;
}

.customer-grid-item-logo {
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 200px;
    justify-content: center;
    padding: 15px;
}

.customers-grid {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat( 3, 33.33%);
    grid-gap: 20px;
    padding-right: 40px;
}

.customer-grid-item.has-blockquote {
    justify-content: flex-start;
    grid-row: span 2;
}

.customer-grid-blockquote-wrapper {
    display: flex;
    flex-direction: column;
    height: calc(100% - 100px);
/*     justify-content: center; */
}

.has-blockquote .customer-grid-item-header {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 15px;
    align-items: center;
    background: #111;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.has-blockquote .customer-grid-item-header .customer-grid-item-logo {
    width: 150px;
    padding: 0;
    min-height: initial;
}

.has-blockquote .customer-grid-item-header .customer-grid-item-logo img {
    height: 90px;
}

.customer-grid-item-header-right {
    width: calc(100% - 150px);
    padding-left: 15px;
    line-height: 1.2;
    font-size: 16px;
}

.customer-grid-item-name {
    font-weight: 600;
}

.customer-grid-item-tax-es {
    color: #adb0b5;
    font-size: 85%;
}

.customer-grid-blockquote {
    padding: 15px;
    font-size: 16px;
    line-height: 1.4;
}

.customer-grid-case-study-link {
    padding: 0 15px 10px;
    font-size: 15px;
}

.customers-grid-wrapper.filters-active .customer-grid-item:not(.filters-matched) {
    display: none;
}

.customers-no-results-message {
    display: none;
    padding: 30px 0;
    color: #fff;
}

.customer-grid-item.customer-item-has-link {
    position: relative;
    box-shadow: 0px 16px 16px 0px rgba(9.999999999999998, 13.999999999999995, 20.999999999999996, 0.5019607843137255);
    transition: border 0.2s;
}

.customer-grid-item.customer-item-has-link > a {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
}

.customer-grid-item.customer-item-has-link:hover {
    border: 1px solid #333;
    box-shadow: 0px 16px 16px 0px rgb(10 14 21 / 75%);
}

@media all and (max-width: 1000px) {
    .customers-grid {
        grid-template-columns: repeat( 2, 50%);
        padding-right: 20px;
    }
}

@media all and (max-width: 767px) {
    .customers-grid {
        display: block;
        padding-right: 0;
    }

    .customer-grid-item  {
        margin-bottom: 20px;
    }
}