.header-blog {
    background-color: #4DBDEB; /*008bd0*/
    height: 60px;
}

.logo {
    display: inline-block;
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 2px 0 #bbb, 0 3px 0 #b9b9b9, 0 4px 0 #aaa, 0 5px 1px rgba(0,0,0,.1), 0 0 4px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 4px rgba(0,0,0,.2), 0 4px 6px rgba(0,0,0,.25), 0 6px 6px rgba(0,0,0,.2), 0 10px 10px rgba(0,0,0,.15);
    margin-top: 5px;
    padding: 0px 10px;
    font-family: 'Rubik', sans-serif;
}

.logo:hover{
    color: #fff;  
    text-decoration: none;
}

.nameBlog {
    margin-top: 15px;
}

.nameBlog p{
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: right;
    font-weight: 600;
    padding-right: 5px;
}

.slogan {
    text-align: center;
    font-family: 'Rubik', sans-serif;
}

.slogan h1 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    color: #555;
}

.wrapper {
    padding: 15px;
    border: 1px solid #EAEAEA;
    background-color:  #F4F4F4;
    min-height: 250px;
}

.content-container{
    text-align: center;
}

.post-meta{
    font-size: 10px;
    color: #555;
    margin-top: 5px;
    min-height: 20px;
    position: relative;
}

.post-meta time {
    color: #555;
    display: inline-block;
    position: absolute;
    left: 20px;
}

.item-content a img.art {
    max-height: 150px;
    display: inline-block;
} 

.item-content a {
    display: block;
    text-align: center;
    overflow: hidden;
}

.tablets {
    margin-bottom: 200px;
}

.tablets .article a.comments{
    color: #555;
    font-size: 11px;
    right: 20px; 
    position: absolute;
}

.tablets .article {
    padding: 10px;
}

.tablets .article h2.title {
    line-height: 23px;
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    margin: 0;
    font-weight: 500;
    /*text-transform: capitalize;*/
    color: #555 ;
}

.tablets .article h2.title a.post-title:hover,
.tablets .article h2.title a.post-title:focus{
    text-decoration: none;
    color: #111;
}

.tablets .article h2.title a.post-title{
    text-decoration: none;
    color: #555;
}

footer {
    background-color: #f6f6f6;
}

.copyrights .foot-home {
    line-height: 50px;
    text-align: center;
}

.copyrights .foot-home a {
    font-weight: bold;
    color: #555;
}

.copyrights:before{
    content: '';
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,0.075);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    margin: 0 auto;
    display: block;
}

.copyrights p{
    text-align: center;
    padding-top: 10px;
    line-height: 30px;
    padding-bottom: 10px;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;  
}

a#scroll{
    bottom:10px;
    position:fixed;
    right:20px;
    opacity:.5;
    font-size:35px;
}

a#scroll:hover{
    opacity:1;
}

.fa-chevron-up{
    color: #4DBDEB;
}



/* This is for all xs size */
@media(max-width:767px){
    
.slogan h1 {
    font-size: 15px;
}

.wrapper {
    min-height: 0;
}
    
.item-content a img.art {
    width: 100%;
    max-height: 100%;
} 


.copyrights .foot-home {
    line-height: 30px;
}
    
.copyrights p {
    line-height: 10px;
    font-size: 11px;
    }
    

}

