/*
	Theme Name: The Scoop
	Theme URI: https://protrumpnews.com
	Description: Custom WordPress theme based on HTML5 Blank WordPress Theme
	Version: 1.0.0
	Author: Economic Advisors
	Author URI: https://TheScoop.us
	Tags: Blank, HTML5, CSS3, Aggregation, Headlines, The Scoop
*/
*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	scroll-behavior: smooth;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
html, body, .main-column-left div, .main-column-left * {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
