/*Αλλαγη στο main menu*/
.sp-megamenu-parent > li > a {
  display: inline-block;
  padding: 0 20px;
  line-height:90 px;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #003500;
  position: relative;
  letter-spacing: 0.2px;
}
/*Αλλαγη στο footer*/
#sp-footer .sp-copyright {
  font-size: 18px;
  color: rgba(255,255,255,0.9);
  text-transform: uppercase;
  letter-spacing: 0.9px;
  padding-top:20px;
}

/*Αλλαγες στα αρθρα*/
.body-innerwrapper {
  overflow-x: unset;
}

.view-article section#sp-blog-bottom,
.view-article #sp-main-body,
.layout-blog section#sp-blog-bottom,
.layout-blog #sp-main-body {
  background: transparent;
  padding-bottom: 0;
}

.view-article article.item {
  background: #eeeeee none repeat scroll 0 0;
  margin-bottom: 0;
  overflow: hidden;
  position: static;
  top:0;
}
.view-article div[itemprop="articleBody"] p {
  padding: 0;
  text-align: center;
}

/*Αλλαγη στο burger-menu*/
#offcanvas-toggler {
  float: right;
  line-height: 87px;
  margin-left: 15px;
  font-size: 20px;
  color:#003500;  
}

#offcanvas-toggler > i:hover {
  color:#47817f;
}



