/* GENERAL RULES */

@font-face {
    font-family: 'Barlow';
    font-weight: normal;
    font-style: normal;
    src: url('/fonts/Barlow-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Barlow';
    font-weight: 200;
    src: url('/fonts/Barlow-Light.otf') format('opentype');
}
@font-face {
    font-family: 'Barlow';
    font-weight: 500;
    font-style: normal;
    src: url('/fonts/Barlow-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'Barlow';
    font-weight: 700;
    font-style: normal;
    src: url('/fonts/Barlow-Bold.otf') format('opentype');
}
@font-face {
    font-family: 'Barlow';
    font-weight: normal;
    font-style: italic;
    src: url('/fonts/Barlow-Italic.otf') format('opentype');
}
@font-face {
    font-family: 'Barlow';
    font-weight: 700;
    font-style: italic; 
    src: url('/fonts/Barlow-BoldItalic.otf') format('opentype');
}

@font-face {
    font-family: 'MafraDisplayLight';
    src: url('/fonts/MafraDisplay-Light.otf') format('opentype');
}
@font-face {
    font-family: 'MafraDisplay';
    font-weight: normal;
    src: url('/fonts/MafraDisplay-Medium.otf') format('opentype');
}
@font-face {
    font-family: 'MafraDisplay';
    font-weight: 200;
    src: url('/fonts/MafraDisplay-Book.otf') format('opentype');
}
@font-face {
    font-family: 'MafraDisplay';
    font-weight: 700;
    src: url('/fonts/MafraDisplay-Bold.otf') format('opentype');
}

* {
    box-sizing: border-box;
}

#whitelabel-css figure {
    margin: 0;
}

#whitelabel-css body {
    font-size: 1rem;
    font-family: 'Barlow', sans-serif;
}

#whitelabel-css a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #D1060F;
}

#whitelabel-css a:hover {
    color: #D1060F;
}

#whitelabel-css strong {
    font-weight: 700;
}

#whitelabel-css .article-keyword,
#whitelabel-css .teaser-keyword {
    display: block;
    margin: 0 0 8px 0;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #C20B20;
    text-transform: uppercase;
}


#whitelabel-css .article-keyword .keyword-text,
#whitelabel-css .teaser-keyword .keyword-text {
    display: inline-block;
    position: relative;
}

#whitelabel-css .article-type-opinion .article-keyword .keyword-text,
#whitelabel-css .teaser-type-opinion .teaser-keyword .keyword-text {
    color: #006AB3;
}

#whitelabel-css .article-premium .keyword-text:after,
#whitelabel-css .teaser-premium .keyword-text:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(0,-50%);
    margin-left: 10px;
    width: 49px;
    height: 10px;
    background-image: url('/graphics/premium_icon.png');
    background-repeat: no-repeat;
    background-size: contain;
}

#whitelabel-css .arrow-fwd {
    display: inline-block;
    position: relative;
    width: 12px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
}

#whitelabel-css .arrow-fwd:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    width: 12.5px;
    height: 12.5px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    transform-origin: 0 0;
    transform: rotate(45deg) skew(20deg, 20deg);
}

*:hover > .arrow-fwd:after {
    top: 1px;
    border-width: 2px 2px 0 0;
}

#whitelabel-css .grey-btn {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
    border: 1px solid #000;
    border-radius: 30px;
    background: #000;
    color: #FFF;
    cursor: pointer;
    opacity: .8;
    outline: 0;
}

#whitelabel-css .grey-btn.with-icon {
    text-indent: 0;
}

#whitelabel-css .grey-btn .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    heght: 12px;
    transform: translate(-50%, -50%);
}

#whitelabel-css .grey-btn .icon .accent {
    stroke: #FFF;
}

#whitelabel-css .grey-btn:hover {
    background: #FFF;
    color: #000;
    outline: none;
}

#whitelabel-css .grey-btn:hover .icon .accent {
    stroke: #000;
}

#whitelabel-css .grey-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: 0;
    text-align: center;
    font-weight: 200;
    font-size: 24px;
    font-size: 18px;
    line-height: 30px;
}

#whitelabel-css .grey-btn.with-icon:after {
    display: none;
}

#whitelabel-css .close-btn:after {
    content: '\2715';
}

#whitelabel-css .expand-btn:after {
    content: '\2195';
    transform: rotate(45deg) translateY(-2px);
}

#whitelabel-css hr.domaniSeparator {
    margin: 17px auto;
    max-width: 964px;
    height: 16px;
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(0,0,0,.25);
}

#whitelabel-css hr.domaniSeparator:before {
    content: "";
    display: block;
    border: inherit;
    height: 4px;
    margin-top: 4px;
}


/* SOCIAL LINKS */

#whitelabel-css .socials-link {
    display: inline-block;
    margin-left: 10px;
    width: 17px;
    height: 17px;
}

#whitelabel-css .socials-link:first-child {
    margin-left: 0;
}

#whitelabel-css .socials-link .icon {
    display: block;
    width: 100%;
    height: 100%;
}

#whitelabel-css .socials-link .accent {
    fill: #000;
}

#whitelabel-css .social-icons-type-negative .socials-link .accent {
    fill: #FFF;
}

@media all and (min-width: 1024px) {
    #whitelabel-css .socials-whatsapp {
        display: none;
    }

    #whitelabel-css .socials-link:hover {
        opacity: .25;
    }

    #whitelabel-css .social-icons-type-negative .socials-link:hover {
        opacity: .75;
    }
}


/* TOP + NAV MENU */

#whitelabel-css .topmenu {
    position: relative;
    padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #000;
	color: #FFF;
	font-size: 12px;
    height: 30px;
}

#whitelabel-css .topmenu * {
    outline: none;
}

#whitelabel-css .topmenu-hamburger,
#whitelabel-css .menu-search-icon {
    display: inline-block;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

#whitelabel-css .topmenu-hamburger svg,
#whitelabel-css .menu-search-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

#whitelabel-css .topmenu-hamburger .accent *,
#whitelabel-css .menu-search-icon .accent * {
    stroke: #FFF;
}

#whitelabel-css .topmenu-submenu,
#whitelabel-css .topmenu-hamburger {
    width: 22px;
    height: 22px;
}

#whitelabel-css .menu-search {
    margin: 0 0 0 10px;
}

#whitelabel-css .menu-search-form {
    margin: 0;
}

#whitelabel-css .menu-search * {
    vertical-align: middle;
}

#whitelabel-css .menu-search-inner {
    display: flex;
}

#whitelabel-css .menu-search-icon {
    margin-left: 10px;
    width: 16px;
    height: 16px;
}

#whitelabel-css .menu-search .menu-search-term,
#whitelabel-css .menu-search .menu-search-send {
    display: inline-block;
    border: 0;
    border-radius: 20px;
    padding: 0 8px;
    background: #FFF;
    color: #000;
    font-family: inherit;
    line-height: 18px;
    height: 18px;
}

#whitelabel-css .menu-search .menu-search-term {
    padding-left: 20px;
    font-size: 11px;
    font-weight: 200;
    width: 180px;
}

#whitelabel-css .menu-search .menu-search-send {
    margin-left: 10px;
    font-family: 14px;
    font-weight: 500;
    cursor: pointer;
}

#whitelabel-css .topmenu-submenu,
#whitelabel-css .topmenu-search {
    flex-shrink: 0;
}

#whitelabel-css .topmenu-links {
	margin-left: auto;
    height: 100%;
    flex-shrink: 1;
    text-align: right;
}

#whitelabel-css .topmenu-links ul {
    overflow: hidden;
}

#whitelabel-css .topmenu-links ul,
#whitelabel-css .topmenu-links ul li {
    display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#whitelabel-css .topmenu-links ul li:not(:first-child) {
    margin-left: 20px;
}

#whitelabel-css .topmenu-links ul li {
    white-space: nowrap;
    padding: 8px 0;
    height: 14px;
}

#whitelabel-css .topmenu-links ul li a {
	font-weight: 500;
	color: inherit;
	text-decoration: none;
}

#whitelabel-css .navmenu {
    position: relative;
	margin: 15px 20px;
}

#whitelabel-css .navmenu-logo {
    display: inline-block;
    width: 160px;
    vertical-align: bottom;
}

#whitelabel-css .navmenu-date {
	margin-left: 12px;
    font-size: 12px;
    line-height: 1;
    font-weight: 200;
    vertical-align: bottom;
}

#whitelabel-css .topmenu-social,
#whitelabel-css .navmenu-links,
#whitelabel-css .navmenu-weather {
	display: none;
}

#whitelabel-css .menu-item a:hover {
    color: inherit;
    opacity: .25;
}

#whitelabel-css .menu-trending-topic {
	color: #C10E1A;
}

#whitelabel-css .whole-menu nav > ul {
    overflow: visible;
}

#whitelabel-css .submenu-sidebar {
    padding: 20px 0;
    width: 250px;
    background: #F5F2EE;
    box-shadow: 3px 0 6px 0 rgba(0,0,0,.15);
}

#whitelabel-css .submenu-sidebar .submenu-toolbar {
    padding: 0 20px;
}

#whitelabel-css .submenu-sidebar > .submenu-toolbar:not(.sidebar-buttons):after {
    content: '';
    display: block;
    border-bottom: 1px solid #000;
    width: 132px;
    height: 0;
    overflow: hidden;
}

#whitelabel-css .submenu-sidebar > .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

#whitelabel-css .submenu-sidebar ul {
    margin: 15px 0;
    padding: 0;
    list-style-type: none;
}

#whitelabel-css .submenu-sidebar .menu-item {
    margin: 0 0 16px 0;
    padding: 0;
    list-style-type: none;
}

#whitelabel-css .submenu-sidebar .menu-submenu {
    margin: 0 0 0 10px;
    padding: 0 0 0 15px;
}

#whitelabel-css .submenu-sidebar .menu-submenu .menu-item {
    margin: 2px 0 0 0;
    list-style-type: disc;
}

#whitelabel-css .submenu-sidebar .menu-submenu .menu-item:first-child {
    margin-top: 9px;
}

#whitelabel-css .submenu-sidebar .menu-item a {
    text-decoration: none;
}

#whitelabel-css .social-icons-type-sidebar .socials-link:not(:first-child) {
    margin-left: 15px;
}

#whitelabel-css .social-icons-type-sidebar .socials-link {
    width: 24px;
    height: 24px;
}

#whitelabel-css .submenu-sidebar .sidebar-buttons ul li:not(:last-child) {
    margin-bottom: 15px;
}

#whitelabel-css .submenu-sidebar .menu-search-term,
#whitelabel-css .submenu-sidebar .sidebar-button,
#whitelabel-css .submenu-sidebar .menu-search-icon,
#whitelabel-css .submenu-sidebar .menu-search-send {
    outline: none;
    border: 1.5px solid #000;
    padding: 7px 14px;
    background: #000;
    color: #FFF;
    font-weight: 700;
    font-size: inherit;
    font-family: inherit;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

#whitelabel-css .submenu-sidebar .sidebar-button,
#whitelabel-css .submenu-sidebar .menu-search-icon {
    display: inline-block;
}

#whitelabel-css .submenu-sidebar .menu-search-term,
#whitelabel-css .submenu-sidebar .sidebar-button:hover,
#whitelabel-css .submenu-sidebar .menu-search-icon:hover,
#whitelabel-css .submenu-sidebar .menu-search-send:hover {
    background: #FFF;
    color: #000;
}

#whitelabel-css .submenu-sidebar .menu-search-term {
    margin-right: 10px;
    width: 140px;
    text-transform: none;
    font-size: 11px;
    font-weight: 200;
    cursor: initial;
}

#whitelabel-css .submenu-sidebar .sidebar-buttons .menu-search-inner {
    display: flex;
}

#whitelabel-css .submenu-sidebar .menu-search-send {
    padding: 5px 0;
    width: 45px;
    flex-shrink: 0;
    text-align: center;
}

#whitelabel-css .submenu-sidebar .menu-search-icon {
    margin-left: 0;
    padding: 7px 21px;
    box-sizing: content-box;
}

#whitelabel-css .submenu-sidebar .menu-search-icon:hover .accent * {
    stroke: #000;
}

@media all and (min-width: 1024px) {
    #whitelabel-css .topmenu {
        margin: 0 auto;
        width: 1024px;
        padding: 0 30px;
        height: 25px;
    }

    #whitelabel-css .navmenu,
    #whitelabel-css .navmenu + .domaniSeparator {
        margin-right: auto;
        margin-left: auto;
        width: 964px;
    }

    #whitelabel-css .topmenu-social,
    #whitelabel-css .menu-weather {
        display: initial;
    }

    #whitelabel-css .menu-search-send:hover {
        color: rgba(0,0,0,.25);
    }

    #whitelabel-css .topmenu-social {
        margin-left: auto;
        text-align: right;
        height: 16px;
    }

    #whitelabel-css .topmenu-social .socials-link:not(:first-child) {
        margin-left: 13px;
    }

    #whitelabel-css .topmenu-social .socials-link {
        width: 16px;
        height: 16px;
    }

    #whitelabel-css .topmenu-links {
        flex-shrink: 0;
        margin-left: 16px;
        height: auto;
    }

    #whitelabel-css .topmenu-links ul {
        overflow: visible;
    }

    #whitelabel-css .topmenu-links ul li {
        padding: 0;
        height: auto;
    }

    #whitelabel-css .topmenu-links ul li a:hover {
        opacity: .75;
    }

    #whitelabel-css .navmenu {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    #whitelabel-css .navmenu-logo {
        width: 250px;
    }

    #whitelabel-css .navmenu-links {
        display: block;
        margin-top: 15px;
        font-size: 14px;
        line-height: 1;
        width: calc(100% - 200px);
    }

    #whitelabel-css .navmenu-links ul,
    #whitelabel-css .navmenu-links .menu-item {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #whitelabel-css .navmenu-links ul {
        display: block;
    }

    #whitelabel-css .navmenu-links .menu-item:not(:first-child) {
        margin-left: 20px;
    }

    #whitelabel-css .navmenu-links .menu-item a {
        text-decoration: none;
    }

    #whitelabel-css .navmenu-links .menu-submenu {
        display: none;
    }

    #whitelabel-css .navmenu-weather {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 200px;
        height: 20px;
    }
}


/* FOOTER */

.page-footer {
    border-top: 10px solid #000;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #F4F2EE;
    padding: 13px 18px;
}

.footer-links {
    display: flex;
    width: calc(100% + 15px);
    flex-wrap: wrap;
    order: 3;
    list-style: none;
    margin: 0 0 0 -15px;
    padding: 20px 0 0;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
}

.footer-links li {
    padding-left: 15px;
}

.footer-links a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.footer-links a:hover {
    opacity: .25;
}

.footer-logo amp-img {
    width: 99px;
}

@media all and (min-width: 1024px) {
    .page-footer {
        margin-right: auto;
        margin-left: auto;
        padding: 0 30px;
        width: 1024px;
        height: 60px;
        flex-wrap: nowrap;
    }

    .footer-links {
        margin: 0;
        padding: 0;
        width: auto;
        flex-wrap: nowrap;
        order: 0;
        font-size: 11px;
    }

    .footer-links li {
        padding-left: 22px;
    }

    .footer-links li:first-child {
        padding-left: 0;
    }
}

#whitelabel-css .domani-site amp-accordion section {
    margin-top: 10px;
}

.domani-site .i-amphtml-accordion-header {
    position: relative;
    border-width: 0;
    /*border-bottom: 1px solid #C10E1A;*/
    background: transparent;
    padding: 0  0 6px 20px;
    outline: 0;
}

.domani-site .i-amphtml-accordion-header:before
{
    content: "►";
    position: absolute;
    top: 0;
    left: 0;
    font-size: .6em;
    line-height: 2rem;
}
.submenu-button.i-amphtml-accordion-header::before {
  content: none !important;
  display: none !important;
}
.submenu-button.i-amphtml-accordion-header {
    padding: 0px;
}

.domani-site [expanded] > .i-amphtml-accordion-header:before {
    content: "▼";
}

.domani-site .i-amphtml-accordion-content {
    padding-left: 20px;
    line-height: 1.75;
}

.domani-site .i-amphtml-accordion-content p,
.domani-site .i-amphtml-accordion-content ul,
.domani-site .i-amphtml-accordion-content li {
    margin: 6px 0;
}
