/*
Theme Name:   Easy Ride Autos
Description:  A child theme for Easy Ride Autos Parent
Author:       Themesflat
Author URL:   https://autodealwp.themesflat.co/
Template:     easyride
Version:      1.0.0
Tested up to: 5.8.1
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  easy-child-theme
*/

/*--text--*/
.elementor-widget p {
    margin-bottom: 20px !important;
}

/*--header--*/
.header_sticky #header.header-sticky {
  background: #fff !important;
}

#header.header-default {
  padding: 7px 0px;
}

/*--menu--*/
#header.header-sticky #mainnav > ul > li > a {
	color: #24272C !important;
}

.header-absolute #header.header-default.header-sticky #mainnav > ul > li > a {
	color: #24272C !important;
}

/*--search--*/
.tf-search-wrap.style1 .search-form-content {
	background-color:#0a2151 !important;
}

.tf-search-wrap.style1 .search-form-content .submit-search-form .tf-advanced-search-btn:hover {
  background: #fff !important;
  color: #0a2151 !important;
}


/*--misc--*/
.tficonbox .content .description {
	font-family: inherit !important;
}

.features-2 .tf-list-carousel .images::after {
  background: linear-gradient(260deg, rgba(0, 0, 0, 0.3) 40.58%, rgba(0, 0, 0, 0.8) 100%) !important;

}

/*--blog--*/
body.single .content-area {
padding-bottom:40px;
}

/*home finance banner*/
.tf-list-carousel a:hover {
  background: #fff !important;
  color: #0a2151 !important;
}

/*--gravity--*/
body .gform_wrapper input[type="submit"] {
	background:#C8A24D !important;
}

.gform_required_legend {
	display:none !important;
}

/*.nice-select {
  padding: 8px 24px 0px 24px !important;
}*/

/*--footer--*/
.bottom .wrap-logo-footer .logo-footer {
  width: 125px !important;
}

/*--responsive--*/
@media only screen and (max-width: 991px) {
  #header #logo {
    padding: 5px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
	#header #logo a img {
		max-width: 100px !important;
	}
}