.container {
    max-width: 100%;
}
.btn-rounded {
    border-radius: 10em;
}

#page > .wrapper > #content {
    background: #fff;
    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: -30px;
    margin-bottom: -31px;
}
header .menu > li > a, header .menu > li > div > a {
    position: relative;
    color: #fff !important;
    border: 1px solid #fff !important;
    transition: all 0.20s;
    margin: 0 5px !important;
}
header .menu > li.current-menu-item > a, header .menu > li.current-menu-item > div > a {
    color: #333 !important;
    background-color: #fff !important;
}
header .menu > li > a:hover, header .menu > li > div > a:hover {
    color: #333 !important;
    border: 1px solid #333 !important;
    transition: all 0.20s;
}
header .fl-menu .sub-menu, header .menu > li.menu-item-has-children > div > a:hover {
    background-color: #FCE0B1 !important;
}
header .fl-menu .sub-menu {
    margin: 0 6px;
}
header .menu .sub-menu a {
    color: #333 !important;
}
header .menu .sub-menu a:hover {
    background: #F6AC2C !important;
}
aside.widget {
    margin-bottom: 30px;
}
aside.widget .widget-title {
    background-color: transparent;
    background-repeat: no-repeat;
    background-attachment: scroll;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    font-size: 16px;
    padding: 18px 12px;
    background-size: cover;
}
.heading-main .fl-heading {
    background: rgba(252, 224, 177, 0.5);
    padding: 6px !important;
    font-size: 16px;
    font-weight: bold;
}
aside.widget ul {
    word-wrap: break-word;
    padding-left: 1rem;
}
.arsip-list .fl-post-feed-post {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.arsip-list .vsstem-read-more-link {
    font-size: 12px;
    padding: 5px 9px;
}
.frame-wa {
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 9;
}
.frame-wa1 {
    display: none;
    width: 100%;
    max-width: 310px;
    background:  #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.frame-wa1 a {
    text-decoration: none;
    color: #000;
}
.frame-wa1b:hover {
    background: #f4f4f4;
}
.frame-wa1b img {
    max-width: 60px;
    width: 100%;
    height: 60px;
    object-fit: contain;
}
.color-success {
    color: #fff;
background-color:#28a745;
}

@media screen and (min-width:769px) {
    header .menu > li > a:after {
        content: '';
        position: absolute;
        right: -7px;
        top: 30%;
        width: 1px;
        height: 50%;
        background: rgba(255, 255, 255, 0.38);
    } 
    header .menu > li:last-child > a:after {
        content: inherit;
    }
}

@media screen and (max-width:769px) {
    header .fl-menu-responsive-toggle-mobile {
        padding: 0 15px;
    }
    header .fl-menu-responsive-toggle-mobile > button {
        display: block;
        width: 100%;
        text-align: left;
        border: #ffffffa3 solid 1px !important;
        background: rgba(0, 0, 0, 0.22) !important;
    }
    aside.widget .widget-title {
        background-position: top;
    }
}