@font-face {
    font-family: 'tulisan';
    src: url('fonts/OpenSans-Regular.ttf');
}
@font-face {
    font-family: 'judul';
    src: url('fonts/Bahnschrift Light.ttf');
}
@keyframes chevron-down-animate{
    0%{
        transform: translateY(-30px);
        opacity: 0;
    }
    10%{
       
        opacity: 1;
    }
    60%{
        transform: translateY(20px);
        opacity: 1;
    }
    100%{
        transform: translateY(20px);
        opacity: 0;
    }
}
@keyframes loading{
    0%{
        max-height: 100vh;
        opacity: 1;
    }
    10%{
        max-height: 100vh;
        opacity: 1;
    }
    60%{
        max-height: 100vh;
        opacity: 1;
    }
    100%{
        max-height: 100vh;
        opacity: 0;
    }
}
@keyframes loading-icon{
    0%{
        width: 121px;
        opacity: 1;
    }
    100%{
        width: 161px;
        opacity: 0;
    }
}
*, *::before, *::after {
  box-sizing: border-box;
}
::selection {
  color: white;
  background: #22c098;
}
html{
    scroll-behavior: smooth;
}
body {
    color: #555;
    margin:0px;
    padding: 0px;
    box-sizing: border-box !important;
    overflow-y: auto;
    background-color: #00B894;
    font-family: 'tulisan';
}
img{
    max-width: 100%;
}
a{
    text-decoration: none; 
    cursor:pointer;
    -webkit-tap-highlight-color: transparent;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin:0px;
    padding:0px; 
    font-weight: normal;
    color: #333;
    font-family: 'judul';
}
form{
    padding:0px;display: flex;
    margin-bottom: 0px;
}
form.form-column{
    flex-direction: column;
}
label{
    padding: 8px;
    font-size: 18px;
    font-weight: normal;
}
input{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    background-color: rgb(230,230,230);
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    color: black;
    padding: 0px 16px;
    margin-bottom: 8px;
    font-family: sans-serif;
    font-weight: normal;
    color: black;
    transition: 0.3s;
    border:none;
    outline: none;
}
input[type=submit]{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: #00917c;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    color: black;
    padding: 0px;
    font-family: sans-serif;
    font-weight: normal;
    color: white;
    transition: 0.3s;
    border:none;
    outline: none;
}

.container-header{
    top: 0px;
    left:0;
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100px;
    background: #10AC84;
    z-index: 90000;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: 0.2s;
}
.container-header.container-header-hide{
    height: 80px;
}
.container-header.navigasi-container-hide-down{
    height: 100px;
}

.container-header-reserve{
    height: 100px;
    background-color: #FFFFFF;
}
.container-header .header-content{
    display: flex;
    width: 100%;
    max-width: 1200px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}
.container-header .header-content .header-side{
    padding: 10px 0px;
    display: flex;
}
.container-header .header-content .header-side .logo{
	height:60px;
}
.container-header .header-content .header-side .logo img{
    width: auto;
    height: 100%;
    transition: 0.3s;
}
.container-header .header-content .header-side .logo img:hover{
    transform: scale(1.1);
}

.container-header .header-content .header-side.header-side-left{
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: calc(300px);
}
.container-header .header-content .header-side.header-side-left h1{
    font-family: 'judul';
    font-size: 28px;
    color: white;
    margin-left: 10px;
}
.container-header .header-content .header-side.header-side-right{
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 60px;
    margin: 10px 0px;
    max-width: calc(100% - 300px);
}
.container-header .header-content .header-side.header-side-right ul.header-menu-listing{
    display: flex;
    justify-content: flex-end;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    list-style-type: none;
}
.container-header .header-content .header-side.header-side-right ul.header-menu-listing .menu-item{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /*justify-content: flex-end;*/
    margin-left: 10px;
    min-width: 80px;
    padding:0px 8px;
    
    border-radius: 10px;
}
.container-header .header-content .header-side.header-side-right ul.header-menu-listing .menu-item:hover{
    background: #22C098;
}
.container-header .header-content .header-side.header-side-right ul.header-menu-listing .menu-item.current-menu-item,.container-header .header-content .header-side.header-side-right ul.header-menu-listing .menu-item.current-menu-parent{
    background: #22C098;
}
.container-header .header-content .header-side.header-side-right ul.header-menu-listing .menu-item.menu-item-has-children:hover{
    border-radius: 10px 10px 0px 0px;
}
.container-header .header-content .header-side.header-side-right ul.header-menu-listing .menu-item a{
    font-family: 'judul';
    font-size: 16px;
    color: white;
    width: 100%;
    height: 100%;
    padding: 4px;
    padding-top:6px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: break-all;
    
}
.container-header .header-content .header-side.header-side-right ul.header-menu-listing .menu-item a:hover{
    text-decoration: underline;
}
.container-header .header-content .header-side.header-side-right ul.header-menu-listing .menu-item .sub-menu{
    position: absolute;
    margin-left: auto;
    background-color: #22C098;
    width: 50%;
    max-width: 570px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 00px;
    padding: 20px;
    padding-bottom: 10px;
    margin-top: 60px;
    opacity: 0;
    border-radius: 10px;
    transition: 0px;
    transform: translateY( calc(-100% - 120px) );
}
.container-header .header-content .header-side.header-side-right ul.header-menu-listing .menu-item .sub-menu .menu-item{
    display: flex;
    margin: 0px;
    min-width: calc(100% / 4);
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.container-header .header-content .header-side.header-side-right ul.header-menu-listing .menu-item .sub-menu .menu-item.current-menu-item{
    background-color:rgba(255,255,255,0.2);
}
.container-header .header-content .header-side.header-side-right ul.header-menu-listing .menu-item .sub-menu .menu-item a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.container-header .header-content .header-side.header-side-right ul.header-menu-listing .menu-item.menu-item-has-children:hover .sub-menu{
    opacity: 1;
    transition: 0s;
    transform: translateY( -20px );
    /*transform: translateY( -20px ) translateX( 40px );*/
}
.container-header .header-content .header-side.header-side-right ul.header-menu-button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.container-header .header-content .header-side.header-side-right ul.header-menu-button .menu-burger img{
    height:100%;
    width:auto;
}
.container-header .header-content .header-side.header-side-right ul.header-menu-button .menu-burger{
    display:flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    margin-left:10px;
    transition:0.3s;
}
.container-header .header-content .header-side.header-side-right ul.header-menu-button .menu-burger:active{
    transform:scale(0.9);
    transition:0.1s;
}
.container-header .header-content .header-side.header-side-right ul.header-menu-button .menu-burger i{
    color:white;
    font-size:24px;
}
.container-header .header-content .header-side.header-side-right ul.header-menu-search{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
    list-style-type: none;
}
.search-bar-layout{
    display: flex;
    width:100%;
}
.search-bar-layout .search-bar-input{
    margin: 0px;
    height:40px;
}
.search-bar-layout .search-bar-btn{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -40px;
}

/* Mobile Menu */
.container-header .header-content .header-side.header-side-right-mobile{
    display:none;
}
.container-header .header-content .header-side.header-side-right-mobile .menu-burger img{
    height:100%;
    width:auto;
}
.container-header .header-content .header-side.header-side-right-mobile .menu-burger{
    display:flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    margin-left:20px;
    transition:0.3s;
}
.container-header .header-content .header-side.header-side-right-mobile .menu-burger:active{
    transform:scale(0.9);
    transition:0.1s;
}
.container-header .header-content .header-side.header-side-right-mobile .menu-burger i{
    color:white;
    font-size:24px;
}
.container-header-mobile{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    padding-top:0px;
    height:0vh;
    background-color: #22C098;
    z-index: 89000;
    transition:0.2s;
    overflow:hidden;
}
.container-header-mobile.on{
    padding-top:120px;
    padding-bottom:20px;
    height:calc(100vh);
    max-height: -webkit-fill-available;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
}
.container-header-mobile.on.auto-height{
    height:auto;
}
.container-header-mobile ul.header-menu-listing-mobile-selection{
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    list-style-type: none;
}
.container-header-mobile ul.header-menu-listing-mobile-selection .menu-item{
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction:column;
    width:100%;
}
.container-header-mobile ul.header-menu-listing-mobile-selection .menu-item:hover{
    background: #22C098;
}
.container-header-mobile ul.header-menu-listing-mobile-selection .menu-item a{
    font-family: 'judul';
    font-size: 18px;
    color: white;
    width: 100%;
    padding: 16px 20px;
    text-align:left;
    display: block;
    align-items: center;
    justify-content: flex-start;
    word-break: break-all;
}
.container-header-mobile ul.header-menu-listing-mobile-selection .menu-item a:hover{
    text-decoration: none;
}
.container-header-mobile ul.header-menu-listing-mobile-selection .menu-item.menu-item-has-children .arrow{
    display:flex;
    right:0;
    position: absolute;
    color: white;
    margin: 18px;
    font-size:20px;
    transition:0.5s;
}
.container-header-mobile ul.header-menu-listing-mobile-selection .menu-item.menu-item-has-children.on .arrow{
    transform: rotate(180deg);
}
.container-header-mobile ul.header-menu-listing-mobile-selection .menu-item .sub-menu{
    display:flex;
    flex-direction:column;
    width:100%;
    height:auto;
    background-color:rgba(255,255,255,0.1);
    margin:0px;
    padding:0px;
    padding:8px 0px;
}
.container-header-mobile ul.header-menu-listing-mobile-selection .menu-item .sub-menu .menu-item{
    display: flex;
    margin: 0px;
    width: calc(100%);
    align-items: flex-start;
    justify-content: flex-start;
    padding-left:20px;
}
.container-header-mobile ul.header-menu-listing-mobile-selection .menu-item .sub-menu .menu-item a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.container-header-mobile ul.header-menu-listing-mobile-selection .menu-item.current-menu-item,.container-header-mobile ul.header-menu-listing-mobile-selection .menu-item.current-menu-parent{
    background-color:rgba(255,255,255,0.2);
}
.container-header-mobile ul.header-menu-listing-mobile-selection .menu-item.menu-item-has-children .sub-menu{
    display:none;
}
.container-header-mobile ul.header-menu-listing-mobile-selection .menu-item.menu-item-has-children.on .sub-menu{
    display:flex;
}

.container-body{
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.container-body .body-content{
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 20px;
    max-width: 1200px;
    padding: 20px 20px;
    margin-left: auto;
    margin-right: auto;
}
.container-body .body-content.blur{
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
.container-body.gray{
    /*background-color: #E6E6E6;*/
    background-color: white;
}
.container-body.fullh{
    min-height: calc(100vh - 160px);
}
.container-body .body-content.white{
    background-color: white;
}
.container-body .body-content.safe-size{
    max-width: 860px;/*max-width: 960px;*/
}
.container-footer{
    display: block;
    width: 100%;
    height: 80px;
    background: #10AC84;
}
.container-footer .footer-content{
    display: flex;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.container-footer .footer-content .footer-side{
    padding: 10px 0px;
    display: flex;
}
.container-footer .footer-content .footer-side img{
    width: auto;
    height: 100%;
    transition: 0.3s;
}
.container-footer .footer-content .footer-side img:hover{
    transform: scale(1.1);
}

.container-footer .footer-content .footer-side.footer-side-left{
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: calc(50%);
}
.container-footer .footer-content .footer-side.footer-side-left a{
    text-decoration: none;
}
.container-footer .footer-content .footer-side.footer-side-left h4{
    font-family: 'tulisan';
    font-weight: normal;
    font-size: 16px;
    color: white;
}
.container-footer .footer-content .footer-side.footer-side-right{
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: calc(50%);
}
.footer-author{
    display: block;
}
.footer-social-media{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer-social-media li{
    margin-left: 20px;
}
.footer-social-media li a{
    transform: scale(1.0);
}
.footer-social-media li a:hover i{
    transform: scale(1.2);
    transition: 0.1s;
}
.footer-social-media li a i{
    color: white;
    font-size: 28px;
    transition: 0.3s;
}

.slide-content{
    width: 100%;
    height:auto;
}
.slide-content.special{
    margin-top: 40px;
    margin-bottom: 20px;
}
.slide-content .slide-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% / 3);
    text-decoration: none;
}
.slide-content .slide-item .slide-thumbnail{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 20px);
    height: 180px;
    background-color: white;
    overflow: hidden;
    margin: 10px;
    border-radius: 10px;
}
.slide-content .slide-item .slide-thumbnail img{
    width: 100%;
    height: 100%;object-fit: cover;
}
.slide-content .slide-item .slide-textbox{
    display: flex;
    width: 100%;
    min-height: 0px;
    padding: 10px;
    padding-top: 0px;
}
.slide-content .slide-item .slide-textbox h2{
    font-size: 16px;
    text-align: left;
    font-weight: lighter;
    font-family: 'judul';
}
.slide-content .slide-item .slide-info{
    display: flex;
    width: 100%;
    min-height: 0px;
    padding: 10px;
    padding-top: 0px;
}
.slide-content .slide-item .slide-info h4 a{
    font-size: 12px;
    text-align: left;
    font-family: 'tulisan';
}
.slide-content .slide-item .slide-category{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 0px;
    padding: 10px;
    padding-top: 0px;
}
.slide-content .slide-item .slide-category a{
    font-size: 14px;
    text-align: left;
    font-family: 'tulisan';
    margin-right: 8px;
}

.swiper-wrapper{
    height:auto;
}
.swiper-slide{
    height:auto;
}
.slide-content .swiper-button-next,.slide-content .swiper-button-prev{
    color: #FFFFFF;
    margin: 0px 10px;
}
.slide-content .swiper-button-next,.slide-content .swiper-button-prev{
    top: calc(90px - 10px);opacity:0;
    transition:0.2s;
}
.slide-content:hover .swiper-button-prev,.slide-content:hover .swiper-button-next{
   opacity:1;
}
.gallery .swiper-slide{
    transform:scale(0.8);
    transition:0.5s !important;
}
.gallery .swiper-slide.swiper-slide-next,.gallery .swiper-slide.swiper-slide-prev{
    transform:scale(0.8);
    transition:0.5s !important;
}
.gallery .swiper-slide.swiper-slide-active{
    transform:scale(1);
    transition:0.5s !important;
}

.title-content{
    display: flex;
    padding: 10px;
    padding-top: 20px;
}
.title-side{
    width: 100%;
    display: flex;
    align-items: center;
}
.title-side.column{
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.title-side.column h1{
    margin-bottom: 10px;
}
.title-side.column .category-layout{
    display:flex;
    width:100%;
    justify-content:left;
    flex-wrap:wrap;
    margin-bottom:8px;
}
.title-side.column .category-layout .category-text{
    display: inline-block;
    margin-right: 10px;
    white-space: nowrap;
    border-radius: 20px;
    width: auto;
    font-size:18px;
    color:#3D773D;
	font-weight:bold;
}
.title-side.column .category-layout .category-text:hover{
    text-decoration: underline;
}
.title-side-left{
    justify-content: flex-start;
    width: 50%;
}
.title-side-right{
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    width: 50%;
}
.title-side-right a{
    height: auto;
    text-decoration: none;
}
.title-content h1{
    font-size: 30px;
    text-align: left;
    font-family: 'judul';
    width: 100%;
}
.title-content h2{
    font-size: 18px;
    text-align: left;
    font-family: 'judul';
}
.grid-content{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    padding-top: 0px;
}
.grid-content .grid-item{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% / 2);
    text-decoration: none;
    height: 160px;
}
.grid-content .grid-item .grid-thumbnail{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(40%);
    height: calc(100% - 20px);
    background-color: white;
    overflow: hidden;
    margin: 10px 0px;
    border-radius: 10px;
    
}
.grid-content .grid-item .grid-thumbnail img{
    width: 100%;
    height: 100%;object-fit: cover;
    transition:0.3s;
}
.grid-content .grid-item:hover .grid-thumbnail img{
    transform:scale(1.1);
    transition:0.1s;
}
.grid-content .grid-item .grid-side-right{
    width: 60%;
    margin: 10px 10px;
}
.grid-content .grid-item .grid-side-right .grid-textbox{
    display: flex;
    width: 100%;
    min-height: 0px;
    padding: 10px;
}
.grid-content .grid-item .grid-side-right .grid-textbox h2{
    font-size: 16px;
    text-align: left;
    font-weight: lighter;
    font-family: 'judul';
    color:black;
}
.grid-content .grid-item .grid-side-right .grid-textbox p{
    font-size: 12px;
    text-align: left;
    font-weight: lighter;
    font-family: 'judul';
    margin: 0px;
}
.grid-content .grid-item .grid-side-right .grid-info{
    display: flex;
    width: 100%;
    min-height: 0px;
    padding: 10px;
    padding-top: 0px;
}
.grid-content .grid-item .grid-side-right .grid-info h4{
    font-size: 12px;
    text-align: left;
    font-family: 'tulisan';
}
.grid-content .grid-item .grid-side-right .category-info{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 0px;
    padding: 10px;
    padding-top: 0px;
}
.grid-content .grid-item .grid-side-right .category-info h4{
    display: flex;
    flex-wrap: wrap;
}
.grid-content .grid-item .grid-side-right .category-info a{
    font-size: 12px;
    text-align: left;
    font-family: 'tulisan';
    margin-right: 8px;
}

/* Discord Widget */
.grid-content.discord-widget .grid-item{
    justify-content: center;
    width: calc(100% / 5);
    height: 80px;
}
.grid-content.discord-widget .grid-item .grid-thumbnail{
    width: 60px;
    height: 60px;
}
.grid-content.discord-widget .grid-item .grid-side-right .grid-textbox{
    padding: 5px;
}
.grid-content.discord-widget .grid-item .grid-side-right .grid-textbox h2{
    color:white;
}
.grid-content.discord-widget .grid-item .grid-side-right .grid-info{
    padding: 5px;
    padding-top: 0px;
}
.grid-content.discord-widget .grid-item .grid-side-right{
    margin: 10px 5px;
}
.grid-content.discord-widget .status--online{
    border: 4px solid #43b581;
}
.grid-content.discord-widget .status--idle{
    border: 4px solid #faa61a;
}
.grid-content.discord-widget .status--dnd{
    border: 4px solid #f04747;
}
.grid-content.discord-widget .status--unknow{
    border: 4px solid black;
}
.btn-content{
    padding: 10px;
}

/* Author Widget */
.grid-content.author-widget{
    justify-content: center;
    padding-top:20px;
}
.grid-content.author-widget .grid-item{
    flex-direction: column;
    align-items: center;
    width: calc(100% / 6);
    height: auto;
    margin-bottom:8px;
}
.grid-content.author-widget .grid-item .grid-thumbnail{
    width: 120px;
    height: 120px;
    margin: 5px 0px;
}
.grid-content.author-widget .grid-item .grid-side-right .grid-textbox{
    padding: 5px;
    justify-content: center;
}
.grid-content.author-widget .grid-item .grid-side-right .grid-info{
    padding: 5px;
    padding-top: 0px;
    justify-content: center;
}
.grid-content.author-widget .grid-item .grid-side-right{
    width: calc(100% - 10px);
    margin: 0px 5px;
}

/* Author Single Widget */
.grid-content.author-single-widget{
    justify-content: center;
}
.grid-content.author-single-widget .grid-item{
    align-items: center;
    width: auto;
    max-width: calc(40%);
    height: auto;
}
.grid-content.author-single-widget .grid-item .grid-thumbnail{
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
    margin: 0px;
}
.grid-content.author-single-widget .grid-item .grid-side-right .grid-textbox{
    padding: 10px;
    align-items: flex-start;
    flex-direction: column;
}
.grid-content.author-single-widget .grid-item .grid-side-right .grid-textbox h2{
    font-size: 20px;
}
.grid-content.author-single-widget .grid-item .grid-side-right .grid-textbox p{
    margin-top: 5px;
}
.grid-content.author-single-widget .grid-item .grid-side-right .grid-info{
    padding: 10px;
    padding-top: 0px;
    justify-content: flex-start;
}
.grid-content.author-single-widget .grid-item .grid-side-right .grid-info a{
    margin-right: 10px;
}
.grid-content.author-single-widget .grid-item .grid-side-right .grid-info a i{
    font-size: 20px;
}
.grid-content.author-single-widget .grid-item .grid-side-right{
    width: calc(100% - 10px);
    margin: 0px 5px;
}

/* React Widget 
.grid-content.react-widget{
    justify-content: center;
}
.grid-content.react-widget .grid-item{
    flex-direction: column;
    align-items: center;
    width: calc(100% / 6);
    height: auto;
}
.grid-content.react-widget .grid-item .grid-thumbnail{
    width: 60px;
    height: 60px;
    background-color: rgba(0,0,0,0);
}
.grid-content.react-widget .grid-item .grid-side-right .grid-textbox{
    padding: 5px;
    justify-content: center;
}
.grid-content.react-widget .grid-item .grid-side-right .grid-info{
    padding: 5px;
    padding-top: 0px;
    justify-content: center;
}
.grid-content.react-widget .grid-item .grid-side-right .grid-info h4{
    display: none;
}
.grid-content.react-widget .grid-item .grid-side-right .grid-info h4.unhide{
    display: block;
}
.grid-content.react-widget .grid-item .grid-side-right{
    width: calc(100% - 10px);
    margin: 0px 5px;
}
*/

.btn-content{
    padding: 10px;
}

.pagination-content{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    padding-top: 0px;
}
.pagination-content .pagination-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.pagination-content .pagination-item .pagination-side{
    display: flex;
    width: calc((120px));
}
.pagination-content .pagination-item.page-breaks .pagination-side{
    width:100%;
    gap:10px;
    flex-wrap:wrap;
}
.pagination-content .pagination-item .pagination-side a, .pagination-content .pagination-item.page-breaks .pagination-side .post-page-numbers{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: #00B894;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    padding: 0px;
    font-weight: normal;
    color: white;
    transition: 0.3s;
}
.pagination-content .pagination-item.page-breaks .pagination-side .post-page-numbers.current{
    background-color:gray;
}
.pagination-content .pagination-item.page-breaks .pagination-side .post-page-numbers{
    width:auto;
    padding: 0px 16px;
}
.pagination-content .pagination-item .pagination-side i{
    color: white;
    font-size: 28px;
    transition: 0.3s;
}
.pagination-content .pagination-item .pagination-side.pagination-side-left{
    display: flex;
    justify-content: flex-end;
}
.pagination-content .pagination-item .pagination-side.pagination-side-right{
    display: flex;
    justify-content: flex-start;
}

.image-content{
    display: flex;
    padding: 10px;
}
.image-content .image-side{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100%);
    height: 400px;
    background-color: white;
    overflow: hidden;
    border-radius: 10px;
}
.image-content .image-side img{
    width: 100%;
    height: 100%;object-fit: cover;
}

.block-content{
    display: block;
    padding: 10px;
    padding-bottom: 20px;
    padding-top: 10px;
    font-size: 16px;
    letter-spacing: .3px;
    line-height: 1.6;
}
.block-content p{
    margin-bottom: 30px;
}
.block-content a:link{
    color:blue;
}
.block-content .video-content{
    display:block;
    width: 100%;
    border-radius: 10px;
    margin: 0px 0px;
    overflow: hidden; 
    -webkit-backface-visibility: hidden;
}
.block-content .tag-text{
    display: inline-block;
    margin-right: 10px;
    background-color: #00b894;
    padding: 5px 12px;
    padding-top:5px;
    white-space: nowrap;
    border-radius: 20px;
    width: auto;
    font-size:12px;
    margin: 4px;
    margin-left:0px;
    color:white !important;
}
.block-content .tag-text:hover{
    background-color:#00deb2;
}

/*addons*/
.chevron-down-animate{
    animation: chevron-down-animate 2s infinite;
}
.wp-block-image,.wp-block-embed{
    display: flex;
    align-items: center;
    flex-direction:column;
    margin:0px;
}
.wp-block-image figcaption{
    margin: 20px 0px;
    margin-left: 20px;
}
.wp-block-image img{
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
}
iframe{
    /*margin: 20px auto !important;*/
}
#video-kebby{
    width: 100%;
    height: 100%;
    margin: 0px !important;
    aspect-ratio: auto 16 / 8;
}
.klik:hover{
    cursor: pointer;
}

.overflow{
    overflow: hidden !important;
}

.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 40px;
    background-color: #00B894;
    border-radius: 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    padding: 0px;
    font-weight: normal;
    color: white;
    transition: 0.3s;
}
.btn:hover{
    transition: 0.1s;
    background-color: #68D4BF;
}
.nowrap-text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.center-text{
    text-align: center !important;
}
.col-white-text{
    color: #FFFFFF;
}
.col-black-text{
    color: #000000;
}
.col-gwhite-text{
    color: #00FF8D;
}
.col-gblack-text{
    color: #3D773D;
}

@media only screen and (max-width: 1200px){
    .container-header .header-content{
        padding: 0px 20px;
    }
    .container-footer .footer-content{
        padding: 0px 20px;
    }
}
@media only screen and (max-width: 980px){

    .container-body .body-content{
        padding:10px;
    }
    .container-header-mobile{
        display:flex;
    }
    .container-header .header-content .header-side.header-side-right{
        display: none;
        max-width:100%;
    }
    .container-header .header-content .header-side.header-side-right-mobile{
        display:flex;
    }
    .header-menu-search{
        margin:16px;padding:0px;
        width:100%;
    }
    .search-bar-layout .search-bar-input{
        width:100%;
    }
    .container-header .header-content .header-side.header-side-left h1{
        display: none;
    }
    .slide-content .slide-item{
        width: 300px;
    }
    .slide-content .swiper-button-next,.slide-content .swiper-button-prev{
        opacity: 0;
    }
    .slide-content .swiper-button-next,.slide-content .swiper-button-prev{
        opacity: 0;
    }

    .grid-content .grid-item{
        width: 100%;
        flex-direction: column;
        height: auto;
    }
    .grid-content .grid-item .grid-thumbnail{
        width: 100%;
        height: 180px;
    }
    .grid-content .grid-item .grid-side-right{
        width: 100%;
        margin: 0px;
    }
    .grid-content .grid-item .grid-side-right .grid-textbox{
        padding-top: 0px;
        padding-bottom: 5px;
    }
    .grid-content .grid-item .grid-side-right .category-info{
        padding-bottom: 5px;
    }
    .title-content{
        flex-direction: column;
    }
    .title-content h1{
        font-size: 24px;
    }
    .title-content h2,.title-side.column .category-layout .category-text{
        font-size: 16px;
    }
    .title-content h1,.title-content h2{
        text-align: center;
    }
    .title-side-left{
        width: 100%;
    }
    .title-side-right{
        width: 100%;
        align-items: center;
    }

    .title-side.column{
        align-items: center;
    }
    .title-side.column .category-layout{
        justify-content:center;
    }
    .image-content{
        padding: 0px;
    }
    .image-content .image-side{
        height: 200px;

    /* Discord Widget */
    .grid-content.discord-widget .grid-item{
        width: calc(100% / 4);
        height: auto;
        justify-content: flex-start;
        align-items: center;
    }
    .grid-content.discord-widget .grid-item .grid-thumbnail{
        margin-bottom: 0px;
    }
    .grid-content.discord-widget .grid-item .grid-side-right{
        margin: 5px;
    }
    .grid-content.discord-widget .grid-item .grid-side-right .grid-textbox{
        justify-content: center;
        margin: 0px;
    }
    .grid-content.discord-widget .grid-item .grid-side-right .grid-textbox h2{
        font-size: 14px;
    }
    .grid-content.discord-widget .grid-item .grid-side-right .grid-info{
        justify-content: center;
    }
    .grid-content.discord-widget .grid-item .grid-side-right .grid-textbox h4{
        font-size: 12px;
        font-weight: normal;
    }
    
    /* Author Widget */
    .grid-content.author-widget .grid-item{
        flex-direction: column;
        align-items: center;
        width: calc(100% / 4);
        height: auto;
    }

    /* Author Single Widget */
    .grid-content.author-single-widget{
        padding: 10px;
    }
    .grid-content.author-single-widget .grid-item{
        max-width: 100%;
    }
    .grid-content.author-single-widget .grid-item .grid-side-right .grid-textbox{
        align-items: center;
    }
    .grid-content.author-single-widget .grid-item .grid-side-right .grid-textbox h2{
        text-align: center;
    }
    .grid-content.author-single-widget .grid-item .grid-side-right .grid-textbox p{
        text-align: center;
    }
    .grid-content.author-single-widget .grid-item .grid-side-right .grid-info{
        justify-content: center;
    }
    .grid-content.author-single-widget .grid-item .grid-side-right .grid-info a:last-child{
        margin: 0px;
    }

    .container-footer{
        height: auto;
    }
    .container-footer .footer-content{
        flex-direction: column;
        height: auto;
    }
    .container-footer .footer-content .footer-author{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }
    .container-footer .footer-content .footer-side.footer-side-left{
        justify-content: center;
        max-width: 100%;
    }
    .container-footer .footer-content .footer-side.footer-side-right{
        justify-content: center;
        max-width: 100%;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    .footer-social-media li:first-child{
        margin: 0px;
    }
    .footer-social-media li a i{
        font-size: 22px;
    }
}
.container-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.fb-comments{
    background-color:white;
    border-radius:10px;
    overflow:hidden;
    padding:10px 10px;
}
@media only screen and (max-width: 600px){
    figure{
        margin:0px;
    }
    blockquote{
        margin:0px;
    }
    iframe{
        min-width: 0px !important;
        width:100%;
    }
}
@media only screen and (max-width: 600px){
    /* Author Widget */
    .grid-content.author-widget .grid-item{
        flex-direction: column;
        align-items: center;
        width: calc(100% / 2);
        height: auto;
    }
}