/*
Theme Name: katakouzenos
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: katakouzenos
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

katakouzenos is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
@import 'https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700&subset=greek';

@font-face {
    font-family: 'cf_asty_stdbold';
    src: url('fonts/cfastystd-bold-webfont.eot');
    src: url('fonts/cfastystd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cfastystd-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cf_asty_stdbold_oblique';
    src: url('fonts/cfastystd-boldoblique-webfont.eot');
    src: url('fonts/cfastystd-boldoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cfastystd-boldoblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cf_asty_stdbook';
    src: url('fonts/cfastystd-book-webfont.eot');
    src: url('fonts/cfastystd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cfastystd-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cf_asty_stdbook_oblique';
    src: url('fonts/cfastystd-bookoblique-webfont.eot');
    src: url('fonts/cfastystd-bookoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cfastystd-bookoblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cf_asty_stdlight';
    src: url('fonts/cfastystd-light-webfont.eot');
    src: url('fonts/cfastystd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cfastystd-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cf_asty_stdlight_oblique';
    src: url('fonts/cfastystd-lightoblique-webfont.eot');
    src: url('fonts/cfastystd-lightoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cfastystd-lightoblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cf_asty_stdmedium';
    src: url('fonts/cfastystd-medium-webfont.eot');
    src: url('fonts/cfastystd-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cfastystd-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cf_asty_stdmedium_oblique';
    src: url('fonts/cfastystd-mediumoblique-webfont.eot');
    src: url('fonts/cfastystd-mediumoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cfastystd-mediumoblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Grid
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Utilities
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #111111;
	font-family: 'cf_asty_stdbook', sans-serif;
	font-size: 16px;
	font-size: 1em;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}

h1{
	font-size: 140%;
}

h2{
	font-size: 120%;
}

h3,
h4,
h5,
h6{
	font-size: 100%;
}

p {
	margin-bottom: 1.5em;
}
b,
strong{
	font-family: 'cf_asty_stdmedium', sans-serif;
	font-weight: normal !;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	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%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	height: 100%;
}
*{
	position: relative;
	margin:  0;
	padding: 0;
}
*,
*: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;
}

*:focus,
*:active{
	outline: 0;
}

body {
	background: #D2E3EE !important; /* Fallback for when there is no custom background color defined. */
	min-height: 100%;
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #000;
	border: 0;
	height: 4px;
	margin: 3em auto;
	max-width: 8em;
	clear: both;
	display: block;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid #D2E3EE;;
	background: rgba(255,255,255,.2);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-transform: uppercase;
	font-family: 'cf_asty_stdmedium', sans-serif;
	margin-top: 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: rgba(255,255,255,.3);

}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 2px solid #D2E3EE;
	width: 100%;
	padding: 3px;
	background: rgba(255,255,255,.3);

}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	background: rgba(255,255,255,.6);
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

a:focus {
	outline: 0;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#menus{
	top: 140px;
	position: absolute;
}
.stuck {
  	position:fixed;
  	top:0;
 	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width:64em){
	.stuck {
		background:#fff url(img/katakouzinos_foundation-logo-black_el.gif) no-repeat 1em center;
		background-size: auto 50%;
	}
}
#helpers-menu{
	background: #000;
	float: right;
	font-family: 'cf_asty_stdbook', sans-serif;
}
#helpers-menu a{
	color: #FFF !important;
}


#main-navigation{
	background: #FFF;
	float: right;
	font-family: 'cf_asty_stdbook', sans-serif;
}


.main-navigation{
	display: inline;
	float: left;
	font-size: .9em;
}

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

.main-navigation li {
	float: left;
	position: relative;
	padding: .5em 1em;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
.main-navigation li:hover{
	background: rgba(198, 215, 226, 0.8);
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #111;
}

.main-navigation ul ul {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 2.4em;
	left: -999em;
	z-index: 99999;
	margin-left: -1em;
	font-weight: 400;
	text-transform: none;
}

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

.main-navigation ul ul a {
	width: 100%;
	white-space: nowrap;
}

.main-navigation ul ul li {
	width: 100%;
}

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

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

.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-menu-item,
.main-navigation .current-menu-parent{
	background: #D2E3EE;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
#mobile-menu{
	display: none;
}

.menu-toggle,
#site-navigation.toggled ul {
	display: block;
}

#menu-button{
	position: absolute;
	right: 10px;
	top: 10px;
	color: FFF;
}

@media screen and (min-width: 48em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
	#mobile-navigation{
		display: none;
	}
}

.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: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.child-navigation{
	border-top: 4px solid #000;
	margin-top: 1em;
	padding: 1em 0;
}

.child-navigation ul{
	margin: 0;
	padding: 0;

}
.child-navigation li{
	list-style-type: none;
}

.footer-navigation ul{
	margin: 0;
}
.footer-navigation li{
	display: inline;
	float: left;
	list-style-type: none;
	margin-right: 1em;
}
.footer-navigation a,
.footer-navigation a:visited{
	color: #999;
}
.footer-navigation a:hover{
	color:  #ccc;
	text-decoration: none;
}

.pagination-links{margin: auto; text-align: center;}
.pagination-links .prev{float:left;}
.pagination-links .next{float:right;}
.pagination-links .page-numbers{min-width: 24px;display: inline-block;}
.pagination-links .page-numbers.current{font-weight: bold;}
/*--------------------------------------------------------------
# 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;
}

/* POSITIONING */

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/

/* ==== GRID SYSTEM ==== */

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  position: relative;
  width: 100%;
}

.row [class^="col"] {
  float: left;
  margin: 1rem 2%;
  min-height: 0.125rem;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.33%;
}

.col-2-sm {
  width: 12.66%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.33%;
}

.col-5-sm {
  width: 37.66%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.33%;
}

.col-8-sm {
  width: 62.66%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.33%;
}

.col-11-sm {
  width: 87.66%;
}

.col-12-sm {
  width: 96%;
}

.row::after {
	content: "";
	display: table;
	clear: both;
}

.hidden-sm {
  display: none;
}

@media only screen and (min-width: 33.75em) {  /* 540px */
  .container {
    width: 80%;
  }
}

@media only screen and (min-width: 45em) {  /* 720px */
  .col-1 {
    width: 4.33%;
  }

  .col-2 {
    width: 12.66%;
  }

  .col-3 {
    width: 21%;
  }

  .col-4 {
    width: 29.33%;
  }

  .col-5 {
    width: 37.66%;
  }

  .col-6 {
    width: 46%;
  }

  .col-7 {
    width: 54.33%;
  }

  .col-8 {
    width: 62.66%;
  }

  .col-9 {
    width: 71%;
  }

  .col-10 {
    width: 79.33%;
  }

  .col-11 {
    width: 87.66%;
  }

  .col-12 {
    width: 96%;
  }

  .hidden-sm {
    display: block;
  }
}

@media only screen and (min-width: 60em) { /* 960px */
  .container {
    width: 75%;
    max-width: 60rem;
  }
}

/*--------------------------------------------------------------
# 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;
	width: 100%;
}

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

.clear{
	pointer-events: none;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#loader{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}
#page{
	opacity: 0;
}
#page, #content{
	min-height: 100%;
}
#header{
	z-index: 8000;
	width: 100%;
}
#header .site-branding{
	padding: 2.5em 3em;
}
.announcement{
	padding: 1.5em 3em 1em;
	background-color: rgba(255,255,255,.4);
	margin-bottom: 3em;
}
#logos{
	background-color: #FFF;
	padding-top: 3em;
}


#logos .logo{
	margin-bottom: 1em;
	margin-right: 2em;
}
#logos p{
	margin-bottom: 0;
}
img.logoImg{
	max-height: 60px !important;
	width: auto !important;
}
#network-logos .supporters img.logoImg{
	min-height: 60px !important;
	max-height: 100px !important;
	height: auto !important;
	display: block;
	top: 0%;
	transform: translateY(0%);

}
@media screen and (min-width: 48em){
	#logos{
		margin-top: -5em;
		z-index: -1;
	}
	img.logoImg{
		top: 50%;
		transform: translateY(-50%);
	}
}
#footer{
	background: #000;
	color: #999;
	padding:.5em;
}
.logo{
}
.post-edit-link{
	padding: 1em 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size:.8em;
	font-weight: 700;
}

#main-slider{
	border-bottom: 4px solid #000;
}
.section-title.underline{
	border-bottom: 2px solid rgba(255,255,255,.25);
	padding-bottom: .5em;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.hero{
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	min-height: 500px;
	background-position: center center;
}
img.heroImg{
	height: 100% !important;
	width: auto !important;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}
.type-item .entry-title{
	margin-bottom: 0em;
}
.type-item .entry-content{
	margin-top: 0;
}

 article.item_type-ston-typo{
	margin: 0;
}
.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-content img.alignleft,
.entry-content img.alignright,
figure.wp-caption{
	margin-bottom: 3em;
}

.entry-content img.alignleft,
figure.wp-caption.alignleft{
	margin-left: -12.5em;
	margin-right: 5em;
}
figure.wp-caption.alignleft .wp-caption-text{
	/*padding-left: 12.5em;*/
}


.entry-content img.alignright,
figure.wp-caption.alignright{
	margin-left: 5em;
	margin-right: -10em;
}
figure.wp-caption.alignright .wp-caption-text{
	/*padding-right: 10em;*/
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Guestbook
--------------------------------------------------------------*/
#comments label{
	display: block;
	text-transform: uppercase;
	font-size: 85%;
}
#reply-title, .comment-metadata{
	display: none;
}
p.comment-form-author{
	width: 49%;
	display: inline;
	float: left;
}
p.comment-form-email{
	width: 49%;
	display: inline;
	float: right;
}
.says{
	line-height: 4em;
}
.comment{
	padding: 2em 1em 1em;
}
.comment-body{
	max-width: 45em;
	margin: auto;
	padding: 1em;
}
.comment{
	border-top: 1px solid rgba(255,255,255,.3);
}
.form-submit{
	clear: both;
	display: block;
	width: 100%;
}
.form-submit:before{
	content: '';
	clear: both;
	display: block;
	width: 100%;
	height:1px;
}
/*--------------------------------------------------------------
## Masonry Items
--------------------------------------------------------------*/
#items{
	margin: auto;
	width: 100%;
	margin: auto;
}
.event-item{
	float: left;
	width: 33.3333%;
	margin-bottom: 2em;
}
.item-thumb img{
	width: 100%;
	height: 100%;
}
.item-data{
	width: 90%;
	padding: .25em;
}
.item-tags{
	padding:  .5em .75em;
	left: 0;
	top: 0;
}
h2.item-title,
h2.entry-title{
	margin-bottom: .75em;
	font-size: 1.1em;
}
.date{
	margin-top: 1em;
	margin-bottom: 1em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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;
}

.ias-noneleft,
.ias-trigger,
.ias-spinner{
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-transform: uppercase;
	cursor: pointer;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: left;
	font-size: 80%;
	opacity: .8;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
figure.gallery-item{
	margin: 0px;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
	padding-right: 5px;
}

/* Main Gallery */
.fotorama{

}
.fotorama-caption-wrap{
	background: #D2E3EE;
	padding: 2em;
	top: 0;
	transform: translateY(-70%);
	transform-origin: top;
	pointer-events: none;
	height: 200px;
}
.fotorama-caption{
	margin-bottom: 1.5em;
}
.fotorama-gallery-title{
	position: absolute;
	bottom: 2em;
}
.fotorama-caption-arrow{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 0 60px 24px;
	border-color: transparent transparent transparent #E8EFF4;
	-webkit-transform:rotate(360deg);
	position: absolute;
	top: 2em;
	left: 0;
}
/*--------------------------------------------------------------
# Share Buttons
--------------------------------------------------------------*/
ul.share-buttons{
  list-style: none !important;
  padding: 0;
  text-align: right;
}

ul.share-buttons li{
  display: inline !important;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.absolute{
	position: absolute;
}
.animate.fast{
	-webkit-transition: all 50ms ease-in-out;
	-moz-transition: all 50ms ease-in-out;
	-o-transition: all 50ms ease-in-out;
	transition: all 50ms ease-in-out;

}
.animate.medium{
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;

}
.animate.slow{
	-webkit-transition: all 550ms ease-in-out;
	-moz-transition: all 550ms ease-in-out;
	-o-transition: all 550ms ease-in-out;
	transition: all 550ms ease-in-out;

}
.big{
	font-size: 115%;
}
.black{
	background: #000;
	color: #f1f1f1;
}
.blue{
		background: #D2E3EE;
}
.blur{
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	 filter: blur(3px);
}
.button{
	text-decoration: none !important;
	padding: .5em 1em;
	background: rgba(189, 201, 208, 0.5);
}
.desat{
	-webkit-filter: grayscale(50%);
	 -moz-filter: grayscale(50%);
	 -o-filter: grayscale(50%);
	filter: grayscale(50%);
}
.disable{
	pointer-events: none;
}
.empty{
	height: 0em;
	padding: 0 !important;
}
.enable{
	pointer-events: auto;
	cursor: pointer;
}
.extended{
	letter-spacing: 2px;
}
.fixed{
	position: fixed;
}
.font-light{
	font-family: 'cf_asty_stdlight', sans-serif;
	font-weight: normal;
}
.font-normal{
	font-family: 'cf_asty_stdbook', sans-serif;
	font-weight: normal;
}
.font-medium{
	font-family: 'cf_asty_stdmedium', sans-serif;
	font-weight: normal;
}
.font-heavy{
	font-weight: normal;
	font-family: 'cf_asty_stdbold', sans-serif;
}
.grayscale{
	-webkit-filter: grayscale(100%);
	 -moz-filter: grayscale(100%);
	 -o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.hide{
	display: none;
}
.inner{
	max-width: 45em;
	padding: 3em 1em;
	margin: auto;
}
.home .inner,
.archive .inner{
	max-width: 65em;
	padding: 1em 1em;
	margin: auto;
}
.loose{
	line-height: 1.2em;
}
.lowercase{
	text-transform: lowercase;
}
.no-margin{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.offscreen{
	left:  -9999em;
}
.opaque.low{
	opacity: .75;
}
.opaque.medium{
	opacity: .5;
}
.opaque.high{
	opacity: .25;
}
.push-left{
	float: left !important;
}
.push-right{
	float: right !important;
}
.shadow{
	-webkit-box-shadow: 4px 3px 17px -5px rgba(0,0,0,0.64);
	-moz-box-shadow: 4px 3px 17px -5px rgba(0,0,0,0.64);
	box-shadow: 4px 3px 17px -5px rgba(0,0,0,0.64);
}
.small{
	font-size: 85%;
}
.tight{
	line-height: 1em;
}
.top{
	top: 0;
}
.uppercase{
	text-transform: uppercase;
}
.valign{
	top: 50%;
	transform: translateY(-50%);
}
.white{
	background: #FFF;
}
@media only screen and (max-width: 45em) {
	#header .site-branding{
		padding: 1.5em 3em;
		max-width: 50%;
	}
	.valign{
		top: 0%;
		transform: translateY(0%);
	}
	#footer-navigation,
	.fotorama-caption-wrap{
		display: none;
	}
	.event-item{
		width: 100%;
	}
	.entry-content img.alignleft, figure.wp-caption.alignleft,
	.entry-content img.alignright, figure.wp-caption.alignright{
		margin-left: 0;
		margin-right: 0;
		clear: both;
		display: block;
		width: 100% !important;
	}
	figure.wp-caption.alignleft .wp-caption-text,
	figure.wp-caption.alignright .wp-caption-text{
		padding: 0 !important;
	}
}
/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.acf-map {
	width: 100%;
	height: 400px;
	border: 0;
	margin: 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

	.embed-container {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	}

	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
