@charset "UTF-8";
/*
	Theme Name: gmacreef Theme
	Description: Child theme of Genesis
	Author: BE - customized version
	Author URI: 

	Template: genesis
*/
/* HTML5 Reset
--------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

[type=checkbox],
[type=radio],
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

/* Box Sizing
--------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
  display: table;
  content: " ";
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
  display: table;
  clear: both;
  content: " ";
}

/* Defaults
----------------------------------------------*/
/* Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  /* Chrome fix */
}

body > div {
  font-size: 1.8rem;
}

body {
  margin: 0;
  color: #333;
  background-color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.625;
}

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a {
  color: #3d9af8;
  text-decoration: underline;
  -webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}

p {
  margin: 0 0 20px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

hr {
  clear: both;
  margin: 30px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-collapse: collapse;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

mark {
  background: #ddd;
}

blockquote {
  margin: 30px;
}
blockquote:before {
  display: block;
  position: relative;
  top: -10px;
  left: -20px;
  height: 0;
  font-size: 30px;
  font-size: 3rem;
  content: "“";
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 2rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 3rem;
  font-weight: 700;
}

h3 {
  font-size: 2.7rem;
}

h4 {
  font-size: 2rem;
}

.entry-content h4 {
  margin-top: 40px;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}
.gallery img {
  height: auto;
  padding: 4px;
  border: 1px solid #eee;
}
.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  color: #333;
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

::-moz-placeholder {
  opacity: 1;
  color: #333;
}

::-webkit-input-placeholder {
  color: #333;
}

button {
  width: auto;
  padding: 15px 30px;
  border: 0;
  color: #fff;
  background-color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
button:focus, button:hover {
  color: #fff;
  background-color: #3d9af8;
}
button.small {
  padding: 8px 16px;
}

input[type=button] {
  width: auto;
  padding: 15px 30px;
  border: 0;
  color: #fff;
  background-color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
input[type=button]:focus, input[type=button]:hover {
  color: #fff;
  background-color: #3d9af8;
}
input[type=button].small {
  padding: 8px 16px;
}

input[type=reset] {
  width: auto;
  padding: 15px 30px;
  border: 0;
  color: #fff;
  background-color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
input[type=reset]:focus, input[type=reset]:hover {
  color: #fff;
  background-color: #3d9af8;
}
input[type=reset].small {
  padding: 8px 16px;
}

input[type=submit] {
  width: 100%;
  padding: 15px 30px;
  border: 0;
  color: #fff;
  background-color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
input[type=submit]:focus, input[type=submit]:hover {
  color: #fff;
  background-color: #3d9af8;
}
input[type=submit].small {
  padding: 8px 16px;
}

.button {
  display: inline-block;
  width: auto;
  padding: 15px 30px;
  border: 0;
  color: #fff;
  background-color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  cursor: pointer;
}
.button:focus, .button:hover {
  color: #fff;
  background-color: #3d9af8;
}
.entry-content .button:focus, .entry-content .button:hover {
  color: #fff;
}

a.button.small {
  padding: 8px 16px;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

/* Tables
---------------------------------------------*/
table {
  width: 100%;
  margin-bottom: 40px;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 2;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td {
  padding: 6px;
  border-top: 1px solid #eee;
  text-align: left;
}
td:first-child {
  padding-left: 0;
}

th {
  padding: 0 6px;
  font-weight: 400;
  text-align: left;
}
th:first-child {
  padding-left: 0;
}

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px;
  height: 1px;
  border: 0;
  word-wrap: normal !important;
}

.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type=submit]:focus {
  display: block;
  clip: auto !important;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  -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);
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}

.more-link {
  position: relative;
}

/* Skip Links------------------------------------------------*/
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}
.genesis-skip-link li {
  width: 0;
  height: 0;
  list-style: none;
}

:focus {
  outline: #ccc solid 1px;
}

/* Structure and Layout
-------------------------------------- */
body {
  background: #001129 url(images/bg.jpg) repeat-x top left fixed;
}

/* Site Container
--------------------------------------------- */
.site-container {
  display: -ms-grid;
  display: grid;
  word-wrap: break-word;
}
.site-container button:disabled, .site-container button:disabled:hover, .site-container input:disabled, .site-container input:disabled:hover, .site-container input[type=button]:disabled, .site-container input[type=button]:disabled:hover, .site-container input[type=reset]:disabled, .site-container input[type=reset]:disabled:hover, .site-container input[type=submit]:disabled, .site-container input[type=submit]:disabled:hover {
  border-width: 0;
  color: #777;
  background-color: #eee;
  cursor: not-allowed;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Site Inner
--------------------------------------------- */
.site-inner {
  -ms-grid-column-align: center;
      justify-self: center;
  max-width: 1400px;
}
.content-sidebar-wrap {
  background-color: #fff;
}

.content {
  padding: 3.5% 3.5% 1% 3.5%;
}

.archive .content {
  padding: 2.5% 1.8% 1% 1.8%;
}

/* Content
--------------------------------------------- */
@media only screen and (min-width: 960px) {
  .sidebar-content .content {
    float: right;
  }
}

@media only screen and (min-width: 960px) {
  .full-width-content .content,
.landing-page .content {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 960px) {
  /* Column Classes --------------------------------------------- */
  .five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.5641025641%;
  }

  .one-half,
.three-sixths,
.two-fourths {
    width: 48.7179487179%;
  }

  .one-third,
.two-sixths {
    width: 31.6239316239%;
  }

  .four-sixths,
.two-thirds {
    width: 65.811965812%;
  }

  .one-fourth {
    width: 23.0769230769%;
  }

  .three-fourths {
    width: 74.358974359%;
  }

  .one-sixth {
    width: 14.5299145299%;
  }

  .five-sixths {
    width: 82.905982906%;
  }

  .first {
    clear: both;
    margin-left: 0;
  }
}
/* OLD THEME - home page - gmacreef
--------------------------------------------------- */
.display-posts-listing .listing-item {
  word-wrap: break-word;
  background: #f5f5f5;
  border-bottom: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  padding: 3%;
}
.display-posts-listing .listing-item:first-child {
  border-top: 1px solid #c4c4c4;
}
.display-posts-listing .listing-item:last-child {
  margin: 0 0 2em 0;
}
.display-posts-listing .listing-item h2 {
  font-weight: 700;
}
.display-posts-listing .listing-item a {
  word-wrap: break-word;
  text-decoration: none;
  font-weight: 600;
}
.display-posts-listing .listing-item a:hover {
  background-color: white;
}
/* Common Classes
---------------------------------------*/
/* Avatar
--------------------------------------------- */
.avatar {
  float: left;
  border-radius: 50%;
}
.author-box .avatar, .alignleft .avatar {
  margin-right: 20px;
}
.alignright .avatar {
  margin-left: 20px;
}
/* Genesis
--------------------------------------------- */
.after-entry {
  margin-bottom: 40px;
  padding: 20px 30px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 960px) {
  .after-entry {
    margin-bottom: 60px;
    padding: 40px 60px;
  }
}
.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 1.6rem;
}

.archive-description {
  margin-bottom: 0px;
}
@media only screen and (min-width: 960px) {
  .archive-description {
    margin-bottom: 15px;
  }
}
.archive-description p:last-child {
  margin-bottom: 0;
}
.archive-description .entry-title {
  margin-bottom: 10px;
  font-size: 4.1rem;
  font-weight: 600;
}

.author-box {
  margin-bottom: 40px;
}
@media only screen and (min-width: 960px) {
  .author-box {
    margin-bottom: 60px;
    padding: 30px;
    background-color: #f5f5f5;
  }
}
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  width: 50%;
  margin-bottom: 40px;
}

.post-password-form input[type=submit],
.search-form input[type=submit] {
  margin-top: 10px;
}

.widget_search input[type=submit] {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* Titles
--------------------------------------------- */
.archive-title,
.author-box-title {
  margin-bottom: 5rem;
  font-size: 4.1rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: slategray;
}

.entry-title {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 3rem;
}
.entry-title a {
  color: #333;
  text-decoration: none;
}
.entry-title a:focus,
.entry-title a:hover {
  color: #3d9af8;
}

.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.widget-title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}

.alignright {
  float: right;
  text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

/* Widgets
------------------------------------------------------------ */
.widget {
  margin-bottom: 40px;
}
.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}
.widget ul > li {
  margin-bottom: 10px;
}
.widget ul > li:last-of-type {
  padding-bottom: 0;
}
.widget ol > li {
  padding-left: 20px;
  text-indent: -20px;
  list-style-position: inside;
  list-style-type: decimal;
}
.widget li li {
  margin: 0 0 0 30px;
  padding: 0;
  border: 0;
}

.widget_calendar table {
  width: 100%;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.featured-content .entry:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.featured-content .entry-image {
  width: 75px;
  height: 75px;
}
.featured-content .entry-title {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.widget-area ol, .widget-area ul {
  margin: 10px 0 0 25px;
}

.widget-area ul li {
  list-style-type: none;
  word-wrap: break-word;
  border-left: 3px solid red;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin: 0 0 5px -25px;
  padding: 5px 5px 5px 15px;
  background-color: #f5f5f5;
}

/* Plugins
--------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews form + p {
  margin-top: 20px;
}
.after-entry .enews {
  padding: 10px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .after-entry .enews {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.sidebar .enews {
  padding: 30px;
  background-color: #f5f5f5;
}

.enews-widget input {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.enews-widget input[type=submit] {
  width: 100%;
  margin: 0;
}
.after-entry .enews-widget input {
  text-align: center;
}

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid #eee;
  color: #333;
  background: transparent;
}
.gs-faq__question:focus, .gs-faq__question:hover {
  color: #3d9af8;
  background: transparent;
}
.gs-faq__question:after {
  float: right;
  font-family: dashicons;
  content: "";
}
.gs-faq__question.gs-faq--expanded:after {
  content: "";
}

/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/* Site Header
---------------------------------------------- */
.site-header {
  display: -ms-grid;
  display: grid;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.7))), #060604 url(images/gmacreef-header.jpg) center/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), #060604 url(images/gmacreef-header.jpg) center/cover no-repeat;
}
.site-header .wrap {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1400px;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #115285;
}
@media only screen and (max-width: 1140px) {
  .site-header .wrap {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 500px) {
  .site-header .wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.site-header .wrap .title-area {
  background-color: rgba(0, 0, 0, 0.4);
  margin-top: 10px;
  border-top: 1px solid cornflowerblue;
  padding: 0.5% 3.5%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1140px) {
  .site-header .wrap .title-area {
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.site-header .wrap .title-area p {
  margin: 0;
}
.site-header .wrap .title-area .site-title a,
.site-header .wrap .title-area .site-title a:focus,
.site-header .wrap .title-area .site-title a:hover {
  color: #333;
  text-decoration: none;
}
.site-header .wrap .title-area .site-title a {
  background: url(images/logo.png) no-repeat left center;
  background-size: contain;
  padding: 10px 10px 0 0;
  background-origin: content-box;
  display: block;
  height: 116px;
  text-indent: -9999em;
}
.site-header .wrap .title-area .site-description {
  font-size: 2.1rem;
  text-transform: uppercase;
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
  place-self: center;
  word-wrap: normal !important;
  color: #ddd;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .site-header .wrap .title-area .site-description {
    line-height: 1.3em;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 960px) and (min-width: 500px) {
  .site-header .wrap .title-area .site-description {
    line-height: 1.5em;
    font-size: 1.7rem;
  }
}

/* Site Navigation
--------------------------------------------------- */
.genesis-nav-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 500px) {
  .genesis-nav-menu {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.genesis-nav-menu .menu-item span span {
  padding: 0 0 0 1rem;
}
@media only screen and (min-width: 500px) {
  .genesis-nav-menu .menu-item {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}
@media only screen and (min-width: 960px) {
  .genesis-nav-menu .menu-item:focus .sub-menu:focus,
.genesis-nav-menu .menu-item:hover .sub-menu:hover {
    z-index: 100;
  }
}
.genesis-nav-menu .menu-item:focus > .sub-menu,
.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}
@media only screen and (min-width: 960px) {
  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }
}
@media only screen and (min-width: 960px) {
  .genesis-nav-menu > .menu-highlight > a {
    margin-left: 15px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 3px;
    color: #fff;
    background-color: #333;
    font-weight: 600;
  }
}
@media only screen and (min-width: 960px) {
  .genesis-nav-menu > .menu-highlight > a:focus,
.genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #3d9af8;
  }
}
.genesis-nav-menu a {
  display: block;
  padding: 1rem;
  outline-offset: -1px;
  text-align: center;
  color: #777;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 2.1rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.genesis-nav-menu ::marker {
  color: transparent;
}
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #3d9af8;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.7);
}
.genesis-nav-menu .sub-menu {
  display: block;
  clear: both;
  position: static;
  z-index: 99;
  width: 100%;
  margin: 0;
  padding-left: 15px;
  opacity: 1;
}
@media only screen and (min-width: 960px) {
  .genesis-nav-menu .sub-menu {
    position: absolute;
    width: 180px;
    padding-left: 0;
    border-top: 1px solid #eee;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
}
.genesis-nav-menu .sub-menu a {
  position: relative;
  width: 100%;
  background-color: #fff;
  font-size: 1.4rem;
  word-wrap: break-word;
}
@media only screen and (min-width: 960px) {
  .genesis-nav-menu .sub-menu a {
    width: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #eee;
    border-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }
}
.genesis-nav-menu .sub-menu:focus-within {
  opacity: 1;
}

/* Avoid flash of desktop menu on mobile devices.
----------------------------------------------*/
.js nav {
  display: none;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .js nav {
    display: block;
  }
}

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-responsive-menu {
  display: none;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .genesis-responsive-menu {
    display: block;
  }
}
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu,
.genesis-responsive-menu .genesis-nav-menu .menu-item:focus > .sub-menu {
  display: none;
}
.genesis-responsive-menu .genesis-nav-menu .sub-menu {
  display: none;
  clear: both;
  position: static;
  z-index: 99;
  left: -9999px;
  width: 100%;
  margin: 0;
  padding-left: 15px;
  opacity: 1;
}
@media only screen and (min-width: 960px) {
  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    position: absolute;
    width: 180px;
    padding-left: 0;
    border-top: 1px solid #eee;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
}

.menu-toggle {
  border-top: 1px solid darkorchid !important;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/span 1;
  visibility: visible;
  z-index: 1000;
  margin: 10px 0 0 0;
  padding: 1em;
  border-width: 0;
  font-size: 2.1rem;
  text-transform: uppercase;
  color: #ddd;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 20px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle:focus, .menu-toggle:hover {
  border-width: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.menu-toggle.activated:before {
  content: "";
}
.site-header .menu-toggle:before {
  vertical-align: middle;
  font-size: 30px;
  width: 30px;
  height: 30px;
  margin: -2px 5px 0 0;
  text-rendering: auto;
}

.sub-menu-toggle {
  display: block;
  visibility: visible;
  float: right;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  margin: 0 auto;
  padding: 9px 10px;
  border-width: 0;
  color: #333;
  background-color: transparent;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .sub-menu-toggle {
    display: none;
  }
}
.sub-menu-toggle:focus, .sub-menu-toggle:hover {
  border-width: 0;
  color: #3d9af8;
  background-color: transparent;
}
.sub-menu-toggle:before {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  text-rendering: auto;
}
.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}
.sub-menu-toggle.activated:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */
.nav-primary {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/span 3;
}
/* Sub Menu
--------------------------------------------- */
.nav-secondary {
  display: -ms-grid;
  display: grid;
  -ms-grid-column-align: center;
      justify-self: center;
  width: 100%;
  max-width: 1400px;
}
.nav-secondary .genesis-nav-menu {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  line-height: 1.5;
  margin: 0 0 auto 0;
  text-align: right;
  background: white;
  z-index: 2;
}
.nav-secondary .menu-item {
  display: inline-block;
}
.nav-secondary .current-menu-item a {
  background-color: transparent;
  font-weight: bold;
  color: slategray;
}
.nav-secondary a {
  padding: 1rem;
  background-color: transparent;
}
.nav-secondary a:hover {
  background-color: transparent;
}

/* JS Menu Flash Fix - 
--------------------------------------------- */
/* OLD THEME - gmacreef
--------------------------------------------------- */
/* Content Area
--------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}
@media only screen and (min-width: 960px) {
  .entry {
    margin-bottom: 60px;
  }
}

ol.comment-list li {
  list-style-type: none;
}
ol.comment-list li .comment-author-name {
  padding: 0 0 0 1.5em;
}
ol.comment-list li .comment-time {
  font-size: 1.3rem;
  padding: 0 0 0 2em;
}

.entry-content p.has-background {
  padding: 25px 30px;
}
.entry-content p.has-background.box-shadow {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.entry-content p.has-background.light-text a {
  color: #fff;
  text-decoration: underline;
}
.entry-content p.has-background.light-text a:focus,
.entry-content p.has-background.light-text a:hover {
  text-decoration: none;
}
.entry-content ol,
.entry-content ul {
  margin-left: 1rem;
}
.entry-content ol > li {
  list-style-type: inherit;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: #f5f5f5;
}
.entry-content .caption {
  margin-top: -20px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}

li.comment::marker {
  color: white;
  outline: 1px solid red;
}

.content .sticky {
  padding: 30px;
  background-color: #f5f5f5;
}

/* Entry Meta
--------------------------------------------- */
.entry-meta p {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.entry-header .entry-meta {
  margin-bottom: 20px;
  color: #777;
}
.entry-footer .entry-meta {
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link:before {
  margin: 0 6px 0 2px;
  content: "—";
}

/* Pagination
--------------------------------------------- */
.pagination {
  margin: 0 0 10px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  display: inline-block;
  margin-bottom: 4px;
  padding: 8px 16px;
  color: #333;
  background-color: #f5f5f5;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
  color: #fff;
  background-color: #1a66a4;
}

/* Sidebar
------------------------------------------------ */
.sidebar {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (min-width: 960px) {
  .sidebar {
    /* // float: right; */
    /* // width: 30%; */
  }
}
@media only screen and (min-width: 960px) {
  .sidebar-content .sidebar {
    float: left;
  }
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar p {
  margin-bottom: 20px;
}

#comments, #respond {
  margin: 0 0 2%;
}

#respond {
  width: 100%;
}
@media only screen and (min-width: 500px) {
  #respond {
    width: 66%;
  }
}

#comment {
  height: 8rem;
}

.ping-list {
  margin: 0 0 40px;
}

.comment-list ol, .ping-list ol {
  padding: 10px;
}

.comment-list li, .ping-list li {
  padding: 3%;
}

.comment-list li ul li {
  list-style-type: none;
}

.comment-list cite, .ping-list cite {
  font-style: normal;
}

p.comment-author {
  margin: 0;
  padding: 0;
}

.commentmetadata {
  font-size: 1.3rem;
}
.commentmetadata a {
  text-decoration: none;
  color: #777;
}

.nocomments {
  text-align: center;
}

#comments .navigation {
  display: block;
}

.thread-alt, .thread-even {
  background-color: #f5f5f5;
}

.alt, .depth-1, .even {
  border-bottom: 1px solid #c4c4c4;
}

.children .alt, .children .depth-1, .children .even {
  border-bottom: none;
}

/* Entry Comments
--------------------------------------------- */
.entry-comments {
  margin-bottom: 40px;
  font-size: 1.8rem;
  background-color: #fff;
}
@media only screen and (min-width: 960px) {
  .entry-comments {
    margin-bottom: 60px;
  }
}

/* Footer Widgets
-------------------------------------------------- */
.footer-widgets {
  clear: both;
  padding: 60px 0;
  border-top: 1px solid #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.7))), #060604 url(images/gmacreef-header.jpg) center/cover no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7)), #060604 url(images/gmacreef-header.jpg) center/cover no-repeat;
  font-size: 1.8rem;
}
.footer-widgets .wrap {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 960px) {
  .footer-widgets .wrap {
    max-width: 1140px;
  }
}
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

.footer-widget-area {
  margin-bottom: 40px;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (min-width: 960px) {
  .footer-widget-area {
    float: left;
    width: 33.33%;
    /* fallback for older browsers */
    width: calc(100% / 3);
    margin-bottom: 0;
  }
}
.footer-widget-area:last-child {
  margin-bottom: 0;
}

/* Site Footer
--------------------------------------------------- */
.site-footer {
  -ms-grid-row: 6;
      grid-row-start: 6;
  -ms-grid-row-span: 1;
  grid-row-end: 7;
  font-size: 1.5rem;
  line-height: 1.5;
}
.site-footer p {
  margin-bottom: 0;
}

footer > .wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0.5% 1.2%;
}
footer > .wrap p {
  color: #777;
}

/* Custom Styles
-------------------------------------------------- */
.project-heading {
  margin-top: 40px;
}

.post-type-archive-project .content {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .post-type-archive-project .content {
    display: -ms-grid;
    display: grid;
    grid-gap: 1.2%;
  }
}
.grid-archive-page .breadcrumb {
  margin-bottom: 40px;
}

.grid-archive {
  margin-bottom: 6%;
}

@media only screen and (min-width: 557px) {
  .grid-archive {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.8% 1fr 1.8% 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.8%;
  }
  .grid-archive .entry {
    margin-bottom: 0;
  }
}
.grid-archive .entry {
  padding: 0;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  outline: 1px solid #e1e1e1;
  background-color: #f7f7f7;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.grid-archive .entry:hover {
  background-color: white;
  -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
  outline: 1px solid #e1e1e1;
}
.grid-archive .entry:hover .grid-overlay {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.contact-layout .grid-archive {
  grid-gap: 8rem;
}
.contact-layout .grid-archive .entry {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.grid-block {
  text-decoration: none;
}

.grid-overlay {
  position: static;
  top: 50%;
  left: 50%;
  padding: 2rem;
  color: #333;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.grid-overlay .entry-title {
  padding: 0;
  margin: 0 0 1rem 0;
  font-size: 2rem;
}

.grid-block:hover .grid-overlay {
  opacity: 1;
}

.grid-block img {
  vertical-align: top;
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.25s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.1s ease-in-out, opacity 0.25s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

.grid-block:hover img {
  -webkit-transform: scale(1.02, 1.02);
          transform: scale(1.02, 1.02);
}

.excerpt {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 0;
}

.excerpt .read-more {
  color: #ddd;
  font-size: 16px;
  font-style: italic;
}

@media only screen and (max-width: 1024px) {
  .grid-block {
    text-decoration: none;
  }

  .grid-overlay {
    position: static;
    -webkit-transform: none;
            transform: none;
    opacity: 0.5;
    color: #333;
  }

  .grid-overlay .entry-title {
    margin-bottom: 20px;
  }

  .excerpt .read-more {
    color: #444;
  }

  .grid-block:hover {
    background-color: transparent;
  }

  .grid-block:hover img {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 1023px) {
  .grid-archive {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.safety-layout .grid-archive .entry:last-child {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -ms-grid-column-span: 3;
  grid-column: span 3;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .safety-layout .grid-archive .entry:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.safety-layout .grid-archive .entry:last-child .safety-content {
  padding: 0;
}

.safety-content {
  padding: 4%;
}

.btn {
  background-color: #2471A3;
  cursor: pointer;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 2px;
  margin: 20px 0;
  font-weight: bold;
}

.acf-field-5beb77f9184a7 {
  background-color: #6de077;
}

.list-unstyled li {
  padding: 0.35em 0;
  clear: both;
}
.list-unstyled li span.pull-right {
  float: right;
  text-align: right;
  max-width: 70%;
}

.business-hours .opening-hours li.today {
  background-color: #e6e6e6;
  padding: 0.25em;
}

.about-photos-row {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.about-photos-row .about-image-cell:nth-of-type(3) {
  -ms-grid-row-span: 2;
  grid-row: span 2;
}

.project .entry-header .entry-meta {
  display: none;
}

.single-container {
  display: -ms-grid;
  display: grid;
  height: 100%;
  -ms-grid-columns: 3fr 0 1fr;
  grid-template-columns: 3fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0;
}

.single-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.single-container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media only screen and (max-width: 700px) {
  .single-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.back-projects {
  border-bottom: none;
  padding: 0.5em 1em;
}

.city-province {
  padding: 0.5em 1em;
}
.city-province p {
  margin: 0;
}

.project-info {
  border: 1px solid #ccc;
}
.project-info .entry-content {
  padding: 0.5em 1em;
}
.project-info h5 {
  margin: 10px 0 0 0;
  font-style: italic;
  color: gray;
}

.project-post-meta {
  text-align: right;
  font-style: italic;
  color: gray;
}
.project-post-meta a {
  font-style: normal;
  padding-left: 0.5em;
}

.project-title-year {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  outline: 1px solid #ccc;
}
.project-title-year .project-title {
  text-transform: uppercase;
  padding: 0.5em 1em;
}
.project-title-year .project-title h1 {
  margin: 0;
}
.project-title-year .project-year {
  background: #ccc;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  padding: 0.5em 1em;
}

.project-images {
  border: 1px solid #ccc;
  border-right: none;
}
.project-images .aligncenter {
  margin: 0;
}

.prev-next-post-links {
  padding: 1em 0;
}

.previous-post-link {
  float: left;
  color: gray;
}
.previous-post-link i {
  padding-right: 0.5em;
}

.next-post-link {
  float: right;
  color: gray;
}
.next-post-link i {
  padding-left: 0.5em;
}

.project-meta-group {
  overflow: hidden;
  margin-bottom: 40px;
}

.soliloquy-container.soliloquy-thumbnails-container.soliloquy-theme-base {
  margin: 0 !important;
}

.property-slideshow {
  outline: 1px solid red;
}

/* # Automatically display posts in a custom grid layout
---------------------------------------------------------------------------------------------------- */
.posts-grid .content {
  float: none;
}

.row {
  border-top: 5px solid #f5f5f5;
  border-bottom: 5px solid #f5f5f5;
}

.row,
.left,
.right {
  overflow: hidden;
}

.row .entry {
  padding: 0;
  margin-bottom: 0;
  height: 500px;
  position: relative;
  background-color: #333;
}

.left-right-right .left {
  float: left;
  width: 60%;
  border-right: 5px solid #f5f5f5;
}

.left-right-right .right {
  float: right;
  width: 40%;
  border-left: 5px solid #f5f5f5;
}

.left-right-right .right .entry,
.left-left-right .left .entry {
  height: 250px;
}

.left-right-right .right .top {
  border-bottom: 5px solid #f5f5f5;
}

.left-right-right .right .bottom {
  border-top: 5px solid #f5f5f5;
}

.content-archive-image {
  background-origin: border-box;
  background-position: center;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
}

.content-archive-image:hover {
  opacity: 0.9;
}

.left-left-right .left {
  float: left;
  width: 40%;
}

.left-left-right .left .top {
  border-bottom: 5px solid #f5f5f5;
}

.left-left-right .left .bottom {
  border-top: 5px solid #f5f5f5;
}

.left-left-right .right {
  float: right;
  width: 60%;
  border-left: 10px solid #f5f5f5;
}

.row .entry-header {
  position: absolute;
  bottom: 0;
  /*background: rgba(0, 0, 0, 0.5);*/
  width: 100%;
}

.row .entry-title {
  font-size: 18px;
  margin-bottom: 0;
}

.row .entry-title a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 20px;
}

.left-right-right .entry-header {
  background: rgba(0, 0, 0, 0.7);
}

.full .entry-header {
  background: rgba(0, 0, 0, 0.7);
}

.left-left-right .entry-header {
  background: rgba(0, 0, 0, 0.7);
}

.full .entry {
  height: 400px;
}

.full .left,
.full .right {
  width: 50%;
}

.full .left {
  float: left;
}

.full .right {
  float: right;
}

.full .left .entry {
  border-right: 5px solid #f5f5f5;
}

.full .right .entry {
  border-left: 5px solid #f5f5f5;
}

@media only screen and (max-width: 1200px) {
  .posts-grid .content {
    padding: 0 40px;
  }

  .row .entry {
    background-color: transparent;
  }

  .row .entry {
    height: 300px;
  }

  .full .entry {
    height: 250px;
  }

  .left-right-right .right .entry,
.left-left-right .left .entry {
    height: 150px;
  }

  .row .entry-title a {
    padding: 10px;
  }
}
@media only screen and (max-width: 414px) {
  .row .entry {
    margin-bottom: 40px;
    height: 200px;
  }

  .left-right-right .left,
.full .left .entry {
    border-right: none;
  }

  .left-right-right .right,
.left-left-right .right {
    border-left: none;
  }

  .left-right-right .right,
.left-right-right .left,
.left-left-right .left,
.left-left-right .right,
.full .left,
.full .right {
    float: none;
    width: 100%;
  }

  .left-right-right .right .entry,
.left-left-right .left .entry {
    height: 200px;
  }
}
.category-news .news-cat-entries article {
  display: -ms-grid;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}
.category-news .news-cat-entries .entry-header {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: -2;
  grid-column-end: -1;
}
.category-news .news-cat-entries .entry-footer {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: -2;
  grid-column-end: -1;
}

/* Old Theme
--------------------------------------------------- */
p.question {
  background: #e1e1e1;
  width: 100%;
  padding: 5px 10px;
  margin: 5px 0;
}

.post-info, .post-meta {
  margin: 5px 0;
  font-size: 1.6rem;
  color: #333;
}
.post-info a, .post-meta a {
  color: #4d4d4d;
}

/* OLD THEME - gmacreef - misc styles
--------------------------------------------------- */
blockquote {
  margin: 5px 0 20px;
  padding: 15px 20px;
}

.post {
  margin: 0 0 40px;
}

.entry-content {
  overflow: hidden;
}

p.subscribe-to-comments {
  padding: 20px 0 10px;
}

.clear {
  clear: both;
}

hr, .clear-line {
  background: transparent;
  border: none;
  overflow: hidden;
  width: 100%;
}

.bumpdown {
  margin: 20px 0;
  padding: 10px 0;
  border-bottom: none;
}

.spacer {
  float: left;
  width: 100%;
  height: 20px;
  overflow: hidden;
}

.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
  float: left;
}

.fourUp {
  margin: 20px 0;
  padding: 20px 0;
  float: left;
}
.fourUp a {
  font-family: "Patua One", cursive;
  font-size: 1.2em;
}
.fourUp img:hover {
  opacity: 0.7;
}

.opac img:hover {
  opacity: 0.7;
}

table {
  border: 8px solid #d1d1d1;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}

td {
  padding: 0.35em 0.75em 0.25em;
}

tr:nth-child(even) {
  background: url(images/fills/transpBlack10.png);
}

th {
  padding: 0.5em 0 0.5em 0.75em;
  text-align: left;
  border-bottom: none;
}

.entry-content ol, .entry-content ul {
  margin: 0;
  padding: 0 0 15px;
}

.entry-content ol {
  margin: 0;
}

.archive-page ul li, .entry-content ul li {
  list-style-type: square;
  margin: 0 0 10px 20px;
  padding: 0;
  font-weight: 400;
}

.entry-content ol li {
  margin: 0 0 1em 1.2em;
  font-weight: 400;
}

.archive-page ul ul, .entry-content ol ol, .entry-content ul ul {
  padding: 0;
}

.author-box {
  margin: 0 0 40px;
  overflow: hidden;
  padding: 10px;
}

.sticky {
  margin: 0 0 40px;
  padding: 20px;
}

.archive-page {
  float: left;
  padding: 20px 0;
  width: 45%;
}

img {
  height: auto;
  max-width: 100%;
  overflow: hidden;
}

.author-box .avatar {
  background-color: #fff;
  float: left;
  margin: 0 10px 0 0;
}

.post-image {
  margin: 0 10px 10px 0;
}

img.centered, .aligncenter {
  display: block;
  margin: 0 auto 10px;
}

img.alignnone {
  display: inline;
  margin: 0 0 10px;
}

img.alignleft {
  display: inline;
  margin: 0 10px 10px 0;
}

img.alignright {
  display: inline;
  margin: 0 0 10px 10px;
}

.alignleft {
  float: left;
  margin: 0 10px 0 0;
}

.alignright {
  float: right;
  margin: 0 0 0 10px;
}

.wp-caption {
  padding: 5px;
  text-align: center;
}

p.wp-caption-text {
  font-size: 12px;
  line-height: 16px;
  padding: 5px 0;
}

.wp-smiley, .wp-wink {
  border: none;
  float: none;
}

ul.plumb li {
  border-left: 4px solid #176da6;
}

ul.design li {
  border-left: 4px solid #e9ae9e;
}

ul.overflow li {
  border-left: 4px solid #5e65d7;
}

ul.social {
  margin: 0;
  float: right;
}

ul.social li {
  list-style-type: none;
  list-style: none;
  float: left;
  padding: 0 0 0 3px;
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea {
  background-color: #fff;
  color: #000;
  width: 90%;
}

ul.thumbs {
  width: 100%;
  float: left;
  list-style-type: none;
  list-style-image: none;
}

ul.thumbs li {
  float: left;
  list-style-type: none;
  margin: 0 0.4em 0.3em 0;
}

img.whiterim {
  padding: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.s {
  font-size: 12px;
  margin: 5px 2px 0 0;
  padding: 4px 5px;
  width: 195px;
}

.related {
  background-color: #fff;
}

.related a {
  text-decoration: none;
}

.related-post-image {
  vertical-align: top;
}

.related-post-info {
  margin-top: 10px;
}

.related-title {
  display: inline-block;
  margin-bottom: 12px;
}

.related-title:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 1em;
}

.related-post-date {
  font-size: 14px;
  color: #858585;
}

.related-post-tags,
.related-post-categories,
.related-post-tags a,
.related-post-categories a {
  color: #858585;
}

.related-post-tags a:hover,
.related-post-categories a:hover {
  color: #333;
}

.related-post-tags,
.related-post-categories {
  font-size: 13px;
  margin-top: 10px;
  font-style: italic;
}

.related-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.related-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.related-post {
  width: 31.4814814815%;
  opacity: 0.8;
}

.related-post:hover {
  opacity: 1;
}

@supports (grid-area: auto) {
  .related-post {
    width: auto;
  }
}
@media only screen and (max-width: 500px) {
  .related-post {
    width: 100%;
  }

  .related-posts {
    grid-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  @supports (grid-area: auto) {
    .related-post {
      width: auto;
    }
  }
}
a.button {
  display: inline-block;
  margin: 0 5px 20px;
  text-decoration: none;
  padding: 3px 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

a.button.large {
  height: 24px;
  padding: 11px 10px 0;
  font-size: 14px;
  line-height: 14px;
}

a.button.large.indent {
  margin: 0 0 0 35px;
}

a:hover.button {
  background-position: 0 -28px;
}

a:hover.button.large {
  background-position: 0 -35px;
}

a.button.white {
  background-image: url(images/buttons/button_white.png);
  border: 1px solid #d3d3d3;
  color: #555;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

a.button.large.white {
  background-image: url(images/buttons/button_white_large.png);
}

a:hover.button.white {
  border: 1px solid #c4c4c4;
}

a.button.grey {
  background-image: url(images/buttons/button_grey.png);
  border: 1px solid #b5b5b5;
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.large.grey {
  background-image: url(images/buttons/button_grey_large.png);
}

a:hover.button.grey {
  border: 1px solid #989898;
}

a.button.red {
  background-image: url(images/buttons/button_red.png);
  border: 1px solid #df6f8b;
  color: #913944;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

a.button.large.red {
  background-image: url(images/buttons/button_red_large.png);
}

a:hover.button.red {
  border: 1px solid #c36079;
}

a.button.orange {
  background-image: url(images/buttons/button_orange.png);
  border: 1px solid #f5b74e;
  color: #963;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.large.orange {
  background-image: url(images/buttons/button_orange_large.png);
}

a:hover.button.orange {
  border: 1px solid #d29a3a;
}

a.button.green {
  background-image: url(images/buttons/button_green.png);
  border: 1px solid #adc671;
  color: #5d7731;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.large.green {
  background-image: url(images/buttons/button_green_large.png);
}

a:hover.button.green {
  border: 1px solid #8bb14d;
}

a.button.teal {
  background-image: url(images/buttons/button_teal.png);
  border: 1px solid #90c6c8;
  color: #437b7d;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.large.teal {
  background-image: url(images/buttons/button_teal_large.png);
}

a:hover.button.teal {
  border: 1px solid #7db9bb;
}

a.button.blue {
  background-image: url(images/buttons/button_blue.png);
  border: 1px solid #8dc5da;
  color: #42788e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.large.blue {
  background-image: url(images/buttons/button_blue_large.png);
}

a:hover.button.blue {
  border: 1px solid #7caec0;
}

a.button.navy {
  background-image: url(images/buttons/button_navy.png);
  border: 1px solid #a2afb8;
  color: #515f6a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.large.navy {
  background-image: url(images/buttons/button_navy_large.png);
}

a:hover.button.navy {
  border: 1px solid #8996a0;
}

a.button.purple {
  background-image: url(images/buttons/button_purple.png);
  border: 1px solid #bc9db9;
  color: #7b5777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

a.button.large.purple {
  background-image: url(images/buttons/button_purple_large.png);
}

a:hover.button.purple {
  border: 1px solid #a482a0;
}

a.button.black {
  background-image: url(images/buttons/button_black.png);
  border: 1px solid #4c4c4c;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

a.button.large.black {
  background-image: url(images/buttons/button_black_large.png);
}

a:hover.button.black {
  border: 1px solid #2c2c2c;
}

/* Content Callouts
--------------------------------------------------- */
.content-box-blue, .content-box-gray, .content-box-green, .content-box-purple, .content-box-red, .content-box-yellow {
  margin: 0 0 25px;
  overflow: hidden;
  padding: 3%;
}

.content-box-blue {
  background-color: #eee;
  border: 1px solid #d5d5d5;
}

.content-box-gray {
  background-color: #eee;
  border: 1px solid #d5d5d5;
}

.content-box-green {
  background-color: #d9edc2;
  border: 1px solid #b2ce96;
}

.content-box-purple {
  background-color: #e2e2f9;
  border: 1px solid #bebde9;
}

.content-box-red {
  background-color: #f9dbdb;
  border: 1px solid #e9b3b3;
}

.content-box-yellow {
  background-color: #fffccc;
  border: 1px solid #fadf98;
}

#map {
  border: 1px solid #e1e1e1;
  width: 99.5%;
  height: 300px;
}

.alert {
  padding: 18px 5%;
  margin: 0 0 20px;
  font-size: 1.3em;
}

.callout {
  padding: 3%;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 0 2%;
  border-top: 1px solid #a8a8a8;
  background-color: #dbdbdb;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), #dbdbdb;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), #dbdbdb;
  color: #000;
}
@media only screen and (min-width: 500px) {
  .callout {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.callout p:first-child {
  font-size: 2em;
  line-height: 1.2em;
  text-transform: uppercase;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  color: #acacac;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/span 1;
  text-shadow: 0px 2px 3px rgba(255, 255, 255, 0.5);
  -webkit-background-clip: text;
          background-clip: text;
}
.callout p:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  padding: 0 2em 0 0;
  line-height: 1.3em;
  font-size: 1.9rem;
  color: #333;
}

.textwidget .callout {
  margin: 0;
}

.alert.white {
  background: #d1d1d1;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  color: #d1d1d1;
}

.warning {
  float: left;
  padding: 12px;
  margin: 0 0 20px;
  background: #fff url(images/error.png) no-repeat top left;
  background-position: 20px 16px;
  text-indent: 30px;
  border: 4px solid #ccc;
  border-radius: 8px 8px 8px 8px;
  color: #d54c4c;
}

.alert.red {
  background: #FFD7D8;
  border-top: 1px solid #f9bac7;
  border-bottom: 1px solid #f9bac7;
  color: #d54c4c;
}

.alert.orange {
  background: #FFCBA8;
  border-top: 1px solid #efd1b1;
  border-bottom: 1px solid #efd1b1;
  color: #c60;
}

.alert.green {
  background: #acffac;
  color: #00450f;
  font-family: "Patua One", cursive;
  text-align: center;
}

/* Print Styles
--------------------------------------------------- */
@media print {
  *,
*:before,
*:after {
    color: #333 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after,
a[href^="#"]:after,
.site-title > a:after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  img,
tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
.content-sidebar {
    width: 100%;
  }

  button,
input,
select,
textarea,
.breadcrumb,
.comment-edit-link,
.comment-form,
.comment-list .reply a,
.comment-reply-title,
.edit-link,
.entry-comments-link,
.entry-footer,
.genesis-box,
.header-widget-area,
.hidden-print,
.home-top,
.nav-primary,
.nav-secondary,
.post-edit-link,
.sidebar {
    display: none !important;
  }

  .title-area {
    width: 100%;
    text-align: center;
  }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    position: relative;
    top: -100px;
    padding-top: 0;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
h2,
h3,
h4,
h5,
h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
pre,
table {
    page-break-inside: avoid;
  }

  dl,
ol,
ul {
    page-break-before: avoid;
  }
}