/*
Theme Name: TaskHive Child
Theme URI: https://example.com/
Description: A child theme for TaskHive Theme
Author: Your Name
Template: taskhive
Version: 1.0.0
*/


/* Add your custom CSS below this line */

/* ===== CUSTOM HEADER BAR LAYOUT ===== */
.custom-header-bar {
    width: 100%;
    padding: 12px 20px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: nowrap;
    position: relative;
    z-index: 9999;
}


.ch-switcher {
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 14px;
}


.ch-center {
    flex: 1;
    display: flex;
    justify-content: center;
}

.ch-search {
    display: flex !important;
    align-items: center;
    gap: 8px;
}


.ch-search input[type="search"] {
    width: 300px;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 15px;
}


.ch-search input[type="submit"] {
    padding: 10px 22px;
    background: #ffce3c;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    color: #FFF;
    box-shadow: rgba(255, 206, 60, 0.35) 0px 5px 21px;
    transition: 0.3s ease;
}

.ch-search input[type="submit"]:hover {
    background: #f5c126;
    transform: translateY(-3px);
}

.ch-right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
}

.ch-btn {
    padding: 9px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
}

.ch-btn.join {
    background: #3d82f0;
    color: #fff;
    box-shadow: rgba(61, 130, 240, 0.35) 0px 5px 21px;
    transition: all 0.3s ease;
}

.ch-btn.join:hover {
    background: #2f6bdd;
    transform: translateY(-3px);
    box-shadow: rgba(61, 130, 240, 0.55) 0px 8px 28px;
}

.ch-btn.post {
    background: #28a745;
    color: #fff;
    box-shadow: rgba(40, 167, 69, 0.35) 0px 5px 21px;
    transition: all 0.3s ease;
}

.ch-btn.post:hover {
    background: #218838;
    transform: translateY(-3px);
    box-shadow: rgba(40, 167, 69, 0.55) 0px 8px 28px;
}


.ch-account {
    position: relative;
}

.ch-icon {
    font-size: 22px;
    cursor: pointer;
}

.ch-dropdown {
    position: absolute;
    top: 32px;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px 0;
    display: none;
    width: 160px;
    z-index: 99999;
}

.ch-dropdown li {
    list-style: none;
}

.ch-dropdown li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #333;
}

.ch-dropdown li a:hover {
    background: #f7f7f7;
}

.ch-account:hover .ch-dropdown {
    display: block;
}


@media(max-width:1024px) {
    .ch-search input[type="search"] {
        width: 260px;
    }

    body.admin-bar .dialog-type-lightbox {
        position: fixed !important;
    }
}


@media (max-width: 768px) {
    .custom-header-bar {
        flex-direction: column;
        padding: 12px 15px;
    }

    .ch-switcher {
        width: 100%;
        text-align: center;
    }

    .ch-center {
        width: 100%;
    }

    .ch-search {
        width: 100%;
        display: flex;
        gap: 10px;
    }

    .ch-search input[type="search"] {
        width: 70%;
    }

    .ch-search input[type="submit"] {
        width: 30%;
        padding: 10px 10px;
    }

    .ch-right {
        width: 100%;
        display: flex;
        gap: 10px;
    }

    .ch-btn {
        width: 50%;
        text-align: center;
    }
}



@media (max-width: 480px) {
    .custom-header-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 10px;
    }

    .ch-switcher {
        width: 100%;
    }

    .ch-search {
        flex-direction: column;
        gap: 10px;
    }

    .ch-search input[type="search"] {
        width: 100%;
    }

    .ch-search input[type="submit"] {
        width: 100%;
        border-radius: 10px;
    }

    .ch-right {
        flex-direction: column;
        width: 100%;
    }

    .ch-btn {
        width: 100%;
        padding: 12px 0;
    }

    .ch-account {
        text-align: center;
    }

    .ch-dropdown {
        right: 50%;
        transform: translateX(50%);
    }

    .hp-listing__topbar {
        /* padding: 6px !important;
        padding-left: 2px !important; */
    }

    /* .container .row .products {
        grid-template-columns: 1fr !important;
    } */

    .elementor-5316 .elementor-element.elementor-element-d2e9ba5 {
        flex-direction: column !important;
    }
}

.assembli-digital-products .onsale {
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    position: absolute !important;
    left: 220px !important;
    top: 13px !important;
    padding: 10px 5px !important;
}

.assembli-digital-products img {
    height: 250px !important;
}

@media (max-width: 767px) {
    .assembli-digital-products img {
        height: 200px !important;
    }
}

@media (max-width: 1200px) {
    .assembli-digital-products .onsale {
        position: absolute !important;
        left: 180px !important;
        top: 13px !important;
    }
}

@media (max-width: 767px) {
    .assembli-digital-products .onsale {
        position: absolute !important;
        left: 150px !important;
        top: 13px !important;
    }
}

.assembli-post-projects .hp-grid__item {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch !important;
}

.assembli-post-projects .hp-listing__content {
    height: 120px !important
}

.site-content .bbp-search-form {
    margin-bottom: 12px !important;
}

.site-content .bbp-header {
    padding: 15px !important;
}

.site-content .forum-titles {
    font-size: 15px !important;
}

.site-content .bbp-forum-status-open {
    padding: 15px !important;
    font-size: 15px !important;
}

.site-content .bbp-footer {
    display: none !important;
}

.menu #menu-item-369::before {
    margin-top: 68px !important;
}

.header-navbar::before {
    display: none;
}

.menu-item--user-account {
    display: none !important;
}

/* //to remove user menu from header menu by RP */
.hp-menu__item--user-login {
    display: none !important;
}



@media only screen and (min-width: 48em) {
    .header-navbar {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        margin: 0rem !important;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

}

@media (min-width: 992px) {
    .header-navbar::before {
        position: absolute;
        z-index: 1;
        top: 82px;
        right: 2rem;
        left: 2rem;
        display: block;
        height: 5px;
        content: '';
        transition: background-color 0.25s;
        border-bottom-right-radius: 9999px;
        border-bottom-left-radius: 9999px;
        background-color: rgba(7, 36, 86, 0.06);
    }

    .header-navbar__menu>ul>li.current-menu-item::before {
        position: absolute;
        top: 82px;
        left: 0;
        right: 0;
        display: block;
        height: 3px;
        content: '';
        background-color: #ffc107;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .header-navbar__menu>ul>li {
        padding: 0rem !important;
    }

    .header-navbar__menu ul li a {
        font-size: 14px !important;
    }

    .header-logo img {
        width: 200px !important;
        display: block;
    }

    .hp-menu__item.hp-menu__item--listing-submit span {
        font-size: 13px !important;
    }

    .header-navbar__menu>ul {
        gap: 10px !important;
    }

    .header-navbar__end {
        padding-left: 0rem !important;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .header-navbar__menu>ul>li {
        padding: 0.5rem !important;
    }
}

@media (min-width: 1600px) {
    .header-navbar__menu>ul>li {
        padding: 1rem !important;
    }
}

.page-requests .content-area .hp-page.site-main,
.page-verzoeken .content-area .hp-page.site-main,
.page-gigs .content-area .hp-page.site-main,
.search.search-no-results .content-area .hp-page.site-main,
.post-type-archive-hp_request .content-area .hp-page.site-main,
.search.search-results .hp-page.site-main {
    padding-top: 70px;
}

.assembli-digital-products .onsale {
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    position: absolute !important;
    left: 220px !important;
    top: 13px !important;
    padding: 10px 5px !important;
}

.assembli-digital-products img {
    height: 250px !important;
}

@media (max-width: 767px) {
    .assembli-digital-products img {
        height: 200px !important;
    }
}

@media (max-width: 1200px) {
    .assembli-digital-products .onsale {
        position: absolute !important;
        left: 180px !important;
        top: 13px !important;
    }
}

@media (max-width: 767px) {
    .assembli-digital-products .onsale {
        position: absolute !important;
        left: 150px !important;
        top: 13px !important;
    }
}

.assembli-post-projects .hp-grid__item {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch !important;
}

.assembli-post-projects .hp-listing__content {
    height: 120px !important
}

.site-content .bbp-search-form {
    margin-bottom: 12px !important;
}

.site-content .bbp-header {
    padding: 15px !important;
}

.site-content .forum-titles {
    font-size: 15px !important;
}

.site-content .bbp-forum-status-open {
    padding: 15px !important;
    font-size: 15px !important;
}

.site-content .bbp-footer {
    display: none !important;
}

.menu #menu-item-369::before {
    margin-top: 68px !important;
}

.header-navbar::before {
    display: none !important;
}

/* .custom-parheading::before {
    position: absolute !important;
    transform: translate(-50%, -50%) !important;
    top: 5% !important;
    left: 50% !important;
    height: 4px !important;
    width: 50px !important;
    display: block !important;
    content: '' !important;
    background-color: #ffc107 !important;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2)) !important;
    border-radius: 9999px !important;
} */


/* .hp-page__title::before {
    display: none !important;
} */

/* .hp-page__header {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
} */

/* .hp-page{
margin:-62px auto !important;
} */

/* .hp-page__title {
    font-size: 45px !important;
    padding-top: 40px !important;
}

@media (max-width: 767px) {

    .hp-page {
        margin: -20px auto !important;
    }

    .hp-page__title {
        font-size: 28px !important;
        padding-top: 40px !important;
        text-align: center;
    }

    .custom-parheading::before {
        top: 7% !important;
    }

} */

.menu-item--user-account {
    display: none !important;
}

/* // to remove user menu from header menu by RP */
.menu-item--user-account {
    display: none !important;
}

.hp-menu__item--user-login,
.hp-menu-item--user-login,
.menu-item-type-custom.menu-item-object-custom.menu-item-has-icon,
.site-header .hp-menu>li:last-child {
    display: none !important;
}

/* //RP css end  */
.elementor-shortcode .custom-user-icon-link {
    color: #0f1727a6 !important;
}

.elementor-shortcode .custom-user-icon-link:hover {
    color: #FFCE3C !important;
}

.header-navbar .header-navbar__end .header-navbar__burger:not(:last-child) {
    margin-right: 1rem !important;
}

.header-navbar .header-navbar__end .user_icon {
    margin-bottom: 5px !important;
}

@media (min-width: 480px) and (max-width: 992px) {
    .hp-listing__content {
        padding: 14px !important;
    }

    .content-slider--carousel>.slick-slider>div>div>.slick-slide {
        /* padding: 16px !important; */
    }

    .hp-listing__topbar {
        /* flex-direction: column; */
        gap: 10px;
    }

    .hp-vendor--embed-block {
        /* flex-wrap: wrap; */
    }

    /* .hp-vendor--view-block .hp-vendor__header .hp-vendor__image img {
        width: 130px !important;
        height: 130px !important;
    } */
}

@media (max-width: 1199px) {
    .header-navbar__end .join_now a {
        font-size: 16px !important;
        margin-right: 20px !important;
        padding: 9px 25px !important;
    }

    .hp-vendor--view-block .hp-vendor__header .hp-vendor__image img {
        width: 135px !important;
        height: 135px !important;
    }
}

@media (max-width: 991px) {

    .hp-listing-categories .hp-row,
    .hp-vendors .hp-row {
        grid-template-columns: 1fr 1fr !important;
    }

    .hp-requests .hp-row {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 767px) {
    .dialog-message .e-con.e-flex {
        flex-wrap: unset !important;
    }

    .product_cat-digital-products .related .products {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
}

@media screen and (max-width: 576px) {
    .content-block {
        padding: 2rem 1rem !important;
    }

    .wp-block-column:not(:last-child) {
        margin-bottom: 0 !important;
    }

    .hp-listing__title a {
        font-size: 16px;
    }

    .content-slider--carousel>.slick-slider>div>div>.slick-slide {
        /* padding: 16px !important; */
    }

    .hp-vendor--view-block .hp-vendor__header {
        padding-top: 48px !important;
    }

    .hp-vendor--view-block .hp-vendor__content {
        padding-bottom: 16px !important;
    }

    .site-sidebar .widget {
        padding: 1rem !important;
    }

    header.hp-page__header {
        margin-bottom: 5px !important;
    }

    .hp-page__sidebar .wp-block-archives-list,
    .hp-page__sidebar .wp-block-categories-list {
        margin-top: 0 !important;
    }

    .hp-listing-categories .hp-row,
    .hp-vendors .hp-row {
        grid-template-columns: 1fr !important;
    }

    /*  .hp-form-container form div:has(input[name="prod_image"]):has(input[name="prod_file"]) {
        flex-direction: column !important;
    } */

    .hp-vendors .hp-row .hp-grid__item .hp-vendor--view-block .hp-vendor__header {
        padding-top: 64px !important;
    }

    .post--archive .post__content,
    .post--archive .post__footer {
        padding: 1rem !important;
    }

    .post--archive .post__content .post__title {
        font-size: 20px !important;
    }

    .post--archive .post__content .post__text {
        font-size: 14px !important;
    }

    aside.site-sidebar {
        margin-top: 1rem !important;
        padding: 0 !important;
    }

    .post__image .post__date {
        left: 1rem !important;
        top: 0.5rem !important;
    }

    .bbpress-wrapper .bbp-search-form form input {
        font-size: 14px !important;
        padding: 4px 10px;
    }

    .page-contact .elementor-365 .elementor-element.elementor-element-a24017e .elementor-heading-title,
    .page-mission-team .elementor-363 .elementor-element.elementor-element-a8be023 .elementor-heading-title,
    .page-missie-team .elementor-363 .elementor-element.elementor-element-3a4efc6 .elementor-heading-title {
        font-size: 20px !important;
    }

    .page-contact .elementor-365 .elementor-element.elementor-element-f17ea0e,
    .page-mission-team .elementor-363 .elementor-element.elementor-element-5a3953e,
    .page-missie-team .elementor-363 .elementor-element.elementor-element-159fd87 {
        font-size: 14px !important;
    }

    .page-contact .elementor-365 .elementor-element.elementor-element-5a7fe18 {
        font-size: 14px !important;
    }

    .hp-listing__title {
        font-size: 23px !important;
    }

    .hp-form-container,
    .asg-gig-form-wrapper .asg-gig-form {
        padding: 0px !important;
    }

    .asg-gig-form-wrapper h2 {
        padding: 0px !important;
        padding-top: 10px !important;
    }

    .asg-gig-form-wrapper h2::before {
        left: 0 !important;
    }

    .custom-parheading .hp-page__title {
        font-size: 36px !important;
    }

    .custom-parheading {
        height: 145px !important;
    }

    .hp-template--request-submit-details-page .site-content .hp-page__content {
        margin-top: 20px !important;
    }

    .hp-template--requests-edit-page .hp-page__content .hp-page__title {
        font-size: 1.8rem !important;
    }

    .hp-template--request-submit-details-page .site-content .hp-page__content {
        padding-inline: 0px !important;
    }

    .hp-template--request-submit-details-page .site-content .hp-page__content .hp-form__fields .hp-form__field .hp-field__label {
        font-size: 14px !important;
        margin-top: 4px !important;
    }

    .container .row .products {
        grid-template-columns: 1fr !important;
    }
}

@media (min-width: 767px) {
    .hp-grid__item {
        /* display: flex; */
    }

    .hp-listing.hp-listing--view-block {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .hp-listing__footer {
        margin-top: auto;
    }

    .hp-listing__title a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* change to 3 if needed */
        overflow: hidden;
    }
}

.container .row .products {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}

.container .row .products li {
    margin-right: 0 !important;
    width: auto !important;
    margin-bottom: 0 !important;
}


.container .row .products::before,
.container .row .products::after {
    content: none !important;
}

.product_cat-digital-products {
    width: auto !important;
    margin-bottom: 0 !important;
}

.hp-listing-categories .hp-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.hp-listing-categories .hp-row .hp-grid__item {
    width: auto !important;
    max-width: unset;
}

.asg-gig-form-wrapper {
    margin-top: -40px !important;
}

.asg-gig-form-wrapper h2 {
    position: relative;
    font-size: 36px !important;
    padding-inline: 30px;
    padding-top: 16px;
}

.asg-gig-form-wrapper h2::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 30px;
    height: 4px;
    width: 50px;
    background-color: #ffc107;
    background-image: linear-gradient(to right,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.2));
    border-radius: 9999px;
}

.asg-gig-form-wrapper .asg-gig-form {
    background: none !important;
    /* background: #fffcfc !important; */
    /* border: 2px solid #bfb9b9 !important; */
    /* border: 2px solid #ffc107 !important; */
    /* padding-top: 65px !important;
    margin-top: -60px; */
    box-shadow: none !important;
    padding-top: 0 !important;
}

.asg-gig-form-wrapper .asg-gig-form .button-primary {
    background: #ffc107 !important;
    border-radius: 50px !important;
    display: block;
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: center;
    font-weight: 600 !important;
}

.asg-gig-form-wrapper .asg-gig-form #asg_description:focus-visible {
    box-shadow: none !important;
    outline: none !important;
}

.hp-form-container {
    margin: 0 auto;
    background: none !important;
    /* background: #fffcfc !important; */
    /* border: 2px solid #ffc107 !important; */
    border: none !important;
    padding-top: 0 !important;
    max-width: 800px !important;
}

.hp-form-container h2 {
    position: relative;
    padding-top: 14px;
}

.hp-form-container h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 50px;
    background-color: #ffc107;
    background-image: linear-gradient(to right,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.2));
    border-radius: 9999px;
}

.hp-form-container form textarea[name="prod_desc"]:focus-visible {
    box-shadow: none !important;
    outline: none !important;
}

.hp-form-container form input[name="hp_submit_product"] {
    background: #ffc107 !important;
    margin-top: 20px;
    width: auto !important;
    display: inline-block !important;
}

.page-find-expertise .site-container .site-content,
.page-vind-expertise .site-container .site-content {
    padding: 8rem 0;
}

.page-find-expertise .hp-vendors .hp-row,
.page-vind-expertise .hp-vendors .hp-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.page-find-expertise .hp-vendors .hp-row .hp-grid__item,
.page-vind-expertise .hp-vendors .hp-row .hp-grid__item {
    width: auto !important;
    max-width: unset !important;
    justify-content: center;
}

.page-find-expertise .hp-vendors .hp-row .hp-grid__item .hp-vendor--view-block,
.page-vind-expertise .hp-vendors .hp-row .hp-grid__item .hp-vendor--view-block {
    width: 100% !important;
    height: 100%;
}

.page-find-expertise .hp-vendors .hp-row .hp-grid__item .hp-vendor--view-block .hp-vendor__details .hp-listing__location a,
.page-vind-expertise .hp-vendors .hp-row .hp-grid__item .hp-vendor--view-block .hp-vendor__details .hp-listing__location a {
    white-space: normal;
}

.page-sell-products .elementor-shortcode table,
.page-producten-verkopen .elementor-shortcode table {
    border-collapse: unset !important;
}

.bbpress-wrapper {
    overflow-x: auto !important;
}

.bbpress-wrapper .bbp-forums {
    min-width: 750px;
}

.page-contact .elementor-365 .elementor-element.elementor-element-5a7fe18 {
    overflow-wrap: anywhere;
}

.page-mission-team .elementor-363 .elementor-element.elementor-element-3a4efc6 img,
.page-missie-team .elementor-363 .elementor-element.elementor-element-3a4efc6 img,
.page-mission-team .elementor-363 .elementor-element.elementor-element-159fd87 img,
.page-missie-team .elementor-363 .elementor-element.elementor-element-159fd87 img {
    height: auto !important;
}

.page-faq .elementor-367 .elementor-element.elementor-element-98a9294,
.page-veelgestelde-vragen .elementor-367 .elementor-element.elementor-element-98a9294 {
    border-radius: 20px !important;
}

.elementor-element.elementor-element-d2e9ba5.e-con-full.e-flex.e-con.e-child {
    gap: 20px !important;
}

@media (min-width: 767px) and (max-width: 992px) {
    .hp-widget--listing-filter {
        padding: 1rem !important;
    }
}

.hp-form-container form div:has(input[name="prod_image"]):has(input[name="prod_file"]) {
    flex-direction: column !important;
    gap: 12px;
}

.hp-form-container input[name="prod_image"],
.hp-form-container input[name="prod_file"] {
    border: 1px dashed #ddd;
    padding: 12px;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
}


.hp-template--user-account-page .hp-page__content>.hp-table {
    white-space: nowrap;
}

@media (max-width: 350px) {
    .hp-template--user-account-page .hp-page__content {
        padding: 0 !important;
    }
}

.custom-parheading {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    text-align: center !important;
    background-color: #f7f9fd !important;
    height: 160px;
    padding-top: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


.custom-parheading .hp-page__title {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-top: 16px;
    font-size: 48px;
    font-weight: 500 !important;
    margin-bottom: 8px;
}

.custom-parheading .hp-page__title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    background-color: #ffc107;
    background-image: linear-gradient(to right,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.2));
    border-radius: 9999px;
}

.asg-gig-form-wrapper br {
    display: none !important;
}

.hp-template--request-submit-details-page .site-content {
    padding-top: 0 !important;
}

.hp-template--request-submit-details-page .site-content .hp-page__header {
    margin-bottom: 40px !important;
}

.hp-template--request-submit-details-page .site-content .hp-page__content {
    max-width: 800px;
    margin: 0 auto;
    padding-inline: 30px;
}

.hp-template--request-submit-details-page .site-content .hp-page__content .hp-form__fields .hp-form__field .hp-field__label {
    font-size: 16px;
    font-weight: bold;
    color: #7A7A7A;
    letter-spacing: normal;
    margin-bottom: 8px;
    text-transform: capitalize !important;
}

.page-digital-product-post .site-content .page__text .hp-form-container form label,
.page-digitaal-product-bericht .site-content .page__text .hp-form-container form label {
    font-size: 16px;
    font-weight: bold;
    color: #7A7A7A;
    letter-spacing: normal;
    margin-bottom: 8px;
    text-transform: capitalize !important;
}

.page-gig-post .site-content .page__text .asg-gig-form-wrapper .form-group label,
.page-gig-bericht .site-content .page__text .asg-gig-form-wrapper .form-group label {
    font-size: 16px;
    font-weight: bold;
    color: #7A7A7A;
    letter-spacing: normal;
    margin-bottom: 8px;
    text-transform: capitalize !important;
    font-family: Nunito Sans, sans-serif;
}

.hp-template--request-submit-details-page .site-content .hp-page__content .hp-form__fields .hp-form__field .select2-container,
.hp-template--request-submit-details-page .site-content .hp-page__content .hp-form__fields .hp-form__field .hp-field--number,
.hp-template--request-submit-details-page .site-content .hp-page__content .hp-form__fields .hp-form__field .hp-field--text,
.hp-template--request-submit-details-page .site-content .hp-page__content .hp-form__fields .hp-form__field .hp-field--textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.hp-template--request-submit-details-page .site-content .hp-page__content .hp-form__fields .hp-form__field .hp-field--attachment-upload {
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 4px;
}

.hp-requests .hp-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.hp-requests .hp-row .hp-grid__item {
    width: auto !important;
    max-width: unset !important;
    display: unset !important;
}

.hp-template--orders-edit-page .hp-page__content {
    overflow-x: auto;
}

table.hp-orders.hp-table.hp-block {
    min-width: 520px;
    width: 100%;
    border-collapse: collapse;
}

.page-my-digital-products .hp-page__content,
.page-mijn-digitale-producten .hp-page__content {
    overflow-x: auto !important;
}

.page-my-digital-products .hp-page__content .custom-vendor-table,
.page-mijn-digitale-producten .hp-page__content .custom-vendor-table {
    min-width: 750px !important;
}

.hp-template--listings-edit-page .hp-page__content {
    overflow-x: auto;
}

.hp-template--listings-edit-page .hp-page__content .hp-listings {
    min-width: 780px;
}

.hp-template--messages-thread-page .hp-page__content {
    overflow-x: auto;
}

.hp-template--messages-thread-page .hp-page__content .hp-messages {
    min-width: 800px;
}

.hp-template--requests-edit-page .hp-page__content #custom-view-btn {
    margin-bottom: 10px;
}

.hp-listing--view-block .hp-listing__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.hp-listing--view-block .hp-listing__image img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
    display: block;
}

.hp-vendor--view-block .hp-vendor__header .hp-vendor__image img {
    width: 150px;
    height: 150px;
    object-fit: cover !important;
}

.product_cat-digital-products .related .products {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.product_cat-digital-products .related .products::before {
    content: none !important;
}

.product_cat-digital-products .related .products .product_cat-digital-products {
    margin: 0;
}


@media (min-width: 480px) and (max-width: 1550px) {

    .page-home-2 .hp-listing--view-block .hp-listing__topbar {
        flex-direction: column !important;
        gap: 10px;
    }
}

.page-designed-jobs .site-content .container .row main .page-title {
    display: none !important;
}

.page-designed-jobs .site-content {
    padding-top: 11rem !important;
}

.page-designed-jobs .archive-custom-search-container {
    position: sticky;
    top: 0;
    z-index: 9;
    width: 1140px;
    margin: -135px auto 55px auto !important;
    transform: translateX(-34%);
    border: none !important;
    box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
    padding: 10px !important;
    background: #fff;
    border-radius: 5px !important;
    align-items: center;
    padding-right: 0 !important;
}

.page-designed-jobs .site-content .site-sidebar .product-categories .cat-item:not(.all-categories) {
    margin-left: 24px;
}

.page-designed-jobs .site-content .site-sidebar .widget__title {
    display: none;
}

.search-no-results .site-content .site-sidebar .product-categories .cat-item:not(.all-categories),
.search-results .site-content .site-sidebar .product-categories .cat-item:not(.all-categories) {
    margin-left: 24px;
}

.search-no-results .site-content .site-sidebar .widget__title,
.search-results .site-content .site-sidebar .widget__title {
    display: none;
}

.search-no-results .site-content .site-sidebar,
.search-results .site-content .site-sidebar {
    margin-top: 105px;
}

.search-no-results .site-content .hp-page__sidebar,
.search-results .site-content .hp-page__sidebar {
    margin-top: 0px !important;
}

.search-no-results .site-content .hp-page .hp-row .hp-page__sidebar .site-sidebar,
.search-results .site-content .hp-page .hp-row .hp-page__sidebar .site-sidebar {
    margin-top: 0px !important;
}

.search-no-results .archive-custom-search-container,
.search-results .archive-custom-search-container {
    position: sticky;
    top: 0;
    z-index: 9;
    width: 1140px;
    margin: -75px auto 55px auto !important;
    transform: translateX(-34%);
    border: none !important;
    box-shadow: 0 5px 30px rgba(7, 36, 86, 0.075);
    padding: 10px !important;
    background: #fff;
    border-radius: 5px !important;
    align-items: center;
    padding-right: 0 !important;
}

/* .archive-custom-search-container .archive-search-field .woocommerce-product-search {
    display: flex !important;
    justify-content: space-between !important;
} */

.search-no-results .site-content .row main,
.search-results .site-content .row main {
    margin-top: 50px;
}

.search-no-results .site-content .row main .page-title,
.search-results .site-content .row main .page-title {
    display: none;
}

.archive-search-field .woocommerce-product-search {
    display: flex !important;
    justify-content: space-between !important;
}

.archive-search-field .woocommerce-product-search .search-field {
    border: none !important;
    padding: 10px !important;
    border-radius: 5px !important;
}

.archive-search-field .woocommerce-product-search button {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: 0 0 transparent;
    height: 50px !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.archive-search-field .woocommerce-product-search button::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    margin-left: 2.2rem;
    display: inline-block;
    transform: none !important;
    transition: transform 0.25s ease;
    margin-top: -8px;
}

.archive-search-field .woocommerce-product-search button:hover::after {
    transform: translateX(5px) !important;
}

@media (max-width: 1199px) {

    .page-designed-jobs .archive-custom-search-container {
        width: 100%;
        max-width: 960px;
        transform: none;
        margin: -110px auto 40px auto !important;
        /* padding: 12px !important; */
    }

    .search-no-results .archive-custom-search-container,
    .search-results .archive-custom-search-container {
        width: 100%;
        max-width: 960px;
        transform: none;
        /* margin: -110px auto 40px auto !important; */
        /* padding: 12px !important; */
    }
}

@media (max-width: 991px) {
    .page-designed-jobs .site-content {
        padding-top: 8rem !important;
    }

    .page-designed-jobs .archive-custom-search-container {
        /* width: 100%;
        max-width: 100%;
        margin: 0 auto 30px auto !important;
        position: relative;
        top: auto;
        box-shadow: 0 3px 18px rgba(7, 36, 86, 0.08);
        border-radius: 8px !important; */
    }

    .archive-search-field .woocommerce-product-search {
        /* flex-direction: column;
        gap: 12px; */
    }

    .archive-search-field .woocommerce-product-search .search-field {
        /* width: 100%;
        height: 48px; */
        max-width: 150px !important;
    }

    .archive-search-field .woocommerce-product-search button {
        /* width: 100%;
        justify-content: center;
        height: 48px !important;
        border-radius: 5px !important; */
    }

    .archive-search-field .woocommerce-product-search button::after {
        /* margin-left: 0.5rem; */
        margin-top: -6px;
    }
}

@media (max-width: 768px) {
    .page-designed-jobs .site-content {
        padding-top: 6rem !important;
    }

    .search-no-results .archive-custom-search-container,
    .search-results .archive-custom-search-container,
    .page-designed-jobs .archive-custom-search-container {
        position: absolute;
        top: 1%;
        left: 16px;
        right: 16px;
        width: auto;
        max-width: none;
        margin: 0 !important;
        transform: none !important;
        z-index: 999;
        border-radius: 8px !important;
        box-shadow: 0 3px 18px rgba(7, 36, 86, 0.12);
    }

    .search-no-results .site-content .site-sidebar,
    .search-results .site-content .site-sidebar {
        margin-top: 60px !important;
    }

    .page-designed-jobs .site-content .site-sidebar .product-categories .cat-item:not(.all-categories) {
        margin-left: 24px;
    }

    .page-designed-jobs .site-content .site-sidebar .widget__title {
        display: none;
    }

    .search-no-results .site-content .site-sidebar .product-categories .cat-item:not(.all-categories),
    .search-results .site-content .site-sidebar .product-categories .cat-item:not(.all-categories) {
        margin-left: 24px;
    }

    .search-no-results .site-content .site-sidebar .widget__title,
    .search-results .site-content .site-sidebar .widget__title {
        display: none;
    }
}


@media (max-width: 575px) {
    .page-designed-jobs .archive-custom-search-container {
        /* padding: 10px !important; */
    }

    .archive-search-field .woocommerce-product-search button {
        font-size: 16px;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}

.assq-search .search-field {
    width: 100%;
}

.page-home-2 .site-container .site-header .header-hero--title {
    display: none;
}

.page-home-2 .site-container .site-header .header-navbar__menu .menu li::before {
    display: none !important;
    content: none !important;
}

.page-home-2 .site-container .site-content {
    padding-top: 0 !important;
}

.page-home-2 .site-container .site-content .container .e-con-inner {
    padding-top: 0 !important;
}

.page-home-2 .site-container .site-content .container .elementor-element-13aae548 {
    padding-inline: 0;
}

.page-home-2 .get-the-job {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-image: url(https://dev.assembliq.com/wp-content/uploads/2020/07/background-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 0;
    background-color: #f7f9fd !important;
}

.page-home-2 .get-the-job .get-the-job-content .wp-block-heading {
    font-size: 36px;
    letter-spacing: -1px;
}

.page-home-2 .get-the-job .get-the-job-content .wp-block-heading img {
    margin-top: 10px;
    margin-left: 5px;
}

.page-home-2 .get-the-job .get-the-job-content p {
    color: #0f1727a6 !important;
}

.page-home-2 .get-the-job .get-the-job-content .hp-listing-tags {
    display: none;
}

.page-home-2 .site-container .site-content .container .e-con-inner .custom-sec {
    margin-top: -4rem;
}

.page-home-2 .hp-listing-categories .hp-row .hp-grid__item {
    padding: unset !important;
    margin: 0 !important;
}

.page-home-2 .hp-grid__item {
    padding: 10px !important;
}

@media (max-width: 480px) {
    .page-home-2 .get-the-job .get-the-job-content .wp-block-heading {
        font-size: 28px;
    }

    .page-home-2 .get-the-job .get-the-job-content .wp-block-heading img {
        width: 20px !important;
    }

    .page-home-2 .hp-grid__item {
        padding: 20px !important;
    }
}

@media (min-width: 768px) {
    .page-home-2 .get-the-job {
        padding: 6rem 0;
    }

    .page-home-2 .get-the-job .get-the-job-content .wp-block-heading {
        font-size: 42px;
    }
}

@media (min-width: 1200px) {
    .page-home-2 .get-the-job {
        padding: 9rem 0;
    }

    .page-home-2 .get-the-job .get-the-job-content .wp-block-heading {
        font-size: 48px;
    }
}

/* Fixed height for all grid items */
.page-home-2 .hp-grid__item {
    /* display: flex; */
    margin-bottom: 20px;
}

.page-home-2 .hp-grid__item .hp-listing--view-block {
    height: 420px;
    display: flex;
    flex-direction: column;
}

.page-home-2 .hp-grid__item .hp-vendor--view-block {
    height: 440px;
    display: flex;
    flex-direction: column;
}

.page-home-2 .hp-grid__item .hp-vendor--view-block .hp-vendor__footer {
    margin-top: auto;
}

.page-home-2 .hp-grid__item .hp-listing {
    /* display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: white; */
}

.page-home-2 .hp-grid__item .hp-listing__header {
    height: 200px;
    overflow: hidden;
}

.page-home-2 .hp-grid__item .hp-listing__image {
    height: 100%;
}

.page-home-2 .hp-grid__item .hp-listing__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-home-2 .hp-grid__item .hp-listing__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 15px !important;
}

.page-home-2 .hp-grid__item .hp-listing__title {
    flex-grow: 1;
    margin: 10px 0;
}

.page-home-2 .hp-grid__item .hp-listing__footer {
    padding: 15px !important;
    /* background: #f9f9f9; */
    margin-top: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-home-2 .hp-grid__item {
        /* height: 450px;  */
    }

    .page-home-2 .hp-grid__item .hp-listing__header {
        height: 150px;
    }
}

.page-home-2 .hp-listing--view-block .hp-listing__topbar {
    margin-bottom: 5px !important;
}

.page-home-2 .hp-vendor--view-block .hp-vendor__header {
    padding-inline: 1rem !important;
}

@media (min-width: 1025px) and (max-width: 1150px) {

    .page-home-2 .hp-listing--view-block .hp-listing__topbar .hp-vendor--embed-block {
        flex-direction: column !important;
    }

    .page-home-2 .hp-listing--view-block .hp-listing__topbar .hp-vendor--embed-block .hp-vendor__image {
        max-width: 35px;
        max-height: 35px;
    }
}

@media (min-width: 480px) and (max-width: 576px) {
    .page-home-2 .hp-listing--view-block .hp-listing__topbar .hp-vendor--embed-block {
        flex-direction: column !important;
    }

    .page-home-2 .hp-listing--view-block .hp-listing__topbar .hp-vendor--embed-block .hp-vendor__image {
        max-width: 35px;
        max-height: 35px;
    }
}

/* review section */
/* @media (max-width: 800px) { */
.page-home-2 .hp-reviews .slick-list {
    height: auto !important;
    transition: height 0.3s ease;
}

.page-home-2 .hp-reviews .slick-slide:not(.slick-active) {
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0;
    pointer-events: none;
}

.page-home-2 .hp-reviews .slick-slide.slick-active {
    height: auto !important;
    opacity: 1;
}

/* } */

/* 12 october css chnage */

.hp-template--listing-submit-details-page .site-content {
    padding-top: 0 !important;
}

.elementor-element-9fd4861,
.elementor-element-14f4adf {
    display: none !important;
}

.hp-template--listing-submit-details-page .site-content .hp-page .hp-page__content {
    margin: 0 auto;
    background: none !important;
    border: none !important;
    padding-top: 0 !important;
    padding-inline: 25px;
    max-width: 800px !important;
}


.hp-template--listing-submit-details-page .site-content .hp-page .hp-page__content .hp-form--listing-submit .hp-field__label {
    font-size: 16px;
    font-weight: bold;
    color: #7A7A7A;
    letter-spacing: normal;
    margin-bottom: 8px;
    text-transform: capitalize !important;
}

.hp-template--listing-submit-details-page .site-content .hp-page__content .hp-form__fields .hp-form__field .select2-container,
.hp-template--listing-submit-details-page .site-content .hp-page__content .hp-form__fields .hp-form__field .hp-field--number,
.hp-template--listing-submit-details-page .site-content .hp-page__content .hp-form__fields .hp-form__field .hp-field--text,
.hp-template--listing-submit-details-page .site-content .hp-page__content .hp-form__fields .hp-form__field .hp-field--textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.hp-template--listing-submit-details-page .site-content .hp-page__content .hp-form__fields .hp-form__field .hp-field--attachment-upload {
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 4px;
}

@media (min-width: 767px) and (max-width: 992px) {
    .single-hp_listing .hp-page__footer .hp-listings .hp-row .hp-grid__item .hp-listing__content .hp-listing__topbar {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .single-hp_listing .hp-page__footer .hp-listings .hp-row .hp-grid__item {
        padding: 0;
    }
}

.assembliq-fiverr-order {
    margin: 18px 0 0;
}

.assembliq-fiverr-order__tabs {
    display: flex;
    gap: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    margin-bottom: 16px;
}

.assembliq-fiverr-order__tabs .assembliq-tab {
    padding: 12px 2px;
    text-decoration: none;
    color: inherit;
    font-weight: 600;
    border-bottom: 3px solid transparent;
}

.assembliq-fiverr-order__tabs .assembliq-tab.is-active {
    border-bottom-color: #111;
}

.assembliq-fiverr-order__grid {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 22px;
}

@media (max-width: 900px) {
    .assembliq-fiverr-order__grid {
        grid-template-columns: 1fr;
    }
}

.assembliq-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 14px;
}

.assembliq-card--muted {
    background: #fbfbfc;
}

.assembliq-card--warn {
    background: #fff8e1;
    border-color: rgba(255, 193, 7, .35);
}

.assembliq-section-title {
    margin: 0 0 12px;
}

.assembliq-side-title {
    margin: 0 0 10px;
}

.assembliq-timeline__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.assembliq-timeline__item {
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.assembliq-timeline__item:last-child {
    border-bottom: 0;
}

.assembliq-timeline__meta {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

.assembliq-timeline__label {
    font-weight: 700;
}

.assembliq-timeline__time {
    color: rgba(0, 0, 0, .55);
    font-size: 12px;
    white-space: nowrap;
}

.assembliq-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}

.assembliq-step {
    padding: 10px 0 10px 26px;
    position: relative;
    border-bottom: 1px dashed rgba(0, 0, 0, .08);
}

.assembliq-step:last-child {
    border-bottom: 0;
}

.assembliq-step:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
    border: 2px solid rgba(0, 0, 0, .25);
    background: #fff;
}

.assembliq-step.is-done:before {
    border-color: #111;
    background: #111;
}

.assembliq-fiverr-order textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 8px;
    padding: 10px;
    margin: 8px 0 12px;
}

#hpRequirementModal .hp-modal-box {
    background: #fff;
    width: 520px;
    max-width: 90%;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 99999;
}

.woocommerce-order-details {
    display: none !important;
}

.page-main-account .hp-order__details.hp-order__details--primary,
.page-main-account .assembliq-order-title,
.page-mijn-account .hp-order__details.hp-order__details--primary,
.page-mijn-account .assembliq-order-title {
    display: none;
}

.page span[id^=more-]+.content-block{
margin-top: -4rem !important;
}