/*
Theme Name: Webpack Core
Description: This theme is created by Code.Rehab
Author: Code.Rehab
Author URI: http://www.code.rehab
Version: 1.0
*/

/* temp fix for mobile responsiveness */
@media (max-width: 767.98px){
	.panel-grid-cell{
		width:100% !important;
		max-width:100% !important;
	}
}

body.single-post #page-content > .container-fluid{
	max-width: 1180px !important;
}