/*======================================
Theme Name: Hampejs Divi Child Theme
Description: child theme pro Hampejs Projekty
Version: 1.0
Author: Jiri Suchy
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
.child_social_media_container{
    position: absolute;
    top: 5px;
    left: 150px;
    width: 50px;
}

.child_facebook_icon, .child_instagram_icon{
    margin-left: 0.5rem;
}

.child_facebook_icon img{
    padding-top: 10px;
    margin-left: 1rem;
}

.child_social_media_container img{
    transition: all 0.3s ease-in !important;
}

@media (max-width: 600px){
    .child_social_media_container {
        top: 10px;
    }
    .child_facebook_icon img {
        width: 40px !important;
    }
}

@media (min-width: 800px){
    .child_social_media_container {
        top: 10px;
        left: 200px;
    }
}