/* =================================================
   AGRITEC – LEGACY FIXES
   legacy-fixes.css
   ================================================= */

/* =================================================
   LEGACY HALF LAYOUT FIX
   ================================================= */

.half.image,
.region-content .half.image,
#node .half.image {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.half.box.floatleft.pad20,
.region-content .half.box.floatleft.pad20,
#node .half.box.floatleft.pad20 {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  box-sizing: border-box;
}