/*
Theme Name: News24
Theme URI: http://metcreative.com?theme=news24
Author: MetCreative
Author URI: http://metcreative.com/
Version: 1.4
Description: A Clean News Theme from MetCreative
License: GNU General Public License
License URI: license.txt
Tags: custom-header, custom-background, custom-menu, flexible-width, full-width-template, post-formats, theme-options
*/

/* Ticker */

.ticker-news {
    margin: 0;
    background: #191919;
    border: 1px solid #191919;
}

.ticker-news span {
    background: #191919;
}

.ticker-news .tickercontainer {
    background: #191919;
}

.ticker-news .tickercontainer ul.newsticker li {
    background: #191919;
}

.ticker-news .tickercontainer ul.newsticker li a {
    color: #fff;
    font-weight: 400;
}


/* Home sliders */

.sp-pcp-post .sp-pcp-post-thumb-area img {
    object-fit: cover !important;
    height: 200px !important;
    max-height: 200px !important;
}

.slider-date {
    color: rgb(102, 102, 102) !important;
    font-style: italic !important;
    font-size: 10px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
}

.sp-pcp-section .pcp-section-title {
    color: #000;
    position: absolute;
    border-bottom: 3px solid #099;
    width: 100%;
    padding-bottom: 5px;
}

.sp-pcp-title a:hover {
    color: #099 !important;
    text-decoration: none;
}

@media only screen and (max-width:605px) {
    .pcp-section-title {
        font-size: 19px !important;
    }
}



/* Page POSTS */

.xronometro-display-posts .display-posts-listing .listing-item {
    overflow: hidden;
    margin-bottom: 32px;
    width: 100%;
}

.xronometro-display-posts .listing-item .image {
    float: left;
    margin: 0 16px 0 0;
}

.xronometro-display-posts .listing-item .date {
    display: block;
    color: #aaa !important;
    font-size: 10px !important;
    font-style: italic;
    margin: 10px 0;
}

.xronometro-display-posts .listing-item .excerpt-dash {
    display: none;
}

.xronometro-display-posts .display-posts-listing img {
    max-width: 280px;
    min-height: 180px;
    object-fit: cover;
}

.xronometro-display-posts .title {
    font-size: 24px;
    line-height: 28px !important;
    color: #000000;
}

.xronometro-display-posts .display-posts-listing .excerpt {
    font-size: 0;
}

.xronometro-display-posts .display-posts-listing .excerpt .excerpt-more {
    font-size: 14px !important;
    font-weight: 700;
}

.xronometro-display-posts .display-posts-pagination .next.page-numbers,
.xronometro-display-posts .display-posts-pagination .prev.page-numbers{
    font-size: 0;
    background: transparent !important;
    padding: 0 !important;
}

.xronometro-display-posts .display-posts-pagination .next.page-numbers:after {
    content: ">";
    font-size: 15px !important;
}

.xronometro-display-posts .display-posts-pagination .prev.page-numbers:after {
    content: "<";
    font-size: 15px !important;
}

.xronometro-display-posts .display-posts-pagination .page-numbers,
.xronometro-display-posts .display-posts-pagination .next.page-numbers:after,
.xronometro-display-posts .display-posts-pagination .prev.page-numbers:after {
    background-color: #e5e5e5;
    color: #4c4c4c;
    margin: 0 1px;
    padding: 7px 12px;
    font-weight: 700;
}

.xronometro-display-posts .display-posts-pagination .page-numbers.current,
.xronometro-display-posts .display-posts-pagination .page-numbers:hover,
.xronometro-display-posts .display-posts-pagination .next.page-numbers:hover:after,
.xronometro-display-posts .display-posts-pagination .prev.page-numbers:hover:after {
    background-color: #0aa;
    color: #fff;
    text-decoration: none;
}




/* Page Categories */

.xronometro-page-post-slider .swiper-container {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.xronometro-page-post-slider .pcp-button-prev,
.xronometro-page-post-slider .pcp-button-next {
    margin-top: 0 !important;
}

.xronometro-page-post-slider .sp-pcp-post .pcp-post-thumb-wrapper {
    margin-bottom: 0 !important;
}

.xronometro-page-post-slider .sp-pcp-title {
    color: #fff !important;
    background: #099;
    padding: 10px;
}

.xronometro-page-post-slider .sp-pcp-title a {
    color: #fff !important; 
}

.xronometro-posts .vc_grid-owl-nav {
    display: none !important;
}

.xronometro-page-post-slider .sp-pcp-post .sp-pcp-post-thumb-area img {
    width: 100% !important; 
}

.xronometro-posts h4 {
    line-height: 28px !important;
}

.xronometro-posts .vc_gitem-post-data-source-post_date {
    color: #aaa !important;
    font-size: 10px !important;
    font-style: italic;
}

.xronometro-posts .vc_btn3.vc_btn3-color-turquoise {
    color: #099 !important;
    background: transparent !important;
    padding: 0 !important;
    font-weight: 700;
}

.xronometro-posts .vc_gitem-post-data {
    margin-bottom: 5px !important;
}

.xronometro-posts .owl-stage-outer.owl-height {
    height: auto !important;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}



/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* =MANBIZ ISP
----------------------------------------------- */

.n_logo_container { margin-top: 55px !important; }
.header-right { float: right; margin-top: 10px; }
.weather { width: 225px; margin: 10px auto 5px; float: left; }

.kokkino:hover { background-color: #c20032 !important; }
.roz:hover { background-color: #8900c2 !important; }
.mob:hover { background-color: #a09da1 !important; }
.mple:hover { background-color: #005cc2 !important; }
.galazio:hover { background-color: #00a4c2 !important; }
.prasino:hover { background-color: #64c200 !important; }
.kitrino:hover { background-color: #d7b601 !important; }
.portokali:hover { background-color: #ee9d00 !important; }

.cos-news-last { border-right: none !important; }

.breadcrumbs { margin: 5px 0 0 0; }
.breadcrumbs a { color: #747779; }
.breadcrumbs a:hover { color: #00AAAA; text-decoration: none; }

h2.wpb_heading.wpb_singleimage_heading { font-size: 18px; line-height: 20px; }

.my-title { font-size: 24px; line-height: 24px; border: none !important; margin: 0 0 20px -6px; padding: 0; }

#popular_posts ul { list-style-type: none; margin: 0 0 8px 3px; }
.cos-views-count { color: #AAAAAA; font-size: 10px; font-style: italic; margin-bottom: 10px; display: inline-table; }

.footer-icon-responsive { margin: 15px; }

.newsletter { float: left; margin: 0 0 0 0; height: 135px; }
.contact { text-align: right; font-size: 14px; }
/* .qrcode { height: 135px; } */

.cos-footer { margin-bottom: 0 !important; }
.cos-footer-sidebar { margin-top: 3px !important; color: #C5C5C5; position: relative; z-index: 999; }
.cos-footer-sidebar a { color: #C5C5C5; }
.cos-footer-sidebar a:hover { color: #00AAAA; text-decoration: none; }
.copyright { float: left; color: #747779; }
.manbiz { float: right; color: #747779; }
.manbiz a { color: #747779; }
.manbiz a:hover { color: #00AAAA; text-decoration: none; }
.tracker { display: none !important; }

.tooltip.fade.top.in { display: none !important; }

.pneumatika { font-style: italic; font-weight: bold; }

.cos-farmakeia { margin-left: 0 !important; }

.histats-desktop { display: block; float: right; margin: 16px 15px 0 15px; }
.histats-mobile { display: none; }

div.sharedaddy div.sd-block { margin: 16px 0 !important; padding: 20px 0 0 0 !important; border: 0 !important; border-top: 1px solid #eeeeee !important; border-bottom: 1px solid #ffffff !important; }

.social { float: left; width: 45px; margin: 62px 0 0 15px; }
.social img:hover { opacity: .6; }

.gewrgia-banner { width: 728px; margin: 0 auto; }

/* HOMEPAGE REVOLUTION SLIDER */
#post-19271 h1.entry-title { display: none; }
.home-slider { margin-bottom: 115px !important; }

a.slide-link { 
	color: #000;
	text-decoration: none;
}

a.slide-link:hover { 
	color: #00aaaa;
	text-decoration: none;
}

.tp-bullets.tp-thumbs .tp-mask {
	border-top: 3px solid #00aaaa;
}

.tp-bullets.tp-thumbs {
	background-color: transparent !important;
}
.tp-bullets.tp-thumbs .bullet {
	border-right: 3px solid #00aaaa;
}
.tp-bullets.tp-thumbs .bullet.last {
	border-right: none !important;
}

/* EPIKEROTITA */
.n_latest_post_picture { display: none !important; }
.n_latest_post_details { margin-left: 0px !important; }

/* COOKIES */
.cookie-bar-block #catapult-cookie-bar h3 { font-size: 24px !important; line-height: 28px !important; }

@media only screen and (max-width: 570px) {
	.n_header_responsive_nav select:first-child, 
    .n_header_responsive_nav select:nth-child(3) { display: none !important; }

    .n_header_responsive_nav select:nth-child(2) { width: 100% !important; margin-left: 0% !important; display: none; }

	.social { margin: -65px -15px 0 0 !important; }
	.weather { /*display: none;*/ padding-top: 135px; }
	/* .vc_custom_1434959653343 { margin-bottom: 60px !important; } */
	.tp-bullets.tp-thumbs.round { bottom: -45px !important; }
}

@media only screen and (max-width: 320px) {
	.social { margin: -74px 172px 0 0 !important; width: 115px !important; }
	.social img { width: 30px; }
	.weather { /*display: none;*/ padding-top: 135px; }
	select.n_responsive_nav:first-child { display: none; }
	/* .vc_custom_1434959653343 { margin-bottom: 45px !important; } */
	.tp-bullets.tp-thumbs.round { bottom: -25px !important; }
}

/*slider arxikh*/
.n_link{display: none !important;}
.n_view_count{display: none !important;}
.n_view_counter{display: none !important;}


#grey-bg { background-color: #f9f9f9; padding: 15px 0 0; margin: 0 0 15px; }

#photo-gallery { background-color: #f0f0f0; padding: 15px 0 0; margin: 0 0 15px; }
#photo-gallery .wpb_single_image.vc_align_left { margin: 0; }
#photo-gallery .n_news_cat_list_title { margin-bottom: 9px; }
#photo-gallery .n_splitter { margin-bottom: 10px; }



/* Plugin - Contextual related posts */
.crp_related_widget ul li { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #eee; }
.crp_thumb { width: 265px; height: 200px; }
.crp_title { line-height: 18px !important; display: block; }
.crp_date { color: #aaa; font-size: 10px; display: block; }
.crp_excerpt { display: none; }
.crp_related_widget ul li img {
	border: 1px solid #eee;
	box-shadow: none;
	margin: 2px 10px 2px 0;
	padding: 3px;
}
.crp_thumb {
	width: 45px !important;
	height: 45px !important;
}
.crp_related_widget {
    text-align: left !important;
}

/* Plugin - Jetpack */
div.sharedaddy div.sd-block {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-top: none;
    border-bottom: none;
}
.post-share-top .sharedaddy.sd-sharing-enabled {
	display: block;
    width: 100%;
    min-width: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em;
}

/* Banners */
.header-banner { float: right; text-align: right; width: 600px; height: 150px; margin: 10px 0 0 0; }
.wide-banner { width: 100%; height: 150px; }
.sidebar-banner { width: 100%; height: 275px; margin: 0 0 35px; }