/*
Theme Name: Hello Kitchen Gutenberg theme
Theme URI: https://hellokitchen.dk/
Author: wordpressdotorg
Author URI: https://wordpress.org
Description: Hello Kitchen Gutenberg theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hello-kitchen-gutenberg-theme
Tags: translation-ready

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

Hello Kitchen Gutenberg theme is based on gutenberg-starter-theme that is based on
Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@font-face {
  font-family: 'AxeHandel';
  src: url('assets/webfonts/AxeHandel.eot'); /* IE9 Compat Modes */
  src: url('assets/webfonts/AxeHandel.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/webfonts/AxeHandel.woff') format('woff'), /* Modern Browsers */
       url('assets/webfonts/AxeHandel.ttf') format('truetype'); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.2rem;
  text-rendering: optimizeLegibility;
}

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

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2.44em;
  margin: 0.67em 0;
  line-height: 1.4;
}

h2 {
  font-size: 1.95em;
  line-height: 1.4;
}

h3 {
  font-size: 1.56em;
  line-height: 1.4;
}

h4 {
  font-size: 1.25em;
  line-height: 1.5;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.875rem;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  color: #191e23;
  clear: both;
}

.entry-header .entry-title {
  font-size: 2.44em;
  line-height: 1.4;
  margin: 1em 0 1rem;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em 1em;
}

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

@media screen and (min-width: 600px) {
  code, kbd, tt, var {
    font-size: 0.8125rem;
  }
}

p > code {
  padding: 2px;
  border-radius: 2px;
  background: #f3f4f5;
  font-size: inherit;
}

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

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

big {
  font-size: 125%;
}

.archive .site-header {
	margin-bottom: 3.5em;
}

.site-title {
	margin: .4375em 0 0;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.2;
	color: #333332;
}

.site-title a {
	text-decoration: none;
	color: inherit;
}

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

.site-description {
	margin: .4375em 0 0;
	font-size: 17px;
	font-weight: inherit;
	line-height: 1.4;
	word-wrap: break-word;
	color: #6c7781;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

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

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

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

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0073aa;
}

a:hover, a:focus, a:active {
  color: #00a0d2;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.admin-bar .site-header {
  top: 32px;
}

.admin-bar .site-header .hamburger {
  top: 67px;
}

.admin-bar .site-header .cart-icon {
  top: 70px;
}

.site-header {
  position: fixed !important;
  top: 0;
  width: 100%;
  height: 100px !important;
  background-color: rgba(255, 204, 7, 1);
  z-index: 100;
}

.site-header .custom-logo {
  float: left;
  width: 150px;
  display: block;
  margin-top: 20px;
}

.site-header .menu-main-container {
  position: fixed;
  top: 0;
  right: 0;
  padding: 100px 50px 50px 50px;
  background-color: rgba(255, 204, 7, 1);
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2rem;
  height: 100%;
  display: none;
  z-index: 100;
}

.site-header .menu-main-container a {
  text-decoration: none;
  color: #292a2c;
}

.site-header .menu-main-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: left;
}

.site-header .menu-main-container ul ul {
  margin-left: 40px;
}

.site-header .cart-icon {
  position: fixed;
  right: 120px;
  width: 26px;
  top: 40px;
  cursor: pointer;
  z-index: 110;
}

.site-header .hamburger {
  position: fixed;
  right: 60px;
  width: 30px;
  top: 35px;
  cursor: pointer;
  z-index: 110;
}

.site-header .hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  margin: 6px 0;
  background-color: #292a2c;
}

.site-header .hamburger__open span:nth-child(2) {
  display: none;
}

.site-header .hamburger__open span:first-child {
  transform: rotate(45deg);
  margin-top: 18px;
  transition: transform 0.2s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;
}

.site-header .hamburger__open span:last-child {
  transform: rotate(-45deg);
  margin-top: -9px;
  transition: transform 0.2s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.container {
  max-width: 1170px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.no-top-margin {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

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

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft,
.alignright {
	max-width: 1170px !important;	/* Let's work to make this !important unnecessary */
}

.alignleft img,
.alignright img,
.alignleft figcaption,
.alignright figcaption {
	max-width: 50%;
	width: 50%;
}

.alignleft figcaption {
	clear: left;
}

.alignright figcaption {
	clear: right;
}

.alignleft img,
.alignleft figcaption {
  float: left;
  margin-right: 1.5em;
}

.alignright img,
.alignright figcaption {
  float: right;
  margin-left: 1.5em;
}

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


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
	width: 25%;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-main {
  margin-top: 100px;
}

#page {
  margin: 0 auto;
  max-width: 100%;
}

.site-branding {
  text-align: center;
  margin: 60px 0;
}

.site-info {
  margin-bottom: 0 !important;
}

.site-footer {
  background-color: rgba(255, 204, 7, 1);
  padding-top: 40px;
}

.site-footer-image img {
  align-self: start;
}

.site-footer-social {
  justify-content: right;
}

.site-footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer-social ul li {
  text-align: right;
}

.site-footer-content {
  margin-top: 40px;
  text-align: right;
}

.wp-block-button__link, .wp-block-button__link:visited {
  background-color: rgba(255, 204, 7, 1);
  color: #292a2c;
  border-radius: 0;
}

.hero {
  max-width: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 60px 0 !important;
  color: #fff;
}

.hero h1 {
  font-family: 'Axehandel', sans-serif;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  color: white;
}

@media screen and (min-width: 608px) {
  .hero h1 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 890px) {
  .hero h1 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 890px) {
  .row {
    display: block;
  }
}

.hero-image {
  width: 100%;
}

.hero-content {
  position: absolute;
  max-width: 80%;
  color: #fff;
}

.hero-video {
  width: 100%;
  /*object-fit: fill;
  position: absolute;*/
  object-fit: cover;
}

.recipes {
  display: flex;
  flex-wrap: wrap;
}

.recipes-item {
  position: relative;
  align-items: center;
  justify-content: center;
  flex-basis: 33.333333%;
  max-width: 33.333333%;
}

.recipes-header {
  font-weight: bold;
}

.recipes-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.recipes-content a {
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Event calendar
--------------------------------------------------------------*/
.accordionjs {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
}

.accordionjs > li {
  border: 1px solid #f5f5f5;
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}

.accordionjs > li > div:first-child {
  position: relative;
  background: rgba(255, 204, 7, 1);
  color: #292a2c;
  padding: 10px;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}

.accordionjs > li > div h2 {
  line-height: 1;
  margin: 5px 0;
  text-align: left;
  font-weight: 400;
  font-size: 24px
}

.accordionjs > li > div:last-child {
  padding: 10px;
}

.accordionjs > li:first-of-type,
.accordionjs > li:first-of-type > div:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.accordionjs > li:last-of-type,
.accordionjs > li:last-of-type > div:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.accordionjs > li > div:last-child {
  display: block;
}

.accordionjs > li > div:last-child > a {
  display: block;
  margin-bottom: 30px;
  color: #000;
  text-decoration: none;
}

.accordionjs > li > div:last-child a .cooking_events_location {

}

.accordionjs > li > div:last-child a .cooking_events_location .cooking_events_header {
  display: flex;
  margin-bottom: 6px;
}

.accordionjs > li > div:last-child a .cooking_events_location .cooking_events_header span {
  /*height: 26px;*/
}

.accordionjs > li > div:last-child a .cooking_events_location .cooking_events_header span:first-child {
  font-weight: bold;
  line-height: 20px;
}

.accordionjs > li > div:last-child a .cooking_events_location .cooking_events_header span:last-child {
  margin-left: 20px;
  font-size: 18px;
  line-height: 20px;
}

.accordionjs > li > div:last-child a .cooking_events_location .cooking_events_date span {
  margin-right: 20px;
  font-size: 16px;
}

.accordionjs > li > div:last-child a .cooking_events_location .cooking_events_date {
  font-size: 16px;
}

.accordionjs > li > div:last-child a .cooking_events_location .cooking_events_address {
  font-size: 16px;
}

.accordionjs > li > div:last-child a .cooking_events_button {
  display: inline-block;
  margin-top: 5px;
  padding: 2px 6px;
  background: rgba(255, 204, 7, 1);
  color: #292a2c;
  letter-spacing: 0.4px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 22px;
  font-weight: bold;
}

.accordionjs > li > div:first-child {
  border-bottom: 1px solid #fff;
}

.tribe-events-page-template {
  margin-top: 100px;
}

.tribe-common {
  padding-left: 20px;
  padding-right: 20px;
}

.tribe-events-page-template header {
  height: auto;
  position: inherit;
  background-image: none;
}

.tribe-events-page-template .container.main {
  margin-top: 30px;
}

.tribe-common .tribe-common-l-container {
  padding-top: 20px !important;
  padding-left: 0;
  padding-right: 0;
}

.tribe-common .tribe-tickets__item__quantity__unavailable {
  white-space: normal;
}

.tribe-common .tribe-common-l-container .cooking_introduction {
  margin-bottom: 40px;
}

.tribe-common .tribe-common-l-container .cooking_introduction p {
  font-weight: inherit;
}

.tribe-common .tribe-common-l-container .cooking_outro {
  margin-top: 40px;
}

.tribe-common .tribe-common-l-container .cooking_outro p {
  font-weight: inherit;
}

.cooking_event {
  margin-top: 50px;
}

.cooking_event_date_time span {
  font-weight: bold;
  margin-right: 30px;
  font-size: 16px;
}

.cooking_event_title {
  margin-top: 0;
  margin-bottom: 10px;
}

.cooking_event_details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.cooking_event_details ul li:first-child {
  font-weight: bold;
}

.cooking_event_details ul li:nth-child(2) {
  margin-bottom: 10px;
}

.cooking_event_details ul li span {
  display: inline-block;
  width: 75px;
}

.tribe-common-form-control-checkbox__input.tribe-common-form-control-checkbox__input:checked {
  background-color: #1f8dc0 !important;
  border-color: #1f8dc0 !important;
}

.tribe-common-form-control-checkbox__input.tribe-common-form-control-checkbox__input {
  background-color: white !important;
}

.cooking_event .tribe-common-c-btn {
  background: rgba(255, 204, 7, 1) !important;
  color: #292a2c !important;
}

.single-tribe_events .tribe-events-venue-map {
  width: 100%;
  margin: 50px 0;
}

.tribe-checkout-backlinks {
  margin-bottom: 10px;
}

.tribe-checkout-backlink {
  color: #888;
  text-decoration: underline;
}

.tribe-checkout-backlink::hover {
  color: #888;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.woocommerce {
  padding-top: 20px;
}

.woocommerce div.product {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
  float: none;
  width: auto;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.woocommerce div.product div.summary {
  padding: 0 40px;
}

.woocommerce div.product div.summary p {
  margin-top: 0;
}

.woocommerce span.onsale,
.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt,
.woocommerce a.button.alt:hover,
.woocommerce button.button,
.woocommerce button.button:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover {
  background-color: rgba(255, 204, 7, 1);
  color: #292a2c;
}

.woocommerce a.button, .woocommerce a.button:hover {
  background-color: #000;
  color: #fff;
}

.woocommerce div.product p.price, .woocommerce div.product .stock {
  color: #292a2c;
}

.woocommerce-message {
  background-color: rgba(255, 204, 7, 1);
  border-top-color: rgba(255, 204, 7, 1);
}

.woocommerce-message:before {
    color: #292a2c;
}

.woocommerce img, .woocommerce-page img {
  width: 50px;
}

.woocommerce-checkout .woocommerce-input-wrapper input, textarea {
  padding: 10px;
}

.woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
  float: none;
  width: auto;
}

a, .tribe-checkout-backlinks a.tribe-checkout-backlink {
  color: #292a2c;
}

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

.hentry {
  margin: 0;
}

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

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

.entry-meta {
  color: #6c7781;
  font-size: 90%;
}

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

.entry-header,
.page-header,
.entry-footer,
.site-info,
.posts-navigation,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
  margin: 1.5em auto;
  padding-left: 14px;
  padding-right: 14px;
  max-width: 1170px;
}

.entry-header .wp-post-image {
  margin-bottom: 1.5em;
}

.entry-footer span{
  margin-right: 1em;
}

.entry-footer{
  color: #6c7781;
  font-size: 90%;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e4e7;
}

@media screen and (min-width: 608px) {
  .entry-header,
  .page-header,
  .entry-footer,
  .site-info,
  .posts-navigation,
  .post-navigation,
  .page-navigation,
  .comments-area,
  .not-found .page-content,
  .search .entry-summary {
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

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

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

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

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

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

.wp-caption-text {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}
