.sNews_tabs
{
    background: transparent;
}

.sNews_tabs .ipsTabs_item
{
    line-height: 50px;
}

/****************************************/

.sNews_categoryNav, .sNews_subCategoryNav
{
    margin: 0;
    padding: 0;
}

.sNews_categoryNav > li, .sNews_subCategoryNav > li
{
    display: inline-block;
}

.sNews_subCategoryNav
{
    position: absolute;
}

.sNews_categoryNav > li > a, .sNews_subCategoryNav > li > a
{
    display: block;
    position: relative;
    text-decoration: none;
}

/****************************************/

.sNews_categoryNav
{
    padding: 0;
    border-radius: 0;
    font-size: 0;
    top: auto;
    z-index: 10;
    text-align: left;
}

html[dir='rtl'] .sNews_categoryNav
{
    text-align: right;
}

/* Revert text alignment for submenus */
html[dir='ltr'] .ipsApp .sNews_categoryNav .sNews_subCategoryNav
{
    text-align: left;
}

html[dir='rtl'] .ipsApp .sNews_categoryNav .sNews_subCategoryNav
{
    text-align: right;
}

/* Place navigation over sticky IPS headers and other z-index elements */
.sNews_categoryNav
{
    max-height: 46px; /* TODO: remove */
}

.sNews_categoryNav > li
{
    vertical-align: top;
    background-clip: padding-box;
}

/* TODO: remove - conflicts with tabs
body.ipsApp .sNews_categoryNav > li > a
{
    margin: 0;
}*/

.sNews_categoryNav > li > a
{
    border-radius: 0;
    padding: 0px 20px;
    font-size: inherit;
    line-height: 46px;
}

/* Reset link text and background */
/*.sNews_categoryNav > li > a,
.sNews_categoryNav > li.sNews_active > a,
.sNews_categoryNav > li > a:hover
{
    background: none;
    color: inherit;
}*/

/* Hover link */
.sNews_categoryNav > li:hover > a
{
    color: #fff;
}

.sNews_subCategoryNav,
.sNews_categoryNav > li .ipsMenu /* TODO: remove */
{
    font-size: 1.2rem;
}

.sNews_subCategoryNav > li > a
{
    font-size: inherit;
}

html[dir='ltr'] .sNews_subCategoryNav > li > a
{
    padding: 12px 24px 12px 12px;
    line-height: 1.3;
}

html[dir='rtl'] .sNews_subCategoryNav > li > a
{
    padding: 12px 12px 12px 24px;
    line-height: 1.3;
}

.sNews_subCategoryNav > li > a:hover
{
    color: #fff;
}

/*
    ----------------
    - Navigation icons
    ----------------
*/

.sNews_subCategoryNav a:before
{
    content: "\f0f6";
    font-family: "FontAwesome";
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 4px;
    opacity: 0.6;
    line-height: 1;
    vertical-align: middle;
}

html[dir='rtl'] .sNews_categoryNav a:before
{
    margin-right: 0;
    margin-left: 4px;
}

/* Remove from indented list */
.sNews_subCategoryNav .sNews_subCategoryNav > li > a:before /* TODO: remove */
{
    display: none;
}

.sNews_subCategoryNav > li > a:before
{
    width: 16px;
}

/*
    ----------------
    - Dropdown Navigation Menus
    ----------------
*/
/* Hide secondary nav bar */
.sNews_categoryNav:before
{
    display: none;
}

.sNews_categoryNav > li
{
    position: relative;
}

.sNews_categoryNav > li:hover
{
    z-index: 1;
}

.sNews_subCategoryNav
{
    background: currentColor;
    border-color: currentColor; /* Arrow */			

    min-width: 175px;
  	width: 100%; /* for dropdown */
    border-radius: 0px 0px 3px 3px;
    display: block !important;
    top: 100%; left: 0; right: auto; bottom: auto;
    z-index: auto;
    height: auto;
    white-space: nowrap;
    pointer-events: none;

    transform-origin: 50% 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s;

    top: calc(100% + 8px);
    border-radius: 3px;
    transform: translateY(6px);
    padding-top: 5px;
}

/* Hover */
.sNews_categoryNav > li:hover .sNews_subCategoryNav
{
    pointer-events: auto;

    visibility: visible;
    opacity: 1;
    transition-delay: 0s, 0s;

    transform: translateY(0);
}

/* Align last menu to the right if they exist, and for RTL */
html[dir='rtl'] .ipsNavBar_secondary
{
    right: 0;
    left: auto;
}

/* Dropdown menu arrow */
.sNews_categoryNav > li > .sNews_subCategoryNav:before
{
    content: "";
    position: absolute;
    top: -6px; left: 20px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: currentColor;
  	left: 50%;
  	transform: translateX(-50%);
}

html[dir='rtl'] .sNews_categoryNav > li > .ipsNavBar_secondary:before
{
    left: auto;
    right: 20px;
}

/* Cover gap with pseudo element */
.sNews_categoryNav > li > .sNews_subCategoryNav:after
{
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 8px;
}

html .ipsApp .sNews_subCategoryNav > li
{
    display: block;
    /*float: none;*/ /* TODO: remove */
}

        /* Force hide More menu in dropdowns */
        /*html .ipsApp .ipsNavBar_secondary > li.ipsHide{
            display: none;
        }
        
        .ipsNavBar_secondary li:last-of-type,
        .ipsNavBar_secondary li:last-of-type a:not(.ipsButton){
            border-bottom-left-radius: inherit;
            border-bottom-right-radius: inherit;
        }
        
            .ipsNavBar_secondary > li > a{
                text-align: left;
                white-space: nowrap;
            }
            
            html[dir='rtl'] .ipsNavBar_secondary > li > a{
                text-align: right;
            }*/


/** colors **/
.sNews_categoryNav
{
    color: rgba(255, 255, 255, 0.9);
}

.sNews_categoryNav > li
{
    font-size: 1.2rem;
}

/* Hover link */
/* TODO: remove - conflicts with tabs
.ipsApp .sNews_categoryNav > li > a
{
    font-weight: bold;
    border-radius: 3px;
    padding: 0 15px;
}

.ipsApp .sNews_categoryNav > li:hover > a
{
    background: rgba(255, 255, 255, 0.05);
}
*/
/*
    ----------------
    - Dropdown navigation menus
    ----------------
*/
.sNews_subCategoryNav
{
    color: #222; /* Background and arrow */
    box-shadow: rgba(0,0,0,0.26) 0px 6px 16px, rgba(0,0,0,0.1) 0px 2px 2px;
}

/* Dropdown menu links */
.sNews_subCategoryNav > li > a:hover
{
    background: rgba(255, 255, 255, 0.05);
}

/****************************************/

.sNews_parentCategory
{
    font-weight: bold;
    background: rgba(191, 191, 191, 0.08);
    margin: 5px 0 0;
    padding: 8px 10px;
    font-size: 13px;
}

.sNews_childCategory
{
    margin-left: 10px;
}

.sNews_article:last-child
{
    border-bottom: 1px solid transparent;
}

.sNews_article
{
    display: block;
    position: relative;
    padding: 2rem;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
    transition: background-color 0.2s, border-color 0.2s;
}

.sNews_article.ipsModerated
{
    background-color: rgba(80, 57, 62, 0.6);
}

.sNews_category
{
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 2rem;
    padding: 0.25rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 18px;
    font-size: 11px;
    display: inline-block;
    left: 10px;
    top: 10px;
}

.sNews_image
{
    border: 1px solid #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 125px;
}

.sNews_title
{
    margin-top: 0.25rem;
}

.sNews_statistics
{
    padding-top: 1rem;
}

.sNews_statistics > span:not(:last-child)
{
    padding-right: 2rem;
}

@media(min-width: 980px)
{
    .sNews_sideMenu
    {
        display: none;
    }

  	.sNews_article:hover
    {
        background-color: rgba(0, 175, 255, 0.05);
        border-color: rgba(0, 175, 255, 0.5);
    }

    .sNews_article.ipsModerated:hover
    {
        background-color: rgba(80, 57, 62, 0.3);
        border-color: rgba(206, 143, 143, 0.5);
    }

    .sNews_inner
    {
        -webkit-transform: translateX(-2rem);
        -ms-transform: translateX(-2rem);
        transform: translateX(-2rem);
        transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    }

    .sNews_article:hover .sNews_inner
    {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}