/*
 Theme Name:   SN Transport 
 Theme URI:    https://sntransport.ca/
 Description:  Customized theme for SN Transport.
 Author:       FirstPage Marketing
 Author URI:   https://www.firstpagemarketing.com
 Template:     hello-elementor
 Version:      1.1.11
*/


.new-background {
	background-color: rgb(29 26 26 / 90%) !important; 
/*    backdrop-filter: blur(8px); */
    border-bottom: #FFFFFF52 1px solid !important;
}

/* Bambora Forms Styling */
.bambora_form label {
	color: white;
	margin-bottom: 5px;
}

.bambora_form label span {
	color: var( --e-global-color-0e0a476 );
}

.bambora_form input {
	background-color: #FFFFFF5E;
    border-width: 0px 0px 0px 0px;
    border-radius: 5px 5px 5px 5px;
    color: white;
    margin-bottom: 20px;
}

.bambora_form input[type="submit"] {
	background-color: var(--e-global-color-5fd6236) !important;
    color: var(--e-global-color-accent) !important;
    border-color: var(--e-global-color-5fd6236) !important;
    width: 100%;
}

.bambora_form p {
	color: white;
	font-size: 16px;
}

.ui-widget-header {
    text-align: center;
}

/* Ninja Forms Styling */
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: #770000 !important;
    border: 0 !important;
    color: #fff !important;
    font-family: "Nunito Sans", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.2em !important;
    border-radius: 80px 80px 80px 80px !important;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.28) !important;
    padding: 20px 30px 20px 30px !important;
    height: auto !important;
}

.nf-progress {
    height: 20px !important;
    background-color: #329ad1 !important;
}

.nf-progress-container, .nf-progress {
    border: 0  !important;
    height: 20px !important;
}


.nf-progress {
    background-color: #770000 !important;
}

.nf-form-content {
    padding: 20px !important;
    background-color: #E5E5E5 !important;
    border-radius: 15px !important;
}

/* jetMenu Back Button Fix */
.jet-mobile-menu__controls div[aria-label="Back to Prev Items"] i:before {
        content: "\f0a8";
}

.jet-select[data-query-var="product_cat"] {
	display: none !important;
}

/* Add arrow to jetSmartFilter selector */
.elementor-widget-jet-smart-filters-select select {
    text-align: center;
}
.elementor-widget-jet-smart-filters-select .jet-smart-filters-select {
    position: relative;
}
.elementor-widget-jet-smart-filters-select .jet-smart-filters-select:after {
    content:'\f0d7';
    font-family: 'Font Awesome 5 Free Solid';
    position: absolute;
    top: 10px;
    right:25px;
    color: white;
    font-size: 20px;
}

/* Bottom Margin for UL and OL */
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
	margin-bottom: 0.9em;
	text-align: left;
}

/* Inline Image Styling */
img.alignleft {
	max-width: 50% !important;
	margin: 0 30px 30px 0;
}

img.alignright {
	max-width: 50% !important;
	margin: 0 0 30px 30px;
}

img.aligncenter {
	margin: 0 auto 30px;
}

img.alignnone {
	margin: 0 0 30px 0;
}

@media (max-width: 768px) {
	img.alignleft, img.alignright, img.aligncenter, img.alignnone {
		display: block;
		margin: 0 auto 30px;
		max-width: 100% !important;
		float:none;
	}
}

/* Elementor Animation Improvements */
@keyframes fadeInDownFPM {
    from {
        opacity: 0;
        transform: translate3d(0,-60px,0);
    }

    to {
        opacity: 1;
        transform: none
    }
}
.fadeInDown {
    animation-name: fadeInDownFPM !important;
}

@keyframes fadeInLeftFPM {
    from {
        opacity: 0;
        transform: translate3d(-60px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeftFPM !important;
}

@keyframes fadeInRightFPM {
    from {
        opacity: 0;
        transform: translate3d(60px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRightFPM !important;
}

@keyframes fadeInUpFPM {
    from {
        opacity: 0;
        transform: translate3d(0,60px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUpFPM !important;
}