/*
  Theme Name: Sekolah Program
  Theme URI: https://www.sekolahprogram.com
  Author: Febri Hidayan
  Author URI: https://www.facebook.com/febrihidayan.co.id
  Description: Theme Sekolah Program adalah theme yang digunakan untuk mempermudah pengunjung suatu website dan theme ini memiliki kecepatan akses dalam suatu halaman.
  Version: 0.5.1
  License: GNU General Public License version 2
  License URI: license.txt
  Text Domain: Sekolah Program
*/
body{
  padding-top: 5rem;
  min-height: 23rem;
}
.home {
  background: url(image/bg.png) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
#content{
  padding-top: 4rem;
  padding-bottom: 3rem;
}
/*
* Data Tambahan
**/
.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}
.box-shadow-end {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .2);
}
/*
 * Bagian Navbar
**/
.navbar-custom {
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-shadow: 0 0.25rem .75rem rgba(0, 0, 0, .05);
}
.navbar-custom .navbar-nav .current-menu-item>.nav-link {
  color: #00BCD4;
}
.navbar-nav .nav-item .nav-link {
  color: #009688;
  font-weight: 500;
}
.navbar-custom .navbar-nav .nav-link:hover {
  color: #1d2124;
}
/* Content */
blockquote {
  border: 0 solid #1eaedb;
  border-left-width: 4px;
  color: #5e5e5e;
  font-size: 18px;
  font-style: italic;
  line-height: 1.4736842105;
  margin: 0 0 1.4736842105em;
  overflow: hidden;
  padding: 0 0 0 1.263157895em;
}
.card {
  display: block;
}
/* Container */
.container {
  max-width: 95%;
}
/* Post */
.post p, .post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .post label, .post li, .post ol, .post ul, aside p, footer p{
  text-align: justify;
}
#content a {
  text-decoration: none;
}
main.post article.post-body p img {
  width: auto;
  height:auto;
  max-width: 80%;
}
main.post article.post-body video {
  width: auto;
  height: auto;
  max-width: 100%;
}
main.post h1 {
  font-size:32px;
}
main.post h2 {
  font-size: 30px;
}
main.post h3 {
  font-size: 28px;
}
main.post h4 {
  font-size: 26px;
}
main.post h5 {
  font-size: 24px;
}
main.post h6 {
  font-size: 22px;
}
@media (max-width: 576px) {
  main.post h1 {
    font-size: 28px;
  }
  main.post h2 {
    font-size: 26px;
  }
  main.post h3 {
    font-size: 24px;
  }
  main.post h4 {
    font-size: 22px;
  }
  main.post h5 {
    font-size: 20px;
  }
  main.post h6 {
    font-size: 18px;
  }
}
/* Share Posts */
.post-share a {
  display: inline-block;
  background-color: #009688;
  color: #ffffff;
  margin: 3px;
  padding: .3rem .5rem;
  border-radius: .25rem;
  border: 1px solid transparent;
  font-size: 0.8rem;
}
.post-share a:hover {
  background-color: #00a596;
  color: #dedede;
}
/* Related Post */
.related .related-col h6 {
  font-size: 1rem;
}
.related .related-col {
  background-color: #fafafa;
  transition: box-shadow 0.5s, background-color 1s, transform 1s;
}
.related .related-col:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  transform: translateY(1px);
}
.related h6, .related p {
  text-align: left;
  color: #000000;
  transition: color 1s;
}
.related p:hover {
  color: #0d2526;
}
/* Pagination Post */
/* .post-nav-next a {
  float: right;
  text-align: right;
} */
/* Sidebar Custom */
.sidebar-module h2 {
  font-size: 25px;
}
/* All Font Page */
.tutorial, .packages, .store, .testimonial, .sponsor, .mading, .latest, .letter, .team{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
/* Banner */
.banner {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  margin-bottom: 0px;
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.banner-header, .banner-body, .banner-footer {
  padding-left: 15%;
  padding-right: 15%;
}
@media (max-width: 767px) {
  .banner {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .banner .banner-intro {
    font-size: 47px;
  }
}
@media (max-width: 576px) {
  .banner {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .banner .banner-intro {
    font-size: 40px;
  }
}
.banner-intro {
  text-align: center;
  color: #FFF;
  line-height: 65px;
  z-index: 0;
  text-transform: uppercase;
  font-size: 55px;
  float: none;
}
.banner-background-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
/* Tutorial */
.tutorial {
  background-color: #fafafa;
}
.tutorial .tutorial-header {
  margin-bottom: 3rem;
}
.tutorial .tutorial-body a {
  color: #000000;
  text-decoration: none;
  transition: transform 1s;
}
.tutorial .tutorial-body a:hover {
  transform: skew(1deg, 0.5deg);
  color: #040404;
}
.tutorial .tutorial-col {
  background-color: #fcfcfc;
  opacity: 0;
  transform: translate(0, -40px);
  transition: 1s;
}
.tutorial .tutorial-col.tutorial-show {
  opacity: 1;
  transform: translate(0, 0);
}
/* Store */
.store .container {
  max-width: 75%;
}
.store {
  background-color: #E91E63;
  color: white;
}
/* Store */
.packages .container {
  max-width: 75%;
}
.packages {
  background-color: #6a1b9a;
  color: white;
}
/* Testimonials */
.testimonial {
  background-color: #fffffff0;
}
.testimonial .container {
  max-width: 85%;
}
.testimonial .testimonial-header {
  margin-bottom: 3rem;
}
.testimonial .testimonial-col{
  transition: transform 2s, 1s;
  opacity: 0;
  transform: translate(0, -40px);
  background-color: #ffffff;
}
.testimonial .testimonial-col.testimonial-show{
  opacity: 1;
  transform: translate(0, 0);
}
.testimonial .testimonial-col:hover{
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  background-color: #fafafa;
}
.testimonial .rounded-circle {
  width: 80px;
  height: auto;
}
/* Sponsor */
.sponsor {
  background-color: #ffffff;
}
.sponsor .container {
  max-width: 80%;
}
.sponsor .sponsor-header {
  /* margin-bottom: 3rem; */
}
.sponsor img {
  max-width: 10rem;
  height: auto;
}
/* Mading */
.mading {
  background-color: #ffffff;
}
.mading .container {
  max-width: 75%;
}
.mading .mading-body a {
  transition: box-shadow 1s, transform 0.8s, background-color 0.8s;
  text-decoration: none;
  color: #000000;
}
.mading .mading-body a:hover {
  background-color: #f7f5f5;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
  transform: rotateX(20deg);
}
.mading .mading-col{
  transition: transform 10s, 10s;
  opacity: 0;
  transform: translate(0, -40px);
}
.mading .mading-col.mading-show{
  opacity: 1;
  transform: translate(0, 0);
}
/* Latest */
.latest {
  background-color: #fafafa;
}
.latest .latest-header {
  margin-bottom: 3rem;
}
.latest .container{
  max-width: 80%;
}
.latest a{
  text-decoration: none;
  color: #000000;
  transition: color 1s;
}
.latest .latest-col {
  background-color: #ffffff;
  transition: transform 1s, 1s;
  opacity: 0;
  transform: translate(0, -40px);
}
.latest .latest-col.latest-show {
  opacity: 1;
  transform: translate(0, 0);
}
.latest .latest-col:hover, .latest a:hover {
  color: #607d8b;
  transform: rotateX(20deg);
}
/* Letter */
.letter {
  background-color: #009688;
  color: white;
}
.letter .container {
  max-width: 80%;
}
/* Team */
.team {
  background-color:#fffffff0;
}
.team .container {
  max-width: 90%;
}
.team .team-header {
  margin-bottom: 3rem;
}
.team .team-col {
  background-color: #fafafa;
  transition: background-color 1s, box-shadow 0.5s, 1s;
  opacity: 0;
  transform: translate(0, -40px);
}
.team .team-col.team-show {
  opacity: 1;
  transform: translate(0, 0);
}
.team .team-col:hover {
  background-color: #ffffff;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
}
.team .rounded-circle {
  width: 80px;
  height: auto;
}
.team .team-body p {
  transition: transform 1s;
}
.team .team-body p:hover {
  transform: rotateZ(1deg);
}
.team .team-sosial .fa{
  color: #009688;
  font-size: 25px;
}
.team .team-sosial .fa:hover{
  color: #078579;
}
/*
 * Tampilan Baru CLass Februari 2018
**/
/* Category */
.category .category-col {
  padding: 20px;
  text-decoration: none;
  color: #000000;
  transition: transform 1s, rotateZ 1.5s;
}
.category .category-col:hover {
  background-color: #fcfcfc;
  transform: translateY(10px) rotateY(10deg);
}
.category .post-header img {
  max-height:240px;
}
.category .category-header {
  margin-bottom: 2rem;
}
/* Tags */
.tag .tag-col {
  padding: 20px;
  text-decoration: none;
  color: #000000;
  transition: transform 1s;
}
.tag .tag-col:hover {
  color: #023444;
  transform: rotateX(20deg);
}
.tag .tag-header {
  margin-bottom: 2rem;
}
/* Search */
.search .search-body {
  padding-top: 2rem;
}
.search .search-col {
  padding: 20px;
  text-decoration: none;
  color: #000000;
  transition: box-shadow 0.5s, transform 1s;
}
.search .search-col:hover {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
}
/* Error 404 */
.error-404 {
  border-radius: 0px;
  margin-bottom: 0px;
  padding-top: 16rem;
}
.error-404 .container {
  max-width: 70%;
}
/* Widget Class Februari 2018 */
aside .tag {
  margin: 1px;
  border: 1px solid #00BCD4;
  padding: 5px;
  width: auto;
  font-size: smaller;
  position: relative;
  z-index: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  padding: 4px 10px 5px;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  word-wrap: break-word;
}
/* Widget Maps Sekolah Program */
.sekolah-sosial a {
  font-size: 1.2rem;
  color: #000000;
  padding-right: 10px;
}
.sekolah-sosial a:hover {
  color: #2f3e40;
}
.sekolah-maps:hover {
  color: #354444;
}
/* Box */
.box .box-col {
  padding: 20px;
  text-decoration: none;
  color: #000000;
  transition: transform 1s, rotateZ 1s, box-shadow 1s;
}
.box .box-col:hover {
  background-color: #fcfcfc;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
  transform: translateY(5px) rotateY(5deg);
}
.box .post-header img {
  max-height:240px;
}
/********* Footer **********/
footer {
  z-index: 1030;
}
.footer-header .container {
  max-width: 93%;
}
.footer-header {
  background: -webkit-linear-gradient(top, #e9ecef 0%, #f8f9fa 75%);
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.footer-header a, .footer-header p {
  text-decoration: none;
  color: #000000;
}
.footer-copyright {
  bottom: 0;
  width: 100%;
  background: #e9ecef;
  color: #000000;
  padding: 25px 10px 10px 10px;
}
.footer-copyright a {
  text-decoration: none;
  color: inherit;
  padding-right: 15px;
}
.footer-copyright .menu li {
  display: inline-block;
  font-size: 0.9rem;
}
.footer-copyright .menu {
  margin-left: -3rem;
}
.footer-copyright .copyright {
  float: right;
}
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}