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

.h-dis  {
    display: none;
    transition-duration: 1.5s;
}

#h-tes #h-c:hover .h-dis {
    display: block !important;
}

#h-tes #h-c:hover .elementor-widget-image .elementor-widget-container {
    background-color: #000000;
}

#nform .elementor-field-type-html h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Open Sans';
    letter-spacing: 5px;
}

#nform .e-form__buttons {
    display: inline-block;
    text-align: center;
}

#nl-form .elementor-field-type-html h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Open Sans';
    letter-spacing: 5px;
}

#nl-form .e-form__buttons {
    display: inline-block;
    text-align: center;
}
#gal .gallery-caption {
    padding: 0;
}

#for-arc .elementor-post__text {
    text-align: center;
}

#watch .elementor-widget-heading {
    opacity: 0;
    transition-duration: 1.5s;
}
#watch .elementor-column:hover .elementor-widget-heading {
    opacity: 1;
}

#blog-arc .elementor-post__read-more {
    border: 1px solid white;
    padding: 2px 24px;
    display: inline-block;
}

#blog-arc article:nth-child(odd)> a {
order: 1;
margin-right: 50px;
}
#blog-arc article:nth-child(even)> a {
margin-left: 50px;
}

.elementor-search-form__icon {
    color: black !important;
}

#list-spacing ul li {
    margin-bottom: 15px;
}


@media only screen and (max-width: 768px) {
    #blog-arc article {
        flex-direction: column;
        text-align: center;
    }
    #blog-arc article:nth-child(odd)> a {
        margin: 0;
        margin-bottom: 25px;
        order: 0;
    }
    #blog-arc article:nth-child(even)> a {
        margin: 0;
        margin-bottom: 25px;
    }

    #nform .elementor-field-type-html h2 {
        font-size: 20px;
    }
    .swiper-slide-inner {
        justify-content: center !important;
    }
    #nl-form .elementor-field-type-html h2 {
        font-size: 20px;
    }

    #cat-menu ul {
        background-color: #111111;

    }
    #cat-menu ul li {
        display: inline-block;
    }
    #cat-menu ul li {
        border-left: 1px solid white;
    }
    #cat-menu ul li:last-child {
        border-left: none;
    }
    #cat-menu ul li a {
        color: white;
    }
}




















