.button.sohoby{
background-color: #80808063;
    text-align: left;
    font-weight: 100;
	margin:5px;
min-width: 215px;
/* min-width: 215px; */
}

.cta-banner-variant-one__description{
display:none;
}

.sub-menu__item.sohoby{
display:none;
}



/* Vertical Menu*/



/* Add styles for the vertical menu */
.vertical-menu {
    list-style: none;
    margin: 0;
    padding: 25px;
}

.vertical-menu li {
    margin-bottom: 10px; /* Adjust the spacing between vertical menu items */
}

.vertical-menu a {
    display: block; /* Make the links take up the full width of the container */
    text-decoration: none;
    color: #000; /* Adjust link color as needed */
    /* Add additional styles for vertical menu links */
}

@media only screen and (max-width: 767.98px) {
  .sub-menu{
	padding-top:0px;
}

.sub-menu__item.sohoby{
display:block;
}
.programme-menu__container.sohoby{
float:none;
}

}

@media only screen and (max-width: 720px){
    .button.sohoby{
	margin:5px 0;
}

}
