/* Helix Ultimate bugs */
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.menu-header {
    cursor: text;
    pointer-events: none;
    color: currentColor;
}

/* Hiis.ee */
.helix-ultimate #sp-logo .sp-module {
    display: none;
}

#sp-logo-wrap {
    background-color: #ffffff;
    padding: 25px 0;
    border-bottom: 1px solid #e6e6e6;
}
#sp-logo .logo {
    font-size: 34px;
    line-height: 1;
}

#sp-logo-right .sp-column {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#sp-logo-right .sp-column>.sp-module {
    margin-left: 30px;
}
#sp-logo-right .search form {
    position: relative;
}
.site input[type=search] {
  font-size: 14px;
}

#sp-header {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
}
.sp-megamenu-parent {
  float: none;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  text-transform: uppercase;
  font-weight: 700;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    padding: 0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    padding: 0 20px;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.menu-header {
    color: #fff;
    text-transform: uppercase;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.nav-header, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.sp-has-child {
    background-color: #becfcf;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* Maavalla mega-menüü */
#sp-menu {
    background-color: #973B36;
}
.sp-megamenu-parent > li.sp-menu-item {
    margin-left: 10px;
}
.sp-megamenu-parent > li > a {
    color: #eedfde;
}
.sp-megamenu-parent > li:hover > a {
    color: #ffffff;
    background: #cc3634;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #ffffff;
    background-color: #cc3634;
}
#offcanvas-toggler > .fa {
    color: #ffffff;
}

/* filemail */
.uploader-btn-wrap label#addFolderBtn {
    display: none !important;
}

/* falang */
#sp-component .sp-column > div:last-of-type a {
    color: transparent;
}


/* Video galerii HelixUltimate 1 */
.blog.video-gallery > h2 {
    border-bottom: 1px solid #ddd;
    line-height: 1.3em;
    margin-bottom: 1.5rem;
}
.blog.video-gallery h2 span.subheading-category {
    color: #222;
    text-transform: uppercase;
}
.video-gallery .article-list .article {
    position: relative;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    background-clip: border-box;
    min-width: 0;
    word-wrap: break-word;
    border: none;
}
.video-gallery .article-list .article:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}

.video-gallery .article-list .article .article-header {
  margin-top: 12px;
  margin-bottom: 0;
  min-height: 40px;
}
.video-gallery .article-list .article .article-header h2, 
.video-gallery .article-list .article .article-header h2 a {
  margin-bottom: 6px;
  font-size: 1rem;
  color: #030303;
}
.video-gallery .article-list .article .article-introtext {
/*    display: block;
    position: absolute;
    right: 8px;
    bottom: 60px;
    color: #f9f9f9; */
    font-size: 12px;
    font-weight: bold;
}
.video-gallery .article-list .article .article-introtext {
  color: #828282;
  text-align: right;
}
.video-gallery .article-list .article .article-introtext p {
  margin-bottom: 0;
}
.video-gallery .article-list .article .article-intro-image {
  position: relative;
  margin-bottom: 12px;
}
.video-gallery .article-list .article .article-intro-image:after {content:"";height: 30px;width: 100%;background: linear-gradient(0deg, black, transparent);display: block;position: absolute;bottom: 0;left: 0;right: 0;}
.video-gallery .article-list .article .article-intro-image a img:hover {
  opacity: 0.75;
}

