.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;
}

}




/* @media screen and (max-width: 769px){
.cb-top-bar-flex-container {
  justify-content: center; */
  /* flex-direction: column; */
  /* position: relative; */
/* } */

/* .cb-top-bar-plugin-center,
.cb-top-bar-plugin-left,
.cb-top-bar-plugin-right {
  width: 100%;
} */

/* #cb-top-bar-close  {
align-self: flex-end;
position: absolute;
  top: 25px;
  margin-right: 0;
  margin-bottom: 12px;
} */


/* } */