/* ## Block - Two Columns
--------------------------------------------- */

.two-cols {
	font-weight: 300;
	padding-left: 15px;
	padding-right: 15px;
}

.two-cols,
.two-cols-last-row {
	margin-top: 60px;
	padding-bottom: 20px;
}

.two-cols .two-cols-wrap {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.two-cols .two-cols-1,
.two-cols .two-cols-2 {
	width: 47%;
	text-align: center;
}

.two-cols .two-cols-1 {
	margin-right: 3%;
	float: left;
}

.two-cols .two-cols-2 {
	margin-left: 3%;
	float: right;
}

.two-cols-last-row {
	text-align: center;
}

.two-cols-last-row h3,
.editor-styles-wrapper .two-cols h3,
.two-cols h3 {
	font-weight: 300;
	font-size: 24px;
	margin-bottom: 0;
}

.two-cols-last-row p,
.two-cols p {
	margin: 10px 0 15px;
	font-weight: 300;
}

@media only screen and (max-width: 767px) {

	.two-cols,
	.two-cols-last-row {
		margin-top: 15px;
		padding-bottom: 5px;
	}
	
	.two-cols .two-cols-wrap {
		max-width: 350px;
		margin-top: 10px;
	}

	.two-cols-last-row h3,
	.editor-styles-wrapper .two-cols h3,
	.two-cols h3 {
		font-size: 12px;
	}

	.two-cols-last-row h3 {
	}

	.two-cols-last-row p,
	.two-cols p {
		font-size: 10px;
		margin: 5px 0 10px;
	}

}