/* .header-buttons a {
     padding: .66875rem .5125rem;
     line-height: .8;
     font-size: 1.275em; color: #9abc23;
 }

 .header-buttons a:hover {
     opacity: 1; color: #9abc23; background: #ffffff;
 }*/

.header-menu .top-bar .menu>li.active>a {
    color: #afe000;
}

.header-menu .top-bar .menu>li>a:hover {
    color: #afe000;
}

.header-menu .top-bar .menu>li>.menu>li.active>a {
    color: #afe000;
}

.schedule {}

.call-btn span {
    top: 55%;
    line-height: 1;
}

.boxes-item-desc-text p {
    line-height: 1.25; font-size: 17px;
}

.boxes-item-desc-text {
    font-size: 17px; line-height: 1.25;
}

.text-content h3 {
    font-size: 27px; margin-bottom: 10px;
}

.call {
    min-height: 320px; padding-top: 2rem
}

p {line-height: 1.4;}

.boxes-item-excerpt-wrapper {
    padding: 1.5625rem 20px;
    background: hsla(0,0%,100%,.95);
}

.boxes-item-excerpt-cost {
    line-height: 1.75rem; font-weight: 700;
}

.boxes-item-excerpt-title {line-height: 0.9625em; color: #635a59; text-transform: none;}
.boxes-item-excerpt-date {font-weight: 400;}
.boxes-item-excerpt-duration {font-weight: 400;}
.boxes-item-excerpt-grade {font-weight: 400;}

/*ul {margin-left: 20px; margin-bottom: 20px!important}*/

.boxes-item-excerpt-duration {visibility: hidden; display: none}

.text-content h2 {font-size: 24px; color: #635a59;}

.schedule-item-date, .schedule-item-title {font-size: 1.225em; color: #635a59; line-height: 1.5;}

.schedule {
    min-height: 650px!important;
}
.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number {
    background: #7e9b1a;
    color: white;
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-past .simcal-day-number {
    background-color: rgba(124, 155, 25, .5);
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-has-events {
    background-color: rgba(124, 155, 25, .2);
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-today {
    background-color: rgba(124, 155, 25, .8);
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day:hover {
    background-color: rgba(124, 155, 25, .2);
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day .simcal-event-title {
    color: rgb(124, 155, 25);
    display: block;
    text-align: center;
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day .simcal-event-title:hover {
    color: #7e9b1a;
}

.simcal-default-calendar .simcal-current h3,
.simcal-default-calendar .simcal-week-day {
    color: #61361d;
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-today .simcal-event-title  {
    color: white;
}

.simcal-default-calendar-grid .simcal-events>.simcal-event:hover{
    text-decoration: none;
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-today:hover .simcal-event-title  {
    color: rgb(124, 155, 25);
}

.simcal-event-details a {
    color: #61361d;
}

.simcal-default-calendar-list {
    width: 100%;
}




.prev_next {
    margin-top: 20px;
    text-align: justify;
}
.prev_next:after {
    content: '';
    width: 100%;
    display: inline-block;
}
.prev_next a {
    font-size:  20px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    color:  #738b20;
}
.prev_next a:hover {
    color: #96a858;
}


.sidebar .widget_directors_category_widget ul {
    list-style: none;
}
.sidebar .widget_directors_category_widget ul li {
    font-size: .875rem;
    color: rgba(99,90,89,.65);
}
.sidebar .widget_directors_category_widget ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding-bottom: .3125rem;
    margin-bottom: .3125rem;
}
.sidebar .widget_directors_category_widget ul li > a {
    color: inherit;
}
.sidebar .widget_directors_category_widget ul li > a:hover, .sidebar .widget_directors_category_widget ul li > a:focus {
    color: #635a59;
}
.sidebar .widget_directors_category_widget ul li > a:before {
    font-family: FontAwesome;
    content: "\f07c";
    margin-right: .3125rem;
}