#community-engage {
    padding-bottom: 20px;
}
.engage-landing {
    padding: 15px 10px;
}
.engage-landing h2{
    color: #A3E300;
    font-size: 20px;
    margin: 5px auto;
}
.engage-item {
    display: inline-block;
    width: 49%;
    margin: 10px auto 0px;
}
.engage-item:nth-child(odd) {
    margin-right: 2%;
}
.engage-container {
    padding-bottom: 10px;
    o-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in;
}

.img-placeholder {
    height: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-image: url(../../../../assets/encantadia/images/og_encantadia.jpg);
    background-position: center center;
    background-size: cover;
}

.engage-landing[data-mode='15'] .engage-item{
    width: 32%;
    margin-right: 1%;
}
.engage-landing[data-mode='15'] .engage-item:nth-child(3n){
    margin-right: 0;
}

.engage-landing[data-mode='15'] .img-placeholder{
    height: 185px;
}

.post-title{
    height: 30px;
}

h3{
    margin-top: 5px;
    font-weight: normal;
}
h3 a {
    font-size: 14px;
    color: #A3E300;
}
h3 a:hover {
    color: #fff;
}
.load-more-container{

}
.load-more-container a{
    display: block;
    width: 180px;
    margin: 0 auto;
    background-color: #d0962a;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    color: #32230D;
}
.load-more-container:hover a{
    color: #FFF;
    text-shadow: none;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(200,181,69,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(200,181,69,1);
    box-shadow: 0px 0px 8px 0px rgba(200,181,69,1);
}

@media only screen and (max-width: 721px){
    .engage-item {
        width: 100%;
        margin: 5px auto;
    }
    .img-placeholder{
        height: 185px;
    }
    .engage-landing[data-mode='15'] .engage-item{
        width: 49%;
        margin-right:0;
    }
    .engage-landing[data-mode='15'] .img-placeholder{
        height: 120px;
    }
    .engage-landing[data-mode='15'] .engage-item:nth-child(odd){
        margin-right: 2%;
    }
    .load-more-container{
        margin-bottom: 10px;
    }
    .load-more-container a{
        width: 130px;
        float: right;
    }
}
