/*@media screen and (max-width: 1000px) {
	.site-title {
		display: none;
	}
}*/

@media screen and (min-width: 768px) and (max-width: 1024px) {
	body {
		font-size: .7rem;
	}

	.entry-content p {
		max-width: 80%;
	}

	.EO_Event_List_Widget {
		width: 60%;
	}

	#featured-image-text-overlay {
		width: 100%;
	  	height: 100%;
		margin: auto;
		position: absolute;
		top: 0; left: 0; bottom: 0; right: 0;
		text-align: center;
		z-index: 20;
	}

	#featured-image-text-overlay .widget-title {
		color: white;
		font-size: 2rem;
		font-weight: 700;
		text-shadow: 0px 2px 4px rgba(0,0,0,1);
	}

	#featured-image-text-overlay .textwidget {
		color: white;
		font-weight: 700;
		text-shadow: 0px 2px 2px rgba(0,0,0,1);
	}

	.hamburger {
		display: none;
	}

	.product_list_widget {
    	display: flex; 
    	margin: 0;
    	padding: 0;
    	text-align: center;
    }

    .product_list_widget li {
    	margin: 1rem auto;
	    width: 30%;
	}

    .product_list_widget span.amount, .product_list_widget span.product-title {
	    display: block;
	    width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	}

	.post-thumbnail {
	    top: 116px;
	    height: 420px;
	}
}