/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

*:focus {
    outline: 1px solid #C40D3C !important;
}


button.slick-next.slick-arrow,
button.slick-prev.slick-arrow {
    display: none !important;
}

.slider-buttons button {
    cursor: pointer;
    touch-action: pan-y;
    color: rgb(255, 255, 255);
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 12px;
    opacity: 1;
    visibility: visible;
    border-width: 0px;
    border-radius: 0px;
}

.slider-buttons button:hover {
    background-color: #C40D3C !important;
    color: rgb(30, 45, 50);
}

button.slide-next.btn.btn-primary {
    background-color: rgb(55, 68, 73);
}

button.slide-prev.btn.btn-primary {
    background-color: rgb(30, 45, 50);
}


@media (max-width: 767px) {
    .slider-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slider-buttons button {
        height: 60px;
        width: 60px
    }
}