/*
 Theme Name:   Qleen Child
 Theme URI:    http://qleen.bold-themes.com
 Description:  Qleen child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     qleen
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  qleen-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

.stalux-form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.stalux-form-col {
  flex: 1;
}

.stalux-form-col-full {
  width: 100%;
}

@media (max-width: 768px) {
  .stalux-form-row {
    flex-direction: column;
    gap: 15px;
  }
}
