@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


@font-face {
	font-family: 'Futura';
	font-display: swap;
	src: url("./fonts/TheElmAbbotsRipton/futura-lt-w01-book.woff2") format("woff2");
}

.the-elm-abbots-ripton * {
	font-family: Futura, sans-serif;
}

.the-elm-abbots-ripton a {
	color: #f2f0f0 !important;
	text-decoration: none;
}

.the-elm-abbots-ripton a:hover {
	text-decoration: none;
}

.the-elm-abbots-ripton .header .contact-row {
	padding: 10px 0;
	background-color: #5c5f48;
}

.the-elm-abbots-ripton .header .contact-row .contact-columns-parent {
	display: flex;
	justify-content: space-between;
}

.the-elm-abbots-ripton .header .contact-row .contact-column .tel-button {
	font-size: 16px;
}

.the-elm-abbots-ripton .header .contact-row .contact-column .book-button {
	font-size: 15px;
	padding: 0 15px;
	text-align: center;
	background-color: #4c332b;
	border-radius: 100px;
	border: 1px solid #4c332b;
	margin-right: 10px;
	vertical-align: middle;
}

.the-elm-abbots-ripton .header .contact-row .contact-column .book-button.last {
	margin-right: 0;
}

.the-elm-abbots-ripton .header .contact-row .contact-column .book-button:hover {
	color: #4c332b !important;
	background-color: #b48c54;
}


@media (max-width: 767px) {
	.the-elm-abbots-ripton .header .contact-row .contact-columns-parent {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.the-elm-abbots-ripton .header .contact-row .contact-column {
		width: 100%;
		display: flex;
		justify-content: center;
		margin: 5px 0;
	}
	
	.the-elm-abbots-ripton .header .contact-row .contact-column .book-button {
		margin-right: 0;
	}
}

.the-elm-abbots-ripton .header .logo-row {
	background-color: #f2f0f0;
	display: flex;
	justify-content: center;
}

.the-elm-abbots-ripton .header .logo-parent {
	padding: 24px;
}

.the-elm-abbots-ripton .header .logo {
	width: 257px;
	height: auto;
	max-width: 100%;
}

.the-elm-abbots-ripton .footer {
	padding: 55px 0;
	background-color: #76625c;
	font-size: 16px;
}

.the-elm-abbots-ripton .footer .line-height {
	line-height: 1.7em;
}

.the-elm-abbots-ripton .footer .color-white {
	color: #fff;
}

.the-elm-abbots-ripton .footer .registered-company-row .page-links-parent {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
	margin: 0 -15px;
}

.the-elm-abbots-ripton .footer .registered-company-row .page-links-parent .page-link {
	margin: 0 15px;
}

.the-elm-abbots-ripton .footer .registered-company-row .page-links-parent .page-link a {
	text-decoration: underline;
	color: #fff;
}

.the-elm-abbots-ripton .footer .registered-company-row,
.the-elm-abbots-ripton .footer .part-of-row {
	margin-bottom: 24px;
}

.the-elm-abbots-ripton .footer .drink-aware-row {
	margin-bottom: 33px;
}

.the-elm-abbots-ripton .footer .drink-aware-row .drink-aware-logo {
	width: 144px;
	height: auto;
}

.the-elm-abbots-ripton .footer .part-of-row .part-of-div {
	font-size: 14px;
}

.the-elm-abbots-ripton .footer .part-of-row .stephen-james-div {
	font-size: 24px;
}

.the-elm-abbots-ripton .footer .contact-row {
	display: flex;
	justify-content: space-between;
}

.the-elm-abbots-ripton .footer .contact-row  .tel-parent a {
	font-size: 24px;
	color: #fff;
}

.the-elm-abbots-ripton .footer .contact-row .socials-parent {
	display: flex;
}

.the-elm-abbots-ripton .footer .social-link.instagram {
	margin-right: 13px;
}

.the-elm-abbots-ripton .footer .social-link img {
	width: 22px;
	height: 22px;
}

.the-elm-abbots-ripton .footer .email-row a {
	font-size: 18px;
}

.the-elm-abbots-ripton .footer .email-row,
.the-elm-abbots-ripton .footer .map-row,
.the-elm-abbots-ripton .footer .address-row {
	margin-bottom: 10px;
}

.the-elm-abbots-ripton .footer .map-row {
	height: 250px;
	width: 100%;
}

.the-elm-abbots-ripton .footer .map-row iframe {
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.the-elm-abbots-ripton .col-sm-12 {
		
	}
}

