/* Theme Name: Podover Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of podover
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: podover
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  podover-child
*/

.fixWhatsapp {
    position: fixed;
    bottom: 3%;
    left: 0.5%;
    z-index: 9;
    transition: 0.75s;
}

.fixWhatsapp:hover {
    transform: rotate(360deg)scale(1.2);
}

.fixWhatsapp a {
    background: #25d366;
    border-radius: 35px;
    display: block;
    position: relative;
    width: 3.125rem;
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}