/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 



.gform_button:hover, .main-menu li:last-child a:hover {
    transition: all 0.3s ease-in-out;
}
p.gform_required_legend {
    display: none;
}
.home-banner .banner-frm .gform_fields .ginput_container_email + .validation_message {
    padding-top: 0px;
    padding-bottom: 20px !important;
}
.home-banner .banner-frm .gform_fields .ginput_container_email{margin-bottom:20px !important;}


@media (min-width:1024px){
.main-menu li:last-child a span.menu-item-text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.85px !important;
}

.main-menu li:last-child a {
    background-color: var(--fl-global-link-color);
    border-radius: 12px !important;
    padding: 20px 34px !important;
}
	.main-menu li:last-child a:hover{
		background-color: #ffffff;
	}}

.contact-frm .gform-footer {
    position: relative;
}

.contact-frm .gform-footer::before {
    position: absolute;
    /*! content: "" !important; */;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "\f0a9";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 700;
    font-size: 34px;
    pointer-events: none !important;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 999999;
    background: #fff;
    height: 20px;
    width: 20px;

}
.banner-frm .button{height:61px !important;}
.has-right-arrow {
position:relative; 
}
.has-right-arrow:before {
    content: "" !important;
    position: absolute;
    background: url('https://wordpress-564672-5556477.cloudwaysapps.com/wp-content/uploads/2025/05/arrow-right.png');
    width: 63px;
    height: 39px;
    background-size: contain;
    top: 50%;
    right: -33px;
    transform: translateY(-50%);
}
@media (max-width:1100px){
	.header-menu-right ul#menu-main-menu li a {
    font-size: 14px;
}
}
@media (max-width:992px){
	.reverse-col{order:-1 !important;}
}
#side-bar-fixed {
    position: sticky;
    top: 70px;
}


.gform_wrapper div.gfield.gfield_error {
    background-color: transparent !important;
    border: none !important;
    padding: 0px !important;
    margin: 0px !important;
}

.uabb-gf-style .gform_wrapper .validation_message {
    margin: 0px 5px !important;
}

.gform_validation_errors {
    display: none !important;
}

.gform_button:focus {
    outline: none !important;
}
.contact-frm .gform-footer:hover:before {
    color: #239658;
}
.number-list .uabb-info-list-connector.uabb-info-list-top {
    left:  0 !important;
    width: 100% !important;
    border: none !important;
    height: 8px !important;
    background: #424242;
    display: block !important;
    top:  28px !important;
}

.number-list ul li:first-child .uabb-info-list-connector.uabb-info-list-top {
    border-radius: 8px 0 0 8px;
}

.number-list ul li:last-child .uabb-info-list-connector.uabb-info-list-top {
    border-radius: 0 8px 8px 0;
}
@media only screen and (min-width:768px){
	.numeric-list ul li .uabb-image-content {
    background: #f5f5f5;
    padding: 10px 0;
}
.numeric-list ul li .uabb-info-list-content {
    padding: 10px 0 10px 12px;
}
}
@media only screen and (max-width:767px){
	.has-right-arrow:before {
    top: auto;
    bottom: 27px;
    left: 50%;
    transform: rotate(90deg) translateY(50%);
}
	.number-list .uabb-info-list-connector.uabb-info-list-top{
		display:none !important;
}
	.numeric-list ul li {
    padding-bottom: 40px !important;
}
	.top-bar-button .fl-button-group-button {
		width: 50%;
	}
	.top-bar-button .fl-button-group-button:nth-child(odd) {
		text-align: right;
	}
	.top-bar-button .fl-button-group-button i {
		margin-right: 4px;
	}
}
@media only screen and (max-width:480px){
		.numeric-list ul li, .number-list ul li {
    padding-bottom: 30px !important;
}
	.number-list ul li:last-child, .numeric-list ul li:last-child{
	padding-bottom:0 !important;
	}
	.numeric-list ul li img {
    width: 70px !important;
}
}
