/*
Theme Name: Weesata
Theme URI: https://weesata.ciuss.net
Author URI: https://facebook.com/ciussgw
Description: Special theme for Tour and Travel website.
Author: Ciuss Creative
Version: 3.5.3
Requires at least: 6.2
Tested up to: 6.6.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom logo, sidebar
Text Domain: weesata
Copyright: (c) 2018 ciuss.com
*/

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
body {
    line-height: 1.4;
    text-align: left;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    outline: 0 !important;
}
body {
    font-weight: 400;
    font-size: 14px;
    color: #656;
}
img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.screen-reader-text {
}
.wee__clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;
}
.wrapper.traveler {
	padding: 120px 0 0;
}
.wrapper.touring {
	padding: 130px 0 0;
}
.wrapper.vacation {
	padding: 90px 0 0;
}
.wee__container {
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.wee__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    z-index: 100;
}
.wee__header .wee__container {
	padding: 0;
	position: relative;
}
.traveler .wee__header {
	height: 120px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.07);
}
.vacation .wee__header {
	height: 90px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.07);
}
.touring .wee__header {
	height: 130px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.07);
}
.vacation .header__inner {
	padding: 0 50px 0 0;
}
.vacation__menu {
	position: absolute;
	right: 0;
	top: 0;
	height: 90px;
	width: 50px;
}
.vacation__menu:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	top: 0;
	height: 90px;
	width: 50px;
	background: #098;
	opacity: 0.2;
}
.vacation__menu span {
	position: absolute;
	top: 20px;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 2px;
	transform: rotate(90deg);
}
.traveler .header__add {
	height: 18px;
	line-height: 18px;
	padding: 8px 30px;
	font-size: 14px;
}
.touring .header__add {
	height: 18px;
	line-height: 18px;
	padding: 13px 30px;
	font-size: 14px;
}
.traveler .header__add i,
.touring .header__add i {
	display: none;
}
.traveler .header__add a:first-child span,
.touring .header__add a:first-child span {
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	border-width: 0 1px 0 0;
	border-style: solid;
}
.traveler .header__add .wee__sociofooter,
.touring .header__add .wee__sociofooter {
	float: right;
	margin: -5px 0;
	height: 28px;
	padding:  0;
}
.traveler .header__add .wee__sociofooter a,
.touring .header__add .wee__sociofooter a {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  padding: 5px;
  margin: 0 0 0 3px;
}
.traveler .header__add .wee__sociofooter svg,
.touring .header__add .wee__sociofooter svg {
	width: 18px;
  height: 18px;
}
.wee__logo {
    float: left;
    height: 60px;
    padding: 20px 60px 20px 30px;
    margin: 0 50px 0 0;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.vacation .wee__logo {
	float: left;
    height: 50px;
    padding: 20px;
    margin: 0 40px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.traveler .wee__logo,
.touring .wee__logo {
	height: 42px;
    padding: 22px 40px 22px 30px;
}
.wee__logo a {
    display: block;
}
.wee__logo img {
    height: 60px;
    width: auto;
    display: block;
}
.traveler .wee__logo img,
.touring .wee__logo img {
    height: 42px;
}
.vacation .wee__logo img {
    height: 50px;
}
.wee__menu {
    float: left;
}

.vacation__contact {
	position: relative;
	float: right;
	height: 50px;
	line-height: 50px;
	padding: 20px 25px;
}
.vacation__contact:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 1px;
	background: #098;
	opacity: 0.3;
}
.vacation__contact a {
	display: inline-block;
	height: 50px;
}
.vacation__contact i {
	float:left;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 28px;
	border-radius: 50px;
}
.phone__vacation {
	float: right;
	margin: 0 0 0 12px;
}
.phone__vacation span:nth-child(1) {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	display: block;
}
.phone__vacation span:nth-child(2) {
	height: 30px;
	line-height: 34px;
	font-size: 20px;
	display: block;
}

/* MENU */
.wee__menu {
    float: left;
    height: 100px;
}

.nav .weemenu {
    height: 100px;
}
.traveler .wee__menu,
.traveler .nav .weemenu,
.touring .wee__menu,
.touring .nav .weemenu {
	height: 86px;
}
.vacation .wee__menu  {
	float: none;
	height: 46px;
}
.vacation .nav .weemenu {
	height: 46px;
	box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.nav .weemenu li {
    float: left;
    display: block;
    position: relative;
}
.nav .weemenu li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 47px;
    right: 3px;
    height: 8px;
    width: 8px;
    border-radius: 8px;
}
.traveler .nav .weemenu li.menu-item-has-children:after,
.touring .nav .weemenu li.menu-item-has-children:after {
  top: 40px;
}
.vacation .nav .weemenu li.menu-item-has-children:after {
    top: 10px;
}
.nav .weemenu li a {
    text-decoration: none;
    display: block;
    line-height: 100px;
    font-size: 16px;
    margin: 0;
    padding: 0 20px;
    border-radius: 30px;
    white-space: nowrap;
	position: relative;
	z-index: 2;
}
.traveler .nav .weemenu li a,
.touring .nav .weemenu li a {
    line-height: 86px;
}
.vacation .nav .weemenu li a {
    line-height: 46px;
}
.nav .weemenu li span {
    position: absolute;
    top: 15px;
    right: -10px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-size: 11px;
    font-weight: normal;
    border-radius: 15px 15px 15px 0;
}
.traveler .nav .weemenu li span,
.touring .nav .weemenu li span {
	top: 15px;
	height: 16px;
	line-height: 16px;
	padding: 0 7px;
    border-radius: 0;
	font-size: 10px;
	clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}
.vacation .nav .weemenu li span {
    position: relative;
	display: inline-block;
    top: -12px;
    right: 0px;
    height: 16px;
    line-height: 15px;
    padding: 0 8px;
    font-size: 10px;
    font-weight: normal;
    border-radius: 15px;
}
.nav .weemenu li ul {
    display: none;
    position: absolute;
    top: 100px;
    left: 0px;
    padding: 15px 0;
    z-index: 400;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.traveler .nav .weemenu li ul,
.touring .nav .weemenu li ul {
    top: 86px;
}
.nav .weemenu li:hover ul {
    display: block;
}
.nav .weemenu li ul li,
.nav .weemenu li ul li.menu-item-has-children {
    float: none;
    display: block;
    line-height: 1.2;
    min-width: 280px;
    padding: 0;
    margin: 0;
}
.nav .weemenu li ul li.menu-item-has-children:after {
    content: "";
    top: 22px;
    right: 20px;
}
.nav .weemenu li ul li a {
    position: relative;
    font-weight: normal;
    line-height: 1.2;
    padding: 16px 30px;
    border-radius: 0;
    border: 0 !important;
    transition: all 0.5s ease 0.1s;
}
.traveler .nav .weemenu li ul li a,
.touring .nav .weemenu li ul li a {
  line-height: 1.2;
}
.nav .weemenu li ul li a:hover {
    padding: 16px 30px 16px 40px;
}
.nav .weemenu li ul li a:after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: 15px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    clear: both;
    opacity: 0;
}
.nav .weemenu li ul li:hover a:after {
    opacity: 1;
}

.nav .weemenu li ul li ul {
    display: none;
    position: absolute;
    top: -15px;
    left: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.nav .weemenu li:hover ul li ul,
.nav .weemenu li ul li:hover ul li ul,
.nav .weemenu li ul li ul li:hover ul li ul {
    display: none;
}
.nav .weemenu li ul li:hover ul,
.nav .weemenu li ul li ul li:hover ul,
.nav .weemenu li ul li ul li ul li:hover ul {
    display: block;
}

.wee__icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    padding: 27px 30px;
    margin: 0 0 0 50px;
}
.traveler .wee__icon {
	top: 39px;
	padding: 18px 30px;
}
.touring .wee__icon {
	top: 0;
	padding: 22px 30px;
}
.vacation .wee__icon {
	position: fixed;
	right: 30px;
	bottom: 30px;
	top: auto;
	z-index: 1000;
}
.wee__icon a {
    display: block;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 12px;
}
.touring .wee__icon a {
	background: transparent;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	border-width: 2px;
	border-style: solid;
}
.wee__icon a.wapi {
    display: none;
}
.wee__icon a.imenu {
    display: none;
}
.wee__icon i {
    display: inline-block;
    float: left;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    margin: 0 6px 0 0;
    font-size: 20px;
}
.footer_test {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #deeeed;
    transition: all 0.5s ease 0s;
    overflow: auto;
    display: none;
    z-index: 10;
}
.infooter_test {
    overflow: hidden;
    height: auto;
    margin: 130px auto 70px;
    max-width: 340px;
    text-align: center;
}
.test_col {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin: 0 0 20px;
    border-radius: 8px;
}
.tf_title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
}
.tf_exp {
    margin: 0 0 8px;
}
.tf_star {
    margin: 0 0 8px;
}
.tf_name {
    font-size: 14px;
    margin: 0 0 8px;
}
.tf_name span {
    font-weight: 600;
    font-size: 16px;
}
.tf_image {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden;
}

.sch__footer {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #deeeed;
    transition: all 0.5s ease 0s;
    z-index: 10;
}

.sch__out {
    padding: 30px;
    border-radius: 8px;
    overflow: hidden;
    height: auto;
    margin: 130px auto 70px;
    max-width: 340px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    text-align: center;
}
.sch__out .order__thumb {
    margin: -30px -30px 20px;
}
.sch__quota {
    padding: 10px 0;
    font-size: 18px;
    text-align: left;
    border-bottom: 1px solid #deeeed;
}
.sch__quota strong {
    float: right;
}
.sch__out .singorder,
.sch__out .singexpired {
    margin: 20px auto 20px;
}
.footer_share {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #deeeed;
    transition: all 0.5s ease 0s;
    display: none;
    z-index: 10;
}
.infooter_share {
    padding: 30px;
    border-radius: 8px;
    overflow: hidden;
    height: auto;
    margin: 130px auto 70px;
    max-width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    text-align: center;
}
.traveler .infooter_share,
.traveler .infooter_test {
	margin: 150px auto 70px;
}
.infooter_share .share__thumb {
    margin: -30px -30px 20px;
}
.infooter_title {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 600;
}
.infooter_icon {
    margin: 0 0 20px;
}
.infooter_icon a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 40px;
}
.infooter_icon a.wapi {
    display: none;
}
.infooter_icon svg {
    margin: 10px;
}
.infooter_icon .tw svg {
    margin: 13px;
}
/* WIDGET SLIDER */
.weeslider .wee__container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.sliders .splide__slide {
    position: relative;
}
.sliders .splide__slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.sliders .splide__slide img {
    position: relative;
    z-index: 1;
}
/* WIDGET RUNNIN TEXT */
.weeruntext .wee__container {
    max-width: 100%;
    padding: 0;
}
/* WIDGET SEARCH */
.weesearch {
    padding: 30px 0;
}
.all__search {
    padding: 30px 0;
}
.wee__sp {
    position: relative;
    z-index: 10;
    max-width: 900px;
    margin: 0 auto;
    padding: 30px;
    height: 50px;
}

.search1,
.search2 {
    margin: -85px auto 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.search3,
.search4 {
    margin: 0 auto;
}

.search1,
.search3 {
    border-radius: 60px;
}

.search2,
.search4 {
    border-radius: 6px;
}

.sp__select {
    float: left;
    position: relative;
    height: 48px;
    width: calc(33.33% - 60px);
    margin: 0 10px 0 0;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.sel__tu:before {
    content: "Destination";
    position: absolute;
    top: -10px;
    left: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    font-size: 12px;
    z-index: 2;
}
.sel__lo:before {
    content: "Duration";
    position: absolute;
    top: -10px;
    left: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    font-size: 12px;
    z-index: 2;
}
.sel__cat:before {
    content: "Category";
    position: absolute;
    top: -10px;
    left: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    font-size: 12px;
    z-index: 2;
}
.sp__select select {
    height: 48px;
    width: 100%;
    padding: 0 20px;
    border: 0;
    appearance: none;
    line-height: 50px;
}
.sp__select select option {
    line-height: 1.6;
}

.sp__button {
    float: right;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 130px;
    margin: 0;
    border-radius: 40px;
}
.search2 .sp__button,
.search4 .sp__button {
    border-radius: 6px;
}
.sp__button button {
    background: none;
    border: 0;
}

.wee__package {
    margin: 50px -20px 80px;
}
.pac__loop {
    float: left;
    width: 33.33%;
}
.wee__package .wee__clear {
    display: none;
}
.wee__package .wee__pack3.wee__clear,
.wee__package .wee__pack6.wee__clear,
.wee__package .wee__pack9.wee__clear,
.wee__package .wee__pack12.wee__clear,
.wee__package .wee__pack15.wee__clear,
.wee__package .wee__pack18.wee__clear,
.wee__package .wee__pack21.wee__clear,
.wee__package .wee__pack24.wee__clear,
.wee__package .wee__pack27.wee__clear {
    display: block;
}
.pac__inner {
    position: relative;
    margin: 0 20px 40px;
    border: none;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 0;
}
.pac__inner img {
    display: block;
}
.pops {
    position: absolute;
    width: 150px;
    height: 40px;
    z-index: 10;
    right: -38px;
    top: 15px;
    transform: rotate(45deg);
}
.pops span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 0 10px rgba(130, 130, 130, 0.5);
    -moz-animation: pops 1s linear infinite;
    -webkit-animation: pops 1s linear infinite;
}
@-webkit-keyframes pops {
    0% {
        font-size: 13px;
    }
    50% {
        font-size: 15px;
    }
    100% {
        font-size: 13px;
    }
}

@keyframes pops {
    0% {
        font-size: 13px;
    }
    50% {
        font-size: 15px;
    }
    100% {
        font-size: 13px;
    }
}

.pac__detail {
    padding: 25px;
    position: relative;
}
.pac__first {
    font-size: 15px;
    margin: 0 0 10px;
}

.pac__detail h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    padding: 0 0 25px;
    margin: 8px 0 20px;
    border-bottom: 1px solid rgba(125, 125, 125, 0.4);
}
.equal .pac__detail h4 {
    height: 50px;
    overflow: hidden;
}
.pac__include {
    position: absolute;
    top: -50px;
    left: 25px;
    right: 26px;
    height: 26px;
    z-index: 2;
}

.inc__span {
    display: inline-block;
    padding: 0 6px;
    margin: 0 6px 0 0;
    height: 26px;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 26px;
}

.pac__area {
    line-height: 36px;
    font-size: 15px;
}
.pac__area:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pac__area i {
    font-size: 20px;
}
.pac__area a {
    display: inline-block;
    float: right;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    padding: 0 20px;
    border-radius: 30px;
}

.weesatacta {
    margin-top: -100px;
    padding: 150px 0;
    position: relative;
    clip-path: polygon(0 0, 100% 100px, 100% 100%, 0% 100%);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 2;
}

.weesatacta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    z-index: 1;
}
.weesatacta .wee__container {
    position: relative;
    z-index: 2;
}
.cta__left {
    width: calc(66.66% - 100px);
    float: left;
}

.cta__head {
    position: relative;
    font-weight: 600;
    font-size: 55px;
    line-height: 1.2;
    margin: 0 0 20px 0;
    padding: 0 0 20px;
    letter-spacing: -1px;
    color: #098;
}
.cta__head:after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 0;
    width: 100px;
    height: 3px;
    z-index: 10;
}
.cta__text {
    font-weight: 400;
    font-size: 20px;
    margin: 0 0 40px;
    line-height: 1.4;
}
.cta__link a {
    display: inline-block;
    height: 46px;
    border-radius: 30px;
    margin: 0 8px 0 0;
    padding: 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 46px;
}
.cta__link a.wee__mob {
    display: none;
}

.cta__right {
    width: 28%;
    float: right;
}
.cta__data {
    padding: 20px 0;
    margin: 20px 0 0;
    position: relative;
}
.cta__data:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    opacity: 0.6;
}
.data__layer {
    line-height: 36px;
    height: 36px;
    font-size: 20px;
}
.data__layer span {
    float: right;
}

.weesatatext {
    padding: 80px 0 50px;
}
.text__outer {
    margin: 0 -30px;
}
.text__block {
    width: 50%;
    float: left;
}
.text__inner {
    margin: 0 30px 30px;
    font-size: 18px;
}

.weepartner {
    padding: 40px 0;
    position: relative;
}
.partitle {
    position: absolute;
    height: 40px;
    top: -20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}
.partitle span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 40px;
}

.weesatatour {
    position: relative;
    padding: 80px 0;
}
.weesatatour:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    z-index: 1;
}
.wee__tour {
    margin: 0 -15px;
    position: relative;
    min-height: 400px;
    z-index: 2;
}
.tour__loop {
    width: calc(50% - 50px);
    float: left;
}
.tour__loop.tour1 {
    width: calc(100% - 100px);
}
.tour__inner {
    margin: 0 15px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.tour__loop.tour1 .tour__inner {
    height: 400px;
}
.tour__inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: 2;
}
.tour__image {
    position: relative;
    z-index: 1;
}
.tour__image img {
    display: block;
}
.have__no__tour {
    position: absolute;
    left: 50px;
    right: 50px;
    top: 170px;
    font-size: 40px;
    text-align: center;
    z-index: 2;
    font-weight: 600;
}
.tour__day {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 118px;
    z-index: 2;
    padding: 30px 0;
    text-align: center;
}
.tour__day .tourdate {
    font-weight: 600;
    font-size: 66px;
    line-height: 1;
}

.tour__clock {
    position: absolute;
    top: 0;
    left: 120px;
    right: 0;
    z-index: 10;
    text-align: left;
    padding: 30px;
}

.tour__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.1;
    margin: 0 0 20px;
}

.tour__guide {
    position: absolute;
    bottom: 25px;
    left: 0;
    z-index: 10;
    width: 118px;
    text-align: center;
    z-index: 2;
}
.tour__guide img {
    width: 100%;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    margin: 0 auto 5px;
}
.tour__route {
    padding: 25px;
    margin: 15px 0 10px;
    border-radius: 35px 15px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
}
.tour__cd {
    padding: 25px;
    margin: 0 30px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 15px 0 35px 15px;
}

.tour__order {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 2;
    padding: 0 18px;
    font-weight: 600;
    font-size: 14px;
    line-height: 42px;
    border-radius: 20px;
}

.tour__nav {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 90px;
    width: 70px;
    border-radius: 45px;
}
.tour__nav span {
    position: absolute;
    font-size: 30px;
    font-weight: 600;
    width: 250px;
    text-align: center;
    transform: rotate(90deg);
    top: 115px;
    left: -90px;
}

.tour__archive {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 70px;
    height: 70px;
    border-radius: 45px;
}
.tour__archive i {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 45px;
}

.weesatagallery {
    padding: 80px 0;
}
.galleries {
    margin: 0 -20px;
}
.galleries:before {
    content: "";
    position: absolute;
    top: -100px;
    right: 60%;
    left: -200%;
    bottom: 40%;
    opacity: 0.1;
    border-radius: 10px 100px 100px 60px;
    z-index: 1;
}
.galleries:after {
    content: "";
    position: absolute;
    top: 40%;
    right: -80px;
    left: 45%;
    bottom: -30px;
    opacity: 0.1;
    border-radius: 10px 40px 100px 60px;
    z-index: 1;
}
.galleries .splide__track {
    z-index: 2;
}
.galleries .splide__list {
    margin: 20px !important;
    padding: 0 !important;
}
.gall__slide {
    position: relative;
    border-radius: 20px;
    height: 350px;
    overflow: hidden;
    margin: 0 0 46px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.galleries .splide__slide.splide__slide--clone.is-prev .gall__slide {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}
.galleries .splide__slide:not(.is-visible) {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
}
.gall__slide img {
    height: 350px;
    max-width: 800%;
    width: auto;
    border-radius: 4px;
    margin-left: -120px;
}
.gall__slide span {
    position: absolute;
    bottom: -25px;
    left: 30px;
    font-size: 160px;
    line-height: 1;
    font-weight: 600;
    font-style: italic;
    opacity: 0.3;
    z-index: 2;
}
.galleries .splide__slide {
    position: relative;
}
.gall__link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
    height: 46px;
    text-align: center;
    z-index: 2;
}
.gall__link a {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 25px;
    border-radius: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.gall__title {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    margin: 0 0 10px;
}
.gall__tinner {
    position: relative;
    z-index: 2;
}

.galleries .splide__arrows {
    position: absolute;
    right: 7px;
    top: -60px;
    height: 46px;
    width: 120px;
    padding: 0;
    z-index: 2;
}
.galleries .splide__arrow {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 6px;
    background: none;
}
.galleries .splide__arrow--prev:after {
    content: "";
    position: absolute;
    top: -15px;
    left: -70px;
    width: 150px;
    height: 150px;
    opacity: 0.1;
    z-index: 1;
    border-radius: 150px;
}

.galleries .splide__arrow--next {
    margin-top: 8px;
}

.weesatatesti {
    padding: 80px 0;
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.weesatatesti:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    z-index: 1;
}

.testislide {
    z-index: 2;
}
.wee__say {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.wee__saytxt {
    font-size: 25px;
    margin: 0 0 30px;
}
.wee__saytxt h2 {
    font-size: 28px;
    margin: 0 0 20px;
}
.wee__star {
    font-size: 22px;
    margin: 0 0 30px;
}

.wee__saypeople {
    font-size: 18px;
    margin: 0 0 30px;
}

.wee__saypeople span {
}
.wee__sayimg {
    width: 100px;
    margin: 0 auto;
    border-radius: 100px;
    overflow: hidden;
}

/* Not Found 404 */
.wee__404 {
    padding: 80px 0;
    text-align: center;
}
.single__404 {
    position: relative;
    border-radius: 20px;
    padding: 150px 0;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}
.single__404:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.8;
}
.content__404 {
    position: relative;
    z-index: 2;
}
.page__404 {
    font-size: 50px;
}
.text__404 {
    font-size: 22px;
}
/* Blog Weesata */
.wee__blog {
    padding: 50px 0;
    position: relative;
}
.archive__title {
    position: absolute;
    top: -20px;
    left: 20px;
    right: 20px;
    text-align: center;
    font-size: 120px;
    letter-spacing: 7px;
    font-weight: 600;
    line-height: 1;
    opacity: 0.07;
    z-index: 1;
}
.blog__outer {
    margin: 0 -20px;
    position: relative;
    z-index: 2;
}
.blog__loop {
    width: 33.33%;
    float: left;
}
.blog__inner {
    margin: 0 20px 40px;
    position: relative;
    overflow: hidden;
}
.blog__image {
    position: relative;
}
.blog__image a {
    display: block;
    overflow: hidden;
    border-radius: 15px;
}
.blog__image iframe {
    display: block;
    overflow: hidden;
    border-radius: 15px;
    width: 100%;
    height: 210px;
}
.blog__image img {
    transition: all 0.5s ease;
    display: block;
}
.blog__inner:hover .blog__image img {
    transform: scale(1.1);
}
.blog__meta {
    padding: 20px 0;
}

.blog__outer .wee__clear {
    display: none;
}

.blog__outer .wee__clear.weesata3,
.blog__outer .wee__clear.weesata6,
.blog__outer .wee__clear.weesata9,
.blog__outer .wee__clear.weesata12 {
    display: block;
}

.blog__top {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin: 0 0 20px;
}
.come {
    position: absolute;
    width: 150px;
    height: 40px;
    z-index: 10;
    right: -38px;
    top: 15px;
    transform: rotate(45deg);
}
.come span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 0 10px rgba(130, 130, 130, 0.5);
    -moz-animation: pops 1s linear infinite;
    -webkit-animation: pops 1s linear infinite;
}
.top__left {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 30px;
    float: left;
}
.top__right {
    width: 50%;
    line-height: 36px;
    float: right;
    text-align: right;
    position: relative;
}
.top__right a {
    display: none;
    font-weight: 600;
    color: #098;
}
.top__right a:nth-child(1) {
    display: block;
}
.top__right img {
    float: right;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    margin-top: -4px;
}
.top__right .top__guide {
    position: absolute;
    width: 300px;
    top: -50px;
    right: 15px;
    height: 36px;
    line-height: 36px;
}
.top__right .top__guide span {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    border-radius: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.top__right .top__guide span:after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 15px;
    border-bottom: 12px solid transparent;
    border-top: 0;
    clear: both;
}

.blog__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.35;
    text-align: center;
}
.blog__title a {
    color: #333;
}


@-webkit-keyframes promo {
    0% {
        bottom: -16px;
    }
    20% {
        bottom: 0;
    }
    40% {
        bottom: -16px;
    }
    60% {
        bottom: 30px;
    }
    70% {
        bottom: -16px;
    }
    80% {
        bottom: 10px;
    }
    100% {
        bottom: -16px;
    }
}

@keyframes promo {
    0% {
        bottom: -16px;
    }
    20% {
        bottom: 0;
    }
    40% {
        bottom: -16px;
    }
    60% {
        bottom: 30px;
    }
    70% {
        bottom: -16px;
    }
    80% {
        bottom: 10px;
    }
    100% {
        bottom: -16px;
    }
}

/* Partner */
.all__partner {
    column-count: 4;
    column-gap: 30px;
}
.partner__loop {
    margin: 0 0 30px;
    padding: 25px;
    border: 1px solid #ddd;
    background: #fff;
    display: grid;
    grid-template-rows: 1fr auto;
    break-inside: avoid;
}

/* Brosur */
.wee__download {
    max-width: 1000px;
    margin: 0 auto 60px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}
.blog__outer .wee__download .wee__clear {
    display: block !important;
}
.down__list {
    position: relative;
}
.down__list:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    opacity: 0.2;
}
.wee__download .down__list:last-child:before {
    display: none;
}
.top__download {
    font-weight: 600;
    font-size: 16px;
}

.down__date {
    float: left;
    width: 80px;
    padding: 30px 20px;
}
.down__desc {
    float: left;
    width: calc(100% - 260px);
    padding: 25px 0;
    font-size: 16px;
}
.wee__download h1,
.wee__download h2 {
    font-size: 22px;
    line-height: 1.35;
    margin: 0 0 10px;
}
.dont__type {
    font-weight: 600;
    margin: 0 0 8px;
}
.wee__center {
    float: right;
    width: 100px;
    padding: 25px 20px;
    text-align: center;
}
.wee__center a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    margin: 0 0 10px;
}

/*
//////////////////////////////////////
/////                            /////
/////             SINGLE         /////
/////                            /////
//////////////////////////////////////
*/
.wee__single {
    padding: 50px 0;
    position: relative;
}
.single__outer {
    margin: 0 -20px;
    position: relative;
    z-index: 2;
}
.single__left {
    float: left;
    width: calc(100% - 400px);
}
.single__left__inner {
    margin: 0 20px 40px;
}
.single__img {
    position: relative;
    margin: 0 0 50px;
}

.with__img {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.with__img img {
    display: block;
}
.single__title {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.25;
    padding: 0;
}

.single__meta {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -20px;
    height: 40px;
    z-index: 2;
}
.single__meta a {
    display: none;
}
.single__meta a:nth-child(2),
.single__meta span {
    display: inline-block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
}
.single__vid iframe {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    display: block;
    margin: 0 0 40px;
}

.wee__content {
    line-height: 1.5;
    padding: 30px 0;
    font-size: 18px;
}
.single-sekilas-info .wee__content {
    padding: 180px 60px;
    background: rgba(0, 0, 0, 0.05);
    margin: 0 0 40px;
    border-radius: 15px;
}
.wp-caption {
}

.wp-caption-text {
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

.alignright {
}

.alignleft {
}

.aligncenter {
}

.wee__content h1,
.wee__content h2,
.wee__content h3,
.wee__content h4,
.wee__content h5,
.wee__content h6 {
    font-weight: 600;
    line-height: 1.3;
    margin: 5px 0 15px;
}

.wee__content h1 {
    font-size: 34px;
}

.wee__content h2 {
    font-size: 30px;
}

.wee__content h3 {
    font-size: 26px;
}

.wee__content h4 {
    font-size: 22px;
}

.wee__content h5 {
    font-size: 18px;
}

.wee__content h6 {
    font-size: 16px;
}

.wee__content {
    font-weight: 400;
}
.single-galeri .wee__content {
    padding: 30px 0;
}
.wee__content table td {
    vertical-align: top;
    border: 1px solid #ddd;
}

.wee__content p {
    margin: 0 0 15px;
}

.wee__content img {
    max-width: 100%;
    height: auto;
    margin: 0 0 20px;
}
.wp-block-image img {
    margin: 0;
}

.wee__content img.alignleft {
    float: left;
    margin: 0 30px 20px 0;
}

.wee__content img.alignright {
    float: right;
    margin: 0 0 20px 30px;
}

.wee__content img.aligncenter {
    float: none;
    margin: 0 auto 20px;
}

.wee__content blockquote {
    margin: 0 0 20px;
    padding: 20px 20px 10px 50px;
    background: rgb(0, 0, 0, 0.05);
}

.wee__content ul {
    margin: 0 0 20px;
    list-style: disc !important;
}

.wee__content ol {
    margin: 0 0 20px;
    list-style: decimal !important;
}

.wee__content li {
    margin: 0 0 0 15px;
}

.wee__content li ol,
.wee__content li ul {
    margin: 0;
}

.wee__tag {
    padding: 20px 0;
}
.wee__tag a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 3px 5px 0;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.03);
}

.sch__top {
    position: relative;
    border-radius: 15px;
    margin: 0 0 120px;
}

.sch__time {
    float: left;
    width: calc(40% - 60px);
    padding: 50px 20px 20px;
    position: relative;
    height: 100%;
}
.sch__time h1 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0 30px;
}
.sch__go {
    margin: 0 0 20px;
    font-size: 18px;
}
.tour__time {
    margin: 0 0 50px;
    position: relative;
    display: inline-block;
	overflow: hidden;
    padding: 30px;
    border-radius: 15px;
}
.tour__time:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0.1;
	z-index: -1;
}
.sch__togo {
    margin: 0 0 20px;
    font-size: 16px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    padding: 0 15px;
}
.unday,
.unhour,
.unminute,
.unsecond {
    margin: 0 4px 6px 0;
    float: left;
    display: inline-block;
    font-size: 12px;
    text-align: center;
}

.single-schedule .days,
.single-schedule .hours,
.single-schedule .minutes,
.single-schedule .seconds {
    display: block;
    font-weight: 400;
    font-size: 22px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    margin: 0 0 5px;
    border-radius: 30px;
}

.sch__guide {
}
.sch__guide img {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 30px 0 0;
    border-radius: 80px;
}
.guide__box {
    float: right;
    width: calc(100% - 110px);
    padding: 10px 0;
}
.guide__box span {
    display: block;
    margin: 0 0 3px;
    font-size: 16px;
}
.guide__box strong {
    display: block;
    font-size: 22px;
}
.schwith__img {
    float: right;
    width: 60%;
    position: relative;
}
.schwith__img img {
    border-radius: 15px;
    position: relative;
    z-index: 2;
}
.schwith__img:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -50px;
    right: -50px;
    height: 300px;
    border-radius: 25px 25px 40px 40px;
    z-index: 1;
}

.tour__ready {
    margin: 0 0 20px;
    position: absolute;
    bottom: 30px;
    right: -20px;
    z-index: 3;
}
.tour__ready span {
    font-size: 16px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    padding: 0 25px;
}

.sch__route {
    text-align: center;
    font-size: 18px;
    padding: 150px 40px 110px;
    margin: 0 100px 80px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background-size: 300%;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.sch__route:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    z-index: 1;
}
.route__span {
    position: absolute;
    height: 40px;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 2;
}
.route__span span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 40px;
}
.route__title {
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 15px;
    position: relative;
    z-index: 2;
}
.route__line {
    font-size: 26px;
    line-height: 1.4;
    position: relative;
    z-index: 2;
}

.single-schedule .top__icon {
    width: calc(25% - 35px);
}

.sch__include {
    margin: -155px 50px 50px;
    position: relative;
    z-index: 3;
}
.sch__icon {
    display: inline-block;
    float: left;
    width: calc(25% - 80px);
    padding: 30px;
    margin: 0 10px;
    text-align: center;
}
.sch__icon i {
    display: inline-block;
    float: none;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
	position: relative;
    border-radius: 90px;
	overflow: hidden;
    margin: 0 auto 20px;
    font-size: 35px;
}
.sch__icon i:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
    opacity: 0.2;
}
.degree {
    transform: rotate(-20deg);
}
.statquote {
    margin: 0 100px 50px;
}
.statquote .kuota {
    float: left;
    margin: 0 10px 10px 0;
    line-height: 46px;
    height: 46px;
    font-size: 20px;
    padding: 0 16px;
    display: inline-block;
    border-radius: 4px;
}
.singorder,
.singexpired {
    float: right;
    line-height: 48px;
    height: 48px;
    font-size: 20px;
    padding: 0 26px;
    display: inline-block;
    border-radius: 30px;
}

.singexpired {
    background: #dd3355;
    color: #fff;
}
.sisa {
    color: #23b644;
}
.habis {
    color: #dd3355;
}
.betab {
    text-align: left;
}
.quotas {
    width: 100%;
}
.quotas tr:nth-child(2n-1) {
    background: rgba(85, 181, 177, 0.1);
}
.quotas td {
    padding: 20px;
    font-size: 18px;
}
.qage {
    text-align: center;
    width: 30px;
}
.qcity {
    text-align: right;
}

.single-schedule .wee__content {
    padding: 30px 100px;
}

.test__outer {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.test__loop {
    margin: 0 0 20px;
    padding: 40px;
}
.test__exc {
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 20px;
}
.test__exc h2 {
    font-size: 26px;
    margin: 0 0 15px;
}
.single__showtes {
    text-align: center;
}
.test__star {
    font-size: 22px;
    margin: 0 0 30px;
}
.test__people {
    font-size: 18px;
    margin: 0 0 30px;
}
.test__image {
    width: 100px;
    margin: 0 auto;
    border-radius: 100px;
    overflow: hidden;
}
.test__image img {
    border-radius: 100px;
}
.test__meta {
}
.test__title {
    margin: 0 0 20px;
    font-size: 22px;
    font-weight: 600;
}

/* RELATED */
.another__head {
    font-size: 24px;
    margin: 0 0 20px;
}
.another__outer {
    margin: 0 -15px 30px;
}
.wee__related {
    float: left;
    margin: 0 15px 30px;
    width: calc(33.33% - 30px);
}
.rel__featured {
    border-radius: 15px;
    overflow: hidden;
    margin: 0 0 15px;
}
.rel__featured img {
    display: block;
}
.rel__meta span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 0 10px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.07);
    margin: 0 0 10px;
}
.rel__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.35;
}
.rel__title a {
    color: #333;
}
.another__outer .wee__clear {
    display: none;
}
.another__outer .rels3.wee__clear {
    display: block;
}

/* COMMENT */
#comments {
    margin: 0 60px;
    border: 1px solid #eee;
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.04);
}

.comments_title {
    text-align: center;
    margin: 0 0 20px;
    font-size: 22px;
}
.comment-body {
    position: relative;
}
.comment-meta {
    margin: 0 0 20px;
}
.comment-author {
    font-size: 16px;
}
.comment-author img {
    width: 42px;
    height: 42px;
    float: left;
    margin: 0 20px 0 0;
    border-radius: 40px;
}
.comment-metadata {
    font-style: italic;
}
.comment-content {
    position: relative;
    padding: 25px;
    border-radius: 10px;
    margin: 0 0 40px;
    font-size: 16px;
    overflow: hidden;
}
.comment-content:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0.1;
}
.comment-content p {
    position: relative;
    z-index: 2;
}
.reply {
    position: absolute;
    bottom: -15px;
    right: 30px;
    z-index: 3;
}
.reply a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 20px;
}

.comment-respond {
    padding: 50px 0 0;
    color: #888;
}
.comment-reply-title {
    text-align: center;
    margin: 0 0 20px;
    font-size: 18px;
}
.comment-reply-title small {
    margin: 0 0 0 20px;
}
.comment-respond p {
    font-size: 16px;
    margin: 0 0 15px;
}
.comment-form-comment {
    margin: 0 -40px 25px !important;
    padding: 25px 40px 25px;
    background: #f7f7f7;
}
.comment-form-comment label {
    display: block !important;
    margin: 0 0 15px;
}

#comment {
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    width: calc(100% - 40px);
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    float: left;
}
.comment-form-author #author,
.comment-form-email #email,
.comment-form-url #url {
    display: inline-block;
    float: right;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #bbb;
    border-radius: 3px;
    width: calc(100% - 185px);
}

.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.form-submit {
    margin: 0 0 35px !important;
}
#submit {
    display: inline-block;
    height: 46px;
    border-radius: 8px;
    margin: 0 8px 0 0;
    padding: 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 46px;
    border: 0;
}
.children {
    margin-left: 30px;
}

/* Single Paket */

.wee__gallpackage {
    margin: 15px 0 15px 15px;
}
.singgall__slide {
    height: 380px;
    border-radius: 10px;
    overflow: hidden;
}
.singgall__slide img {
    height: 380px;
    width: auto;
}

.single__top {
    margin: 0 -15px 50px;
    text-align: center;
}
.top__icon {
    display: inline-block;
    width: calc(20% - 35px);
    margin: 0 15px;
    text-align: left;
}
.top__icon i {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 26px;
    border-radius: 8px;
    margin: 0 10px 0 0;
    position: relative;
    text-align: center;
}
.top__icon i:after {
    content: "";
    position: absolute;
    top: 8px;
    bottom: -8px;
    left: 8px;
    right: -8px;
    opacity: 0.2;
    border-radius: 8px;
    transform: rotate(3deg);
    z-index: 1;
}

.icon__right {
    float: right;
    width: calc(100% - 75px);
}
.inc__name {
    padding: 5px 0 0;
    font-size: 18px;
    font-weight: 600;
}
.inc__value {
    font-size: 15px;
}
.package__top {
    position: relative;
    margin: 0 20px 20px;
    padding: 100px 50px;
    background-attachment: fixed;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 70%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.package__top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.85;
    z-index: 1;
}
.single__heading {
    position: relative;
    z-index: 2;
    font-size: 40px;
    line-height: 1.2;
    margin: 0 230px 10px 0;
}
.single__price {
    margin: 0 0 30px;
    position: relative;
    z-index: 2;
}
.price__first {
    font-size: 25px;
}

.package__inner {
    margin: 20px;
}
.single__itinerary {
    margin: 0 0 50px;
    position: relative;
}

.single__itinerary h2 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 25px;
}
.iti__accord {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin: 0 0 15px;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.iti__accord.iti__active:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 20px;
    right: -20px;
    bottom: -30px;
    border-radius: 10px;
    opacity: 0.1;
    z-index: -1;
}
.iti__intro {
    display: flex;
    margin: 0;
    font-size: 16px;
    position: relative;
}
.iti__day {
    position: absolute;
    top: 0;
    right: 46px;
    padding: 0 15px;
    margin: 0;
    height: 36px;
    line-height: 36px;
    border-radius: 30px;
}

.iti__hour {
    display: inline-block;
    padding: 0 15px;
    margin: 0 10px 0 0;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
}
.iti__active .iti__hour {
    border: 1px solid #fff;
}
.iti__icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    height: 36px;
    line-height: 36px;
    width: 36px;
    border-radius: 30px;
    font-size: 18px;
    transition: all 0.25s ease-out;
}
.iti__active .iti__icon {
    transform: rotate(135deg);
}
.iti__content {
    font-size: 16px;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: all 0.25s ease-out;
}
.iti__active .iti__content {
    margin: 20px 0 0;
}
.iti__des {
    display: inline-block;
    padding: 0;
    font-size: 20px;
    margin: 0;
    height: 38px;
    line-height: 38px;
    width: calc(100% - 330px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single__video {
    margin: 0 0 40px;
}
.single__video iframe {
    width: 100%;
    border-radius: 15px;
}

.single__pricing {
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 10px;
    margin: 0 0 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.wee__feat {
    margin: 0 -15px;
}
.wee__feature {
    position: relative;
    float: left;
    width: calc(50% - 30px);
    margin: 15px 15px;
    font-size: 20px;
    line-height: 28px;
}
.wee__feature:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 50px;
    right: 10px;
    height: 1px;
}
.wee__feature i {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    margin: 0 10px 0 0;
    border-radius: 28px;
}
.wee__feature span {
    display: inline-block;
    padding: 0 15px 0 0;
    height: 28px;
    line-height: 28px;
    position: relative;
    z-index: 2;
}
.single__wa_form {
    border: 1px solid #eee;
    padding: 40px;
    border-radius: 15px;
    margin: 0 20px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.form__outer {
    margin: 0 0 15px;
    position: relative;
}
.form__outer i {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    border-radius: 40px;
    z-index: 1;
}
.single__wa_form input {
    height: 46px;
    line-height: 46px;
    border: 1px solid #ccc;
    background: #fdfdfd;
    padding: 0 19px;
    width: calc(100% - 40px);
    font-size: 16px;
    border-radius: 6px;
}
.single__wa_form select {
    height: 46px;
    line-height: 46px;
    border: 1px solid #ccc;
    background: #fdfdfd;
    color: #888;
    padding: 0 19px;
    width: 100%;
    font-size: 16px;
    appearance: none;
    border-radius: 6px;
}
.single__wa_form button {
    display: inline-block;
    height: 46px;
    border-radius: 8px;
    margin: 0 8px 0 0;
    padding: 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 46px;
    border: 0;
}

.price__tab {
    width: 100%;
}
.price__tab td {
    vertical-align: middle;
    padding: 20px;
}
.price__tab tr:nth-child(2n) {
    background: rgba(0, 0, 0, 0.03);
}
.price__top {
    font-size: 20px;
}
.price__bot {
    width: 150px;
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
}
.price__bot span {
    font-size: 18px;
}
.price__center {
    text-align: center;
}
.price__top .top__text {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #444;
    border-radius: 8px;
    position: relative;
}
.price__top .top__text:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: -5px;
    left: 5px;
    right: -5px;
    opacity: 0.2;
    border-radius: 8px;
    transform: rotate(3deg);
    z-index: 1;
}
.price__top .top__text:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    z-index: 2;
}
.price__top .top__text span {
    position: relative;
    z-index: 3;
}

/*
//////////////////////////////////////
/////                            /////
/////             SIDEBAR        /////
/////                            /////
//////////////////////////////////////
*/

.single__right {
    float: right;
    width: 400px;
    position: sticky;
    top: 120px;
    bottom: auto;
}
#sidebar.widgetbar {
    padding: 0 20px;
}
.widgetbar .widget_block {
    padding: 0;
    margin: 0 0 40px;
}

/* WID LIST MENU */

.widget_block.widget_rss li,
.widget_block.widget_meta li,
.widget_block.widget_nav_menu li,
.widget_block.widget_recent_entries li,
.widget_block.widget_pages li,
.widget_block.wp-block-archive li,
.widget_block.widget_categories li {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    padding: 5px 0;
}

.widget_block.widget_rss li a,
.widget_block.widget_meta li a,
.widget_block.widget_nav_menu li a,
.widget_block.widget_recent_entries li a,
.widget_block.widget_pages li a,
.widget_block.wp-block-archive li a,
.widget_block.widget_categories li a {
    font-size: 15px;
    font-weight: 400;
}

/* WID MENU */

.widget_block.widget_nav_menu {
    padding: 0 0 10px;
}

.widget_block.widget_nav_menu ul li:first-child {
    margin-top: -1px;
}

.widget_block.widget_nav_menu ul li:last-child {
    margin-bottom: -11px;
}

.widget_block.widget_nav_menu ul li ul {
    margin: 15px 0 -1px 20px;
}

/* WID KATEGORI */

.widget_block.widget_categories {
    padding: 0 0 10px;
}

.widget_block.widget_categories ul li:first-child {
    margin-top: -1px;
}

.widget_block.widget_categories ul li:last-child {
    margin-bottom: -11px;
}

.widget_block.widget_categories ul li ul {
    margin: 15px 0 -1px 20px;
}

/* WID PAGES */

.widget_block.widget_pages {
    padding: 0 0 10px;
}

.widget_block.widget_pages ul li:first-child {
    border-top: 1px solid #eee;
    margin-top: -1px;
}

.widget_block.widget_pages ul li:last-child {
    margin-bottom: -11px;
}

.widget_block.widget_pages ul li ul {
    margin: 15px 0 -1px 20px;
}

.widget_block .rssSummary {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3;
    padding: 5px 0 0;
}

.widget_block .tagcloud a {
    margin: 0 2px 6px 0;
    padding: 3px 8px;
    line-height: 20px;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.3;
    display: inline-block;
    text-transform: lowercase;
}

/* WID GALLERY */

.wp-caption {
    line-height: 18px;
    margin-bottom: 20px;
    padding: 4px;
    text-align: center;
}

.wp-caption img {
    margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
    font-size: 14px;
    margin: 5px;
}

.wp-smiley {
    margin: 0;
}

.gallery {
    margin: 0;
}

.gallery .gallery-item {
    float: left;
    margin: 0 !important;
    text-align: center;
}

.gallery.gallery-columns-1 .gallery-item {
    width: 100% !important;
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50% !important;
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.333% !important;
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25% !important;
}

.gallery.gallery-columns-6 .gallery-item {
    width: 16.16777% !important;
}

.gallery.gallery-columns-8 .gallery-item {
    width: 12.5% !important;
}

.gallery .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border: none !important;
    margin-bottom: 0;
}

.gallery .gallery-caption {
    font-size: 14px;
    margin: 0 0 14px;
}

.gallery dl {
    margin: 0;
}

.gallery br + br {
    display: none;
}

/* WID TEXT */

.widget_block .textwidget {
    padding: 15px 20px;
    font-size: 15px;
    line-height: 1.3;
}

.widget_block.widget_text ul li {
    list-style: disc;
    margin-left: 15px;
}

.widget_block.widget_text ol li {
    list-style: decimal;
    margin-left: 15px;
}

.widget_block.widget_text ul li ul,
.widget_block.widget_text ul li ol,
.widget_block.widget_text ol li ul,
.widget_block.widget_text ol li ol {
    padding-top: 8px;
}

.widget_block.widget_text blockquote {
    font-size: 15px;
    font-style: italic;
    margin: 15px 0;
    padding: 10px 15px;
}

.widget_block.widget_text p {
    padding: 0 0 10px;
}

/* WID CALENDAR */

.widget_block .calendar_wrap {
    padding: 15px 0;
}

.widget_block .calendar_wrap table {
    width: 100%;
    font-size: 15px;
}

.widget_block .calendar_wrap table caption {
    margin-bottom: 10px;
}

.widget_block .calendar_wrap th {
    margin: 0 -1px -1px 0;
    text-align: center;
    padding: 10px 0;
}

.widget_block .calendar_wrap td {
    margin: 0 -1px -1px 0;
    text-align: center;
    padding: 10px 0;
}

.widget_block .calendar_wrap td a {
    font-size: 15px;
    font-weight: 600;
}

.widget_block.widget_recent_comments ul {
    padding: 15px 20px;
}

.widget_block.widget_recent_comments ul li.recentcomments {
    padding: 10px 0;
}

.widget_block .recentcomments span,
.widget_block.recentcomments a {
    font-size: 15px;
    line-height: 1.4;
}

.wee__post {
    margin: 0 0 25px;
}
.wee__post .post__img {
    float: left;
    width: 120px;
    height: 90px;
    margin: 0 25px 0 0;
    border-radius: 8px;
    position: relative;
}
.align__right.wee__post .post__img {
    float: right;
    margin: 0 0 0 25px;
}
.wee__post img {
    position: relative;
    width: 120px;
    height: 90px;
    z-index: 2;
    border-radius: 8px;
}
.wee__post .post__img:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 7px;
    right: -7px;
    bottom: -7px;
    border-radius: 8px;
    transform: rotate(3deg);
    background: #098;
    opacity: 0.15;
    z-index: 1;
}
.wee__toppost {
    position: relative;
    margin: 0 0 20px;
    border-radius: 15px;
    overflow: hidden;
    min-height: 200px;
}
.wee__toppost:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111111;
    opacity: 0.5;
    z-index: 1;
}
.sch__ontop {
    position: absolute;
    top: 20px;
    left: 30px;
    right: 30px;
    text-align: center;
    color: #fff;
    z-index: 3;
}
.ontop__title a {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
}
.ontop__title {
    margin: 0 0 10px;
}
.ontop__title a {
    color: #fff !important;
}
.onbot__guide {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    text-align: center;
    color: #fff;
    z-index: 3;
}
.onbot__guide img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    margin: 0 auto 10px;
}
.align__left .post__img span {
    position: absolute;
    bottom: 10px;
    right: -15px;
    font-size: 12px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border-radius: 20px;
    padding: 0 10px;
    z-index: 2;
}
.align__right .post__img span {
    position: absolute;
    bottom: 10px;
    left: -15px;
    font-size: 12px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    border-radius: 20px;
    padding: 0 10px;
    z-index: 2;
}
.wee__rightbar {
    float: right;
    width: calc(100% - 145px);
}
.align__right .wee__rightbar {
    float: left;
}
.wee__title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
}
.bar__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 5px;
}
.bar__meta {
    font-size: 15px;
}
.wee__maps iframe {
    display: block;
    width: 100%;
    height: 250px;
    margin: 0 0 30px;
}
.wee__prowid i {
    display: inline-block;
    width: 60px;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    float: left;
}
.wee__com.com__right {
    font-size: 20px;
    line-height: 1.3;
    padding: 0 0 20px 20px;
    font-weight: 600;
}
.com__right {
    position: relative;
    float: right;
    width: calc(100% - 81px);
    padding: 6px 0 20px 20px;
    font-size: 16px;
}
.com__right:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #444;
    opacity: 0.3;
}
.com__name.com__right {
    padding: 0 0 0 20px;
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
}
.com__maps.com__right {
    padding: 0 0 10px 20px;
    font-size: 16px;
    line-height: 1.2;
}
.com__right a {
    font-weight: 600;
}
.com__right .wapi {
    display: none;
}

.weevideos iframe {
    width: 100%;
    display: block;
    height: 210px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px;
}

/*
//////////////////////////////////////
/////                            /////
/////             FOOTER         /////
/////                            /////
//////////////////////////////////////
*/
.footer {
    position: relative;
    padding: 80px 0 0;
    background-attachment: scroll;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
	z-index: 1;
}
.footer:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(#fff 85%, rgba(250, 250, 250, 0.65));
    z-index: 1;
}
.before__footer {
    margin: 0 -30px;
    position: relative;
    z-index: 2;
}
.footer__contact {
    margin: 0 0 50px;
}
.footer__call {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}
.wee__sociofooter {
    text-align: center;
    padding: 30px 0 0;
}
.wee__sociofooter a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 8px;
    margin: 0 3px;
    border-radius: 40px;
}
.wee__twitter svg {
    transform: scale(0.8);
}
.footer__outer {
    margin: 0 -25px;
}

.footer__pro {
    float: left;
    width: 33.33%;
}
.footer__inner {
    margin: 0 25px;
}
.copyright {
    padding: 80px 0;
    text-align: center;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

/* Running */
.after__image {
    min-height: 80px;
}
.wee__afterheader img {
    display: block;
    width: 100%;
}
.runscroll {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    opacity: 1;
    box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.1);
}

.scroll {
    display: flex;
    width: 100%;
}

.scrollin {
    white-space: nowrap;
    animation: animate 20s -20s linear infinite;
    will-change: transform;
    margin-right: 10px;
    height: 50px;
}
.traveler .scrollin,
.touring .scrollin {
	height: 40px;
}
.scrollin:nth-child(2) {
    animation: animate2 20s -10s linear infinite;
}

.scroll:hover .scrollin {
    -webkit-animation-play-state: paused !important;
}

.runin {
    display: inline-block;
    margin: 0 40px 0 0;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}
.traveler .runin,
.touring .runin {
	height: 40px;
    line-height: 40px;
}
.scrollin a {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}
.traveler .scrollin a,
.touring .scrollin a {
	height: 40px;
    line-height: 40px;
}
@keyframes animate {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes animate2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-200%);
    }
}

.spasi {
    margin-right: 40px;
}
.runin span {
    color: #098;
}
.runin a {
    text-decoration: underline;
}

.footer__icon {
    position: fixed;
    bottom: -30px;
    left: 0;
    right: 0;
    height: 90px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    z-index: 100;
    display: none;
}
.footer__icon .icomenu {
    width: calc(20% - 20px);
    height: 50px;
    margin: 0;
    padding: 8px 10px;
    float: left;
    text-align: center;
}
.footer__icon i {
    font-size: 20px;
    display: block;
}
.footer__icon .icosearch i {
    height: 46px;
    line-height: 46px;
    width: 46px;
    margin: 0 auto;
    border-radius: 40px;
    font-size: 22px;
}
.footer__icon .icosearch span {
    height: 46px;
    line-height: 46px;
    width: 80px;
    margin: 0 auto;
    border-radius: 40px;
    font-size: 16px;
	font-weight: 600;
}
.footer__icon span {
    font-size: 11px;
    display: block;
}
.all__footer {
    display: none;
}

@media screen and (max-width: 1024px) {
    .wrapper {
        transition: all 0.5s ease;
        width: 100%;
        margin: 0;
    }
    .wee__logo {
        position: relative;
        z-index: 2;
    }
    .wee__icon a.imenu,
    .wee__icon a.wapi {
        display: inline-block;
        position: relative;
    }
    .wee__icon a.wame {
        display: none;
    }
    .wee__menu,
	.traveler .wee__menu {
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        height: auto;
        width: auto;
        background: #deeeed;
        z-index: -1;
        transition: all 0.5s ease;
        overflow: scroll;
        display: none;
    }
	.wee__menu {
        top: 100px;
	}
	.traveler .wee__menu {
        top: 106px;
	}
    .omenu .wee__menu {
        display: block;
    }
    .wee__icon a {
        display: block;
        height: 42px;
        line-height: 42px;
        width: 42px;
        border-radius: 30px;
        padding: 0;
		overflow: hidden;
    }
    .wee__icon 1 {
        height: 42px;
        line-height: 42px;
        width: 42px;
        font-size: 20px;
    }
	.phone__vacation {
		display: none;
	}
    .nav {
        margin: 30px auto 90px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
        border-radius: 8px;
        max-width: 340px;
    }
    .nav .accordion.weemenu li ul {
        top: 0;
		left: 0;
    }
    .nav .accordion.weemenu li {
        display: block;
        float: none;
    }
    .nav .accordion.weemenu li a {
        line-height: 1.3;
        padding: 15px 20px;
    }
	.nav .accordion.weemenu li ul li a:hover {
		padding: 15px 20px;
	}
	.nav .accordion.weemenu li a:after {
		display: none;
	}
    .nav .accordion.weemenu li span {
        top: 0;
    }
    .nav .accordion.weemenu {
        height: auto;
        padding: 20px 0;
    }
    .nav .accordion.weemenu li > .sub-menu {
        padding: 0;
        position: relative;
        width: 100% !important;
        display: none;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    .nav .accordion.weemenu li:hover > .sub-menu {
        display: none;
    }
    .nav .accordion.weemenu li.active > .sub-menu {
        display: block;
    }
    .nav .accordion.weemenu li > .sub-menu > li {
        width: 100%;
        background: rgba(0, 0, 0, 0.05);
    }
    .nav .accordion.weemenu li.menu-item-has-children:after {
        top: 20px;
        right: 20px;
    }
    .footer__icon {
        display: block;
    }
    .ocomment .footer_test {
        display: block;
    }
    .after__image {
        display: none;
    }
    .oshare .footer_share {
        display: block;
    }
    .all__search {
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #deeeed;
        transition: all 0.5s ease 0s;
        display: none;
        z-index: 10;
    }
    .osearch .all__search,
    .osearch .sch__footer {
        display: block;
    }
    .all__search .wee__container {
        padding: 0;
    }
    .all__search .search1,
    .all__search .search2,
    .all__search .search3,
    .all__search .search4 {
        padding: 100px 30px 90px;
        border-radius: 8px;
        height: auto;
        margin: 130px auto 0;
        max-width: 300px;
    }
	.traveler .all__search .search1,
    .traveler .all__search .search2,
    .traveler .all__search .search3,
    .traveler .all__search .search4 {
		margin: 150px auto 0;
	}
    .all__search #sp__form {
    }
    .all__search .sp__select {
        width: 100%;
        margin: 0 0 12px;
    }
    .all__search .sp__button {
        width: 100%;
        margin: 0;
    }
    .infooter_icon a.wapi {
        display: inline-block;
    }
    .infooter_icon a.wame {
        display: none;
    }
    .blog__outer {
        margin: 0 -15px;
    }
    .blog__inner,
    .pac__inner {
        margin: 0 15px 30px;
    }
    .wee__blog {
        overflow: hidden;
    }
    .single__right {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 100;
        background: #fff;
        transition: all 0.5s ease 0.3s;
        display: none;
        overflow: scroll;
    }
    .osearch .single__right {
        display: block;
    }
    #sidebar.widgetbar {
        max-width: 340px;
        margin: 0 auto 50px;
        height: calc(100% - 50px);
        overflow: auto;
    }
    .single__left {
        float: none;
        width: 100%;
    }

    /* New */
    .scrollin {
        height: 42px;
    }
    .scrollin a {
        font-size: 14px;
        height: 42px;
        line-height: 42px;
    }
    .runin {
        margin: 0 35px 0 0;
        height: 42px;
        line-height: 42px;
    }

    .pac__loop {
        width: 50%;
    }
    .pac__first {
        font-size: 18px;
    }
    .pac__detail h4 {
        font-size: 27px;
    }
    .blog__outer .wee__clear.weesata3,
    .blog__outer .wee__clear.weesata9 {
        display: none;
    }
    .blog__outer .wee__clear.weesata2,
    .blog__outer .wee__clear.weesata4,
    .blog__outer .wee__clear.weesata8,
    .blog__outer .wee__clear.weesata10 {
        display: block;
    }
    .blog__loop,
    .pac__loop {
        width: 50%;
    }

    .blog__outer .wee__clear.weesata3,
    .blog__outer .wee__clear.weesata9 {
        display: none;
    }
    .blog__outer .wee__clear.weesata2,
    .blog__outer .wee__clear.weesata4,
    .blog__outer .wee__clear.weesata8,
    .blog__outer .wee__clear.weesata10 {
        display: block;
    }
    .blog__title,
    .pac__detail h4,
    .rent__title {
        font-size: 27px;
    }
    .all__partner {
        margin: 0 15px;
        column-count: 3;
    }
    .wee__download {
        margin: 0 15px 60px;
    }
    .archive__title {
        top: -5px;
        font-size: 90px;
        letter-spacing: 5px;
    }
    .blog__image iframe {
        height: 265px;
    }
    .another__head {
        font-size: 30px;
    }
    .rel__title {
        font-size: 19px;
    }
    .wee__tag a {
        height: 36px;
        line-height: 36px;
        padding: 0 12px;
        font-size: 17px;
    }
    .rel__meta span {
        display: inline-block;
        height: 36px;
        line-height: 36px;
        font-size: 15px;
        padding: 0 12px;
    }
    .schwith__img {
        width: calc(60% - 30px);
        padding: 0 15px;
    }
    .sch__time h1 {
        font-size: 30px;
        margin: 0 0 25px;
    }
    .sch__go {
        margin: 0 0 17px;
        font-size: 15px;
    }
    .tour__time {
        padding: 25px;
    }

    .sch__guide img {
        width: 68px;
        height: 68px;
        margin: 0 25px 0 0;
    }
    .guide__box {
        width: calc(100% - 93px);
        padding: 8px 0;
    }
    .guide__box span {
        font-size: 14px;
    }
    .guide__box strong {
        font-size: 18px;
    }
    .after__image {
        min-height: 0;
    }
    .single__wa_form {
        margin: 130px auto 70px;
        max-width: 340px;
    }
    .single__title {
        font-size: 54px;
    }
    .top__icon {
        width: calc(50% - 35px);
        float: left;
        margin: 0 15px 25px;
    }
    .footer__pro {
        width: 50%;
    }
    .wee__package .wee__pack3.wee__clear,
    .wee__package .wee__pack9.wee__clear,
    .wee__package .wee__pack15.wee__clear,
	.wee__package .wee__pack21.wee__clear {
        display: none;
    }
    .wee__package .wee__pack2.wee__clear,
    .wee__package .wee__pack4.wee__clear,
    .wee__package .wee__pack8.wee__clear,
    .wee__package .wee__pack10.wee__clear,
    .wee__package .wee__pack14.wee__clear,
    .wee__package .wee__pack16.wee__clear,
    .wee__package .wee__pack20.wee__clear,
    .wee__package .wee__pack22.wee__clear,
    .wee__package .wee__pack26.wee__clear,
    .wee__package .wee__pack28.wee__clear {
        display: block;
    }
    .cta__left {
        width: calc(66.66% - 85px);
    }
    .cta__head {
        font-size: 42px;
    }

    .weesatatour {
        padding: 40px 0 80px 0;
    }
    .tour__nav {
        left: 15px;
        bottom: -35px;
        top: auto;
        right: auto;
        width: auto;
        height: 60px;
        padding: 0 26px;
    }
    .tour__nav span {
        position: relative;
        top: auto;
        left: auto;
        line-height: 60px;
        font-size: 26px;
    }
    .tour__archive {
        bottom: -35px;
        width: 60px;
        height: 60px;
    }
    .tour__archive i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 42px;
    }
    .tour__loop {
        width: 50%;
    }
	.tour__loop.tour1 {
		width: 100%;
		margin-bottom: 50px;
	}
	.tour__loop.tour1 .tour__inner {
		height: auto;
	}
	.wee__tour {
		min-height: 200px;
	}
    .tour__day {
        width: 103px;
    }
    .tour__day .tourdate {
        font-size: 57px;
    }
    .tour__guide {
        width: 103px;
    }
    .tour__guide img {
        width: 50px;
        height: 50px;
    }
    .tour__clock {
        left: 105px;
        padding: 25px;
    }
    .tour__title {
        font-size: 22px;
        margin: 0 0 16px;
    }
    .tour__route {
        padding: 20px;
        line-height: 1.35;
    }
    .tour__cd {
        padding: 15px 20px;
    }
    .tour__order {
        bottom: 15px 20px;
        right: 20px;
    }
	.wee__icon i {
		width:42px;
		height: 42px;
		line-height: 42px;
	}
}
@media screen and (max-width: 800px) {
    .blog__title,
    .pac__detail h4,
    .rent__title,
    .wee__download h1,
    .wee__download h2 {
        font-size: 21px;
    }
    .blog__inner,
    .pac__inner {
        margin: 0 15px 30px;
    }
    .archive__title {
        font-size: 80px;
        top: 0px;
    }
    .pac__first {
        font-size: 14px;
    }
    .blog__image iframe {
        height: 200px;
    }

    .rel__meta span {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        padding: 0 10px;
    }
    .rel__title {
        font-size: 15px;
    }
    .sch__time {
        float: none;
        width: auto;
        padding: 0 20px 20px;
        position: relative;
        text-align: center;
        height: 100%;
    }
    .sch__time h1 {
        font-size: 40px;
    }
    .schwith__img {
        float: none;
        width: auto;
        padding: 0 20px;
    }
    .tour__time {
        margin: 0 0 30px;
    }
    .sch__guide {
        text-align: center;
    }
    .sch__guide img {
        float: none;
        width: 68px;
        height: 68px;
        margin: 0 auto 15px;
    }
    .guide__box {
        float: none;
        width: auto;
        padding: 0 0 30px;
    }
    .schwith__img:after {
        bottom: -30px;
        height: 80%;
    }
    .tour__ready {
        left: 0;
        right: 0;
        bottom: auto;
        top: -25px;
        text-align: center;
    }
    .sch__top {
        margin: 0 0 30px;
    }
    .sch__route {
        padding: 150px 30px 100px;
        margin: 0 -10px 0;
        border-radius: 0;
    }
    .route__line {
        font-size: 20px;
    }
    .route__title {
        font-size: 17px;
    }
    .sch__include {
        margin: 15px 0 40px;
    }
    .sch__icon {
        width: calc(50% - 40px);
        padding: 15px 0;
        margin: 0 20px;
    }
    .sch__icon i {
        float: left;
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
        margin: 0;
    }
    .sch__cont {
        float: right;
        width: calc(100% - 110px);
        text-align: right;
    }
    .inc__value {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .statquote {
        margin: 0 20px 40px;
        text-align: center;
    }
    .statquote .kuota {
        float: none;
    }
    .singorder,
    .singexpired {
        float: none;
        display: block;
        max-width: 100px;
        margin: 10px auto 20px;
    }
    .single-schedule .wee__content {
        padding: 30px 20px;
    }
    .single__title {
        font-size: 42px;
    }
    .package__top {
        padding: 92px 46px;
        background-size: 100%;
    }
    .single__heading {
        font-size: 37px;
        margin: 0 210px 10px 0;
    }
    .weesearch .wee__sp {
        height: auto;
    }
    .weesearch #sp__form {
        margin: 0 -10px;
    }
    .weesearch #sp__form .sp__select,
    .weesearch #sp__form .sp__button {
        width: calc(50% - 20px);
        margin: 0 9px 10px;
    }
    .weesearch {
        height: auto;
    }
    .weesearch .search1,
    .weesearch .search3 {
        border-radius: 20px;
    }
    .cta__left {
        width: auto;
        float: none;
    }
    .cta__right {
        width: auto;
        max-width: 400px;
        float: none;
    }
    .weesatacta {
        margin-top: -60px;
        padding: 100px 0;
        position: relative;
        clip-path: polygon(0 0, 100% 60px, 100% 100%, 0% 100%);
    }
    .text__block {
        width: 100%;
        float: none;
    }
    .tour__loop {
        width: 100%;
        float: none;
    }
	.tour__loop.tour1 {
		margin-bottom: 20px;
	}
    .tour__day,
    .tour__guide {
        width: 163px;
    }
    .tour__inner {
        margin: 0 15px 20px;
    }
    .tour__guide img {
        width: 82px;
        height: 82px;
    }
    .tour__clock {
        left: 165px;
        padding: 30px;
    }
    .tour__title {
        font-size: 34px;
        margin: 0 0 26px;
    }
    .tour__route {
        padding: 25px;
    }
    .tour__cd {
        padding: 25px;
    }
    .tour__nav,
    .tour__archive {
        bottom: -60px;
    }
}
@media screen and (max-width: 768px) {
    .blog__title,
    .pac__detail h4,
    .rent__title,
    .wee__download h1,
    .wee__download h2 {
        font-size: 20px;
    }
    .archive__title {
        font-size: 76px;
    }
    .pac__first {
        font-size: 14px;
    }
    .blog__image iframe {
        height: 192px;
    }

    .rel__title {
        font-size: 14px;
    }
    .sch__time h1 {
        font-size: 38px;
    }
    .route__line {
        font-size: 19px;
    }
    .route__title {
        font-size: 16px;
    }
    .single__title {
        font-size: 40px;
    }
}
@media screen and (max-width: 720px) {
    .blog__title,
    .pac__detail h4,
    .rent__title,
    .wee__download h1,
    .wee__download h2 {
        font-size: 18px;
    }
    .archive__title {
        font-size: 72px;
    }
    .pac__first {
        font-size: 13px;
    }
    .blog__image iframe {
        height: 178px;
    }

    .rel__title {
        font-size: 14px;
    }

    .another__outer .rels3.wee__clear {
        display: none;
    }
    .another__outer .rels2.wee__clear,
    .another__outer .rels4.wee__clear {
        display: block;
    }
    .sch__time h1 {
        font-size: 35px;
    }
    .route__line {
        font-size: 18px;
    }
    .route__title {
        font-size: 15px;
    }
    .single__title {
        font-size: 37px;
    }
    .package__top {
        padding: 82px 40px;
    }
    .single__heading {
        font-size: 33px;
        margin: 0 190px 10px 0;
    }
    .price__first {
        font-size: 21px;
    }
    .iti__accord {
        min-height: 40px;
    }
    .iti__intro {
        position: relative;
    }
    .iti__hour {
        position: absolute;
    }
    .iti__des {
        height: 0;
        margin: 40px 0 0;
        width: auto;
    }
    .iti__active .iti__des {
        height: auto;
        margin: 50px 0 0;
    }
}
@media screen and (max-width: 640px) {
    .blog__title,
    .pac__detail h4,
    .rent__title,
    .wee__download h1,
    .wee__download h2 {
        font-size: 16px;
    }
    .archive__title {
        font-size: 64px;
    }
    .pac__first {
        font-size: 13px;
    }
    .blog__image iframe {
        height: 156px;
    }

    .sch__time h1 {
        font-size: 32px;
    }
    .another__head {
        font-size: 24px;
    }
    .route__line {
        font-size: 17px;
    }
    .route__title {
        font-size: 15px;
    }
    .inc__value {
        font-size: 18px;
    }
    .single__title {
        font-size: 32px;
    }
    .package__top {
        padding: 72px 36px;
        background-size: 130%;
    }
    .single__heading {
        font-size: 30px;
        margin: 0 160px 10px 0;
    }
    .price__first {
        font-size: 20px;
    }
    .footer__pro {
        float: none;
        width: auto;
        max-width: 400px;
        margin: 0 auto;
    }
	.before__footer {
		margin: 0;
	}
}

@media screen and (max-width: 600px) {
    .wrapper {
        padding: 70px 0 0;
    }
    .wee__header {
        height: 70px;
    }
    .wee__logo {
        height: 40px;
        padding: 15px 20px;
    }
    .wee__logo img {
        height: 40px;
    }
    .wee__icon {
        height: 40px;
        padding: 15px 20px;
        margin: 0;
    }
    .wee__icon a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .wee__icon i {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
    }
    .infooter_test,
    .infooter_share,
    .sch__out {
        margin: 100px auto 70px;
    }

    .all__search .search1,
    .all__search .search2,
    .all__search .search3,
    .all__search .search4 {
        margin: 100px auto 0;
    }
	.traveler .all__search .search1,
    .traveler .all__search .search2,
    .traveler .all__search .search3,
    .traveler .all__search .search4 {
		margin: 130px auto 0;
	}
    .wee__content {
        padding: 15px 0;
    }
    .wee__related {
        width: calc(50% - 30px);
    }
    .another__outer .rels3.wee__clear {
        display: none;
    }
    .another__outer .rels2.wee__clear,
    .another__outer .rels4.wee__clear {
        display: block;
    }
    #comments {
        margin: 0;
    }
    .single__meta {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 15px;
    }
    .blog__title,
    .pac__detail h4,
    .rent__title,
    .wee__download h1,
    .wee__download h2 {
        font-size: 15px;
    }
    .archive__title {
        font-size: 60px;
    }
    .all__partner {
        column-count: 2;
    }
    .blog__image iframe {
        height: 145px;
    }
    .wee__single {
        padding: 30px 0;
    }

    .rel__title {
        font-size: 16px;
    }
    .sch__time h1 {
        font-size: 28px;
    }
    .route__line {
        font-size: 19px;
    }
    .route__title {
        font-size: 16px;
    }
    .wee__menu {
        top: 70px;
    }
    .single__wa_form {
        margin: 100px auto 70px;
    }
    .single__title {
        font-size: 30px;
    }
    .singgall__slide {
        height: 250px;
    }
    .singgall__slide img {
        height: 250px;
    }
    .package__top {
        padding: 66px 33px;
    }
    .single__heading {
        font-size: 27px;
        margin: 0 140px 10px 0;
    }
    .price__first {
        font-size: 17px;
    }
    .wee__feature {
        float: none;
        width: calc(100% - 30px);
        margin: 15px 15px;
        font-size: 20px;
    }
    .galleries .splide__arrows {
        left: 10px;
        top: auto;
        width: auto;
        z-index: 2;
        bottom: -30px;
        right: 5px;
    }
    .gall__slide {
        margin: 0 0 20px;
    }
    .gall__link {
        bottom: 10px;
    }

    .tour__day,
    .tour__guide {
        width: 103px;
    }
    .tour__guide {
        width: 103px;
    }
    .tour__guide img {
        width: 50px;
        height: 50px;
    }
    .tour__clock {
        left: 105px;
        padding: 25px;
    }
    .tour__title {
        font-size: 22px;
        margin: 0 0 16px;
    }
    .tour__route {
        padding: 20px;
        line-height: 1.35;
    }
    .tour__cd {
        padding: 15px 20px;
    }
    .tour__order {
        bottom: 20px;
        right: 20px;
    }
    .wee__saytxt h2 {
        font-size: 24px;
    }
    .wee__saytxt {
        font-size: 20px;
    }
	.traveler .header__add span,
	.touring .header__add span	{
		display: none;
	}
	.traveler .header__add i,
	.touring .header__add i {
		display: inline-block;
		margin: 0 0 0 12px;
	}
	.vacation__contact {
  padding: 20px 15px;
}
}
@media screen and (max-width: 533px) {
    .wee__container {
        padding: 0 30px;
    }

    .blog__loop,
    .pac__loop {
        width: 100%;
        float: none;
    }
    .blog__title,
    .pac__detail h4,
    .rent__title,
    .wee__download h1,
    .wee__download h2 {
        font-size: 28px;
    }
    .archive__title {
        font-size: 53px;
    }
    .pac__first {
        font-size: 19px;
    }
    .down__date {
        float: none;
        width: auto;
        padding: 25px 20px 0;
    }
    .down__desc {
        float: none;
        width: auto;
        padding: 10px 20px 0;
    }
    .blog__image iframe {
        height: 265px;
    }

    .comment-form-author label,
    .comment-form-email label,
    .comment-form-url label {
        width: 90px;
    }
    .comment-form-author #author,
    .comment-form-email #email,
    .comment-form-url #url {
        width: calc(100% - 125px);
    }
    .sch__time h1 {
        font-size: 30px;
    }
    .sch__icon {
        width: calc(100% - 40px);
    }
    .sch__icon {
        position: relative;
    }
    .sch__icon:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background: #098;
        opacity: 0.2;
    }
    .single__title {
        font-size: 26px;
    }
    .top__icon i {
        width: 46px;
        height: 46px;
        line-height: 46px;
        border-radius: 6px;
        font-size: 22px;
    }
    .top__icon i:after {
        top: 6px;
        bottom: -6px;
        left: 6px;
        right: -6px;
        border-radius: 6px;
    }
    .icon__right {
        width: calc(100% - 70px);
    }
    .inc__name {
        padding: 4px 0 0;
        font-size: 15px;
    }
    .inc__value {
        font-size: 15px;
    }
    .single-paket .wee__single {
        padding: 15px 0;
    }

    .package__top {
        padding: 60px 30px;
    }

    .single__heading {
        font-size: 24px;
        margin: 0 130px 10px 0;
    }
    .price__first {
        font-size: 15px;
    }

    .single__pricing {
        margin: 0 -20px 40px;
    }
    .test__loop {
        margin: 0 0 20px;
        padding: 20px 0;
    }
    .test__exc h2 {
        font-size: 22px;
        margin: 0 0 10px;
    }
    .test__exc {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .test__star {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .test__people {
        font-size: 16px;
        margin: 0 0 15px;
    }
    .test__image {
        width: 80px;
    }
    .cta__head {
        font-size: 37px;
    }
    .cta__text {
        font-size: 18px;
        margin: 0 0 30px;
    }
    .weesatacta {
        padding: 100px 0 60px;
    }
    .data__layer {
        line-height: 32px;
        height: 32px;
        font-size: 18px;
    }
    .footer {
        background-position: center bottom;
        background-size: 300%;
    }
	.weesearch {
		padding: 0;
	}
	.weesearch  .wee__container {
		padding: 0;
	}
    .weesearch .search1,
    .weesearch .search2 {
        margin: 0;
    }
    .weesatapackage .pac__inner {
        margin: 0 20px 20px;
    }
	.wee__sp {
		padding: 30px 30px 22px;
	}
	.weesearch .search1, 
	.weesearch .search3 {
		border-radius: 0;
	}
}

@media screen and (max-width: 480px) {
    .blog__title,
    .pac__detail h4,
    .rent__title,
    .wee__download h1,
    .wee__download h2 {
        font-size: 24px;
    }
    .archive__title {
        font-size: 48px;
    }
    .pac__first {
        font-size: 17px;
    }
    .blog__image iframe {
        height: 236px;
    }
    .single__img h1 {
        font-size: 22px;
    }
    .rel__title {
        font-size: 14px;
    }
    .rel__featured {
        border-radius: 10px;
    }
    .sch__time h1 {
        font-size: 26px;
    }
    .betab {
        margin: 20px -20px;
    }
    .quotas td {
        padding: 15px 20px;
        font-size: 16px;
    }
    .another__head {
        font-size: 22px;
    }
    .single__title {
        font-size: 24px;
    }
    .singgall__slide {
        height: 230px;
    }
    .singgall__slide img {
        height: 230px;
    }
    .package__top {
        padding: 52px 26px;
    }

    .single__heading {
        font-size: 22px;
        margin: 0 120px 10px 0;
    }
    .price__first {
        font-size: 15px;
    }
	.wrapper.traveler,
	.wrapper.touring {
  padding: 106px 0 0;
}
	.traveler .wee__logo,
	.touring .wee__logo {
  padding: 15px 30px;
}
.traveler .wee__header,
.touring .wee__header {
  height: 106px;
}
.touring .header__add {
  padding: 8px 30px;
}
.traveler .wee__icon {
  top: 34px;
  padding: 16px 30px;
}
.touring .wee__icon {
  top: 0;
  padding: 16px 30px;
}
.traveler .runin,
.touring .runin {
  height: 30px;
  line-height: 30px;
}
.traveler .scrollin,
.touring .scrollin {
  height: 30px;
}
.traveler .scrollin a,
.touring .scrollin a {
	height: 30px;
    line-height: 30px;
}
.wrapper.vacation {
  padding: 70px 0 0;
}
.vacation .wee__header {
  height: 70px;
}
.vacation .header__inner {
  padding: 0 15px 0 0;
}
.vacation .wee__logo  {
  height: 40px;
  margin: 0;
  padding: 15px 20px;
}
.vacation .wee__logo img {
  height: 40px;
}

.vacation__menu {
	width: 15px;
	height: 70px;
}
.vacation__menu span {
	display: none;
}
.vacation__menu:after {
  width: 15px;
  height: 70px;
}
.vacation__contact {
  height: 32px;
  line-height: 32px;
}
.vacation__contact a {
  height: 32px;
}
.vacation__contact i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
}
}
@media screen and (max-width: 420px) {
    .wrapper {
        padding: 70px 0 0;
    }
    .wee__header {
        height: 70px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .wee__logo {
        height: 40px;
        padding: 15px 20px;
    }
    .wee__logo img {
        height: 35px;
    }

    .infooter_test,
    .infooter_share,
    .sch__out {
        margin: 95px 30px 70px;
    }

    .all__search .search1,
    .all__search .search2,
    .all__search .search3,
    .all__search .search4 {
        margin: 95px 30px 0;
    }

    .test_col {
        padding: 15px;
    }
    .copyright {
        font-size: 14px;
    }
    .scrollin {
        height: 40px;
    }
    .runin {
        height: 40px;
        line-height: 40px;
    }
    .wee__content {
        font-size: 16px;
    }
    #comments {
        padding: 20px;
    }
    .comment-metadata {
        font-size: 13px;
    }
    .comment-form-comment {
        margin: 0 -20px 25px !important;
        padding: 20px 20px 20px;
    }
    .form-submit {
        margin: 0 !important;
    }

    .blog__title,
    .pac__detail h4,
    .rent__title,
    .wee__download h1,
    .wee__download h2 {
        font-size: 21px;
    }
    .archive__title {
        font-size: 42px;
        top: 20px;
        letter-spacing: 1px;
    }
    .pac__first {
        font-size: 15px;
    }
    .all__partner {
        column-gap: 20px;
    }
    .partner__loop {
        margin: 0 0 20px;
        padding: 15px;
    }
    .blog__image iframe {
        height: 202px;
    }
    .single__img h1 {
        font-size: 20px;
    }
    .single__meta a:nth-child(2),
    .single__meta span {
        padding: 0 15px;
        height: 34px;
        line-height: 34px;
        bottom: -17px;
    }
    .wee__tag a {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 14px;
    }
    .another__head {
        font-size: 21px;
    }
    .sch__time h1 {
        font-size: 24px;
    }

    .single-schedule .wee__content {
        padding: 0 20px;
    }
    .wee__menu {
        top: 70px;
    }
    .single__wa_form {
        margin: 100px 30px 70px;
        padding: 30px;
    }
    .another__outer {
        margin: 0 -10px 20px;
    }
    .wee__related {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
    .wee__container {
        padding: 0 20px;
    }
    .single__img {
        margin: -20px -10px 40px;
    }
    .single__title {
        font-size: 22px;
    }
    .single__meta {
        left: 0;
    }
    .top__icon i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        font-size: 20px;
    }
    .icon__right {
        width: calc(100% - 60px);
    }
    .inc__name {
        font-size: 14px;
    }
    .inc__value {
        font-size: 14px;
    }
    .single__top {
        margin: 0 -10px 10px;
    }
    .top__icon {
        width: calc(50% - 20px);
        margin: 0 10px 25px;
    }
    .top__icon i:after {
        top: 5px;
        bottom: -5px;
        left: 5px;
        right: -5px;
        border-radius: 40px;
    }
    .package__top {
        padding: 48px 24px;
        background-attachment: scroll;
        background-size: 100%;
    }

    .single__heading {
        font-size: 23px;
        margin: 0 70px 10px 0;
    }
    .price__first {
        font-size: 14px;
    }
    .iti__accord {
        padding: 20px;
        margin: 0 0 10px;
        min-height: 30px;
    }
    .iti__hour {
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .iti__day {
        right: 36px;
        padding: 0 10px;
        margin: 0;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .iti__icon {
        height: 30px;
        line-height: 30px;
        width: 30px;
        font-size: 16px;
    }
    .iti__des {
        font-size: 18px;
    }
    .iti__active .iti__content {
        margin: 10px 0 0;
    }
    .iti__des {
        height: 0;
        margin: 30px 0 0;
        width: auto;
    }
    .single__itinerary h2 {
        font-size: 25px;
        margin: 0 0 10px;
    }
    .single__pricing {
        padding: 15px;
        margin: 0 -20px 40px;
        border-radius: 0;
    }
    .single__itinerary {
        margin: 0 0 30px;
        position: relative;
    }
    .price__tab td {
        vertical-align: middle;
        padding: 10px 15px;
        font-size: 16px;
    }
    .price__top .top__text {
        margin: 0 0 10px;
    }

    .price__bot span {
        font-size: 16px;
    }
    .price__bot del {
        font-size: 14px;
    }
    .single__pricing {
        padding: 15px;
        margin: 0 -20px 20px;
    }
    .price__top .top__text {
        height: 36px;
        line-height: 36px;
        padding: 0 12px;
        border-radius: 6px;
        font-size: 14px;
    }
    .single__pricing.single__feats {
        padding: 15px 20px;
    }
    .wee__feature {
        margin: 10px 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .wee__feature i {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 13px;
    }
    .single-schedule .inc__name {
        font-size: 16px;
        padding: 5px 0 0;
    }
    .single-schedule .inc__value {
        font-size: 18px;
    }
    .sch__icon i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
    }
    .rel__meta span {
        height: 26px;
        line-height: 26px;
        font-size: 11px;
        padding: 0 9px;
    }
    .test__loop {
        margin: 0 0 15px;
        padding: 10px 0;
    }
    .test__exc h2 {
        font-size: 18px;
    }
    .test__exc {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .test__star {
        font-size: 16px;
    }
    .test__people {
        font-size: 14px;
        margin: 0 0 10px;
    }
    .test__image {
        width: 60px;
    }
    .gall__slide {
        height: 300px;
    }
    .galleries .splide__track {
        z-index: 2;
        width: 150%;
    }
    .gall__slide img {
        height: 300px;
    }
    .text__inner {
        margin: 0 30px 20px;
        font-size: 16px;
    }
    .weesatatext {
        padding: 60px 0 50px;
    }
    .gall__title {
        font-size: 30px;
        margin: 0;
    }
    .weesatagallery {
        padding: 40px 0;
    }
    .galleries:before {
        top: -50px;
    }
    .galleries:after {
        left: 55%;
        bottom: -10px;
    }
    .galleries .splide__arrow--prev:after {
        top: -85px;
    }
    .weesatagallery {
        padding: 40px 0 60px;
    }
    .galleries .splide__arrow--next {
        margin-top: 0;
    }
    .tour__day,
    .tour__guide {
        width: 90px;
        font-size: 12px;
    }
    .tour__day .tourdate {
        font-size: 46px;
    }
    .tour__day {
        padding: 15px 0;
    }
    .tour__guide {
        bottom: 15px;
    }
    .tour__guide img {
        width: 42px;
        height: 42px;
    }
    .tour__clock {
        left: 92px;
        padding: 20px;
    }
    .tour__title {
        font-size: 18px;
    }
    .tour__route {
        padding: 10px 15px;
        font-size: 13px;
        line-height: 1.3;
    }
    .route__show {
        height: 33px;
        overflow: hidden;
    }
    .tour__cd {
        padding: 10px 15px;
        border-radius: 15px 0 25px 15px;
        font-size: 13px;
        line-height: 1.3;
        margin: 0 20px 0 0;
    }
    .tour__order {
        bottom: 15px;
        right: 15px;
    }
    .tour__nav {
        height: 42px;
        padding: 0 20px;
    }
    .tour__nav span {
        line-height: 42px;
        font-size: 20px;
    }
    .tour__archive {
        width: 42px;
        height: 42px;
    }
    .tour__archive i {
        width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 25px;
    }
    .tour__nav,
    .tour__archive {
        bottom: -40px;
    }
    .wee__saytxt h2 {
        font-size: 20px;
    }
    .wee__saytxt {
        font-size: 18px;
        margin: 0 0 20px;
    }
    .wee__saypeople {
        font-size: 16px;
        margin: 0 0 20px;
    }
    .wee__sayimg {
        width: 70px;
    }
    .page__404 {
        font-size: 25px;
    }
    .text__404 {
        font-size: 18px;
    }
	.footer__call {
		font-size: 25px;
	}
	.footer__icon .icomenu {
		width: calc(18% - 20px);
	}
	.footer__icon .icomenu.icosearch {
		width: calc(26% - 20px);
	}
	.traveler .infooter_share,
.traveler .infooter_test	{
  margin: 130px auto 70px;
}
.footer__inner {
  margin: 0 10px;
}
}

@media screen and (max-width: 375px) {
    .blog__title,
    .pac__detail h4,
    .rent__title,
    .wee__download h1,
    .wee__download h2 {
        font-size: 18px;
    }
    .archive__title {
        font-size: 37px;
    }
    .pac__first {
        font-size: 13px;
    }
    .blog__image iframe {
        height: 178px;
    }

    .sch__time h1 {
        font-size: 22px;
    }
    .rel__meta span {
        height: 24px;
        line-height: 24px;
        font-size: 11px;
        padding: 0 10px;
    }
    .single__title {
        font-size: 18px;
    }
}
