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

/* Add your custom styles here */


html.dark .elementor-item {
    color: #0f1729b3 !important;
}

html.dark .elementor-item:hover {
    color: #007fff !important;
}

html.dark li.menu-item.current-menu-item .elementor-item.elementor-item-active {
    color: #007fff !important;
}

.top-icon-box .elementor-icon-box-icon span.elementor-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(0 127 255 / 10%);
    border-radius: 12px;
}

.btn-link span.elementor-button-icon {
    position: relative;
    left: 0px;
    transition: 0.2s;
}

.btn-link a.elementor-button:hover span.elementor-button-icon {
    left: 7px;
}

.post-box .elementor-widget-container {
    overflow: hidden;
}

.post-box:hover .elementor-widget-container img {
    transform: scale(1.1);
}

.post-box .elementor-widget-container img {
    transition: 0.5s;
}


.looop-text .elementor-widget-container ul.elementor-icon-list-items {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
}
