.sp-megamenu-parent > li:last-child > a {
  line-height: inherit !important;
  padding: 10px 40px;
  background-color: orange;
  border-radius: 25px;
}

/* Linkek színe */ 
a {
  color: #FF2800;
}
a:hover, a:focus, a:active {
  color: #CE1F00;
}

/* Button NO Capitalize!!! (template.css) */ 
.sppb-btn {
  text-transform: none !important;
}

/* Button ROUNDED!!! (template.css) */ 
.sppb-btn.sppb-btn-default.sppb-btn-rounded {
	border-radius: 56px !important;
}

/* Gallery MAIN image radius! */
.speasyimagegallery-gallery-item img {
  border-radius: 16px !important;
}
/* Gallery MAIN text-box radius! */
.speasyimagegallery-gallery-item > div::after {
  border-radius: 16px;
  }

/* Gallery ALBUM image radius! */
.speasyimagegallery-album > div img {
  border-radius: 16px;
}
/* Gallery ALBUM text-box radius! */
.speasyimagegallery-album > div > a::after {
  border-radius: 16px;
}

/* hr színe! */
hr {
  border-top: 1px solid #000 !important;
}

/* Galéria menüpont header mérete! */
.sp-page-title .sp-page-title-heading {
  font-size: 64px;
  margin-bottom: 75px;
}

/* Topbar és menüsor közötti vékony elválasztó csík és színe! */
#sp-top-bar {
  border-bottom: 1px solid #ffffff4a;
}

/* Menüsor színe! */
#sp-header {
  background: #333;
}

/* Menüsor linkek inaktív alaszíne! */
.sp-megamenu-parent > li > a {
  color: #B2C0C4;
}


/* Menüsor menüpontok közötti távolság (laptopon szétesik miatt)! */
.sp-megamenu-parent > li > a {
  padding: 0 20px;
}
.sp-megamenu-parent > li > span {
  padding: 0 10px;
}


/* Menüsor legördülő menüpontok színe ha a menüpont Elválasztó karakter! */
.sp-megamenu-parent > li {
  color: #B2C0C4;
  cursor: pointer;
}