.themetechmount-blogbox-stylethree .ttm-post-featured-link-wrapper {
    width: 217px;
    height: 220px;
    background-size: cover;
    border-radius: 0px;
    transition: transform 0.5s ease-in-out;
    background-position:center center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.themetechmount-box-blog.themetechmount-blogbox-stylethree:hover .ttm-post-featured-link-wrapper {
    transform: scale(1.1);
}
.themetechmount-blogbox-stylethree .post-item {
    display: flex;
}
.themetechmount-box-blog.themetechmount-blogbox-stylethree .themetechmount-box-desc {
    padding-left: 30px;
    width: 68%;
}
.themetechmount-darklayout .themetechmount-blogbox-stylethree .tm-box-post-date {
    color: var(--ttm-skincolor);
}    
.themetechmount-blogbox-stylethree .tm-blog-wrapper {
    overflow: hidden;
    width: 53%;
    padding: 0;
	border-radius: 0px;
}
.themetechmount-box-blog.themetechmount-blogbox-stylethree .themetechmount-box-desc h4 {
	font-size: 23px;
}
.themetechmount-darklayout .themetechmount-element-blogbox-style3.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
	border-left: 1px solid rgb(255 255 255 / 15%);
}
.themetechmount-element-blogbox-style3.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
    border-left: 1px solid var(--ttm-secondarycolor);
}
.themetechmount-element-blogbox-style3.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper:first-child {
	border-left: unset;
}
.themetechmount-element-blogbox-style3.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row {
	display: flex;
}

/* blog stylefour */
.themetechmount-blogbox-stylefour .themetechmount-box-desc {
    display: flex;
    padding-top: 25px;
    padding-bottom: 5px;
}
.themetechmount-blogbox-stylefour .tm-box-post-date {
    position: relative;
    padding-right: 17px;
}
.themetechmount-blogbox-stylefour .tm-box-post-date:after {
	position: absolute;
	content: '/';
	right: 4px;
	top: 0; 
}
.themetechmount-blogbox-stylefour .themetechmount-box-title h4 {
    margin-bottom: 6px;    
}
.themetechmount-blogbox-stylefour .tm-blog-wrapper {
    overflow: hidden;
    border-radius: 20px;
}
.themetechmount-blogbox-stylefour .ttm-post-featured-link-wrapper {
    height: 300px;
    width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
	position: relative;
}
.themetechmount-blogbox-stylefour .ttm-post-featured-link-wrapper {
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.themetechmount-blogbox-stylefour:hover .ttm-post-featured-link-wrapper {
    transform: scale(1.1);
}
.tm-postt .themetechmount-blogbox-stylefour .post-item {
    display: flex;
    flex-direction: column-reverse;
}
.tm-postt .themetechmount-blogbox-stylefour .themetechmount-box-desc1 {
    padding-bottom: 28px;
}
.tm-post-img .themetechmount-blogbox-stylefour .ttm-post-featured-link-wrapper {
    height: 550px;
    width: 100%;    
}

@media (min-width: 1522px) {
	.themetechmount-element-blogbox-style3.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
		padding-right: 45px;
		padding-left: 45px;
	}
}

@media (max-width: 1522px) {
	.themetechmount-blogbox-stylethree .ttm-post-featured-link-wrapper,
	.themetechmount-box-blog.themetechmount-blogbox-stylethree .themetechmount-box-desc,       
	.themetechmount-blogbox-stylethree .tm-blog-wrapper {
		width: 100%;
	}
	.themetechmount-blogbox-stylethree .post-item {
		display: block;
	}
	.themetechmount-box-blog.themetechmount-blogbox-stylethree .themetechmount-box-desc {
		padding-left: 0;		
	}
	
}

@media (max-width: 1024px) {
	.tm-postt .themetechmount-blogbox-stylefour .post-item {
		display: block;		
	}	
	.tm-postt .themetechmount-blogbox-stylefour .themetechmount-box-desc1 {
		padding-bottom: 0;
	}
	.themetechmount-blogbox-stylefour .ttm-post-featured-link-wrapper:before,
	.themetechmount-blogbox-stylefour .ttm-post-featured-link-wrapper:after {
		height: 170%;	
	}
}



@media (max-width: 767px) {
	.themetechmount-element-blogbox-style3.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row,
	.themetechmount-blogbox-stylethree .post-item {
		display: block;
	}	
	.themetechmount-box-blog.themetechmount-blogbox-stylethree .themetechmount-box-desc {
		padding: 15px 0 0;    
	}
	.themetechmount-blogbox-stylethree .ttm-post-featured-link-wrapper {
		width: 100%;		
		background-position: center;		
	}
}

/* Blogbox style7 */
.themetechmount-blogbox-styleseven .ttm-post-featured-link-wrapper {
    height: 334px;
    background-size: cover;
    border-radius: 0px;
    transition: transform 0.5s ease-in-out;
}
.themetechmount-blogbox-styleseven .tm-entry-meta .tm-meta-line i {
    display: none;
}
.themetechmount-blogbox-styleseven .themetechmount-box-title h4 {
    font-size: 36px;
    line-height: 45px;
}
.themetechmount-blogbox-styleseven .themetechmount-box-readmore {
    padding-top: 20px;
}
.themetechmount-blogbox-styleseven .themetechmount-box-details {
    padding-top: 25px;
    padding: 0px 10px 0px 50px;
}
.themetechmount-blogbox-styleseven .post-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.themetechmount-blogbox-styleseven .tm-box-post-date {
    padding-bottom: 1px;
}
.themetechmount-blogbox-styleseven .tm-meta-line.byline,
.themetechmount-blogbox-styleseven .tm-meta-line.posted-on {
    position: relative;
    padding-right: 20px;
}
.themetechmount-blogbox-styleseven .tm-entry-meta-wrapper {
	margin: 0px 0px 5px 0px;
}
.themetechmount-blogbox-styleseven .tm-meta-line.byline:after ,
.themetechmount-blogbox-styleseven .tm-meta-line.posted-on:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: var(--body-blackfont-color);
    border-radius: 50%;
    top: 39%;
    right: 7px;
    bottom: auto;
}



@media (max-width: 768px) {
    .themetechmount-blogbox-styleseven .themetechmount-box-details {
        padding: 20px 20px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px)  {	
	.themetechmount-darklayout .themetechmount-element-blogbox-style3.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
		border-left: unset;
	}
}


@media (max-width: 991px) {
	.themetechmount-element-blogbox-style3.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row .tm-box-col-wrapper {
		border-left: unset;
	}
	.themetechmount-element-blogbox-style3.themetechmount-boxes-gap-30px .themetechmount-boxes-row-wrapper.row {
		display: block;
	}
	.themetechmount-blogbox-styleseven .post-item {
		display: block;    
	}
	.themetechmount-blogbox-styleseven .tm-blog-wrapper {
		padding: 0;
	}
	.themetechmount-blogbox-styleseven .themetechmount-box-details {    
		padding: 30px 0px 0px 0px;
	}
}