@import url('https://fonts.googleapis.com/css?family=Kurale|Roboto:400,400i');

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
  font-family: 'Kurale', sans-serif !important;
}

body
{
  font-family: 'Roboto', sans-serif;
  line-height: 1.75;
}

#sp-top
{
  margin-top: 5px;
}

#sp-header{
    background-color: #3c4543;
}
.sp-megamenu-parent > li > a {
  color: #dedede;
}
.sp-megamenu-parent > li:hover > a {
  color: #fff;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #fff;
  font-weight: bold;

}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #f5f5f5;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #3c4543;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
  background-color: #fff;
  color: #3e6aa3;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
  color: #3e6aa3;
}
.sp-megamenu-parent .sp-mega-group > li > a {
  color: #19593f;
  font-family: 'Kurale', serif;
}

#sp-header{
    height:40px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span{
    line-height:40px;
}
#sp-top{
    height:100px;
}
#offcanvas-toggler > .fa {
  color: #dedede;
}
#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active {
  color: #fff;
}
.offcanvas-menu {
  background-color: #f5f5f5;
  color: #3c4543;
}

#sp-main-body {
  padding: 50px 0;
}
.sppb-flipbox-panel .sppb-flipbox-back{
    padding: 0;
}

.footer_copyright
{
  text-align: right;
}

@media only screen and (max-width: 992px) {
  #sp-footer1 .sppb-addon-single-image,
  #sp-footer1 .sppb-addon-raw-html
  {
    text-align: center !important;
  }
}

/** JEVENTS **/
.jev_daysnames.category 
{
  display: none; 
}

.ev_link_row 
{
  font-size: 20px !important; 
  font-weight: bold;
  color: blue !important;
}

#jevents_body .nav-items
{
  width: 90%;
}

#jevents_body .nav-items > div a:hover,
#jevents_body .nav-items > div
{
  border: 0 !important;
}

#jevents_body input
{
  width: unset;
  display: unset;
}

/** JEVENTS **/
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {

    background-color: #185640;
    border: 1px solid #185640;

}