/*
Theme Name: Abilene Hosanna Church
Theme URI: https://designsfunnel.com/
Author: Designs Funnel Team
Author URI: https://designsfunnel.com/
Description: Delivering a bespoke theme development tailored to precisely align with the unique requirements of our
esteemed client.
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
.csflipbox .btn-groups {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.csflipbox .btn-groups a {
    display: block;
    margin-top: 10px;
    padding: 10px;
    background: #EE3C45;
    width: 250px;
    border-radius: 10px;
    color: #fff;
}


.csflipbox .btn-groups a:nth-child(2n) {
    background: #FAA61A;
}

.csflipbox .btn-groups a:nth-child(3n) {
    background: #0E8BBD;
}
.csflipbox .elementor-flip-box__back .elementor-flip-box__layer__overlay {
    box-shadow: inset 0 0 10px #e9e9e9;
}

.csflipbox .elementor-flip-box__layer__description {
    padding: 10px;
}


.custom-heading h1,
.custom-heading h2 {
	background: -webkit-linear-gradient(#071b6f 22%,
		#7ffafb 46%,
		#231684 53%,
		#ee39c6 72%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0.4px white;
	text-shadow: 6px 5px 46px #071b6f;
}