@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

@font-face {
  font-family: Frutiger;
  src: url(../font/Frutiger.ttf);
}

@font-face {
  font-family: BaskervilleItalicBT;
  src: url(../font/BaskervilleItalicBT.ttf);
}

body{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  overflow-x: hidden;
  font-size: 14px;
    line-height: 1.75;
}

h1, h2, h3, h4, h5{
  color: #222222;
}

#site-header .navbar {
  height: 90px;
  padding: 5px;
}

#site-header .navbar-expand-md .navbar-nav .dropdown-menu,
#site-header-stiky .dropdown-menu
 {
    border: 0;
    border-radius: 0;
    box-shadow: 0px 6px 9px #0000003d;
}

#site-header .dropdown-item, #site-header-stiky .dropdown-item {
  color: #000;
  font-size: 14px;
}

#site-header .dropdown-toggle::after {
    display: none;
}

#site-header .dropdown:hover > .dropdown-menu,
#site-header-stiky .dropdown:hover > .dropdown-menu
 {
    display: block;
}

#site-header .dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

#site-content {
    margin-top: 0;
}

body.home #site-header .navbar.bg-light {
  background-color: #fff !important;
}

#site-content.no-container{
  padding:0 15px;
}

body.home #site-content {
    margin-top: 0;
}

body.home #menu-main-menu .nav-link {
    color: #ffffff !important;
}

#site-footer {
  background-color: #9f1521;
  margin-bottom: -5px;
  padding: 50px 0;
  min-height: 190px;
  color: #fff;
  line-height: 1.5;
}

.navbar-brand img {
  height: 50px !important;
  width: auto !important;
}

#menu-main-menu .nav-link {
    font-size: 15px;
}

#site-footer h3 {
  font-size: 15px;
  color: #FFF;
  margin-bottom: 15px;
  font-weight: bold;
}

#site-footer ul {
    list-style: none;
    padding-left: 0;
}

#site-footer .wpcf7-form-control.wpcf7-textarea {
    height: 40px;
    border: 0;
    color: #B5B5B5;
    padding: 9px 14px;
    width: 100%;
}

#site-footer .wpcf7-form-control.wpcf7-submit,
#commentform .submit {
    background-color: #C99F81;
    border: 0;
    margin-top: 10px;
    color: #fff;
    padding: 4px 10px;
}

#rev_slider_1_1_wrapper .ares.nav-dir-horizontal.nav-pos-ver-center .tp-bullet.selected:hover .tp-bullet-title::after, #rev_slider_1_1_wrapper .ares.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet.selected:hover .tp-bullet-title::after {
    display: none;
}

#rev_slider_1_1_wrapper .ares .tp-bullet.selected {
    background: rgb(255, 255, 255) !important;
    width: 20px !important;
    border-radius: 3px !important;
    margin-left: -10px;
}
#rev_slider_1_1_wrapper .ares .tp-bullet:first-child.selected {
    margin-left: 0;
}

#rev_slider_1_1_wrapper .ares .tp-bullet-title {
  display: none;
}

.vc_row.container {
    margin-left: auto;
    margin-right: auto;
}

.text-bold{
  font-weight: bold;
}

div.wpcf7 .ajax-loader {
    display: block;
}

.lc-play-button {
    width: 100%;
    background-image: url(../img/play-button.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 49px 49px;
    height: 300px;
    cursor: pointer;
    -webkit-transition: background-size 0.2s ease-in;
    transition: background-size 0.2s ease-in;
}

.lc-play-button:hover{
  background-size: 65px 65px;
}

.lc-play-button:active{
  background-size: 49px 49px;
}

.lc-video .modal-content {
    background-color: #fff0;
    border: 0;
}

#lc-modal iframe{
  height:80vh !important;
}

.lc-action-button button,
.lc-action-button a {
    border: 2px solid #7E6C65 !important;
    border-radius: 5px !important;
    height: 40px !important;
    color: #7E6C65 !important;
    font-size: 15px !important;
    font-weight: bold;
    line-height: 8px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    -webkit-transition:padding-left 0.2s, padding-right 0.2s, font-size 0.2s;
    -moz-transition:padding-left 0.2s, padding-right 0.2s, font-size 0.2s;
    -o-transition:padding-left 0.2s, padding-right 0.2s, font-size 0.2s;
    transition:padding-left 0.2s, padding-right 0.2s, font-size 0.2s;
}

.lc-action-button button:hover,
.lc-action-button button:active,
.lc-action-button button:focus,
.lc-action-button button:visited,
.lc-action-button a:hover,
.lc-action-button a:active,
.lc-action-button a:focus,
.lc-action-button a:visited{
  background-color: #5550 !important;
  font-size: 16px !important;
  padding-left: 20.5px !important;
  padding-right: 20.5px !important;
}

.lc-action-button-1 button,
.lc-action-button-1 a {
  border: 0 !important;
  border-radius: 0px !important;
  height: 40px !important;
  color: #FFF !important;
  font-size: 15px !important;
  font-weight: bold;
  line-height: 8px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  background-color: #C99F81 !important;
}

.lc-action-button-1 button:hover,
.lc-action-button-1 button:active,
.lc-action-button-1 button:focus,
.lc-action-button-1 button:visited,
.lc-action-button-1 a:hover,
.lc-action-button-1 a:active,
.lc-action-button-1 a:focus,
.lc-action-button-1 a:visited{
  border: 0 !important;
  border-radius: 0px !important;
  height: 40px !important;
  color: #FFF !important;
  font-size: 15px !important;
  font-weight: bold;
  line-height: 8px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  background-color: #C99F81 !important;
}

.lc-konsep-icon {
    height: 160px;
    width: 100%;
    background-position: center;
    background-size: unset;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 15px;
}

.lc-foot,
.lc-marker,
.lc-team{
  -webkit-transition: background-image 0.4s, background-size 0.4s;
  -moz-transition: background-image 0.4s, background-size 0.4s;
  -o-transition: background-image 0.4s, background-size 0.4s;
  transition: background-image 0.4s, background-size 0.4s;
}

.lc-foot{
  background-image: url(../img/foot.png);
}

.lc-marker{
  background-image: url(../img/markers.png);
}

.lc-team{
  background-image: url(../img/team.png);
}

.lc-foot:hover{
  background-image: url(../img/foot-hover.png);
}

.lc-marker:hover{
  background-image: url(../img/markers-hover.png);
}

.lc-team:hover{
  background-image: url(../img/team-hover.png);
}

.lc-album-carousel .owl-carousel .item{
  height: 361px;
  background-size: cover;
  background-position: center;
}

.lc-album-carousel .owl-carousel{
  margin-left: -15px;
  margin-right: -15px;
}

.lc-album-next-button {
  position: absolute;
  margin-top: -180px;
  cursor: pointer;
  z-index: 2000;
}

.lc-album-next-button img {
    height: 35px;
}

.lc-breadcrumb {
    color: #02523E;
    font-size: 12px;
    padding: 15px 0;
}

.lc-breadcrumb a,
.lc-breadcrumb a:hover,
.lc-breadcrumb a:active,
.lc-breadcrumb a:visited,
.lc-breadcrumb a:focus{
    color: #02523E;
    text-decoration: none;
}

ul.timeline {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}
ul.timeline:before {
    content: ' ';
    background: #ECC86E;
    display: inline-block;
    position: absolute;
    left: 7.5px;
    width: 1px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  border-bottom: 15px;
  padding: 10px;
  margin-bottom: 15px;
}
ul.timeline > li::before {
  content: ' ';
  background: #ECC86E;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  left: 2.5px;
  width: 11px;
  height: 11px;
  z-index: 400;
  margin-top: 20px;
}

.lc-tahap-pelayanan{
  font-size: 12px;
}

.font-BaskervilleItalicBT{
  font-family: BaskervilleItalicBT;
}

a.lc-read-more,
a.lc-read-more:hover,
a.lc-read-more:active,
a.lc-read-more:visited {
    font-size: 12px;
    color: #02523e;
    text-decoration: none;
}

a.lc-read-more::before {
    content: ' ';
    border-top: 2px solid #02523e;
    width: 13px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    height: 5px;
    -webkit-transition: width 0.2s, margin-right 0.2s;
    -moz-transition: width 0.2s, margin-right 0.2s;
    -o-transition: width 0.2s, margin-right 0.2s;
    transition: width 0.2s, margin-right 0.2s;
}

a.lc-read-more:hover::before{
  width: 0;
  margin-right: 0;
}

.lc-kesaksian {
    border: 3px solid #C99F81;
    border-radius: 10px;
    padding: 33px 33px 20px 33px;
}

.lc-kesaksian .note{
  font-size: 18px;
  color: #C99F81;
  font-style: italic;
  text-align: center;
}

.lc-kesaksian .note::before {
    background-image: url(../img/kesaksian.png);
    height: 29px;
    display: block;
    content: ' ';
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 15px;
}

.lc-kesaksian .note::after {
    display: block;
    content: ' ';
    border-bottom: 3px solid #C99F81;
    width: 75px;
    margin: 10px auto 20px auto;
}

.lc-kesaksian .image {
    height: 92px;
    width: 92px;
    background-position: center;
    border-radius: 100%;
    margin: 15px auto;
    background-size: cover;
    background-color: #C99F81;
}

.lc-kesaksian .name {
  font-size: 15px;
  text-align: center;
  color: #C99F81;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #f5efeb;
}

.lc-heading-border-bottom::after{
  display: block;
  content: ' ';
  border-bottom: 2px solid #7e6c65;
  width: 80%;
  margin: 0 auto;
}

.lc-heading-border-bottom::after {
    display: block;
    content: ' ';
    border-bottom: 3px solid #7e6c65;
    width: 140px;
    margin: 0 auto;
}

.lc-pelayanan {
    height: 233px;
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    display: flex;
    vertical-align: middle;
    cursor: pointer;
}

.lc-pelayanan::before {
    content: ' ';
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    width: calc(100% - 30px);
    height: 233px;
    left: 15px;
    top: 0;
}

.lc-pelayanan-inner {
  -ms-flex-item-align: center !important;
  align-self: center !important;
  width: 100%;
}

.lc-pelayanan .name, .lc-pelayanan .level {
    z-index: 1;
    position: relative;
    font-size: 24px;
    font-weight: bold;
    line-height: 27px;
    -webkit-transition: font-size 0.3s;
    -moz-transition: font-size 0.3s;
    -o-transition: font-size 0.3s;
    transition: font-size 0.3s;
}

.lc-pelayanan .level{
  font-size: 18px;
  font-weight: normal;
}

.lc-pelayanan .description {
    position: absolute;
    bottom: 0;
    display: block;
    background-color: rgba(0,0,0,0.4);
    width: calc(100% - 30px);
    font-size: 12px;
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.lc-pelayanan:hover .name{
  font-size: 28px;
}

.lc-pelayanan:hover .level{
  font-size: 22px;
}

.lc-pelayanan:hover .description{
  opacity: 1;
}

.lc-upcoming-event h2 {
    font-size: 37px;
    color: #7e6c65;
    text-transform: uppercase;
}

.lc-upcoming-event .date {
    color: #7e6c65;
    font-size: 24px;
    text-align: right;
}

.lc-upcoming-event .place {
    color: #7e6c65;
    font-size: 18px;
    text-align: right;
}

.lc-upcoming-event .event-thumbnail{
  margin-bottom: 35px;
}

.lc-upcoming-event .event-meta{
  margin-bottom: 25px;
}

.lc-upcoming-event .event-content{
  color: #707070;
  font-size: 18px;
  margin-bottom: 30px;
}

.lc-upcoming-event .event-action{
  text-align: right;
  margin-bottom: 100px;
}

.lc-upcoming-event .btn.btn-link {
    background-color: #c99f81;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
}

.lc-upcoming-event .btn.btn-link:focus,
.lc-upcoming-event .btn.btn-link:active{
  box-shadow: none;
}

.lc-past-event{
  margin-bottom: 20px;
}

.lc-past-event .event-image {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F5EFEB;
    cursor: pointer;
}

.lc-past-event .date-place img {
    height: 17px;
}

.lc-past-event .date-place {
    color: #707070;
    font-size: 15px;
}

.lc-past-event .event-meta h3 {
    font-size: 24px;
    color: #464646;
    font-weight: bold;
    margin: 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lc-past-event .event-meta a{
  text-decoration: none;
}

.lc-past-event .event-meta .note {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #707070;
  font-size: 14px;
  margin-bottom: 14px;
}

article.type-events  h1{
  color: #7E6C65;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
}

article.type-events .date img,
article.type-events .place img{
  height: 18px;
}

article.type-events .date,
article.type-events .place{
  color: #7E6C65;
  font-size: 18px;
  text-transform: uppercase;
}

.lc-register-form h2 {
    text-transform: uppercase;
    color: #7E6C65;
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.lc-register-form {
    background-color: #F5EFEB;
    padding: 28px;
}

.lc-register-form form {
    padding: 0px 35px;
    font-size: 12px;
    color: #464646;
    font-weight: 685;
    letter-spacing: 0.5px;
}

.lc-register-form form .form-control {
    border-radius: 0;
    font-size: 12px;
    height: 39px;
    line-height: 1em;
}

.lc-register-form form .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #c99f81;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(201, 159, 129, 0.24);
}


.lc-register-form form .btn.btn-default {
    border-radius: 0;
    font-size: 18px;
    background-color: #C99F81;
    color: #fff;
    padding: 10px 93px;
}


.lc-register-form form .btn.focus, .lc-register-form form .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(201, 159, 129, 0.24);
}

.lc-keahlian {
    color: #7E6C65;
    font-size: 12px;
}

.lc-keahlian img {
    height: 83px !important;
    width: auto;
}

.lc-keahlian h4 {
    font-size: 18px;
    font-weight: bold;
}

.lc-keahlian .wpb_single_image.wpb_content_element {
    margin-bottom: 0;
}

.lc-keahlian h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 19px 0;
}

.lc-form-daftar-note ul {
    padding-left: 20px;
    list-style: circle;
}

.lc-form-daftar-note li {
    margin-bottom: .7em;
}

.vc_separator.vc_sep_color_chino.lc-media-separator .vc_sep_line {
    border-color: #7e6c65;
}

.lc-media-separator {
    margin-bottom: 20px !important;
}

.lc-video-play-button {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.30);
    background-image: url(../img/play-button.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    height: 134px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

.lc-video-play-button:hover{
  opacity: 1;
}

.lc-video-play-button:active{
  opacity: 1;
}

.lc-video-thumbnail {
    background-color: #F5EFEB;
    background-size: cover;
    background-position: center;
}

.lc-videos-list a h3,
.lc-videos-list a,
.lc-videos-list a:hover
 {
    font-size: 12px;
    color: #7E6C65;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 1em 0;
    font-weight: bold;
    text-decoration: none !important;
}

.lc-videos-list .row {
  margin-top: 1em;
}

.btn.btn-link.lc-more-resource-link {
    border: 2px solid #7E6C65;
    border-radius: 5px;
    padding: 6px 15px;
    font-size: 12px;
    font-weight: bold;
    color: #7E6C65;
}

.btn.btn-link.lc-more-resource-link:hover,
.btn.btn-link.lc-more-resource-link:active,
.btn.btn-link.lc-more-resource-link:focus
{
    box-shadow: 0 0 0 .2rem rgb(245, 239, 235);
}

article.videos h1,
article.audio h1,
article.slide h1,
article.post h1,
article.article h1 {
    color: #007558;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 1em;
    letter-spacing: 1px;
}

article.videos iframe{
  background-color: #F5EFEB;
}

.meta-author {
    color: #02523E;
    font-size: 12px;
    margin-top: -5px;
}

.resources-content {
    font-size: 14px;
    color: #212529;
    margin: 2em 0;
}

.feedback-area h2 {
    font-size: 24px;
    color: #7E6C65;
    font-weight: bold;
    margin-bottom: 20px;
}

.feedback-area #comments {
    display: none;
}


a.addtoany_share::before{
    content: 'Bagikan';
    font-size: 18px;
    color: #7E6C65;
    margin-right: 5px;
    text-decoration: none !important;
}

a.addtoany_share:hover{
  text-decoration: none !important;
}

a.addtoany_share img{
    height: 16px !important;
    width: auto !important;
    margin-bottom: -3px;
}

a.addtoany_share:hover img{
  opacity: 1 !important;
}

ol.commentlist {
    padding-left: 0;
    list-style: none;
}

.comment-author .avatar {
    height: 59px;
    width: 59px;
    border-radius: 100%;
    position: absolute;
    margin-left: -80px;
}

.comment-author cite .url {
    color: #464646;
    font-size: 18px;
    font-weight: bold;
    font-style: normal !important;
    text-transform: capitalize;
    text-decoration: none;
}

.comment-author span.says,
.comment-meta,
#reply-title,
#commentform .logged-in-as,
#commentform label[for="comment"] {
  display: none;
}

.comment-body {
    margin-left: 80px;
}

.comment-body p {
    color: #464646;
    font-size: 15px;
    line-height: 1.25em;
    margin-bottom: 0.25em;
}

.comment-body .reply {
    text-align: right;
}

.comment-reply-link,
.comment-reply-link:hover,
.hide-comment-child,
.hide-comment-child:hover {
    font-size: 12px;
    color: #464646;
    font-weight: bold;
    text-decoration: navajowhite;
}

.commentlist ul.children{
  list-style: none;
  padding-left: 80px;
}

.children .comment-author .avatar {
    height: 39px;
    width: 39px;
    border-radius: 100%;
    position: absolute;
    margin-left: -50px;
}

.children .comment-body {
    margin-left: 50px;
}

textarea#comment {
    border: 1px solid #B5B5B5;
    padding: 18px;
    color: #B5B5B5;
    font-size: 15px;
    height: 5em;
}

#commentform {
    margin-top: 3em;
    margin-bottom: 6em;
}

#a2apage_dropdown {
    border-radius: 0;
    border-color: #B5B5B5;
    padding: 15px;
}

body[class*="page-template-"] .addtoany_share_save_container{
  display: none;
}

a.lc-like-button {
    font-size: 18px;
    color: #7E6C65;
    margin-right: 5px;
    text-decoration: none !important;
    position: absolute;
    margin-top: 7px;
    z-index: 1;
}

a.lc-like-button img {
    height: 17px !important;
    width: auto !important;
    margin-top: -4px;
}

.addtoany_content {
    margin-left: 50px !important;
}

.archive-sidebar h3, .single-sidebar h3 {
    color: #007558;
    font-size: 20px;
    font-weight: bold;
}

.single-sidebar {
    padding: 24px 0;
}

.archive-sidebar .cat-item, .single-sidebar .cat-item, .archive-sidebar .widget li {
    padding-left: 0;
    list-style: none;
    margin-left: -40px;
    margin-bottom: 10px;
}

.archive-sidebar .cat-item a, .single-sidebar .cat-item a, .archive-sidebar .widget li a {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.resource-archive-header h1 {
    font-size: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7E6C65;
    font-weight: bold;
    margin-bottom: 0;
}

.resource-archive-header {
    border-bottom: 0;
    margin-bottom: 25px;
}

.resource-archive-header input, .lc-search-form input {
    border: 1px solid #212529;
    color: #212529;
    font-size: 17px;
    width: 100%;
    border-radius: 5px;
    padding: 1px 25px 1px 15px;
    margin-top: 10px;
}

.resource-archive-header .search .bi.bi-search, .lc-search-form .bi.bi-search {
    position: absolute;
    margin-top: 18px;
    margin-left: -20px;
    color: #212529;
}

.lc-pagination ul {
    list-style: none;
    padding-left: 0;
    margin: 1em auto;
    width: max-content;
}

.archive-sidebar-category h2 {
    display: none;
}

.lc-pagination ul li {
    display: inline-block;
}

.lc-pagination ul li a {
    width: 33px;
    height: 33px;
    position: relative;
    display: block;
    color: #7E6C65;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    margin: 0 15px;
}

.lc-pagination ul li.prev a,
.lc-pagination ul li.next a {
    background-color: #7E6C65;
    color: #fff;
    border-radius: 100%;
    font-size: 26px;
    line-height: 28px;
    padding: 0 3px;
}

.lc-pagination ul li.prev a{
  margin-left: 0;
}

.lc-pagination ul li.next a {
    margin-right: 0;
}

.lc-pagination ul li.active a {
    background-color: #F5EFEB;
    border-radius: 100%;
    padding: 2px;
}

body.archive .lc-videos-list {
    margin-bottom: 50px;
}

body.archive #site-content {
    margin-bottom: 60px;
}

.archive-sidebar-category h2 {
    display: none;
}

.archive-sidebar-category ul {
    margin: 1em 0;
}

.lc-audio-list .audio-box {
    background-color: #F5EFEB;
    margin-bottom: 6px;
    padding: 12px 22px;
    color: #707070;
    font-size: 12px;
}

.lc-audio-list .audio-box a,
.lc-audio-list .audio-box a h3,
.single-audio .resources-content h2.title{
    font-size: 18px;
    color: #7E6C65;
    text-decoration: none;
    font-weight: bold;
}

.lc-audio-list .audio-box .description{
  margin-bottom: 10px;
}

.lc-audio-list .audio-box a.btn-link,
.lc-audio-list .audio-box a.btn-link:hover,
.lc-audio-list .audio-box a.btn-link:active {
   background-color: #7E6C65;
   color: #fff;
   padding: 4px 26px;
   font-size: 12px;
   border-radius: 4px;
}

.single-audio .resources-content {
    background-color: #F5EFEB;
    padding: 12px 22px;
    color: #707070;
    font-size: 12px;
    margin-bottom: 100px;
}

.single-audio .resources-content iframe{
  margin-top: 50px;
}

.single-audio .addtoany_share_save_container {
    position: absolute;
    margin-top: 45px;
}

.single-audio a.lc-like-button {
    display: block;
    margin-top: 52px;
    margin-left: -24px;
}

.lc-slide-list .lc-slide-thumbnail {
  background-size: cover;
  background-position: center;
  background-color: #F5EFEB;
  padding-top: 75%;
}

.lc-slide-list a{
  text-decoration: none;
}

.lc-slide-list h3 {
    color: #007558;
    font-size: 13px;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lc-slide-list .description {
    color: #212529;
    font-size: 12px;
}

.lc-slide-list a.lc-read-more {
    margin: 1em 0;
    display: block;
}

.lc-slide-carousel-nav {
    width: 100%;
    text-align: right;
    margin-top: 10px;
}

.lc-slide-carousel-nav .back,
.lc-slide-carousel-nav .next {
    width: 27px;
    height: 27px;
    font-weight: bold;
    background-color: #C99F81;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    font-size: 21px;
    line-height: 1em;
    display: inline-block;
    text-align: center;
}

.lc-slide-carousel-nav {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    font-size: 18px;
    color: #7E6C65;
}

.lc-slide-carousel-nav .label{
    margin: 2px 10px 0 10px;
}

.lc-preview-book img.thumbnail {
    height: 225px;
    width: auto;
    margin: 25px auto;
    display: block;
}

.lc-preview-book h2.title {
    text-align: center;
    text-transform: uppercase;
    color: #7E6C65;
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 25px;
}

.lc-preview-book .description {
    font-size: 12px;
    color: #707070;
    font-style: italic;
}

.lc-preview-book .daftar-isi h2,
.single-book .daftar-isi h2 {
    font-size: 18px;
    color: #7E6C65;
    font-weight: bold;
}

.lc-preview-book .daftar-isi,
.single-book .daftar-isi {
    margin: 40px 0;
}

.lc-preview-book .daftar-isi table td,
.single-book .daftar-isi table td {
    vertical-align: top;
    padding-bottom: 0.75em;
}

.lc-preview-book .daftar-isi table td:first-child,
.single-book .daftar-isi table td:first-child {
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
    color: #C99F81;
    width: 13px;
}

.lc-preview-book .daftar-isi h4,
.single-book .daftar-isi h4 {
    font-size: 12px;
    font-weight: bold;
    color: #C99F81;
    margin-top: 2px;
    margin-bottom: 0;
}

.lc-preview-book .btn.btn-link.lc-more-resource-link,
.single-book .btn.btn-link.lc-more-resource-link{
  font-size: 16px;
}

.lc-book-list .lc-slide-thumbnail {
    height: 138px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F5EFEB;
}

.lc-book-list h3 {
    font-size: 14px;
    color: #7E6C65;
    font-weight: bold;
    text-align: center;
    margin: 1em 0 2em 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.lc-book-list a{
  text-decoration: none;
}

.single-book h1 {
    font-size: 38px;
    color: #7E6C65;
    font-weight: bold;
    margin-top: 30px;
}

.single-book .daftar-isi {
    font-size: 12px;
    color: #707070;
}

.cl-author {
    margin-top: -24px;
}

.single-post .cl-author .avatar,
.single-article .cl-author .avatar {
    text-align: center;
}

.single-post .cl-author .avatar img,
.single-article .cl-author .avatar img {
    border-radius: 100%;
}

.cl-author h3 {
    font-size: 18px;
    color: #007558;
    margin-top: 1em;
    margin-bottom: 0;
}

.cl-author .email {
    font-style: italic;
    font-size: 12px;
    color: #212529;
}

.cl-author .description {
    font-size: 12px;
    color: #707070;
}

.cl-author .article {
    margin: 2em 0;
}

.cl-author .article h3 {
    margin-bottom: 0.5em;
}

.cl-author .article .date {
    font-size: 10px;
    color: #02523E;
    font-style: italic;
}

.cl-author .article .title {
    font-weight: bold;
    font-size: 12px;
    color: #212529;
    margin-bottom: 0.75em;
    line-height: 1em;
}

.cl-author a{
  text-decoration: none;
}

.lc-online-resource .name {
    display: block;
    font-size: 18px;
    color: #C99F81;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.lc-online-resource a {
    border: 2px solid #707070;
    padding: 7px 20px;
    border-radius: 6px;
    display: block;
    font-size: 12px;
    color: #707070;
    text-decoration: none;
    margin-bottom: 0.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lc-kamus {
    color: #7E6C65;
    font-size: 12px;
    margin-bottom: 2em;
}

.lc-kamus-page .lc-kamus {
    font-size: 18px;
}

.lc-kamus td {
    vertical-align: top;
}

.lc-kamus td:first-child {
  font-style: italic;
  color: #7E6C65;
  font-size: 24px;
  width: 30px;
}

.lc-kamus-page .lc-kamus td:first-child {
  font-size: 26px;
  width: 50px;
}

.lc-kamus .title {
    font-size: 18px;
    color: #7E6C65;
    line-height: 2em;
}

.lc-kamus-page .lc-kamus .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
}

.modal-sm {
    max-width: 350px;
}

.modal-content {
    border: 0;
    border-radius: 2px;
}

.lc-login-form {
    padding: 34px;
}

.lc-login-form h2 {
    padding: 24px 0;
    background-color: #F5EFEB;
    color: #464646;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: -50px;
    margin-right: -50px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-top: -50px;
    margin-bottom: 35px;
}

.lc-login-form label {
    color: #464646;
    font-size: 15px;
}

.lc-login-form input {
    border-color: #707070;
    border-radius: 2px;
    color: #707070;
}

.lc-login-form input:focus {
    border-color: #707070;
    border-radius: 2px;
    color: #707070;
    box-shadow: 0 0 0 .2rem rgb(245, 239, 235);
}

.lc-login-form a {
    color: #464646;
    font-size: 12px;
}

.lc-login-form .btn.btn-primary {
    width: 100%;
    background-color: #F5EFEB;
    border-color: #F5EFEB;
    border-radius: 2px;
    font-size: 18px;
    color: #464646;
    padding: 5px;
}

.logged-in .lc-more{
  display: none;
}

.lc-blog-archive-header {
  background-size: cover;
  background-position: top;
  background-color: #f5efeb;
  padding: 50px 0;
  background-image: url(../img/header-blog.jpg);
  background-size: 75%;
  background-position: center;
}

.lc-blog-archive-header h1 {
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 4px #000;
}


body.blog .resource-archive-header,
body.archive.category .resource-archive-header,
body.search .resource-archive-header{
    border-bottom: 0;
    margin-bottom: 2em;
}


body.blog .lc-the-content,
body.archive.category .lc-the-content,
body.search .lc-the-content{
    margin-top: 80px;
    margin-bottom: 80px;
}


.widget {
    margin-bottom: 30px;
}

.post-type-label {
    background-color: #e16f4e;
    color: #fff;
    padding: 3px 5px;
    position: absolute;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 2px;
}

.lc-mobile-login-link{
  display: none;
}

#site-footer #media_image-2{
  display: none;
}

.lc-album-nav{
  display: none;
}

.lc-slide-list .col-md-4.col-6 {
    margin-bottom: 10px;
}

.after-blog{
  margin-bottom: 100px;
}

.after-blog a.lc-like-button, .after-blog .addtoany_content {
    display: none;
}

body.blog .col-md-8>.resource-archive-header {
    display: none;
}

.lc-book-thumbnail {
    height: 138px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

body.single-events .addtoany_share_save_container {
    display: none !important;
}

#top-menu {
  height: 40px;
  background-color: #9f1521;
}

.top-contact a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin-right: 15px;
    height: 40px;
    display: inline-block;
    padding: 9px 0;
}

#top-menu-list {
    float: right;
}

#top-menu-list li, .top-contact {
    display: inline;
}

#top-menu-list li a {
  padding: 9px 0;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  margin-right: 15px;
  position: relative;
  display: inline-block;
}

#top-menu-list li:last-child a {
    margin-right: 0;
}

#top-menu-list > #menu-top {
    margin-bottom: 0;
    height: 40px;
}


.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:visited,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:active {
  color: #000;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #9F1521;
}

#main-menu .menu-item.active {
    border-bottom: 4px solid #F0E009;
}

#main-menu .menu-item.active {
  border-bottom: 4px solid #F0E009;
  padding-bottom: 10px;
  margin-bottom: -20px;
}

#main-menu ul.dropdown-menu .menu-item.active {
    border-bottom: 0;
    padding-bottom: 10px;
}

#main-menu ul.dropdown-menu .menu-item.active a,
#site-header-stiky #main-menu ul.dropdown-menu .menu-item.active a {
    color: #007558;
    margin-bottom: 10px;
}

#site-header-stiky #main-menu ul.dropdown-menu .menu-item.active a {
    color: #007558;
    margin-bottom: 0;
}

#site-header-stiky #main-menu ul.dropdown-menu .menu-item.active a{
    border-bottom: 0 !important;
    padding-bottom: 0 i !important;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 7.5px;
  padding-left: 7.5px;
  text-transform: uppercase;
}

.navbar-expand-md .navbar-nav li:last-child .nav-link {
    padding-right: 0;
}

.lc-big-carousel .owl-nav {
    float: right;
    margin-top: -45px !important;
    z-index: 1000;
    position: relative;
}

.lc-big-carousel .owl-nav button{
    padding: 3px 10px !important;
    background-color: #ffffff9e !important;
}

.lc-big-carousel .owl-dots {
    float: right;
    margin-top: -33px !important;
    z-index: 1000;
    position: relative;
    right: 100px;
}

.lc-big-carousel .owl-theme .owl-dots .owl-dot span {
    background: #ffffff9e;
}

.lc-big-carousel .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
}

.header-headline::after {
    width: 150px;
    display: block;
    height: 3px;
    background-color: #FDCB2C;
    content: "";
    margin-top: 15px;
    margin-bottom: 25px;
}

.header-headline {
  color: #9f1521;
  font-weight: bold;
}

.lc-new-post-area .terbaru .thumbnail-area,
.lc-new-post-area .terbaru-small .thumbnail-area {
    background-color: #eee;
    padding-top: 75%;
    box-shadow: 8px 9px 0px #fdcb2c;
    background-position: center;
    background-size: cover;
}

.lc-new-post-area .terbaru h3 a,
.lc-new-post-area .terbaru-small h3 a {
    color: #222;
    text-decoration: none;
    font-weight: bold;
}

.lc-new-post-area .terbaru .post_date,
.lc-new-post-area .terbaru-small .post_date {
    font-size: 12px;
    font-weight: bold;
    color: #9F9F9F;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.lc-new-post-area .terbaru .the-category a,
.lc-new-post-area .terbaru-small .the-category a {
    color: #02523e;
    text-transform: uppercase;
}

.lc-new-post-area .terbaru .the-category {
    margin-bottom: 15px;
}

.read-more a {
    color: #02523e;
    text-decoration: none;
    border-bottom: 3px solid #02523e;
    padding-bottom: 5px;
    font-weight: bold;
}

.lc-new-post-area .terbaru .abtract {
    margin-bottom: 25px;
    text-align: justify;
}

.lc-new-post-area .terbaru{
    margin-bottom: 40px;
}

.lc-new-post-area .terbaru-small .thumbnail-area {
    box-shadow: none;
}

.lc-new-post-area .terbaru-small h3 a {
    font-size: 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.lc-new-post-area .terbaru-small .label {
    background-color: #f8f9fb;
    padding: 15px;
    padding-bottom: 20px;
}

.lc-new-post-area .terbaru-small .the-category a {
    color: #212529;
    font-size: 12px;
}

.lc-new-post-area .terbaru-small .read-more {
    margin-top: 15px;
    margin-bottom: 10px;
}

.lc-new-post-area .terbaru-small .box,
.lc-new-post-area .terbaru .thumbnail-area{
  transition: box-shadow 0.5s;
}

.lc-new-post-area .terbaru-small .box:hover{
  box-shadow: 0px 6px 10px #00000045;
}

.lc-new-post-area .terbaru .thumbnail-area:hover{
    box-shadow: 16px 12px 0px #fdcb2c;
}

.footer-bottom {
  background-color: #000;
  color: #909da4;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
}

#site-footer a {
  text-decoration: none;
  color: #fff;
}

#site-footer a:hover {
    color: #fff;
}

#site-header-stiky.bg-light {
    background-color: #007558 !important;
}

.admin-bar #site-header-stiky.bg-light{
  margin-top: 32px;
}

#site-header-stiky.bg-light {
  background-color: #fff !important;
  height: 58px;
  padding: 0;
  border-bottom: 2px solid #9f1521;
}

#site-header-stiky.bg-light .navbar-brand img {
    height: 40px !important;
    width: auto !important;
}

.abdush-scroll-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 26px;
  color: #9f1521;
  text-align: center;
  box-shadow: 0px 0 10px #0000007d;
  cursor: pointer;
  display: none;
  z-index: 2000;
}


#site-header-stiky{
    display: none !important;
}

#site-header-stiky.show, .abdush-scroll-top.show{
    display: block !important;

        -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
         -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s;
}

#site-header-stiky .menu-item.active {
    border-bottom: 3px solid #FDCB2C;
    padding-bottom: 4px;
    margin-bottom: -4px;
}

.bg-light {
    background-color: #ffffff !important;
}

.feedback-area {
    display: none;
}

.navbar-brand {
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 10px;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

footer .widget {
  margin-bottom: 0;
}

#site-footer .menu li {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dotted;
}

#site-footer .fa-stack .fa-inverse {
  color: #9f1521;
}

.lc-slide-list .col-6 {
  margin-bottom: 2rem;
}

.btn-primary {
  color: #fff;
  background-color: #9f1521;
  border-color: #9f1521;
}

.member-area-menu {
  border: 1px dashed #9f1521;
  border-radius: 30px;
  padding-left: 15px;
  padding-right: 22.5px;
}

#site-header .navbar-expand-md .navbar-nav .dropdown-menu, #site-header-stiky .dropdown-menu {
  background-color: #f0e010;
}

body.logged-in .hide-on-login{
  display: none;
}

.memberarea-block{
  min-height: 50vh;
}

.datepicker-days {
  font-size: 10px;
}

.timeline .time {
  font-size: 10px;
  font-style: italic;
}

.timeline .status {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}

.timeline .note {
  font-size: 12px;
  line-height: 1.3;
}

.card-preview {
  margin-top: 10px;
  margin-left: -20px;
  width: calc(100% + 40px);
  height: 100vh;
  margin-bottom: 15px;
  border-bottom: 1px solid #2a2a2e;
}

.container{
  max-width: 1440px;
}

li.dropdown .nav-link::after, li.dropdown .nav-link.dropdown-toggle::after {
  display: inline-block !important;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.pagination a, .pagination span {
  border: 1px solid #dee2e6;
  margin-right: 5px;
  border-radius: 5px;
  padding: 2px 10px;
}

.form-text {
  color: #495057;
  line-height: 1.5;
  font-size: small;
  font-style: italic;
}

.preview-file img {
  display: block;
  max-width: 100%;
  position: relative;
  margin: 10px auto;
}

@media  only screen and (max-width: 767.98px) {

  h1, h2{
    font-size: 30px !important;
    font-weight: bold;
  }

  #site-header .navbar.bg-light {
    box-shadow: 0 1px 2px #0000001A;
  }

  .navbar-light .navbar-toggler {
    color: #7E6C65;
  }

  #site-header .navbar {
      height: max-content;
      padding: 5px 15px;
  }

  .navbar-brand img {
    height: 38px !important;
    width: auto !important;
  }

  .navbar-toggler {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    border: 0;
    border-radius: 0;
  }

  .navbar-toggler:focus {
    outline: none !important;
  }

  #site-content {
        margin-top: 0;
  }

  .lc-mobile-login-link{
    display: block;
  }

  body.logged-in .lc-mobile-login-link{
      display: none;
  }

  .lc-more{
    display: none !important;
  }

  #main-menu .dropdown-menu {
    display: block !important;
    background-color: f0e010;
    border-left: 0;
    margin-left: 0;
    margin-top: 0;
  }

  #site-header .navbar-expand-md .navbar-nav .dropdown-menu, #site-header-stiky .dropdown-menu {
    box-shadow: none;
  }

  #site-header .dropdown-item, #site-header-stiky .dropdown-item {
    color: #000;
    font-size: 13px;
  }

  .dropdown-item {
    padding: 5px 0 5px 20px;
  }

  .dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background-color: #9f1521;
  }

  #main-menu ul.dropdown-menu .menu-item.active a {
    color: #FDCB2C;
    margin-bottom: 0;
  }

  #main-menu ul.dropdown-menu .menu-item.active {
    border-bottom: 0;
    padding-bottom: 0;
  }

  #main-menu .menu-item.active {
    border-bottom: 0;
  }

  .lc-home-video-area {
    background-color: #333;
    margin: 0 20px;
    height: 201px;
  }

  .lc-play-button {
    background-size: 16px 16px;
    margin-top: -20px;
  }

  .lc-play-button:hover {
    background-size: 25px 25px;
  }


  .lc-action-button {
      text-align: center !important;
      display: block !important;
  }

  .lc-action-button a,
  .lc-action-button button,
  .lc-action-button button:hover ,
  .lc-action-button a:hover ,
  .lc-action-button button:focus ,
  .lc-action-button a:focus ,
  .lc-action-button button:active ,
  .lc-action-button a:active ,
  .lc-action-button button:visited ,
  .lc-action-button a:visited
  {
      border-radius: 8px !important;
      border-color: #7E6C65 !important;
      border-width: 2px !important;
      font-size: 11px !important;
      padding: 10px 15px !important;
      height: 29px !important;
      line-height: 6px !important;
  }

  .lc-konsep-icon {
    height: 39px;
    width: 39px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 0;
    display: inline-block;
  }

  .lc-album-carousel .owl-carousel {
      margin-left: 0;
      margin-right: 0;
  }

  .lc-album-carousel .owl-carousel .item{
    height: 152px;
    background-size: cover;
    background-position: center;
  }

  .lc-album-next-button {
    display: none;
  }

  #site-footer{
    min-height: 20px;
  }

  #site-footer #text-2{
    display: none;
  }

  #site-footer #media_image-2 {
      display: block;
      margin-top: 13px;
  }

  #site-footer .col-md-4:nth-child(2) {
    display: none;
  }
  #site-footer .col-md-4:first-child {
      padding-right: 30px !important;
  }

  #site-footer h3 {
      font-size: 15px;
      border-bottom: 1px solid #ffffff38;
      padding-bottom: 10px;
  }

  #site-footer .wpcf7-form-control.wpcf7-textarea {
    padding: 3px 14px;
    font-size: 10px;
  }

  #site-footer .wpcf7-form-control.wpcf7-submit, #commentform .submit {
    padding: 4px 10px;
    font-size: 10px;
  }

  #site-footer {
    padding: 20px 0;
    padding-bottom: 0;
  }

  #site-footer .widget {
    margin-bottom: 0;
  }

  .lc-album-nav {
    margin-top: -85px;
    z-index: 2000;
    position: absolute;
    width: 100%;
    padding: 0 10px;
    display: block;
  }

  .lc-album-nav .prev,
  .lc-album-nav .next {
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #707070;
    cursor: pointer;
    box-shadow: 0 3px 10px #FFFFFF5F;
  }

  .lc-album-nav .next {
    float: right;
  }

  .lc-upcoming-event h2 {
    font-size: 16px !important;
  }

  .lc-upcoming-event .event-thumbnail {
    margin-bottom: 10px;
  }

  .lc-upcoming-event .date {
    font-size: 14px;
  }

  .lc-upcoming-event .place {
    font-size: 14px;
  }

  .lc-upcoming-event .event-content {
    font-size: 12px;
    margin-bottom: 13px;
  }

  .lc-upcoming-event .event-meta {
    margin-bottom: 25px;
  }

  .lc-upcoming-event .event-action {
    text-align: center;
    margin-bottom: 40px;
  }

  .lc-upcoming-event .btn.btn-link {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
  }

  .lc-pelayanan {
    height: 145px;
    margin-left: 43px;
    margin-right: 43px;
    margin-bottom: 10px;
  }

  .lc-pelayanan::before {
    width: calc(100% - 86px);
    left: 43px;
    height: 145px;
  }

  .lc-pelayanan .name, .lc-pelayanan .level {
    font-size: 14px;
    line-height: 16px;
  }

  .lc-pelayanan .level {
    font-size: 11px;
  }

  .lc-pelayanan:hover .name {
    font-size: 16px;
  }

  .lc-pelayanan:hover .level {
    font-size: 13px;
  }
  .lc-pelayanan .description {
    width: calc(100% - 86px);
    font-size: 8px;
    padding: 6px;
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 5.5em;
    bottom: 10px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .lc-past-event .event-image {
      width: 134px;
      height: 96px;
      display: inline-block;
  }

  .lc-past-event.col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lc-past-event .col-md-4, .lc-past-event .col-md-8 {
    display: inline-block !important;
  }

  .lc-past-event .col-md-8 {
    margin-left: 160px;
    position: absolute;
    padding-left: 0;
    padding-right: 0;
  }

  .lc-past-event .col-md-4 {
    z-index: 100;
  }

  .lc-past-event .date-place {
    font-size: 10px;
  }

  .lc-past-event .date-place img {
    height: 10px;
  }

  .lc-past-event .date-place span.place {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90px;
    display: inline-block;
    line-height: 8px;
    margin-bottom: -1px;
  }

  .lc-past-event .event-meta h3 {
    font-size: 15px;
    margin: 5px 0;
    max-width: 100%;
  }

  .lc-past-event .event-meta .note {
    color: #707070;
    font-size: 10px;
    margin-bottom: 10px;
    line-height: 12px;
    max-width: 100%;
  }

  a.lc-read-more, a.lc-read-more:hover, a.lc-read-more:active, a.lc-read-more:visited {
    font-size: 8px;
    font-weight: bold;
  }

  a.lc-read-more::before {
    content: ' ';
    width: 10px;
    height: 4px;
  }

  .resource-archive-header input, .lc-search-form input {
    font-size: 12px;
    width: 100%;
    border-radius: 19px;
    padding: 1px 30px 1px 15px;
    margin-top: 10px;
    text-align: right;
    line-height: 26px;
    margin-bottom: 21px;
  }

  .lc-video-play-button {
    height: 113px;
    opacity: 0.8;
  }

  .resource-archive-header .search .bi.bi-search, .lc-search-form .bi.bi-search {
    margin-left: -25px;
  }

  .lc-audio-list .audio-box .description {
    margin-bottom: 13px;
    height: 54px;
    overflow: hidden;
    font-size: 12px;
  }

  .lc-audio-list .audio-box a, .lc-audio-list .audio-box a h3, .single-audio .resources-content h2.title {
    font-size: 14px;
    margin-bottom: 10px;
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .lc-audio-list .audio-box {
    margin-bottom: 8px;
    padding: 12px 15px;
    font-size: 12px;
  }

  .lc-audio-list .audio-box a.btn-link, .lc-audio-list .audio-box a.btn-link:hover, .lc-audio-list .audio-box a.btn-link:active {
    background-color: #C99F81;
    color: #fff;
    padding: 4px 26px;
    font-size: 9px;
    border-radius: 2px;
  }

  .audio-box span.float-right {
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 12px;
  }

  .lc-slide-list .description {
      height: 90px;
      overflow: hidden;
  }
  .lc-preview-book img.thumbnail {
    height: 160px;
    margin: 20px auto;
  }

  .lc-preview-book h2.title {
    font-size: 12px !important;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lc-preview-book .daftar-isi, .single-book .daftar-isi {
    margin: 20px 0;
  }

  .lc-preview-book .btn.btn-link.lc-more-resource-link, .single-book .btn.btn-link.lc-more-resource-link {
    font-size: 11px;
  }

  .btn.btn-link.lc-more-resource-link {
    border-radius: 8px;
  }

  .lc-slide-list .col-md-4.col-6{
    padding-bottom: 10px;
  }

  .lc-online-resource .name {
    font-size: 12px;
  }

  .lc-online-resource a {
    border: 1px solid #707070;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 10px;
  }

  .lc-slide-list .lc-slide-thumbnail {
    height: 106px;
  }

  .lc-kamus td:first-child {
    font-size: 19px;
  }

  .lc-kamus .title {
    font-size: 14px;
  }

  .lc-kamus {
    margin-bottom: 13px;
  }

  body.blog .col-md-8>.resource-archive-header {
      display: block;
  }

  body.blog .col-md-4.archive-sidebar {
    display: none;
  }

  .lc-blog-archive-header h1 {
    margin-bottom: 0px !important;
  }

  .lc-blog-archive-header {
    text-align: center;
    padding-top: 63px;
    padding-bottom: 63px;
  }

  body.blog .lc-the-content, body.archive.category .lc-the-content, body.search .lc-the-content {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .lc-the-content .row.mt-4.mb-4 {
    margin-top: 0px !important;
  }

  body.blog .resource-archive-header, body.archive.category .resource-archive-header, body.search .resource-archive-header {
    border-bottom: 0;
    margin-bottom: 0;
  }

  .lc-pagination ul li a {
    width: 19px;
    height: 19px;
    font-size: 12px;
    margin: 0px 5px;
  }

  .lc-pagination ul li.prev a, .lc-pagination ul li.next a {
    font-size: 12px;
    line-height: 19px;
    padding: 0 3px;
  }

  .after-blog {
    margin-bottom: 0;
  }

  .lc-kesaksian {
    border: 1px solid #C99F81;
    border-radius: 10px;
    padding: 13px 7px;
    margin-bottom: 8px;
  }

  .lc-kesaksian .image {
    height: 51px;
    width: 51px;
    margin: 13px auto;
    position: absolute;
    top: 0;
  }

  .lc-kesaksian .note::before, .lc-kesaksian .note::after {
    display: none;
  }

  .lc-kesaksian .name {
    position: absolute;
    top: 13px;
    left: 70px;
    font-size: 12px;
    font-weight: bold;
  }

  .lc-kesaksian .note {
    margin-left: 61px;
    text-align: left;
    font-size: 10px;
    margin-top: 17px;
  }

  .lc-keahlian img {
    height: 57px !important;
  }

  .lc-keahlian h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 14px 0;
  }

  .lc-keahlian {
    font-size: 10px;
  }

  .resource-archive-header h1 {
    margin-bottom: 10px;
    text-align: center;
  }

  .resource-archive-header {
    border-bottom: 0;
  }

  .archive .row.mt-4 {
    margin-top: 0 !important;
  }

  .archive .archive-sidebar {
    display: none;
  }

  body.archive .lc-videos-list,
  body.archive .lc-audio-list,
  body.archive .lc-book-list,
  body.archive .lc-slide-list {
    margin-bottom: 40px;
  }

  .lc-pagination ul {
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
    width: max-content;
  }

  .lc-book-thumbnail {
      height: 106px;
  }

  article.videos iframe {
    height: 226px !important;
  }

  .resources-content {
    font-size: 12px;
    color: #464646;
    margin: 2em 0;
  }

  .comment-author cite .url,
  .comment-body p {
    font-size: 12px;
  }

  textarea#comment {
    padding: 10px;
    font-size: 12px;
    width: 100%;
  }

  .single #site-content .container,
  .archive #site-content .container{
    padding-left: 15px;
    padding-right: 15px;
  }

  .comment-author .avatar {
    height: 28px;
    width: 28px;
    margin-left: -40px;
  }

  .comment-body {
    margin-left: 40px;
  }

  .children .comment-author .avatar {
    height: 19px;
    width: 19px;
    margin-left: -25px;
  }

  .children .comment-body {
      margin-left: 25px;
  }

  .commentlist ul.children {
    padding-left: 40px;
  }

  .commentlist .children ul.children {
    padding-left: 25px;
  }

  .comment-reply-link, .comment-reply-link:hover, .hide-comment-child, .hide-comment-child:hover {
    font-size: 9px;
  }

  .single-sidebar{
    display: none;
  }

  .resource-archive-header form.search{
    display: none;
  }

  .lc-slide-carousel-nav {
    text-align: center;
    font-size: 10px;
  }

  .lc-slide-carousel-nav .back, .lc-slide-carousel-nav .next {
    font-size: 12px;
  }

  .lc-slide-carousel-nav .back, .lc-slide-carousel-nav .next {
    width: 17px;
    height: 17px;
    line-height: 1.25em;
    padding-top: 2px;
  }

  .single-book h1,
  .single-book .daftar-isi h2 {
      text-align: center;
      text-transform: uppercase;
  }

  .lc-register-form {
    padding: 20px;
  }

  .lc-register-form h2 {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
  }

  .lc-register-form form {
    padding: 0px;
    font-size: 12px;
  }

  .lc-fome-register .pl-3, .lc-fome-register .pr-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lc-fome-register .form-row {
    padding-left: 5px;
    padding-right: 5px;
  }

  .lc-register-form form .btn.btn-default {
    font-size: 12px;
    padding: 5px 50px;
  }

  .lc-fome-register .col-md-6.text-right {
    text-align: center !important;
  }

  .lc-heading-border-bottom::after {
    border-bottom: 0;
  }

  .lc-kamus-page .lc-kamus .title {
    font-size: 14px;
  }

  .lc-kamus-page .lc-kamus td:first-child {
    font-size: 16px;
    width: 20px;
    padding-top: 0px;
  }

  .single-events article {
    margin-top: 0 !important;
  }

  .single-events .lc-breadcrumb.mb-4 {
    margin-bottom: 10px !important;
  }

  .single-events h1 {
    margin-top: 20px;
  }

  article.type-events .date, article.type-events .place {
    font-size: 12px;
  }

  article.type-events .date img, article.type-events .place img {
    height: 12px;
  }

  .single-events{
    font-size: 12px;
  }

  .col-md-4.archive-sidebar {
    display: none;
  }

  .search-results .container.lc-the-content,
  .archive.category  .container.lc-the-content{
    margin-top: 30px;
  }

  body.home #site-header .navbar.bg-light {
    background-color: #fff !important;
    width: 100%;
  }

  #top-menu-list > #menu-top {
    margin-bottom: 0;
    height: 40px;
    display: none;
  }

  #site-header-stiky.bg-light {
    padding-left: 15px !important;
    padding-right: 15px !important;
    min-width: 50px;
    height: auto;
  }

  .navbar-light .navbar-toggler {
      color: #9f1521;
  }
  #main-menu .menu-item.active {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .header-headline {
    font-size: 23px !important;
  }

  .lc-new-post-area .terbaru .thumbnail-area {
    margin-bottom: 30px;
  }

  .lc-new-post-area .terbaru-small .post_date {
    font-size: 9px !important;
    margin-bottom: 5px;
  }

  .lc-new-post-area .terbaru-small h3 a {
    font-size: 13px;
  }

  .lc-new-post-area .terbaru-small .label {
    padding: 10px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .lc-new-post-area .terbaru-small .the-category a {
    font-size: 10px;
  }

  .read-more a {
    border-bottom: 2px solid #02523e;
    padding-bottom: 3px;
    font-size: 11px;
  }

  .lc-new-post-area .terbaru-small h3 {
    margin-bottom: 0;
  }

  .lc-new-post-area .terbaru-small .read-more {
    margin-top: 0px;
    margin-bottom: 0;
  }

  .top-contact a {
    height: 30px;
    font-size: 11px;
    padding: 5px 0;
    margin-right: 5px;
  }

  #top-menu {
    height: 30px;
  }

  .navbar-brand img {
      height: auto !important;
      width: calc(50vw - 30px ) !important;
  }

  #site-header .navbar-light .navbar-toggler::after {
      content: "Menu";
      text-transform: uppercase;
      font-size: 11px;
      position: absolute;
      margin-top: 7px;
  }

  #site-header .navbar-light .navbar-toggler {
      margin-right: 32px;
  }

  #site-footer .col-md-3 {
    margin-bottom: 15px;
  }

  #site-footer a {
    font-weight: 300;
    font-size: 13px;
  }

  #site-header-stiky #main-menu ul.dropdown-menu .menu-item.active a {
      color: #FDCB2C;
      margin-bottom: 0;
  }

  .vc_pageable-slide-wrapper .vc_grid-item {
      width: 50% !important;
      display: inline-block !important;
  }

  .archive-sidebar {
      background-color: #eee;
      margin-bottom: -40px;
      padding-top: 30px;
      padding-bottom: 30px;
      margin-top: 25px;
  }

  .archive-sidebar .cat-item a, .single-sidebar .cat-item a, .archive-sidebar .widget li a {
      color: #212529;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
  }

    .pp_pic_holder.pp_default
    {
        width: 100%!important;
        margin-top:-100px !important;
        left: 0!important;
        overflow: hidden;
    }
    div.pp_default .pp_content_container .pp_left
    {
        padding-left: 0!important;
    }
    div.pp_default .pp_content_container .pp_right
    {
        padding-right: 0!important;
    }
    .pp_content
    {
        width: 100%!important;
        height: auto!important;
    }
    .pp_fade
    {
        width: 100%!important;
        height: 100%!important;
    }
    a.pp_expand,
    a.pp_contract,
    .pp_hoverContainer,
    .pp_gallery,
    .pp_top,
    .pp_bottom
    {
        display: none!important;
    }
    #pp_full_res img
    {
        width: 100%!important;
        height: auto!important;
    }
    .pp_details
    {
        box-sizing: border-box;
        width: 100%!important;
        padding-left: 3%;
        padding-right: 4%;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #fff;
        margin-top: -2px!important;
    }
    a.pp_close
    {
        right: 10px!important;
        top: 10px!important;
    }


  .single .archive-sidebar {
   margin-bottom: 0;
  }

  .member-area-menu {
    border: 1px solid #f0e010;
    border-radius: 5px;
    padding-left: 0px;
    padding-right: 0;
    margin-bottom: 15px;
  }

  #menu-on-member-area .nav-link {
    text-align: center;
    padding: 5px;
    width: calc( (100vw - 30px) / 6);
    min-height: 65px;
}

  #menu-on-member-area .nav-link span {
    display: block;
    overflow: hidden;
    font-size: 8px;
    font-weight: bold;
  }

  .card-body {
    padding: 10px;
  }

  .card-title {
    margin-bottom: .5rem;
    font-size: 18px;
  }

  .card-text {
    font-size: 12px;
    line-height: 1.5;
  }

}