/**/

.handsy-box-blog .handsy-box-desc {
    padding-top: 12px;
}
.handsy-box-blog .handsy-blogbox-desc-footer {
    padding-top: 22px;
    padding-bottom: 6px;
}
.handsy-box-blog .handsy-blogbox-desc-footer a {
    position: relative;
}
.handsy-blogbox-default .handsy-box-desc {
    text-align: left;
	padding: 30px 30px 15px;
	background-color: var(--ttm-greycolor);
}
.handsy-blogbox-default .handsy-box-title h4 a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.handsy-blogbox-default .entry-meta {
    display: flex;
    justify-content: space-between;
}
.handsy-box-blog.handsy-blogbox-style13 .handsy-box-content h4,  
.handsy-box-blog.handsy-blogbox-default .handsy-box-content h4 {    
    font-size: 24px;
    line-height: 34px;
}
.handsy-blogbox-default i {
	display: none; 
}
.handsy-blogbox-default .handsy-box-desc-text {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 15px;
    margin-bottom: 18px;
	padding-top: 6px;
}
.handsy-blogbox-default .ttm-featured-outer-wrapper {
    overflow: hidden;
}
.handsy-blogbox-default .ttm-entry-meta .ttm-meta-line a {
	color: var(--body-fonts-color);
	pointer-events: none;
}
.handsy-blogbox-default .ttm-post-featured-outer-wrapper {
	height: 226px;
	width: 414px;
	background-position: center;
    background-size: cover;
	-webkit-transition: all 0.6s ease-in-out;
}


/* blogbox 13 */
.handsy-blogbox-style1 .handsy-box-title h4 a {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.handsy-blogbox-style1 .ttm-featured-outer-wrapper1 {
    height: 387px;
    width: 100%;
	background-position: center;
    background-size: cover;
	transform: scale(1);
    -webkit-transition: all 0.6s ease-in-out;
}
.handsy-blogbox-style1:hover .ttm-featured-outer-wrapper1 {
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}
.handsy-blogbox-style1 .ttm-featured-outer-wrapper {
    overflow: hidden;
}
.handsy-box-blog.handsy-blogbox-style1 .handsy-box-desc {
	text-align: left;
	padding-top: 20px;
}
.handsy-blogbox-style1 .ttm-blog-post-cat {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 16px;
    background-color: #fff;
	padding: 2px 10px;
}
.handsy-blogbox-style1 .ttm-blog-post-cat a {
    color: #818181;
}
.handsy-blogbox-style1 .ttm-box-date {
    position: relative;
    padding-left: 15px;
	color: var(--ttm-secondarycolor);
	font-size: 14px;
}
.handsy-blogbox-style1 .ttm-box-date:after {
    position: absolute;
    content: '';
	left: 0;
	height: 5px;
    width: 5px;
	border-radius: 50%;
	bottom: 11px;
	background-color: var(--ttm-secondarycolor);
}
.handsy-blogbox-style1 .ttm-author-wrapper {
    font-size: 14px;
}
.handsy-blogbox-style1 .ttm-box-date span {
    padding-right: 5px;
}
.handsy-blogbox-style1 .ttm-author-name {
    color: var(--ttm-secondarycolor);
}
.handsy-blogbox-style1 .ttm-avatar-wrapper {
    display: table;
    padding-top: 13px;
}
.handsy-blogbox-style1 span.ttm-author-image,
.handsy-blogbox-style1 span.ttm-author-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.handsy-blogbox-style1 .ttm-author-wrapper {
    padding-left: 15px;
}
.handsy-blogbox-style1 .ttm-author-by {
    margin-top: -5px;
    display: block;
}
.handsy-blogbox-style1 .ttm-author-image img {
    border-radius: 50%;    
}


/**/
.handsy-blogbox-style2 .ttm-featured-outer-wrapper1 {
    width: 589px;
    height: 350px;
    background-position: center;
    background-size: cover;
    transform: scale(1);
    -webkit-transition: all 0.6s ease-in-out;
}
.handsy-blogbox-style2 .ttm-featured-outer-wrapper {
    width: 589px;
    overflow: hidden;
}
.handsy-box-blog.handsy-blogbox-style2 .handsy-box-desc {
    padding: 0 20px 0 20px;
    width: 44%;
}
.handsy-blogbox-style2 .handsy-box-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #262626;
}
.handsy-box-blog.handsy-blogbox-style2 .handsy-box-content h4 a:not(:hover) {    
    color: #fff;
}
.handsy-blogbox-style2 .ttm-box-date:after {    
    background-color: #fff;
}
.handsy-blogbox-style2 .ttm-author-name {
    color: #fff;
	font-weight: 600;
}
.handsy-box-blog.handsy-blogbox-style2 .handsy-box-desc-text {
	 color: rgba(255, 255, 255, 0.70);
	 padding-top: 15px;
	 padding-bottom: 4px;
}
.handsy-blogbox-style2 .ttm-box-date,
.handsy-blogbox-style2 .ttm-author-wrapper {
    font-size: 16px;
}
.handsy-blogbox-style2 span.tm-author-image {
    width: 50px;
    height: 50px;
}
.handsy-blogbox-style2 .ttm-box-date {
    margin-bottom: 2px;
    color: #fff;
}

@media only screen and (min-width:1201px) and (max-width:1300px) { 
	.handsy-box-blog.handsy-blogbox-style2 .handsy-box-desc-text {    
		display: none;
	}
	.handsy-blogbox-style2 .ttm-featured-outer-wrapper1,
	.handsy-blogbox-style2 .ttm-featured-outer-wrapper {
		width: 389px;    
	}
}


@media only screen and (min-width:1025px) and (max-width:1200px) { 
	.handsy-box-blog.handsy-blogbox-style2 .handsy-box-desc {
		padding: 0 20px 0 20px;
		width: 90%;
	}
	.handsy-blogbox-style2 .ttm-featured-outer-wrapper1,
	.handsy-blogbox-style2 .ttm-featured-outer-wrapper {
		width: 430px;
		overflow: hidden;
		height: 300px;
    background-position: -100px 0px;
	}
	.elementor-element.elementor20 {    
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) { 
	.handsy-blogbox-style2 .ttm-featured-outer-wrapper1,
	.handsy-blogbox-style2 .ttm-featured-outer-wrapper {
		width: 400px;    
	}
}


@media (max-width:1200px) {	
	.handsy-box-blog.handsy-blogbox-style13 .handsy-box-content h4,
	.handsy-box-blog.handsy-blogbox-default .handsy-box-content h4 {
		font-size: 20px;
		line-height: 30px;
	}
}
@media (max-width:1024px) {		
	.handsy-blogbox-style2 .handsy-box-content {    
		justify-content: flex-start;    
	}
	.handsy-blogbox-default .ttm-post-featured-outer-wrapper {   
		width: 100%;
	}
}
@media (max-width:991px) {
	.handsy-blogbox-style1 .ttm-featured-outer-wrapper1 {
		height: 280px;    
	}	
}

@media (max-width:680px) {
	.handsy-blogbox-style2 .handsy-box-content {
		display: block;  
	}
	.handsy-box-blog.handsy-blogbox-style2 .handsy-box-desc {
		padding: 20px 20px 20px;
		width: auto;
	}
	.handsy-blogbox-style2 .ttm-featured-outer-wrapper {
		width: auto;    
	}
	.handsy-blogbox-style2 .ttm-featured-outer-wrapper1 {
		width: 100%;    
	}
	.handsy-blogbox-default .handsy-box-desc {		
		padding: 30px 15px 15px;		
	}
}


@media (max-width:573px) {
	.handsy-blogbox-default .ttm-post-featured-outer-wrapper {
		width: 100%;
	}
}




