.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #912326;
}

.sp-megamenu-parent>li:hover>a, .sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    box-shadow: inset 0 -4px 0 #912326;
}

.sp-megamenu-parent>li:hover>a {
    color: #912326;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.sp-has-child:hover>a {
    background: #912326;
    color: var(--menu_dropdown_text_hover_color);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
    background: #912326;
    color: var(--menu_dropdown_text_hover_color);
}

#sp-footer, #sp-bottom {
    background: #912326;
    color: #ffffff;
}

.sppb-addon-sp-slider.slideshow-title-1 .sppb-sp-slider-title span {
    color: #912326;
}


.sppb-addon-feature.feature-box-1 .sppb-addon-content .sppb-icon-container {
    padding: 17px;
    border-radius: 6px 0;
    color: #fff;
    background: #912326;
}


[class*="title-1"].sppb-section .sppb-section-title .sppb-title-heading span:not(.sp-inline-editable-element), [class*="title-1"].sppb-addon .sppb-addon-title span:not(.sp-inline-editable-element) {
    color: #912326;
}

[class*="title-1"].sppb-section .sppb-section-title .sppb-title-heading i, [class*="title-1"].sppb-addon .sppb-addon-title i {
    width: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    background: transparent;
    display: block;
    margin: 13px auto 0;
    border: 3px solid #912326;
    line-height: 24px;
    border-radius: 50%;
}

[class*="title-1"].sppb-section .sppb-section-title .sppb-title-heading i:after, [class*="title-1"].sppb-addon .sppb-addon-title i:after {
    content: "";
    width: 100px;
    height: 3px;
    background: transparent;
    margin: 28px auto 13px;
    border-left: 30px solid #912326;
    border-right: 30px solid #912326;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 0;
}


a {
    color: #912326;
}


.sp-page-title {
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    background-color: #912326;
}


.bg-primary {
    background: #912326 !important;
}



.article-list .article .article-header h1 a, .article-list .article .article-header h2 a, .article-list .article .article-header h3 a {
    color: #912326;
}

.article-list .article .readmore a:not(.btn) {
    color: #912326;
}

/* Jogterületek bővebben gomb */
.article-list .article .readmore a:not(.btn):hover {
  color: #ffffff;
  background:#912326;
  padding:10px 20px 10px 20px;
  border-radius:5px;
}

.sp-scroll-up {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 30px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #912326;
  border: 1px solid #912326;
  border-radius: .375rem 0;
  z-index: 1000;
  transition: all .3s ease;
}

.attorney-page .attorney-content h2 span {
    color: #912326;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
    background: #912326;
    color: var(--menu_dropdown_text_active_color);
}