/**
 * Footer Styles
 *
 * @package made-to-thrive-2026-base
 */

/* Footer Base Styles */
.site-footer {
	background-color: #724E30;
	color: #BF9E74;
	padding: 0;
	margin: 0;
	position: relative;
}

/* Footer Top Section */
.footer-top {
	padding: 63px 20px 0;
}

.footer-top-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0;
	max-width: 1295px;
	margin: 0 auto;
}

/* Footer Columns */
.footer-column {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 0 30px;
}

/* Left Column */
.footer-column-left {
	align-items: center;
	text-align: center;
	padding: 30px 65px 0 19px;
}

.footer-left-text {
	font-family: var(--wp--preset--font-family--sunrider);
	font-size: 15px;
	line-height: 1.6;
	color: #BF9E74;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-left-text p {
	margin: 0 0 1em 0;
	font-size: 15px;
	line-height: 18px;
}

.footer-left-text p:last-child {
	margin-bottom: 0;
}

/* Social Media Links */
.footer-social-links {
	display: flex;
	flex-direction: row;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-social-links li {
	margin: 0;
	padding: 0;
}

.footer-social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 40px;
	color: #BF9E74;
	text-decoration: none;
	transition: color 0.3s ease;
	outline: none;
	border: none;
}

.footer-social-links a:hover,
.footer-social-links a:focus {

}

.footer-social-links i {
	font-size: 20px;
}

.footer-social-links .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

/* Footer Button */
.footer-left-button {
	margin-top: 14px;
}

.footer-button {
	display: inline-block;
	padding: 4px 6px 1px;
	background-color: #D4B055;
	color: #4C4C3B;
	border: 2px solid #4C4C3B;
	border-radius: 7px;
	text-decoration: none;
	font-family: var(--wp--preset--font-family--sunrider);
	font-size: 15px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	cursor: pointer;
}

.footer-button:hover,
.footer-button:focus {

}

/* Center Column */
.footer-column-center {
	align-items: center;
	text-align: center;
	position: relative;
	padding: 0 20px;
}

/* Border on left and right, extending to bottom of tagline */
.footer-column-center::before {
	content: '';
	position: absolute;
	left: -12px;
	top: 0;
	width: 2px;
	background-color: #BF9E74;
	height: 242px;
	pointer-events: none;
}

.footer-column-center::after {
	content: '';
	position: absolute;
	right: -15px;
	top: 0;
	width: 2px;
	background-color: #BF9E74;
	height: 242px;
	pointer-events: none;
}

.footer-logo {
	margin-bottom: 7px;
}

.footer-logo a {
	display: block;
	text-decoration: none;
	line-height: 0;
}

.footer-logo img {
	width: 212px;
	height: 212px;
	object-fit: contain;
	display: block;
	margin: -9px auto 0;
}

.footer-tagline {
	font-family: var(--wp--preset--font-family--sunrider);
	font-size: 15px;
	color: #F8F2DF;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 18px;
	margin: 0 auto;
}

.footer-instagram-feed {
	margin: 0 0 0;
	max-width: 285px;
	text-align: center;
}

.footer-instagram-cta {
	margin-top: -10px;
}

.footer-instagram-cta a {
	color: #BF9E74;
	text-decoration: none;
	font-family: var(--wp--preset--font-family--sunrider);
	font-size: 15px;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.footer-instagram-cta a:hover,
.footer-instagram-cta a:focus {
	/* color: #F8F2DF;
	text-decoration: underline;
	outline: 2px solid #F8F2DF;
	outline-offset: 2px; */
}

/* Right Column */
.footer-column-right {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	gap: 30px;
	padding-left: 20px;
	padding: 39px 3px 0 0;
}

.footer-menu {
	margin-bottom: 0;
	flex: 1;
}

.footer-menu-1 {
	text-align: left;
}

.footer-menu-2 {
	text-align: right;
}

.footer-menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
	text-align: left;
}
#menu-footer-1 {
	text-align:right;
}

.footer-menu-list li {
	margin: 0;
	padding: 0;
}

.footer-menu-list a {
	color: #BF9E74;
	text-decoration: none;
	font-family: var(--wp--preset--font-family--sunrider);
	font-size: 15px;
	text-transform: uppercase;
	transition: color 0.3s ease;
	display: inline-block;
}

.footer-menu-list a:hover,
.footer-menu-list a:focus {
	color: #F8F2DF;
}

/* Footer Bottom Section */
.footer-bottom {
	border-top: none;
	padding: 24px 0px 40px;
}

.footer-bottom-container {
	display: flex;
	max-width: 1300px;
	margin: 0 auto;
	width:98%;
	align-items: flex-end;
	justify-content: space-between;
}

.footer-bottom-left {
	display: flex;
	flex-direction: column;
	gap: 2px;
	width: 475px;
}

.footer-email {
	color: #BF9E74;
	text-decoration: none;
	font-family: var(--wp--preset--font-family--p22-mackinac-pro);
	font-size: 16px;
	line-height: 22px;
	transition: color 0.3s ease;
	display: inline-block;
	letter-spacing: -0.03rem;
}

.footer-email:hover,
.footer-email:focus {

}

.footer-copyright {
	color: #BF9E74;
	font-family: var(--wp--preset--font-family--p22-mackinac-pro);
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.03rem;
}

.footer-copyright a {
	color: #BF9E74;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-copyright a:hover,
.footer-copyright a:focus {
}

.footer-bottom-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 475px;
}
#sb_instagram .sbi_photo img {
	border-radius:7px;
}

.back-to-top {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #BF9E74;
	text-decoration: none;
	font-family: var(--wp--preset--font-family--sunrider);
	font-size: 15px;
	text-transform: uppercase;
	transition: color 0.3s ease;
	cursor: pointer;
	    opacity: 1!important;
    visibility: visible!important;
}

.back-to-top:hover,
.back-to-top:focus {

}

.back-to-top i {
	font-size: 12px;
	margin: 0 0 0;
}

@media (max-width:1280px) {
	.footer-bottom-left, .footer-bottom-right {
		width: 350px;
	}
}
@media (max-width:1080px) {
	.footer-column-left {
    align-items: center;
    text-align: center;
    padding: 30px 45px 0 0px;
}
}
@media (max-width:1024px) {
	.footer-bottom-left, .footer-bottom-right {
		width:100%;
	}
	.footer-top-container {
		display:flex;
		flex-direction:column-reverse;
	}
	.footer-column-right {
		padding-top:0;
		margin-bottom:20px;
	}
	.footer-column-center {
		border-top:2px solid #BF9E74;
		padding-top: 20px;
		max-width: 410px;
		margin: 0 auto;
	}
	.footer-column-center::before, .footer-column-center::after {
		display:none;
	}
	.footer-column-left {
		padding:0;
		display:flex;
		flex-direction: column-reverse;
		max-width: 475px;
		margin: 160px auto 0;
	}
	.footer-instagram-feed {
		position:absolute;
		left:0;
		right:0;
		margin:auto;
		bottom: 345px;
	}
	.footer-bottom-container {
	flex-direction:column-reverse;
	text-align:center;
	}
	.footer-bottom-right {
		justify-content:center;
		margin: 0 auto 10px;
	}
	
}

@media (max-width: 550px) {
	.footer-logo img {
		width:200px;
		height: 200px;
	}
	.footer-left-text p {
		font-size:12px;
		padding:0
	}
	.footer-column-center {
max-width:280px;}
	.footer-tagline {
font-size:14px;}
	.footer-tagline br {
		display:none;
	}
	.site-footer {
		max-width:95%;
		margin:0 auto 10px;
		border-radius:12px;
	}
	.footer-left-text {
		border-top:2px solid #BF9E74;
		padding-top:20px;
		margin-top: 15px;
		max-width: 280px;
	}
	.footer-instagram-feed {bottom: 425px;}
	.footer-top {
		padding: 40px 15px;
	}

	.footer-bottom {
		padding: 20px 15px;
	}

	.footer-social-links {
		flex-wrap: wrap;
	}
	.footer-bottom-left, .footer-email, .footer-copyright {font-size: 12px;}
}

/* Accessibility - Focus Styles */
.site-footer a:focus,
.site-footer button:focus {

}

/* Screen Reader Text */
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

