/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 24 2021 | 07:55:22 */
.acadp a:hover, .acadp a:focus {
    color: #000000;
    text-decoration: none;
}
.acadp * {
   padding: 5px 0px;
}
.single-acadp_listings .jupiterx-post-image{
  display:none;
}

h3.acadp-no-margin {
   font-size: 16px;
    text-align: center;
}

.thumbnail.acadp-entry {
    background: #ffffff;
}

.acadp-listing .acadp-post-title h1 {
    font-size: 2rem;
}

.acadp small, .acadp .small {
    font-size: 85%;
    display: none;
}

/*scroll bar*/
::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar {
  width: 10px;
}
 
::-webkit-scrollbar-track {
  background: #000000; 
    border:1px solid #000;
}
 
::-webkit-scrollbar-thumb {
  background: #008037; 
    border:1px solid #008037;
    height:100px;
    border-radius:5px;
}
 
::-webkit-scrollbar-thumb:hover {
  background:#008037; 
}

/* marca texto*/
::selection {
    background: #2964B4;
    color:#ffffff;
}
