/*!
 Project   : Total WordPress Theme
 Purpose   : IE8 Fixes and tweaks
 Author    : WPExplorer
 Theme URI : http://www.wpexplorer.com
 */

// Grid
.wp_row {
	zoom: 1;
	position: relative;
}

#wrap {

	.wpex-row {
		margin-left: 0 !important;
		margin-right: 0 !important;

		.col {
			margin: 0 0 20px 1.6%;
			padding: 0;
		}

		.span_1_of_2 {
			width: 49%;
		}

		.span_1_of_3 {
			width: 33%;
		}

		.span_1_of_4 {
			width: 23%;
		}

		.span_1_of_5 {
			width: 18%;
		}

		.span_1_of_6 {
			width: 15%;
		}

	}


}

body .wpb_row .vc_span12,
body .wpb_teaser_grid.wpb_carousel .vc_span12 {
	width: 100%;
}

// Other fixes
.vcex-background.style-parallax {
	background-attachment: fixed !important;
}

.theme-button.clean.blue {
	background: #eee;
}

.wpex-slider .sp-arrow {
	display: none !important;
}

.staff-social a {
	display: block;
	float: left;
}