/*
Theme Name: Shapell
Theme URI:
Author: Eli Antebi / entry.
Author URI: https://www.entry.co.il/
Version: 1.0
*/

.clsItem .clsBody .clsItemDesc {
	font-weight: 400;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin: 0 auto 5px auto;
}

.clsCalendarNav .clsCalendarButton {
	display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-right: 50px;
	cursor: pointer;
    transition: all .2s ease;
	outline: none;
	text-decoration: none;
}

.clsCalendarNav .clsCalendarButton:hover {
	border-bottom: 3px solid #2d4165;
	text-decoration: none;
}