/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* Elho custm blog page (Asma) */
#cms .li-category-blog{border-bottom:1px dashed #ccc;padding-top:20px;}
#cms .li-category-blog .title{font-weight:bold;}
#cms .li-category-blog span{display:block;}
#cms .li-category-blog img{margin-bottom:20px;margin-top:20px;width:100%;}
#cms .li-category-blog .btn{margin-top:0px;margin-bottom:20px;}

/* desktop */
@media(min-width:1024px){ 
    #cms .li-category-blog{margin-left:2%;margin-right:2%;}
}

/* mobile */
@media(max-width:600px){ 
    #cms .li-category-blog{padding-left:10%;padding-right:10%;background-color:#fff;}
}
/* Elho (Asma) fin */

