/* 	mens footer css	 */
:root {
		  --olive-color: #4e898e;
		  --white-color: #ffffff;
		}
		

body footer{
	background: var(--olive-color);
}
	
	body header .navbar-nav .nav-links a{
			color: var(--white-color);
			
}
body.page-id-76 header #header-sticky:not(.sticky){
	background: transparent !important;
}
body header #header-sticky{
	background: rgb(78 137 142 / 100%) !important;
}
body header #header-sticky.sticky{
	background: rgb(78 137 142 / 50%) !important;
}
		body header .btns .signup{
			color: var(--white-color);
			border-color: var(--white-color);
}
		
body footer .text-cont h3{
			color: var(--white-color);
		}
		
body footer .newsletter .input-group label{
			color: var(--white-color);
		}
		
body footer .bottom-wrapper .right .stitchwerks h3{
			color: var(--white-color);
		}
		
body footer .bottom-wrapper .right .stitchwerks p{
			color: var(--white-color);
		}
		
body footer .bottom-wrapper .right .quick-links ul li a, body footer .copyright-text p{
			color: var(--white-color);			
}
		
body footer .bottom-wrapper .right .address ul li{
			color: var(--white-color);
		}
		
body footer .bottom-wrapper .right .address ul li a{
			color: var(--white-color);
		}
		
body footer .bottom-wrapper .copyright-text p{
			color: var(--white-color);
		}
		
body footer .bottom-wrapper .left{
			border-color: var(--white-color);
		}
		
body footer .left ul li a svg path{
			fill: var(--white-color);
		}
		
body footer .left ul li a svg rect{
			stroke: var(--white-color);
		}
		
body footer .bottom-wrapper .right{
			border-color: var(--white-color);
		}
		
body footer .newsletter .input-group .form-control{
			background: var(--white-color);
		}
/* 	mens footer css end	 */


@media(max-width:1199px){
	header .sticky .navbar-nav{
		background: rgb(78 137 142 / 50%) !important;
	}
	header .navbar-collapse .navbar-nav {
		background: rgb(78 137 142 / 100%) !important;
	}
	header .sticky .navbar-nav#menu-main-menu {
		background: #4e898e !important;
	}
	body.page-id-76 header #header-sticky:not(.sticky) {
		background: rgb(78 137 142 / 50%) !important;
	}


}

