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

h1 span.sub-heading,
h2 span.sub-heading,
h3 span.sub-heading {
	display: inline;
	font-family: var( --e-global-typography-primary-font-family );
    font-size: 1.3em;
	color: var( --e-global-color-primary );
	text-transform: capitalize;
	padding-bottom:0.2em;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

h1 span.sub-heading.sub-heading-yellow,
h2 span.sub-heading.sub-heading-yellow,
h3 span.sub-heading.sub-heading-yellow {
	color: var( --e-global-color-efdf35e );
}

.elementor-widget-image-carousel figure {
	display: flex;
}

.container-max-w-520 {
	max-width: 520px;
}

.list-circle-icon .elementor-icon-list-icon {
	background: var(--e-global-color-primary);
    border-radius: 100px;
    width: 22px;
    height: 22px;
    text-align: center;
    justify-content: center;
    align-items: center;
	margin-right: 8px;
}