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

@font-face {
    font-family: 'Moontime';    
    src:  url('/wp-content/themes/fx/assets/fonts/FontsFree-Net-MoonTime-Regular-1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.testimonial {
    background-color: #F4F9FC;
    padding: 80px 0 60px;
}

.testimonial-heading-image {
    width: 207px;
    margin: 0 auto 70px;
    position: relative;
    display: block;
}

.testimonial-content-top {
    background-color: #FFFFFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    border-radius: 10px;
    padding: 53px 25px;
    position: relative;
    font-style: italic;
    font-size: 15px;
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    line-height: 25px;
    text-align: center;
}

.testimonial-content-top::before {
    content: ' \e90f';
    font-family: 'icomoon';
    position: absolute;
    top: 8px;
    left: 17px;
    color: #D5E9F2;
    font-size: 28px;
}

.testimonial-content-top::after {
    content: ' \e90f';
    font-family: 'icomoon';
    position: absolute;
    bottom: 8px;
    right: 19px;
    color: #D5E9F2;
    font-size: 28px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.testimonial-content-top p {
    font-size: 15px;
    font-style: italic;
    color: #444444;
    text-align: center;
    line-height: 1.66em;
}

.js-testimonial .slick-track {
    display: flex;
    align-items: flex-start;
}

.testimonial-slider-col {
    padding: 20px 0 0;
}

.js-testimonial {
    width: calc(100% + 44px);
    margin-left: -22px;
    position: relative;
    display: block;
}

.js-testimonial .slick-slide {
    margin: 0 22px;
}

.testimonial-content-bottom {
    padding: 40px 0 0;
    text-align: center;
    position: relative;
}

.testimonial-content-bottom::before {
    content: '';
    position: absolute;
    width: 44px;
    height: 25px;
    background-color: rgb(255, 255, 255);
    left: 50%;
    -webkit-transform: translate(-50% , 0%);
            transform: translate(-50% , 0%);
    top: 0;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
            clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.testimonial-content-bottom h4 {
    font-size: 20px;
    color: #111111;
    padding: 0 0 10px;
}

.testimonial-content-bottom p {
    color: #848484;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}


.testimonial-heading-text{
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    font-size: 65px;
    color: #c49e19;
    line-height: 1em;
    display: block;    
    font-weight: normal;    
    font-family: 'Moontime';
    /*text-shadow: 0 0 3px #fcf7e3, 0 0 5px #C49E19;*/
    letter-spacing: normal;
    padding: 0;
}

.js-testimonial .slick-dots {
    top: -10px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}


@media(min-width: 768px) {
    .testimonial-heading-image {
        width: 346px;
        margin: 0 auto 86px;
    }

    .testimonial-content-top {
        padding: 53px 24px 41px 25px;
    }

    .testimonial-heading-text{
        font-size: 110px;
    }
}

@media(min-width: 1200px) {
    .testimonial {
        padding: 70px 0 103px;
    }

    .testimonial-heading-text{
        font-size: 126px;
    }

    .js-testimonial .slick-slide {
        margin: 0 16px;
    }

    .js-testimonial {
        width: calc(100% + 32px);
        margin-left: -16px;
    }

    .testimonial-heading-image {
        width: 380px;
        margin: 0 auto 55px;
    }

    .js-testimonial .slick-dots {
        top: -10px;
        margin: 0 auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .testimonial-content-top {
        padding: 45px 24px 30px 26px;
    }

    .testimonial-content-bottom {
        padding: 34px 0 0;
    }

    .testimonial-content-bottom h4 {
        font-size: 18px;
        padding: 0 0 4px;
    }
}