/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Thumb News Today **/
.main-news-today .td-module-thumb {
	width: 100% !important;
	height: 400px !important;
}

/** General >> Thumb size cover **/
.main-news-today .entry-thumb, 
.main-news-latest .entry-thumb {
	width: 100% !important;
	height: 100% !important;
	-webkit-transition: 300ms !important;
	transition: 300ms !important;
	object-fit: cover !important;
}

/** General >> Latest News GRID **/
.main-news-latest .td_block_inner {
	width: 100% !important;
	height: 400px !important;
	display: grid !important;
	grid-column-gap: 20px !important;
	column-gap: 20px !important;
	grid-row-gap: 20px !important;
	row-gap: 20px !important;
	grid-template-columns: 1fr 1fr !important;
	grid-template-rows: 1fr 1fr !important;
}

/** General >> Main News Latest ITEMs **/
.main-news-latest .td-block-span12 {
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
}

/** General >> Main News Latest Item WRAPPER **/
.main-news-latest .td_module_wrap {
	width: 100% !important;
	height: 100% !important;
}

/** General >> Main News HOVER **/
.main-news-today .td_module_wrap:hover img, 
.main-news-latest .td_module_wrap:hover img {
	transform: scale(1.05, 1.05) !important;
}

/** General >> Main News Latest THUMB **/
.main-news-latest .td-module-thumb {
	height: 100% !important;
}

/** General >> Main News Today ITEM size **/
.main-news-today .td-block-span12 {
	width: 100% !important;
}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {
	/** General >> Latest News GRID **/
	.main-news-latest .td_block_inner {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	grid-template-rows: auto auto !important;
}

}


/*( Phone )*/
@media (max-width: 480px) {
	/** General >> Latest News GRID **/
	.main-news-latest .td_block_inner {
	height: auto !important;
	display: grid !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto auto auto auto !important;
}
.main-news-latest .td_block_inner > :nth-child(1) {
	grid-area: 1 / 1 / 2 / 2 !important;
}

	/** General >> Thumb News Today **/
	.main-news-today .td-module-thumb {
	height: auto !important;
}

}

