.tag-archive-meta .post-content {
    padding: 20px;
    background: #EEE;
    margin-top: 20px;
    border-radius: 3px;
}

.widget_wysija input[type="text"],
.footer input[type="text"] {
    -webkit-appearance: none;
    width: 98%;
    padding: 18px 95px 18px 18px;
    background: #FFF;
    border: 1px solid #DDD;
    /*border-right: none;*/
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    /*border-radius: 3px 0 0 3px;*/
    border-radius: 3px;

    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    height: 40px;
    line-height: 40px;
}

.widget_wysija input[type="submit"],
.footer input[type="submit"] {
    -webkit-appearance: none;
    line-height: 1;
    border: none;
    background: #1f9dc4;
    border: 1px solid #1f9dc4;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.8rem;
    font-family: 'Lato', sans-serif;
    border-radius: 3px;
    cursor: pointer;

    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

input[type="submit"]:hover {
    background: #177d99;
    border: 1px solid #177d99;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #C5C5C5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #C5C5C5;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #C5C5C5;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #C5C5C5;
}

.widget_wysija_cont .updated, .widget_wysija_cont .login .message {
    background-color: transparent;
    border-color: transparent;
    font-family: 'Lato', sans-serif;
    font-size: 100%;
}

.formError .formErrorContent {
    font-family: 'Lato', sans-serif!important;
    border-radius: 3px;
    background: none repeat scroll 0 0 #8E2121;
    border: 0px solid #BBBBBB;
    color: #FFFFFF;
    font-size: 80%;
    padding: 4px 10px;
    position: relative;
    width: auto;
    z-index: 5001;
}

@media (max-width: 800px) {
    .blog-info {
        margin: auto;
    }
    
}