/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

.dialog-widget .elementor-video-container iframe{
    width: 100% !important;
    max-width: 1000px !important;
    height: 100% !important;
    max-height: 650px !important;
}

/* Header
=============================================== */
.ev-header-desktop,
.ev-header-mobile{
    width: 100% !important;
    transition: all 0.3s ease-in;
}

.ev-header-desktop.elementor-sticky--effects{
    background-color: #fff !important;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1)
}

.ev-header-mobile.elementor-sticky--effects{
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
    background-color: #fff !important;
}

.ev-header-desktop.elementor-sticky--effects .ev-header-overlay,
.ev-header-mobile.elementor-sticky--effects .ev-header-overlay{
    opacity: 0;
    visibility: hidden;
}

.ev-header-desktop.elementor-sticky--effects .ev-header-menu a{
    color: #1C4F80 !important;
}

.ev-header-desktop.elementor-sticky--effects .ev-header-menu a.elementor-item-active{
    color: #2A79B2E6 !important;
}


/* Benefit Box
=============================================== */
.ev-benefit-box {
    height: 100%;
}

.ev-benefit-box .elementor-widget-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Produk kami Box
=============================================== */
.ev-produk-600ml .elementor-image-box-img {
    margin-top: -40px !important;
}

.ev-produk-1500ml .elementor-image-box-img {
    margin-top: -55px !important;
}

.ev-produk-galon .elementor-image-box-img {
    margin-top: -65px !important;
}

/* Location Grid Widget
=============================================== */

.elementor-widget .evita-location-grid__wrapper {
    margin-bottom: 60px;
}

.elementor-widget .evita-location-grid__cat-title {
    font-size: 40px;
    margin: 0 0 30px;
    font-weight: 700;
    text-align: center;
    color: #1C4F80;
    letter-spacing: -0.015em;
}

.elementor-widget .evita-location__item {
    padding: 30px;
    border: 4px solid #2C7BB3;
    border-radius: 28px;
    background-color: #3F86BA;
    text-align: center;
    color: #fff;
    font-family: "Montserrat", Sans-serif;
}

.elementor-widget .evita-location__item .evita-location__title {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: uppercase;
    letter-spacing: -0.015em;
}

.elementor-widget .evita-location__item .evita-location__address {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.015em;
}

.elementor-widget .evita-location__item .evita-location__phone {
    margin: 0;
    font-size: 18px;
    letter-spacing: -0.015em;
    font-weight: 500;
}

.elementor-widget .evita-location__item .elementor-icon-list-item {
    padding-bottom: calc(15px/2);
}

.elementor-widget .evita-location__item .elementor-icon-list-item i {
    color: #fff;
}

/* Article Grid Widget
=============================================== */
.evita-article-grid .page-numbers {
    background-color: #3E85B8;
    width: 62px;
    display: inline-flex;
    height: 62px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.3s ease-in;
}

.evita-article-grid a.page-numbers:hover,
.evita-article-grid .page-numbers.current {
    background-color: #1C4F80;
}

@media only screen and (max-width: 767px) {
    .evita-article-grid .page-numbers {
        width: 42px;
        height: 42px;
    }
}

/* Testimonial Slider Widget
=============================================== */
.evita-testimonial-video-slider .swiper-pagination-bullet {
    margin: 0 2px !important;
}

.evita-testimonial-video-slider .elementor-swiper-button{
    background-color: #1c4f80;
    border-radius: 100%;
    padding: 14px;
    color: #fff !important;
    transition-duration: .25s;
    z-index: 2 !important;
}

.evita-testimonial-video-slider .elementor-swiper-button.elementor-swiper-button-prev{
    left: -100px;
}

.evita-testimonial-video-slider .elementor-swiper-button.elementor-swiper-button-next{
    right: -100px;
}

@media only screen and (max-width: 1200px) {
    .evita-testimonial-video-slider .elementor-swiper-button.elementor-swiper-button-prev{
        left: -10px;
    }
    
    .evita-testimonial-video-slider .elementor-swiper-button.elementor-swiper-button-next{
        right: -10px;
    }
}

@media only screen and (max-width: 1200px) {
    .evita-testimonial-video-slider .swiper-slide{
        padding-bottom: 30px !important;
    }
}

/* Process Production Slider Widget
=============================================== */
.evita-process-production-slider .swiper-pagination-bullet{
    margin: 0 1.5px;
}

.evita-process-production-slider .elementor-swiper-button-prev{
    left: -28px !important;
}

.evita-process-production-slider .elementor-swiper-button-next{
    right: -28px !important;
}

@media only screen and (max-width: 767px) {
    .evita-process-production-slider .elementor-swiper-button-prev{
        left: -10px !important;
    }
    
    .evita-process-production-slider .elementor-swiper-button-next{
        right: -10px !important;
    }
}