/* base CSS */
.store-header-menu a {
    color:!important;
}
        
.store-header-menu {
    background-color:!important;
}        
.store-main-color { 
    background-color:#000000!important;
}

.page-item.active .page-link {
    background-color:#000000!important;
    border-color:#000000;
}

.list-picture-height-product {
    height: 125px;
}
.list-picture-height-class {
    height: 125px;
}
.list-picture-height-activity {
    max-height: 200px;
}

.btn-primary:hover {
    background-color: #000000!important;
    opacity: 0.5;
}

.btn-primary, .btn-secondary, .btn-primary:visited{
    background-color: #000000;
    border-color:#000000;
}

.modal-header { 
    background : linear-gradient(#000000, #000000 80%, #eee 100%, #000000 10%);
}

.side-box .title {
    background :linear-gradient(to bottom right, #b3b3b3, #ffffff)!important;
}
/* CUSTOM CSS */
a {
 color:#001240;
}

.vuecal__event.default {
  background-color: #333333;
  border: 1px solid #000000;
}


.organization-right-links {
/*  background-color: #ededed;*/
  border-left:1px solid #dfdfdf;
  margin-top:5px;
 padding-bottom:10px;
 width:98%;
}

.header-logo-img {
    max-height: 100px;
}

.store-main-color {
   margin-top:1px;
}

.store_title {
   font-size: 30px!important;
}
