/*
Theme Name: Limasanjati
Theme URI: http://limasanjati.com
Author: Adhi Wicaksono
Author URI: http://adhiwie.com
Description: Template untuk website limasanjati.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: limasanjati
*/


@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:400,700');

html,
body {
  height: 100%;
  color: #555;
  letter-spacing: 0.4px;
  line-height: 1.88;
  font-size: 16px;
  font-family: 'Open Sans', serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #333;
}

p {
  overflow-wrap: break-word;
}

a:hover {
  text-decoration: none;
}

.bg-dark {
  background:transparent !important;
  background-image:none !important;
  border-color:transparent !important;
  box-shadow:none !important;
  margin-bottom: -96px;
  z-index: 999;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding: 0 0.8rem;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.nav img {
  margin: 0 10px;
}

.special {
  height: 100%;
  margin-bottom: 0;
  background-color: #333;
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ), url('assets/images/homepage.jpg');
  background-size: cover;
}

.tentang-kami-jumbo {
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ), url('assets/images/tentang-kami-jumbo.jpg');
  background-size: cover;
}

.biaya-jumbo {
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ), url('assets/images/biaya-jumbo.jpg');
  background-size: cover;
}

.kontak-jumbo {
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ), url('assets/images/kontak-jumbo.jpg');
  background-size: cover;
}

.portfolio-jumbo {
  background-color: #1d0f01;
  margin-bottom: 0;
}

.detail-jumbo {
  padding: 0;
}

.detail-jumbo .container-fluid {
  position: relative;
  background-color: #1d0f01;
  height: 500px;
  padding: 0;
  overflow: hidden;
}

.detail-jumbo img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.detail-jumbo .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.4);
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.detail-jumbo p.lead {
  color: white;
  position: absolute;
  overflow: hidden;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, 50%);
}

.img-cover {
  width: 100%;
  height: auto;
  top: 0;
}

.portfolio-jumbo p.lead {
  margin: 100px auto;
}

p.lead {
  font-size: 36px;
  width: 800px;
  margin: 25% auto;
  color: #fff;
}

.section-title {
  margin-bottom: 30px;
}

.article-body {
  padding: 70px 80px;
}

.article-body .text-left {
  max-width: 600px;
}

.article-body .btn-outline-primary,
.article-body .btn-outline-secondary {
  margin-top: 40px;
}

.section-no-padding {
  padding: 0;
}

.article-image-cover {
  background: url('assets/images/mengapa-kami.jpg');
  background-size: cover;
}

.article-image-cover h1,
.article-image-cover p {
  color: #fff;
}

.article-image-cover h1 {
  margin-top: 180px;
}

.article-image-cover .col-sm-12 {
  background-image: linear-gradient(to bottom, rgba(29, 15, 1, 0.0), #1d0f01);
}

.img-full-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-biaya-header p {
  width: 720px;
  margin: 40px auto;
}

.biaya-header,
.berita-header {
  margin: 100px auto 50px auto;
  text-transform: uppercase;
  font-size: 48px;
  letter-spacing: 4px;
}

a.biaya-detail-header {
  display: block;
  padding: 150px 0;
}

.paket-a {
  background-color: #CD7F32;
}

.paket-b {
  background-color: #808080;
}

.paket-c {
  background-color: #D4AF37;
}

.biaya-detail-header h1 {
  font-size: 40px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
  transition: all 0.2s ease-in;
}

.biaya-detail-header h3 {
  margin-bottom: 40px;
  font-family: 'Open Sans', serif;
  font-weight: 400;
	font-size: 24px;
	letter-spacing: 0.5px;
	text-align: center;
	color: #ffffff;
  transition: all 0.2s ease-in;
}

a.biaya-detail-header:hover > h1,
a.biaya-detail-header:hover > h3 {
  transform: translateY(-10px);
}

.section-berita .col-sm-4 {
  padding: 50px;
}

.section-berita h1 {
  font-size: 20px;
  line-height: 1.6;
	letter-spacing: 0.2px;
  margin-bottom: 10px;
}

.section-berita p {
  margin-bottom: 40px;
}

.section-berita a {
  color: #663405;
  letter-spacing: 2px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  transition: all .2s ease-in;
}

.section-berita a:hover {
  color: #CC680A;
  text-decoration: none;
  transform: translateY(-2px);
}

.section-berita a span {
  margin-left: 20px;
}

.section-tentang {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-tentang .col-sm-8 {
  padding-left: 60px;
}

.section-tentang h2 {
  max-width: 80%;
  padding: 30px 0 50px 0;
  border-top: 1px solid #eaeaea;
  font-size: 1.7rem;
	line-height: 1.6;
	letter-spacing: 0.4px;
  color: #333;
}

.section-tentang p.number-big {
  padding: 60px 0 50px 0;
  font-size: 86px;
	line-height: 0.56;
	letter-spacing: 1px;
	text-align: left;
	color: #333333;
}

.section-tentang ul {
  max-width: 80%;
}

.section-tentang p.text-title {
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
}

.section-tentang h4 {
  margin: 30px 0;
}

.section-tentang h5 {
  font-size: 20px;
}

.section-tentang .contact-item {
  margin: 30px 0;
}

.section-tentang .contact-italic {
  font-style: italic;
}

.section-biaya {
  margin-bottom: 100px;
}

.section-biaya ul {
  padding-top: 40px;
  padding-left: 60px;
}

.section-biaya .col-sm-4 {
  border-right: 1px solid #eaeaea;
}

.news-item {
  margin: 100px 0;
}
.first {
  border-top: 1px solid #eaeaea;
}

.section-tentang p.note {
  font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.4px;
	text-align: left;
	color: #555555;
  margin-top: -40px;
  margin-bottom: 30px;
}

.section-tentang p {
  max-width: 80%;
}

.section-portfolio .col-sm-6 {
  padding: 0;
}

.section-detail {
  margin: 100px auto;
}

.section-detail .col-sm-12 {
  max-width: 700px;
  margin: 0 auto;
}

.portfolio-item {
  position: relative;
  display: block;
  height: 500px;
  background-color: #333;
}

.portfolio-item h1 {
  position: absolute;
  top: 70%;
  left: 50px;
  width: 80%;
  font-size: 30px;
	line-height: 1.6;
	color: #ffffff;
  z-index: 100;
  transition: .5s ease;
}

.portfolio-item p {
  position: absolute;
  overflow: hidden;
  top: 70%;
  left: 50px;
  width: 80%;
  color: white;
  opacity: 0;
  transition: 0.5s ease;
}

.portfolio-item button {
  position: absolute;
  overflow: hidden;
  top: 70%;
  left: 50px;
  color: white;
  opacity: 0;
  transition: 0.5s ease;
}

.portfolio-item img {
  display: block;
  width: 100%;
  height: 100%;
}

.portfolio-item .image-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(29, 15, 1, 0.0), #1d0f01);
  transition: .5s ease;
}

.portfolio-item:hover .image-overlay {
  background: rgba(29,15,1,0.90);
}

.portfolio-item:hover h1 {
  top: 15%;
}

.portfolio-item:hover p {
  top: 40%;
  opacity: 1;
}

.portfolio-item:hover button {
  top: 65%;
  opacity: 1;
}

.btn-outline-primary {
  padding: 25px 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #663405;
  border: solid 2px #663405;
  transition: all .2s ease-in;
}

.btn-outline-primary:hover {
  transform: translateY(-4px);
  background-color: #663405;
  border-color: #663405;
}

.btn-outline-secondary {
  padding: 25px 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  border: solid 2px #fff;
  transition: all .2s ease-in;
}


.btn-outline-secondary:hover {
  transform: translateY(-4px);
  background: none;
  border-color: #fff;
}

.portfolio-item .btn-outline-secondary {
  padding: 10px 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid white;
  transition: all .2s ease-in;
}

.btn-outline-primary span,
.btn-outline-secondary span {
  margin-left: 20px;
}

.footer {
  background-color: #1a1a1a;
}

.footer .col-sm-6 {
  padding: 50px 70px;
}

.footer h3 {
  margin-top: 60px;
  font-size: 20px;
  letter-spacing: 3px;
  color: #fff;
}

.footer p {
  font-size: 14px;
  color: #fff;
  max-width: 400px;
}

.footer ul {
  padding: 0;
  list-style-type: none;
  color: #fff;
  font-size: 14px;
}

.footer ul li span {
  margin-right: 10px;
}

.footer-right h3 {
  margin-top: 120px;
}

.footer-right img {
  height: 40px;
  width: auto;
  fill: #fff;
}

.footer-right a:hover {
  color: #1a1a1a;
}

.footer-right p {
  margin-top: 48px;
}

svg#facebook,
svg#instagram,
svg#twitter {
  height: 40px;
  width: auto;
  fill: #fff;
  margin: 30px 20px 0 0;
  transition: all 0.2s ease-in;
}

svg#facebook:hover,
svg#instagram:hover,
svg#twitter:hover {
  transform: translateY(-2px);
}

#map {
  width: 100%;
  height: 400px;
  background-color: grey;
}

.galleria-container {
 border: 1px solid #eaeaea;
 margin-bottom: 50px;
}

.next-button,
.previous-button {
    color: #663405;
}

.next-button:hover,
.previous-button:hover {
  color: #663405;
}

.next-button {
  float: right;
}

.related-item {
    margin-bottom: 30px;
    display: block;
    color: #663405;
    font-weight: 700;
    font-size: 1.1rem;
}

.related-item:hover {
    color: #663405;
}

.related-item-section {
    margin-top: -33px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.related-item-thumbnail {
    padding: 10px;
    border: 1px solid #eaeaea;
    max-width: 100%;
    height: auto;
    transition: 0.5s all ease-in;
}

.related-item-thumbnail:hover {
    background-color: #663405;
}

.section-portfolio .row {
    background-color: #1d0f01;
}

/*
.section-detail .col-sm-12 img {
  width: 100%;
  height: auto;
  margin: 30px 0;
}
*/

@media only screen and (max-width: 1240px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 0 0.5rem;
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 800px) {
  .navbar-expand-sm .navbar-nav .nav-link {
    font-size: 0.6rem;
  }

  .nav img {
    width: 170px;
  }

  p.lead {
    font-size: 1.3rem;
    width: 500px;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .section-berita a {
    font-size: 0.8rem;
  }

  .section-berita a span {
    margin-left: 10px;
  }

  .portfolio-item {
    height: 300px;
  }

  .portfolio-item h1 {
    font-size: 20px;
    left: 30px;
  }

  .portfolio-item:hover h1 {
    top: 5%;
  }

  .portfolio-item:hover p {
    top: 30%;
    left: 30px;
    font-size: 0.8rem;
  }

  .portfolio-item:hover button {
    top: 75%;
    left: 30px;
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 768px) {
  .detail-jumbo p.lead {
    top: 50%;
  }

  p.lead {
    margin: 60% auto;
    width: 100%;
  }
  
  .related-item-section {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 414px) {
  p.lead {
    margin: 50% auto;
    width: 100%;
  }

  .detail-jumbo .container-fluid {
    height: 300px;
  }

  .img-cover {
    object-fit: cover;
    height: 300px;
  }

  .section-detail {
    margin: 20px auto;
  }

  .section-tentang .col-sm-4 {
    padding-left: 60px;
  }

  .section-tentang .col-sm-4 .section-no-padding {
    padding: 0;
  }

  .nav img {
    margin-right: 120px;
  }

  .navbar-nav {
    text-align: center;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    margin: 10px 0;
    font-size: 1rem;
  }

  .bg-dark {
    background-color: #1d0f01 !important;
    box-shadow:none !important;
    margin-bottom: 0;
  }

  .article-image-cover h1 {
    margin-top: 0px;
  }

  .article-body {
    padding: 50px 10px;
  }

  .news-item {
    margin: 20px 0;
  }

  .btn-outline-secondary {
    font-size: 16px;
  }

  .section-biaya-header p {
    width: 100%;
  }

  .footer-right h3 {
    margin-top: -50px;
  }
}

@media only screen and (max-width: 375px) {
  .nav img {
    margin-right: 80px;
  }
}

@media only screen and (max-width: 360px) {
  .nav img {
    margin-right: 60px;
  }
}

@media only screen and (max-width: 320px) {
  p.lead {
    margin: 60% auto;
    width: 100%;
  }
  .nav img {
    margin-right: 20px;
  }
}
