/*styles for the template partial Property Timeline*/

section.property-timeline {
	padding-top: 40px;
}

section.property-timeline ul.phases {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding:0;
}

ul.phases li.phase {
    text-align: center;
}

ul.phases li.line{
	flex-grow: 1;
	padding-bottom: 1em;
}

ul.phases li.line span {
    border-bottom: solid 2px;
    display: block;
    height: 1px;
    width: 100%;
}

ul.phases li.line.pending span {
    border-bottom-style: dashed;
}

ul.phases .label {
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 10px;
}

ul.phases .icon {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    font-size: 36px;
    border: solid 2.5px;
    margin: auto;
}

@media (max-width: 768px){

	ul.phases {
	    flex-direction: column;
	    /* text-align: center; */
	}

	ul.phases li.line{
		padding-bottom: 0;
		padding-top: 1em;
	}

	ul.phases li.line span {
	    border-bottom: none;
	    border-right: solid 2px;
	    display: block;
	    margin:0 auto;
	    height: 80px;
	    width: 1px;
	}

	ul.phases li.line.pending span {
	    border-right-style: dashed;
	}

}


@media (min-width: 768px){
	section.property-timeline {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}


@media (min-width: 992PX){

	section.property-timeline {
		padding-top: 80px;
	}
	
    section.property-timeline ul.phases {
         margin-left: -17%;
         margin-top: 80px;
    }


}
