/* ==================================
* Theme Name: Blokep
* Version: 1.1.1
* Description: Tema 18+ untuk wordpress.
* Author: Akbar Silohon.
* Author URI: https://pluginify.id/
===================================== */
:root{
    --main-color: #ca7403;
    --text-dark: #111;
    --text-muted: #777;
    --radius: 14px;
}
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*, *::after, *::before{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
    color: #fff;
    background-color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}
img{
    max-width: 100%;
    height: auto;
}
.container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.Header{
    width: 100%;
    border-bottom: 1px solid rgba(225, 225, 225, 0.1);
    background-color: #000;
}
.bHeader{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homeUri img{
    width: auto;
    height: 27px;
}
.search-box{
    width: 100%;
    max-width: 600px;
    background-color: #999;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 20px;
}
.search-box input{
    width: calc(100% - 40px);
    background-color: transparent;
    border: none;
    outline: none;
    color: var(--main-color);
}
.search-box button{
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.search-box button svg{
    width: 19px;
    height: 19px;
    fill: var(--main-color);
}
.menu-open{
    cursor: pointer;
    display: flex;
    width: 23px;
    height: 23px;
    align-items: center;
    justify-content: center;
}
.menu-open svg{
    width: 20px;
    height: 20px;
    fill: #ca7403;
}
.menuFlexbox.open{
    transform: translateX(0);
}
.menuFlexbox{
    transform: translateX(110%);
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    z-index: 99;
    background-color: #000;
    padding: 30px;
    transition: ease-in-out 0.5s;
}
.flexHeader{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.bloMenu{
    list-style: none;
}
.bloMenu li{
    display: block;
    margin-bottom: 1rem;
}
.bloMenu li::before{
    content: '=>';
    color: var(--main-color);
    margin-right: 10px;
}
.bloMenu li a{
    color: #999;
    text-decoration: none;
    font-weight: 100;
}
.menu-close svg{
    width: 25px;
    height: 25px;
    fill: var(--main-color);
    cursor: pointer;
}
.blogi{
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color);
}
.bloFo{
    width: 100%;
    display: block;
    margin-top: 5rem;
    text-align: center;
    border-top: 1px solid rgba(225, 225, 225, 0.1);
    padding: 20px 0;
}
.bloFo p{
    font-size: 15px;
    font-weight: 100;
}
.bloFo p span{
    color: var(--main-color);
}
.grid-blog{
    width: 100%;
}
.isPagina {
    margin: 40px 0;
    display: flex;
    justify-content: center;
}
.isPagina ul {
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.isPagina li {
    display: inline-flex;
}
.isPagina a,
.isPagina span {
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    transition: all 0.25s ease;
}
.isPagina a:hover {
    background: var(--main-color);
    color: #fff;
}
.isPagina .current {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
    cursor: default;
}
.isPagina .dots {
    border: none;
    color: #999;
}
.isPagina .prev,
.isPagina .next {
    font-weight: 600;
}
/* GRID */
.grid-blog {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1rem;
}
.list-post:hover a{
    color: var(--main-color);
}
.blopos {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}
.asttt.kiri{
    left: 14px;
}
.asttt.kanan{
    right: 15px;
    background: rgba(225, 225, 225, 0.2);
    border: 1px solid #fff;
}
.assetImage {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.assetImage img.bkpTumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-post:hover .assetImage img {
    transform: scale(1.06);
}
.asttt {
    position: absolute;
    top: 10px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background: var(--main-color);
    border-radius: 6px;
    line-height: 1;
    z-index: 2;
}
.loJudul {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25;
    color: #999;
    padding: 14px 14px 16px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Hover title */
.list-post:hover .loJudul {
    color: var(--main-color);
}

@media (max-width: 768px) {
    .grid-blog {
        gap: 16px;
    }

    .loJudul {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .grid-blog {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .asttt {
        font-size: 11px;
        padding: 3px 6px;
    }
}
@media (max-width: 480px) {
    .isPagina a,
    .isPagina span {
        min-width: 32px;
        height: 32px;
        font-size: 13px;
    }
}

/* Single */
.grid-single {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 32px;
    margin: 40px 0;
}
/* CONTENT */
.inContents {
    display: block;
}
.breadcrumb {
    font-size: 13px;
    margin-bottom: 10px;
    color: #777;
}
.breadcrumb a {
    color: var(--main-color);
    text-decoration: none;
}
.breadcrumb span {
    margin: 0 4px;
}
.single-title {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.3;
}
.single-meta {
    display: flex;
    gap: 16px;
    font-size: 13px;
    color: #999;
    margin-bottom: 18px;
}
.video-single {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
}
.video-single iframe {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
}
.btnsss-download{
    position: relative;
    display: block;
    text-align: center;
    margin-top: 10px;
    background-color: var(--main-color);
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    text-decoration: none;
}

/* Tags */
.isTags{
    display: flex;
    align-items: start;
    gap: 1rem;
}
.titleTags{
    display: flex;
    align-items: center;
    gap: 10px;
}
.renderTags{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.singleTag{
    font-size: 13px;
    font-weight: 100;
    padding: 5px 15px;
    border-radius: 10px;
    border: 1px solid var(--main-color);
    cursor: pointer;
    color: var(--main-color);
    text-decoration: none;
}
.artikelBop p{
    font-size: 16px;
    color: #999;
    font-weight: 100;
    line-height: 1.7;
    margin-bottom: 25px;
}
.artikelBop a{
    color: var(--main-color);
    text-decoration: none;
}
.grid2{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.andongJudul{
    color: var(--main-color);
}

/* Medi mobile */
@media(max-width:480px){
    .search-box{
        max-width: 200px;
    }
    .grid-single{
        display: block;
    }
    .grid2{
        grid-template-columns: repeat(2, 1fr);
    }
    .sidebars{
        display: block;
        margin-top: 2rem;
    }
}

.page-404 {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 60px 20px;
}

.error-code {
    font-size: 120px;
    font-weight: 800;
    line-height: 1;
    color: var(--main-color);
    margin-bottom: 10px;
}

.error-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 12px;
    color: #111;
}

.error-desc {
    font-size: 15px;
    color: #666;
    max-width: 420px;
    margin-bottom: 30px;
}

.error-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.error-actions a {
    display: inline-block;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: all .25s ease;
}

/* Primary Button */
.btn-primary {
    background: var(--main-color);
    color: #fff;
}

.btn-primary:hover {
    opacity: .9;
}

/* Secondary Button */
.btn-secondary {
    background: transparent;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.btn-secondary:hover {
    background: var(--main-color);
    color: #fff;
}

/* Responsive */
@media (max-width: 480px) {
    .error-code {
        font-size: 90px;
    }

    .error-title {
        font-size: 22px;
    }

    .error-desc {
        font-size: 14px;
    }
}


.page-wrapper {
    max-width: 900px;
    margin: 40px auto;
    background: #fff;
    border-radius: 16px;
    padding: 28px 28px 32px;
}

/* Breadcrumb */
.page-breadcrumb {
    font-size: 13px;
    color: #777;
    margin-bottom: 12px;
}

.page-breadcrumb a {
    color: var(--main-color);
    text-decoration: none;
}

.page-breadcrumb span {
    margin: 0 4px;
}

/* Title */
.page-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.3;
    color: #111;
}

/* Content */
.page-content {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

/* Content elements */
.page-content p {
    margin-bottom: 18px;
}

.page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.page-content a {
    color: var(--main-color);
    text-decoration: underline;
}

.page-content ul,
.page-content ol {
    padding-left: 20px;
    margin-bottom: 18px;
}

.page-content blockquote {
    border-left: 4px solid var(--main-color);
    padding-left: 16px;
    color: #555;
    margin: 20px 0;
    font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
    .page-wrapper {
        padding: 22px 18px;
        margin: 30px auto;
    }

    .page-title {
        font-size: 24px;
    }
}
