@media screen and (max-width:800px){

  /* General */
  #main .fusion-fullwidth {
    --awb-padding-top: 64px;
    --awb-padding-bottom: 32px;
  }

  .three-column-wrapper > .fusion-row {margin-top:0px;}
  
  /* full height container */
  .full-height-container {min-height:unset;}
  .home .full-height-container {background-image:none;}
  
  /* Footer */
  .footer-logo {width:100%; display:flex;}
  .footer-logo img {max-width: 200px !important; margin:0 auto !important;}

  .footer-privacy-links ul {display:flex; flex-direction: column; align-items: flex-start; text-align: left;}
  .footer-privacy-links ul li {margin:0px;}

  .posts-wrapper.reviews .single {padding:24px;}
  .posts-wrapper.reviews .single .title {margin-bottom:0px;}

  #wrapper .sub-menu {display:flex; gap:12px; flex-direction: column; margin-top:8px}
  #wrapper .sub-menu li a {font-size:18px;}

}