/* 
Theme Name: Tailormade Tours
Description: This is a child theme of Hello Elementor for Tailormade Tours, 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: block;
	font-family: var( --e-global-typography-secondary-font-family );
    font-size: 0.5em;
	color: var( --e-global-color-secondary );
	padding-bottom:0.2em;
}
span.sub-heading-light {
	color: #e3d3ab !important;
}

div[id*="location-deco-"]:after {
	content:'';
	width: 180px;
	height: 90px;
	position: absolute;
	bottom: -90px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

div#location-deco-1:after{background-image:url(https://tailormadetravels.co.za/wp-content/uploads/2025/05/leaf-deco-1.webp);}
div#location-deco-2:after{background-image:url(https://tailormadetravels.co.za/wp-content/uploads/2025/05/leaf-deco-2.webp);}
div#location-deco-3:after{background-image:url(https://tailormadetravels.co.za/wp-content/uploads/2025/05/leaf-deco-3.webp);}
div#location-deco-4:after{background-image:url(https://tailormadetravels.co.za/wp-content/uploads/2025/05/leaf-deco-4.webp);}
div#location-deco-5:after{background-image:url(https://tailormadetravels.co.za/wp-content/uploads/2025/05/leaf-deco-5.webp);}
div#location-deco-6:after{background-image:url(https://tailormadetravels.co.za/wp-content/uploads/2025/05/leaf-deco-6.webp);}

@media(max-width:767px) {
	div#location-deco-1:after,
	div#location-deco-3:after,
	div#location-deco-5:after {
		left: 20px;
	}
	div#location-deco-2:after,
	div#location-deco-4:after,
	div#location-deco-6:after {
		right: 20px;
	}
}
@media(min-width:1200px) {
	.location-container {
		max-width: 730px !important;
	}
}
@media(min-width:768px) {
	div[id*="location-deco-"]:after {
		width: 240px;
		height: 120px;
		bottom: -120px;
	}
	div#location-deco-1:after,
	div#location-deco-3:after,
	div#location-deco-5:after {
		right: 20px;
	}
	div#location-deco-2:after,
	div#location-deco-4:after,
	div#location-deco-6:after {
		left: 20px;
	}
}