/*
Theme Name:   Woodmart Child
Description:  Woodmart Child Theme
Author:       XTemos
Author URI:   http://xtemos.com
Template:     woodmart
Version:      1.0.0
Text Domain:  woodmart
*/


/* FONTS */
html {
	scroll-behavior: smooth;
}
body p {
	margin-bottom: 20px;
}

@font-face {font-family: 'SUIT';src: url('fonts/SUIT-Heavy.woff2') format('woff2'), url('fonts/SUIT-Heavy.woff') format('woff');font-weight: 900;font-style: normal;font-display: swap;}@font-face {font-family: 'SUIT';src: url('fonts/SUIT-ExtraLight.woff2') format('woff2'), url('fonts/SUIT-ExtraLight.woff') format('woff');font-weight: 200;font-style: normal;font-display: swap;}@font-face {font-family: 'SUIT';src: url('fonts/SUIT-Bold.woff2') format('woff2'), url('fonts/SUIT-Bold.woff') format('woff');font-weight: bold;font-style: normal;font-display: swap;}@font-face {font-family: 'SUIT';src: url('fonts/SUIT-ExtraBold.woff2') format('woff2'), url('fonts/SUIT-ExtraBold.woff') format('woff');font-weight: bold;font-style: normal;font-display: swap;}@font-face {font-family: 'SUIT';src: url('fonts/SUIT-SemiBold.woff2') format('woff2'), url('fonts/SUIT-SemiBold.woff') format('woff');font-weight: 600;font-style: normal;font-display: swap;}@font-face {font-family: 'SUIT';src: url('fonts/SUIT-Thin.woff2') format('woff2'), url('fonts/SUIT-Thin.woff') format('woff');font-weight: 100;font-style: normal;font-display: swap;}@font-face {font-family: 'SUIT';src: url('fonts/SUIT-Light.woff2') format('woff2'), url('fonts/SUIT-Light.woff') format('woff');font-weight: 300;font-style: normal;font-display: swap;}@font-face {font-family: 'SUIT';src: url('fonts/SUIT-Medium.woff2') format('woff2'), url('fonts/SUIT-Medium.woff') format('woff');font-weight: 500;font-style: normal;font-display: swap;}@font-face {font-family: 'SUIT';src: url('fonts/SUIT-Regular.woff2') format('woff2'), url('fonts/SUIT-Regular.woff') format('woff');font-weight: normal;font-style: normal;font-display: swap;}@font-face {font-family: 'Bailleul Roman';src: url('fonts/Bailleul-Roman.woff2') format('woff2'), url('fonts/Bailleul-Roman.woff') format('woff');font-weight: normal;font-style: normal;font-display: swap;}@font-face {font-family: 'Bailleul Roman';src: url('fonts/Bailleul-Roman.woff2') format('woff2'), url('fonts/Bailleul-Roman.woff') format('woff');font-weight: normal;font-style: normal;font-display: swap;}


/* HEADER */

.wd-header-text {
	font-size: 16px !important;
}
.header-btn {
	text-transform: capitalize;
	min-height: 55px;
}
.header-btn .wd-btn-icon {
	margin-right: 10px;
}

/* HOMEPAGE */

.banner-title .info-box-title {
	text-transform: uppercase;
}

.offer-box-main {
	margin-bottom: 20px !important;
}
.offer-box-main .banner-image img {
	height:400px !important;
	object-fit: cover !important;
}
.offer-box-main .content-banner {
	opacity: 0;
	transition: 0.3s ease-in-out;
}
.offer-box-main:after {
	content: "" !important;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: linear-gradient(
		73deg,
		rgba(89, 68, 49, 0.56) 0%,
		rgba(89, 68, 49, 0.52) 73.44%,
		rgba(89, 68, 49, 0.47) 100%
	);
	backdrop-filter: blur(3px);
	display: block !important;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
.offer-box-main:hover .content-banner,
.offer-box-main:hover:after {
	opacity: 1 !important;
}
.offer-box-main .content-banner .banner-title {
	text-transform: uppercase;
}
@media (max-width:991px) {
	.offer-box-main .banner-image img {
		height: 280px !important;
	}
	.offer-box-main .banner-btn-wrapper {
		display: block !important;
	}
}


.primary-btn {
	padding: 15px 35px !important;
	font-size: 16px;
	text-transform: capitalize !important;
	min-height: 55px;
	min-width: 160px;
	background: #614e3d !important;
	color: #fff !important;
}
.primary-title .info-box-title {
	text-transform: uppercase;
}


.testimonial-container .owl-nav {
	margin: 0 auto;
	padding: 0 15px;
	width: max-content;
	display: flex;
	justify-content: start !important;
	column-gap: 10px;
}
.testimonial-container .owl-nav > div {
	position: static;
	opacity: 1;
	transform: none;
	visibility: visible;
	margin: 0 auto !important;
	display: flex !important;
	justify-content: center !important;
	display: flex;
	justify-content: center !important;
}
.testimonial-container .owl-nav > div {
	width: 45px !important;
	height: 45px !important;
	border-radius: 50%;
	margin: 20px 0 !important;
	color: #a29185 !important;
	border: 1px solid #a29185 !important;
}
.testimonial-container .owl-prev:hover,
.testimonial-container .owl-next:hover {
	background: #a29185 !important;
}
.testimonial-container .owl-prev:hover:after,
.testimonial-container .owl-next:hover:after {
	filter: brightness(10);
}
.testimonial-container .owl-nav > div:after {
	font-size: 16px !important;
}
.testimonial-container .owl-nav > div:hover:after {
	color: #fff !important;
}

.testimonial-container .testimonial:after {
	content: "";
	background: url(https://foxtailhillstg.wpengine.com/wp-content/uploads/2023/10/pseudo.png);
	width: 40px;
	height: 40px;
	display: block;
	margin-left: auto;
	background-size: contain !important;
	background-position: right top !important;
}
.testimonial-container .testimonial-inner {
	box-shadow: none !important;
	min-height: 270px !important;
	flex-direction: column;
	position: relative;
	padding: 40px !important;
}
.testimonial-container .testimonial-avatar {
	margin-bottom: 20px;
	position: absolute;
	bottom: 25px;
	left: 45px;
}
.testimonial-container .testimonial-content footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 90px;
	min-height: 70px;
	margin-top: 40px;
}
.testimonial-container .testimonial-content footer span:before {
	display: none !important;
}
.testimonial-container .testimonial-content footer span {
	font-size: 14px;
}
.testimonial-container .testimonial-content {
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.testimonial-container .testimonial-avatar img {
	min-width: 70px !important;
	max-width: 70px !important;
}

@media (min-width:768px) {
	.testimonial-container {
		padding-left: 22% !important;
		padding-right: 22% !important;
	}
	.testimonial-section .testimonial-container {
		padding-left: 0% !important;
		padding-right: 0% !important;
	}

	.testimonial-container .owl-stage-outer {
		overflow: visible !important;
	}	
}


.gallery-main-row .primary-title {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}


.form-title {
	color: #101010 !important;
	font-size: 24px;
	font-weight: 400;
	font-family: "Bailleul Roman";
}
.schedule-form {
	border-radius: 8px;
	background: #f9f9f9;
	padding: 40px;
}
.schedule-form .field {
	border-radius: 5px !important;
	background: #fff !important;
	height: 55px !important;
	border: none !important;
}
.schedule-form .submit-btn {
	border-radius: 4px;
	background: #614e3d !important;
	border: 1px solid #616161 !important;
	color: #fff !important;
	display: block;
	width: 100% !important;
	text-transform: capitalize;
	font-size: 16px;
	min-height: 60px;
	margin-top: 50px;
	padding-right: 50px !important;
}
.schedule-form .submit-btn-wrapper p {
	margin-bottom: 0 !important;
}
.submit-btn-inner:after {
	content: '';
	background: url(https://foxtailhillstg.wpengine.com/wp-content/uploads/2023/10/Vector.png);
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	left: calc(50% + 25px);
	top: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none !important;
}
.submit-btn-inner {
	position: relative;
}
.schedule-form .submit-btn:hover {
	box-shadow: inset 0 0 80px rgba(0,0,0,0.1);
}

/* FOOTER */

.footer-col2 ul {
	column-count: 2;
}
.footer-menu ul li {
	margin-bottom: 20px !important;
}
.footer-menu ul li a{
	color:#fff !important;
	font-size:16px;
}
.footer-menu ul li a:hover{
	color: rgba(255, 255, 255, 0.7) !important;
}
.footer-title {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 30px !important;
}
.footer-title:after {
	content: "";
	background: #a29185;
	display: block;
	width: 100px;
	height: 2px;
	position: absolute;
	bottom: 0;
}
.list-style li {
	align-items: baseline;
}


/* EXTRA SPACING */

.main-page-wrapper {
	padding-top: 0;
}
.site-content {
	margin-bottom: 0;
}
.search .site-content,
.single .site-content {
	padding-bottom: 40px !important;
}
.wd-prefooter {
	padding-bottom: 0 !important;
}
.footer-sidebar {
	padding-top: 0;
	padding-bottom: 0;
}
.footer-column {
	margin-bottom: 0;
}
.screen-reader-response {
	display: none;
}

/* IMG STYLE  */

.img-style .vc_single_image-wrapper,
.img-style figure,
.img-style img {
	width: 100%;
}

/* Inside pages */
.page-title {
	padding: 9% 0% !important;
}
.page-title .entry-title {
	font-family: 'Bailleul Roman';
	font-size: 55px;
	font-weight: 400;
	line-height: 80px;
	text-transform: uppercase;
}

/* Testimonial page */
.testimonial-section .testimonial-container .testimonial:after{
	display: none !important;
}
.testimonial-section .testimonial-inner {
	border-radius: 8px 8px 0px 8px !important;
	background: #F9F9F9 !important;
}









/* RESPONSIVE */

@media (max-width: 1199px) {
	.footer-logo,
	.footer-title,
	.footer-text,
	.footer-menu ul li,
	.social-icons {
		text-align: center !important;
	}
	.list-style li {
		justify-content: center !important;
		text-align: center !important;
	}
}
@media (max-width: 1024px) {
	.main-row {
		min-height: 70vh !important;
		position: relative !important;
	}
	.primary-btn {
		padding: 15px 25px !important;
		font-size: 14px;
		text-transform: capitalize !important;
		min-height: 50px;
		min-width: 150px;
	}

	.schedule-form {
		padding: 25px;
	}
}

@media (max-width: 991px) {
	.main-row {
		min-height: 55vh !important;
	}
	.footer-title:after {
		left: 50%;
		transform: translateX(-50%);
	}
	.style-img {
		text-align: center !important;
	}
	.page-title .entry-title {
		font-size: 45px;
		line-height: 70px;
	}
	.offer-inner {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.offer-inner > div {
		width: calc(50% - 5px);
	}
}
@media (max-width: 767px) {
	.page-title .entry-title {
		font-size: 35px;
		line-height: 60px;
	}
	.offer-inner > div {
		width: 100%;
	}
	.offer-box-main .content-banner, .offer-box-main:after {
		opacity: 1 !important;
	}
	.footer-col2 ul {
		column-count: 1;
	}
	.copyright-text {
		padding: 0 10px;
	}
}
/* GALLERY */
.img-box ul.wpb_image_grid_ul {
    height: auto !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}
.img-box ul.wpb_image_grid_ul li {
    position: initial !important;
    width: calc(25% - 10px);
}
/* REVIEW */
#review-sec .testimon-with-rating .testimonial-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
	min-height:600px;
}
#review-sec .testimonial-rating {
    order: 2;
    margin-top: 20px;
    margin-bottom: 0px;
}
#review-sec footer {
    order: 3;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
}
#review-sec .owl-stage {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}
.rev-item {
    height: 100% !important;
    display: grid;
    align-content: center;
    background: none;
    padding: 20px !important;
    border-radius: 8px;
}

