.wpt-howto .howto-total-time-container{
	display: flex;
	align-items: center;
	margin-top:15px;
}
.wpt-howto .howto-total-time-svg-container{
	width:1em;
	height: 1em;
	line-height: 1em;
	margin-right: 5px;
}

.wpt-howto .howto-title{line-height: 1.5;font-size: 26px;}
.wpt-howto .howto-description-tools-supplies-time {
    width: 50%;
    padding-right: 30px;
}
.wpt-howto .howto-hero-image-container{display:flex;flex-direction: column;align-items: center;margin-bottom: 20px;order: 2;}
.wpt-howto .howto-hero-image{
    width: 100%;
}
.wpt-howto .howto-total-time-container{
    margin-bottom: 10px;
}

.wpt-howto .how-to-estimated-cost-container{
    margin-bottom: 10px;
}

.wpt-howto .estimated-cost-title{
   text-transform: uppercase;
    font-weight: 700;
}

.wpt-howto .howto-supplies{
    margin-bottom: 10px;
}
.wpt-howto .howto-supplies .supply-title{
    text-transform: uppercase;
    font-weight: 700;
}
.wpt-howto .howto-supplies .supply-items{}

.wpt-howto .howto-tools{
    margin-bottom: 10px;
}
.wpt-howto .howto-tools .tool-title{
    text-transform: uppercase;
    font-weight: 700;
}
.wpt-howto .howto-tools .tool-items{}

.wpt-howto .howto-steps{}
.wpt-howto .howto-step{
    margin-top: 40px;
    border: 1px solid #f3f3f3;
}
.wpt-howto .howto-steps .howto-step-title{
    line-height: 2;
    padding: 0;
    display: flex;
    align-items: center;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px;
    border-left: 0;
    border-color: #f3f3f3;
    border-style: solid;
    padding-left: 10px;
}
.wpt-howto .howto-steps .howto-step-image-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 2;
}
.wpt-howto .howto-steps .howto-step-image{
    width: 100%;
}
.wpt-howto .howto-steps .howto-substeps{
    width: 50%;
}

.wpt-howto .how-to-image-description-container {
    display: flex;
}
.wpt-howto .sub-step-image-and-steps {display: flex;padding: 20px;}
.wpt-howto .howto-step-number {
    display: inline-block;
    text-align: center;
    font-size: 1em;
    font-weight: 500;
    color: black;
    margin: 0;
    background: #f3f3f3;
    text-transform: uppercase;
    padding: 0 10px;
    order: 2;
}

.wpt-howto .howto-step-link {font-weight: 700;flex-grow: 1;}


/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
    .wpt-howto .how-to-image-description-container {
        flex-direction: column;
    }
    .wpt-howto .howto-hero-image-container {
        order: 1;
        align-items: center;
    }

    .wpt-howto .howto-description-tools-supplies-time {
        order: 2;
        width: 100%;
    }

    .wpt-howto .howto-steps .sub-step-image-and-steps {
        flex-direction: column;
    }

    .wpt-howto .howto-steps .sub-step-image-and-steps .howto-step-image-container{
        width: 100%;
        align-items: center;
        order: 1;
        padding-bottom: 10px;
    }
    .wpt-howto .howto-steps .sub-step-image-and-steps .howto-substeps{
        width: 100%;
        order: 2;
    }
}
