/**
 * Theme Name:   Amici's Catering Child
 * Theme URI:    https://www.webfx.com
 * Description:  Child theme for Amici's Catering (FX). Use this theme for site-specific customizations.
 * Author:       The WebFX Team
 * Author URI:   https://www.webfx.com
 * Template:     amiciscatering
 * Version:      1.0.2
 * Text Domain:  amiciscatering-child
 */

/* Add site-specific CSS overrides below this comment. */

.awards__slider::after,
.awards__slider::before {
    pointer-events: none;
}

/* Awards slider (.js-awards): hide dots, SVG arrows */
.js-awards .slick-dots {
    display: none !important;
}

.js-awards.slick-dotted {
    padding-bottom: 0;
}

.js-awards .slick-arrow {
    width: 40px;
    height: 40px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    z-index: 2;
    border: 2px solid #bc194f;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    color: #bc194f;
}

.js-awards .slick-prev {
    left: 8px;
    right: auto;
    margin: 0;
}

.js-awards .slick-next {
    right: 8px;
    left: auto;
    margin: 0;
}

.js-awards .slick-arrow::before {
    content: "";
    font-family: inherit;
    font-size: 0;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 16px 16px;
    mask-size: 16px 16px;
}

.js-awards .slick-prev::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M15.41 7.41 14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E");
}

.js-awards .slick-next::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M10 6 8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E");
}

.js-awards .slick-arrow:hover {
    background: #bc194f;
    color: #fff;
}

@media (min-width: 768px) {
    .js-awards .slick-arrow {
        width: 48px;
        height: 48px;
    }

    .js-awards .slick-arrow::before {
        -webkit-mask-size: 20px 20px;
        mask-size: 20px 20px;
    }

    .js-awards .slick-prev {
        left: 75px;
    }

    .js-awards .slick-next {
        right: 75px;
    }
}