/*
 * Theme Name:   toPenida
 * Theme URI:    https://theme.co.id/product/topenida/
 * Description:  GeneratePress Custom Themes For Travel Agency
 * Author:       Theme.co.id
 * Requires at least: 5.2
 * Tested up to: 6.3
 * Requires PHP: 7.4
 * Author URI:   https://theme.co.id
 * Template:     generatepress
 * Text Domain: gptravel
 * Version:      1.2
 */

/* Body */
.wrapp {
	width:1100px;
	margin:0 auto;
}
/* Limite Title */
.limit-title {
    overflow: hidden;
    display: -webkit-box;
	 -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Header */
.site-header { 
	border-bottom:1px solid #f1f1f1;
	top: 0;
	z-index: 99;
}
.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;
}

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

/* 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;
    margin-left: 30px;
    width: 100% !important;
    padding: 0 !important;
}

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

.sub-menu.toggled-on li a::before {
    width: 5px;
    height: 5px;
    content: " ";
    position: absolute;
    left: 12px;
    background: var(--accent);
    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 Nav */
.owl-nav {
    text-align: left;
}

.owl-nav button {
    top: 40%;
	position:absolute;
    width: 35px;
    opacity: 1;
    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;
}

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

/* 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,
body.single .site {
    padding-top: 20px;
    padding-bottom: 20px;
}

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

.paging-navigation span,
.paging-navigation a {
    border: 1px solid #ccc;
    padding: 5px 10px !important;
    color: #333333 !important;
    border-radius: 4px;
}

.paging-navigation span.current {
    background: #fff;
    color: #fff !important;
    background: var(--accent);
    border: 1px solid var(--accent);
    font-weight: normal !important;
}

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: block;
    padding-bottom: 15px;
}

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

.search h1.page-title:after {
    display: none;
}

/* 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: 5px 15px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 50px;
    display: inline-block;
    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%;
}

.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 {
    column-gap: 25px;
    flex-wrap: wrap;
}

/* 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 {
	border-bottom:1px solid #f1f1f1;
	font-size:14px;
	color:#636363;
	padding: 0 0 10px;
}
.product_wrapp {
	display:flex;
	gap:25px;
	position:relative;
}
.product_total {
	width:35%;
}
.product_content {
	width:65%;
	min-width: 0;
}
.intro_paket {
	opacity:0.55;
	margin-bottom:10px;
}
.product_total,
.product_imgsection {
	position: sticky;
	align-self: flex-start;
	top: 20px;
}

.product_imgsection {
	position:relative;
}
.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 .short-desc {
	margin-bottom:20px;
}
.product_content ul,
.product_content ol {
	margin-left:1.15em;
}
.product_total {
	border: 1px solid #BFC9D9;
	border-radius: 8px;
	padding: 30px 30px 35px;
}
.form_mob,
.mob_booking {
	display:none;
}
.paket_imgsection {
	min-width: 0;
}
.ttl {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #BFC9D9;
}
.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 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:45px;
	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:10px;
}
.price-lists .attribute-item:last-child {
	margin-bottom:0;
}
.attribute-item {
	padding: 10px 0;
	margin-bottom: 0;
	position: relative;
	padding-left: 28px;
	border: 1px solid #BFC9D9;
	border-radius: 8px;
	padding: 10px 20px 10px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.attribute-item::before {
	height: 15px;
	width: 15px;
	border-radius: 50px;
	content: " ";
	position: absolute;
	left: 15px;
	top: 15px;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 15px auto;
	background-image: url(images/radio.svg);
}
.attribute-item:last-child {
	margin-bottom:0;
}
.attribute-item.item-selected {
	background:none;
	color:var(--price-color);
	border:2px solid var(--price-color);
}
.attribute-item.item-selected::before  {
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 15px auto;
	background-image: url(images/radio-active.svg);
}
.attribute-item .price-name { 
	width:60%;
	font-weight:bold;
}
.attribute-item .price-name span.price-desc {
	font-weight:normal;
}
.attribute-item .price-name span {
	font-size:14px;
	display:block;
	font-weight:normal!Important;
}
.attribute-item .price-nominal { 
	width:40%;
	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;
}

/*
.includes-lists ul,
.excludes-lists ul {
	padding-left: 30px;
	margin-left:0;
}

.includes-lists ul li,
.excludes-lists ul li {
	list-style: none;
	position: relative;
}

.includes-lists ul li:before,
.excludes-lists ul li:before {
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	position: absolute;
	left: -25px;
	content: " ";
	top: 6px;
}
.includes-lists ul li:before { background-image: url(images/check.svg);}
.excludes-lists ul li:before { background-image: url(images/close.svg);}
*/

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

/* The Modal (background) */
.gptravel-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow-x: hidden;
    overflow-y: hidden;
    outline: 0;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.gptravel-modal .modal-content {
    background-color: #fefefe;
    margin: 3% auto; /* 15% from the top and centered */
    padding: 40px;
	border-radius:10px;
    width: 550px; /* Could be more or less, depending on screen size */
    max-width: 100%;
	position: relative;
}

/* The Close Button */
.gptravel-modal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.gptravel-modal .close:hover,
.gptravel-modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal_header {
	margin-bottom: 20px;
}
.modal_header h3 { 
	margin-bottom:10px;
	font-size:18px;
}
.modal_ttl .ttl_prcbox {
	font-size: 14.5px;
	align-content: flex-start;
	align-items: center;
	color: var(--price-color);
	border-radius: 8px;
	padding: 20px;
	border: 2px solid var(--price-color);
}

.modal_ttl .ttl_prcbox .price-selecteds span {
	display:block;
}
.modal_ttl .ttl_prcbox .price-selecteds span.package-selected-name {
	font-weight:bold;
}

.modal_header span.close {
	position: absolute;
	top: 10px;
	right: 20px;
}
.modal_form input {
	display:block;
	width:100%;
	background:#fff;
	border: 2px solid #BFC9D9!Important;
}
.modal_form .form-group {
	margin-bottom:15px;
}
.modal_form .form-group label {
	display:block;
	font-size:14.5px;
	margin-bottom:3px;
}
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;
	border:none!Important;
}
.search_form form button {
	border-radius: 50px;
	width:40%;
	margin-left:15px;
	font-weight:bold;
}
.search_form form select {
	background-image: url(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;
}

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

/* Slide */
.catslide .acr_inner {
	padding: 15px 15px 20px;
}
.catslide .short-desc,
.catslide  .acr_price a {
	display:none;
}


.acr_inner header {
	margin-bottom:5px;
}
.acr_inner h3 {
	font-size: 18px;
	line-height: 1.35;
	margin-bottom:0;
}
.acr_inner .entry-summary {
	margin-top:15px;
}
.acr_price {
	display: flex;
	padding-top:15px;
	align-items:flex-end;
	border-top:1px dashed #BFC9D9;
	justify-content: space-between;
}
.acr_startfrom {
	display: flex;
	font-size:12px;
	flex-direction:column;
}
.acr_startfrom p {
	margin-bottom:0!important;
}
.acr_startfrom span {
	font-size:18px;
	font-weight:bold;
}
.acr_price a {
	font-size: 13px;
	border-radius: 4px;
	background: var(--accent);
	color: #fff;
	padding: 8px 15px;
	font-weight: bold;
	line-height: 1em;
	display: flex;
	align-items: center;
}
.acr_price a:hover {
	background:#000;
}

/* Slide */
.catslide .acr_inner {
	padding: 15px 15px 20px;
}
.catslide .short-desc,
.catslide  .acr_price a {
	display:none;
}
.catslide .acr_inner h3 {
	font-size:15px;
	line-height: 1.35;
	overflow: hidden;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.catslide .acr_inner h3 a {
	color: var(--contrast);
}

/* 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;
}
.gptravel-modal .required {
    border-color:red !important;
}

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

/* Featured Post */
.featured_wrapp {
	position:relative;
	height: 285px;
}
.featured_desc {
    position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	padding:25px;
	display:flex;
	color:#fff;
	flex-direction:column;
	justify-content: flex-end;
	background: rgba(0, 0, 0, 0.5);
}
.featured_desc h3 a {
	color:#fff;
}
.featured-package .owl-dots {
	position: absolute;
	margin: 0 0 5px;
}
.featured-package .acr_price {
	border-top:none;
	padding-top:0;
}

/* 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("images/chevron-right.svg") !important;
	background-size: 14px auto;
	background-position: center center;
}
.ui-icon-circle-triangle-w {
	background-image: url("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;
}

@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: 20px;
        padding-right: 20px;
    }
	.separate-containers .inside-article {
		padding:0;
	}

	.separate-containers .site-main {
		margin-top:25px;
		padding:0 20px;
	}
	body.single-post.separate-containers .site-main {
		padding:0;
		margin-top: 0;
	}
	body.home.separate-containers .site-main,
	body.page.separate-containers .site-main,
	body.single-packages.separate-containers .site-main {
		padding:0;
	}	

	#generate-slideout-menu.main-navigation ul ul.toggled-on {
		margin-left: 0;
	}
	.separate-containers .site-main {
		margin-right:0;
	}
	
}

@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;
	}
	.owl-dots {
		 margin-top:0!Important;
	}
	
	
	.product_imgsection,
	.product_content,
	.product_total {
		width:100%;
	}
	.rank-math-breadcrumb {
		font-size:12.5px;
	}
	.rank-math-breadcrumb p {
		margin-bottom:10px;
	}
	.product_total {
		bottom: 0;
		left: 0;
		top: auto;
		z-index:99;
		align-items: center;
		border-radius: 0;
		color:#fff;
		justify-content: space-between;
		background: var(--accent);
		padding: 15px 20px;
		border:none;
	}
	
	.product_total {
		position:fixed;
		display:none;
		position: fixed;
	}
	.product_total .price-wrap {
		width:50%
	}
	.product_total button.order-now {
		width: 50%;
	}
	.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;
	}
	.price-wrap .ttl,
	.ttl_prcbox .price-selected,
	.ttl_note {
		display:none;
	}

	.ttl_prcbox {
		flex-wrap: wrap;
		gap: 15px;
	}

	.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;
		background:var(--color-option1);
	}
	.search_form form input,
	.search_form form select {
		padding-left:0!important;
		padding-right:0!important;
		font-size:14px;
	}

    .search-result-box,
    .tax-package-categories .site-main,
    .tax-package-tags .site-main,
    .related-posts-section {
		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 {
		font-size:11px;
		padding:7px 15px;
		border-radius:4px;
	}
}

@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%; line-height: 1.15em;}
	
	.attribute-item .price-name span { font-size: 12px; line-height: 1.3em; margin-top:6px;}
	.price-nominal span { font-size:11px;}
	.price-nominal { font-size:14.5px;}
	.gptravel-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;}
	.gptravel-modal .modal-content {
		padding:50px 20px;
	}
	
	.featured_wrapp {
		position:relative;
		height: 215px;
	}
	.featured-package .owl-stage-outer {
		overflow:visible;
	}
	.has-inline-mobile-toggle #site-navigation.toggled {
		position:absolute;
		width:100%;
		left:0;
		background:#fff;
	}
	.has-inline-mobile-toggle #site-navigation.toggled .inside-navigation {
		padding:0 20px;
	}
	.related-posts-section { padding:0;}
	
}