/*
 Theme Name:   Stratego Child Theme
 Theme URI:    https://stratego.ancorathemes.com/
 Description:  Stratego Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Template:     stratego
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  stratego
*/


/* =Theme customization starts here
------------------------------------------------------------ */

.trans-list li{
	list-style-type:none;
	position:relative;
}
.trans-list li:before{
	position:absolute;
	background-image:url('/wp-content/uploads/2025/11/green-arrow.png');
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:100%;
	top:0;
	right:0;
	bottom:0;
}