/*--------------------------------------------
    // Twitter Blocks
--------------------------------------------*/
.advanced_addons_twitter_item.type-1 {
    box-shadow: 0px 0px 10px rgba(0,0,0,.10);
}

.advanced_addons_twitter_item.type-1 h4 {
    font-size: 18px;
    font-weight: 400;
}

.advanced_addons_twitter_item.type-1 h4 i {
    font-size: 30px;
}

.advanced_addons_twitter_item.type-1 p {
    font-size: 18px;
    color: #727272;
    line-height: 30px;
    margin-bottom: 32px;
}

.advanced_addons_twitter_item.type-1 .block-body {
    padding-top: 15px;
}

@media (max-width: 767px){
    .advanced_addons_twitter_item.type-1 p {
        font-size: 14px;
    }
}