/*
 Theme Name:   Abbotsford Chamber of Commerce  
 Theme URI:    
 Description:  Customized theme for Abbotsford of Commerce
 Author:       FirstPage Marketing
 Author URI:   https://www.firstpagemarketing.com
 Template:     hello-elementor
 Version:      1.0.40
*/

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

.new-background {
	background-color: #fff !important;
}

.mn-subscribe-button {
	font-family: "inter", sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	padding: 15px 30px !important; 
	border-width: 0px 0px 3px !important;
	border-color: #009d96 !important;
	color: #fff !important;
	background-color: #009d96 !important; 
}

.mn-subscribe-button:hover {
	color: #009d96 !important;
	background-color: #fff !important; 
}

.mn-subscribe-show {
	font-family: "inter", sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	padding: 15px 30px !important; 
	border-width: 0px 0px 3px !important;
	border-color: #009d96 !important;
	color: #fff !important;
	background-color: #009d96 !important; 
}

.mn-subscribe-show:hover {
	color: #009d96 !important;
	background-color: #fff !important; 
}



/*
.cc-subscribe-form {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.cc-subscribe-form .ctct-submit {
	width: 180px
	font-family: "inter", sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	padding: 15px 30px;
	border-width: 0px 0px 3px;
	border-color: #009d96;
	color: #fff;
	background-color: #009d96; 
}

.cc-subscribe-form .ctct-submit:hover {
	color: #009d96;
	background-color: #fff; 
}

.cc-subscribe-form .ctct-form-field-required {
	width: 100%;
}
*/


.acc-header span {
	font-weight: 800;
	font-size: 80px;
	line-height: 1.3em;
	letter-spacing: -0.8px;
	color: #fff;
	display: block;
	z-index: 100;
	margin-top: -10px;
	margin-bottom: -10px;
}

@media (max-width: 1366px) {
	.acc-header span {
		font-size: 65px;
	}
}	

@media (max-width: 1024px) {
	.acc-header span {
		font-size: 45px;
	}
}

@media (max-width: 767px) {
	.acc-header span {
		font-size: 35px;
		line-height: 1em;
		margin-top: 5px;
		margin-bottom: 5px;		
	}
}


/* 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;
}