/*
 Theme Name:   Fraser Valley Junk Solutions
 Theme URI:    
 Description:  Customized theme for Fraser Valley Junk Solutions
 Author:       FirstPage Marketing
 Author URI:   https://www.firstpagemarketing.com
 Template:     hello-elementor
 Version:      1.0.1
*/


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

.green-color{
    color: #2B7935 !important;
}

/* Demolition form styles */

.form__body .form__label {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #34322F;
}

.form__body .knowareacheck {
    width: 20px;
    height: 20px;
    position: relative;
    top: -30px;
    left: 0px;
}

.form__body .checkboxlabel {
    margin-left: 34px;
}

.form__body .field {
    margin-bottom: 15px;
}

.form__body .cal_row--price {
    color: #34322F;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 15px;
}


.form__body .calc_row--priceresults {
    font-size: 16px;
    color: #2B7935;
    font-weight: 600;
    padding-bottom: 10px;
}

.form__body .calc_row--thepriceresults {
    font-size: 20px;
    color: #2B7935;
    font-weight: 700;
    padding-bottom: 10px;
}


/* Bottom Margin for UL and OL */
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol, .elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content 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;
}