/*
Theme Name: Mercury Child
Theme URI: https://mercurytheme.com/
Description: Child theme for Mercury theme
Author: MercuryTheme.com
Author URI: https://mercurytheme.com/
Template: mercury
Version: 3.9.10
*/
@import url("../mercury/style.css");

.space-box, .space-title-box, .space-archive-title-box { 
    background-color: transparent;
}

.space-mobile-menu-block {
    left: 0;
}

.space-header-2-height .space-header-2-wrap {
    background-color: #000 !important;
}

.space-mobile-menu .space-mobile-menu-block {
    background-color: #000 !important;
}

.space-header-2-height .space-header-2-top-ins {
    border-bottom: none !important;
}

.space-page-content, .space-footer-copy-left {
    color: #fff;
}

.space-header-2-nav ul.main-menu li a {
    padding: 13px 20px;
}

.space-footer-top {
    padding: 15px 0;
    background-color: transparent !important;
    border-top: 2px solid #eed870;
}

.space-footer .menu {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    width: 100%;
}

.space-footer-copy-menu {
    display: none;
}

.space-footer-ins {
    justify-content: center;
    text-align: center;
}

.space-footer-area.space-widget a {
    padding: 13px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.space-footer-area.space-widget li {
    padding: 0;
    border-bottom: none;
}

.space-organizations-8-archive-item-bg {
    background-color: #000 !important;
    border: 1px solid #eed870;
}

.space-organizations-8-archive-item-right {
    background-color: transparent !important;
}

.space-organizations-8-archive-item-brand-name-link a {
    color: #eed870 !important;
    text-transform: uppercase;
}

.space-organizations-8-archive-item-terms {
    color: #fff;
    text-align: left;
}

.space-organizations-8-archive-item-buttons {
    justify-content: center;
}

.space-organizations-8-archive-item-button-two a.space-organizations-8-archive-item-button-link {
    padding: 5px !important;
    border: 1px solid #eed870 !important;
    background-color: transparent !important;
    border-radius: 99px;
    color: #fff !important;
    font-weight: 600;
}

.space-organizations-8-archive-item-button-two a.space-organizations-8-archive-item-button-link:hover {
    background-color: #eed870 !important;
}

.row-social .wp-block-social-links {
    margin-left: 0;
    margin-bottom: 10px;
}

.row-social p {
    padding-bottom: 0;
}

.space-organizations-8-archive-item-central {
    background-color: transparent;
}

.space-archive-loop-item-title a {
    color: #eed870 !important;
}

.space-archive-loop-item-excerpt, .space-default-widget .space-widget-title, .space-widget ul li, .space-widget ul li a {
    color: #fff;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #eed870 !important;
}

@media only screen and (max-width: 430px) {
    .row-social {
        flex-direction: column;
    }

    .space-organizations-8-archive-item-button-two {
        margin-bottom: 10px;
    }
}