/*!
Theme Name: Ride209
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: ride209
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.

Ride209 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/
*/

.nav-bar .column{

	float:none!important;
}
.row-nav .width-12  {
	max-width: 114rem!important;
	margin: auto!important;
	font-size: 1.2rem!important;
	
}
.elementor-widget:not(:last-child){
	margin-bottom: 10px!important;
	margin-block-end: 10px!important;
}
.navigation .dropdown-list:not(.custom-content) li a, .navigation ul li>a:not(.button) {
	font-size: 1.2rem!important;
}
.navigation .dropdown-list:not(.custom-content) li a, .navigation .sub-menu:not(.custom-content) li a{
	color: #888!important;
}
.bkg-theme { background: #009ecc; border-color: #009ecc;  }
.bkg-theme-red { background: #ed2a00; }
.bkg-theme-red-transparent { background: rgba(247, 42, 0, .8); }

.color-theme-red { color: #ed2a00; }

.footer { background: #a39161;  }
.footer .widget, .footer address { color: #000000; }
.footer-top a:not(.button) { color: #000000; }
.footer .widget-title, .footer .widget-title a { color: #000000; }
.widget a:not(.button):hover { color: #ffffff!important; }
.footer .footer-bottom, .footer .footer-bottom a { color: #000000; }

.footer .widget-title { color: #ed2a00; font-weight: bold; }
.footer ul {margin: 0 0 5px 5px!important;}
.footer .widget {margin-bottom: 5px!important;}

.bkg-gradient { 
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0,0) 0%, rgba(0, 0, 0,.5) 50%, rgba(0, 0, 0,1) 100%);
}

.nav-bar { height: 10rem; }
.header-transparent .header-inner > .nav-bar { border-color: transparent; }


.button {
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 1.6rem;
	position: relative;
}

.button-accent { background: min-height: 40px; padding-right: 70px; }

.button-accent:after {
	content: '';
	background: url('./core/images/button_accent.png') center center no-repeat;
	background-size: contain;
	width: 60px;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: -2px;
	z-index: 1;
	
}

.navigation .dropdown-list:not(.custom-content) li a, .navigation ul li>a:not(.button) { 
	font-size: 1.2rem; font-weight: bold; opacity: 1; 
}
.elementor-button {
		color: #fff!important;
	fill: #fff!important;
	
}
.btn-accent .elementor-button {
	
	display: inline-block;
	line-height: 1;
	background: url('https://547.29a.myftpupload.com/wp-content/uploads/2024/07/gold_black_button_LAC-01.svg') center right no-repeat;
	background-size: cover;
	background-color: transparent!important;
	font-size: 12px!important;
	font-weight: bold!important;
	padding: 12px 60px 12px 24px!important;
	-webkit-border-radius: 30px!important;
	border-radius: 30px!important;
	text-transform: uppercase;
	color: #fff!important;
	fill: #fff;
	text-align: center;
	-webkit-transition: all 0s!important;
	-o-transition: all 0s!important;
	transition: all 0s!important;

}

.btn-accent .elementor-button:hover {
	color: #fff!important;
	background: url('https://547.29a.myftpupload.com/wp-content/uploads/2024/07/gold_black_button_LAC-01.svg') center right no-repeat!important;
	background-size: cover!important;
	background-color: transparent!important;
	font-size: 12px!important;
	font-weight: bold!important;
	padding: 12px 60px 12px 24px!important;
	-webkit-border-radius: 30px!important;
	border-radius: 30px!important;

}


.mobile .header .header-inner { background: #111111; border-bottom: 1px solid #111111; }

.header .navigation .nav-icon:hover, .header .dropdown .nav-icon.active { color: #ffffff; }
.side-navigation > ul > li > a { font-weight: 400; } 


@media only screen and (max-width: 960px)
	.header .header, .header .header-inner, .header.header-transparent .header-inner { background: #000000; }
}
