@font-face {
  font-family: FSLola;
  src: url(https://holidayinnbandung.co.id/wp-content/themes/holidayinn/assets/font/FS-Lola-Medium.ttf);
}

@font-face {
  font-family: NotoSans;
  src: url(https://holidayinnbandung.co.id/wp-content/themes/holidayinn/assets/font/NotoSans-Regular.ttf);
}

a{
  color: var(--lc-link-color);
}

a:hover{
  text-decoration: none !important;
  color: var(--lc-link-color);
}

body{
  font-family: NotoSans;
  font-size: 15px;
  overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family:FSLola;
}

header .container {
    width: 100%;
    max-width: 100%;
}

#main-menu .nav-link {
    color: var(--lc-menu-link);
    font-weight: bold;
    transition: color 0.25s linear;
    font-size: 16px;
}

#site-header .navbar.bg-light {
    background-color: #ffffff !important;
    padding-top: 38px;
    transition: padding-top 0.5s;
}

#site-header.on-flay .navbar.bg-light {
    padding-top: 0;
    background-color: rgba(255, 255, 255, 0.9) !important;
}

#site-header .navbar {
    height: 100px;
    padding: 5px;
    transition: height 0.5s !important;
}

#site-header.on-flay .navbar{
  height: 50px;
}

#site-header .navbar-expand-md .navbar-nav .dropdown-menu {
    border: 0;
    border-radius: 0;
}

#site-header .dropdown-item {
    color: #707070;
    font-size: 14px;
}

#site-header .dropdown-toggle::after {
    display: none;
}

#site-header .dropdown:hover > .dropdown-menu {
    display: block;
    box-shadow: 0 1em 2em rgba(2, 96, 72, 0.25);
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

#site-header .dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

#site-content {
    margin-top: 71px;
}

#site-content.no-container{
  padding:0 15px;
}

body.home #site-content {
    margin-top: 0;
}

/*
body.home #site-header .navbar.bg-light {
    background-color: rgba(255, 255, 255, 0.9);
}
*/

body.home #menu-main-menu .nav-link {
    color: #ffffff !important;
}

#site-footer {
    margin-bottom: -5px;
    min-height: 190px;
}

.navbar-brand img {
    height: 80px !important;
    width: auto !important;
    margin-top: -35px;
}

#menu-main-menu .nav-link {
    font-size: 15px;
}

#site-footer h3 {
    font-size: 18px;
    color: #7E6C65;
    font-weight: bold;
}

#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;
}

#site-footer .wpcf7-form-control.wpcf7-submit {
    background-color: #fff;
    color: var(--lc-primary-color);
    font-weight: bold;
    letter-spacing:1px;
}

#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(https://holidayinnbandung.co.id/wp-content/themes/holidayinn/assets/img/play-button.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 49px 49px;
    height: 498px;
    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(https://holidayinnbandung.co.id/wp-content/themes/holidayinn/assets/img/foot.png);
}

.lc-marker{
  background-image: url(https://holidayinnbandung.co.id/wp-content/themes/holidayinn/assets/img/markers.png);
}

.lc-team{
  background-image: url(https://holidayinnbandung.co.id/wp-content/themes/holidayinn/assets/img/team.png);
}

.lc-foot:hover{
  background-image: url(https://holidayinnbandung.co.id/wp-content/themes/holidayinn/assets/img/foot-hover.png);
}

.lc-marker:hover{
  background-image: url(https://holidayinnbandung.co.id/wp-content/themes/holidayinn/assets/img/markers-hover.png);
}

.lc-team:hover{
  background-image: url(https://holidayinnbandung.co.id/wp-content/themes/holidayinn/assets/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: #C99F81;
    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: #C99F81;
    text-decoration: none;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #ECC86E;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 1px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li::before {
    content: ' ';
    background: #ECC86E;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: 23px;
    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: 0.75rem;
    color: var(--lc-menu-link);
    text-decoration: none;
}

a.lc-read-more::before {
    content: ' ';
    border-top: 2px solid var(--lc-menu-link);
    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(https://holidayinnbandung.co.id/wp-content/themes/holidayinn/assets/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(https://holidayinnbandung.co.id/wp-content/themes/holidayinn/assets/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: #E8BA54;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 1em;
    letter-spacing: 1px;
}

article.videos iframe{
  background-color: #F5EFEB;
}

.meta-author {
    color: #C99F81;
    font-size: 12px;
    margin-top: -5px;
}

.resources-content {
    font-size: 15px;
    color: #464646;
    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: #212529;
    font-size: 21px;
    font-weight: bold;
}

.archive-sidebar .cat-item,
.single-sidebar .cat-item,
.archive-sidebar .widget li {
    padding-left: 0;
    list-style: none;
    margin-left: -40px;
}

.archive-sidebar .cat-item a,
.single-sidebar .cat-item a,
.archive-sidebar .widget li a {
    color: #212529;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
}

.resource-archive-header h1 {
    font-size: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #212529;
    font-weight: bold;
    margin-bottom: 0;
}

.resource-archive-header{
  border-bottom: 3px solid #7E6C65;
}

.resource-archive-header input,
.lc-search-form input {
    border: 1px solid #B5B5B5;
    color: #B5B5B5;
    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: #B5B5B5;
}

.lc-pagination ul {
    list-style: none;
    padding-left: 0;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    padding-top: 15px;
}

.archive-sidebar-category h2 {
    display: none;
}

.lc-pagination ul li {
    display: inline-block;
}

.lc-pagination ul li a {
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
    color: var(--lc-link-color);
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid var(--lc-link-color);
    border-radius: 50%;
    padding-top: 4px;
}

.lc-pagination ul li.prev a, .lc-pagination ul li.next a {
    background-color: transparent;
    color: var(--lc-link-color);
    border-radius: 100%;
    font-size: 15px;
    line-height: 25px;
    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: transparent;
  border-radius: 100%;
  padding: 2px;
  border: 1px solid #3333335c;
  color: #3333335c;
  padding-top: 4px;
}

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: #eeeeee;
    padding-top: 75%;
}

.lc-slide-list a{
  text-decoration: none;
}

.lc-slide-list h3 {
    color: var(--lc-primary-color);
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 0.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lc-slide-list .description {
    color: rgba(102, 102, 102, 0.7);
    font-size: 1rem;
}

.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: #707070;
    margin-top: 1em;
    margin-bottom: 0;
}

.cl-author .email {
    font-style: italic;
    font-size: 12px;
    color: #C99F81;
}

.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: #C99F81;
    font-style: italic;
}

.cl-author .article .title {
    font-weight: bold;
    font-size: 12px;
    color: #707070;
    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: 167px 0;
      background-image: url(https://holidayinnbandung.co.id/wp-content/themes/holidayinn/assets/img/header-blog.jpg);
}

.lc-blog-archive-header h1 {
    font-weight: bold;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
}


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

header .top-bar {
    position: absolute;
    width: 100%;
    left: 0;
    height: 38px;
    top: 0;
    overflow: hidden;
    transition: height 0.5s;
}

header.on-flay .top-bar{
  height: 0;
}

#top-menu {
    list-style: none;
}

#top-menu li {
    display: inline-block;
    float: left;
}

#top-menu li {
    display: inline-block;
    float: left;
    height: 38px;
    padding: 10px;
}

#top-menu li a {
    font-size: 14px;
    color: #666;
    font-family: FSLola;
    text-decoration: none;
}

#top-menu li > .sub-menu {
    display: none;
}

#top-menu li:hover > .sub-menu {
    display: block;
    position: fixed;
    background-color: #fff;
    padding-left: 0;
    width: 130px;
    z-index: 1;
    box-shadow: 0 1em 2em rgba(2, 96, 72, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.menu-item.menu-item-has-children>a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.lima-sosmed-links {
    display: inline-block;
    list-style: none;
}

.lima-sosmed-links li {
    display: inline-block;
}

.top-bar .widget {
    margin-bottom: 0 !important;
}

.lima-sosmed-links {
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
    margin-top: 8px;
    margin-right: 10px;
    padding-left: 10px;
}

.lima-sosmed-links a.facebook {
    color: #3b5998;
}

.lima-sosmed-links a.twitter {
    color:#00a6e9;
}

.lima-sosmed-links a.instagram {
    color: #cc2366;
}

.lima-sosmed-links a.youtube {
    color: #f00;
}

.lima-sosmed-links a.whatsapp {
    color: #00e676;
}

.lima-sosmed-links a.tripadvisor {
    color:#00a680;
}

body.admin-bar nav.navbar {
    margin-top: 32px;
}

#flay-book-form {
    background-color: var(--lc-bookig-form);
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}

#flay-book-form input, #flay-book-form label {
  display: block;
}

#flay-book-form input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 27px 15px 12px;
    font-size: 18px;
    text-align: center;
    max-width: 100%;
}

#flay-book-form label {
    text-transform: uppercase;
    text-align: center;
    font-size: 9px;
    margin-bottom: -20.5px;
    margin-top: 7px;
    color: var(--lc-button-primary);
}

#flay-book-form button {
    width: 100%;
    border: 0;
    background-color: var(--lc-button-primary);
    color: var(--lc-button-primary-text-color);
    text-transform: uppercase;
    height: 67.7px;
    display: block;
    position: relative;
    top: -8px;
    border: 1px solid var(--lc-button-primary);
}

#flay-book-form .input, #flay-book-form .submit{
  width:16%;
}

#flay-book-form .input, #flay-book-form .submit {
    width: 16%;
    display: inline-block;
    padding: 10px 0;
    margin-left: -5px;
}

#flay-book-form .input:first-child{
    margin-left: 0;
}

#flay-book-form .submit{
  padding: 0;
}

footer #newsletter {
    background-color:var(--lc-newsletter-bg);
    padding: 40px 0;
}

footer #newsletter h3 {
    font-size: 24px;
    color: #fff;
}

footer #newsletter .form-control {
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.9);
    padding: 19px 10px !important;
}

input.hollow::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.form-control:focus {
    box-shadow: 0 0 0 0 rgba(80, 158, 47, 0.25);
}

.btn-white {
    background: #ffffff;
    color: #509E2F;
}

.btn:hover {
    box-shadow: 0 1.5em 2em rgba(2, 96, 72, 0.3);
}

footer .contact-info {
    background: var(--lc-contact-info-bg);
    color: #707373;
    padding: 3em 0;
}

footer .footer-bottom {
    background-color: var(--lc-footer-bottom-bg);
    padding: 50px 0 25px 0;
    color: #707373;
}

footer .hotline {
    color: #fff !important;
    font-size: 24px !important;
}

.contact-info .menu {
    list-style: none;
    padding-left: 0;
}

.contact-info .menu a {
    text-decoration: none;
    color: var(--lc-link-color);
}

footer .lima-sosmed-links {
    padding-left: 0;
}

footer img {
    max-width: 100%;
    height: auto;
}

.image-opacity-hover {
    opacity: 0.5;
    transition: opacity 0.3s;
}

.image-opacity-hover:hover {
    opacity: 1;
}

.ihg-logo-group .group-logo a {
  width:13.3%;
  height: auto;
  display: inline-block;
}

.ihg-logo-group .group-logo a img{
  width: 100%;
  filter: grayscale(100) brightness(2);
  transition: filter 0.5;
}

.ihg-logo-group .group-logo a:hover img{
  filter:none;
}

.ihg-logo-group .group-logo a.right{
  width:100%;
}

.ihg-logo-group .main-logo img {
    height: 45px;
}

.ihg-logo-group .group-logo {
    border: 2px solid #5A5A5A;
    padding: 1em;
}

.ihg-logo-group .col-md-2.d-flex{
  border-left: 2px solid #5A5A5A;
}

.ihg-logo-group .main-logo {
    background-color: #111;
    margin-bottom: -21px;
    padding-bottom: 8px;
    z-index: 1;
    position: relative;
    width: max-content;
    height: max-content;
}

.flay-book-form-c{
  height: 87.6px;
}

#flay-book-form.fixed-top{
  opacity: 0;
  transition: opacity 0.5;
}

#flay-book-form.fixed-top {
    margin-top: 50px;
    z-index: 100;
    opacity: 1;
    background-color:  var(--lc-bookig-form-float);
}

#site-header.on-flay .navbar-brand img{
  margin-top:-51px;
}

.hero-header {
    margin-top: 100px;
    height: calc(100vh - 100px);
    background-color: rgba(80, 158, 47, 0.3);
    margin-left: -15px;
    margin-right: -15px;
    background-position: center;
    background-size: cover;
}

.hero-header .align-self-end {
    width: 100%;
}

.hero-header .headline {
  background:linear-gradient(180deg, rgba(2, 96, 72, 0) 0%, #026048 100%);
  padding: 3em 0;
}

.hero-header .hero-header-title {
    color: #fff;
    font-size: 50px;
    font-style: italic;
    font-weight: 600;
}

.hero-header .hero-header-description {
    font-size: 20px;
    color: #fff;
}

.image-box-hover {
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
}

.image-box-hover .meta {
    padding: 15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-decoration: none;
    z-index: 1;
    
}

.image-box-hover .do-hover {
    content: '';
    width: calc(100% - 30px);
    z-index: auto;
    background: var(--lc-primary-transparant);
    position: absolute;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s;
}

.image-box-hover:hover>.do-hover{
    opacity: 1;
}

.image-box-hover:hover{
    box-shadow: 0 1.5em 2em rgba(2, 96, 72, 0.3);
}


.deal-tab-area #dealTab {
    border-bottom: 0;
    margin-bottom: 30px;
}

#dealTab a {
    color: #707373;
}

#dealTab .nav-link.active {
    color: var(--lc-menu-link);
    border: 0;
    border-bottom: 3px solid var(--lc-primary-color);
    background-color: transparent;
}

#dealTab .nav-link:hover {
  border-color: transparent;
}

.promo-box .thumbnail {
    padding-top: 60%;
    background-color: #eee;
    background-position: center center;
    background-size:cover;
}

.promo-box .meta {
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-top: 0;
    height: 275px;
    background-color: #ffffff;
}

.promo-box {
  box-shadow: none;
  transition: box-shadow 0.3s;
  margin-bottom: 2rem;
  color:rgba(102, 102, 102, 0.7);
}

.promo-box:hover{
  box-shadow: 0 1.5em 2em rgba(2, 96, 72, 0.3);
}

.promo-box .meta .tag {
    text-decoration: none !important;
    color: #509E2F;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 0.3rem;
}

.promo-box .meta .tag:hover{
  text-decoration: none;
}

.promo-box .meta h3 {
    color: #717171;
    font-size: 21px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'NotoSans';
}

body h3,body h2,body h1,body h4{
  font-family: 'NotoSans' !important;
}

.promo-box .meta .excerpt {
    color: rgba(102, 102, 102, 0.7);
    font-size: 14px;
    margin-bottom: 10px;
    max-height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.promo-box .meta .price{
  margin-bottom: 10px;
}

.promo-box .meta .btn.btn-outline {
    border: 1px solid var(--lc-button-outlet-color);
    color: var(--lc-button-outlet-color);
    font-weight: bold;
    border-radius: 0;
    padding: 5px 15px;
    box-shadow: none;
}

.vc-gitem-zone-height-mode-auto::before {
    padding-top: 75% !important;
}

.vc_gitem_row .vc_gitem-col {
    padding: 1rem !important;
    border: 1px solid #e6e6e6 !important;
    border-top: 0 !important;
}

h4 {
    color: #717171;
    font-size: 21px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.vc_gitem-post-data {
    margin-bottom: 20px !important;
    color: rgba(102, 102, 102, 0.7) !important;
    font-size: 14px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 63px;
}

.vc_gitem-post-data p:first-child {
  display: none;
}

.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title {
    margin-bottom: 10px !important;
}

.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
    border: 1px solid #509E2F;
    background-color: transparent;
    color: #509E2F;
    font-weight: bold;
    font-size: 1rem;
    padding: 5px 20px;
    border-radius: 0;
}

.vc_grid-item-mini.vc_clearfix {
    box-shadow: none;
    transition: box-shadow 0.3s;
}

.vc_grid-item-mini.vc_clearfix:hover {
    box-shadow: 0 1.5em 2em rgba(2, 96, 72, 0.3);
}

#site-content.page-blank {
  margin-top:0;
}

.testimony-box {
    box-shadow: 0 0 18px 0 rgba(0,0,0,.15);
    background-color: #fff;
    padding: 40px;
    margin-bottom: 100px;
    margin-top: 60px;
}

.lc_testimoni .quotes::before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 30px;
    position: absolute;
    margin-left: -35px;
    margin-top: -10px;
    color: var(--lc-primary-transparant);
}

.lc_testimoni .quotes {
    font-family: FSLola;
    font-style: italic;
    text-align: center;
    padding-left: 35px;
    color: rgba(102, 102, 102, 0.7);
    padding-top: 10px;
}

.lc_testimoni .cutomer {
    text-align: center;
    font-family: FSLola;
    font-weight: bold;
    color: var(--lc-primary-color);
    margin:1em 0;
}

.lc_testimoni .name{
  display: inline-block;
}

.lc_testimoni .avatar{
  display: inline-block;
  height: 36px;
  width: 36px;
  border-radius:100px;
  background-size:cover;
  background-position: center;
  background-color: #eee;
  margin-bottom: -15px;
}

.lc_testimoni button {
    background: transparent;
    border: 0;
    width: 20px;
}

.lc-map-area .vc_column-inner {
    padding: 0 !important;
}

.lc-map-area .wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
}

.lc-map-area .wpb_gmaps_widget {
    margin-bottom: 0 !important;
}

section.booking{
  margin-top: 100px;
}

.single-special_offer #site-content {
    background-color: #FCFDF2;
    margin-top: 0;
    padding: 50px 0 0;
}

.single-special_offer h1{
  font-size: 32px;
  margin-bottom: 2rem;
  font-weight: bold;
  font-family: 'NotoSans';
}

.promo-taxonomy a {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 2rem;
    color:var(--lc-secondary-color)
}

section.deal {
    padding: 50px 0;
}

section.deal .btn.btn-success.btn-lg{
  display: none;
}

.single-special_offer .resources-content {
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(17, 17, 17, 0.6);
}

.slide-card {
    background-color: #fff;
    padding: 1em;
    border: 1px solid rgba(17, 17, 17, 0.15);
}

.slide-card .header {
    border-bottom: 1px solid rgba(17, 17, 17, 0.15);
    margin-bottom: 1em;
    font-weight: bold;
    padding-bottom: 5px;
}

ul.archive-horizontal-nav {
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 25px;
}

ul.archive-horizontal-nav li {
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}

.special-offer-slider .item {
    padding-top: 75%;
    background-size: cover;
    background-position: center center;
    background-color: #eee;
}

.single-room-slider .item {
    padding-top: 100%;
    background-size: cover;
    background-position: center center;
    background-color: #eee;
}

.special-offer-slider .owl-theme .owl-nav {
    margin-top: calc(-37.5% - 15.5px);
    position: absolute;
    width: 100%;
}

.single-room-slider .owl-theme .owl-nav {
    margin-top: calc(-50% - 15.5px);
    position: absolute;
    width: 100%;
}

.owl-nav button {
    transition: all 0.25s linear;
    width: 35px;
    height: 35px;
    background: #ffffff !important;
    border-radius: 50% !important;
    box-shadow: 0 1em 2em rgba(2, 96, 72, 0.25);
}

.owl-nav button:hover {
  background:var(--lc-primary-color) !important;
  color:#fff !important;
}

.owl-nav .owl-next {
    float: right;
    margin-right: -17.5px !important;
}

.owl-nav .owl-prev {
    float: left;
    margin-left: -17.5px !important;
}

.package-by-categor-carousel .thumbnail {
    padding-top: 75%;
    background-size: cover;
    background-position: center center;
    background-color: #eee;
}

.package-by-categor-carousel .box {
    background-color: #fff;
    margin: 10px 35px 35px 35px;
    box-shadow: 0 1em 2em rgba(2, 96, 72, 0.25);
}

.package-by-categor-carousel .owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    margin-top: -22.5%;
}

.package-by-categor-carousel .owl-nav .owl-prev {
    margin-left: 17.5px !important;
}

.package-by-categor-carousel .owl-nav .owl-next {
    margin-right: 17.5px !important;
}

.package-by-categor-carousel .meta {
    padding: 2em 0;
}

.package-by-categor-carousel .meta a{
  color:rgba(17, 17, 17, 0.6);
}

.package-by-categor-carousel .tag a {
    text-transform: uppercase;
    color: var(--lc-secondary-color);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 5px;
}

.package-by-categor-carousel .tag {
    margin-bottom: 10px;
}

.package-by-categor-carousel .box h3 {
    color: #212529;
    font-weight: bold;
    font-size: 24px;
}

.package-by-categor-carousel .meta .btn.btn-success {
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    border-radius: 2px;
    font-size: 0.875rem;
}

.archive article {
    margin-bottom: 100px;
}

.single-room #site-content {
    margin-top: 0;
}

.single-room .owl-nav .owl-prev {
    margin-left: 15px !important;
}

.single-room .owl-nav .owl-next {
    margin-right: 15px !important;
}

.row-overview{
  background-color:rgba(196, 214, 0, 0.05);
}

.single-room h1 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
}

.single-room .single-sidebar{
  padding:50px 0;
}

.room-nav-thumbnail .item {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-right: 5px;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.room-nav-thumbnail .item.active{
  opacity: 1;
}

.single-room-best-offer{
  padding-top: 50px;
  padding-bottom: 50px;
}

.archive .term-description {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}


.archive-horizontal-nav a{
  color: #707373;
  padding: 0.5rem 1rem;
    border-bottom: 3px solid transparent;
}

.archive-horizontal-nav a.active {
    color: var(--lc-menu-link);
    border-bottom: 3px solid var(--lc-primary-color);
}

.restaurants-box {
    background-color: #fff;
    margin-bottom: 1rem;
    box-shadow: 0 0 1px 1px rgba(2, 96, 72, 0.15);
}

.restaurants-box .thumbnail {
    padding-top: 50%;
    background-size: cover;
    background-position: center;
}

.restaurants-box .meta {
    padding-top: 45px;
    padding-bottom: 0;
}

.restaurants-box .meta.right {
    padding-left: 30px !important;
    padding-right: 60px !important;
}

.restaurants-box .meta.left {
    padding-left: 45px !important;
    padding-right: 30px !important;
}

.restaurants-box h3 {
    font-size: 24px;
    font-weight: bold;
    color: #212529;
    margin-bottom: 10px;
}

.restaurants-box .excerpt {
    color: rgba(17, 17, 17, 0.6);
    max-height: 100px;
    font-size: 1rem;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.restaurants-box .price{
  margin-bottom: 10px;
}

.restaurants-box .btn.btn-outline {
    color: #fff;
    font-weight: bold;
    background-color: #28a745;
}

.archive.tax-promo_categories .hero-header,
.archive.post-type-archive-special_offer .hero-header{
    height: calc(100vh - 100px);
}


.owl-theme .owl-nav .disabled {
    opacity: 0;
}

.single-restaurant #site-content {
    margin-top: 0;
}

.single-restaurant .room-nav-thumbnail {
    margin-top: 25px;
    margin-bottom: 25px;
}

.single-restaurant article{
  background-color: rgba(196, 214, 0, 0.05);
    padding: 50px 0;
}

.single-restaurant h1 {
    font-size: 32px;
    margin-bottom: 3rem;
}

.single-restaurant .single-sidebar {
    color: rgba(17, 17, 17, 0.6);
}

.single-restaurant .owl-nav .owl-prev {
    margin-left: 15px !important;
}

.single-restaurant .owl-nav .owl-next {
    margin-right: 15px !important;
}


.hours-box {
    margin: 15px 0;
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.15);
}

.hours-box .header {
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 15px;
    line-height: 2.5;
    margin-top: -15px;
}

.post-inner.single-room {
    margin-top: -50px;
}

.single-room .single-sidebar a {
    display: inline-block !important;
}

.lc-slide-list .row {
    margin-bottom: 15px;
}

.lc-slide-list .separator {
    border-bottom: 1px solid #e6e6e6;
    height: 15px;
}

.blog .lc-pagination ul {
    border-top: 0;
}

.facility-icon ul img {
    height: 30px;
}

.col-md-4 .facility-icon ul img {
    height: 20px;
}

.facility-icon ul {
    padding-left: 0;
    list-style: none;
    color: #959595;
    font-size: 12px;
    margin-bottom: 7px;
    background-color:rgb(249, 251, 230);
    padding: 3px 0;
}

.col-md-4 .facility-icon ul {
    font-size: 8px;
}

.facility-icon ul li {
    display: inline-block;
    margin-right: 5px;
}

.thumbnail-slider .item {
    padding-top: 75%;
    background-color: #eee;
    background-size: cover;
    background-position: center;
}

.restaurants-box .thumbnail-slider .item {
    padding-top: 50%;
}

.thumbnail-slider .owl-nav {
    position: absolute;
    margin-top: calc(-35% - 35px) !important;
    width: 100%;
}

.restaurants-box  .thumbnail-slider .owl-nav {
    position: absolute;
    margin-top: calc(-25% - 35px) !important;
    width: 100%;
}

.thumbnail-slider .owl-nav .owl-prev {
    float: left;
    margin-left: 5px !important;
    opacity: 0.75;
}

.thumbnail-slider .owl-nav .owl-next {
    float: right;
    margin-right: 5px !important;
    opacity: 0.75;
}

.package-by-categor-carousel .facility-icon {
    margin-right: 1rem;
}

.owl-carousel .owl-item .facility-icon img {
    display: inline;
    width: auto;
}

.package-by-categor-carousel .price {
    color: var(--lc-secondary-color);
    margin-top: 10px;
}

#main-menu .active .nav-link {
    border-bottom: 2px solid var(--lc-menu-link);
}

.navbar-light .navbar-brand.mobile{
  display: none;
}

#site-header .navbar .widget.widget_icl_lang_sel_widget{
  display: none;
}

@media  only screen and (max-width: 991px) {

  html{
    overflow-x: hidden;
    max-width: 100%;
  }

  body {
    font-size: 14px;
    overflow-x: hidden;
    max-width: 100%;
  }

  #site-header .navbar .widget.widget_icl_lang_sel_widget {
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 6.5px;
  }

  .navbar-light .navbar-toggler {
    margin-right: 15px;
  }

  .navbar-light .navbar-brand.mobile{
    display: inline-block;
    margin-left: 15px;
  }

  .navbar-light .navbar-brand{
    display: none;
  }

  #site-header.on-flay .navbar.bg-light {
    padding-top: 5px;
  }

  #site-header.on-flay .navbar-brand img {
    margin-top: 0;
  }

  #site-header.on-flay .navbar {
    height: auto;
  }

  #site-header .navbar {
    padding: 5px 0 !important;
  }

  #main-menu .nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #main-menu .active .nav-link {
    border-bottom: 0;
    background-color: #28a74a36;
  }

  h1, h2{
    font-size: 22px !important;
    font-weight: bold !important;
    line-height: 1.7;
  }

  #site-header .navbar.bg-light {
    box-shadow: 0 1px 2px #0000001A;
    width: 100vw;
  }

  .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: 58px;
  }

  .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;
  }

  #site-header .dropdown-item:before {
    content: "";
    width: 1px;
    height: 29px;
    position: absolute;
    background-color: #707070;
    margin-left: -10px;
  }

  section.booking {
    margin-top: 58px;
  }

  .hero-header {
    margin-top: 58px;
    height:calc(100vh - 58px);
  }

  .hero-header .hero-header-title {
      font-size: 30px !important;
      text-align: center;
      font-style: normal;
      font-weight: bold !important;
  }

  .hero-header .headline {
    padding: 5em 0;
  }

  #site-header .dropdown:hover > .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border: 0;
  }

  #main-menu {
    max-height: calc(80vh - 60px);
    overflow-y: scroll;
  }

  .dropdown-menu .active {
    background-color: #eee;
  }

  .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: 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;
    width: auto !important;
    float: left !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: 35px;
    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: 10px;
    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 {
  }

  .lc-pagination ul li.prev a, .lc-pagination ul li.next a {
    background-color: transparent;
    color: var(--lc-link-color);
    border-radius: 100%;
    font-size: 20px;
    line-height: 21px;
    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;
    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: 20px;
    padding-right: 20px;
  }

  .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;
  }

  header .top-bar{
    display: none;
  }

  #site-header .navbar.bg-light{
    padding-top:5px;
  }

  .navbar-brand img{
    margin-top:0;
    height:50px;
  }

  .promo-box .meta h3 {
    font-size: 14px;
  }

  .promo-box .meta {
    padding: 10px 7px;
  }

  .promo-box .meta .excerpt {
    font-size: 11px;
  }

  .promo-box .meta .price {
    font-size: 13px;
  }

  .promo-box .meta .tag {
    font-size: 10px;
    margin-bottom: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .promo-box .btn.btn-success {
    font-size: 11px;
    display: block;
    margin-bottom: 10px;
  }

  .promo-box .btn.btn-outline {
    font-size: 11px;
    display: block;
  }

  .btn-group-lg > .btn, .btn-lg {
    font-size: 14px;
  }

  .facility-icon ul img {
    height: 20px;
  }

  .facility-icon ul li {
    font-size: 9px;
    width: 48px;
    overflow-x: hidden;
    white-space: nowrap;
  }

  .facility-icon ul li {
    display: inline-block;
    margin-right: 5px;
    font-size: 9px;
    width: 20px;
    overflow-x: hidden;
    white-space: nowrap;
  }

  .testimony-box {
    padding: 15px;
  }

  .lc-map-area {
    margin-bottom: -55px;
  }

  footer .hotline {
    font-size: 20px !important;
    line-height: 1.7em;
    margin-bottom: 1.5em;
  }

  .ihg-logo-group .right.align-self-center img {
    height: 30px;
    width: auto;
    margin-top: 20px;
  }

  .ihg-logo-group .main-logo img {
    height: 30px;
  }

  .ihg-logo-group .group-logo {
    padding-top: 25px;
  }

  .ihg-logo-group .group-logo {
    padding-top: 25px;
    margin-bottom: 1.5em;
  }

  .package-by-categor-carousel .box {
    background-color: #fff;
    margin: 10px 20px 30px 20px;
    box-shadow: 0 1em 2em rgba(2, 96, 72, 0.25);
  }

  .package-by-categor-carousel .owl-theme .owl-nav {
    margin-top: -15px;
  }

  .package-by-categor-carousel .owl-nav button {
    background: #869791 !important;
    color: #fff !important;
  }

  .package-by-categor-carousel .meta {
    padding: 15px 10px;
  }

  .package-by-categor-carousel .meta {
    padding: 15px 10px;
  }

  .package-by-categor-carousel .tag a {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .package-by-categor-carousel .tag {
    margin-bottom: 5px;
  }

  .package-by-categor-carousel .meta .excerpt {
    font-size: 10px;
    margin-bottom: 10px;
    max-height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .package-by-categor-carousel .meta .btn.btn-success {
    margin-top: 10px;
  }

  .package-by-categor-carousel {
    margin-left: -15px;
    margin-right: -15px;
  }

  .room-nav-thumbnail{
    display: none;
  }

  .single-room .single-sidebar {
    padding: 30px 30px 50px;
  }

  .single-room .single-sidebar .facility-icon ul img {
    height: 30px;
  }

  .single-room .single-sidebar .facility-icon ul li {
    margin-right: 5px;
    font-size: 14px;
    width: auto;
    color: #000000a8;
  }

  .single-room .single-sidebar .facility-icon ul {
    background-color: rgb(255, 255, 255);
    padding: 5px;
    border: 1px dashed;
  }

  .restaurants-box h3 {
    font-size: 14px;
  }

  .restaurants-box .meta {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .restaurants-box .excerpt {
    font-size: 12px;
  }

  .restaurants-box .meta.left {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .restaurants-box .meta.right {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .headline .container {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }

  .hero-header .hero-header-description {
    font-size: 14px;
    color: #fff;
  }

  .blog .lc-slide-list .col-md-8 h3 {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 10px;
    padding-top: 15px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .lc-slide-list .description {
    height: 53px;
    overflow: hidden;
    font-size: 14px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 0 10px;
  }

  .lc-slide-list .lc-read-more {
    overflow: hidden;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 10px;
  }

  .lc-slide-list .lc-read-more {
    overflow: hidden;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 15px;
    font-size: 12px !important;
  }

  .lc-slide-list .col-md-12{
    display: none;
  }

  #site-footer .wpcf7-form-control.wpcf7-submit {
    background-color: #fff;
    color: var(--lc-primary-color);
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px !important;
  }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #main-menu .nav-link {
    font-size: 13px;
  }

  #top-menu li a {
    font-size: 13px;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 7px;
    padding-left: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar .lima-sosmed-links{
    display: none;
  }
}

.special_offer .single-sidebar a{
  margin: 0 auto;
  display: block;
  text-align: center;
}