/*
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.6
*/
@import url("../mercury/style.css");

/* Custom changes */
.space-page-section-ins {
    padding-top: 20px;
}

.space-page-wrapper {
    padding-bottom: 20px;
}

.user-block-3 {
    padding-right: 20px;
}

.space-box {
    background-color: #ffffff;
}
.space-page-content {
    color: black;
}
.space-title-box {
    background-color: white;
    box-shadow: none;
}
.space-title-box-h1 h1 {
    color: #000000;

}

/* Custom changes */



.space-units-3-archive-item-img-wrap,
.space-units-2-archive-item-img-wrap {
    border-radius: 10px;
    background-color: #010D50;
}

.space-units-3-archive-item-img-wrap img,
.space-units-2-archive-item-img-wrap img {
    width: 100%;
    border-radius: 10px!important;
}
@media screen and (max-width: 768px) {
    .space-units-3-archive-item {
        width: 50%!important;
    }
}

.space-units-archive-item {
    margin: 15px 0;
}

.space-units-archive-item-ins {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 95%;
}

.space-units-archive-item a img {
    height: 190px;
}

.space-archive-title-box {
    background-color: #010D50;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.space-archive-title-box-h1 h1 {
    color: white;
}
@media screen and (max-width: 768px) {
    .space-units-archive-item a img {
        height: 150px;
    }
}
