
/*
Theme Name: Clovity
Author: Shivram
----------------------------------------------------------------
	Basic
-----------------------------------------------------------------*/
.entry-title-top {height:44px;overflow:hidden;text-overflow:ellipsis;}
.entry-content-top {height:116px;}
.entry-content-p {height:75px;overflow:hidden;text-overflow:ellipsis;}
.blog_unit {margin-bottom:20px;}
.entry-meta li {
    float: left;
    font-size: 13px;
    line-height: 14px;
    margin: 0 10px 15px 0;
    color: #999;
    font-family: 'Crete Round', serif;
    font-style: italic;
    font-weight: normal !important;
}

#page-title.page-title-parallax {
    background-color: transparent;
    background-image: url(images/parallax/parallax-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
	background-position: 100% -8px !important;
}
#content p {
    line-height: 1.8;
    color: #222 !important;
	font-size:18px !important;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #222;
}
.talent_intro h4 {
    width: 100%;
    margin-bottom: 40px;
    font-size: 25px;
}
.entry-content ul {margin-left: 25px;}
.entry-content ul li {color:#222 !important;font-size:17px !important;line-height: 1.8;margin-bottom:10px;}
.entry-content ol {margin-left: 25px;}
.entry-content ol li {color:#222 !important;font-size:17px !important;line-height: 1.8;font-weight:normal;margin-bottom:10px;}
.custom_blog_unit h2 {
    font-family: 'Droid Serif', serif;
    text-transform: none;
    line-height: 21px;
}
.entry-title h2 {
    margin: 0;
    font-size: 29px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.postcontent .post-grid.grid-3 .entry-title h2 {
    font-size: 17px;
}


