/*
#Tablet (Landscape)
==================================================
*/

@media only screen and (min-width: 960px) and (max-width: 1099px)
{
	.elementor-section.elementor-section-height-full
	{
		height: auto !important;
		min-height: 100vh;
		padding: 100px 0 100px 0;
	}

	.elementor-section.elementor-section-height-full > .elementor-container
	{
		height: 100vh;
	}

	.explore-pages-grid .post_img_hover
	{
		min-height: 130px;
	}

	.explore-pages-classic .post_img_hover
	{
		min-height: 315px;
	}

	.explore-pages-list .post_img_hover
	{
		min-height: 250px;
	}

	.explore-pages-list_circle .post_img_hover
	{
		min-height: 190px;
	}

	.type-page.explore-pages-grid_no_space .post_wrapper .post_content_wrapper .post_header,
	.type-page.explore-pages-metro_no_space .post_wrapper .post_content_wrapper .post_header
	{
		transform: none;
	}

}

/*
#Tablet (Portrait)
==================================================
*/

@media only screen and (min-width: 768px) and (max-width: 960px) {


	.type-page.explore-pages-grid_no_space, .type-page.explore-pages-metro_no_space
	{
		width: 50%;
	}

	.explore-pages-grid .post_img_hover
	{
		min-height: 120px;
	}


	.type-page.explore-pages-metro_no_space.large_grid
	{
		width: 100%;
	}

	.type-page.explore-pages-grid_no_space, .type-page.explore-pages-metro_no_space
	{
		width: 50%;
	}

	.post_metro_right_wrapper .explore-pages-metro
	{
		width: 100%;
	}

	.explore-pages-classic .post_img_hover
	{
		min-height: 280px;
	}

	.explore-pages-list .post_img_hover
	{
		min-height: 180px;
	}

	.explore-pages-list_circle .post_img_hover
	{
		min-height: 140px;
	}

}

/*
#Mobile (Portrait)
==================================================
*/

@media only screen and (max-width: 767px) {

	.type-page.explore-pages-grid_no_space,
	.type-page.explore-pages-metro_no_space
	{
		width: 100%;
	}

	.type-page.explore-pages-grid
	{
		width: 100%;
	}

	.type-page.explore-pages-masonry
	{
		width: 100%;
	}

	.type-page.explore-pages-metro_no_space.large_grid
	{
		width: 100%;
	}

	.type-page.explore-pages-metro_no_space.large_grid .post_header h5
	{
		font-size: 20px;
	}

	.post_metro_left_wrapper, .post_metro_right_wrapper,
	.post_metro_right_wrapper .explore-pages-metro
	{
		width: 100%;
	}

	.explore-pages-list .post_img_hover
	{
		min-height: 150px;
	}

	.explore-pages-list_circle .post_img_hover
	{
		min-height: 100px;
	}

}

/*
#Mobile (Landscape)
==================================================
*/

@media only screen and (min-width: 480px) and (max-width: 767px) {

}
