/*
Theme Name: React PRO Child Theme
Theme URI: http://thethemefoundry.com/react/
Description: Child theme for customizing React PRO.
Version: 1.0
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Template: react_pro
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../react_pro/stylesheets/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/

h3.widgettitle {
	font-weight: bold;
	font-size: 1.285714286em; /* 18 / 14 */
	text-align: center;
}

.footer-column .project-thumb {
  text-align: center;
}