/*
 Theme Name:   MONK
 Theme URI:    http://fabianpothe.com
 Description:  Theme Extension for the tiny-framework
 Author:       Fabian Pothe
 Author URI:   http://fabianpothe.com
 Template:     tiny-framework
 Version:      1.3.3
 License:      Copyright
 Tags:         light
 Text Domain:  tiny-framework
*/
@import url("../tiny-framework/style.css");

.clearfix {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.content-category .read-more a:hover {
    text-decoration: underline;
}

.content-category .row {
    position: relative;
}

.content-category .row .category_thumbnail {
    width: 250px;
    padding-right: 15px;
    float: left;
}

@media (min-width: 768px) {
    .content-category .row .category_thumbnail {

        height: 188px;
        overflow-y: hidden;
    }
}

.content-category .row .category_thumbnail img {

    width: 100%;

}

.content-category .row .entry-content {

}

@media (max-width: 768px) {
    .content-category .row .category_thumbnail {
        width: 100%;
        clear: both;
    }

}

.single-footer,
.page-footer,
.category-footer,
.autor-box-bottom,
.page-banner-bottom,
.single-banner-bottom,
.category-banner-bottom {
    margin: 0;
}

.single-footer li,
.page-footer li,
.category-footer li,
.autor-box-bottom li,
.page-banner-bottom li,
.single-banner-bottom li,
.category-banner-bottom li {
    list-style: none;
}

a {
    color: #999999 !important;
}

a:hover {
    color: #999999;
}

.widget h3,
.widget-area .widget_categories ul li,
.widget-area .widget_nav_menu ul li {
    text-transform: none;
}

.widget h3 {
    font-size: 1.2em;
    color: #000;
}

.content-category .read-more a {
    color: #999999;

}
