.logo img {
    max-height: 450px !important;
    width: auto;
}
.header .cover {
    background: none;
}
.bg-dark {
    background-color: #861821 !important;
}
.main-menu > li::before {
    color: #f5f5f5;
}
body a {
	color: #861821;
}
body a:hover {
	color: #222;
}
.main-menu > li > a {
    color: #f5f5f5;
}
.footer {
	background-color: #861821;
	color:#f9f9f9;
}
.footer .widget-content {color:#f9f9f9;}

.footer a {color:#f5f5f5;}
.footer a:hover {color:#fff;}
.widget-content ul li::before {
    color: #f9f9f9;
}
.credits p {
    font-family: 'Roboto Slab', sans-serif;
    color: #f5f5f5;
}
.credits a {color:#777 !important;}

:-ms-input-placeholder {
	color: #777777;
}

p small {
	color: #777777;
	font-size: .62em;
}

.small-padding {
	padding: 40px 0;
}

.medium-padding {
	padding: 60px 0;
}

.big-padding {
	padding: 100px 0;
}

.section-inner, #content {
	max-width: 90%;
	width: 1400px;
	margin: 0 auto;
}

.section-inner.content {
	width: 1440px;
	max-width: 92.6%;
}

.section-inner.wide {
	width: 1240px;
}

.section-inner.thin {
	width: 700px;
}

.bg-dark {
	background-color: #451717;
}

.bg-graphite {
	background-color: #861821;
}

.bg-grey {
	background-color: #f1f1f1;
}

.bg-mediumgrey {
	background-color: #262626;
}

.bg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.panel {
    width: 45%;
}

/* columns */
.row .one-fourth {
	width: 21.5%;
	margin-left: 5%;
	float: left;
}

.row .one-third {
	width: 30%;
	margin-left: 5%;
	float: left;
}

.row .one-half {
	width: 47.5%;
	margin-left: 5%;
	float: left;
}

.row .two-thirds {
	width: 65%;
	margin-left: 5%;
	float: left;
}

.row .one-fourth:first-child,
.row .one-third:first-child,
.row .one-half:first-child,
.row .two-thirds:first-child {
	margin-left: 0;
}

.main-menu ul li:hover > ul {
	top: 0;
	left: 240px;
	margin-left: 0;
}

.main-menu ul ul li {
	background: #861821;
}

.main-menu ul ul ul li {
	background: #4d4d4d;
}

.main-menu ul ul ul ul li {
	background: #4d4d4d;
}


.post.sticky .post-header {
	padding-right: 17.5%;
}

.post .sticky-post {
	display: block;
	position: absolute;
	z-index: 100;
	right: 5%;
	height: 38px;
	width: 26px;
	background: #2B3542 url(images/icons/1x/tack-w.png) no-repeat center;
	background-size: 12px auto;
	top: 0;
	text-indent: -9999px;
}

.post .sticky-post:after {
	content: "";
	display: block;
	border: 13px solid transparent;
	border-left-color: #2B3542;
	border-right-color: #2B3542;
	position: absolute;
	right: 0;
	margin-top: -13px;
	top: 38px;
}

/*  Featured media  ----------------------------------------- */
.featured-media a,
.featured-media img,
.featured-media iframe {
	display: block;
}

.featured-media iframe,
.featured-media object {
	border: none;
	margin: 0;
}

.featured-media a {
	overflow: hidden;
}

.featured-media a:hover img {
	-webkit-transform: scale(1.1);
	opacity: .8;
	-moz-opacity: .8;
	-webkit-opacity: .8;
}

.media-caption {
	font-size: .8em;
	line-height: 110%;
	font-weight: 700;
	color: #999;
	padding: 20px 0;
	margin: 0 10%;
	border-bottom: 1px solid #eee;
}

/*  Post inner  ----------------------------------------- */
.post-header {
	position: relative;
	padding: 5% 8%;
	border-bottom: 1px solid #eee;
}

.post-header .post-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 1.25em;
	line-height: 110%;
	font-weight: 700;
	color: #301210;
}

.post-header .post-title a {
	color: #861821;
}

.post-header .post-title a:hover {
	color: #861821;
}

.post-excerpt {
	padding: 10%;
}

.post-excerpt p {
	font-size: .95em;
	line-height: 150%;
	color: #666;
}

.post-excerpt p + p {
	margin-top: 1em;
}

.post-excerpt .more-link {
	display: block;
	margin-top: 1.1em;
}

.post-excerpt .more-link:hover {
	text-decoration: underline;
}

.posts .post-meta {
	background: #F9F9F9;
	padding: 0 10%;
}

.posts .post-meta a {
	display: block;
	color: #999;
	font-size: .8em;
	font-weight: 700;
	float: left;
	padding: 20px 0 20px 24px;
	background: no-repeat left center;
	background-size: 18px auto;
	margin-left: 20px;
}

.posts .post-meta a:first-child {
	margin-left: 0;
}

.posts .post-meta a:hover {
	color: #861821;
}

.posts .post-meta a.post-date {
	background-image: url(images/icons/1x/clock-g.png);
}

.posts .post-meta a.post-date:hover {
	background-image: url(images/icons/1x/clock-c.png);
}

.posts .post-meta a.zilla-likes {
	background-image: url(images/icons/1x/heart-g.png);
}

.posts .post-meta a.zilla-likes:hover,
.posts .post-meta a.zilla-likes.active {
	background-image: url(images/icons/1x/heart-c.png);
	color: #861821;
}

.posts .post-meta a.post-comments {
	background-image: url(images/icons/1x/comment-g.png);
}

.posts .post-meta a.post-comments:hover {
	background-image: url(images/icons/1x/comment-c.png);
}

.posts .post-meta a.post-edit-link {
	height: 59px;
	width: 20px;
	text-indent: -9999px;
	background-image: url(images/icons/1x/edit-g.png);
	background-size: 20px auto;
	background-position: center;
}

.posts .post-meta a.post-edit-link:hover {
	background-image: url(images/icons/1x/edit-c.png);
}


/* format status */
.posts .format-status .post-excerpt {
	background: #2B3542;
}

.posts .format-status .post-excerpt p,
.format-status .post-content {
	font-family: 'Pacifico', sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-size: 1.2em;
}

/* Buttons Foundation */
button-fdt,.button-fdt, input[type="submit"] {
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: inline-block;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1.0625rem;
	padding-left: 2rem;
	font-size: 1rem;
	background-color: #2ba6cb;
	border-color: #2285a2;
	color: #ffffff !important;
	transition: background-color 300ms ease-out;
}

button-fdt:hover,button-fdt:focus,.button-fdt:hover,.button-fdt:focus,input[type="submit"] {
	background-color: #2285a2;
}

button-fdt:hover,button-fdt:focus,.button-fdt:hover,.button-fdt:focus {
	color: #fff;
}

button-fdt.secondary,.button-fdt.secondary {
	background-color: #e9e9e9;
	border-color: #2285a2;
	color: #333;
}

button-fdt.secondary:hover,button-fdt.secondary:focus,.button-fdt.secondary:hover,.button-fdt.secondary:focus {
	background-color: #2285a2;
}

button-fdt.secondary:hover,button-fdt.secondary:focus,.button-fdt.secondary:hover,.button-fdt.secondary:focus {
	color: #333;
}

button-fdt.success,.button-fdt.success {
	background-color: #5da423;
	border-color: #2285a2;
	color: #fff;
}

button-fdt.success:hover,button-fdt.success:focus,.button-fdt.success:hover,.button-fdt.success:focus {
	background-color: #2285a2;
}

button-fdt.success:hover,button-fdt.success:focus,.button-fdt.success:hover,.button-fdt.success:focus {
	color: #fff;
}

button-fdt.alert,.button-fdt.alert {
	background-color: #c60f13;
	border-color: #2285a2;
	color: #fff;
}

button-fdt.alert:hover,button-fdt.alert:focus,.button-fdt.alert:hover,.button-fdt.alert:focus {
	background-color: #2285a2;
}

button-fdt.alert:hover,button-fdt.alert:focus,.button-fdt.alert:hover,.button-fdt.alert:focus {
	color: #fff;
}

button-fdt.large,.button-fdt.large {
	padding-top: 1.125rem;
	padding-right: 2.25rem;
	padding-bottom: 1.1875rem;
	padding-left: 2.25rem;
	font-size: 1.25rem;
}

button-fdt.small,.button-fdt.small {
	padding-top: .875rem;
	padding-right: 1.75rem;
	padding-bottom: .9375rem;
	padding-left: 1.75rem;
	font-size: .8125rem;
}

button-fdt.tiny,.button-fdt.tiny {
	padding-top: .625rem;
	padding-right: 1.25rem;
	padding-bottom: .6875rem;
	padding-left: 1.25rem;
	font-size: .6875rem;
}

button-fdt.expand,.button-fdt.expand {
	padding-right: 0;
	padding-left: 0;
	width: 100%;
}

button-fdt.left-align,.button-fdt.left-align {
	text-align: left;
	text-indent: .75rem;
}

button-fdt.right-align,.button-fdt.right-align {
	text-align: right;
	padding-right: .75rem;
}

button-fdt.radius,.button-fdt.radius,input[type="submit"] {
	border-radius: 3px;
}

button-fdt.round,.button-fdt.round {
	border-radius: 1000px;
}

button-fdt.disabled,button-fdt[disabled],.button-fdt.disabled,.button-fdt[disabled] {
	background-color: #2ba6cb;
	border-color: #2285a2;
	color: #fff;
	cursor: default;
	opacity: .7;
	box-shadow: none;
}

button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus {
	background-color: #2285a2;
}

button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus {
	color: #fff;
}

button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus {
	background-color: #2ba6cb;
}

button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary {
	background-color: #e9e9e9;
	border-color: #2285a2;
	color: #333;
	cursor: default;
	opacity: .7;
	box-shadow: none;
}

button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus {
	background-color: #2285a2;
}

button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus {
	color: #333;
}

button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus {
	background-color: #e9e9e9;
}

button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success {
	background-color: #5da423;
	border-color: #2285a2;
	color: #fff;
	cursor: default;
	opacity: .7;
	box-shadow: none;
}

button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus {
	background-color: #2285a2;
}

button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus {
	color: #fff;
}

button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus {
	background-color: #5da423;
}

button.disabled.alert,button[disabled].alert,.button.disabled.alert,.button[disabled].alert {
	background-color: #c60f13;
	border-color: #2285a2;
	color: #fff;
	cursor: default;
	opacity: .7;
	box-shadow: none;
}

button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus {
	background-color: #2285a2;
}

button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus {
	color: #fff;
}

button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus {
	background-color: #c60f13;
}

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

@media only screen and (min-width: 40.063em) {
	button,.button {
		display: inline-block;
	}
}


/* -------------------------------------------------------------------------------- */
/*	6. Single post
/* -------------------------------------------------------------------------------- */
body.single-post .content {
	width: 67.5%;
}

body.single-post .content.full-width {
	width: 100%;
}

body.single-post .content.center {
	margin: 0 auto;
	width: 944px;
	max-width: 100%;
}

.single-post {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* post header */
.single-post .post-title {
	font-size: 2em;
}

.single-post .post-content {
	padding: 6% 8%;
}

/* format audio */
.single-post .mejs-playpause-button.mejs-play button,
.single-post .mejs-playpause-button.mejs-pause button {
	background-size: 24px auto;
}

.single-post .mejs-playpause-button.mejs-play button {
	background-image: url(images/icons/1x/audio/play-big.png);
}

.single-post .mejs-playpause-button.mejs-pause button {
	background-image: url(images/icons/1x/audio/pause-big.png);
}

.single-post .post-audio .mejs-mute button,
.single-post .post-audio .mejs-unmute button {
	background-size: 32px auto;
}

.single-post .post-audio .mejs-mute button {
	background-image: url(images/icons/1x/audio/audio-mute-big.png);
}

.single-post .post-audio .mejs-unmute button {
	background-image: url(images/icons/1x/audio/audio-unmute-big.png);
}

/* format gallery */
.single-post .format-gallery .flex-direction-nav a {
	height: 42px;
	width: 30px;
	background-size: auto 42px;
	margin-top: -21px;
}

.single-post .format-gallery .flex-direction-nav .flex-prev {
	background-image: url(images/icons/1x/chevron-left-w-shade-big.png);
}

.single-post .format-gallery .flex-direction-nav .flex-next {
	background-image: url(images/icons/1x/chevron-right-w-shade-big.png);
}

/* format quote */
.single-post .post-quote cite {
	font-size: 1em;
	margin-top: 30px;
}

/* single post meta */
.single-post .post-meta-container {
	position: relative;
	background: #2B3542;
}

.single-post .post-meta-container:after {
	content: "";
	display: block;
	background: #3F4854;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 60%;
}

.single-post .post-meta {
	float: right;
	width: 40%;
	position: relative;
	z-index: 10;
}

.single-post .post-meta p,
.single-post .post-meta > a,
.post-nav a {
	display: block;
	margin-top: 12px;
	font-size: .85em;
	line-height: 120%;
	font-weight: 700;
	min-height: 20px;
	padding: 1px 0 1px 23px;
	background: no-repeat left center;
	background-size: 16px auto;
	color: #9499A0;
}

.single-post .post-meta p:first-child {
	margin-top: 0;
}

.single-post .post-meta p.post-date {
	background-image: url(images/icons/1x/clock-g.png);
}

.single-post .post-meta a.zilla-likes {
	background-image: url(images/icons/1x/heart-g.png);
}

.single-post .post-meta a.zilla-likes:hover {
	background-image: url(images/icons/1x/heart-c.png);
}

.single-post .post-meta p.post-categories {
	background-image: url(images/icons/1x/folder-g.png);
}

.single-post .post-meta p.post-tags {
	background-image: url(images/icons/1x/tag-g.png);
}

.single-post .post-meta a {
	color: #9499A0;
}

.single-post .post-meta a:hover {
	color: #008E7B;
}

/* post navigation */
.post-nav {
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.1);
	margin-top: 20px;
}

.post-nav a {
	background-position: left 3px;
}

.post-nav a:first-child {
	margin-top: 0;
}

a.post-nav-prev {
	background-image: url(images/icons/1x/prev-g.png);
}

a.post-nav-prev:hover {
	background-image: url(images/icons/1x/prev-c.png);
}

a.post-nav-next {
	background-image: url(images/icons/1x/next-g.png);
}

a.post-nav-next:hover {
	background-image: url(images/icons/1x/next-c.png);
}

.single-post a.post-edit-link {
	background-image: url(images/icons/1x/edit-g.png);
	background-position: left 5px;
}

.single-post a.post-edit-link:hover {
	background-image: url(images/icons/1x/edit-c.png);
}

/* post-author */
.post-author {
	width: 60%;
	padding: 30px;
	float: left;
	position: relative;
	overflow: hidden;
}

.post-author:before,
.post-author:after {
	content: "";
	display: block;
	position: absolute;
	left: 30px;
}

.post-author:before {
	z-index: 100;
	top: 0;
	width: 40px;
	height: 70px;
	background: #861821 url(images/icons/1x/author-w.png) no-repeat center 29px;
	background-size: 22px auto;
}

.post-author:after {
	top: 50px;
	border: 20px solid transparent;
	border-left-color: #861821;
	border-right-color: #861821;
}

.post-author-content {
	margin-left: 70px;
}

.post-author h4 {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}

.post-author p {
	font-size: .875em;
	line-height: 150%;
	color: #9499A0;
}

.author-links {
	margin-top: 18px;
}

.author-links a {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: rgba(255,255,255,0.1);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px auto;
	margin-left: 5px;
	border-radius: 999px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	text-indent: -9999px;
}

.author-links a:first-child {
	margin-left: 0;
}

.author-links a.author-link-posts {
	background-image: url(images/icons/1x/archive-w.png);
}

.author-links a.author-link-website {
	background-image: url(images/icons/1x/home-w.png);
}

.author-links a.author-link-mail {
	background-image: url(images/icons/1x/social/mail-w.png);
}

.author-links a.author-link-twitter {
	background-image: url(images/icons/1x/social/twitter-w.png);
}

.author-links a:hover {
	background-color: #008E7B;
}

.post-content p,
.post-content blockquote,
.post-content ul,
.post-content ol,
.post-content address,
.post-content dl,
.post-content .wp-caption,
.post-content pre {
	line-height: 180%;
	margin-bottom: 1.1em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.post-content > :first-child {
	margin-top: 0;
}

.post-content :last-child {
	margin-bottom: 0;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin: 50px 0 30px;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 700;
	color: #333;
	letter-spacing: -.1px;
}

.post-content h1 {
	font-size: 2em;
}

.post-content h2 {
	font-size: 1.75em;
}

.post-content h3 {
	font-size: 1.45em;
}

.post-content h4 {
	font-size: 1.15em;
	font-weight: 400;
}

.post-content h5 {
	font-size: 1em;
	font-weight: 400;
}

.post-content h6 {
	font-size: .9em;
	font-weight: 700;
	text-transform: uppercase;
}

.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
	margin-top: 30px;
}

.post-content blockquote {
	position: relative;
	font-size: 1em;
	font-weight: 300;
	font-weight: normal;
	margin: 40px 0;
}

.post-content blockquote:before,
.post-content blockquote:after {
	content: "";
	display: block;
	width: 128px;
	height: 3px;
	background: #eee;
	margin: 40px auto;
}

.post-content blockquote p {
	font-size: 1.2em;
	line-height: 160%;
	font-weight: 300;
	text-align: center;
}

.post-content cite {
	font-family: 'Roboto Slab', sans-serif;
	font-size: .9rem;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 140%;
	text-align: center;
}

.post-content cite:before {
	content: "— ";
}

.post-content blockquote cite {
	display: block;
	margin-top: 1em;
}

.post-content blockquote cite em {
	font-style: italic;
	font-weight: bold;
}

em, q {
	font-style: italic;
}

.post-content strong em,
.post-content em strong {
	font-weight: bold;
	font-style: italic;
}

.post-content big {
	font-size: 1.25em;
}

abbr, acronym {
	cursor: help;
}

code, kbd, pre {
	font-size: .85em;
	background: #EEE;
	font-family: Menlo, Monaco, monospace;
}

.post-content .highlight {
	background: #fcf8a5;
	display: inline;
	padding: 2px 3px;
}

.post-content kbd,
.post-content code {
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.post-content dl {
	line-height: 160%;
}

.post-content dl dt {
	font-weight: bold;
}

.post-content hr {
	width: 50%;
	height: 5px;
	background: #EEE;
	margin: 2em auto;
	border: 0;
}

.post-content ul {
	list-style: disc;
	margin-left: 1.5em;
}

.post-content ul ul {
	list-style: circle;
}

.post-content ul ul ul {
	list-style: square;
}

.post-content ol {
	list-style: decimal;
	margin-left: 1.5em;
}

.post-content ol ol {
	list-style: lower-alpha;
}

.post-content ol ol ol {
	list-style: lower-roman;
}

.post-content ul ul,
.post-content ul ol,
.post-content ol ul,
.post-content ol ol {
	margin-bottom: 0;
}

.post-content li {
	margin-top: .5em;
	line-height: 170%;
}

.post-content ol > li:last-child,
.post-content ul > li:last-child {
	margin-bottom: 0;
}

.post-content address {
	padding: 3% 3.5%;
	background: #f1f1f1;
}

.post-content pre {
	white-space: pre-wrap;
/* css-3 */
	white-space: -moz-pre-wrap;
/* Mozilla, since 1999 */
	white-space: -pre-wrap;
/* Opera 4-6 */
	white-space: -o-pre-wrap;
/* Opera 7 */
	word-wrap: break-word;
/* Internet Explorer 5.5+ */
	line-height: 140%;
	padding: 2% 2.5%;
	background: #363F48;
	font-size: .8em;
	color: #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* Post media --------------------------------------- */
img.alignleft,
.alignleft img,
img.aligncenter,
.aligncenter img,
img.alignright,
.alignright img {
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #EEE;
}

.post-content .alignleft,
.post-content .alignright {
	margin-bottom: 1.2em;
	max-width: 300px;
}

.post-content .wp-caption a,
.post-content .wp-caption img {
	display: block;
}

.post-content .wp-caption .alignleft,
.post-content .wp-caption .alignright {
	margin-bottom: 0;
}

.post-content .alignleft {
	float: left;
	margin-right: 1em;
}

.post-content .alignright {
	float: right;
	margin-left: 1em;
}

.post-content .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post-content .wp-caption-text, .post-content .gallery-caption {
	color: #777;
	font-size: .8em;
	font-weight: 500;
	padding-top: .5em;
	text-align: center;
}

.post-content .gallery-caption {
	font-size: 16px;
	line-height: 24px;
}

/* Tables --------------------------------------- */
.post-content table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: .9em;
	width: 100%;
}

.post-content th,
.post-content td {
	padding: 2%;
	margin: 0;
	overflow: visible;
	line-height: 120%;
	border-bottom: 1px solid #DDD;
}

.post-content caption {
	text-align: center;
	padding: 2%;
}

.post-content thead {
	vertical-align: bottom;
	white-space: nowrap;
}

.post-content th {
	font-weight: bold;
}

.post-content table tbody > tr:nth-child(odd) > td {
	background: #f9f9f9;
}

/* -------------------------------------------------------------------------------- */
/*	8. Comments
/* -------------------------------------------------------------------------------- */
.content .comments {
	padding: 10%;
	background: #fff;
}

.nocomments {
	display: none;
	padding: 10%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color: #999;
}

.comments + .nocomments {
	border-top: 1px solid #eee;
}

.comments-title-container {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
	font-family: 'Roboto Slab', sans-serif;
}

.comments-title {
	font-size: 1.75em;
	color: #2B3542;
}

.add-comment-title {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 14px;
}

.add-comment-title a:hover {
	text-decoration: underline;
}

/* comment */
.comments div.comment {
	margin-top: 40px;
}

.comments .commentlist > li.comment:first-child > div.comment:first-child {
	margin-top: 0;
}

.comments div.comment {
	position: relative;
}

.comments .children {
	margin-left: 5%;
}

.comment-inner {
	margin-left: 110px;
	padding: 20px;
	background: #eee;
	position: relative;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.comment-inner:after {
	content: "";
	display: block;
	border: 12px solid transparent;
	border-right-color: #eee;
	position: absolute;
	top: 28px;
	left: 0;
	margin-left: -24px;
}

.comment .avatar {
	float: left;
	width: 80px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.comment.bypostauthor {
	position: relative;
}

.comment.bypostauthor:after {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: #008E7B url(images/icons/1x/author-w.png) no-repeat center 8px;
	background-size: 14px auto;
	border-radius: 999px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -8px;
	margin-left: -8px;
}

.comment-header {
	margin-bottom: 25px;
}

.comment-header cite {
	display: block;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 8px;
}

.comment-header cite,
.comment-header cite a {
	color: #2B3542;
}

.comment-header cite a:hover {
	color: #008E7B;
}

.comment-header p {
	font-size: .85em;
}

.comment-header p,
.comment-header p a {
	color: #999;
}

.comment-header p a:hover {
	color: #666;
}

/* comment-content */
.comment-content {
	font-size: .9em;
}

.comment-content a:hover {
	text-decoration: underline;
}

.comment-content p,
.comment-content li,
.comment-content blockquote {
	line-height: 150%;
	margin-top: 1em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.comment-content :first-child {
	margin-top: 0;
}

.comment-content :last-child {
	margin-bottom: 0;
}

.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
	margin: 50px 0 20px;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
}

.comment-content blockquote {
	padding: 20px;
	background: #ddd;
}

.comment-content ul {
	list-style: disc;
	margin-left: 1.5em;
}

.comment-content ul ul {
	list-style: circle;
}

.comment-content ul ul ul {
	list-style: square;
}

.comment-content ol {
	list-style: decimal;
	margin-left: 1.5em;
}

.comment-content ol ol {
	list-style: lower-alpha;
}

.comment-content ol ol ol {
	list-style: lower-roman;
}

.comment-content ul ul,
.comment-content ul ol,
.comment-content ol ul,
.comment-content ol ol {
	margin-bottom: 0;
}

.comment-content li {
	margin-top: .5em;
	line-height: 170%;
}

.comment-content ol > li:last-child,
.comment-content ul > li:last-child {
	margin-bottom: 0;
}

.comment-content address {
	padding: 20px;
	background: #ddd;
	line-height: 140%;
}

.comment-content pre {
	padding: 20px;
	background: #ddd;
	line-height: 150%;
	overflow-x: scroll;
}

/* comment actions */
.comment-actions {
	position: absolute;
	top: 22px;
	right: 20px;
}

.comment-actions a {
	display: block;
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	background: #2B3542 no-repeat center;
	background-size: 16px auto;
	border-radius: 999px;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	text-indent: -9999px;
}

.comment-actions a + a {
	margin-left: -8px;
}

.comment-actions .comment-reply-link {
	background-image: url(images/icons/1x/reply-w.png);
}

.comment-actions .comment-edit-link {
	background-image: url(images/icons/1x/edit-w.png);
}

.comment-actions a:hover {
	background-color: #008E7B;
	color: #fff;
	z-index: 10;
}

/* comment navigation */
.comment-nav-below {
	margin-top: 40px;
	border-top: 1px solid #eee;
	padding-top: 20px;
	font-size: .9em;
	font-weight: 700;
}

.comment-nav-below a {
	color: #666;
}

/* pingbacks */
.comments .pingbacks {
	padding-top: 40px;
	border-top: 1px solid #eee;
	margin-top: 40px;
}

.pingbacks-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 1.25em;
	margin-bottom: 20px;
	color: #2B3542;
}

.pingbacklist .pingback {
	padding: 15px;
	line-height: 130%;
}

.pingbacklist .pingback a {
	color: #767676;
}

.pingbacklist .pingback a:hover {
	color: #008E7B;
}

.pingbacklist .pingback:nth-child(2n) {
	background-color: #eee;
}

/* -------------------------------------------------------------------------------- */
/*	9. Respond
/* -------------------------------------------------------------------------------- */
.comment-respond {
	padding: 10%;
	background: #fff;
	border-top: 1px solid #eee;
}

.comments .comment-respond {
	padding: 10% 0;
	border-top: none;
}

.comment-reply-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 1.75em;
	color: #2B3542;
}

.comment-reply-title #cancel-comment-reply-link {
	font-size: .9rem;
	text-transform: uppercase;
	font-weight: 700;
	margin-left: 5px;
}

.comment-reply-title #cancel-comment-reply-link:hover {
	text-decoration: underline;
}

.comment-notes,
.logged-in-as {
	color: #666;
	line-height: 130%;
	margin-bottom: 40px;
	margin-top: 25px;
}

.logged-in-as a:hover {
	text-decoration: underline;
}

.comment-form {
	margin-top: 10px;
}

.comment-form p {
	margin-top: 14px;
	position: relative;
}

.comment-form p:first-child {
	margin-top: 0;
}

.comment-form label,
.comment-form .required {
	display: none;
}

.comment-form input, input[type="text"],
.comment-form input, input[type="email"],
.comment-form textarea, textarea {
	display: block;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #ffffff;
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	-webkit-font-smoothing: antialiased;
	margin: 0 0 15px !important;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
	width: 75%;
}

.comment-form input[type="text"],
.comment-form input[type="email"] {
	position: relative;
	padding-right: 60px;
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: auto 24px;
}

input#author {
	background-image: url(images/icons/1x/author-g.png);
}

input#email {
	background-image: url(images/icons/1x/social/mail-g.png);
}

input#url {
	background-image: url(images/icons/1x/home-g.png);
	background-size: 24px auto;
}

.comment-form textarea {
	height: 250px;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
	outline: none;
	color: #fff;
	background-color: #2B3542;
}

input#author:focus {
	background-image: url(images/icons/1x/author-w.png);
}

input#email:focus {
	background-image: url(images/icons/1x/social/mail-w.png);
}

input#url:focus {
	background-image: url(images/icons/1x/home-w.png);
}

.form-allowed-tags,
.form-allowed-tags code {
	line-height: 160%;
}


/* -- Homepage template -- */
.callout-box {
	position: relative;
	width: 100%;
}

.panel {
	display: inline-block;
	margin-right: 2em;
}

.panel.callout {
	margin-bottom: 1.25rem;
}

.panel {
	display: inline-block;
	margin: 0 1.7em 0 0;
	width: 45%;
}

.panel h4 {
	font-family: 'Inder', sans-serif;
	font-size: 1.125em;
	font-weight: 400;
	margin: 1px 0 20px;
}

.panel h5 {
	font-family: 'Inder', sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	margin: 15px 0 20px;
}

.panel p {
	line-height: 1.5;
	margin: .33em 1em .6em 0;
}

/* Contributors template ---------------------------------------------------------- */
.post-content + .contributors-container {
	border-top: 1px solid #eee;
}

.authors-row {
	position: relative;
	padding: 10%;
	border-top: 1px solid #eee;
}

.authors-row:first-child {
	border-top: none;
}

.authors-row:before {
	content: "";
	display: block;
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	background: #eee;
}

.authors-row .author-info {
	width: 45%;
	margin-left: 10%;
	text-align: center;
}

.authors-row .author-info:first-child {
	margin-left: 0;
}

.author-avatar {
	display: inline-block;
	width: 134px;
	height: auto;
	margin: 0 auto 25px;
	border-radius: 9999px;
	-moz-border-radius: 9999px;
	-webkit-border-radius: 9999px;
}

.author-avatar img {
	display: block;
	margin: 0 auto;
	border-radius: 9999px;
	-moz-border-radius: 9999px;
	-webkit-border-radius: 9999px;
}

.author-info h4 {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

.author-info h4 a {
	color: #2B3542;
}

.author-info h4 a:hover {
	color: #008E7B;
}

.author-info h5 {
	display: none;
	font-family: 'Roboto Slab', sans-serif;
	text-align: center;
	margin-bottom: 25px;
}

.author-info h5 a {
	color: #999;
}

.author-info h5 a:hover {
	color: #444;
}

.author-description {
	line-height: 140%;
	text-align: center;
}

.author-info .author-links a {
	background-color: #2B3542;
}

.author-info .author-links a:hover {
	background-color: #008E7B;
}

.page-title {
	margin-bottom: 60px;
	text-align: center;
}

.page-title h5 {
	display: none;
	padding-bottom: 4px;
	border-bottom: 2px solid #ccc;
	font-family: 'Roboto Slab', sans-serif;
	font-size: .9em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

.page-title h3 {
	margin-top: 15px;
	font-family: 'Roboto Slab', sans-serif;
	font-size: 1.75em;
	font-weight: 400;
	text-align: center;
	color: #2B3542;
}

.tag-archive-meta p {
	text-align: center;
	margin-top: 15px;
	color: #767676;
	font-style: italic;
}

/* archive navigation */
.archive-nav a {
	font-size: .9em;
	padding: 16px 20px;
	background: #2B3542;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
}

.archive-nav a:hover {
	background: #008E7B;
	color: #fff;
}

/* search */
.search-no-results .post-content p {
	text-align: center;
}

/* -------------------------------------------------------------------------------- */
/*	11. Sidebar
/* -------------------------------------------------------------------------------- */
.sidebar {
	width: 27.5%;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
}

.sidebar .widget {
	padding: 30px;
	border-top: 1px solid #EEE;
}

.sidebar .widget:first-child {
	border-top: none;
}

.sidebar .widget-title {
	background-color: #861821 !important;
	border-radius: 3px;
	color: #ffffff !important;
	font-family: "Roboto Slab", sans-serif;
	font-size: 112% !important;
	padding: 1em !important;
}

.widget-title {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.sidebar .widget-content {
	font-size: .85em;
	color: #656565;
}

.widget-content a:hover {
	text-decoration: underline;
}

.sidebar .widget-content p {
	line-height: 150%;
}

.widget-content ul li {
	position: relative;
	margin-top: 10px;
	padding: 1px 0 1px 14px;
	line-height: 130%;
}

.widget-content ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	color: #007389;
	font-size: 18px;
}

.widget-content > ul > li:first-child {
	margin: 0;
}

.widget-content li ul > li:first-child {
	margin-top: 10px;
}

.widget-content .page_item_has_children {
	padding-bottom: 0;
}

.widget-content li ul li {
	padding-left: 15px;
}

.widget-content ul li .post-date {
	margin-left: 5px;
	color: #999;
}

.widget-content > ul > li:first-child {
	border-top: 0;
}

/* Widget tag cloud --------------------------------------- */
.tagcloud a {
	display: block;
	float: left;
	padding: 8px 11px;
	margin: 0 5px 5px 0;
	background: #BBB;
	font-size: .8em !important;
	line-height: 1;
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tagcloud a:hover {
	background-color: #008E7B;
	color: #fff;
	text-decoration: none;
}

/* Widget search --------------------------------------- */
.wrapper .searchform,
.footer .searchform {
	position: relative;
}

.wrapper .searchform .s,
.footer .searchform .s {
	display: block;
	width: 100%;
	border: none;
	margin: 0;
	background: #ddd;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: 'Roboto', sans-serif;
	font-size: .9em;
	-webkit-font-smoothing: antialiased;
}

.wrapper .searchform .s:focus,
.footer .searchform .s:focus {
	background-color: #2B3542;
	outline: none;
}

.wrapper .searchform .searchsubmit,
.footer .searchform .searchsubmit {
	display: block;
	height: 36px;
	width: 36px;
	border: none;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 10px;
	text-indent: -9999px;
	background: url(images/icons/1x/spyglass-g.png) no-repeat center;
	background-size: 24px auto;
}

.wrapper .searchform .searchsubmit:hover,
.footer .searchform .searchsubmit:hover {
	cursor: pointer;
	background-image: url(images/icons/1x/spyglass-c.png);
}

/* Widget calendar --------------------------------------- */
#wp-calendar {
	color: #888;
	width: 100%;
	max-width: 100%;
	text-align: center;
	font-size: .9em;
}

#wp-calendar a {
	color: #1abc9c;
}

#wp-calendar,
#wp-calendar caption,
#wp-calendar tr,
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}

#wp-calendar th,
#wp-calendar td {
	padding: 4% 2%;
}

#wp-calendar caption,
#wp-calendar thead {
	color: #666;
}

#wp-calendar caption {
	font-family: 'Roboto Slab', sans-serif;
	font-size: 1rem;
	color: #666;
	text-transform: capitalize;
	padding-bottom: 20px;
}

#wp-calendar thead th {
	font-size: .9em;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

#wp-calendar tbody {
	border-bottom: 1px solid #eee;
}

#wp-calendar tfoot td {
	padding: 0;
}

#wp-calendar tfoot #prev {
	text-align: left;
}

#wp-calendar tfoot #next {
	text-align: right;
}

#wp-calendar tfoot a {
	display: block;
	color: #999;
	padding: 12px 0;
	font-size: .9em;
	font-weight: 700;
	text-transform: uppercase;
}

#wp-calendar tfoot a:hover {
	text-decoration: none;
	color: #1abc9c;
}

/* Dribbble widget --------------------------------------- */
/* Flickr widget --------------------------------------- */
/* -------------------------------------------------------------------------------- */
/*	11. Footer
/* -------------------------------------------------------------------------------- */
.footer .widget {
	margin-top: 40px;
	border-top: 4px solid #333;
	padding-top: 40px;
}

.footer .widget:first-child {
	margin: 0;
	border: none;
	padding: 0;
}

.footer .widget-title {
	color: #FFF;
	font-family: "Roboto Slab", sans-serif;
	letter-spacing: .05px;
	font-size: .92em;
}

/* Widgets footer */
.footer .widget-content, .footer .widget-content a {
	color: #f6f6f6;
	font-size: .95em;
}

.footer .widget-content ul li:before {
	color: #f6f6f6;
	content: "»";
	font-size: 18px;
	left: 0;
	position: absolute;
	top: 0;
}

.footer .widget-content p {
	line-height: 160%;
}

.widget-content p + p {
	margin-top: 1em;
}

.footer .whitebg {
	background: none repeat scroll 0 0 #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	margin: 0;
	padding: .92em 1.45em;
}

.footer .widget img {
	width: 45%;
	height: auto;
}

/* Widgets --------------------------------------- */
/* Widget search */
.footer .widget_search .s {
	background: #333;
}

/* widget tagcloud */
.footer .tagcloud a {
	background-color: #333;
}

.footer .tagcloud a:hover {
	text-decoration: none;
	background-color: #008E7B;
}

/* widget calendar */
.footer #wp-calendar caption {
	color: #fff;
}

.footer #wp-calendar thead th {
	border: none;
	border-top: 1px solid #3B3B3B;
	border-bottom: 1px solid #3B3B3B;
}

.footer #wp-calendar tbody {
	border-bottom: 1px solid #3B3B3B;
}

/* dribbble and flickr widget */
.footer .dribbble-shot,
.footer .flickr_badge_image {
	background: #333;
}

/* -------------------------------------------------------------------------------- */
/*	12. Credits
/* -------------------------------------------------------------------------------- */
.credits p {
	font-family: 'Roboto Slab', sans-serif;
	color: #767676;
	font-size: .8rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.credits a {
	color: #ccc;
}

.credits a:hover {
	color: #ccc;
	text-decoration: underline;
}

img#wpstats {
	display: none;
}

/* Silly WordPress stats */
/* -------------------------------------------------------------------------------- */
/*	13. Responsive
/* -------------------------------------------------------------------------------- */
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
	/* 2X images */
	.search-toggle {
		background-image: url(images/icons/2x/spyglass-w.png);
	}
	
	.post .sticky-post {
		background-image: url(images/icons/2x/tack-w.png);
	}
	
	.posts .post-meta a.post-date {
		background-image: url(images/icons/2x/clock-g.png);
	}
	
	.posts .post-meta a.post-date:hover {
		background-image: url(images/icons/2x/clock-c.png);
	}
	
	.posts .post-meta a.zilla-likes {
		background-image: url(images/icons/2x/heart-g.png);
	}
	
	.posts .post-meta a.zilla-likes:hover,
																																																				.posts .post-meta a.zilla-likes.active {
		background-image: url(images/icons/2x/heart-c.png);
	}
	
	.posts .post-meta a.post-comments {
		background-image: url(images/icons/2x/comment-g.png);
	}
	
	.posts .post-meta a.post-comments:hover {
		background-image: url(images/icons/2x/comment-c.png);
	}
	
	.mejs-playpause-button.mejs-play button,
																																																				.single-post .mejs-playpause-button.mejs-play button {
		background-image: url(images/icons/2x/audio/play.png);
	}
	
	.mejs-playpause-button.mejs-pause button,
																																																				.single-post .mejs-playpause-button.mejs-pause button {
		background-image: url(images/icons/2x/audio/pause.png);
	}
	
	.mejs-mute button,
																																																				.single-post .mejs-mute button {
		background-image: url(images/icons/2x/audio/audio-mute.png);
	}
	
	.mejs-unmute button,
																																																				.single-post .mejs-unmute button {
		background-image: url(images/icons/2x/audio/audio-unmute.png);
	}
	
	.post-link a {
		background-image: url(images/icons/2x/link-c.png);
	}
	
	.format-gallery .flex-direction-nav .flex-prev,
																																																				.single-post .format-gallery .flex-direction-nav .flex-prev {
		background-image: url(images/icons/2x/chevron-left-w-shade.png);
	}
	
	.format-gallery .flex-direction-nav .flex-next,
																																																				.single-post .format-gallery .flex-direction-nav .flex-next {
		background-image: url(images/icons/2x/chevron-right-w-shade.png);
	}
	
	.single-post .post-meta p.post-date {
		background-image: url(images/icons/2x/clock-g.png);
	}
	
	.single-post .post-meta a.zilla-likes {
		background-image: url(images/icons/2x/heart-g.png);
	}
	
	.single-post .post-meta a.zilla-likes:hover {
		background-image: url(images/icons/2x/heart-c.png);
	}
	
	.single-post .post-meta p.post-categories {
		background-image: url(images/icons/2x/folder-g.png);
	}
	
	.single-post .post-meta p.post-tags {
		background-image: url(images/icons/2x/tag-g.png);
	}
	
	.author-links a.author-link-posts {
		background-image: url(images/icons/2x/archive-w.png);
	}
	
	.author-links a.author-link-website {
		background-image: url(images/icons/2x/home-w.png);
	}
	
	.author-links a.author-link-mail {
		background-image: url(images/icons/2x/social/mail-w.png);
	}
	
	.author-links a.author-link-twitter {
		background-image: url(images/icons/2x/social/twitter-w.png);
	}
	
	.comment.bypostauthor:after {
		background-image: url(images/icons/2x/author-w.png);
	}
	
	.comment-actions .comment-reply-link {
		background-image: url(images/icons/2x/reply-w.png);
	}
	
	.comment-actions .comment-edit-link {
		background-image: url(images/icons/2x/edit-w.png);
	}
	
	input#author {
		background-image: url(images/icons/2x/author-g.png);
	}
	
	input#email {
		background-image: url(images/icons/2x/social/mail-g.png);
	}
	
	input#url {
		background-image: url(images/icons/2x/home-g.png);
	}
	
	input#author:focus {
		background-image: url(images/icons/2x/author-w.png);
	}
	
	input#email:focus {
		background-image: url(images/icons/2x/social/mail-w.png);
	}
	
	input#url:focus {
		background-image: url(images/icons/2x/home-w.png);
	}
	
	.single-post .post-meta p.image-resolution {
		background-image: url(images/icons/2x/image-g.png);
	}
	
	.single-attachment .post-author:before {
		background-image: url(images/icons/2x/image-w.png);
	}
	
	.searchform .searchsubmit {
		background-image: url(images/icons/2x/spyglass-g.png);
	}
	
	.searchform .searchsubmit:hover {
		background-image: url(images/icons/2x/spyglass-c.png);
	}
}

@media (min-width: 1680px) {
	.panel {
		width: 45%;
	}
}

@media (max-width: 1440px) {
	.wrapper.section {
		padding: 5% 0;
	}
	
	/* pagination */
	.page-title {
		margin-bottom: 5%;
	}
	
	.archive-nav {
		margin-top: 1%;
	}
	
	.panel {
		font-size: 98%;
		width: 44%;
	}
}

@media (max-width: 1280px) {
	body {
		font-size: 16px;
	}
	
	.header .logo img {
		max-height: 180px;
	}
}

@media (max-width: 1040px) {
	/* main content */
	.section-inner.content {
		max-width: 94%;
	}
	
	.header .logo img {
		max-height: 140px;
	}
	
	.post-container {
		width: 50%;
	}
	
	.headertext {
		width: 34%;
	}
	
	.introtext {
		font-size: 92%;
	}
	
	.panel {
		font-size: 90%;
		margin: 1em;
		width: 44.3%;
	}
}

@media (max-width: 989px) {
	/* structure */
	body.single-post .content {
		width: 100%;
		float: none;
	}
	
	.blog-title {
		margin: -1.7em 4%;
		text-align: left;
	}
	
	.blog-description {
		display: inline-block;
		float: none;
		font-size: 1.25em;
		margin: .95em 1em .5em 1.3em;
		text-align: left;
		width: 92%;
	}
	
	.headertext {
		margin: 1.25em 0 0 1.3em;
		width: 62%;
	}
	
	.headertext-right p {
		display: none;
	}
	
	.sidebar {
		width: 100%;
	}
	
	/* navigation */
	.main-menu {
		display: none;
	}
	
	.search-toggle {
		width: 24px;
	}
	
	.nav-toggle {
		display: block;
		padding: 25px 0;
	}
	
	.nav-toggle .bar {
		display: block;
		width: 26px;
		height: 3px;
		margin-top: 5px;
		background: #8E8E8E;
		border-radius: 1px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
	}
	
	.nav-toggle .bar:first-child {
		margin-top: 0;
	}
	
	.nav-toggle:hover {
		cursor: pointer;
	}
	
	.nav-toggle.active .bar {
		background: #fff;
	}
	
	.mobile-menu li {
		border-top: 1px solid rgba(255,255,255,0.1);
	}
	
	.mobile-menu > li:first-child {
		border-top: none;
	}
	
	.mobile-menu a {
		display: block;
		padding: 25px 5%;
		font-size: .9em;
		text-transform: uppercase;
		color: #999;
		letter-spacing: 1px;
	}
	
	.mobile-menu a:hover {
		color: #fff;
	}
	
	.mobile-menu ul a {
		padding-left: 10%;
	}
	
	.mobile-menu ul ul a {
		padding-left: 15%;
	}
	
	.mobile-menu ul ul ul a {
		padding-left: 20%;
	}
	
	.mobile-menu ul ul ul ul a {
		padding-left: 25%;
	}
	
	.mobile-menu ul ul ul ul ul a {
		padding-left: 30%;
	}
	
	.panel {
		width: 43%;
	}
}

@media (max-width: 800px) {
	/* structure */
	.wrapper.section {
		padding: 4% 0;
	}
	
	.section-inner {
		max-width: 92%;
	}
	
	.section-inner.content {
		max-width: 97%;
	}
	
	/* header */
	.section.header {
		padding: 50px 0;
	}
	
	.header .logo img {
		max-height: 130px;
	}
	
	.header-inner {
		margin-top: 0;
	}
	
	/* footer */
	.footer .one-third {
		width: 47.5%;
	}
	
	.footer .column-3 {
		display: none;
	}
	
	/* credits */
	.credits span {
		display: none;
	}
}

@media (max-width: 700px) {
	.header .logo img {
		max-height: 120px;
	}
	
	/* single post */
	.post-author,
																																																				.single-post .post-meta {
		width: 100%;
		float: none;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	
	.single-post .post-meta-container:after {
		content: none;
	}
	
	.single-post .post-meta {
		background-color: #3F4854;
	}
	
	/* post content */
	.post-content .alignleft,
																																																				.post-content .alignright {
		max-width: 100%;
		float: none;
		margin: 1.25em 0;
	}
	
	.post-content .alignleft a,
																																																				.post-content .alignleft img,
																																																				.post-content .alignright a,
																																																				.post-content .alignright img {
		margin-left: auto;
		margin-right: auto;
	}
	
	/* comments */
	.comment-form-author, 
																																																				.comment-form-email, 
																																																				.comment-form-url {
		width: 100%;
	}
}

@media (max-width: 600px) {
	/* structure */
	.wrapper.section {
		padding: 25px 0;
	}
	
	.post-header,.single-post .post-content,.post-excerpt,.content .comments,.comment-respond,.post-quote,.post-link {
		padding: 7.5% 6%;
	}
	
	/* header */
	.header .logo img {
		max-height: 100px;
	}
	
	.section.header {
		padding: 35px 0;
	}
	
	.header-search-block .s {
		font-size: 1.5em;
		margin-top: -17px;
	}
	
	.nav-toggle {
		padding: 20px 0;
	}
	
	.search-toggle {
		height: 59px;
	}
	
	/* navigation */
	.navigation-inner {
		max-width: 90%;
	}
	
	.mobile-menu a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	/* main content */
	.section-inner.content {
		max-width: 92%;
	}
	
	.post-container {
		width: 100%;
		padding: 0;
		margin-top: 25px;
	}
	
	.post-container:first-child {
		margin-top: 0;
	}
	
	.post-header .post-title {
		font-size: 1.5em;
	}
	
	.post-excerpt {
		font-size: 1em;
	}
	
	.posts .post-meta {
		padding: 0 6%;
	}
	
	/* format audio */
	.single-post .post-audio .mejs-mute button, 
																	.single-post .post-audio .mejs-unmute button {
		background-size: 20px auto;
	}
	.single-post .mejs-playpause-button.mejs-play button, 
																																																				.single-post .mejs-playpause-button.mejs-pause button {
		background-size: 16px auto;
	}
	
	/* single post */
	.media-caption {
		margin: 0 6%;
		padding-bottom: 10px;
	}
	
	.single-post .post-quote blockquote,
																																																				.single-post .post-link p {
		font-size: 1.2em;
	}
	
	.single-post .post-quote cite {
		font-size: .8em;
	}
	
	/* post content */
	.post-content p,
																																																				.post-content blockquote,
																																																				.post-content ul,
																																																				.post-content ol,
																																																				.post-content address,
																																																				.post-content dl,
																																																				.post-content .wp-caption,
																																																				.post-content pre {
		line-height: 160%;
		margin-bottom: 1em;
	}
	
	.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
		margin: 40px 0 20px;
	}
	
	.post-content h1 {
		font-size: 1.4em;
	}
	
	.post-content h2 {
		font-size: 1.3em;
	}
	
	.post-content h3 {
		font-size: 1.25em;
	}
	
	.post-content h4 {
		font-size: 1.1em;
	}
	
	.post-content h5 {
		font-size: 1em;
	}
	
	.post-content h6 {
		font-size: .9em;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.post-content h1+h1, .post-content h1+h2, .post-content h1+h3, .post-content h1+h4, .post-content h1+h5, .post-content h1+h6,
																																																				.post-content h2+h1, .post-content h2+h2, .post-content h2+h3, .post-content h2+h4, .post-content h2+h5, .post-content h2+h6,
																																																				.post-content h3+h1, .post-content h3+h2, .post-content h3+h3, .post-content h3+h4, .post-content h3+h5, .post-content h3+h6,
																																																				.post-content h4+h1, .post-content h4+h2, .post-content h4+h3, .post-content h4+h4, .post-content h4+h5, .post-content h4+h6,
																																																				.post-content h5+h1, .post-content h5+h2, .post-content h5+h3, .post-content h5+h4, .post-content h5+h5, .post-content h5+h6,
																																																				.post-content h6+h1, .post-content h6+h2, .post-content h6+h3, .post-content h6+h4, .post-content h6+h5, .post-content h6+h6 {
		margin-top: 20px;
	}
	
	.post-content blockquote {
		margin-top: 25px;
	}
	
	.post-content blockquote:before,
																																																				.post-content blockquote:after {
		margin: 25px auto;
		width: 96px;
	}
	
	.post-content blockquote p {
		font-size: 1.1em;
		line-height: 150%;
	}
	
	.post-content blockquote cite {
		font-size: .8em;
	}
	
	/* comments */
	.comments-title,
																																																				.add-comment-title {
		float: none;
		width: 100%;
	}
	
	.add-comment-title {
		display: none;
	}
	
	.comments-title,
																																																				.comment-reply-title {
		font-size: 1.5em;
	}
	
	.comment .avatar {
		width: 50px;
	}
	
	.comment-inner {
		margin-left: 70px;
	}
	
	.comment-inner:after {
		top: 13px;
	}
	
	.comment-content {
		font-size: .9em;
	}
	
	.reply-title {
		margin-bottom: 15px;
	}
	
	.comment-form {
		margin-top: 15px;
	}
	
	/* respond */
	.comment-form {
		margin-top: 10px;
	}
	
	.comment-notes,
																																																				.logged-in-as {
		margin-bottom: 25px;
	}
	
	.comment-form input[type="text"],
																																																				.comment-form input[type="email"] {
		background-position: 96% center;
	}
	
	/* page & page templates */
	.authors-row {
		padding: 0;
		border: none;
	}
	
	.authors-row:before {
		content: none;
	}
	
	.authors-row .author-info {
		width: 100%;
		margin: 0;
		padding: 7.5% 6%;
		float: none;
		border-top: 1px solid #eee;
	}
	
	.authors-row:first-child .author-info:first-child {
		border-top: none;
	}
	
	.author-avatar,
																																																				.author-info h5 {
		margin-bottom: 20px;
	}
	
	/* pagination */
	.page-title {
		margin-bottom: 25px;
	}
	
	.page-title h3 {
		font-size: 1.4em;
	}
	
	.archive-nav {
		margin-top: 25px;
	}
	
	/* footer */
	.footer {
		padding: 30px 0;
	}
	
	.footer .one-third {
		width: 100%;
		float: none;
		padding: 40px 0 0;
		border-top: 4px solid #333;
		margin: 40px 0 0;
	}
	
	.footer .one-third:first-child {
		margin-top: 0;
		border-top: none;
		padding-top: 0;
	}
	
	.footer .column-3 {
		display: block;
	}
	
	/* credits */
	.credits {
		padding: 30px 0;
	}
	
	.panel {
		width: 94%;
	}
}

@media (max-width: 500px) {
	/* header */
	.header .blog-title {
		font-size: 1.75em;
	}
	
	.header .blog-description {
		font-size: 1em;
		margin-top: 15px;
	}
	
	.introtext {
		font-size: 102%;
	}
	
	/* post meta */
	.post-author:before, 
																																																				.post-author:after {
		left: 15px;
	}
	
	.post-author-content {
		margin-left: 40px;
	}
	
	/* comments */
	.comments div.comment {
		margin-top: 20px;
	}
	
	.comment .avatar {
		display: none;
	}
	
	.comment-inner {
		margin-left: 0;
	}
	
	.comment-inner:after {
		content: none;
	}
	
	.comment-actions {
		display: none;
	}
	
	.comment-actions-below {
		display: block;
		margin-top: 20px;
	}
	
	.comment-actions-below a {
		display: inline-block;
		margin-left: 8px;
		font-size: .85em;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.comment-actions-below a:first-child {
		margin-left: 0;
	}
	
	.comment-actions-below a:hover {
		text-decoration: underline;
	}
	
	.comment-nav-below span {
		display: none;
	}
}

@media (max-width: 400px) {
	/* respond */
	.comment-form input[type="text"],
																																																				.comment-form input[type="email"] {
		background-position: 94% center;
		background-size: 20px auto;
	}
	
	.comment-form input[type="text"],
																																																				.comment-form input[type="email"],
																																																				.comment-form textarea {
		padding: 12px;
		font-size: .9em;
	}
	
	.comment-form textarea {
		height: 150px;
	}
	
	.headertext {
		margin: 1em 0 0 1em;
		width: 90%;
	}
}

#content {
	background: none repeat scroll 0 0 #ffffff;
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
	margin: 3em auto;
	max-width: 80%;
	overflow: hidden;
	padding: 1em 5%;
	clear: both;
	line-height: 1.3;
	list-style: none outside none;
	position: relative;
}

form .form-row input.input-text, #content .form-row input.input-text, form .form-row textarea, #content .form-row textarea, #subscribe-email input {
	background: none repeat scroll 0 0 #ffffff;
	color: #333333 !important
	border: 1px solid #aaa;
	border-radius: 3px;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.1) inset;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.3em;
	margin: 0;
	outline: 0 none;
	padding: 6px;
	width: 100%;
}

div.product div.summary {
	float: right;
	width: 50%;
}

.related h2 {
	font-family: 'Lato', Helvetica, sans serif;
	font-size: 120%;
	font-weight: 700;
	margin: 1em 0;
}

.tjekfirm {
	float: right;
	margin: 0;
	text-align: right;
}

#eu-cookie h3 {
	font-size: 1.2125em;
	font-weight: 700;
	padding-top: 0;
}
#eu-cookie h3, #eu-cookie p {
	border: medium none;
	color: #fff;
}
.widget-content .small-txt {
	font-size: .79em !important;
}
.pushbutton-wide {
	background-color: lightseagreen;
	color:#ffffff;
	margin-top: 20px;
	padding: 15px 30px}
.pushbutton-wide:hover {
	background-color: #2285a2;
	color:#f5f5f5;
}
.post-content fieldset {
    padding: 0px;
    border: none;
}
.post-content fieldset legend {
    font-size: 0.8rem;
    background: #ffffff;
}
.kform {color: #222222;}