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

/**
 * HEADER
 */
.fmaster-contacts {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	align-items: center;
	margin: 0 !important;
}
.fmaster-contacts__phone {
	text-align: center;
	color: #222;
	line-height: 1.8em;
}
.fmaster-contacts__phone-number {
	font-size: 30px;
}
.fmaster-contacts__telegram img,
.fmaster-contacts__viber img {
	width: 50px;
	height: 50px;
}

@media (max-width: 480px) {
    .fmaster-contacts__phone-number {
        font-size: 26px;
    }
}
/** active menu item **/
.wd-nav.wd-style-bg>li>a:before {
	background-color: #fff;
	opacity: 1 !important;
}


/**
 * FOOTER
 */
.fmaster-contacts--footer {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	align-items: center;
	margin: 0 !important;
	width: fit-content !important;
}
.fmaster-contacts--footer .fmaster-contacts__phone {
	color: #fff;
}
.fmaster-contacts__messangers {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	align-items: center;
	margin: 0 !important;
}
@media (max-width: 768.99px) {
	.wd-menu li a {
        width: fit-content;
		margin-left: auto;
		margin-right: auto; 
    }
}