#live_post_counter.background_blue{
	display: inline-block;
	padding: 35px 0;
	width: 100%;
}
#live_post_counter .row_area{
	display: flex;
	justify-content: center;
	padding: 22px 15px;
	position: relative;
}
#live_post_counter .row_area.clock_sw{
    flex-direction: column;
    align-items: center;
}
#live_post_counter .row_area .clock_go{
    display: inline-block;
    width: auto;
}
#live_post_counter .row_area .switcher_area{
    color: #4a4a4a;
    font-weight: 600;
    text-align: left;
    justify-self: start;
    cursor: pointer;
}
#live_post_counter .row_area .switcher_area span{
    cursor: pointer;
    position: relative;
    transition: 0.5s;
}
.clock_go.fix_clock{
    position: fixed;
    top: 175px;
    left: calc(50% - 200px);
    width: 400px;
    background: #fff;
    padding: 5px 10px 10px;
    border-radius: 0 0 3px 3px;
    z-index: 1;
}
#live_post_counter .row_area .switcher_area .page_time{
    margin-right: 50px;
}
#live_post_counter .row_area .switcher_area .page_time:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -45px;
    background-color: #00c696;
    display: block;
    border-radius: 25px;
    width: 40px;
}
#live_post_counter .row_area .switcher_area .page_time:after{
    content: "";
    position: absolute;
    top: 2px;
    right: -24px;
    width: 16px;
    bottom: 2px;
    background-color: #eee;
    border-radius: 50%;
    transition: 0.5s;
}
#live_post_counter .row_area .switcher_area.active .page_time:after{
    right: -42px;
}
#live_post_counter .row_area:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #f1f1f1;
	border-bottom: 1px solid #e6e6e6;
}
#live_post_counter .cupsItem{
	width: 30%;
	position: relative;
	padding: 15px 0;
}
#live_post_counter .cupsItem p {
    font-size: 28px;
    line-height: 30px;
    color: #0a0a0a;
    font-family: AvenirNextCondensed-DemiBold,sans-serif !important;
    text-align: center;
    margin-bottom: 0;
}
#live_post_counter .cupsItem figure {
    padding: 0;
    width: 60px;
    height: 60px;
    position: relative;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
}
#live_post_counter .cupsItem figure img {
    max-height: 60px;
    width: auto;
    margin: 0 auto;
    display: block;
}
#live_post_counter .cupsItem span {
	color: #0a0a0a;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
    font-family: AvenirNextCondensed-DemiBold,sans-serif !important;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0;
}
#live_post_counter .cupsItem:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -1px;
	background: #f1f1f1;
	border-right: 1px solid #e6e6e6;
}
#live_post_counter .cupsItem:last-of-type:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
	background: #f1f1f1;
	border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 650px){
	#live_post_counter .cupsItem{
		width: 33.3333%;
	}
	#live_post_counter .row_area{
		flex-wrap: wrap;
	}
	#live_post_counter .cupsItem:nth-child(3):before{
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		position: absolute;
		top: 0;
		right: -1px;
		background: #f1f1f1;
		border-right: 1px solid #e6e6e6;
		left: unset;
	}
}
@media screen and (max-width: 460px){
	#live_post_counter .cupsItem {
	    width: 50%;
	    padding: 10px;
	    background-color: #eee;
	    border: 2px solid #fff;
	}
	#live_post_counter .cupsItem:nth-child(3):before,
	#live_post_counter .cupsItem:after,
	#live_post_counter .cupsItem:last-of-type:before,
	#live_post_counter .row_area:after{
		display: none;
	}
}
#year_area{
    float: left;
    font-weight: 600;
    margin-bottom: 50px;
    font-size: 50px;
    line-height: 48px;
    z-index: 2;
    color: #9a9a9a;
}
#year_area p{
    display: inline;
    font-size: 30px;
    margin-left: 10px;
}
.chart_area{
    width: 100%;
    margin: 0 auto 35px;
    padding: 5px;
    display: flex;
    position: relative;
}
#chart_social,
#chart_media,
#chart_followers{
    min-height: 30px;
    position: relative;
    width: 100%;
    box-sizing: content-box;
    overflow: hidden;
    padding-left: 100px;
}
#chart_followers:after,
#chart_followers:before{
    content: "";
    position: absolute;
    background-color: #333;
    display: block;
}
#chart_followers:after{
    bottom: 0;
    left: 100px;
    width: 100%;
    height: 1px;
}
#chart_followers:before{
    top: 0;
    left: 99px;
    width: 1px;
    height: 100%;
}
.chart_area .watermark{
    position: absolute;
    height: 150px;
    width: auto;
    top: calc(50% - 75px);
    left: calc(50% - 275px);
    opacity: 0.2;
}
.chart_area .watermark img{
    height: 100%;
}
.markers{
    position: absolute;
    bottom: -21px;
    top: 0;
    left: 100px;
    right: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 0;
}
#chart_followers > div.insert .data{    
    width: 90px;
    right: 0;
    color: #fff;
}
.markers > div{
    display: flex;
    align-items: flex-end;
    position: relative;
}
.markers > div:before{
    content: "";
    position: absolute;
    top: 5px;
    bottom: 27px;
    width: 1px;
    background-color: #d2d2d2;
    left: 50%;
}
.markers > div:nth-child(6):before{
    left: unset;
    right: 0px;
}
.markers > div:nth-child(6) span{
    margin-right: -15px;
}
.markers > div:nth-child(1):before{
    display: none;
}
#chart_social > div,
#chart_media > div,
#chart_followers > div{
    min-height: 32px;
    width: 0;
    position: absolute;
    left: 0;
    transition: width 2s, top 0.8s;
    z-index: 1;
    background-color: #dedede;
    margin-left: 100px;
}
#chart_social > div:before,
#chart_media > div:before,
#chart_followers > div:before{
    text-overflow: ellipsis;
    position: absolute;
    width: 97px;
    height: 29px;
    left: -100px;
    display: block;
    z-index: 1111;
    top: 0;
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: 12px;
    line-height: 17px;
    background-position: center left;
    overflow: hidden;
}
#chart_social > div:after,
#chart_media > div:after,
#chart_followers > div:after{
    position: absolute;
    left: -75px;
    top: 9px;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    width: 74px;
    text-overflow: ellipsis;
}
#chart_social > div .data,
#chart_media > div .data,
#chart_followers > div .data{
    position: absolute;
    right: -40px;
    width: 35px;
    text-align: left;
    font-weight: 600;
    line-height: 32px;
}

/*---- User Name/Color -----*/
#chart_followers > div.cristiano{
    background-color: #fec030;
}
#chart_followers > div.cristiano:before{
    background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/IMH-inst-user-chart/ava/cristiano.jpg);
    content: 'CristianoRonaldo';
}
#chart_followers > div.cristiano:after{
    content: "@cristiano";
}

#chart_followers > div.ariana{
    background-color: #1DA1F2;
}
#chart_followers > div.ariana:before{
    background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/IMH-inst-user-chart/ava/ariana.jpg);
    content: 'ArianaGrande';
}
#chart_followers > div.ariana:after{
    content: "@arianagrande";
}

#chart_followers > div.selena{
    background-color: pink;
}
#chart_followers > div.selena:before{
    background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/IMH-inst-user-chart/ava/selena.jpg);
    content: 'SelenaGomez';
}
#chart_followers > div.selena:after{
    content: "@selenagomez";
}

#chart_followers > div.therock{
    background-color: red;
}
#chart_followers > div.therock:before{
    background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/IMH-inst-user-chart/ava/therock.jpg);
    content: 'TheRock';
}
#chart_followers > div.therock:after{
    content: "@therock";
}

#chart_followers > div.kimwest{
    background-color: #eef7b7;
}

#chart_followers > div.kimwest:before{
    background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/IMH-inst-user-chart/ava/kimwest.jpg);
    content: 'KimKardashianWest';
}
#chart_followers > div.kimwest:after{
    content: "@kimkardashian";
}

#chart_followers > div.kylie{
    background-color: green;
}
#chart_followers > div.kylie:before{
    background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/IMH-inst-user-chart/ava/kylie.jpg);
    content: 'Kylie';
}
#chart_followers > div.kylie:after{
    content: "@kyliejenner";
}


#chart_followers > div.beyonce{
    background-color: #9bbdfd;
}
#chart_followers > div.beyonce:before{
    background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/IMH-inst-user-chart/ava/beyonce.jpg);
    content: 'Beyonce';
}
#chart_followers > div.beyonce:after{
    content: "@beyonce";
}

#chart_followers > div.taylor{
    background-color: #c7b8b0;
}
#chart_followers > div.taylor:before{
    background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/IMH-inst-user-chart/ava/taylor.jpg);
    content: 'taylorswift';
}
#chart_followers > div.taylor:after{
    content: "@taylorswift";
}

#chart_followers > div.leomessi{
    background-color: #004d98;
}
#chart_followers > div.leomessi:before{
    background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/IMH-inst-user-chart/ava/leomessi.jpg);
    content: 'LeoMessi';
}
#chart_followers > div.leomessi:after{
    content: "@leomessi";
}

#chart_followers > div.enejotaneymarjr{
    background-color: black;
}
#chart_followers > div.enejotaneymarjr:before{
    background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/IMH-inst-user-chart/ava/enejotaneymarjr.jpg);
    content: 'EneJotaneymarjr';
}
#chart_followers > div.enejotaneymarjr:after{
    content: "@neymarjr";
}

#chart_followers > div.kendall{
    background-color: #f400a1;
}
#chart_followers > div.kendall:before{
    background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/IMH-inst-user-chart/ava/kendall.jpg);
    content: 'Kendall';
}
#chart_followers > div.kendall:after{
    content: "@kendalljenner";
}

#chart_followers > div.justinbieber{
    background-color: blue;
}
#chart_followers > div.justinbieber:before{
    background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/IMH-inst-user-chart/ava/justinbieber.jpg);
    content: 'JustinBieber';
}
#chart_followers > div.justinbieber:after{
    content: "@justinbieber";
}

#chart_followers > div.nationalgeographic{
    background-color: #FFD51C;
}
#chart_followers > div.nationalgeographic:before{
    background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/IMH-inst-user-chart/ava/nationalgeographic.jpg);
    content: 'NationalGeographic';
}
#chart_followers > div.nationalgeographic:after{
    content: "@natgeo";
}

#chart_followers > div.barbie{
    background-color: #FFD51C;
}
#chart_followers > div.barbie:before{
    background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/IMH-inst-user-chart/ava/barbie.jpg);
    content: 'Barbie';
}
#chart_followers > div.barbie:after{
    content: "@nickiminaj";
}

#chart_followers > div.khloe{
    background-color: #905082;
}
#chart_followers > div.khloe:before{
    background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/IMH-inst-user-chart/ava/khloe.jpg);
    content: 'Khloe';
}
#chart_followers > div.khloe:after{
    content: "@khloekardashian";
}

#chart_followers > div.jelo{
    background-color: #905082;
}
#chart_followers > div.jelo:before{
    background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/IMH-inst-user-chart/ava/jelo.jpg);
    content: 'JenniferLopez';
}
#chart_followers > div.jelo:after{
    content: "@jlo";
}

#chart_followers > div.mileycyrus{
    background-color: #82a839;
}
#chart_followers > div.mileycyrus:before{
    background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/IMH-inst-user-chart/ava/mileycyrus.jpg);
    content: 'MileyCyrus';
}
#chart_followers > div.mileycyrus:after{
    content: "@mileycyrus";
}

#chart_followers > div.nike{
    background-color: #ff2247;
}
#chart_followers > div.nike:before{
    background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/IMH-inst-user-chart/ava/nike.jpg);
    content: 'Nike';
}
#chart_followers > div.nike:after{
    content: "@nike";
}
/*---- END User Name/Color -----*/

#live_post_counter .flip-clock-wrapper ul li a div div.inn{
    font-size: 36px !important;
}
#live_post_counter .flip-clock-wrapper ul li{
    line-height: 60px;
}
#live_post_counter .flip-clock-wrapper ul{
    width: 40px;
    height: 60px;
    margin: 2px;
}
#live_post_counter .flip-clock-divider .flip-clock-label{
    right: -60px;
}
#live_post_counter .flip-clock-dot.top {
    top: 20px;
}
#live_post_counter .flip-clock-dot.bottom {
    bottom: 20px;
}
#live_post_counter .flip-clock-divider{
    height: 70px;
}
.top_insta_bottom_info {
    display: flow-root;
}
#top_user {
    float: right;
    text-align: center;
}
#top_user p {
    float: left;
    line-height: 20px;
    margin: 10px;
    color: #9a9a9a;
    font-weight: bold;
}
#top_user p span {
    color: #9a9a9a;
    font-weight: normal;
}
#top_user div {
    max-width: 60px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
}
@media screen and (max-width: 1200px){
    .chart_area .watermark {
        height: 100px;
        top: calc(50% - 50px);
        left: calc(50% - 150px);
    }
}
@media screen and (max-width: 768px){
    #chart_social > div, 
    #chart_media > div, 
    #chart_followers > div{
        margin-left: 76px;
    }
    #chart_followers > div:before,
    #chart_followers > div:after{
        background-image: unset !important;
    }
    #chart_social, 
    #chart_media{
        margin-left: 25px;
    }
    #year_area{
        font-size: 20px;
        line-height: 46px;
        margin-bottom: 0;
    }
    #year_area p{
        font-size: 16px;
        line-height: 16px;
    }
    #chart_social > div .data, #chart_media > div .data{
        font-size: 10px;
    }
    #chart_social > div:before, #chart_media > div:before{
        line-height: 31px;
    }
    .chart_area .watermark {
        left: calc(50% - 196px);
    }
    #chart_followers:after, 
    #chart_followers:before,
    .markers{
        left: 75px;
    }
    #top_user p {
        line-height: 13px;
        font-size: 13px;
    }
    #top_user div{
        max-width: 46px;
    }
    #chart_followers{
        padding-left: 74px;
    }
}
@media screen and (max-width: 550px){
    .chart_area .watermark{
        width: 230px;
        left: calc(50% - 115px);
        top: calc(50% - 30px);
    }
    .chart_area .watermark img{
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 460px){
    .markers > div{
        font-size: 12px;
    }
    #live_post_counter .row_area .clock_go{
        zoom: 0.7;
    }
    #live_post_counter .row_area .switcher_area{
        zoom: 0.9;
    }
    #live_post_counter .cupsItem p{
        font-size: 22px;
    }
}


