/*!
Theme Name: enikos
*/

#primary-menu .menu-item-has-children .sub-menu{
    display:none;
    position: absolute;
    list-style: none;
    text-align: right;
    right: 0;
    background:#fff;
    padding-top:10px;
    padding-bottom: 10px;
    z-index:10;
}

#primary-menu .menu-item-has-children .sub-menu li{
    padding-top:5px;
    padding-bottom:5px;
}

#primary-menu .menu-item-has-children:hover .sub-menu{
    display:block;
}


@media only screen and (max-width: 1140px) {
	#primary-menu .menu-item-has-children .sub-menu{
		list-style: none;
		padding-left:0;
		display:block;
        background:initial;
        position:relative;
        padding-top:0;
        text-align: center;
	}
    #primary-menu .menu-item-has-children .sub-menu li{
        padding: 14px 0;
    }

	#primary-menu .menu-item-has-children > a:first-child{
		display:none;
	}
}
header {
    border-top: solid 4px #171715;
}

header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 10px 30px #76767629;
    -webkit-box-shadow: 0px 10px 30px #76767629;
    -moz-box-shadow: 0px 10px 30px #76767629;
}
header .content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}/* changed padding*/

#mobile-menu-btn {
    display: none;
    background-image: url(/wp-content/themes/enikos/images/open-menu.svg);
    height: 23px;
    width: 23px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#mobile-menu-btn.active {
    background-image: url(/wp-content/themes/enikos/images/close-menu.svg);
}

#logo {
    margin: 0;
    line-height: 0
}

#logo img {
    width: 204px;
}

#header-right {
    display: flex;
}

#primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#primary-menu li {
    margin-right: 20px;
    font-size: 17px;
}

#primary-menu a {
    color: #000;
    text-decoration: none;
}

#primary-menu a:hover,
#primary-menu li.current-menu-item a,
#primary-menu li.current-post-parent a {
    color: #be1522
}#search-btn {
    cursor: pointer;
}

#search-form-container {
    position: absolute;
    width: 100%;
    right: 0;
    top: 8px;
    bottom: 8px;
    display: none!important;
    overflow: hidden;
    display: block;
    pointer-events: none;
}

#search-form-container.open {
    pointer-events: auto;
	background:#fff;
	z-index: 999;
    display: block!important;
}

/*#search-form {
    position: absolute;
    background: #f2f2f2;
    left: 0;
    right: 0;
    top: 92px;
    padding: 30px 10%;
    display: none;
}*/

/* antonis */
header .content-wrapper {
    position: relative;
}

/* antonis */
.search-form {
    display: inline-block;
    padding: 10px;
    background: #fff;
    transform: translateX(100%);
    width: inherit;
    transition: transform 0.3s ease-in-out, opacity 0.1s ease-in;
    opacity: 0;
}

#search-form-container.open .search-form {
    opacity: 1;
    transform: translateX(0);
}

.search-form form {
    max-width: 1070px;
    margin: auto;
    width: 100%;
    position: relative;
}

.search-submit {
    background: none;
    border: 0;
    cursor: pointer;
    outline: none;
}

.search-close {
    position: absolute;
    top: -15px;
    right: 0;
    cursor: pointer;
}

/* antonis */
.search-close {
    top: 15px;
    right: -5px;
}

.search-close svg {
    width: 20px;
    height: 20px;
}

.search-input-wrapper {
/*    margin-top: 20px;*/
    width: 90%
}

#search-form-wrapper {
    display: flex;
}

.search-input-wrapper input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-bottom: solid 1px #000;
    width: 100%;
    padding-bottom: 10px;
    outline: none;
    font-size: 18px;
    color: #343434;
}


@font-face {
    font-family: 'Roboto Slab';
    src: url('https://www.enikos.gr/wp-content/themes/enikos/fonts/RobotoSlab-Bold.eot');
    src: url('https://www.enikos.gr/wp-content/themes/enikos/fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://www.enikos.gr/wp-content/themes/enikos/fonts/RobotoSlab-Bold.woff2') format('woff2'),
        url('https://www.enikos.gr/wp-content/themes/enikos/fonts/RobotoSlab-Bold.woff') format('woff'),
        url('https://www.enikos.gr/wp-content/themes/enikos/fonts/RobotoSlab-Bold.ttf') format('truetype'),
        url('https://www.enikos.gr/wp-content/themes/enikos/fonts/RobotoSlab-Bold.svg#RobotoSlab-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('https://www.enikos.gr/wp-content/themes/enikos/fonts/RobotoSlab-Regular.eot');
    src: url('https://www.enikos.gr/wp-content/themes/enikos/onts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://www.enikos.gr/wp-content/themes/enikos/fonts/RobotoSlab-Regular.woff2') format('woff2'),
        url('https://www.enikos.gr/wp-content/themes/enikos/fonts/RobotoSlab-Regular.woff') format('woff'),
        url('https://www.enikos.gr/wp-content/themes/enikos/fonts/RobotoSlab-Regular.ttf') format('truetype'),
        url('https://www.enikos.gr/wp-content/themes/enikos/fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('https://www.enikos.gr/wp-content/themes/enikos/fonts/RobotoSlab-Light.eot');
    src: url('https://www.enikos.gr/wp-content/themes/enikos/fonts/RobotoSlab-Light.eot?#iefix') format('embedded-opentype'),
        url('https://www.enikos.gr/wp-content/themes/enikos/fonts/RobotoSlab-Light.woff2') format('woff2'),
        url('https://www.enikos.gr/wp-content/themes/enikos/fonts/RobotoSlab-Light.woff') format('woff'),
        url('https://www.enikos.gr/wp-content/themes/enikos/fonts/RobotoSlab-Light.ttf') format('truetype'),
        url('https://www.enikos.gr/wp-content/themes/enikos/fonts/RobotoSlab-Light.svg#RobotoSlab-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


body {
    margin: 0;
    font-family: 'Roboto Slab';
    color: #000000;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.content-wrapper {
    width: 92%;
    max-width: 1140px;
    margin: auto;
    position:relative;
}

.home .content-wrapper {
    max-width: 1300px;
}


.en-ad-slot { margin: 0 auto; text-align: center } /* ads on all pages */

h2 {
    font-size: 20px;
    margin: 0 0 25px;
}

/* QuantCast*/

#qc-cmp2-ui button.css-1euwp1t{
  border:solid 1px #bc1928!important;
  background-color:#ffffff;
  color:#000;
}

#qc-cmp2-ui button.css-1euwp1t:hover{
  background-color:#bc1928;
  color:#ffffff;
}

.qc-cmp-cleanslate{
   overflow-y:auto!important;
}


/* ---------- ADS ---------- */
.BillDesk {
    max-width: 950px;
    margin: 0 auto;
}

.BillTab {
    max-width: 728px;
    margin: auto
}

.BillMob {
    max-width: 336px;
    margin: 0 auto
}

.DeskAd {
    margin: 0 auto;
}

#billboard.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background: #fff
}

#billboard,
.billboard {
    padding: 25px 0;
    text-align: center;
}

.ad-section {
    text-align: center;
    line-height: 0
}

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

.home .archive-news  .ad-section::before{
   content:"Διαφήμιση";
   font-size: 11px;
   color: #595959;
   position: relative;
   top: -10px;
}
.home .ad-section{
   min-height: 100px;
}

.home .archive-news .ad-section{
   min-height: 150px;
}
.sidebar-ad {
    text-align: center;
    padding: 15px 0;
    border-top: solid 1px #d4d4d4;
    border-bottom: solid 1px #d4d4d4;
    margin-bottom: 20px;
    max-width: 300px;
    margin: auto;
}
.sidebar-home .custom-home-ad-widget, #sidebar-inner .inner-sidebar-ad-widget { min-height: 900px; height: 6%; transition: ease all 0.5s} /* 10-2021 */
#sidebar-inner .inner-sidebar-ad-widget {min-height: 1030px;}
.homeAdSticky { position: sticky; top: 88px; }
.archive-news .ad-section,
#category-page .ad-section {
    border-top: solid 1px #d4d4d4;
    border-bottom: solid 1px #d4d4d4;
    padding: 25px 0;
    margin-bottom: 38px
}

.related-posts-list .ad-section {
    border-top: solid 1px #d4d4d4;
    padding: 25px 0;
}
.billboard-wrap.row {
    padding: 10px 0;
    border-top: solid 1px #d4d4d4;
    border-bottom: solid 1px #d4d4d4;
}





button.red-btn {
    background: #be1522;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 10px 30px;
    min-width: 110px;
    text-align: center;
    border: solid 1px transparent;
    outline: none;
    cursor: pointer;
}

button.red-btn:hover {
    border: solid 1px #be1522;
    color: #be1522;
    background: #fff;
}





#social-banner, .menu-social-banner {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 6px;
}

.menu-social-banner { max-width: 380px; margin: 20px auto 0; display: none; }

#social-banner a, .menu-social-banner a {
    text-decoration: none;
    padding: 0 16px;
    display: flex;
    width: 22%;
    justify-content: center;
    height: 80px;
    align-items: center;
}

#social-banner svg {
    height: 36px;
    width: auto;
}

.menu-social-banner svg { height: 36px; width: auto; }

#social-banner svg path {
    fill: #be1522
}

.menu-social-banner svg path { fill: #fff }

#social-banner svg:hover path, .social-banner svg:hover path {
    fill: #c9c9c9
}



.widget_media_image {
    border-top: solid 1px #d4d4d4;
	text-align: center;
}
.widget_media_image img {
    margin: auto;
    padding: 20px 16px;
}




#hero-news a {
    text-decoration: none;
}



.featured-post-img {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
}

.featured-post a h3,
.featured-post a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
    margin: 10px 0;
}





.archive-news { margin-bottom: 70px; } /* this is home main section */


.archive-post {
    display: flex;
    margin-bottom: 38px;
    width: 100%;
} /*  home page roi, article perisotera, category roi */

body:not(.home) .archive-post-image {
    width: 448px;
    height: 280px;
    background-position: center;
    background-size: cover;
    position: relative;
}

@media only screen and (min-width: 48rem) {
	body:not(.home) .archive-post-image {
	    width: 265px;
	    height: 176px;
	}
}/* 768 */

.home .archive-post-image {
    width: 100%;
    height: 280px;
    background-position: center;
    background-size: cover;
    position: relative;
}/* global */

@media only screen and (min-width: 48rem) {
	.home .archive-post-image {
	    width: 448px;
	}/* global */
}/* 768 */

body:not(.home) .archive-post-image.vertical-image {
    height: 388px;
    box-shadow: -3px 4px 18px -2px rgba(0, 0, 0, 0.3)
}/* global */

.archive-post-contents {
    padding: 0 20px 0 26px;
} /* global */

.archive-post-contents h2 {
    margin-bottom: 10px;
} /* global */

.archive-post .post-datetime,
.archive-post-double .post-datetime,
.sidebar-post-cotnents .post-datetime,
.related-post-item .post-datetime,
.category-tab-content .post-datetime {
    color: #565656;
    font-size: 12px;
}/* global */

.sidebar-post-cotnents .post-datetime {
    font-size: 10px;
    /* padding-left: 14px; */
}/* global */


.related-post-item .post-datetime {
    margin-top: 10px;
}/* global */

.archive-post .post-datetime svg path,
.home-post-double .post-datetime svg path,
.sidebar-post-cotnents .post-datetime svg path,
.related-post-item .post-datetime svg path,
.category-tab-content svg path {
    stroke: #777;
}/* global */

.sidebar-post-cotnents .post-datetime svg {
    height: 12px;
    width: auto;
}/* notfront page  */

.archive-post.highlighted .post-datetime {
    color: #fff;
}

.archive-post.highlighted .post-datetime svg path {
    stroke: #fff;
}


.archive-news a,
#category-page a,
.single-post-page .sidebar a,
.related-posts a {
    color: #000;
    text-decoration: none;
}/* global */

.archive-news a:hover,
#home-news a:focus,
#category-page a:hover,
#category-page a:focus,
.sidebar a:hover,
.sidebar a:focus,
.related-posts a:hover,
.related-posts a:focus {
    color: #be1522;
}/* global */


.post-datetime {
    display: flex;
    align-items: center;
}
/* global */


/* ENIKONOMIA - not front page */

.enikonomia-posts {
    padding: 0 15px;
}

.enikonomia-posts h3 {
    font-size: 18px;
    border-bottom: solid 1px #d4d4d4;
    margin: 0;
    padding: 25px 0;
    text-align: center;
}
.sidebar-post .enikonomia-posts h3 a {
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    padding: 20px;
    border-bottom: solid 1px #d4d4d4;
    font-family: 'Roboto Slab';
    display: block;
}
.archive .enikonomia-posts a, .single-post .enikonomia-posts a{
	font-size: 18px;
	margin: 0;
	padding: 25px 0;
	text-align: center;
}
.archive .enikonomia-posts, .single-post .enikonomia-posts{
	text-align:center;
}
.archive .enikonomia-article, .single-post .enikonomia-article{
	border-bottom: solid 1px #d4d4d4;
	 margin-bottom: 33px;
}
/* ENIKONOMIA - not front page */



/* Sticky Sidebar  not front page*/

.stickySidebar {
    position: sticky;
    -webkit-position: sticky;
    top: 93px;
    margin-bottom: 20px;
}

.single-post .stickySidebar {
    margin-bottom: 25px;
}

.category .stickySidebar {
    margin-bottom: 38px;
}





/* MOBILE tabs - Front page and Article */
#mobile-categories, #mobile-categories-dimofili {
    margin: 38px 0;
    border: solid 1px #d4d4d4;
    padding: 30px 20px 0;
    display: none;
}
.single-post #mobile-categories { display: block; margin-top: 70px; }
#mobile-categories-content a, #mobile-categories-content-dimofili a { color: #000; text-decoration: none; }

#mobile-categories-headings, #mobile-categories-headings-dimofili {
    display: flex;
}
.category-tab-heading {
    padding: 3px 10px;
    margin: 0 5px;
    cursor: pointer;
}

.category-tab-heading.active {
    color: #be1522;
    border-bottom: solid 2px #be1522;
}

.category-tab-content {
    display: none;
    padding: 0 10px;
}

.category-tab-content.active {
    display: block;
}
.category-item {
    margin: 30px 0;
}

.sidebar-post-title {
    margin: 0;
}
/* MOBILE tabs - Front page and Article - END */


#xatzinikolaou-sxolio {
    display: none;
    padding: 10px 20px;
    border-left: solid 4px #be1522;
    position: relative;
    margin: 38px 0;
    border-top: solid 1px #d4d4d4;
    border-bottom: solid 1px #d4d4d4;
    border-right: solid 1px #d4d4d4;
}
.xatzinikolaou-radio-show {
    height: 180px;
    position: relative;
    border-left: 5px solid #be1522;
    background: url(/wp-content/themes/enikos/images/radio_bgd.jpg) left center no-repeat #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.xatzinikolaou-radio-show a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.radio-show-image {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin: 0 30px;
    box-shadow: 4px 5px 10px 5px rgb(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 5px 10px 5px rgb(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 5px 10px 5px rgb(0, 0, 0, 0.2);
}

.xatzinikolaou-radio-show .archive-post-title {
    font-size: 19px !important;
    text-align: right;
}

.xatzinikolaou-radio-show .archive-post-contents {
    width: calc(100% - 320px);
    padding-left: 50px;
}





.highlighted {
    background: #be1522;
    color: #fff;
    align-items: center;
}

.highlighted a {
    color: #fff !important;
}


/* Type Label Icon - global */

.type-label {
    background: #be1522;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    width: 44px;
    height: 44px;
    right: 15px;
    top: 15px;
}

.type-label:before {
    content: '';
    width: 60%;
    height: 60%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 20%;
    top: 20%;
    background-size: contain;
}

.type-label.has-audio:before {
    background-image: url(/wp-content/themes/enikos/images/speaker_icon.png);
}

.type-label.has-gallery:before {
    background-image: url(/wp-content/themes/enikos/images/gallery-icon.svg);
}

.type-label.has-video:before {
    background-image: url(/wp-content/themes/enikos/images/play-icon.svg);
}

.type-label-combined {
    right: 45px;
}

.sidebar-post .type-label {
    width: 32px;
    height: 32px;
    right: 9px;
    top: 6px;
}

/* Type Label Icon - global - END*/




body:not(.home) .sidebar-post {
    display: flex;
    padding: 0 16px;
    margin: 20px 0
}

body:not(.home) .sidebar-post-image {
    width: 130px;
    height: 77px;
    background-size: cover;
    background-position: center;
    position: relative;
}

body:not(.home) .sidebar-post h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding-left: 14px;
}



/* Breadcrumbs - not front page */

#breadcrumbs {
	height: 33px;
}

#breadcrumbs a,
#breadcrumbs span {
    font-size: 14px;
	text-decoration:none;
	color:#565656;
}
#breadcrumbs .separator {
    margin: 0 3px;
}

/* Breadcrumbs END - not front page */

.main-grid {
    border-top: solid 1px #d4d4d4;
} /* article - category  */



.highlighted-archive-post img {
    width: 100%;
    height: auto;
}


main img,
#ajax-posts img {
    max-width: 100%;
    height: auto;
}

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

.featured-img figure {
    padding: 0;
}

.main-grid .content-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    margin-top: 0;
    border: solid 1px #d4d4d4;
    border-top: none
}

.left-main {
    width: calc(100% - 350px);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

.left-main.single-main {
    margin-top: 0;
    padding-top: 0
}

.sidebar {
    width: 345px;
    border-left: solid 1px #d4d4d4;
}

.sidebar .sidebar-ad {
    margin: 0 auto;
    border-top: none;
}

.sidebar .sidebar-sticky .custom-home-ad-widget {
    display: none;
}



.content-wrap.inarticle {
    float: right;
    width: 320px;
    min-height: 270px;
    padding-left: 20px;
    padding-top: 15px;
}/* ? */


/* Footer */


footer {
    background: #be1522;
    font-size: 14px;
    padding: 19px 0;
}

footer .content-wrapper a {
    color: #fff;
    text-decoration: none;
}

footer .content-wrapper,
.footer-1 {
	display: block;
	text-align: center;
	color: #fff;
}
.footer-1 a {
	margin-right: 12px;
	margin-left: 12px;
}

.footer-1 svg {
    height: 26px;
    width: auto;
}

footer svg path { fill: #fff }
footer svg:hover path { fill: #000 }

#footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
    grid-row-gap: 20px;
}
#footer-menu li {
	margin-left: 15px;
	margin-right: 15px;
}

#footer-menu li a {
    font-size: 16px;
    font-weight: bold;
}

#footer-menu li a:hover {
    color: #000;
}

.footer-1 a:hover path {
    fill: #000
}
#copyright {
	margin: 20px 0;
}

@media only screen and (min-width: 48rem) {
	footer .content-wrapper {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;

	}
	.footer-1 {
	    display: flex;
	    align-items: center;
	}
	.footer-1 a {
	    margin-right: 25px;
		margin-left:0;
	}
	#copyright {
		margin: initial;
	}
	#footer-menu li {
	    margin-left: 30px;
		margin-right:initial;
	}

}/* 768 */

/* Footer END */

/* FOrms */
#page-contents {
    margin-top: 40px;
    margin-bottom: 80px;
    line-height: 26px;
}
input[type=email],
input[type=text],
select {
    height: 38px
}

input[type=email],
input[type=text],
textarea, select {
    background: #ececec;
    border: solid 1px #bbb;
    padding: 4px 15px;
    outline: none;
    width: 400px;
    max-width: 100%;
}

textarea {
    height: 120px;
}

.wpcf7-form.sent #hide-on-sent{ display: none; }

#newsletter-popup-outer {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

#newsletter-popup-inner {
    max-width: 85%;
}

#close-newsletter {
    text-align: right;
    margin-bottom: 5px;
    margin-right: -20px;
    cursor: pointer;
}

#close-newsletter svg {
    width: 20px;
    height: 20px;
}

#newsletter-form {
    background: #fff;
    padding: 40px 60px;
}

#newsletter-form label {
    position: relative;
    padding: 4px 0 4px 30px;
    display: block;
}

#newsletter-form input[type=email] {
    width: 250px;
    background: #ececec;
    border: solid 1px #bbb;
    height: 38px;
    line-height: 38px;
    padding: 4px 15px;
}

#newsletter-form input[type=checkbox] {
    width: 16px;
    height: 16px;
    display: none;
}

#newsletter-form input[type=checkbox]+label span {
    display: block;
    cursor: pointer;
    padding-left: 44px;
    position: relative;
}

#newsletter-form label span::before,
#newsletter-form label span::after {
    content: " ";
}

#newsletter-form input[type=checkbox]+span:before {
    content: "";
    border-radius: 50%;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #ececec;
    transition: .2s;
    position: absolute;
    left: 0;
    top: 5px;
    border: solid 1px #bbb;
    cursor: pointer;
}

#newsletter-form input[type=checkbox]:checked+span:after {
    position: absolute;
    left: 7px;
    top: 8px;
    width: 4px;
    height: 8px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type=submit] {
    border: solid 1px #be1522;
    color: #fff;
    background: #be1522;
    cursor: pointer;
    padding: 8px 20px;
    font-size: 16px;
    outline: none;
    margin-top: 30px;
    width: 100%;
    max-width: 220px;
}

input[type=submit]:hover {
    border: solid 1px #be1522;
    color: #be1522;
    background: #fff;
}

.form-btn {
    margin-top: 35px;
}


.error-404.not-found,
.error-500 {
    text-align: center;
    margin: 50px 0 80px;
}

.error-404.not-found h2,
.error-500 h2 {
    margin: 50px 0 25px;
}

.error-404.not-found a,
.error-500 a {
    color: #be1522
}

.error-500 h2 {
    font-size: 40px;
}

.error-500 h2 span {
    color: #be1522;
    display: block;
}

.modal {
    display: block;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
    overflow: hidden;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: #0000004f;
}

.modal,
.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.in {
    opacity: 1;
    pointer-events: auto;

}

.modal.fade .modal-dialog {
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: transform .3s ease-out;
    height: 100vw;
}


.modal.in .modal-dialog {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#UniversalModal .modal-content {
    border-top: 4px solid #be1522;
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
    border-radius: 0;
}

.modal-content {
    width: 85%;
    max-width: 750px;
    min-width: 320px;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    background-clip: padding-box;
    outline: 0;
    max-height: calc(90vh - 104px);
    margin: 104px auto 0 auto;
    overflow-y: auto;
}

#UniversalModal .modal-body {
    position: relative;
    padding: 15px 0 0;
}

.contact-close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .3;
    filter: alpha(opacity=20);
}

#UniversalModal .modal-header {
    border: none;
    position: absolute;
    right: 0;
    z-index: 100;
    padding: 20px;
    min-height: 19px;
}

#UniversalModal .modal-body h2 {
    background-color: transparent;
    color: #be1522;
    text-transform: lowercase;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    text-align: center;
    font-size: 1.5625em !important;
    line-height: 1.35;
}

.modal .wpcf7 {
    margin: 16px 50px 15px;
}

.modal .wpcf7 label {
    display: table;
}

.modal .wpcf7 input,
.modal .wpcf7 select,
.modal .wpcf7 textarea {
    display: block;
    padding: 4px;
    margin: 21px auto;
    min-width: 64%;
    width: 100%;
    border: 1px solid #b8b8b8;
    background: white;
    font-family: inherit;
    font-size: 16px;
}

.modal .wpcf7 input[type=submit] {
    color: #fff;
    padding: 12px 52px;
    margin: 20px auto;
    background-color: #be1522;
    border: 0;
    max-width: 100%;
}

.modal .wpcf7 button {
    font-size: 16px;
    padding: 10px 52px;
    float: none;
    width: 100%;
}

.contact-info {
    background: #ececec;
    border: solid 1px #bbb;
    padding: 25px;
    display: flex;
    flex-flow: row wrap;
}

.contact-info>div {
    display: inline-flex;
    width: 100%;
    padding: 0 20px;
}

.contact-info>div p {
    width: 55%;
    display: inline-block;
    font-size: 16px;
    margin: 0;
    padding: 10px 5px
}

.contact-info>div a,
.contact-info>div span {
    display: inline-block;
    text-decoration: none;
    outline: 0;
    width: 45%;
    text-align: left;
    font-size: 16px;
    color: #3c3c3c;
    border-left: 1px solid #e0e0e0;
    padding: 10px 5px;
    text-align: right;
}

#submit-check {
    display: none;
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.forma-kataggelias-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
}

.forma-kataggelias-container .form-col,
.forma-kataggelias-container .text-col {
    width: 48%;
}

.forma-kataggelias-container .text-col {
    padding-top: 20px;
    font-size: 18px;
    line-height: 27px;
}


.forma-kataggelias-container.contact-container .text-col{ padding-top: 15px; }

.viber-whatsapp-link {
    display: inline-block;
    width: 50px;
    margin: 20px 5px;
}


/* Forms */


.archive-post .article-archive, .archive-post .post-details{
	display: inline-block;
}

.archive-post .article-archive a{
	color: #b60011;
	font-size: 14px;
	text-transform: uppercase;
	padding-right: 5px;
	font-weight: 700;
}


@media (max-width: 1230px) {
    .content-wrapper {
        max-width: 990px;
        width: 100%;
        padding: 0 12px;
    }
	#latest_news{
		display: block;
	}

    header .content-wrapper {
        padding: 8px 12px;
    }

    /* #breadcrumbs .content-wrapper {
        padding: 6px 12px;
    } */

    #mobile-menu-btn {
        display: block;
    }

    .main-navigation {
        position: fixed;
        top: 65px;
        left: -12px;
        right: -12px;
        bottom: 0;
        background: #be1522;
        text-align: center;
        padding: 30px 0;
        z-index: 10;
        display: none;
        overflow-y: auto;
    }

    .menu-social-banner { display: flex; }

    #primary-menu {
        display: block;
    }

    #primary-menu li {
        margin-right: 0;
        padding: 14px 0
    }

    #primary-menu a {
        color: #fff;
        font-weight: bold;
        font-size: 19px;
    }

    #primary-menu a:hover,
    #primary-menu li.current-menu-item a,
    #primary-menu li.current-post-parent a {
        color: #000;
    }

    /* #tools-area, */
    #social-banner, #social-header, #real-news-banner-hor {
        display: none;
    }

    .single-post #billboard .ad-section{
      min-height:100px;
    }

    .single-post .single-post-item .ad-section{
      min-height:250px;
    }

    #real-news-banner-ver{
      display:block;
      margin-top:80px;
      margin-bottom:80px;
    }

    #real-news-banner-ver img{
      max-width:370px;
    }

    #hero-news-left a {
      font-size:20px;
    }

    .search-form {
        top: 84px;
    }

    #mobile-categories, #mobile-categories-dimofili,
    #mpouz,
    #xatzinikolaou-sxolio {
        display: block;
    }

    #featured-posts .content-wrapper,
    .archive-news .content-wrapper,
    .main-grid .content-wrapper {
        display: block;
    }

    #hero-news,
    #hero-sidebar,
    .archive-news-left,
    .left-main {
        width: 100%;
    }

    #hero-sidebar { border-left: none; }
    #newsletter { border-bottom: none; }

    .archive-news-left {
        padding-left: 20px;
    }

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

    .archive-news-right {
        display: none;
    }

	.sidebar{
		width: 100%;
	}

	.sidebar #inner_sidebar_ad_300x250_1-2, .sidebar #inner_sidebar_ad_300x250_2-2{
		display: none;
	}

    #tab-heading-roh, #tab-roh{
    display: block;
    }

#tab-heading-simantikes, #tab-simantikes{
     display: none;
    }

    /* #advertorial, #travel {
        margin-left: -20px;
        margin-right: -20px;
    } */

    #search-form-container {
        width: 100%;
        right: 0;
        top: 100%;
        left: 0;
        bottom: unset;
        max-width: unset;
		background:#fff;
    }

    .search-form {
        transform: translate(0, -100%);
    }

    #search-form-container.open .search-form {
        transform: translate(0, 0);
    }

    .search-input-wrapper {
        order: 1;
    }

    .search-submit {
        order: 2;
    }

    .search-close {
        position: initial;
        order: 3;
        margin: auto;
    }
}

@media (max-width: 769px) {

    .forma-kataggelias-container .form-col,
    .forma-kataggelias-container .text-col {
        width: 100%;
    }

    h1,
    h2 {
        font-size: 23px;
    }

    #newsletter {
        margin: 0;
    }

    /* #advertorial, #travel {
        margin-left: -12px;
        margin-right: -12px;
    } */

    #featured-posts .content-wrapper,
    .archive-news .content-wrapper,
    #hero-sidebar,
    .main-grid .content-wrapper {
        border: none;
    }

    .highlighted .archive-post-contents {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .left-main,
    .archive-news-left {
        padding-left: 0px;
        padding-right: 0px;
    }

    .related-posts-list .archive-post>a,
    #category-page .archive-post>a {
        width: 45%
    }

    .related-posts-list .archive-post>a .archive-post-image,
    #category-page .archive-post>a .archive-post-image {
        width: 100%;
    }

    .related-posts-list .archive-post-contents,
    #category-page .archive-post-contents {
        width: 55%;
        padding-right: 15px;
    }

    .articletext img {
        padding: 15px;
    }

    .modal .wpcf7 {
        margin: 10px 20px 10px;
    }

    .contact-info>div {
        width: 100%;
        flex-flow: column nowrap;
    }

    .contact-info>div p {
        width: 100%;
    }

    .contact-info>div a,
    .contact-info>div span {
        width: 100%;
        text-align: left;
        border: none;
        border-top: 1px solid #e0e0e0;
    }

    .contact-info {
        padding: 25px 0;
    }

    .home .ad-section{
        min-height: 250px;
    }

    .home .archive-news .ad-section{
        min-height: 300px;
    }

}

@media (max-width: 600px) {
    #main-featured-post,
    .featured-post-img {
        height: 310px;
    }

    #main-featured-post-wrapper h2 {
        position: relative;
        font-size: 20px;
    }

    .featured-post a h3, .featured-post a {
        font-size: 20px;
    }

    #featured-list {
        display: block;
        padding: 25px 0 0;
    }

    /* #advertorial  .featured-list-advertorial, #travel .featured-list-travel{
      display:block;
    } */


    #featuresArthra .featured-post {
      width: 100%;
    }

    .home-post-double { margin-bottom: 25px; }

    .featured-post.clmn-2,
    .featured-post.clmn-3 {
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
    }

    .archive-post {
        display: block;
        margin-bottom: 25px;
    }

    .archive-post-image {
        width: 100%
    }

    .related-posts-list .archive-post>a,
    .related-posts-list .archive-post-contents,
    #category-page .archive-post>a,
    #category-page .archive-post-contents,
    .archive-post-image,
    .archive-post-contents {
        width: 100%;
    }

    .archive-post-contents {
        padding: 18px 0 0 !important;
        margin-bottom: 50px;
    }

    #hero-news-left .archive-category-label{
      margin-top:50px;
    }

    #hero-news-left .archive-post-contents {
      display:block;
    }

    .archive-post-image {
        height: 260px;
    }

    .xatzinikolaou-radio-show {
        background: #f2f2f2;
        border-right: 5px solid #be1522;
        height: auto;
        padding-top: 30px;
        display: flex !important;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .xatzinikolaou-radio-show .archive-post-contents {
        width: 80% !important;
        padding-left: 0;
    }

    .xatzinikolaou-radio-show .archive-post-contents h2 {
        text-align: center;
    }

    .archive-post.highlighted {
        width: unset;
    }

    .related-posts-list { display: block; }

    #main-featured-post-wrapper,
    #realnews,
    .archive-post.highlighted {
        margin-left: -12px;
        margin-right: -12px;
    }

    body:not(.home) .archive-post-image.vertical-image {
        height: 542px;
    }

    .archive-post-excerpt {
        display: none;
    }
}


@media (max-width: 560px) {

    .archive-post-image,
    #main-featured-post,
    .featured-post-img {
        height: 232px;
    }

    body:not(.home) .archive-post-image.vertical-image {
        height: 710px;
    }
}

@media (max-width: 480px) {

    .archive-post-image,
    #main-featured-post,
    .featured-post-img {
        height: 240px;
    }


    #newsletter-form {
        padding: 40px 30px;
    }

    .search-form {
        top: 75px;
    }

    body:not(.home) .archive-post-image.vertical-image {
        height: 620px;
    }
}

@media (max-width: 416px) {

    .archive-post-image,
    #main-featured-post,
    .featured-post-img {
        height: 280px;
    }

    body:not(.home) .archive-post-image.vertical-image {
        height: 550px;
    }

    .single-post-page #mobile-categories { padding: 25px 15px 0; }
    .single-post-page #mobile-categories .category-tab-heading { padding: 3px 6px;}
}


@media (max-width: 380px) {

    .archive-post-image,
    #main-featured-post,
    .featured-post-img {
        height: 300px;
    }

    body:not(.home) .archive-post-image.vertical-image {
        height: 500px;
    }
}

@media (max-width: 380px) {
    body:not(.home) .archive-post-image.vertical-image {
        height: 480px;
    }
}

/* Single */
.single-post #billboard .ad-section{
  min-height:250px;
}

.single-post .single-post-item .ad-section{
  min-height:280px;
}

.single-post  .eninread{
  min-height: 620px;
  border-top: solid 1px #d3d3d3;
  border-bottom: solid 1px #d3d3d3;
  margin-top: 10px;
}
#articletext a{
    color: #b60011;
    font-weight: 700;
    border-bottom: solid 1px #000;
    text-decoration: none;
}
#addtoany-end-article{
    margin-bottom: 50px;
    padding-bottom: 20px;
    display: block;
}
#addtoany-end-article span{
    height: 32px;
    width: 32px;
    margin-right: 12px;
}


figure {
    max-width: 100%;
    padding: 25px;
    margin: 0
}

figcaption {
    color: #545454;
    font-size: 12px;
    line-height: 15px;
}

#articletext{
	font-size:1.125rem;
	line-height:2rem;
}
#articletext p{
	max-width:726px;
	color: #2a2a2a;
}

.articletext img {
    padding: 25px;
}

.articletext figure img {
    padding: 0 !important
}

#articletext p:nth-child(2){
    font-weight:700;
}


audio {
    width: 100% !important;
}

.single-post-page iframe {
    max-width: 100% !important;
    border: none;
}

.single-post-item h1{
	font-size: 24px;
	/* padding-bottom: 15px; */
}

#tab-heading-roh, #tab-roh{
    display: none;
    }

#tab-heading-simantikes, #tab-simantikes{
     display: block;
    }

	.follow-link { margin-top: 50px; background: #ececec; padding: 5px 10px 8px; text-align: center;}
	.follow-link a { color: #000; font-size: 16px; font-weight: bold; text-decoration: none; }
	.follow-link a span { color: #be1522; }
	.follow-link img { position: relative; top: 6px; margin: 0 3px; height: 22px;}


	.article-tags {
	    margin: 50px 0 15px;
	}

	.article-tags span {
	    display: inline-block;
	    margin-bottom: 10px;
	    margin-right: 5px;
	}

	.article-tags span a {
	    background: #be1522;
	    border: solid 1px #be1522;
	    color: #fff;
	    font-size: 13px;
	    text-decoration: none;
	    padding: 3px 6px;
	}

	.article-tags span a:hover {
	    background: #fff;
	    color: #be1522
	}

	.articletext {
	    line-height: 26px;
		padding-top: 15px;
	}

	.articletext a {
	    color: #be1522;
	}

	.articletext a:hover {
	    color: #000;
	}

	.articletext a[rel="lightbox[gallery-0]"] { position: relative; display: block; }
	.articletext a[rel="lightbox[gallery-0]"]:before { content: ''; width: 30px; height: 30px; position: absolute; right: 5px; top: 5px; background-image: url(/wp-content/themes/enikos/images/resize-icon.png); z-index: 1; background-color: #be1522; padding: 8px; background-repeat: no-repeat; background-position: center; border-radius: 50%; background-size: 56%;}
	.top-info {
	  color: #595959;
	  display: flex;
	  justify-content: space-between;
	  padding-bottom: 10px;
	  font-size: 13px;
	}
	.top-info .article-time{
		color:#595959;
		font-size:14px;
	}
	.top-info h3 {
	    margin: 0;
	    font-weight: normal;
	}

	.top-info h3 a {
	    color: #000;
	    font-size: 12px;
	}

	.post-date,
	.post-time {
	    align-items: center;
	}

	.post-time {}

	.post-time svg {
	    margin-right: 4px;
	}

	.post-date svg path {
	    stroke: #000
	}

	.addtoany-area {
	    display: flex;
	    justify-content: flex-end;
	    align-items: center;
	    margin-bottom: 20px;
	    border-bottom: 1px solid #B7B7B7;
	}

	#selected-related-posts { margin-bottom: 60px; }
	#selected-related-posts > div { padding: 13px 0; }
	#selected-related-posts > div a { color: #be1522; font-size: 18px; font-weight: bold; }

	.a2a_label { display: none !important; }

	.comments-header { color: #be1522; margin-bottom: 10px; font-size: 24px; font-weight: 700;}

	.related-posts {
	    border-top: 5px solid #be1522;
	    margin-top: 55px;
	}

	.related-heading {
	    margin: 10px 0 20px;
	    width: 100%;
	    font-size: 24px;
	    font-weight: 700;
	    color: #be1522;
	    text-align: center;
	    border-bottom: 1px solid #c9c9c9;
	    padding-bottom: 15px;
	}

	.related-posts-list {
	    display: flex;
	    flex-wrap: wrap;
	}

	.related-post-item {
	    width: 31.6%;
	    margin-left: 2.5%;
	    margin-bottom: 30px;
	}

	.related-post-item:nth-child(3n+1) {
	    margin-left: 0%;
	}

	.horizontal-post-img {
	    height: 140px;
	}

	.related-post-item h4 {
	    margin: 0;
	}

	.related-post-item h4 a {
	    color: #000;
	    text-decoration: none
	}

	.related-post-item h4 a:hover,
	.related-post-item h4 a:focus {
	    color: #be1522;
	}

	.post-comments .disqus_thread { margin-bottom: 55px; background-color: transparent; position: relative; min-height: 50px;}
	.post-comments .show-disqus {
	    height: 50px;
	    border-radius: 4px;
	    background-color: #ececec;
	    padding: 5px 15px;
	    font-size: 17px;
	    font-weight: 700;
	    text-align: left;
	    color: #2f2f2f;
	    position: relative;
	    top: 0;
	    left: 0;
	    width: 100%;
	    border: none;
	}
	.post-comments .show-disqus:after {
	    content: " + ";
	    display: block;
	    position: absolute;
	    width: 66px;
	    height: 66px;
	    background-color: #be1522;
	    color: #fff;
	    border-radius: 33px;
	    text-align: center;
	    vertical-align: middle;
	    top: -9px;
	    line-height: 63px;
	    font-size: 26px;
	    right: 20px;
	}
	.comments-loaded .show-disqus {display: none}
	.loader { display:none; text-align: center; margin:0 auto; }
	.loader {
	    padding: 15px 0;
	    border: 4px solid #f3f3f3; /* Light grey */
	    border-top: 4px solid #be1522; /* Blue */
	    border-radius: 50%;
	    width: 60px;
	    height: 60px;
	    animation: spin 2s linear infinite;
	  }

	  @keyframes spin {
	    0% { transform: rotate(0deg); }
	    100% { transform: rotate(360deg); }
	  }
	  .post-inline-ad > div {
	      display: flex;
	  }
#latest-updates {
  list-style: none; /* Remove default bullets */
}
#latest-updates-container{
	  margin-top:30px;
}

.latest-update::before {
	content: "";
	background: red;
	display: inline-block;
	width: 10px;
	margin-left: -1em;
	height: 10px;
	border-radius: 50%;
	margin-right: 1rem;
}
.latest-update {
	margin-bottom: 1rem;
	font-size:1.125rem;
	line-height:1.8rem;
}
.latest-update p{
    margin:0;
}
.latest-update a{
    color:#b60011;
    font-weight:700;
}
.post-time{
	color: #595959;
}
.article-meta_byline a{
	color: #595959;
}
.article-meta_byline a:hover{
	color: #b60011;
}
#articletext a{
	color: #b6000;
	font-weight: 700;
	border-bottom: solid 1px #000;
	text-decoration: none;
}
#addtoany-end-article span{
	height: 32px;
	width: 32px;
	margin-right: 12px;
}
#mobile-categories-headings{
	border-bottom: solid 1px #595959;
}
#mobile-categories-headings h2 a{
	padding-left: 10px;
	color: #b60011;
	font-weight: 700;
}
#mobile-categories a.post-category{
	color:#b60011;
	font-size:16px;
	font-weight:700;
	text-decoration: underline;
}
#mobile-categories .sidebar-post-title{
	margin-top:10px;
	margin-bottom:7px;
}
#mobile-categories .post-time{
	font-size:14px;
}
h2.archive-post-title{
	font-size:20px;
}

	/* @media only screen and (min-width: 64rem) {
		h2.archive-post-title{
			font-size:23px;
		}
	} */

/* Single */

/* Archive */
#pagination {
    background: #f2f2f2;
    text-align: center;
}

#pagination .content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

#pagination .mobile-pagination {
    display: none;
}

.page-numbers {
    padding: 6px 2px;
    min-width: 38px;
    color: #565656;
    text-decoration: none;
}

.page-numbers.current {
    background: #fff;
    color: #000;
}

a.page-numbers:hover {
    background-color: #c7c7c7;
    color: #000;
}

.next.page-numbers {
    margin-left: 15px;
}

.prev.page-numbers {
    margin-right: 15px;
}

#archive-header { text-align: center; margin: 30px 0;}
#archive-header h1{ background: #be1522; color: #fff; padding: 10px 40px; display: inline-block; font-size: 22px; letter-spacing: 0.04em;}
#archive-header .archive-desc { max-width: 600px; margin: 10px auto 30px; font-size: 18px; }
/* hide last page of pagination */
#pagination > .content-wrapper > .page-numbers:nth-last-child(2) {
    display: none;
}
.footer_ad>div:not(.oop-ad) {
    width: 336px;
    height: 280px;
    margin: auto auto 40px;
}/*archive  */
@media (max-width: 1280px) {
    .next.page-numbers {
        margin-left: 5px;
    }

    .prev.page-numbers {
        margin-right: 5px;
    }

    .page-numbers.dots {
        min-width: 0;
    }

    #pagination  .mobile-pagination {
        display: flex;
    }

    #pagination .desktop-pagination {
        display: none;
    }
}
.ad-section::before{
	content:"Διαφήμιση";
	font-size: 11px;
	color: #595959;
	position: relative;
	top: -10px;
}
.ad-section{
	min-height: 250px;
}

#archive-main .ad-section{
	min-height: 150px;
}

@media(max-width:680px) {

	#archive-main .ad-section{
		min-height: 300px;
	}
}

/* Archive */






@media (min-width: 901px) and (min-height: 780px) {
   .error404 footer { position: fixed; width: 100%; left: 0; bottom: 0; }
}/* ONLY ONE */






/* Onesignal - ONLY ONE */
#onesignal-popover-container, #onesignal-slidedown-container{
    z-index: 224859400!important;
}






.archive .sidebar-posts, .single-post .sidebar-posts{
	padding:10px;
}
.archive .archive-category-label, .single-post .archive-category-label{
	background: #be1522;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	padding: 12px 5px;

}
.archive .sidebar-post, .single-post .sidebar-post{
	display:flex;
	gap: 10px;
	margin-top: 15px;
}
.archive .sidebar-post-image, .single-post .sidebar-post-image{
	width: 130px;
	height: 77px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.archive .sidebar-post h3, .single-post .sidebar-post h3{
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
.archive .pubdate, .single-post .pubdate{
	font-size:14px;
	color:#414042;
}
.archive-category-label.blue-label{
	background:#005789;
}

@media (max-width: 64rem) {
    .archive .sidebar, .single-post .sidebar{
        display:none!important;
    }
}
