/*
Theme Name: BC-theme
Theme URI: http://underscores.me/
Author: Florian Groh
Author URI: http://gruetze.at
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: bc-theme
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.

BC-theme 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/
*/

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

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

body {
	margin: 0;
		-webkit-font-kerning: auto;
	font-kerning: auto;
	    -moz-osx-font-smoothing: grayscale;
	    -webkit-font-smoothing: antialiased;
	font-language-override: normal;
	font-size-adjust: none;
	font-style: normal;
	font-stretch: normal;
	font-synthesis: style weight;
	font-variant: normal;
	font-variant-alternates: normal;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-variant-position: normal;
	font-weight: normal;
		-moz-font-feature-settings: "kern", "liga" 0, "calt" 0;
	    -ms-font-feature-settings: "kern", "liga" 0, "calt" 0;
	    -o-font-feature-settings: "kern", "liga" 0, "calt" 0;
	    -webkit-font-feature-settings: "kern", "liga" 0, "calt" 0;
    font-feature-settings: "kern", "liga" 0, "calt" 0;
}

textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="search"] {
	-webkit-appearance: none !important;
	border-radius: 0 !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    background: #eee;
  }
}

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-family: 'rational_tw_displaysemibold', monospace !important;
	font-weight: normal;
}

dfn {
	font-style: italic;
}

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: 0;
}

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

pre {
	overflow: auto;
}

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

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
--------------------------------------------------------------*/
html {
	font-size: 12px;
}

body,
button,
input,
select,
textarea {
	color: #000; /*#404040;*/
	font-family: 'rational_tw_displaybook', monospace, sans-serif;
	font-size: 12px;
	line-height: 21px;
}

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

 h1 a, h1 a:visited,
 h2 a, h2 a:visited,
 h3 a, h3 a:visited,
 h4 a, h4 a:visited,
 h5 a, h5 a:visited,
 h6 a, h6 a:visited {
 	color: black;
}

h1 {
	font-size: 30px;
	line-height: 42px;
	font-family: 'rational_tw_displaysemibold', monospace;
	margin-bottom: 42px;
}

h1 span {
	border-bottom: 3px solid;
}

h2 {
	text-transform: uppercase;
	font-family: 'rational_tw_displaysemibold', monospace;
	font-size: 21px;
	line-height: 27px;
	letter-spacing: 1px;
	margin: 0;
}

h3 {
	font-family: 'rational_tw_displaysemibold', monospace;
	font-size: 18px;
	line-height: 27px;
}

@media screen and (min-width: 80em) {
	h1 {
		font-size: 18px;
		line-height: 27px;
		text-transform: uppercase;
		letter-spacing: 3px;
		margin-bottom: 0;
	}

	h1 span {
		border-bottom: 2px solid;
		word-break: break-word;
		position: relative;
	}

	h1 span:after {
		display: block;
		position: absolute;
		height: 3px;
		width: 3px;
		right: 0;
		bottom: -2px;
		background-color: #f2f1f1;
		z-index: 10;
		content: '';
	}

	h2 {
		text-transform: none;
		letter-spacing: 0;
	}
}


h3.link-headline {
	font-size: 18px;
	line-height: 27px;
	font-family: 'rational_tw_displaymedium', monospace;
}

h3.link-headline:after {
	content: "›";
}


.grid {
	font-size: 10px;
	line-height: 18px;
}

.grid h3.link-headline {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 21px;
}

.grid h4 {
	font-family: 'rational_tw_displaysemibold', monospace;
	margin: 18px 0;
}

@media screen and (min-width: 48em) {
	.grid {
		font-size: 12px;
		line-height: 21px;
	}

	.grid h3.link-headline {
		font-size: 18px;
	}

	.grid h4 {
		margin: 21px 0;
	}

}

.padded .grid h4 { 
	margin-top: 12px;
	margin-bottom: 0;
}

p {
	margin: 0;
}

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: 12px;
	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: 12px;
}

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

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

big {
	font-size: 125%;
}

.font-book {
	font-family: 'rational_tw_displaybook', monospace !important;
}

.font-medium {
	font-family: 'rational_tw_displaymedium', monospace !important;
}

.font-semibold {
	font-family: 'rational_tw_displaysemibold', monospace !important;
}

.dots {
	font-family: 'BC Glyph';
	display: block;
}

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

body {
	background: #f2f1f1; /* Fallback for when there is no custom background color defined. */
}

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

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

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: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 0px;
	background: transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

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 #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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: 1px solid #ccc;
	border-radius: 0px;
	padding: 3px;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.invis {
	height: 1px;
	left: -999px;
	position: absolute;
	top: -999px;
	visibility: hidden;
	width: 1px;
}

.site {
	margin: 0 auto;
	max-width: 1450px;
	width: 100%;
}

.site-header {
	padding-left: 2em;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px 1rem;
	z-index: 10;
	background: rgba(242,241,241,0.9);
}

.site-branding {
	position: relative;
	width: 100%;
}

.angewandte-logo {
	margin-top: 1em;
	max-width: 120px;
}

.custom-logo-link {
	float: left;
}

.custom-logo {
	display: none;
	width: 182px;
}

.pictogramm {
	display: block;
	height: 30px;
}

.burger {
	display: block;
	height: 16px;
	margin: 7px 0;
}


.btn-toggle {
	display: block;
	float: right;
	width: 21px;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
}

.expanded .site-header {
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling:touch;
}

body.expanded {
	overflow: hidden;
}

.site-content {
	margin-top: 50px;
	padding: 0 1rem;
}

@media screen and (min-width: 64em) {
	.site-content {
		margin-top: 50px;
		padding-left: 0;
	}
}

.page-title {
	margin-top: 0;
	color: black;
}

.page-header a {
	color: black !important;
}

.page-header img {
	max-height: 200px;
	width: auto;
}

.shadow {
	visibility: hidden;
}

.page-content, .page-header {
	float: left;
	width: 100%;
}

.page-content:after {
	display: block;
	width: 100%;
	content: "";
}

.entry-content > p,
.entry-content > ul,
.page-content > p,
.page-content > ul {
		max-width: 650px;
}

.page-content > p:first-child {
	margin-top: 3px;
}

.entry-content > p:first-child {
	margin-top: 2px;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child {
	margin-top: 2px;
}

.gmp_map_opts {
	width: 100% !important;
}

@media screen and (min-width: 64em) {
	body {
		background-image: url('img/pictogramm_white.svg');
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: auto 1300px;
		background-position: center 0;
	}
	.site {
		margin-top: 2em;
		width: 93%;
	}

	.site-content {
		margin-top:  83px;
		width: calc(100% - 240px);
		float: left;
	}

	.site-header {
		position: static;
		float: right;
		width: 240px;
		padding: 0 0 0 20px; 
		background: none;
	}

	.site-branding {
		margin-bottom: 1.4em;
	}

	.custom-logo-link {
		float: none;
	}

	.entry-content > p,
	.entry-content > ul,
	.page-content > p,
	.page-content > ul {
		max-width: 700px;
	}

}

@media screen and (min-width: 80em) {

	body {
		background-size: auto 1450px;
	}

	.page-header {
		width: 16.667%;
	}

	.page-content {
		width: 83.333%;
		padding-left: 2em;
	}

	.site-content {
		margin-top: 82px;
	}

	.page-footer {
		margin-left: 16.667%;
		padding-left: 2em;
	}

	.entry-content > p,
	.entry-content > ul,
	.page-content > p,
	.page-content > ul {
		max-width: 600px;
	}

	.padded, .gmp_map_opts {
		width: 85% !important;
	}
	
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #bf8507;
	text-decoration: none;
}

a:visited {
	color: #bf8507;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {}


a:hover img {
	opacity: 0.7;
}

a.custom-logo-link:hover img {
	opacity: 1;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	position: relative;
	top: 0px;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .8s;
	transition: max-height .8s;
	text-align: center;
}

#menu-toggle:checked + .main-navigation,
.expanded .main-navigation {
	max-height: 500px;
}

.main-navigation ul, .main-navigation ul ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}

.main-navigation li, .main-navigation form {
	margin: 18px auto;
}

.main-navigation > ul > li > a {
	font-size: 15px;
	letter-spacing: 2px;
	position: relative;
}

.main-navigation .search-form {
	width: 100%;
	max-width: 220px;
}

.main-navigation input.search-field, .main-navigation input.search-submit {
	margin: 0;
	height: 25px;
	line-height: 25px;
	float: left;
	display: block;
	box-sizing: border-box !important;
	background: transparent;
	border: 1px solid black;
}

.main-navigation input.search-field {
	padding: 0 .5em;
	width: calc(100% - 25px);
	
}

.main-navigation input.search-submit {
	font-family: 'BC Glyph';
	width: 25px;
	padding: 0;
	text-align: center;
	border-left: none;
	box-shadow: none;
	-webkit-appearance: button;
}

.main-navigation ul a {
	color: black;
	border-color: black;
	text-transform: uppercase;
	position: relative;
}

.main-navigation .sub-menu {
	display: none;
	padding-top: .5em;
	padding-left: 0;
	font-size: 12px;
}

.main-navigation .active .sub-menu {
	display: block;
}

.main-navigation ul ul li {
	margin: .7em 0;
}

.main-navigation ul ul a {
	color: #636363;
	text-transform: none;
}

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

.main-navigation > ul > li.active > a,
.main-navigation > ul > li > a:hover {
	border-bottom: 2px solid;
}

.main-navigation ul ul li.active a,
.main-navigation ul ul li a:hover {
	color: black;
}
.main-navigation li.active > a:after,
.main-navigation > ul > li > a:hover:after {
	display: block;
	position: absolute;
	height: 2px;
	width: 2px;
	right: 0;
	bottom: -2px;
	background-color: #f2f1f1;
	z-index: 10;
	content: '';
} 

.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_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

@media screen and (min-width: 64em) {
	.main-navigation {
		padding-left: 53px;
		max-height: 2000px;
		transition: max-height 0s;
		text-align: left;
	}

	.main-navigation ul {
		margin: 1em 0;
	}

	.main-navigation ul, .main-navigation ul ul {
		text-align: left;
		padding-left: 0px;
	}

	.main-navigation .search-form {
		margin-left: 0;
		margin-top: 3em;
	}

	.main-navigation .sub-menu {
		padding-left: 1.2em;
	}

	.btn-toggle {
		display: none;
	}

	.custom-logo {
		display: block;
	}

	.pictogramm {
		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%;
}

/*--------------------------------------------------------------
# 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-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
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

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

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

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

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.page-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: 10px;
}

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

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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


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

.grid {
	width: 100%;
	padding-top: 1px;
}

.gutter-sizer {
	width: 3%;
}

.grid-item {
	float: left;
	width: 48.5%;
	margin-bottom: 45px;
}

.grid-item .grid-photo {
	transition: opacity .4s;
	transform: translate3d(0, 0, 0);
	display: block;
}

.grid-item img {
	margin-bottom: 0;
}

.grid-item .grid-content:hover img {
	opacity: 0.7;
}

.grid-item .grid-content:hover h4 a {
	border-bottom: 1px solid black;
}


.readmore {
	display: inline-block;
}

@media screen and (min-width: 48em) {
	.grid-item { 
		width: 31.33%;
		margin-bottom: 63px;
	}


	.padded .grid-item {
		margin-bottom: 42px;
	}
}




















