/* 
Theme Name:		 Rydeonix
Theme URI:		 https://rydeonix.com/
Description:	 Rydeonix Bespoke Theme Design
Author:			 Freelance-Creator
Author URI:		 https://www.freelance-creator.com/
Template:		 astra
Version:		 1.0.0
Text Domain:	 Astra-child
-------------------------------------------------------------- */ 

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

/* Astra Header/Footer Builder CSS */
#ast-desktop-header {
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#ast-desktop-header.active {
	background-color: #000;
	box-shadow: 0px 1px 1px #111;
	padding: 0;
}

#ast-desktop-header.active img.custom-logo {
    width: 140px;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#ast-mobile-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

#ast-mobile-header.active {
	background-color: #000;
	box-shadow: 0px 1px 1px #111;
	padding: 0;
}

#ast-mobile-header.active img.custom-logo {
    width: 140px;
	-webkit-transition: all ease-out .5s;
	-moz-transition: all ease-out .5s;
	-o-transition: all ease-out .5s;
	transition: all ease-out .5s;
}

.ast-header-break-point .main-navigation .stack-on-mobile {
	font-weight: bold;
}

.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link {
	font-weight: normal;
}

.wp-block-button .wp-block-button__link, .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .elementor-button:visited, .blk-form .wpforms-submit {
	width: 260px;
}

.elementor-accordion-item {
	border-bottom: 1px solid #000!important;
}

.ro-accord .elementor-accordion .elementor-accordion-item {
	border-left: none;
	border-right: none;
}

.ro-accord .elementor-accordion-item {
	border-bottom: 2px solid #FFF!important;
}

.jotits-border .elementor-accordion-item {
	border-bottom: 1px solid #FFF!important;
}

.elementor-accordion .elementor-accordion-item:first-of-type {
	display: none;
}

.fleet-gallery .elementor-element.elementor-element-6421e74 .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image {
	outline: 1px solid white;
	outline-offset: -10px;
}

.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle, .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle:focus {
	border: 0;
	outline: none;
}

h3.team-h3 {
	margin-bottom: 0;
}

span.partner-id {
	margin: 10px;
}

.legals a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.legals a:hover {
	color: #333;
	text-decoration: none;
}

.request-btn {
	background-color: #000;
	border: 2px solid #FFF;
	border-radius: 50px;
	font-weight: 600;
	padding: 11px 19px!important;
	text-transform: uppercase;
	width: 260px;
}

.request-btn:hover {
	background-color: #FFF;
	color: #000;
}

/* Tables */
.ro-table table {
	width: 100%;
	border-collapse: collapse;
}

.ro-table th, .ro-table td {
	border: 1px solid #000;
	color: #8a8a8a;
	padding: 8px;
	text-align: center;
}

.ro-table th {
	background-color: #242d34;
	color: #fff;
}

.ro-table tr:nth-child(even) {
	background-color: #f2f2f2;
}

.ro-table .left-col-dark {
	background-color: #242d34;
	border-color: #FFF;
	color: #fff;
}

.ro-team-table table {
	width: 100%;
	border: 0;
}

.ro-team-table td {
	border: 0;
	padding: 0 30px 0 0;
	vertical-align: top;
	width: 33.33%
}

.ro-team-table img {
	border: 2px solid #FFF;
}

@media screen and (max-width: 767px) {
	.ro-team-table table {
		text-align: center;
		width: 100%;
	}
	
	.ro-team-table tr {
		display: flex;
		flex-wrap: wrap;
	}
	
	.ro-team-table td {
		text-align: center;
		padding: 0;
		width: 100%;
    }
}

/* WP Forms*/
.wpforms-container .wpforms-one-half {
	z-index: 1;
}

.wpforms-field-label {
	color: #000;
}

.wpforms-container input[type=date], .wpforms-container input[type=datetime], .wpforms-container input[type=datetime-local], .wpforms-container input[type=email], .wpforms-container input[type=month], .wpforms-container input[type=number], .wpforms-container input[type=password], .wpforms-container input[type=range], .wpforms-container input[type=search], .wpforms-container input[type=tel], .wpforms-container input[type=text], .wpforms-container input[type=time], .wpforms-container input[type=url], .wpforms-container input[type=week], .wpforms-container select, .wpforms-container textarea {
	background: #FFF;
	border-right: 0;
	border-left: 0;
	border-top: 0;
	border-bottom: 1px solid #000;
}

#footer .wpforms-submit {
	background: #FFF;
	border: 3px solid #000;
	color: #000;
	padding: 15px;
}

#footer .wpforms-submit:hover {
	background: #000;
	border: 3px solid #000;
	color: #FFF;
}

.blk-form .wpforms-field-label {
	color: #FFF;
}

.blk-form .wpforms-submit {
	background: #000;
}

.blk-form .wpforms-submit:hover {
	background: #FFF;
	color: #000;
}

/* Animated Button */
.hero-mouse {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -15px;
	text-align: center;
	z-index: 100;
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	letter-spacing: 1px;
}

.hero-mouse h3 {
	margin-left: -14px;
	padding-top: 15px;
}

.mouse-icon {
	width: 25px;
	height: 45px;
	border-radius: 15px;
	position: relative;
	border: 2px solid #dedede;
	text-align: center;
}

.mouse-icon span {
	width: 3px;
	height: 8px;
	margin: 2px auto 0;
	display: block;
	background: #dedede;
	border-radius: 5px;
	-webkit-animation: 1.2s ease infinite wheel-up-down;
	animation: 1.2s ease infinite wheel-up-down;
}

@-webkit-keyframes wheel-up-down {
	0% {
		margin-top: 2px;
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% {
		margin-top: 20px;
		opacity: 0;
	}
}

@keyframes wheel-up-down {
	0% {
		margin-top: 2px;
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	100% {
		margin-top: 20px;
		opacity: 0;
	}
}