/*
Theme Name: Sitesch.id
Theme URI: https://websekolah.co.id/
Author: Websekolah.co.id
Author URI: https://websekolah.co.id/
Description: Template Wordpress Untuk Website Sekolah.
Version: 1.6.8
Text Domain: sitesch
*/

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
}

a, a:hover{
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p{
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    margin-top: 0;
}

.custom-container{
    background: #ffffff;
    max-width: 1180px;
    margin:0 auto;
    -webkit-box-shadow: 0px 1px 18px 0px rgba(186, 186, 186, 0.3);
    -moz-box-shadow: 0px 1px 18px 0px rgba(186, 186, 186, 0.3);
    box-shadow: 0px 1px 18px 0px rgba(186, 186, 186, 0.3);
}

.btn{
    border:none !important;
}

.btn-primary {
    color: #fff;
    background-color: #15639b;
    border-color: #15639b;
}

.btn-primary:hover{
    background-color: #1b70ac;
    border-color: #1b70ac;
}

.navbar{
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-shadow: 0px 4px 6px -1px rgba(186,186,186,0.3);
    -moz-box-shadow: 0px 4px 6px -1px rgba(186,186,186,0.3);
    box-shadow: 0px 4px 6px -1px rgba(186,186,186,0.3);
}

.navbar-logo{
    width: auto;
}

.navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-nav .nav-item:hover>.nav-link{
    color: #333333;
}

.navbar-light .navbar-nav .nav-link{
    font-weight: 600;
    color: #333333;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 25px;
    padding-left: 0px;
}

.dropdown-header-menu.show {
    display: block;
    border-radius: 4px;
    border: none;
    top: 45px;
    padding: 0;
    box-shadow: 0px 1px 25px 0px rgba(0,0,0,0.12)!important;
}

.navbar-top {
    padding: 20px 16px;
    color: #ffffff;
    border-bottom: 1px solid;
}

.contact-top {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.navbar-top-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.item-contact{
    font-size: 14px;
}

.header-top-info {
    display: flex;
    align-items: center;
    color: #000000;
    column-gap: 20px;
}

.header-top-contact {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.header-top-contact p {
    font-size: 14px;
    font-weight: 600;
}

.header-top-contact h5 {
    font-size: 12px;
    font-weight: 300;
}

.header-top-contact .bi {
    font-size: 16px;
    height: 31px;
    width: 31px;
    border-radius: 100px;
    padding: 4px 8px;
    color: #ffffff;
}

.header-contact-item {
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.dropdown-header-menu:before {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 35px;
    top: -23px;
    font-size: 26px;
    content: "\F235";
    color: #fff;
    font-family: bootstrap-icons;
    z-index: -1;
}

.dropdown-header-menu .menu-item-has-children.dropdown .dropdown-header-menu:before {
    position: absolute;
    width: 50px;
    height: 50px;
    left: -15px;
    top: 0px;
    font-size: 26px;
    content: "\F22D";
    color: #fff;
    font-family: bootstrap-icons;
    z-index: -1;
}

.dropdown-filter-archive:before {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 35px;
    top: -23px;
    font-size: 26px;
    content: "\F235";
    color: #fff;
    font-family: bootstrap-icons;
    z-index: -1;
}

.dropdown-header-menu .dropdown-item{
    padding: 10px 15px;
}

.dropdown-filter-archive .dropdown-item{
    padding: 10px 15px;
}

.dropdown-header-menu li {
    border-bottom: 1px solid #eeeeee;
}

.dropdown-header-menu li:last-child {
    border-bottom: 0;
}

.dropdown-item{
    padding: 0;
    font-size: 14px !important; 
}

.dropdown-item:focus, .dropdown-item:hover{
    background: 0;
    color: #15639b;
}

.menu-item-has-children .dropdown-toggle::after {
    display: inline-block;
    content: "\F282";
    width: 12px;
    height: 12px;
    vertical-align: -3px;
    margin-left: 12px;
    border: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'bootstrap-icons';
}

.dropdown-header-menu .menu-item-has-children .dropdown-toggle::after {
    display: inline-block;
    content: "\F282";
    width: 12px;
    height: 12px;
    vertical-align: -2px;
    margin-left: 12px;
    border: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    right: 0px;
    top: 1px;
    font-family: 'bootstrap-icons';
    font-weight: 600;
}

.header-contact {
    border-left: 1px solid #dddddd;
    padding-left: 20px;
    flex-direction: row;
    column-gap: 12px;
}

.header-contact .bi{
    font-size: 20px;
}

.header-contact .bi-whatsapp{
    color: #25D366;
}

.header-contact .bi-facebook{
    color: #1877F2;
}

.header-contact .bi-instagram{
    color: #cd486b;
}

.header-contact .bi-youtube{
    color: #FF0000;
}

.header-contact .bi-tiktok{
    color: #FE2C55;
}

.header-contact .bi-twitter{
    color: #1DA1F2;
}

.container{
    max-width: 1140px;
}

.navbar-light .navbar-toggler{
    border:none;
}

.home-slider {
    position: relative;
    z-index: 0;
}

.home-slider .item-slide {
    min-height: 85vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-bottom: 100px;
}

.home-slider .item-slide:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.home-slider .item-slide h3,
.home-slider .item-slide p,
.home-slider .item-slide .btn{
    color: #ffffff;
    z-index: 2;
    position: relative;
    max-width: 650px;
}

.home-slider .item-slide h3{
    font-size: 38px;
    line-height: 50px;
    font-weight: 800;
    letter-spacing: 1px;
}

.home-slider .item-slide p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
}

.home-slider .slick-dots{
    bottom: 110px;
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
    text-align: left;
    padding: 0 15px;
}

.slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}

.home-slider .slick-dots li{
    margin: 0;
}

.home-slider .slick-dots li button:before {
    color: #ffffff;
    content: " ";
    width: 13px;
    height: 13px;
    display: block;
    background: #ffffff;
    border-radius: 100%;
    opacity: 1;
}

.home-slider .slick-dots li.slick-active {
    margin-right: 10px;
}

.home-slider .slick-dots li.slick-active button:before{
    width: 20px;
    border-radius: 50px;
}

.home-slider .btn{
    border-radius: 8px;
    padding: 12px 25px;
}

.home-slider-nav {
    color: #ffffff;
    font-size: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    margin: 20px 0;
    cursor: pointer;
}

.section-slider-nav {
    color: #15639b;
    font-size: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    margin: 0;
    cursor: pointer;
}

.fasilitas-list{
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.archive-program-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.program-list{
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.fasilitas-list-nav {
    color: #15639b;
    font-size: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 15px;
}

.program-list-nav {
    color: #15639b;
    font-size: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
    cursor: pointer;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 15px;
}

.fasilitas-list .slick-track{
    margin:0;
}

.fasilitas-list .slick-list {
    margin-left: -25px;
}

.fasilitas-list .slick-slide {
    margin-left: 25px;
}

.program-list .slick-track{
    margin:0;
}

.program-list .slick-list {
    margin-left: -25px;
}

.program-list .slick-slide {
    margin-left: 25px;
}

.home-slider-next:hover,
.home-slider-prev:hover{
    color: #ffffff;
}

.slider-section-nav {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.home-intro{
    position: relative;
}

.home-intro .wrapper{
    margin-top: -200px;
}

.home-intro .intro-content{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    padding: 40px;
}

.body-sambutan {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.foto-sambutan{
    display: block;
    width: 150px;
    height: 150px;
    background-position: center;
    background-size: cover;
    border-radius: 100px;
}

.content-sambutan {
    width: 70%;
}

.home-intro h3{
    font-size: 20px;
    font-weight: 800;
}

.home-intro h4{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.home-intro p{
    color: #333333;
    margin-bottom: 10px;
}

.statistik {
    display: flex;
    justify-content: space-around;
    column-gap: 20px;
    align-items: flex-start;
    margin-top: 30px;
    text-align: center;
}

.item-statistik {
    width: 33%;
    border-left: 1px solid #dddddd;
    padding: 0 20px;
    border-right: 1px solid #dddddd;
}

.statistik .item-statistik:first-child{
    padding: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.statistik .item-statistik:last-child{
    padding: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.statistik .total {
    font-size: 24px;
    font-weight: 700;
}

.statistik .title {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.home-guru{
    background: #ffffff;
    padding: 35px 0;
}

.header-left-side {
    width: 80%;
}

.post-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-left: -25px;
}

.post-item{
    width: 33.33%;
    padding-left: 25px;
    box-sizing: border-box;
}

.post-item .wrapper{
    background: #ffffff;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 8px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.post-item .wp-post-image{
    width: 100%;
    height: auto;
}

.post-item-content a{
    color: #000000;
    font-weight: 600;
}

.post-item-content a:hover{
    color: #15639b;
}

.post-item-content h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.post-item-content p{
    font-size: 14px;
    line-height: 20px;
    color: #7e7e7e;
}

.post-item-info {
    color: #7e7e7e;
}

.agenda-header,
.tendik-header,
.ekskul-header,
.post-header,
.guru-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.agenda-header h3,
.post-header h3,
.tendik-header h3,
.ekskul-header h3,
.home-fasilitas h3,
.home-program h3,
.post-header h3,
.guru-header h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
}

.agenda-header p,
.post-header p,
.tendik-header p,
.ekskul-header p,
.home-fasilitas p,
.home-program p,
.post-header p,
.guru-header p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.ekskul-header .header-left-side{
    width: 70%;
}

.tendik-item h5,
.guru-item h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 15px 0 5px;
    color: #333333;
    text-align: center;
}

.tendik-item p,
.guru-item p {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.tendik-item a,
.guru-item a{
    color: #333333;
}

.tendik-item a:hover,
.guru-item a:hover{
    color: #15639b;
}

.archive-guru-list,
.archive-tendik-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.archive-galery-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.archive-galeri-image {
    min-height: 200px;
    background-size: cover;
    margin-bottom: 19px;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    border: 1px solid #dddddd;
    border-radius: 10px;
    position: relative;
    transition: transform 0.5s ease;
}

.archive-galeri-image .bi-images {
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.archive-galeri-image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 10px;
    opacity: 0.4;
}

.archive-galeri-item a:hover .archive-galeri-image:before{
    opacity: 0.5;
}

.archive-galeri-content h5{
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    text-align: center;
}

.archive-guru-item-photo,
.archive-tendik-item-photo {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    border: 1px solid #f5f5f5;
}

.archive-guru-item h5,
.archive-tendik-item h5{
    font-size: 15px;
    font-weight: 600;
    margin: 15px 0 5px;
    color: #333333;
    text-align: center;
}

.archive-guru-item p,
.archive-tendik-item p{
    font-size: 13px;
    font-weight: 400;
    color: #6C757D;
    text-align: center;
}

.dropdown-filter-archive.show {
    display: block;
    border-radius: 4px;
    border: none;
    top: 50px;
    padding: 0;
    box-shadow: 0px 1px 25px 0px rgba(0,0,0,0.12)!important;
}

.guru-list .slick-track{
    margin:0;
}

.guru-list .slick-slide {
    margin-left:27px !important;
}

.ekskul-list .slick-track{
    margin:0;
}

.ekskul-list .slick-slide {
    margin-left:27px !important;
}

.testimoni-list .slick-slide {
    margin-left:27px !important;
}

.tendik-list .slick-track{
    margin:0;
}

.tendik-list .slick-slide {
    margin-left:27px !important;
}

.guru-list .slick-list {
    margin-left:-30px !important;
}

.ekskul-list .slick-list {
    margin-left:-30px !important;
}

.testimoni-list .slick-list {
    margin-left:-30px !important;
}

.tendik-list .slick-list {
    margin-left:-30px !important;
}

.tendik-item-photo,
.guru-item-photo {
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    border:1px solid #e7e7e7;
}

.home-agenda .slick-slide {
    margin-left:27px !important;
}

.home-agenda .slick-list {
    margin-left:-28px !important;
}

.agenda-item .bi:before{
    vertical-align:0;
    font-size: 50px;
}

.archive-agenda-item .bi:before{
    vertical-align:0;
    font-size: 50px;
}

.agenda-item .bi, .archive-agenda-item .bi{
    line-height: 0;
}

.agenda-item{
    position: relative;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
}

.tanggal-agenda {
    font-size: 15px;
    font-weight: 500;
}

.agenda-item .wrapper {
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    padding-bottom: 15px;
}

.agenda-item h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.archive-agenda-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.archive-agenda-item .bi {
    font-size: 48px;
}

.archive-agenda-item{
    position: relative;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
}

.archive-agenda-item .wrapper {
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid;
    padding-bottom: 15px;
}

.archive-agenda-item h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.archive-agenda-item, .agenda-item{
    border:1px solid #f5f5f5;
    position: relative;
}

.agenda-list .slick-track{
    display: flex !important;
    margin:0;
}

.agenda-list .slick-slide{
    height: inherit !important;
}

.ekskul-item {
    border:1px solid #eeeeee;
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 6px solid #15639b;
}

.ekskul-item:hover {
    border-top: 1px solid #15639b;
    border-left: 1px solid #15639b;
    border-right: 1px solid #15639b;
}

.ekskul-item h5 {
    color: #15639b;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px;
}

.ekskul-item p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.ekskul-item .bi {
    position: absolute;
    font-size: 28px;
    opacity: 0.2;
    top: 5px;
    right: 10px;
    color: #15639b;
}

.ekskul-item:hover .bi{
    opacity: 1;
}

.archive-ekskul-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.archive-ekskul-item {
    background: #ffffff;
    padding: 0px;
    border-radius: 8px;
    position: relative;
    border:1px solid #ebebeb;
}

.archive-ekskul-item .wrapper{
    padding: 25px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.archive-ekskul-image {
    min-height: 200px;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.archive-ekskul-item h5 {
    color: #15639b;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    text-align: center;
}

.archive-ekskul-item p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.fasilitas-item .wrapper {
    height: 260px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.program-item .wrapper {
    height: 260px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.fasilitas-content {
    padding: 30px;
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    flex-direction: column;
    position: relative;
}

.program-content {
    padding: 30px;
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-direction: column;
    position: relative;
}

.fasilitas-content h5 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px;
    font-weight: 600;
}

.program-content h5 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0px;
    font-weight: 600;
}

.fasilitas-content p {
    font-size: 14px;
    line-height: 22px;
}

.program-content p {
    font-size: 14px;
    line-height: 22px;
}

.fasilitas-image {
    height: 100%;
    width: 50%;
    display: block;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
}

.program-image {
    height: 100%;
    width: 50%;
    display: block;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}

.galeri-fasilitas {
    padding: 50px 0 40px;
    background: #f8f8f8;
}

.galeri-fasilitas h5 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}

.galeri-fasilitas img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    border:1px solid #e7e7e7;
}

.home-fasilitas .container{
    position: relative;
}

.home-program .container{
    position: relative;
}

.home-testimoni h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #333333;
}

.home-testimoni p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.testimoni-list {
    margin-top: 40px;
}

.testimoni-list .testimoni-content{
    padding: 40px 30px 30px;
    border-radius: 10px;
    position: relative;
    background: #ffffff;
    height: 100%;
    border:1px solid #ebebeb;
}

.testimoni-list .wrapper .bi{
    position: absolute;
    font-size: 30px;
    top: 0px;
    right: 10px;
    color: #9bd6ff;
}

.testimoni-list .wrapper p{
    font-size: 14px;
    line-height: 22px;
}

.testimoni-info {
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.testimoni-info h5{
    font-size: 16px;
    font-weight: 600;
    padding: 3px 0;
}

.testimoni-info p{
    color: #545454;
    font-size: 12px !important;
}

.testimoni-user-photo {
    width: 40px;
    height: 40px;
    background-size: cover;
    border-radius: 100px;
}

.widget_custom_html,
.widget_media_image,
.widget_nav_menu,
.widget_recent_entries,
.widget_media_gallery,
.widget_pages,
.widget_search,
.widget_recent_comments,
.widget_text,
.widget_categories{
    list-style: none;
    margin-bottom: 20px;
}

.footer-top{
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-top p,
.footer-top .textwidget{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
    text-decoration: none;
}

.footer-top a{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.3px;
    text-decoration: none;
}

.footer-top ul {
    color: #ffffff;
    list-style: none !important;
    padding-left: 0px;
}

.footer-top li.widget{
    list-style: none !important;
    margin-bottom: 20px;
}

.footer-top li.widget:last-child{
    margin-bottom: 0 !important;
}

.footer-top .widgettitle {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-logo {
    width: auto;
    margin-bottom: 10px;
}

.footer-bottom {
    padding: 15px;
    text-align: center;
    color: #333333;
    font-size: 13px;
    line-height: 22px;
}

.footer-bottom a{
    color: #15639b;
    font-weight: 500;
}

.footer-social-media {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}

.footer-social-media .bi{
    font-size: 20px;
}

.footer-social-media .bi-whatsapp{
    color: #25D366;
}

.footer-social-media .bi-facebook{
    color: #1877F2;
}

.footer-social-media .bi-instagram{
    color: #cd486b;
}

.footer-social-media .bi-youtube{
    color: #FF0000;
}

.footer-social-media .bi-tiktok{
    color: #FE2C55;
}

.footer-social-media .bi-twitter{
    color: #1DA1F2;
}

.post-page h1 {
    font-size: 32px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 20px;
}

.post-page {
    padding: 40px 0;
}

.post-page p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 20px;
}

.post-meta p {
    margin-bottom: 0;
    font-size: 14px;
}

.post-meta a{
    color: #15639b;
}

.post-meta {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    column-gap: 30px;
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
    padding: 10px 0;
    justify-content: space-between;
}

.wp-caption {
    max-width: 100%;
}

.post-content img,
.page-content img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.caption-image,
.wp-caption-text {
    font-size: 12px !important;
    color: #9b9b9b;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
    display: block;
    text-align: center;
    line-height: 20px !important;
}

.related-post {
    border-top: 1px dashed #dddddd;
    margin-top: 28px;
}

.related-post h4{
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 20px;
}

.related-post ul{
    display: flex;
    list-style: none;
    padding-left: 0px;
    flex-direction: column;
    row-gap: 20px;
}

.related-post li {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.related-post a{
    font-size: 16px;
    line-height: 26px;
    color: #15639b;
    font-weight: 600;
}

.related-post img{
    border-radius: 8px;
}

.related-post-content {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.sidebar .widget ul{
    list-style: none;
    padding-left: 0;
}


.sidebar .widgettitle{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.sidebar .widget {
    list-style: none;
    background: #f8f8f8;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 25px;
    border: 1px solid #eeeeee;
}

.sidebar .widget:last-child{
    margin-bottom: 0;
}

.sidebar .widget a{
    color: #15639b !important;
    font-weight: 500;
}

.sidebar .widget li {
    padding: 10px 0;
    border-bottom: 1px dashed #dddddd;
}

.sidebar .widget li:last-child {
    border-bottom: none;
    padding: 10px 0 0;
}

.widget_recent_entries .post-date {
    display: block;
    font-size: 12px;
}

.widget_media_image img{
    border-radius: 6px;
}

.comment-body {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 7px;
}

.comment-author img {
    border-radius: 100px;
    margin-right: 8px;
}

.post-comment a{
    color: #15639b;
}

.post-comment h3 {
    font-size: 18px;
    font-weight: 600;
}

.post-comment .comment-form-comment textarea {
    width: 100%;
    border-radius: 4px;
    height: 100px;
    border: 1px solid #dddddd;
    padding: 5px 10px;
    resize: none;
}

.post-comment .comment-form-comment,
.post-comment .comment-form-author,
.post-comment .comment-form-email,
.post-comment .comment-form-url,
.post-comment .comment-form-author,
.post-comment .comment-notes {
    margin-bottom: 5px;
}

.post-comment .comment-form-author input,
.post-comment .comment-form-email input,
.post-comment .comment-form-url input,
.post-comment .comment-form-author input {
    height: 42px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #dddddd;
    padding: 5px 10px;
}

.post-comment input:focus,
.post-comment textarea:focus{
    outline: none;
    border: 1px solid #2b86c8;
}

.post-comment .form-submit .submit {
    border: 1px solid #15639b;
    padding: 6px 15px;
    border-radius: 8px;
    color: #ffffff;
    background: #15639b;
}

.post-comment .form-submit .submit:hover {
    background: #2b86c8;
    border: 1px solid #2b86c8;
}

.post-comment .comment {
    list-style: none;
    padding: 15px 0 0px;
}

.comments-title {
    font-size: 24px;
}

.comment-form {
    border: 1px solid #eeeeee;
    border-radius: 6px;
    padding: 20px;
    margin-top: 15px;
}

.comment-author .fn {
    font-style: normal;
    font-weight: 700;
}

.comment-meta a {
    font-size: 13px;
    margin: 5px 0 !important;
    display: block;
}

.comment-list {
    padding-left: 0 !important;
}

.post-comment {
    margin-top: 50px;
    border-top: 1px dashed #dddddd;
    padding-top: 20px;
}

.archive-page {
    padding: 60px 0 50px;
}

.archive-header,
.allpost-header {
    padding: 50px 0;
}

.archive-header h1,
.allpost-header h1 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
}

.home-page .post-item,
.archive-page .post-item{
    width: 50%;
}

.pagination {
    margin: 30px auto 0;
    display: block;
}

.pagination .page-numbers {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    column-gap: 10px;
    margin-top: 30px;
}

.pagination a.page-numbers {
    padding: 5px 13px;
    border: 1px solid;
    border-radius: 6px;
    color: #15639b;
}

.pagination a.page-numbers:hover{
    color: #ffffff;
    background: #15639b;  
}

.page-numbers.current{
    padding: 5px 13px;
    border: 1px solid #15639b;
    border-radius: 6px;
    color: #ffffff;
    background: #15639b;
}

#breadcrumbs {
    padding: 0 0 15px;
}

#breadcrumbs a {
    color: #15639b;
    font-weight: 500;
}

.allpost-header #breadcrumbs a,
.allpost-header #breadcrumbs,
.archive-header #breadcrumbs a,
.archive-header #breadcrumbs{
    color: #ffffff;
}

.archive-header #breadcrumbs,
.allpost-header #breadcrumbs
{
    padding: 10px 0 0;
}

.dashed {
    border: 1px dashed #dddddd;
}

.page-404{
    padding: 70px 0;
    text-align: center;
    min-height: 55vh;
}

.page-404 .bi-emoji-frown{
    font-size: 50px;
    color: #15639b;
    margin-bottom: 30px;
}

.page-404 h1{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.page-default{
    padding: 50px 0;
    min-height: 50vh;
}

.page-fullwidth{
    padding: 50px 0;
    min-height: 55vh;
}

.page-default h1,
.page-fullwidth h1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 15px;
    padding-bottom: 0px;
}

.page-default p,
.page-fullwidth p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 20px;
}

.page-default ul,
.page-fullwidth ul {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-default ol,
.page-fullwidth ol {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 20px;
    padding-left: 30px;
}

.contact-images {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.contact-images:before{
    content: "";
    background: rgb(0 0 0 / 40%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
}

.page-contact {
    background: #ffffff;
}

.contact-content {
    margin: 0 auto;
    padding: 50px 0 70px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.contact-content h1 {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dddddd;
}

.contact-content h5{
    font-size: 18px;
    font-weight: 700;
}

.contact-info {
    list-style: none;
    margin: 0;
    padding: 20px;
    background: #fbfbfb;
    border-radius: 8px;
    border:1px solid #eeeeee;
    padding-left: 38px;
}

.contact-info li {
    text-indent: -11px;
    padding: 12px 0;
    border-bottom: 1px solid #dddddd;
}

.contact-info li:first-child{
    padding: 0 0 12px;
}

.contact-info li:last-child {
    padding: 12px 0 0;
    border-bottom: 0;
}

.contact-map iframe {
    margin-bottom: -5px;
    width: 100% !important;
    height: 300px !important;
}

.contact-map{
    border-top:1px solid #dddddd;
}

.logo-sekolah {
    width: 150px;
    height: 150px;
    border: 7px solid #ffffff;
    border-radius: 100%;
    margin: -75px auto 0;
    display: block;
    position: relative;
    background: #ffffff;
}

.galeri-content{
    padding: 60px 0;
    margin: 0 auto;
}

.galeri-content h1{
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
}

.galeri-content p{
    font-size: 16px;
    line-height: 26px;
}

.galeri-content img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.galeri-video {
    padding: 50px 0 75px;
    background: #f8f8f8;
}

.galeri-video-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.galeri-video h5{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}

.galeri-video-list .slick-list{
    margin-left: -24px;
}

.galeri-video-list .slick-dots li button:before{
    font-size: 15px;
}

.galeri-video-list .slick-dots{
    position: relative;
}

.small-single-slider-gallery{
    margin-top: 20px;
}

.small-single-slider-gallery img{
    border-radius: 8px;
    cursor: pointer;
}

.small-single-slider-gallery .slick-slide {
    margin-left:12px !important;
}

.small-single-slider-gallery .slick-current{
    outline: 2px solid #ffc107;
    outline-offset: -10px;
}

.small-single-slider-gallery .slick-track{
	margin-left: 0;
    margin-right: 0;
}

.post-share {
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: flex-start;
}

.post-share .bi {
    font-size: 20px;
}

.post-share .bi-facebook{
    color: #1877F2;
}

.post-share .bi-whatsapp{
    color: #25D366;
}

.post-share .bi-twitter{
    color: #1DA1F2;
}

.post-share .bi-telagram{
    color: #0088cc;
}

.page-sambutan {
    padding: 50px 0;
}

.sambutan-images {
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 10px;
    margin-bottom: 30px;
}

.sambutan-images:before {
    content: "";
    background: rgb(0 0 0 / 40%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    border-radius: 10px;
}

.page-content-sambutan {
    padding: 0 25px;
}

.page-content-sambutan p,
.page-content-sambutan li {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 20px;
}

.page-content-sambutan-top .foto-kepsek{
    width: 160px;
    height: 160px;
    border-radius: 100px;
    border:4px solid #ffffff;
    position: relative;
    margin-top: -140px;
    margin-left: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-content-sambutan h1{
    font-size: 24px;
    font-weight: 36;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-content-sambutan h5{
    font-size: 18px;
    font-weight: 26;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom:1px dashed #dddddd;
}

.page-content-sambutan-top {
    margin-bottom: 30px;
}

.page-nocontent{
    padding: 0 20px;
    min-height: 55vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu{
    min-width: auto;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0; left: 95%; margin-top: -1px;
}

.menu-item-has-children .dropdown-submenu .dropdown-menu {
    top: 1.5px; left: 99%; margin-top: -1px;
}

.page-wakasek-walikelas {
    padding: 50px 0 70px;
}

.page-wakasek-walikelas h1 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-wakasek-walikelas p{
    font-size: 16px;
    line-height: 28px;
}

.personal-info {
    margin-top: 30px;
    padding: 30px;
    border-radius: 8px;
    display: flex;
    column-gap: 25px;
    border: 1px solid #eeeeee;
    background: #ffffff;
    align-items: flex-start;
    -webkit-box-shadow:0px 0px 15px 1px rgba(186,186,186,0.3);
    -moz-box-shadow:0px 0px 15px 1px rgba(186,186,186,0.3);
    box-shadow: 0px 0px 15px 1px rgba(186,186,186,0.3);
}

.personal-info h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.personal-info h6 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.personal-foto{
    width:120px;
    height:120px;
    border-radius: 100px;
    border:1px solid #e7e7e7;
    background-size: cover;
    background-position: center;
}

.personal-detail{
    width: 70%;
}

.personal-detail p {
    font-size: 14px;
    line-height: 24px;
}

.info-tutup {
    background: #fcf5e6;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #e7e7e7;
    text-align: center;
    max-width: 575px;
    margin: 30px auto 30px;
}

.info-tutup p:last-child {
    margin-bottom: 0;
}

.wrapper-guru {
    padding: 40px 0;
}

.cover-guru,
.cover-tendik {
    height: 250px;
    width: 100%;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.cover-guru-image {
    height: 250px;
    width: 100%;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.cover-guru span,
.cover-tendik span {
    background: rgb(255 255 255 / 70%);
    padding: 5px 15px;
    border-radius: 6px;
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: revert-layer;
    font-size: 18px;
    font-weight: 500;
}

.cover-guru-image span {
    background: rgb(255 255 255 / 70%);
    padding: 5px 15px;
    border-radius: 6px;
    position: absolute;
    top: 20px;
    left: 20px;
    line-height: revert-layer;
    font-size: 18px;
    font-weight: 500;
}

.single-foto-guru {
    height: 150px;
    width: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 100px;
    border:4px solid #ffffff;
    position: relative;
}

.main-single-guru {
    margin: -80px 25px 0;
}

.main-single-guru h1 {
    font-size: 22px;
    font-weight: 700;
    margin: 25px 0 15px;
}

.main-single-guru h2 {
    font-size: 16px;
    font-weight: 500 !important;
    margin-bottom: 20px;
}

.main-single-guru p,
.main-single-guru li {
    font-size: 15px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 10px;
}

.main-single-guru h3,
.main-single-guru h4,
.main-single-guru h5,
.main-single-guru h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.main-single-guru ul,
.main-single-guru ol {
    padding-left: 30px;
}

.sosial-media-guru {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.sosial-media-guru span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-right: 10px;
}

.sosial-media-guru .bi {
    font-size: 18px;
}

.sosial-media-guru .bi-whatsapp{
    color: #25D366;
}

.sosial-media-guru .bi-instagram{
    color: #C13584;
}

.sosial-media-guru .bi-facebook{
    color: #1877F2;
}

.sosial-media-guru .bi-tiktok{
    color: #ff0050;
}

.sosial-media-guru .bi-youtube{
    color: #FF0000;
}

.sosial-media-guru .bi-linkedin{
    color: #0077B5;
}

.sosial-media-guru .bi-twitter{
    color: #1DA1F2;
}

.sosial-media-guru {
    display: flex;
    align-items: center;
    column-gap: 12px;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
    margin-bottom: 20px;
}

.page-content iframe,
.post-content iframe {
    width: 100%;
    height: 500px;
}

.post-feature-image{
    margin-bottom: 30px;
}

.comment-form-cookies-consent {
    font-size: 14px !important;
}

.instagram-media {
    margin: 0 auto 12px !important;
}

.widget-statistik-website {
    border: 1px solid;
    padding: 8px 12px !important;
    border-radius: 4px !important;
}

.widget-statistik-website p {
    border-bottom: 1px dashed;
    padding: 5px 0 !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    margin-bottom:0 !important;
}

.widget-statistik-website p:last-child {
    border-bottom: none !important;
}

.widget-statistik-website p span {
    float: right !important;
}

.info-kelulusan {
    max-width: 575px;
    margin: 30px auto 10px;
    padding: 40px 30px;
    border: 2px solid #e7e7e7;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.info-kelulusan input::-webkit-outer-spin-button,
.info-kelulusan input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    text-align: center;
}

.info-kelulusan input[type=number] {
    -moz-appearance: textfield;
    text-align: center;
    padding: 6px 10px;
    height: 45px;
    max-width: 400px;
    margin:0 auto;
}

.form-testimoni {
    max-width: 767px;
    margin: 10px auto 10px;
    padding: 40px 30px 30px;
    border: 2px solid #e7e7e7;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#ytplayer {
    border: none;
}

.filter-kelulusan {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    padding: 40px;
    max-width: 575px;
    margin: 40px auto 20px;
    text-align: center;
}

.filter-kelulusan h1 {
    font-size: 22px;
    line-height: 32px;
}

.filter-kelulusan label{
    font-size: 16px;
}

@media(max-width:767px){
    .filter-kelulusan{
        padding: 40px 25px;
        margin: 20px auto 20px;
    }

    .filter-kelulusan h1 {
        font-size: 18px !important;
        line-height: 28px !important;
    }
}


.filter-kelulusan input::-webkit-outer-spin-button,
.filter-kelulusan input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.filter-kelulusan input[type=number] {
    -moz-appearance:textfield;
    text-align: center;
    font-size: 18px;
}

.filter-kelulusan #countdown{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.filter-kelulusan #countdown .item-count {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    border:1px solid #333333;
    padding: 15px;
    border-radius: 6px;
}

.filter-kelulusan #countdown .item-count span{
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1;
}

@media(max-width:1365px){
    .home-slider .item-slide{
        min-height: 90vh;
    }
}

@media(max-width:991px){

    .navbar-light .navbar-toggler-icon{
        background-image: url('img/toggle-bars.svg');
        height: 21px;
        vertical-align: 0px;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
        background-image: url('img/toggle-close.svg');
        height: 21px;
        vertical-align: 0px;
    }

    .menu-item-has-children .dropdown-toggle[aria-expanded="true"]::after{
        content: '\F286';
    }

    .dropdown-toggle.submenu-level3::after{
        content: '\F286' !important;
    }

    .dropdown-header-menu .menu-item-has-children .dropdown-toggle[aria-expanded="true"]::after{
        content: '\F286';
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0px;
    }

    .header-contact {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        border-right: 1px solid #eeeeee;
        padding-right: 15px;
        position: absolute;
        right: 60px;
        top: 22px;
    }

    .navbar{
        padding: 0;
        background: #ffffff !important;
    }

    .navbar-nav {
        background: #f5f7fa;
        padding: 10px 20px;
    }

    .navbar-ppdb{
        width: 100%;
    }

    .navbar-light .navbar-brand {
        padding: 18px 0px 18px 20px;
        max-width: 78%;
    }

    .navbar-light .navbar-toggler {
        border: none;
        padding-right: 20px;
    }

    .menu-item-has-children .dropdown-toggle::after {
        position: absolute;
        right: 7px;
    }

    .dropdown-header-menu .menu-item-has-children .dropdown-toggle::after{
        position: absolute;
        right: 7px;
        top: 10px;
        font-weight: 600;
    }


    .dropdown-header-menu:before{
        display: none;
    }

    .dropdown-header-menu.show {
        box-shadow: none !important;
        border-bottom: none;
        background: transparent;
        list-style: disc;
        padding-left: 20px;
    }

    .dropdown-header-menu .dropdown-item{
        padding: 10px 0;
    }

    .dropdown-menu {
        padding: .5rem 0;
        margin: .125rem 0 0;
    }
    
    li > ul > li > ul > li > .dropdown-item {
        padding: .25rem 3rem;
    }

    .single-foto-guru{
        margin-left: 20px;
    }

    .archive-program-list{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
}

@media(max-width:767px){
    .navbar-logo{
        width: 95%;
		height: auto !important;
    }

    .home-slider .item-slide h3{
        font-size: 29px;
        line-height: 40px;
    }

    .home-slider .item-slide p{
        font-size: 14px;
        line-height: 24px;
    }

    .home-testimoni h3{
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
    }

    .home-testimoni p{
        font-size: 14px;
        line-height: 22px;
    }   

    .home-intro .intro-content{
        padding: 20px;
    }

    .body-sambutan {
        align-items: center;
        column-gap: 24px;
        flex-direction: column;
        justify-content: center;
        row-gap: 30px;
    }

    .content-sambutan {
        text-align: center;
        width: 100%;
    }

    .statistik{
        column-gap: 10px !important;
    }

    .statistik .total{
        font-size: 20px;
    }
    .statistik .title{
        font-size: 12px;
        letter-spacing: 1.3px;
    }

    .post-item{
        width: 50%;
    }

    .agenda-header h3,
    .post-header h3,
    .tendik-header h3,
    .ekskul-header h3,
    .home-fasilitas h3,
    .home-program h3,
    .guru-header h3{
        font-size: 20px;
        line-height: 32px;
        font-weight: 700;
    }

    .agenda-header p,
    .post-header p,
    .tendik-header p,
    .ekskul-header p,
    .home-fasilitas p,
    .home-program p,
    .guru-header p{
        font-size: 14px;
        line-height: 22px;
    }

    .home-guru,
    .home-guru,
    .home-post,
    .home-tendik,
    .home-ekskul,
    .home-testimoni{
        padding: 40px 0;
    }

    .home-agenda{
        padding: 40px 0 0;
    }

    .fasilitas-content h5{
        font-size: 22px;
        line-height: 32px;
    }

    .post-page h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .page-default{
        padding: 40px 0;
    }

    .page-fullwidth{
        padding: 40px 0;
    }

    .page-default h1,
    .page-fullwidth h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .archive-guru-list,
    .archive-tendik-list{
        grid-template-columns: repeat(3, 1fr);
    }

    .contact-images{
        min-height: 250px;
    }

    .small-single-slider-gallery .slick-list{
        margin-left: 0 !important;
    }

    .galeri-content{
        padding: 40px 0;
    }

    .galeri-video-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .page-content-sambutan{
        padding: 0;
    }

    .page-content-sambutan-top .foto-kepsek{
        margin-left: 25px;
    }

    .main-single-guru{
        margin: -65px auto 0;
    }

    .single-foto-guru{
        width: 120px;
        height: 120px;
    }
}

@media(max-width:575px){
    .post-item{
        width: 50%;
        padding-left: 18px;
    }

    .post-item-content p{
        display: none;
    }

    .post-item-content h4{
        font-size: 14px;
        line-height: 22px;
    }

    .post-item-content a{
        font-weight: 500;
    }

    .post-list{
        row-gap: 20px;
        margin-left: -16px;
        margin-right: 5px;
    }

    .home-fasilitas{
        padding: 0 0 40px;
    }

    .fasilitas-item .wrapper{
        flex-direction: column;
        height: 100%;
    }

    .fasilitas-image,
    .fasilitas-content{
        width: 100%;
    }

    .fasilitas-image{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        min-height: 250px;
    }

    .fasilitas-content{
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 30px;
    }

    .program-content{
        border-top-left-radius: 10px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 0px;
        padding: 30px;
    }

    .fasilitas-list-nav{
        top: -5px;
    }

    .program-list-nav{
        top: -5px;
    }

    .post-meta{
        flex-direction: column;
    }

    .home-page .post-item,
    .archive-page .post-item{
        width: 50%;
    }

    .archive-page{
        padding: 30px 0 20px;
    }

    .archive-guru-list,
    .archive-tendik-list{
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .archive-agenda-list {
        grid-template-columns: repeat(1, 1fr);
        gap:15px;
    }

    .archive-ekskul-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .page-sambutan{
        padding: 30px 0 40px;
    }

    .personal-foto{
        width: 80px;
        height: 80px;
    }

    .personal-detail{
        width: 70%;
    }

    .personal-info {
        padding: 20px;
    }

    .form-testimoni,
    .info-kelulusan{
        padding: 30px 20px;
    }
}

@media(min-width:992px){
    .ppdb-menu-mobile{
        display: none !important;
    }

    .ppdb_menu_desktop{
        display: flex !important;
    }
}

@media(max-width:991px){
    .ppdb-menu-mobile{
        display: list-item !important;
    }

    .ppdb_menu_desktop{
        display: none !important;
    }

    .ppdb-menu-mobile .nav-ppdb-link {
        background: #15639b;
        text-align: center;
        border-radius: 4px;
        margin-top: 15px;
        display: block;
        padding: 8px;
    }

    .ppdb-menu-mobile .nav-ppdb-link {
        color: #ffffff !important;
    }
}   