@charset "UTF-8";
/**
 * Theme Name:  Cookd Pro Theme
 * Description: This is the Cookd Pro child theme created for the Genesis Framework.
 * Author:      Feast Design Co
 * Author URI:  https://feastdesignco.com/
 * Version:     1.1.0
 *
 * Tags: black, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, customizer
 *
 * Template: genesis
 * Template Version: 2.0.1
 *
 * License: GPL-2.0+
 * License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Co.ntents

	- HTML5 Reset
		- Baseline Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- WordPress
		- Headings
		- Screen Reader Text
	- Widgets
		- FacetWP
		- Featured Page and Featured Post
		- User Profile
	- Plugins
		- Genesis eNews Extended
		- Genesis Simple Share
		- Gravity Forms
		- WooCommerce
		- Heart This
	- Custom Page Templates
		- Home Page
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Archive Pagination
		- Entry Navigation
		- After Entry
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


/*
HTML5 Reset
----------------------------------------------------------------------------- */

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
--------------------------------------------- */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
	font-family: proxima-nova,sans-serif;
	line-height: 1.15;
	/* 2 */

	-webkit-text-size-adjust: 100%;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
}


/* Sections
--------------------------------------------- */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


/* Grouping content
--------------------------------------------- */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}


/* Text-level semantics
--------------------------------------------- */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent;
	/* 1 */

	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


/* Embedded content
--------------------------------------------- */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}


/* Forms
--------------------------------------------- */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: proxima-nova,sans-serif;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

div.floating input.pedio{margin-bottom: -14px;border: 2px solid #fbb03b;font-size: 16.3px;padding: 0 10px;height: 66px;font-weight:700}

.textwidget input.koumpi{
	margin-top: 24px;
	width: 100%;
	height: 50px;
	border-radius: 0;
	font-size: 25px;
	font-weight: 700;
	padding: 0;
	margin-bottom: 10px;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	/* 1 */
	outline-offset: -2px;

	-webkit-appearance: textfield;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	/* 1 */
	font: inherit;

	-webkit-appearance: button;
	/* 2 */
}


/* Interactive
--------------------------------------------- */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
/* 1 */
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}


/* Scripting
--------------------------------------------- */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}


/* Hidden
--------------------------------------------- */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

tr {
	border-bottom:1px solid #e5e5e5
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* Float Clearing
--------------------------------------------- */

.author-box:after,
.clear:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.widget-area:after,
.after-entry:after,
.comment-respond:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

.clear,
.clear-line {
	clear: both;
	margin-bottom: 30px;
}


/*
Defaults
----------------------------------------------------------------------------- */

html,
body {
	overflow-x: hidden;
}


/* Typographical Elements
--------------------------------------------- */

body {
	background: #fff;
	color: #50575f;
	font-family: proxima-nova,sans-serif;
	font-size: 19.1px;
	font-weight: 300;
	line-height: 1.725;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus {
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background: #222;
	color: #fff;
}

::selection {
	background: #222;
	color: #fff;
}

a {
	color: #fbb03b;
	text-decoration: none;
}

a:hover {
	color: #222;
}

.entry-content a,
.site-title a,
.sidebar a {
	color: #222;
	outline: none;
	text-decoration: none;
}

.entry-content a:hover,
.site-title a:hover,
{
	border-bottom: 1px solid #333;
	color: #e5e5e5;
}

.header-image .site-title a {
	border-bottom: 0;
}

#diaxwristiko1{margin: 10px 0;border-bottom:1px solid #e5e5e5;}

#diaxwristiko2{margin: 0px 0 10px 0;border-bottom:1px solid #e5e5e5}

hr {
	background: transparent;
	border-top: 1px solid #eee;
	color: #fff;
	margin-bottom: 40px;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 600;
}

ul {
	margin: 0;
	padding: 0;
}

blockquote {
	color: #222;
	font-family: "IM Fell Double Pica", serif;
	font-size: 27px;
	font-weight: 300;
	line-height: 1.1;
	padding: 0 15%;
	text-align: center;
}

blockquote:before,
blockquote:after {
	background: #ddd;
	content: "";
	display: block;
	height: 1px;
	margin: 10% auto;
	width: 50px;
}

blockquote em {
	color: #666;
	font-family: "NeueHaasUnicaPro-Light", serif;
	font-size: 17px;
}

pre {
	background:#ddd;
	padding:10px;
	white-space:pre-wrap;
	word-wrap:break-word;
	box-shadow: 3px 3px 5px #222;
	width:99%
}

cite {
	font-style: normal;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: proxima-nova,sans-serif;
	font-weight: 700;
	line-height: 1.4;
	margin: 10px 0 16px;
	padding: 0;
}

h1 {
	font-size: 37px;
}

h2 {
	font-size: 31px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

.entry-content h2 {border-bottom: thin solid #e5e5e5}
.entry-content h3, h4, h5, h6 {border-bottom: thin dotted #e5e5e5}

	.entry-content h2 {font-size: 42px;line-height: 52px;}
	.entry-content h3 {font-size: 37px;line-height: 47px;}
	.entry-content h4 {font-size: 32px;line-height: 42px;}
	.entry-content h5 {font-size: 27px;line-height: 37px;}
	.entry-content h6 {font-size: 19.1px;line-height: 29.1px}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100% !important;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	margin-bottom: 0;
	width: auto;
}

	.grid-image{
		overflow:hidden;
		padding:0 10px;
		}

	a.grid-image {
	max-width:750px;
	}

.grid-image img {box-shadow: 0px 3px 5px #222;overflow:hidden}

.grid-image img {
	width:100%;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

.grid-image:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
	-moz-transform:scale(1.05); /* Firefox */
	-ms-transform:scale(1.05); /* IE 9 */
	-o-transform:scale(1.05); /* Opera */
	transform:scale(1.05);
	}
	
.entry-content .post-ratings {text-align:right}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	border: 1px solid #eee;
	-webkit-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 #fff;
	box-shadow: 0 0 0 #fff;
	color: #999;
	font-weight: 300;
	letter-spacing: 0.5px;
	padding: 17px;
	width: 100%;
}

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

::-moz-placeholder {
	color: #000;
}

::-webkit-input-placeholder {
	color: #000;
}

.button,
.button-secondary,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: transparent;
	border: 1px solid #222;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	cursor: pointer;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	padding: 15px 20px;
	width: auto;
}

.button:hover,
.button:focus,
button:hover,
button:focus,
input:hover[type="button"],
input:focus[type="button"],
input:hover[type="reset"],
input:focus[type="reset"],
input:hover[type="submit"],
input:focus[type="submit"] {
	background: #222;
	color: #fff;
}

.button-secondary {
	background: #fafafa;
	color: #50575f;
}

.button-secondary:hover,
.button-secondary:focus {
	background: #50575f;
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/*
Structure and Layout
----------------------------------------------------------------------------- */


/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0 auto;
}

.site-container .site-header {position:fixed;width:100%;padding:0;z-index:9999;height: 73px;}

.wrap,
.content-sidebar-wrap,
.alt-sidebar-content .site-inner {
	margin: 0 auto;
	max-width: 1170px;
}

.content-sidebar-wrap,
	.site-header .wrap {
		padding-left:10px;
		padding-right:10px;
		height: 73px;
	}

.site-inner {
	margin-top: 0px;
	position: relative;
	z-index: 1;
	margin-top:0px;
	padding-top: 73px;
	overflow: hidden;
}

.single .site-inner {padding-top: 56px;}

.single .site-container:before {
	background-color: #f5f5f5;
	-webkit-background-size: cover;
	background-size: cover;
	content: "";
	display: block;
	height: 328px;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.single .site-inner:before {
	background: #f5f5f5;
	content: "";
	display: block;
	float: none;
	height: 316px;
	margin: 0 0 -300px;
	position: relative;
	-ms-transform: skew(0deg,5deg);
	-webkit-transform: skew(0deg,5deg);
	transform: skew(0deg,5deg);
	width: 100%;
	z-index: -1;
}

.single.single-product .site-container:before,
.single.single-product .site-inner:before {
	background: transparent;
	background-color: transparent;
	height: auto;
	margin: 0;
}

.single-post .entry-header{padding-top:20px}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content {
	width: 900px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content-sidebar-wrap,
.alt-sidebar-content .content {
	float: right;
}

/* Content */
.content {
	float: right;
	width: 66.66666667%;
	overflow: hidden;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 500px;
}

.full-width-content .content,
.full-width-slim .content {
	float: none;
	width: 100%;
}

.full-width-slim .content {
	margin: 0 auto;
	max-width: 750px;
}

/* Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 240px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
----------------------------------------------------------------------------- */


/* Avatar
--------------------------------------------- */

.avatar {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 30px;
}

.alignright .avatar {
	margin-left: 30px;
}

.comment .avatar {
	margin: 0 20px 30px 0;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

.archive .avatar,
.author-box .avatar,
.entry-avatar .avatar {
	height: 120px;
	width: 120px;
}

.archive .avatar,
.entry-avatar .avatar {
	background-color: #fff;
	float: none;
	margin-bottom: 40px;
	margin-top: -65px;
	padding: 5px;
}

.archive .avatar {
	margin-bottom: 20px;
	margin-right: 0;
	margin-top: -20px;
}

.user-profile .alignleft,
.user-profile .alignright {
	margin: 0;
}

.user-profile .alignleft .avatar,
.user-profile .author-box .avatar {
	margin-right: 10px;
}

.user-profile .alignright .avatar {
	margin-left: 10px;
}


/* Genesis
--------------------------------------------- */

.archive-description,
.author-box {
	clear: both;
	margin-bottom: 40px;
}

.single .author-box {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding:20px 0;
	margin-bottom: -37px;
}

.archive .author-box,
.archive-description {
	margin-bottom: 0px;
}

.archive-title,
.author-box-title {
	font-size: 24px;
	margin-bottom: 10px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}


/* WordPress
--------------------------------------------- */

.search-form {
	border: 1px solid #eee;
	overflow: hidden;
}

.search-form input {
	border: 0;
	clear: none;
	display: inline;
	float: left;
	margin-bottom: 0;
	padding: 14px 20px;
}

.search-form input[type="search"] {
	width: 77%;
}

.search-form input[type="submit"] {
	background: none;
	border: none;
	color: #e5e5e5;
	float: right;
	font-family: FontAwesome;
	font-size: 11px;
	padding: 17px;
	vertical-align: middle;
	width: auto;
}

.search-form input:hover[type="submit"] {
	color: #222;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 0;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	margin-right: 40px;
	max-width: 100%;
	text-align: left;
}

.sidebar .alignleft {
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 40px;
	max-width: 100%;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 22px 22px 0;
}

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

.wp-caption-text {
	font-size: 11px;
	font-style: italic;
	margin: 0;
	text-align: center;
}

.wp-caption {
	max-width: 100% !important;
	margin-bottom:26px;
	text-align: center;
	font-style: italic;
	font-size: 16px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

.single .wp-post-image {
	display: block;
	margin: 0 auto 40px;
}


/* Headings
--------------------------------------------- */

.entry-title {
	font-size: 45px;
	line-height: 55px;
	margin: 0 0 17px 0;
	letter-spacing: 0;
}

.sidebar .entry-title {
	font-size: 17px;
	font-weight: 700;
	line-height: 17px;
}

h1.entry-title,
.entry-title a,
.sidebar .widgettitle a {
	border: 0;
	color: #222;
	font-style: normal;
	text-decoration: none;
}

.entry-title a:hover,
.sidebar .widgettitle a:hover {
	color: #e5e5e5;
}

.widgettitle {
	color: #222;
	font-family: proxima-nova,sans-serif;
	font-size: 11px;
	margin: 0 0 10px;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 22px;
	display: none;
}


/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	background: #fff;
	border: 0;
	clip: rect(0, 0, 0, 0);
	color: #50575f;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: none;
	clip: auto !important;
	color: #222;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
}

.more-link {
	position: relative;
}


/* # Skip Links
----------------------------------------------------------------------------- */

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}


/*
Custom Page Templates
----------------------------------------------------------------------------- */


/* Home Page
--------------------------------------------- */

.home-top .teleies {display:none}

.home-top .featured-content .one-third {
	margin: 0;
	width: 33.3333333%;	
	position: relative;
	z-index: 1;		
}

.home-top .simple-grid.one-third .entry-title{
	font-weight: 700;
	padding: 0;
	overflow:hidden;
}

.home-top .featured-content .one-third .entry-content p{
	overflow: hidden;
}

	.home-top .featured-content .one-third .entry-header,
	.home-top .featured-content .one-third .entry-content p,
	.home-top .featured-content .one-third .entry-content .perissotera {
		width:100%;
		padding:0 5%;		
	}

.home-top .featured-content .one-third .entry-content p{
	overflow: hidden;
}

.home-bottom .one-half {
	position: relative;
	z-index: 1;		
}

.home-bottom .one-half .entry-title{
	font-size: 21px;
	line-height: 1.3;
	max-height: 56px;
	overflow: hidden;
}

.home-bottom {}

.home-top .entry-meta {
	margin: 0 auto;
	text-align:right;
	font-size: 15px;
}

/* Προσαρμογή της αρχικής σελίδας για διαφορετικά μεγέθη οθόνης */

@media screen and (max-width: 420px){

.entry-title{
	font-size:19.1px;
	line-height: 25px;
	margin-bottom: 10px;
	}

p {font-size:18px}

.home .entry-meta{font-size: 14px;}

}


@media screen and (min-width: 421px) and (max-width: 1124px) {

.home-top .entry-title {
	font-size: calc(23857px / 3515 + 2390vw / 703);
	line-height: calc(6069px / 703 + 2900vw / 703);
	max-height: calc(93741px / 703 + 4900vw / 703);
	}

.home-bottom .one-half .entry-title{
	font-size: calc(23857px / 3515 + 2390vw / 703);
	line-height: calc(6069px / 703 + 2900vw / 703);
	max-height: calc(93741px / 703 + 4900vw / 703);
	}

}

@media screen and (min-width: 320px) and (max-width: 814px) {

h1.entry-title {
	font-size: calc(1679px / 117 + 440vw / 117);
	line-height: calc(2360px / 117 + 500vw / 117);

}

	.entry-content h2 {font-size: calc(3121px / 117 + 220vw / 117);
	line-height: calc(3476px / 117 + 320vw / 117);}
	
	.entry-content h3 {font-size: calc(791px / 39 + 80vw / 39);
	line-height: calc(3217px / 117 + 280vw / 117);}
	
	.entry-content h4 {font-size: calc(2114px / 117 + 200vw / 117);
	line-height: calc(986px / 39 + 80vw / 39);}
	
	.entry-content h5 {font-size: calc(2507px / 117 + 80vw / 117);
	line-height: calc(170px / 9 + 20vw / 9);}

}

@media screen and (min-width: 1125px) {

	.kinito-tablet{display:none}

	.home-top .featured-content .one-third .entry-header,
	.home-top .featured-content .one-third .entry-content p,
	.home-top .featured-content .one-third .entry-content .perissotera {
		position:absolute;
		right:0;
		padding:0 10px;
	}

	.home-bottom .one-half .entry-header,
	.home-bottom .one-half .entry-content p,
	.home-bottom .one-half .entry-content .perissotera {
		position:absolute;
		right: 0;
		padding:0 10px;
	}

	.home-bottom .one-half {
	height: 480px;
	}

	.home-bottom .one-half  .entry-header {
	bottom: 170px;
	}

	.home-bottom .one-half  .entry-content p{
	bottom: 57px;
	max-height: 99px;
	}

	.home-bottom .one-half  .entry-content .perissotera{
	bottom: 20px;
	}
	
	.home-top .simple-grid.one-third .entry-title {
	font-size: 23.5px;
	line-height: 30px;
	height: 56px;
	}

	.home-top .featured-content .one-third {
	height: 539px;
	}

	.home-top .featured-content .one-third .entry-header {
	bottom: 200px;
	}

	.home-top .featured-content .one-third .entry-content p{
	bottom: 60px;
	max-height: 126px;
	}

	.home-top .featured-content .one-third .entry-content .perissotera{
	bottom: 20px;
	}

}




.home-top .featured-content .entry-title {
	text-align: left;
}

.home-middle .featured-content {
	margin: 0 auto 10px;
	max-width: 1170px;
}

.home-middle .entry-title{font-size: 22px;line-height:30px;height: 55px;overflow:hidden;}

/*
Site Header
----------------------------------------------------------------------------- */

.site-header {
	background-color: #2a2927;
}


/* Title Area
--------------------------------------------- */

.title-area {
	display: inline-block;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 380px;
}

.header-image .title-area {
	padding: 0;	
}

@media screen and (min-width: 1125px){		
.header-image .title-area {
	float: left;
	height: 73px;
}
}
.site-title {
	font-size: 47px;
	font-weight: 300;
	letter-spacing: 4px;
	line-height: 1.4;
	margin: 7px 0 0 0;
	height: 59px;
}

.site-title a {
	color: #222;
	font-family: proxima-nova,sans-serif;
	font-style: normal;
}

.site-title a:hover,
.site-title a:focus {
	color: #50575f;
}

.site-description {
	height: 0;
	text-indent: -9999px;
}

/* Full width header, no widgets */
.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
	margin: 0;
}

/* Logo, hide text */
.header-image .site-title > a {
	-webkit-background-size: contain !important;
	background-size: contain !important;
	display: block;
	height: 60px;
	margin: 0 auto;
	max-width: 380px;
	text-indent: -9999px;
}

.header-image .site-title a {
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area,
.site-header .widget-area .genesis-nav-menu {
	float: right;
	text-align: right;
	width: 708px;
}

.header-image .site-header .widget-area {
	padding: 0;	
}

.site-header .search-form {
	float: right;
	margin-top: 22px;
}

.site-header .widget-area .genesis-nav-menu {
	padding: 0;
}


/*
Site Navigation
----------------------------------------------------------------------------- */

.genesis-nav-menu {
	background: #2a2927;
	clear: both;
	padding: 0;
	text-align: center;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	font-size: 16.8px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: left;
	float:left
}

.genesis-nav-menu a {
	border: 0;
	color: #fbb03b;
	display: block;
	font-style: normal;
	margin: 0;
	padding: 9px 25.6px;
	position: relative;
	text-decoration: none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	background: #f5f5f5;
}

.genesis-nav-menu .sub-menu {
	border-bottom: 5px solid #50575f;
	opacity: 0;
	position: absolute;
	left: -9999px;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	width: 200px;
	z-index: 2000;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	letter-spacing: 1px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 200px;
}

.genesis-nav-menu .menu-item:hover,
.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item.menu-item-hover {
	position: static;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
	background: #fafafa;
}

.genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-nav-menu .menu-item:focus > .sub-menu,
.genesis-nav-menu .menu-item.menu-item-hover > .sub-menu {
	opacity: 1;
	left: auto;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.sidebar .menu-item a {
	text-decoration: none;
}


/* Mobile Menu Toggle
--------------------------------------------- */

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}


/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
	margin: 0 0 20px;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	display: block;
	margin: 0;
	width: 100%;
}

.nav-primary .wrap {
	max-width: 100%;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	display: block;
	margin: 0;
	width: 100%;
}

.nav-secondary .wrap {
	max-width: 100%;
}


/*
Content Area
----------------------------------------------------------------------------- */


/* Entries
--------------------------------------------- */

.entry-content a,
.author-box a,
.user-profile a {
	border: 0;
	display: inline;
	color:#fbb03b;
	/* font-weight: 400;*/
	text-decoration: none;
	-webkit-transition: none;
	transition: none;
}

.toc_list a{color:#222}

.entry-content a:hover,
.author-box a:hover,
{
	background: #f5f5f5;
	border: 0;
	color: #222;
}

.toc_list a:hover{color:#fbb03b}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 20px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content p {
	margin-bottom: 20px;
}

.wp-caption p {
	margin-bottom: 0px;
}

.entry-meta {
	border-bottom: 1px solid #e5e5e5;
	color: #666;
	font-size: 14px;
	text-align: right;
}

.lista a {font-size: 45px;line-height: 55px;color: #222;display:block;max-height: 106px;overflow:hidden;}
.lista a:hover {color:#fbb03b}
.lista .entry-meta{text-align:left;font-size: 20px;margin-top: -40px;}
.lista .entry-author a{font-size:20px;font-weight:700;display:inline}

.entry-author-name {font-weight:700;}

@media screen and (max-width:540px){

.imerominia{display:block}
.lista .entry-meta{text-align:right}

.imerominia:after {
	border-right: 1px solid #cdcdd1;
	content: "";
	display: inline-block;
	height: 19px;
	margin-bottom: -7px;
	margin-right: 11px;
	padding-left: 11px;
	position: relative;
	z-index: -1;
}
	
}


.entry-meta .provoles, .entry-time{
	display:block
	}

.entry-meta .provoles:after {
	border-right: 1px solid #cdcdd1;
	content: "";
	display: inline-block;
	height: 19px;
	margin-bottom: -7px;
	margin-right: 11px;
	padding-left: 11px;
	position: relative;
	z-index:-1;
	}

@media screen and (min-width:393px){
	.entry-meta {font-size: 17px;}
	}

@media screen and (min-width:509px){
	.entry-meta .entry-time {display:unset}
	}

@media screen and (min-width:666px){
	.entry-meta .provoles {display:unset}
	.provoles:after{display:none}
	}

.entry-meta a {
	color: inherit;
}

.entry-meta a:hover {
	color: #e5e5e5;
}

.post .entry-meta {
	margin: 0 0 10px 0px;
	font-size: 15px;
}

.entry-meta img {
	margin-bottom:-5px
}

.entry-time:after {
	border-right: 1px solid #cdcdd1;
	content: "";
	display: inline-block;
	height: 19px;
	margin-bottom: -7px;
	margin-right: 11px;
	padding-left: 11px;
	position: relative;
	z-index: -1;
}

.entry-author:after {
	border-right: 1px solid #cdcdd1;
	content: "";
	display: inline-block;
	height: 19px;
	margin-bottom: -7px;
	margin-right: 11px;
	padding-left: 11px;
	position: relative;
	z-index: -1;
}

.dsq-postid:before {
	border-right: 1px solid #cdcdd1;
	content: "";
	display: inline-block;
	height: 19px;
	margin-bottom: -7px;
	margin-right: 11px;
	padding-left: 11px;
	position: relative;
	z-index: -1;
}

.post-edit-link {
	float: right;
}

.entry-footer .entry-meta {
	border: 0;
}

.entry-footer .entry-categories,
.entry-footer .entry-tags {
	display: block;
}

.entry-footer .entry-categories a {
	padding: 0 7px;
}

.entry-footer .entry-tags a {
	background: transparent;
	font-style: italic;
	padding: 0;
}

a.more-link,
.more-from-category a {
	border: 0;
	color: #222;
	display: table;
	float: right;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0 auto;
	padding: 15px 40px;
	text-decoration: none;
}

.more-from-category {
	clear: both;
	display: block;
	text-align: center;
}

.more-from-category a {
	margin: 40px auto;
}


/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.adjacent-entry-pagination a {
	display: block;
	padding: 20px 77px 0;
}

.adjacent-entry-pagination .pagination-previous,
.adjacent-entry-pagination .pagination-next {
	border-top: 1px solid #ddd;
	margin-bottom: 0;
	width: 50%;
}

.adjacent-entry-pagination .pagination-previous {
	border-right: 1px solid #ddd;
	margin-right: 0px;
}

.adjacent-entry-pagination .pagination-next {
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.adjacent-entry-pagination .pagination-previous,
	.adjacent-entry-pagination .pagination-next {
		text-align: center;
		width: 100%;
	}

	.adjacent-entry-pagination .pagination-previous {
		border-right: 0;
		margin-right: 0;
	}
	
	.single-post .entry-content p, #toc_container ul {text-align:left}
	
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a,
.pagination .nav-links .page-numbers {
	cursor: pointer;
	display: inline-block;
}

.archive-pagination .active a,
.pagination .nav-links .page-numbers.current {
	color: #e5e5e5;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links a:hover {
	background-color: #222;
	color: #fff;
}

.archive-pagination li a,
.pagination .nav-links a,
.next-tutorial a,
.pagination-next a,
.pagination-previous a,
.previous-tutorial a {
	color: #222;
	font-weight: 600;
	text-decoration: none;
	margin-top: 2px;
}

.pagination-next a:focus,
.pagination-next a:hover,
.pagination-previous a:focus,
.pagination-previous a:hover {
	color: #e5e5e5;
}

.arrowright,
.arrowleft {
	display: none;
}


/*
Sidebars
----------------------------------------------------------------------------- */

.before-header {
	background: #fafafa;
	padding: 10px 0;
	text-align: center;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.cat-item {
	list-style-type: none;
}

.sidebar .floating {margin-top: 74px;}

.sidebar .last {margin-bottom:-74px}

/*
Footer Widgets
----------------------------------------------------------------------------- */

.footer-widgets {
	background: #fafafa;
	font-size: 13px;
	margin-top: 150px;
}

.footer-widgets:before {
	background: #fafafa;
	content: "";
	display: block;
	height: 170px;
	margin-top: -85px;
	position: absolute;
	right: 0;
	left: 0;
	-ms-transform: skew(0deg,5deg);
	-webkit-transform: skew(0deg,5deg);
	transform: skew(0deg,5deg);
	width: 100%;
	z-index: -1;
}

@media only screen and (min-width: 2200px) {
	.footer-widgets:before {
		-ms-transform: skew(0deg,2deg);
		-webkit-transform: skew(0deg,2deg);
		transform: skew(0deg,2deg);
	}
}

@media only screen and (min-width: 3200px) {
	.footer-widgets:before {
		-ms-transform: skew(0deg);
		-webkit-transform: skew(0deg);
		transform: skew(0deg);
	}
}

.footer-widgets .wrap {
	margin: 0 auto;
	max-width: 1170px;
	width: 100%;
}

.footer-widgets-1 {
	clear: both;
	width: 100%;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
	margin-left: 2.564102564102564%;
	width: 21.623931623931625%;
}

.footer-widgets-2 {
	margin-left: 0;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
}

.footer-widgets .widget {
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets img {
	margin: 0;
}

.footer-widgets ul {
	margin: 0;
	padding: 0;
}

.footer-widgets a {
	border: 0;
	color: #222;
}

.footer-widgets a:hover {
	color: #e5e5e5;
}

.footer-widgets .widgettitle {
	color: #222;
	font-size: 13px;
}

.footer-widgets .entry-title {
	font-size: 22px;
	line-height: 27px;
}


.footer-widgets-1 .widget {
	padding: 0;
}

/*
Site Footer
----------------------------------------------------------------------------- */

.site-footer {
	background: #2a2927;
	padding: 20px 0;
	text-align: center;
	color: #e5e5e5;
}

.site-footer .wrap {
	max-width: 1170px;
}

.site-footer a {
	color: #e5e5e5;
	font-style: normal;
}

.site-footer a:hover {
	color: #fff;	
}

.anazitisi-footer{width:50%;margin:0 auto;min-width: 300px;}

.anazitisi-footer .koumpi{width:100%;border: 1px solid #e5e5e5;color: #e5e5e5;margin-top: 20px;}

.site-footer p {
	margin: 0;
}


/*
Media Queries
----------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	.header-image .site-header {
		-webkit-background-size: contain !important;
		background-size: contain !important;
	}
}

@media only screen and (max-width: 1124px) {

	.teleies {display:none}
	
	.site-container .site-header {position: absolute;}
	.site-inner {padding-top: 130px;}
	.single .site-inner {padding-top: 110px;}
	.header-widget-area.q2w3-fixed-widget-container{margin-top: -28px;}

	.home-top .featured-content .one-third {
		clear: both;
		margin: 0 auto;
		width: 100%;		
	}

	.textwidget input.koumpi {
		height: 64px;		
		width: 100%;
		margin-bottom:10px
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.alt-sidebar-content .content-sidebar-wrap,
	.alt-sidebar-content .content,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.content .breadcrumb{margin-bottom:-10px}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.header-image .site-header .widget-area {
		padding: 9px 0 0 0;
	}		

	.content-sidebar-wrap,
	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.site-header,
	.comment-respond {
		padding: 20px 0;
	}

	.simple-grid.one-half.odd.first{margin-top: 54px;}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.sidebar-secondary {
		padding: 0 5%;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.footer-widgets {
		padding: 20px 5% 16px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
	}

	.menu-toggle {
		background: #2a2927;
		border-bottom: 1px solid #fff;
		border-top: 1px solid #fff;
		cursor: pointer;
		min-height: 52px;
		position: relative;
		width: 100%;
		color: #fff;
		z-index: 99999;
	}

	.menu-toggle span {
		margin-left: -10px;
		top: 23px;
		left: 50%;
	}

	.menu-toggle span,
	.menu-toggle span:before,
	.menu-toggle span:after {
		background: #fff;
		-webkit-border-radius: 1px;
		border-radius: 1px;
		content: "";
		cursor: pointer;
		display: block;
		height: 3px;
		position: absolute;
		-webkit-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
		width: 20px;
	}

	.menu-toggle span:before {
		top: -5px;
	}

	.menu-toggle span:after {
		bottom: -5px;
	}

	.menu-toggle.active span {
		background: transparent;
	}

	.menu-toggle.active span:before,
	.menu-toggle.active span:after {
		top: 0;
	}

	.menu-toggle.active span:before {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.menu-toggle.active span:after {
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.menu-toggle:hover,
	.menu-toggle:focus {
		background: #2a2927;
	}

	.sub-menu-toggle {
		color: #999;
		cursor: pointer;
		padding: 14px 18px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.sub-menu-toggle:before {
		content: "+";
	}

	.sub-menu-toggle.active:before {
		content: "-";
	}

	.nav-primary,
	.nav-secondary,
	.nav-header {
		display: none;
		position: relative;
	}

	.genesis-nav-menu {
		border: none;
	}

	.genesis-nav-menu .menu-item {
		border-bottom: 1px solid #9d9d9d;
		display: block;
		position: relative;
		text-align: left;
		width:100%
	}

	.genesis-nav-menu .menu-item:hover,
	.genesis-nav-menu .menu-item:focus {
		position: relative;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #9d9d9d;
		clear: both;
		display: none;
		opacity: 1;
		position: static;
		width: 100%;
	}

	.genesis-nav-menu .sub-menu .menu-item:last-child {
		border-bottom: none;
	}

	.genesis-nav-menu .sub-menu a {
		border: none;
		padding: 16px 22px;
		position: relative;
		width: auto;
	}

	.genesis-nav-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu a:focus {
		background: #50575f;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu .sub-menu .sub-menu a {
		padding-left: 30px;
	}

	.genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
		padding-left: 40px;
	}

	.site-header .widget-area,
	.site-header .widget-area .genesis-nav-menu {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds,
	.odd {
		margin-left: 0;
		width: 100%;
	}

	.after-entry .widget {
		width: 100%;
	}

	.recipe-index .entry {
		margin: 0;
		width: 100%;
	}

	.featured-content .alignleft,
	.featured-content .alignright,
	.sidebar .alignleft,
	.sidebar .entry-image {
		clear: both;
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.sidebar .featured-content .entry {
		text-align: center;
	}

	.home-top .featured-content .one-third {
		clear: both;
		margin: 0 auto 20px auto;
		width: 100%;
		padding: 0;
	}

	.footer-widgets-1 .widget {
		float: none;
		margin: 0 auto;
		padding: 5%;
		text-align: center;
	}

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {

.dwqa-question-item .dwqa-question-title {
	margin-left: 24px;
}

.dwqa-question-meta .avatar {
	display:none
}

.site-footer {
	padding: 20px 5px;
	}

}

/* My Additions */

#dcl_comment_btn {
	width:100%;
	font-size:22px;
	height: 86px;
}

.widget.featured-content.featuredpost{
	
	max-width:1260px;
	margin:0 auto;	
	}

.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:10px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background: #fbb03b url(images/to-top.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
	z-index:999
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	background-color:#fbb03b;
	opacity:1;
}

@media only screen and (min-width: 881px) {
	.to-top {
		right:20px;
		bottom:20px;
	}
}

@media only screen and (min-width: 944px) {
	.to-top {
		height:60px;
		width:60px;
		right:30px;
		bottom:30px;
	}
}

.perissotera{width:100%;}

.perissotera a{
	background-color: #eee;
	display: block;
	text-align: center;
	width:100%	
}

.perissotera a:hover {
	background-color: #fbb03b;
	color: #fff;
}

.breadcrumb{
	padding: 19px 0 5px 0;
	width: 750px;
	margin: 0 auto;
	font-size: 15px;
	min-height: 76px;
}
.breadcrumb-link-wrap a {color: #fbb03b;}

#adBanner{box-shadow:3px 3px 5px #222}

.sidebar #adBanner {box-shadow:none}

.post-image {box-shadow: 3px 3px 5px #222}
img.post-image{display:block;margin:0 auto}

.wp-embedded-content {width: 99%;box-shadow: 3px 3px 5px #222;margin-left: 1px;}
.fb-center{text-align: center;}

.simple-grid.one-third .featured-content img{max-height: 219px;overflow: hidden;}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-left{margin-bottom: 76px;margin-left: 8px;}

#wp-link-wrap.search-panel-visible{font-size:15px; line-height: 1;height: 275px!important;width: 650px!important;}
#wp-link label{padding: 5px 0;display: block;}
#wp-link label input[type=text]{width: 87%!important;}

#tinymce {max-width: 744px;float:left;margin: 20px 0 0 20px;}
#tinymce a{color:#fbb03b}
#tinymce h2 {border-bottom: thin solid #e5e5e5;font-size: 42px;line-height: 52px;}
#tinymce h3 {border-bottom: thin dotted #e5e5e5;font-size: 37px;line-height: 47px;}
#tinymce h4 {border-bottom: thin dotted #e5e5e5;font-size: 32px;line-height: 42px;}
#tinymce h5 {border-bottom: thin dotted #e5e5e5;font-size: 27px;line-height: 37px;}
#tinymce h6 {border-bottom: thin dotted #e5e5e5;font-size: 22px;line-height: 32px;}
#tinymce img {box-shadow: 3px 3px 5px #222;}

/* Archive Δημοσιεύσεις*/

.lista{width: 100%;clear:both;margin-bottom: 20px;margin-top: 10px;}
.eikona{float:left;height: 201px;}
.diaxwristiko{border-bottom: 5px solid #e5e5e5;padding-bottom: 215px;margin-bottom: -5px;}
.perilipsi{float:right;width:50%;max-height: 158px;overflow: hidden;margin-bottom: 30px;}
.proigoumeno, .epomeno{font-weight:700;padding-top: 3px;}
.archive-pagination{border-top: 3px solid #e5e5e5;border-bottom: 4px solid #e5e5e5;height: 63px;font-size: 30px;margin-top: 2px;}
.archive-pagination.pagination{display:none}
.archive-pagination .pagination{display:none}
.archive-pagination a{color:#222;}
.archive-pagination a:hover{color:#fbb03b}
.proigoumeno{float:right}
.epomeno{float:left}

@media screen and (max-width: 831px){

.proigoumeno, .epomeno{float:none;text-align:center}

.archive-pagination{height: auto;padding-top: 18px;}

.lista a {max-height:none;}

.perilipsi{float:none;margin:0 auto;width:100%;height: 124px;}
.lista{margin-bottom: 21px;}
.eikona {float:none;text-align:center;margin-bottom:20px}
.diaxwristiko{padding-bottom: 20px;}

.archive-description {
	text-align: left;
	}

}

@media screen and (max-width: 643px){

	.lista a {font-size:30px;line-height:40px}

}

.single-post .surgeprice {margin-bottom:10px}

.addthis_jumbo_share{margin:10px 0 20px}

.single-post #toc_container {margin: 0 auto 1em;}

.top-post-widget, .arxiki{margin-top: 10px;}

#anazitisi-top {max-width: 970px;margin: auto;padding-top: 10px;}

#anazitisi-top input.pedio-top{
	margin-bottom: 10px;
	border: 2px solid #fbb03b;
	font-size: 16.3px;
	padding: 0 10px;
	height: 66px;
	max-width: 83%;
	font-weight:700;}

input.koumpi-top{
	width: 154px;
	float:right;
	height: 65px;
	border-radius: 0;
	font-size: 19px;
	font-weight: 700;
	padding: 0;
	}

@media screen and (max-width: 1023px){

	#anazitisi-top {max-width: 97%}

	#anazitisi-top input.pedio-top{max-width:69%}

	input.koumpi-top{width:30%}
	
	}

@media screen and (max-width: 520px){

	#anazitisi-top {max-width: 97%}

	#anazitisi-top input.pedio-top{max-width:100%}

	input.koumpi-top{float:none;width:100%}

	.arxiki input.koumpi-top {margin-bottom:10px}

	}

.at-tli{left:0px!important}

.at-logo {display:none!important}

:focus{outline:none}

/*RSS Aggragator CSS */

#media_image-3 {background-color:#e4e4e4;padding:10px 0;margin-bottom:20px}

#media_image-3 img {display:block; margin:0 auto;}

.rss-aggregator{list-style-type: none;}

.textwidget .nav-links {clear:both;display:none}

#custom_html-16 {max-width:1260px;margin:0 auto}

.rss-aggregator {margin-bottom: 20px; max-width:1260px;margin:0 auto}

.home-middle .feed-item a{
	display:block;
	border: 0;
	color: #222;
	font-weight:700;
}

.home-middle .feed-item a:hover{
	color: #e5e5e5;
}

.home-middle .feed-item div.thumbnail-excerpt.wprss-feed-thumbnail a{
	line-height:unset;	
	max-height: unset;	
	}

.home-middle .feed-item img {
	box-shadow: 0px 3px 5px #222;
	display:block;
	margin: 15px auto;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

.home-middle .feed-item img:hover {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
	-moz-transform:scale(1.05); /* Firefox */
	-ms-transform:scale(1.05); /* IE 9 */
	-o-transform:scale(1.05); /* Opera */
	transform:scale(1.05);
	}

.nav-previous, .nav-next{text-align:center;height: 85px;width: 553px;margin: 20px 10px;}

.nav-previous a, .nav-next a{font-size: 25px;font-weight:700;background-color: #fbb03b;border: 1px solid #eee;color: #fff;display: block;padding: 20px 0;border-style: outset;border-width: 5px;}

.nav-previous a:hover, .nav-next a:hover{color: #fbb03b;background-color: #fff;border:1px solid #fff}

/* RSS aggregator προσαρμογή της αρχικής σελίδας για διαφορετικά μεγέθη οθόνης */

@media screen and (max-width: 420px){

.home-middle .feed-item a{
	font-size:19.1px;
	line-height: 25px;
	margin-bottom: 10px;
	}

}

@media screen and (min-width: 421px) and (max-width: 1124px) {

.home-middle .feed-item a {
	font-size: calc(23857px / 3515 + 2390vw / 703);
	line-height: calc(6069px / 703 + 2900vw / 703);
	max-height: calc(93741px / 703 + 4900vw / 703);
	}

}

@media screen and (max-width: 1124px) {

.home-middle .feed-item{clear: both;margin: 0 auto 20px auto;width: 90.1%;}

}

@media screen and (min-width: 1125px) {

	#mobileskip{display:none}

	.home-middle .feed-item {
		width: 33%;
		float:left;
		padding:0 10px;
		height: 430px;
		overflow:hidden;
		}

	.home-middle .feed-item a{
		font-size: 23.5px;
		line-height: 30px;
		max-height: 56px;
		overflow:hidden;
		}
}

@media screen and (min-width: 570px) and (max-width: 1162px) {

.textwidget .nav-links{padding-bottom:0}

.nav-previous, .nav-next{float:none;margin:30px auto;}

}


@media screen and (max-width: 569px){

.textwidget .nav-links{padding-bottom:0}

.nav-previous, .nav-next{float:none;height:120px;width:100%;margin: 0 0 30px 0;padding: 0  20px 168px;}

.nav-previous a, .nav-next a{margin:auto;padding: 40px 0;}

}


/*Στήλες*/

.stiles-item{width: 370px;float: left;margin: 0 10px;}

.stiles-item .entry-title {font-size: 24.6px; margin-top:20px}

.stiles-item h2:hover {color: #e5e5e5;}


.stiles-item img {
	box-shadow: 0px 3px 5px #222;
	display:block;
	margin: 0 auto;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}

.stiles-item img:hover {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
	-moz-transform:scale(1.05); /* Firefox */
	-ms-transform:scale(1.05); /* IE 9 */
	-o-transform:scale(1.05); /* Opera */
	transform:scale(1.05);
	}

@media screen and (min-width: 1125px){

span.stiles-tablet{display:none}
	
}

@media screen and (max-width: 1124px) {

.statheros{display:none}

.home-top .widget.featured-content.featuredpost {padding-left:5%;padding-right:5%}	

}

@media screen and (min-width: 500px) and (max-width: 1125px) {

span.stiles-desktop-mobile {display:none}
	
}


@media screen and (max-width: 500px) {

span.stiles-tablet{display:none}
	
}



@media screen and (min-width: 1125px) and (max-width: 1187px){

.footer-widget-area {zoom: 94.7%;}
}

@media screen and (max-width: 1124px){

.stiles-item {width:100%;max-width:750px;float:none;clear: both;margin:auto}

.stiles-item img {width:100%}	

.footer-widgets-1 .widget.widget_text {padding:0}

.stiles-item .entry-title{
	font-size: calc(23857px / 3515 + 2390vw / 703);
	line-height: calc(6069px / 703 + 2900vw / 703);
	max-height: calc(93741px / 703 + 4900vw / 703);
	text-align:left;
	}

}

@media screen and (max-width: 750px) {

div.entry-content :target:before {
  padding-top: 50px; /* fixed header height*/

}

}

div.entry-content :target{
	background: rgba(251, 176, 59,.5)
	
}

div.entry-content :target:before {  
  display: block;
  padding-top: 200px; /* fixed header height*/
}

.author-box-title{display:none}

.adjacent-post-link {}

span.ape{display:none}

/* night mode */

.wp-night-mode-on .site-inner:before { background: #1f1d1d; }

.wp-night-mode-on input::placeholder {color:#808f95}

.wp-night-mode-on .to-top {background:#808f95 url(images/to-top-red.svg) no-repeat center 50%}

.wp-night-mode-on input {border:1px solid #808f95}

.wp-night-mode-on .menu-toggle {
		background: #2a2927;
		border-bottom: 1px solid #808f95;
		border-top: 1px solid #808f95;
		color: #808f95;
	}

.wp-night-mode-on .genesis-nav-menu a:hover,
.wp-night-mode-on .genesis-nav-menu a:focus,
.wp-night-mode-on .genesis-nav-menu .current-menu-item > a,
.wp-night-mode-on .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.wp-night-mode-on .genesis-nav-menu .sub-menu .current-menu-item > a:focus 
{background:#808f95;}

.wp-night-mode-on .menu-toggle ::before{background:#808f95}
.wp-night-mode-on .menu-toggle span{background:#808f95}
.wp-night-mode-on .menu-toggle ::after{background:#808f95}

.wp-night-mode-on.single-post #toc_container {background:#1f1d1d}

.wp-night-mode-on .perissotera a{
	border:solid 1px
}

.wp-night-mode-on .home-middle .feed-item a {
	color: #fbb03b;	
}

.wp-night-mode-on .home-middle .feed-item a:hover{
	color: #e5e5e5;
}

.wp-night-mode-on .site-header .genesis-nav-menu li.menu-item a span {color: #fbb03b}

.wp-night-mode-on .site-header .genesis-nav-menu li.current-menu-item a span {background:#808f95;color:#fff}

.wp-night-mode-on .site-header .genesis-nav-menu li.menu-item a:hover span {background:#808f95}

.wp-night-mode-on .dcl-orange{color:#fff;background:#ffb700;background:-moz-linear-gradient(top, rgba(255, 183, 0, 1) 0, rgba(255, 140, 0, 1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 183, 0, 1)), color-stop(100%, rgba(255, 140, 0, 1)));background:-webkit-linear-gradient(top, rgba(255, 183, 0, 1) 0, rgba(255, 140, 0, 1) 100%);background:-o-linear-gradient(top, rgba(255, 183, 0, 1) 0, rgba(255, 140, 0, 1) 100%);background:-ms-linear-gradient(top, rgba(255, 183, 0, 1) 0, rgba(255, 140, 0, 1) 100%);background:linear-gradient(to bottom, rgba(255, 183, 0, 1) 0, rgba(255, 140, 0, 1) 100%);filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffb700', endColorstr='#ff8c00', GradientType=0);border:1px solid #e59500}

.wp-night-mode-on .dcl-orange:hover{background:#ffcb48;background:-moz-linear-gradient(top, rgba(255, 203, 72, 1) 0, rgba(255, 156, 35, 1) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 203, 72, 1)), color-stop(100%, rgba(255, 156, 35, 1)));background:-webkit-linear-gradient(top, rgba(255, 203, 72, 1) 0, rgba(255, 156, 35, 1) 100%);background:-o-linear-gradient(top, rgba(255, 203, 72, 1) 0, rgba(255, 156, 35, 1) 100%);background:-ms-linear-gradient(top, rgba(255, 203, 72, 1) 0, rgba(255, 156, 35, 1) 100%);background:linear-gradient(to bottom, rgba(255, 203, 72, 1) 0, rgba(255, 156, 35, 1) 100%);filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcb48', endColorstr='#ff9c23', GradientType=0)}

.wp-night-mode-on div.entry-content :target{
	background: none;
	color:#fff;
	}

.wp-night-mode-on div.entry-content :target:before {
	color:#808f95;
	}

.wp-night-mode-on .lista .entry-author a{color:#808f95;}	

.wpnm-button {margin-bottom:11px}

.wpnm-button {display:block;width:100%;height:65px;border:2px solid;background:#1f1d1d;text-align:center;font-weight:700;padding: 17px 0;}

.wp-night-mode-on .widget-wrap .alm-layouts .alm-listing .alm-layout h3 a{color: #fbb03b}

.wp-night-mode-on .widget-wrap .alm-layouts .alm-listing .alm-blog-card-2 .entry-content p{background:#1f1d1d}

/* end of night mode */

div.entry-content :target:before {
  content: "You have selected section:";
}