body #content #content-inner {
	overflow: visible;
}

#main > .row:not(.slick-slider) {
	margin-left: -15px;
	margin-right: -15px;
}

#main > .row:not(.slick-slider) .tm-box-col-wrapper {
	margin-bottom: 30px;
}

#main .themetechmount-box-blog .tm-entry-meta-wrapper .tm-entry-meta .tm-meta-line {
	padding-right: 0;
}

#main .themetechmount-box-blog .themetechmount-box-content .tm-entry-meta .tm-meta-line:after {
	display: none;
}

#main .themetechmount-box-blog .tm-entry-meta-wrapper {
	margin-bottom: 0.9em;
}

#main .themetechmount-box-blog .tm-meta-line.cat-links {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#main .themetechmount-box-blog .themetechmount-box-title h2 {
	font-size: 20px;
	line-height: 1.3;
    margin-bottom: 0;
}

.themetechmount-boxes-blog.themetechmount-boxes-view-carousel .themetechmount-boxes-row-wrapper:not(.slick-initialized) {
	visibility: hidden;
}

.themetechmount-boxes-blog.tm-boxes-carousel-arrows-1 .themetechmount-boxes-row-wrapper .slick-arrow {
    background-color: #FFFFFF;
    box-shadow: 1px 1px 18px 1px rgba(99, 193, 201, 0.3);
}

@media(max-width: 1199px) {
	#main .themetechmount-box-blog .themetechmount-box-title h2 {
		font-size: 18px;
	}
}
@media(max-width: 991px) {
	#main .themetechmount-box-blog.themetechmount-blogbox-styleone .tm-box-post-date span {
	    font-size: 22px;
	    padding-bottom: 0.3em;
	}

	.themetechmount-boxes-blog .themetechmount-boxes-row-wrapper .slick-arrow {
		display: none !important;
	}
}
@media(max-width: 767px) {
	#main .themetechmount-box-blog.themetechmount-blogbox-styleone .tm-box-post-date span {
	    font-size: 20px;
	    padding-bottom: 0.3em;
	}
	#main .themetechmount-box-blog .themetechmount-box-title h2 {
		font-size: 16px;
	}
}
@media(min-width: 576px) and (max-width: 767px) {
	#main > .row:not(.slick-slider) .tm-box-col-wrapper.col-xs-12 {
		width: 50%;
	}
	#main .themetechmount-blogbox-styleone .themetechmount-box-desc {
		padding: 25px 28px;
	}
}
@media(min-width:576px) {
	#main .themetechmount-box-blog .themetechmount-box-title h2 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4em;
}
