/*
	Theme Name: MOSERLX Theme
	Theme URI: https://moserlx.com/
	Description: MOSERLX Theme is a child theme of Hello Elementor, created by MOSERLX
	Author: MOSERLX
	Author URI: https://moserlx.com/
	Template: hello-elementor
	Version: 0.1
	Text Domain: hello-elementor-child
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-300.eot);
	src: url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-300.eot?#iefix) format('embedded-opentype'),
	url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-300.woff2) format('woff2'),
	url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-300.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-300italic.eot);
	src: url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-300italic.eot?#iefix) format('embedded-opentype'),
	url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-300italic.woff2) format('woff2'),
	url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-300italic.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-regular.eot);
	src: url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-regular.eot?#iefix) format('embedded-opentype'),
	url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-regular.woff2) format('woff2'),
	url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-regular.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-italic.eot);
	src: url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-italic.eot?#iefix) format('embedded-opentype'),
	url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-italic.woff2) format('woff2'),
	url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-italic.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-700.eot);
	src: url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-700.eot?#iefix) format('embedded-opentype'),
	url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-700.woff2) format('woff2'),
	url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-700.woff) format('woff');
}
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	src: url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-700italic.eot);
	src: url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-700italic.eot?#iefix) format('embedded-opentype'),
	url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-700italic.woff2) format('woff2'),
	url(/wp-content/themes/faretra-v2/assets/fonts/open-sans-v18-latin_greek-700italic.woff) format('woff');
}
@font-face {
	font-family: 'News', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/wp-content/themes/faretra-v2/assets/fonts/news-normal.otf) format("opentype");
}
@font-face {
	font-family: 'News', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/wp-content/themes/faretra-v2/assets/fonts/news-bold.otf) format("opentype");
}

/* General */
.flex {
	display: flex;
}
/*#main {
	overflow: hidden;
}*/
.home #main .container,
.home #main .container {
	max-width: 100%;
	width: 100%;
	margin: auto;
}
.container {
	width: 100%;
	max-width: 1440px;
	margin: auto;
	position: relative;
}
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
body:not([class*=elementor-page-]) .site-main {
	width: 100%;
	max-width: 1440px;
	margin: auto;
}
.site-header:not(.dynamic-header) {
	width: 100%;
	max-width: 100%;
	margin: auto;
}
.site-main {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

body {
	font-family: 'Open Sans',sans-serif;
	background-color: #eaeaea;
}
.site-main {
	font-family: News,sans-serif;
}

/* Header */
.site-header .site-navigation {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.msr-menu-home a {
	font-size: 0 !important;
	background-image: url(/wp-content/themes/faretra-v2/assets/images/home-white.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 22px;
}
.site-navigation ul.menu li.msr-menu-home:hover {
	background-color: transparent;
}
.site-header {
	max-width: 100% !important;
	width: 100% !important;
	padding: 0;
}
.site-header .site-logo img {
	max-height: 90px;
}
body:not([class*=elementor-page-]) .site-main {
	max-width: 1440px;
	width: 100%;
	background-color: #ffffff;
}
.site-header .wrapper-icons {
	display: flex;
	width: 100%;
	max-width: 20%;
	justify-content: flex-end;
}
.site-header .wrapper-icons a img {
	max-width: 23px;
	width: 100%;
}
.site-header .container.header-top {
	display: flex;
	justify-content: space-between;
	align-items: end;
	background-color: #fff;
	border-bottom: 1px solid #2916664f;
	padding: 10px 30px;
}
.site-header .wrapper-icons .facebook-icon {
	padding-right: 5px;
}
.site-header .wrapper-icons .email-icon {
	padding: 0 5px;
}
.site-header .wrapper-icons .yt-icon {
	padding-left: 5px;
}
.site-header .wrapper-time {
	font-family: 'News', sans-serif;
	color: #160a3d;
	letter-spacing: 0.4px;
	flex-basis: 25%;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	max-width: 20%;
}

/* Menu */
.main-nav {
	width: 100%;
	background-color: #281270;
}
.main-nav .menu-main-menu-container {
	width: 100%;
}
.site-navigation ul.menu {
	justify-content: center;
	align-items: center;
}
.site-navigation ul.menu li ul li {
	border-bottom: 0 !important;
}
.site-navigation ul.menu li {
	transition: all .3s;
}
.site-navigation ul.menu li:hover {
	background-color: #402a88;
}
.site-navigation ul.menu > li > a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 14px 15px;
}
.site-navigation ul.menu li a {
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
.site-navigation ul.menu li.menu-item-has-children {
	padding: 0;
}
.site-navigation ul.menu li.menu-item-has-children:after {
	display: none;
}
.site-navigation ul.menu li ul {
	border-top: 1px solid #fff;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	display: none;
	height: 0;
	background-color: #281270;
	width: 100%;
	min-width: 220px;
	top: 52px;
	z-index: 999;
	transition: height 0.5s linear;
}
.main-nav.desktop .site-navigation .menu-item-has-children:hover ul.sub-menu {
	height: auto;
}
.msr_mobile_top_left-menu.active .site-navigation ul.menu li ul ul {
	top: -1px;
	left: 0;
}


/* Post */
.single-post .site-main > .container {
	padding: 40px 32px;
}
.single-post .post-article {
	position: relative;
	flex: 0 0 75%;
	border-right: 1px solid #eaeaea;
	padding-right: 32px;
}
.single-post .post-f-img {
	line-height: 0;
}
.single-post .article-content h1.entry-title {
	font-size: 37px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 24px;
}
.single-post .entry-content {
	overflow: hidden;
	max-width: 820px;
	margin: auto;
	padding: 0 8px;
	font-size: 20px;
	line-height: 32px;
}
.single-post .entry-content p {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 30px;
}
.single-post .entry-content ul h4 {
	text-align: justify;
    font-size: 18px;
	line-height: 26px;
}
.single-post .entry-content .post-header-title h3 {
	font-size: 18px;
    line-height: 25px;
	text-align: justify;
}
.single-post .entry-meta {
	color: #6f6f6f;
	max-width: 96%;
	font-size: 14px;
	line-height: 24px;
	margin: 24px auto;
	display: flex;
}
.single-post .entry-meta .post-info {
	flex: 0 0 50%;
}
.single-post .entry-content .bio {
    color: #333;
}
.single-post .meta-author span {
	font-size: 20px;
	vertical-align: bottom;
	color: #281270;
    font-weight: 700;
}
.single-post .meta-author {
	background-image: url('/wp-content/themes/faretra-v2/assets/icons/user.svg');
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: left center;
	padding-left: 24px;
	margin-bottom: 5px;
}
.single-post .meta-date {
	background-image: url('/wp-content/themes/faretra-v2/assets/icons/wall-clock.svg');
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: left center;
	padding-left: 24px;
}
.single-post .post-share {
	flex: 0 0 50%;
}
.single-post .post-share.bottom {
	position: absolute;
	background-color: #fff;
	right: 0;
	top: -24px;

}
.single-post ul.share-icons {
	display: flex;
	float: right;
}
.single-post ul.share-icons li {
	text-indent: -1000px;
	overflow: hidden;
}
.single-post ul.share-icons li a {
	display: block;
	height: 100%;
}
.single-post ul.share-icons li.fb-share {
	background-image: url('/wp-content/themes/faretra-v2/assets/icons/fb-share-circle.svg');
	background-repeat: no-repeat;
	background-size: 34px;
	background-position: left center;
	width: 34px;
	height: 48px;
	margin-right: 12px;
}
.single-post ul.share-icons li.tw-share {
	background-image: url('/wp-content/themes/faretra-v2/assets/icons/twitter.png');
	background-repeat: no-repeat;
	background-size: 34px;
	background-position: left center;
	width: 34px;
	height: 48px;
	margin-right: 12px;
}
.single-post ul.share-icons li.mail-share {
	background-image: url('/wp-content/themes/faretra-v2/assets/icons/mail-share-circle.svg');
	background-repeat: no-repeat;
	background-size: 34px;
	background-position: left center;
	width: 34px;
	height: 48px;
	margin-right: 12px;
}
.single-post .post-footer {
	position: relative;
}
.single-post .post-tags {
	display: flex;
	margin: 24px auto 0;
	width: 100%;
	max-width: 860px;
}
.single-post .post-tags a {
	background-color: #281270;
	color: #fff;
	padding: 4px 8px;
	font-size: 14px;
	border-radius: 4px;
	margin-right: 12px;
	transition: background-color .5s linear;
}
.single-post .post-tags a::before {
	content: "#";
}
.single-post .post-tags a:hover {
	background-color: #281270cc;
}
.single-post .post-author {
	display: flex;
	width: 100%;
	border-top: 2px solid #dedede;
	margin-top: 32px;
	padding: 32px 18px 24px
}
.single-post .post-author .author-img {
	border-radius: 50%;
	overflow: hidden;
	margin-right: 32px;
	width: 128px;
	height: 128px;
}
.single-post .post-author .author-img img {
	max-width: unset;
	width: 100%;
}
.single-post .post-author .author-name {
	font-size: 22px;
	font-weight: 700;
}
.single-post .crp_related h2 {
	display: block;
	letter-spacing: .15rem;
	margin: 0 0 14px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	color: #565656;
	position: relative;
	padding-top: 20px;
}
.single-post .crp_related h2:before {
	content: "";
	display: block;
	position: absolute;
	border-top: 1px dashed #333;
	right: 0;
	top: 0;
	width: 1000%;
}
.single-post .crp_related ul {
	padding: 0;
	list-style-type: none;
	grid-template-columns: repeat(auto-fill, minmax(31.33%, 1fr));
}
.single-post .crp_related ul li {
	width: 100%;
	padding: 20px 15px;
	border-right: 1px dashed #000000;
	margin-bottom: 30px;
	transition: all .3s;
	position: relative;
}
.single-post .crp_related ul li img {
	width: 100%;
	border-radius: 8px;
}
.single-post .crp_related ul li .crp_title {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	padding-top: 8px;
	transition: all .3s;
}
.single-post .crp_related ul li .crp_title:hover {
	color: #565656;
}


	/* Archive */
.archive .site-main > .container {
	padding: 25px 32px;
}
.archive .breadcrumb {
    padding: 20px 0 0 32px;
	background-color: #fff;
}
.archive .breadcrumb span,
.single-post .article-top-category a {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 1.4px;
	font-size: 15px;
	text-transform: uppercase;
}
.single-post .article-top-category a:hover {
	color: #f8690e;
}
.archive .breadcrumb a {
	color: #333;
}
.archive .archive-content {
	position: relative;
	flex: 0 0 75%;
	border-right: 1px solid #969696;
	padding-right: 32px;
}
.archive .page-header {
	display: flex;
	margin-bottom: 70px;
	position: relative;
	flex-wrap: wrap;
	flex-direction: column;
}
.archive h1.entry-title, .search-results h1.entry-title {
	font-size: 30px;
	font-weight: 700;
	padding-right: 0;
	margin-bottom: 0;
	margin-top: 0;
	flex-wrap: nowrap;
	z-index: 99;
	background-color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	padding-bottom: 6px;
	font-family: 'Open Sans',sans-serif;
	border-bottom: 4px solid #f9690e;
}
.archive .sub-cat li.cat-item-none {
	display: none;
}
.archive .sub-cat li.cat-item a {
	color: #333;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 15px;
	transition: all .3s;
}
.archive .sub-cat li.cat-item a:after {
	content: "";
	display: block;
	border-right: 1px solid #969696;
	height: 83%;
	position: absolute;
	right: -15px;
	top: 2px;
}
.archive .sub-cat li.cat-item a:hover {
	color: rgb(51 51 51 / 85%);
}
.archive .sub-cat {
	overflow-x: auto !important;
	flex-wrap: nowrap !important;
	position: absolute;
	top: 46px;
	display: flex;
	padding: 12px 0;
	list-style-type: none;
	z-index: 99;
	width: 100%;
	pointer-events: auto;
}
.archive .sub-cat li {
	margin-right: 30px;
	position: relative;
	line-height: 18px;
	flex-shrink: 0;
}
.archive .pagination a {
	color: #000;
}
.archive .pagination a:hover {
	color: #336;
}
.post-loop-3 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.post-loop-3 .post {
	flex-basis: 33.3333%;
	padding: 20px 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #969696;
	transition: all .3s;
	position: relative;
}
.post-loop-3 .post:after {
	content: "";
	display: block;
	position: absolute;
	border-right: 1px dashed #333;
	right: 0;
	height: 95%;
	top: 0;
}
.post-loop-3 .post:hover h2.post-title a {
	color: #281270;
	transition: all .3s;
}
.post-loop-3 h2.post-title {
	font-size: 18px;
	line-height: 26px;
}
.post-loop-3 .post-title a {
	color: #000;
}
.post-loop-3 .post-image {
	display: block;
	line-height: 0;
	margin-bottom: 10px;
}
.post-loop-3 span.post-category {
	font-size: 14px;
	letter-spacing: 1px;
	color: #281270;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid;
}
.post-loop-4 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-top: 1px solid #969696;
	padding: 30px 0;
}
.post-loop-4 .post {
	width: 25%;
	padding: 20px 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #969696;
	transition: all .3s;
	position: relative;
	min-height: 428px;
	line-height: 22px;
}
.post-loop-4 .post .wrapper-cat,
.post-loop-3 .post .wrapper-cat {
	margin: 16px 0;
}
.msr-home-loop-wrapper .post-loop-4 .post:after,
.msr-home-loop-wrapper-6 .post-loop-6 .msr-wrapper-bottom .post:after,
.msr-cat-three .reportage-wrapper .post:after,
.category-5 .msr-category-5-2 .left-wrapper .post:after,
.msr-category-5-3 .article-cat .post:after,
.category-5 .msr-category-5-6 .post:after,
.category-5 .msr-category-5-2 .msr-down .post:after,
.category-13 .msr-politismos-1 .bottom-wrapper .post:after,
.arthra-wrapper .comments-cat .post:after,
.category-13 .new-politismos-periss-diavasmena .post:after {
	content: "";
	display: block;
	position: absolute;
	border-right: 1px dashed #333;
	right: 0;
	height: 95%;
	top: 0;
}
.post-loop-4 .post:hover h2.post-title a,
.post-loop-3 .post:hover h2.post-title a {
	color: #565656;
}
.post-loop-4 h2.post-title,
.msr-home-loop-wrapper-6 .post-title,
.category-5 h2.post-title,
.category-13 h2.post-title,
.msr-home-categories-wrapper .post-title,
.home .post-title {
	font-size: 16px;
	line-height: 22px;
	transition: all .3s;
}
.category-5 .msr-category-5-1 h2.post-title,
.category-13 .top-wrapper h2.post-title {
	font-size: 20px;
	line-height: 22px;
	transition: all .3s;
}
.archive.category.category-13 .post .wp-post-image {
	border-radius: 0 !important;
}
span.post-desc {
	font-size: 14px;
	overflow-wrap: break-word;
}
.post-loop-4 .post-title a {
	color: #000;
	font-family: 'News', sans-serif;
	font-style: normal;
	font-weight: 700;
	transition: all .3s;
}
.post-loop-4 .post-image {
	display: block;
	line-height: 0;
	margin-bottom: 10px;
}
span.post-category {
	font-size: 14px;
	letter-spacing: 1px;
	color: #281270;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid;
}
.archive.category .category-featured-post,
.archive.author .category-featured-post {
	display: grid;
}
.archive.category .category-featured-post .post,
.archive.author .category-featured-post .post {
	position: relative;
	transition: all .3s ease-in-out;
	margin-bottom: 0;
	border-radius: 8px;
}
.archive.category .category-featured-post .post a.post-image {
	display: block;
	line-height: 0;
}
.archive.category .category-featured-post .post h2.post-title,
.archive.author .category-featured-post .post h2.post-title {
	position: absolute;
	bottom: 60px;
	left: 50px;
	font-size: 26px;
	line-height: 34px;
	width: 600px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	transition: all .3s;
}
.archive.category .category-featured-post .post h2.post-title:hover {
	text-decoration: underline;
}
.archive.category .category-featured-post .post:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(51 51 51 / 25%);
}
.archive.category .category-featured-post .post h2.post-title a,
.archive.author .category-featured-post .post h2.post-title a {
	color: #fff;
	font-weight: 700;
}
.archive.category .post .wp-post-image {
	border-radius: 8px;
}
.slick-dotted.slick-slider {
	margin-bottom: 50px !important;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	background-color: transparent !important;
}
.slick-dots li button:before {
	font-size: 12px !important;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #281270 !important;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: .75 !important;
	color: #281270 !important;
}


/* Sidebar */
.sidebar {
	flex: 0 0 25%;
	padding-left: 32px;
	width: 25%;
}
.news-popular-widget .bottom::-webkit-scrollbar-track {
	border: none;
	padding: 2px 0;
	background-color: rgb(0 0 0 / 20%);
}
.news-popular-widget .bottom::-webkit-scrollbar {
	width: 8px;
}
.news-popular-widget .bottom::-webkit-scrollbar-thumb {
	border-radius: 4px;
	box-shadow: inset 0 0 8px rgb(0 128 167 / 30%);
	background-color: #281270;
	border: none;
}
.news-popular-widget .bottom {
	max-height: 600px;
	overflow-y: auto;
}
.sidebar .upper .tabs ul {
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.sidebar .upper .tabs ul li {
	list-style-type: none;
	padding: 6px 8px;
	width: 100%;
	text-align: center;
	border-radius: 2px;
}
.sidebar .bottom {
	border-top: 1px solid #dedede;
	padding: 12px;
	background-color: #eaeaea;
}
.sidebar .upper .tabs ul li.tab-news {
	margin-right: 3px;
}
.sidebar .upper .tabs ul {
	position: relative;
}
.sidebar .upper .tabs ul li.tab-item.tab-news:after {
	content: "";
	display: block;
	border-right: 1px solid #b9b9b9;
	width: 100%;
	height: 36px;
	position: absolute;
	right: 50%;
	top: 0;
}
.sidebar .upper .tabs ul li {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 700;
	border-bottom: 1px solid #333;
	padding-bottom: 8px;
	font-family: 'Open Sans', sans-serif;
}
.sidebar .upper .tabs ul li.active {
	color: #f9690e;
	border-bottom: 1px solid;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
.sidebar .upper .tabs ul li:hover {
	cursor: pointer;
}
.sidebar .wrapper-sidebar {
	box-shadow: 0 0 6px 0 rgb(39 54 80 / 15%);
	border-radius: 2px;
	position: relative;
}
.sidebar-post a {
	font-size: 14px;
	line-height: 18px;
}
.sidebar .bottom .wrapper-content {
	display: none;
}
.sidebar .bottom .wrapper-content.active {
	display: block;
}
.sidebar .sidebar-post .meta-date-published {
	background-image: url(/wp-content/themes/faretra-v2/assets/images/clock-grey.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left center;
	padding-left: 20px;
	font-size: 12px;
	color: #a2a2a2;
	font-weight: 700;
	letter-spacing: 1px;
}
.sidebar .sidebar-post {
	display: flex;
	margin-bottom: 12px;
	align-items: center;
	padding: 4px;
	background-color: #fff;
	border-radius: 4px;
}
.sidebar .sidebar-post .image-post-sidebar {
	max-width: 90px;
	max-height: 84px;
}
.sidebar .sidebar-post .wrapper-title-date {
	background-color: #fefefe;
	padding: 8px;
	line-height: 18px;
	display: flex;
	flex-wrap: wrap;
}
.sidebar .sidebar-post .wrapper-title-date a {
	font-size: 14px;
	color: #333;
	font-family: 'News', sans-serif;
	font-weight: 500;
	transition: all .3s;
}
.sidebar .sidebar-post .wrapper-title-date a:hover {
	color: #565656;
}
.page-navi {
	text-align: center;
}
.page-navi .pages {
	display: none;
}
.wp-pagenavi {
	padding-bottom: 60px;
}
.wp-pagenavi a,
.wp-pagenavi span {
	border: 0;
}
.wp-pagenavi a {
	background-color: transparent;
	padding: 4px 8px;
	margin: 6px;
	border-radius: 4px;
	color: #333;
	transition: all .3s;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background-color: #eaeaea;
	padding: 4px 8px;
	margin: 6px;
	border-radius: 4px;
	border: none;
}

/** Home */
.msr-home-slider .wrapper-content .slick-slide img {
	display: block;
	max-width: unset;
	width: 100%;
	object-fit: cover;
	height: 600px;
}

.msr-home-slider .wrapper-content .slick-list.draggable {
	max-height: 600px;
	height: 100%;
}
.msr-home-slider .wrapper-content .slick-slide {
	display: block;
	height: 600px;
}
.msr-home-slider .wrapper-content .post-image {
	display: block;
	line-height: 0;
}
.msr-home-slider .wrapper-content .wrapper-title {
	position: absolute;
	bottom: 40px;
	left: 40px;
	font-size: 40px;
	width: 700px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.msr-home-slider .wrapper-content .wrapper-title .meta-date-published {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
}
.msr-home-slider .wrapper-content .wrapper-title .title {
	color: #fff;
	font-weight: 700;
	font-size: 34px;
	line-height: 42px;
	text-shadow: 3px 2px 3px rgb(0 0 0 / 50%);
	margin-bottom: 15px;
}
.msr-home-slider .wrapper-content .bg:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(51 51 51 / 20%);
}
.home #main {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #eaeaea;
}
.msr-home-slider .container {
	max-width: 1440px !important;
	width: 100% !important;
	margin: auto;
	background-color: #fff;
	padding: 40px;
	position: relative;
}
.msr-home-slider .slick-next,
.msr-home-slider .slick-next:hover,
.msr-home-slider .slick-next:focus,
.category-13 .msr-politismos-3 .wrapper-history .slick-next {
	right: -44px;
	background-image: url(/wp-content/themes/faretra-v2/assets/images/right-arrow-grey.png);
	display: block;
	background-size: 40px;
	width: 42px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
}
.msr-home-slider .slick-prev,
.msr-home-slider .slick-prev:hover,
.msr-home-slider .slick-prev:focus,
.category-13 .msr-politismos-3 .wrapper-history .slick-prev {
	left: -42px;
	background-image: url(/wp-content/themes/faretra-v2/assets/images/left-arrow-grey.png);
	display: block;
	background-size: 40px;
	width: 42px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
}
.msr-home-slider .slick-dotted.slick-slider {
	margin-bottom: 20px !important;
}
.msr-home-loop-wrapper .container {
	max-width: 1440px !important;
	width: 100% !important;
	margin: auto;
	background-color: #fff;
	padding: 30px 30px 0;
}
.msr-home-author-wrapper .container,
.msr-home-wrapper-8 .container {
	max-width: 1440px !important;
	width: 100% !important;
	margin: 0 auto!important;
	overflow: hidden;
	padding: 0 40px;
}
.msr-home-author-wrapper .title-cat,
.msr-home-loop-wrapper-8 .title-cat {
	letter-spacing: .25rem;
	padding: 2px 0;
	background: linear-gradient(to right, #160a3d 10%, #281270 80%);
}
.msr-home-author-wrapper .title-cat h2,
.msr-home-loop-wrapper-8 .title-cat h2 {
	text-align: center;
	margin: 8px;
}
.msr-home-author-wrapper .title-cat a,
.msr-home-loop-wrapper-8 .title-cat a {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
}
.msr-home-author-wrapper .author {
	position: relative;
	text-align: center;
	padding: 40px;
}
.msr-home-author-wrapper .slick-list .author:before {
	content: "";
	width: 1px;
	height: 70%;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 15%;
	left: 0;
}
.msr-home-author-wrapper .wrapper-content .author img {
	margin: 0 auto 8px;
	border-radius: 50px;
	height: 100px;
	max-width: 100px;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}
.msr-home-author-wrapper .author-name a {
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1px;
	color: #281270;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.msr-home-author-wrapper .author .slider-title a span {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.msr-home-author-wrapper .post {
	text-align: center;
	position: relative;
	padding: 40px;
}
.msr-home-author-wrapper .slick-prev,
.msr-home-slider-cat .slick-prev,
.msr-home-slider-cat .slick-prev:hover,
.msr-home-slider-cat .slick-prev:focus,
.msr-home-author-wrapper .slick-prev:hover,
.msr-home-author-wrapper .slick-prev:focus,
.msr-home-loop-wrapper-5 .slick-prev:focus,
.msr-home-loop-wrapper-5 .slick-prev:hover,
.msr-home-loop-wrapper-5 .slick-prev,
.msr-home-wrapper-8 .slick-prev, .msr-home-wrapper-8 .slick-prev:focus,
.msr-home-wrapper-8 .slick-prev:hover {
	left: -50px;
	background-image: url(/wp-content/themes/faretra-v2/assets/images/left-arrow-grey.png);
	display: block;
	background-size: 40px;
	width: 50px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
}
.msr-home-events-wrapper .slick-prev,
.msr-home-events-wrapper .slick-prev:hover,
.msr-home-events-wrapper .slick-prev:focus {
	left: 20px;
	background-image: url(/wp-content/themes/faretra-v2/assets/images/left-arrow-grey2.png);
	display: block;
	background-size: 40px;
	width: 50px;
	top: 45%;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 99;
}
.msr-home-events-wrapper .slick-next,
.msr-home-events-wrapper .slick-next:focus,
.msr-home-events-wrapper .slick-next:hover {
	right: 20px;
	background-image: url(/wp-content/themes/faretra-v2/assets/images/right-arrow-grey.png);
	display: block;
	background-size: 40px;
	width: 50px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 99;
	top: 45%;
}

.msr-home-humor-wrapper .slick-prev,
.msr-home-humor-wrapper .slick-prev:hover,
.msr-home-humor-wrapper .slick-prev:focus {
	left: 0;
	background-image: url(/wp-content/themes/faretra-v2/assets/images/left-arrow-grey2.png);
	display: block;
	background-size: 40px;
	width: 50px;
	top: 45%;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 99;
}
.msr-home-humor-wrapper .slick-next,
.msr-home-humor-wrapper .slick-next:hover,
.msr-home-humor-wrapper .slick-next:focus {
	right: 0;
	background-image: url(/wp-content/themes/faretra-v2/assets/images/right-arrow-grey2.png);
	display: block;
	background-size: 40px;
	width: 50px;
	top: 45%;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 99;
}
.msr-home-author-wrapper .slick-next,
.msr-home-slider-cat .slick-next,
.msr-home-slider-cat .slick-next:hover,
.msr-home-slider-cat .slick-next:focus,
.msr-home-author-wrapper .slick-next:hover,
.msr-home-author-wrapper .slick-next:focus,
.msr-home-loop-wrapper-5 .slick-next:focus,
.msr-home-loop-wrapper-5 .slick-next:hover,
.msr-home-loop-wrapper-5 .slick-next,
.msr-home-wrapper-8 .slick-next, .msr-home-wrapper-8 .slick-next:hover,
.msr-home-wrapper-8 .slick-next:focus {
	right: -50px;
	background-image: url(/wp-content/themes/faretra-v2/assets/images/right-arrow-grey.png);
	display: block;
	background-size: 40px;
	width: 50px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
}
.msr-home-loop-wrapper-5 .container,
.msr-home-loop-wrapper-6 .container,
.msr-home-categories-wrapper .container,
.msr-cat-three .container,
.msr-home-events-old .container,
.msr-home-events-new .container,
.msr-home-slider-cat .slider-cat .container {
	max-width: 1440px !important;
	width: 100% !important;
	margin: auto;
	background-color: #fff;
	padding: 30px;
}
.msr-home-events-old .container {
	background-color: #1e1636;
}
.msr-home-loop-wrapper-5 .slick-list.draggable,
.msr-home-slider-cat .slick-list.draggable {
	padding: 0 10px;
}
.msr-home-loop-wrapper-5 .post-loop-5 .slick-dots {
	bottom: 0;
}
.post-loop-3 h2.post-title a,
.archive h2.post-title a,
.msr-home-loop-wrapper-5 .post-title a,
.msr-home-loop-wrapper-6 .post-title a,
.msr-home-slider-cat .post-title a,
.msr-home-categories-wrapper .post-title a,
.home .post-title a {
	color: #000;
	font-family: 'News', sans-serif;
	font-style: normal;
	font-weight: 700;
	transition: all .3s;
	letter-spacing: 0;
	text-transform: inherit;
	text-decoration: none;
}
.msr-home-loop-wrapper-5 .post-title,
.msr-home-slider-cat .post-title {
	font-size: 16px;
	line-height: 20px;
	transition: all .3s;
}
.msr-home-loop-wrapper-6 .post-loop-6 {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #969696;
}
.msr-home-loop-wrapper-6 .post-loop-6 .top-wrapper {
	display: flex;
	flex-direction: row;
	align-items: start;
	border-bottom: 1px solid #969696;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.msr-home-loop-wrapper-6 .post-loop-6 .loop-left {
	width: 75%;
}
.msr-home-loop-wrapper-6 .post-loop-6 .loop-right {
	width: 25%;
}
.msr-home-loop-wrapper-6 .post-loop-6 .bottom-wrapper {
	display: block;
	clear: none;
}
.msr-home-loop-wrapper-6 .post-loop-6 .slick-dots {
	bottom: -10px;
}
.msr-home-loop-wrapper-6 .post-loop-6 .msr-wrapper-bottom {
	display: block;
	width: 100%;
	overflow: hidden;
}
.msr-home-loop-wrapper-6 .post-loop-6 .bottom-wrapper article {
	flex-basis: 33.33%;
	padding: 20px 15px;
	transition: all .3s;
	position: relative;
	min-height: 450px;
	clear: none !important;
	line-height: 22px;
}
.msr-home-loop-wrapper-5 .slick-slide,
.msr-home-slider-cat .slick-initialized .slick-slide {
	padding: 11px;
	position: relative;
	min-height: auto;
}
.title-cat,
.title-cat-1 {
	padding: 0 0 0 30px;
	position: relative;
}
.one-wrapper, .book-side {
	position: relative;
}
.title-cat a, .title-cat-1 a, .one-wrapper h4 a, .book-side h4 a {
	letter-spacing: .25rem;
	color: #000;
	transition: all .3s;
	display: block;
}
.msr-home-slider-cat .title-cat a,
.msr-home-events-old .container .title-cat a {
	color: #ffffff;
}
.title-cat h4, .title-cat-1 h4, .title-cat h2 {
	font-weight: 700;
	padding: 8px 16px;
	border-radius: 16px;
	font-size: 28px;
	letter-spacing: .25rem;
}
.one-wrapper h4, .book-side h4 {
	font-weight: 700;
	padding: 8px 16px 8px 40px;
	border-radius: 16px;
	font-size: 28px;
	letter-spacing: .25rem;
}
.msr-home-loop-wrapper-5,
.msr-home-slider-cat {
	background-color: #160a3d;
	position: relative;
	box-shadow: 0 2px 20px 13px rgb(0 0 0 / 15%);
}
.msr-home-loop-wrapper-5 .title-cat a,
.msr-home-loop-wrapper-5 span.post-category,
.msr-home-slider-cat .post-title a,
.msr-home-loop-wrapper-5 .post-title a {
	color: #fff;
}
.msr-home-loop-wrapper-5 .title-cat h4:before {
	border-left: 9px solid #fff;
}
.msr-home-loop-wrapper-5 .container,
.msr-home-slider-cat .slider-cat .container {
	background-color: transparent;
}
.title-cat h4:before, .title-cat-1 h4:before, .title-cat h2:before,
.one-wrapper h4:before, .book-side h4:before {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 48px;
	left: 15px;
	border-left: 9px solid #281270;
	top: 0;
}
.home-all-latestpost {
	flex-basis: 25%;
	margin-bottom: 20px;
	padding: 0 15px;
	border-bottom: 1px solid #969696;
	overflow-y: auto;
}
.home-all-latestpost .latest-posts {
	display: flex;
	flex-direction: column;
	max-height: 430px;
	overflow-y: auto;
	padding: 0 15px 20px;
	margin-bottom: 20px;
}
.home-all-latestpost .latest-posts .sidebar-post {
	padding-bottom: 8px;
}
.home-all-latestpost .latest-posts .sidebar-post a {
	font-size: 14px;
	line-height: 18px;
	color: #333;
	font-weight: 700;
	font-family: 'News', sans-serif;
	transition: all .3s;
	overflow-wrap: break-word;
}
.home-all-latestpost .latest-posts .sidebar-post a:hover {
	color: #565656;
}
.home-all-latestpost .latest-posts .wrapper-title-date {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #dedede;
	padding-bottom: 8px;
}
.home-all-latestpost .latest-posts .wrapper-title-date .meta-date-published {
	font-size: 14px;
	color: #281270;
	font-weight: 700;
	margin-bottom: 4px;
}
.home-all-latestpost .latest-posts::-webkit-scrollbar-track {
	border: none;
	padding: 2px 0;
	background-color: rgb(0 0 0 / 20%);
}
.home-all-latestpost .latest-posts::-webkit-scrollbar {
	width: 6px;
}
.home-all-latestpost .latest-posts::-webkit-scrollbar-thumb {
	border-radius: 4px;
	box-shadow: inset 0 0 8px rgb(0 128 167 / 30%);
	background-color: #281270;
	border: none;
}
.home-all-latestpost .all-news {
	text-align: center;
	padding: 6px;
	background-color: #281270;
}
.home-all-latestpost .all-news a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.home-all-latestpost .wrapper-title-date {
	display: flex;
}
.home-all-latestpost .title h4,
.msr-cat-three .slider-efimerida .title h4,
.category-5 .msr-eortologio h4 {
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 700;
	border-bottom: 1px solid #333;
	padding-bottom: 8px;
}
.page-all-latest {
	display: flex;
	background-color: #fff;
	justify-content: space-between;
	padding: 40px 32px;
}
.page-all-latest .latest-posts {
	position: relative;
	flex: 0 0 75%;
	border-right: 1px solid #969696;
	padding-right: 32px;
}
.page-id-307188 #main .container,
.page-id-309891 #main .container,
.page-id-309893 #main .container {
	background-color: #fff;
}
.page-id-307188 .title,
.page-id-309891 .title,
.page-id-309893 .title {
	padding: 40px 32px 0;
}
.page-id-307188 .title h1,
.page-id-309891 .title h1,
.page-id-309893 .title h1 {
	font-size: 30px;
	font-weight: 700;
	padding-right: 44px;
	margin-bottom: 0;
	margin-top: 0;
	flex-wrap: nowrap;
	z-index: 99;
	background-color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	padding-bottom: 8px;
}
.all-latest-post {
	position: relative;
	padding: 20px 0;
}
.page-all-latest .wp-pagenavi {
	padding: 60px 0 20px;
	position: relative;
}
.page-all-latest .wp-pagenavi:before {
	content: "";
	display: block;
	border-top: 1px dashed #333;
	left: 0;
	bottom: 75px;
	width: 97%;
	padding-top: 40px;
}
.page-all-latest .all-latest-post {
	display: flex;
	flex-direction: row;
}
.page-all-latest .all-latest-post .wrapper-cat {
	padding-left: 30px;
}
.page-all-latest .all-latest-post .wrapper-date {
	font-size: 14px;
	font-weight: 700;
	color: #a2a2a2;
	letter-spacing: 1px;
}
.page-all-latest .all-latest-post .wrapper-cat .wrapper-cat-title {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.page-all-latest .all-latest-post .wrapper-cat span.post-category {
	font-size: 14px;
	letter-spacing: 1px;
	color: #281270;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 12px 0;
	background-color: #ececec;
	display: inline-block;
	width: fit-content;
	padding: 4px 12px;
}
.page-all-latest .all-latest-post .wrapper-cat .wrapper-cat-title a {
	font-size: 28px;
	line-height: 34px;
	font-family: 'News', sans-serif;
	font-style: normal;
	color: #000;
	transition: all .3s;
	margin: 20px 0 8px;
}
.page-all-latest .all-latest-post .wrapper-cat .wrapper-cat-title a:hover {
	color: #565656;
}
.all-latest-post:before {
	content: "";
	display: block;
	position: absolute;
	border-top: 1px dashed #333;
	left: 0;
	top: 0;
	width: 100%;
}
.home-popular-post {
	margin-bottom: 20px;
	padding: 0 0 0 15px;
	max-height: 100%;
	overflow-y: auto;
}
.home-popular-post .bottom {
	max-height: 881px;
	padding: 0 15px 20px;
	margin-bottom: 20px;
	overflow-y: auto;
	background-color: #eaeaea;
}
.home-popular-post .bottom::-webkit-scrollbar-track {
	border: none;
	padding: 2px 0;
	background-color: rgb(0 0 0 / 20%);
}
.home-popular-post .bottom::-webkit-scrollbar {
	width: 6px;
}
.home-popular-post .bottom::-webkit-scrollbar-thumb {
	border-radius: 4px;
	box-shadow: inset 0 0 8px rgb(0 128 167 / 30%);
	background-color: #281270;
	border: none;
}
.home-popular-post .top .title h4 {
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 700;
	border-bottom: 1px solid #333;
	padding-bottom: 8px;
	margin-bottom: 0;
}
.home-popular-post .top .tabs ul {
	position: relative;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.home-popular-post .top .tabs ul li {
	padding: 6px 8px;
	width: 100%;
	text-align: center;
	border-radius: 2px;
	background-color: #e8e8e8;
}
.home-popular-post .top .tabs ul li:hover {
	cursor: pointer;
}
.home-popular-post .top .tabs ul li span {
	color: #7a7a7a;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 26px;
}
.home-popular-post .top .tabs li.tab-news {
	border-right: 2px solid #fff;
}
.home-popular-post .top .tabs li.active {
	background-color: #281270;
}
.home-popular-post .top .tabs li.active span {
	color: #fff;
}
.home-popular-post .bottom .content-news {
	display: none;
}
.home-popular-post .bottom .content-news .sidebar-post {
	padding-bottom: 8px;
}
.home-popular-post .bottom .content-news .wrapper-title-date {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #a9a9a9;
	padding-bottom: 8px;
}
.home-popular-post .bottom .content-news .wrapper-title-date a {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	font-weight: 500;
	font-family: 'News', sans-serif;
	transition: all .3s;
}
.home-popular-post .bottom .content-news .wrapper-title-date a:hover {
	color: #565656;
}
.home-popular-post .bottom .content-news.active {
	display: block;
}
.home-popular-post .top {
	background-color: #eaeaea;
	padding: 6px 0 12px;
}
.msr-home-events-wrapper .slider-cat .container {
	max-width: 100% !important;
	width: 100%;
}
.msr-home-loop-wrapper-7 .title-cat h2:before,
.msr-home-loop-wrapper-8 .title-cat h2:before {
	content: inherit;
}
.msr-home-loop-wrapper-7 .msr-wrapper-humor .container {
	max-width: 1440px !important;
	width: 100%;
	background-color: #fff;
	padding: 30px;
	display: flex;
}
.msr-home-loop-wrapper-7 .msr-wrapper-humor .container .post-loop-humor {
	width: 73%;
}
.msr-home-loop-wrapper-7 .msr-wrapper-humor .container .post-loop-right-2 {
	width: 27%;
	display: flex;
	flex-direction: column;
}
.msr-home-slider-cat .slick-track,
.msr-home-slider-cat .bg {
	overflow: hidden !important;
	height: auto !important;
}
.msr-home-slider-cat .wrapper-title {
	font-size: 16px;
	line-height: 22px;
	transition: all .3s;
	margin: 10px 0;
}
.msr-home-slider-cat .wrapper-title > a {
	color: #fff;
	font-family: 'News', sans-serif;
	font-weight: 700;
	transition: all .3s;
}
.msr-home-slider-cat .wrapper-title:hover {
	opacity: 1;
}
.msr-home-slider-cat .title-cat h2:before,
.msr-home-loop-wrapper-5 .title-cat h2:before,
.msr-home-events-old .container .title-cat h4:before,
.msr-politismos-3 .title-cat h2:before {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 48px;
	left: 15px;
	border-left: 9px solid #ffff;
	top: 0;
}
.msr-home-humor-wrapper .col-1 {
	max-width: 92%;
	width: 100%;
	padding: 48px;
	background-color: #dadfe2;
	overflow: hidden;
}
.msr-home-humor-wrapper .wrapper-content {
	padding: 16px;
	position: relative;
}
.msr-home-humor-wrapper .col-1:after {
	content: "";
	display: block;
	position: absolute;
	border-right: 1px dashed #333;
	right: 4%;
	height: 100%;
	top: 0;
}
.msr-home-humor-wrapper .slick-track {
	overflow: hidden !important;
	max-height: 470px;
}
.msr-home-humor-wrapper .slick-slide img {
	margin: auto;
	max-height: 360px;
	object-fit: contain;
}
.msr-home-humor-wrapper .post-image {
	display: block;
	line-height: 0;
}
.msr-home-humor-wrapper .wrapper-title {
	margin: 12px 0;
	text-align: center;
}
.msr-home-humor-wrapper .wrapper-title a {
	color: #000;
	font-family: 'News', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	transition: all .3s;
}
.msr-home-humor-wrapper .wrapper-title a:hover {
	color: #565656;
}
.msr-home-humor-wrapper .post-info {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding: 0 24px;
	color: #000;
	font-size: 16px;
}
.msr-home-humor-wrapper .post-info .meta-date-published {
	color: #7e7e7e;
	font-weight: 700;
	letter-spacing: .075rem;
}
.msr-home-humor-wrapper .post-info .meta-author {
	font-weight: 700;
	letter-spacing: .05rem;
	color: #333;
}
.msr-home-events-wrapper {
	box-shadow: 1px 1px 12px 1px rgb(0 0 0 / 35%);
	position: relative;
}
.msr-home-events-wrapper .slider-cat {
	background-color: #000;
	overflow: hidden;
	position: relative;
}
.msr-home-events-wrapper .title-cat a {
	color: #fff;
	font-size: 28px;
	letter-spacing: .25rem;
	font-weight: 700;
	border-bottom: 4px solid #fff;
}
.msr-home-events-wrapper .wrapper-title,
.post-loop-events-old-new .wrapper-title {
	display: flex;
	flex-direction: column;
	color: #000;
	padding: 10px;
	background-color: transparent;
	min-height: auto;
}
.msr-home-events-wrapper .wrapper-title a,
.post-loop-events-old-new .wrapper-title a {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	transition: all .3s;
}
.msr-home-events-wrapper .wrapper-title a:hover {
	color: #565656;
}
.post-loop-events-old-new .cat-posts .wrapper-post:hover {
	background-color: #292144;
}
.msr-home-events-wrapper .wrapper-title .meta-date-published,
.post-loop-events-old-new .wrapper-title .meta-date-published {
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .075rem;
}
.msr-home-events-wrapper .slick-slide {
	padding: 8px;
}
.msr-home-events-wrapper .slick-slide img {
	width: 100%;
}
.msr-home-events-wrapper .container {
	padding: 30px;
}
.msr-home-events-wrapper .slick-dots li.slick-active button:hover:before,
.msr-home-events-wrapper .slick-dots li.slick-active button:focus:before,
.msr-home-events-wrapper .slick-dots li.slick-active button:before {
	opacity: 1 !important;
	color: #ffffff !important;
	font-size: 20px !important;
}
.msr-home-events-wrapper .slick-dots li button:before,
.msr-home-events-wrapper .slick-dots li button:hover:before,
.msr-home-events-wrapper .slick-dots li button:focus:before {
	opacity: 1 !important;
	color: white !important;
	font-size: 14px !important;
}
.msr-home-events-wrapper .slick-dots li {
	margin: 0 8px;
}
.msr-home-events-wrapper .gradient-left,
.msr-home-events-wrapper .gradient-right {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 260px;
}
.msr-home-events-wrapper .gradient-left {
	left: 0;
	background-image: linear-gradient(to right,#000 20%,rgba(0,0,0,0) 100%);
	z-index: 9;
}
.msr-home-events-wrapper .gradient-right {
	right: 0;
	background-image: linear-gradient(to left,#000 20%,rgba(0,0,0,0) 100%);
	z-index: 9;
}
.msr-home-events-wrapper .title-cat {
	max-width: 1440px;
	width: 100%;
	margin: auto;
}
.msr-home-events-wrapper .wrapper-content {
	padding: 20px 0;
}
.msr-home-events-wrapper .all-posts-events {
	display: block;
	width: 100%;
	max-width: 350px;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	text-transform: inherit;
	border: 1px solid #fff;
	background-color: #000;
	color: #000;
	padding: 8px;
}
.msr-home-events-wrapper .all-posts-events p {
	margin-bottom: 0;
}
.msr-home-events-wrapper .all-posts-events a {
	color: #fff;
	font-weight: 700;
}
.single-post .article-content.post-article .yarpp .related {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.single-post .article-content.post-article .yarpp .related .post {
	flex-basis: 33.3333%;
    padding: 20px 15px;
    margin-bottom: 30px;
    border-bottom: 1px solid #969696;
    transition: all .3s;
    position: relative;
}
.single-post .article-content.post-article .yarpp .related .post .post-image {
	display: block;
    line-height: 0;
    margin-bottom: 10px;
}
.single-post .article-content.post-article .yarpp .related .post .post-image img{
	border-radius: 8px;
}
.single-post .article-content.post-article .yarpp .related .post .post-title {
	font-size: 18px;
    line-height: 26px;
}
.single-post .article-content.post-article .yarpp .related .post .post-title a {
	color: #000;
}
.single-post .article-content.post-article .yarpp .related .post:after {
	content: "";
    display: block;
    position: absolute;
    border-right: 1px dashed #333;
    right: 0;
    height: 95%;
    top: 0;
}
.single-post .article-content.post-article .yarpp .related .post span.post-category {
	font-size: 14px;
    letter-spacing: 1px;
    color: #281270;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid;
}
.single-post .article-content.post-article .yarpp h3 {
	font-size: 30px;
    font-weight: 700;
    padding-right: 0;
    margin-top: 0;
    flex-wrap: nowrap;
    z-index: 99;
    background-color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    padding-bottom: 6px;
    font-family: 'Open Sans',sans-serif;
    border-bottom: 4px solid #f9690e;
    margin-bottom: 20px;
}
.site-header .main-nav.mobile {
	position: absolute;
	background-color: transparent;
}
.site-header .msr_mobile_top_left-menu {
    display: none;
}
.site-header .msr_mobile_top_left-menu.active {
	display: block;
	width: 260px;
	position: fixed;
	background-color: #ffffff;
	top: 52px;
	height: calc( 100vh - 10vh);
    left: 0;
    z-index: 9999;
	overflow-y: auto;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	animation: side-menu-in linear .25s;
	animation-iteration-count: 1;
	transform-origin: 50% 50%;
	-webkit-animation: side-menu-in linear .30s;
	-webkit-animation-iteration-count: 1;
	-webkit-transform-origin: 50% 50%;
	-moz-animation: side-menu-in linear .25s;
	-moz-animation-iteration-count: 1;
	-moz-transform-origin: 50% 50%;
	-o-animation: side-menu-in linear .25s;
	-o-animation-iteration-count: 1;
	-o-transform-origin: 50% 50%;
	-ms-animation: side-menu-in linear .25s;
	-ms-animation-iteration-count: 1;
	-ms-transform-origin: 50% 50%;
}
.admin-bar .site-header .msr_mobile_top_left-menu.active {
	top: 82px;
}
.site-header .msr_mobile_top_left {
	margin: 10px;
	position: relative;
}
.site-header .main-nav.mobile .site-navigation {
	justify-content: flex-start;
	overflow-y: auto;
}
.site-header .main-nav.mobile .site-navigation ul.menu {
    flex-direction: column;
	align-items: flex-start;
	width: 260px;
}
.site-header .main-nav.mobile .site-navigation ul.menu li ul {
    position: relative;
	min-width: auto;
    top: 0;
}
.site-header .main-nav.mobile .site-navigation ul.menu li.menu-item-has-children {
	flex-direction: column;
	width: 100%;
}
.site-header .main-nav.mobile ul.sub-menu.active {
    height: auto !important;
    display: block !important;
}
.site-header .main-nav.mobile .menu-main-container .msr-menu-home a {
	margin: 5px 0 5px 14px;
}
.site-header .main-nav.mobile .site-navigation ul li.menu-item-has-children  > a:after {
    content: "";
    background-repeat: no-repeat;
    background-position: center right;
    width: 24px;
    height: 22px;
    position: absolute;
    right: 16px;
    background-size: 12px;
    transition: all 0.3s linear;
    background-image: url("/wp-content/themes/faretra-v2/assets/images/arrow-black-2.png");
}
.site-header .main-nav.mobile .site-navigation ul.menu li ul {
	border-top: 0;
	display: none;
	padding-left: 10px;
}
.site-header .main-nav.mobile .site-navigation ul li.menu-item-has-children  > a.active:after {
	background-image: url("/wp-content/themes/faretra-v2/assets/images/arrow-black-1.png");
}

/** Page Authors */
.authors-loop .author {
	display: flex;
	padding: 30px 0;
	border-bottom: 1px dashed #333;
}
.authors-loop .author .author-desk {
	font-size: 16px;
	color: #333;
	font-family: 'News', sans-serif;
	font-weight: 500;
	transition: all .3s;
}
.authors-loop .author .author-name a,
.archive.author .page-header p.author-name {
	text-transform: uppercase;
	letter-spacing: .2rem;
	color: #281270;
	transition: all .3s;
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 0;
}
.authors-loop .author .author-name {
	position: relative;
}
.archive.author h1.entry-title {
	margin-bottom: 50px;
}
.authors-loop .author .author-name a:before,
.archive.author .page-header .author-desc:before {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 48px;
	left: -15px;
	border-left: 7px solid #eaeaea;
	top: 0;
}
.authors-loop .author .author-name:hover a {
	color: #333;
}
.authors-loop .author img,
.archive.author .page-header .author-img img {
	width: 150px;
	border-radius: 15px;
	max-width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: top center;
}
.authors-loop .author-wrapper,
.archive.author .page-header .author-desc {
	margin-left: 30px;
	position: relative;
}
.authors-loop .author .slider-title {
	margin-top: 20px;
	position: relative;
}
.authors-loop .author .slider-title a {
	font-size: 22px;
	line-height: 30px;
	color: #333;
	font-family: 'News', sans-serif;
	font-weight: 500;
	font-style: italic;
	transition: all .3s;
}
.authors-loop .author .slider-title a:hover {
	color: #281270;
}


/** Footer */
#site-footer {
	max-width: 100%;
	width: 100%;
	margin: auto;
	padding: 0;
}
#site-footer .msr-footer {
	padding: 12px 0;
}
#site-footer .msr-top-footer {
	text-align: center;
}
#site-footer .msr-top-footer .social-footer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 20px;
}
#site-footer .msr-top-footer .social-footer .facebook-icon img,
#site-footer .msr-top-footer .social-footer .email-icon img {
	max-width: 27px;
	width: 100%;
}
#site-footer .msr-top-footer .social-footer .facebook-icon {
	padding-right: 10px;
}
#site-footer .msr-top-footer .social-footer .email-icon {
	padding-left: 10px;
}
#site-footer .msr-top-footer .social-footer .facebook-icon img:hover,
#site-footer .msr-top-footer .social-footer .email-icon img:hover {
    opacity: 0.8;
}
#site-footer .msr-down-footer .menu-footer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 15px 0;
	transition: all .3s;
}
#site-footer .msr-down-footer .menu-footer p {
	border-right: 1px solid #a7a7a7;
	padding: 0 20px;
	font-family: 'News', sans-serif;
}
#site-footer .msr-down-footer .menu-footer .last {
	border: 0;
}
#site-footer .msr-down .container {
	font-size: 14px;
	text-align: center;
}
#site-footer .msr-down-footer .menu-footer a,
#site-footer .msr-down .container a {
	color: #615e69;
	transition: all .3s;
}
#site-footer .msr-down a {
	font-weight: 600;
}
#site-footer .msr-down-footer .menu-footer a:hover,
#site-footer .msr-down .container a:hover {
	color: #333 !important;
}
#site-footer .msr-down .container p {
	padding-bottom: 10px;
}
.msr-home-categories-wrapper .all-wrapper {
	display: flex;
	margin-bottom: 30px;
}
.msr-home-categories-wrapper .wrapper-1-left .post,
.msr-home-categories-wrapper .wrapper-3-right .post,
.msr-cat-four .loop-up-1 .post{
	position: relative;
	padding: 20px 15px;
	line-height: 22px;
}
.msr-cat-three .reportage-wrapper {
	margin-bottom: 30px;
}
.msr-cat-three .post-loop-three {
	display: flex;
}
.msr-cat-three .post-loop-three .loop-left-3 {
	flex-basis: 75%;
}
.msr-cat-three .post-loop-three .loop-right-3 {
	flex-basis: 25%;
	margin-left: 1%;
}
.msr-cat-three .comments-cat,
.arthra-wrapper .comments-cat,
.home .eidiseis-me-diarkeia-wrapper .comments-cat {
	display: flex;
	flex-wrap: wrap;
}
.msr-cat-three .down-category {
	display: flex;
	flex-wrap: wrap;
}
.home .eidiseis-me-diarkeia-wrapper {
	border-bottom: 1px solid #969696;
	margin-bottom: 30px;
}
.msr-cat-three .reportage-wrapper .comments-cat .post {
	flex-basis: 25%;
	padding: 20px 15px;
	border-bottom: 1px solid #969696;
	transition: all .3s;
	position: relative;
	min-height: 428px;
	line-height: 22px;
}
.arthra-wrapper .comments-cat .post {
	flex-basis: 25%;
	padding: 20px 15px;
	transition: all .3s;
	position: relative;
	min-height: 428px;
	line-height: 22px;
}
.home .eidiseis-me-diarkeia-wrapper .comments-cat .post {
	flex-basis: 16.666%;
	padding: 20px 15px;
	transition: all .3s;
	position: relative;
	min-height: 428px;
	line-height: 22px;
}
.msr-cat-three .comments-cat .post {
	flex-basis: 33.33%;
	padding: 20px 15px;
	border-bottom: 1px solid #969696;
	transition: all .3s;
	position: relative;
	min-height: 428px;
	line-height: 22px;
}
.msr-cat-three .down-category .post {
	flex-basis: 33.33%;
	padding: 20px 15px;
	position: relative;
	min-height: 428px;
	line-height: 22px;
	border-bottom: 1px solid #969696;
}
.msr-cat-three .center-image-wrapper {
	margin: 20px 0;
	padding: 20px 20px 20px 0;
	position: relative;
	border-bottom: 10px solid #f9690e;
}
.msr-cat-three .center-image-wrapper p {
	border-bottom: 1px solid #969696;
	margin: 20px 0 28px 0;
	padding-bottom: 20px;
}
.msr-cat-three .center-image-wrapper:after {
	content: "";
	display: block;
	position: absolute;
	border-right: 1px dashed #333;
	right: 0;
	height: 95%;
	top: 0;
}
.msr-cat-four .loop-up-1 {
	display: flex;
}
.msr-cat-four .loop-up-1 .msr-left-wrapper,
.msr-cat-four .loop-up-1 .msr-right-wrapper {
	width: 100%;
	max-width: 20%;
}
.msr-cat-four .loop-down-1 .post {
	padding: 20px 15px;
	transition: all .3s;
	position: relative;
	min-height: 428px;
	line-height: 22px;
}
.msr-cat-four {
	background-color: #eaeaea;
}
.msr-cat-four .container,
.msr-home-categories-wrapper .container {
	background-color: transparent;
	max-width: 1440px !important;
	width: 100% !important;
	margin: auto;
	padding: 30px 0 0 0;
}
.msr-cat-four .loop-up-1 .wrapper-left-first,
.msr-cat-four .loop-up-1 .wrapper-right-first {
	background: #fff;
	border-top: 10px solid #f9690e;
	box-shadow: 1px 1px 3px 0 #cecccc;
	margin-bottom: 30px;
}
.msr-cat-four .loop-up-1 .wrapper-left-second,
.msr-cat-four .loop-up-1 .wrapper-right-second {
	background: #fff;
	border-top: 10px solid #f9690e;
	box-shadow: 1px 1px 3px 0 #cecccc;
}
.msr-cat-four .loop-up-1 .msr-center-category-wrapper {
	width: 100%;
	max-width: 60%;
}
.msr-cat-four .loop-up-1 .msr-center-category-wrapper .top,
.msr-cat-four .loop-up-1 .msr-center-category-wrapper .center {
	background: #fff;
	border-top: 10px solid #f9690e;
	box-shadow: 1px 1px 3px 0 #cecccc;
	margin: 0 1% 30px 1%;
}
.wrapper-ergasiaka {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.msr-cat-four .loop-up-1 .msr-center-category-wrapper .center .wrapper-ergasiaka .post {
	flex-basis: 50%;
}
.msr-cat-four .loop-up-1 .msr-center-category-wrapper .bottom {
	background: #fff;
	border-top: 10px solid #f9690e;
	box-shadow: 1px 1px 3px 0 #cecccc;
	margin: 0 1%;
}
.msr-cat-four .loop-down-1 .msr-1 {
	flex-basis: 25%;
	background: #fff;
	border-top: 10px solid #f9690e;
	box-shadow: 1px 1px 3px 0 #cecccc;
	margin-right: 1%;
	min-height: 550px;
}
.msr-cat-four .loop-down-1 .down-4.msr-1 {
	margin-right: 0;
}
.msr-cat-four .loop-down-1 {
	display: flex;
	margin-top: 30px;
}
.msr-cat-four .msr-title-four h4,
.msr-home-categories-wrapper .title-cat-wrap h4,
.msr-category-5-4 .title-cat-wrap h4,
.category-5 .msr-category-5-5 .title-cat-wrap h4,
.category-13 .msr-politismos-2 h4,
.msr-home-loop-wrapper-6 .top-wrapper .column-1 > h2,
.msr-home-loop-wrapper-6 .column-2 > h2 {
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 700;
	border-bottom: 1px solid #9696963d;
	padding: 8px 24px 10px;
	text-align: center;
}
.msr-cat-four .msr-title-four h4 a,
.msr-home-categories-wrapper .title-cat-wrap h4 a,
.msr-category-5-4 .title-cat-wrap h4 a,
.category-5 .msr-category-5-5 .title-cat-wrap h4 a,
.category-13 .msr-politismos-2 h4 a,
.category-5 .msr-eortologio h4 a {
	color: #333;
}
.msr-home-wrapper-8 .container .wrapper-content .post {
	padding: 20px 15px;
}
.msr-home-wrapper-8, .msr-home-author-wrapper {
	box-shadow: 1px 1px 12px 1px rgb(0 0 0 / 35%);
	position: relative;
}
.post-loop-events-old-new .cat-posts .wrapper-post {
	flex-basis: 16.66%;
	padding: 20px 15px;
	margin-bottom: 20px;
	transition: all .3s;
	min-height: auto;
}
.all-posts-events {
	display: block;
	width: 100%;
	max-width: 350px;
	margin: 0 auto 30px;
	text-align: center;
	border: 2px solid #ffffff;
	background-color: transparent;
	padding: 8px;
}
.all-posts-events p {
	margin-bottom: 0;
	font-size: 17px;
	font-weight: 600;
	padding: 5px 22px 5px;
}
.all-posts-events a {
	color: #ffffff;
}
.category-5 .post-loop-events-old-new .cat-posts,
.category-13 .post-loop-events-old-new .cat-posts {
	display: flex;
}
.category-6322 .all-posts-events {
	background: #281270;
}
.msr-home-events-new .post-loop-events-old-new {
	padding: 40px 0;
}
.home-popular-post .bottom .content-news .wrapper-title-date,
.category-5 .home-all-latestpost .latest-posts .sidebar-post,
.category-13 .home-all-latestpost .latest-posts .sidebar-post {
	display: flex;
	flex-direction: row;
}
.home-popular-post .bottom .content-news .wrapper-title-date .image-wrapper,
.category-5 .home-all-latestpost .latest-posts .sidebar-post .image-wrapper,
.category-13 .home-all-latestpost .latest-posts .sidebar-post .image-wrapper {
	flex-basis: 33%;
	margin-right: 4%;
}
.home-popular-post .bottom .content-news .wrapper-title-date .title-wrapper,
.category-5 .home-all-latestpost .latest-posts .sidebar-post .wrapper-title-date,
.category-13 .home-all-latestpost .latest-posts .sidebar-post .wrapper-title-date {
	flex-basis: 63%;
	line-height: 18px;
}
.msr-home-categories-wrapper .title-cat h4:before {
	content: inherit;
}
.msr-home-categories-wrapper .all-wrapper .wrapper-1-left,
.msr-home-categories-wrapper .all-wrapper .wrapper-3-right {
	background: #fff;
	border-top: 10px solid #f8690e;
	box-shadow: 1px 1px 3px 0 #cecccc;
	margin-bottom: 20px;
	flex-basis: 22%;
}
.msr-home-categories-wrapper .all-wrapper .wrapper-2-center {
	flex-basis: 56%;
}
.msr-home-categories-wrapper .categories-wrapper-all .wrapper-cat-fist,
.msr-home-categories-wrapper .categories-wrapper-all .wrapper-cat-second {
	display: flex;
}
.msr-home-categories-wrapper .categories-wrapper-all .wrapper-categories-first-right,
.msr-home-categories-wrapper .categories-wrapper-all .wrapper-categories-first-left,
.msr-home-categories-wrapper .categories-wrapper-all .wrapper-categories-second-right,
.msr-home-categories-wrapper .categories-wrapper-all .wrapper-categories-second-left {
	flex-basis: 50%;
}
.msr-home-categories-wrapper .categories-wrapper-all .post {
	padding: 20px 15px;
	line-height: 22px;
}
.msr-home-categories-wrapper .all-wrapper .wrapper-2-center .title-cat-wrap {
	background: #fff;
	border-top: 10px solid #f9690e;
	box-shadow: 1px 1px 3px 0 #cecccc;
	margin: 0 1%;
}
.msr-home-categories-wrapper .all-wrapper .categories-wrapper-all {
	flex-basis: 50%;
	margin: 0 1%;
	padding-top: 10px;
}
.msr-home-categories-wrapper .all-wrapper .categories-wrapper-all .wrapper-categories-first-left,
.msr-home-categories-wrapper .all-wrapper .categories-wrapper-all .wrapper-categories-second-left {
	background: #d0d0d0;
	flex-basis: 50%;
	margin-right: 0.5%;
}
.msr-home-categories-wrapper .all-wrapper .categories-wrapper-all .wrapper-categories-first-right,
.msr-home-categories-wrapper .all-wrapper .categories-wrapper-all .wrapper-categories-second-right {
	background: #d0d0d0;
	flex-basis: 50%;
	margin-left: 0.5%;
}
.msr-home-categories-wrapper .categories-wrapper-all .cat-title {
	text-align: center;
	background: #d0d0d0;
	padding: 10px 0;
}
.msr-home-categories-wrapper .categories-wrapper-all .cat-title h4 {
	text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 0;
}
.msr-home-categories-wrapper .categories-wrapper-all .cat-title h4 a {
	color: #f9690e;
}
.msr-home-categories-wrapper .categories-wrapper-all .cat-title span {
	font-size: 14px;
	font-weight: 500;
	font-family: 'News', sans-serif;
	color: #333;
}
.msr-home-categories-wrapper .title-cat-wrap h4 {
	margin-bottom: 0;
}
.msr-home-categories-wrapper .all-wrapper .categories-wrapper-all .wrapper-categories-first-left .cat-title,
.msr-home-categories-wrapper .all-wrapper .categories-wrapper-all .wrapper-categories-second-left .cat-title {
	border-bottom: 1px solid #f9690e;
}
.msr-home-categories-wrapper .all-wrapper .categories-wrapper-all .wrapper-categories-first-right .cat-title,
.msr-home-categories-wrapper .all-wrapper .categories-wrapper-all .wrapper-categories-second-right .cat-title {
	border-bottom: 1px solid #f9690e;
}
.msr-home-categories-wrapper .art-wrapper {
	margin-top: 10px;
}
.msr-home-categories-wrapper .art-wrapper .post {
	padding: 15px 10px;
}
.msr-home-categories-wrapper .art-wrapper {
	background: #fff;
	border-top: 10px solid #f9690e;
	box-shadow: 1px 1px 3px 0 #cecccc;
	margin: 30px 1% 0 1%;
}
.msr-home-categories-wrapper .all-wrapper .art-wrapper .title-cat-wrap {
	background: transparent;
	border-top: none;
	box-shadow: none;
	margin: 0;
}
.msr-home-loop-wrapper-6 .top-wrapper .column-2,
.msr-home-loop-wrapper-6 .top-wrapper .column-1 {
	width: 50%;
}
.msr-home-loop-wrapper-6 .top-wrapper .column-1 .left-top-wrapper .post,
.msr-home-loop-wrapper-6 .top-wrapper .bottom-bot-wrapper .post {
	display: flex;
	flex-direction: column;
	position: relative;
	text-align: center;
}
.msr-home-loop-wrapper-6 .top-wrapper .column-1 .left-top-wrapper .post a,
.msr-home-loop-wrapper-6 .top-wrapper .bottom-bot-wrapper .post a {
	flex-basis: 40%;
}
.msr-home-loop-wrapper-6 .top-wrapper .column-1 .left-top-wrapper .post img,
.msr-home-loop-wrapper-6 .top-wrapper .bottom-bot-wrapper .post img {
	max-width: 350px;
}
.msr-home-loop-wrapper-6 .top-wrapper .column-1 .left-top-wrapper .post h2,
.msr-home-loop-wrapper-6 .top-wrapper .bottom-bot-wrapper .post h2{
	flex-basis: 60%;
	margin: 15px;
	font-size: 15px;
}
.msr-wrapper-humor .title-cat-1 .post {
	padding: 20px 15px;
}
.post-loop-three .home-all-latestpost {
	max-height: 1073px;
	margin-top: 30px;
}
.post-loop-three .home-all-latestpost .latest-posts {
	max-height: 957px;
}
.post-loop-three .home-all-latestpost .latest-posts .wrapper-title-date {
	flex-direction: row;
}
.post-loop-three .home-all-latestpost .latest-posts .image-wrapper {
	flex-basis: 33%;
	margin-right: 4%;
}
.post-loop-three .home-all-latestpost .latest-posts .title-wrapper {
	flex-basis: 63%;
	line-height: 18px;
}
.msr-home-loop-wrapper-6 .column-2 .author.slick-slide {
	width: 414px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10px;
}
.msr-home-loop-wrapper-6 .column-2 .author.slick-slide img {
	max-width: 170px;
	border-radius: 50%;
	height: 170px;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}
.msr-home-loop-wrapper-6 .column-2 .author.slick-slide .author-name {
	margin-top: 10px;
}
.msr-home-loop-wrapper-6 .column-2 .author.slick-slide .author-name span {
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1px;
	color: #281270;
	text-transform: uppercase;
}
.msr-home-loop-wrapper-6 h2 a {
	color: #333333;
}
.msr-home-loop-wrapper-6 .column-2 .slick-prev {
	left: 37px;
	background-image: url(/wp-content/themes/faretra-v2/assets/images/left-arrow-grey.png);
	display: block;
	background-size: 50px;
	width: 50px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 99;
}
.msr-home-loop-wrapper-6 .column-2 .slick-next {
	right: 37px;
	background-image: url(/wp-content/themes/faretra-v2/assets/images/right-arrow-grey.png);
	display: block;
	background-size: 50px;
	width: 50px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
}
.msr-home-loop-wrapper-5 .all-posts-topika {
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #ffffff;
	background-color: transparent;
	padding: 4px;
}
.msr-home-loop-wrapper-5 .all-posts-topika p {
	margin-bottom: 0;
	font-size: 17px;
	font-weight: 600;
	padding: 5px 22px 5px;
}
.msr-home-loop-wrapper-5 .all-posts-topika a {
	color: #fff;
}
.msr-home-loop-wrapper-5 .slick-next, .msr-home-loop-wrapper-5 .slick-next:hover, .msr-home-loop-wrapper-5 .slick-next:focus,
.msr-home-slider-cat .slick-next, .msr-home-slider-cat .slick-next:hover, .msr-home-slider-cat .slick-next:focus,
.msr-home-wrapper-8 .slick-next, .msr-home-wrapper-8 .slick-next:hover , .msr-home-wrapper-8 .slick-next:focus {
	right: -30px;
}
.msr-home-events-old .cat-posts .wrapper-post.slick-slide img {
	width: 100%;
}

/* topika */

.category-5 .theme-1 {
	display: flex;
	flex-direction: row;
	overflow: hidden;
	align-items: flex-start;
}
.category-5 .col-3 {
	max-width: 30%;
	width: 100%;
	padding: 20px 15px;
	display: flex;
    flex-direction: column;
	align-items: center;
}
.category-5 .col-2 {
	max-width: 70%;
	width: 100%;
	padding: 20px 40px;
	line-height: 22px;
}
.category-5 .col-2 .slick-prev {
	left: -11px;
	background-image: url(/wp-content/themes/faretra-v2/assets/images/left-arrow-grey2.png);
	display: block;
	background-size: 40px;
	width: 50px;
	top: 45%;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 99;
}
.category-5 .col-2 .slick-next {
	right: -11px;
	background-image: url(/wp-content/themes/faretra-v2/assets/images/right-arrow-grey2.png);
	display: block;
	background-size: 40px;
	width: 50px;
	top: 45%;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 99;
}
.category-5 .msr-category-5-1,
.category-5 .msr-category-5-2,
.category-5 .msr-category-5-3,
.category-5 .msr-category-5-5,
.category-5 .msr-category-5-6{
	max-width: 1440px !important;
	width: 100% !important;
	margin: auto;
	background-color: #fff;
	padding: 30px 30px 0;
}
.category-5 .post .wp-post-image {
	border-radius: 0 !important;
}
.category-5 .msr-category-5-2 .theme2 {
	display: flex;
	flex-direction: row;
}
.category-5 .msr-category-5-2 .left-wrapper {
	flex-basis: 70%;
}
.category-5 .msr-category-5-2 .right-wrapper {
	flex-basis: 30%;
	padding: 30px 0;
}
.category-5 .msr-category-5-2 .left-wrapper .msr-top,
.category-13 .msr-politismos-1 .bottom-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	border-top: 1px solid #969696;
	padding: 30px 0;
}
.category-5 .msr-category-5-2 .left-wrapper .post {
	width: 33%;
	padding: 20px 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #969696;
	transition: all .3s;
	position: relative;
	min-height: 428px;
	line-height: 22px;
}
.category-13 .msr-politismos-1 .bottom-wrapper .post {
	flex-basis: 33%;
	padding: 20px 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #969696;
	transition: all .3s;
	position: relative;
	min-height: 428px;
	line-height: 22px;
}
.category-5 .msr-category-5-2 .msr-down .article-cat {
	display: flex;
	flex-wrap: wrap;
}
.category-5 .msr-category-5-2 .right-wrapper .home-all-latestpost {
	max-height: 783px;
}
.category-5 .msr-category-5-2 .right-wrapper .home-all-latestpost .latest-posts {
	max-height: 666px;
}
.msr-category-5-3 .article-cat {
	display: flex;
	flex-wrap: wrap;
}
.category-5 .msr-category-5-2 .msr-down .post {
	flex-basis: 25%;
	padding: 20px 15px;
	margin-bottom: 20px;
	transition: all .3s;
	position: relative;
	min-height: 428px;
	line-height: 22px;
	border-bottom: 1px solid #969696;
}
.msr-category-5-3 .article-cat .post {
	max-width: 25%;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 20px;
	transition: all .3s;
	position: relative;
	min-height: 428px;
	line-height: 22px;
}
.category-5 .msr-category-5-4 {
	max-width: 1440px !important;
	width: 100% !important;
	margin: auto;
	background-color: transparent;
	padding: 30px 0;
}
.category-5 .msr-category-5-4 .all-wrapper {
	display: flex;
}
.category-5 .msr-category-5-4 .msr-wrapper-left,
.category-5 .msr-category-5-4 .msr-wrapper-right {
	flex-basis: 22%;
}
.category-5 .msr-category-5-4 .msr-wrapper-left .new-veroia-wrapper,
.category-5 .msr-category-5-4 .msr-wrapper-left .new-alexand-wrap,
.category-5 .msr-category-5-4 .msr-wrapper-right .new-naousa-wrapper,
.category-5 .msr-category-5-4 .msr-wrapper-right .ekklisia-wrap,
.category-5 .msr-category-5-4 .msr-wrapper-right .athlikita-wrap {
	background: #fff;
	border-top: 10px solid #f8690e;
	box-shadow: 1px 1px 3px 0 #cecccc;
	margin-bottom: 30px;
}
.category-5 .msr-category-5-4 .msr-wrapper-center {
	flex-basis: 56%;
	border-top: 10px solid #f8690e;
	box-shadow: 1px 1px 3px 0 #cecccc;
	background: #281270;
	margin: 0 1%;
}
.category-5 .msr-category-5-4 .msr-wrapper-center .news-wrap {
	display: flex;
	flex-wrap: wrap;
}
.category-5 .msr-category-5-4 .msr-wrapper-center .news-wrap .post {
	flex-basis: 33.333%;
	padding: 20px 15px;
	margin-bottom: 20px;
	transition: all .3s;
	position: relative;
	min-height: 380px;
	line-height: 22px;
	border-bottom: 1px solid #e6e6e6;
}
.category-5 .msr-category-5-4 .post {
	padding: 20px 15px;
	line-height: 22px;
}
.category-5 .msr-category-5-5 .wrapper-all,
.category-5 .msr-category-5-6 .wrapper-all {
	display: flex;
}
.category-5 .msr-category-5-5 {
	border-top: 10px solid #f8690e;
	box-shadow: 1px 1px 3px 0 #cecccc;
	border-bottom: 1px solid #969696;
	padding-bottom: 60px;
}
.category-5 .msr-category-5-5 .wrapper-all .msr-agrotika {
	flex-basis: 25%;
}
.category-5 .msr-category-5-5 .wrapper-all .msr-image-center {
	flex-basis: 48%;
	margin: 0 1%;
}
.category-5 .msr-category-5-6 .left-5 {
	max-width: 100%;
	width: 100%;
}
.category-5 .msr-category-5-6 .loop-article {
	display: flex;
}
.category-5 .msr-category-5-6 .post {
	flex-basis: 33.33%;
	padding: 20px 15px;
	margin-bottom: 20px;
	transition: all .3s;
	position: relative;
	min-height: 380px;
	line-height: 22px;
}
.category-5 .msr-category-5-1 .topika-texnes {
	background-color: #c86e21;
	width: 340px;
}
.category-5 .msr-category-5-1 .topika-texnes .title-cat-wrap h4 {
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 700;
	border-bottom: 1px solid #9696963d;
	padding: 25px 20px;
	text-align: center;
	color: #fff;
	margin-top: 0;
}
.category-5 .msr-category-5-6 .loop-one,
.category-5 .msr-category-5-6 .loop-two,
.category-5 .msr-category-5-6 .loop-three {
	border-bottom: 1px solid #969696;
	margin-bottom: 30px;
}
.category-5 .msr-category-5-2 .diafimiseis,
.category-5 .msr-new-group {
	padding: 30px 0;
}

@keyframes side-menu-in {
	0% { transform: translate(-500px, 0px); }
	100%{ transform: translate(0px, 0px); }
}
@-moz-keyframes side-menu-in{
	0%{ -moz-transform: translate(-500px, 0px); }
	100%{ -moz-transform: translate( 0px, 0px); }
}
@-webkit-keyframes side-menu-in{
	0%{ -webkit-transform: translate(-500px, 0px); }
	100%{ -webkit-transform: translate(0px, 0px); }
}
@-o-keyframes side-menu-in{
	0%{ -o-transform: translate(-500px, 0px); }
	100%{ -o-transform: translate(0px, 0px); }
}

.msr_mobile_top_left.active:before {
	transition: all 0.3s linear;
	background-image: url("/wp-content/themes/faretra-v2/assets/images/close-white.png");
	transform: rotate(90deg);
	width: 25px;
	height: 25px;
	background-size: 23px;
	cursor: pointer;
}
.msr_mobile_top_left:before {
	content: "";
	background-repeat: no-repeat;
	background-position: center right;
	width: 26px;
	height: 26px;
	position: absolute;
	left: -33px;
	top: -11px;
	background-size: 27px;
	background-image: url(/wp-content/themes/faretra-v2/assets/images/menu-1.png);
}
.msr_mobile_top_left-menu.active .site-navigation ul.menu li a {
	color: #333333;
}
.msr_mobile_top_left-menu.active .site-navigation ul.menu li {
	width: 100%;
}
.msr_mobile_top_left-menu.active .msr-menu-home a {
	background-image: url("/wp-content/themes/faretra-v2/assets/images/home.png");
}
.msr_mobile_top_left-menu.active ul.menu li ul {
	background-color: #eaeaea;
}
.msr_mobile_top_left-menu.active ul.menu li:hover {
	background-color: #eaeaea;
}
.msr-home-loop-wrapper-5 .slick-prev, .msr-home-loop-wrapper-5 .slick-prev:hover, .msr-home-loop-wrapper-5 .slick-prev:focus,
.msr-home-slider-cat .slick-prev, .msr-home-slider-cat .slick-prev:hover, .msr-home-slider-cat .slick-prev:focus,
.msr-home-wrapper-8 .slick-prev, .msr-home-wrapper-8 .slick-prev:hover , .msr-home-wrapper-8 .slick-prev:focus {
	left: -30px;
}
.category-5 .page-header {
	padding: 30px 30px 40px;
	background-color: #fff;
	margin-bottom: 0
}
.category-5 .sub-cat,
.category-13 .sub-cat {
	top: 75px
}
.msr-home-loop-wrapper-7 .msr-wrapper-humor .post-loop-right-2 .title-cat-1 h4:before,
.book-side h4:before {
	top: 8px;
}
.archive .sub-cat::-webkit-scrollbar {
	width:3px;
	height: 3px
}
.archive .sub-cat::-webkit-scrollbar-thumb {
	background-color:#a7a7a7;
}
.category-13 .msr-politismos-1 {
	display: flex;
	flex-direction: row;
	background-color: #ffffff;
}
.category-13 .msr-politismos-1 .left-wrapper {
	display: flex;
	flex-direction: column;
	width: 64%;
	margin-right: 1%;
}
.category-13 .msr-politismos-1 .right-wrapper {
	width: 35%;
}
.category-13 .page-header {
	padding: 30px 30px 40px;
	background-color: #fff;
	margin-bottom: 0;
}
.category-13 .msr-politismos-1,
.category-13 .new-politismos-periss-diavasmena {
	max-width: 1440px !important;
	width: 100% !important;
	margin: auto;
	padding: 30px 30px 0;
	background-color: #ffff;
}
.category-13 .msr-politismos-2 {
	display: flex;
	padding: 30px 0;
}
.category-13 .msr-politismos-2 .first-article {
	padding: 0 15px 20px 15px;
	border-bottom: 1px solid #969696;
	background: #fff;
	border-top: 10px solid #f8690e;
	box-shadow: 1px 1px 3px 0 #cecccc;
	margin: 0 0.5% 0 0;
	flex-basis: 50%;
}
.category-13 .msr-politismos-2 .second-article {
	padding: 0 15px 20px 15px;
	border-bottom: 1px solid #969696;
	background: #fff;
	border-top: 10px solid #f8690e;
	box-shadow: 1px 1px 3px 0 #cecccc;
	margin: 0 0 0 0.5%;
	flex-basis: 50%;
}
.category-13 .msr-politismos-3 {
	background-color: #160a3d;
	position: relative;
	box-shadow: 0 2px 20px 13px rgb(0 0 0 / 15%);
	padding: 25px 50px;
}
.category-13 .msr-politismos-3 .post {
	padding: 11px;
	min-height: auto;
}
.category-13 .msr-politismos-3 span.post-category,
.category-13 .msr-politismos-3 .post-title a,
.category-13 .msr-politismos-3 span.post-desc {
	color: #ffff;
}
.category-13 .msr-politismos-3 .slick-dots li button:before {
	opacity: 1;
	color: white;
}
.category-13 .msr-politismos-3 .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #969696 !important;
}
.category-13 .msr-politismos-4 {
	display: flex;
	background-color: #fff;
	padding: 30px 30px 0;
}
.category-13 .msr-politismos-4 .post {
	flex-basis: 50%;
	padding: 20px 15px;
	transition: all .3s;
	position: relative;
	min-height: auto;
	clear: none !important;
	line-height: 22px;
}
.category-13 .msr-politismos-4 .article-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.category-13 .msr-politismos-4 .book-side {
	flex-basis: 58%;
	margin-right: 2%;
}
.category-13 .msr-politismos-4 .right-side {
	flex-basis: 40%;
}
.category-13 .msr-politismos-4 .right-side .two-wrapper {
	padding-top: 30px;
}
.msr-scroll-top {
	position: fixed;
	visibility: hidden;
	right: 0%;
	bottom: 10%;
	width: 40px;
	height: 40px;
	text-align: center;
	z-index: 99;
	transform: translateX(110%);
	transition: all .5s;
	background-color: rgb(255 255 255);
	padding: 3px;
}
.msr-scroll-top.scrolled800 {
	visibility: visible;
	transform: translateX(0);
}
.msr-scroll-top a {
	font-size: 26px;
}
.category-13 .msr-politismos-3 .title-cat a,
.msr-home-slider-cat .slick-initialized .slick-slide span {
	color: #ffffff;
}
.category-13 .sub-cat,
.category-5 .sub-cat {
	position: unset;
}
.msr-home-loop-wrapper-6 .top-wrapper .column-1 .left-top-wrapper .post:before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(/wp-content/themes/faretra-v2/assets/images/pin-1.png);
	background-size: 75px;
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	height: 45px;
	top: -38px;
	right: -18px;
}
.msr_mobile_top_left-menu.active .site-navigation ul.menu > li > a {
	padding: 8px 15px;
}
.site-header .msr_mobile_top_left-menu.active::-webkit-scrollbar {
	width: 4px;
}
.site-header .msr_mobile_top_left-menu.active::-webkit-scrollbar-thumb {
	background: #a7a7a7;
	border-radius: 10px;
}
.msr_mobile_top_left-menu.active .msr-menu-home a {
	padding: 13px !important;
	margin: 7px 0 0 13px;
}
.single-post .post-author .author-name a,
.single-post .meta-author span a {
	color: #281270;
}
.archive.author .page-header {
	margin-bottom: 0;
}
.archive.author .page-header .wrapper-title {
	display: flex;
}
.msr-home-events-old .cat-posts .slick-dots li button:before {
	opacity: 0.25;
	color: white;
}
.msr-home-events-old .cat-posts .slick-dots li.slick-active button:before,
.msr-home-events-old .cat-posts .slick-dots li button:hover:before {
	opacity: 1;
	color: white !important;
}
.category-5 .post-loop-events-old-new .cat-posts,
.category-13 .post-loop-events-old-new .cat-posts {
	flex-wrap: wrap;
}
.category-5 .post-loop-events-old-new .cat-posts .wrapper-post,
.category-13 .post-loop-events-old-new .cat-posts .wrapper-post {
	flex-basis: 25%;
}
.category-5 .post-loop-events-old-new .cat-posts .wrapper-post img,
.category-13 .post-loop-events-old-new .cat-posts .wrapper-post img {
	width: 100%;
}
.home .diafimiseis,
.category-5 .diafimiseis,
.archive .diafimiseis {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	padding: 20px 0;
}
.home .diafimiseis img,
.category-5 .diafimiseis img {
	max-width: 330px;
	object-fit: cover;
	height: 180px !important;
	width: 100%;
}
.archive .diafimiseis img {
	max-width: 330px;
	height: 100%;
	width: 100%;
}
.home .diafimiseis-column img,
.archive .sidebar.post-article-sidebar .diafimiseis img {
	margin: 10px 0;
}
.category-5 .diafimiseis-column img {
	padding: 10px 0;
	height: 210px !important;
	max-width: 330px;
	object-fit: cover;
	width: 100%;
}
.category-5 .msr-category-5-2 .diafimiseis img {
	max-width: 300px !important;
}
.category-5 .msr-eortologio .eortologio {
	margin: auto;
}
.category-5 .diafimiseis-column {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	flex-basis: 25%;
}
.archive .sidebar.post-article-sidebar .diafimiseis {
	flex-direction: column;
	padding-top: 20px;
}
.category-5 .end-event {
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	margin-top: 5px;
}
.page-id-9695 .entry-title,
.page-id-9590 .entry-title,
.page-id-9647 .entry-title,
.page-id-7 .entry-title {
	font-weight: 700;
	border-radius: 16px;
	font-size: 28px;
	letter-spacing: .25rem;
	padding: 30px 0;
	margin: 0;
}
.page-id-9695 .site-main,
.page-id-9590 .site-main,
.page-id-9647 .site-main {
	padding: 20px;
}
.page-id-9695 .page-header,
.page-id-9695 .page-content,
.page-id-9590 .page-header,
.page-id-9590 .page-content,
.page-id-9647 .page-header,
.page-id-9647 .page-content,
.page-id-7 .page-content,
.page-id-7 .page-header {
	max-width: 900px;
	width: 100%;
	margin: auto;
}
.page-id-7 .comments-area {
	display: none;
}
.page-id-7 .site-main {
	padding: 20px 20px 200px 20px;
}
.msr-home-loop-wrapper-6 .top-wrapper .column-1 .post .post-category,
.msr-home-loop-wrapper-6 .top-wrapper .bottom-bot-wrapper .post .post-category {
    display: none;
}
.single-post .entry-content .wp-caption-text {
	padding-top: 12px;
}
.msr-category-5-4 .msr-wrapper-center .title-cat-wrap h4 a,
.msr-category-5-4 .msr-wrapper-center span.post-category,
.msr-category-5-4 .msr-wrapper-center h2.post-title a {
	color: #ffffff !important;
}
.zoni-b, .zoni-c {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.category-6322 .post-loop-3 .post .date,
.page-id-315083 .post-loop-3 .post .date {
	font-weight: 600;
}
.page-id-315083 h1.entry-title {
	margin-bottom: 70px;
}
.msr-home-loop-wrapper-6 .top-wrapper .column-1 {
	padding-right: 2%;
}
.msr-home-loop-wrapper-6 .top-wrapper .column-2 {
	padding-left: 2%;
}
.msr-new-group {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-evenly;
}
.category-5 .msr-new-group .first-wrapper {
	margin-right: 2%;
}
.category-5 .msr-new-group .second-wrapper {
	margin: 0 2%;
}
.category-13 .diafimiseis-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.category-13 .diafimiseis-column img {
	max-width: 300px;
	width: 100%;
	padding: 10px 0;
}
.single-post .diafimiseis-column img {
	max-width: 350px;
	width: 100%;
	padding: 10px;
}
.post-loop-events-old-new .slick-prev, .post-loop-events-old-new .slick-next,
.category-5 .msr-category-5-6 .slick-prev, .category-5 .msr-category-5-6 .slick-next,
.category-13 .msr-politismos-1 .left-wrapper .slick-prev, .category-13 .msr-politismos-1 .left-wrapper .slick-next {
	display: none !important;
}
.site-header .msr-search img {
	max-width: 22px;
	width: 100%;
	margin-left: 15px;
	cursor: pointer;
}
.site-header .msr-search-form {
	width: 100%;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -200px;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 12px 6px;
	transition: top 250ms ease-in-out;
}
.site-header .msr-search-form.is-active {
	visibility: visible;
	opacity: 1;
	cursor: auto;
	top: 52px;
	background-color: #281270;
	height: 67px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #fff;
}
.site-header .msr-search-form .close-icon-form img {
	max-width: 22px;
	width: 100%;
	cursor: pointer;
}
.site-header .msr-search-form form [type=submit] {
	background-image: url(/wp-content/themes/faretra-v2/assets/images/search.png);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: center;
	font-size: 0;
	width: 38px;
	height: 40px;
	border: none;
	cursor: pointer;
}
.site-header .msr-search-form form {
	display: flex;
	align-items: center;
}
.site-header .close-icon-form {
	padding: 8px 16px;
	line-height: 12px;
}
.site-header .msr-search-form form [type=submit]:hover,
.site-header .msr-search-form form [type=submit]:focus {
	background-color: transparent;
	outline: none;
}
.site-header .msr-search-form form [type=search]:focus {
	outline-offset: 0;
	outline: none;
}
.search-results .page-content h2 {
	font-size: 18px;
	line-height: 26px;
	border-top: 1px dashed #333;
	padding: 10px 0;
}
.search-results .page-content h2 a {
	color: #000;
	font-family: 'News', sans-serif;
	font-style: normal;
	font-weight: 700;
	transition: all .3s;
	letter-spacing: 0;
	text-transform: inherit;
	text-decoration: none;
}
.search-results .page-content {
	padding: 25px 32px;
	display: flex;
	flex-direction: column;
}
.search-results .page-content img {
	max-width: 320px;
	width: 100%;
	margin-bottom: 10px;
}
.search-results .page-header {
	padding: 25px 32px;
}
.search-results .pagination a {
	color: black;
}
.category-13 .new-politismos-periss-diavasmena .article-cat {
	display: flex;
	flex-wrap: wrap;
}
.category-13 .new-politismos-periss-diavasmena .article-cat .post {
	max-width: 25%;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 20px;
	transition: all .3s;
	position: relative;
	min-height: 428px;
	line-height: 22px;
}
.all-posts-synenteykseis {
	background-color: #281270 !important;
}
.category-5 .theme2.new-topika-roi .left-wrapper {
	flex-basis: 100% !important;
}
.category-5 .theme2.new-topika-roi .left-wrapper .post {
	flex-basis: 25%;
}
.category-5 .theme2.new-topika-roi .left-wrapper .msr-top {
	border-top: none;
	padding: 0;
}
.home .zoni-b .post {
	min-height: 400px;
}
.msr-search-form-mobile {
	display: none;
}
.home .zoni-b,
.category-5 .zoni-b {
	border-top: 10px solid #f9690e;
	border-bottom: 10px solid #f9690e;
}
.category-5 .zoni-c {
	border-top: 10px solid #f9690e;
	background-color: #eaeaea;
}
.home .zoni-c .post, .home .zoni-b .post,
.category-5 .zoni-c .post, .category-5 .zoni-b .post,
.category-5 .wrapper-ergasiaka .post {
	margin: 20px 0;
	border-bottom: 0 !important;
}
.msr-eortologio,
.msr-home-loop-wrapper-6 .post-loop-6 .loop-right .new-diaf {
	text-align: center;
}
.home .zoni-c {
	border-top: 10px solid #f9690e;
	background-color: #eaeaea;
	border-bottom: 10px solid #f9690e;
	margin-bottom: 20px;
}
.title-cat.new-wrapper {
	margin-top: 20px;
}
.msr-cat-three .comments-cat {
	border-bottom: 10px solid #f9690e;
}
.msr-wrapper-new-adv-center {
	max-width: 1440px !important;
	width: 100% !important;
	margin: auto;
	padding: 30px 30px 0;
	background-color: #fff;
	text-align: center;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.msr-wrapper-new-adv-center img {
	max-width: 330px;
	object-fit: cover;
	height: 180px !important;
	width: 100%;
}
.single-post .post .entry-content img.aligncenter {
	margin: 10px auto;
}