301 response code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 response code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: lafcm.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html> <html lang="en-US" > <head> <link rel="profile" href="https://gmpg.org/xfn/11"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <script type="text/javascript"> window.flatStyles = window.flatStyles || '' window.lightspeedOptimizeStylesheet = function () { const currentStylesheet = document.querySelector( '.tcb-lightspeed-style:not([data-ls-optimized])' ) if ( currentStylesheet ) { try { if ( currentStylesheet.sheet && currentStylesheet.sheet.cssRules ) { if ( window.flatStyles ) { if ( this.optimizing ) { setTimeout( window.lightspeedOptimizeStylesheet.bind( this ), 24 ) } else { this.optimizing = true; let rulesIndex = 0; while ( rulesIndex < currentStylesheet.sheet.cssRules.length ) { const rule = currentStylesheet.sheet.cssRules[ rulesIndex ] /* remove rules that already exist in the page */ if ( rule.type === CSSRule.STYLE_RULE && window.flatStyles.includes( `${rule.selectorText}{` ) ) { currentStylesheet.sheet.deleteRule( rulesIndex ) } else { rulesIndex ++ } } /* optimize, mark it such, move to the next file, append the styles we have until now */ currentStylesheet.setAttribute( 'data-ls-optimized', '1' ) window.flatStyles += currentStylesheet.innerHTML this.optimizing = false } } else { window.flatStyles = currentStylesheet.innerHTML currentStylesheet.setAttribute( 'data-ls-optimized', '1' ) } } } catch ( error ) { console.warn( error ) } if ( currentStylesheet.parentElement.tagName !== 'HEAD' ) { /* always make sure that those styles end up in the head */ const stylesheetID = currentStylesheet.id; /** * make sure that there is only one copy of the css * e.g display CSS */ if ( ( ! stylesheetID || ( stylesheetID && ! document.querySelector( `head #${stylesheetID}` ) ) ) ) { document.head.prepend( currentStylesheet ) } else { currentStylesheet.remove(); } } } } window.lightspeedOptimizeFlat = function ( styleSheetElement ) { if ( document.querySelectorAll( 'link[href*="thrive_flat.css"]' ).length > 1 ) { /* disable this flat if we already have one */ styleSheetElement.setAttribute( 'disabled', true ) } else { /* if this is the first one, make sure he's in head */ if ( styleSheetElement.parentElement.tagName !== 'HEAD' ) { document.head.append( styleSheetElement ) } } } </script> <title>LAFCM.com – The Fellowship of Christian Magicians – Los Angeles</title> <style type="text/css" id="tcb-style-base-page-18" onLoad="typeof window.lightspeedOptimizeStylesheet === 'function' && window.lightspeedOptimizeStylesheet()" class="tcb-lightspeed-style">body:not(.tve_editor_page) .thrv_social_follow .tve_s_item a[href=""],body:not(.tve_editor_page) .thrive_author_links .tve_s_item a[href=""]{display: none;}.thrv_icon{text-align: center;}.thrv-button{max-width: 100%;margin-left: auto;margin-right: auto;display: table !important;}.thrv-button.thrv_wrapper{padding: 0px;}a.tcb-button-link{background-color: rgb(26,188,156);padding: 12px 15px;font-size: 18px;box-sizing: border-box;display: inline-flex;align-items: center;overflow: hidden;width: 100%;text-align: center;line-height: 1.2em;}a.tcb-button-link:hover{background-color: rgb(21,162,136);}.thrv-button a.tcb-button-link{color: rgb(255,255,255);text-decoration: none !important;}a.tcb-button-link > span::before{position: absolute;content: "";display: none;top: -100px;bottom: -100px;width: 1px;left: 10px;background-color: rgb(0,121,0);}span.tcb-button-texts{color: inherit;display: block;flex: 1 1 0%;position: relative;}span.tcb-button-texts > span{display: block;padding: 0px;}.thrv_wrapper.thrv-divider{padding-top: 20px;padding-bottom: 20px;margin: 0px;}.thrv_wrapper.thrv-divider hr{margin: 0px;}.tve_sep-2{background-repeat: repeat-x;width: 100%;min-width: 10px;}.tve_image_caption{position: relative;}.tve_image_caption:not(.tcb-mm-image.tve-tab-image){height: auto !important;}.tve_image_caption .tve_image{max-width: 100%;width: 100%;}:not(.inc) .thrv_text_element h3 a:not(.tcb-button-link){color: inherit;font: inherit;letter-spacing: inherit;}:not(.inc) .thrv_text_element h3 a:not(.tcb-button-link):hover{color: inherit;font: inherit;letter-spacing: inherit;}.thrv_text_element a:not(.tcb-button-link){font-size: inherit;}.thrv_text_element{overflow-wrap: break-word;}body:not(.tve_editor_page) .thrv_wrapper.thrv_footer,body:not(.tve_editor_page) .thrv_wrapper.thrv_header{padding: 0px;}.tcb-post-content.thrv_wrapper{margin-top: 15px;margin-bottom: 15px;padding: 0px;}#tve_editor .tcb-post-content p{font-size: 16px;line-height: 1.6em;}.notifications-content-wrapper.tcb-permanently-hidden{display: none !important;}.tcb-permanently-hidden{display: none !important;}.tar-disabled{cursor: default;opacity: 0.4;pointer-events: none;}.tcb-flex-row{display: flex;flex-flow: row;align-items: stretch;justify-content: space-between;margin-top: 0px;margin-left: -15px;padding-bottom: 15px;padding-top: 15px;}.tcb-flex-col{flex: 1 1 auto;padding-top: 0px;padding-left: 15px;}.tcb-flex-row .tcb-flex-col{box-sizing: border-box;}.tcb--cols--2:not(.tcb-resized) > .tcb-flex-col{max-width: 50%;}.tcb-col{height: 100%;display: flex;flex-direction: column;position: relative;}.tcb-flex-row .tcb-col{box-sizing: border-box;}[class*=" thrv-icon-"] svg,.thrv-svg-icon svg{width: 1em;height: 1em;stroke-width: 0;fill: currentcolor;stroke: currentcolor;}html{text-rendering: auto !important;}html body{text-rendering: auto !important;}.bold_text{font-weight: bold;}.tve_p_left{text-align: left;}.tve_p_center{text-align: center;}.thrv_wrapper{margin-top: 20px;margin-bottom: 20px;padding: 1px;}.thrv_wrapper div{box-sizing: content-box;}.thrv_wrapper.thrv_text_element{margin: 0px;}.thrv_wrapper.thrv-columns{margin-top: 10px;margin-bottom: 10px;padding: 0px;}p{font-size: 1em;}.tve_clearfix::after,.thrv_post_grid::after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0px;}.tve_image{border-radius: 0px;box-shadow: none;}div .tve_image_caption{padding: 0px;max-width: 100% !important;box-sizing: border-box !important;}.tve_image_caption .tve_image_frame{display: block;max-width: 100%;position: relative;overflow: hidden;}.tve_image_caption .tve_image{display: block;padding: 0px;height: auto;}.tve_image_caption.aligncenter .tve_image{margin-left: auto;margin-right: auto;}.thrv_icon{line-height: 0;}.thrv_icon.thrv_wrapper{margin-left: auto;margin-right: auto;padding: 0px;}.thrv_icon .tve_blue{color: rgb(78,122,199);}.thrv_icon.aligncenter{display: table;margin-left: auto !important;margin-right: auto !important;}.thrv_icon span.tve_sc_icon{display: inline-block;font-size: inherit;height: auto;width: auto;text-align: center;-webkit-background-clip: padding-box;transform: rotate(var(--tcb-icon-rotation-angle,0deg));box-sizing: content-box !important;text-decoration: none !important;}.thrv_icon span.tve_sc_icon::before{color: inherit !important;}.thrv_wrapper [class*=" icon-"]{border-radius: 0px;background: transparent;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{position: relative;min-height: var(--tcb-container-height-d,100px) !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-page-section{box-sizing: border-box;margin: 0px;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-content-box{box-sizing: border-box;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-page-section-out,:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-content-box-background{box-sizing: border-box;position: absolute;width: 100%;height: 100%;left: 0px;top: 0px;overflow: hidden;}.tve_flt .tve_sep{border: none;margin: 0px !important;max-width: 100% !important;}.tve_flt .thrv_wrapper > .tve_sep{width: 100%;background-color: transparent;}.thrv_post_grid .tve_post_grid_wrapper{width: 100%;}.thrv_post_grid .tve_post{box-sizing: border-box;float: left;padding-bottom: 15px;position: relative;}.thrv_post_grid .tve_post:hover .tve_post_grid_image_wrapper .tve_pg_img_overlay{background-color: rgba(255,255,255,0.34);transition: background-color 0.2s linear 0s;}.thrv_post_grid .tve_post:hover .tve_post_grid_image_wrapper .tve_pg_img_overlay .thrv-icon-forward{opacity: 1;transition: opacity 0.5s linear 0s;}.thrv_post_grid .tve_post .tve_pg_img_overlay{width: 100%;height: 100%;position: relative;top: 0px;}.thrv_post_grid .tve_post .tve_pg_img_overlay .thrv-icon-forward{opacity: 0;position: absolute;bottom: 0px;right: 0px;background-color: rgb(22,22,22);color: rgb(184,176,175);padding: 10px;}.thrv_post_grid .tve_post .tve_pg_container{height: 100%;box-sizing: border-box;border: 1px solid rgb(225,224,224);box-shadow: rgba(0,0,0,0.9) 0px 3px 2px -3px;}.thrv_post_grid .tve_post .tve_post_grid_image_wrapper{background-size: cover;background-repeat: no-repeat;background-position: center center;height: 280px;margin-left: auto;margin-right: auto;max-width: 100%;text-align: center;}.thrv_post_grid .tve_post .tve-post-grid-title{overflow: hidden;text-transform: none;padding: 15px;margin: 0px;line-height: 1;font-size: 40px;display: block;}.thrv_post_grid .tve_post .tve-post-grid-title a{color: inherit;text-decoration: none;}.thrv_post_grid .tve_post .tve-post-grid-title a:hover{text-decoration: none;}.thrv_post_grid .tve_post .tve-post-grid-text{margin: 0px 15px 15px;border-top: 0px solid rgb(225,224,224);padding: 15px 0px 0px;overflow: hidden;}.thrv_post_grid .tve_post .tve_pg_more{margin: 0px 15px 15px;font-weight: 600;}.thrv_post_grid .tve_post .tve_pg_more a{color: inherit;font-weight: 600;}.thrv_post_grid .tve_post .tve_pg_more a:hover{text-decoration: underline;}.thrv_post_grid .tve_post .tve_pg_more span{font-size: 10px;font-weight: bold;}.thrv_post_grid .tve_pg_row .tve_pg_container{margin: 0px 5px;}.thrv_post_grid .tve_pg_row .tve_post:first-child .tve_pg_container{margin: 0px 5px 0px 0px;}.thrv_post_grid .tve_pg_row .tve_post:last-child .tve_pg_container{margin: 0px 0px 0px 5px;}.thrv_post_grid .tve_post_width_4{width: 25%;}.thrv_post_grid .tve_post_width_4 .tve_post_grid_image_wrapper{height: 200px;}.thrv_wrapper .aligncenter{display: block;margin-left: auto;margin-right: auto;}.thrv_wrapper.aligncenter{display: block;margin-left: auto;margin-right: auto;}.aligncenter{clear: both;display: block;margin-left: auto;margin-right: auto;}.thrv-divider .tve_sep{background: transparent;border: none;}body:not(.ttb-editor-page) .tcb-post-content::before,body:not(.ttb-editor-page) .tcb-post-content::after{display: none;}.thrv_wrapper.thrv_text_element{padding: 1px;}@media (max-width: 1023px){:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height: var(--tcb-container-height-t) !important;}}@media (max-width: 767px){html{overflow-x: hidden !important;}html,body{max-width: 100vw !important;}.tcb-flex-row{flex-direction: column;}.thrv_wrapper > .tcb-flex-row:not(.v-2) > .tcb-flex-col{width: 100%;max-width: 100% !important;flex: 0 0 auto !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height: var(--tcb-container-height-m) !important;}}@media (min-width: 1024px){.thrv_post_grid .tve_pg_row:last-child .tve_post{padding-bottom: 0px;}}@media only screen and (max-width: 774px){.thrv_post_grid .tve_post_width_4{width: 100%;}.thrv_post_grid .tve_post_width_4 .tve_pg_container{margin: 0px !important;}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.tcb-flex-col{width: 100%;}.tcb-col{display: block;}}@media screen and (max-device-width: 480px){body{text-size-adjust: none;}}</style><link rel='stylesheet' id='tcb-style-base-thrive_template-2203' href='//lafcm.com/wp-content/uploads/thrive/tcb-base-css-2203-1691469282.css' type='text/css' media='all' /><style type="text/css" id="tcb-style-template-thrive_template-2203" onLoad="typeof window.lightspeedOptimizeStylesheet === 'function' && window.lightspeedOptimizeStylesheet()" class="tcb-lightspeed-style">@media (min-width: 300px){.tve-theme-2203 .content-section .section-content{padding: 0px !important;min-height: 650px !important;}.tve-theme-2203 #content{padding: 0px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb2b"]{margin-left: -20px;padding: 0px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb2a"]{margin: 0px 0px 15px !important;background-color: transparent !important;}:not(#tve) .tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb2a"] p,:not(#tve) .tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb2a"] li,:not(#tve) .tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb2a"] blockquote,:not(#tve) .tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb2a"] address,:not(#tve) .tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb2a"] .tcb-plain-text,:not(#tve) .tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb2a"] label{font-style: normal;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb2a"] p{padding: 0px !important;margin: 0px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb2a"] h3{padding: 0px !important;margin: 0px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb2b"] > .tcb-flex-col{padding-left: 20px;}.tve-theme-2203 .bottom-section [data-css="tve-u-16e8d0bd13f"]{text-align: center;padding: 0px !important;background-image: none !important;margin-top: 0px !important;margin-bottom: 0px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb26"]{padding: 0px 20px 20px !important;margin: 0px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb27"]{border-bottom-left-radius: 6px;overflow: hidden;border-bottom-right-radius: 6px;background-color: transparent !important;background-image: none !important;}:not(#tve) .tve-theme-2203 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] p,:not(#tve) .tve-theme-2203 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] li,:not(#tve) .tve-theme-2203 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] blockquote,:not(#tve) .tve-theme-2203 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] address,:not(#tve) .tve-theme-2203 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] .tcb-plain-text,:not(#tve) .tve-theme-2203 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] label,:not(#tve) .tve-theme-2203 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] h1,:not(#tve) .tve-theme-2203 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] h2,:not(#tve) .tve-theme-2203 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] h3,:not(#tve) .tve-theme-2203 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] h4,:not(#tve) .tve-theme-2203 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] h5,:not(#tve) .tve-theme-2203 .bottom-section .thrv-content-box [data-css="tve-u-16ecb84bb29"] h6{color: var(--tcb-skin-color-4);--tcb-applied-color: var$(--tcb-skin-color-4);}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb3b"]{padding: 0px !important;margin-bottom: 10px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb3d"]{--tcb-applied-color: rgba(0,0,0,0.5);}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb3e"]{padding: 0px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb35"]{font-size: 22px;width: 22px;height: 22px;float: none;padding: 5px !important;margin: 0px auto !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb2f"]{float: none;z-index: 3;position: relative;min-width: 219px;margin: 0px auto !important;padding: 6px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb31"]{padding: 0px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb30"]{margin: 0px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb32"]{font-size: 22px;width: 22px;height: 22px;float: none;padding: 5px !important;margin: 0px auto !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb33"]{font-size: 22px;width: 22px;height: 22px;float: none;padding: 5px !important;margin: 0px auto !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb34"]{font-size: 22px;width: 22px;height: 22px;float: none;padding: 5px !important;margin: 0px auto !important;}:not(#tve) .tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb32"] > :first-child{color: var(--tcb-skin-color-4);}:not(#tve) .tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb33"] > :first-child{color: var(--tcb-skin-color-4);}:not(#tve) .tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb34"] > :first-child{color: var(--tcb-skin-color-4);}:not(#tve) .tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb35"] > :first-child{color: var(--tcb-skin-color-4);}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb2b"] > .tcb-flex-col > .tcb-col{justify-content: center;}:not(#tve) .tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb32"]:hover > :first-child{color: var(--tcb-skin-color-3) !important;}:not(#tve) .tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb3c"]{--tcb-applied-color: var$(--tcb-skin-color-3);letter-spacing: 2px;color: var(--tcb-skin-color-3) !important;text-transform: none !important;font-weight: var(--g-bold-weight,bold) !important;font-size: 22px !important;padding-bottom: 20px !important;margin-bottom: 0px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb857f33"]{background-image: url("https://secure.gravatar.com/avatar/43de1b85c4904a1a675d0f9b11c52659?s=256&d=mm&r=g&dynamic_author=1") !important;background-size: cover !important;background-position: 50% 50% !important;background-attachment: scroll !important;background-repeat: no-repeat !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb85991f"]{width: 320px;float: none;padding: 0px !important;margin-left: auto !important;margin-right: auto !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb85ac30"]{height: 370px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb883718"]{height: 253px;top: 0px;transform: rotate(180deg);}:not(#tve) .tve-theme-2203 .bottom-section [data-css="tve-u-16ecb8b9f08"]{--tcb-applied-color: rgba(0,0,0,0.16);--g-regular-weight: 200;--g-bold-weight: 600;font-size: 80px !important;line-height: 1em !important;color: rgba(0,0,0,0.16) !important;font-family: Muli !important;font-weight: var(--g-regular-weight,normal) !important;padding-bottom: 35px !important;margin-bottom: 0px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb8c4f33"]{text-align: left;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb8ccc4d"]{padding: 0px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb8dd69b"]{padding: 0px !important;margin-bottom: 20px !important;}:not(#tve) .tve-theme-2203 .bottom-section [data-css="tve-u-16ecb8de870"]{letter-spacing: 3px;text-transform: uppercase !important;font-size: 14px !important;}:not(#tve) .tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb33"]:hover > :first-child{color: var(--tcb-skin-color-3) !important;}:not(#tve) .tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb34"]:hover > :first-child{color: var(--tcb-skin-color-3) !important;}:not(#tve) .tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb35"]:hover > :first-child{color: var(--tcb-skin-color-3) !important;}.tve-theme-2203 .bottom-section .section-background{background-color: var(--tcb-skin-color-0) !important;background-image: linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.8)) !important;background-size: auto !important;background-position: 50% 50% !important;background-attachment: scroll !important;background-repeat: no-repeat !important;}.tve-theme-2203 .top-section .section-background{width: 100% !important;background-color: var(--tcb-skin-color-9) !important;}.tve-theme-2203 .top-section .section-content{text-align: center;width: 100% !important;min-height: 377px !important;padding: 40px 0px 0px !important;}.tve-theme-2203 .top-section [data-css="tve-u-16ef9f82fc4"]{background-image: url("http://lafcm.com/wp-content/uploads/thrive-theme/images/Team_top-img-6.jpg") !important;background-size: cover !important;background-position: 50% 50% !important;background-attachment: scroll !important;background-repeat: no-repeat !important;}.tve-theme-2203 .top-section [data-css="tve-u-16ef9f85b00"]{margin: 0px !important;padding: 0px !important;}.tve-theme-2203 .top-section [data-css="tve-u-16ef9f87900"]{min-height: 480px !important;}.tve-theme-2203 .top-section [data-css="tve-u-16ef9f91104"]{float: none;margin-left: auto !important;margin-right: auto !important;padding: 0px !important;margin-bottom: 30px !important;}:not(#tve) .tve-theme-2203 .top-section [data-css="tve-u-16ef9f9350c"]{--tcb-applied-color: var$(--tcb-skin-color-4);color: var(--tcb-skin-color-4) !important;font-size: 40px !important;}:not(#tve) .tve-theme-2203 .top-section [data-css="tve-u-16ef9f9bbc8"]{padding-bottom: 0px !important;margin-bottom: 0px !important;}.tve-theme-2203 .top-section [data-css="tve-u-16ef9f9d128"]{float: none;padding: 0px !important;margin-left: auto !important;margin-right: auto !important;margin-bottom: 40px !important;}.tve-theme-2203 .top-section [data-css="tve-u-16ef9fb90db"] .tcb-button-link{background-color: var(--tcb-skin-color-0) !important;padding: 26px !important;}.tve-theme-2203 .top-section [data-css="tve-u-16ef9fb90db"]{float: none;position: relative;margin: 0px auto -37px !important;z-index: 12 !important;}:not(#tve) .tve-theme-2203 .top-section [data-css="tve-u-16ef9fb90db"] .tcb-button-link{line-height: 1.2em;font-size: 18px;}:not(#tve) .tve-theme-2203 .top-section [data-css="tve-u-16ef9fb90db"]:hover .tcb-button-link{background-color: var(--tcb-skin-color-3) !important;}.tve-theme-2203 .top-section [data-css="tve-u-16efa00ea59"]{height: 18px;top: 0px;transform: rotate(180deg);fill: var(--tcb-skin-color-9);}.tve-theme-2203 .top-section [data-css="tve-u-16efa024586"]{float: none;max-width: 750px;margin: 0px auto !important;padding: 1px !important;}.tve-theme-2203 #wrapper{--header-background-width: 100%;--footer-background-width: 100%;}.tve-theme-2203 .thrv_header [data-css="tve-u-16eff063edc"]{padding: 0px !important;}.tve-theme-2203 .thrv_header [data-css="tve-u-16eff064345"]{margin: 0px !important;}.tve-theme-2203 .thrv_header [data-css="tve-u-16eff063edc"] > .tcb-flex-col > .tcb-col{justify-content: center;}.tve-theme-2203 .thrv_header [data-css="tve-u-16eff067282"]{max-width: 24.1%;}.tve-theme-2203 .thrv_header [data-css="tve-u-16eff067395"]{max-width: 75.9%;}.tve-theme-2203 .thrv_header .symbol-section-out{box-shadow: rgba(0,0,0,0.08) 0px 2px 30px 0px;background-color: rgb(255,255,255) !important;}.tve-theme-2203 .thrv_header .symbol-section-in{max-width: 100%;padding: 8px 20px !important;}.tve-theme-2203 .thrv_header [data-css="tve-u-17076c6b956"]{width: 160px;margin-top: 0px !important;margin-bottom: 0px !important;}.tve-theme-2203 .thrv_header{margin-left: 0px !important;z-index: 10 !important;}.tve-theme-2203 .thrv_header.tve-default-state .symbol-section-out.tve-default-state{background-image: none !important;--tve-applied-background-image: none !important;}.tve-theme-2203 .thrv_header.tve-default-state .symbol-section-in{min-height: 8px !important;}.tve-theme-2203 .thrv_header [data-css="tve-u-177c90ace6c"]{border-top: none;border-bottom: none;--tve-alignment: right;--tcb-local-color-eb2ec: var(--tcb-skin-color-4);float: right;z-index: 3;position: relative;padding: 0px !important;margin-top: 0px !important;margin-bottom: 0px !important;}.tve-theme-2203 .thrv_header [data-css="tve-u-177c90ace6c"] .tve_w_menu{background-color: rgb(255,255,255) !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b ul:not(.tcb-excluded-from-group-item){width: 100%;margin-left: 0px !important;padding-top: 0px !important;background-image: none !important;box-shadow: none !important;border-right: none !important;--tve-applied-background-image: none !important;--background-image: none !important;background-color: var(--tcb-skin-color-0) !important;--background-color: var(--tcb-skin-color-0) !important;--tve-applied-background-color: var$(--tcb-skin-color-0) !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li:not(.tcb-excluded-from-group-item){border: none;--tve-applied-border: none;--tve-font-weight: var(--g-regular-weight,normal);--tve-font-size: 14px;--tve-color: var(--tcb-skin-color-4);--tve-applied---tve-color: var$(--tcb-skin-color-4);--tve-font-family: inherit;padding: 5px 15px !important;margin: 0px !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b li li:not(.tcb-excluded-from-group-item) > a{font-family: "Source Sans Pro";font-size: 14px !important;color: rgb(255,255,255) !important;font-weight: 400 !important;line-height: var(--tve-line-height,1.7em) !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b li li:not(.tcb-excluded-from-group-item){text-align: center;border: none;--tve-line-height: 1.7em;padding-top: 10px !important;padding-bottom: 10px !important;background-image: none !important;--tve-applied-background-image: none !important;--background-image: none !important;background-color: var(--tcb-skin-color-0) !important;--background-color: var(--tcb-skin-color-0) !important;--tve-applied-background-color: var$(--tcb-skin-color-0) !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li:not(.tcb-excluded-from-group-item) > a{text-transform: capitalize;--tcb-applied-color: var$(--tcb-skin-color-4);font-family: var(--tve-font-family,inherit);font-weight: 600 !important;font-size: var(--tve-font-size,14px) !important;color: var(--tve-color,var(--tcb-skin-color-4)) !important;--tve-applied-color: var$(--tve-color,var$(--tcb-skin-color-4)) !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li:not(.tcb-excluded-from-group-item) > ul{width: calc(100% + 1px);min-width: calc(100% + 1px);margin-left: 0px !important;margin-top: 1px !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li:last-child{text-align: center;border: none;border-radius: 100px;box-shadow: none;padding-left: 42px !important;padding-right: 42px !important;margin-right: 0px !important;margin-left: 30px !important;background-image: linear-gradient(rgb(57,163,209),rgb(57,163,209)) !important;background-size: auto !important;background-position: 50% 50% !important;background-attachment: scroll !important;background-repeat: no-repeat !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li:last-child > a{font-family: "Source Sans Pro";text-transform: capitalize;font-size: 16px !important;font-weight: 600 !important;color: rgb(255,255,255) !important;}:not(#tve) .tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b li li:not(.tcb-excluded-from-group-item):hover{background-color: var(--tcb-skin-color-0) !important;background-image: linear-gradient(rgba(0,0,0,0.06),rgba(0,0,0,0.06)) !important;border-top: none !important;--tve-applied-background-color: var$(--tcb-skin-color-0) !important;--background-image: linear-gradient(rgba(0,0,0,0.06),rgba(0,0,0,0.06)) !important;--tve-applied-background-image: linear-gradient(rgba(0,0,0,0.06),rgba(0,0,0,0.06)) !important;--background-color: var(--tcb-skin-color-0) !important;background-size: auto !important;background-position: 50% 50% !important;background-attachment: scroll !important;background-repeat: no-repeat !important;--background-size: auto !important;--background-position: 50% 50% !important;--background-attachment: scroll !important;--background-repeat: no-repeat !important;}:not(#tve) .tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li:not(.tcb-excluded-from-group-item):hover{border-bottom: none !important;}:not(#tve) .tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li:last-child:hover{box-shadow: none !important;background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),linear-gradient(rgb(57,163,209),rgb(57,163,209)) !important;background-size: auto,auto !important;background-position: 50% 50%,50% 50% !important;background-attachment: scroll,scroll !important;background-repeat: no-repeat,no-repeat !important;border: none !important;}:not(#tve) .tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li:last-child:hover > a{color: rgb(255,255,255) !important;}:not(#tve) .tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b li li:not(.tcb-excluded-from-group-item):hover > a{text-decoration: none !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li:not(.tcb-excluded-from-group-item).tve-state-active{border-bottom: none;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li.menu-item:last-child.tve-state-active{border: 2px solid var(--tcb-skin-color-0);--tve-applied-border: 2px solid var$(--tcb-skin-color-0);--tve-color: var(--tcb-skin-color-22);--tve-applied---tve-color: var$(--tcb-skin-color-22);background-image: none !important;--tve-applied-background-image: none !important;--background-image: none !important;background-color: var(--tcb-skin-color-0) !important;--background-color: var(--tcb-skin-color-0) !important;--tve-applied-background-color: var$(--tcb-skin-color-0) !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b li li:not(.tcb-excluded-from-group-item).tve-state-active{background-image: linear-gradient(rgba(0,0,0,0.06),rgba(0,0,0,0.06)) !important;--tve-applied-background-image: linear-gradient(rgba(0,0,0,0.06),rgba(0,0,0,0.06)) !important;--background-image: linear-gradient(rgba(0,0,0,0.06),rgba(0,0,0,0.06)) !important;background-color: var(--tcb-skin-color-0) !important;--background-color: var(--tcb-skin-color-0) !important;--tve-applied-background-color: var$(--tcb-skin-color-0) !important;background-size: auto !important;background-position: 50% 50% !important;background-attachment: scroll !important;background-repeat: no-repeat !important;--background-size: auto auto !important;--background-position: 50% 50% !important;--background-attachment: scroll !important;--background-repeat: no-repeat !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li.menu-item:last-child{--tve-border-width: 2px;border: 2px solid var(--tcb-skin-color-13);--tve-applied-border: 2px solid var$(--tcb-skin-color-13);--tve-color: var(--tcb-skin-color-0);--tve-applied---tve-color: var$(--tcb-skin-color-0);--tve-letter-spacing: 1px;--tve-font-size: 14px;--tve-font-weight: var(--g-regular-weight,normal);--tve-font-family: inherit;background-image: none !important;--tve-applied-background-image: none !important;margin: 0px 0px 0px 15px !important;padding: 5px 15px !important;--background-image: none !important;}:not(#tve) .tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li.menu-item:last-child:hover{background-image: linear-gradient(var(--tcb-skin-color-0),var(--tcb-skin-color-0)) !important;--tve-applied-background-image: linear-gradient(var$(--tcb-skin-color-0),var$(--tcb-skin-color-0)) !important;--tve-border-width: 2px !important;border: 2px solid var(--tcb-skin-color-0) !important;--tve-applied-border: 2px solid var$(--tcb-skin-color-0) !important;--background-image: linear-gradient(var(--tcb-skin-color-0),var(--tcb-skin-color-0)) !important;background-size: auto !important;background-position: 50% 50% !important;background-attachment: scroll !important;background-repeat: no-repeat !important;--background-size: auto auto !important;--background-position: 50% 50% !important;--background-attachment: scroll !important;--background-repeat: no-repeat !important;--tve-color: var(--tcb-skin-color-22) !important;--tve-applied---tve-color: var$(--tcb-skin-color-22) !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li.menu-item:last-child > a{--tcb-applied-color: var$(--tcb-skin-color-0);font-family: var(--tve-font-family,inherit);color: var(--tve-color,var(--tcb-skin-color-0)) !important;--tve-applied-color: var$(--tve-color,var$(--tcb-skin-color-0)) !important;letter-spacing: var(--tve-letter-spacing,1px) !important;font-size: var(--tve-font-size,14px) !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li.menu-item:last-child.tve-state-active > a{--tcb-applied-color: var$(--tcb-skin-color-22);color: var(--tve-color,var(--tcb-skin-color-22)) !important;--tve-applied-color: var$(--tve-color,var$(--tcb-skin-color-22)) !important;}:not(#tve) .tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li.menu-item:last-child:hover > a{color: var(--tve-color,var(--tcb-skin-color-22)) !important;--tve-applied-color: var$(--tve-color,var$(--tcb-skin-color-22)) !important;--tcb-applied-color: var$(--tcb-skin-color-22) !important;}.tve-theme-2203 .thrv_header [data-css="tve-u-177c90d50a6"]::after{clear: both;}:not(#tve) .tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li:not(.tcb-excluded-from-group-item) > a{font-weight: var(--tve-font-weight,var(--g-regular-weight,normal) ) !important;}:not(#tve) .tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li.menu-item:last-child > a{font-weight: var(--tve-font-weight,var(--g-regular-weight,normal) ) !important;}.tve-theme-2203 .thrv_header .symbol-section-in.tve-default-state{padding-top: 10px !important;padding-bottom: 10px !important;}}@media (max-width: 1023px){.tve-theme-2203 .content-section .section-content{padding-top: 0px !important;}.tve-theme-2203 #content{padding: 0px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb32"]{font-size: 16px;width: 16px;height: 16px;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb34"]{font-size: 16px;width: 16px;height: 16px;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb35"]{font-size: 16px;width: 16px;height: 16px;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb33"]{font-size: 16px;width: 16px;height: 16px;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb31"]{flex-wrap: nowrap !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb2b"]{flex-flow: wrap !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb2b"] .tcb-flex-col{flex-basis: 601px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb2a"]{text-align: center;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb8c4f33"]{text-align: center;padding-bottom: 0px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb85991f"]{width: 229px;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb85ac30"]{height: 255px !important;}:not(#tve) .tve-theme-2203 .bottom-section [data-css="tve-u-16ecb8b9f08"]{padding-bottom: 15px !important;margin-bottom: 0px !important;font-size: 61px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb26"]{padding-bottom: 50px !important;}.tve-theme-2203 .top-section [data-css="tve-u-16ef9f87900"]{min-height: 290px !important;}.tve-theme-2203 .top-section [data-css="tve-u-16efa024586"]{max-width: 646px;}.tve-theme-2203 .thrv_header [data-css="tve-u-16eff063edc"]{padding: 0px !important;flex-flow: row !important;}.tve-theme-2203 .thrv_header [data-css="tve-u-16eff067395"]{max-width: 67.4%;}.tve-theme-2203 .thrv_header [data-css="tve-u-16eff067282"]{max-width: 32.6%;}.tve-theme-2203 .thrv_header .symbol-section-in{padding-left: 40px !important;padding-right: 30px !important;}:not(#tve) .tve-theme-2203 .thrv_header [data-css="tve-u-177c90ace6c"] .tcb-icon-open > :first-child{color: rgb(57,163,209);}.tve-theme-2203 .thrv_header [data-css="tve-u-177c90ace6c"] .tcb-icon-open{font-size: 25px;width: 25px;height: 25px;}:not(#tve) .tve-theme-2203 .thrv_header [data-css="tve-u-177c90ace6c"] .tcb-icon-close > :first-child{color: rgb(57,163,209);}.tve-theme-2203 .thrv_header [data-css="tve-u-177c90ace6c"] .tcb-icon-close{font-size: 25px;width: 25px;height: 25px;}:not(#tve) .tve-theme-2203 .thrv_header [data-css="tve-u-177c90ace6c"] .tve-m-trigger .thrv_icon > svg{color: var(--tcb-local-color-eb2ec);--tve-applied-color: var$(--tcb-local-color-eb2ec);}.tve-theme-2203 .thrv_header [data-css="tve-u-177c90ace6c"]{margin-bottom: 0px !important;margin-top: 0px !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li:last-child{margin-left: 0px !important;padding-top: 0px !important;margin-top: 33px !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li:not(.tcb-excluded-from-group-item){--tve-line-height: 1.4em;padding: 1px !important;margin-top: 5px !important;}.tve-theme-2203 .thrv_header [data-css="tve-u-177c90ace6c"] .tve_w_menu{padding: 14px 40px !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li:not(.tcb-excluded-from-group-item) > a{line-height: var(--tve-line-height,1.4em) !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li.menu-item:last-child > a{line-height: var(--tve-line-height,1.2em) !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li.menu-item:last-child{--tve-line-height: 1.2em;margin-top: 5px !important;padding-top: 3px !important;padding-bottom: 3px !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b li li:not(.tcb-excluded-from-group-item){padding: 1px !important;}}@media (max-width: 767px){.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb2a"]{text-align: center;margin-bottom: 0px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb31"]{flex-wrap: nowrap !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb2f"]{float: none;max-width: 190px;margin-left: auto !important;margin-right: auto !important;margin-bottom: 15px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb32"]{float: none;margin-left: auto !important;margin-right: auto !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb33"]{float: none;margin-left: auto !important;margin-right: auto !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb34"]{float: none;margin-left: auto !important;margin-right: auto !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb35"]{float: none;margin-left: auto !important;margin-right: auto !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb2b"]{flex-flow: wrap !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb2b"] .tcb-flex-col{flex-basis: 390px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb84bb26"]{padding-top: 30px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16e8d0bd13f"]{padding-top: 0px !important;}:not(#tve) .tve-theme-2203 .bottom-section [data-css="tve-u-16ecb8b9f08"]{font-size: 50px !important;padding-bottom: 19px !important;margin-bottom: 0px !important;}.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb8c4f33"]{padding-bottom: 0px !important;}.tve-theme-2203 .content-section .section-content{min-height: 384px !important;}.tve-theme-2203 .top-section .section-content{padding: 20px 0px !important;}:not(#tve) .tve-theme-2203 .top-section [data-css="tve-u-16ef9f9350c"]{font-size: 26px !important;}.tve-theme-2203 .top-section [data-css="tve-u-16efa024586"]{padding: 20px !important;}:not(#tve) .tve-theme-2203 .top-section [data-css="tve-u-16ef9f9bbc8"]{font-size: 16px !important;}.tve-theme-2203 .top-section [data-css="tve-u-16ef9f91104"]{margin-bottom: 15px !important;}.tve-theme-2203 .top-section [data-css="tve-u-16ef9f9d128"]{margin-bottom: 20px !important;}.tve-theme-2203 .top-section [data-css="tve-u-16ef9f87900"]{min-height: 195px !important;}.tve-theme-2203 .top-section [data-css="tve-u-16ef9fb90db"] .tcb-button-link{padding: 22px !important;}.tve-theme-2203 .thrv_header [data-css="tve-u-16eff063edc"]{padding: 0px !important;flex-flow: wrap !important;}.tve-theme-2203 .thrv_header [data-css="tve-u-16eff063edc"] .tcb-flex-col{flex-basis: 103px !important;}.tve-theme-2203 .thrv_header .symbol-section-in{padding-left: 20px !important;padding-right: 10px !important;}.tve-theme-2203 .thrv_header [data-css="tve-u-177c90ace6c"]{margin-top: 0px !important;margin-bottom: 0px !important;}.tve-theme-2203 .thrv_header [data-css="tve-u-177c90ace6c"] .tve_w_menu{padding: 8px 14px 14px !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b li li:not(.tcb-excluded-from-group-item){padding: 1px !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li:not(.tcb-excluded-from-group-item){padding: 1px !important;}.tve-theme-2203 .thrv_header .thrv_widget_menu #m-177c90ace6b > li.menu-item:last-child{padding: 3px 15px !important;}.tve-theme-2203 .thrv_header [data-css="tve-u-177c90ace6c"] .tve-m-trigger .thrv_icon{font-size: 20px !important;width: 20px !important;height: 20px !important;}}</style><meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='dns-prefetch' href='//accounts.google.com' /> <link rel='dns-prefetch' href='//apis.google.com' /> <link rel="alternate" type="application/rss+xml" title="LAFCM.com » Feed" href="https://lafcm.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="LAFCM.com » Comments Feed" href="https://lafcm.com/comments/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/lafcm.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.8.1"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\ud83d\udd25","\ud83d\udc26\u200b\ud83d\udd25")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://lafcm.com/wp-includes/css/dist/block-library/style.min.css?ver=6.8.1' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='thrive_icon_pack-css' href='//lafcm.com/wp-content/uploads/2015/04/icomoon/style.css?ver=7.51' type='text/css' media='all' /> <link rel='stylesheet' id='thrive-theme-css' href='https://lafcm.com/wp-content/themes/thrive-theme/style.css?ver=10.6.2' type='text/css' media='all' /> <script type="text/javascript" id="tho-header-js-js-extra"> /* <![CDATA[ */ var THO_Head = {"variations":[],"post_id":"18","element_tag":"thrive_headline","woo_tag":"tho_woo"}; /* ]]> */ </script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-headline-optimizer/frontend/js/header.min.js?ver=2.3.1" id="tho-header-js-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-includes/js/jquery/ui/menu.min.js?ver=1.13.3" id="jquery-ui-menu-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" src="https://lafcm.com/wp-includes/js/dist/a11y.min.js?ver=3156534cc54473497e14" id="wp-a11y-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-includes/js/jquery/ui/autocomplete.min.js?ver=1.13.3" id="jquery-ui-autocomplete-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2b" id="jquery-masonry-js"></script> <script type="text/javascript" id="tve_frontend-js-extra"> /* <![CDATA[ */ var tve_frontend_options = {"ajaxurl":"https:\/\/lafcm.com\/wp-admin\/admin-ajax.php","is_editor_page":"","page_events":[],"is_single":"1","social_fb_app_id":"","dash_url":"https:\/\/lafcm.com\/wp-content\/themes\/thrive-theme\/thrive-dashboard","queried_object":{"ID":18,"post_author":"1"},"query_vars":[],"$_POST":[],"translations":{"Copy":"Copy","empty_username":"ERROR: The username field is empty.","empty_password":"ERROR: The password field is empty.","empty_login":"ERROR: Enter a username or email address.","min_chars":"At least %s characters are needed","no_headings":"No headings found","registration_err":{"required_field":"<strong>Error<\/strong>: This field is required","required_email":"<strong>Error<\/strong>: Please type your email address.","invalid_email":"<strong>Error<\/strong>: The email address isn’t correct.","passwordmismatch":"<strong>Error<\/strong>: Password mismatch"}},"routes":{"posts":"https:\/\/lafcm.com\/wp-json\/tcb\/v1\/posts","video_reporting":"https:\/\/lafcm.com\/wp-json\/tcb\/v1\/video-reporting"},"nonce":"7ec655ae62","allow_video_src":"","google_client_id":null,"google_api_key":null,"facebook_app_id":null,"lead_generation_custom_tag_apis":["activecampaign","aweber","convertkit","drip","klicktipp","mailchimp","sendlane","zapier"],"post_request_data":[],"user_profile_nonce":"1fb12d3749","ip":"112.86.225.234","current_user":[],"post_id":"18","post_title":"Home","post_type":"page","post_url":"https:\/\/lafcm.com\/","is_lp":"","conditional_display":{"is_tooltip_dismissed":false}}; /* ]]> */ </script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/general.min.js?ver=10.6.2" id="tve_frontend-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-includes/js/plupload/moxie.min.js?ver=1.3.5.1" id="moxiejs-js"></script> <script type="text/javascript" id="theme-frontend-js-extra"> /* <![CDATA[ */ var thrive_front_localize = {"comments_form":{"error_defaults":{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}},"routes":{"posts":"https:\/\/lafcm.com\/wp-json\/tcb\/v1\/posts","frontend":"https:\/\/lafcm.com\/wp-json\/ttb\/v1\/frontend"},"tar_post_url":"?tve=true&action=architect&from_theme=1","is_editor":"","ID":"2203","template_url":"?tve=true&action=architect&from_tar=18","pagination_url":{"template":"https:\/\/lafcm.com\/page\/[thrive_page_number]\/","base":"https:\/\/lafcm.com\/"},"sidebar_visibility":[],"is_singular":"1","is_user_logged_in":""}; /* ]]> */ </script> <script type="text/javascript" src="https://lafcm.com/wp-content/themes/thrive-theme/inc/assets/dist/frontend.min.js?ver=10.6.2" id="theme-frontend-js"></script> <link rel="https://api.w.org/" href="https://lafcm.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://lafcm.com/wp-json/wp/v2/pages/18" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://lafcm.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.8.1" /> <link rel="canonical" href="https://lafcm.com/" /> <link rel='shortlink' href='https://lafcm.com/' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://lafcm.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flafcm.com%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://lafcm.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flafcm.com%2F&format=xml" /> <style type="text/css" id="tve_global_variables">:root{--tcb-color-0:rgb(255, 0, 0);--tcb-color-0-h:0;--tcb-color-0-s:100%;--tcb-color-0-l:50%;--tcb-color-0-a:1;--tcb-color-1:rgb(254, 255, 0);--tcb-color-1-h:60;--tcb-color-1-s:100%;--tcb-color-1-l:50%;--tcb-color-1-a:1;--tcb-color-2:rgb(0, 176, 80);--tcb-color-2-h:147;--tcb-color-2-s:100%;--tcb-color-2-l:34%;--tcb-color-2-a:1;--tcb-color-3:rgb(0, 0, 0);--tcb-color-3-h:0;--tcb-color-3-s:0%;--tcb-color-3-l:0%;--tcb-color-3-a:1;--tcb-background-author-image:url(https://secure.gravatar.com/avatar/4bfa071a3f0dd7c446bf93dc6d2228971190e9faa2ebd6d5ababc5da65812f61?s=256&d=mm&r=g);--tcb-background-user-image:url();--tcb-background-featured-image-thumbnail:url(https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/css/images/featured_image.png);--tcb-skin-color-0:hsla(var(--tcb-theme-main-master-h,210), var(--tcb-theme-main-master-s,77%), var(--tcb-theme-main-master-l,54%), var(--tcb-theme-main-master-a,1));--tcb-skin-color-0-h:var(--tcb-theme-main-master-h,210);--tcb-skin-color-0-s:var(--tcb-theme-main-master-s,77%);--tcb-skin-color-0-l:var(--tcb-theme-main-master-l,54%);--tcb-skin-color-0-a:var(--tcb-theme-main-master-a,1);--tcb-skin-color-1:hsla(calc(var(--tcb-theme-main-master-h,210) - 0 ), calc(var(--tcb-theme-main-master-s,77%) + 2% ), calc(var(--tcb-theme-main-master-l,54%) - 0% ), 0.5);--tcb-skin-color-1-h:calc(var(--tcb-theme-main-master-h,210) - 0 );--tcb-skin-color-1-s:calc(var(--tcb-theme-main-master-s,77%) + 2% );--tcb-skin-color-1-l:calc(var(--tcb-theme-main-master-l,54%) - 0% );--tcb-skin-color-1-a:0.5;--tcb-skin-color-2:rgb(248, 248, 248);--tcb-skin-color-2-h:0;--tcb-skin-color-2-s:0%;--tcb-skin-color-2-l:97%;--tcb-skin-color-2-a:1;--tcb-skin-color-3:hsla(calc(var(--tcb-theme-main-master-h,210) + 30 ), 85%, 13%, 1);--tcb-skin-color-3-h:calc(var(--tcb-theme-main-master-h,210) + 30 );--tcb-skin-color-3-s:85%;--tcb-skin-color-3-l:13%;--tcb-skin-color-3-a:1;--tcb-skin-color-4:rgb(12, 17, 21);--tcb-skin-color-4-h:206;--tcb-skin-color-4-s:27%;--tcb-skin-color-4-l:6%;--tcb-skin-color-4-a:1;--tcb-skin-color-5:rgb(106, 107, 108);--tcb-skin-color-5-h:210;--tcb-skin-color-5-s:0%;--tcb-skin-color-5-l:41%;--tcb-skin-color-5-a:1;--tcb-skin-color-8:hsla(calc(var(--tcb-theme-main-master-h,210) - 0 ), calc(var(--tcb-theme-main-master-s,77%) + 2% ), calc(var(--tcb-theme-main-master-l,54%) - 0% ), 0.18);--tcb-skin-color-8-h:calc(var(--tcb-theme-main-master-h,210) - 0 );--tcb-skin-color-8-s:calc(var(--tcb-theme-main-master-s,77%) + 2% );--tcb-skin-color-8-l:calc(var(--tcb-theme-main-master-l,54%) - 0% );--tcb-skin-color-8-a:0.18;--tcb-skin-color-9:hsla(calc(var(--tcb-theme-main-master-h,210) - 3 ), 56%, 96%, 1);--tcb-skin-color-9-h:calc(var(--tcb-theme-main-master-h,210) - 3 );--tcb-skin-color-9-s:56%;--tcb-skin-color-9-l:96%;--tcb-skin-color-9-a:1;--tcb-skin-color-10:hsla(calc(var(--tcb-theme-main-master-h,210) - 21 ), calc(var(--tcb-theme-main-master-s,77%) + 23% ), calc(var(--tcb-theme-main-master-l,54%) + 27% ), 1);--tcb-skin-color-10-h:calc(var(--tcb-theme-main-master-h,210) - 21 );--tcb-skin-color-10-s:calc(var(--tcb-theme-main-master-s,77%) + 23% );--tcb-skin-color-10-l:calc(var(--tcb-theme-main-master-l,54%) + 27% );--tcb-skin-color-10-a:1;--tcb-skin-color-13:hsla(calc(var(--tcb-theme-main-master-h,210) - 0 ), calc(var(--tcb-theme-main-master-s,77%) + 2% ), calc(var(--tcb-theme-main-master-l,54%) - 18% ), 0.5);--tcb-skin-color-13-h:calc(var(--tcb-theme-main-master-h,210) - 0 );--tcb-skin-color-13-s:calc(var(--tcb-theme-main-master-s,77%) + 2% );--tcb-skin-color-13-l:calc(var(--tcb-theme-main-master-l,54%) - 18% );--tcb-skin-color-13-a:0.5;--tcb-skin-color-14:rgb(230, 230, 230);--tcb-skin-color-14-h:0;--tcb-skin-color-14-s:0%;--tcb-skin-color-14-l:90%;--tcb-skin-color-14-a:1;--tcb-skin-color-16:hsla(calc(var(--tcb-theme-main-master-h,210) - 0 ), 3%, 36%, 1);--tcb-skin-color-16-h:calc(var(--tcb-theme-main-master-h,210) - 0 );--tcb-skin-color-16-s:3%;--tcb-skin-color-16-l:36%;--tcb-skin-color-16-a:1;--tcb-skin-color-18:hsla(calc(var(--tcb-theme-main-master-h,210) - 1 ), calc(var(--tcb-theme-main-master-s,77%) + 1% ), calc(var(--tcb-theme-main-master-l,54%) - 1% ), 0.8);--tcb-skin-color-18-h:calc(var(--tcb-theme-main-master-h,210) - 1 );--tcb-skin-color-18-s:calc(var(--tcb-theme-main-master-s,77%) + 1% );--tcb-skin-color-18-l:calc(var(--tcb-theme-main-master-l,54%) - 1% );--tcb-skin-color-18-a:0.8;--tcb-skin-color-19:hsla(calc(var(--tcb-theme-main-master-h,210) - 3 ), 56%, 96%, 0.85);--tcb-skin-color-19-h:calc(var(--tcb-theme-main-master-h,210) - 3 );--tcb-skin-color-19-s:56%;--tcb-skin-color-19-l:96%;--tcb-skin-color-19-a:0.85;--tcb-skin-color-20:hsla(calc(var(--tcb-theme-main-master-h,210) - 3 ), 56%, 96%, 0.9);--tcb-skin-color-20-h:calc(var(--tcb-theme-main-master-h,210) - 3 );--tcb-skin-color-20-s:56%;--tcb-skin-color-20-l:96%;--tcb-skin-color-20-a:0.9;--tcb-skin-color-21:hsla(calc(var(--tcb-theme-main-master-h,210) - 210 ), calc(var(--tcb-theme-main-master-s,77%) - 77% ), calc(var(--tcb-theme-main-master-l,54%) + 46% ), 1);--tcb-skin-color-21-h:calc(var(--tcb-theme-main-master-h,210) - 210 );--tcb-skin-color-21-s:calc(var(--tcb-theme-main-master-s,77%) - 77% );--tcb-skin-color-21-l:calc(var(--tcb-theme-main-master-l,54%) + 46% );--tcb-skin-color-21-a:1;--tcb-skin-color-22:rgb(255, 255, 255);--tcb-skin-color-22-h:0;--tcb-skin-color-22-s:0%;--tcb-skin-color-22-l:100%;--tcb-skin-color-22-a:1;--tcb-skin-color-23:rgb(32, 65, 71);--tcb-skin-color-23-h:189;--tcb-skin-color-23-s:37%;--tcb-skin-color-23-l:20%;--tcb-skin-color-23-a:1;--tcb-skin-color-24:rgb(59, 59, 59);--tcb-skin-color-24-h:0;--tcb-skin-color-24-s:0%;--tcb-skin-color-24-l:23%;--tcb-skin-color-24-a:1;--tcb-skin-color-25:hsla(calc(var(--tcb-theme-main-master-h,210) - 0 ), calc(var(--tcb-theme-main-master-s,77%) + 5% ), calc(var(--tcb-theme-main-master-l,54%) + 8% ), 0.04);--tcb-skin-color-25-h:calc(var(--tcb-theme-main-master-h,210) - 0 );--tcb-skin-color-25-s:calc(var(--tcb-theme-main-master-s,77%) + 5% );--tcb-skin-color-25-l:calc(var(--tcb-theme-main-master-l,54%) + 8% );--tcb-skin-color-25-a:0.04;--tcb-skin-color-26:hsla(calc(var(--tcb-theme-main-master-h,210) + 1 ), calc(var(--tcb-theme-main-master-s,77%) + 6% ), calc(var(--tcb-theme-main-master-l,54%) + 9% ), 0.12);--tcb-skin-color-26-h:calc(var(--tcb-theme-main-master-h,210) + 1 );--tcb-skin-color-26-s:calc(var(--tcb-theme-main-master-s,77%) + 6% );--tcb-skin-color-26-l:calc(var(--tcb-theme-main-master-l,54%) + 9% );--tcb-skin-color-26-a:0.12;--tcb-skin-color-27:hsla(calc(var(--tcb-theme-main-master-h,210) + 10 ), calc(var(--tcb-theme-main-master-s,77%) + 6% ), calc(var(--tcb-theme-main-master-l,54%) + 17% ), 1);--tcb-skin-color-27-h:calc(var(--tcb-theme-main-master-h,210) + 10 );--tcb-skin-color-27-s:calc(var(--tcb-theme-main-master-s,77%) + 6% );--tcb-skin-color-27-l:calc(var(--tcb-theme-main-master-l,54%) + 17% );--tcb-skin-color-27-a:1;--tcb-skin-color-28:hsla(calc(var(--tcb-theme-main-master-h,210) + 2 ), calc(var(--tcb-theme-main-master-s,77%) - 34% ), calc(var(--tcb-theme-main-master-l,54%) + 27% ), 1);--tcb-skin-color-28-h:calc(var(--tcb-theme-main-master-h,210) + 2 );--tcb-skin-color-28-s:calc(var(--tcb-theme-main-master-s,77%) - 34% );--tcb-skin-color-28-l:calc(var(--tcb-theme-main-master-l,54%) + 27% );--tcb-skin-color-28-a:1;--tcb-skin-color-29:hsla(calc(var(--tcb-theme-main-master-h,210) - 0 ), calc(var(--tcb-theme-main-master-s,77%) + 6% ), calc(var(--tcb-theme-main-master-l,54%) + 10% ), 0.4);--tcb-skin-color-29-h:calc(var(--tcb-theme-main-master-h,210) - 0 );--tcb-skin-color-29-s:calc(var(--tcb-theme-main-master-s,77%) + 6% );--tcb-skin-color-29-l:calc(var(--tcb-theme-main-master-l,54%) + 10% );--tcb-skin-color-29-a:0.4;--tcb-skin-color-30:hsla(calc(var(--tcb-theme-main-master-h,210) - 1 ), calc(var(--tcb-theme-main-master-s,77%) + 5% ), calc(var(--tcb-theme-main-master-l,54%) + 8% ), 0.85);--tcb-skin-color-30-h:calc(var(--tcb-theme-main-master-h,210) - 1 );--tcb-skin-color-30-s:calc(var(--tcb-theme-main-master-s,77%) + 5% );--tcb-skin-color-30-l:calc(var(--tcb-theme-main-master-l,54%) + 8% );--tcb-skin-color-30-a:0.85;--tcb-main-master-h:210;--tcb-main-master-s:77%;--tcb-main-master-l:54%;--tcb-main-master-a:1;--tcb-theme-main-master-h:210;--tcb-theme-main-master-s:77%;--tcb-theme-main-master-l:54%;--tcb-theme-main-master-a:1;}</style><style id="thrive-theme-layout-css" type="text/css">@media (min-width: 300px){.thrive-layout-2194 .main-container .sidebar-section{width: 28.51%;}.thrive-layout-2194 .main-container .content-section{width: calc(71.49% - 80px);}}@media (max-width: 1023px){.thrive-layout-2194 .main-container{flex-wrap: wrap;}.thrive-layout-2194 #wrapper .main-content-background,.thrive-layout-2194 #wrapper .layout-background-width .section-background,.thrive-layout-2194 #wrapper .layout-background-width .symbol-section-out{width: 100%;}.thrive-layout-2194 .layout-content-width.main-container{width: 100%;}.thrive-layout-2194 .layout-content-width > .section-content{width: 100%;}.thrive-layout-2194 .layout-content-width .symbol-section-in{width: 100%;}}</style><style id="thrive-dynamic-css" type="text/css">@media (min-width: 300px){.tve-theme-2203 .bottom-section [data-css="tve-u-16ecb857f33"]{background-image: url("https://secure.gravatar.com/avatar/4bfa071a3f0dd7c446bf93dc6d2228971190e9faa2ebd6d5ababc5da65812f61?s=256&d=mm&r=g") !important;}}</style><style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style><link type="text/css" rel="stylesheet" class="thrive-external-font" href="https://fonts.googleapis.com/css?family=Literata:400,400i,600,600i,700,700i&subset=latin&display=swap"><link type="text/css" rel="stylesheet" class="thrive-external-font" href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i,700,700i,500,500i,600,300,200,900&subset=latin&display=swap"><link type="text/css" rel="stylesheet" class="thrive-external-font" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600&subset=latin&display=swap"><style type="text/css" id="thrive-default-styles">@media (min-width: 300px) { .tcb-style-wrap h1{ color:var(--tcb-skin-color-4);--tcb-applied-color:var$(--tcb-skin-color-4);font-family:Literata;--g-regular-weight:400;font-weight:var(--g-bold-weight, bold);font-size:40px;background-color:rgba(0, 0, 0, 0);font-style:normal;margin:0px;padding-top:0px;padding-bottom:24px;text-decoration:rgba(10, 10, 10, 0.85);text-transform:none;border-left:0px none rgba(10, 10, 10, 0.85);--g-bold-weight:600;line-height:1.3em; }.tcb-style-wrap h2{ font-family:Literata;--g-regular-weight:400;font-weight:var(--g-bold-weight, bold);color:var(--tcb-skin-color-4);--tcb-applied-color:var$(--tcb-skin-color-4);--g-bold-weight:600;padding-top:0px;margin-top:0px;padding-bottom:24px;margin-bottom:0px;font-size:34px;line-height:1.4em; }.tcb-style-wrap h3{ font-family:Literata;--g-regular-weight:400;font-weight:var(--g-bold-weight, bold);color:var(--tcb-skin-color-4);--tcb-applied-color:var$(--tcb-skin-color-4);--g-bold-weight:600;padding-top:0px;margin-top:0px;padding-bottom:24px;margin-bottom:0px;font-size:24px;line-height:1.4em; }.tcb-style-wrap h4{ font-family:Literata;--g-regular-weight:400;font-weight:var(--g-bold-weight, bold);color:var(--tcb-skin-color-4);--tcb-applied-color:var$(--tcb-skin-color-4);--g-bold-weight:600;padding-top:0px;margin-top:0px;padding-bottom:24px;margin-bottom:0px;font-size:20px;line-height:1.4em; }.tcb-style-wrap h5{ font-family:Literata;--g-regular-weight:400;font-weight:var(--g-bold-weight, bold);color:var(--tcb-skin-color-4);--tcb-applied-color:var$(--tcb-skin-color-4);--g-bold-weight:600;padding-top:0px;margin-top:0px;padding-bottom:24px;margin-bottom:0px;line-height:1.4em; }.tcb-style-wrap h6{ font-family:Literata;--g-regular-weight:400;font-weight:var(--g-bold-weight, bold);color:var(--tcb-skin-color-4);--tcb-applied-color:var$(--tcb-skin-color-4);--g-bold-weight:600;padding-top:0px;margin-top:0px;padding-bottom:24px;margin-bottom:0px;line-height:1.6em; }.tcb-style-wrap p{ color:var(--tcb-skin-color-5);--tcb-applied-color:var$(--tcb-skin-color-5);font-family:Muli;--g-regular-weight:400;--g-bold-weight:800;font-weight:var(--g-regular-weight, normal);font-size:18px;padding-top:0px;margin-top:0px;padding-bottom:24px;margin-bottom:0px; }:not(.inc) .thrv_text_element a:not(.tcb-button-link), :not(.inc) .tcb-styled-list a, :not(.inc) .tcb-numbered-list a, .tve-input-option-text a, .tcb-post-content p a, .tcb-post-content li a, .tcb-post-content blockquote a, .tcb-post-content pre a{ --tcb-applied-color:var$(--tcb-skin-color-5);font-family:inherit;--g-regular-weight:400;--g-bold-weight:800;font-weight:var(--g-regular-weight, normal);font-size:inherit;text-decoration-line:none;--eff:none;text-decoration-color:var(--eff-color, currentColor);color:var(--tcb-skin-color-0); }:not(.inc) .thrv_text_element a:not(.tcb-button-link):hover, :not(.inc) .tcb-styled-list a:hover, :not(.inc) .tcb-numbered-list a:hover, .tve-input-option-text a:hover, .tcb-post-content p a:hover, .tcb-post-content li a:hover, .tcb-post-content blockquote a:hover, .tcb-post-content pre a:hover { text-decoration-line:none;--eff:none;text-decoration-color:var(--eff-color, currentColor);color:var(--tcb-skin-color-3); }.tcb-style-wrap ul:not([class*="menu"]), .tcb-style-wrap ol{ color:var(--tcb-skin-color-5);--tcb-applied-color:var$(--tcb-skin-color-5);font-family:Muli;--g-regular-weight:400;--g-bold-weight:800;font-weight:var(--g-regular-weight, normal);font-size:18px;margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:12px;padding-left:0px; }.tcb-style-wrap li:not([class*="menu"]){ color:var(--tcb-skin-color-5);--tcb-applied-color:var$(--tcb-skin-color-5);font-family:Muli;--g-regular-weight:400;--g-bold-weight:800;font-weight:var(--g-regular-weight, normal);font-size:18px;line-height:1.4em;padding-bottom:16px;margin-bottom:0px; }.tcb-style-wrap blockquote{ color:var(--tcb-skin-color-5);--tcb-applied-color:var$(--tcb-skin-color-5);font-family:Muli;--g-regular-weight:400;--g-bold-weight:800;font-weight:var(--g-regular-weight, normal);font-size:18px;padding-top:0px;padding-bottom:0px;border-left:2px solid var(--tcb-skin-color-1);margin-top:0px;margin-bottom:24px; }body, .tcb-plain-text{ color:var(--tcb-skin-color-5);--tcb-applied-color:var$(--tcb-skin-color-5);font-family:Muli;--g-regular-weight:400;--g-bold-weight:800;font-weight:var(--g-regular-weight, normal);font-size:18px; } }@media (max-width: 1023px) { .tcb-style-wrap h1{ font-size:36px;padding-bottom:22px;margin-bottom:0px; }.tcb-style-wrap h2{ padding-bottom:22px;margin-bottom:0px;font-size:28px; }.tcb-style-wrap h3{ padding-bottom:22px;margin-bottom:0px;font-size:22px; }.tcb-style-wrap h4{ padding-bottom:22px;margin-bottom:0px; }.tcb-style-wrap h5{ padding-bottom:22px;margin-bottom:0px; }.tcb-style-wrap h6{ padding-bottom:22px;margin-bottom:0px; }.tcb-style-wrap p{ padding-bottom:22px;margin-bottom:0px;padding-top:0px;margin-top:0px; }.tcb-style-wrap ul:not([class*="menu"]), .tcb-style-wrap ol{ padding-top:0px;padding-bottom:4px; }.tcb-style-wrap li:not([class*="menu"]){ line-height:1.75em;--tcb-typography-line-height:1.75em;padding-bottom:14px;margin-bottom:0px; }.tcb-style-wrap blockquote{ margin-bottom:22px; } }@media (max-width: 767px) { .tcb-style-wrap h1{ font-size:28px;padding-bottom:20px;margin-bottom:0px; }.tcb-style-wrap h2{ font-size:24px;padding-bottom:20px;margin-bottom:0px; }.tcb-style-wrap h3{ font-size:22px;padding-bottom:20px;margin-bottom:0px; }.tcb-style-wrap h4{ font-size:20px;padding-bottom:20px;margin-bottom:0px; }.tcb-style-wrap h5{ padding-bottom:20px;margin-bottom:0px; }.tcb-style-wrap h6{ padding-bottom:20px;margin-bottom:0px; }.tcb-style-wrap p{ padding-bottom:20px;margin-bottom:0px;padding-top:0px;margin-top:0px; }.tcb-style-wrap ul:not([class*="menu"]), .tcb-style-wrap ol{ padding-left:0px;padding-bottom:4px;padding-top:0px; }.tcb-style-wrap li:not([class*="menu"]){ padding-bottom:10px;margin-bottom:0px; }.tcb-style-wrap blockquote{ margin-bottom:20px; } }</style> <style class="tve_custom_style">@media (min-width: 300px){[data-css="tve-u-162455d8852"]{width: 15%;min-width: 100%;}[data-css="tve-u-162455d8852"] .tcb-button-link{min-height: 36.1905px;background-color: rgb(78,121,199) !important;}[data-css="tve-u-1657f79aab0"] .tve_sep{background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 3' style='enable-background:new 0 0 9 3;' xml:space='preserve'%3E%3Ccircle fill='rgb(217,217,217)' cx='4.5' cy='1.5' r='1.5'/%3E%3C/svg%3E");height: 2px;background-size: 2px 2px;}[data-css="tve-u-1670586601b"] .tcb-button-link{background-image: none !important;background-color: rgb(78,121,199) !important;}:not(#tve) [data-css="tve-u-1670586601b"]:hover .tcb-button-link{background-color: rgb(66,103,173) !important;}[data-css="tve-u-17f29a0be5b"] .tve_sep{background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 3' style='enable-background:new 0 0 9 3;' xml:space='preserve'%3E%3Ccircle fill='rgb(217,217,217)' cx='4.5' cy='1.5' r='1.5'/%3E%3C/svg%3E");background-size: 2px 2px;width: 100%;--tve-applied-background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 3' style='enable-background:new 0 0 9 3;' xml:space='preserve'%3E%3Ccircle fill='rgb(217,217,217)' cx='4.5' cy='1.5' r='1.5'/%3E%3C/svg%3E");height: 2px !important;}[data-css="tve-u-17f29a0c3a5"] .tve_sep{background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 3' style='enable-background:new 0 0 9 3;' xml:space='preserve'%3E%3Ccircle fill='rgb(217,217,217)' cx='4.5' cy='1.5' r='1.5'/%3E%3C/svg%3E");background-size: 2px 2px;width: 100%;--tve-applied-background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 3' style='enable-background:new 0 0 9 3;' xml:space='preserve'%3E%3Ccircle fill='rgb(217,217,217)' cx='4.5' cy='1.5' r='1.5'/%3E%3C/svg%3E");height: 2px !important;}[data-css="tve-u-18dbd217cb5"]{max-width: 50%;}}</style> </head> <body class="home wp-singular page-template-default page page-id-18 wp-theme-thrive-theme tve-theme-2203 thrive-layout-2194 thrive-no-prev-post-in-category thrive-no-next-post-in-category"> <div id="wrapper" class="tcb-style-wrap"><div id="content"> <div class="main-container thrv_wrapper"><div id="theme-content-section" class="theme-section content-section content-full-width"><div class="section-background"></div><div class="section-content"> <section class="tcb-post-content tcb-shortcode thrv_wrapper"><div id="tve_flt" class="tve_flt tcb-style-wrap"><div id="tve_editor" class="tve_shortcode_editor tar-main-content" data-post-id="18"><div style="width: 1130px;" class="thrv_wrapper tve_image_caption"> <span class="tve_image_frame"> <img decoding="async" loading="lazy" class="tve_image" alt="" src="http://lafcm.com/wp-content/uploads/2015/04/LAFCM-Header1.png" style="aspect-ratio: auto 1130 / 251;" width="830" height="184" data-width="830" data-height="184" data-init-width="1130" data-init-height="251"> </span> </div><div class="thrv-columns thrv_wrapper" style="--tcb-col-el-width: 1049;"><div class="tcb-flex-row tcb--cols--2"> <div class="tve_empty_dropzone tcb-flex-col" data-css="tve-u-18dbd217cb5" style=""><div class="tcb-col tve_empty_dropzone"><div class="thrv_wrapper thrv_text_element tve_empty_dropzone"><p class="tve_p_center" style="color: rgb(230, 14, 14); font-size: 20px; margin-bottom: 5px !important; line-height: 36px;" data-unit="px"><span class="bold_text"><span class="tve_custom_font_size" style="font-size: 28px;">Who are we?</span></span></p></div><div style="width: 85px;" class="thrv_wrapper tve_image_caption aligncenter"> <span class="tve_image_frame"> <img decoding="async" class="tve_image" alt="" src="http://lafcm.com/wp-content/uploads/2015/04/FCM_Logo.jpg" style=""> </span> </div><div class="thrv_wrapper thrv_text_element tve_empty_dropzone"><blockquote class="tve_empty_dropzone"><p class="tve_p_left"><span class="tve_custom_font_size" style="font-size: 14px;">The Los Angeles Fellowship of Christian Magicians is a West Coast Chapter of the International Fellowship of Christian Magicians Inc. ( FCM )</span></p></blockquote></div><div class="thrv_wrapper thrv-divider" data-color="rgb(217, 217, 217)" data-thickness="2" data-style="tve_sep-2" data-css="tve-u-1657f79aab0"> <hr class="tve_sep tve_sep-2"> </div><div class="thrv_wrapper thrv_text_element"><h3 class="tve_p_center" data-unit="px" style="font-size: 28px; line-height: 36px;"><font color="#e60e0e"><span class="bold_text">What do we do?</span></font></h3></div><div style="width: 85px;" class="thrv_wrapper tve_image_caption aligncenter"> <span class="tve_image_frame"> <img decoding="async" class="tve_image" alt="" src="http://lafcm.com/wp-content/uploads/2015/04/bible3.gif" style=""> </span> </div><div class="thrv_wrapper thrv_text_element tve_empty_dropzone"><blockquote class="tve_empty_dropzone"><p class="tve_p_left"><span class="tve_custom_font_size" style="font-size: 14px;">We desire to encourage and assist every effort, both individual and collective, which may tend to foster, elevate and advance the art of magic and other performing arts, from a Gospel point of view.</span></p></blockquote></div><div class="thrv_wrapper thrv-divider" data-color="rgb(217, 217, 217)" data-thickness="2" data-style="tve_sep-2" data-css="tve-u-1657f79aab0"> <hr class="tve_sep tve_sep-2"> </div><div class="thrv_wrapper thrv_text_element"><h3 class="tve_p_center" data-unit="px" style="line-height: 36px;"><span class="tve_custom_font_size bold_text" style="font-size: 28px;"><font color="#e60e0e">Where and when do we meet?</font></span></h3></div><div class="thrv_wrapper thrv_text_element tve_empty_dropzone"><blockquote class="tve_empty_dropzone"><p class="tve_p_left"><span class="tve_custom_font_size" style="font-size: 14px;">We meet in Los Angeles and Orange County. Locations are sent out monthly or you can check our calendar. </span></p></blockquote></div><div class="thrv_wrapper thrv-button" data-css="tve-u-162455d8852"> <a href="http://lafcm.com/calendar" class="tcb-button-link" target="_blank" rel="nofollow"> <span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text">Take me to the calendar</span></span> </a> </div><div class="thrv_wrapper thrv-divider" data-color="rgb(217, 217, 217)" data-thickness="2" data-style="tve_sep-2" data-css="tve-u-17f29a0be5b"> <hr class="tve_sep tve_sep-2" style=""> </div></div></div> <div class="tve_empty_dropzone tcb-flex-col"><div class="tcb-col tve_empty_dropzone"><div class="thrv_wrapper thrv_text_element tve_empty_dropzone"><p class="tve_p_center" data-unit="px" style="color: rgb(230, 14, 14); font-size: 20px; margin-bottom: 5px !important; line-height: 36px;"><span class="bold_text"><span class="tve_custom_font_size" style="font-size: 28px;">Hire a Christian performer for your event</span></span></p></div><div style="width: 85px;" class="thrv_wrapper tve_image_caption aligncenter"> <span class="tve_image_frame"> <a href="http://lafcm.com/performers/" target="_blank" rel="nofollow"><img decoding="async" loading="lazy" class="tve_image" alt="" src="http://lafcm.com/wp-content/uploads/2015/04/cross-in-tophatsmall.png" style="" width="86" height="116"></a> </span> </div><div class="thrv_wrapper thrv_text_element" data-tag="h3"><h3 class="tve_p_center"><a class="" href="http://lafcm.com/performers/" rel="nofollow" target="_blank" style="outline: none;">Christian Performers Available</a></h3></div><div class="thrv_wrapper thrv-divider" data-color="rgb(217, 217, 217)" data-thickness="2" data-style="tve_sep-2" data-css="tve-u-1657f79aab0"> <hr class="tve_sep tve_sep-2"> </div><div class="thrv_wrapper thrv_text_element tve_empty_dropzone"><p class="tve_p_center" data-unit="px" style="color: rgb(230, 14, 14); font-size: 20px; margin-bottom: 5px !important; line-height: 36px;"><span class="bold_text"><span class="tve_custom_font_size" style="font-size: 28px;">Meeting Guest Policy</span></span></p></div><div class="thrv_wrapper thrv_text_element"><p class="tve_p_center" style="margin-bottom: 5px !important; color: rgb(230, 14, 14); font-size: 20px;"><span class="bold_text"><font color="#151515">There is no cost for first time guests.<br>(Take advantage of this opportunity to bring in a guest!)</font><br></span></p><p style="margin: 5px !important; padding: 5px !important;">There is a $10.00 admittance fee for returning guests, but it can be waived your second visit. After that we ask that you join us and take advantage of all of our membership perks! - Thank for understanding. <br><br>If you are in the "non paid member status," you will also be charged a $10.00 fee that does not go toward your membership.</p></div><div class="thrv_wrapper thrv-divider" data-color="rgb(217, 217, 217)" data-thickness="2" data-style="tve_sep-2" data-css="tve-u-1657f79aab0"> <hr class="tve_sep tve_sep-2"> </div><div class="thrv_wrapper thrv_text_element"><h3 class="tve_p_center" data-unit="px" style="line-height: 36px;"><span class="tve_custom_font_size bold_text" style="font-size: 28px;"><font color="#e60e0e">Find us on Facebook</font></span></h3></div><div class="thrv_wrapper thrv_icon aligncenter" style="font-size: 40px; border-radius: 0px; margin-top: 20px !important; margin-bottom: 20px !important;"> <a href="https://www.facebook.com/FCMLA" target="_blank" rel="" style="border-radius: 0px;"><span data-tve-icon="icon-facebook2" class="tve_sc_icon icon-facebook2 tve_blue" style="padding: 0px; border-radius: 0px; font-size: 100px; width: 100px; height: 100px;"></span></a> </div><div class="thrv_wrapper thrv-divider" data-color="rgb(217, 217, 217)" data-thickness="2" data-style="tve_sep-2" data-css="tve-u-1657f79aab0"> <hr class="tve_sep tve_sep-2"> </div><div class="thrv_wrapper thrv_text_element tve_empty_dropzone"><p class="tve_p_center" data-unit="px" style="color: rgb(230, 14, 14); font-size: 20px; margin-bottom: 5px !important; line-height: 36px;"><span class="bold_text"><span class="tve_custom_font_size" style="font-size: 28px;">Questions? Contact Us </span></span></p><p class="tve_p_center" style="margin-bottom: 5px !important; color: rgb(230, 14, 14); font-size: 20px;"><span class="bold_text"><font color="#151515">We will respond to your email as soon as possible!</font></span><span class="bold_text"><font color="#151515"></font><br></span></p></div><div class="thrv_wrapper thrv-button" data-css="tve-u-1670586601b" data-tcb_hover_state_parent=""> <a href="mailto: [email protected]" class="tcb-button-link" target="_blank" rel="nofollow"> <span class="tcb-button-texts"><span class="tcb-button-text thrv-inline-text">Send Us An Email</span></span> </a> </div><div class="thrv_wrapper thrv-divider" data-color="rgb(217, 217, 217)" data-thickness="2" data-style="tve_sep-2" data-css="tve-u-17f29a0c3a5"> <hr class="tve_sep tve_sep-2" style=""> </div></div></div> </div></div><div class="thrv_wrapper thrv_post_grid"><div class="thrive-shortcode-config" style="display: none !important"></div><div class="tve_post_grid_wrapper tve_clearfix thrive-shortcode-html tve_post_grid_grid"><div class="tve_pg_row tve_clearfix"> <div class="tve_post tve_post_width_4"> <div class="tve_pg_container"> <span class="tve-post-grid-title" ><a href="https://lafcm.com/2024/03/18/2024-march-meeting/" aria-label="2024 March Meeting" >2024 March Meeting</a></span><div class="tve-post-grid-text">LAFCM Monthly Meeting - Monday, March 18, 2024 from 5 pm until ??Highland Park Christian Church - 4900 North Figueroa St.,[...]</div><div class="tve_pg_more"><a href="https://lafcm.com/2024/03/18/2024-march-meeting/" aria-label="Read More">Read More</a> <span class="thrv-icon thrv-icon-uniE602"></span></div> </div> </div> <div class="tve_post tve_post_width_4"> <div class="tve_pg_container"> <span class="tve-post-grid-title" ><a href="https://lafcm.com/2024/02/18/2024-february-meeting/" aria-label="2024 February Meeting" >2024 February Meeting</a></span><div class="tve-post-grid-text">We are excited to present a live lecture by Jeffrey Lemasters Tahir in Orange County on Monday, February 19. Jeff[...]</div><div class="tve_pg_more"><a href="https://lafcm.com/2024/02/18/2024-february-meeting/" aria-label="Read More">Read More</a> <span class="thrv-icon thrv-icon-uniE602"></span></div> </div> </div> <div class="tve_post tve_post_width_4"> <div class="tve_pg_container"> <a href="https://lafcm.com/2023/04/23/april-2023/"><div class="tve_post_grid_image_wrapper" style="background-image: url(https://lafcm.com/wp-content/uploads/2023/03/1658D0C5-B5A3-4475-B6A9-03430D5DB4C2.jpeg ); "><div class="tve_pg_img_overlay"><span class="thrv-icon thrv-icon-forward"></span></div></div></a><span class="tve-post-grid-title" ><a href="https://lafcm.com/2023/04/23/april-2023/" aria-label="April 2023" >April 2023</a></span><div class="tve-post-grid-text">Next LAFCM MeetingApril 24, 2023Our Next Meeting will be held at…Highland Park Christian Church, 4900 North Figueroa St., Los Angeles,[...]</div><div class="tve_pg_more"><a href="https://lafcm.com/2023/04/23/april-2023/" aria-label="Read More">Read More</a> <span class="thrv-icon thrv-icon-uniE602"></span></div> </div> </div> <div class="tve_post tve_post_width_4"> <div class="tve_pg_container"> <a href="https://lafcm.com/2023/03/25/march/"><div class="tve_post_grid_image_wrapper" style="background-image: url(https://lafcm.com/wp-content/uploads/2023/03/1658D0C5-B5A3-4475-B6A9-03430D5DB4C2.jpeg ); "><div class="tve_pg_img_overlay"><span class="thrv-icon thrv-icon-forward"></span></div></div></a><span class="tve-post-grid-title" ><a href="https://lafcm.com/2023/03/25/march/" aria-label="March" >March</a></span><div class="tve-post-grid-text"> December 2022 We had a wonderful time at our annual Christmas Dinner last month. Here is the video of[...]</div><div class="tve_pg_more"><a href="https://lafcm.com/2023/03/25/march/" aria-label="Read More">Read More</a> <span class="thrv-icon thrv-icon-uniE602"></span></div> </div> </div> </div> <div class="tve_pg_row tve_clearfix"> <div class="tve_post tve_post_width_4"> <div class="tve_pg_container"> <a href="https://lafcm.com/2023/01/23/christmas-dinner-2022/"><div class="tve_post_grid_image_wrapper" style="background-image: url(https://lafcm.com/wp-content/uploads/2021/11/pina-pizza-outside.jpg ); "><div class="tve_pg_img_overlay"><span class="thrv-icon thrv-icon-forward"></span></div></div></a><span class="tve-post-grid-title" ><a href="https://lafcm.com/2023/01/23/christmas-dinner-2022/" aria-label="Christmas Dinner 2022" >Christmas Dinner 2022</a></span><div class="tve-post-grid-text">December 2022We had a wonderful time at our annual Christmas Dinner last month. Here is the video of the performances. [...]</div><div class="tve_pg_more"><a href="https://lafcm.com/2023/01/23/christmas-dinner-2022/" aria-label="Read More">Read More</a> <span class="thrv-icon thrv-icon-uniE602"></span></div> </div> </div> <div class="tve_post tve_post_width_4"> <div class="tve_pg_container"> <span class="tve-post-grid-title" ><a href="https://lafcm.com/2022/08/18/lafcm-meeting-june-2022/" aria-label="LAFCM Meeting-June-2022" >LAFCM Meeting-June-2022</a></span><div class="tve-post-grid-text">August 17, 2022Greetings in Jesus mighty name!June Meeting 2022 - at Ken's Magic ShopMagic Galore and More</div><div class="tve_pg_more"><a href="https://lafcm.com/2022/08/18/lafcm-meeting-june-2022/" aria-label="Read More">Read More</a> <span class="thrv-icon thrv-icon-uniE602"></span></div> </div> </div> </div> </div></div></div></div><div class="tcb_flag" style="display: none"></div> <span id="tho-end-content" style="display: block; visibility: hidden;"></span></section> </div></div></div> <div class="main-content-background"></div></div></div> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/thrive-theme\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script> <script type='text/javascript'>( $ => { /** * Displays toast message from storage, it is used when the user is redirected after login */ if ( window.sessionStorage ) { $( window ).on( 'tcb_after_dom_ready', () => { const message = sessionStorage.getItem( 'tcb_toast_message' ); if ( message ) { tcbToast( sessionStorage.getItem( 'tcb_toast_message' ), false ); sessionStorage.removeItem( 'tcb_toast_message' ); } } ); } /** * Displays toast message * * @param {string} message - message to display * @param {Boolean} error - whether the message is an error or not * @param {Function} callback - callback function to be called after the message is closed */ function tcbToast( message, error, callback ) { /* Also allow "message" objects */ if ( typeof message !== 'string' ) { message = message.message || message.error || message.success; } if ( ! error ) { error = false; } TCB_Front.notificationElement.toggle( message, error ? 'error' : 'success', callback ); } } )( typeof ThriveGlobal === 'undefined' ? jQuery : ThriveGlobal.$j ); </script><style type="text/css" id="tve_notification_styles"></style> <div class="tvd-toast tve-fe-message" style="display: none"> <div class="tve-toast-message tve-success-message"> <div class="tve-toast-icon-container"> <span class="tve_tick thrv-svg-icon"></span> </div> <div class="tve-toast-message-container"></div> </div> </div><script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-headline-optimizer/frontend/js/triggers.min.js?ver=2.3.1" id="tho-footer-js-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/divider.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_divider-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/post-grid-compat.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_post-grid-compat-js"></script> <script type="text/javascript" id="tve-dash-frontend-js-extra"> /* <![CDATA[ */ var tve_dash_front = {"ajaxurl":"https:\/\/lafcm.com\/wp-admin\/admin-ajax.php","force_ajax_send":"1","is_crawler":"","recaptcha":[],"turnstile":[],"post_id":"18"}; /* ]]> */ </script> <script type="text/javascript" src="https://lafcm.com/wp-content/themes/thrive-theme/thrive-dashboard/js/dist/frontend.min.js?ver=10.6.2" id="tve-dash-frontend-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/search-form.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_search-form-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/menu.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_menu-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/acf-dynamic-elements.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_acf-dynamic-elements-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/audio.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_audio-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/carousel-libs.min.js?ver=10.6.2" id="carousel-libs-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/carousel.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_carousel-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/contact-form-compat.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_contact-form-compat-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/content-reveal.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_content-reveal-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/countdown.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_countdown-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/conditional-display.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_conditional-display-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/dropdown.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_dropdown-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/country.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_country-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/state.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_state-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/date-picker.min.js?ver=10.6.2" id="date-picker-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/datepicker.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_datepicker-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-includes/js/plupload/plupload.min.js?ver=2.1.9" id="plupload-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/file-upload.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_file-upload-js"></script> <script type="text/javascript" src="https://accounts.google.com/gsi/client?ver=10.6.2" id="google-client-js"></script> <script type="text/javascript" src="https://apis.google.com/js/api.js?ver=10.6.2" id="google-api-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/avatar-picker.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_avatar-picker-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/fill-counter.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_fill-counter-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/number-counter.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_number-counter-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/image-gallery-libs.min.js?ver=10.6.2" id="image-gallery-libs-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/image-gallery.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_image-gallery-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/lead-generation.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_lead-generation-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/login.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_login-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/number-counter-compat.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_number-counter-compat-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/pagination.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_pagination-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/post-list.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_post-list-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/post-list-filter.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_post-list-filter-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/pricing-table.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_pricing-table-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/progress-bar.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_progress-bar-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/social-share.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_social-share-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/table.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_table-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/tabs.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_tabs-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/timer.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_timer-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/toc.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_toc-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/toggle.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_toggle-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/twitter.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_twitter-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/user-profile.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_user-profile-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/video.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_video-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/google-api.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_google-api-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/facebook-api.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_facebook-api-js"></script> <script type="text/javascript" src="https://lafcm.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/modal.min.js?v=10.6.2&ver=10.6.2" id="tve_frontend_modal-js"></script> <script type="text/javascript">/*<![CDATA[*/var THO_Front = THO_Front || {}; THO_Front.data = {"end_of_content_id":"tho-end-content","is_single":true,"log_url":"https:\/\/lafcm.com\/wp-json\/tho\/v1\/logs","active_triggers":{"viewport":"thrive_headline"},"log_engagements":[],"post_id":18,"test_id":0,"const":{"_e_click":1,"_e_scroll":2,"_e_time":3,"_impression":1,"_engagement":2}}/*]]> */</script><script type="text/javascript">var tcb_current_post_lists=JSON.parse('[]'); var tcb_post_lists=tcb_post_lists?[...tcb_post_lists,...tcb_current_post_lists]:tcb_current_post_lists;</script><script type="text/javascript">/*<![CDATA[*/if ( !window.TL_Const ) {var TL_Const={"security":"e4b19a6c56","ajax_url":"https:\/\/lafcm.com\/wp-admin\/admin-ajax.php","action_conversion":"tve_leads_ajax_conversion","action_impression":"tve_leads_ajax_impression","custom_post_data":[],"current_screen":{"screen_type":1,"screen_id":0},"ignored_fields":["email","_captcha_size","_captcha_theme","_captcha_type","_submit_option","_use_captcha","g-recaptcha-response","__tcb_lg_fc","__tcb_lg_msg","_state","_form_type","_error_message_option","_back_url","_submit_option","url","_asset_group","_asset_option","mailchimp_optin","tcb_token","tve_labels","tve_mapping","_api_custom_fields","_sendParams","_autofill"],"ajax_load":0};} else { window.TL_Front && TL_Front.extendConst && TL_Front.extendConst({"security":"e4b19a6c56","ajax_url":"https:\/\/lafcm.com\/wp-admin\/admin-ajax.php","action_conversion":"tve_leads_ajax_conversion","action_impression":"tve_leads_ajax_impression","custom_post_data":[],"current_screen":{"screen_type":1,"screen_id":0},"ignored_fields":["email","_captcha_size","_captcha_theme","_captcha_type","_submit_option","_use_captcha","g-recaptcha-response","__tcb_lg_fc","__tcb_lg_msg","_state","_form_type","_error_message_option","_back_url","_submit_option","url","_asset_group","_asset_option","mailchimp_optin","tcb_token","tve_labels","tve_mapping","_api_custom_fields","_sendParams","_autofill"],"ajax_load":0})} /*]]> */</script> </body> </html> <!-- Cache Enabler by KeyCDN @ 14.05.2025 18:53:07 (html) -->