/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

* {
    box-sizing: border-box !important;
}
/*custom header breakpoints*/
@media screen and (min-width: 800px) and (max-width: 1000px){
    h1{
        font-size: 50px;
        line-height: 60px;
    }
    h2{
        font-size: 50px;
        line-height: 60px;
    }
    h3{
        font-size: 40px;
        line-height: 50px;
    }
    h4{
        font-size: 30px;
        line-height: 40px;
    }
    h5{
        font-size: 25px;
        line-height: 35px;
    }
    h6{
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (min-width: 600px) and (max-width: 799px){
    h1{
        font-size: 40px;
        line-height: 50px;
    }
    h2{
        font-size: 40px;
        line-height: 50px;
    }
    h3{
        font-size: 30px;
        line-height: 40px;
    }
    h4{
        font-size: 25px;
        line-height: 35px;
    }
    h5{
        font-size: 20px;
        line-height: 30px;
    }
    h6{
        font-size: 20px;
        line-height: 30px;
    }
    p, body.qode-overridden-elementors-fonts .elementor-widget-heading p.elementor-heading-title{
        font-size: 18px;
        line-height: 28px;
    }
}
@media screen and (max-width: 599px){
    h1{
        font-size: 30px;
        line-height: 40px;
    }
    h2{
        font-size: 30px;
        line-height: 40px;
    }
    h3{
        font-size: 25px;
        line-height: 35px;
    }
    h4{
        font-size: 20px;
        line-height: 30px;
    }
    h5{
        font-size: 20px;
        line-height: 30px;
    }
    h6{
        font-size: 20px;
        line-height: 30px;
    }
    p, body.qode-overridden-elementors-fonts .elementor-widget-heading p.elementor-heading-title{
        font-size: 16px;
        line-height: 26px;
    }
}
.flowd-sc-container .flowd-sc-inner h1,
.flowd-sc-container .flowd-sc-inner h2{
    font-family: 'Fredericka the Great', cursive;
    text-transform: none;
    text-align: center;
    letter-spacing: 5px;
}
/*Header*/
.header_top{
    height: 50px;
}
header.fixed.scrolled .header_top{
    background-color: #efefef !important;
}
.header_top,
.header_bottom{
    padding: 0px 66px;
}
.header_top #searchform{
    padding: 0px;
    height: 50px;
}
.header_top #searchform input[type='text']{
    padding: 0px 20px;
    width: 150px;
    height: 50px;
    background-color: #fff;
}
.header_top #searchform input[type='submit']{
    height: 50px;
    width: 50px;
    margin: 0px;
    background-color: #fff;
}
.header_bottom .header_inner_left .logo_wrapper{
    height: 100px !important;
    width: 100px;
    border: 4px solid#efefef;
    position: relative;
    bottom: 50px;
    z-index: 999;
}
.header_bottom .header_inner_left .logo_wrapper .q_logo{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.header_bottom .header_inner_left .logo_wrapper .q_logo a{
    height: 100% !important;
}
.header_bottom .header_inner_left .logo_wrapper .q_logo img{
    top: 0px;
}

/* Header Mobile */
@media screen and (max-width: 1000px){
    .header_top,
    .header_bottom{
        padding: 0px 30px;
        height: 30px;
    }
    .header_top{
        display: grid !important;
        grid-template-columns: 100px 1fr;
        grid-template-areas: "a b";
    }
    .header_top .left{
        grid-area: a;
    }
    .header_top .right{
        grid-area: b;
        text-align: right;
    }
    .header_bottom{
        background-color: #ee4035 !important;
    }
    .header_bottom .header_inner_left .logo_wrapper{
        left: 0;
        height: 60px !important;
        width: 60px;
        bottom: 30px;
    }
    .header_bottom .header_inner_left .logo_wrapper .q_logo a{
        left: 0;
    }
    .header_bottom .header_inner_left .logo_wrapper .q_logo img.mobile{
        width: 100% !important;
    }
    .header_top #searchform input[type='text']{
        width: 110px;
        height: 30px;
    }
    .header_top #searchform input[type='submit']{
        height: 30px;
        width: 30px;
    }
}
@media screen and (max-width: 767px){
    .header_top,
    .header_bottom{
        padding: 0px 20px;
        height: 30px;
    }
}

/* HOMEPAGE */
.wrapper_inner .content.content_top_margin{
    margin-top: 100px !important;
}
.wrapper_inner .content.content_top_margin .container_inner.default_template_holder{
    padding-top: 0px;
}
.home-section,
.home-section .svg-block,
.home-section > .elementor-container{
    overflow: hidden;
}
.home-section.water-home > .elementor-container,
.home-section.recycle-home > .elementor-container{
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-gap: 40px;
    align-items: center;
}
.home-section.sun-home > .elementor-container{
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 40px;
    align-items: center;
}
.home-section > .elementor-container .elementor-column{
    width: 100%;
}
.home-section > .elementor-container .elementor-column .elementor-widget-wrap{
    padding: 0px;
}
.home-section .svg-column .elementor-widget:not(:last-child){
    margin-bottom: 0px;
}

/*home Recycle section*/
.recyclebg-svg-cont.svg-cont{
    position: relative;
    top: 0;
    right: 0;
}
.svg-cont.recycle-svg-cont{
    position: absolute;
    width: 50%;
    top: 10%;
    right: 20%;
    z-index: 999;
}
.svg-cont.leaf-svg-cont{
    position: absolute;
    width: 20%;
    top: 26%;
    left: 15%;
    z-index: 99;
}
.svg-cont.leaf-svg-cont2{
    position: absolute;
    width: 20%;
    bottom: 20%;
    right: 10%;
    z-index: 99;
}

/*home sun section*/
.sunbg-svg-cont.svg-cont{
    position: relative;
    top: 0;
    left: 0;
}
.svg-cont.sun-svg-cont{
    position: absolute;
    width: 50%;
    top: 15%;
    left: 22%;
    z-index: 999;
}
.svg-cont.cloud-svg-cont{
    position: absolute;
    width: 50%;
    bottom: 38%;
    left: 0;
    z-index: 99;
}
.svg-cont.cloud-svg-cont2{
    position: absolute;
    width: 60%;
    top: 19%;
    right: 0;
    z-index: 99;
}
/*home water section*/
.waterbg-svg-cont.svg-cont{
    position: relative;
    top: 0;
    right: 0;
}
.svg-cont.water-svg-cont{
    position: absolute;
    width: 50%;
    top: 5%;
    right: 25%;
    z-index: 999;
}
.svg-cont.cloudrain-svg-cont{
    transform-origin: center center;
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
}
.svg-cont.cloudrain-svg-cont2{
    transform-origin: center center;
    position: absolute;
    width: 50%;
    bottom: 20%;
    right: 0;
}

/* Home Mobile */
@media screen and (max-width: 1000px){
    .admin-bar header.page_header{
        padding-top: 0px !important;
    }
    header .header_inner, header{
        height: 60px;
    }
    .wrapper_inner .content.content_top_margin {
        margin-top: 0px !important;
    }
    .home-section.water-home > .elementor-container,
    .home-section.recycle-home > .elementor-container,
    .home-section.sun-home > .elementor-container{
        grid-template-columns: 1fr 1fr;
        grid-gap: 0px;
    }
    .page-id-8 section.elementor-section.elementor-top-section{
        width: 100%;
    }
    .home-container .container_inner{
        width: 100%;
        position: relative;
        top: -30px;
    }
    .home-container .home-section .home-cta-col{
        padding: 0 40px;
    }
    .home-container .home-section .home-cta-col .elementor-element{
        margin-bottom: 10px;
    }
    .home-container .home-section .home-cta-col .elementor-button{
        padding: 15px 30px;
    }
}
@media screen and (max-width: 750px){
    .home-container .home-section .home-cta-col{
        padding: 0 20px;
    }
    .home-container .home-section .home-cta-col .elementor-button{
        padding: 10px 20px;
    }
}
@media screen and (max-width: 599px){
    .home-section.water-home > .elementor-container,
    .home-section.recycle-home > .elementor-container,
    .home-section.sun-home > .elementor-container{
        grid-template-columns: 1fr;
        grid-template-areas: "a" "b";
    }
    .home-container .home-section .home-cta-col{
        border-bottom: 1px solid #0000001a;
        padding-bottom: 30px;
        margin-bottom: 30px;
        grid-area: b;
    }
    .home-container .home-section .home-svg-col{
        grid-area: a;
        max-width: 420px;
        margin: 0 auto;
    }
    .home-container .home-section .home-cta-col .elementor-button-wrapper,
    .home-container .home-section .home-cta-col p,
    .home-container .home-section .home-cta-col h2{
        text-align: center;
    }
}

/* Home Animation */
#leaf-r{
    transform-origin:center 55%;
    animation:leafr 10s ease-in-out infinite;
}
#leaf-l{
    transform-origin:center 55%;
    animation:leafl 10s ease-in-out infinite;
}
#cloud-w-rain{
    animation:cloud 9s ease-in-out infinite;
}
#cloud-w-rain2{
    animation:cloud 8s ease-in-out infinite;
}
#cloud-w-rain .cls-2,
#cloud-w-rain2 .cls-2{
    animation:clouddrop 1s linear infinite;
}
#cloud-w-rain .drop1,
#cloud-w-rain .drop2,
#cloud-w-rain2 .drop1,
#cloud-w-rain2 .drop2{
    transform: translate(0,-90px);
}
#cloud-w-rain .drop3,
#cloud-w-rain2 .drop3{
    transform: translate(0,-120px);
}
#cloud-w-rain .drop4,
#cloud-w-rain2 .drop4{
    transform: translate(0,-140px);
}
#cloud-w-rain .drop5,
#cloud-w-rain2 .drop5{
    transform: translate(0,-160px);
}
#cloud-w-rain .drop6,
#cloud-w-rain2 .drop6{
    transform: translate(0,-190px);
}
#cloud-w-rain .drop7,
#cloud-w-rain2 .drop7{
    transform: translate(0,-215px);
}
#cloud-w-rain .drop8,
#cloud-w-rain2 .drop8{
    transform: translate(0,-250px);
}
#cloud{
    animation:cloud 9s ease-in-out infinite;
}
#cloud2{
    animation:cloud 10s ease-in-out infinite;
}
@keyframes leafr { 
    0%{
    transform: rotate(0deg);
    }
    20%{
    transform: rotate(240deg);
    }
    50%{
    transform: rotate(-80deg);
    }
    85%{
    transform: rotate(120deg);
    }
}
@keyframes leafl { 
    0%{
    transform: rotate(0deg);
    }
    50%{
    transform: rotate(100deg);
    }
    70%{
    transform: rotate(-180deg);
    }
    85%{
    transform: rotate(120deg);
    }
}
@keyframes cloud { 
    0%{
    transform: translate(100px, 0);
    }
    50%{
    transform: translate(-100px, 0);
    }
    100%{
    transform: translate(100px, 0);
    }
}
@keyframes clouddrop {
    0%,20%,100%{
    opacity: 0;
    }
    50%, 90%{
    opacity: 1;
    }
    100%{
    transform: translate(0,0);
    }
}
#recyclearrow{
    transform-origin:center center;
    animation:recyclearrows 7s ease infinite;
}
#sun, #recycle, #water{
    animation:sunbounce 5s linear infinite;
}
#waterbody {
    animation:bouncewaterbody 5s linear infinite;
}
#sun #sun-body, #recyclebody {
    animation:bouncebody 5s linear infinite;
}
#sun #sun-rays {
    transform-origin:center center;
    animation:spin 10s linear infinite;
}
@keyframes sunbounce { 
    0%, 15%, 23%, 35%, 43%, 100%{ 
    transform: translate(0,0);
    }
    20%, 40%{ 
    transform: translate(0,30px);
    }
}
@keyframes bouncebody { 
    0%, 15%, 23%, 35%, 43%, 100%{ 
    transform: translate(0,0);
    clip-path: ellipse(50% 50% at 50% 50%); 
    }
    20%, 40%{ 
    transform: translate(0,20px);
    clip-path: ellipse(50% 48% at 50% 48%); 
    }
}
@keyframes bouncewaterbody { 
    0%, 15%, 23%, 35%, 43%, 100%{ 
    transform: translate(0,0);
    clip-path: ellipse(60% 50% at 50% 50%); 
    }
    20%, 40%{ 
    transform: translate(0,20px);
    clip-path: ellipse(60% 50% at 50% 50%); 
    }
}
@keyframes spin { 
    100% { 
    -webkit-transform: rotate(360deg); 
    transform:rotate(360deg); 
    } 
}

@keyframes recyclearrows { 
    0%{
    transform: rotate(0deg);  
    }
    70%, 100% {
    transform: rotate(360deg); 
    }
}

/* SAVING WATER PAGE*/
/* water loader */
.flowd-sc-container .flowd-sc-inner > div,
.flowd-sc-container #flowd-sc-week.flowd-sc-inner > div > div{
    padding: 20px 10px;
}
.flowd-sc-container .flowd-sc-inner .day-cont{
    font-weight: bold;
    text-transform: uppercase;
    color: #4C9DAD;
    text-align: center;
    font-size: 25px;
}
.flowd-sc-container #flowd-sc-week.flowd-sc-inner > div{
    padding: 0px;
} 
.water-container .drop-loader-cont{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}
.water-container .drop-loader-cont .drop-loader{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
}
.water-container .drop-loader-cont .drop-loader .svg-cont{
    position: relative;
    top: -50%;
    left: -50%;
}
/* SELECT SITE */
/* .water-container .container_inner .flowd-select-site-sc-cont{
    display: none;
} */
#flowd-sc-select-site #flowd-sc-site-select{
    width: 100%;
    border-radius: 30px;
    border: 5px solid #74bfd4;
    font-family: 'Raleway';
    font-size: 18px;
    padding: 10px 20px 10px 10px;
}
/* today */
#flowd-sc-today{
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "a a"
        "b c";
    border-radius: 30px;
    border: 5px solid #74bfd4;
}
#flowd-sc-today .flowd-today-title{
    grid-area: a;
    border-bottom: 5px solid #74bfd4;
}
#flowd-sc-today .flowd-today-day{
    grid-area: b;
    border-right: 5px solid #74bfd4;
    display: grid;
    align-items: center;
}
#flowd-sc-today .flowd-today-weather{
    text-align: center;
    grid-area: c;
}
.flowd-today-weather-options{
    display:none;
    position: absolute;
    background-color: #000000D1;
    min-height: 100vh;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 0px;
}
.flowd-today-weather-options .weather-options-cont{
    padding: 20px 0px;
    position: relative;
    text-align: center;
}
.flowd-today-weather-options .weather-options-cont .weather-option{
    width: 15vw;
    background-color: #fff;
    margin: 20px;
    cursor: pointer;
    transition: 300s;
}
.flowd-today-weather-options .weather-options-cont .weather-option:hover,
.flowd-today-weather-options .weather-options-cont .weather-option:focus{
    background-color: #ffffffD1;
    transition: 300s;
}
#flowd-sc-today .flowd-today-weather img{
    width: 75%;
}
#flowd-sc-today .flowd-today-weather .btn.today-weather-btn{
    display: block;
    max-width: 180px;
    margin: 0 auto;
    background-color: #4E9BAD;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    transition: 0.3s;
    cursor: pointer;
    font-size: 12px;
}
#flowd-sc-today .flowd-today-weather .btn.today-weather-btn:hover{
    background-color: #4E9BADD1;
    transition: 0.3s;
}
.water-today-svg-col .svg-cont.water-svg-cont {
    position: relative;
    top: unset;
    right: 0;
    width: 50%;
    margin: 0 auto;
    z-index: 999;
}
.water-today-svg-col .svg-cont.cloudrain-svg-cont2 {
    transform-origin: center center;
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
}
.water-today-svg-col .svg-cont.cloudrain-svg-cont {
    transform-origin: center center;
    position: absolute;
    width: 50%;
    top: 20%;
    left: 0;
}
@media screen and (max-width: 1000px){
    .flowd-today-weather-options .weather-options-cont .weather-option {
        width: 17vw;
    }
}
@media screen and (max-width: 750px){
    .flowd-today-weather-options .weather-options-cont .weather-option {
        width: 20vw;
    }
}
@media screen and (max-width: 599px){
    .flowd-today-weather-options .weather-options-cont .weather-option {
        width: 37vw;
    }
}
/* Yesterday */
#flowd-sc-yesterday{
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "a a"
        "b c"
        "d e";
    border-radius: 30px;
    border: 5px solid #74bfd4;
}
.flowd-yday-title{
    border-bottom: 5px solid #74bfd4;
    grid-area: a;
}
.flowd-yday-day{
    border-bottom: 5px solid #74bfd4;
    border-right: 5px solid #74bfd4;
    grid-area: b;
    display: grid;
    align-items: center;
}
.flowd-yday-weather{
    border-bottom: 5px solid #74bfd4;
    text-align: center;
    grid-area: c;
}
.flowd-yday-usage{
    border-right: 5px solid #74bfd4;
    grid-area: d;
}
.flowd-yday-result{
    grid-area: e;
}
.flowd-yday-weather img{
    max-width: 200px;
}
.flowd-yday-result .svg-cont{
    width: 70%;
    margin: 0 auto !important;
}.flowd-yday-usage .svg-cont{
    width: 40%;
    margin: 0 auto !important;
}
/* Week */
#flowd-sc-week {
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    border-radius: 30px;
    border: 5px solid #74bfd4;
}
#flowd-sc-week .day:not(:last-child){
    border-right: 5px solid #74bfd4;
}
#flowd-sc-week .day div:not(:last-child){
    border-bottom: 5px solid #74bfd4;
}
#flowd-sc-week .svg-cont{
    width: 70%;
    margin: 0 auto;
}
/*Saving water mobile*/
@media screen and (min-width: 1108px){    
    .flowd-sc-container #flowd-sc-week.flowd-sc-inner .day-cont{
        font-size: 20px;
    }
}
@media screen and (max-width: 1107px){
    .flowd-sc-container #flowd-sc-week.flowd-sc-inner .day-cont {
        font-size: 15px;
    }
}
@media screen and (max-width: 1000px){
    .water-container .container_inner .elementor-top-section > .elementor-container{
        display: inline-block;
        width: 100%;
    }
}
@media screen and (max-width: 886px){
    .flowd-sc-container #flowd-sc-week.flowd-sc-inner .day-cont {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px){
    .water-container .two-col-section > .elementor-container .elementor-column{
        display: inline-block;
        width: 50%;
    }
}
@media screen and (max-width: 750px){
    .flowd-sc-container #flowd-sc-week.flowd-sc-inner .day-cont {
        font-size: 20px;
    }
    #flowd-sc-week{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas:
          "a a a a b b b b c c c c"
          "d d d e e e f f f g g g";
    }
    .flowd-sc-container #flowd-sc-week .day7{
        grid-area: a;
        border-bottom: 5px solid #74bfd4;
    }
    .flowd-sc-container #flowd-sc-week .day6{
        grid-area: b;
        border-bottom: 5px solid #74bfd4;
    }
    .flowd-sc-container #flowd-sc-week .day5{
        grid-area: c;
        border-right: none;
        border-bottom: 5px solid #74bfd4;
    }
    .flowd-sc-container #flowd-sc-week .day4{
        grid-area: d;
    }
    .flowd-sc-container #flowd-sc-week .day3{
        grid-area: e;
    }
    .flowd-sc-container #flowd-sc-week .day2{
        grid-area: f;
    }
    .flowd-sc-container #flowd-sc-week .day1{
        grid-area: g;
    }
}
@media screen and (max-width: 599px){
    .flowd-sc-container #flowd-sc-week.flowd-sc-inner .day-cont,
    .flowd-sc-container .flowd-sc-inner .day-cont {
        font-size: 20px;
    }
    .water-container .two-col-section > .elementor-container .elementor-column{
        display: block;
        width: 100%;
    }
    #flowd-sc-week{
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        grid-template-areas:
          "a b" 
          "c d"
          "e f" 
          "g g";
    }
    .flowd-sc-container #flowd-sc-week .day7{
        border-bottom: 5px solid #74bfd4;
    }
    .flowd-sc-container #flowd-sc-week .day6{
        border-right: none;
        border-bottom: 5px solid #74bfd4;
    }
    .flowd-sc-container #flowd-sc-week .day5{
        border-right: 5px solid #74bfd4;
        border-bottom: 5px solid #74bfd4;
    }
    .flowd-sc-container #flowd-sc-week .day4{
        border-right: none;
        border-bottom: 5px solid #74bfd4;
    }
    .flowd-sc-container #flowd-sc-week .day3{
        border-bottom: 5px solid #74bfd4;
    }
    .flowd-sc-container #flowd-sc-week .day2{
        border-right: none;
        border-bottom: 5px solid #74bfd4;
    }
    .flowd-sc-container #flowd-sc-week .day1{
        border-bottom: none;
    }
    .flowd-sc-container #flowd-sc-week .day1 .result-cont .svg-cont{
        width: 34%;
    }
}
@media screen and (max-width: 400px){
    .flowd-sc-container #flowd-sc-week.flowd-sc-inner .day-cont{
        font-size: 18px;
    }
}
/*Book Section*/
.books-inner-section .book-img img{
    transition: all .3s ease-in-out;
}
.books-inner-section .book-img img:hover{
    transform: scale(1.1);
}
/* saving water animation */
#sad-bottle{
    transform-origin:center center;
    animation:sadbottle 2s linear infinite;
}
.bottle-tear{
    animation:teardrop 1s linear infinite;
}
.bottle-tear1{
    transform: translate(120px, -100px);
}
.bottle-tear2{
    transform: translate(80px, -240px);
}
.bottle-tear3{
    transform: translate(200px, -270px);
}
.bottle-tear4{
    transform: translate(-80px, -100px);
}
.bottle-tear5{
    transform: translate(-65px, -240px);
}
.bottle-tear6{
    transform: translate(-195px, -270px);
}
#happy-bottle{
    transform-origin:center center;
    animation:happybottle 1s linear infinite;
}
.loader-drop1{
    animation:loaderdrop1 3s linear infinite;
}
.loader-drop2{
    animation:loaderdrop2 3s linear infinite;
}
.loader-drop3{
    animation:loaderdrop3 3s linear infinite;
}
@keyframes loaderdrop1{
    0%, 15%, 35%, 100%{
    transform: translate(0,0);
    }
    25%{
    transform: translate(0, 20px);
    }
}
@keyframes loaderdrop2{
    0%, 40%, 60%, 100%{
    transform: translate(0,0);
    }
    50%{
    transform: translate(0, 20px);
    }
}
@keyframes loaderdrop3{
    0%, 65%, 85%, 100%{
    transform: translate(0,0);
    }
    75%{
    transform: translate(0, 20px);
    }
}
@keyframes sadbottle{
    0%, 40%, 60%{
        transform: translate(0,0);
    }
    50%{
        transform: translate(0, -80px);
    }
    }
    @keyframes happybottle{
    0%, 30%, 70%{
        transform: rotate(0deg) translate(0,0);
    }
    45%{
        transform: rotate(5deg) translate(0, -80px);
    }
    55%{
        transform: rotate(-5deg) translate(0, -80px);
    }
}
@keyframes teardrop {
    0%,20%,100%{
      opacity: 0;
    }
    50%, 90%{
      opacity: 1;
    }
    100%{
      transform: translate(0,0);
    }
}
.flowd-yday-usage #faucet-cylinder #faucet:hover{ 
    transform: translate(0, 5px);
}
.flowd-yday-usage #faucet-cylinder #faucet{
    transition: transform .1s linear;
}
#drop1{
    transition: transform 1s linear;
}
#drop3{
    transition: transform 1.4s linear;
}
#drop4{
    transform: translate(0, -10px);
    transition: transform 1.2s linear;
}
#water-top{
    transition: transform 2s linear;
}
#water-body-cont{
    transform: scale(1,-1) translate(0, -1815px);
}
#water-body{
    height: 0px;
    transition: height 2s linear;
}
#threshold{
    transform: translate(0, -388.5px);
}
#cylinder{
    box-shadow: -5px -5px 5px #888; 
}
