/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */


/*
 * Custom Style Sheet - Use this file to style your content
 */

 .price-col li{margin-bottom: 0;}

/*begin Pop Beranda*/
body.no-scroll {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

.modal {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  
  width: 90% !important;       /* proportional */
  max-width: 500px;            /* limit on desktop */
}

/* begin video responsive on mobile */
.body-wrap {
  position: relative;
  padding-bottom: 56.25%;      /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.body-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* end video responsive on mobile */

/* begin image responsive on mobile */
.img-responsive-modal {
  max-width: 100%;
  height: auto;       /* otomatis proporsional */
  display: block;
  margin: 0 auto;
}
/* end image responsive on mobile */

.modal-body {
  text-align: center;
  max-height: 500px;
}
.modal-body p {
  font-size: 14px;
}

/*end Pop Beranda*/

/*begin logo responsive Beranda*/
#header-responsive span { background-size: 80% auto; }
/*end logo responsive Beranda*/

.wk-slideshow-content {
  margin-left: 0;
}