/* 
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
*/

.acf-main-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px!important;
    margin-bottom: 5px;
}

/* thumbnail */
.thumb-splide .splide__slide {
    opacity: 0.5;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.thumb-splide .splide__slide img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.thumb-splide .splide__slide.is-active {
    opacity: 1;
    border: 2px solid #061A35;
}


.acf-map-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.acf-map-wrapper iframe {
    display: block;
}

.acf-map-actions {
    margin-top: 10px;
}

.acf-map-btn {
    display: inline-block;
    padding: 10px 14px;
    background: #061A35;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s ease;
}

.acf-map-btn:hover {
    background: #333;
}


/*##############################################*/
@media (max-width: 1024px){
}

@media (max-width: 768px){
}

@media (max-width: 580px){
}

@media (max-width:480px){
}