/*
 Theme Name:   hoangvo
 Theme URI:    https://example.com/hello-elementor-child/
 Description:  Child theme for Hello Elementor
 Author:       Vo Hoang
 Author URI:   https://example.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hoangvo
*/

#fixRight {
    position: fixed;
    z-index: 99999;
    right: 50px;
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, .35));
    top: auto;
    bottom: 30%;
    margin-top: auto;
    margin-bottom: auto;
}

#fixRight a {
    display: block;
    margin-bottom: 12px;
    text-decoration: none;
    cursor: pointer;
}

#fixRight img {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 767px) {
    #fixRight {
        right: 15px !important;
    }
}