.home .entry-title, .category .entry-title, .archive .entry-title {
    text-align: initial;
    font-size: 1.2em;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: bold;
    padding: 0;
}

.single .entry-title {
    text-align: initial;
    padding: 0;
    font-weight: bold;
    color: #000;
    font-size: 36px;
}

.single .category-posts .entry-title {
        font-size: 1.9em;
}


.home .entry-meta, .category .entry-meta,.archive .entry-meta {
    text-align: initial;
    color: #DDDDDD;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.single .entry-meta {
    text-align: initial;    
}


.post-date::after {
    content: '';
}

.widget-archives ul li {
    text-transform: uppercase;
}

.img-responsive-center {    
    max-width: 170px;   
    padding: 3px; 
}

.image-gallery {
    display:flex; 
    justify-content: space-evenly;
    align-items: center;
}

.btn-5 {
    line-height: 0;
    height: 0px;
}

.btn-5:before {
    line-height: 2;
}

.contact-form input {
    margin: 0 5px;
}