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

/* footer */
li.links-footer {
    list-style: none;
}
.f-link-items {
    text-decoration: none;
}
.chat-link .chat-num {
    list-style: none;
}
.social-items {
    list-style: none;
}
.services-link {
    padding-left: 0;
}
.company-link {
    padding-left: 0;
}
.chat-link {
    padding-left: 0;
}
.tab .tab-data {
    list-style: none;
}
.tab .inner-menu-list {
    text-decoration: none;
}
footer .footer-services .services-link {
    padding-top: 1rem;
}
.tab .inner-menu-list .inner-menu-icon {
    box-shadow: none;
}

footer .footer-company .company-link {
    padding-top: 1rem;
}
footer .footer-chat .chat-link {
    padding-top: 1rem;
}
footer .footer-logo .text {
    margin-top: 1.5rem;
}
footer .footer-logo .socialmedia-icons {
    padding-left: 0px;
}
footer .footer-logo .text .link {
    color: #6c6f70;
}
@media screen and (max-width: 1024px) {
    footer .footer-services .services-link {
        line-height: 4rem;
    }
    footer .footer-company .company-link {
        line-height: 4rem;
    }
    footer .footer-chat .chat-link {
        line-height: 4rem;
    }

    footer .footer-logo .text {
        line-height: 4rem;
    }
}
/* blog edits*/
.blog-special-change .elementor-post__card {
    padding: 2rem;
}
.blog-special-change .elementor-post__card .elementor-post__thumbnail {
    border-radius: 7px;
}

.blog-special-change
    .elementor-post__card
    .elementor-post__text
    .elementor-post__read-more {
    padding: 1rem 2rem;
    background-color: #e05206;
    border-radius: 7px;
    color: white !important;
    font-weight: 400;
}
.blog-special-change .elementor-post__card .elementor-post__avatar {
    top: 1.6rem !important;
}
