/*
 * Theme Name:   GP Wisata
 * Theme URI:    https://theme.co.id/product/gpwisata/
 * Description:  GeneratePress Custom Themes For Travel Agency
 * Author:       Theme.co.id
 * Requires at least: 5.2
 * Tested up to: 6.6
 * Requires PHP: 7.4
 * Author URI:   https://theme.co.id
 * Template:     generatepress
 * Text Domain: gpwisata
 * Domain Path: /languages
 * Version:      1.4
 */

/* Body */
:focus-visible {
	outline: 0px dotted ButtonText;
}
.shadow { box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);}
.wrapp {
    width: 1100px;
    margin: 0 auto;
}

/* Limit Title */
.limit-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Header */
.site-header {
    border-bottom: 1px solid #f1f1f1;
    top: 0;
    z-index: 99;
}
.dropdown-menu-toggle .gp-icon {
	display: inline-block;
}
.header-wrap .site-header {
    border-bottom: 0px solid #f1f1f1;
}

.site-header .inside-header {
    background: #fff;
    border-radius: 10px;
}

.header-wrap .site-header {
    background: transparent;
    padding-top: 30px;
}

.header-wrap .inside-header {
    padding-right: 30px;
    padding-left: 30px;
}
.very_top ul.wp-block-social-links li a {
	font-size:15px;
}

.inside-header {
    position: relative;
    flex-direction: row !important;
    justify-content: space-between !important;
}

.top_nav {
    position: absolute;
    right: 0;
}

.inside-navigation.grid-container {
    justify-content: center;
}

.toggle_button,
.search_button {
    position: absolute;
}

.top_toggle {
    margin-top: 6px;
    position: absolute;
    right: 0;
    z-index: 991;
}

.toggle_button {
    left: 0;
}

.search_button {
    right: 0;
}

a.search-icon {
    color: var(--tax-color);
}

.main-navigation .menu-toggle {
    padding-right: 0;
    padding-left: 0;
    font-size: 23px;
}

.main-navigation li.cta a {
    border-radius: 8px;
    color: var(--accent) !Important;
    border: 2px solid var(--accent);
}

/* Container */
body.blog .container.grid-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Social Link */
.wp-block-social-links {
    margin: 0 !important;
}

.wp-block-social-links li a {
    font-size: 24px;
}

/* Hero */
.abs_img {
	position: absolute;
    top: 0;
    left: 0;
}
.opacity_img {
	opacity:0.5;
}
.clr_but span.gb-icon {
	color:var(--price-color);
}
.slide_price .entry-summary { margin-top:0; width:100%;}
.slide_price .acr_startfrom p { color:#fff!important; }
.cl_price .acr_startfrom p { color:#000!important; opacity:0.65;}
.slide_price .acr_startfrom { align-items: flex-end;}
.slide_price .acr_startfrom span { font-size:22px;}
.slide_price .acr_price a { display:none;}
.ls_price .acr_startfrom { align-items: flex-start;}
.ls_price .acr_startfrom span { font-size:18px; line-height: 1.1em;}
.str_price .acr_startfrom span { font-size:14px;}
.str_price .acr_startfrom { align-items: flex-end;}

/* Main Nav Sub */
.main-navigation ul.sub-menu {
    background: #fff;
    border-radius: 8px;
    padding: 8px 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    border-bottom: 6px solid var(--accent);
}

.sub-menu.toggled-on {
    box-shadow: none !important;
    border: 0px solid #f1f1f1 !important;
    border-radius: 0!important;
    margin-left: 0px;
    width: 100% !important;
    padding: 0 !important;
}

.sub-menu.toggled-on li a {
    position: relative;
    padding-left: 20px !Important;
}

.sub-menu.toggled-on li a::before {
	width: 10px;
	height: 10px;
	content: " ";
	position: absolute;
	left: -5px;
	border: 2px solid var(--accent);
	background: #fff;
	border-radius: 50px;
	top: 16px;
}

/* Button */
a.gb-button {
    transition: all .3s ease-in-out;
}

a.gb-button strong {
    font-size: 75%;
    font-weight: normal;
    opacity: 0.55;
}

/* owl caraousel styling */
.owl-carousel {
    visibility: hidden;
}

.owl-carousel.owl-loaded {
    visibility: visible;
}

.owl-carousel .owl-stage::after {
    display: none;
}

/* Slide Nav */
.owl-dots {
    text-align: center;
    margin: 10px auto 20px;
    position: static;
    bottom: 20px;
    right: 20px;
}

.owl-dots button,
.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 100px;
    margin: 0 3px;
    background: #E6E9ED !important;
}

.owl-dots button.active,
.owl-dot.active {
    width: 30px;
    background: #CCD1D9 !Important;
}
.owl-stage {
    display: flex;
}
.owl-item .intro_ite {
	display:none;
}
.hero_slide .owl-dots {
	position: absolute;
	width: 100%;
	left:0;
}

/* Owl Nav */
.owl-nav {
    text-align: left;
}

.owl-nav button {
    top: 40%;
    position: absolute;
    width: 35px;
    opacity: 0.55;
	border-radius:50%;
    height: 35px;
    transition: all .2s ease-in-out;
    background-repeat: no-repeat;
    background-position: center center !important;
}

.owl-nav button.disabled {
    opacity: 0.34;
}

.owl-nav button:hover {
    opacity: 1;
}

.owl-nav button span {
    display: none;
}

.owl-nav button.owl-prev {
    left: 20px;
    background-image: url(assets/images/arrow-left.svg) !important;
}

.owl-nav button.owl-next {
    right: 20px;
    background-image: url(assets/images/arrow-right.svg) !important;
}
.hero_classic .owl-nav {
	display:none!Important;
}

.testi_slider .owl-nav button {
    border: 2px solid var(--accent) !Important;
    border-radius: 50px;
    background-color: #fff !Important;
}

.testi_slider .owl-nav button.owl-next {
    right: -15px;
}

.testi_slider .owl-nav button.owl-prev {
    left: -15px;
}

.owl-carousel .owl-stage::after {
    display: none !important;
}

.latest_post .owl-dots {
    position: absolute;
    margin: 0;
    top: auto;
    left: 30px;
    bottom: 20px;
}

.zoom_slide .owl-item .zoom_inner {
	transform: scale(0.75);
	transition: all 0.4s ease-in-out;
}
.zoom_slide .owl-item.active.center .zoom_inner {
	transform: scale(1.1);
}
.zoom_slide .owl-stage-outer {
	overflow:visible;
}
.stories_slider .owl-item img {
    width:100px;
}

/* Slide */
.color_slider img {
    width: 35px !important;
}

.color_slider .owl-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

/* Testimonial Slider */
.testi_slider .owl-item {
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    overflow: hidden;
}

.testi_slider .owl-item img {
    width: 100px;
}

/* Pricing */
.coret {
    text-decoration: line-through;
}

/* Rightsidebar */
.inside-right-sidebar {
    position: sticky;
    top: 20px;
}

/* Blog Layout */
body.archive .site {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Blog Pagination */
.paging-navigation {
    margin: 20px 0;
    background: none !important;
    text-align: center;
    font-size: 14px;
	display:block;
    padding: 0 !important;
}

.paging-navigation span,
.paging-navigation a {
    border-left: 1px solid #f1f1f1;
	border-top:0;
	border-bottom:0;
	display: inline-block;
    padding: 8px 15px !important;
    color: #333333 !important;
    border-radius: 0px;
}

.paging-navigation .nav-links {
	display:inline-block;
	border:1px solid #f1f1f1;
	border-radius:50px;
	padding:0 15px;
}

.paging-navigation span.current {
 	color:var(--purple)!important;
}
.paging-navigation .page-numbers:first-child {
	border-left: 0px solid #f1f1f1;
}

a.prev,
a.next,
a.prev span,
a.next span {
    display: none;
}

/* Blog Title Header */
.page-header {
    margin-bottom: 30px;
}

h1.widget-title,
h1.page-title,
h2.widget-title {
    position: relative;
    display: inline-block;
}

h1.widget-title:after,
h1.page-title:after,
h2.widget-title:after {
    height: 2px;
    border-radius: 0;
    width: 50%;
    content: " ";
    background: var(--accent);
    position: absolute;
    left: 0;
    bottom: -8px;
}

.search h1.page-title {
    border-bottom: 1px solid #f1f1f1;
    display: flex;
	font-size:18px;
    padding-bottom: 15px;
	gap: 10px;
}

.search h1.page-title span {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: var(--accent);
}

.search h1.page-title:after {
    display: none;
}
.wp-block-search__inside-wrapper {
	border: 1px solid var(--accent);
	border-radius: 5px;
}
.wp-block-search__button {
	border-radius: 5px;
}
.wp-block-search__inside-wrapper input[type="search"] {
	margin-bottom: 0!Important;
	border: none!Important;
	font-size: 14px;
}

/* Single Post Content */
.dynamic-entry-content ul,
.dynamic-entry-content ol {
    margin: 0 0 1.5em 2em;
}

.dynamic-entry-content ul li {
}

.also-read {
    background: #f1f1f1;
    border-left: 5px solid var(--accent);
    padding: 15px 15px 15px 20px;
    margin: 20px 0;
}

.also-read h2 {
    margin-bottom: 8px;
}

.also-read p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 18px;
}

/* Blockquote */
.wp-block-pullquote {
    padding: 0;
}

blockquote {
    border-left: 5px solid var(--accent);
    padding: 20px;
    font-size: 18px;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative;
    text-align: left;
    line-height: 24px;
}

blockquote p {
    margin-bottom: 5px;
}

.wp-block-pullquote cite {
    font-size: 14px;
    font-weight: bold;
}

.post-categories {
    display: flex;
    gap: 5px;
    padding: 0;
    margin-left: 0;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.post-categories a {
    border-bottom: 2px solid var(--accent);
}

/* Pre */
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

/* table */
.wp-block-table {
    margin-bottom: 25px;
}

.wp-block-table table {
    margin-bottom: 0;
}

.wp-block-table .wp-element-caption {
    font-size: 13px;
    margin-top: 5px;
    line-height: 19px;
}

/* Tag List */
.taxonomy-post_tag {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.taxonomy-post_tag a {
    color: #fff;
    position: relative;
    background: var(--accent);
    padding: 6px 15px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 50px;
    display: inline-block;
	font-weight:bold;
    transition: all .3s ease-in-out;
}

.taxonomy-post_tag a:hover {
    background: var(--contrast-2);
}

.taxonomy-post_tag a:before {
    content: "#";
}

.wp-block-post-terms__separator {
    display: none;
}

/* Search Form */
.search-form .search-submit {
    display: none;
}

.paging-navigation.filter-package {
    grid-column: 1 / -1;
}

/* 404 */
body.error404 .inside-article {
    margin: 40px auto;
    text-align: center;
}


/* Comment */
.comments-area {
    border: 0 solid #f1f1f1;
    padding: 0 !important;
    border-radius: 8px;
    margin-top: 35px;
    font-size: 14px;
    background: none !important;
}

.comment-content {
    border: none;
    margin: 8px 0;
    padding: 10px 0 !Important;
    border-radius: 8px;
}

.comment-content p {
    margin-bottom: 10px;
    line-height: 21px;
}

.comment-list .reply a {
    border-radius: 20px;
    padding: 2px 10px;
    border: 1px solid #f1f1f1;
}

.comment-list article {
    border: none;
    padding: 0 !important;
    margin: 0 !important;
}

.comment-list li.depth-1 {
    border: 1px solid #f1f1f1 !important;
    padding: 20px !important;
    border-radius: 8px !important;
}

.comment .children {
    padding-left: 30px;
    margin: 20px 0 20px 20px !important;
    border-left: 0 dotted rgba(0, 0, 0, .09) !important;
    border-bottom: none !important;
}

.comment-respond {
    margin-top: 40px;
}

.comment-meta .avatar {
    width: 30px;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select, textarea {
    border: 1px solid #f1f1f1 !important;
    border-radius: 5px !important;
    padding: 10px 15px !important;
    margin: 0 0 10px !important;
    width: 100%;
}
.comment-form-rating {
	margin-bottom:25px;
}
.comments-area .form-submit input.submit {
    border-radius: 8px !important;
    padding: 10px 35px !important;
}

.comment-form-cookies-consent {
    font-size: 12px;
    line-height: 18px;
}

.comment-list li.depth-1 {
    border-bottom: 0px solid #f1f1f1;
    margin-bottom: 20px;
}

h3.comments-title {
    font-size: 18px;
}

.comment-meta .avatar {
    padding-top: 1px;
}

.comments-area footer.comment-meta {
    display: block;
    grid-template-columns: 30px 1fr;
    grid-gap: 10px;
}

.comments-area footer.comment-meta img.avatar {
}

.entry-meta.comment-metadata {
    margin-top: -1.5px;
}

.entry-meta.comment-metadata a {
    color: #000;
    opacity: 0.5;
}

.comment-content {
    margin: 10px 0;
    border: 0px solid #f1f1f1;
}

/* Search Modal */
.search-modal-form {
    background: transparent !important;
}

.gp-modal__container input.search-field {
    margin: 0 !important;
    border: none !important;
}

.search-modal-fields {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

/* Author */
.author .page-header {
    padding: 20px;
    font-size: 15px;
    line-height: 22px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #f1f1f1;
}

.author .page-header .page-title:after {
    display: none;
}

.author .page-header .avatar {
    margin-right: 20px;
    border-radius: 50px;
}

/* Back to Top */
a.generate-back-to-top {
    background: #fff !Important;
    border: 1px solid var(--accent);
    color: var(--accent) !important;
    border-radius: 50px;
    font-size: 23px;
    width: 40px;
    height: 40px;
}

/* Footer Menu */
.site-footer ul.wp-block-navigation {
	display:flex;
	gap:8px;
}
.site-footer ul.wp-block-navigation li {
	font-size:15px;
}
.wp-block-social-links.is-layout-flex {
	gap: 10px;
}

/* masonry-load-more */
.masonry-load-more {
    display: flex;
    justify-content: center;
}

.masonry-load-more a {
    border-radius: 8px;
}

/**
 Calculate Page
 */
.attribute-item {
    cursor: pointer;
    padding: 2px 5px;
}

.attribute-item.item-selected {
    background-color: #ddd;
}

.storage-loop .storage-quantity .plus,
.storage-loop .storage-quantity .minus {
    cursor: pointer;
}

#data-order {
    display: none;
}

/* Product Detail */
.breadcrumb {
    font-size: 13px;
    color: #fff;
	margin-bottom:35px;
}
.breadcrumb a {
	color: #fff;
	border-bottom:1px solid #fff;
}

.product_wrapp {
    display: flex;
    gap: 35px;
    position: relative;
}

.product_total {
    width: 35%;
}

.product_content {
    width: 65%;
    min-width: 0;
}

.intro_paket {
    opacity: 0.55;
    margin-bottom: 10px;
}

/* Booking Form */
.booking_form p {
	margin-bottom:0;
}
.booking_form h4 {
	font-weight:bold;
	font-size:18px;
	margin-bottom: 12px;
}
.booking_form input,
.booking_form select,
.booking_form textarea {
	border:1px solid #ccc!important;
	width:100%;
	font-size:14px;
	appearance:none;
	margin-bottom:8px!Important;
	background:#fff!Important;
}
.booking_form .last input {
	margin-bottom:0!Important;
}
.booking_form textarea {
	height:100px;
}
.booking_form select {
    background-image: url(assets/images/chevron-down.svg) !Important;
    background-repeat: no-repeat !Important;
    background-position: 95% center !Important;
    appearance: none;
}
.booking_form input[type="date"] {
	padding: 10px 15px !important;
}
.booking_form input.wpcf7-not-valid,
.booking_form select.wpcf7-not-valid,
.booking_form textarea.wpcf7-not-valid {
	border:1px solid #ff0000!important;
} 
.booking_form input.wpcf7-submit {
	background:var(--accent)!Important;
	color:#fff!Important;
	font-weight:bold;
	border-radius:5px;
	font-size:16px;
	border-color:var(--accent)!Important;
}
span.wpcf7-not-valid-tip {
	display:none!important;
}
.dtt {
	position:relative;
}
.booking_form .margin {
	margin-bottom:10px;
}
.dtt label {
	font-size: 12px;
	display: inline-block;
	border-radius: 3px;
	top: 2px;
	left: 5px;
	padding: 3px 0 5px;
	font-weight: bold;
}
.dtt.last {
	margin-bottom:10px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0!Important;
	padding:20px!Important;
	border-radius:5px;
	font-size:13px!important;
	border: 1px solid var(--color-option1)!important;
}
.wpcf7 form.invalid .wpcf7-response-output {
	border: 1px solid #ff0000!important;
}

.wpcf7-spinner {
	position:absolute;
	right:20px;
	margin-top:10px;
}
.flx p {
	display:flex;
	gap:8px;
}
input.wpcf7-date {
	background-position: 95% center !important;
	background-size: 20px auto !important;
	background-repeat: no-repeat !important;
	background-image: url(assets/images/date.svg) !important;
}

.wpcf7-checkbox,
.wpcf7-radio {
    display: inline-flex;
    gap: 20px;
    row-gap: 0;
    flex-wrap: wrap;
    font-size: 15px;
}
.wpcf7-checkbox input,
.wpcf7-radio input {
    appearance: auto !important;
    width: auto;
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
    margin: 0;
}
.wpcf7-list-item-label {
    font-weight: normal;
}

.product_total,
.product_imgsection {
	/*
    position: sticky;
    align-self: flex-start;*/
    top: 20px;
}

.product_imgsection {
    position: relative;
	margin-bottom: 45px;
	margin-top:10px;
}

.product_imgsection img {
    border-radius: 8px;
}

.taglist {
    display: flex;
    gap: 5px;
}

.taglist span a {
    border-bottom: 1px solid var(--color-option1);
    padding-bottom: 2px;
}

.tags ul {
    margin: 0;
    display: flex;
}

.tags ul li {
    list-style: none;
}

.tags ul li a {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    background: var(--accent);
    color: #fff;
    border-radius: 50px;
    padding: 6px 15px;
}

.tags ul li a:hover {
    background: #000;
}

.tags_abs {
    position: absolute;
    top: 20px;
    z-index: 9;
    left: 20px;
}

.product_content {
    font-size: 16px;
}

.product_content h1 {
    font-size: 32px;
    margin-bottom: 5px;
    padding-right: 20%;
}

.product_content_dsc {
    margin-top: 25px;
}
.product_content_dsc table td {
	font-size:13px;
	padding:10px 15px;
	border: 1px solid #f1f1f1;
}

.product_content .short-desc {
    margin-bottom: 10px;
}

.product_content ul,
.product_content ol {
    margin-left: 1.15em;
}

.product_total_in {
	position:sticky;
	top:20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
	background:#fff;
	border-top:6px solid var(--price-color);
    padding: 30px 30px 45px;
}

.form_mob,
.mob_booking {
    display: none;
}

.paket_imgsection {
    min-width: 0;
}

.ttl {
    font-size: 24px;
	text-align:center;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.paket_title {
    margin-bottom: 20px;
}

.paket_title h1 {
    margin-bottom: 10px;
}

.ttl_prcbox {
    display: flex;
    justify-content: space-between;
}

.star_box_wrapp {
    display: flex;
    justify-content: space-between;
}

.star_box {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 2px;
}
.star_box a {
	color:#fff;
}
.acr_inner .star_box {
	justify-content: center;
}
.gb-container .star_box {
	margin-bottom:3px;
}
.gb-container .star_box span{
	font-size: 13px;
}

.star_box span {
    font-size: 16px;
}

.ttl_note {
    font-size: 12px;
    text-align: center;
    margin-top: 15px;
}

span.star-full {
    color: #ffc400;
}

.price-wrap {
    font-size: 16px;
    font-weight: 500;
}

.ttl_prcbox .price-selected {
    width: 50%;
}

.price_ori {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1em;
    width: 50%;

}

.price_ori span.nominal {
    font-size: 18px;
}

.price_ori span.regular-price,
.price-nominal span {
    font-size: 13px;
    font-weight: normal;
    display: block;
    text-decoration: line-through;
}

.price-nominal {
    line-height: 1.15em;
}

.price-wrap .prc {
    font-size: 24px;
    display: block;
    font-weight: 900;
    text-align: right;
}

.product_slider img {
    border-radius: 8px;
}

a.order-now,
button.order-now {
    width: 100%;
    border-radius: 5px;
    text-align: center;
    font-weight: 900;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.package-attribute-section {
    margin-bottom: 30px;
    margin-top: 20px;
    position: relative;
}

.package-attribute-section h2,
.storages-section h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.package-attribute-section h3 {
    font-size: 18px;
}

.package-attribute-section h4 {
    font-size: 16px;
}

.price-lists .attribute-item {
    margin-bottom: 0;
}

.price-lists .attribute-item:last-child {
    margin-bottom: 0;
}

body.single-packages .container.grid-container {
	max-width:100%;
}
body.single-packages.separate-containers .site-main {
	margin-top:0;
}

/*
.attribute-item {
    margin-bottom: 0;
    position: relative;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 8px;
	font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/

.attribute-item {
    margin-bottom: 0;
    position: relative;
    border: 0px solid #ccc;
    padding: 13px 0 13px 25px;
    border-radius: 0px;
	border-bottom:1px solid #f1f1f1;
	font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.attribute-item::before {
    height: 15px;
    width: 15px;
    border-radius: 50px;
    content: " ";
    position: absolute;
    left: 0;
    top: 18px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 15px auto;
    background-image: url(assets/images/radio.svg);
}

.attribute-item:last-child {
    margin-bottom: 0;
}

.attribute-item.item-selected {
	background:none;
    /*
	background: #c1e6ba;
    color: #103021;
	opacity:1;
    border: 1px solid #aecea7;*/
	color:#103021;
	border-bottom:1px solid #aecea7;
}

.attribute-item.item-selected::before {
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 15px auto;
    background-image: url(assets/images/radio-active.svg);
}

.attribute-item .price-name {
    width: 55%;
    font-weight: bold;
}

.attribute-item .price-name span.price-desc {
    font-weight: normal;
}

.attribute-item .price-name span {
    font-size: 13px;
	line-height:1.1em;
    display: block;
    font-weight: normal !Important;
}

.attribute-item .price-nominal {
    width: 45%;
    text-align: right;
    font-weight: bold;
}

.itinerary-lists h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.package-attribute-section {
    border-bottom: 1px dashed #BFC9D9;
    padding-bottom: 20px;
}

.prices-section.package-attribute-section {
    padding-bottom: 0;
    border-bottom: 0px dashed #BFC9D9;
}

.notes-section ul,
.notes-section ol {
    margin-left: 1em;
    margin-top: 10px;
}

/* Archive Produk */
.search-result-box,
.tax-package-categories .site-main,
.tax-package-tags .site-main,
.post-type-archive .site-main,
.related-posts-section {
    display: grid;
    grid-gap: 25px;
    grid-template-columns:1fr 1fr 1fr;
}

input[type="date"] {
    background: transparent;
    height: 42px;
    border-radius: 5px;
    border: 2px solid #BFC9D9;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(100%);
}

.noline {
    text-decoration: none !Important;
}

/* Search Form */
.search_form form {
    display: flex;
    gap: 8px;
    background: #fff;
    border-radius: 50px;
    padding: 8px 10px;
}

.search_form form input,
.search_form form select {
    background: #fff !important;
    margin-bottom: 0 !Important;
	font-size:15px;
	border-radius:8px!Important;
    border: 1px solid #f1f1f1 !Important;
}

.search_form form button {
    border-radius: 8px;
    width: 40%;
    margin-left: 15px;
    font-weight: bold;
}

.search_form form select {
    background-image: url(assets/images/chevron-down.svg) !Important;
    background-repeat: no-repeat !Important;
    background-position: 90% center !Important;
    appearance: none;
}

.search_formwrapp form {
    padding: 0 !Important;
    flex-wrap: wrap;
}

.search_formwrapp form input,
.search_formwrapp form select {
    border-bottom: 1px dashed #BFC9D9 !Important;
    border-radius: 0 !Important;
    padding-left: 0 !Important;
    padding-right: 0 !Important;
    font-size: 15px;
}

.search_formwrapp button {
    margin-left: 0 !Important;
    margin-top: 10px !Important;
}

/* Exclide Include */
.custom-book-description ul,
.includes-section ul,
.excludes-section ul {
	margin: 0 !important;
}
.custom-book-description ul li,
.includes-section ul li,
.excludes-section ul li {
	position: relative;
    background-repeat: no-repeat;
	background-size: 16px auto;
    background-position: left center;
	list-style: none;
	margin-bottom: 8px;
	padding-left: 25px;
	line-height: 18px;
}
.includes-section ul li,
.custom-book-description ul li { background-image: url(assets/images/check-icon.svg); }
.excludes-section ul li { background-image: url(assets/images/close.svg);background-size: 13px auto; }

.custom-book-description h3 {
	font-size:18px;
}
.custom-book-description ul li {
	font-size:15px;
	background-position: left center;
	line-height: 1.45em;
	border-bottom:1px solid #f1f1f1;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:0;
}

.itinerary-section ul {
	margin: 0 0 0 -20px;
	counter-reset: li;
}
.itinerary-section ul > li {
	position: relative;
	display: block;
	list-style: none;
	border-left: 1px dashed #c1e6ba;
	margin-left: 31px;
	font-size: 15px;
	padding-left: 33px;
	padding-bottom: 26px;
}
.itinerary-section ul > li::before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: -2px;
	left: -22px;
	box-sizing: border-box;
	margin-right: 8px;
	display: block;
	font-size: 15px;
	font-weight: 700;
	padding: 7px;
	width: 40px;
	border: 8px solid #f0f7ee;
	height: 40px;
	text-align: center;
	font-weight: 500;
	background: #c1e6ba;
	color: #103021;
	border-radius: 999em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itinerary-section ul > li:last-child {
	border-left: 0;
}
.itinerary-section ul > li strong {
	font-size: 16px;
}


/* Paket Archive */
.acr_wrapp {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.catslide .acr_wrapp,
.related-posts-section .acr_wrapp {
    box-shadow: none;
    border: 1px solid #f1f1f1;
}

.acr_inner {
    padding: 15px 25px 25px;
}

.acr_inner header {
    margin-bottom: 5px;
}

.acr_inner h3 {
    font-size: 16px;
    line-height: 1.35;
	text-align:center;
    overflow: hidden;
    margin-bottom: 0;
}
.acr_inner h3 a {
	color:var(--contrast);
}
.shortdesc_box {
	font-size:13px;
	text-align:center;
	color:var(--contrast-3);
}

.acr_inner .entry-summary {
    margin-top: 15px;
}

.acr_price {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.intro_ite {
	border-top:1px solid #f1f1f1;
	padding-top:15px;
	margin-top:15px;
}
.intro_ite ul {
	margin:0;
	padding:0;
}
.intro_ite ul li {
	list-style: none;
	background-image: url(assets/images/check-icon.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
	color:var(--contrast-3);
	background-size: 16px auto;
	font-size: 15px;
	padding: 3px 0 3px 23px;
	font-weight: 500;
}

.acr_startfrom {
    display: flex;
    font-size: 12px;
	align-items: center;
    flex-direction: column;
}

.acr_startfrom p {
    margin-bottom: 0 !important;
	color:var(--contrast-3);
}

.acr_startfrom span {
    font-size: 18px;
    font-weight: bold;
}

.acr_price a {
    font-size: 16px;
    border-radius: 4px;
    background: var(--accent);
    color: #fff;
    padding: 12px 15px;
    font-weight: bold;
    line-height: 1em;
    display: flex;
	justify-content: center;
    align-items: center;
}

.acr_price a:hover {
    background: #000;
}

/* Gallery Style */
.smallgallery .eb-gallery-img-wrapper a.eb-gallery-img-content {
    margin-left: -10px;
}

.smallgallery .eb-gallery-img-wrapper a.eb-gallery-img-content:first-child {
    margin-left: 0px;
}

.smallgallery .eb-gallery-img-wrapper a.eb-gallery-img-content img {
    border: 2px solid;
}

/* Post Archive */
.separate-containers .site-main {
    margin-right: 40px;
}

.related-posts {
    margin-top: 45px;
}

.gb-container iframe {
    width: 100%;
    height: 100%;
}

.menu-toggle .gp-icon {
    display: flex !Important;
}

.custom_gallery .eb-gallery-img-wrapper a.eb-gallery-img-content {
    padding: 10px;
}

/* Accordion */
.eb-accordion-title-wrapper {
    padding: 20px 0 !Important;
    background: #fff !Important;
    border-bottom: 1px solid #f1f1f1 !important;
}

.eb-accordion-wrapper {
    padding-top: 0 !Important;
}

h3.eb-accordion-title {
    font-size: 16px !Important;
    line-height: 1.35em;
}

.eb-accordion-content {
    font-size: 15px !Important;
    border: none !Important;
    padding: 25px 0 !Important;
    line-height: 1.4em !Important;
}

.eb-accordion-content ul {
    margin-left: 1em;
}

.eb-accordion-content ul li {
    margin-bottom: 8px;
}

.eb-accordion-content p {
    margin-bottom: 20px !Important;
}

.gpwisata-modal .required {
    border-color: red !important;
}

/* Custom link Features */
.custom-book-description {
    margin-top: 25px;
}

.custom-book-description img {
    border-radius: 8px;
}

/* Date Picker */
.datepicker-inline {
    position: absolute;
}

.ui-widget.ui-widget-content {
    border: 0px solid #BFC9D9;
    padding: 10px;
    box-shadow: 0 .275rem .75rem -0.0625rem rgba(11, 15, 25, .06), 0 .125rem .4rem -0.0625rem rgba(11, 15, 25, .03) !important;
}

.ui-widget-header {
    border: 0px solid #dddddd;
    background: #fff;
}

.ui-datepicker table {
    border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    text-align: center;
    border-radius: 5px;
}

.ui-icon-circle-triangle-e,
.ui-icon-circle-triangle-w {
    background-image: url("assets/images/chevron-right.svg") !important;
    background-size: 14px auto;
    background-position: center center;
}

.ui-icon-circle-triangle-w {
    background-image: url("assets/images/chevron-left.svg") !important;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 2px !Important;
    border: none !Important;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px !Important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px !important;
}

input#booking-date {
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: 96% center;
    background-image: url("images/date.svg") !important;
}

.no_slide {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
}

.shortcode-packages-wrap .inside-article {
    background: none !Important;
}
.tour_top {
	background:var(--tr-head);
}
.tour_top .wrapp {
	padding:100px 0 60px;
	color:#fff;
}
.tour_del_title {
	padding-right:45%;
}
.tour_del_title .entry-header {
	margin:5px 0 15px;
}
.product_total {
	margin-top: -300px;
}
.arr {
	font-size: 14px;
	font-weight: bold;
	background-size: 50px auto;
	background-position: right bottom;
	background-image: url("assets/images/share-arrow.svg");
	background-repeat: no-repeat;
	padding: 16px 59px 0px 0;
	margin-bottom: 13px;
	display: inline-block;
}
.addtoany_list {
	display: flex!Important;
	gap: 5px!Important;
}
.addtoany_list a {
	padding:0!Important;
}

.tour_link {
	text-indent: -9000px;
	padding: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* Testimonial Slide */
.testi_item {
	background-color:#fff;
	border:1px solid #f1f1f1;
	border-radius:10px;
	padding:30px;
	position:relative;
	overflow:hidden;
}
.nm {
	position:absolute;
	bottom:35px;
}
.testi_item h4,
.testi_item strong {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0;
}
.sub_title {
	font-size:13px;
	line-height: 1em;
}
.name_title {
}
.name_box {
	display: flex;
	gap:15px;
	padding-top:15px;
	border-top:1px solid #f1f1f1;
}
.nm_img { width:50px;}
.nm_img img {
	border-radius: 50%;
	border: 2px solid var(--accent);
	padding: 2px;
}
.testi_desc {
	padding: 25px 0 20px;
	background-image: url(assets/images/star.svg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 90px;
	font-size:15px;
}

.entry-content:not(:first-child), 
.entry-summary:not(:first-child), 
.page-content:not(:first-child) {
	margin-top: 20px;
}

/* TOC */
#ez-toc-container {
	background: none;
	border: 0px solid #aaa;
	border-radius: 0px;
	box-shadow: none;
	display: table;
	margin-bottom: 1em;
	padding: 0;
	position: relative;
	width: 100%;
	margin: 25px 0 35px;
}
#ez-toc-container nav {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	padding: 30px;
	border:1px solid #f1f1f1;
	border-radius: 15px;
}
.ez-toc-title-container .ez-toc-title-toggle {
	display:none;
}
.ez-toc-title-container {
	display: table;
	width: auto;
	background: #f1f1f1;
	padding: 7px 25px;
	margin-left: 30px;
	border-radius: 10px 10px 0 0;
}
.ez-toc-title-container p {
	font-size:16px!Important;
	font-weight:bold;
}

#ez-toc-container ul {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	row-gap: 10px;
}
div#ez-toc-container ul li {
	font-size: 100%;
	list-style: none;
	overflow: visible;
	width: 100%;
	padding:10px 0;
	border-bottom:1px solid #f1f1f1;
}
div#ez-toc-container ul li:last-child {
	border:none;
}
#ez-toc-container a {
	color: var(--contrast)!Important;
	box-shadow: none;
	text-decoration: none;
	text-shadow: none;
	display: inline-flex;
	align-items: stretch;
	flex-wrap: nowrap;
	gap: 10px;
	font-size: 15.5px;
	line-height: 1.35em;
	font-weight: bold !important;
}
#ez-toc-container ul.ez-toc-list-level-3 {
	gap:2px;
	padding:8px 0;
}
#ez-toc-container ul.ez-toc-list-level-3 li {
	border:none;
	padding:0;
}
#ez-toc-container ul.ez-toc-list-level-3 li a {
	font-weight: normal !important;
}
.ez-toc-counter nav ul li a::before {
	content: counters(item, ".", decimal);
	display: inline-block;
	counter-increment: item;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: .2em;
	float: left;
	width: 25px;
	height: 25px;
	background: var(--accent);
	border-radius: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
}
#ez-toc-container ul.ez-toc-list-level-3 li a:before {
	background:none;
	color:#000;
	margin-left: 8px;
}

@media only screen and (max-width: 1024px) {
    .wrapp {
        width: 100%;
    }

    .header-wrap {
        padding: 0 25px;
    }

    .inside-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-navigation .main-nav ul {
        padding: 30px 0;
    }

    .main-navigation .main-nav ul li a {
        padding-left: 5px;
        padding-right: 5px;
        line-height: 40px;
    }

    .main-navigation li.cta a {
        margin-top: 10px;
    }

    .main-navigation.toggled .main-nav ul ul {
        margin-left: 0 !important;
    }

    .cta_button {
        position: absolute;
        top: 15px;
        right: 65px;
    }

    .mobile-menu-control-wrapper .menu-toggle,
    .mobile-menu-control-wrapper .menu-toggle:hover {
        background: none !Important;
    }

    .main-navigation li.cta a {
        color: #fff !important;
        text-align: center;
        border-color: #fff;
    }

    .slideout-navigation .main-nav {
        margin-bottom: 20px !important;
        padding: 30px 15px 0;
    }

    body.single .content-area {
        padding-left: 0;
        padding-right: 0;
    }
    .separate-containers .inside-article {
        padding: 0;
    }

    .separate-containers .site-main {
        margin-top: 25px;
        padding: 0 20px;
    }

    body.full-width-content.separate-containers .site-main {
    	padding:0;
	}

    body.home.separate-containers .site-main,
    body.single-packages.separate-containers .site-main {
        padding: 0;
    }

    #generate-slideout-menu.main-navigation ul ul.toggled-on {
        margin-left: 7px;
		padding-right: 15px !important;
		border-left: 1px dashed #ccc !important;
    }
	#generate-slideout-menu .slideout-menu ul.sub-menu.toggled-on li {
		border-bottom:0px solid #f1f1f1!Important;
	} 
	#generate-slideout-menu .slideout-menu ul.sub-menu.toggled-on li:last-child {
		border:none!Important;
	}

    .separate-containers .site-main {
        margin-right: 0;
    }
	
	.tour_top .wrapp { padding: 70px 20px;}
	.tour_del_title { padding-right: 0;}
	.product_total_in { position:static;}
}

@media only screen and (max-width: 768px) {
    .product_wrapp {
        display: block;
    }

    .breadcrumb {
        font-size: 12px;
    }

    .product_imgsection {
        position: static;
        margin-top: 25px;
    }

    .product_content .short-desc {
        font-size: 14px;
        line-height: 1.35em;
    }
	.ttl { padding-bottom:20px;}

    .owl-dots {
        margin-top: 0 !Important;
    }

	.product_content { padding:0 20px;}
	.product_imgsection { margin-bottom:25px;}
    .product_imgsection,
    .product_content,
    .product_total {
        width: 100%;
    }

    .rank-math-breadcrumb {
        font-size: 12.5px;
    }

    .rank-math-breadcrumb p {
        margin-bottom: 10px;
    }
	.product_total { 
		margin-top:35px;
		padding: 0;
	}
	.product_total_in {
		border-radius:0;
	}

    .price_ori {
        font-size: 18px;
        font-weight: bold;
        align-items: flex-start;
        width: 100%;
    }
    .price-wrap {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.8em;
    }
    .price-wrap .prc {
        font-size: 20px;
    }
    button.order-now {
        margin-top: 0;
        background: var(--color-option1);
        font-size: 14px;
        color: #000;
        padding-left: 0;
        padding-right: 0;
    }
	.product_content_bot {
		padding:45px 20px 5px;
		margin-top:0;
		border-top:2px solid #f1f1f1;
	}
    .product_content h1 {
        padding-right: 0;
    }

    .price_ori span.regular-price {
        display: none !Important;
    }

    .price_ori span.prcmob {
        display: block !Important;
        text-decoration: none;
        font-size: 12px;
        font-weight: normal;
    }

    .search_form form {
        flex-wrap: wrap;
        border-radius: 8px;
        padding: 15px 25px 20px;
    }

    .search_form form button {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .search_form form input,
    .search_form form select {
        font-size: 14px;
    }

    .search-result-box,
    .tax-package-categories .site-main,
    .tax-package-tags .site-main,
    .post-type-archive .site-main {
        margin-top: 10px;
        padding: 0 20px;
        grid-template-columns: 1fr 1fr;
    }

    .custom_gallery .eb-gallery-img-wrapper a.eb-gallery-img-content {
        padding: 5px;
    }

    .form_mob .product_total {
        position: static;
        width: 100%;
        border: none;
        background: var(--price-color);
        color: #fff;
        display: block;
        padding-top: 30px;
        border-radius: 8px;
    }

    .form_mob .product_total button.order-now,
    .form_mob .product_total .price-wrap {
        width: 100%;
    }

    .form_mob .ttl_note,
    .mob_booking,
    .form_mob {
        display: block;
    }

    .form_mob .ttl_note a {
        color: #fff;
        text-decoration: underline;
    }

    .form_mob .ttl_prcbox {
        margin-bottom: 15px;
    }

    .modal-content .ttl_prcbox {
        margin: 20px 0;
    }

    .form_mob .price_ori {
        display: block;
        text-align: center;
    }

    .modal-content .price_ori {
        text-align: left !Important;
    }

    .form_mob .price-wrap .prc {
        text-align: center;
    }

    .mob_booking {
        margin-bottom: 25px;
    }

    .mob_booking a {
        display: block;
        background: var(--color-option1);
        color: #000;
        padding: 12px 0;
        width: 100%;
        font-weight: bold;
        text-align: center;
        border-radius: 7px;
    }

    .mob_bookingtop {
        margin-bottom: 0;
    }

    .mob_bookingtop a {
		margin-top:25px;
        font-size: 15px;
        padding: 10px 45px;
        border-radius: 4px;
		background:var(--price-color);
    }
	.tbl {
		overflow: auto;
	}
	.tbl table { width:800px;}
	.comment-form-comment textarea {height: 120px;}
    .stories_slider .owl-item img { width:85px;}
}

@media only screen and (max-width: 767px) {
    .header-wrap {
        padding: 0 20px;
    }

    .header-wrap .site-header {
        padding-top: 20px;
    }

    .storage-loop .storage-item .storage-name {
        width: 60%;
    }

    .storage-loop .storage-item .storage-quantity {
        width: 40%;
    }

    .product_content h1 {
        font-size: 24px;
    }

    .intro_paket {
        font-size: 14.5px;
        line-height: 1.5em;
    }

    .attribute-item .price-name,
    .attribute-item .price-nominal {
        width: 50%;
    }

    .attribute-item .price-name span {
        font-size: 12px;
        line-height: 1.3em;
    }

    .price-nominal span {
        font-size: 11px;
    }

    .price-nominal {
        font-size: 14.5px;
    }

    .gpwisata-modal .modal-content {
        height: 100%;
        margin: 0 auto;
        border-radius: 0px;
    }


    .search-result-box,
    .tax-package-categories .site-main,
    .tax-package-tags .site-main,
    .post-type-archive .site-main,
    .related-posts-section {
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }

    .catslide .owl-stage-outer {
        overflow: visible;
    }

    .gpwisata-modal .modal-content {
        padding: 50px 20px;
    }

    /* Updated 24 March */
    .no_slide {
        grid-template-columns: 1fr;
        grid-gap: 25px;
    }
	.tour_del_title .entry-header h1 {
		font-size:30px;
	}
	.product_total_in {
		padding: 30px 20px 45px;
	}
	.short-desc { font-size:15px;}
	.tour_top .wrapp { padding: 70px 20px 150px;}
	.product_slider img { border-radius:0;}	
	.product_wrapp { margin-top:-120px;}
	.product_content_dsc { overflow:hidden;}
	.slide_price .acr_startfrom span { font-size: 18px;}
	.str_price .acr_startfrom span { font-size:14px;}
	.classic_desc { display:none}
	.hero_classic .owl-dots { margin-bottom:0;}
	.entry-content:not(:first-child) { margin-top: 1em;}
	
	.ez-toc-title-container p { font-size: 14px!Important;}
	div#ez-toc-container ul li { width:100%;}
	div#ez-toc-container ul li:last-child { border-bottom:none;}
	#ez-toc-container nav { padding: 25px 20px;}
    .stories_slider .owl-item img { width:70px;}

}