/*CUSTOM CSS FOR NON SASS USER*/
/*Please dont edit style.css.*/



.post-type-archive-casestudy .page-title {
	display: none
}

.post-type-archive-casestudy .wf-wrap {
	width: 100% !important;
}

.post-type-archive-casestudy .custom-title h1 {
	padding: 50px 0;
	text-align: center
}

.custom-grid {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 35px;
	min-height: 350px;
}

	@media(max-width:768px) {
		.custom-grid  {
			width: 100%;
			float: none;
		}
	}

	.cug-inner {
		background: rgba(0, 0, 0, 0.5);
		padding: 10px 20px;
	}

	.cug-inner h3 {
		font-size: 20px
	}

	.cug-inner h3 a {
		color: #fff;
		text-transform: uppercase
	}


#casestudy .custom-grid:nth-child(3n){
	margin-right: 0
}

footer .textwidget {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.footer i.fa-instagram {
	margin-right: 0 !important;
}

.footer .widget-title {
	font-weight: 700;
}

@media only screen and (max-width: 500px) {
	footer .textwidget p{
		font-size: 12px;
	}
}