/*
Description: PC style for A New Site
Note: Style for printing is also included in this file
*/


/* Responsive Structure
----------------------------------------------- */
/* General breakpoint for PC
----------------------------------------------- */
@media print, screen and (min-width: 780.1px) {
	a.current img, .transbtn:hover, a:hover img {
		opacity: 1;
		filter: none;
	}
	.sponly {
		display: none !important;
	}


	/* Common entries */


	/* Blog Page Components */


	/* Front Page Components */


	/* Fixed Page Components */


}




/* =Print
----------------------------------------------- */
@media print {
	.entry-meta .edit-link a {
		display: none;
	}

}
