@charset "UTF-8";
/*!
Theme Name: tgg2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tgg2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, 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.

tgg2 is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Brand Colors */
/* Other Colors */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* pacifico-regular - latin */
@font-face {
  font-family: "Pacifico";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: local("Pacifico Regular"), local("Pacifico-Regular"), url("./fonts/pacifico-v12-latin-regular.woff2") format("woff2"), url("./fonts/pacifico-v12-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: local("Lato Regular"), local("Lato-Regular"), url("./fonts/lato-v14-latin-regular.woff2") format("woff2"), url("./fonts/lato-v14-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: local("Lato Bold"), local("Lato-Bold"), url("./fonts/lato-v14-latin-700.woff2") format("woff2"), url("./fonts/lato-v14-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.page-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 2.5rem;
}

.page-header .search-term {
  font-style: italic;
}

@media screen and (min-width: 720px) {
  .siteMain-pageHeader .page-title {
    margin-top: 0;
  }
}
p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://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. */
  fill: currentColor;
}

hr {
  background-color: #ccc;
  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%;
}

/* Style for supporting Gutenberg features */
.alignwide, .alignfull {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.alignwide figcaption, .alignfull figcaption {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.button {
  color: #fff;
  background: #FF8E8E;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  font-weight: 500;
  padding: 1rem 2rem;
  font-size: 1rem;
  white-space: nowrap;
}
.button:visited {
  color: #fff;
}

.tgg-callout-panel {
  background-color: #fff;
  padding: 1rem;
  margin: 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(133, 158, 211, 0.3);
}

/*--------------------------------------------------------------
# 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: 0.6em 1em 0.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%;
}

/*--------------------------------------------------------------
# General Layout
--------------------------------------------------------------*/
.site {
  display: flex;
  height: 100%;
  flex-direction: column;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.siteHeader {
  background: #BBE7E9;
  flex: none; /* cross-browser compat */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #539FA9;
  text-align: center;
  box-shadow: 0px 1px 6px rgba(204, 204, 204, 0.5411764706);
}

.siteHeader-title {
  display: inline;
  flex: 1;
  font-size: 1.75rem;
  margin: 0;
  padding: 0.5rem 0 0.75rem;
  letter-spacing: 1px;
}
.siteHeader-title a, .siteHeader-title a:visited {
  color: #539FA9;
}

.siteHeader-titleText {
  font-family: "Pacifico", sans-serif;
  font-weight: 400;
  margin: 0.25rem 0 0 -2rem;
  font-size: 1.75rem;
}

.siteHeader-menu {
  order: -1;
  padding: 0 1rem;
  margin-top: 4px;
}

.siteHeader-searchToggle {
  display: none;
  width: 26px;
  margin: 8px 1rem 0;
  font-size: 1.5rem;
  color: #539FA9;
}

.siteHeader-description {
  display: none;
}

@media screen and (min-width: 720px) {
  .siteHeader {
    flex-direction: column;
    align-items: stretch;
    background: #EFFAFA;
  }
  .siteHeader-title {
    line-height: 1;
    background: url(./images/header_gamegal_bg.png) no-repeat bottom right;
    min-height: 14rem;
    margin: 0 auto;
    width: 38rem;
    text-align: left;
  }
  .siteHeader-titleText {
    margin: 2rem 0 2rem 0;
    font-size: 4.5rem;
  }
  .siteHeader-description {
    display: inline;
    font-size: 1.5rem;
    margin-top: 0;
  }
  .siteHeader-menu {
    order: 0;
    padding: 0;
    margin-top: 0;
  }
  .siteHeader-menuToggle {
    display: none;
  }
}
/*--------------------------------------------------------------
## Sidebar (primary)
--------------------------------------------------------------*/
#sidebar {
  background: #EFFAFA;
  color: #fff;
  padding-top: 1rem;
}
#sidebar section:nth-child(2) {
  background: #def5f7;
}
#sidebar section:last-child {
  padding-bottom: 1rem;
}

@media screen and (min-width: 720px) {
  #sidebar {
    flex: 0 0 22rem;
    max-width: 22rem;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.siteFooter {
  background: #509FAA;
  color: #fff;
  margin-top: 3rem;
  padding: 1rem 2rem;
}
.siteFooter a {
  color: #BAE7EA;
}

.siteFooter-navigation {
  margin-bottom: 2rem;
}
.siteFooter-navigation .menu {
  list-style-type: circle;
  margin: 0;
  padding: 0 1rem;
}
.siteFooter-navigation a {
  color: #fff;
}

.socialLink {
  display: inline-block;
  margin-right: 32px;
}

.socialLink-icon {
  width: 24px;
  height: 24px;
}

.socialLink-name {
  display: none;
}

.strengthen-families-link {
  font-weight: 500;
  text-decoration: underline;
  margin-top: 0;
}

.siteFooter-info {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
  margin-top: 2rem;
}

@media screen and (min-width: 720px) {
  .siteFooter {
    margin-top: 0;
    flex: none; /* cross-browser compat */
    display: grid;
    grid-gap: 1rem 5rem;
    grid-template-columns: 3fr minmax(4rem, 1fr) 2fr;
    grid-template-rows: 1fr 100%;
    grid-template-areas: "siteFooter-about siteFooter-navigation siteFooter-emailSub" "siteFooter-colophon siteFooter-colophon siteFooter-socialLinks";
  }
  .siteFooter-about {
    grid-area: siteFooter-about;
  }
  .siteFooter-navigation {
    grid-area: siteFooter-navigation;
  }
  .siteFooter-navigation a, .siteFooter-navigation a:visited {
    color: #fff;
  }
  .siteFooter-navigation a:hover {
    color: rgb(49.4047619048, 94.6428571429, 100.5952380952);
  }
  .siteFooter-navigation ul {
    margin-left: 1rem;
  }
  .siteFooter-emailSub {
    grid-area: siteFooter-emailSub;
  }
  .siteFooter-colophon {
    grid-area: siteFooter-colophon;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.75);
  }
  .siteFooter-socialLinks {
    grid-area: siteFooter-socialLinks;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) and (min-width: 720px) {
  .grid-container {
    display: -ms-grid;
    -ms-grid-columns: 3fr minmax(4rem, 1fr) 2fr;
    -ms-grid-rows: 1fr 100%;
  }
  .siteFooter-about {
    -ms-grid-row: 1;
    -ms-grid-row-span: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 0;
  }
  .siteFooter-navigation {
    -ms-grid-row: 1;
    -ms-grid-row-span: 0;
    -ms-grid-column: 2;
    -ms-grid-column-span: 0;
  }
  .siteFooter-emailSub {
    -ms-grid-row: 1;
    -ms-grid-row-span: 0;
    -ms-grid-column: 3;
    -ms-grid-column-span: 0;
  }
  .siteFooter-colophon {
    -ms-grid-row: 2;
    -ms-grid-row-span: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .siteFooter-socialLinks {
    -ms-grid-row: 2;
    -ms-grid-row-span: 0;
    -ms-grid-column: 3;
    -ms-grid-column-span: 0;
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #539FA9;
  text-decoration: none;
}
a:visited {
  color: rgb(150.380952381, 197.4285714286, 203.619047619);
}
a:hover, a:focus, a:active {
  color: rgb(49.4047619048, 94.6428571429, 100.5952380952);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Replace this with the right color from the designs */
#mainNav-toggle, #mainNav-toggle-label {
  display: none;
}

@media screen and (max-width: 719px) {
  #mainNav-toggle {
    display: inline;
    position: absolute;
    opacity: 0;
  }
  #mainNav-toggle-label {
    display: inline-block;
    left: 0;
    width: 32px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    text-align: center;
    outline: none;
    color: #539FA9;
  }
  #mainNav-toggle:checked ~ #mainNav-toggle-label {
    opacity: 1;
    outline: none;
  }
  #mainNav-toggle-label .line {
    height: 3px;
    width: 100%;
    margin-bottom: 6px;
    background-color: #539FA9;
    display: block;
  }
  #mainNav-toggle-label .line:last-child {
    margin-bottom: 0;
  }
  #mainNav-toggle-label .line {
    transition: all 0.4s ease 0s;
    transform: rotate(0deg);
    transform-origin: center center;
  }
  #mainNav-toggle:checked ~ #mainNav-toggle-label .line {
    background-color: #539FA9 !important;
  }
  #mainNav-toggle:checked ~ #mainNav-toggle-label .line:nth-child(1) {
    transform: rotate(45deg);
  }
  #mainNav-toggle:checked ~ #mainNav-toggle-label .line:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -10px;
  }
  #mainNav-toggle:checked ~ #mainNav-toggle-label .line:nth-child(3) {
    transform: translateY(15px);
    opacity: 0;
  }
}
#primary-navigation {
  position: relative;
  z-index: 10;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.mainNav-menu {
  margin: 0;
  text-align: left;
  color: #539FA9;
}

.mainNav-firstLevel {
  list-style: none;
}

.mainNav-firstLevelLink {
  font-size: 1.15rem;
  font-weight: 700;
  padding-bottom: 1rem;
  display: inline-block;
  color: #539FA9;
  white-space: nowrap;
}
.mainNav-firstLevelLink:hover, .mainNav-firstLevelLink:visited {
  color: #539FA9;
}

.mainNav-firstLevelLink-expander {
  width: 1.35rem;
  height: 1.3rem;
  padding-left: 0.5rem;
  vertical-align: text-bottom;
  color: inherit;
  fill: currentColor;
}

.mainNav-submenu,
.mainNav-submenu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.mainNav-submenu li a,
.mainNav-submenu li a:visited {
  color: #FD8F90;
  font-weight: 400;
  line-height: 2;
}

.mainNav-submenu li p {
  font-size: 0.85rem;
  color: #666;
  margin-top: 0;
}

.mainMenu-recentGames ul,
.mainMenu-allPrintables ul,
.mainMenu-recentEscapeRooms ul,
.mainNav-wordGenCategories ul {
  padding-bottom: 0.5rem;
}
.mainMenu-recentGames ul a, .mainMenu-recentGames ul a:visited,
.mainMenu-allPrintables ul a,
.mainMenu-allPrintables ul a:visited,
.mainMenu-recentEscapeRooms ul a,
.mainMenu-recentEscapeRooms ul a:visited,
.mainNav-wordGenCategories ul a,
.mainNav-wordGenCategories ul a:visited {
  color: #539FA9;
  font-size: 0.9rem;
}
.mainMenu-recentGames ul a::after, .mainMenu-recentGames ul a:visited::after,
.mainMenu-allPrintables ul a::after,
.mainMenu-allPrintables ul a:visited::after,
.mainMenu-recentEscapeRooms ul a::after,
.mainMenu-recentEscapeRooms ul a:visited::after,
.mainNav-wordGenCategories ul a::after,
.mainNav-wordGenCategories ul a:visited::after {
  content: " ›";
}

.mainNav-wordGenCategories li {
  display: inline-block;
  width: 48%;
}

.mainNav-wordGenAppButtons {
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
}
.mainNav-wordGenAppButtons li {
  flex: 1;
}
.mainNav-wordGenAppButtons li:first-child img {
  padding-right: 10.5%;
}

.mainNav-search {
  white-space: nowrap;
}
.mainNav-search .search-form {
  display: flex;
}
.mainNav-search .search-field {
  height: 2rem;
  border: none;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.15rem;
  font-weight: 700;
  transition: all 200ms;
}
.mainNav-search .search-submit {
  background: no-repeat;
  border: none;
  color: #fff;
  fill: #fff;
  height: 2rem;
  margin-left: 2px;
  transition: all 200ms;
}
.mainNav-search .search-field:focus + .search-submit {
  background: #fff;
  color: #FD8F90;
}

.mainNav-searchIcon {
  width: 18px;
}

/* Main Menu for Handheld Devices  */
@media screen and (max-width: 719px) {
  .mainNav-menu {
    z-index: 2;
    margin: 4rem 0 0 0;
    padding: 0 0 3rem 0;
    position: fixed;
    left: -100vw;
    top: 0px;
    width: 100vw;
    height: 100%;
    overflow: auto;
    transition-property: background, width, left;
    transition-duration: 0.3s;
  }
  #mainNav-toggle:checked ~ .mainNav-menu {
    left: 0;
    background-color: #BBE7E9;
  }
  .mainNav-menu > * {
    transition-property: opacity;
    transition-duration: 0.4s;
    opacity: 0;
  }
  #mainNav-toggle:checked ~ .mainNav-menu > * {
    opacity: 1;
  }
  .mainNav-firstLevel {
    display: block;
    border-bottom: 1px solid #539FA9;
    margin: 0rem 2rem;
    padding: 1rem 0;
  }
  .mainNav-firstLevel:hover {
    background-color: transparent;
  }
  .mainNav-firstLevel:last-child {
    border-bottom: none;
  }
  .mainNav-firstLevelLink:last-child {
    padding-bottom: 0;
  }
  .mainNav .wp-post-image {
    display: none;
  }
}
/* Main Menu for Desktop Devices  */
@media screen and (min-width: 720px) {
  .mainNav {
    background: rgb(248, 148, 146);
    background: linear-gradient(90deg, rgb(248, 148, 146) 0%, rgb(248, 148, 147) 100%);
    color: #fff;
    box-shadow: 0 3px 22px rgba(0, 0, 0, 0.15);
  }
  .mainNav-menu {
    display: flex;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 0 auto;
  }
  .mainNav-submenu {
    max-width: 600px;
    visibility: hidden;
    position: absolute;
    padding: 16px 0;
    opacity: 0;
    font-size: 1rem;
    background-color: #fff;
    box-shadow: 0 3px 33px rgba(0, 0, 0, 0.33);
    transition: all 0.4s ease 0s;
    transform-origin: top center;
  }
  .mainNav-submenu::before {
    content: "";
    width: 0px;
    height: 0px;
    border: 0.8em solid transparent;
    position: absolute;
    left: 48px;
    top: -23px;
    border-bottom: 10px solid #fff;
  }
  .mainNav-firstLevelLink,
  .mainNav-firstLevelLink:visited {
    color: #fff;
    padding: 1.2rem 2rem;
  }
  .mainNav-firstLevelLink:hover {
    color: #dcf9fb;
  }
  .mainNav-firstLevel:hover .mainNav-submenu {
    visibility: visible;
    opacity: 1;
    transform: rotateX(0deg);
  }
  .mainNav-submenu ul {
    padding-bottom: 0;
  }
  .mainNav-submenu p:last-child {
    margin-bottom: 0;
  }
  .mainNav-submenu li a,
  .mainNav-submenu li a:visited {
    color: #539FA9;
  }
  .mainNav-submenu > li {
    border-bottom: 1px solid rgba(112, 112, 112, 0.19);
    margin-bottom: 0.5rem;
    padding: 0 32px 0.5rem;
  }
  .mainNav-submenu > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .mainMenu-recentGames ul,
  .mainMenu-recentEscapeRooms ul {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .mainNav-submenu .new-escape-rooms-menu li a {
    line-height: 1;
  }
  .recent-games-menu,
  .new-escape-rooms-menu {
    min-width: 350px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .recent-games-menu li,
  .new-escape-rooms-menu li {
    text-align: center;
    margin-right: 1rem;
  }
  .recent-games-menu img,
  .new-escape-rooms-menu img {
    display: block;
    padding: 0.75rem 0;
    margin: 0 auto;
  }
  .recent-games-menu {
    min-width: 480px;
  }
  .recent-games-menu img {
    max-height: 6rem;
    width: auto;
  }
  .mainNav-wordGenAppButtons img {
    max-height: 3rem;
    width: auto;
  }
  .mainNav-search {
    padding: 1rem 2rem;
  }
  .mainNav-search .search-field {
    width: 5rem;
    background: none;
    -webkit-appearance: none;
  }
  .mainNav-search .search-field::-moz-placeholder {
    color: #fff;
  }
  .mainNav-search .search-field::placeholder {
    color: #fff;
  }
  .mainNav-search .search-field:hover::-moz-placeholder, .mainNav-search .search-field:focus::-moz-placeholder {
    color: #666;
  }
  .mainNav-search .search-field:hover::placeholder, .mainNav-search .search-field:focus::placeholder {
    color: #666;
  }
  .mainNav-search .search-field:focus, .mainNav-search .search-field:active, .mainNav-search .search-field:hover {
    background: #fff;
    color: #666;
    outline: none;
  }
}
/*--------------------------------------------------------------
## Post Nav Links
--------------------------------------------------------------*/
/* Post page nav links (Older/Newer Posts links) */
.nav-links {
  display: flex;
  padding: 0 0.25rem;
  font-weight: 700;
  font-size: 1.1rem;
}
.nav-links .nav-previous,
.nav-links .nav-next {
  width: 49%;
  margin: 0 1rem;
}
.nav-links .nav-previous {
  text-align: right;
}
.nav-links a,
.nav-links a:visited {
  color: #539fa9;
}
.nav-links a:hover {
  color: #87bbc0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  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:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.primaryWidget {
  padding: 1rem 2rem;
  color: #5D5D5D;
}

.primaryWidget-title {
  color: #333333;
  margin-top: 0;
  font-size: 1.4rem;
}

.newReleaseItem {
  margin: 1rem 1rem;
  background: #fff;
  border-radius: 15px;
  color: #111;
  text-align: center;
  box-shadow: 0 5px 17px rgba(100, 100, 100, 0.2);
}
.newReleaseItem-thumb img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.newReleaseItem-title {
  font-weight: 500;
  color: #333333;
  display: inline-block;
  padding: 0.25rem 0.5rem 0.5rem;
}

.popularPosts-list {
  margin: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/* Post/Page General Styles */
.single-post .siteMain,
.page .siteMain,
.error404 .siteMain {
  margin: 0 2rem;
}

.siteMain-pageHeader {
  margin: 0 2rem;
}

@media screen and (min-width: 720px) {
  .siteMainWrapper {
    display: flex;
    flex: 1 0 auto; /* cross-browser compat */
    flex-wrap: wrap;
    justify-content: center;
  }
  .siteMain {
    flex: 1;
    max-width: 50rem;
  }
  .siteMain {
    margin: 0 4rem 0 2rem;
  }
  .siteMain-pageHeader {
    width: 100%;
    display: block;
    background: #BAE7EA;
    box-shadow: 0 3px 22px rgba(0, 0, 0, 0.16);
    margin: 0;
    z-index: 5;
  }
  .siteMain-pageHeader .page-header {
    max-width: 72rem;
    margin: 2rem auto;
  }
}
@media screen and (min-width: 720px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .siteMain {
    max-width: inherit;
  }
}
/* Other */
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

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

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

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

.page-content ul {
  margin: 0 0 1.5rem 0rem;
}

/* Page Meta */
.pageMeta {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: #111111;
}

.pageMeta-meta {
  margin-bottom: 0.7rem;
}

.pageMeta a {
  color: #FD8F90;
}

.single .pageMeta-category::after {
  content: " | ";
}

.pageMeta-casContainer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.pageMeta-casContainer > :first-child {
  margin-right: 3rem;
}

.pageMeta-postDate {
  display: inline-block;
}

.pageMeta-comments, .pageMeta-share,
.entryMeta .pageMeta-postDate {
  color: #ccc;
  fill: #ccc;
  font-size: 0.85rem;
}

.pageMeta-comments a, .pageMeta-share a {
  color: #ccc;
  fill: #ccc;
}

.pageMeta svg,
.entryMeta svg {
  height: 1rem;
  vertical-align: middle;
  padding-right: 0.5rem;
}

/* Post Elements */
.featuredImage {
  text-align: center;
}

.featuredImage img {
  max-width: 80%;
}

.postTags, .wp-tag-cloud {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2;
}

.postTags-tag, .wp-tag-cloud li {
  display: inline;
  font-size: 0.75rem;
  margin-right: 0.25rem;
}

.postTags-link, .tag-cloud-link {
  color: #4E4E4E;
  background: #F8F8F8;
  border-radius: 1rem;
  padding: 0 1rem;
  display: inline-block;
}

.archive .wp-tag-cloud,
.page-template-tag .wp-tag-cloud {
  margin: 0 0 2rem;
  padding: 0 2rem 1rem;
  border-bottom: 1px solid rgba(112, 112, 112, 0.18);
}

.siteMain-socials {
  clear: both;
}

/* Footer elements */
.page-footer {
  margin: 2rem 0;
}

@media screen and (min-width: 720px) {
  .siteMain-pageHeader .pageMeta-comments, .siteMain-pageHeader .pageMeta-share,
  .siteMain-pageHeader .entryMeta .pageMeta-postDate {
    color: #4E4E4E;
    fill: #4E4E4E;
    font-size: 0.85rem;
  }
  .siteMain-pageHeader .pageMeta-comments a, .siteMain-pageHeader .pageMeta-share a {
    color: #4E4E4E;
    fill: #4E4E4E;
  }
  .single .featuredImage {
    float: right;
    width: 40%;
    margin: 0 2rem 1rem;
  }
  .single .featuredImage img {
    max-width: 100%;
  }
}
.homeHeader {
  background: #BBE7E9 url(images/header_gamegal_bg.png) no-repeat bottom right -20%;
  padding: 1px 5rem 3rem 2.5rem;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.15);
  margin-bottom: 2rem;
}
.homeHeader-title {
  color: #539FA9;
}
.homeHeader-welcomeText {
  color: #56A3AE;
}
.homeHeader-button {
  color: #fff;
  background: #FF8E8E;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  font-weight: 500;
  padding: 1rem 2rem;
  font-size: 1rem;
  border-radius: 30px;
}
.homeHeader-button:visited {
  color: #fff;
}

.home .pageMeta-category,
.search .pageMeta-category {
  padding-top: 0.25rem;
  font-size: 0.85rem;
  display: inline-block;
}
.home .pageMeta-category a,
.search .pageMeta-category a {
  color: #FD8F90;
}
.home .pageMeta-category::after,
.search .pageMeta-category::after {
  content: "";
}

.homeFeatured {
  background: rgb(177, 231, 234);
  background: linear-gradient(45deg, rgb(177, 231, 234) 0%, rgb(220, 241, 242) 100%);
  width: 100%;
}

.homeFeatured-inner {
  max-width: 72rem;
  margin: 0.5rem auto 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.homeFeatured-title {
  font-size: 1.8rem;
  font-weight: 300;
}

.homeFeatured-posts {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0 2rem 4rem;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: visible;
}

.homeFeatured-post {
  width: 14rem;
  min-width: 14rem;
  background: #fff;
  box-shadow: 0 22px 29px rgba(0, 0, 0, 0.15);
  border: 1px solid #E5E5E5;
  padding: 1rem 2rem 0.5rem;
  margin-right: 1.5rem;
  display: flex;
  flex-direction: column;
}
.homeFeatured-post:last-child {
  margin-right: 0;
}

.homeFeatured-postImage {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homeFeatured-postTitle,
.homeFeatured-postTitle:visited {
  color: #272727;
}
.homeFeatured-postTitle h4,
.homeFeatured-postTitle:visited h4 {
  margin-bottom: 0;
}

.homeFeatured-postExcerpt {
  max-height: 8rem;
  position: relative;
  overflow: hidden;
  font-size: 0.85rem;
}
.homeFeatured-postExcerpt .homeFeatured-postFader {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 2rem 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 52%);
}

.homeFeatured-postMoreLink {
  text-align: center;
}
.homeFeatured-postMoreLink img {
  max-width: 48px;
  padding-top: 1rem;
}

@media screen and (max-width: 719px) {
  .homeFeatured-inner {
    margin-bottom: 2rem;
  }
  .homeFeatured-posts {
    padding-bottom: 4rem;
  }
  .homeFeatured-post {
    width: 16rem;
    min-width: 16rem;
    padding: 1.5rem 1.5rem 0.5rem;
  }
  .homeFeatured-post:first-child {
    margin-left: 1.5rem;
  }
  .homeFeatured-post:last-child {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 720px) {
  .homeHeader {
    display: none;
  }
}
.category .page-title,
.search .page-title,
.archive .page-title,
.page-template-tag .page-title,
.home .page-title {
  text-align: center;
  margin-top: 1.5rem;
}
.category .entry-title,
.search .entry-title,
.archive .entry-title,
.page-template-tag .entry-title,
.home .entry-title {
  margin-bottom: 0;
}
.category .entry-title a,
.search .entry-title a,
.archive .entry-title a,
.page-template-tag .entry-title a,
.home .entry-title a {
  color: #333;
}

.category .pageMeta-category {
  display: none;
}

.entry-summary {
  margin-bottom: 1.5rem;
}

.entry-summaryText p:last-child {
  margin-bottom: 0.75rem;
}

.entry-readMoreLink {
  font-size: 0.9rem;
  font-weight: 700;
  text-align: right;
}

@media screen and (max-width: 719px) {
  .category .siteMain .post,
  .search .siteMain .post,
  .home .siteMain .post {
    border: 1px solid #FDFDFD;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
    padding: 1.5rem 2.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 720px) {
  .category .page-title,
  .search .page-title,
  .archive .page-title,
  .page-template-tag .page-title,
  .home .page-title {
    text-align: left;
  }
  .category .siteMain,
  .search .siteMain,
  .archive .siteMain,
  .page-template-tag .siteMain,
  .home .siteMain {
    z-index: 8;
    background: #fff;
    position: relative;
    top: -4rem;
  }
  .category .siteMain-pageHeader,
  .search .siteMain-pageHeader,
  .archive .siteMain-pageHeader,
  .page-template-tag .siteMain-pageHeader,
  .home .siteMain-pageHeader {
    padding-bottom: 4rem;
  }
  .category .siteMain .page-contents,
  .search .siteMain .page-contents,
  .archive .siteMain .page-contents,
  .page-template-tag .siteMain .page-contents,
  .home .siteMain .page-contents {
    border: 1px solid #FDFDFD;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
    padding: 1.5rem 0;
  }
  .category .siteMain .post,
  .category .siteMain .page,
  .search .siteMain .post,
  .search .siteMain .page,
  .archive .siteMain .post,
  .archive .siteMain .page,
  .page-template-tag .siteMain .post,
  .page-template-tag .siteMain .page,
  .home .siteMain .post,
  .home .siteMain .page {
    display: flex;
    padding: 0 2.5rem 2rem;
    border-bottom: 1px solid rgba(112, 112, 112, 0.18);
  }
  .category .siteMain .post:last-child,
  .category .siteMain .page:last-child,
  .search .siteMain .post:last-child,
  .search .siteMain .page:last-child,
  .archive .siteMain .post:last-child,
  .archive .siteMain .page:last-child,
  .page-template-tag .siteMain .post:last-child,
  .page-template-tag .siteMain .page:last-child,
  .home .siteMain .post:last-child,
  .home .siteMain .page:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  .category .entry-title,
  .search .entry-title,
  .archive .entry-title,
  .page-template-tag .entry-title,
  .home .entry-title {
    margin-top: 0;
  }
  .category .featuredImage,
  .search .featuredImage,
  .archive .featuredImage,
  .page-template-tag .featuredImage,
  .home .featuredImage {
    flex: 1;
    margin: 1rem 0 0 0;
  }
  .category .featuredImage img,
  .search .featuredImage img,
  .archive .featuredImage img,
  .page-template-tag .featuredImage img,
  .home .featuredImage img {
    max-width: 100%;
  }
  .category .entry-contents,
  .search .entry-contents,
  .archive .entry-contents,
  .page-template-tag .entry-contents,
  .home .entry-contents {
    flex: 2;
    margin-left: 2rem;
  }
  .home .siteMain {
    top: 0;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
}
#wordgen-container .wordgen-controls {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
}
#wordgen-container .wordgen-control {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
}
#wordgen-container label {
  flex: 2;
  font-weight: 400;
  text-align: right;
  padding-right: 1rem;
}
#wordgen-container select {
  flex: 4;
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  background: #fff;
  font-weight: 600;
  padding: 0.5rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBkPSJNMjA3LjAyOSAzODEuNDc2TDEyLjY4NiAxODcuMTMyYy05LjM3My05LjM3My05LjM3My0yNC41NjkgMC0zMy45NDFsMjIuNjY3LTIyLjY2N2M5LjM1Ny05LjM1NyAyNC41MjItOS4zNzUgMzMuOTAxLS4wNEwyMjQgMjg0LjUwNWwxNTQuNzQ1LTE1NC4wMjFjOS4zNzktOS4zMzUgMjQuNTQ0LTkuMzE3IDMzLjkwMS4wNGwyMi42NjcgMjIuNjY3YzkuMzczIDkuMzczIDkuMzczIDI0LjU2OSAwIDMzLjk0MUwyNDAuOTcxIDM4MS40NzZjLTkuMzczIDkuMzcyLTI0LjU2OSA5LjM3Mi0zMy45NDIgMHoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 5%;
}
#wordgen-container #gennedword-container {
  background: #BAE7EA;
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 2rem;
  color: rgba(46, 46, 46, 0.75);
  font-size: 1.5rem;
  text-align: center;
  min-height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wordgen-container #gennedword-container p {
  margin: 0;
}
#wordgen-container .newWord-container {
  text-align: center;
  margin: 2rem 0;
}
#wordgen-container #newword-button {
  color: #fff;
  background: #FF8E8E;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  font-weight: 500;
  padding: 1rem 2rem;
  font-size: 1rem;
}
#wordgen-container #newword-button:visited {
  color: #fff;
}

.store-buttons {
  display: flex;
  flex-direction: row;
  margin-top: 6rem;
}
.store-buttons a {
  flex: 1;
}
.store-buttons a:first-child img {
  padding-right: 10.5%;
}

#post-1242 .page-title,
#post-1242 .pageMeta {
  display: none;
}

@media screen and (min-width: 720px) {
  #wordgen-container .wordgen-controls {
    flex-direction: row;
  }
  #wordgen-container .wordgen-control {
    flex: 1;
  }
  #wordgen-container select {
    background: none;
    margin-top: 1rem;
    width: 85%;
    height: 2.5rem;
  }
  #wordgen-container #newword-button {
    font-size: 1.5rem;
  }
  #wordgen-container #gennedword-container {
    font-size: 2.5rem;
    min-height: 16rem;
  }
  .store-buttons {
    justify-content: center;
  }
  .store-buttons a {
    flex: none;
  }
  .store-buttons a:first-child img {
    padding-right: 0;
    margin-right: 1rem;
  }
  .store-buttons img {
    max-height: 3rem;
  }
}
.searchandfilter ul {
  padding-left: 0;
}

.sf-field-submit input {
  color: #fff;
  background: #FF8E8E;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  font-weight: 500;
  padding: 1rem 2rem;
  font-size: 1rem;
}
.sf-field-submit input:visited {
  color: #fff;
}

dl.search-values {
  margin-left: 2rem;
}

@media screen and (min-width: 720px) {
  .searchandfilter > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .searchandfilter > ul > li {
    flex: 1;
    flex-basis: 30%;
    min-width: 12rem;
  }
}
.purchaseOptions {
  background: rgb(217, 236, 237);
  background: linear-gradient(0deg, rgb(217, 236, 237) 0%, rgb(153, 204, 206) 100%);
  margin: 2rem -2rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.purchaseOptions h3 {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  margin-top: 0;
}

.purchaseOption {
  flex: 1;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 22px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.purchaseOption-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.purchaseOption-title {
  margin: 0;
  font-size: 1.15rem;
}
.purchaseOption-price {
  color: #FD8F90;
  font-size: 1.25rem;
  font-weight: 700;
}
.purchaseOption-description {
  flex: 1;
}
.purchaseOption-button {
  color: #fff;
  background: #FF8E8E;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  font-weight: 500;
  padding: 1rem 2rem;
  font-size: 1rem;
}
.purchaseOption-button:visited {
  color: #fff;
}

@media screen and (min-width: 720px) {
  .purchaseOptions {
    padding: 2rem 4rem 3rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .purchaseOptions h3 {
    flex: 0 0 100%;
  }
  .purchaseOption {
    margin: 0 2rem 0 0;
    max-width: 60%;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol.children {
  padding: 0;
  list-style: none;
}

.comment-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 0.9rem;
}

.comment-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  margin-top: 0.5rem;
}

.comment-avatar img {
  border-radius: 100%;
}

.comment-body {
  flex: 1;
}

.comment-content {
  background: #F8F8F8;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
}
.comment-content p {
  margin: 0 0 1rem 0;
}
.comment-content p:last-child {
  margin-bottom: 0;
}

.comment-content-pingback {
  color: rgb(104, 104, 104);
  font-size: 0.75rem;
  margin-bottom: 20px;
}
.comment-content-pingback a {
  color: rgb(77, 72, 141);
}

.comment-authorName {
  font-weight: 500;
}

.comment-meta {
  font-size: 0.65rem;
  margin: 10px 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.comment-metaDate a {
  color: #4E4E4E;
}

.comment-metaReply {
  font-weight: 500;
}

.comment-form input {
  display: block;
}

.comment-form input[type=checkbox] {
  margin-right: 10px;
  display: inline-block;
}

.comment-form .form-submit {
  text-align: right;
}

input.commentForm-submit {
  color: #fff;
  background: #FF8E8E;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  font-weight: 500;
  padding: 1rem 2rem;
  font-size: 1rem;
  display: inline-block;
}
input.commentForm-submit:visited {
  color: #fff;
}

@media screen and (min-width: 720px) {
  .siteMain-comments {
    margin: 0 4rem;
  }
}
/*--------------------------------------------------------------
# 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;
}

#infinite-handle {
  text-align: center;
}
#infinite-handle span {
  background: #539FA9 !important;
  margin: 1rem 2rem 2rem;
  border-radius: 15px !important;
  color: #fff !important;
  font-weight: 500;
  font-size: 1rem !important;
}

.infinite-loader {
  display: block;
  margin: 0 auto 2rem;
  width: 28px;
}

/*--------------------------------------------------------------
# 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-caption {
  display: block;
}
