/**
* Theme Name: BuddyX Child
* Description: This is a child theme of BuddyX, generated by Merlin WP.
* Author: <a href="https://github.com/vapvarun/buddyx">wbcomdesigns,vapvarun</a>
* Template: buddyx
* Version: 1.0.3
*/

body, body * {
    font-family: "Calibri", "Open Sans", sans-serif;
}
.home .site-header-wrapper {
    position: fixed;
    width: 100%;
    transition: all .25s linear;
    background-color: #ffffffaa;
}

.home .site-header-wrapper.has-sticky-header {
    background: white !important;
}

.home .site-wrapper {
    margin-top: 0px !important;
}

.home div#page {
    padding-top: 0px !important;
}

.home .rt-container-fluid.rt-tpg-container.tpg-el-main-wrapper.grid_hover-layout3-main .rt-holder.tpg-post-holder {
    border-radius: initial !important;
}

.widget_tag_cloud {
    display: block;
}

.widget_tag_cloud .tagcloud {
    display: block;
    max-height: 290px;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

.widget_tag_cloud .tagcloud a {
    display: block;
    font-size: 14px !important;
    padding: 3px 0px;
    max-width: 100%;
    text-wrap: wrap;
}

.elementor-element-de5769e>.elementor-widget-container {
    padding: 0px !important;
}