/*
Theme Name: Titan PRO Child Theme
Theme URI: http://thethemefoundry.com/titan/
Description: Child theme for customizing Titan PRO.
Version: 2.0
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Template: titan_pro
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../titan_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;
}
*/
.button{
	background: #EB9822;
		-moz-border-radius: .5rem;
		-webkit-border-radius: .5rem;
	border-radius: .5rem;
	border: .2rem solid #FFF;
		-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.35);
		-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.35);
	box-shadow: 2px 2px 2px rgba(0,0,0,.35);
	color: #FFF !important;
	display: inline-block;
	padding: .5rem 1rem;
	text-align: center;
}
.button:hover{
	background: #000;
	border-color: #FFF;
	color: #FFF !important;
}
.button:active{
	background: #2C1800;
	border-color: #EB9822;
	color: #EB9822 !important;
}


table.border-table{
	border-collapse:collapse;
	width: 100%;
}

th.border-table {
	border: 1px solid black;
	color: #e9e5e0;
	background-color: #443b31;
  	margin: 5px;
	padding: 5px;
}

td.border-table {
	border: 1px solid black;
  	margin: 5px;
	padding: 5px;
}

/* Ninja Form Styles */
.list-radio-wrap.bjcp-style-wrap.label-left ul{
	clear: both;
}
.list-radio-wrap.bjcp-style-wrap.label-left ul li{
	background: none !important;
	float: none !important;
	margin-bottom: 5px;
	padding: 0;
}
.list-radio-wrap.bjcp-style-wrap.label-left ul li:after{
	clear: both;
	content: '';
	display: block;
	height: 0;
}
.ninja-forms-all-fields-wrap .ninja-forms-form-wrap label{
	width: 175px;
}

/* WooCommerce styles */
.woocommerce #content:before {
  border-top: 1px solid #efeae4;
  content: '';
  display: block;
  margin-bottom: 20px;
}
.woocommerce #content {
  font-size: 1.3em;
}
.woocommerce #content .summary li {
  line-height: 1.6;
  margin-bottom: 1em;
}
.woocommerce .price {
  line-height: 1.6;
  margin-bottom: 1em;
}
.woocommerce td {
  padding-bottom: .6em;
}
.woocommerce div.product form.cart div.quantity {
  float: none;
  margin-bottom: 1em;
}
.woocommerce .itemprop-description {
  border-bottom: 1px solid #efeae4;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.woocommerce .button[type="submit"],
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
	background: #EB9822 !important;
		-moz-border-radius: .5rem;
		-webkit-border-radius: .5rem;
	border-radius: .5rem;
	border: .2rem solid #FFF;
		-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.35);
		-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.35);
	box-shadow: 2px 2px 2px rgba(0,0,0,.35);
	color: #FFF !important;
	display: inline-block;
	padding: .5rem 1rem;
	text-align: center;
}
.woocommerce .button[type="submit"]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: #000 !important;
	border-color: #FFF;
	color: #FFF !important;
}
.woocommerce .button[type="submit"]:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active {
	background: #2C1800 !important;
	border-color: #EB9822;
	color: #EB9822 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 2em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #f6f3f0;
  border-bottom-color: #f6f3f0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
  box-shadow: 2px 2px 0 #f6f3f0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: -2px 2px 0 #f6f3f0;
}
/* End WooCommerce styles */
