/* 
Theme Name: Ftax Dev Child Theme
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.1
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 */

.ffw-basket-buy_now_button {
	background-color: #198754!important;
}

/* Begin FTAX site notice (elementor widget) styles */
/* Keep colour vars in sync with the elementor global colours. */
.ftax-notice {
	padding: 1rem;
	color: white;
}

.ftax-notice a {
	color: white;
	text-decoration: underline;
}
.ftax-notice p:last-of-type {
	margin-bottom: 0;
}
.ftax-notice-info { background-color: var(--e-global-color-b4d9fed); }
.ftax-notice-warning { 
	background-color: var(--e-global-color-9e2a4fc);
	color: #333;
}
.ftax-notice-warning a { 
	color: #333;
}
.ftax-notice-danger { background-color: var(--e-global-color-b41652b); }
/* End FTAX site notice (elementor widget) styles */

/* FAQ and Video Guide Side Nav Menu Styles*/ 
.faq_nav>.elementor-nav-menu--main>.elementor-nav-menu li{
    border: solid 1px #e1e1e1;
    margin-bottom: -1px;
}

/* FAQ and Video Guide - Hide containers that contain loop with no results when filters are applied 
 * Instead of displaying a category headding and "No results found" message
 */
.hide-on-no-results:has(.jet-listing-not-found.jet-listing-grid__items) {
    display: none;
}

/*Ftax horizontal line*/
.ft-separator, hr {
    width: 100%;
height: 3px;
    margin-top: 2em;
    background: linear-gradient(90deg, #cf1041 80px, transparent 0, transparent 85px, #004954 0, #004954 165px, transparent 0, transparent 170px, #9fafab 0);
border: none
}

/*Elementor Off Canvas widget animation speed*/
.elementor-widget-off-canvas {
	--e-off-canvas-animation-duration: 500ms;
}

/*shop/agent unlimited add to basket background colour style*/
.unlimited_button .elementor-button {
background-color:var(--e-global-color-primary);
}

.unlimited_button .elementor-button:hover {
background-color:#00333b;
}

.nav-items_highlight > a.elementor-item.elementor-item-anchor{
	color:var(--e-global-color-b211393) !important;
	font-weight:600 !important;
}