/* Smart Phones */

@media only screen and (min-width: 160px) and (max-width: 678px) {
	footer {
		background: #fff;
		border-top: 3px solid #007d3a;
	}
	.shape-foot {
		width: 100%;
		background: transparent;
		height: auto;
	}
	.copy-r {
		margin-right: 0;
		margin-top: 30px;
		color: #7e7e7e;
		float: right;
		display: block;
	}
		
	.copy-r i a {
	color: #d2c727;
	text-decoration: none;
	}
	
	.social-m {
		float: none;
		display: inline-block;
		margin-top: 20px;
	}
	.form-input-t {
		width: 100%;
	}
}

/* iPads (landscape) */

@media only screen and (min-width: 679px) and (max-width: 1200px) {
	footer {
		background: #fff;
		border-top: 3px solid #007d3a;
	}
	.shape-foot {
		width: 100%;
		background: transparent;
		height: auto;
	}
	.copy-r {
		margin-right: 0;
		margin-top: 30px;
		color: #7e7e7e;
		float: right;
		display: block;
	}
		
	.copy-r i a {
	color: #d2c727;
	text-decoration: none;
	}
	
	.social-m {
		float: none;
		display: inline-block;
		margin-top: 20px;
	}
}
