/*
 Theme Name:   LogicSync GP
 Theme URI:    https://logicsync.com.au
 Description:  Custom theme created for Relax Inn
 Author:       Hari
 Author URI:   https://logicsync.com.au
 Template:     generatepress
 Version:      0.1
*/

:root {
}
/* || - Generic Styles */
/* Irrescpective of size */
body {
  overflow-x: hidden;
}
.slb_data_content {
  display: none;
}

@media (min-width: 640px) {
  /* Small size and upwards */
}
@media (min-width: 768px) {
  /* Medium size and upwards */
}
@media (min-width: 1024px) {
  /* Large size and upwards */
}
@media (min-width: 1280px) {
  /* Extra large size and upwards */
}
