.cb-top-bar-flex-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0px;
	align-items: center;
}

.cb-top-bar-flex-container > div {
	margin: 1%;
	text-align: center;
	font-size: 20px;
}

#cb-top-bar-close {
	width: 20px;
	height: 20px;
	background: black;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 300ms ease-in-out;
	color: #fff;
	margin-right: 20px;
	margin-left: auto;
}

#cb-top-bar-close:hover {
	background: #fff;
}

#cb-top-bar-close:hover a {
	color: #000;
}

#cb-top-bar-close a {
	font-size: 70%;
	line-height: 20px;
	font-weight: 700;
}

@media screen and (max-width: 769px) {
	#cb-top-bar-close {
		margin-right: 10px;
		margin-bottom: 10px;
	}
}