/*!
Theme Name:  Penguin
Theme URI:   https://wpzoo.ch/en/themes/penguin/
Description: Penguin is a clean and modern WordPress theme made by WPZOO. Besides the link color the used colors are monochromatic. The post thumbnail will be used as a big header image on single post pages as well as Pages. These theme characteristics make it possible to use Penguin for bloggin' as well as a magazin theme.
Author:      WPZOO
Author URI:  https://wpzoo.ch/en/
Version:     1.0.0
Tags:        grid-layout, two-columns, three-columns, right-sidebar, custom-menu, custom-logo, editor-style, featured-image-header, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, accessibility-ready
Text Domain: penguin
Domain Path: /languages
License:     GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
  2.1 - Headings
  2.2 - General
3.0 - Elements
4.0 - Forms
5.0 - Media
  5.1 - Captions
  5.2 - Galleries
6.0 - Navigation
  6.1 - Links
  6.2 - Menus
  6.3 - Post / Page Nav
  6.4 - Back to Top
7.0 - Layout
  7.1 - Posts and pages
  7.2 - Post Formats
  7.3 - Comments
  7.4 - Widgets
8.0 - Helper Classes
  8.1 - Clearings
  8.2 - Alignments
  8.3 - Accessibility
9.0 - Infinite scroll
10.0 - Print
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;
	/* Keeps page centered in all browsers regardless of content height */

	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	/* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

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

ol,
ul {
	list-style: none;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

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

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

a:focus {
	outline: thin solid;
}

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

a img {
	border: 0;
}


/*--------------------------------------------------------------
2.0 - Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Raleway, "Open Sans", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.5;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

@media screen and (min-width: 500px) and (max-width: 699px) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 700px) and (max-width: 767px) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 17px;
		font-size: 1.7rem;
	}
}

@media screen and (min-width: 992px) {
	body,
	button,
	input,
	select,
	textarea {
		font-size: 17px;
		font-size: 1.7rem;
	}
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

h1 {
	font-size: 30px;
	font-size: 3rem;
}

@media screen and (min-width: 500px) and (max-width: 699px) {
	h1 {
		font-size: 35px;
		font-size: 3.5rem;
	}
}

@media screen and (min-width: 700px) and (max-width: 767px) {
	h1 {
		font-size: 38px;
		font-size: 3.8rem;
	}
}

@media screen and (min-width: 992px) {
	h1 {
		font-size: 42px;
		font-size: 4.2rem;
	}
}

@media screen and (min-width: 1200px) {
	h1 {
		font-size: 50px;
		font-size: 5rem;
	}
}

h1.entry-title {
	font-weight: 300;
}

.author h1.page-title {
	margin-bottom: 0;
}

h2 {
	font-size: 26px;
	font-size: 2.6rem;
}

@media screen and (min-width: 500px) and (max-width: 699px) {
	h2 {
		font-size: 30px;
		font-size: 3rem;
	}
}

@media screen and (min-width: 700px) and (max-width: 767px) {
	h2 {
		font-size: 38px;
		font-size: 3.8rem;
	}
}

@media screen and (min-width: 992px) {
	h2 {
		font-size: 34px;
		font-size: 3.4rem;
	}
}

@media screen and (min-width: 1200px) {
	h2 {
		font-size: 40px;
		font-size: 4rem;
	}
}

h2.entry-title {
	font-weight: 600;
}

@media screen and (min-width: 1200px) {
	h2.entry-title {
		font-size: 30px;
		font-size: 3rem;
	}
}

@media screen and (min-width: 1200px) {
	.sticky h2.entry-title,
	.penguin-post:only-of-type h2.entry-title {
		font-size: 50px;
		font-size: 5rem;
	}
}

.entry-title,
.widget-title,
.page-title {
	margin-top: 0;
}

.entry-title {
	margin-bottom: 0;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

@media screen and (min-width: 500px) and (max-width: 699px) {
	h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media screen and (min-width: 700px) and (max-width: 767px) {
	h3 {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

@media screen and (min-width: 992px) {
	h3 {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

@media screen and (min-width: 1200px) {
	h3 {
		font-size: 30px;
		font-size: 3rem;
	}
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

@media screen and (min-width: 500px) and (max-width: 699px) {
	h4 {
		font-size: 20px;
		font-size: 2rem;
	}
}

@media screen and (min-width: 700px) and (max-width: 767px) {
	h4 {
		font-size: 22px;
		font-size: 2.2rem;
	}
}

@media screen and (min-width: 992px) {
	h4 {
		font-size: 22px;
		font-size: 2.2rem;
	}
}

@media screen and (min-width: 1200px) {
	h4 {
		font-size: 25px;
		font-size: 2.5rem;
	}
}

h6 {
	font-size: 13px;
	font-size: 1.3rem;
}

@media screen and (min-width: 500px) and (max-width: 699px) {
	h6 {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (min-width: 700px) and (max-width: 767px) {
	h6 {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 992px) {
	h6 {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1200px) {
	h6 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}


/*--------------------------------------------------------------
2.2 - General
--------------------------------------------------------------*/

@media screen and (min-width: 1200px) {
	.single .entry-content,
	.page .entry-content,
	.sticky .entry-content,
	.sticky .entry-summary,
	.penguin-post:only-of-type .entry-content,
	.penguin-post:only-of-type .entry-summary {
		font-size: 20px;
		font-size: 2rem;
	}
}

p {
	margin-bottom: 0.5em;
}

.entry-content p:nth-last-child(1),
.entry-summary p {
	margin-bottom: 0;
}

b,
strong {
	font-weight: 600;
}

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

blockquote {
	border-left: 2px solid #bcbcbc;
	font-style: italic;
	margin-bottom: 0.5em;
	padding: 0.5em 1em;
}

blockquote cite,
blockquote footer {
	display: block;
	font-size: 0.85em;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

@media screen and (min-width: 992px) {
	blockquote cite,
	blockquote footer {
		font-size: 0.75em;
	}
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: inherit;
	line-height: 1.5;
	margin-bottom: 1.5em;
	max-width: 100%;
	overflow: auto;
	padding: 1.5em;
}

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

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

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

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

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small,
.small {
	font-size: 0.85em;
}

@media screen and (min-width: 992px) {
	small,
	.small {
		font-size: 0.75em;
	}
}

big,
.big {
	font-size: 1.2em;
}


/*--------------------------------------------------------------
3.0 - Elements
--------------------------------------------------------------*/

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

ul,
ol {
	margin: 0 0 0.5em 2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

#primary li {
	margin: 0.5em 0;
}

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. */
}

.author-img img {
	float: left;
	margin: 7px 1em 0 0;
}

figure {
	margin: 0;
}

[class^="penguin-icon-"],
[class*=" penguin-icon-"] {
	display: inline-block;

	fill: currentColor;
}

.penguin-icon-category {
	height: 18px;
	margin-left: -2px;
	vertical-align: text-bottom;
	width: 18px;
}

.penguin-icon-tag {
	height: 16px;
	vertical-align: text-bottom;
	width: 16px;
}

.penguin-icon-menu {
	height: 30px;
	width: 30px;
}

.penguin-icon-search,
.penguin-icon-backtotop {
	height: 60px;
	width: 25px;
}

.penguin-icon-search {
	position: absolute;
}

@media screen and (max-width: 600px) {
	.penguin-icon-search {
		color: #404040;
		height: 45px;
		left: 15px;
	}
}

.penguin-icon-backtotop {
	width: 30px;

	fill: #fff;
}

.bright-navbar .penguin-icon-backtotop {
	fill: #404040;
}

.penguin-icon-dropdown {
	height: 12px;
	margin-left: 4px;
	vertical-align: middle;
	width: 12px;
}

table {
	margin: 0 0 1.5em;
	max-width: 100%;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border-top: 1px solid #ddd;
	line-height: 1.42857143;
	padding: 6px;
	vertical-align: top;
}

table > thead > tr > th {
	border-bottom: 2px solid #ddd;
	vertical-align: bottom;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

table > tbody + tbody {
	border-top: 2px solid #ddd;
}

table > tbody > tr:nth-child(odd) > td,
table > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

th {
	font-weight: bold;
}


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

button,
input,
select,
textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline;
	/* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #e6e6e6;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/* Corrects inability to style clickable 'input' types in iOS */
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	/* stops bg color from leaking outside the border: */
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-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);
	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, 0.8);
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 0.85em;
	line-height: 1;
	padding: 16px 25px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

	-webkit-appearance: button;
}

@media screen and (min-width: 992px) {
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 0.75em;
	}
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #06c;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #06c;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	border-color: #06c;
	-webkit-box-shadow: 0 0 6px #06c;
	box-shadow: 0 0 6px #06c;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	/* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	/* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box;
	box-sizing: content-box;

	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	/* stops bg color from leaking outside the border: */
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #666;
	padding: 10.5px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #06c;
	-webkit-box-shadow: 0 0 6px #06c;
	box-shadow: 0 0 6px #06c;
	color: #111;
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	width: 100%;
}

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


/*--------------------------------------------------------------
5.0 - Media
--------------------------------------------------------------*/

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

.headerimg {
	height: 150px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width: 400px) {
	.headerimg {
		height: 200px;
	}
}

@media screen and (min-width: 500px) {
	.headerimg {
		height: 250px;
	}
}

@media screen and (min-width: 601px) {
	.headerimg {
		margin-top: -60px;
	}
}

@media screen and (min-width: 600px) {
	.headerimg {
		height: 300px;
	}
}

@media screen and (min-width: 700px) {
	.headerimg {
		height: 350px;
	}
}

@media screen and (min-width: 800px) {
	.headerimg {
		height: 400px;
	}
}

@media screen and (min-width: 900px) {
	.headerimg {
		height: 450px;
	}
}

@media screen and (min-width: 1000px) {
	.headerimg {
		height: 500px;
	}
}

.headerimg img {
	height: auto;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.post-thumbnail {
	margin-bottom: 5px;
}

.post-thumbnail img {
	width: 100%;
}

.fullwidth-container {
	position: relative;
	left: -10px;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
}

.fullwidth-container img {
	width: 100%;
}

@media screen and (min-width: 600px) and (max-width: 991px) {
	.post-thumbnail {
		margin-bottom: 15px;
	}

	.fullwidth-container {
		left: -20px;
		width: -webkit-calc(100% + 40px);
		width: calc(100% + 40px);
	}
}

@media screen and (min-width: 992px) {
	.post-thumbnail {
		margin-bottom: 20px;
	}

	.page .fullwidth-container,
	.single .fullwidth-container {
		left: -50px;
		width: -webkit-calc(100% + 100px);
		width: calc(100% + 100px);
	}

	.fullwidth-container,
	.search .page .fullwidth-container {
		left: -30px;
		width: -webkit-calc(100% + 60px);
		width: calc(100% + 60px);
	}
}

@media screen and (min-width: 1200px) {
	.sticky .post-thumbnail,
	.penguin-post:only-of-type .post-thumbnail {
		margin-bottom: 40px;
	}
}

/* Image shapes */
.img-rounded {
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.img-circle {
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.img-thumbnail {
	border: 3px solid #fff;
	-webkit-box-shadow: 0 1px 3px #ccc;
	box-shadow: 0 1px 3px #ccc;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.img-thumbnail:hover {
	-webkit-box-shadow: 0 1px 3px #404040;
	box-shadow: 0 1px 3px #404040;
}

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


/*--------------------------------------------------------------
5.1 Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1em;
	max-width: 100%;
}

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

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

.wp-caption-text {
	font-size: 0.85em;
	text-align: center;
}

@media screen and (min-width: 992px) {
	.wp-caption-text {
		font-size: 0.75em;
	}
}


/*--------------------------------------------------------------
5.2 Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-item a img {
	border: 3px solid #fff;
	-webkit-box-shadow: 0 1px 3px #ccc;
	box-shadow: 0 1px 3px #ccc;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.gallery-item a:hover img,
.gallery-item a:active img,
.gallery-item a:focus img {
	-webkit-box-shadow: 0 1px 3px #404040;
	box-shadow: 0 1px 3px #404040;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
6.0 - Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
6.1 Links
--------------------------------------------------------------*/

a {
	border-bottom: 1px solid;
	color: #06c;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:hover,
a:active {
	border-bottom: none;
	color: #404040;
	outline: 0;
}

a:focus {
	background: #f1f1f1;
	border-bottom: none;
	outline: thin solid #06c;
}

.site-title a,
.entry-title a,
.format-link a,
.nav-menu a,
.nav-links a,
.post-thumbnail a {
	border-bottom: none;
}

a img {
	vertical-align: bottom;
}

.btn a,
.footer-menu a {
	background-color: #ddd;
	border-bottom: none;
	color: #404040;
	display: inline-block;
}

.btn-sm a,
.footer-menu a {
	padding: 2px 8px;
}

.btn-lg a {
	padding: 12px 16px;
}

.btn-outline a {
	background-color: transparent;
	border: 1px solid #06c;
	color: #06c;
}

.btn a:hover,
.btn a:focus,
.btn a:active,
.footer-menu a:hover,
.footer-menu a:focus,
.footer-menu a:active {
	background-color: #06c;
	color: #fff;
}

.btn-colored a {
	background-color: #06c;
	color: #fff;
}

#page .btn-colored a:hover,
#page .btn-colored a:focus,
#page .btn-colored a:active {
	background-color: #404040;
}

.page-links {
	border-top: 1px solid #cdcdcd;
	clear: both;
	margin: 1.5em 0 0.5em;
	padding-top: 5px;
}


/*--------------------------------------------------------------
6.2 Menus
--------------------------------------------------------------*/

#navbar {
	background: rgba(0, 0, 0, 0.85);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	position: relative;
	z-index: 20;
}

.bright-navbar #navbar {
	background: rgba(255, 255, 255, 0.95);
	color: #404040;
}

#site-navigation {
	clear: both;
	display: block;
	height: auto;
	width: 100%;
}

#site-navigation .nav-menu,
#site-navigation .sub-menu {
	list-style-type: none;
	margin: 0;
}

#site-navigation li {
	float: left;
	position: relative;
}

#site-navigation li:hover > a,
#site-navigation li.focus > a {
	background-color: #fff;
	color: #06c;
}

.bright-navbar #site-navigation li:hover > a,
.bright-navbar #site-navigation li.focus > a {
	background-color: rgba(0, 0, 0, 0.03);
	color: #06c;
}

#site-navigation a {
	color: #fff;
	display: block;
	font-size: 0.8em;
	height: 60px;
	line-height: 60px;
	outline-offset: -1px;
	text-decoration: none;
	-webkit-transition: none;
	transition: none;
}

.bright-navbar #site-navigation a {
	color: #404040;
}

#site-navigation .site-title {
	clear: none;
	float: left;
	margin: 0;
}

#site-navigation .site-title a {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-right: 20px;
	padding-left: 0;
	text-transform: uppercase;
}

#site-navigation .site-title a:hover,
#site-navigation .site-title a:focus {
	color: #06c;
}

.bright-navbar #site-navigation .site-title a {
	color: #404040;
}

.bright-navbar #site-navigation .site-title a:hover,
.bright-navbar #site-navigation .site-title a.focus {
	background-color: transparent;
	color: #06c;
}

#site-navigation .custom-logo-link,
#site-navigation .site-logo {
	border-bottom: 0;
	float: left;
	margin-right: 20px;
	padding: 5px 0;
}

#site-navigation .custom-logo-link:hover,
#site-navigation .custom-logo-link.focus,
.bright-navbar #site-navigation .custom-logo-link:hover,
.bright-navbar #site-navigation .custom-logo-link.focus,
#site-navigation .site-logo:hover,
#site-navigation .site-logo.focus,
.bright-navbar #site-navigation .site-logo:hover,
.bright-navbar #site-navigation .site-logo.focus {
	background-color: transparent;
}

#site-navigation .custom-logo-link img,
#site-navigation .site-logo img {
	max-height: 50px;
	vertical-align: baseline;
	width: auto;
}

#site-navigation .current_page_item > a,
#site-navigation .current-menu-item > a {
	background-color: #06c;
	color: #fff;
	font-weight: bold;
}

#site-navigation .current_page_ancestor > a,
#site-navigation .current-menu-ancestor > a {
	font-weight: bold;
}

.menu-toggle {
	cursor: pointer;
	display: none;
}

.footer-menu {
	list-style: none;
	margin: 0.5em 0;
}

.footer-menu li {
	float: left;
	font-size: 0.85em;
	line-height: 2;
	margin: 0 5px 5px 0;
}

@media screen and (min-width: 992px) {
	.footer-menu li {
		font-size: 0.75em;
	}
}

@media screen and (max-width: 600px) {
	#site-navigation .nav-menu {
		display: none;
		margin-top: 0.5em;
		max-height: 100%;
		overflow-y: scroll;
		text-indent: 0.5em;
	}

	#site-navigation .nav-menu ul {
		display: block;
		text-indent: 1.5em;
	}

	#site-navigation li {
		border-top: 1px solid #fff;
		display: block;
		width: 100%;
	}

	#site-navigation li:last-of-type {
		border-bottom: none;
	}

	.bright-navbar #site-navigation li {
		border-top: 1px solid #404040;
	}

	#site-navigation .menu-search {
		border-color: #fff;
		padding: 16px 16px 16px 0;
	}

	#site-navigation .search-field {
		border-color: transparent;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-indent: 25px;
		width: 100%;
	}

	.bright-navbar #site-navigation .search-field {
		border-color: #404040;
	}

	.menu-toggle {
		background: transparent;
		border-color: #fff;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #fff;
		height: 50px;
		margin: 5px 0;
		padding: 0;
		width: 50px;
	}

	.bright-navbar .menu-toggle {
		border-color: #404040;
		color: #404040;
	}

	.menu-toggle,
	#site-navigation.toggled .nav-menu {
		display: block;
		float: right;
	}
}

@media screen and (min-width: 601px) {
	#site-navigation .nav-menu a {
		padding-left: 12px;
		padding-right: 12px;
	}

	#site-navigation .nav-menu ul {
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		float: left;
		position: absolute;
		top: 60px;
		left: -999em;
		z-index: 9999;
	}

	#site-navigation .nav-menu ul li {
		background-color: rgba(0, 0, 0, 0.85);
	}

	.bright-navbar #site-navigation .nav-menu ul li {
		background-color: rgba(255, 255, 255, 0.95);
	}

	#site-navigation .nav-menu ul a {
		overflow: hidden;
		width: 250px;
	}

	#site-navigation .nav-menu li:hover > ul,
	#site-navigation .nav-menu li.focus > ul {
		margin-left: 0;
		left: 0;
	}

	#site-navigation .nav-menu .menu-search {
		display: block;
		float: right;
		height: 50px;
		min-width: 25px;
		position: relative;
		z-index: 2000;
	}

	#site-navigation .nav-menu .menu-search .search-field {
		background-color: transparent;
		border-width: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		cursor: pointer;
		height: 50px;
		margin-top: 5px;
		position: absolute;
		right: 0;
		text-indent: 25px;
		-webkit-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		width: 0;
	}

	#site-navigation .nav-menu .menu-search .search-field:focus {
		background-color: #fff;
		border-width: 1px;
		text-indent: 0;
		width: 220px;
	}
}


/*--------------------------------------------------------------
6.3 Post / Page Nav
--------------------------------------------------------------*/

.navigation {
	margin: 1.5em 0;
	overflow: hidden;
}

.navigation .nav-previous,
.navigation .nav-next {
	margin-bottom: 3px;
	width: 100%;
}

.navigation .nav-previous a,
.navigation .nav-next a {
	background-color: #ddd;
	color: #404040;
	display: block;
	padding: 12px 16px;
}

.navigation .nav-previous a:hover,
.navigation .nav-previous a:focus,
.navigation .nav-previous a:active,
.navigation .nav-next a:hover,
.navigation .nav-next a:focus,
.navigation .nav-next a:active {
	background-color: #06c;
	color: #fff;
}

@media screen and (min-width: 400px) {
	.navigation .nav-previous {
		float: left;
		max-width: 49.5%;
	}

	.navigation .nav-next {
		float: right;
		max-width: 49.5%;
		text-align: right;
	}
}

@media screen and (min-width: 400px) {
	.navigation.comment-navigation a,
	.navigation.posts-navigation a {
		display: inline-block;
	}
}

.meta-nav {
	font-family: sans-serif;
}


/*--------------------------------------------------------------
6.4 Back to Top
--------------------------------------------------------------*/

#scroll-to-top {
	background: rgba(0, 0, 0, 0.85);
	border-bottom: none;
	display: none;
	height: 60px;
	position: fixed;
	top: 0;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 60px;
	z-index: 2000;
}

@media screen and (min-width: 783px) {
	.admin-bar #scroll-to-top {
		top: 32px;
	}
}

.no-js #scroll-to-top {
	display: none;
}

.bright-navbar #scroll-to-top {
	background: rgba(255, 255, 255, 0.95);
}

#scroll-to-top:focus {
	border: 1px solid #06c;
	outline: 0;
}

#scroll-to-top:focus svg {
	fill: #06c;
}


/*--------------------------------------------------------------
7.0 - Layout
--------------------------------------------------------------*/

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media screen and (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media screen and (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

#content-area {
	margin-left: -15px;
	margin-right: -15px;
}

#primary,
#secondary {
	margin-bottom: 1.5em;
	margin-top: 1em;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 10;
}

@media screen and (min-width: 768px) {
	#primary,
	#secondary {
		margin-top: 1.5em;
	}
}

@media screen and (min-width: 768px) {
	#primary {
		float: left;
		width: 66.66666667%;
	}
}

@media screen and (min-width: 992px) {
	#primary {
		float: left;
		width: 75%;
	}
}

#primary.page-transparent-fullwidth,
#primary.page-fullwidth {
	float: none;
	width: 100%;
}

@media screen and (min-width: 400px) and (max-width: 767px) {
	#secondary {
		margin-left: auto;
		margin-right: auto;
		width: 75%;
	}
}

@media screen and (max-width: 767px) {
	#secondary {
		margin-top: 3em;
	}
}

@media screen and (min-width: 768px) {
	#secondary {
		float: left;
		width: 33.33333333%;
	}
}

@media screen and (min-width: 992px) {
	#secondary {
		float: left;
		width: 25%;
	}
}

@media screen and (min-width: 768px) {
	.sidebar-left #primary {
		float: right;
	}

	.sidebar-left #secondary {
		float: left;
	}
}

.page-header {
	margin-bottom: 1em;
}

#colophon {
	margin-bottom: 10px;
}

#poweredby {
	color: #404040;
	font-size: 0.85em;
}

@media screen and (min-width: 992px) {
	#poweredby {
		font-size: 0.75em;
	}
}

#poweredby a {
	border-bottom: none;
	color: #404040;
	font-weight: 600;
}


/*--------------------------------------------------------------
7.1 Posts and pages
--------------------------------------------------------------*/

.penguin-post {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-top: 3px solid rgba(145, 145, 145, 0.4);
	-webkit-box-shadow: 1px 2px 4px rgba(160, 160, 160, 0.2);
	box-shadow: 1px 2px 4px rgba(160, 160, 160, 0.2);
	margin-bottom: 1em;
	padding: 5px 0;
	position: relative;
	width: 100%;
}

@media screen and (min-width: 600px) and (max-width: 991px) {
	.penguin-post {
		padding: 15px 0;
	}
}

@media screen and (min-width: 992px) {
	.penguin-post {
		padding: 25px 0;
	}
}

@media screen and (min-width: 1200px) {
	.penguin-post {
		width: 49%;
	}
}

.penguin-post.sticky,
.single .penguin-post,
.page .penguin-post,
.penguin-post:only-of-type {
	width: 100%;
}

.page-transparent-fullwidth .penguin-post {
	background: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.has-headerimg .has-post-thumbnail {
	border-top: none;
	margin-top: -40px;
}

@media screen and (min-width: 600px) and (max-width: 991px) {
	.has-headerimg .has-post-thumbnail {
		margin-top: -50px;
	}
}

@media screen and (min-width: 992px) {
	.has-headerimg .has-post-thumbnail {
		margin-top: -80px;
	}
}

.has-headerimg .page-transparent-fullwidth .has-post-thumbnail {
	margin-top: 0;
}

@media screen and (min-width: 992px) {
	.has-headerimg .page-transparent-fullwidth .has-post-thumbnail {
		margin-top: 2.5em;
	}
}

.single .penguin-post {
	margin-bottom: 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-title,
.entry-summary,
.entry-content,
.entry-meta-top,
.entry-meta-bottom {
	margin-left: 10px;
	margin-right: 10px;
}

@media screen and (min-width: 600px) and (max-width: 991px) {
	.entry-title,
	.entry-summary,
	.entry-content,
	.entry-meta-top,
	.entry-meta-bottom {
		margin-left: 20px;
		margin-right: 20px;
	}
}

.page-transparent-fullwidth .entry-title,
.page-transparent-fullwidth .entry-summary,
.page-transparent-fullwidth .entry-content,
.page-transparent-fullwidth .entry-meta-top,
.page-transparent-fullwidth .entry-meta-bottom {
	margin-left: 0;
	margin-right: 0;
}

.entry-summary,
.entry-content {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.entry-meta-top div {
	margin: 2px 0;
}

.entry-meta-top div {
	display: inline-block;
}

.author_info_box {
	margin-top: 2em;
}

.author_info_box h2.author_name,
.author_info_box .author_details {
	clear: none;
	font-size: 0.85em;
	margin-top: 0;
}

@media screen and (min-width: 992px) {
	.author_info_box h2.author_name,
	.author_info_box .author_details {
		font-size: 0.75em;
	}
}

.author_info_box img {
	float: left;
	margin: 0 15px 3px 0;
}

@media screen and (max-width: 991px) {
	.author_info_box img {
		margin-right: 10px;
		width: 90px;
	}
}

@media screen and (min-width: 992px) {
	.entry-title,
	.entry-summary,
	.entry-content,
	.entry-meta-top,
	.entry-meta-bottom,
	.search .page .entry-title,
	.search .page .entry-summary,
	.search .page .entry-content,
	.search .page .entry-meta-top,
	.search .page .entry-meta-bottom {
		margin-left: 30px;
		margin-right: 30px;
	}

	.page-transparent-fullwidth .entry-title,
	.page-transparent-fullwidth .entry-summary,
	.page-transparent-fullwidth .entry-content,
	.page-transparent-fullwidth .entry-meta-top,
	.page-transparent-fullwidth .entry-meta-bottom,
	.page-transparent-fullwidth .search .page .entry-title,
	.page-transparent-fullwidth .search .page .entry-summary,
	.page-transparent-fullwidth .search .page .entry-content,
	.page-transparent-fullwidth .search .page .entry-meta-top,
	.page-transparent-fullwidth .search .page .entry-meta-bottom {
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (min-width: 1200px) {
	.single .penguin-post,
	.page .penguin-post,
	.sticky.penguin-post,
	.penguin-post:only-of-type {
		padding: 40px 0;
	}

	.page-transparent-fullwidth .single .penguin-post,
	.page-transparent-fullwidth .page .penguin-post,
	.page-transparent-fullwidth .sticky.penguin-post,
	.page-transparent-fullwidth .penguin-post:only-of-type {
		padding: 0;
	}

	.single .entry-title,
	.single .entry-summary,
	.single .entry-content,
	.single .entry-meta-top,
	.single .entry-meta-bottom,
	.page .entry-title,
	.page .entry-summary,
	.page .entry-content,
	.page .entry-meta-top,
	.page .entry-meta-bottom,
	.sticky .entry-title,
	.sticky .entry-summary,
	.sticky .entry-content,
	.sticky .entry-meta-top,
	.sticky .entry-meta-bottom,
	.penguin-post:only-of-type .entry-title,
	.penguin-post:only-of-type .entry-summary,
	.penguin-post:only-of-type .entry-content,
	.penguin-post:only-of-type .entry-meta-top,
	.penguin-post:only-of-type .entry-meta-bottom {
		margin-left: 50px;
		margin-right: 50px;
	}

	.page-transparent-fullwidth .single .entry-title,
	.page-transparent-fullwidth .single .entry-summary,
	.page-transparent-fullwidth .single .entry-content,
	.page-transparent-fullwidth .single .entry-meta-top,
	.page-transparent-fullwidth .single .entry-meta-bottom,
	.page-transparent-fullwidth .page .entry-title,
	.page-transparent-fullwidth .page .entry-summary,
	.page-transparent-fullwidth .page .entry-content,
	.page-transparent-fullwidth .page .entry-meta-top,
	.page-transparent-fullwidth .page .entry-meta-bottom,
	.page-transparent-fullwidth .sticky .entry-title,
	.page-transparent-fullwidth .sticky .entry-summary,
	.page-transparent-fullwidth .sticky .entry-content,
	.page-transparent-fullwidth .sticky .entry-meta-top,
	.page-transparent-fullwidth .sticky .entry-meta-bottom,
	.page-transparent-fullwidth .penguin-post:only-of-type .entry-title,
	.page-transparent-fullwidth .penguin-post:only-of-type .entry-summary,
	.page-transparent-fullwidth .penguin-post:only-of-type .entry-content,
	.page-transparent-fullwidth .penguin-post:only-of-type .entry-meta-top,
	.page-transparent-fullwidth .penguin-post:only-of-type .entry-meta-bottom {
		margin-left: 0;
		margin-right: 0;
	}
}

.blog .has-post-thumbnail,
.search .has-post-thumbnail,
.archive .has-post-thumbnail {
	border-top: none;
	padding-top: 0;
}


/*--------------------------------------------------------------
7.2 Post Formats
--------------------------------------------------------------*/

.format-aside .entry-title,
.format-quote .entry-title,
.format-quote .entry-meta-bottom,
.format-link .entry-title,
.format-link .entry-meta-bottom {
	display: none;
}

.single .format-aside .entry-title,
.single .format-quote .entry-title,
.single .format-quote .entry-meta-bottom,
.single .format-link .entry-title,
.single .format-link .entry-meta-bottom {
	display: block;
}

/* Post Format Aside */
.blog .format-aside,
.archive .format-aside,
.search .format-aside {
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Post Format Quote */
article.format-quote {
	border-top: none;
}

/* Post Format Link */
article.format-link {
	background-color: #06c;
	border: none;
	color: white;
}

article.format-link .entry-meta-top a {
	background-color: #fff;
}

article.format-link .entry-content a {
	background-color: #fff;
	font-size: 1.5em;
	line-height: 1.2;
}

article.format-link .entry-meta-top a:hover,
article.format-link .entry-meta-top a:focus,
article.format-link .entry-meta-top a:active,
article.format-link .entry-content a:hover,
article.format-link .entry-content a:focus,
article.format-link .entry-content a:active {
	background-color: #06c;
	color: white;
}

article.format-link .entry-meta-bottom a {
	color: white;
	text-decoration: underline;
}

article.format-link .entry-meta-bottom a:hover,
article.format-link .entry-meta-bottom a:focus,
article.format-link .entry-meta-bottom a:active {
	text-decoration: none;
}


/*--------------------------------------------------------------
7.3 Comments
--------------------------------------------------------------*/

@media only screen and (min-width: 768px) {
	#comments {
		margin-left: 20px;
		margin-top: 1em;
	}
}

@media only screen and (min-width: 992px) {
	#comments {
		margin-left: 50px;
		margin-right: 50px;
		margin-top: 2em;
	}
}

span.required {
	color: red;
}

.comment-notes {
	font-size: 0.85em;
}

@media screen and (min-width: 992px) {
	.comment-notes {
		font-size: 0.75em;
	}
}

.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

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

@media only screen and (max-width: 991px) {
	.comment-form-comment,
	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		-webkit-flex-flow: column wrap;
		-ms-flex-flow: column wrap;
		flex-flow: column wrap;
	}
}

.comment-form .form-submit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-pack: end;
	-moz-box-pack: end;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

@media only screen and (min-width: 992px) {
	.comment-form-comment {
		padding-top: 5px;
	}

	.comment-form-author,
	.comment-form-email,
	.comment-form-url {
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-ms-grid-row-align: center;
	}

	.comment-form label {
		width: 25%;
	}

	.comment-form input:not([type="submit"]),
	.comment-form textarea {
		width: 75%;
	}
}

/* Comments */
.comment article,
.pingback {
	margin-bottom: 1em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin-left: 0;
}

.comment-list article {
	background-color: #fff;
	margin-left: 0;
	padding: 5px 10px;
	position: relative;
	width: auto;
}

.comment-list article:after {
	border-color: transparent #fff;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	content: "";
	display: block;
	position: absolute;
	top: 25px;
	left: -10px;
	width: 0;
	z-index: 1;
}

@media only screen and (min-width: 480px) {
	.comment-list article {
		margin-left: 80px;
	}
}

@media only screen and (min-width: 800px) {
	.comment-list .children {
		margin-left: 40px;
	}
}

.form-allowed-tags,
.comment-meta,
.comment-reply-link {
	font-size: 0.85em;
}

@media screen and (min-width: 992px) {
	.form-allowed-tags,
	.comment-meta,
	.comment-reply-link {
		font-size: 0.75em;
	}
}

.comment-meta img {
	display: none;
}

@media only screen and (min-width: 480px) {
	.comment-meta img {
		-webkit-border-radius: 50%;
		border-radius: 50%;
		display: block;
		float: left;
		margin-left: -90px;
	}
}

.bypostauthor > article {
	background-color: #e2e2e2;
}

.bypostauthor > article:after {
	border-color: transparent #e2e2e2;
}


/*--------------------------------------------------------------
7.4 Widgets
--------------------------------------------------------------*/

#secondary .widget {
	margin: 0 0 2em;
}

.widget ul {
	list-style-type: none;
	margin-left: 0;
}

.widget li {
	margin-bottom: 0.5em;
}

.widget .children,
.widget .sub-menu {
	margin-left: 2em;
}

.widget .children li,
.widget .sub-menu li {
	margin-bottom: 0.2em;
}

.widget select,
.widget input[type="search"] {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
}

.widget-title {
	border-bottom: 1px solid #404040;
	font-size: 1em;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

/* Calendar widget */
#calendar_wrap table {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 300px;
	width: 100%;
}

#calendar_wrap table th,
#calendar_wrap table td {
	text-align: center;
}

#calendar_wrap table #prev {
	text-align: left;
}

#calendar_wrap table #next {
	text-align: right;
}


/*--------------------------------------------------------------
8.0 - Helper CLasses
--------------------------------------------------------------*/


/*--------------------------------------------------------------
8.1 - 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,
article:before,
article:after,
.navigation:before,
.navigation:after {
	content: "";
	display: table;
}

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


/*--------------------------------------------------------------
8.2 - Alignments
--------------------------------------------------------------*/

.aligncenter,
.alignleft,
.alignright {
	clear: both;
	display: block;
	margin: 0 auto;
}

@media screen and (min-width: 600px) {
	.alignleft {
		clear: none;
		display: inline;
		float: left;
		margin-right: 1.5em;
	}

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


/*--------------------------------------------------------------
8.3 - Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #f1f1f1;
	/* stops bg color from leaking outside the border: */
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #06c;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	top: 5px;
	left: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

#page .skip-link {
	font-size: 1em;
	-webkit-transition: none;
	transition: none;
}


/*--------------------------------------------------------------
9.0 - Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}


/*--------------------------------------------------------------
10.0 - Print
--------------------------------------------------------------*/

@media print {
	body {
		background-color: white;
		color: black;
		font-size: 11pt;
	}

	#masthead,
	#secondary,
	#colophon,
	.nav-links,
	.comment-respond {
		display: none;
	}

	#primary {
		background: #fff;
	}

	article.post,
	article.page,
	article.attachment {
		border: 0;
		-webkit-box-shadow: 0;
		box-shadow: 0;
	}

	.single .has-post-thumbnail {
		margin-top: 0;
	}
}
