#wpfront-scroll-top-container img {
    width: 45px;
    -webkit-filter: drop-shadow(0px 5px 5px #222);
    filter: drop-shadow(0px 0px 4px black);
}

.wpb_button, .wpb_content_element, ul .wpb_thumbnails-fluid>li {
    margin-bottom: 0px;
    margin-top:38px;
}

#wpfront-scroll-top-container img{
    width:45px;
}

#vertical-line{
    border-left: 2px dotted #f0ce52;
}

.cb-top-bar-flex-container>div {
    margin: 5px 3%;
}

html,body{
    overflow-x: hidden;
    scroll-behavior:smooth;
}

#overflow-initial{
    overflow:visible;
}