/*
Theme Name: Specia Child
Theme URI: www.perdiscoo.com
Author: PTPL TEAM
Author URI: www.perdiscoo.com
Author Email: talk@perdiscoo.com
Description: Perdiscoo Custom Theme
License: GNU General Public License v3 or later
Version: 2.0.2.0
*/

/*redraw css file*/
.word--redraw {
	font-size: 12vw;
	font-family: 'Montserrat', serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #ededed;
	line-height: 0.7125;
	letter-spacing: -0.02em;
}

.word--redraw span {
	display: block;
	position: relative;
}

.word--redraw svg {
	left: 50%;
	position: absolute;
	height: 100%;
	width: auto;
	max-width: 100%;
	fill: none;
	stroke:#f2612c;
	stroke-width: 6px;
	transform: translateX(-50%);
	stroke-linecap: round;
	stroke-linejoin: round;
}

.word--redraw svg path {
	opacity: 0;
}