/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.colse-menu{
	top: 10px;
    right: 10px;
    position: fixed;
    z-index: 999999;
    background: #fff;
    padding: 5px 10px;
}


.blog-design-masonry .post-title {
    overflow: hidden;
    text-overflow: ellipsis;
	line-height: 25px !important;
    -webkit-line-clamp: 2;
    height: 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}