/*
 Theme Name:   Coaching Child
 Theme URI:    http://coaching.thimpress.com/
 Description:  Coaching Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     coaching
 Version:      1.0.0
 Text Domain:  coaching-child
*/

.text-align-justify, .text-align-justify div {text-align: justify;}

/*
.entry-content ul {
    list-style: none !important;
    margin-left: 25px;
    padding-left: 25px;
}
.entry-content ul li {
    position: relative;
    line-height: 1.7;
    padding: 6px 0;
    text-align: left;
    list-style: none;
}
.entry-content ul li:before {
    background-color: var(--thim-body-primary-color,#2e8ece);
}
.entry-content ul li:before {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 18px;
    left: -25px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
*/