/*
 Theme Name:   GD Fitness
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


.elementor-slideshow__title {
	display: none;
}

/* Custom list style */

ul.gd-list {
    list-style-type: none;
    line-height: 150%;
	position: relative;
}
ul.gd-list {
	margin: 0 0 2em .1em !important;
}
ul.gd-list li {
    line-height: 130%;
    margin-bottom: 12px;
	padding-left: 1.6em;
}
ul.gd-list li::before {
    content: "\2022";
    color: #E33396;
    font-size: 20px;
	font-weight: 900;
    position: absolute;
    left: 0;
}

ul.gd-list-check {
    list-style-type: none;
    line-height: 150%;
	position: relative;
}
ul.gd-list-check {
	margin: 0 0 2em .1em !important;
}
ul.gd-list-check li {
    line-height: 130%;
    margin-bottom: 12px;
	padding-left: 1.8em;
}
ul.gd-list-check li::before {
    content: "\f00c";
	font-family: "Font Awesome 5 Free";
    color: #E33396;
    font-size: 16px;
	font-weight: 900;
    position: absolute;
    left: 0;
}

