/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



/**************************SIDE MENU************************/
span.sm-label {
	color: white;
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
	align-items:center;
}

#off-canvas-menu p a {
	color: var(--e-global-color-text)!important;
}
#off-canvas-menu p a:hover {
	color: var(--e-global-color-primary)!important;
}



/************************************************ LANGUAGE SELECTOR *******************************************************/



/*************************************HOMEPAGE*****************************/

#myHeader.elementor-sticky--active {
	background-color: var(--e-global-color-secondary);
}



#homepage-cta, #home-cta {
	position: absolute;
	bottom: 0;
	left:0;
}

.baskerville {
	font-weight: 900;
}

#CTA-home span.baskerville {
    font-family: var( --e-global-typography-secondary-font-family);
	font-size: 1.5rem;
}

p {
	padding: 0;
}

.grid-box#services-grid .elementor-widget-container:hover {
	background-color: var(--e-global-color-secondary);
	color: var(--e-global-color-primary);
}

.icon-e-bike:before {
	left: 20%!important;
}


.icon-man-driving:before, .icon-payment:before {
	left: 40%!important;
}

.blog-filter button.e-filter-item {
    background-color: var(--e-global-color-primary);
    border-radius: 5px;
    color: var(--e-global-color-secondary);
    padding: 10px 20px;
}

.blog-filter button.e-filter-item:hover, .blog-filter button.e-filter-item[aria-pressed=true]  {
    background-color: var(--e-global-color-1397ce9);
	color: var(--e-global-color-secondary)!important;
}


/************************************************* VEHICLE GRID PAGINATION *****************************************************************/

nav.elementor-pagination {
    position: absolute;
    top: 50%;
    left: -5%;
    width: 110%;
}


div.vehicle-fleet div.elementor-widget-container nav.elementor-pagination {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


span.page-numbers.prev, a.page-numbers.next, span.page-numbers.next, a.page-numbers.prev {
	font-size: 1.5rem;
    color: var(--e-global-color-secondary) !important;
    background-color: var(--e-global-color-cabf292);
    border-radius: 50%;
    width: 36px;
}






/***************************************************************************************************************************************/
/***************************************************   MEDIA QUERIES ******************************************************************/
/***************************************************************************************************************************************/
@media screen and (max-width: 768px) {
	#homepage-cta {
	position: relative;
}
	

	
}