@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.the-pheasant-keyston .header {
	background-color: #795642;
	margin-bottom: 5rem;
}

.the-pheasant-keyston .header .images-parent {
	display: flex;
	justify-content: space-around;
}

.the-pheasant-keyston .header .images-parent > div {
	/* width: 50%; */
	text-align: center;
}

.the-pheasant-keyston .header .images-parent .center-image {
	margin-top: 23px;
	margin-bottom: 26px;
}


.the-pheasant-keyston .header .images-parent img {
	object-fit: cover;
	max-width: 100%;
	height: auto;
}


.the-pheasant-keyston .header .images-parent .center-image img {
	width: 150px;
}

.the-pheasant-keyston .footer {
	background-color: #fdfbf7;
	margin-top: 5rem;
}


.the-pheasant-keyston .footer .first-row {
	width: 100%;
	height: 600px;
}

@media (max-width: 767px) {
	.the-pheasant-keyston .footer .first-row {
		height: 75vw;
	}
}

.the-pheasant-keyston .footer .first-row iframe {
	width: 100%;
	height: 100%;
}

.the-pheasant-keyston .footer .second-row {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
}

.the-pheasant-keyston .footer .second-row > div {
	width: 50%;
}

.the-pheasant-keyston .footer .second-row > .left-col {
	text-align: left;
}

.the-pheasant-keyston .footer .second-row > .right-col {
	text-align: right;
}

.the-pheasant-keyston .footer .second-row > .left-col .logo-parent {
	margin: 20px;
	margin-bottom: 5px;
}

.the-pheasant-keyston .footer .second-row > .right-col .social-icons-parent {
	margin: 20px;
	margin-top: 60px;
}

.the-pheasant-keyston .footer .second-row > .right-col .social-icons-parent .social-icon {
	margin: 10px 0 10px 10px;
	vertical-align: middle;
}

.the-pheasant-keyston .footer .second-row > .right-col .social-icons-parent .social-icon:first-child {
	margin-left: 0;
}

@media (max-width: 991px) {
	.the-pheasant-keyston .footer .second-row > div {
		text-align: center !important;
		width: 100%;
	}
	
	.the-pheasant-keyston .footer .second-row > .left-col .logo-parent {
		margin-bottom: 0;
	}
	
	.the-pheasant-keyston .footer .second-row > .right-col .social-icons-parent {
		margin-top: 20px;
		margin-bottom: 0;
	}
}

.the-pheasant-keyston .footer .second-row > .left-col img {
	width: 250px;
	height: auto;
	max-width: 100%;
}

.the-pheasant-keyston .footer .social-icon a,
.the-pheasant-keyston .footer .social-icon a:hover {
	text-decoration: none;
}

.the-pheasant-keyston .footer .ua-icon {
	font-family: Ultimate-Icons;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 30px;
	color: #795642;
}

.the-pheasant-keyston .footer .ua-icon-facebook-with-circle:before {
	content: "\e9cd";
}

.the-pheasant-keyston .footer .ua-icon-twitter-with-circle:before {
	content: "\e9de";
}

.the-pheasant-keyston .footer .ua-icon-instagram-with-circle:before {
	content: "\e9d5";
}

@font-face {
	font-display: block;
	font-family: 'Ultimate-Icons';
	src:
		url('https://thepheasantkeyston.co.uk/wp-content/uploads/bb-plugin/icons/ultimate-icons/fonts/Ultimate-Icons.ttf?1ddi1j') format('truetype'),
		url('https://onlinebookings.alacer.co.uk/ThePheasantKeyston/OnlineBookings/Content/CSS/fonts/ThePheasantKeyston/Ultimate-Icons.ttf') format('truetype'),
		url('https://thepheasantkeyston.co.uk/wp-content/uploads/bb-plugin/icons/ultimate-icons/fonts/Ultimate-Icons.woff?1ddi1j') format('woff'),
		url('https://onlinebookings.alacer.co.uk/ThePheasantKeyston/OnlineBookings/Content/CSS/fonts/ThePheasantKeyston/Ultimate-Icons.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}