/*
Theme Name: CARDA-Customizr
Version: 1.0
Description: A child theme of Customizr
Template: customizr
*/

@import url("../customizr/style.css");

.carousel-caption {
background: rgba(0, 0, 0, 0.6);
}
/*Hide the default icon in front of all the page titles*/
.page h1.format-icon:before {
content: none;
}
/*Display icon in from of telephone number*/
.telephone:before {
content: url(http://cardaconsultants.com/wp-content/uploads/2014/01/telephone-icon_40x34.jpg);
vertical-align: -50%;
}
/*Bug fix with meta tags being displayed on e-commerce buy now*/
.single_product_display .productcol .custom_meta {
display: none;
}
/*Allow for longer tag line*/
.span7.inside.site-description {
  width: 700px;
}
.span5.social-block {
  display:none;
}

.pull-menu-left .nav-collapse{
	float: right;
}

.center{
	text-align: center;
	margin-bottom: 10px;
}

#tablecontainer3 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	/*background:#89ffa2;  column 3 background colour */
}
#tablecontainer2 {
	clear:left;
	float:left;
	width:100%;
	position:relative;
	right:33.333%;
	/*background:#ffa7a7;  column 2 background colour */
}
#tablecontainer1 {
	float:left;
	width:100%;
	position:relative;
	right:33.33%;
	/*background:#fff689;  column 1 background colour */
}
#tablecol1 {
	float:left;
	width:29.33%;
	position:relative;
	left:68.67%;
	overflow:hidden;
}
#tablecol2 {
	float:left;
	width:29.33%;
	position:relative;
	left:72.67%;
	overflow:hidden;
}
#tablecol3 {
	float:left;
	width:29.33%;
	position:relative;
	left:76.67%;
	overflow:hidden;
}
