.sppb-addon-articles .sppb-addon-article {
    box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
    margin-bottom: 50px;
}

.sppb-addon-article a {
    color: #7a4a33;
}

.sppb-article-info-wrap {
    padding: 20px;
    background: #D7CCCA;
    color: #fff;
    font-size: 16px;
}

.sppb-article-introtext {
    margin-bottom: 10px;
}

span.sppb-meta-author {
    display: none !important;
}

span.sppb-meta-category {
    display: none !important;
}

span.sppb-meta-date {
    color: #fff !important;
    font-size: 16px !important;
}

/*News & Events*/
.pattern3{
  position:relative;
}
.pattern3:before {
    position: absolute;
    background-size: contain !important;
    width: 450px;
    content: '';
    background: url(/images/eve-img/pattern1.png);
    height: 450px;
    top: 450px;
    bottom: 0px;
    right: 0px;
    left: -1200px;
    margin: auto;
    background-repeat: no-repeat;
    z-index: -10 !important;
}

/*Case Study*/
.pattern4{
  position:relative;
}
.pattern4:before {
    position: absolute;
    background-size: contain !important;
    width: 500px;
    content: '';
    background: url(/images/eve-img/pattern1.png);
    height: 500px;
    top: 220px;
    bottom: 0px;
    right: -550px;
    left: 600px;
    margin: auto;
    background-repeat: no-repeat;
    z-index: -10 !important;
}

/*Knowledge*/
.pattern5{
  position:relative;
}
.pattern5:before {
    position: absolute;
    background-size: contain !important;
    width: 450px;
    content: '';
    background: url(/images/eve-img/pattern1.png);
    height: 450px;
    top: 450px;
    bottom: 450px;
    right: 0px;
    left: -1200px;
    margin: auto;
    background-repeat: no-repeat;
    z-index: -10 !important;
}
