/*
Theme Name: Enfold Child
Description: Enfold Child WPServeur
Author: FNH
Author URI: https://www.opalhe.com
Template: enfold 
Version: 0.1.0
*/

/* Main Titles Styles
================================================== */

.sub-title::before {
    position: absolute;
    top: -2px;  /* -5px */
    left: 0px;
    width: 4px;
    height: 40px;
    background: #e94b17;
    content: "";
}

.sub-title {
    margin-top: 10px;
    padding-bottom: 0px;
    position: relative;
    padding-left: 28px;
	font-family: default, sans-serif;
	font-size: 28px;
	letter-spacing: -0.2px;
	word-spacing: -2px;
    color: #e94b17;
	font-weight: 400;
	text-decoration: none;
	font-style: normal;
	font-variant: normal;
}


