@charset "UTF-8";
/*
Theme Name: Mayura
Theme URI: https://lombokmedia.web.id/projects/
Description: Tema WordPress dari LombokMedia
Author: Amrin Zulkarnain
Author URI: http://amrinz.wordpress.com
Version: 99999.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lombokmedia
*/
body {
 --primary: #623812;
  --secondary: #cfa56b;
  --link: var(--primary);
  --linkhover: var(--bs-gray-700);
  --headerbg: var(--bs-white);
  --bodybgcolor: var(--bs-white);
  --bodyfontcolor: var(--bs-body-color);

  --font: 'Source Sans 3', sans-serif;

  background-color: var(--bodybgcolor);
  color: var(--bodyfontcolor);

  font-family: var(--font);
  font-size: var(--bs-body-font-size);
  font-weight: 300;
  line-height: var(--bs-body-line-height);
}

a {
	color: var(--link);
	text-decoration: none;
}
a:hover {
	color: var(--linkhover);
	text-decoration: none;
}

/* match height */
.match-height {
  flex-wrap: wrap;
}

.col-match-height {
  display: flex;
  flex-direction: column;
}

/* Header */
nav li {
	padding-left: 10px;
	padding-right: 10px;
}

nav li.current-menu-item .nav-link {
	padding-left: 15px!important;
	padding-right: 15px!important;
	font-weight: bold;
}

.nav-link {
    color: var(--primary);
	font-size: 14px;
}
.nav-link.active {
    color: var(--primary);
}

.dropdown-item.active, .dropdown-item:active {
  background-color: var(--primary);
}

/* BreadCrumb */
.breadcrumb {
  background-color: transparent;
  padding: 0 0 0.75rem 0;
  border-radius: 0;
  font-size: 0.8rem;
  margin-bottom: 0.5em;
}


/***** WordPress *****/
.excerpt-thumbnail, .post-thumbnail {
  position: relative;
}

.excerpt-title, .card-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--link);
}
.excerpt-title:hover {
  color: var(--linkhover);
}

.excerpt-meta {
	font-size: 0.9rem;
	color: var(--bs-gray);
}
.excerpt-meta li:not(:first-child)::before {
	content: '|';
	margin-right: .5rem;
}


/*PostImage*/
.post-body img {
  max-width: 100%;
  height: auto;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 10px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 10px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 10px;
}

.wp-caption {
  margin-bottom: 10px;
  max-width: 100% !important;
}

.wp-caption .wp-caption-text {
  font-size: 10px;
  margin: 10px;
  text-align: center;
}

/* WordPress Gallery */
.gallery .gallery-item {
	display: inline-block;
	vertical-align: top;
	text-align: center;

	width: 33.33333333333333%;
	margin-bottom: 0 !important;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33333333333333%;
}

.gallery .gallery-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 5px;
}

.gallery-caption {
  font-size: smaller;
}

/* Post Sharer */

/* Sidebar - Widgets */
.widget {
  margin: 0 0 30px;
  padding: 0;
  position: relative;
}

.widget ul, .widget ol,
.fwidget ul, .fwidget ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li, .widget ol li,
.fwidget ul li, .fwidget ol li {
  font-size: 14px;
  padding: 5px 0;
}

.widget.widget_recent_comments li a {
  font-weight: 600;
}

/* Search Form */
.lmd-search-form .lmd-search-input {
	padding-left: 30px;
}
.lmd-search-form .lmd-search-icon {
	left: 15px;
}

/* Calendar */
table#wp-calendar {
  width: 100%;
}

table caption {
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}

table#wp-calendar td#prev {
  text-align: left;
  padding-left: 3px;
}

table#wp-calendar td#next {
  text-align: right;
  padding-right: 3px;
}

table#wp-calendar th,
table#wp-calendar td {
  padding: 5px;
  text-align: center;
  border: 1px solid var(--bs-gray-200);
}

/***** Comments *****/
.comment-list {
  list-style-type: none;
}

.children {
  margin-top: 1em;
  list-style-type: none;
}

.comment-list li.comment {
  margin-bottom: 30px;
}

.comment-body,
.comment-meta,
.cancel-comment-reply {
  margin-bottom: 10px;
}
.avatar {
  float: left;
  margin-right: 15px;
  border-radius: 50%;
}
.comment-metadata {
  font-size: smaller;
}

.comment-reply-link {
  padding: 5px 10px;
  background-color: var(--bs-dark);
  color: var(--bs-white) !important;
  font-size: 0.8em;
  border-radius: 0.25rem;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
}

.comment-reply-link:hover {
  background-color: var(--bs-gray);
}

.cancel-comment-reply {
	text-align: right;
	font-size: .9rem;
}
.cancel-comment-reply a, .comment-user-loggedin a {
	color: var(--bs-dark);
}

/* Pagination */
.navigation {
  padding-top: 1em;
  padding-bottom: 1em;
}
.navigation:after {
  content: "";
  display: table;
  clear: both;
}

.navigation-single {
  font-size: 1.3em;
}

.prev-posts {
  float: left;
  width: 48%;
  text-align: left;
}

.next-posts {
  float: right;
  width: 48%;
  text-align: right;
}

.page-item {
  margin: 0 0;
}

.page-link {
  font-weight: 700;
  box-shadow: none;
  color: var(--link);
  background-color: var(--bs-gray-100);
  border: 1px solid var(--bs-gray-200);
}
.page-link:focus {
  color: var(--bs-white);
}

.page-item.active .page-link {
  color: var(--link);
  background-color: var(--bs-white);
  border-color: var(--bs-gray-200);
}
.page-link:hover {
  color: var(--bs-dark);
  background-color: var(--bs-gray-300);
  border-color: var(--bs-gray-300);
}

/* Footer */
.lmd-footer a {
	color: var(--bs-white);
}

.page-footer .footer-bg{
	background-color: var(--primary); /* For browsers that do not support gradients */
	background-image: linear-gradient(to right, var(--primary) , var(--secondary));
	color: white;
}

.page-footer ul li a {
	text-decoration: none;
	color: var(--primary);
	padding-left: 10px;
	padding-right: 10px;
}

.page-footer ul li a:hover{
	border-left: 1px solid var(--primary);
	border-right: 1px solid var(--primary);
	font-weight: bold;
}

.page-footer ul{
	column-count: 3;
}

.page-footer ul li {
	list-style: none;
}

@media only screen and (max-width: 600px) {
	.page-footer ul{
		column-count: 2;
	}

	.page-footer ul li{
		list-style: none;
		padding-bottom: 8px;
	}
}

.socmed li a {
	font-size: 24px;
}

/*** Plugins ***/
/* Widget AIO Posts */
.lmd-aio-post {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lmd-aio-item {
  margin: 0 0 10px;
}

.lmd-recent-item .post-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4em;
  margin: 0 0 5px;
  letter-spacing: normal;
}
.lmd-recent-item .post-meta,
.lmd-terpopuler .post-meta {
  font-size: 0.8rem;
}

/* Terpopular */
..lmd-popular-posts {
	background-color: var(--bs-gray-100);
	border-radius: 0.5rem;
	padding: 15px 10px;
}

.lmd-terpopuler-item {
  padding: 0.5rem;
  border-bottom: 1px solid var(--bs-gray-200);
}
.lmd-terpopuler-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.lmd-terpopuler-item .lmd-terpopuler-thumb {
  font-size: 24px;
  font-weight: 600;
  padding-right: 1rem;
  line-height: 1;
}
.lmd-terpopuler-item .post-title {
  font-size: 16px;
}

/* Popular Tags */
.lmd-popular-tags a::before {
  content: "#";
  margin-right: 5px;
}

/* Owl Carousel
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-next span, .owl-prev span {
	position: absolute;
    top: 50%;
	transform: translateY(-50%);

	font-size: 80px;
	font-weight: 200;
	display: block;
	margin: 0;
	padding: 0;
	color: var(--bs-gray);
}
.owl-next span {
	right: 0;
}
.owl-prev span {
	left: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}  */

/*** Miscelaneous ***/
.clip-1, .clip-2, .clip-3, .clip-4, .clip-5 {
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.clip-1 {
  -webkit-line-clamp: 1;
}
.clip-2 {
  -webkit-line-clamp: 2;
}
.clip-3 {
  -webkit-line-clamp: 3;
}
.clip-4 {
  -webkit-line-clamp: 4;
}
.clip-5 {
  -webkit-line-clamp: 5;
}

.fs-7 {
	font-size: .9rem !important;
}
.fs-8 {
	font-size: .8rem !important;
}
.fs-9 {
	font-size: .7rem !important;
}

.fw-700 {
	font-weight: 700 !important;
}
.fw-800 {
	font-weight: 800 !important;
}
.fw-900 {
	font-weight: 900 !important;
}

.post-tags a:before {
	content: '#';
}

/*** Mayura ***/
.cinzel{
	font-family: 'Cinzel', serif;
}

h1, h2, h3, h4, h5{
    font-weight: 800;    
}

.text-green{
	color: var(--primary)!important;
}

.bg-second{
	background-color:whitesmoke;
}

.bg-green{
	background-color:white;
}

.underlines{	
	background-image: linear-gradient(to right, var(--primary) , var(--secondary));
	padding-bottom: 2px;
	max-width: 150px;
}

.book-bottom:before,.book-bottom:after,.book-bottom{
	transition: all 0.2s ease-in;
}

.btn-whatsapp:before,.btn-whatsapp:after,.btn-whatsapp{
	transition: all 0.2s ease-in;
}

.btn-green{
	background-color: var(--primary) !important;
	color: white !important;
	border-color: var(--primary) !important;
}

.btn-violet{
	background-color: var(--primary) !important;
	color: white;
	border-color: var(--primary) !important;
}

.btn-outline-green{
	background-color: none;
	color: var(--primary) !important;
	border-color: var(--primary) !important;
}
.btn-outline-white{
	background-color: none;
	color: white!important;
	border-color: white!important;
}
.btn-green:hover{
	background-color: var(--secondary) !important;
	color: white;
	border-color: var(--secondary)!important;
}

.btn-violet:hover{
	background-color: var(--primary)!important;
	color: white;
	border-color: var(--primary)!important;
}

.btn-outline-green:hover{
	background-color: var(--primary)!important;
	color: white!important;
	border-color: var(--primary)!important;
}
.btn-outline-white:hover{
	background-color: var(--primary)!important;
	color: white!important;
	border-color: var(--primary)!important;
}

.btn-scroll-top{
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	z-index: 100;
}

.btn-wa{
	background-color: #25d366!important;
	color: white;
	border-color: #25d366!important;
}
.btn-whatsapp{
	position: fixed;
	bottom: 4rem;
	right: 1rem;
	z-index: 1000;
}
.btn-whatsapp svg {
	width: 35px;
	height: 40px;
}

.room-icon {
	color: var(--primary);
	width: 1.5rem;
	height: 1.5rem;
}
.accommodation-slider .room-icon {
	color: var(--primary);
	width: 1.2rem;
	height: 1.2rem;
}

.fc-green {
	color: var(--primary);
}

.img-slider-news{
	height: 30vh!important;
	width: 100%;
	object-fit: cover;
}

.contact-section .form-control{
	width: 75%!important;
}

@media screen and (max-width: 600px){
	.form-control{
		width: 100%!important;
	}
}

/* Homepage - Archives - Page - Single Post - Custom Post */
.header-home .navbar{
	background-color: var(--bs-white)!important;
	z-index: 1000;
}

.header-home .navbar-custom{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.header-home .navbar-custom-top{
	position: fixed;
	top: 0;
	width: 100%;
}

.header-home .img-header{
	max-width: 300px;
	position: absolute;
	top: 35%;
	left: 35%;
}

@media only screen and (max-width: 600px) {
	.header-home .img-header{
		max-width: 200px;
		position: absolute;
		top: 30%;
		left: 25%;
	}
}

.book-widget-section{
	background-color: var(--primary);
}

.gradient-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.card-img-facilities {
	--bs-card-border-width: 0px !important;
	--bs-card-border-radius: 0px;
	--bs-card-box-shadow: ;
	--bs-card-inner-border-radius: 0px;
}

.truncate-text-2-lines {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}
.zoom-image {
	transition: transform 1s;
}

.zoom-image:hover {
	transform: scale(1.1);
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	z-index: 1;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 40%;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: var(--primary) !important;
	text-decoration: none;
}
.owl-nav button span {
	font-size: 30px;
	height: 100%;
	display: block;
	width: 100%;
}
.owl-carousel .owl-nav .owl-prev {
	left: 0;
}
.owl-carousel .owl-nav .owl-next {
	right: 0;
}
.owl-carousel .owl-nav {
	margin: 0;
}
.btn-wrap {
	text-align: center;
	width: 100%;
}

.slick-arrow {
	border: 1px solid var(--bs-white);
	background-color: unset;

}

.slick-arrow i {
	color: var(--bs-white);
}

/* booking widget */
.input-promo-code{
	border: none;
	border-bottom: 1px solid grey;
}

.t-date-info-title{
	color: grey!important;
}

.t-check-out{
	border-left-width: 1px ;
}

@media only screen and (max-width: 600px) {
	.t-check-out .t-datepicker-day {
		left: 0%;
	}
}

/*accommodation css*/
.accommodation-home .img-slider-accommodation{
	width: 100%;
	max-height: 300px;
	object-fit: cover;
}

.accommodation-img{
	max-height: 400px;
	max-width: 700px;
	object-fit: cover;
}

.accommodation-slider .owl-nav .owl-prev{
	position: absolute;
	top: 40%;
	left: -4%;
	display: block !important;
	font-size: 50px!important;
}

.accommodation-slider .owl-nav .owl-next{
	position: absolute;
	top: 40%;
	right: -4%;
	display: block !important;
	font-size: 50px!important;
}

.accommodation-img-slider .owl-nav .owl-prev{
	position: absolute;
	top: 40%;
	left: 0%;
	font-size: 50px!important;
}

.accommodation-img-slider .owl-nav .owl-next{
	position: absolute;
	top: 40%;
	right: 0%;
	font-size: 50px!important;
}

@media only screen and (max-width: 600px) {
	.accommodation-img-slider .owl-nav .owl-prev{
		position: absolute;
		top: 17%;
		left: 0%;
		font-size: 50px!important;
	}

	.accommodation-img-slider .owl-nav .owl-next{
		position: absolute;
		top: 17%;
		right: 0%;
		font-size: 50px!important;
	}
}


.d-flex-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.d-flex-list ul li {
	display: inline;
	margin-left: 5px;
}

.short-desc ul li {
	display: none;
}
.short-desc ul li:nth-child(-n+3) {
	display: list-item;
}

.btn-close {
	z-index: 1001;
}

.btn-close-custom{
	position: absolute;
	top: -1%;
	right: -1%;
	background-color: white;
	opacity: 1;
	padding: 10px;
	filter: invert(100%);
	border-radius: 100%;
}

.btn-close-custom:hover{
	position: absolute;
	top: -1%;
	right: -1%;
	background-color: white;
	opacity: 1;
	padding: 10px;
	filter: invert(100%);
}

.multi-column-list {
	column-count: 2;
	list-style: none;
	padding-left: 0;
}

.multi-column-list li:before {
	content: "\2022"; /* Bullet character */
	padding-right: 8px;
}

/*slider css*/
.ubud-treats-img-slider .owl-dots{
	position: absolute;
	bottom: 5%;
	right: 45%;
}

@media only screen and (max-width: 600px) {
	.ubud-treats-img-slider .owl-dots{
		position: absolute;
		bottom: 5%;
		right: 35%;
	}
}

.ubud-treats-img-slider .owl-dots .owl-dot.active span{
	width: 30px!important;
	background-color: white!important;
}

/*end slider css*/
.line {
    display: block;
    width: 45px;
    height: 1px;
    background: var(--bs-white);
    padding: 0 15px;
    margin-bottom: 20px;
}


.embed-responsive-item {
	width: 100%;
	height: 300px;
}

.newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--bs-white);
}
.newsletter span {
	flex-grow: 1;
}

#menu-footer-menu {
	column-count: 2;
}

/***** Media Queries *****/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.clip-sm-1 {
	  -webkit-line-clamp: 1;
	}
	.clip-sm-2 {
	  -webkit-line-clamp: 2;
	}
	.clip-sm-3 {
	  -webkit-line-clamp: 3;
	}
	.clip-sm-4 {
	  -webkit-line-clamp: 4;
	}
	.clip-sm-5 {
	  -webkit-line-clamp: 5;
	}
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.clip-md-1 {
	  -webkit-line-clamp: 1;
	}
	.clip-md-2 {
	  -webkit-line-clamp: 2;
	}
	.clip-md-3 {
	  -webkit-line-clamp: 3;
	}
	.clip-md-4 {
	  -webkit-line-clamp: 4;
	}
	.clip-md-5 {
	  -webkit-line-clamp: 5;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.gallery-columns-2 .gallery-item {
	  width: 50%;
	}
	.gallery-columns-3 .gallery-item {
	  width: 33.33333333333333%;
	}
	.gallery-columns-4 .gallery-item {
	  width: 25%;
	}
	.gallery-columns-5 .gallery-item {
	  width: 20%;
	}
	.gallery-columns-6 .gallery-item {
	  width: 16.66666666666667%;
	}
	.gallery-columns-7 .gallery-item {
	  width: 14.28571428571429%;
	}
	.gallery-columns-8 .gallery-item {
	  width: 12.5%;
	}
	.gallery-columns-9 .gallery-item {
	  width: 11.11111111111111%;
	}

  .embed-responsive-item {
		height: 400px;
	}

	.clip-lg-1 {
	  -webkit-line-clamp: 1;
	}
	.clip-lg-2 {
	  -webkit-line-clamp: 2;
	}
	.clip-lg-3 {
	  -webkit-line-clamp: 3;
	}
	.clip-lg-4 {
	  -webkit-line-clamp: 4;
	}
	.clip-lg-5 {
	  -webkit-line-clamp: 5;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}