/* CONTACT.CSS */

.contact-ctn {
	position: relative;
	color: #956d5A;
	background-color: #000;
	max-width: 100%;
	padding-bottom: 50px;
	overflow: hidden;
}

.contact-ctn h3 {
	position: relative;
	display: block;
	font-size: 35px	;
	font-weight: 300;
	line-height: 35px;
	text-transform: uppercase;
	margin-top: 65px;
	margin-bottom: 33px;
	padding-bottom: 25px;
	z-index: 2;
}

.contact-ctn h3::before {
	position: absolute;
	content: '';
	width: 306px;
	height: 2px;
	background-color: #956d5A;
	left: 0;
	bottom: 0;
}

.contact-ctn h3 span {
	font-weight: 900;
}

.contact-ctn .btn-wrap {
	display: block;
	float: right;
	max-width: 300px;

}

.contact-ctn .btn {
	color: #956d5A;
	background-color: #000;
	text-decoration: none;
	border-color: #956d5A;
	margin-bottom: 35px;
	float: right;
}

.contact-ctn .btn.email i {
	display: block;
	font-size: 16px;
	float: right;
}

.contact-ctn .btn:hover {
	color: #000;
	background-color: #956d5A;
}

@media only screen and (min-width: 752px) {

	.contact-ctn h3 {
		display: table;
		font-size: 75px;
		line-height: 55px;
		padding-bottom: 0;
		margin-top: 165px;
	}

	.contact-ctn h3::before {
		left: calc(100% + 95px);
	}

	.contact-ctn .btn-wrap {
		margin-top: 55px;
	}

}

@media only screen and (min-width: 992px) {

	.contact-ctn {
		padding-bottom: 57px;
	}

	.contact-ctn .btn-wrap {
		margin-top: -60px;	
	}

	.contact-ctn .btn.phone {
		pointer-events: none;
	}

}

/* END OF ARTIST.CSS */