/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 15 2021 | 00:18:48 */
.jupiterx-widget-posts-post-title {
    font-size: 0.9rem;
    color: #000!important;
    line-height: 1.3rem;
}
.jupiterx-scroll-top {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

a {
    color: #82B9B8;
}
a:hover {
    color: #005280;
}

.joinchat__button {
   background: #6397A7;
}

.elementor-message {
    margin: 30px 0;
    font-size: 1.2em;
    line-height: 1;
    text-align: center;
    padding: 15px 10px;
    background: #135F91;
    color: #ffffff;
    border-radius: 15px;
}


a.raven-submenu-item.raven-link-item {
    font-size: 1.5rem!important;
    padding-bottom: 20px!important;
}


/*scroll bar*/
::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar {
  width: 15px;
}
 
::-webkit-scrollbar-track {
  background: #000000; 
    border:1px solid #000;
}
 
::-webkit-scrollbar-thumb {
  background:#005280; 
    border:1px solid #005280;
    height:100px;
    border-radius:5px;
}
 
::-webkit-scrollbar-thumb:hover {
  background:#005280; 
}

@media only screen and (min-width: 700px) {
  .joinchat {
    --btn: 80px;
  }
}


@media screen and (max-width: 700px) {
a.raven-submenu-item.raven-link-item {
  font-size: 15px!important;
    padding-bottom: 15px!important;
}
}