/*
 Theme Name:   LogicSync GP
 Theme URI:    https://logicsync.com.au
 Description:  Custom theme created for
 Author:       Hari
 Author URI:   https://logicsync.com.au
 Template:     generatepress
 Version:      0.1
*/

/* || - Variables */
:root {
}

/* || - Generic Styles */
/* Irrescpective of size */
body {
  overflow-x: hidden;
}

.items-stretch {
  align-items: stretch;
}

div.wpforms-container-full .wpforms-form button[type="submit"] {
  background-color: var(--contrast) !important;
  color: #fff !important;
  border: 1px solid var(--contrast) !important;
  border-radius: 100px !important;
  padding: 10px 30px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

@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 */
}
