.post.layout-1 .featured-image .category{
    top: 15px;
    left: 15px;
    z-index: 1;
    min-width: 75px;
}
.post.layout-1 .featured-image .category:hover{
    background-color: #eee;
    color: var(--color-headings);
}
.post.layout-1 .entry-excerpt p{
    margin: 0 0 10px;
}

.game .popup{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.game:hover .popup{
    opacity: 1;
    visibility: visible;
}

.infographic + .infographic{
    margin-top: 30px;
}
.module-infographics{
    position: relative;
}
.module-infographics svg{
    position: absolute;
    top: 50%;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -50%);
}

.module-call-to-action .title{
    text-align: left;
}
.module-call-to-action .title .content{
    max-width: 100%;
}
.module-call-to-action{
    position: relative;
}
.module-call-to-action > img{
    position: absolute;
    top: 0;
    left: 0;
}

.close {
    width: 30px;
    height: 30px;
    outline: none;
}
.close span {
    position: absolute;
    width: 2px;
    background-color: #000;
    height: 20px;
    opacity: 0.6;
    transform-origin: center;
    transform: rotate(45deg);
    opacity: 0.4;
    transition: 0.3s;
}
.close span:nth-child(2) {
    transform: rotate(-45deg);
}
.close:hover span {
    transform: rotate(90deg);
}
.close:hover span:nth-child(2) {
    transform: rotate(-90deg);
}
.controls .count {
    position: absolute;
    top: -10px;
    right: -10px;
}

.faq-item .faq-question p.h5::before {
    content: " ";
    background-image: url(../img/angle-down.png);
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
}

.faq-item.active .faq-question p.h5::before {
    background-image: url(../img/angle-up.png);
}

.faq-item.active p.h5 {
    color: #9918d5;
}

.faq-item.active {
    border: 1px solid #9918d5;
}

a.btn-link {
    color: #fb8e91;
    text-transform: uppercase;
    text-decoration: underline;
}

.grid-list-layout-2 .box {
    border-radius: 12px;
    border: 1px solid #c7c5c8;
    overflow: hidden;
}

.grid-list-layout-2 .box .featured-image {
    padding: 40px 0px;
    background: #fbf3ff;
}

.site{
    background: #f7f7f7;
}
.site a{
    text-decoration: underline;
    font-weight: 500;
    color: #1abdc6;
}
.site, .site p {
    color: #000000;
}

@media(min-width: 768px){
    .module-call-to-action.spacing-lg{
        padding: 180px 0;
    }
}