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

/* RTL - text align */
.et_pb_text_align_right {
    text-align: right;
}
.et_pb_text_align_left {
    text-align: left;
}
.et_pb_button_module_wrapper.et_pb_button_alignment_right {
    text-align: right;
}
.et_pb_button_module_wrapper.et_pb_button_alignment_left {
    text-align: left;
}
.et_pb_blurb.et_pb_text_align_right .et_pb_blurb_content .et_pb_blurb_container {
    text-align: right;
}
.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    text-align: left;
}

/* 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;
}