/*
Theme Name: elpida
Theme URI: http://elpida.eu5.net
Author: elpida
Author URI: http://elpida.eu5.net
Description: Wordpress Theme
Version: 1.0
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# 36   Normalize
# 276  Typography
# 396  Elements
# 489  Forms
# 563  Navigation
	 ## 566 Links
	 ## 582 Menus / 698 Small menu / 813 Dropdown
	 ## 901 Logo
# 944  Accessibility
# 981  Alignments
# 1003 Clearings
# 1032 Widgets / 1141 Search
# 1197 Content
	 ## 1200 Posts and pages // 1435 Footer
	 ## 1539 Comments
# 1667 Infinite scroll
# 1681 Media
	 ## 1700 Captions
	 ## 1722 Galleries
# 1771 Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: transparent;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

table {
	width: 100%;
	border: 1px solid #f1f1f1;
	border-collapse: collapse;
	border-spacing: 0;
}
table caption{
	margin-bottom: 5px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border: 1px solid #f1f1f1;
	line-height: 1.3;
	padding: 8px;
	vertical-align: middle;
	text-align: center;
}

table > thead > tr > th, table > thead > tr > td {
	border-bottom-width: 2px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #222222;
    line-height: 1.8;
    background-color: #fff;
}
button,
input,
select,
textarea {
	color: #404040;
    font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.5;
}
h1,h2,h3,h4,h5,h6, #nav-wrapper .menu li a, .feat-more, .cat, .post-share .post-share-comments,
.about-title, #footer-social a, .more-link, .post-comments span.reply a, .widget .tagcloud a,
.pagination a , .post-tags a, .slicknav_nav a  {
    font-family: 'Montserrat', sans-serif;
}
textarea:focus, input:focus{
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-family: 'Montserrat', sans-serif;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
.post-entry h1, .post-entry h2, .post-entry h3, .post-entry h4, .post-entry h5, .post-entry h6,
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6	{
	color:#000;
	margin-bottom:20px;
	font-weight: 100;
}
.post-entry h1, .entry-content h1 {
	font-size:28px;
}
.post-entry h2, .entry-content h2 {
	font-size:25px;
}
.post-entry h3, .entry-content h3 {
	font-size:20px;
}
.post-entry h4, .entry-content h4 {
	font-size:14px;
}
.post-entry h5, .entry-content h5 {
	font-size:17px;
}
.post-entry h6, .entry-content h6 {
	font-size:10px;
}
ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}


blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}
blockquote {
    padding: 5px 20px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #ededed;
    color: #464646;
    line-height: 24px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: none;
}
.post-entry ul, .post-entry ol, .entry-content ul, .entry-content ol {
    padding-left: 20px;
    margin-bottom: 12px;
    color: #222;
}
.post-entry ol li, .entry-content ol li {
    margin-bottom: 8px;
    list-style: decimal;
}
.post-entry ul li, .entry-content ul li {
    margin-bottom: 6px;
    list-style: disc;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
.page-links .page-number {
    padding-left: 10px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #550000;
	text-decoration: none;
	transition: color 0.35s ease 0s, background-color 0.35s ease 0s, border-color 0.35s ease 0s;
    -webkit-transition: color 0.35s ease 0s, background-color 0.35s ease 0s, border-color 0.35s ease 0s;
    -o-transition: color 0.35s ease 0s, background-color 0.35s ease 0s, border-color 0.35s ease 0s;
}

a:hover,
a:active {
	color: #7e8f79;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    text-align: center;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
	margin-right: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}
button.menu-toggle {
    background-color: transparent;
}
.main-navigation ul ul {
    float:  none;
    position: fixed;
    top: 40px;
    left: -999em;
    z-index: 99999;
    background-color: transparent;
    text-align: center;
    border: 0px solid #585858;
    -webkit-box-shadow: 0 0px 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0 0px 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px 0px rgba(0,0,0,0);
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: auto;
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	opacity: 0.5;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
	opacity: 1;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a { color: #7e8f79 !important; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: inline;
	position: relative;
}
.container {
    width: auto;
    margin: 0 auto;
    padding: 0;
}
div#content {
    padding-top: 0;
    display: block;
}
.top-nav{
	display: block;
	position: relative;
}
nav#site-navigation {
    background: transparent;
    height: 32px;
    position: relative;
    z-index: 9999;
    width: 100%;
    -webkit-backface-visibility: hidden;
}
.menu li {
    display: inline-block;
    margin-right: 20px; margin-left: 20px;
    position: relative;
}
.menu li a {
	color: #000;
    line-height: 25px;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    display: block;
    -o-transition: .35s;
    -ms-transition: .35s;
    -moz-transition: .35s;
    -webkit-transition: .35s;
    transition: .35s;
}
#primary-menu.menu li a {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
#primary-menu.menu > li.menu-item-has-children > a:after {
    content: "\22F1";
    margin-left: 0px;
    color: #000;
    font-size: 10px;
}
ul.sub-menu .menu-item a{
	padding: 0 10px;
    width: 10;
    min-width: 0px;
    line-height: 10px !important;
    letter-spacing: 0.15px !important;
}
.sub-menu li {
    padding: 0;
    margin-left: 0 !important;
}
ul.menu ul a, .menu ul ul a {
    color: #550000 !important;
    margin: 0 !important;
    padding: 0px 0px 0px 0px !important;
    min-width: 0px !important;
    line-height: 9px !important;
    -o-transition: .35s !important;
    -ms-transition: .35s !important;
    -moz-transition: .35s !important;
    -webkit-transition: .35s !important;
    transition: .35s !important;
    font-size: 9px !important;
}

ul.menu ul a:hover,
	.menu ul ul a:hover  {
		color: #7e8f79 !important;
		background: transparent!important;
	}
#site-navigation .menu li a:hover {
	color:#000;
}
#site-navigation .menu > li.menu-item-has-children > a:after {
    content: "\22F1"
    margin-left: 0px;
    color: #7e8f79;
    font-size: 13px;
}
.m_menu_icon {
    display: block;
    width: 20px;
    height: 2px;
    background-color: transparent;
}
.menu-toggle .m_menu_icon + .m_menu_icon {
	margin-top: 9px;
}

/* Dropdown **********/
#site-navigation .menu .sub-menu,
#site-navigation .menu .children {
	background-color: transparent;
	display: none;
	padding: 0;
	position: absolute;
	margin-top: 0;
	left: 0;
	top: 0px;
	z-index: 99999;
}
#site-navigation ul.menu ul a,
#site-navigation .menu ul ul a {
	color: #999;
	margin: 0;
	font-size:9px;
	letter-spacing:1px;
	padding: 6px 10px;
	min-width: 100px;
	line-height: 11px;
	-o-transition:.35s;
	-ms-transition:.35s;
	-moz-transition:.35s;
	-webkit-transition:.35s;
	transition:.25s;
	border-top:1px solid;
	border-color:#333;
}
#site-navigation ul.menu ul li,
#site-navigation .menu ul ul li {
	padding-right:0;
	margin-right:0;
}
#site-navigation ul.menu ul a:hover,
#site-navigation .menu ul ul a:hover {
	color: #333;
	background: transparent;
}
#site-navigation ul.menu li:hover > ul,
#site-navigation .menu ul li:hover > ul {
	display: block;
}
#site-navigation .menu .sub-menu ul,
#site-navigation .menu .children ul {	
	left: 100%;
	top: 0;	
}
.top-nav-elpida .top-nav a {
    text-transform: none !important;
    line-height: 32px !important;
}

ul#top-menu {
    display: none;
}

@media screen and (min-width: 10px) {
	.menu-toggle {
		display: none !important;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: right;
    text-align: right;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: left;
	text-align: left;
}

/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/

.site-branding {
    margin: 0;
    display: block;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 45px;
    width: 100%;
}
h1.site-title, h2.site-title {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
h1.site-title a, h2.site-title a{
	color: #66042a;
}
p.site-description{
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    font-size: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
}
header.site-header {
    height: 10px;
    border-bottom: 0px;
    border-top: 0px;
}
.site-branding img.custom-logo {
    height: 40px;
    width: auto;
    vertical-align: middle;
    line-height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
/* Make sure select elements fit in widgets. */
/*--------------------------------------------------------------
/* Instagram Widget **********/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.entry-box-post {
    padding-bottom: 5px;

}
.entry-thumb {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.entry-thumb img{
	width: auto;
	height: auto;
}
section.content-area {
    min-height: 768px;
}
main#main{
	float: none;
    margin-bottom: 9px;
    width: auto;
    margin-right: 0px;
    padding-left: 9px;
	padding-right: 9px;
}
main.full-width{
	width: 100% !important;
	margin-right: 0px !important;
}
main.full-width .entry-thumb img{
	width: 100% !important;
}

h2.entry-title, h1.entry-title {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 0px;
    font-weight: 500;
     margin: 0;
}
h2.entry-title a:hover {
	opacity:.80;
}
h2.entry-title a, h1.entry-title a{
	color: #000;
}
h1.page-title {
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #ededed;
    padding: 15px 0;
    margin-bottom: 30px;
}
h2.entry-title a:hover, h1.entry-title a:hover{
	opacity: 0.8;
}

p, .page-content,
.entry-content,
.entry-summary {
	margin: 0 0;
	font-size: 11px;
    line-height: 1.8;
    letter-spacing: 0.25px;
}
.entry-content a {
    font-weight: 400;
}
.entry-content a:hover{
	text-decoration: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

footer.site-footer {
    padding-top: 0;
    padding-bottom: 9px;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    clear: both;
    text-align: center;
    border-bottom: 0px solid #a5cccb
}

footer .site-info {
	text-align: right;
	font-size: 12px;
    color: #550000;
    letter-spacing: 1.25px;
    font-family: 'Montserrat', sans-serif;
    padding-top: 0;
	padding-left: 9px;
    padding-right: 9px;
}
footer a{
	font-weight: 600;
}
.footer-text {
	color:#333;
	font-size:12px;
	letter-spacing:1px;
	position: relative;
	float: left;
	padding-left: 15px;
    padding-right: 15px;
}
.footer-text.left {
	text-align:left;
}
.footer-text.right {
	text-align:right;
}

/*** Instagram footer area ***/

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
@media screen and (max-width: 468px) {
ul.menu ul a, .menu ul ul a {
    font-size: 7px; 
}}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/



