/*
 Theme Name:   Pit Pay Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Pit Pay Child Theme
 Author:       Crossfield Digital
 Author URI:   http://crossfield.com
 Template:     pitpay
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  pittpaychild
*/

.site-header {
    background-color: #c0ff02;
}

.site-header-logo h2 {
    color: #00001f;
}

.header-download-buttons-link {
    color: #00001f;
}

.site-header-logo svg {
    display: block;
}

.site-footer {
    background-color: #c0ff02;
}

.footer-terms {
    color: #00001f;
}

.footer-social-icon svg {
    fill: #00001f;
}

.support-request-icon {
    background-color: #c0ff02;
}

.support-request-icon svg {
    fill: #00001f;
}

#menu-footer-menu li a:hover {
    color: #0056a7;
}

.breadcrumbs-wrapper h3 {
    color: #0056a7;
}

.breadcrumb_last {
    color: #0056a7;
}

.footer-logo {
    width: 120px;
}

@media (min-width: 1025px) {
    .footer-logo {
        width: 160px;
    }
}

.home-categories li svg {
    fill: #00001f;
}

.back-button svg {
    fill: #00001f;
}

.single .back-button svg {
    fill: #0056a7;
}

.archive-category-item p {
    color: #00001f;
    font-size: 32px;
}

.single .archive-categories-title {
    justify-content: flex-start;
}

@media (max-width: 767px) {

    .home-categories li {
        min-height: 57px;
    }
}


@media (max-width: 1025px) {
    .single .archive-categories-title {
        display: block;
        margin-top: 15px;
    }
}
