/* ADDRESS DETAILS */
#details {
	display:table;
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
	color:#384E53;
	font-size:18px;
}
.details-cell {
	white-space: nowrap;
	line-height:44px;
	display:table-cell;
	vertical-align:top;
	border-top:1px solid #E4E7E7;
	border-left:1px solid #E4E7E7;
	padding:1.5% 2.3%;
}
.details-cell:first-child {
	border-left:none;
	font-size:16px;
}
.detail-icon, .detail-text {
	display:inline-block;
	vertical-align:middle;
}
.detail-icon {
	margin-right: 3.5%;
	float:left;
	max-height:44px;
}
.detail-text {
	line-height:22px;;
}
/* END ADDRESS DETAILS */

/* GOOGLE MAP */
#map {
	position:relative;
	min-height:250px;
}
#map-padder {
	padding-top:33%;
	height:0;
}
#gmap {
	position:absolute;
	top:0; left:0; 
	width:100%; height:100%;
}
/* END GOOGLE MAP */

/* ENQUIRIES */
#enquiries-title {
	color:#384E53;
	text-align:center;
	font-size:34px;
	margin:2% 6%;
}
#enquiries-form {
	padding: 4% 9%;
}
.enquiries-column {
	width:48.5%;
}

.arbitrary-class {
	display:none !important;
}
textarea {
	height:280px;
}

#submit {
	cursor: pointer;
	margin-top:2%;
	background-color: #384E52;
	border:none;
	outline:none;
	color:white;
	font-size:16px;
	padding:8px 70px 6px 70px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#submit:hover {
	background-color:#FA470C;
}
/* END ENQUIRIES */

/* ENQUIRIES AJAX */
.error { background-color:#FF520D !important; }

@media all and (max-width: 1200px) { #login-cell { display:none; /* Shouldn't be anybody logging in from anything bar desktop */ }}

/* TABLET */
@media all and (min-width: 701px) and (max-width: 900px) {
	.details-cell {
		font-size:14px;
	}
	.details-cell:first-child {
		font-size:16px;
	}
}
@media all and (min-width: 701px) and (max-width: 800px) {
	.details-cell:first-child {
		font-size:14px;
	}
	.details-cell {
		padding:1.5%;
		line-height:36px;
	}
	.detail-icon {
		height:36px;
		margin-right:5px;
	}
	.detail-text {
		line-height:18px;
	}
}
@media all and (min-width: 401px) and (max-width: 700px) {
	#details {
		border-bottom: 1px solid #E4E7E7;
	}
	.details-cell {
		text-align:left;
		display:block;
		white-space: normal;
		position:relative;
		padding:3% 3%;
	}
	.detail-text {
		text-align:left;
		margin-left:calc(44px + 3%);
	}
	.detail-icon {
		position:absolute;
		left:3%;
		bottom:0; top:0;
		margin:auto;
	}
	#enquiries-title {
		margin:4% 6%;
	}

	.enquiries-column {
		width:100%;
	}
	input[type='text'], textarea, select {
		display:block;
		font-size:16px !important;
	}
	textarea {
		height:150px;
	}
}
/* MOBILE */
@media all and (max-width: 400px) {
	#details {
		border-bottom: 1px solid #E4E7E7;
	}
	.details-cell {
		text-align:left;
		display:block;
		white-space: normal;
		position:relative;
		padding:4% 6%;
	}
	.detail-text {
		text-align:left;
		margin-left:calc(44px + 6%);
	}
	.detail-icon {
		position:absolute;
		left:6%;
		bottom:0; top:0;
		margin:auto;
	}
	#enquiries-title {
		margin:4% 6%;
	}
	#address-cell {
		font-size:15px;
	}
	#enquiries-form	 {
		padding:4% 6%;
	}
	.enquiries-column {
		width:100%;
	}
	input[type='text'], textarea, select {
		display:block;
		font-size:16px !important;
	}
}