/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jun 04 2020 | 03:35:55 (pm)
/*
/******* Do not edit this file *******/

.ct-series-a .ct-line, .ct-series-b .ct-line {
  /* Set the colour of this series line */
  stroke: #77B6C9;
}
.entry-title {
    margin-bottom: 70px !important;
}

.ct-series-c .ct-line {
  /* Set the colour of this series line */
  stroke: red;
}

.ct-series-d .ct-line {
  /* Set the colour of this series line */
  stroke: blue;
}

.ct-series-d .ct-point {
  stroke: blue;
}




.graph-container:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  left: 10px;
  content: "\f140";
}

.ct-chart 
{
    display: none;
}
.ct-chart.active
{
    display: block;
}

.ct-point {
        -webkit-animation: bouncing-stroke .75s ease infinite;
    -moz-animation: bouncing-stroke .75s ease infinite;
    -o-animation: bouncing-stroke .75s ease infinite;
    animation: bouncing-stroke .75s ease infinite;
}



@-webkit-keyframes dashoffset{0%{stroke-dashoffset:0}100%{stroke-dashoffset:-20px}}
@-moz-keyframes dashoffset{0%{stroke-dashoffset:0}100%{stroke-dashoffset:-20px}}
@-ms-keyframes dashoffset{0%{stroke-dashoffset:0}100%{stroke-dashoffset:-20px}}
@keyframes dashoffset{0%{stroke-dashoffset:0}100%{stroke-dashoffset:-20px}}
@-webkit-keyframes bouncing-stroke{0%,100%{stroke-width:5px}50%{stroke-width:10px}}
@-moz-keyframes bouncing-stroke{0%,100%{stroke-width:5px}50%{stroke-width:10px}}
@-ms-keyframes bouncing-stroke{0%,100%{stroke-width:5px}50%{stroke-width:10px}}
@keyframes bouncing-stroke{0%,100%{stroke-width:5px}50%{stroke-width:10px}}
@-webkit-keyframes exploding-stroke{0%{stroke-width:2px;opacity:1}100%{stroke-width:20px;opacity:0}}
@-moz-keyframes exploding-stroke{0%{stroke-width:2px;opacity:1}100%{stroke-width:20px;opacity:0}}
@-ms-keyframes exploding-stroke{0%{stroke-width:2px;opacity:1}100%{stroke-width:20px;opacity:0}}
@keyframes exploding-stroke{0%{stroke-width:2px;opacity:1}100%{stroke-width:20px;opacity:0}}