/*
 * Title                   : Pinpoint World – WooCommerce Demo
 * File                    : assets/css/style-wp.css
 * Author                  : Pinpoint World
 * Copyright               : © 2025 Pinpoint World
 * Website                 : https://pinpoint.world
 * Description             : WordPress stylesheet.
 */

/*
 * Header
 */
.header-wrapper{
    display: block;
}

.header-title{
    display: block;
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 0 66px 0;
    text-transform: uppercase;
}

.header-menu{
    display: block;
    height: 30px;
    margin: 30px 0 0 0;
}

.header-menu ul{
    display: block;
    border-top: 1px dashed #a6aab5;
}

.header-menu .page_item{
    display: block;
    float: left;
    height: 60px;
    width: calc(100% / 3);
}

.header-menu .page_item a{
    background: #ffffff;
    color: #a6aab5;
    display: block;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    margin: -30px 0 0 0;
    padding: 0 5px 0 70px;
    position: relative;
    text-transform: uppercase;
    width: fit-content;
    transition: color 300ms linear;
}

.header-menu .page_item a:before{
    background: #e9ecf2;
    border-radius: 60px;
    color: #a6aab5;
    display: block;
    font-family: 'DOT Icons', sans-serif !important;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    height: 60px;
    line-height: 60px;
    left: 0;
    position: absolute;
    text-align: center;
    text-indent: 0 !important;
    text-transform: none;
    white-space: nowrap;
    width: 60px;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    transition: background 300ms linear, color 300ms linear;
}

.header-menu .page_item.current_page_item a,
.header-menu .page_item.current_page_parent a,
.header-menu .page_item a:hover{
    color: #292b2e;
}

.header-menu .page_item.current_page_item a{
    font-weight: bold;
}

.header-menu .page_item.current_page_item a:before,
.header-menu .page_item.current_page_parent a:before,
.header-menu .page_item a:hover:before{
    background: #815ba7;
    color: #ffffff;
}

.header-menu .page_item:nth-child(1) a:before{
    content: '\eb2b';
}

.header-menu .page_item:nth-child(2) a:before{
    content: '\e937';
}

.header-menu .page_item:nth-child(3) a:before{
    content: '\e9cc';
}

/*
 * Content
 */
.wp-site-blocks{
    display: block;
    margin: 0 auto 24px auto;
}

.wp-block-group{
    display: block;
    margin: auto;
}

/*
 * Hide items.
 */
.wp-block-breadcrumbs{
    display: none;
}

/*
 * Footer
 */
.footer-wrapper{
    background: #f6f8fb;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    color: #3e3f40;
    display: block;
    overflow-x: auto;
    padding: 24px 10px;
}

.footer-content{
    display: block;
    margin: 0 0 24px 0;
    padding: 0 0 0 50px;
    position: relative;
    width: calc(100% - 50px);
}

.footer-content:last-child{
    margin: 0;
}

.footer-content .icon{
    display: block;
    left: 10px;
    position: absolute;
}

.footer-content .icon:before{
    color: #292b2e;
    display: block;
    font-family: 'DOT Icons', sans-serif !important;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.footer-content .icon.back:before{
    content: '\ea77';
}

.footer-content .icon.info:before{
    content: '\e922';
}

.footer-content .text{
    color: #3e3f40;
    display: block;
    font-size: 14px;
    font-weight: normal;
    overflow-x: auto;
}

.footer-content.link .icon:before,
.footer-content.link .text{
    color: #815ba7;
    font-weight: bold;
    transition: color 300ms linear;
}

.footer-content.link:hover .icon:before,
.footer-content.link:hover .text{
    color: #674986;
}

/*
 ******************************************************************** Responsive
 */
@media screen and (min-width: 1421px){
    /*
     * Header
     */
    .header-wrapper{
        margin: 60px auto 48px auto;
        width: 1170px;
    }

    /*
     * Content
     */
    .wp-site-blocks{
        width: 1170px;
    }

    /*
     * Footer
     */
    .footer-wrapper{
        margin: 0 auto 72px auto;
        width: 1150px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1420px){
    /*
     * Header
     */
    .header-wrapper{
        margin: 60px auto 48px auto;
        width: 940px;
    }

    /*
     * Content
     */
    .wp-site-blocks{
        width: 940px;
    }

    /*
     * Footer
     */
    .footer-wrapper{
        margin: 0 auto 72px auto;
        width: 920px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    /*
     * Header
     */
    .header-wrapper{
        margin: 60px auto 48px auto;
        width: 700px;
    }

    /*
     * Content
     */
    .wp-site-blocks{
        width: 700px;
    }

    /*
     * Footer
     */
    .footer-wrapper{
        margin: 0 auto 72px auto;
        width: 680px;
    }
}

@media screen and (max-width: 767px){
    /*
     * Header
     */
    .header-wrapper{
        margin: 48px 15px;
        width: auto;
    }

    .header-title{
        font-size: 18px;
    }

    .header-menu .page_item a{
        text-indent: -9999px;
    }

    /*
     * Content
     */
    .wp-site-blocks{
        margin: 0 15px 24px 15px;
        width: auto;
    }

    /*
     * Footer
     */
    .footer-wrapper{
        margin: 0 15px 48px 15px;
        width: calc(100% - 50px);
    }
}