
/**** Default styles (with no media queries) apply to desktops and landscape tablets: 992-1199px (Bootstrap "medium") ****/

/************ Large Desktops (Bootstrap "large") ******************/
@media (min-width: 1200px) {}

/**** Standard size *****/
@media (max-width: 1199px) and (min-width: 992px) {
	.right-sidebar .btn {
		font-size: 10.5pt;
	}
}

/*********** Portrait Tablets (Bootstrap 3 "small") *****************/
@media (max-width: 991px) and (min-width: 768px) {}

/*********** Portrait tablets & down (Bootstrap 3 "small") *****************/
@media (max-width: 991px) {}

/*********** Wordpress mobile admin bar active *****************/
@media (max-width: 782px) {}

/********** Phones (Bootstrap "extra small") **************/
@media (max-width: 767px) {}

/********** Phones (breakpoint at which WordPress columns & menus collapse into mobile mode) **************/
@media screen and (max-width: 600px) {}

/********** Portrait phones ************/
@media (max-width: 479px) {}
