/**
Theme Name: 2TON Custom Theme
Author: 2TON
Author URI: https://2ton.com/team/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 2ton-custom-theme
Template: astra
*/


/* ------- Global Button Styles ------- */

/* Main Button */
.uabb-creative-button-wrap a, .uabb-creative-button-wrap a:visited, .fl-button-group-buttons a.fl-button, a.fl-button {
	border:1px solid !important;
    border-color: #ED1C24 !important;
	background-color: #ED1C24;
	background-image: linear-gradient(to right, #ED1C24 0%, #ED1C24  51%, #90170B  100%) !important;
	background-size: 200% auto !important;
	border-radius:0px !important;
	
	box-shadow: 0px 5px 30px 20px rgba(35,50,61,0.1);
	
	line-height:1em !important;
	
	-webkit-transition: all 200ms linear !important;
    -moz-transition: all 200ms linear !important;
    -ms-transition: all 200ms linear !important;
    -o-transition: all 200ms linear !important;
    transition: all 200ms linear !important;
}


.uabb-creative-button-wrap a, .uabb-creative-button-wrap a:visited, .fl-button-group-buttons a.fl-button, a.fl-button {
	padding: 18px 42px !important;
}

.uabb-creative-button-wrap a *, .uabb-creative-button-wrap a:visited *, button *, .fl-button-group-buttons a.fl-button *, a.fl-button * {
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight:bold !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	line-height:1em !important;
}

.uabb-creative-button-wrap a:hover, .fl-button-group-buttons a.fl-button:hover, a.fl-button:hover {
    background-color: #90170B;
    border-color: #ED1C24 !important;
	background-position: right center !important; /* change the direction of the change here */
	
	box-shadow: 0px 5px 30px 20px rgba(35,50,61,0.1);
}

.uabb-creative-button-wrap a:hover *, .uabb-creative-button-wrap a:hover *, button:hover *, .fl-button-group-buttons a.fl-button:hover *, a.fl-button:hover * {
	color: #ffffff !important;
}

.white-btn .uabb-creative-button-wrap a, .white-btn .uabb-creative-button-wrap a:visited, .white-btn button, .white-btn .fl-button-group-buttons a.fl-button, .white-btn a.fl-button {
	border:1px solid !important;
    border-color: #ffffff !important;
	background-color: #ffffff !important;
	background-image: linear-gradient(to right, #ffffff 0%, #ffffff  51%, #FFE6E7  100%) !important;
}

/* 2nd button */
.hm_banner_btns .fl-button-group-button:last-child a.fl-button {
    background-color: white !important;
    background-image: linear-gradient(to right, #fff 0%, #fff  51%, #fff  100%) !important;
    border: 1px solid white !important;
    transition: all 0.3s ease-in-out;
}
.hm_banner_btns .fl-button-group-button:last-child a.fl-button:hover {
    border: 1px solid #ED1C24 !important;
    background-image: linear-gradient(to right, #ED1C24 0%, #ED1C24  51%, #90170B  100%) !important;
}
.hm_banner_btns .fl-button-group-button:last-child a.fl-button span{
    color: red !important;
}
.hm_banner_btns .fl-button-group-button:last-child a.fl-button:hover span{
    color: white !important;
}

/* White Button */

.white-btn .uabb-creative-button-wrap a:hover, .white-btn button:hover, .white-btn .fl-button-group-buttons a.fl-button:hover, .white-btn a.fl-button:hover {
    border-color: #ffffff !important;
	background-color: #FFE6E7 !important;
	background-position: right center !important; /* change the direction of the change here */
}

.white-btn .uabb-creative-button-wrap a *, .white-btn .uabb-creative-button-wrap a:visited *, .white-btn button *, .white-btn .fl-button-group-buttons a.fl-button *, .white-btn a.fl-button * {
	color: #ED1C24 !important;
}

/* Black Button */

.black-btn .uabb-creative-button-wrap a, .black-btn .uabb-creative-button-wrap a:visited, .black-btn button, .black-btn .fl-button-group-buttons a.fl-button, .black-btn a.fl-button {
	border:1px solid !important;
    border-color: #000000 !important;
	background-color: #000000 !important;
	background-image: linear-gradient(to right, #000000 0%, #000000  51%, #FFE6E7  100%) !important;
}

.black-btn .uabb-creative-button-wrap a:hover, .black-btn button:hover, .black-btn .fl-button-group-buttons a.fl-button:hover, .black-btn a.fl-button:hover {
    border-color: #000000 !important;
	background-color: #FFE6E7 !important;
	background-position: right center !important; /* change the direction of the change here */
}

.black-btn .uabb-creative-button-wrap a *, .black-btn .uabb-creative-button-wrap a:visited *, .black-btn button *, .black-btn .fl-button-group-buttons a.fl-button *, .black-btn a.fl-button * {
	color: #ED1C24 !important;
}


/* Header Secondary Nav Buttons */

.secondary-nav-buttons a.fl-button {
	border:none !important;
	background: none !important;
	border-radius:0px !important;
	
	box-shadow: none !important;
	
}

.secondary-nav-buttons a.fl-button {
	padding: 12px 12px !important;
}

.secondary-nav-buttons a.fl-button * {
	color: #ED1C24 !important;
	font-size: 14px !important;
	font-weight:bold !important;
	letter-spacing: 1px !important;
	text-transform: uppercase !important;
	line-height:1em !important;
}

.secondary-nav-buttons a.fl-button:hover {
    background: none !important;
	
	box-shadow: none !important;
}

.secondary-nav-buttons a.fl-button:hover * {
	color: #ffffff !important;
}


/*Logo Image Carousel Styles*/

.logo-carousel .uabb-image-carousel .slick-track {
	display: flex !important;
	align-items: center !important;
}

.logo-carousel .uabb-image-carousel .slick-slide{
	display: flex !important;
	justify-content: center !important;
}

.logo-carousel .uabb-image-carousel .slick-list {
    display: flex;
    align-items: center;
}

/*Fleets Footer Menu Styles*/

ul#menu-fleets-menu {
	column-count: 2;
	column-gap: 40px;
}




/* Aram added */
.nav_red a {
	color: #ed1b24 !important
}

#full-screen-box > .fl-builder-content {
    width: 100%;
}


