/*
Theme Name: NX Theme
Author: NXCODE
Description: Kathmerini template converted to WordPress
Version: 0.0.1
Tags: Kathmerini Newspaper
*/
/* stylelint-disable selector-list-comma-newline-after */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');

@font-face {
    font-family: 'kasaBbatoxbold';
    src: url('css/fonts/ukasabbatoxbold-webfont.eot');
    src: url('css/fonts/ukasabbatoxbold-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/ukasabbatoxbold-webfont.woff') format('woff'), url('css/fonts/ukasabbatoxbold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'amplitude03';
    src: url('css/fonts/ukasamplitude03roman-webfont.eot');
    src: url('css/fonts/ukasamplitude03roman-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/ukasamplitude03roman-webfont.woff') format('woff'), url('css/fonts/ukasamplitude03roman-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'amplitude06';
    src: url('css/fonts/ukasamplitude06nwsemibold-webfont.eot');
    src: url('css/fonts/ukasamplitude06nwsemibold-webfont.eot?#iefix') format('embedded-opentype'), url('css/fonts/ukasamplitude06nwsemibold-webfont.woff') format('woff'), url('css/fonts/ukasamplitude06nwsemibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'sans-medium';
    src: url('fonts/UKa03SansMedium.otf') format("opentype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'san-bold';
    src: url('fonts/UKa04SanBold.otf') format("opentype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'news-light';
    src: url('fonts/UKANewsLight703-Roman.otf') format("opentype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'news-medium';
    src: url('fonts/UKANewsMedium703-Roman.otf') format("opentype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'sabbato-bold';
    src: url('fonts/UKASabbatoXBold.otf') format("opentype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'amplitude-light';
    src: url('fonts/UKASAmplitude01Light.otf') format("opentype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'amplitude-heavy';
    src: url('fonts/UKASAmplitude08NWHeavy.otf') format("opentype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'quiosco';
    src: url('fonts/UKASQuiosco.otf') format("opentype"), url('fonts/Quiosco-Italic_unobfuscated_KY20fil.woff2') format("woff2");
    font-weight: normal;
    font-style: normal
}

.primary-menu .side-menu-item-home {
    display: none;
}

.side-primary-menu li.side-menu-item-home a:before {
    content: "";
    background: url(/wp-content/themes/nxtheme/images/ic_k_home.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 2px;
    width: 16px;
    height: 16px;
    filter: invert(100%);
    margin-right: 10px;
    padding-bottom: 7px;
    left: 0;
}

.side-primary-menu li.side-menu-item-home a {
    position: relative;
    padding-left: 25px !important;
}

.slick-slide a:focus, .slick-slide:focus {
    outline: none;
}

.pt-1, .py-1 {
    padding-top: 0 !important;
}

.top-padding {
    padding-top: 20px;
}

.top-padding-double {
    padding-top: 40px;
}

.bottom-padding {
    padding-bottom: 20px;
}

.bottom-padding-double {
    padding-bottom: 40px;
}

.article-meta-wrap {
    padding: 0 30px 17px;
}

.content-bottom {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}

.flex-grow-1 {
    flex-grow: 1;
}

.content-middle {
    display: flex;
    align-items: center;
}

.self-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.contents-block * {
    display: block;
}

.padder {
    padding: 0 30px 30px;
}

.banner-wrapper {
    padding: 20px 0;
    text-align: center;
    background: #eaeaea;
    margin-bottom: 20px;
}

.bg-style-1 {
    height: 100%;
    background: #eaeaea;
}

.bg-style-2 {
    height: 100%;
}

body {
    /* font-family: "kasaBbatosb", sans-serif; */
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #eaeaea;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin: 20px 0;
}

.blog-main:not(.author-page):not(.author-readers):not(.sketches) hr:last-of-type {
    display: none;
}

hr.dashed {
    border-top: none;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) 70%, transparent 30%), linear-gradient(to right, rgba(0, 0, 0, 0.7) 70%, transparent 30%), linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 69%, transparent 30%), linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 70%, transparent 30%);
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 10px 1px, 0, 0, 0;
}

/* Article List */

.row.bordered.article-list .col-lg-4.col-md-6:nth-child(3n) {
    border-right: 0 !important;
}

@media (max-width: 575px) {
    .cross-content {
        margin-top: 15px;
    }

    .cross-title {
        padding-left: 20px;
        justify-content: center;
    }
}

.cross-img img {
    width: 100%;
    height: auto;
}

.cross-article .cross-img {
    border-right: 0 !important;
}

span.cross {
    position: relative;
    display: inline-block;
    /* min-height: 71px; */
    min-width: 71px;
    min-height: 71px;
    flex-grow: 1;
}

.cross:before, .cross:after {
    position: absolute;
    left: 36px;
    content: '';
    height: 71px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.5);
}

.cross:after {
    transform: rotate(90deg);
}

a.nx_loadmore {
    background: #ffffff;
    color: #7f7f7f !important;
    font-weight: 500;
    font-family: amplitude06, serif;
    font-size: 16px;
    line-height: 22px;
    display: block;
    text-align: center;
    max-width: 320px;
    padding: 10px;
    margin: 0 auto;
    cursor: pointer;
}

a.nx_loadmore:after {
    content: "▼";
    display: block;
}

a.nx_all_news_load {
    background: #ffffff;
    color: #7f7f7f !important;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 16px;
    display: block;
    letter-spacing: 0.15rem;
    text-align: center;
    padding: 10px 0 0;
    margin: 10px auto 0;
    cursor: pointer;
    border-top: 1px solid rgba(0, 0, 0, .3);
    position: absolute;
    bottom: 0;
    width: calc(100% - 45px);
    margin-right: 15px;
}

a.nx_all_news_load:hover {
    color: #2877a5 !important;
}

@media (min-width: 481px) {
    div.spacer {
        height: 20px;
    }
}

div.spacer-big {
    height: 40px;
}

textarea:focus, input:focus {
    outline: none;
}

.h1, h1 {
    font-size: 2rem;
}

h2 {
    margin-bottom: 15px;
}

.design_one.article-item h2 {
    margin-bottom: 15px;
}

.kosmos-wrap .design_one_title_medium h2 {
    margin-bottom: 0;
}

.d-hidden {
    display: none;
}

.mb-hidden {
    display: block;
}

.no-bottom * {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.blog-header {
    /* line-height: 1; */
}

.blog-header-logo img {
    width: 95%;
}

.blog-header-logo:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'kasaBbatoxbold', 'Georgia', serif;
}

a {
    color: #000;
}

a:hover {
    color: #2877a5;
    text-decoration: none;
}

.py-5 {
    padding-top: 20px !important;
    padding-bottom: 19px !important;
}

main {
    position: relative;
}

body:not(.home) main {
    padding-top: 10px;
    padding-bottom: 0;
}

body.category-oikonomia .gnomes-apopseis h3 {
    margin-bottom: 35px;
}

@media (min-width: 992px) {
    body.single .col-lg-9, body.category-anagnostes-me-apopsi .col-lg-9, body.author .col-lg-9 {
        border-right: 1px solid rgba(0, 0, 0, 0.5);
        /*padding-right: 45px;*/
        padding-right: 38px;
    }
}

body.single article h1, body.single article h2, body.single article h3, body.single article h4, body.single h5, body.single article h6 {
    margin-bottom: 20px;
    font-family: 'san-bold';
}

body.single .entry-content h2 {
    font-size: 2rem;
    line-height: 34px;
}

body.single .entry-content h3 {
    font-size: 1.75rem;
}

.widget_media_image {
    text-align: center;
}

.widget_media_image img {
    max-width: 100%;
    height: auto;
}

span.follow-us {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    padding-bottom: 10px;
    font-weight: 900;
    font-family: 'Roboto';
}

/*NEW GEN STUFF*/

.mc4wp-form-fields p {
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 10px;
}

.mc4wp-form-fields input[type="email"] {
    display: block;
    margin-top: 5px;
    width: 100%;
    padding: 6px;
}

.mc4wp-alert {
    padding: 15px;
    margin: 10px 0;
}

.mc4wp-alert.mc4wp-notice {
    background: #b61a3f;
    color: #fff;
}

.mc4wp-form-fields label {
    display: block;
    margin-bottom: 20px;
}

.tag-wrapper a {
    background: #2877a5;
    padding: 5px 10px;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 10px;
    font-family: 'news-light', sans-serif;
    color: #fff;
    display: inline-block;
    text-transform: lowercase;
}

.tag-wrapper a:hover {
    color: #efefef;
}

.tag-wrapper a:before {
    content: "#";
}

.life-section .row .col-lg-12:not(:last-child) .design_one.article-item {
    padding-bottom: 20px;
    margin-bottom: 20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

/*END OF GEN*/

img.k-logo {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

img.our-news {
    max-width: 467px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.k-sign-up {
    padding-top: 20px;
}

span.your-inbox {
    display: block;
    color: rgba(0, 0, 0, 0.5);
    font-size: 24px;
    padding: 15px 0;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}

a.subscribe-now span {
    cursor: pointer;
    border-radius: 30px;
    padding: 7px 15px;
    display: initial;
    background: #B61A3F;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #ffffff;
    line-height: 22px;
    letter-spacing: 0.1rem;
}

/*
 *  Blockquote
 */
blockquote {
    margin: 0 !important;
    padding: 0 !important;
    float: left;
    max-width: 300px;
    color: #2877a5;
}

blockquote p {
    font-size: 28px !important;
    line-height: 34px !important;
    margin-bottom: 0 !important;
    padding: 20px 45px 20px 0;
    font-family: san-bold, sans-serif;
}

blockquote::before {
    content: " ";
    background: #2877a5;
    width: 33%;
    display: block;
    height: 9px;
}

/*
 * Article Image
 */

.wp-caption.alignleft {
    float: left;
    width: 100%;
    max-width: 300px;
    padding: 20px 25px 20px 0;
}

.wp-caption.alignleft img {
    width: 100% !important;
    height: auto !important;
}

.article-content .wp-caption p.wp-caption-text {
    color: #8f8f8f;
    font-size: 20px;
    line-height: 28px;
    padding-right: 15px;
    font-family: 'sans-medium';
}

/*
 * gastronomos
 */

#gastronomos {
    background: #a6c4ad;
}

span.gastronomos-teuxos h3 {
    color: #DE787A;
    font-size: 16px;
    padding: 5px 0;
}

h3.gastronomos-title {
    margin: 0;
    padding-left: 11px;
}

h3.gastronomos-title img {
    height: 70px;
    line-height: 60px;
}

h3.gastr-title {
    color: #9ac0aa;
    border: none !important;
    padding-bottom: 2px !important;
    padding-left: 0 !important;
}

.gastronomos-content-wrap .design_latest_title ul {
    height: auto;
    overflow: hidden;
    width: auto;
    margin-bottom: 0;
}

@media (min-width: 481px) {
    h3.gastronomos-title {
        font-size: 70px;
        line-height: 60px;
    }
}

/*
 * Category
 */

.page-head {
    /* border-bottom: 2px solid; */
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.page-title-wrap {
    width: 100%;
}

.page-head.subcats h1 {
    font-family: amplitude-heavy;
    font-size: 32px;
    letter-spacing: 0.5rem;
    margin-bottom: 0;
}

.category h2 {
    font-size: 1.25rem;
    line-height: 1.50rem;
}

.category article {
    overflow: hidden;
}

.category article:first-child {
    padding-top: 0;
}

.story-description p {
    font-size: 0.875rem;
    line-height: 1.1875rem;
    color: #606060;
    margin-bottom: 5px;
}

.thumb_wrapper img {
    float: left;
    margin-right: 23px;
    margin-bottom: 5px;
}

.page-head ul li:not(.social-icon) a {
    font-size: 12px;
    line-height: 26px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #212529;
    letter-spacing: 0.15rem;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

/*
 * Article
 */

p {
    font-family: 'news-light', sans-serif;
    font-size: 14px;
    line-height: 22px;
}

p {
    margin-bottom: 0;
    padding-bottom: 0;
}

p.text_big {
    font-size: 30px;
    line-height: 34px;
}

body.single p, body.single .entry-content li, body.category-91 p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 20px;
}

body.single .entry-content p a {
    color: #2877a5;
}

body.single .entry-content p a:hover {
    color: #7f7f7f;
}

body.single .entry-content li {
    font-family: 'news-light', sans-serif;
}

.left-article {
    /* margin-bottom: 30px;*/
}

.col-lg-4.order-lg-1.top-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
}

.col-lg-8.order-lg-2.top-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
}

.col-lg-8.order-lg-2.top-right p, .col-lg-8.order-lg-1.top-left p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.col-lg-8.order-lg-1.top-left .design_one_title_big h2 {
    font-size: 39px;
    line-height: 43px;
}

.design_one.article-item.article-plain:last-child, .design_one.article-item.article-plain:last-child h2 {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .left-article {
        margin-bottom: 30px;
    }
}

.left-article h2 {
    margin-bottom: 17px;
}

.right-article {
    /*padding-bottom: 5px;*/
}

.left-more {
    position: absolute;
    bottom: 0;
    width: 90%;
    padding-top: 15px;
}

@media screen and (max-width: 991px) {
    .left-more {
        width: 100% !important;
    }
}

.ktp__post.col-lg-11 .left-more, .col-lg-8.ktp__post .left-more {
    position: initial;
    margin-top: 5px;
    width: 100%;
}

span.list-number {
    display: inline-block;
    width: 12%;
    font-size: 45px;
    line-height: 45px;
    font-family: quiosco;
    color: #2877a5;
    vertical-align: top;
    font-weight: 400;
}

ul.latest_news_widget span.list-article {
    display: inline-block;
    width: 85%;
}

span.list-time {
    display: inline-block;
    width: 15%;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #2877a5;
    vertical-align: top;
    margin-top: 2px;
}

.design_overlay {
    position: relative;
}

.design_overlay .article_thumbnail_wrapper img {
    padding: 0;
    margin: 0;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0.65) 70%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0.65) 70%);
    height: 669px;
    object-fit: cover;
}

.design_overlay .article_thumbnail_wrapper {
    background: #000;
}

.design_overlay_meta {
    text-align: center;
    bottom: 0;
    position: absolute;
    padding: 0 30px 30px;
}

.design_overlay_meta * {
    color: #fff;
}

.design_overlay_meta h2 {
    word-break: break-word;
}

div.article-item.analisi {
    background: #ece7df;
    padding: 31px 23px 0;
}

div.article-item.analisi span.headlines {
    padding-left: 35px;
}

.logo-img-wrap {
    min-height: 120px;
    padding-bottom: 30px;
}

.drag-see-more-container {
    width: 100%;
    text-align: center;
}

.article-content .entry-content {
    /* max-width: 65%; */
    margin: 0 auto 1rem;
    padding-left: 100px;
}

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

.article-content .aligncenter {
    width: 100% !important;
    margin: 0 auto;
}

.next-post-barrier {
    width: 100%;
    text-align: center;
    padding: 20px 0 20px;
    display: block;
    overflow: hidden;
}

.barrier-inner {
    background: url(/wp-content/themes/nxtheme/images/icon_b.png);
    width: 94px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-color: white;
    z-index: 1;
    position: relative;
}

.article-content img:not(.alignleft) {
    max-width: 100% !important;
    height: auto !important;
}

.article-content .aligncenter img {
    width: 100%;
    height: auto;
}

.article-content p.wp-caption-text {
    max-width: 100%;
    margin: 5px 0 1.25rem;
    color: #8f8f8f;
    font-size: 14px;
    line-height: 19px;
    font-style: italic;
}

.article_thumbnail_wrapper img {
    margin: 0 auto;
    display: block;
    margin-bottom: 17px;
    max-width: 100%;
    width: 100%;
    height: auto;
    background: #eaeaea;
}

.sketch-content .article_thumbnail_wrapper img, .single-post .category-sketches .article_thumbnail_wrapper img {
    background: transparent;
}

.article_thumbnail_wrapper.sketch-img img {
    margin-bottom: 4px;
    border: 10px solid #e6e6e6;
    padding: 10px;
    margin-top: 13px;
}

.top-right .article_thumbnail_wrapper img {
    object-fit: cover;
    max-height: 379px;
}

body.single .article-content .article_thumbnail_wrapper img {
    /* width: 65% !important; */
}

body .p-3 {
    padding: 0 0 40px !important;
}

body.category-periodiko-k .page-head {
    margin-bottom: 0;
}

h1.k-magazine-heading, h2.k-magazine-footer {

    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    LETTER-SPACING: 0.5rem;
    margin-bottom: 0;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
}

h1.k-magazine-heading {
    float: left;
    width: 75%;
}

body.category-periodiko-k h2.k-magazine-footer {
    float: right;
    font-size: 2rem;
    width: 80%;
    margin-top: 60px;
}

body.category-periodiko-k .design_one_title_big {
    min-height: 190px;
}

body.category-periodiko-k .row.inner {
    height: 100%;
}

.k-eksofila img {
    width: 20%;
    padding: 0 15px;
    height: 319px;
    object-fit: cover;
}

h2.k-magazine-footer img {
    width: 75px;
    margin-right: 20px;
}

.k-magazine-meta div.author-social {
    width: 25%;
    float: right;
    text-align: right;
}

.article_thumbnail_wrapper.magazine-image img {
    width: auto;
    margin-left: inherit;
}

.article-content h1.entry-title {
    padding: 15px 0 0px;
    margin-top: -8px;
}

header h2.entry-lead {
    font-size: 21px;
    line-height: 31px;
    font-family: 'quiosco', sans-serif !important;
    color: #000000;
    padding-bottom: 10px;
}

header.entry-header h5 p {
    /* max-width: 65%; */
    margin: 0 auto 25px;
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.display-4 {
    font-size: 2.5rem;
}

a.btn.btn-sm.btn-outline-secondary {
    background: #212529;
    color: #fff;
    border: none;
    border-radius: 3px;
    margin-left: 15px;
}

a.btn.btn-sm.btn-outline-secondary.user-signin {
    background: #eaeaea;
    color: #000;
    border: 1px solid #000;
}

a.btn.btn-sm.btn-outline-secondary.user-signin-mob {
    background: #eaeaea;
    color: #212529;
}

.design_one_meta.headlines {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 15px;
    display: block;
    letter-spacing: 0.15rem;
    margin: 0 0 14px;
    text-transform: uppercase;
}

a.post_category {
    font-family: amplitude-heavy;
    font-size: 32px;
    letter-spacing: 0.5rem;
    margin-bottom: 3px;
    display: block;
}

.design_one_meta.headlines.blue, .design_one_meta.headlines.blue a {
    color: #2877a5;
}

.design_one_meta.headlines.blue a:hover {
    color: #4b4b4b;
}

.design_one_meta.headlines.orange {
    color: #DE787A;
}

.design_one_meta.headlines.medium {
    font-size: 16px;
    line-height: 18px;
}

.design_one_meta.headlines.large {
    font-size: 18px;
    line-height: 20px;
}

.design_one_meta.headlines.huge {
    letter-spacing: 0.45rem;
    font-size: 24px;
    line-height: 26px;
}

/* EDITOR's PICK */

div.editors-pick {
    display: flex;
    flex-flow: column;
}

div.editors-pick .editors-title, div.editors-pick .editors-image {
    width: 50%;
}

div.editors-pick .editors-image {
    margin-left: 0;
}

div.editors-pick .article_thumbnail_wrapper {
    height: 100%;
}

div.editors-pick .editors-image img {
    margin-bottom: 0;
}

div.editors-pick .article-item {
    flex: 1 1 auto;
    min-height: 235px;
}

div.editors-pick .col-main-article {
    display: flex;
    justify-content: center;
    align-items: center;
}

div.editors-pick .col-image-article {
    position: relative;
}

.editors-pick span.design_one_meta.headlines.blue {
    font-weight: 400;
    font-family: 'amplitude-heavy';
    font-size: 21px;
    letter-spacing: 0.5rem;
    padding-left: 40px;
}

.editors-pick span.design_one_meta.headlines.blue:before, div.analisi span.headlines:before, .videos h3:before {
    content: "";
    background: url(/wp-content/themes/nxtheme/images/icon_b.png);
    width: 25px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -10px;
    height: 25px;
    margin-top: 2px;
    background-size: contain;
    animation: grypas-beam 2s infinite;
}

.grypas-beam {
    animation: grypas-beam-black 2s infinite;
}

.article_thumbnail_wrapper.g-portrait img, .article_thumbnail_wrapper.g-landscape img {
    height: 393px;
    object-fit: cover;
}

@keyframes grypas-beam-black {
    0% {
        opacity: 0.3
    }
    50% {
        opacity: .5
    }
    to {
        opacity: 0.3
    }
}

@keyframes grypas-beam {
    0% {
        opacity: .6
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .6
    }
}

.editors-pick .design_one.design_one_flex.editors-item {
    padding-left: 30px;
    padding-top: 20px;
    background: #2877a5;
    height: 100%;
}

.editors-pick .design_one.design_one_flex.editors-item h2 {
    font-family: 'kasaBbatoxbold', 'Georgia', serif;
    margin-bottom: 15px;
}

.editors-pick .design_one.design_one_flex.editors-item h2 a {
    color: #fff;
}

div.editors-pick .col-image-article {
    max-width: 50%;
    flex: 0 0 50%;
}

div.editors-pick .col-main-article {
    max-width: 50%;
    flex: 0 0 50%;
}

.me-tin-k-widget hr {
    display: none;
}

span.subtitle.headlines {
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.15rem;
    margin: 29px 0 0;
    padding-bottom: 13px;
    border-bottom: 10px solid #dde3e7;
    display: block;
}

.videos-section-wrapper {
    position: relative;

}

.videos-section-inner {
    width: 76%;
    margin: 0 auto;
}

.videos-section .media-wrapper {
    position: initial !important;
}

@media (max-width: 1199px) {
    div.editors-pick {
        margin-top: 10px;
        margin-bottom: 30px;
        border-right: 0 !important;
    }
}

@media (min-width: 768px) {
    .editors-pick .design_one.design_one_flex.editors-item h2 {
        font-size: 34px;
        line-height: 39px;
    }

    .col-lg-4.order-lg-1.top-left .article_thumbnail_wrapper, .col-lg-4.order-lg-2.top-right .article_thumbnail_wrapper {
        display: none;
    }
}

@media (max-width: 767px) {
    .editors-pick .design_one.design_one_flex.editors-item h2 {
        font-size: 26px;
        line-height: 32px !important;
    }
}

@media (max-width: 480px) {
    .design_one_flex.editors-item {
        flex-flow: column;
        padding-left: 0 !important;
    }

    div.editors-pick .editors-title, div.editors-pick .editors-image {
        width: 100%;
    }

    div.editors-pick .editors-title {
        padding: 0 30px;
    }

    div.editors-pick .editors-image {
        margin-left: 0;
    }
}

/* DIKTIS */
div.article-diktis {
    background: #2877a5;
    color: #fff;
    padding: 30px;
    height: 100%;
}

div.article-diktis p {
    font-family: 'news-medium';
}

/* article-item analisi */
.article-item.analisi {
    height: 100%;
}

/* SLICK */

.slick-slide img {
    width: 100%;
    height: auto;
}

/* VIDEOS SLIDER */

.videos .videos-slide-container {
    background-repeat: no-repeat !important;
    background-position: right !important;
}

.videos-slide-container .videos-slider-title h2 {
    font-family: 'quiosco';
    opacity: 0.8;
}

.videos-slide-container .videos-slider-title {
    color: #fff;
    padding-bottom: 30px;
}

span.videos-slider-excerpt p {
    font-size: 16px;
    line-height: 27px;
}

.videos-play {
    background: url(/wp-content/themes/nxtheme/images/play-button.png);
    width: 70px;
    background-size: contain;
    height: 70px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: invert(1);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Invert=1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Invert=1);
    opacity: .6;
}

.podcasts .podcast-slide-container {
    background-repeat: no-repeat !important;
    background-position: right !important;
}

.podcast-graphic {
    position: absolute;
    max-height: 100%;
    left: 19px;
}

.podcast-slide-container .podcast-slider-title h2 {
    font-family: 'kasaBbatoxbold';
    font-size: 1.8rem;
    letter-spacing: .02rem;
    margin-top: 13px;
    margin-bottom: 0;
}

.podcast-slide-container .podcast-slider-title {
    color: #fff;
    padding-left: 31px;
}

.newspaper-holder {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.pressreader-wrapper {
    max-width: 255px;
    margin: 0 auto 15px;
    overflow: hidden;
}

.newspaper-holder img {
    width: 100%;
    max-width: 255px;
    display: block;
    filter: brightness(0.90);
    margin: 0 auto;
    box-shadow: 0 19px 16px -18px grey;
}

@media (min-width: 1280px) {
    .videos-slide-container .videos-slider-title h2 {
        font-size: 48px;
        line-height: 54px;
    }

    html:not(.nx-windows) .videos-slide-container .videos-slider-title h2 {
        padding-bottom: 18px;
        max-height: 220px;
    }

    .videos .videos-slide-container {
        min-height: 432px;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    .videos-slide-container .videos-slider-title h2 {
        font-size: 36px;
        line-height: 41px;
    }

    .videos .videos-slide-container {
        min-height: 421px;
    }
}

@media (min-width: 768px) {
    .videos-slide-container .videos-slider-image img {
        display: none;
    }

    .videos-slide-container .videos-slider-title {
        padding-top: 90px;
        padding-left: 42px;
    }

    .videos-play {
        left: 35%;
    }
}

@media (max-width: 767px) {
    .videos .videos-slide-container {
        background: none !important;
    }

    .videos-slider-image img {
        width: 100%;
        height: auto;
    }

    .videos-slider-image {
        margin-top: 70px;
    }

    .videos-slide-container .videos-slider-title {
        padding-top: 15px;
    }

    .videos-play {
        left: 50%;
    }
}

.videos h3:before {
    height: 54px;
    width: 54px;
    filter: invert(0.9);
    top: -27px;
    margin-top: 0;
}

.twitter-tweet.twitter-tweet-rendered {
    margin: 0 auto;
}

body.author h2, body.category-opinion h2 {
    font-family: 'quiosco', sans-serif;
}

.page-authors h2, .reader-article h2 {
    font-family: 'quiosco', sans-serif !important;
}

body.author .secondary-article {
    padding-left: 30px;
}

.nx-meta-author {
    overflow: hidden;
    float: left;
}

@media (min-width: 768px) {
    .nx-meta-author {
        width: 50%;
    }
}

@media (max-width: 768px) {
    body:not(.home) main {
        padding-top: 25px;
    }

    body.single main, body.category main, body.page main {
        padding-top: 20px;
        margin-top: 20px;
    }

    body {
        background: #fff;
    }

    #main-sections-nav {
        overflow-y: scroll;
    }

    .design_one_meta.headlines.large {
        font-size: 14px;
        line-height: 17px;
        margin: 0 0 0;
    }

    body.single .design_one_meta.headlines.large {
        margin: 0 0 15px;
    }

    body.single .top-padding-double, body.category main > .top-padding-double {
        /*padding-top: 0;*/
    }
}

@media (max-width: 480px) {
    .nx-meta-author {
        display: block;
        float: none;
        width: 50%;
    }

    body.single .entry-meta .head-social {
        display: block;
        float: unset;
        margin-top: 0;
        margin-left: 0;
        text-align: right;
        margin-right: 0;
        width: 50%;
    }

}

.entry-meta .head-social {
    float: right;
    margin-right: 0;
}

.entry-meta .head-social .svg-social-icon {
    width: 40px;
    height: 40px;
    margin-top: 5px;
}

.social-big {
    text-align: center;
    padding-bottom: 30px;
}

.social-big .svg-social-icon, .author-social .svg-social-icon {
    width: 40px;
    height: 40px;
    margin-top: 5px;
}

.author-social {
    float: right;
}

img.nx-author-img {
    float: left;
}

.author-article span.meta-date {
    font-size: 14px;
    margin: 0;
    padding: 0 0 10px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

.author-meta {
    float: left;
}

.author-img {
    float: left;
}

.author-info {
    float: left;
    padding-left: 30px;
}

.author-info h1 {
    font-family: 'san-bold';
    letter-spacing: 0.45rem;
    font-size: 30px;
}

.author-img img {
    border-radius: 100px;
    width: 90px;
    height: 90px;
    object-fit: cover;
    filter: grayscale(1);
}

.author-info .email-img {
    max-width: 35px;
}

.author_share a {
    display: block;
    font-size: 13px;
    padding: 1px 0;
    color: #606060;
}

.readers-meta {
    /*float: left;*/
}

.readers-meta h1 {
    font-family: 'san-bold';
    letter-spacing: 0.8rem;
    font-size: 34px;
}

.nx-meta-dates {
    display: flex;
    flex-direction: row;
    position: relative;
}

.nx-meta-dates .author-name {
    padding-left: 24px;
}

.nx-meta-dates .author-name::before {
    background-color: #2877a5;
    content: '';
    display: inline-block;
    height: 13px;
    width: 13px;
    position: absolute;
    top: 3px;
    left: 0;
}

.nx-meta-dates span.meta-date {
    color: #333;
}

.social-share-meta {
    width: 65%;
    margin: 0 auto;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
}

.card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
}

.flex-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.h-250 {
    height: 250px;
}

.roi-head {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.society-wrapper .size-design-slim-large {
    height: 464px;
    object-fit: cover;
}

.atzenta-head {
    display: flex;
}

.roi-head span h3 {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
    letter-spacing: 0.14rem;
    line-height: 22px;
}

.atzenta-head span {
    padding-bottom: 5px;
    font-family: amplitude03;
    display: block;
    font-weight: 400;
}

.atzenta-head span h3 {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 2px;
    position: relative;
    font-family: amplitude03;
    display: block;
    font-weight: 400;
}

.atzenta-head span h3::first-line {
    font-size: 21px;
    letter-spacing: 0.10rem;
    line-height: 24px;
    font-weight: 700;
    font-family: amplitude06, serif;
}

span.list-article img {
    margin-bottom: 8px;
    max-width: 50%;
}

.roi-head span, .atzenta-head span {
    padding-bottom: 5px;
}

span.news-feed {
    width: 38%;
    display: inline-block;
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}

span.news-popular {
    width: 42%;
    display: inline-block;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    padding-left: 10px;
}

span.atzenta {
    display: inline-block;
    padding-left: 10px;
}

span.k-img {
    width: 20%;
    display: inline-block;
    text-align: center;
}

span.k-img img {
    opacity: 0.5;
}

span.news-popular h3 {
    font-weight: 300;
}

a.feed-tab h3 {
    font-family: 'amplitude03', Arial, sans-serif;
    font-size: 19px;
    line-height: 19px;
}

a.feed-tab.feed-active h3, a.feed-tab:hover h3 {
    font-family: 'amplitude-heavy';
    font-size: 20px;
    letter-spacing: 0.06rem;
}

.videos.ereunes .videos-play {
    display: none;
}

.shadow-wrap {
    max-width: 1550px;
    margin: 0 auto 50px;
}

.box-shadowed {
    box-shadow: 0 30px 15px -25px rgba(0, 0, 0, 0.25);
}

.full-shadow {
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.15)
}

@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.economy-wrap {
    background: #f4ebe4;
    padding: 30px 0 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    box-shadow: 0 2px 20px 13px rgba(0, 0, 0, 0.15);
    position: relative;
}

.home .economy-wrap .top-margin {
    margin-top: 45px;
}

.article-plain.article-inline {
    float: left;
    padding-right: 20px !important;
}

/*
 * Blog name and description
 */
.blog-title {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 400;
}

.blog-description {
    font-size: 1.1rem;
    color: #999;
}

@media (min-width: 40em) {
    .blog-title {
        font-size: 3.5rem;
    }
}

/* Pagination */
.blog-pagination {
    margin-bottom: 4rem;
}

.blog-pagination > .btn {
    border-radius: 2rem;
}

.followWrap {
    margin: 18px 0;
}

/*
 * Blog posts
 */
.blog-post {
    margin-bottom: 4rem;
}

.blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #999;
}

/*
 * Header
 */
.masthead {
}

.top-nav .logo-class {
    display: none;
}

.top-nav {
    background: #fff;
    /* border-bottom: 1px solid #000000; */
}

.blog-header.sticky.sticky-title .top-nav {
    box-shadow: rgba(0, 0, 0, 0.38) 0 0 5px 1px;
}

div#main-sections-nav {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    background: white;
    z-index: 100;
}

div#main-user-nav {
    position: fixed;
    top: 0;
    right: -100vw;
    height: 100vh;
    background: white;
    z-index: 3;
}

.top-nav {
    background: #295264;
}

body.home img.menu-title-dragon {
    display: none;
}

body:not(.home) img.menu-dragon {
    display: none;
}

@media (max-width: 768px) {
    img.menu-dragon {
        display: none;
    }
}

@media (min-width: 769px) {

    div#main-sections-nav {
        width: 250px;
        left: -250px;
        z-index: 200;
    }

    div#main-sections-nav.nav-shadow {
        box-shadow: 3px 0 5px -2px #888;
    }

    div#main-user-nav {
        width: 250px;
        right: -250px;
        box-shadow: -3px 0 5px -2px #888;
    }
}

body:not(.no-scroll) .blog-header.sticky .top-nav {
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
}

body:not(.no-scroll):not(.home) .blog-header.sticky .top-nav {
    padding: 5px 0 6px;
}

body.admin-bar:not(.no-scroll) .blog-header.sticky .top-nav {
    top: 32px;
}

body:not(.no-scroll) .blog-header.sticky .masthead {
    padding-top: 39px;
    background: #fff;
}

.hamburger {
    padding: 8px 0 6px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 30px;
    height: 13px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 26px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -7px;
}

.hamburger-inner::after {
    bottom: -7px;
}

.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.logo-class {
    padding: 0;
    text-align: center;
}

.d-logo-class {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
}

.d-logo-class a img {
    filter: invert(1);
    -webkit-filter: invert(100%); /* Safari/Chrome */
    -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(invert=1);
    width: 50%;
    display: block;
    margin: 0 auto;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

body.home .d-logo-class, .blog-header.sticky-title .d-logo-class, .blog-header.sticky-title .d-logo-class a img {
    opacity: 0;
    visibility: hidden;
}

body.home .d-logo-class {
    display: none;
}

.gnomes img {
    width: 33px;
    margin-top: -3px;
    margin-right: 5px;
    margin-left: 0;
}

.gnomes-posts {
    margin-left: -8px;
    margin-right: -8px;
}

.post-item {
    text-align: center;
    padding: 15px;
    position: relative;
}

.post-item:after {
    content: "";
    width: 1px;
    height: 70%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 15%;
    right: 0;
}

img.no-image {
    display: none !important;
}

.post-item.slick-slide.slick-current.slick-active:before {
    content: "";
    width: 1px;
    height: 70%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 15%;
    left: 0;
}

.post-item img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    filter: grayscale(1);
    border-radius: 50%;
    margin: 15px auto;
    background: #efefef;
}

h5.post-item-title {
    font-size: 24px;
    font-style: italic;
    padding: 9px 0 2px;
}

span.post-item-excerpt {
    font-size: 15px;
    line-height: 16px;
    display: block;
    font-family: amplitude06;
}

span.post-author {
    color: #2877a5;
    font-family: amplitude06;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
}

span.header-date, span.english-edition {
    display: inline-flex;
    line-height: 18px;
    font-family: 'quiosco', 'Georgia', serif;
    color: #000;
    letter-spacing: .05rem;
    font-size: 14px;
    margin-top: 26px;
}

span.english-edition {
    font-weight: bold;
    text-align: right;
    padding-top: 10px;
    margin-left: 8px;
}

span.head-social {
    display: inline-flex;
}

.right-top-head {
    text-align: right;
    padding-top: 22px;
}

.media-wrapper {
    max-width: 100%;
    margin: 0 auto 25px;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: 0;
}

iframe.instagram-media {
    margin: 0 auto !important;
}

.paginate-links {
    margin: 15px 0;
    text-align: center;
}

.page-numbers {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #000;
    width: 35px;
    height: 35px;
    font-size: 14px;
    font-weight: 700;
    line-height: 33px;
    text-align: center;
    background: black;
    color: #fff;
    margin-right: 5px;
}

.page-numbers.current {
    background: rgba(255, 255, 255, 0.06);
    color: #000;
    border-color: rgb(0, 0, 0);
}

a.page-numbers:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #000;
    border-color: rgb(0, 0, 0);
}

img.menu-dragon, img.menu-title-dragon {
    filter: invert(1);
    max-width: 25px;
    margin-top: -4px;
}

img.menu-dragon {
    margin-left: 15px;
}

img.menu-title-dragon {
    margin-right: 5px;
}

.primary-menu ul li a {
    font-family: amplitude06, serif;
    font-size: 15px;
    color: #ffffff;
    line-height: 16px;
    padding: 10px 4px 10px;
}

.primary-menu ul li {
    display: inline-block;
    line-height: 15px;
    padding: 9px 0;
}

li.menu-item.current-menu-item a, li.menu-item.current-category-ancestor a {
    color: #b8c5cd;
}

.side-primary-menu li.menu-item.current-menu-item {
    background: #eaeaea;
}

.side-primary-menu li.menu-item.current-menu-item a {
    color: #000;
}

.primary-menu ul {
    text-align: left;
    padding: 0;
    margin-bottom: 0;
    line-height: 10px;
    padding-top: 1px;
}

h3.stickyBar {
    font-family: amplitude-heavy;
    letter-spacing: 1px;
    font-size: 27px;
    position: relative;
    letter-spacing: 0.5rem;
    padding-left: 40px;
}

h3.stickyBar:before {
    content: "";
    background: #000;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    margin-top: 6px;
}

h3.squared {
    font-family: amplitude-heavy;
    letter-spacing: 1px;
    font-size: 25px;
    line-height: 23px;
    position: relative;
    letter-spacing: 0.5rem;
    padding-left: 40px;
    margin-bottom: 30px;
}

h3.h3-span {
    font-family: amplitude-light;
    letter-spacing: 1px;
    font-size: 27px;
    line-height: 23px;
    letter-spacing: 0.5rem;
    margin-bottom: 30px;
}

h3.h3-span span {
    font-family: amplitude-heavy;
}

h3.squared::before {
    content: "";
    background: #000;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    margin-top: 2px;
}

h3.squared.white {
    color: #fff;
}

h3.squared.white::before {
    background: #fff;
}

h5.stickyBar {
    font-family: amplitude06;
    letter-spacing: 1px;
    position: relative;
    padding-left: 21px;
    font-size: 20px;
}

h5.stickyBar:before {
    content: "";
    background: #000;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    margin-top: 4px;
}

/*
 * Opinions
 */
.opinions {
    opacity: 0;
    max-height: 165px;
    overflow: hidden;
}

.opinions.slick-slider {
    opacity: 1;
    overflow: unset;
}

.opinions-wrap {
    background: #ece7df;
    position: relative;
}

.opinions-inner-wrap {
    max-width: 1550px;
    margin: 0 auto;
    position: relative;
}

.opinions-inner-wrap .container {
    position: relative;
}

.opinions-inner-wrap:before {
    content: "";
    position: absolute;
    left: -71px;
    top: 31px;
    bottom: 0;
    height: 100%;
    width: 235px;
    background: url(/wp-content/themes/nxtheme/images/dragon.svg);
    background-repeat: no-repeat;
    opacity: 0.07;
    background-size: contain;
}

.opinion-item {
    background: #fff;
    padding: 20px 30px;
    margin-right: 15px;
    margin-left: 15px;
}

.opinion-item:nth-child(odd) {
    width: 250px !important;
    min-height: 165px;
}

.opinion-item:nth-child(even) {
    width: 350px !important;
    min-height: 165px;
}

.opinion-item-inner {
    min-height: 120px;
}

.opinion-item-inner p {
    font-size: 23px;
    line-height: 30px;
    padding: 9px 0 2px;
    font-family: 'quiosco', sans-serif;
    min-height: 71px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*
 *  fotografimata
 */

#fotografimata {
    background: #000;
}

#fotografimata .fotografimata-inner-wrapper {
    position: relative;
}

#fotografimata * {
    color: #fff;
}

#fotografimata p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: -8px;
}

#fotografimata h3.squared::before {
    background: #fff;
}

#fotografimata .design_one.bg-style-2 {
    padding: 0 20px;
}

#fotografimata .article-meta-wrap {
    padding: 0 10px 10px;
}

@media (min-width: 1180px) {
    #fotografimata .design_one.bg-style-2 {
        max-width: 800px;
    }
}

@media (min-width: 769px) {
    #fotografimata .article-meta-wrap {
        padding: 0 30px 30px;
    }
}

@media (min-width: 769px) and (max-width: 1179px) {
    #fotografimata .design_one.bg-style-2 {
        max-width: 600px;
    }
}

ul.slick-dots li button::before {
    color: #fff !important;
    font-size: 40px;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    font-size: 71px !important;
    left: 0;
    top: -1px;
}

.left-gradient, .right-gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
}

.left-gradient {
    left: 0;
}

.right-gradient {
    right: 0;
}

@media (min-width: 769px) {
    .left-gradient, .right-gradient {
        width: 250px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .left-gradient, .right-gradient {
        width: 150px;
    }
}

@media (max-width: 480px) {
    .left-gradient, .right-gradient {
        width: 80px;
    }

    .gnomes-apopseis .right-gradient, .gnomes-apopseis .left-gradient {
        width: 36px;
        background: transparent;
        background-image: none !important;
    }
}

#fotografimata .left-gradient {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%);
}

#fotografimata .right-gradient {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%);
}

.gnomes-apopseis .left-gradient {
    background-image: linear-gradient(to right, rgb(255 255 255) 37%, rgba(0, 0, 0, 0) 40%);
}

.gnomes-apopseis .right-gradient {
    background-image: linear-gradient(to left, rgb(255 255 255) 37%, rgba(0, 0, 0, 0) 40%)
}

@media (min-width: 481px) {
    .gnomes-apopseis .right-gradient, .gnomes-apopseis .left-gradient {
        display: none;
    }
}

/*
 * Footer
 */
.blog-footer {
    padding: 2.5rem 0;
    text-align: center;
    background-color: #d2d9de;
    border-top: .05rem solid #e5e5e5;
    color: #ffffff;
    font-family: amplitude06;
    font-size: 15px;
}

.blog-footer p:last-child {
    margin-bottom: 0;
}

img.footer-main-logo {
    max-width: 350px;
    margin-bottom: 15px;
}

.footer-logos {
    padding-top: 20px;
}

.footer-logos a {
    position: relative;
    display: inline-block;
    padding: 0 10px
}

.footer-logos a:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.footer-logos a img {
    max-height: 25px;
    width: auto;
}

.footer-logos .footer-logos-ekathimerini {
    height: 43px
}

.footer-logos .footer-logos-ekathimerini:before {
    bottom: -8px
}

.footer-logos .footer-logos-ekathimerini:hover:before {
    bottom: -1px
}

.footer-logos .footer-logos-taxidia:hover:before {
    bottom: 3px
}

.footer-logos .footer-logos-agricola:before {
    bottom: -8px
}

.footer-logos .footer-logos-agricola:hover:before {
    bottom: -1px
}

.footer-logos .footer-logos-agricola img {
    padding-top: 14px
}

.footer-nav {
    margin-bottom: 40px;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
}

.footer-nav ul li {
    display: inline-block;
}

.footer-nav ul li a {
    color: #000;
    padding: 5px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    line-height: 16px;
    letter-spacing: 0.02rem;
}

.footer-nav ul li:not(:last-child) {
    border-right: 1px solid black;
}

footer p {
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
    margin: 0 !important;
    line-height: 24px !important;
}

footer p.page-top {
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
    margin-top: 5px !important;
}

footer a {
    color: #006eae;
}

/*
 * Sidebar Widgets
 */

.widget_recent_entries ul {
    list-style: none;
    padding: 0;
}

.widget_recent_entries ul li {
    padding: 10px 0;
    border-top: 1px solid #9d9d9c;
}

/*
 * HomePage
 */
h2.sm-font {
    line-height: 1rem;
}

.sm-font a {
    font-size: 1rem;
    line-height: 1.25rem;
    display: inline-block;
}

.mid-font a {
    font-size: 1.25rem;
}

.big-font a {
    font-size: 1.5rem;
    line-height: 1.9rem;
}

.main-font {
    font-size: 2.15rem !important;
    line-height: 2.30rem !important;
}

span.design_one_meta p {
    font-family: amplitude06;
    font-size: 15px;
}

.design_one.article-item:not(.right-article):not(.left-article) p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

body.home .design_one.article-item:not(.right-article):not(.left-article) h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

body.home .design_one.article-item.bg-style-1 h2 {
    -webkit-line-clamp: 2 !important;
}

.design_one.article-item.bg-style-1 p, .economy-wrap .design_one.article-item p {
    -webkit-line-clamp: 3 !important;
}

/*
 * TITLES
 */

.design_one_title_xl h2, .article-content h1.entry-title, .design_one_title_big h2 {
    font-family: 'kasaBbatoxbold', 'Georgia', serif;
}

.design_one_title_medium h2 {
    font-family: 'news-medium';
}

@media (min-width: 992px) {
    .article-content h1.entry-title {
        font-size: 44px;
        line-height: 54px;
    }

    .design_one_title_xl h2, .col-lg-11.order-lg-1 .design_one_title_big h2 {
        font-size: 49px;
        line-height: 53px;
    }

    .col-lg-11.order-lg-1 .design_one_title_big h2 {
        line-height: 57px;
    }

    .design_one_title_big h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .design_one_title_medium h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .gastronomos-content-wrap .design_one_title_medium h2 {
        margin-bottom: 5px;
    }
}

@media (min-width: 481px) and (max-width: 991px) {
    .article-content h1.entry-title, .design_one_title_xl h2, .design_one_title_big h2 {
        font-size: 38px;
        line-height: 44px;
    }

    .design_one_title_medium h2 {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width: 480px) {
    .article-content h1.entry-title, .design_one_title_xl h2 {
        font-size: 29px;
        line-height: 35px;
        margin-bottom: 8px;
    }

    .design_one_title_big h2 {
        font-size: 27px;
        line-height: 33px;
        margin-bottom: 8px;
        -webkit-line-clamp: unset !important;
    }

    .design_one_title_medium h2 {
        font-size: 18px;
        line-height: 24px;
        -webkit-line-clamp: unset !important;
    }

    .design_one.article-item.bg-style-1 h2 {
        -webkit-line-clamp: unset !important;
    }

    .article-meta-wrap {
        padding: 0 20px 17px;
    }
}

.top-design-left {
    border-right: 1px solid #999;
}

.top-design-left-sm {
    border-right: 1px solid #999;
}

.post-col-thumb img {
    width: 100%;
    height: auto;
}

h4.widgettitle {
    font-family: amplitude06;
}

.videos-overlay {
    /*background-image: linear-gradient(to right, rgb(0, 0, 0) 7%, rgba(255, 0, 0, 0), rgb(0, 0, 0) 90%); */
    background-image: linear-gradient(to right, rgb(41, 83, 101) 10%, rgba(255, 0, 0, 0) 49%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.videos {
    background-color: #295365;
    max-height: 440px;
    overflow: hidden;
}


.videos h3 {
    font-family: amplitude-heavy;
    letter-spacing: 0.5rem;
    position: absolute;
    margin-top: 48px;
    font-size: 25px;
    z-index: 2;
    padding-left: 60px;
}

.podcasts h3 {
    font-family: amplitude-heavy;
    letter-spacing: 0.5rem;
    margin-top: 24px;
    font-size: 21px;
    z-index: 2;
    padding-left: 0px;
}
.podcasts h3 img
{
    filter: invert(1);
    width: 22px;
    float: left;
    margin-right: 13px;
}

.podcast-slider-image.col-md-5.order-md-2 {
    max-height: 183px;
    overflow: hidden;
}


.videos .article_thumbnail_wrapper img {
    margin-bottom: 0;
}

.podcasts {
    background-color: #2a4e64;
    max-height: 220px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    margin: auto;
    max-width: 1153px;
}

.podcasts .container {
    width: 87%;
    margin: auto 0% auto 13%;
}


.slick-prev.gnomes-prev::before, .slick-next.gnomes-next::before, .slick-prev.skitsa-prev::before, .slick-next.skitsa-next::before,
.slick-prev.opinions-prev::before, .slick-next.opinions-next::before {
    color: #000;
}

.slick-prev.skitsa-prev, .slick-next.skitsa-next {
    top: 45%;
}

@media (max-width: 768px) {
    .slick-prev.skitsa-prev {
        left: 0;
    }

    .slick-next.skitsa-next {
        right: 0;
    }
}

@media (max-width: 600px) {
    .slick-prev.gnomes-prev {
        left: 5px;
    }

    .slick-next.gnomes-next {
        right: 5px;
    }
}

.slick-next.k-slick-next::before, .slick-prev.k-slick-prev::before, .slick-next.fotografimata-next::before, .slick-prev.fotografimata-prev::before {
    content: '' !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 53px;
    height: 53px;
    position: absolute;
    top: -18px;
}

.k-slick-next::before, .fotografimata-next::before {
    background: url(/wp-content/themes/nxtheme/images/right.png);
    right: -18px;
}

.k-slick-prev::before, .fotografimata-prev::before {
    background: url(/wp-content/themes/nxtheme/images/left.png);
    left: -18px;
}

.slick-prev.fotografimata-prev {
    left: 20px;
}

.slick-next.fotografimata-next {
    right: 20px;
}

.opinions .k-slick-next::before {
    right: -38px;
}

.opinions .k-slick-prev::before {
    left: -38px;
}

.gnomes-apopseis .k-slick-prev::before {
    left: -28px;
}

.gnomes-apopseis .k-slick-next::before {
    right: -28px;
}

@media (min-width: 481px) {
    .slick-prev.fotografimata-prev {
        left: 40px;
    }

    .slick-next.fotografimata-next {
        right: 40px;
    }
}

@media (min-width: 769px) {
    .slick-prev.k-slick-prev {
        left: -15px;
    }

    .slick-next.k-slick-next {
        right: -15px;
    }

    .podcasts .slick-prev.k-slick-prev {
        left: 0px;
    }

    .podcasts .slick-next.k-slick-next {
        right: 0px;
    }
}

@media (max-width: 768px) {
    .slick-prev.k-slick-prev::before {
        top: -8px;
        left: -15px
    }

    .slick-next.k-slick-next::before {
        top: -8px;
        right: -15px
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .slick-prev.k-slick-prev {
        left: 0;
    }

    .slick-next.k-slick-next {
        right: 0;
    }
}

@media (max-width: 480px) {
    .slick-prev.k-slick-prev {
        left: 15px;
    }

    .slick-next.k-slick-next {
        right: 15px;
    }

    .slick-prev.opinions-prev {
        left: -13px
    }

    .slick-next.opinions-next {
        right: -13px
    }
}

.article-thumbnail-wrapper {
    text-align: center;
}

.slick-prev, .slick-next {
    z-index: 10;
}

.slick-prev.vogue-prev {
    left: 20px;
}

.slick-next.vogue-next {
    right: 20px;
}

.vogue-row .col-md-4 {
    padding: 0 30px;
}

.col-md-4.d-flex.flex-column:first-child {
    padding-left: 15px;
}

.col-md-4.d-flex.flex-column:last-child {
    padding-right: 15px;
}

.logo-img-wrap img {
    max-width: 100%;
}

@media (min-width: 992px) and (max-width: 1365px) {

    [class^=col]:not(.col-lg-12) {
        flex-grow: 1;
        flex: 10%;
    }

    [class^=col].widgetized:not(.me-tin-k-widget), .single aside.col-lg-3.design_latest_title.post-sidebar {
        min-width: 330px;
    }

    img.picture-design-slim-thumb {
        object-fit: cover;
    }
}

@media (min-width: 481px) and (max-width: 1366px) {
    .gnomes-apopseis .container, .videos .container, .opinions-inner-wrap .container {
        width: 90%;
        margin: 0 auto;

    }
}

@media (max-width: 480px) {
    .gnomes-apopseis .container, .videos .container, .opinions-inner-wrap .container {
        width: 100%;
        margin: 0 auto;
    }

    .gnomes-apopseis .container {
        padding-right: 0;
        padding-left: 0;
    }
}

.sketch-container .k-slick-next::before {
    right: -53px;
}

#fotografimata .k-slick-next::before {
    right: 100px;
    top: -70px;
    opacity: 1;
}

.sketch-container .k-slick-prev::before, .opinions .k-slick-prev::before {
    left: -53px
}

.media-wrapper .k-slick-next::before {
    right: 15px;
}

.media-wrapper .k-slick-prev::before {
    left: 15px;
}

.videos-section .media-wrapper .k-slick-next::before {
    right: 0;
    margin-top: -60px;
}

.videos-section .media-wrapper .k-slick-prev::before {
    left: 0;
    margin-top: -60px;
}

.videos-section .media-wrapper .k-slick-prev::before, .videos-section .media-wrapper .k-slick-next::before {
    filter: contrast(0.5);
}

.gallery-section-wrapper .entry-meta {
    margin-top: 0;
}

.video-loop-overlay {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: calc(100% - 30px);
    top: 50%;
    padding: 24px;
    left: 50%;
    transform: translate(-50%, -60%);
    text-align: center;
    color: #fff;
}

.video-loop-overlay h2 {
    font-size: 24px;
    font-family: 'Roboto';
    overflow: unset !important;
    display: block !important;
}

.video-loop-overlay span.meta-date {
    padding-left: 0;
    color: #fff;
}

div.sketch-meta span {
    display: inline-block !important;
    margin: 0 !important;
}

.videos-section a:hover img, .gallery-section a:hover img {
    opacity: .5;
}

.videos-section .article_thumbnail_wrapper, .gallery-section .article_thumbnail_wrapper {
    background: #000;
}

a:hover .video-loop-overlay {
    opacity: 1;
    visibility: visible;
}

a.related_files {
    font-weight: 600;
    line-height: 29px;
    font-family: "Roboto";
    font-size: 17px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
    display: inline-block;
}

a.related_files:before {
    content: "";
    background: url(/wp-content/themes/nxtheme/images/ic_document.png);
    background-size: contain;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
}

div.sketches span.meta-date {
    padding-left: 0;
    font-size: 15px;
}

div.sketches hr.dashed {
    margin-top: 10px;
}

div.sketches img {
    margin-bottom: 10px;
    background: white;
}

div.sketches .col-sm-4 {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}

div.sketches .col-sm-4:nth-child(3n) {
    border-right: none !important;
}

div.sketches .col-sm-4:nth-child(3n+1) {
    clear: left;
}

div.sketches .col-sm-4 {
    display: flex;
    flex-flow: column;
}

div.sketches article.post {
    flex-grow: 1;
}

#fotografimata .k-slick-prev {
    z-index: 10;
}

#fotografimata .k-slick-prev::before {
    left: 100px;
    top: -70px;
    opacity: 1;
}

.gnomes-apopseis .k-slick-next::before, .gnomes-apopseis .k-slick-prev::before {
    filter: contrast(0.5);
}

.gnomes-apopseis .k-slick-next {
    right: 15px;
}

.gnomes-apopseis .k-slick-prev {
    left: 15px;
}

.k-slick-prev:before, .k-slick-next:before
.mini-slider .k-slick-next::before, .mini-slider .k-slick-prev::before {
    filter: invert(1);
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
}

.mini-slider .k-slick-next::before {
    right: 0;
}

.mini-slider .k-slick-prev::before {
    left: 0;
}

.media-wrapper .k-slick-prev, .media-wrapper .k-slick-next, .mini-slider .k-slick-next, .mini-slider .k-slick-prev {
    z-index: 1000;
}

.article-slider .k-slick-prev, .article-slider .k-slick-next, .mini-slider .k-slick-next, .mini-slider .k-slick-prev {
    z-index: 2;
}

.slide-wrapper .design_one_title_big h2 {
    font-size: 76px !important;
    line-height: 80px !important;
    /* margin-top: 73px !important; */
    font-family: 'quiosco';
    opacity: 0.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sticky-logo {
    display: inline;
    cursor: pointer;
    opacity: 1;
    visibility: visible;
}

.sticky-logo img {
    height: 25px;
    margin-top: -15px;
    margin-left: 0;
    margin-right: .5rem;
}

.blog-main {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
}

.header-search {
    background: #295264d9;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 3;
}

.header-search.header-search-active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.searchform-wrapper {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

input.search-input {
    background: transparent;
    border: none;
    padding: 15px;
    display: block;
    width: 100%;
    color: #fff;
}

input.search-input::placeholder {
    color: lightgrey;
}

img.author-head-img {
    height: 100px;
    width: 100px;
    padding: 5px;
    margin-right: 9px;
    filter: grayscale(1);
}

.author-info span {
    font-size: 13px;
    display: block;
    text-align: left;
    padding: 1px 0;
}

author_share a {
    font-size: 13px;
    display: block;
    margin-bottom: 2px;
}

.svg-author-icon {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    fill: #606060;
}

.svg-author-icon.svg-twitter {
    fill: #1b9bd7;
}

.author_share {
    float: left;
}

.author-description {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    color: #606060;
    margin-bottom: 5px;
    border-top: 1px solid #dedede;
}

h5.post-col-title {
    font-size: 1rem;
    line-height: 1.2em;
    margin-top: 10px;
    height: 76px;
    overflow: hidden;
    margin-bottom: 0;
}

.vogue-magazine h5.post-col-title {
    font-size: 1rem;
    line-height: 1.2em;
    overflow: hidden;
    height: 102px;
}

.vogue-magazine .meta-date {
    border-top: 4px solid #b89a6a;
    margin-top: -15px;
    padding-top: 15px;
}

.vogue-item:hover .meta-date {
    border-color: #EE0000;
}

.vogue-item .post-col-thumb {
    position: relative;
}

.vogue-overlay {
    opacity: 0;
    background: #EE0000;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.vogue-item:hover .vogue-overlay {
    opacity: .5;
}

span.vogue-cat {
    color: #EE0000;
    font-size: 13px;
    font-family: amplitude06, serif;
    display: block;
    margin-bottom: 6px;
}

.related h5.post-col-title {
    font-family: "kasaBbatosb", sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    font-weight: 600;
    height: auto;
}

.related .article-item {
    margin-bottom: 25px;
}

.post-col {
    margin-bottom: 13px;
}

span.design_one_meta {
    font-family: amplitude06, serif;
    font-size: 0.75rem;
    margin-top: 10px;
    display: inline-block;
    position: relative;
}

a.meta-category {
    line-height: 14px;
    display: block;
}

a.print-edition + a.meta-category, a.print-edition + a.meta-category + span.meta-date {
    margin-left: 32px;
}

a.print-edition {
    position: absolute;

    left: 0;
    bottom: 6px;
    width: 25px;
    border-radius: 2px;
}

a.trust_indicator {
    position: absolute;
    top: 12px;
    right: 152px;
}

a.trust_indicator img {
    max-width: 154px;
    float: right;
}

/*
 * Gnomes
 */

.gnomes-apopseis {
    margin: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    position: relative;
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.15);
}

.gnomes-apopseis h3 {
    font-family: 'amplitude-heavy';
    font-size: 17px;
    letter-spacing: 0.25rem;
    padding: 5px 0;
    background: #ece7df;
}

.gnomes-apopseis h3.gnomes img {
    margin-right: 10px;
    margin-left: 5px;
}

.gnomes-apopseis .slick-slide .design_one_meta.headlines, .opinions .slick-slide .design_one_meta.headlines {
    margin: 0;
    text-transform: uppercase;
}

.gnomes-apopseis-inner {
    position: relative;
    max-height: 289px;
    overflow: hidden;
}

.gnomes-apopseis-inner .container {
    opacity: 0;
}

.gnomes-apopseis-inner .container.slick-initialized.slick-slider {
    opacity: 1;
}

.btn-red {
    cursor: pointer;
    border-radius: 5px;
    background: #B61A3F;
    width: 45%;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    color: #ffffff;
    line-height: 25px;
    display: block;
    text-align: center;
}

a.btn-red:hover {
    background: #8f0f2d;
    color: #ffffff;
}

ul.author-list li a {
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 22px;
    font-size: 16px;
}

ul.author-list li {
    margin-bottom: 20px;
    position: relative;
    line-height: 20px;
}

div.k-arthrografoi {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    padding-left: 30px;
    padding-right: 30px;
}

.k-arthrografoi h3 {
    font-family: 'amplitude-heavy';
    font-size: 24px;
    color: #365360;
    margin-bottom: 30px;
}

div.article-item.authors-side {
    background: #E5EAEC;
    padding: 20px;
}

div.article-item.authors-side.geyma {
    background: #FFFFFF;
    padding: 0;
}

div.article-item.authors-side span.headlines {
    color: #000;
    font-family: amplitude-light, sans-serif;
    font-size: 22px;
    line-height: 22px;
}

div.article-item.authors-side h2 {
    font-family: amplitude-heavy, sans-serif;
    letter-spacing: 0.1rem;
}

div.article-item.authors-side .gtitle h2 {
    font-family: 'news-medium', sans-serif;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px !important;
}

.design_one.article-item.authors-side p {
    overflow: auto !important;
    text-overflow: unset !important;
    display: initial !important;
    -webkit-line-clamp: unset !important;
}

div.article-item span.sub-title {
    font-family: 'news-light', sans-serif;
}

div.article-item.authors-side img {
    margin: 0;
    border: 1px solid #fff;
}

div.article-item.authors-side .article_thumbnail_wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
}

div.blog-main.geyma .row {
    margin: 0;
}

.geyma .row:nth-child(4n+1) .col-sm-9 {
    padding-left: 30px;
}

.geyma .row:nth-child(4n+3) {
    background: #E5EAEC;
    padding: 30px
}

.synenteyxeis .row:nth-child(4n+3) {
    background: #E5EAEC;
}

.geyma .row:nth-child(4n+3) .article_thumbnail_wrapper img {
    filter: invert(1) contrast(1) brightness(1.4) hue-rotate(0deg) sepia(0);
    mix-blend-mode: exclusion;
}

.synenteyxeis .row:nth-child(4n+3) .col-sm-9 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.synenteyxeis .col-sm-3 {
    padding-left: 0;
}

.synenteyxeis .row {
    margin: 0;
}

.slick-slide h5.slider-title {
    font-size: 24px;
    line-height: 30px;
    padding: 4px 0 2px;
    font-family: 'quiosco', sans-serif;
    min-height: 71px;
}

span.design_one_meta .meta-date {
    color: #999;
}

.top-header-title {
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    font-family: 'kasaBbatox', 'Georgia', serif;
    font-size: 15px;
    display: inline;
    line-height: 29px;
    color: #fff;
    vertical-align: text-bottom;
}

span.top-header-title span {
    font-family: amplitude06;
}

span.top-header-title span a {
    color: #fff;
}

.design_one.sketch {
    padding: 25px 25px 1px;
    background: #dde3e7;
}

.sketch-container {
    max-width: 808px;
    margin: 0 auto;
}

.sketch-date {
    float: right;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 900;
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
    line-height: 15px;
    display: block;
    letter-spacing: 0.15rem;
    margin: 7px 0 0;
}

.design_one.sketch .article_thumbnail_wrapper img {
    margin-bottom: 10px;
}

.design_one.sketch .design_one_title_big h2 {
    font-size: 16px;
    font-family: 'news-medium';
}

@media (min-width: 992px) {
    .container {
        max-width: unset;
    }

    .primary-menu {
        display: none;
    }

    .user-menu-trigger {
        min-width: 143px;
    }

    .row.bordered [class^=col]:not(:last-child):not(.col-lg-12) {
        border-right: 1px solid rgba(0, 0, 0, 0.5);
    }

    .single-related-posts .widget-wrapper [class^=col] {
        margin-bottom: 30px;
    }

    .single-related-posts .widget-wrapper [class^=col]:not(:nth-child(3n)) {
        border-right: 1px solid rgba(0, 0, 0, 0.5);
    }

    .row.no-borders * {
        border: none !important;
    }

    .right-border {
        border-right: 1px solid rgba(0, 0, 0, 0.5);
    }

    .top-left {
        border-right: 1px solid rgba(0, 0, 0, 0.5);
        padding-right: 18px;
    }

    .top-right {
        padding-left: 20px;
    }
}

@media (min-width: 768px) {
    .display-4 {
        font-size: 3rem;
    }

    .container {
        max-width: unset;
    }

    #subscribe-login {
        top: 100vh;
        min-height: 50vh;
        padding: 20px 25px;
    }

    .col-md-push-5 {
        left: 58.333333%;
    }

    .col-md-pull-7 {
        right: 41.666667%;
    }
}

@media (min-width: 769px) {
    .blog-header.sticky-title span.top-header-title {
        opacity: 1;
        visibility: visible;
        margin-left: 10px;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1366px;
        background: white;
        padding-right: 38px;
        padding-left: 38px;
    }
}

.primary-menu {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

body:not(.home) .blog-header .primary-menu, body:not(.home) .blog-header .nav-home {
    display: none;
}

body:not(.home) .blog-header.sticky-title .primary-menu, body:not(.home) .blog-header.sticky-title .nav-home {
    display: inline-block;
}

nav.side-primary-menu, nav.side-user-menu {
    position: absolute;
    top: 0;
    padding: 15px 0;
    width: 100%;
}

nav.side-primary-menu input {
    width: 100%;
    margin-bottom: 15px;
    background: #eaeaea;
    border: none;
    padding: 5px 8px;
    border-radius: 18px;
    font-family: amplitude03;
}

.search-holder-wrapper {
    padding: 0 15px;
}

.user-menu-wrapper {
    position: relative;
}

.user-menu-wrapper .dropdown-user-menu {
    position: absolute;
    top: 15px;
    left: -20px;
    display: none;
    z-index: 100;
    width: 250px;
    padding-top: 17px;
}

.dropdown-user-menu .user-menu-inner {
    background: #fff;
    padding: 15px;
    position: relative;
    border-radius: 3px;
}

.dropdown-user-menu .user-menu-inner::before {
    position: absolute;
    top: -7px;
    left: 25px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    content: '';
}

.user-menu-wrapper:hover .dropdown-user-menu {
    display: none;
}

div.dropdown-user-menu input {
    width: 100%;
    margin-bottom: 15px;
    background: #eaeaea;
    border: none;
    padding: 5px 8px;
    border-radius: 18px;
    font-family: amplitude03;
}

div.dropdown-user-menu ul {
    list-style: none;
    padding: 0;
    padding-top: 10px;
}

div.dropdown-user-menu ul li {
    font-size: 14px;
    font-weight: 700;
    padding: 6px 0;
    position: relative;
    transition: all .5s ease-in-out;
}

div.dropdown-user-menu a.btn {
    display: block;
    margin: 0 0 15px;
    margin-left: 0 !important;
    padding: 9px 0;
}

.desktop-ad {
    display: block;
}

.header-mob-ad, .footer-mob-ad {
    display: none;
}

.footer-mob-ad {
    position: fixed;
    bottom: -200px;
    transition: all 0.2s ease;
}

.sticky .footer-mob-ad {
    bottom: 0
}

div.primary-menu .menu-main-menu-container {
    padding-left: 10px;
}

nav.side-primary-menu .menu-main-menu-container {
    border-top: 1px solid #ccc;
}

nav.side-primary-menu ul, nav.side-user-menu ul {
    list-style: none;
    padding: 0;
    padding-top: 10px;
}

nav.side-primary-menu ul li, nav.side-user-menu ul li {
    font-size: 14px;
    font-weight: 700;
    padding: 6px 15px;
    position: relative;
    transition: all .5s ease-in-out;
}

nav.side-primary-menu ul li:hover, nav.side-user-menu ul li:hover {
    background: #eaeaea;
    color: #000;
}

.primary-menu ul li a:hover {
    background: #234452;
}

nav.side-primary-menu ul li a, nav.side-user-menu ul li a {
    display: block;
    transition: all .2s ease-in-out;
}

nav.side-primary-menu ul li a:hover, nav.side-user-menu ul li a:hover {
    padding-left: 7px;
    color: #000;
}

ul.sub-menu {
    display: none;
}

nav.side-primary-menu ul.sub-menu li a {
    color: #666;
}

nav.side-primary-menu ul.sub-menu, nav.side-user-menu ul.sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}

nav.side-primary-menu ul li.menu-item-has-children::after {
    content: '';
    background: url(/wp-content/themes/nxtheme/images/right.png);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    filter: invert(1);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 1px;
    right: 5px;
}

nav.side-primary-menu ul li.menu-item-has-children:hover .sub-menu, nav.side-user-menu ul li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

nav.side-primary-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: -6px;
    padding: 5px 0;
    width: 230px;
    background: #fff;
    color: #fff;
    box-shadow: 3px 2px 5px -2px #888;
}

.primary-menu ul.sub-menu {
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: #234452;
    transition: all .2s ease-in-out;
    min-width: 200px;
    top: 35px;
}

body:not(.home) .primary-menu ul.sub-menu {
    top: 38px;
}

.primary-menu > ul.sub-menu {
    position: relative
}

.primary-menu ul.sub-menu li {
    display: block;
    padding: 0 0;
}

.primary-menu ul.sub-menu li a {
    padding: 10px 15px;
    position: relative;
    transition: all .2s ease-in-out;
    width: 100%;
    display: block;
}

.primary-menu ul.sub-menu li a:hover {
    background: #295264;
}

.primary-menu ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

nav.side-user-menu .sub-menu {
    position: absolute;
    right: 100%;
    top: 0;
    padding: 0;
    width: 300px;
    background: #fff;
    color: #fff;
    box-shadow: -3px 2px 5px -2px #888;
}

nav.side-user-menu ul.sub-menu li {
    padding: 0;
}

nav.side-user-menu ul.sub-menu li a {
    font-size: 13px;
    padding: 10px 10px;
    border-bottom: 1px solid #eaeaea;
    font-weight: 400;
    line-height: 18px;
}

nav.side-user-menu ul.sub-menu li a:hover {
    padding-left: 7px;
}

.design_latest_title h3 {
    color: #000000;
    font-size: 12px;
    line-height: 15px;
    display: block;
    letter-spacing: 0.15rem;
    margin: 0 0 9px;
    text-transform: uppercase;
}

.gastronomos-content-wrap .design_latest_title h3 {
    color: #b61a3f99;
    margin-bottom: 11px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif !important;
}

.clearfix-border {
    height: 2px;
    background: #295264a3;
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
}

.design_latest_title h3 span {
    font-family: amplitude03;
    display: block;
    font-weight: 400;
}

.roi-wrapper {
    position: relative;
}

.roi-wrapper a.nx_all_news_load {
    width: calc(100% - 15px);
}

.design_latest_title ul {
    list-style: none;
    padding: 0;
    height: 296px;
    display: block;
    overflow-y: scroll;
    padding-bottom: 20px;
}

.design_latest_title ul li {
    padding: 6px 0 6px;
    border-bottom: 1px solid #c1c1c1;
    font-size: 14px;
    line-height: 19px;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 6px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
}

.design_latest_title ul li:first-child {
    padding-top: 0;
    margin-top: 0;
}

.slimScrollDiv {
    margin-top: 12px;
}

.sketches h3:before {
    height: 37px;
    margin-top: -6px;
}

.sketches .design_one_title_big {
    text-align: center;
}

.post-col {
    border-right: 1px solid #9d9d9c;
}

.post-col:last-child {
    border: 0;
}

.widgetized-block {
    /* border-top: 4px double #000;
    padding-top: 15px; */
    margin-top: 21px;
}

.widgetized-block:first-child {
    margin-top: 0;
}

.widgetized-block h3 {
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 15px;
    margin-bottom: 0;
}

nav.side-user-menu a.btn {
    display: block;
    margin: 0 0 15px;
    margin-left: 0 !important;
    padding: 9px 0;
}

.yoopi img {
    padding-left: 10px;
    padding-bottom: 10px;
    height: auto;
    float: right;
    max-width: 147px;
    width: 100%;
}

.user-menu-trigger {
    cursor: pointer;
    border-radius: 5px;
    display: block;
    background: #B61A3F;
}

.user-menu-trigger span {
    font-family: amplitude06, serif;
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.user-menu-trigger svg {
    width: 17px;
    float: left;
    display: none;
}

.search-trigger {
    cursor: pointer;
    margin-top: -3px;
}

.sec-col .post-col:nth-child(even) {
    border: none;
}

/* Block Rows */

.block-row-wrapper > [class*="col-md-"] {
    border-right: 1px solid #9d9d9c;
}

.block-row-wrapper > [class*="col-md-"]:last-child {
    border-right: none;
}

.block-row-wrapper .article-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.block-row-wrapper > [class*="col-md-"] .article-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.entry-meta {
    margin: 30px auto 20px;
    display: block;
    overflow: hidden;
    position: relative;
}

.mini-wrapper {
    border-top: 2px solid;
    padding-top: 25px;
    padding-bottom: 16px;
    max-width: 65%;
    margin: 0 auto;
}

.mini-slider {
    max-width: 96%;
    margin: 0 auto 1rem;
}

.mini-slider h4 {
    font-size: .75rem;
    margin: 10px 0;
    font-family: inherit;
}

.mini-slide-wrapper {
    padding: 15px 15px 0;
    margin: 0 8px;
    background: #eeeeee;
}

.social-share {
    margin: 1.5rem auto 2rem;
    max-width: 100%;
}

.social-share.nav-socials {
    margin: 0;
    padding: 0;
    min-width: 167px;
}

.meta-author-image {
    float: left;
    margin-right: 15px;
}

.article-content .meta-author-image img {
    width: 42px !important;
    height: 42px !important;
    border-radius: 50%;
}

a.meta-author, .author-name span {
    color: #000 !important;
    font-family: 'san-bold';
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
}

span.author-specialty {
    display: block;
    color: #000000 !important;
    margin-top: 0;
    font-size: 15px;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif;
}

time.meta-date-published.published {
    display: none;
}

span.reader {
    font-size: 20px;
    padding-top: 20px;
    display: block;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
}

span.meta-date {
    float: unset;
    display: block;
    clear: both;
    color: #999;
    margin-top: 0;
    font-size: 16px;
    padding-left: 24px;
    font-family: 'Roboto';
    margin-top: 5px;
}

span.meta-date.style2 {
    padding-left: 0;
    border-top: 3px solid #999;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.15rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
    margin-top: 10px;
}

span.reader-sig {
    font-size: 16px;
    padding-top: 20px;
    display: block;
    font-family: 'news-medium', sans-serif !important;
}

span.reader-specialty {
    font-family: 'news-light', sans-serif;
    font-size: 14px;
    line-height: 22px;
}

.featured_caption, figcaption, .gallery_caption {
    margin: -12px auto 2rem;
    color: #8f8f8f;
    font-size: 16px;
    line-height: 22px;
    font-family: 'sans-medium';
}

figcaption {
    margin-top: 3px;
}

.featured_caption.caption_home {
    max-width: unset;
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #aaa;
}

.gallery_caption {
    max-width: unset;
    margin: 5px 0 0;
    font-size: 16px;
    line-height: 19px;
    font-style: normal;
    color: #8f8f8f;
}

ul.social-icons-list {
    list-style: none;
    padding: 0;
}

li.social-icon {
    color: rgb(153, 153, 153);
    display: inline;
    margin-right: 10px;
    padding: 10px 0;
}

.svg-social-icon {
    display: inline-block;
    vertical-align: middle;
    border: 2px #ffffff solid;
    border-radius: 100%;
    padding: 5px;
    width: 28px;
    height: 28px;
}

svg.svg-social-icon:hover {
    background-color: #fff;
}

svg.svg-social-icon:hover path {
    fill: #000000;
}

svg.svg-bookmark-icon {
    display: inline-block;
    vertical-align: middle;
    border: 2px #ffffff solid;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.nav-socials svg.svg-bookmark-icon {
    border: none;
    fill: #fff;
}

svg.svg-bookmark-icon:hover path {
    fill: #cecece;
}

.design_one.article-item.article-plain {
    border: none;
    position: relative;
}

.design_one.article-item.article-plain.plain-top {
    margin-top: 15px;
}

.design_one.article-item.article-plain.large h2 {
    font-size: 18px;
    line-height: 22px;
    padding-left: 25px;
}

.design_one.article-item.article-plain.large::before {
    background-color: #2877a5;
    content: '';
    display: inline-block;
    height: 13px;
    width: 13px;
    position: absolute;
    top: 4px;
    left: 0;
}

.block-row-wrapper .article-item.borderless {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.nx-crisis-header h3 {
    background: #000;
    color: #fff;
    display: inline-block;
    font-family: amplitude06, serif;
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 3px 18px;
    border-radius: 3px;
}

.nx-crisis-header {
    height: 45px;
    text-align: center;
}

.col-main-article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 0;
}

.col-image-article + .col-main-article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

.col-image-article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    order: 1;
}

.col-image-article .article_thumbnail_wrapper {
    height: 100%;
}

.col-image-article .article_thumbnail_wrapper img {
    padding-left: 10px;
    margin-bottom: 0;
}

.entry-content h6 img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 6px;
}

.entry-content h6 {
    color: #8f8f8f;
    font-size: 14px;
    line-height: 19px;
    font-style: italic;
}

.newsletter-subscribe {
    position: fixed;
    bottom: -55px;
    left: 13px;
    border-radius: 5px;
    background: black;
    padding: 15px;
    font-family: amplitude06, serif;
    transition: all 0.15s ease-in 0s;
}

.newsletter-subscribe a {
    color: #fff;
}

.newsletter-subscribe.sticky-footer {
    bottom: -5px;
}

.to-top {
    position: fixed;
    bottom: -60px;
    right: 15px;
    border-radius: 0;
    background: #2b2b2b;
    padding: 5px;
    font-family: amplitude06, serif;
    transition: all 0.15s ease-in 0s;
}

.to-top.sticky-footer {
    bottom: 30px;
}

img.arrow-top {
    max-width: 30px;
    filter: invert(1);
}

button.btn.add-weather {
    outline: none;
    background-color: #2877a5;
    border-color: #2877a5;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;
    width: 35px;
    height: 35px;
}

button.btn.add-weather.weather_added {
    background: #c00;
    border-color: #c00;
    outline: none;
}

button.btn.add-weather.add-weather-main {
    position: absolute;
    width: unset;
    top: 22px;
    right: 14px;
}

span.head-social ul {
    margin: 0;
}

span.head-social li {
    margin-right: 0;
    margin-left: 5px;
}

span.head-social .svg-social-icon {
    border: 1px #000 solid;
    opacity: 0.5;
    background: #fff;
}

span.footer-social .svg-social-icon {
    background: none;
    border: 2px #7F7F7F solid;
    width: 35px;
    height: 35px;
}

.head-weather {
    margin-top: 5px;
    position: relative;
    text-align: center;
    padding-left: 20px;
}

.head-weather span.weather-city {
    font-family: amplitude06, serif;
    font-size: 13px;
    position: absolute;
    bottom: 20px;
    right: 0;
    line-height: 15px;
    text-align: right;
    width: auto;
    height: auto;
}

.head-weather span.temperature {
    font-family: amplitude06, serif;
    font-size: 14px;
    color: #151515;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-top: 3px;
}

.gnomes-apopseis-sidebar h3.gnomes:before {
    content: none;
}

.gnomes-apopseis-sidebar .post-item img {
    width: 35px;
    height: 35px;
    float: left;
    margin: 7px 6px 26px 0;
}

.gnomes-apopseis-sidebar h5.post-item-title {
    font-size: 15px;
    font-style: normal;
    text-align: left;
    padding: 0;
}

.gnomes-apopseis-sidebar .post-item {
    padding: 9px 0 0;
    border-bottom: 1px solid #c1c1c1;
    background: white;
    text-align: left;
    margin: 0 8px 5px 8px;
    width: calc(33.3% - 16px);
    float: left;
    border-radius: 3px;
}

.gnomes-apopseis-sidebar .post-item:nth-last-child(-n+3) {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after,
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fff;
}

@media (max-width: 768px) {

    .col-lg-4.order-lg-1.top-left, .col-lg-8.order-lg-2.top-right {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .left-more {
        position: initial;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        width: 100%;
        padding-bottom: 20px;
    }

    main {
        margin-top: 54px;
    }

    .d-hidden {
        display: block;
    }

    [class*="col-md-push-"] {
        order: 1;
    }

    [class*="col-md-pull-"] {
        order: 2;
    }

    .img-full {
        margin-bottom: 10px;
    }

    .sticky-logo, .blog-header.sticky-title .sticky-logo, .mb-hidden, .d-logo-class, .top-header-title {
        display: none;
    }

    .blog-header-logo img {
        filter: invert(1);
        width: 100%;
        max-width: 280px;
    }

    .user-menu-trigger {
        cursor: pointer;
        border: none;
        border-radius: 0;
        padding: 0;
    }

    .user-menu-trigger span {
        display: none;
    }

    .user-menu-trigger svg {
        width: initial;
        display: block;
    }

    .design_home_2_title_big h2 {
        font-size: 1.625rem !important;
        line-height: 30px;
    }

    .desktop-ad {
        display: none;
    }

    .header-mob-ad, .footer-mob-ad {
        display: block;
    }

    div#main-user-nav, div#main-sections-nav {
        top: 55px;
    }

    /*
    nav.side-primary-menu, nav.side-user-menu {
        top: 54px;
    } */
    .top-nav .logo-class {
        display: block;
    }

    .masthead .logo-class, .primary-menu, .masthead {
        display: none;
    }

    .col-4.logo-class {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .col-10.pt-1, .col-4.d-flex {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .user-subscribe, .user-signin, .search-trigger {
        display: none;
    }

    div#main-sections-nav, div#main-user-nav {
        width: 100%;
    }

    .blog-header {
        /*position: relative;*/
        position: initial;
        z-index: 100;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .stickyBar {
        padding: 10px 0;
        position: relative;
        z-index: 1;
        font-size: 19px;
    }

    h3.stickyBar:before, h5.stickyBar:before {
        content: "";
        background: #000;
        width: 13px;
        height: 13px;
        position: absolute;
        left: 0;
        margin-top: 4px;
    }

    .stickyBar.fixed {
        position: fixed;
        background: #fff;
        top: 53px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 2;
        padding: 10px 15px;
        padding-left: 36px;
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
    }

    .thumb_wrapper img {
        float: none;
        margin-left: 0;
        width: 100%;
        height: auto;
    }

    h3.stickyBar.fixed:before, h5.stickyBar.fixed:before {
        left: 15px;
    }

    .article_thumbnail_wrapper img, body.single .article_thumbnail_wrapper img {
        max-width: unset;
        width: 100%;
    }

    /*    .top-design-left .design_two {
            margin-bottom: 25px !important;
        }*/
    span.design_one_meta {
        margin-bottom: 5px;
    }

    h5.post-col-title {
        height: unset;
    }

    .big-font a {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .article-content h1.entry-title {
        max-width: 100%;
    }

    header.entry-header h5 p {
        max-width: 100%;
        font-size: 1.10rem;
        line-height: 1.5625rem;
    }

    .entry-meta, .article-content .entry-content, span.meta-date, .social-share-meta, .widget-wrapper {
        /* max-width: 100%;
         width: 100%;*/
    }

    img.alignleft {
        float: none;
        margin: 0 auto 15px;
        display: block;
        width: 100%;
        height: auto;
    }

    .article-content .aligncenter {
        width: 100% !important;
    }

    body.admin-bar:not(.no-scroll) .blog-header.sticky .top-nav {
        top: 0;
    }

    .related .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .article-slider .design_one_title_big {
        padding-left: 43px !important;
        padding-right: 43px;
        min-width: 476px;
        position: absolute;
        z-index: 2;
    }

    .article-slider p {
        font-family: news-medium;
        font-size: 16px;
        opacity: 0.87;
    }

    .article-slider .design_one_title_big h2 {
        font-size: 1.5rem !important;
        font-family: quiosco;
        opacity: 0.8;
    }

    .article-slider .k-slick-next::before, .article-slider .k-slick-prev::before {
        width: 33px;
        height: 33px;
    }

    .col-main-article {
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-image-article {
        order: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: none;
    }

    .col-image-article + .col-main-article {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .block-row-wrapper .article-item {
        padding-bottom: 10px;
        margin-bottom: 15px;
        flex-direction: column;
    }

    .featured_caption {
        max-width: 100%;
        margin: -12px auto 1.35rem;
        color: #8f8f8f;
        font-size: 15px;
        line-height: 19px;
        font-family: 'sans-medium';
    }

    .newsletter-subscribe {
        font-size: 13px;
        padding: 10px;
    }

    .col-md-3.col-sm-12.design_latest_title.widgetized {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .col-md-9.col-sm-12.main-row {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog-main {
        border-right: none;
    }

    .sketch-row {
        /* background: #dde3e7;*/
        background: #fff;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .videos-section-inner {
        width: 100%;
    }

    .nav-home {
        display: none !important;
    }

    hr.dashed {
        margin-right: -15px;
        margin-left: -15px;
    }

}

.gnomes-apopseis-sidebar h3.gnomes, .me-tin-k h3 {
    padding-left: 0;
    background: #ffffff;
    color: #000000;
    margin-bottom: 6px;
    padding-bottom: 9px;
    border-bottom: 1px solid #c1c1c1;
    font-family: amplitude03;
    display: block;
    font-weight: 400;
    font-size: 27px;
    line-height: 25px;
}

.me-tin-k h3 {
    border: none;
    padding: 0;
}

.me-tin-k {
    border-top: 1px solid #c1c1c1;
    padding-top: 12px;
    margin-top: 12px;
}

@media (max-width: 480px) {

    body:not(.no-scroll) .blog-header.sticky .top-nav {
        padding: 6px 0;
    }

    .dropdown-user-menu .user-menu-inner::before {
        top: -7px;
        right: 16px;
        left: unset;
    }

    .user-menu-wrapper .dropdown-user-menu {
        position: absolute;
        top: 15px;
        left: 33px;
        transform: translateX(-100%);
    }

    .right-top-nav {
        padding: 0 3px;
    }

    a.meta-author {
        font-size: 16px;
        line-height: 20px;
        display: block;
    }

    .nx-meta-dates .author-name {
        padding-left: 23px;
    }

    span.meta-date {
        font-size: 14px;
        padding-left: 23px;
    }

    .nx-meta-dates .author-name::before {
        height: 12px;
        width: 12px;
        top: 5px;
    }

    .entry-meta .head-social .svg-social-icon {
        width: 30px;
        height: 30px;
        margin-top: 5px;
    }

    .entry-meta {
        margin: 25px auto 15px;
        display: flex;
    }

    .m-hidden {
        display: none;
    }

    .me-tin-k {
        border-top: none;
        padding-top: 0;
        margin-top: 0;
    }

    .block-row-wrapper > [class*="col-md-"] .article-item:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .gnomes-posts {
        margin-left: 0;
        margin-right: 0;
    }

    .gnomes-apopseis-sidebar .post-item img {
        width: 35px;
        height: 35px;
        float: left;
        margin: 7px 6px 7px 0;
    }

    .gnomes-apopseis-sidebar .post-item {
        padding: 9px 0 0;
        border-bottom: 1px solid #c1c1c1;
        background: white;
        text-align: left;
        margin: 0;
        width: 100%;
        float: left;
        border-radius: 3px;
    }

    .gnomes-apopseis-sidebar .post-item:nth-last-child(-n+3) {
        border-bottom: 1px solid #c1c1c1;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .widgetized-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 0;
    }

    .article-slider .design_one_title_big {
        padding-left: 30px !important;
        padding-right: 30px;
        min-width: 0;
        position: initial;
        z-index: initial;
    }

    .col-lg-3.col-md-6.design_latest_title.widgetized {
        /*padding: 0;*/
    }

    a.text-muted.eng-edition {
        display: none;
    }

    .post-item.slick-slide {
        width: 165px !important;
    }

    .post-item.slick-slide.slick-current.slick-active:before {
        content: none;
    }

    .slick-slide h5.slider-title {
        font-size: 18px;
        line-height: 24px;
        padding: 7px 0 2px;
        font-family: 'quiosco', sans-serif;
        min-height: 71px;
    }

    .post-item img {
        width: 80px;
        height: 80px;
    }

    .post-item:after {
        height: 175px;
        top: 43px;
    }

    .gnomes-apopseis h3 {
        margin-bottom: 0;
    }

    .post-item.slick-slide.slick-current.slick-active:before {
        width: 1px;
        height: 150px;
    }

    .slick-next.k-slick-next::before, .slick-prev.k-slick-prev::before, .slick-next.fotografimata-next::before, .slick-prev.fotografimata-prev::before {
        content: '' !important;
        background-repeat: no-repeat;
        background-size: contain;
        width: 36px;
        height: 53px;
        position: absolute;
    }

    aside {
        display: none;
    }

}

.cut-text p, .cut-text .meta-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.list_thumbnail_wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin-left: 10px;
}

.list_thumbnail_wrapper img {
    width: 100%;
    height: auto;
}

.pad-l-0 {
    padding-left: 0;
}

.pad-r-0 {
    padding-right: 0;
}

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

.design_header_meta {
    display: block;
    color: #c0003f;
}

.first-post-thumb {
    max-width: 121px;
    height: auto;
    float: left;
    margin-right: 15px;
}

@media (max-width: 599px) {
    div.slick-slide {
        border-color: transparent;
    }
}

.entypi-block {
    text-align: center;
    padding: 15px 0;
}

span.entypi-block {
    font-size: 16px;
    font-family: 'amplitude06', Arial, sans-serif;
    padding: 13px 13px 0;
    display: block;
    line-height: 20px;
}

span.entypi-block a {
    color: #2877a5;
}

@media (max-width: 768px) {
    .pad-l-0 {
        padding-left: 15px;
    }
}

.img-full img {
    margin-bottom: 0;
}

/*
* Subscribe-Login
*/
#subscribe-login {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px;
    box-sizing: border-box;
    flex-direction: column;
    font-family: nyt-franklin, helvetica, arial, sans-serif;
    position: absolute;
    text-align: center;
    width: 100%;
    height: auto;
    top: 33vh;
    min-height: 67vh;
    opacity: 1;
    border-top: 1px solid rgb(51, 51, 51);
    margin: 0 auto;
    padding: 20px;
    transition: top 750ms ease-in 0s, height 750ms ease-in 0s;
    visibility: hidden;
}

#subscribe-login .container {
    padding: 0;
}

.subscribe-login-form {
    max-width: 35em;
    margin: 0 auto;
    padding: 30px 0 60px;
}

div#signin-modal .subscribe-login-form {
    background: white;
    padding: 30px 20px;
    border-radius: 4px;
    max-width: 25em;
    position: relative;
}

.panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #f2f2f2;
    font-size: 15px;
}

ul.NewsPopularityBox {
    padding-left: 13px;
}

.panel h4 {
    font-family: "kasaBbatosb", sans-serif;
    font-size: 1.25rem;
}

ul.NewsPopularityBox li {
    padding: 4px 0;
}

.signin-modal-wrapper {
    max-width: 25em;
    position: relative;
    margin: 0 auto;
}

a.popup-modal-dismiss {
    position: absolute;
    color: #000;
    top: -4px;
    right: 8px;
    display: block;
    font-family: sans-serif;
    font-size: 25px;
}

#loginform h2 {
    font-size: 19px;
    line-height: 22px;
}

@media (min-width: 400px) {
    #loginform h2 {
        font-size: 16px;
        line-height: 20px;
    }
}

#loginform h2.login-head {
    font-weight: 700;
}

#loginform fieldset {
    margin: 15px 0;
}

.your-email {
    font-size: 0.75em;
    font-weight: 700;
    display: block;
    float: left;
}

.email-wrapper {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-radius: 3px;
    border-color: rgb(204, 204, 204);
    transition: border-color 0.15s ease-in 0s;
}

.input-email {
    width: 100%;
    height: 2.5rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: normal;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    -webkit-appearance: none;
    opacity: 1;
    box-shadow: none;
    padding: 0 0.5rem;
    border-radius: 3px;
    outline: none;
    overflow: hidden;
    border-width: 0;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    transition: box-shadow 200ms linear 0s;
}

.advanced-search-form {
    padding: 26px;
    background: #f0f0f0;
    border-radius: 5px;
    font-size: 14px;
}

form.advanced-search-form input, form.advanced-search-form select, form.advanced-search-form button {
    font-size: 14px;
}

form.advanced-search-form .input-group-prepend span {
    font-size: 14px;
}

.float-clear {
    clear: both;
}

.submit-wrapper {
    padding-top: 10px;
}

.submit-button {
    position: relative;
    width: 100%;
    height: 2.5em;
    line-height: 2.375em;
    font-family: nyt-franklin, helvetica, arial, sans-serif;
    font-size: 1em;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-image: none;
    color: rgb(255, 255, 255);
    background-color: rgb(18, 18, 18);
    margin: 0;
    padding: 0;
    border-width: 0.0625em;
    border-style: solid;
    border-image: initial;
    border-radius: 0.2em;
    border-color: rgb(18, 18, 18);
    transition: all 0.15s ease-in 0s;
}

.separator {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 0.875em;
    line-height: 1em;
    font-weight: 500;
    font-family: nyt-franklin, helvetica, arial, sans-serif;
    color: rgb(102, 102, 102);
    flex-flow: row nowrap;
    padding: 1em 0 0;
    margin: 0;
}

.separator::before, .separator::after {
    display: inline-block;
    content: "";
    width: calc(50% - 0em);
    height: 0;
    border-bottom: 1px solid rgb(204, 204, 204);
}

.separator::before {
    margin-right: 0.5em;
}

.separator::after {
    margin-left: 0.5em;
}

.social-login {
    margin: 0;
    padding: 0.5em 0 0;
}

.socialButtonContainer {
    padding-top: 0.5em;
    margin: 0;
    font-size: 1em;
    line-height: normal;
}

.social-login a {
    display: block;
    height: 40px;
    line-height: 2.25em;
    position: relative;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 1px;
    border-radius: 0.1em;
    overflow: inherit;
    text-decoration: none;
}

.google-button {
    background-color: rgb(66, 133, 244);
}

.facebook-button {
    background-color: rgb(60, 90, 153);
}

.socialButtonText {
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 0.8em;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: rgb(255, 255, 255);
}

@media (min-width: 400px) {
    .socialButtonText {
        font-size: 1em;
    }
}

#darken {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1) 1%, rgba(0, 0, 0, 1) 50%);
}

#content-wrap {
    overflow: hidden;
    position: relative;
}

body.no-scroll {
    height: 100%;
    overflow-x: hidden;
}

body.no-scroll #content-wrap {
    position: fixed;
    width: 100%;
}

body.menu-active {
    overflow-y: hidden;
}

body.no-scroll #header {
    box-shadow: -6px 0 white, 6px 0 white, 1px 3px 6px rgba(0, 0, 0, 0.15);
}

body.no-scroll #darken {
    visibility: visible !important;
}

body.no-scroll #subscribe-login {
    visibility: visible !important;
    top: 50vh !important;
}

.login-buttons {
    display: inherit;
}

#header.sticky .social-share ul {
    margin: 0;
}

.square-ad {
    text-align: center;
    padding: 20px 0;
}

.horizontal-ad {
    text-align: center;
    padding-bottom: 20px;
}

.ad120, .ad250, .ad468, .ad728 {
    max-width: 100%;
}

.ad120, .ad468 {
    display: none;
}

.crisis-beam {
    animation: crisis-beam 2s infinite;
}

.crisis-beam:after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #c33;
}

@keyframes crisis-beam {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.crisis-header {
    border-top: 2px solid #c33;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
}

.crisis-header > div {
    padding: 5px 5px 2px 0;
    display: inline-block;
}

.crisis-header span {
    display: inline-block;
    font-family: amplitude06, serif;
    font-size: 17px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.crisis-body ul {
    margin-top: 9px;
    padding-top: 0;
    padding-left: 4px;
    height: unset;
    display: inherit;
    overflow-y: auto;
}

.crisis-body ul li {
    border: none;
    padding: 0 0 15px;
    padding-left: 15px;
    margin: 0;
    border-left: 1px dotted #000 !important;
}

.crisis-body ul li span {
    display: block;
    color: #777;
    font-size: 12px;
}

.crisis-body ul li:before {
    background-color: #d8070e;
    border: 5px solid #F7F7F7;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 12px;
}

.more-articles {
    padding-top: 15px;
}

.more-articles .article-plain:last-child h2 {
    margin-bottom: 0;
}

.article-plain::before, ul.author-list li::before {
    background-color: #2877a5;
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 4px;
    left: 0;
}

.article-plain h2 {
    padding-left: 16px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    line-height: 19px;
}

.design_one_flex {
    display: flex;
}

@media (min-width: 768px) and (max-width: 1279px) {
    .ad250, .ad728 {
        display: none;
    }

    .ad120, .ad468 {
        display: inline;
    }

    .primary-menu {
        display: none;
    }
}

@media (min-width: 769px) {

    .ad250 {
        width: 100%;
    }

    /*
    body.single #header.sticky .login-buttons {
        display: none;
    }
    */
    body.single #header.sticky-title .user-menu-trigger {
        display: none;
    }

    body.single #header.sticky-title .social-share {
        display: block !important;
        margin: 0;
    }

    body.single #header.sticky-title li.social-icon {
        margin-right: 0;
        margin-left: 10px;
    }
}

/* 
*   home-3 
*/
@media (max-width: 1366px) {
    body {
        background: #fff;
    }
}

@media (max-width: 1240px) {
    .primary-menu {
        display: none !important;
    }
}

@media (max-width: 767px) {

    span.videos-slider-excerpt {
        display: none;
    }

    .videos h3 {
        margin-top: 20px;
        padding-left: 40px;
    }

    .videos h3:before {
        content: "";
        background: #fff;
        width: 17px;
        height: 17px;
        position: absolute;
        left: 0;
        margin-top: 2px;
        top: 5px;
        filter: none;
    }

    .videos .slide-wrapper .row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .videos-slider-image {
        padding: 0;
    }

    .videos-slide-container .videos-slider-title {
        padding-bottom: 0;
    }

    .videos .slick-next.k-slick-next::before, .videos .slick-prev.k-slick-prev::before {
        top: -40px;
    }

    .slick-next.fotografimata-next, .slick-prev.fotografimata-prev {
        top: 130px;
    }

    .article-item.secondary-posts .article_thumbnail_wrapper, .row.life-section .last-posts > div:first-child .article_thumbnail_wrapper {
        width: 40%;
        margin-right: 15px;
        float: left;
        display: block;
    }

    .article-item.rest-posts .article_thumbnail_wrapper {
        display: none;
    }

    div.article-item.analisi {
        padding: 31px 23px 31px;
    }

    .newspaper-holder {
        border-right: none;
        margin: 0;
    }

    .pressreader-wrapper {
        padding: 0 0 18px;
        overflow: hidden;
    }

    .newspaper-holder img {
        max-width: unset;
    }

    h3.h3-span {
        font-size: 23px;
        line-height: 23px;
        letter-spacing: 0.2rem;
        margin-bottom: 20px;
    }

    .opinions-inner-wrap .container {
        padding-right: 0;
    }

    .opinion-item:nth-child(even) {
        width: 250px !important;
    }

    .article-content .entry-content {
        padding-left: 0;
    }

    h3.squared {
        font-family: amplitude-heavy;
        font-size: 21px;
        line-height: 21px;
        letter-spacing: 0.3rem;
        padding-left: 30px;
        margin-bottom: 20px;
    }

    h3.squared::before {
        width: 14px;
        height: 14px;
        margin-top: 3px;
    }

    .design_one.sketch {
        padding: 0 0 0;
        background: #ffffff;
    }

    .design_one.sketch .design_one_title_big h2 {
        font-size: 15px;
        line-height: 26px;
    }

    .col-lg-6:not(.secondary) {
        margin-bottom: 5px !important;
    }

    .design_one.article-item.secondary-posts h2, .design_one.article-item.rest-posts h2 {
        font-size: 16px;
        line-height: 24px;
    }

    .single-related-posts .article_thumbnail_wrapper {
        width: 40%;
        margin-right: 15px;
        float: left;
    }

    .single-related-posts .article_thumbnail_wrapper img {
        margin-bottom: 0;
    }

    .design_overlay .article_thumbnail_wrapper img, .flip-frame, .flip-frame .flip-slide {
        height: 480px !important;
    }

    .metink-container .design_overlay .article_thumbnail_wrapper img, .metink-container .flip-frame, .metink-container .flip-frame .flip-slide {
        height: 405px !important;
    }

    .logo-img-wrap {
        min-height: 104px;
        padding-bottom: 10px;
    }

    .cross:before, .cross:after {
        position: absolute;
        left: 24px;
        content: '';
        height: 50px;
        width: 1px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    span.cross {
        min-width: 50px;
        min-height: 50px;
    }

    .vogue-row .col-md-4 {
        padding: 0 15px;
    }

    .col-md-4.d-flex.flex-column:first-child {
        margin-left: 0;
    }

    .vogue-container .design_one_title_xl h2 {
        font-size: 49px;
        line-height: 53px;
    }

    .vogue-container p.text_big {
        font-size: 26px;
        line-height: 29px;
    }

    h3.gastronomos-title {
        padding-left: 0;
    }

    h3.gastronomos-title img {
        height: auto;
        line-height: 60px;
        max-width: 100%;
    }

    .ad-block {
        display: none;
    }

    .ad-block-universal {
        padding: 30px 0 30px !important;
        background: #eaeaea;
        margin-bottom: 0;
    }

    .secondary-posts p {
        display: none !important;
    }

    .life-section hr {
        display: none;
    }

    .design_one.article-item.bg-style-1.secondary-posts {
        background: inherit;
    }

    body:not(.category):not(.page) .design_one.article-item:not(.article-plain):not(.left-article):not(.right-article):not(.author-article):not(.author-recent):not(.bg-style-1), .design_one.article-item.bg-style-1.secondary-posts {
        margin-bottom: 20px !important;
        padding-bottom: 20px !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        overflow: hidden;
    }

    body.category .design_one.article-item:not(.reader-article):not(.author-article) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        overflow: hidden;
    }

    body.category .main-category-article .design_one.article-item, body.category .article-list:not(.load-rest) div:last-child .design_one.article-item {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        border-bottom: none !important;
    }

    .design_one.article-item.bg-style-1:not(.secondary-posts) {
        border-bottom: none;
    }

    .design_one.article-item.secondary-posts h2, .design_one.article-item.rest-posts h2 {
        margin-bottom: 0;
    }

    .secondary-posts .article_thumbnail_wrapper img {
        margin-bottom: 0;
    }

    .bg-style-1 {
        height: auto;
    }

    .widgetized {
        padding-top: 0 !important;
    }

    .row.last-posts [class^=col]:last-child .design_one.article-item.rest-posts {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        border-bottom: none;
    }

    .page-head {
        margin-bottom: 0;
    }

    .page-head.subcats h1 {
        font-size: 26px;
        letter-spacing: 0.3rem;
    }

    .row.bordered.article-list .col-lg-4.col-md-6 {
        margin-bottom: 0;
    }

    .row.bordered.article-list > div p {
        display: none !important;
    }

    .row.bordered.article-list > div .article-item .article_thumbnail_wrapper,
    .row.bordered.article-list.load-rest > div .article-item .article_thumbnail_wrapper {
        width: 40%;
        margin-right: 15px;
        float: left;
    }

    nav.side-primary-menu, nav.side-user-menu {
        top: 13px;
        padding: 15px 0 30px;
    }

    nav.side-primary-menu ul.sub-menu {
        position: initial;
        left: 100%;
        top: 0;
        padding: 5px 0;
        width: auto;
        background: #eaeaea;
        color: #fff;
        box-shadow: unset;
        display: none;
    }

    nav.side-primary-menu ul.sub-menu.sub-active {
        opacity: 1 !important;
        visibility: visible !important;
        display: block;
    }

    nav.side-primary-menu ul li, nav.side-user-menu ul li {
        transition: none;
    }

    nav.side-primary-menu ul li a, nav.side-user-menu ul li a {
        display: inline;
    }

    .design_latest_title ul {
        height: auto;
        margin-bottom: 0;
        margin-top: 8px;
        padding-bottom: 0;
    }

    .design_latest_title ul li {
        padding: 2px 0 10px;
        margin-right: 0;
    }

    .design_latest_title ul li:nth-last-child(-n+3) {
        display: none;
    }

    .design_latest_title ul li:nth-last-child(-n+4) {
        padding-bottom: 0;
        margin-bottom: 0;
        border: none
    }

    .row.reverse-col {
        flex-direction: column-reverse;
    }

    .ad-block-universal hr {
        display: none;
    }

    .me-tin-k-widget hr {
        display: block;
    }

    .me-tin-k-widget span.subtitle.headlines {
        margin: 10px 0 0;
    }

    body:not(.home) .blog-header.sticky-title .primary-menu {
        display: none;
    }

    img.footer-main-logo {
        max-width: 250px;
    }

    .sketch-container .k-slick-next::before {
        right: -32px;
        filter: contrast(0.5);
        top: -28px;
    }

    .sketch-container .k-slick-prev::before {
        left: -28px;
        filter: contrast(0.5);
        top: -28px;
    }

    #fotografimata .design_one.bg-style-2 {
        padding: 0;
    }

    #fotografimata .right-gradient, #fotografimata .left-gradient {
        display: none;
    }

    #fotografimata .article-meta-wrap {
        padding: 0 15px 15px;
    }

    #fotografimata .slider-title {
        margin-bottom: 20px;
    }

    #fotografimata .article-meta-wrap p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 14px;
        line-height: 22px;
    }

    .readers-heading img {
        margin-top: -5px !important;
        width: 40px;
        padding: 0 5px 0 0 !important;
    }

    .opinion-category-wrapper, .page-authors, .author-page, .author-head {
        text-align: center;
    }

    .opinion-category-wrapper .author-img,
    .page-authors .author-img,
    .author-head .author-img,
    .author-head .author-meta,
    .author-head .author-info,
    .author-head .author-social {
        float: none;
    }

    .author-head .author-info {
        padding-left: inherit;
    }

    body.author .secondary-article {
        padding-left: 15px;
    }

    .opinion-category-wrapper .author-img img, .author-head .author-img {
        margin-bottom: 10px;
    }

    .synenteyxeis .col-sm-3 {
        padding-left: 0;
        padding-right: 0;
    }

    .secondary-list .design_one.article-item p {
        display: none !important;
    }

    hr.row-separator {
        display: none;
    }

    .col-lg-4.col-md-4.diktis-wrapper {
        margin-bottom: 20px;
    }

    .news_latest li:nth-last-child(-n+3) {
        display: none;
    }

    .news_latest li:nth-last-child(-n+4) {
        border: none;
    }

    .news_popular li:nth-last-child(-n+4) {
        display: none;
    }

    .news_popular li:nth-last-child(-n+5) {
        border: none;
        padding-bottom: 0;
    }

    a.nx_all_news_load {
        width: 100% !important;
        position: inherit;
    }

    .videos {
        max-height: unset;
    }

    .videos-slide-container .videos-slider-title h2 {
        display: block;
        -webkit-line-clamp: unset;
        font-size: 23px;
        line-height: 30px;
        min-height: 100px;
    }

    .col-lg-8.order-lg-2.top-right p, .col-lg-8.order-lg-1.top-left p {
        -webkit-line-clamp: unset;
    }

    /* NEW STUFF */
    blockquote {
        max-width: unset;
        margin-top: 20px !important;
    }

    blockquote p {
        font-size: 24px !important;
        line-height: 33px !important;
    }

    .top-design-left, .post-col {
        border: 0;
    }

    .widgetized {
        padding-top: 20px;
    }

    .widgetized-block {
        padding-top: 0;
    }

    .widgetized-block img {
        margin: 0 auto;
    }

    div.editors-pick .col-main-article {
        max-width: 100%;
        flex: none;
    }

    .k-sign-up {
        text-align: center;
    }

    .k-sign-up img {
        margin: 0 auto;
    }

    #athlitismos .col-md-6, .gastronomos-content-wrap .col-md-6 {
        margin-bottom: 30px;
    }

    .row.bordered.outer-border .col-md-4:not(:last-child) {
        margin-bottom: 60px;
    }

    .footer-logos {
        height: auto;
    }

    .footer-logos a:not(:last-child) {
        border: none;
    }

    .podcasts {
        max-height: unset;
        padding-bottom: 20px;
    }

    .podcasts .container {
        width: 100%;
        margin: 0;
    }

    .podcast-slide-container .podcast-slider-title {
        color: #fff;
        padding-left:20px;
        padding-right:20px;
    }

    .podcast-slide-container .podcast-slider-title h2 {
        font-size: 1.35rem;
    }

    .podcasts .slide-wrapper .row{
        padding: 5px 8px !important;
    }

    .podcast-graphic {
        position: inherit;
        max-height: 123px;
        left: 19px;
        margin: 15px auto;
        display: block;
    }


}

@media (max-width: 991px) {

    .article-item:not(.right-article):not(.no-bottom):not(.analisi):not(.singular):not(.article-plain):not(.has-more):not(.author-article):not(.reader-article) {
        margin-bottom: 20px;
    }

    .article-item.has-more {
        margin-bottom: 10px;
    }

    .top-right {
        margin-bottom: 0;
        margin-top: 20px;
        padding-bottom: 0;
        border-bottom: none;
    }

    .col-lg-6:not(.secondary) {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .design_latest_title h3 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .col-lg-3.col-md-6:first-child, .col-lg-3.col-md-6:nth-child(3) {
        border-right: 1px solid rgba(0, 0, 0, 0.5);
    }

}

@media (max-width: 480px) {
    .footer-logos a {
        width: 100%;
        padding: 5px;
    }

    .footer-logos a img {
        max-height: 19px;
    }
}

a.text-muted.eng-edition {
    font-family: amplitude06, serif;
    font-size: 15px;
    color: #ffffff !important;
    line-height: 16px;
    padding: 2px 0 0 10px;
    text-transform: uppercase;
    float: right;
}

.flip-frame {
    height: 670px;
    overflow: hidden;
    width: 100%;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.flip-frame .flip {
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}

.flip-frame .flip.animate {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-frame .flip.animateL {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flip-frame .flip-slide {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 670px;
    position: absolute;
    top: 0;
    left: -999em;
    width: 100%;
}

.flip-frame .flip-slide.front, .flip-frame .flip-slide.back {
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-frame .flip-slide.front {
    z-index: 2;
}

.flip-frame .flip-slide.back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 1;
}

.metink-container .flip-frame, .metink-container .flip-frame .flip-slide {
    height: 405px;
}

.flip-text-wrapper {
    height: 80px;
    overflow: hidden;
    position: relative;
    margin-top: 15px;
}

.design_one_title_big.flip-text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    transition: all .7s ease-in-out;
}

.design_one_title_big.flip-text.front {
    visibility: visible;
    opacity: 1;
}

.opinions-wrap .container, #fotografimata .container, #gastronomos .container, .blog-footer .container, .gnomes-apopseis .container, .top-nav .container, .economy-wrap .container, .videos .container, .podcasts .container {
    background: inherit;
}

.cat-menu {
    width: 100%;
    border-bottom: 2px solid;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding: 4px 0;
    margin-top: 10px;
}

.auto-nav {
    display: inline-flex;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.auto-nav li {
    text-align: center;
}

.auto-nav-more-list li {
    text-align: left;
}

.auto-nav li a {
    padding: 0 10px;
    text-transform: capitalize;
    white-space: nowrap;
    font-size: 30px;
    font-family: sans-serif;
    text-decoration: none;
}

.auto-nav-more-list li a {
    padding: 0;
}

.auto-nav-more-list li a {
    border: none !important;
}

ul#autoNav li:first-child a {
    padding-left: 0;
    border: none;
}

ul#autoNav li:last-child a {
    padding-right: 0;
}

.more-btn svg {
    margin-left: 7px;
    padding-left: 3px;
    padding-bottom: 3px;
    width: 12px;
    height: 10px;
}

.auto-nav-more {
    position: relative;
}

.auto-nav-more-list {
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    text-align: right;
    padding: 0;
    list-style: none;
    background: #efefef;
    border-radius: 4px;
    z-index: 1;
    padding: 10px;
}

.auto-nav-more:hover .auto-nav-more-list {
    opacity: 1;
    visibility: visible;
}

.nxsidebar div.nx-banner-wrapper {
    background: #fff;
}

body.tag .col-lg-4.col-md-6 {
    margin-top: 20px;
}
