/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:        Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* HEADER ================================================================================================= */

.site-header {
    background: linear-gradient(to left, #159957, #155799);
}

/* CONTENT ================================================================================================ */

.posted-on .updated {
    display: inherit;
    float: right;
}

.tag-update-sold-out .posted-on:after {
    content: " Sold Out";
}

.wp-block-image img {
    width: 100%;
    border-radius: 8px;
}

form.search-form input.search-field {
    border-radius: 5px;
    width: 100%;
}

a.next.page-numbers, a.prev.page-numbers, span.gp-icon.icon-tags, form.search-form button.search-submit, span.required-field-message {
    display: none;
}

ul.wp-block-list li {
    margin: 0.75em 0;
}

@media (max-width: 768px) {

    ul.wp-block-list {
        margin: 0 0 1em 1em;
    }

}

/* POST =================================================================================================== */

.next-prev {
    background: #ffffff;
    padding: 20px 10px;
    border-right: 8px solid #159957;
    border-left: 8px solid #155799;
}

.prevpost {

    text-align: left;
}

.nextpost {
    text-align: right;
}


/* ======================================================================================================== */

.post-sharethis {
    margin-top: 1em;
}

#st-el-2 .st-btns {
    bottom: 120px!important;
}

@media (max-width: 768px) {

    #st-el-2 .st-btns {
        bottom: 56px!important;
    }

    #st-el-2 .st-close {
        bottom: 0px!important;
        right: 0px !important;
    }
}

footer.entry-meta span.tags-links {
    font-size: 15px !important;
}

/* KOMENTAR =============================================================================================== */

.comments-area {
    display: none;
}

/* PAGE =================================================================================================== */

.wp-block-group.detailharga {
    border-radius: 8px;
    background: #ebfaf1;
}

.detailharga .wp-block-group__inner-container h3 {
    margin-bottom: 0.5em;
}

@media (max-width: 768px) {

    .detailharga ul.wp-block-list {
        margin-left: 21px;
    }

    .detailharga ul.wp-block-list li ul {
        margin-bottom: 15px;
    }
}

/* SIDEBAR ============================================================================================ */

aside#block-4 input#wp-block-search__input-1 {
    border-radius: 5px;
}

/* FOOTER ================================================================================================= */

.site-footer {
    background: linear-gradient(to bottom, #159957, #155799);
    font-size: 16px;
}

/* linear-gradient(to right, #159957, #155799) ============================================================ */