/*
Theme Name: BeFlex Child
Theme URI: https://www.eoxia.com
Author: the Eoxia team
Description: Child theme of BeFlex
License: AGPLv3
License URI: https://spdx.org/licenses/AGPL-3.0-or-later.html
Version: 4.0.0
Template: beflex
Text Domain: beflex-child
*/

/* temp */
.site-footer .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    bottom: 100%;
    top: auto;
}
.section-devcamp {
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
}
.section-devcamp .wp-block-post {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.bf-cta-2 .wp-block-avatar {
    border-radius: 50%;
    margin-left: -40px;
    background-color: #fff;
    padding: 10px;
    border: solid 5px #FFCC6A;
}