Receive a FREE Planning Guide
"*" indicates required fields
#ocmplanningslide{
cursor:pointer;
}
#ocmplanningform{
display:none;
}
var asdf = jQuery('#ocmplanningslide');
var qwer = jQuery('#ocmplanningform');
jQuery(document).ready(function(){
asdf.on('click', function(){
qwer.slideToggle();
});
});
Tailored Services to Fit Your Needs
The ability to call us 24/7 at the time of your loved one’s passing
Support and guidance from our dedicated team
Cremation and/or burial arrangements
Venue options
Personalized recommendations for food, music, decor, and agenda — we’ll get creative with you
Planning for 30 or 300 — number of guests doesn’t matter
On-site event crew to help with setup, teardown, and everything in between
End of life doula services or grief support
jQuery(document).ready(function(){
jQuery('#ocmbuttonability').on('mouseenter', function() { jQuery('#ocmability').show(); }).on('mouseleave', function() { jQuery('#ocmability').hide(); });
jQuery('#ocmbuttonarrange').on('mouseenter', function() { jQuery('#ocmarrange').show(); }).on('mouseleave', function() { jQuery('#ocmarrange').hide(); });
jQuery('#ocmbuttonplan').on('mouseenter', function() { jQuery('#ocmplan').show(); }).on('mouseleave', function() { jQuery('#ocmplan').hide(); });
jQuery('#ocmbuttonvenu').on('mouseenter', function() { jQuery('#ocmvenu').show(); }).on('mouseleave', function() { jQuery('#ocmvenu').hide(); });
jQuery('#ocmbuttondecor').on('mouseenter', function() { jQuery('#ocmdecor').show(); }).on('mouseleave', function() { jQuery('#ocmdecor').hide(); });
jQuery('#ocmbuttonguests').on('mouseenter', function() { jQuery('#ocmguests').show(); }).on('mouseleave', function() { jQuery('#ocmguests').hide(); });
jQuery('#ocmbuttoncrew').on('mouseenter', function() { jQuery('#ocmcrew').show(); }).on('mouseleave', function() { jQuery('#ocmcrew').hide(); });
jQuery('#ocmbuttondoula').on('mouseenter', function() { jQuery('#ocmdoula').show(); }).on('mouseleave', function() { jQuery('#ocmdoula').hide(); });
});
#ocmability,
#ocmarrange,
#ocmplan,
#ocmvenu,
#ocmdecor,
#ocmguests,
#ocmcrew,
#ocmdoula{
display:none;
position:absolute;
bottom:0;
left:50%;
width:100%;
transform:translate(-50%,0);
}
body[data-elementor-device-mode="mobile"] #ocmability,
body[data-elementor-device-mode="mobile"] #ocmarrange,
body[data-elementor-device-mode="mobile"] #ocmplan,
body[data-elementor-device-mode="mobile"] #ocmvenu,
body[data-elementor-device-mode="mobile"] #ocmdecor,
body[data-elementor-device-mode="mobile"] #ocmguests,
body[data-elementor-device-mode="mobile"] #ocmcrew,
body[data-elementor-device-mode="mobile"] #ocmdoula{
position:relative;
}