/*
Theme Name: Aronet
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


ol.process-chart {
    color: #000;
    counter-reset: item;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 0 1em;
    padding: 0;
}
.header-wrapper.stuck div#masthead {
    background: #00000078;
}
ol.process-chart > li:nth-child(odd) {
    background-color: #f2fbfc;
}
ol.process-chart > li > div h2 {
    padding-top: 20px;
}
ol.process-chart > li {
    background: linear-gradient(to right, rgba(0,0,0,0.25) 0%, transparent 25%);
    background-color: #fff;
    counter-increment: item;
    flex-basis: 0;
    flex-grow: 1;
    margin: 1em 1em 1em -1em;
    min-width: 11.25em;
    padding: 1em 1em 1em 2em;
}
ol.process-chart > li, ol.process-chart > li > div {
    position: relative;
}
ol.process-chart > li:before {
    content: 'Step';
    display: inline-block;
    font-weight: 300;
    left: 1.5em;
    letter-spacing: 0.1em;
    position: absolute;
    top: 1em;
    transform: rotate(90deg);
    transform-origin: 25% 50%;
}
ol.process-chart > li:before, ol.process-chart > li > div:before {
    color: rgba(0,0,0,0.75);
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
ol.process-chart > li > div {
    padding: 0 0 0 1em;
}
ol.process-chart > li:nth-child(odd):after {
    border-left-color: #d0d8d9;
}
ol.process-chart > li:after {
    border-bottom: 1em solid transparent;
    border-left: 1em solid #fff;
    border-right: 0 solid transparent;
    border-top: 1em solid transparent;
    content: '';
    height: 100%;
    position: absolute;
    right: -1em;
    top: 0;
    width: 0;
    z-index: 1;
}
ol.process-chart > li:nth-child(even) {
    background-color: #f6d365;
}
ol.process-chart > li:nth-child(even):after {
    border-left-color: #fddc32;
}
ol.process-chart > li > div:before {
    content: counter(item, decimal-leading-zero);
    font-size: 3em;
    font-weight: 500;
    line-height: 1;
}
ol.process-chart ul {
    margin: 10px;
}

@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	ol.process-chart > li{
		    min-width: 12em;
	}

}
@media only screen and (min-width: 780px) and (max-width: 1024px){
/*************** ADD table ONLY CSS HERE  ***************/

}