.comingsoon{
    background-color: #bebebe;
}
.bg-image::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.53);
    height: 100%;
    width: 100%;
    position: fixed;
}

.bg-image {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    z-index: -1;
}

.home {
    color: white;
}

.pb-10 {
    padding-bottom: 7rem !important;
}

.svgBlur {
    filter: url("#sharpBlur");
}


.svgBlur {
    -webkit-filter: url("#sharpBlur");
    filter: url("#sharpBlur");
}

.hideSvg {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.verdelogo {
    background-color: #7ca56d !important;

}

.countdown {
    text-align: center;
    line-height: 75px;
}

.styled div {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    width: 85px;
}

/*Collappse button*/
.collapseButton {
    position: relative;
}

.bottombar_collapse,
.bottombar_collapse:focus,
.bottombar_collapse:focus:hover,
.bottombar_collapse:hover {
    color: #000
}

.bottombar_collapse,
.bottombar_collapse:focus,
.bottombar_collapse:focus:hover,
.bottombar_collapse:hover {
    color: #fff
}

.bottombar_collapse:before {
    content: ""
}

.bottombar_collapse {
    font-family: webinarjam-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: visible;
    -webkit-appearance: button;
    border: none;
    font-size: 22px;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 700
}

.bottombar_collapse:before,
.bottombar_expand_mobile:before {
    -webkit-transition: content .3s ease-in-out;
    transition: content .3s ease-in-out;
    position: relative;
    z-index: 1
}

.bottombar_collapse:after,
.bottombar_expand_mobile:after {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    border-radius: 4px 4px 0 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.bottombar_collapse,
.bottombar_collapse:focus,
.bottombar_expand_mobile,
.bottombar_expand_mobile:focus {
    outline: none
}

.bottombar_collapse:after,
.bottombar_collapse:focus:after,
.bottombar_expand_mobile:after,
.bottombar_expand_mobile:focus:after {
    background: rgba(0, 0, 0, .3)
}

.bottombar_collapse:focus:hover,
.bottombar_collapse:hover,
.bottombar_expand_mobile:focus:hover,
.bottombar_expand_mobile:hover {
    outline: none
}

.bottombar_collapse:focus:hover:after,
.bottombar_collapse:hover:after,
.bottombar_expand_mobile:focus:hover:after,
.bottombar_expand_mobile:hover:after {
    background: rgba(0, 0, 0, .4)
}

.bottombar_expand_mobile {
    background: 0 0;
    padding: 0
}

.bottombar_collapse {
    border-radius: 4px 4px 0 0;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
    width: 52px;
    height: 52px;
    position: absolute;
    padding: 0;
    bottom: 0;
    right: 16px
}

.bottombar_collapse,
.bottombar_collapse:focus,
.bottombar_collapse:focus:hover,
.bottombar_collapse:hover {
    background: inherit
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .bottombar_collapse {
        right: 0
    }
}

@media only screen and (max-width:767px) {
    .collapseButton {
        z-index: 201
    }

    .footerRidotto {
        height: 52px;
    }
    .bottombar_collapse {
        right: 0;
        background-color: #7ca56d !important;
    }

    .bottombar_collapse {

        bottom: auto;
        top: 0
    }

    .bottombar_collapse:after {
        display: none
    }
    
   
    
    
    /*.wj_embed_wrapper:not(.wj_expanded) {
        bottom: 0
    }
    .wj_embed_wrapper:not(.wj_expanded) .wj_embed_wrapper_grid {
        
    }
    .wj_embed_wrapper:not(.wj_expanded) .wj_embed_wrapper_grid .wj_bottombar_collapse {
        background: 0 0!important;
        bottom: auto;
        top: 0
    }
    .wj_embed_wrapper:not(.wj_expanded) .wj_embed_wrapper_grid .wj_bottombar_collapse:after {
        display: none
    }*/
}