/* 
Theme Name: Lush Private Lodge
Description: This is a child theme of Hello Elementor for Lush Private Lodge, created by Candlelight Websites
Author: Candlelight Websites
Author URI: https://lightyourway.co.za
Template: hello-elementor
Version: 1.0.1
*/

@media (max-width: 1024px) {
    .elementor-cta {
        cursor:text;

    }
}

.gradient-border .elementor-cta__title,
.gradient-border .elementor-heading-title {
    margin-bottom: 60px;
    padding-bottom: 56px;
	position: relative;
}
.gradient-border .elementor-cta__title:after,
.gradient-border .elementor-heading-title:after {
    content:"";
    width: 65%;
    height: 2px;
    background: linear-gradient(to right,  rgba(85,56,45,1) 0%,rgba(197,119,67,1) 100%);
    position: absolute;
    bottom: 0;
}
.gradient-border.gradient-border-left .elementor-cta__title:after,
.gradient-border.gradient-border-left .elementor-heading-title:after {
	left: 0;
}
.gradient-border.gradient-border-right .elementor-cta__title:after,
.gradient-border.gradient-border-right .elementor-heading-title:after {
	right: 0;
}