@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* @import url('./fonts/fontawesome.min.css'); */
/* @import url('./fonts/brands.min.css'); */

/* Font Awesome 7 Free Brands */
@font-face {
    font-family: "Font Awesome 7 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('./fonts/fa-brands-400.woff2')
}

.the-white-lion-weston {
	--fa-family-brands:"Font Awesome 7 Brands"
}

.the-white-lion-weston .fa-brands,
.the-white-lion-weston .fa-classic.fa-brands,
.the-white-lion-weston .fab {
    --fa-family: var(--fa-family-brands);
    --fa-style: 400;
}

.the-white-lion-weston .fa,
.the-white-lion-weston .fa-brands,
.the-white-lion-weston .fa-classic,
.the-white-lion-weston .fa-regular,
.the-white-lion-weston .fa-solid,
.the-white-lion-weston .fab,
.the-white-lion-weston .far,
.the-white-lion-weston .fas {
    --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
    font-family: var(--_fa-family);
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: var(--fa-style, 900);
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: var(--fa-width, 1.25em);
}

.the-white-lion-weston .fa-brands:before {
    content: var(--fa) / "";
}

.the-white-lion-weston .fa-instagram {
    --fa: "\f16d";
}

.the-white-lion-weston .fa-facebook-f {
    --fa: "\f39e";
}

.the-white-lion-weston .fa-linkedin-in {
    --fa: "\f0e1";
}

/* Font Awesome 7 Free Brands */

body {
	background-color: #fff;
}

.the-white-lion-weston * {
	color: #333;
	font-family: Open Sans, Helvetica, Arial, Verdana, sans-serif;
	font-weight: 400;
	font-size: 16px;
}

.the-white-lion-weston h2 {
	font-family: Roboto, Helvetica, Arial, Verdana, sans-serif;
	font-weight: 700;
	font-size: 34px;
	margin-top: 0;
	line-height: 44px;
}

.the-white-lion-weston .header {
	margin-bottom: 5rem;
	padding-bottom: 15px;
	background-color: #000;
}

.the-white-lion-weston .background-image {
	/* background-image: url("https://thewhitelionweston.com/wp-content/uploads/2025/11/Outside.png"); */
	/* background-position: center; */
	/* background-size: cover; */
}

.the-white-lion-weston .header .overlay {
	/* background-color: #00000099; */
	display: flex;
	justify-content: center;
}

.the-white-lion-weston .header .logo {
	padding: 10px 0;
}

.the-white-lion-weston .header .logo .img {
	width: 100%;
	height: auto;
}

.the-white-lion-weston .footer {
	margin-top: 5rem;
}

.the-white-lion-weston .footer .social-row {
	background-color: #fff;
	display: flex;
	justify-content: center;
}

.the-white-lion-weston .footer .social-row .social-parent {
	padding: 35px 0 45px 0;
	text-align: center;
}


.the-white-lion-weston .footer .logo-row {
	background-color: #000;
	display: flex;
	justify-content: center;
	padding: 50px 0 45px 0;
}

.the-white-lion-weston .footer .logo-row img {
	width: 270px;
	height: auto;
}

.the-white-lion-weston .footer .copyright-row {
	background-color: #000;
	padding: 10px 0;
}

.the-white-lion-weston .footer .copyright-row .copyright {
	font-size: 13px;
	color: #fff;
}

@media (max-width: 991px) {
	.the-white-lion-weston .footer .copyright-row .copyright {
		text-align: center;
	}
}

.the-white-lion-weston .footer .icons-row {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}

.the-white-lion-weston .footer .icons-row a {
	font-size: 34px;
	min-width: 46px;
	max-width: 46px;
	text-decoration: none;
	font-family: 'Font Awesome 7 Brands';
	font-style: normal;
}

.the-white-lion-weston .footer .icons-row a i {
	font-size: 34px;
}

