/* 
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 */
.elementor-location-header li.elementor-icon-list-item.elementor-inline-item:nth-child(2) {
    background-color: #072444;
    padding: 10px;
}

a.elementor-icon.elementor-social-icon.elementor-social-icon-instagram {
    background: background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

a.elementor-icon.elementor-social-icon.elementor-social-icon-tiktok {
    background-color: #000;
}

.social-icons li.elementor-icon-list-item span.elementor-icon-list-icon {
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    margin-right: 5px;
}

.social-icons li.elementor-icon-list-item span.elementor-icon-list-icon svg {
    margin: 0;
}

/* social-icons x */
.social-icons li.elementor-icon-list-item:nth-child(1) span.elementor-icon-list-icon {
    background-color: #000;
}

/* social-icons insta */
.social-icons li.elementor-icon-list-item:nth-child(2) span.elementor-icon-list-icon {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

/* social-icons pintrest */
.social-icons li.elementor-icon-list-item:nth-child(3) span.elementor-icon-list-icon {
    background-color: #bd081c;
}

/* social-icons tik tok */
.social-icons li.elementor-icon-list-item:nth-child(4) span.elementor-icon-list-icon {
    background-color: #000;
}

.icon-timeline .elementor-icon-box-wrapper:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 123%;
    background-color: #072444;
    left: 14.5px;
    top: 10px;
}

.single-transformation .swiper-slide-bg.elementor-ken-burns.elementor-ken-burns--in {
    background-position: 0% 90% !important;
}