/*
Theme Name: Writsy
Theme URI: https://wp.incredibbble.com/writsy
Author: Incredibbble
Author URI: https://incredibbble.com/
Description: Premium WordPress theme by Incredibbble
Version: 1.0.2
License:
License URI: 
Tags: left-sidebar, right-sidebar, post-formats, theme-options, translation-ready, full-width-template, custom-menu, editor-style, featured-images, custom-colors
Text Domain: writsy
*/

@import "assets/css/writsy.css";

.site-title:before {
     display:none;
}

.site-description {
	display:none;
}

.entry-header .entry-categories {
display:none;
}

/* CUSTOM CSS */

.slick-slide img {
    max-height: 270px;
}

@media screen and (max-width: 1280px) {
    .slick-slide img {
        max-height: 220px;
    }


}

.posts-list-item-thumbnail .intrinsic-ratio-helper {
    padding-bottom: 0;
}




