/*---------------------------- Start WD - CMS Header block ----------------------------*/
#wdcmsheader {
    float: left;
    padding: 7px 0;
    margin-right: 24px;
}

#wdcmsheader .wd-header-cms .content {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	display: flex;
	align-items: center;
	text-transform: capitalize;
	cursor: pointer;
}
#wdcmsheader .wd-header-cms .content:hover {
    color: #111;
}
#wdcmsheader .wd-header-cms .content .link:first-child {
	padding-left: 0;
}
#wdcmsheader .wd-header-cms .content .link {
	padding: 0 15px;
	position: relative;
	display: inline-block;
}
#wdcmsheader .wd-header-cms .content .link:last-child {
	padding-right: 0;
}
#wdcmsheader .wd-header-cms .content .link:last-child::after{
	display: none;
}
#wdcmsheader .wd-header-cms .content .link::after {
	content: '';
	background: #111;
	height: 13px;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	position: absolute;
	width: 1px;
}
#wdcmsheader .wd-header-cms .content span {
	text-decoration: underline;
	color: #2d3640;
	font-weight: 700;
}


@media(max-width:1199px) {

}
@media(max-width:991px) {
#wdcmsheader {
	float: left;
	width: 100%;
	text-align: center;
}
#wdcmsheader .wd-header-cms .content {
	justify-content: center;
}
}
@media(max-width:767px) {
#wdcmsheader .wd-header-cms .content .link {
	padding: 0 15px;;
}
}
@media(max-width:543px) {
	#wdcmsheader {
		padding: 5px 0;
	}
#wdcmsheader .wd-header-cms .content {
	line-height: 18px;
}
#wdcmsheader .wd-header-cms .content .link::after{
	display: none;
}
#wdcmsheader .wd-header-cms .content .link {
	padding: 0 0 5px;
}
#wdcmsheader .wd-header-cms .content::before {
	height: 20px;
}
#wdcmsheader .wd-header-cms .content {
	display: block;
}
}
/*---------------------------- End WD - CMS Header block ----------------------------*/