/*
Theme Name: careful
Theme URI: Your Theme URL
Author: Theme author Name		
Author URI: author website url
Description: Theme Descriptions
Version: 1.0 (Theme Version)
Tags: Theme tag here.
Text Domain: Theme Name.
*/
a, button {
    color: #040404;
    outline: medium none;
}

span.rpwwt-post-title {
    color: black;
}

.blog_right_sidebar .search_widget .form-control {
   
    width: 178%;
}

.rpwwt-post-categories {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 15px;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    background: aquamarine;
}
#rpwwt-recent-posts-widget-with-thumbnails-2 img {
    width: 150px;
    height: 96px;
}
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    max-width: -moz-available;
}
.tag_widget a {
    border-radius: 25px;
    padding: 4px 15px;
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 5px;
    color: #696969;
    font-size: 14px;
    transition: color .3s ease-out,border .3s ease-out,background .3s ease-out;
}