/*
Theme Name: Kicker Child
Template: kicker
Theme URI: http://kicker.axiomthemes.com/
Description: Kicker is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: AxiomThemes
Author URI: http://axiomthemes.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


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


.inline-form {
  display: flex;
  align-items: center;
  gap: 10px; /* spacing between input and button */
}

.inline-form label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.inline-form input[type="email"] {
  margin: 0;
}
