/*
 Theme Name:     Borobudur
 Theme URI:      https://jogjaweb.co.id
 Description:    Divi Child Theme untuk website pelanggan Jogja Web.
 Author:         Jogja Web Team
 Author URI:     https://www.jogjaweb.co.id
 Template:       Divi
 Version:        1.10.19
*/


/* =Theme customization starts here
------------------------------------------------------- */
/* GENERAL */

/* transition */
.transition, .overlay-bg, .post-item-wrap.post-grid .post-item a .title-inside-post, .post-item-wrap.post-grid.style-2 .post-item a .entry-title, .btn-youtube-modal a:before{
	-webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

/* shadow */
.et-db #et-boc .et_pb_inner_shadow_top {
  -webkit-box-shadow: inset 6px 4px 7px rgba(0,0,0,.07);
  -moz-box-shadow: inset 6px 4px 7px rgba(0,0,0,.07);
  box-shadow: inset 6px 4px 7px rgba(0,0,0,.07);
}
.box-shadow, .post-item-wrap.post-grid .post-item a{
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}

/* button */
.btn-light {
	background-color: #dadada;
  border-color: #dadada;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.button-divi {
  display: inline-block;
  margin-top: 20px;
	margin-right: 10px;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.button-divi:last-child {
	margin-right: 0;
}
.button-divi{
	position: relative;
  padding: .3em 1em;
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7em!important;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
	border-radius: 50px;
}
.button-header-custom, .button-cta-custom{
	border-width: 2px!important;
	font-size: 16px;
  font-weight: 600!important;
	padding-top: 5px!important;
  padding-right: 30px!important;
  padding-bottom: 5px!important;
  padding-left: 30px!important;
}
body .button-cta-custom{
	padding-right: 20px!important;
	padding-left: 20px!important;
	margin-left: 7px;
}
.button-primary{
	color: #FFF!important;
  border-color: rgba(0,0,0,0);
  background-color: #ff5c00;
}
.button-primary:hover{
	background-color: #dd5000;
}
.button-primary.button-cta-custom{
	color: #4ab913!important;
	border-color: rgba(0,0,0,0);
	background-color: #FFF;
}
.button-primary.button-cta-custom:hover{
	color: #FFF!important;
	border-color: #FFF;
	background-color: #4ab913;
}
.button-secondary{
	color: #fff!important;
  border-color: rgba(0,0,0,0);
  background-color: rgba(10,0,0,0.69);
}
.button-secondary:hover{
	background-color: rgba(10,0,0,0.8);
}
body #page-container .et_pb_section .et_pb_button:hover:after{
	margin-left: .3em !important;
}
body #page-container .et_pb_section .et_pb_button:after{
	margin-left: 0 !important;
	transition: all 300ms ease 0ms;
}
.btn-whatsapp{
	background-color: #00e676;
	color: #FFF !important;
}
.btn-whatsapp:hover, .btn-whatsapp:active{
	background-color: #00cc68;
	color: #FFF !important;
}
.btn-whatsapp .label-text{
	font-weight: 600;
}
.btn-youtube-modal a{
	position: relative;
	display: block;
}
.btn-youtube-modal a:before{
	display: flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f04b";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  background-color: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0.71);
}
.btn-youtube-modal a:hover:before{
	background-color: rgba(0, 0, 0, 0.38);
	color: rgba(255, 255, 255, 1);
}

/* flex */
.d-flex, .d-flex .et_pb_code_inner {
  display: flex;
}
.row-content-center{
	justify-content: center;
}
/* pull-right */
.et_pb_fullwidth_header.pull-right .header-content, .pull-right {
  margin-right: 0 !important;
  margin-left: auto !important;
}

/* module */
.module-image-wrap .et_pb_code_inner {
  margin: -7px;
}
.module-image-wrap .et_pb_code_inner .image-block {
  padding: 7px;
}
.module-image-center .et_pb_code_inner .image-block{
	text-align: center;
}

body.et-db #et-main-area #et-boc p{
	padding-bottom: 10px;
}

/* section */
.et_pb_section.overlay:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.69);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* +++++++++++++++++ */

/* HEADER */

/* MAIN HEADER / NAV BAR */

/* logo */
header #logo{
  max-height: 100%;
  height: 50px;
}
header.et-fixed-header #logo{
  height: 45px;
}

/* social icon */
#main-header .et_pb_menu_hidden .et-social-icons{
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeOutBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
#main-header .et_pb_menu_visible .et-social-icons{
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeInBottom 1s 1 cubic-bezier(.77,0,.175,1);
}
#main-header .et-social-icons {
  border-left: 1px solid #666;
  margin-left: 10px;
  margin-top: -3px;
}
#main-header .et-social-icons li {
  margin-left: 10px;
}
#main-header li.et-social-icon a{
  vertical-align: bottom;
}
#main-header .et-social-icons li.et-social-facebook {
  margin-right: -5px;
}
#main-header .et-social-icons li.et-social-facebook a, #main-header .et-social-icons li.et-social-instagram a, #main-header .et-social-icons li.et-social-google-plus a, #main-header .et-social-icons li.et-social-rss a {
  font-size: 18px;
}
#main-header .et-social-icons li.et-social-youtube a {
  font-size: 25px;
}

.nav li ul{
  padding: 0;
}
#top-menu li li{
  padding: 0;
  width: 100%;
}
#top-menu li li a {
  width: 100%;
  padding: 10px 20px;
}
#top-menu li li:not(:last-child) a {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

#main-header .et_mobile_menu li ul, .et_pb_fullwidth_menu .et_mobile_menu li ul, .et_mobile_menu li li{
  padding-left: 0;
}
.sub-menu .menu-item a{
  padding-left: 10%;
  padding-right: 10%;
}
.nav li li ul {
  top: -3px;
}
body #top-menu li a{
  letter-spacing: 0.2px;
}
#main-header .nav li ul {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
/* #top-menu li.current-menu-item>a:after {
  content: '';
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #4ab913;
} */
/* #top-menu li.current-menu-item>a {
  position: relative;
  color: #4ab913;
} */

body:not(.home) #main-header, body:not(.home) #main-header .nav li ul {
  background-color: #000;
}

@media (max-width: 767px){
  .post-item-wrap.post-grid .post-item{
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 981px){
  .et-social-icons{
    display: block;
  }
	.et-fixed-header#main-header, .et-fixed-header#main-header .nav li ul, .et-fixed-header .et-search-form {
    background-color: #000000 !important;
	}
}
@media (max-width: 980px){
  .et_mobile_menu{
    padding: 0;
  }
  .et-social-icons{
    display: none;
  }
  #et_top_search {
    margin: 0 15px 0 0;
  }
  .slider-item{
    height: 500px !important;
  }
  .slider-text, .slider-text-subtitle{
    width: 100% !important;
    line-height: 1.3 !important;
    font-size: 16px !important;
  }
  .slider-text-title{
    font-size: 20px !important;
    line-height: 1.3 !important;
  }
  .et_right_sidebar #sidebar{
    padding-top: 50px;
  }
  .et_right_sidebar #left-area {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* +++++++++++++++++ */

/* MAIN */

/* FRONT PAGE */

/* slider */
.slider-wrap{
  box-shadow: 0 20px 40px 0 rgba(255,121,25,0.1);
}
.slider-item{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.slider-item:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.slider-item.right .slider-text{
  float: right;
  text-align: right;
}
.slider-item.center .slider-text{
  margin: 0 auto;
  text-align: center;
}
.slider-text{
  color: #FFF;
  align-self: center;
  width: 70%;
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 1.5;
}
.slider-text-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-bottom: 0;
  color: #FFF;
}
.slider-text-subtitle{
  margin-bottom: 20px;
}
.btn.btn-slide{
  color: #FFF;
}
.slider-header.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider-header .slick-dots{
  bottom: 25px;
}
.slider-header .slick-dots li button:before{
  font-size: 11px;
  opacity: .7;
  color: #FFF;
}
.slider-header .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #f45511;
}

/* Cover Section / Hero Section */
.et_pb_fullwidth_header.divider-below-title .et_pb_module_header{
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.et_pb_fullwidth_header.divider-below-title .et_pb_module_header:after {
  content: '';
  background-color: #4ab913;
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* section in frontpage */
.bg-image-right-parallax .et_parallax_bg{
	background-position: right center !important;
}
.bg-image-left-parallax .et_parallax_bg{
	background-position: left center !important;
}
.section-services{
	background-size: 40% !important;
}

/* section services */
.section-services .et_pb_column {
  display: flex;
}
.section-services .et_pb_column .et_pb_text.number-circle .et_pb_text_inner p {
  border-radius: 50%;
  background-color: #4ab913;
	color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
	font-size: 20px;
  font-weight: 600;
	margin-right: 15px;
}

/* ----------------- */

/* INDEX */
.post-item-wrap.post-grid .et_pb_post {
  margin-bottom: 0;
}
.pagination{
  margin-top: 50px;
}

/* ----------------- */

/* SINGLE POST */
#cover-header{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 450px;
  width: 100%;
}
.et_pb_post .metapost {
  text-align: center;
  padding-bottom: 3em;
}
.et_pb_post .metapost span {
  margin-left: 10px;
  margin-right: 10px;
}
.et_pb_post .metapost span, .et_pb_post .metapost a {
  color: #f45511;
}
.et_pb_post .metapost span .icon{
  margin-right: 5px;
}
body.single .et_pb_post .entry-title{
  padding-bottom: 1.5em;
  text-align: center;
}
/* .thumbnail-post, .post-item-wrap .thumbnail .img-bg{
  border: 2px solid #ddd;
} */
/* body.single .et_pb_post .entry-content{
  font-size: 18px;
} */
.single .et_pb_post {
  margin-bottom: 0;
}

.mfp-figure:after{
	background-color: #FFF !important;
}

/* breadcrumb */
#breadcrumbs-wrap{
  background-color: #073876;
}
#breadcrumbs-wrap .container {
  padding-top: 0;
}
#breadcrumbs{
  padding-top: 15px;
  padding-bottom: 15px;
}
#breadcrumbs span{
  font-size: 15px;
  color: #dadada;
}
#breadcrumbs span.breadcrumb_last, #breadcrumbs a:hover{
  color: #fff;
}
#breadcrumbs a{
  color: #dadada;
}

/* comment form */
[class^="comment-form-"]:not(.comment-form-comment):not(.comment-form-cookies-consent) {
  display: inline-block;
  width: 33%;
}
[class^="comment-form-"]:not(.comment-form-comment):not(.comment-form-cookies-consent) input {
  width: 100% !important;
}

/* another post */
.another-content{
	padding-top: 75px;
}
.another-title{
	padding-bottom: 20px;
}

/* ----------------- */

/* SINGLE TOUR */
@media (max-width: 1024px){
	.cta-booking table td {
    width: 100%;
    display: block;
		padding: 24px;
	}
	.cta-booking table td:not(:first-child) {
		border-top-color: transparent;
		padding-top: 0;
	}
}

/* ----------------- */

/* FORM LOGIN / REGISTRASI PAGE */

body .loginside-banner{
	width: 63.3% !important;
	margin-right: 0 !important;
}
.loginside-form {
  overflow-x: auto;
}

/* form */
body .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
body .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-color: #FFF;
  border-bottom: 1px solid;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-color: #d7d7d7 !important;
  outline: 0;
  position: relative;
}
body .form-control:focus{
	border-color: #f78d1b !important;
}
body #phone-cc-plus{
	position: absolute;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
}
body #phone-cc{
	padding-left: 12px;
}
body textarea.form-control {
  height: auto;
}
body .form-group {
  margin-bottom: 1rem;
  position: relative;
}

/* ----------------- */

/* SHORTCODE */

/* jw_get_post_list */
.post-item-wrap .thumbnail, .post-item-wrap .post-item{
	position: relative;
}
.post-item-wrap .thumbnail .inner-post-wrap{
	padding: 0 20px;
  width: 100%;
  z-index: 15;
  position: absolute;
  bottom: 15px;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.post-item-wrap .another-post-item a:hover .title-inside-post{
	color: #111;
}
body:not(.single) .post-item-wrap .metapost span{
  font-size: 12px;
}
.post-item-wrap .metapost span{
	margin-left: 3px;
	margin-right: 3px;
	font-size: 11px;
  margin-bottom: 7px;
  line-height: 1;
  min-height: 17px;
}
.post-item-wrap .metapost span, .post-item-wrap .metapost a{
	color: #999;
}
.post-item-wrap .thumbnail .metapost span, .post-item-wrap .thumbnail .metapost a{
	color: #ccc;
}
.post-item-wrap .metapost span:first-child{
	font-weight: 700;
}
.post-item-wrap .metapost span:first-child:after{
	content: '-';
	padding-left: 5px;
}
.post-item-wrap .thumbnail .img-bg {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.post-item-wrap a .thumbnail .overlay-bg{
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 0;
  width: 100%;
  height: 60%;
  opacity: 1;
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 60%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 60%);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.post-item-wrap a:hover .thumbnail .overlay-bg{
	height: 80%;
  -webkit-transform: translate3d(0, 90%, 0);
  -moz-transform: translate3d(0, 90%, 0);
  -ms-transform: translate3d(0, 90%, 0);
  -o-transform: translate3d(0, 90%, 0);
  transform: translate3d(0, 90%, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.post-item-wrap a .inner-post-wrap{
	padding: 10px;
}

/* jw_get_post_list > another-post-item	*/
.post-item-wrap .title-inside-post{
	color: #FFF;
}
.post-item-wrap .title-inside-post, .post-item-wrap .entry-title{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding-bottom: 0;
}
/* .post-item-wrap .entry-title{
  padding-top: 10px;
} */
.post-item-wrap .another-post-item a .title-inside-post{
	color: #666;
	font-size: 13px;
  line-height: 18px;
  font-weight: normal;
}
.post-item-wrap .another-post-item .metapost span:first-child{
	margin-left: 0;
}
.post-item-wrap .another-post-item .metapost span:last-child{
	margin-right: 0;
}
.post-item-wrap .another-post-item .post-item{
  padding-left: 15px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 6px;
  padding-top: 6px;
}
.post-item-wrap .another-post-item .post-item:last-child{
	border-bottom: 0;
}
.post-item-wrap .another-post-item .post-item:before{
  content: '';
  width: 5px;
  height: 5px;
  background-color: #f45511;
  position: absolute;
  left: 0;
  top: 12px;
}

/* get price */
.et_pb_fullwidth_header strong.price-nominal{
	background-color: rgba(0, 0, 0, 0.7);
  padding: 3px 10px;
  border-radius: 3px;
	color: #FFF;
}

/* get post grid */
.post-item-wrap.post-grid {
  margin-top: -15px;
  margin-bottom: -15px;
}
.post-item-wrap.post-grid .post-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.post-item-wrap.post-grid.style-2 .inner-post-wrap {
  padding: 15px 10px;
}
.post-item-wrap.post-grid.style-2 .post-item a{
	display: block;
	height: 100%;
}
.post-item-wrap.post-grid.style-2 .post-item a .inner-post-wrap .title-inside-post, .post-item-wrap.post-grid.style-2 .post-item a .entry-title{
  color: #111;
}
.post-item-wrap.post-grid.style-2 .post-item a:hover .inner-post-wrap .title-inside-post, .post-item-wrap.post-grid.style-2 .post-item a:hover .entry-title{
	color: #d3a64f;
}
.post-item-wrap.post-grid .post-item a{
	color: #333;
	background-color: #FFF;
}
.post-item-wrap.post-grid .post-item a p {
  font-size: 13px;
  margin-top: 6px;
}
.post-item-wrap.post-grid .post-item a p .price-nominal{
	font-size: 14px;
	font-weight: 600;
}
.post-item-wrap.post-grid.style-2 .metapost{
  text-align: left;
  padding-bottom: 0;
}

/* ----------------- */

/* ARCHIVE */
/* tour */
body.post-type-archive-produk .et_pb_section, body.post-type-archive-produk #main-content{
	background-color: #f2f2f2;
}
body.post-type-archive-produk .post-item-wrap.post-grid.style-2 .post-item a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.post-type-archive-produk .post-item-wrap .thumbnail, body.post-type-archive-produk .post-item-wrap .thumbnail .img-bg {
  width: 200px !important;
  height: 250px !important;
}
body.post-type-archive-produk .post-item-wrap.post-grid.style-2 .inner-post-wrap {
  padding: 15px;
}
.et-db #et-boc .et_pb_gallery .et_pb_gallery_items {
  display: flex;
	flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: center;
}
.et_pb_module.tour-packages .tour-meta {
  line-height: 1.5;
  margin-top: 10px;
  font-size: 15px;
  color: #666;
  text-align: center;
}
.label-category {
  position: absolute;
  display: inline-block;
  background-color: #d3a64f;
  color: #FFF;
  font-weight: 600;
  padding: 0px 15px;
  font-size: 12px;
  top: 10px;
  left: 10px;
  border-radius: 50px;
}

/* relief */
.et_pb_module.relief .inner-post-wrap{
	padding:40px 25px 25px !important;
}
.et_pb_module.relief .title-inside-post{
	text-align:center;
	font-size:18px;
	line-height:1.5;
}
.et_pb_module.relief .post-excerpt, .et_pb_module.relief .post-excerpt p{
	text-align:center;
	line-height:1.5;
	margin-top:5px !important;
	font-size: 16px !important;
	color:#666;
}
.et_pb_module.relief .panel-number {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d3a64f;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 800;
  border: 6px solid #FFF;
}

/* +++++++++++++++++ */

/* FOOTER */

#footer-bottom {
  color: #949494;
  font-size: 13px;
}
