/**
 * Tablet + Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 860px) {
/* Global */
	/* Slider */
	.mh-custom-slider .slick-arrow{
		display: none !important;
	}

/* Blog */
 	/* Blog list */
 	article.blog-entry.thumbnail-entry .blog-entry-content {
    	padding: 20px 25px !important;
 	}

}

/**
 * Tablet
 */
@media only screen and (min-width: 426px) and (max-width: 860px) {

}

/**
 * Mobile
 */
@media only screen and (min-width: 320px) and (max-width: 425px) {
/* Global */
	/* Page Title */
	.page-header.background-image-page-header .page-header-title {
	    margin-top: 45px;
	}

	.background-image-page-header .site-breadcrumbs {
	    margin-top: 0;
	}

	/* Vertical post */
	.mh-vertical-post article.elementor-post {
		flex-direction: column;
	}

	.mh-list-post article.elementor-post .elementor-post__text {
		padding: 20px 0 !important;
	}

/* Blog */
 	/* Blog list */
 	article.blog-entry.thumbnail-entry .blog-entry-content {
    	margin-top: 0 !important;
 	}

}

@media only screen and (max-width: 320px) {

}