/*
Theme Name: Sparkgeo
Theme URI: https://github.com/WordPress/gutenberg-theme/
Author: wordpressdotorg
Author URI: https://wordpress.org
Description: Showcasing themeing with Gutenberg.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gutenbergtheme
Tags: translation-ready

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

gutenbergtheme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

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

dfn {
  font-style: italic;
}

h1 {
  font-family: 'IBM Plex Serif', serif;
  font-size: 2.44em;
  margin: 0 0 0.2em 0;
  line-height: 1.6;
}

h2 {
  font-family: 'IBM Plex Serif', serif;
  font-weight: 600;
  font-size: 1.95em;
  line-height: 1.6;
}

h3 {
  font-size: 2.0rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.6;
  margin: 0 0 0.5em;

}

h4 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 600;
  margin: 0 0 1em 0;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: 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
--------------------------------------------------------------*/
/*@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,400i|IBM+Plex+Serif:400,400i,600,600i');*/

html{
    font-size: 62.5%;
    line-height: 1.6;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #33383A;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 2.0rem;
}

p{
  margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #33383A;
  clear: both;
}

h2{
  font-size: 3.2rem;
  margin: 0 0 1em;
}

@media screen and (max-width: 600px) {
  h2.block {
    font-size: 2.4rem;
  }
}

h3{
  margin-bottom: 0.5em;
}


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

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: 1.4rem;
  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: 1.4rem;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
}

pre, .wp-block-code{
  background-color: #000;
  color: #ccc;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-word;
}

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

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

big {
  font-size: 125%;
}


.light-text{
  color: #fff;
}

.light-text h1,
.light-text h2,
.light-text h3{
  color: #fff;
}

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

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


.site-description {
	margin: .4375em 0 0;
	font-size: 17px;
	font-weight: inherit;
	line-height: 1.4;
	word-wrap: break-word;
	color: #929292;
}


.site-footer .social-links a{
  font-size: 16px;
  margin: 0 10px;
}

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

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

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

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

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

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

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

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

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%;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header{
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 65px;
  padding-bottom: 30px;
  color: #fff;
}

.site-header > .alignwide{
  position: relative;
}

.site-header h1{
  color: #fff;
  margin-top: 100px !important;
}

.site-header .alignwide{
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1120px;
  box-sizing: content-box;
  width: 100%;
}

.site-header .title{
  font-size: 7.2rem;
}


.site-header img.logo{
    width: 110px;
}

.site-header .site-branding{
    align-content: flex-start;
    margin: 0 83px 0 0;
}

.site-header a{
  background: none;
  box-shadow: none;
  transition: all 0.25s;
  opacity: 0.75;
  color: #fff;
}

.site-header a:hover{
  background: none;
  opacity: 1;
  transition: all 0.125s;
  color: #fff;
}

.site-header .tertiary-links a{
  font-size: 2.4rem;
  margin-left: 25px;
  display: inline-block;
}

.site-header .current-menu-item a{
  opacity: 1;
}



/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #33383A;
  text-decoration: none;
}

a:visited {
  color: #33383A;
}

a:hover, a:focus, a:active {
  color: #33383A;
}

a:focus {
  outline: 0;
}

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

a.button,
input[type=submit],
input[type=button],
button{
  font-size: 1.4rem;
  opacity: 1;
  border: 2px solid #000;
  border-radius: 16px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 28px;
  padding: 0;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 25px;
  box-shadow: none;
}

a.button:hover,
input[type=submit]:hover,
input[type=button]:hover,
button:hover{
  color: #fff;
  background-color: #000;
}

.light-text .button{
  color: #fff;
  border-color: #fff;
}

.light-text a.button:hover{
  color: #000;
  background-color: #fff;
  transition: all 0.125s;
}

a.button.large,
input[type=submit],
input[type=button],
button{
  font-size: 2.0rem;
  border-radius: 28px;
  padding: 12px 30px;
}

a{
  box-shadow: inset 0 -0.2em 0 rgba(255,255,255,1);
  transition: all 0.25s;

}

a:hover{
  background-color: rgba(255,255,255,0.5);
  transition: all 0.125s;

  /*box-shadow: none;*/
}


.ab-block-post-grid-image,
figure.wp-block-image{
  opacity: 0.999;
}
.ab-block-post-grid-image a,
.wp-block-image a{
  box-shadow: inset 0px 0px 0px 10px transparent;
  position: relative;
  display: block;
  transition: all 0.25s;
}
.ab-block-post-grid-image a:hover,
.wp-block-image a:hover{
  box-shadow: inset 0px 0px 0px 10px #fff;
  background-color: transparent;
}


.ab-block-post-grid-image a img,
.wp-block-image a img{
  position: relative;
  z-index: -1;
}

.alm-btn-wrap .alm-load-more-btn.alm-btn-custom:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.125s;
}

.alm-btn-wrap .alm-load-more-btn.alm-btn-custom{
  opacity: 1;
  border: 2px solid #000;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 600;
  line-height: 28px;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  box-shadow: none;
  font-size: 2.0rem;
  border-radius: 28px;
  padding: 12px 30px !important;
  background: none;
  height: 56px;
  transition: all 0.25s;
}

.alm-btn-wrap .alm-load-more-btn.alm-btn-custom:before{
  display: none !important;
}

.alm-btn-wrap .alm-load-more-btn.done{
  background-color: transparent !important;
  color: #000 !important;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    flex: 1;
    font-size: 2.4rem;
  font-family: 'IBM Plex Serif', serif;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
    text-align: left;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  display: block;
	left: auto;
}

.main-navigation li {
	position: relative;
}

.site-header a,
.site-header a:visited{
	display: block;
	text-decoration: none;
  line-height: 1.2;
  padding: 4px 0;
  color: #fff;
}


a.menu-toggle {
  padding: 15px;
  display: none;
  position: absolute;
  right: -5px;
  top: -5px;
  font-size: 2.5rem;
}

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

.menu li{
  margin :0;
  list-style: none;
}


.mobile-nav{
  position: fixed;
  height: 100%;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  background-color: #333;
  z-index: 100;
  margin-left: -20px;
  margin-right: -20px;
  transition: max-height 0.25s;
  display: flex;
  flex-direction: column;
  top: 0;
}

.mobile-nav ul{
  padding: 50px 40px 20px;

}

.mobile-nav a{
  font-size: 3.2rem;
  text-align: center;
}

body.nav-open{
  overflow: hidden;
}

.nav-open .mobile-nav{
  max-height: 100vh;
}

.mobile-nav .tertiary-links-mobile{
  margin-top: 30px;
}

.mobile-nav .tertiary-links-mobile a{
  font-size: 2.8rem;
}


@media screen and (max-width: 500px) {
  a.menu-toggle{
    display: block;
  }

  .main-navigation,
  .tertiary-links{
    display: none;
  }
}



.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  border-bottom: 1px solid #111;
	margin: 0 auto 60px;
  max-width: 636px;
	overflow: hidden;
  padding-bottom: 60px;
}

.nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	width: 50%;
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

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

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

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

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

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

.alignleft figcaption {
	clear: left;
}

.alignright figcaption {
	clear: right;
}

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

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

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

.center-flex{
  width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-content: center;
  display: flex;
  flex-direction: column;
}


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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-main{
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 80px;
}

.site-footer .site-info{
  margin: 0;
  flex: 1;
  max-width: none;
}

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

body.author .site-main{
  background-color: #F3E5E1;
}
body.author .site-header{
  background-color: #CE532F;
}




.site-footer {
  margin: 88px auto 4em auto;
  opacity: 1;
  color: #fff;
  max-width: 1120px;
  font-size: 1.6rem;
  max-width: 1120px;
  padding-left: 40px;
  padding-right: 40px;
    box-sizing: content-box;
  -webkit-font-smoothing: antialiased;
}

.site-footer .menu li{
  margin-bottom: 8px;
}

.site-footer-top{
  display: flex;
  border-bottom: 1px solid rgba(255,255,255, 0.25);
}

.site-footer-bottom{
  margin-top: 30px;
  display: flex;
  font-size: 1.4rem;
}


.site-footer a{
  color: #fff;
  text-decoration: none;
  opacity: 0.75;
  font-size: 2.0rem;
  transition: all 0.25s;
  box-shadow: none;
}

.site-footer a:hover{
  opacity: 1;
  transition: all 0.125s;
  box-shadow: none;
  background: none;
}


.site-footer .current-menu-item a{
  opacity: 1;
}

.site-footer-bottom a{
  font-size: 1.4rem;
}

.site-footer .logo{
  width: 85px;
  margin-bottom: 3px
}

.footer-nav{
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}

.footer-nav-left{
  margin-right: 40px;
}

.footer-nav .footer-nav-column{
  flex-basis: 50%;
}

.site-footer-bottom-left{
  flex: 1;
}

.wp-block-cover-image{
  margin-bottom: 120px;
}


.home .site-header{
  position: absolute;
  top: 0;
  z-index: 10;
}

.home .hentry{
  margin: 0;
}

.home .entry-content{
  margin: 0;
  padding-top: 0;
}


.users_grid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.users_grid .user{
  display: block;
  width: 200px;
  text-align: center;
  margin: 0 30px 50px 0;
  position: relative;
    box-shadow: none;
  opacity: 0.999; /* to add stacking context in order to make inset image border work */
}

.users_grid .user:hover{
    background: none;
}

.users_grid .user .user_name{
  font-weight: 600;
}

.users_grid .user .user_image{
  width: 185px;
  margin: auto;
  position: relative;
  border-radius: 50%;
  box-shadow: inset 0px 0px 0px 10px transparent;
  transition: all 0.25s;
  margin-bottom: 40px;
}

.users_grid .user .user_image img{
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
    border-radius: 50%;
    object-fit: cover;
  width: 100%;
  z-index: -1;
}

.users_grid .user:hover .user_image{
  box-shadow: inset 0px 0px 0px 10px #fff;
  transition: all 0.125s;
}

.wp-block-image + h4{
  margin-top: 2.2em;
}



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

.hentry {
  margin: 0 0;
}

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

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


body.page .site-main{
  background-color: #fff;
}

body.single .site-main{
  background-color: #DAEDE5;
}

body.single .site-header{
  background-color: #489E7D;
}

article .wp-block-image.alignfull,
article .map.alignfull{
  max-height: 60vh;
  overflow: hidden;
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 0;
  max-width: none;
}

.entry-content{
  padding-top: 110px;
}

/* Wrap long links */
.entry-content a{
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}

body.single .entry-content{

}

.single-columns{
  display: flex;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.single-columns aside.single{
  width: 192px;
  margin-top: 110px;
  margin-right: 30px;
  font-size: 1.6rem;
  padding-top: 8px;
  border-top: 4px solid #33383A;
}

.single-columns aside.single .cat-links{
  display: block;
  font-weight: bold;
}

.single-columns aside.single .cat-links a{
  box-shadow: none;
}

.single-columns aside.single .cat-links a:hover{
  background-color: transparent;
}

aside.single .author-image img{
  margin-top: 15px;
  margin-bottom: 18px;
  display: block;
  width: 128px;
  height: 128px;
  border-radius: 50%;
}

aside.single .tags-links{
  display: block;
  margin-top: 25px;
}

aside.single .tags-links a{
  font-size: 1.6rem;
  display: inline-block;
  box-shadow: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
  margin-left: -25px;

  z-index: 0;
}

aside.single .tags-links a:before{
  content: "";
  background-image: url(assets/images/bg-tags.png);
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  transition: all 0.25s;
  border-radius: 3px;
}

aside.single .tags-links a:hover{
  background-color: transparent;

}

aside.single .tags-links a:hover:before{
  opacity: 1;

}

.single-columns .entry-content{
  flex: 1;
}

/* Hide inline feature image, because it's not added in the template*/
.single .entry-content figure.wp-block-image.alignfull:first-child{
  display: none;
}

@media screen and (max-width: 768px) {
  body.single aside.single{
    display: none;
  }
}

/*.entry-content > .wp-block-image.alignfull:first-of-type{*/
.entry-content > .wp-block-image.alignfull,
.entry-content > .alignfull.map{
  margin-top: -110px;
  margin-bottom: 110px;
}

article .wp-block-image.alignfull .credits-container{
  max-height: 60vh;
  display: flex;
}

.credits-overlay-manual,
.credits-container .credits-overlay{
  background-color: transparent;
  color: #fff;
  left: 0;
  right: auto;
  text-align: left;
  font-size: 1.2rem;
  opacity: 0.8;
}

.credits-overlay-manual{
  position: relative;
  left: 0px;
  bottom: -20px;
}

.credits-overlay-manual a,
.credits-container .credits-overlay a{
  display: inline-block;
  color: #fff;
  opacity: 1;
  background-color: transparent;
}

.credits-overlay-manual a,
.credits-container .credits-overlay a {
  box-shadow: none;
}

body.home .wp-block-column .credits-overlay{
  display: none;
}

.wp-block-columns.partners .credits-overlay{
  display: none;
}


.wp-block-image figcaption{
  text-align: left;
  width: 75%;
  font-size: 1.4rem;
}

p + h2{
  margin-top: 3em;
}

figure.alignwide + h2{
  margin-top: 3em;
}

body.blog .site-header,
body.archive .site-header{
  background-color: #C5B277;
}

body.blog .site-main,
body.archive .site-main{
  background-color: #EFE9D5;
}

body.author .user_profile{
  /*padding-top: 110px;*/
  display: flex;
  flex-direction: row;
}

body.author .user_bio{
  flex-basis: 55%;
  margin-right: 60px;
}

body.author .user_col {
  flex-basis: 45%;
}

body.author .user_image{
  padding-top: 100%;
  height: 0;
  position: relative;
    margin-top: 4em;
}

body.author .user_image img{
  position: absolute;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  body.author .user_profile{
    flex-direction: column-reverse;
  }
  body.author .user_col{
    max-width: 400px;
    margin-bottom: 3em;
  }
}

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

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

}

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

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

.entry-footer{
  font-weight: 400;
  font-size: 1.6rem;
  margin-top: 80px;
  padding-top: 25px;
  padding-bottom: 70px;
  border-top: 1px solid #979797;
}

.entry-content.related-posts{
  padding-top: 0;
}

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

.wp-block-embed-youtube .embed-wrap{
  padding-top: 56%;
  height: 0;
  position: relative;
}

.wp-block-embed-youtube iframe{
  position: absolute;
  top: 0;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Custom Blocks
--------------------------------------------------------------*/
.custom_header{
  width: auto;
  max-width: none;
  background-size: cover;
  min-height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  margin-bottom: 120px;
  margin-left: -20px;
  margin-right: -20px;
}

.custom_header_content{
  margin: 200px auto 0 auto;
  max-width: 1120px;
  color: #fff;
  width: 100%;
}

.custom_header h1{
  color: #fff;
  margin: 0;
  max-width: 800px;
}

.custom_header h1{
  margin: 0 0 0.5em 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (max-width: 500px) {
  .custom_header{
    margin-bottom: 60px;
  }

  .custom_header h1{
    font-size: 3.2rem;
    max-width: 325px;
  }
}

.custom_header a{
  color: #fff;
}

.custom_header a:hover{
  color: #fff;
}

.ab-block-post-grid{
  margin-bottom: 3.5em;
}

.ab-block-post-grid .is-grid article:last-of-type {
  margin-bottom: 0;
}

.ab-block-post-grid h2{
  font-size: 3.2rem;
}

.ab-block-post-grid .ab-block-post-grid-text p{
  line-height: 1.8;
}

.ab-block-post-grid .ab-block-post-grid-byline{
  text-transform: none;
  font-size: 1.4rem;
  font-weight: 600;
}

.ab-block-post-grid .ab-block-post-grid-image {
  margin-bottom: 1.4em;
}


.ab-block-post-grid .ab-block-post-grid-text a{
  box-shadow: inset 0 -0.2em 0 rgba(255,255,255,0.5);
}

.ab-block-post-grid .ab-block-post-grid-text a:hover{
  text-decoration: none;
  box-shadow: none;
  color: #33383A;
}

.wp-block-columns .wp-block-column img{
  width: 100%
}

.wp-block-columns .wp-block-column{
  margin-right: 40px;
}
.wp-block-columns .wp-block-column:last-of-type{
  margin-right: 0px;
}

p + .wp-block-columns{
  margin: 4em auto;
}

.wp-block-columns.columns-70-30 .wp-block-column:last-of-type{
  flex-basis: 30%;
  min-width: 250px;
}

.wp-block-columns.columns-70-30 .wp-block-column:first-of-type {
  flex-basis: 70%;
}

.ab-block-post-grid.user_posts .is-grid article{
  margin-bottom: 20px;
}

.user_posts h2{
  font-size: 2.4rem;
  line-height: 1.3;
}

.user_posts h4{
  font-size: 2.0rem;
  font-weight: normal;
}


.alm-load-more-btn.more.alm-btn-custom.done{
  display: none;
}


.wp-block-columns.blocks{
  display: block;
  border-collapse: separate;
  border-spacing: 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.wp-block-columns.blocks h2{
  font-family: "IBM Plex Sans", SansSerif;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0.5em;
}


.entry-content .wp-block-columns.blocks{
  max-width: 1180px;
}

.entry-content.cta{
  padding-top: 50px;
}

.wp-block-columns.blocks .wp-block-column{
  border: 6px solid #fff;
  display: table-cell;
  padding: 50px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}

.wp-block-columns.toggle-right{
  flex-direction: row-reverse;
}

.wp-block-columns.toggle-left,
.wp-block-columns.toggle-right{
  margin-bottom: 4em;
}

.wp-block-columns.toggle-left .wp-block-column:last-of-type figure,
.wp-block-columns.toggle-right .wp-block-column:last-of-type figure{
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
  margin-top: 10px;

}

div.wp-block-columns[class*="toggle-"] .wp-block-column:last-of-type img{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

div.wp-block-columns[class*="toggle-"] .wp-block-column:first-of-type{
  flex-basis: 60%;
}
div.wp-block-columns[class*="toggle-"] .wp-block-column:last-of-type {
  flex-basis: 40%;
  width: 100%;
  max-width: 450px;
  /*align-self: center;*/
}

.wp-block-columns.toggle-left .wp-block-column:first-of-type{
  margin-right: 10%;
}
.wp-block-columns.toggle-right .wp-block-column:last-of-type{
  margin-right: 10%;
}

.wp-block-columns.toggle-right{
  flex-direction: row-reverse;
}



.wp-block-gallery.logos .blocks-gallery-item figure{
    align-items: center;
  justify-content: center;
}


.wp-block-columns.partners{
  margin-bottom: 40px;
}

.wp-block-columns.partners .wp-block-column{
  padding: 0 45px 25px;
  background-color: #fff;
  position: relative;
  z-index: 0;
  cursor: pointer;
}

.wp-block-columns.partners .wp-block-column figure{
  position: relative;
  margin: 0 -45px 20px 0;
  margin-left: -45px;
  margin-right: -45px;
  max-width: none;
}

.wp-block-columns.partners .wp-block-column figure img{
  position: relative;
  z-index: -1;
  opacity: 0.999;
}

.wp-block-columns.partners .wp-block-column .credits-container {
  transition: all 0.25s
}

.wp-block-columns.partners .wp-block-column:hover .credits-container {
  box-shadow: inset 0 0 0 10px #fff;
  transition: all 0.125s
}

.wp-block-columns.partners .wp-block-column:empty{
  visibility: hidden;
  cursor: default !important;
}

.wp-block-columns.partners h2{
  font-size: 2.4rem;
  font-family: "IBM Plex Serif", serif;
  margin: 40px 0 10px 0;
  text-transform: none;
}


@media (min-width: 600px) {
  .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(100% / 2 - 16px);
  }
}
@media (min-width: 768px) {
  .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(100% / 6 - 16px);
  }

}

.wp-block-columns.jobs-index{
  font-family: "IBM Plex Serif", Serif;
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: -10px;
  margin-bottom: 4em;
}

.wp-block-columns h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {

  .wp-block-columns.columns-70-30 {
    flex-direction: column;
  }

  .ab-block-post-grid div[class*="columns"].is-grid {
    grid-template-columns: 1fr;
  }

  .wp-block-columns.has-2-columns,
  .wp-block-columns.has-3-columns {
    flex-direction: column;
  }

  .wp-block-columns.has-3-columns .wp-block-column,
  .wp-block-columns.has-2-columns .wp-block-column {
    margin-right: 0;
  }

  div.wp-block-columns[class*="toggle-"] .wp-block-column {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-block-columns.toggle-right .wp-block-column:last-of-type {
    margin-right: auto;
  }

  .wp-block-columns.partners {
    flex-direction: column;
    margin: 0 auto;
  }

  .wp-block-columns.partners .wp-block-column {
    max-width: 500px;
    margin: 0 auto 30px;
    padding:  25px 25px;
  }

  .wp-block-columns.partners .wp-block-column figure{
    margin-left: -25px;
    margin-right: -25px;
  }
}

/*--------------------------------------------------------------
## Client
--------------------------------------------------------------*/

.wp-block-columns.client{
  margin-bottom: 2em;
}

.wp-block-columns.client .wp-block-column:first-of-type{
  flex-basis: 25%;
  margin-right: 30px;
  min-width: 200px;
  max-width: 300px;
}

.wp-block-columns.client .wp-block-column:last-of-type{
  flex-basis: 75%;
}

@media screen and (max-width: 768px) {
  .wp-block-columns.client {
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }

  .wp-block-columns.client .wp-block-column:first-of-type{
    margin:0 auto;
  }
}

/*--------------------------------------------------------------
## Error 404
--------------------------------------------------------------*/
body.error404{
  background-color: #000;
  min-height: 100vh;
  background-image: url(assets/images/background-404.jpg);
  background-size: cover;
}

.error404 .site-main{
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 100vh;
}

.error404 .entry-content{
  padding-top: 0;
  min-height: 100vh;
}

.error404 .site-main .content{
  max-width: 640px;
}


/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
body.search{
  background-color: #DAE1E5;
}

body.search .entry-content{
  padding-top: 75px;
}

body.search .page-header .entry-content{
  padding-top: 0;
}

body.search .page-header{
  border-bottom: 2px solid rgba(0,0,0,0.1);
  padding: 125px 0;
}

input.search-field{
  width: 50%;
}

body.search article{
  margin-bottom: 3em;
}


.btn-close{
  position: absolute;
  top: 20px;
  right: 20px;
}

.admin-bar a.btn-close{
  top: 30px;
  font-size: 4.0rem;
  text-decoration: none;
  box-shadow: none;
  opacity: 0.8;
}

.admin-bar a.btn-close:hover{
  background-color: transparent;
  opacity: 1;
}


/*--------------------------------------------------------------
## Media queries
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .wp-block-columns.blocks {
    margin-left: auto;
    margin-right: auto;
  }

  .credits-overlay-manual{
    left: -20px;
  }
}


@media screen and (max-width: 500px) {
  .users_grid .user{
    margin-right: 0;
    width: 250px
  }
}

@media screen and (max-width: 1024px) {
  .site-header .title {
    font-size: 5.6rem;
  }
}

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

  .site-header{
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .site-header .title {
    font-size: 4.2rem;
    margin-top: 50px !important;
    margin-bottom: 10px;
  }

  h2{
    font-size: 2.4rem;
  }

  .entry-content{
    padding-top: 70px;
  }

  article .wp-block-image.alignfull,
  article .alignfull.map{
    /*margin-top: -70px;
    margin-bottom: 70px;*/
  }


  article .wp-block-image.alignfull{
    margin-left: -20px;
    margin-right: -20px;
  }

  .wp-block-columns.blocks{
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  .wp-block-columns.blocks .wp-block-column{
    display: block;
    margin-bottom: 30px;
    padding: 25px;
  }

  .site-footer-top,
  .site-footer-bottom{
    flex-direction: column;
  }

  .site-footer .site-info{
    margin-bottom: 1em;
  }
  .site-footer-bottom-left{
    margin-bottom: 1em;
  }

  div.wp-block-columns[class*="toggle-"]{
    flex-direction: column-reverse;
  }

  .wp-block-columns.toggle-left .wp-block-column:first-of-type{
    margin-right: 0;
  }
}

