/*
Theme Name: Jogjajogjatour
Theme URI: https://vintagiodesign.com
Description: Theme khusus yang dibuat untuk website Jogjajogjatour
Author: Vintagio Design
Author URI: https://vintagiodesign.com
Version: 1.0
Tags: clean, blog, two-columns, fixed-width, custom-menu
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/* Global Defaults
=====================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
b, strong, th { font-weight: bold; }
em, i { font-style: italic; }
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


a, a:active, a:visited { color: #c88606; outline:0; }
a:hover { color: #603c1f; }

/* Global Elements
=====================================================================*/

body {
	font:15px 'ProximaNova', sans-serif;
	background:#f9f9f9;
    color:#000;
	min-height: 100%;
	position: static;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
}
.skiplink{
	display:none;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
}

/* Start CSS Coding
=====================================================================*/
@font-face {
    font-family: "ProximaNova";
    src: url("webfonts/ProximaNova-Regular.otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "ProximaNova";
    src: url("webfonts/ProximaNova-Bold.otf");
    font-weight: bold;
}
@font-face {
    font-family: "ProximaNova";
    src: url("webfonts/ProximaNova-Light.otf");
    font-weight: 300;
    font-style: normal;
}
#nav {
    font-family: 'Dosis', sans-serif;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    font-family: 'Font Awesome 5 Pro' !important;
}
.open-menu, .close-menu, .close-menu-big {
    display: none;
    cursor: pointer;
}
.mobile {
    display: none;
    position: relative;
}
#header-area {
    background: #603c1f url(images/intro.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    padding-top: 430px;
    margin-bottom: 130px;
}
#main-header {
    height:285px;
    width:100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: 100;
}
#main-header.sticky {
    position: fixed;
    height: 70px;
    background: none;
}
#main-header.sticky #logo {
    display: none;
}
#main-header.sticky #nav-main {
    margin-top: 20px;
    background: rgba(200,134,6,0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
#main-header.sticky #nav-main li a {
    font-size: 20px;
}
#main-header.sticky #nav-main li a.active {
    background: #7c512f;
    border-radius: 5px;
}
.wrapper {
    max-width:1140px;
    margin:0 auto;
    padding:0 30px;
}
#logo {
    width:300px;
    height:77px;
    background: url(images/logo.png) no-repeat;
    background-size:300px 77px;
    margin: 30px auto 40px auto;
    display: block;
    text-indent:-9999px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#header-right {
    float:none;
    position: relative;
    margin: 0;
}
#nav {
    display: block;
    float: none;
    text-align: center;
}
#nav-main {
    list-style: none;
    height:70px;
    float:none;
    text-align: center;
    display: inline-block;
    background: #c88606;
    padding: 15px 20px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#nav-main li {
    float:none;
    height:30px;
    position: relative;
    display: inline-block;
    margin: 0 10px;
}
#nav-main li a {
    display: block;
    height:30px;
    line-height: 30px;
    font-size:26px;
    text-decoration: none;
    padding:5px 12px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
#intro h1 {
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    margin: 20px 0 30px 0;
}
#intro p {
    color: #fff;
    font-size: 28px;
    line-height: 1.4;
}
#intro {
    padding-bottom: 280px;
}
#about-text {
    margin: 0 0 100px 0;
}
#about-text img {
    width: 50%;
    float: left;
    margin: 0 50px 0 0;
}
#slideshow {
    width: 45%;
    float: left;
    margin: 0 50px 0 0;
}
#slideshow .owl-nav {
    display: none;
}
#slideshow  .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background: #fff;
}
#slideshow  .owl-dots .owl-dot.active span {
    background: #c88606;
}
#slideshow  .owl-dots {
    margin-top: 10px;
}
.title-homepage {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #111;
    margin: 0 0 30px 0;
}
.rental-package-car {
    width: 30%;
    height: 580px;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
    margin: 0 5% 5% 0;
    float: left;
    position: relative;
    border-radius: 20px;
}
#rental-package {
    padding-top: 20px;
}
#rental-package .rental-package-car:nth-child(3n) {
    margin-right: 0;
}
.slide-car .item {
    height:720px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
    position: relative;
}
.image-product {
    border-radius: 10px 10px 0 0;
}
.slide-car .item .static-page h3.title-product {
    font-size: 32px;
    margin: 0 0 20px 0;
    font-weight: bold;
}
.slide-car .item .static-page {
    padding: 0 40px;
}
.slide-car.owl-carousel .owl-stage-outer {
    padding-bottom: 50px;
    padding-top: 50px;
}
.slide-car .owl-item {
    opacity: 0.6;
}
.slide-car .owl-item.active.center {
    opacity: 1;
}
.slide-car .item h4 {
    font-weight: 300;
    font-size: 18px;
    color: #eb603a;
    position: absolute;
    z-index: 10;
    left: 40px;
    bottom: 40px;
}
.slide-car.owl-carousel {
    position: relative;
    margin: 0 0 60px 0;
}
.slide-car .owl-dots {
    display: none;
}
.slide-car.owl-carousel .owl-nav button.owl-next {
    width: 50px;
    height:50px;
    border-radius: 25px;
    right: 50px;
    top: 290px;
    position: absolute;
    z-index: 100;
    font-size: 24px;
    background: rgba(0,0,0,0.3);
    color: #fff;
}
.slide-car.owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height:50px;
    border-radius: 25px;
    left: 50px;
    top: 290px;
    position: absolute;
    z-index: 100;
    font-size: 24px;
    background: rgba(0,0,0,0.3);
    color: #fff;
}
.slide-car.owl-carousel .owl-nav button.owl-next:hover,
.slide-car.owl-carousel .owl-nav button.owl-prev:hover {
    background: rgba(0,0,0,0.5);
}
.slide-car.owl-carousel .owl-nav button.owl-next:after {
    content: "\f054";
}
.slide-car.owl-carousel .owl-nav button.owl-prev:before {
    content: "\f053";
}
.slide-car.owl-carousel .owl-nav button.owl-next span,
.slide-car.owl-carousel .owl-nav button.owl-prev span  {
    display: none;
}
.slide-car.owl-carousel:hover .owl-nav button.owl-next,
.slide-car.owl-carousel:hover .owl-nav button.owl-prev {
    display: block;
}
#text-tour p {
    text-align: center;
    font-size: 18px;
}
.button-order {
    width: 200px;
    display: block;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    background: #7c512f;
    color: #fff;
    height: 40px;
    border-radius: 5px;
    position: absolute;
    z-index: 10;
    bottom: 40px;
    font-weight: bold;
    text-decoration: none;
    left: 50%;
    margin-left: -100px;
}
.button-order:hover {
    background: #6b411f;
    color: #fff;
}
#tour-package {
    padding-top: 30px;
    margin-bottom: 60px;
}
.package {
    width: 30%;
    height: 570px;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
    margin: 0 5% 5% 0;
    float: left;
    position: relative;
}
#tour-package .package:nth-child(3n) {
    margin-right: 0;
}
#tour-package .package:last-child {
    width: 100%;
    margin-right: 0;
    height:450px;
}
#tour-package .package:last-child ul li {
    text-align: left;
}
#tour-package .package:last-child ul {
    margin-bottom: 20px;
}
.package h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 7px 0;
}
.package h4 {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 20px 0;
    color: #3e858d;
}
.package ul {
    list-style: none;
    margin: 0 20px;
}
.package ul li {
    font-size: 16px;
    text-align: center;
    color: #333;
    padding: 12px 0;
    border-bottom: 1px solid #ececec;
    line-height: 1.4;
}
.package ul li:last-child {
    border: none;
}
#button-order-tour {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    background: #7c512f;
    color: #fff;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
}
#button-order-tour:hover {
    background: #6b411f;
    color: #fff;
}


/* Typography
=====================================================================*/
.static-page img {
    margin:5px 0 0 0;
    height:auto;
}
.static-page img.imgframe {
    max-width:97.5%;
    border:5px solid #f3f6f8;
}
img.alignleft, .static-page img.alignleft {
    margin-right:35px;
    float:left;
}
img.alignright, .static-page img.alignright {
    margin-left:35px;
    float:right;
}
.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6 {
    line-height: 1.3;
    color:#111;
}
.static-page h1 {
    font-size: 36px;
    margin: 30px 0;
}
.static-page h2 {
    font-size: 30px;
    margin: 25px 0;
}
.static-page h3 {
    font-size: 26px;
    margin: 22px 0;
}
.static-page h4 {
    font-size: 22px;
    margin: 25px 0;
}
.static-page h5 {
    font-size: 20px;
    margin: 30px 0;
}
.static-page h6 {
    font-size: 18px;
    margin: 36px 0;
}
.static-page p {
    margin: 0 0 24px;
    font-size: 18px;
    color: #333;
    line-height: 1.4;
}
.static-page hr {
    border-top:1px solid #959595;
    margin:40px 0;
}
.align-center {
    text-align: center;
}
.static-page ul, .static-page ol {
    margin: 0 0 24px 30px;
    line-height: 1.5;
    font-size: 18px;
    color:#333;
}
.static-page ul {
    list-style-position: inside;
}
.static-page ul li {
    position: relative;
    padding-left: 1em;
    text-indent: -1em;    

}
.static-page blockquote {
    margin: 0 0 24px;
    line-height: 1.5;
    font-size: 20px;
    color:#111;
    font-weight: 300;
    padding:0 0 0 40px;
    position: relative;
    overflow:hidden;
}
.static-page blockquote:before {
    content:'\201C';
    font-size:90px;
    color:#ec2224;
    line-height: 1.2;
    position: absolute;
    height:50px;
    left:0;
    top:-15px;
}
.static-page blockquote p {
    font-size:20px;
    line-height: 1.5;
    font-weight: 300;
}
.static-page blockquote cite {
    text-align: right;
    font-size: 16px;
    display: block;
}
pre {
    font-size: 16px;
    padding: 0 0 0 10px;
    margin: 0;
    background: #e7e7e7;
    border-left: 1px solid #b8b8b8;
    overflow: auto;
    overflow-y: hidden;
    line-height:1.6em;
    margin-top:1.6em;
    margin-bottom:1.6em;
    color:#686868;
    font-family: 'Courier New', 'Courier', serif;
}
pre code {
    margin: 0 0 0 20px; 
    padding: 18px 0;
    display: block;
}

/* Footer
=====================================================================*/
#main-footer {
    padding:90px 0;
    margin-top:90px;
    background: #f0cd8a;
}
#footer-content {
    width: 60%;
    float: left;
}
#footer-social {
    width: 35%;
    float: right;
}
#footer-content img {
    width: 40%;
    float: left;
}
#address {
    width: 55%;
    float: right;
}
#address p {
    font-size: 16px;
    color: #333;
    position: relative;
    padding-left: 30px;
    margin: 0 0 20px 0;
}
#address p i {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
}
#address p a {
    text-decoration: none;
}
#address p a:hover {
    color: #333;
}
#address ul li {
    font-size: 16px;
    color: #666;
    margin: 0 0 10px 0;
    line-height: 1.4;
}
#footer-social h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px 0;
}
#footer-social ul {
    list-style: none;
    margin: 0;
}
#footer-social ul li {
    margin: 0 0 10px 0;
}
#footer-social ul li a {
    height: 50px;
    border-radius: 10px;
    background: #fff;
    display: block;
    font-size: 20px;
    line-height: 50px;
    padding: 0 20px;
    text-decoration: none;
}
#footer-social ul li a i {
    width: 25px;
    font-size: 22px;
}
#footer-social ul li.link-whatsapp a {
    border: 1px solid #128C7E;
    box-shadow: 0 2px #128C7E;
    color: #128C7E;
}
#footer-social ul li.link-whatsapp a:hover {
    box-shadow: none;
    background: #128C7E;
    color: #fff;
}
#footer-social ul li.link-facebook a {
    border: 1px solid #1877f2;
    box-shadow: 0 2px #1877f2;
    color: #1877f2;
}
#footer-social ul li.link-facebook a:hover {
    box-shadow: none;
    background: #1877f2;
    color: #fff;
}
#footer-social ul li.link-tiktok a {
    border: 1px solid #000;
    box-shadow: 0 2px #000;
    color: #000;
}
#footer-social ul li.link-tiktok a:hover {
    box-shadow: none;
    background: #000;
    color: #fff;
}
#footer-social ul li.link-instagram a {
    border: 1px solid #dd2a7b;
    box-shadow: 0 2px #dd2a7b;
    color: #dd2a7b;
}
#footer-social ul li.link-instagram a:hover {
    box-shadow: none;
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}
#footer-social ul li.link-twitter a {
    border: 1px solid #00acee;
    box-shadow: 0 2px #00acee;
    color: #00acee;
}
#footer-social ul li.link-twitter a:hover {
    box-shadow: none;
    background: #00acee;
    color: #fff;
}
#footer-social ul li.link-email a {
    border: 1px solid #004f9f;
    box-shadow: 0 2px #004f9f;
    color: #004f9f;
}
#footer-social ul li.link-email a:hover {
    box-shadow: none;
    background: #004f9f;
    color: #fff;
}
#footer-copyright {
    clear: both;
    padding-top: 60px;
}
#footer-copyright p {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin: 0 0 15px 0;
}
#footer-copyright p a {
    text-decoration: underline;
    color: #111;
    font-weight: bold;
}
#footer-copyright h6 {
    text-align: center;
    font-size: 14px;
    color: #333;
}


/* CSS for Small laptop
=====================================================================*/
@media screen and (max-width: 1150px) {
    .wrapper {
        min-width:0;
        width:auto;
        padding:0 20px;
        height:auto;
    }
}
/* CSS for iPad Landscape
=====================================================================*/
@media screen and (max-width: 1024px) {
    img,
    img[class*="align"],
    img[class*="wp-image-"] {
        max-width: 100%;
        height: auto;
    }
    .entry-content img,
    .comment-content img,
    .widget img {
        max-width: 100%; /* Fluid images for posts, comments, and widgets */
    }
    img.size-full {
        max-width: 100%;
        width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
    }
    .list-gallery ul li {
        width: 100%;
        margin: 0 0 20px 0;
        float: none;
    }
    #header-right {
        margin: 0;
    }
    .slide-car .item {
        height: 540px;
    }
}

/* CSS for iPad Portrait
=====================================================================*/
@media screen and (max-width: 800px) {
    #main-header .wrapper {
        padding:0 20px;
    }
    #logo {
        margin: 30px auto 20px auto;
        float: none;
        display: block;
        text-indent: -9999px;
    }
    #header-right,
    #nav {
        float: none;
    }
    #nav-main {
        float: none;
        text-align: center;
        margin: 0;
        padding: 11px 7px;
    }
    #nav-main li {
        float: none;
        display: inline-block;
    }
    #nav-main li a {
        font-size: 20px;
        padding: 5px 10px;
    }
    #nav-main li {
        margin: 0 5px;
    }
    #header-area {
        margin-bottom: 50px;
    }
    #slideshow {
        margin-right: 30px;
    }
    #main-header.sticky #logo {
        display: none;
    }
    #main-header.sticky {
        height: 60px;
    }
    #main-header.sticky #nav-main {
        margin-top: 0;
    }
    #main-header.sticky {
        top: auto;
        bottom: 0;
    }
    #intro {
        padding-bottom: 140px;
    }
    #intro h1 {
        font-size: 38px;
    }
    #intro p {
        width: 100%;
        font-size: 18px;
        margin-bottom: 40px;
    }
    #text-info {
        width: 100%;
        text-align: center;
        border-radius: 0;
        position: relative;
        bottom:auto;
        left: auto;
        border-radius: 10px;
    }
    #text-info h2 {
        font-size: 30px;
        margin: 0 20px 20px 20px;
        float: none;
    }
    #text-info p {
        float: none;
        font-size: 18px;
        width: auto;
        margin: 0 20px;
    }
    #about-text img {
        width: 100%;
        margin: 0 0 30px 0;
        float: none;
    }
    .slide-car .item {
        height: 400px;
    }
    .slide-car .owl-item {
        opacity: 0.4;
    }
    .slide-car .item .static-page {
        padding: 0 20px;
    }
    .slide-car .item .static-page h3.title-product {
        font-size: 20px;
    }
    .slide-car .item .static-page p {
        font-size: 16px;
    }
    .slide-car .item h4 {
        font-size: 16px;
        left: 20px;
        bottom: 20px;
    }
    .slide-car .item {
        height: 550px;
    }
    .package, #tour-package .package:nth-child(3n) {
        width: 48%;
        margin: 0 4% 4% 0;
    }
    #tour-package .package:nth-child(2n) {
        margin-right: 0;
    }
    #tour-package .package:last-child {
        width: 100%;
    }
    #main-footer {
        padding-top: 40px;
    }
    #footer-content {
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
    }
    #footer-social {
        width: 100%;
        float: none;
    }
    #footer-content img {
        float: none;
        margin: 0 0 20px 0;
    }
    #address {
        width: 100%;
        float: none;
    }
    #footer-copyright p {
        line-height: 1.4;
        margin: 0 0 20px 0;
    }
}

/* CSS for Smartphone, ex: iPhone, Android, Blackberry
=====================================================================*/
@media screen and (max-width: 650px) {
    #logo {
        width: 200px;
        height: 51px;
        background-size:  200px 51px;
    }
    #nav-main {
        border-radius: 0;
        height: auto;
        display: block;
        width: 100%;
    }
    #nav-main li a,
    #main-header.sticky #nav-main li a {
        font-size: 14px;
    }
    #nav-main li,
    #main-header.sticky #nav-main li {
        margin: 0;
        height: auto;
    }
    #main-header {
        height: auto;
    }
    #header-area {
        padding-top: 280px;
    }
    #slideshow {
        width: 100%;
        float: none;
        margin: 0 0 40px 0;
    }
    #intro {
        padding-bottom: 80px;
    }
    .title-homepage {
        font-size: 30px;
    }
    .slide-car .item {
        height: 650px;
    }
    .package, #tour-package .package:nth-child(3n), #tour-package .package:nth-child(2n), #tour-package .package:last-child {
        width: 100%;
        height:auto;
        float: none;
        margin: 0 0 20px 0;
    }
    .package h3 {
        margin-top: 0;
        padding-top: 30px;
    }
    #button-order-tour {
        position: relative;
        left: auto;
        bottom: auto;
    }
    .slide-car.owl-carousel .owl-nav button.owl-next {
        right: 20px;
        top: 180px;
    }
    .slide-car.owl-carousel .owl-nav button.owl-prev {
        left: 20px;
        top: 180px;
    }
}