/* @import url('http://example.com/example_style.css'); */
@import url('/@marketplace/maka_Agency/POWER%20THEME/css/components/pwr-blog.css');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.pwr-blog-pagination #pwr-btn-load-more {
    margin-top: 20px;
}

.pwr-post-body {
    background-color: #fff;
}

.pwr-author-profile {
    background-color: var(--clr-blog-post-background);
}

.pwr-blog-listing {
    background-color: #f3f5f9;
    padding-top: 50px;
    position: relative;
    z-index: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal li.hs-item-has-children:hover ul.hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-horizontal li.hs-menu-depth-1>ul.hs-menu-children-wrapper, .hs-menu-wrapper.hs-menu-flow-vertical ul.hs-menu-children-wrapperr {
  border: 1px solid #c1c7cc;
}

.hs-menu-wrapper ul.hs-menu-children-wrapper li a {
  border-radius: 14px;
}

.hs-menu-wrapper li.active-branch:not(.hs-menu-depth-1)>a:not(.is-anchor), .hs-menu-wrapper li.active-branch:not(.hs-menu-depth-1)>a:not(.is-anchor):after, .hs-menu-wrapper li:not(.hs-menu-depth-1):hover>a, .hs-menu-wrapper li:not(.hs-menu-depth-1):hover>a:after, .pwr-a11y-menu.hs-menu-wrapper li:not(.hs-menu-depth-1):hover>.pwr-menu_submenu-btn .pwr-menu_submenu-arrow {
  color: #000;
  background-color: #d0e3fc;
 )