/*!
	Theme Name: Hello Elementor shapeways.com
	Description: Shapeways.com theme 
	Author: Shapeways
	Version: 2.3.0
	Template: hello-elementor
*/

.sw-custom-testimonials {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 80px 0;
}

@media (max-width: 1024px) {
    .sw-custom-testimonials {
        display: block;
        padding: 80px 0;
    }
}

@media (max-width: 767px) {
    .sw-custom-testimonials {
        padding: 40px 0;
    }
}

.sw-custom-testimonials__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 40px 40px 0 40px;
    background: white;
    height: auto;
    width: 31%;
    max-width: 405px;
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    line-height: 22px;
}

@media (max-width: 1024px) {
    .sw-custom-testimonials__content {
        display: none;
    }
}

.sw-custom-testimonials__content__copy {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.sw-custom-testimonials__content__copy__quote {
    height: 24px !important;
}

.sw-custom-testimonials__content__copy__text {
    margin-top: 24px;
}

.sw-custom-testimonials__content__details {
    margin-top: 24px;
}

.sw-custom-testimonials__content__details__name {
    font-weight: bold;
    text-transform: uppercase;
}

.sw-custom-testimonials__content__details__title {
    text-transform: uppercase;
}

.sw-custom-testimonials__content__details__logo {
    height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.sw-custom-testimonials__content__details__logo__img {
    max-height: 40px;
    width: auto;
}

.sw-custom-testimonials__content__carousel {
    display: none;
}

.sw-custom-testimonials__content__carousel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding: 40px 40px 0 40px;
    background: white;
    height: 100%;
    width: 100%;
    font-family: 'Karla', sans-serif;
    font-size: 15px;
    line-height: 22px;
}

@media (max-width: 767px) {
    .sw-custom-testimonials__content__carousel {
        padding: 24px 24px 0 24px;
        min-height: 516px;
    }
}

.sw-custom-testimonials__content__carousel__copy__quote {
    height: 24px !important;
}

.sw-custom-testimonials__content__carousel__copy__text {
    margin-top: 24px;
}

.sw-custom-testimonials__content__carousel__details__name {
    font-weight: bold;
    text-transform: uppercase;
}

.sw-custom-testimonials__content__carousel__details__title {
    text-transform: uppercase;
}

.sw-custom-testimonials__content__carousel__details__logo {
    height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.sw-custom-testimonials__content__carousel__details__logo__img {
    max-height: 40px;
    width: auto;
}

.carousel {
    height: 356px;
    display: none;
}

.carousel-caption {
    position: static !important;
}

.carousel-inner {
    height: 100%;
    width: auto !important;
    margin: 0 40px;
}

.item {
    height: 100%;
}

.right.carousel-control,
.left.carousel-control {
    width: auto !important;
    filter: invert(100%);
    margin: 14px;
    background: none;
    opacity: 1 !important;
}

@media (max-width: 1024px) {
    .carousel {
        display: block;
    }
}

@media (max-width: 767px) {
    .carousel {
        display: flex;
        min-height: 516px;
        height: auto;
    }

    .carousel-inner {
        margin: 0 24px;
        min-height: 516px;
    }
}
