#location h3 {
	font-size: 30px;
}
#location h3 span {
	font-size: 40px;
	margin-top: -9px;
}
#location .select::after {
	width: 58px;
}
#location form {
	max-width: 360px;
	margin-top: 20px;
}
#location p {
	max-width:750px;
}
#location .select {
	border-radius: 5px;
}
.select::after {
	background-color: transparent !important;
	background-image: url("../../images/icons/icon-select-black.png");
	background-size: 14px;
}
#location select {
	font-family: "Nunito Sans", sans-serif;
	font-size: 15px;
	padding: 14px 0px 12px 10px;
}
@media screen and (max-width: 767px ) {
	#location {
		margin-top: 4px;
		margin-bottom: 27px;
	}
}
@media screen and (max-width: 567px){
	#location br {
		display:none
	}
	#location .photoshoot {
		display:block;
		padding-top:15px
	}
	#location h3 {
		font-size: 20px;
		max-width: 210px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 14px;
	}
	#location h3 span {
		font-size: 30px;
		line-height: 33px;
		margin-top: 0;
	}
}