
/*
*
*
*  help-terminals ARCHIVE STYLE 
*
*/
@import url('https://fonts.googleapis.com/css2?family=Arimo&display=swap');

.inner-banner {
    width: 100%;
    float: left;
    margin: 0px 0 83px 0;
    padding: 0px;
    height: 87vh;
    max-height: 840px;
    background-size: cover !important;
    background-position: center 30%!important;
    position: relative;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.inner-banner-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.inner-banner-head {
    width: 100%;
    font-size: clamp(40px, 4.167vw, 80px);
    font-family: 'Ploni DL DemiBold AAA D';
    color: #fff;
    text-align: center;
    line-height: 100px;
    float: left;
}


.terminals_category_wrapper {
    background: linear-gradient(180deg, #5c64ff4f, transparent 460px);
    background-size: 100% auto;
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0px auto;
    padding: 50px 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-evenly;
    min-height: 660px;
}

.content_nav_wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 1346px;
    margin: 0 auto 65px auto;
    width: 100%;
    align-items: center;
}

.home_link a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 13px;
    font-size: 24px;
    color: #000;
}

.home_link a {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 13px;
    font-size: 24px;
    color: #000;
}

.content_breadcrumb * {
    font-size: 24px;
}

.content_breadcrumb .breadcrumb_last {
    color: #5c64ff;
    font-weight: 700;
}

.content_breadcrumb a {
    color: #000;
}

h2.what_cash_registers {
    margin: 0;
    font-size: 1.875vw;
    color: black;
    transition: all 0.3s ease;
    display: none;
}


h2.what_cash_registers.h2_active {
    display: block;
}

.terminals_category_content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: center;
    max-width: 1430px;
    margin: 0 auto;
}

.terminal-item {
    width: 23%;
    background: #fff;
    border-radius: 16px;
    padding: 0;
    -webkit-box-shadow: rgb(0 0 0 / 16%) 0 0 10px 0;
    box-shadow: rgb(0 0 0 / 16%) 0 0 10px 0;
    margin-bottom: 40px;
    width: 30%;
    margin: 21px;
    max-width: 418px;
    border: 2px solid #fff;
    transition: all 0.3s;
}


.post-type-archive-help-cash-registers .terminal-item {
    display: none;
}

.terminal-item:hover {
    border: 2px solid #5c64ff;
}

.terminal-item a.terminal-link {
    padding: 44px 15px;
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.terminal-image {
    height: 258px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.terminal-name {
    font-size: 30px;
    color: #000000;
}

@media screen and (min-width:768px){
    .terminal-item {
        justify-content: space-between;
        display: flex;
        flex-direction: column;
    }

    .terminal-item img {
        transition: all 0.3s;
    }

    .terminal-item:hover img {
        transform: scale(1.1);
    }

}

@media screen and (max-width:1170px) and (min-width:800px) {
    .terminal-item {
        width: 46%;
    }
}


@media screen and (max-width:800px)  {

    .terminals_category_content {
        justify-content: space-between;
    }
    
    .content_breadcrumb * {
        font-size: 16px;
    }
    
    .home_link a {
        font-size: 16px;
    }
    
    .home_link img {
        max-width: 20px;
    }
    
    .content_nav_wrapper {
        margin: 0 auto 45px auto;
    
    }
    
    .terminal-image {
        max-height: 170px;
    }
    
    .terminal-image img{
        max-height: 100%;
    }
    
    .terminal-name {
        font-size: 20px;
    }
    
    a.terminal-link {
        padding: 20px 15px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
    .terminal-item {
        width: 46%;
        margin: 0 0 30px 0;
    }

    .terminal-item.lastchild {
        margin: auto;
    }

    .inner-banner {
        height: 300px;
    }
    .inner-banner-head, .cta_post_section_head {
        font-size: 38px;
        line-height: 40px;
        margin-top: 0;
    }
    .content_nav_wrapper {
        margin: 0 auto 45px auto;
    }

    .terminal-item a.terminal-link {
        padding: 20px 0px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    
}

@media screen and (max-width:1200px){

    .terminals_category_wrapper {
        gap: 0 20px;
        margin-top: 40px;
        background: linear-gradient(180deg, #5c64ff4f, transparent 260px);
        justify-content: start;
    }
    h2.what_cash_registers.h2_active {
        margin: 0 auto 45px auto;
    }
    
}

/*
*
*
*  terminals-category - TERMINAL SEARCH DESIGN 
*
*/

.posts_search_container {
    margin-bottom: 130px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}



.input_search_container img {
    position: absolute;
    left: 80px;
}

.posts_search_list {
    display: none;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    max-height: 400px;
    overflow: hidden;
    padding: 50px;
    position: absolute;
    background: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0px 6px 21px 7px #00000014;
}

ul.terminals-list {
    list-style: none;
    text-align: right;
}

.posts_search_list li.terminals-list-item {
    margin-bottom: 50px;
}


.posts_search_container .input_search_container {
    position: relative;
    margin-bottom: 20px;
    padding: 0 40px 0px 40px;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    border-bottom: 2px solid;
}

.posts_search_container .input_search_container input.searchbar {
    width: 100%;
    padding: 12px 0 12px 0;
    direction: rtl;
    font-size: 30px;
    line-height: 20px !important;
    border: 0;
    background: #fff0;
    color: #000;
}

input.searchbar::placeholder {
    opacity: 1 !important;
    color: #000;
}

.posts_search_container .input_search_container img {
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.posts_search_container .terminals-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: white;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 300px;
}


.posts_search_container .terminals-list-item a {
    font-size: 28px;
    padding: 0;
    color: #000;
    text-decoration: underline;
    line-height: 40px;
    transition: all 0.3s;
}

.posts_search_container .no-results {
    padding: 15px;
    text-align: center;
    color: #666;
    list-style: none;
}


.posts_search_container .terminals-list-item:last-child {
    margin-bottom: 0;
}


@media screen and (max-width:800px)  {

    .tax-terminals-category .posts_search_container {
        margin-bottom: 50px;
    }
    
    .tax-terminals-category .posts_tag, .tax-cash-register .posts_tag {
        margin-bottom: 20px;
    }
    
    .tax-terminals-category .posts_search_container .input_search_container {
        padding: 0 20px 0px 20px;
    }
    
    .posts_search_container .input_search_container img {
        left: 20px;
    }
    
    .posts_search_container .input_search_container input.searchbar {
        font-size: 16px;
    }


    .posts_search_container .terminals-list-item a {
        font-size: 16px;
        line-height: 16px;
    }

    .posts_search_container.knowledge_center_search {
        position: relative;
    }

    .posts_search_list {
        max-width: 100%;
        padding: 20px;
        z-index: 100;
        box-sizing: border-box;
    }
    
    .posts_search_list li.terminals-list-item {
        margin-bottom: 20px;
    }


    
}


/*
*
*
*  TERMINAL CATEGORY DESIGN 
*
*/


.posts_tags_container li.terminals-list-item {
    margin-bottom: 40px;
}

.posts_tags_container li.terminals-list-item a {
    font-size: 24px;
    color: #000;
    text-decoration: underline;
    line-height: 24px;
    transition: all 0.3s;
}

li.terminals-list-item a:hover {
    color: #5c64ff;
}

/* lists of faq's by tags */
div#posts_tags_container {
    display: block;
    width: 100%;
    padding: 0px 50px;
    max-width: 1200px;
    margin: 0 auto;
}

.posts_tags_container {
    margin: 20px 0;
}

.posts_tag {
    margin-bottom: 30px;
    border: 1px solid #5c64ff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 6px 21px 7px #00000014;
}

.tag_header {
    background-color: #fff;
    padding: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.tag_header:hover {
    background-color: #eaeef5;
}

.tag_header.active:hover {
    background-color: #fff;
}

.tag_header h3 {
    margin: 0;
    font-size: 1.875vw;
    color: black;
    transition: all 0.3s ease;
}

.toggle_icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    font-size: 60px;
    font-weight: normal;
    border-radius: 50%;
    color: black;
    transform: rotate(0deg);
    transition: all 0.3s ease, background-color 0.3s ease;
}

.toggle_icon.active {
    transform: rotate(225deg);
}



.tag_header:hover h3, .tag_header.active h3 {
    color: #5c64ff;
}
.tag_header:hover .toggle_icon, .tag_header.active .toggle_icon {
    color: #5c64ff;
}


.tag_content {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.tag_content[style*="display: block"] {
    padding: 36px 36px 36px 36px;
    max-height: 2000px;
}

.terminals-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tag_content .terminals-list-item:last-child {
    margin-bottom: 0;
}


@media screen and (max-width:800px)  {

    .inner-banner::before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.3);
    }

    .tax-terminals-category div#posts_tags_container, .tax-cash-register div#posts_tags_container {
        padding: 0px 0px;
    }

    span.hidemob {
        display: none;
    }
    
    .tag_header {
        padding: 20px;
    }

    h2.what_cash_registers {
        font-size: 24px;
    }
    
    .tag_header h3 {
        font-size: 5vw;
    }
    
    .tag_content[style*="display: block"] {
        padding: 20px;
        max-height: 2000px;
    }
    
    .posts_tags_container li.terminals-list-item {
        margin-bottom: 20px;
    }
    
    .posts_tags_container li.terminals-list-item a {
        font-size: 16px;
        line-height: 16px;
    }
    
    .posts_tags_container .toggle_icon {
        font-size: 30px;
    }
    
}