/* ----------- Mavaranet Custom style ---------------- */

/* Float Menu plugin */
.floating-menu {
    font-family: inherit !important;
}

/* Blog - single post */
.single .entry-content p {
    text-align: justify !important;
}

/* Topbar - Hide The Secondary Navigation On Scroll */
.et_fixed_nav #top-header {
    position: absolute !important;
    
}
.et-fixed-header {
    top: 0px !important;
}

/* Blog Madule */
.et_pb_post .et_pb_image_container, .et_pb_post .entry-featured-image-url {
    margin-bottom: 10px !important;
}

/* Topbar */
#et-info-phone {
    margin-left: inherit;
    margin-right: 13px;
}

/* TOC */
.lwptoc .lwptoc_i {
    background-color: #dddddd;
    border: 1px solid #dddddd;
    border-radius: 16px;
}

/* Gallery Madule - Disable Lightbox */
.disable-lightbox a {
    pointer-events: none;
}

.disable-lightbox .et_overlay {
    display: none !important;
}
.et-pb-slider-arrows a { 
    pointer-events: auto;
}

/* MN BOX */
.mn-box {
    background-image: linear-gradient(125deg,#4c909d 72%,#bc1a79 100%)!important;
    background-color: #bc1a79!important;
    padding: 30px;
    border-radius: 16px;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 10px 20px -10px #00000060;
    font-weight: 300;
    line-height: 1.6em;
    text-align: justify;
}

#divi-sticky-header {
    top: 0;
    width: 100%;
    z-index: 99!important;
}

#top-header {
    background: rgb(132,47,224);
    background: radial-gradient(circle, rgba(132,47,224,1) 0%,rgba(208,165,255,1) 100%);
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul {
    padding: 10px 0 0!important;
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 15px;
}