/*
Theme Name: Mr. Tailor Child Theme
Theme URI: http://mrtailor.getbowtied.com/
Description: This is a child theme for Mr. Tailor.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: mrtailor
Version: 1.0
*/

@import url("../mrtailor/style.css");

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

.categories_grid .category_name,
.category_list .category_name
{
	width:100%;
	display: table-cell; 
	vertical-align: middle; 
	text-align: center;
	line-height:1.5em;
    font-size: 1.5em;
	font-weight:normal;
    padding: 0 20px;
	background:rgba(0,0,0,.0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	position: relative;
	z-index: 2;
}

.content-area {
		padding-top: 0px;
	}

.header-centered #site-menu {
	margin-top:50px;
}

.copyright_text {
  font-size: 18px;
  line-height: 20px;
  padding: 5px 0;
  text-align: right;
}













/****************************************************************/
/****************************************************************/
/****************************************************************/