/*!
Theme Name: Ride Today
Theme URI: http://underscores.me/
Author: Moinahemad H Mansuri
Author URI: https://lionstechnologies.com/
Description: Custom Theme Development for Benoitte Bienvenue
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ride-today
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ride Today is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
.footer form {
	position: relative;
}

.footer form input[type="email"] {
	height: 48px;
	border-radius: 25px;
	padding: 0px 30px;
	font-family: "Poppins", serif;
	font-weight: 300;
	font-size: 18px;
	color: #000;
	border: none;
	margin: 0;
	text-align: left;
	outline: none !important;
}

.footer form input[type="submit"] {
	text-indent: -999px;
	min-height: 34px;
	min-width: 34px;
	max-width: 39px;
	padding: 0px 19px !important;
	position: absolute;
	top: 5px;
	right: 7px;
	background: url(https://ridetoday.at/wp-content/uploads/2025/02/Arrow.svg) 50% 50% no-repeat;
	background-color: #F1B342 !important;
	background-size: 13px auto;
	color: #fff;
	border-radius: 50% !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
	transition: all ease 0.5s;
}

.footer form input[type="email"]:focus {
	box-shadow: 0 0 0 2px #F1B342;
}

.footer form input[type="submit"]:hover {
	background-color: #56bea4 !important;
}


.footer h2.gform_title {
	display: none;
}