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

.footer-contacts,
.footer-contacts .contact-icon,
.footer-contacts .contact a,
.footer-contacts .contact-content{
    display: flex;
}

.footer-contacts,
.footer-contacts .contact a,
.footer-contacts .contact-content{
    flex-direction: row;
}

.footer-contacts .contact-icon,
.footer-contacts .contact a{
    align-items: center;
    justify-content: center;
}

.footer-contacts{
    flex-wrap: wrap;
    font-family: 'Poppins';
    font-size: 20px;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 990px;
    width: 100%;
}

.footer-contacts .ddd{
    font-size: 16px;
    margin-right: 5px;
}

.footer-contacts *{
    color: #fff;
    transition: all .3s ease-in-out;
}

.footer-contacts svg{
    fill: #fff;
}

.footer-contacts .contact-icon{
    border: 1px solid #fff;
    border-radius: 999px;
    padding: 10px;
}

.footer-contacts .contact-icon.contact-whatsapp-icon{
    padding-left: 11px;
    padding-right: 11px;
}

.footer-contacts .contact a{
    flex-wrap: nowrap;
}

.footer-contacts .contact a:hover .contact-icon{
    background-color: #fff;
    border-color: #222;
}

.footer-contacts .contact a:hover svg{
    fill: #222;
}

.footer-contacts .contact-content{
    align-items: baseline;
    justify-content: start;
    margin-left: 8px;
    height: 30px;
}

@media screen and (max-width: 1599px) {
    
}

@media screen and (max-width: 1365px) {
    
}

@media screen and (max-width: 1279px) {
    
}

@media screen and (max-width: 1024px) {
    
}

@media screen and (max-width: 899px) {
    .footer-contacts{
        width: 60%;
    }

    .footer-contacts .contact:last-child{
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .footer-contacts{
        justify-content: start;
        width: 85%;
    }

    .footer-contacts .contact:not(:first-child){
        margin-top: 20px;
    }

    .footer-contacts .email{
        font-size: 12px;
    }

    .footer-contacts .contact-content{
        align-items: center;
    }
}