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


/* HEADER */
@media (min-width: 1025px) {
	.whb-header {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		width: 150px;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
		z-index: 1111;
	}
	.whb-header.menu-open {
		z-index: 11122;
		box-shadow: none;
	}
	.whb-header.menu-open .whb-color-dark:not(.whb-with-bg) {
		background: transparent;
		border-right: 1px solid rgba(255,255,255,0.1)
	}
	.whb-header.menu-open .whb-row > .container .whb-flex-row .btn {
		color: #FFF;
	}
	.whb-header.menu-open .site-logo .wd-logo img {
		filter: brightness(0) invert(1);
	}
	.whb-header .whb-main-header {
		height: 100%;
	}
	.whb-header .whb-row {
		height: 100%;
		max-height: 100%;
		padding: 80px 0;
	}
	.whb-header .whb-row .whb-flex-row {
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	.whb-header .whb-row > .container,
	.whb-header .whb-row > .container .whb-flex-row {
		height: 100%;
		max-height: 100%;
	}
	.whb-header .whb-row > .container .whb-flex-row .btn {
		background: none;
		padding: 5px;
	}
	
/* 	.website-wrapper {
		padding-left: 150px;
	}
	 */
	.full-screen-menu,
	.full-screen-search {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background: #2A7768;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 1111;
	}
	.full-screen-menu nav ul {
		list-style: none;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 10px;
	}
	.full-screen-menu nav ul li a {
		color: #FFF;
		font-size: 40px;
		font-family: 'Marcellus';
		text-transform: uppercase;
	}
	.full-screen-menu nav ul li a:hover {
		color: #EDC9BD
	}
	.full-screen-search form {
		width: 100%;
		max-width: 500px;
		position: relative;
	}
	.full-screen-search form .form-group input {
		border: none;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		width: 100%;
		text-align: center;
		font-size: 24px;
		padding: 10px;
		color: #FFF;
		height: auto;
	}
	.full-screen-search form .form-group input::placeholder {
		color: rgba(255,255,255,0.3);
	}
	.full-screen-search form button {
		background: none;
		color: #FFF;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		padding: 5px;
		font-size: 16px;
	}
	.full-screen-search form button svg {
		width: 25px;
		height: 25px;
	}
}


/* HOMEPAGE */

.Health-glamour-sec span.wd-icon.list-icon.fa.fa-solid.fa-arrow-right {
    background-color: transparent !important;
    border: 1px solid #448376 !important;
    font-size: 18px;
}



/* FOOTER */

/* 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;
}

/* INSIDE PAGES */

/* RESPONSIVE */

@media (max-width: 1199px) {
	
}
@media (max-width: 1024px) {
	
}
@media (max-width: 991px) {
	
}
@media (max-width: 767px) {
	
}
