/** Contact CSS **/

/** Main Banner **/
#contact {
  min-height: 280px;
  background: url('../images/main-bg.png') no-repeat center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 3px solid #c40007;
  padding-bottom: 30px;
}

#contact h1 {
  color: #ffffff;
  font-size: 60px;
  margin-bottom: 0px;
  margin-top: 170px;
}

/** Animations **/
.fadeInDownBig {
  animation-duration: 1s;
  animation-delay: .05s;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: .05s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-duration: 1s;
  -moz-animation-delay: .05s;
  -moz-animation-iteration-count: 1;
  -o-animation-duration: 1s;
  -o-animation-delay: .05s;
  -o-animation-iteration-count: 1;
}
/** End Main Banner **/

#come-visit {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
}

#come-visit h2 {
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #000;
}

#come-visit p {
	color: #000;
	margin-bottom: 20px;
}

#come-visit ul {
	padding-left: 15px;
}

#come-visit li {
	color: #000;
	list-style-type: none;
	margin-bottom: 20px;
}

#come-visit a {
	color: #c40007;
	text-decoration: underline;
}

#come-visit a:hover {
	color: #000000;
}

#come-visit .map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  text-align: center;
  min-height: 460px;
  padding: 10px;
  border: 3px solid #c40007;
}

#come-visit iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 5px;
}

#come-visit .icon-account-home-2 {
  font-size: 24px;
  color: #000000;
  position: relative;
  right: 0px;
  top: 5px;
  margin-right: 10px;
}

#come-visit .icon-clock-2 {
  font-size: 24px;
  color: #000000;
  position: relative;
  right: 0px;
  top: 6px;
  margin-right: 10px;
}

#come-visit .icon-phone-5-1 {
  font-size: 24px;
  color: #000000;
  position: relative;
  right: 0px;
  top: 5px;
  margin-right: 10px;
}

#come-visit .icon-email {
  font-size: 24px;
  color: #000000;
  position: relative;
  right: 0px;
  top: 7px;
  margin-right: 10px;
}

#artists {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
	background-color: #f5f5f5;
}

#artists h3 {
	font-size: 28px;
	margin-bottom: 5px;
	color: #000;
}

#artists .artist-info {
	margin-bottom: 20px;
	margin-top: 20px;
}

#artists .artist-info p {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	overflow-wrap: break-word;
}

#artists .artist-info a {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}

#artists img {
	max-width: 140px;
	max-height: 140px;
	width: 100%;
	padding: 5px;
	border: 3px solid #c40007;
	border-radius: 50%;
	margin-bottom: 15px;
}

#artists .social-icons .social {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

#artists .icon-phone-5-1 {
  font-size: 20px;
  color: #000;
  position: relative;
  right: 0px;
  top: 5px;
  margin-right: 4px;
}

#artists .icon-email {
  font-size: 20px;
  color: #000;
  position: relative;
  right: 0px;
  top: 5px;
  margin-right: 4px;
}

#artists .icon-person-2 {
  font-size: 20px;
  color: #000;
  position: relative;
  right: 0px;
  top: 5px;
  margin-right: 4px;
}

#artists .social-icons {
	text-align: center;
	max-width: 90px;
	margin: 0 auto;
}

#artists .facebook-icon {
  display: block;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  background-image: url('../images/facebook-black.svg')
}

#artists .instagram-icon {
  display: block;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  background-size: 35px 35px;
  background-image: url('../images/instagram-black.svg')
}

#artists .facebook-icon:hover {
  background-image: url('../images/facebook-red.svg')
}

#artists .instagram-icon:hover {
  background-image: url('../images/instagram-red.svg')
}


#walkins {
	background-color: #c40007;
	padding: 40px 0px;
	border-bottom: 4px solid #fff;
}

#walkins h2 {
	font-size: 48px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #ffffff;
	text-align: center;
}

#walkins a {
	color: #fff;
}

#walkins a:hover {
	color: #000;
}

#walkins .dash {
	margin-left: 10px;
	margin-right: 10px;
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 767px) {
	#come-visit {
		text-align: center;
	}

	#come-visit ul {
		padding-left: 0px;
	}

	#come-visit h2 {
	  margin-top: 0px;
	}

	#artists {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#artists .artist-info { 
		min-height: 360px;
	}
}

@media (max-width: 690px) {
	#walkins h2 {
		max-width: 390px;
		margin: 0 auto;
	}

	#walkins .dash {
		display: none;
	}
}

@media (max-width: 640px) {

}

@media (max-width: 440px) {
	#contact {
		padding-bottom: 30px;
	}

	#contact h1 {
		font-size: 48px;
	}

	#walkins h2 {
		max-width: 300px;
		margin: 0 auto;
	  font-size: 36px;
	}
}
