/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	color: white;
}

footer {
	background: #000000;
}

#portfolio-single {
	background: #000000;
}

.section-title {
	margin-bottom: 60px;
}

/*adds fwd arrows to rev slider inc grey under square*/
.flex-direction-nav .flex-next {
	background-color: grey;
}

/*adds back arrows to rev slider inc grey under square*/
.flex-direction-nav .flex-prev {
	background-color: grey;
}

@media (min-width: 601px) and (max-width: 2000px) {
	.one_half {
		width: 49% !important;
		margin-right: 2% !important;
	}
	
	.one_half.last_column {
		width: 49% !important;
		margin-right: 0 !important;
	}
	
	.one_third {
		width: 32% !important;
		margin-right: 2% !important;
	}
	
	.one_third.last_column {
		width: 32% !important;
		margin-right: 0 !important;
	}
	
	.two_third {
		width: 66% !important;
		margin-right: 2% !important;
	}
	
	.two_third.last_column {
		width: 66% !important;
		margin-right: 0 !important;
	}
	
	.one_fourth {
		width: 23.5% !important;
		margin-right: 2% !important;
	}
	
	.one_fourth.last_column {
		width: 23.5% !important;
		margin-right: 0 !important;
	}
	
	.three_fourth {
		width: 74.5% !important;
		margin-right: 2% !important;
	}
	
	.three_fourth.last_column {
		width: 74.5% !important;
		margin-right: 0 !important;
	}
	
	.one_fifth {
		width: 18.4% !important;
		margin-right: 2% !important;
	}
	
	.one_fifth.last_column {
		width: 18.4% !important;
		margin-right: 0 !important;
	}
	
	.two_fifth {
		width: 39% !important;
		margin-right: 2% !important;
	}
	
	.two_fifth.last_column {
		width: 39% !important;
		margin-right: 0 !important;
	}
	
	.three_fifth {
		width: 59% !important;
		margin-right: 2% !important;
	}
	
	.three_fifth.last_column {
		width: 59% !important;
		margin-right: 0 !important;
	}
	
	.four_fifth {
		width: 79.6% !important;
		margin-right: 2% !important;
	}
	
	.four_fifth.last_column {
		width: 79.6% !important;
		margin-right: 0 !important;
	}
	
	.one_sixth {
		width: 15% !important;
		margin-right: 2% !important;
	}
	
	.one_sixth.last_column {
		width: 15% !important;
		margin-right: 0 !important;
	}
}