/*
Theme Name:  CitNOW Group
Text Domain:  CitNOW Group
Version: 1.0
Description: CitNOW Group Website Theme
Tags: Modern, Responsive
Auther:  Andrew Morriss
Author URI:  https://www.citnowgroup.com
*/

/* General page styles */

.cg-subprocessors {
    padding-bottom:5%;
}

.cg-subprocessors .cg-grid-wrap {
    padding: 5% 0;
}

@media screen and (max-width:1150px) {
    .cg-subprocessors {
        padding-bottom:60px;
    }
    .cg-subprocessors .cg-grid-wrap {
        padding: 8% 0;
    }
}

@media screen and (max-width:768px) {
    .cg-subprocessors {
        padding-bottom:60px;
    }
    .cg-subprocessors .cg-grid-wrap {
        padding: 12% 0;
    }
}

@media screen and (max-width:600px) {
    .cg-subprocessors {
        padding-bottom:60px;
    }
    .cg-subprocessors .cg-grid-wrap {
        padding: 18% 0;
    }
}

/* Subprocessor Brand Dropdown */

.subprocessor-dropdown-wrap {
    box-sizing: border-box;
    width:100%;
    padding:0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subprocessor-dropdown-wrap .subprocessor-dropdown-inner {
    position: relative;
    padding: 33px 0px;
    width:100%;
    max-width:920px;
    margin:0 auto;
    display: flex;
    display: flex;
    flex-direction:column;
    align-items: center;
}

.subprocessor-dropdown-wrap .subprocessor-dropdown-inner .subprocessor-dropdown-content {
    position: absolute;
    top:0;
    width:100%;
    
    

    justify-content: space-between;
    font-size: 16px;
    border-radius: 0px;
    border: 1px solid #efefef;
    background: #fff;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Drop shadow effect */
    transition: box-shadow 0.3s ease-in-out;
}

.subprocessor-dropdown-wrap .subprocessor-dropdown-inner .subprocessor-dropdown-content button#subprocessorDD-btn {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    padding: 14px 30px;
    border:none;
    background:none;
}

.subprocessor-dropdown-wrap .subprocessor-dropdown-inner .subprocessor-dropdown-content button#subprocessorDD-btn:focus {
    outline: none;
}

button#subprocessorDD-btn img {
    margin-right: 10px;
}

button#subprocessorDD-btn span {
    font-size: 18px;
    color: #666;
}

ul#brandDD-list {
    width:100%;
    border-top: 1px solid #efefef;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: start;
    flex-direction: column;
    z-index: 100;
}

ul#brandDD-list li {
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height:60px;
    padding: 14px 30px;
    border-bottom: 1px solid #efefef;
    transition: 0.3s;
}

ul#brandDD-list li:last-child {
    border-bottom:none;
}

ul#brandDD-list li:hover {
    background: #f9f9f9;
}

ul#brandDD-list li a {
    width: 100%;
    display: flex;
    text-decoration: none;
}

ul#brandDD-list img {

}

.dropdown-hidden {
    display: none !important;
}

/* Prevent clicking the current page logo */
ul#brandDD-list .disabled {
    display:none;
    pointer-events: none;
    opacity: 0.6;
}

/* Subprocessor Accordion */

.cg-subprocessor-wrap {
    box-sizing: border-box;
    width:100%;
    padding: 0 20px;
}

.cg-subprocessor-wrap .cg-product-subprocessors {
    box-sizing: border-box;
    width:100%;
    max-width:920px;
    margin:0 auto;
    padding: 0;
}

.cg-subprocessor-wrap .cg-product-subprocessors .cg-product-accordion {
    box-sizing: border-box;
    display: block;
    background-color: #fdfdfd;
    border: 1px solid #efefef;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    padding: 18px;
    margin: 0;
    width: 100%;
    text-align: left;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-decoration: none;
    background-image: url(https://www.citnow.com/app/themes/madebrave/assets/img/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: center right .8125rem;
    background-size: 15px 10px;
}

.cg-subprocessor-wrap .cg-product-subprocessors .cg-product-accordion:first-child {
    margin-top:10px;
}

.cg-subprocessor-wrap .cg-product-subprocessors .cg-product-accordion-active {
    background-image: url(https://www.citnow.com/app/themes/madebrave/assets/img/chevron-up.svg)!important;
    display: block;
    background-color: #fff;
    border: 1px solid #fff;
    border-top:1px solid #efefef;
}

.cg-subprocessor-wrap .cg-product-subprocessors .cg-product-accordion img {
    max-height:40px;
}

.cg-subprocessor-items {
    display: none;
}

.cg-subprocessor-wrap .cg-product-subprocessors .cg-product-accordion-active + .cg-subprocessor-wrap .cg-product-subprocessors .cg-subprocessor-items {
    display: block;
}

.cg-subprocessor-wrap .cg-product-subprocessors .cg-subprocessor-items {
    box-sizing: border-box;
    padding: 20px 30px;
}

.cg-subprocessor-wrap .cg-product-subprocessors .cg-subprocessor-items:last-child {
    border-bottom:1px solid #efefef;
}

.cg-subprocessor-wrap .cg-product-subprocessors .cg-subprocessor-items .cg-subprocessor-content {
    padding: 20px 0;
    border-top:1px solid #efefef;
}
.cg-subprocessor-content ul li, .cg-subprocessor-content ol li {
    line-height: 1.2rem;
}

.cg-subprocessor-content a {
    text-decoration:underline;
}
.cg-subprocessor-content a:hover {
    font-weight:400;
}

.cg-subprocessor-wrap .cg-product-subprocessors .cg-subprocessor-items .cg-subprocessor-content:first-child {
    border-top:none;
}

/* Non CitNOW Brand Subprocessors */

.cg-subprocessor-wrap .cg-subprocessor-inner {
    width:100%;
    max-width: 950px;
    margin:0 auto;
    display: flex;
}

.cg-subprocessor-wrap .cg-subprocessor-inner .cg-subprocessor-list {
    width:100%;
    padding:20px 30px;
}

.cg-subprocessor-wrap .cg-subprocessor-inner .cg-subprocessor-list .cg-subprocessor-content {
    padding:20px 0;
    border-bottom:1px solid #efefef;
}



