/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Version: 21.3.1

All css files are placed in /css/ folder
*/

.popup-placement {
    position: fixed;
    left: 20px;
    bottom: 0;
    z-index: 9999;
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.popup-placement-social-item a {
    float: left;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    color: white;
    margin-right: 15px;
    margin-bottom: 9px;
    position: relative;
}

.popup-placement-social-whatsapp a {
    background: #4dc247;
}

.fa-whatsapp:before {
    content: "\f232";
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
