.work {
    font-family: 'Poppins', sans-serif;
}

.header {
    position: relative;
}

.poppins-r, html, body {
    font-family: 'Poppins', sans-serif;
}

.poppins-sb, b, strong {
    font-family: 'PoppinsSemiBold', sans-serif;
}

a, a:visited, a:active, a:hover {
    color: inherit;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper,
.at-resp-share-element .at-icon, .at-resp-share-element .at-label {
    width: 25px !important;
    height: 25px !important
}

.h-100 {
    height: 100%;
}

.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
}

.bg-classic {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.skip-link {
    height: 30px;
    left: 50%;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

#nav-main, #nav-main > ul.menu, #nav-main > ul.menu > li {
    height: 100%;
}

#nav-main > ul.menu > li > a {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    display: block;
}

.search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 48px;
    /*transform: translateX(120%);*/
    opacity: 0;
    pointer-events: none;
    transform: translateX(0);
    transition: .3s ease;
}

.search-form.visible {
    opacity: 1;
    pointer-events: all;
}

.post-content iframe {
    max-width: 100%;
}

.search-form * {
    height: 100%;
    border-radius: 0;
    z-index: 9;
}

.skip-link:focus {
    transform: translateY(0%);
}

.white-link:hover, .white-link:active, .white-link:visited {
    color: white;
    text-decoration: none;
}

.red-link, .red-link:hover, .red-link:active, .red-link:visited {
    color: #ed273e;
    text-decoration: none;
}

.current-menu-item a {
    position: relative;
}

.current-menu-item a:after {
    content: '';
    position: absolute;
    left: -3px;
    right: -4px;
    bottom: -4px;
    height: 2px;
    background: #ed273e;
}

.post-content h3 {
    font-size: 1.3rem;
}

figure {
    max-width: 100%;
}

.logo {
    width: 260px;
    height: 60px
}

.color-red {
    color: #ed273e
}

.color-white {
    color: #fff
}

.square {
    position: relative;
}


.square > a {
    position: absolute;
    color: #fff;
    font-size: 12px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.square img {
    width: 100%;
}

.square a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    display: block;
}

.image-text img {
    height: 1em;
    margin-right: 7px;
    position: relative;
    top: -1px
}


.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.menu li {
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
}

.menu li a, .menu li a:visited, .menu li a:active, .menu li a:hover {
    color: #000;
    text-decoration: none;
}

.bottom-nav {
    border-bottom: solid 5px #EE334F;
}

.acf-relationship .list {
    height: 460px
}

.post-preview {
    height: 100%
}

.border-bottom {
    border-bottom: solid 1px #68696b3b;
    height: 100%;
}

.post-image {
    overflow: hidden;
}

.post-image:after {
    content: '';
    display: block;
    padding-top: 50%;
}

.column-2 .post-image:after {
    padding-top: 40%;
}

.post-image.blog img {
    filter: grayscale(100%);
}

.post-image.blog:after {
    padding-top: 20%;
}

.blog-header .blog-img {
    position: relative;
    transform: translate(0, -50%);
    left: 0;
    padding: 6px;
}

.blog-header .blog-img {
    width: 100px;
}

.post-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.post-cat {
    color: #fff;
    background: #EE334F;
    padding: 7px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-print-color-adjust: exact;
}

.post-correlati ul li {
    line-height: 1;
}

.post-correlati ul {
    margin: 0;
    padding-left: 22px;
    list-style: none; /* Remove default bullets */
}

.post-correlati ul li::before {
    content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #EE334F; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: .6em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
    font-size: 25px;
    position: relative;
    top: 4px
}

.post-body {
    padding-bottom: 40px
}

.post-title {
    line-height: 1.3;
}

.post-preview.mini .post-title {
    font-size: 18px
}

.post-preview.mini .post-correlati ul {
    font-size: 12px
}

.post-preview.mini .post-author *, .post-preview.mini .post-cat {
    font-size: 12px
}

.post-correlati {
    margin-top: -4px;
}

.editoriale {
    margin-left: -35px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: flex-start;
}

.post-image {
    position: relative;
}

.post-excerpt {
    margin-bottom: 5px
}

.swiper-lazy-preloader {
    width: 30px;
    height: 30px;
    border: solid 4px #EE334F;
    margin-left: -15px;
    margin-top: -15px;
    border-top-color: transparent;
}

.blog-body {
    width: 80%;
    margin: -20px auto 0 auto;
    position: relative;
    padding: 45px 15px 35px 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
    z-index: 999;
}

.blog-post {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-post .post-image img, .blog-img img {
    filter: grayscale(100%);
}

.blog-img img {
    width: 100%;
}

.blog-img {
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -70%);
    padding: 4px;
    background: #fff;
    width: 60px;
}

.blog-img:after {
    content: '';
    position: absolute;
    bottom: -7px;
    height: 2px;
    left: 0;
    right: 0;
    background: #EE334F;
}

.swiper-blog .swiper-slide {
    height: auto;
}

.blog-author-name {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.swiper-prev, .swiper-next {
    border: solid 1px #666;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.swiper-prev svg, .swiper-next svg {
    width: 10px;
}

.swiper-pagination {
    width: 100%;
    height: 1px;
}

.swiper-pagination-progressbar {
    position: relative;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    top: -1px;
    bottom: -1px;
    background: #EE334F;
    height: auto;
}

.swiper-bar-outer {
    background: #666;
    height: 1px;
}

.swiper-prev:hover svg, .swiper-next:hover svg {
    color: #EE334F;
}

.swiper-prev:hover, .swiper-next:hover {
    border-color: #EE334F;
}

.swiper-prev {
    transform: rotateZ(-90deg);
}

.swiper-next {
    transform: rotateZ(90deg);
}


.post-body, .lo-spiegone, .i_piu_letti--list {
    /*-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

.i_piu_letti--list {
    position: relative;
    min-height: 60px;
}

.divisor {
    margin: 12px auto;
}

.divisor.mini {
    width: 65px;
    height: 2px
}

.divisor.red {
    background: #EE334F;
}

.in-breve-body {
    padding: 10px;
    flex: 1
}

.in-breve {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.in-breve .post-image:after {
    padding-top: 55%
}

.sidebar-widget {
    margin-top: 20px;
}

.sidebar-widget:first-child {
    margin-top: 0;
}

.lo__spiegone-post-list .lo__spiegone-post:nth-child(4) .border-bottom-azzurro {
    border: none !important
}

.lo__spiegone-post-list .bg-gray-light {
    box-shadow: inset 0 7px 13px 2px #d8d8d8;
}

.btn {
    border-radius: 0;
}

.swiper-twitter {
    height: 350px;
}

.swiper-twitter .swiper-slide {
    padding: 15px;
    height: auto !important;
}

.line-1 {
    line-height: 1;
}

.swiper-twitter-next, .swiper-twitter-prev {
    cursor: pointer;
    outline: none;
}

.quote-img {
    position: absolute;
    width: 24px;
}

.quote-img.up {
    top: -2px;
    left: -4px;
    transform: rotate(180deg);
}

.quote-img.down {
    bottom: -2px;
    right: -2px;
}

.i_piu_letti--categorie .col-auto {
    margin-right: 5px;
    margin-bottom: 5px
}

.i_piu_letti--categorie .col-auto:last-child {
    margin-right: 0;
}

.i_piu_letti--nome-categoria:hover, .i_piu_letti--nome-categoria.selected,
.eventi-nome_categoria:hover, .eventi-nome_categoria.selected {
    background: #EE334F;
    color: #fff;
    border: 1px solid #EE334F;
}

.i_piu_letti--nome-categoria, .eventi-nome_categoria {
    border: solid 1px #B2B2B2;
    padding: 2px 7px;
    color: #555;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s ease;
}

.i_piu_letti--item-inner .post-image.height img {
    width: auto;
    height: 100%;
}

.i_piu_letti--item-inner .post-image:after {
    padding-top: 100%;
}

.i_piu_letti--item-inner, .border-bottom-gray {
    border-bottom: solid 1px #dedede;
}

.btn-inverse {
    background: #fff;
    border: solid 1px #EE334F;
    color: #EE334F !important;
    font-size: 13px;
    padding: 7px 15px;
    text-decoration: none !important;
}

.btn-danger {
    background: #EE334F !important;
    color: #fff !important;
    font-size: 13px
}

.abbonamento {
    position: relative;
}

.abbonamento a {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px
}

.post-content strong, .post-content b {
    font-family: 'PoppinsSemiBold', sans-serif;
}

.post-content a {
    text-decoration: underline;
}

.post-content img {
    height: auto;
    max-width: 100%;
    margin-bottom: 5px;
    display: block;
}

/*
.blog-post .post-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f2f2f2;
    opacity: .5;
    z-index: 9;
}*/
.editoriale h3 {
    letter-spacing: 2px;
}

#form-registrazione * {
    font-size: 14px
}

.newsletter {
    padding: 15px;
    border: solid 1px #ccc;
}


.abbonamenti img {
    width: 150px;
    margin: auto;
    display: block;
}

.abbonamento {
    border: solid 1px #EE334F;
    height: 100%;
    padding: 30px 15px 60px 15px;
}

.abbonamento .prezzo {
    font-size: 30px;
    border-bottom: solid 1px #EE334F;
    padding-bottom: 10px;
}

.metodi {
    height: 0;
    overflow: hidden;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #EE334F;
    outline: 0;
    box-shadow: 0 0 0 1px rgba(238, 51, 79, .3);
}

#load_more.loading span {
    opacity: 0;
}

#load_more.loading .swiper-lazy-preloader {
    display: block;
}

#load_more .swiper-lazy-preloader {
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    display: none;
}

.disicriviti {
    border-color: #ccc;
    background: #ccc !important
}


.wp-caption-text {
    font-style: italic;
    font-size: 12px;
    color: #757575;
}

.addthis_inline_share_toolbox {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.alignleft {
    float: left;
    margin: 15px 15px 15px 0
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright, .wp-caption.alignright {
    margin: 15px 0 15px 15px
}


.author-generic {
    position: relative;
}

.author-generic:before {
    content: '';
    background: rgba(242, 242, 242, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
}


#privato_non_ue, #azienda {
    display: none;
}


.addthis_inline_share_toolbox a.at-icon-wrapper {
    background: transparent !important;
    margin-right: 0 !important;
}

.at-svc-facebook svg {
    fill: #3b5998 !important
}

.at-svc-linkedin svg {
    fill: #0e76a8 !important
}

.at-svc-twitter svg {
    fill: #1DA1F2 !important
}

.at-svc-whatsapp svg {
    fill: #25D366 !important
}

.hamburger {
    position: absolute;
    left: 15px;
    top: 65%;
    transform: translateY(-50%);
    cursor: pointer;
}

#nav-main-mobile {
    position: absolute;
    top: 160px;
    overflow: hidden;
    right: 15px;
    left: 15px;
    transition: .3s ease-in-out;
    z-index: 9;
    height: 0;
}

#nav-main-mobile li {
    display: block;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: solid 1px #ccc;
}

#nav-main-mobile li:last-child {
    border: none
}


#nav-main ul.menu > li > ul {
    opacity: 0;
    pointer-events: none;
    transition: .3s ease-in-out;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children:after {
    background-image: url("/wp-content/themes/eunews/static/images/freccia_rossa.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(100%, -50%) rotateZ(180deg);
}

#nav-main-mobile .menu-item-has-children:after {
    top: 21px;
    transform: translate(0) rotateZ(180deg);
}

.logo-mobile {
    width: 60%;
    margin: 30px auto;
    display: block;
}

.close-button img {
    width: 100%;
}

.close-button {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 20px;
    cursor: pointer;
}

.menu-opacity {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 8;
    opacity: 0;
}

#nav-main ul.menu > li:hover > ul, #nav-main ul.menu > li > ul:hover {
    opacity: 1;
    pointer-events: all;
}

#nav-main ul.menu > li > ul {
    position: absolute;
    left: 15px;
    top: 100%;
    background: rgba(230, 230, 230, 1);
    padding: 7px 12px;
    min-width: 100px;
    z-index: 99999;
}

#nav-main ul.menu > li > ul > li {
    padding: 7px 0 !important;
    border-bottom: solid 1px #ccc
}

#nav-main ul.menu > li > ul > li:last-child {
    border: none
}

#nav-main ul.menu > li > ul > li {
    display: block;
}

#nav-main-mobile ul.menu > li > ul {
    height: 0;
    overflow: hidden;
}

#nav-main-mobile ul.menu > li > ul.open {
    height: auto;
}

#nav-main-mobile ul.menu > li.open:after {
    transform: rotateZ(0);
}

@media all and (min-width: 992px) {
    .author-generic:before {
        left: 70px;
    }

    .author-generic {
        min-height: 180px;
    }

    #nav-main-mobile {

    }
}

@media all and (max-width: 1199px) {

    .editoriale .editoriale-title {
        margin-top: 10px !important
    }
}

@media all and (max-width: 1199px) and (min-width: 992px) {
    .editoriale .font-5, .editoriale .editoriale-title {
        font-size: 14px !important;
    }


    .editoriale .editoriale-title + div {
        margin-top: 5px !important
    }

    .editoriale .font-2 {
        font-size: 10px !important;
    }
}

@media all and (max-width: 991px) {
    .editoriale {
        padding: 30px 20px !important;
    }

    #ianl {
        font-size: 11px
    }
}

@media all and (max-width: 767px) {
    .font-3 {
        font-size: 15px
    }

    .font-1 {
        font-size: 12px;
    }

    .nav-container .bg-gray-dark {
        background-color: rgba(242, 242, 242, 1);
    }

    .header .wrapper {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .sidebar-widget:first-child {
        padding-top: 25px
    }

    #nav-main-mobile {
        right: 0;
        left: 0;
        top: 159px;
    }

    .header .wrapper .col:first-child, .header .wrapper .col-auto {
        flex: 0 0 100%;
        padding: 0;
    }

    .header .wrapper .col-auto {
        text-align: center;
        margin-top: 15px
    }

    .logo {
        width: 200px;
        height: auto;
    }

    .post-body {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .post-preview .post-title {
        font-size: 18px
    }

    .header.container {
        padding-left: 0;
        padding-right: 0;
    }

    .wrapper .image-text {

    }

    .border-bottom {
        border: none !important;
    }

    .wrapper {
        padding-top: 15px !important;
        margin: 0;
    }

    [class*='post-type-'] {
        padding-top: 0 !important;
    }


    .post-body {
    }

    .addthis_inline_share_toolbox {
        bottom: -6px;
    }

}

@media all and (max-width: 550px) {

    .logo {
        width: 155px;
    }

    header {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        background: #fff;
        transition: .2s ease-in-out;
    }

    header.pull {
        transform: translateY(-45px);
    }

    #content {
        padding-top: 180px
    }


    #nav-main-mobile {
        top: 148px;
        overflow-y: auto;
    }

    .swiper-blog {
        margin-left: -15px;
        margin-right: -15px;
    }

    .swiper-blog .swiper-slide {
        width: 80%;
    }

    .swiper-blog .swiper-prev, .swiper-blog .swiper-next {
        display: none;
    }

    .post-preview .post-body {

    }

    .post-preview .post-image:not(.no-full), .post-type-post .post-image:not(.no-full), .head-editoriale, .author-generic {
        margin-left: -16px !important;
        margin-right: -16px !important;
    }

    .remove-p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .author-generic:before {
        right: 0;
        left: 0;
    }

    .i_piu_letti--item-inner .post-image {
        margin-left: 0;
        margin-right: 0;
    }

    .post-head, .post-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .single-correlati {
        padding-top: 20px !important
    }
}


.wp-caption {
    max-width: 100%; /* Keep wide captions from overflowing their container. */
    padding: 4px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    color: #757575;
}

.gallery:after {
    content: '';
    clear: both;
    display: block;
}

.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.entry-content dl.gallery-item {
    margin: 0;
}

.gallery-item a,
.gallery-caption {
    width: 90%;
}

.gallery-item a {
    display: block;
}

.gallery-caption a {
    display: inline;
}

.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}

.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
    margin: auto;
}

.gallery img {
    border: 2px solid #cfcfcf;
}

.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}


/*
    SMART EVENT
*/
.single-eventi #content, .single-eventi .wrapper {
    padding-top: 0 !important;
}

#smart-event .se-img {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

#smart-event .se-dx, #smart-event .se-sx {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
}

@media all and (max-width: 600px) {
    #smart-event .se-dx, #smart-event .se-sx {
        width: 70px;
    }
}

#smart-event .se-sx {
    right: auto;
    left: 0;
}

.logo-smart {
}

.se-title {
    position: relative;
    padding-left: 20px;
}

.se-title:before {
    content: '';
    display: block;
    width: 5px;
    background: #ed273e;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

.mini-title {
    position: relative;
    padding-bottom: 3px
}

.mini-title:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    height: 4px;
    background: #ed273e;
    width: 50px;
}

/******/


.didascalia_immagine {
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    padding: 5px;
    position: absolute;
    -webkit-print-color-adjust: exact;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
}

.blocked-content-banner, .btn-danger {
    -webkit-print-color-adjust: exact;
}

/* aggiungi al calendario */
html .addeventatc .addeventatc_icon {
    background-image: url(/wp-content/themes/eunews/static/images/calendar-w.png);
    background-repeat: no-repeat;
    background-color: #ed273e !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 17%;
    background-position: center center;
    background-size: 70% !important;
}

.aggiungi-al-calendario, html .addeventatc {
    white-space: nowrap;
    border: solid 1px #ed273e;
    padding-right: 5px;
    color: #ed273e !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.aggiungi-al-calendario > div {
    display: inline-block;
    vertical-align: middle;
}

.aac-icon {
    background: #ed273e;
    padding: 3px 5px 5px
}

/**/


/* speaker box */

.speakers-box {
    background: rgba(242, 242, 242, 1);
    padding: 25px;
}

.event-title {
    display: inline-block;
    border-bottom: solid 1px #ed273e;
    padding-bottom: 7px;
}

.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}


/**/


h4.card-title {
    font-size: 1.3rem;
}

.titlepage {
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    padding: 1rem;
}

.titlepage .h1, .titlepage h1 {
    font-size: 1.8rem;
}

#socialdx img.ico-img {
    display: block;
    width: 40px;
    padding: 0;
    margin: 0;
}

.post-type-eventi_eunews .post-head a.customize-unpreviewable {
    font-size: 20px;
}

.speakers-box .font-6 {
    font-size: 16px;
    margin-bottom: 0.8rem;
    padding-left: 2rem;
}

.speakers-box .font-6::before {
    content: ">>";
    position: absolute;
    margin-left: -30px;
}

.aggiungi-al-calendario, html .addeventatc {
    font-family: 'Poppins';
    font-size: 14px !important;
    font-weight: 100;
}


.header-top-links a {
    text-decoration: none;
    border-right: solid 1px #333;
    flex: 0 0 130px !important;
    font-size: 12px;
}

.header-top-links a:last-child {
    border: none;
}

.header-top-links a img {
    height: 2em;
    margin-right: 0;
    margin-bottom: 5px
}

@media all and (max-width: 991px) {
    .header-top-links a > * {
        display: inline-block;
    }

    .header-top-links a {
        border: none;
        display: inline-block;
        flex: 0 0 auto !important;
    }

    .header-top-links {
        position: relative;
    }

    .header-top-links a div {
        display: none;
    }
}

@media all and (max-width: 500px) {
    .header-top-links {
        justify-content: center;
    }
}

@media all and (max-width: 767px) {
    .header-top-links a div {
        position: relative;
        top: -3px
    }

    .header-top-links a div {
        display: inline-block;
        font-size: 12px
    }

    .header-top-links a:first-child {
        border-right: solid 1px #333;
        padding-right: 10px !important;
        margin-right: 10px !important;
    }

    .header-top-links a img {
        height: 1.4em;
    }

    .header-top-links {
        padding: 0 15px;
        justify-content: center;
    }

    .header-top-links a {
        margin-top: 0 !important;
    }

    .header-top-links a:first-child {
        margin-right: 20px
    }

    .header-top-links a > * {
        vertical-align: middle;
    }

    .header-top-links a img {
        margin-right: 5px;
    }

}


.print-article {
    position: absolute;
    width: 21px;
    height: 30px;
    top: 4px;
    left: 0;
    cursor: pointer;
    transform: translateX(-130%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
    background-image: url("/wp-content/themes/eunews/static/images/ico-print.svg");
    transition: .2s ease-in-out;
}

.print-article:hover {
    transform: translate(-130%,-4px);
}

.a2a_button_facebook path {
    fill: #1877F2;
}.a2a_button_facebook span {
    background-color: #fff !important;
}.a2a_button_twitter path {
    fill: #1D9BF0;
}.a2a_button_twitter span {
    background-color: #fff !important;
}.a2a_button_linkedin path {
    fill: #007BB5;
}.a2a_button_linkedin span {
    background-color: #fff !important;
}.a2a_button_whatsapp path {
    fill: #12AF0A;
}.a2a_button_whatsapp span {
    background-color: #fff !important;
}.a2a_button_print path {
    fill: #999999;
}.a2a_button_print span {
    background-color: #fff !important;
} .video-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
} .video-container iframe {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
} .post-type-post.video .post-image:after {
	padding-top: 56.25%;
}.form-control-checkbox {
    width: 6%;
    padding: 0px;
    height: 14px;
    float: left;
}.text-privacy {
    font-size: 13px !important;
    line-height: 14px;
}.text-privacy a {
    font-size: 13px !important;
    font-weight: bold;
    text-decoration: underline;
    color: #ed273e;
}
