.fullwidth {
  width: 100%;
  max-width: 100%;
}

.row:not(.no-flex){
  display: flex;
}
/*
.row {
  max-width: 1120px;
}
*/

.doFlex {
  display: flex;
}

.is-dropdown-submenu-parent > a:after {
  border-color: rgba(0, 0, 0, 0)!important;
}


div[data-gr_hide] {
  display: none;
}
