@charset "UTF-8";
/*!
Theme Name: likethegoddess
Theme URI: http://likethegoddess.com/
Author: Diana Thompson
Author URI: http://likethegoddess.com/
Description: Custom theme for Like the Goddess
Version: 3.2.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: likethegoddess
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/css2?family=Open-Sans:wght@400;700;900&display=swap");
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Editor
# plugins
	- Jetpack infinite scroll
	- CoBlocks
	- MailChimp embed
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.25;
  clear: both;
}
h1.no-margin-top,
h2.no-margin-top,
h3.no-margin-top,
h4.no-margin-top,
h5.no-margin-top,
h6.no-margin-top {
  margin-top: 0;
}

h1 {
  font-weight: 900;
  font-size: 36px;
  font-size: 2.25rem;
  color: #005791;
}
@media only screen and (min-width: 782px) {
  h1 {
    font-size: 6vw;
  }
}
@media only screen and (min-width: 1250px) {
  h1 {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 1750px) {
  h1 {
    font-size: 80px;
  }
}

h2 {
  color: #005791;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 24px 0;
}
@media only screen and (min-width: 1250px) {
  h2,
h3,
h4,
h5,
h6 {
    margin: 36px 0;
  }
}

h2 {
  font-size: 26px;
  font-size: 1.625rem;
}
@media only screen and (min-width: 1250px) {
  h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 1250px) {
  h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1250px) {
  h4 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

h5 {
  font-size: 19px;
  font-size: 1.1875rem;
}
@media only screen and (min-width: 1250px) {
  h5 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1250px) {
  h6 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

p {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 24px;
}
.entry-content p.large {
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1250px) {
  .entry-content p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .entry-content p.small {
    font-size: 16px;
    font-size: 1rem;
  }
  .entry-content p.intro {
    font-size: 24px;
    font-size: 1.5rem;
    max-width: 840px;
    margin: 0 auto;
  }
}
p b, p strong {
  font-weight: 700;
}

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

blockquote {
  margin: 0;
}

address {
  margin: 0 0 24px;
}

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.center-block, .wide, .alignwide, .narrow {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.narrow {
  max-width: 840px;
}

.alignwide {
  max-width: 1320px;
}

.wide {
  max-width: 1680px;
}

.cta .wp-block-cover {
  border-radius: 0;
}
.wp-block-cover.has-background-dim {
  overflow: hidden;
}

hr {
  background-color: #e6e6e6;
  border: 0;
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
}
hr.wp-block-separator {
  background-color: transparent;
  border: solid #e6e6e6;
  border-width: 2px 0 0 1px;
  border-radius: 48px 0 0 1px;
  position: relative;
  left: -12px;
  height: 18px;
  margin-top: 0;
  margin-bottom: -24px;
}
hr.wp-block-separator.curve-up {
  background-color: transparent;
  border: solid #e6e6e6;
  border-width: 0 0 2px 1px;
  border-radius: 0 0 0 48px;
  position: relative;
  left: -6px;
  height: 48px;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 782px) {
  hr.wp-block-separator.curve-up {
    left: -12px;
  }
}

ul,
ol {
  margin: 0 0 24px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 24px;
}

@media only screen and (min-width: 1250px) {
  .entry-content li,
.entry-content dt,
.entry-content dd {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 24px 24px;
}

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

img {
  height: auto;
  max-width: 100%;
}
.site-main img {
  border: 1px solid #cccccc;
}
.bold-border img {
  border-width: 5px;
  border-color: #005791;
}

figure {
  margin: 16px 0;
}
@media only screen and (min-width: 1250px) {
  figure.mask img {
    border-radius: 4px 168px;
    margin-left: 24px;
    margin-right: 24px;
    max-width: calc(100% - 48px);
  }
}
@media only screen and (min-width: 1250px) {
  figure.mask--reversed img {
    border-radius: 168px 4px;
  }
}

table {
  margin: 0 0 24px;
  width: 100%;
}

.wp-block-quote {
  margin-bottom: 12px;
  padding: 36px;
  background: transparent;
  border: solid #005791;
  border-width: 8px 0;
}
@media only screen and (min-width: 782px) {
  .wp-block-quote {
    margin: 36px 24px 36px 0;
    padding: 60px;
  }
}
.wp-block-quote.squircle, .cards.cards__bg-img .wp-block-column .wp-block-quote.icon, .cards .wp-block-quote.wp-block-column, .wp-block-quote.wp-block-cover {
  border-radius: 72px 10px;
}

.wp-block-quote p {
  font-size: 24px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 1250px) {
  .wp-block-quote p {
    font-size: 32px;
    font-size: 2rem;
  }
}

.wp-block-quote cite {
  font-style: normal;
}

.wp-block-pullquote {
  border: solid #e6e6e6;
  border-width: 2px 0;
}

/* Links
--------------------------------------------- */
a {
  color: #005d9b;
}
a:hover, a:active {
  color: #004878;
  text-decoration: underline;
}
a:focus {
  color: #c94913;
  outline: thick dotted;
}
a:hover, a:active {
  outline: 0;
}
p.featured-link a {
  font-weight: bold;
  text-decoration: none;
}
p.featured-link a::after {
  content: " ➞";
  transition: 0.3s;
}
p.featured-link a:hover::after {
  margin-left: 8px;
  transition: 0.3s;
}
a.more-link {
  display: block;
  margin-bottom: 24px;
}

/* Forms
--------------------------------------------- */
button {
  border: 1px solid;
  border-color: #e6e6e6;
  border-radius: 3px;
  background: #fff;
  color: #fff;
  line-height: 1;
  margin-top: 12px;
  padding: 12px;
}
button:hover {
  border-color: #e6e6e6;
}
button:active, button:focus {
  border-color: #c94913;
  outline: none;
}

.wp-block-button {
  margin-right: 12px;
  margin-bottom: 12px;
}
.wp-block-button .wp-block-button__link {
  color: #067788;
  border: 2px solid #067788;
  background: linear-gradient(to top, #067788 50%, #fff 50%);
  background-size: 100% 200%;
  background-position: right top;
  transition: all 0.3s ease-out;
}
.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  text-decoration: none;
  background-position: left bottom;
}
.wp-block-button .wp-block-button__link:focus {
  border-color: #c94913;
  transition: 0.2s;
  outline: none;
}

.cta .wp-block-button__link {
  color: #fff;
  border: 2px solid #a43b0f;
  background: linear-gradient(to top, #c94913 50%, #b24111 50%);
  background-size: 100% 200%;
  background-position: right top;
  transition: all 0.3s ease-out;
}
.cta .wp-block-button__link:hover {
  color: #fff;
  border-color: #a43b0f;
  text-decoration: none;
  background-position: left bottom;
}
.cta .wp-block-button__link:focus {
  border-color: #fff;
  transition: 0.2s;
  outline: none;
}

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],
input[type=checkbox],
input[type=radio],
input[type=submit],
textarea {
  color: #666;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
input[type=submit]:focus,
textarea:focus {
  color: #111;
  outline-color: #c94913 !important;
}

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] {
  width: 264px;
  background-color: #fff;
}
@media only screen and (min-width: 782px) {
  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] {
    width: 312px;
  }
}

input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 18px;
  font-size: 1.125rem;
}

input[type=submit] {
  color: #fff !important;
  background-color: #005791;
  padding: 12px 24px;
  border: 1px solid #005791;
  border-radius: 3px;
  transition: 0.1s ease-out;
}
input[type=submit]:hover, input[type=submit]:focus {
  background-color: #c94913;
  border-color: #c94913;
  transition: 0.1s ease-out;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

label {
  background-color: transparent;
}

fieldset {
  margin-bottom: 1.25rem;
}

fieldset p {
  margin-bottom: 0;
}

.required {
  color: #c70a08;
}

/* Columns block
--------------------------------------------- */
.wp-block-columns {
  margin: 0 auto;
}

.wp-block-column {
  margin-bottom: 24px;
}
@media (min-width: 600px) {
  .wp-block-column {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 782px) {
  .wp-block-column {
    margin-bottom: 48px;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 782px) {
  .wp-block-column:nth-child(2n) {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1250px) {
  .wp-block-column:not(:first-child) {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1750px) {
  .wp-block-column:not(:first-child) {
    margin-left: 48px;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .has-three-columns .wp-block-column {
    flex-basis: 100% !important;
    flex-shrink: 0;
    margin-left: 0;
  }
}

/* Card block
--------------------------------------------- */
.cards .wp-block-column {
  border: 1px solid #e6e6e6;
  transition: 0.2s;
  padding: 24px 0;
  margin-bottom: 48px;
}
@media only screen and (min-width: 782px) {
  .cards .wp-block-column {
    display: flex;
    flex-direction: column;
    padding: 36px 0;
  }
  .cards .wp-block-column p:first-of-type {
    flex-grow: 1;
  }
}
.cards .wp-block-column > div:first-of-type {
  margin: 24px auto;
}
@media only screen and (min-width: 782px) {
  .cards .wp-block-column > div:first-of-type {
    margin: 36px auto;
  }
}
.cards .wp-block-column > *:not(first-of-type) {
  padding: 0 24px;
}
@media only screen and (min-width: 782px) {
  .cards .wp-block-column > *:not(first-of-type) {
    padding: 0 18px;
  }
}
@media only screen and (min-width: 1250px) {
  .cards .wp-block-column > *:not(first-of-type) {
    padding: 0 36px;
  }
}
.cards .wp-block-column:hover {
  box-shadow: 0 0 12px #e6e6e6;
  box-shadow: 0 0 12px #e6e6e6;
  transition: 0.3s;
}

.cards.cards__bg-img .wp-block-column {
  margin: 0 0 24px;
  padding-top: 0;
}
@media only screen and (min-width: 782px) {
  .cards.cards__bg-img .wp-block-column {
    margin: 0 0 48px;
    padding-top: 0;
  }
}
.cards.cards__bg-img .wp-block-column > div:first-of-type {
  margin: 0;
  padding: 0 0 12px;
}
@media only screen and (min-width: 782px) {
  .cards.cards__bg-img .wp-block-column > div:first-of-type {
    padding: 0 0 24px;
  }
}
@media only screen and (min-width: 1250px) {
  .cards.cards__bg-img .wp-block-column > div:first-of-type {
    padding: 36px 0;
  }
}
.cards.cards__bg-img .wp-block-column .icon {
  background-image: url(./img/services-bg.jpg);
  background-size: cover;
  background-origin: center bottom;
}
.cards.cards__bg-img .wp-block-column .fa-solid,
.cards.cards__bg-img .wp-block-column .fa,
.cards.cards__bg-img .wp-block-column .fab {
  color: #fff;
}

/* Services page */
@media only screen and (min-width: 782px) {
  .wp-block-columns.services {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1250px) {
  .wp-block-columns.services {
    flex-direction: row;
  }
}
@media only screen and (min-width: 782px) {
  .wp-block-columns.services .wp-block-column {
    flex: 1 0 100%;
  }
  .wp-block-columns.services .wp-block-column:nth-child(2n), .wp-block-columns.services .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1250px) {
  .wp-block-columns.services .wp-block-column {
    flex: 1 0 33.33%;
  }
  .wp-block-columns.services .wp-block-column:nth-child(2n), .wp-block-columns.services .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
}

/* Pricing pages */
.cards__pricing {
  text-align: center;
}
.cards__pricing h2 {
  margin-bottom: 0;
}
.cards__pricing h3 {
  margin-top: 0;
}
.cards__pricing .wp-block-buttons {
  justify-content: center;
}

/* Curves and Shapes
--------------------------------------------- */
.curve-above {
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  border: solid #e6e6e6;
  border-width: 5px 0 0;
  border-radius: 43% 57% 0 0;
  box-shadow: 0 -3px 0 #d9d9d9;
}

.curve-below {
  margin-left: auto;
  margin-right: auto;
  border: solid #d9d9d9;
  border-width: 0 0 5px;
  border-radius: 0 0 57% 43%;
  box-shadow: 0 3px 0 #e6e6e6;
}

.squircle, .wp-block-cover, .cards .wp-block-column, .cards.cards__bg-img .wp-block-column .icon {
  border-radius: 24px 0;
}
@media only screen and (min-width: 1250px) {
  .squircle, .wp-block-cover, .cards .wp-block-column, .cards.cards__bg-img .wp-block-column .icon {
    border-radius: 96px 0;
  }
}

.wp-block-image.squircle img, .wp-block-image.wp-block-cover img, .cards .wp-block-image.wp-block-column img, .cards.cards__bg-img .wp-block-column .wp-block-image.icon img {
  border-radius: 0 24px;
}
@media only screen and (min-width: 1250px) {
  .wp-block-image.squircle img, .wp-block-image.wp-block-cover img, .cards .wp-block-image.wp-block-column img, .cards.cards__bg-img .wp-block-column .wp-block-image.icon img {
    border-radius: 0 96px;
  }
}
.entry-content .wp-block-image.squircle img:first-of-type, .entry-content .wp-block-image.wp-block-cover img:first-of-type, .entry-content .cards .wp-block-image.wp-block-column img:first-of-type, .cards .entry-content .wp-block-image.wp-block-column img:first-of-type, .entry-content .cards.cards__bg-img .wp-block-column .wp-block-image.icon img:first-of-type, .cards.cards__bg-img .wp-block-column .entry-content .wp-block-image.icon img:first-of-type {
  margin-bottom: 32px;
}
@media only screen and (min-width: 1250px) {
  .entry-content .wp-block-image.squircle img:first-of-type, .entry-content .wp-block-image.wp-block-cover img:first-of-type, .entry-content .cards .wp-block-image.wp-block-column img:first-of-type, .cards .entry-content .wp-block-image.wp-block-column img:first-of-type, .entry-content .cards.cards__bg-img .wp-block-column .wp-block-image.icon img:first-of-type, .cards.cards__bg-img .wp-block-column .entry-content .wp-block-image.icon img:first-of-type {
    margin-bottom: 56px;
  }
}

/* Reverse
--------------------------------------------- */
.reverse-primary {
  background-color: #005791;
  padding-top: 24px;
  padding-bottom: 24px;
}
.reverse-primary h1,
.reverse-primary h2,
.reverse-primary h3,
.reverse-primary h4,
.reverse-primary h5,
.reverse-primary h6,
.reverse-primary p,
.reverse-primary a,
.reverse-primary li {
  color: #fff;
}
.reverse-primary .wp-block-cover {
  padding-top: 24px;
  padding-bottom: 24px;
}
.reverse-primary .wp-block-cover .alignleft {
  margin-right: 24px;
}
.reverse-primary .wp-block-image .alignleft {
  float: none;
}
@media only screen and (min-width: 782px) {
  .reverse-primary .wp-block-image .alignleft {
    float: left;
  }
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}
@media only screen and (min-width: 1250px) {
  .main-navigation {
    margin-left: 0;
    margin-right: 0;
  }
}
.main-navigation .section-inner, .main-navigation .client-list, .main-navigation .blog article, .blog .main-navigation article,
.main-navigation .category article,
.category .main-navigation article {
  padding: 0;
}
@media only screen and (min-width: 1250px) {
  .main-navigation .section-inner, .main-navigation .client-list, .main-navigation .blog article, .blog .main-navigation article,
.main-navigation .category article,
.category .main-navigation article {
    padding: 0 24px;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: -999em;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  background-color: #fff;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
  padding: 18px 24px;
  border-bottom: 1px solid #e6e6e6;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation li > a {
  transition: 0.5s;
}
.main-navigation a {
  display: block;
  font-size: 4.5vh;
  text-decoration: none;
  padding: 12px 36px;
}
@media only screen and (min-width: 782px) {
  .main-navigation a {
    padding: 12px 24px;
  }
}
@media only screen and (min-width: 1250px) {
  .main-navigation a {
    display: inline-block;
    position: relative;
    font-size: inherit;
    text-decoration: none;
    padding: 30px 24px;
  }
  .main-navigation a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 6px;
    transform: scaleX(0);
    background-color: #067788;
    transition: transform 0.3s;
  }
  .main-navigation a:hover, .main-navigation a:focus {
    outline: none;
  }
  .main-navigation a:hover:after, .main-navigation a:focus:after {
    transform: scaleX(1);
    transition: 0.2s;
  }
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #fff;
  background-color: #005791;
}
.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after,
.main-navigation .current_page_ancestor > a:after,
.main-navigation .current-menu-ancestor > a:after {
  height: 0;
}
.main-navigation .current-menu-ancestor > a {
  color: #fff;
  background-color: #067788;
}

/* Small menu. */
#mobile-menu span, #mobile-menu span:before, #mobile-menu span:after {
  transition: all 350ms ease-in-out;
}
#mobile-menu.active span {
  background-color: transparent;
}
#mobile-menu.active span:before, #mobile-menu.active span:after {
  top: 0;
}
#mobile-menu.active span:before {
  transform: rotate(225deg);
}
#mobile-menu.active span:after {
  transform: rotate(-225deg);
}

.menu-toggle {
  display: block;
  cursor: pointer;
  margin-top: 12px;
  padding: 6px 6px 12px 6px;
  position: absolute;
  top: 0;
  right: 24px;
  background-color: #fff;
  width: 50px;
  height: 42px;
  font-size: 0;
  outline-width: inherit;
  outline-offset: 2px;
}
.menu-toggle:focus {
  outline: 2px dotted #c94913 !important;
}
.menu-toggle span, .menu-toggle span:before, .menu-toggle span:after {
  cursor: pointer;
  border-radius: 2px;
  height: 5px;
  width: 36px;
  background: #005791;
  position: absolute;
  display: block;
  content: "";
}
.menu-toggle span:before {
  top: -11px;
}
.menu-toggle span:after {
  bottom: -11px;
}
@media only screen and (min-width: 1250px) {
  .menu-toggle {
    display: none;
  }
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.main-navigation.toggled ul {
  padding-top: 12px;
  margin-bottom: 24px;
}

.main-navigation.toggled ul ul {
  display: none;
}

@media only screen and (min-width: 1250px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    justify-content: flex-end;
  }
  .main-navigation.toggled ul ul {
    display: block;
  }
}
.menu-animation.fa {
  font-size: 30px;
  border: 1px solid #eee;
  background: #f5f5f5;
  color: #ddd;
  padding: 3px 5px;
  border-radius: 3px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 3px;
}

.hide {
  display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.comment-navigation,
.post-navigation,
#breadcrumbs {
  max-width: 1680px;
  padding: 0 24px;
}
@media only screen and (min-width: 782px) {
  .comment-navigation,
.post-navigation,
#breadcrumbs {
    padding: 0 36px;
  }
}
@media only screen and (min-width: 1250px) {
  .comment-navigation,
.post-navigation,
#breadcrumbs {
    padding: 0 48px;
  }
}

#breadcrumbs {
  margin-top: 24px;
}

.post-navigation a {
  text-decoration: none;
}
.post-navigation a:hover {
  text-decoration: underline;
}

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

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

.clear-none {
  clear: none !important;
}

.clear-right {
  clear: right !important;
}

body:not(.home) .site-main {
  background-color: #fdfdfd;
}

.post {
  margin-bottom: 48px;
}

.section-inner, .client-list, .blog article,
.category article {
  max-width: 1680px;
  padding: 0 24px;
}
@media only screen and (min-width: 782px) {
  .section-inner, .client-list, .blog article,
.category article {
    margin-left: auto;
    margin-right: auto;
    padding: 0 36px;
  }
}
@media only screen and (min-width: 1250px) {
  .section-inner, .client-list, .blog article,
.category article {
    padding: 0 48px;
  }
}

.section-inner-medium, .site-info, #footer-widget-area #footer-sidebar {
  max-width: 1320px;
  padding: 0 24px;
}
@media only screen and (min-width: 782px) {
  .section-inner-medium, .site-info, #footer-widget-area #footer-sidebar {
    margin-left: auto;
    margin-right: auto;
    padding: 0 36px;
  }
}
@media only screen and (min-width: 1250px) {
  .section-inner-medium, .site-info, #footer-widget-area #footer-sidebar {
    padding: 0 48px;
  }
}

.max-width-narrow {
  max-width: 840px;
  margin: 0 auto;
}

.max-width-medium, .client-list {
  max-width: 1320px;
  margin: 0 auto;
}

.max-width-wide {
  max-width: 1680px;
  margin: 0 auto;
}

@media only screen and (min-width: 782px) {
  .site-main {
    margin-left: auto;
    margin-right: auto;
  }
}
body:not(.home) .site-main {
  max-width: 1680px;
}
@media only screen and (min-width: 1250px) {
  .site-main {
    padding-top: 85px;
  }
}

.entry-header,
.page-header,
.blog h1.page-title,
.blog .post,
.category h1.page-title,
.category .post {
  padding: 0 24px;
}
@media only screen and (min-width: 782px) {
  .entry-header,
.page-header,
.blog h1.page-title,
.blog .post,
.category h1.page-title,
.category .post {
    width: 100%;
    padding: 0 48px 48px;
  }
}

.entry-header {
  padding: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 24px 24px 0;
  padding: 0 0 48px;
}
@media only screen and (min-width: 782px) {
  .page-content,
.entry-content,
.entry-summary {
    margin: 24px 48px 0;
    padding: 0 0 72px;
  }
}
@media only screen and (min-width: 1250px) {
  .page-content,
.entry-content,
.entry-summary {
    padding: 0 0 72px;
  }
}

.page-links {
  clear: both;
  margin: 0 0 24px;
}

/* Narrow text template */
.page-template-page-narrow-text .entry-content > *:not(.cta-bar) {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-narrow-text p {
  margin-bottom: 24px;
}
.page-template-page-narrow-text .wp-block-pullquote {
  max-width: 840px;
  padding: 48px 0;
}

/* Services */
.services h2 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 1250px) {
  .services h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

/* Blog */
.blog .site-main,
.single .site-main {
  margin-bottom: 96px;
}

.blog .site-main a,
.category .site-main a {
  text-decoration: none;
}
.blog .site-main a:hover, .blog .site-main a:focus,
.category .site-main a:hover,
.category .site-main a:focus {
  text-decoration: underline;
}
.blog .entry-content,
.category .entry-content {
  margin-left: 0;
  margin-right: 0;
}
.blog article,
.category article {
  max-width: 840px;
  padding: 0 24px;
  margin-bottom: 48px;
}
@media only screen and (min-width: 1250px) {
  .blog article,
.category article {
    padding: 0 48px;
  }
}
.blog .more-link::after,
.category .more-link::after {
  content: "→";
}

.single article > * {
  margin: 0 auto;
}
.single .entry-header,
.single .entry-meta {
  max-width: 1680px;
}
.single .entry-title {
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (min-width: 782px) {
  .single .entry-title {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media only screen and (min-width: 1250px) {
  .single .entry-title {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.single .entry-content {
  margin: 48px auto 0;
  padding: 0 24px 48px;
}
@media only screen and (min-width: 782px) {
  .single .entry-content {
    margin: 72px auto 0;
    padding: 0 48px 72px;
  }
}
@media only screen and (min-width: 1250px) {
  .single .entry-content {
    margin: 72px auto 96px;
    padding: 0;
  }
}
.single .entry-meta {
  text-align: center;
  margin: 48px auto 0;
  padding: 0 24px 48px;
}
@media only screen and (min-width: 782px) {
  .single .entry-meta {
    margin: 72px auto 0;
    padding: 0 48px 72px;
  }
}
@media only screen and (min-width: 1250px) {
  .single .entry-meta {
    margin: 72px auto 96px;
    padding: 0;
  }
}
.single .post-thumbnail,
.single .entry-content,
.single .entry-footer {
  max-width: 840px;
}
.single .author,
.single .cat-links,
.single .tag-links {
  margin-right: 24px;
}

/* Contact Page */
.page-id-22 .wp-block-columns {
  flex-direction: column;
}
@media only screen and (min-width: 1250px) {
  .page-id-22 .wp-block-columns {
    flex-direction: row;
  }
}
.page-id-22 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
  padding-left: 0;
}
@media only screen and (min-width: 1250px) {
  .page-id-22 .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
    padding-left: 2em;
  }
}

/* landing Page */
@media only screen and (min-width: 1250px) {
  .page-template-page-landing .site-main h1,
.page-template-page-landing-narrow .site-main h1 {
    font-size: 3vw;
  }
}
.page-template-page-landing .site-main input[type=text], .page-template-page-landing .site-main input[type=email], .page-template-page-landing .site-main input[type=url], .page-template-page-landing .site-main input[type=password], .page-template-page-landing .site-main input[type=search], .page-template-page-landing .site-main input[type=number], .page-template-page-landing .site-main input[type=tel], .page-template-page-landing .site-main input[type=range], .page-template-page-landing .site-main input[type=date], .page-template-page-landing .site-main input[type=month], .page-template-page-landing .site-main input[type=week], .page-template-page-landing .site-main input[type=time], .page-template-page-landing .site-main input[type=datetime], .page-template-page-landing .site-main input[type=datetime-local], .page-template-page-landing .site-main input[type=color],
.page-template-page-landing-narrow .site-main input[type=text],
.page-template-page-landing-narrow .site-main input[type=email],
.page-template-page-landing-narrow .site-main input[type=url],
.page-template-page-landing-narrow .site-main input[type=password],
.page-template-page-landing-narrow .site-main input[type=search],
.page-template-page-landing-narrow .site-main input[type=number],
.page-template-page-landing-narrow .site-main input[type=tel],
.page-template-page-landing-narrow .site-main input[type=range],
.page-template-page-landing-narrow .site-main input[type=date],
.page-template-page-landing-narrow .site-main input[type=month],
.page-template-page-landing-narrow .site-main input[type=week],
.page-template-page-landing-narrow .site-main input[type=time],
.page-template-page-landing-narrow .site-main input[type=datetime],
.page-template-page-landing-narrow .site-main input[type=datetime-local],
.page-template-page-landing-narrow .site-main input[type=color] {
  width: 100%;
}
.page-template-page-landing .site-main figure,
.page-template-page-landing-narrow .site-main figure {
  margin: 0;
}

body.page-template-page-landing-narrow .site-main {
  max-width: 900px !important;
}

.page-template-page-landing-narrow .site-main header {
  padding-bottom: 0;
}
.page-template-page-landing-narrow .site-main h1 {
  font-size: 28px;
  font-size: 1.75rem;
}
@media only screen and (min-width: 782px) {
  .page-template-page-landing-narrow .site-main h1 {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 1250px) {
  .page-template-page-landing-narrow .site-main h1 {
    font-size: 3vw;
  }
}
@media only screen and (min-width: 1750px) {
  .page-template-page-landing-narrow .site-main h1 {
    font-size: 54px;
  }
}
.page-template-page-landing-narrow .site-main h2 {
  margin: 24px 0 36px;
}
@media only screen and (min-width: 1250px) {
  .page-template-page-landing-narrow .site-main h2 {
    margin-top: 48px;
  }
}
.page-template-page-landing-narrow .site-main h3 {
  margin: 24px 0 24px;
}
@media only screen and (min-width: 1250px) {
  .page-template-page-landing-narrow .site-main h3 {
    margin-top: 48px;
  }
}
.page-template-page-landing-narrow .site-main h4 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 24px 0 0;
}
@media only screen and (min-width: 1250px) {
  .page-template-page-landing-narrow .site-main h4 {
    margin-top: 18px;
  }
}
.page-template-page-landing-narrow .site-main h5,
.page-template-page-landing-narrow .site-main h6 {
  margin: 24px 0 12px;
}
@media only screen and (min-width: 1250px) {
  .page-template-page-landing-narrow .site-main h5,
.page-template-page-landing-narrow .site-main h6 {
    margin-top: 36px;
  }
}
.page-template-page-landing-narrow .site-main p,
.page-template-page-landing-narrow .site-main li {
  font-size: 20px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1250px) {
  .page-template-page-landing-narrow .site-main p,
.page-template-page-landing-narrow .site-main li {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 782px) {
  .page-template-page-landing-narrow .site-main .wpcf7 {
    margin-top: 12px;
  }
}
.page-template-page-landing-narrow .site-main .wpcf7 p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 6px;
  margin-bottom: 6px;
}
@media only screen and (min-width: 1250px) {
  .page-template-page-landing-narrow .site-main .wpcf7 p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page-template-page-landing-narrow .site-main .wpcf7 p.label {
  margin-top: 18px;
  margin-bottom: 0;
}
.page-template-page-landing-narrow .site-main .wpcf7 input[type=submit] {
  margin-top: 18px;
}
.page-template-page-landing-narrow .site-main .wpcf7 .fa-universal-access {
  color: #005791;
}

.extra-padding {
  padding: 24px;
}

.border-radius {
  border-radius: 6px;
}

/* Front Page
--------------------------------------------- */
.home .site-main {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.home .page {
  background-color: #fdfdfd;
}
.home .entry-content {
  margin: 0;
}
.home h1:first-of-type {
  margin-top: 0;
}
.home .wp-block-columns.services {
  max-width: 1680px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 72px 0 0;
}
@media only screen and (min-width: 782px) {
  .home .wp-block-columns.services {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}
.home .wp-block-columns.services .wp-block-column {
  display: flex;
  flex-flow: column nowrap;
  margin: 0 auto 24px;
  padding: 24px;
}
.home .wp-block-columns.services .wp-block-column > p:nth-last-child(2) {
  margin-top: auto;
  margin-bottom: 0;
}
@media only screen and (min-width: 782px) {
  .home .wp-block-columns.services .wp-block-column {
    flex: 0 1 50%;
  }
}
@media only screen and (min-width: 1250px) {
  .home .wp-block-columns.services .wp-block-column {
    max-width: 576px;
    padding: 24px 48px;
  }
}
.home .wp-block-columns.services h2 {
  margin-top: 36px;
  margin-bottom: 0;
  padding-left: 18px;
}
@media only screen and (min-width: 782px) {
  .home .wp-block-columns.services h2 {
    font-size: 24px;
    font-size: 1.5rem;
    padding-left: 24px;
  }
}
@media only screen and (min-width: 1250px) {
  .home .wp-block-columns.services h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.home .wp-block-columns.services p {
  padding-left: 18px;
}
@media only screen and (min-width: 782px) {
  .home .wp-block-columns.services p {
    padding-left: 24px;
  }
}
.home .wp-block-columns.featured-work {
  max-width: 2000px;
  margin: 0 auto 48px;
  padding: 0;
  gap: 0;
}
@media only screen and (min-width: 480px) {
  .home .wp-block-columns.featured-work {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 782px) {
  .home .wp-block-columns.featured-work {
    padding: 0;
  }
}
.home .wp-block-columns.featured-work .wp-block-column {
  margin: 0;
}
@media only screen and (min-width: 480px) {
  .home .wp-block-columns.featured-work .wp-block-column {
    flex-basis: 50% !important;
  }
}
@media only screen and (min-width: 782px) {
  .home .wp-block-columns.featured-work .wp-block-column {
    flex-basis: 25% !important;
    padding: 0 0 24px;
  }
}
.home .wp-block-columns.featured-work figure {
  /*overflow: hidden!important;*/
  margin: 0;
  border: solid #cccccc;
  border-width: 1px 0;
}
.home .wp-block-columns.featured-work a {
  display: block;
}
.home .wp-block-columns.featured-work a:hover, .home .wp-block-columns.featured-work a:focus {
  outline: thick solid #c94913;
  outline-offset: -4px;
}
.home .wp-block-columns.featured-work a img {
  display: block;
}

/* Testimonial blockquotes */
.wp-block-columns.testimonials {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 24px;
}

.wp-block-quote.testimonial {
  margin: 0 0 12px;
  padding: 12px 12px 18px;
  background-color: inherit;
  border: solid #005791;
  border-width: 0 0 0 8px;
}
@media only screen and (min-width: 480px) {
  .wp-block-quote.testimonial {
    padding: 24px 36px 24px 24px;
  }
  .wp-block-quote.testimonial:nth-of-type(even) {
    padding-right: 0;
  }
}
@media only screen and (min-width: 480px) {
  .wp-block-quote.testimonial:nth-of-type(even) {
    padding-right: 0;
  }
}
@media only screen and (min-width: 782px) {
  .wp-block-quote.testimonial {
    margin: 0 auto 24px;
    padding: 24px;
  }
}

.wp-block-quote.testimonial p {
  font-size: 18px;
  font-size: 1.125rem;
  color: inherit;
}
@media only screen and (min-width: 1250px) {
  .wp-block-quote.testimonial p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.wp-block-quote.testimonial cite,
.wp-block-quote.testimonial a,
.wp-block-quote.testimonial a:hover,
.wp-block-quote.testimonial a:focus {
  color: inherit;
}

#hero .front-page {
  height: 456px;
  margin: 0 auto;
  padding: 36px 24px;
  max-width: 1680px;
  background-color: transparent;
}
#hero .front-page:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh; /* calc(100vh - 48px); */
  z-index: -1;
  background-image: url(img/hero-background.jpg);
  background-position: center center;
  background-size: cover;
  animation: herobg ease-in 1s;
}
@media (min-width: 782px) and (max-width: 1249px) and (orientation: portrait) {
  #hero .front-page:after {
    height: 50vh;
  }
}
@media only screen and (min-width: 782px) {
  #hero .front-page {
    height: calc(100vh - 85px);
    padding: 48px 36px;
  }
}
@media only screen and (min-width: 1250px) {
  #hero .front-page {
    padding: 0 60px 60px;
  }
}
#hero .front-page h1, #hero .front-page h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 24px;
  padding: 0;
  color: #005791;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3), 1px -1px 0 rgba(255, 255, 255, 0.3), -1px 1px 0 rgba(255, 255, 255, 0.3), 1px 1px 0 rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 480px) {
  #hero .front-page h1, #hero .front-page h2 {
    font-size: 6vw;
  }
}
@media only screen and (min-width: 1250px) {
  #hero .front-page h1, #hero .front-page h2 {
    font-size: 5vw;
  }
}
#hero .front-page p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 24px;
  padding: 0;
  color: #005791;
  text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.3), 1px -1px 0 rgba(255, 255, 255, 0.3), -1px 1px 0 rgba(255, 255, 255, 0.3), 1px 1px 0 rgba(255, 255, 255, 0.3);
}
@media only screen and (min-width: 480px) {
  #hero .front-page p {
    font-size: 4.5vw;
    margin-bottom: 48px;
  }
}
@media only screen and (min-width: 1250px) {
  #hero .front-page p {
    font-size: 3.75vw;
    margin-bottom: 72px;
  }
}
#hero .front-page .wp-block-buttons {
  float: none;
  margin-bottom: 24px;
}
@media only screen and (min-width: 782px) {
  #hero .front-page .wp-block-buttons {
    float: left;
    margin-right: 24px;
  }
}
@media only screen and (min-width: 480px) {
  #hero .front-page > div {
    padding: 24px;
  }
}
@media only screen and (min-width: 782px) {
  #hero .front-page > div {
    padding: 0 36px 36px 0;
    background-color: transparent;
  }
}
@media only screen and (min-width: 1250px) {
  #hero .front-page > div {
    max-width: 1320px;
    padding: 60px;
  }
}
@media only screen and (min-width: 1750px) {
  #hero .front-page > div {
    max-width: 1680px;
    padding: 48px;
  }
}

/* Hero background animation */
@keyframes herobg {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Portfolio
--------------------------------------------- */
.post-type-archive-ltg_portfolio .projects,
.tax-project_types .projects,
.tax-features .projects,
.tax-tools .projects,
.tax-industries .projects,
.tax-organizations .projects,
.tax-collaborations .projects,
.page-template-page-custom-dev-portfolio .projects {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1680px;
  margin: 0 auto 48px;
  padding: 0 24px;
}
@media only screen and (min-width: 782px) {
  .post-type-archive-ltg_portfolio .projects,
.tax-project_types .projects,
.tax-features .projects,
.tax-tools .projects,
.tax-industries .projects,
.tax-organizations .projects,
.tax-collaborations .projects,
.page-template-page-custom-dev-portfolio .projects {
    padding: 0 36px;
  }
}
@media only screen and (min-width: 1250px) {
  .post-type-archive-ltg_portfolio .projects,
.tax-project_types .projects,
.tax-features .projects,
.tax-tools .projects,
.tax-industries .projects,
.tax-organizations .projects,
.tax-collaborations .projects,
.page-template-page-custom-dev-portfolio .projects {
    padding: 0 48px;
  }
}
.post-type-archive-ltg_portfolio .projects article,
.tax-project_types .projects article,
.tax-features .projects article,
.tax-tools .projects article,
.tax-industries .projects article,
.tax-organizations .projects article,
.tax-collaborations .projects article,
.page-template-page-custom-dev-portfolio .projects article {
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media only screen and (min-width: 782px) {
  .post-type-archive-ltg_portfolio .projects article,
.tax-project_types .projects article,
.tax-features .projects article,
.tax-tools .projects article,
.tax-industries .projects article,
.tax-organizations .projects article,
.tax-collaborations .projects article,
.page-template-page-custom-dev-portfolio .projects article {
    flex: 0 1 50%;
  }
  .post-type-archive-ltg_portfolio .projects article:nth-of-type(odd),
.tax-project_types .projects article:nth-of-type(odd),
.tax-features .projects article:nth-of-type(odd),
.tax-tools .projects article:nth-of-type(odd),
.tax-industries .projects article:nth-of-type(odd),
.tax-organizations .projects article:nth-of-type(odd),
.tax-collaborations .projects article:nth-of-type(odd),
.page-template-page-custom-dev-portfolio .projects article:nth-of-type(odd) {
    padding-right: 24px;
  }
  .post-type-archive-ltg_portfolio .projects article:nth-of-type(even),
.tax-project_types .projects article:nth-of-type(even),
.tax-features .projects article:nth-of-type(even),
.tax-tools .projects article:nth-of-type(even),
.tax-industries .projects article:nth-of-type(even),
.tax-organizations .projects article:nth-of-type(even),
.tax-collaborations .projects article:nth-of-type(even),
.page-template-page-custom-dev-portfolio .projects article:nth-of-type(even) {
    padding-left: 24px;
  }
}
@media only screen and (min-width: 1250px) {
  .post-type-archive-ltg_portfolio .projects article,
.tax-project_types .projects article,
.tax-features .projects article,
.tax-tools .projects article,
.tax-industries .projects article,
.tax-organizations .projects article,
.tax-collaborations .projects article,
.page-template-page-custom-dev-portfolio .projects article {
    flex: 0 1 33.3333333333%;
  }
  .post-type-archive-ltg_portfolio .projects article:nth-of-type(odd), .post-type-archive-ltg_portfolio .projects article:nth-of-type(even),
.tax-project_types .projects article:nth-of-type(odd),
.tax-project_types .projects article:nth-of-type(even),
.tax-features .projects article:nth-of-type(odd),
.tax-features .projects article:nth-of-type(even),
.tax-tools .projects article:nth-of-type(odd),
.tax-tools .projects article:nth-of-type(even),
.tax-industries .projects article:nth-of-type(odd),
.tax-industries .projects article:nth-of-type(even),
.tax-organizations .projects article:nth-of-type(odd),
.tax-organizations .projects article:nth-of-type(even),
.tax-collaborations .projects article:nth-of-type(odd),
.tax-collaborations .projects article:nth-of-type(even),
.page-template-page-custom-dev-portfolio .projects article:nth-of-type(odd),
.page-template-page-custom-dev-portfolio .projects article:nth-of-type(even) {
    padding: 0;
  }
  .post-type-archive-ltg_portfolio .projects article:nth-of-type(3n + 1),
.tax-project_types .projects article:nth-of-type(3n + 1),
.tax-features .projects article:nth-of-type(3n + 1),
.tax-tools .projects article:nth-of-type(3n + 1),
.tax-industries .projects article:nth-of-type(3n + 1),
.tax-organizations .projects article:nth-of-type(3n + 1),
.tax-collaborations .projects article:nth-of-type(3n + 1),
.page-template-page-custom-dev-portfolio .projects article:nth-of-type(3n + 1) {
    padding-right: 24px;
  }
  .post-type-archive-ltg_portfolio .projects article:nth-of-type(3n + 2),
.tax-project_types .projects article:nth-of-type(3n + 2),
.tax-features .projects article:nth-of-type(3n + 2),
.tax-tools .projects article:nth-of-type(3n + 2),
.tax-industries .projects article:nth-of-type(3n + 2),
.tax-organizations .projects article:nth-of-type(3n + 2),
.tax-collaborations .projects article:nth-of-type(3n + 2),
.page-template-page-custom-dev-portfolio .projects article:nth-of-type(3n + 2) {
    padding-left: 12px;
    padding-right: 12px;
  }
  .post-type-archive-ltg_portfolio .projects article:nth-of-type(3n + 3),
.tax-project_types .projects article:nth-of-type(3n + 3),
.tax-features .projects article:nth-of-type(3n + 3),
.tax-tools .projects article:nth-of-type(3n + 3),
.tax-industries .projects article:nth-of-type(3n + 3),
.tax-organizations .projects article:nth-of-type(3n + 3),
.tax-collaborations .projects article:nth-of-type(3n + 3),
.page-template-page-custom-dev-portfolio .projects article:nth-of-type(3n + 3) {
    padding-left: 24px;
  }
}
.post-type-archive-ltg_portfolio .projects a,
.tax-project_types .projects a,
.tax-features .projects a,
.tax-tools .projects a,
.tax-industries .projects a,
.tax-organizations .projects a,
.tax-collaborations .projects a,
.page-template-page-custom-dev-portfolio .projects a {
  line-height: 0;
}
.post-type-archive-ltg_portfolio .projects a:focus,
.tax-project_types .projects a:focus,
.tax-features .projects a:focus,
.tax-tools .projects a:focus,
.tax-industries .projects a:focus,
.tax-organizations .projects a:focus,
.tax-collaborations .projects a:focus,
.page-template-page-custom-dev-portfolio .projects a:focus {
  outline-offset: -5px;
}
.post-type-archive-ltg_portfolio .projects .caption,
.tax-project_types .projects .caption,
.tax-features .projects .caption,
.tax-tools .projects .caption,
.tax-industries .projects .caption,
.tax-organizations .projects .caption,
.tax-collaborations .projects .caption,
.page-template-page-custom-dev-portfolio .projects .caption { /* 54px total height */
  padding: 12px 24px 24px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 782px) {
  .post-type-archive-ltg_portfolio .projects .caption,
.tax-project_types .projects .caption,
.tax-features .projects .caption,
.tax-tools .projects .caption,
.tax-industries .projects .caption,
.tax-organizations .projects .caption,
.tax-collaborations .projects .caption,
.page-template-page-custom-dev-portfolio .projects .caption {
    padding: 18px 24px;
  }
}
@media (hover: hover) {
  .post-type-archive-ltg_portfolio .projects .caption,
.tax-project_types .projects .caption,
.tax-features .projects .caption,
.tax-tools .projects .caption,
.tax-industries .projects .caption,
.tax-organizations .projects .caption,
.tax-collaborations .projects .caption,
.page-template-page-custom-dev-portfolio .projects .caption {
    visibility: hidden;
    width: 100%;
    color: #fff;
    background-color: #005791;
    z-index: 1;
    position: relative;
    top: -61px;
    overflow: hidden;
  }
  .post-type-archive-ltg_portfolio .projects .caption h2,
.tax-project_types .projects .caption h2,
.tax-features .projects .caption h2,
.tax-tools .projects .caption h2,
.tax-industries .projects .caption h2,
.tax-organizations .projects .caption h2,
.tax-collaborations .projects .caption h2,
.page-template-page-custom-dev-portfolio .projects .caption h2 {
    font-size: 24px;
    font-size: 1.5rem;
    transition: 0.5s ease;
  }
}
.post-type-archive-ltg_portfolio .single-term,
.tax-project_types .single-term,
.tax-features .single-term,
.tax-tools .single-term,
.tax-industries .single-term,
.tax-organizations .single-term,
.tax-collaborations .single-term,
.page-template-page-custom-dev-portfolio .single-term {
  text-transform: lowercase;
}
.post-type-archive-ltg_portfolio .no-results,
.tax-project_types .no-results,
.tax-features .no-results,
.tax-tools .no-results,
.tax-industries .no-results,
.tax-organizations .no-results,
.tax-collaborations .no-results,
.page-template-page-custom-dev-portfolio .no-results {
  padding: 0 36px;
}
.post-type-archive-ltg_portfolio .no-results .entry-content,
.tax-project_types .no-results .entry-content,
.tax-features .no-results .entry-content,
.tax-tools .no-results .entry-content,
.tax-industries .no-results .entry-content,
.tax-organizations .no-results .entry-content,
.tax-collaborations .no-results .entry-content,
.page-template-page-custom-dev-portfolio .no-results .entry-content {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none;
  width: 100%;
  padding: 0 12px;
}
.post-type-archive-ltg_portfolio .no-results .page-header,
.tax-project_types .no-results .page-header,
.tax-features .no-results .page-header,
.tax-tools .no-results .page-header,
.tax-industries .no-results .page-header,
.tax-organizations .no-results .page-header,
.tax-collaborations .no-results .page-header,
.page-template-page-custom-dev-portfolio .no-results .page-header {
  width: 100%;
  margin-bottom: 48px;
  padding: 0;
  background-color: #fff;
}

/* Single Project */
.single-ltg_portfolio .site-main header {
  padding: 0;
}
.single-ltg_portfolio #project-image.column {
  padding: 0;
}
.single-ltg_portfolio #project-image.column {
  padding: 0;
}
.single-ltg_portfolio .entry-content {
  max-width: 1680px;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 782px) {
  .single-ltg_portfolio .entry-content {
    margin-left: auto;
    margin-right: auto;
    padding: 0 36px;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
  }
}
@media only screen and (min-width: 1250px) {
  .single-ltg_portfolio .entry-content {
    padding: 0 48px;
  }
}
.single-ltg_portfolio .entry-content .entry-header,
.single-ltg_portfolio .entry-content .page-header {
  width: 100%;
  margin-bottom: 48px;
  background-color: #005791;
}
@media only screen and (min-width: 782px) {
  .single-ltg_portfolio .entry-content .project-image,
.single-ltg_portfolio .entry-content .project-description {
    flex: 0 1 50%;
  }
}
@media only screen and (min-width: 782px) {
  .single-ltg_portfolio .entry-content .project-image {
    padding-right: 24px;
    margin-bottom: 24px;
  }
}
.single-ltg_portfolio .entry-content .project-image img {
  margin-bottom: 0;
  transition: 0.5s;
}
.single-ltg_portfolio .entry-content .project-image:hover img {
  transition: 0.3s;
  z-index: 10;
}
.single-ltg_portfolio .entry-content .project-summary {
  margin-bottom: 24px;
}
.single-ltg_portfolio .entry-content .project-summary p {
  font-weight: 700;
}
@media only screen and (min-width: 782px) {
  .single-ltg_portfolio .entry-content .project-description {
    padding-left: 24px;
  }
}
.single-ltg_portfolio .entry-content .project-description p:first-of-type {
  font-weight: 700;
}
.single-ltg_portfolio .entry-content .wp-block-button {
  display: inline-block;
}
.single-ltg_portfolio .entry-content > p {
  font-size: 0.875rem;
  margin-bottom: 24px;
}
.single-ltg_portfolio .entry-content > p:first-of-type:first-line {
  font-weight: 700;
}
.single-ltg_portfolio .site-main .wp-block-column .fa {
  display: inline-block;
  padding: 0;
  line-height: 1;
}
.single-ltg_portfolio article a {
  text-decoration: none;
}
.single-ltg_portfolio article a:hover, .single-ltg_portfolio article a.button:hover {
  text-decoration: underline;
  z-index: -10;
}
.single-ltg_portfolio .nav-previous a::before {
  content: "←";
}
.single-ltg_portfolio .nav-next a::after {
  content: "→";
}

/* Testimonials
--------------------------------------------- */
/* Testimonial blockquotes */
.wp-block-columns.testimonials {
  max-width: 1320px;
}
.home .wp-block-columns.testimonials {
  padding: 0 24px;
}

.wp-block-quote.testimonial {
  margin: 0 0 24px;
  padding: 12px 12px 18px;
  background-color: inherit;
  border: solid #005791;
  border-width: 0 0 0 8px;
  border-radius: 24px 0 0 24px;
}
@media only screen and (min-width: 480px) {
  .wp-block-quote.testimonial {
    padding: 24px 36px 24px 24px;
  }
  .wp-block-quote.testimonial:nth-of-type(even) {
    padding-right: 0;
  }
}
@media only screen and (min-width: 480px) {
  .wp-block-quote.testimonial:nth-of-type(even) {
    padding-right: 0;
  }
}
@media only screen and (min-width: 782px) {
  .wp-block-quote.testimonial {
    margin: 0 auto 24px;
    padding: 24px;
  }
}

.wp-block-quote.testimonial p {
  font-size: 18px;
  font-size: 1.125rem;
  color: inherit;
}
@media only screen and (min-width: 1250px) {
  .wp-block-quote.testimonial p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.wp-block-quote.testimonial cite,
.wp-block-quote.testimonial a,
.wp-block-quote.testimonial a:hover,
.wp-block-quote.testimonial a:focus {
  color: inherit;
}

/* Clients
--------------------------------------------- */
#clients h2 {
  text-align: center;
}

.client-list {
  padding-bottom: 48px;
}
@media only screen and (min-width: 782px) {
  .client-list {
    columns: 2;
    padding-bottom: 72px;
  }
}
@media only screen and (min-width: 1250px) {
  .client-list {
    columns: 3;
    padding-bottom: 96px;
  }
}
@media only screen and (min-width: 1750px) {
  .client-list {
    columns: 4;
  }
}
.client-list h3 {
  margin-bottom: 12px;
}
.client-list h3#arts {
  margin-top: 0;
}
.client-list p {
  margin: 0;
}
.client-list .wp-block-group {
  break-inside: avoid;
}

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

.bypostauthor {
  display: block;
}

/* Footer
--------------------------------------------- */
#footer-widget-area {
  padding: 24px 0 12px;
  color: #fff;
  background-color: #005791;
}
#footer-widget-area .widget {
  margin-top: 24px;
}
#footer-widget-area div {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-widget-area ul.menu {
  list-style: none;
  padding-left: 0;
  position: relative;
}
@media (hover: none) {
  #footer-widget-area ul.menu {
    top: -10px;
  }
}
#footer-widget-area ul.menu a {
  display: block;
}
@media (hover: none) {
  #footer-widget-area ul.menu a {
    padding: 10px 0;
  }
}
#footer-widget-area h2 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  margin: 12px 0 24px;
}
@media only screen and (min-width: 1250px) {
  #footer-widget-area h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
#footer-widget-area p {
  font-weight: 400;
}
#footer-widget-area a {
  color: #fff;
  text-decoration: none;
}
#footer-widget-area a:hover, #footer-widget-area a:focus {
  text-decoration: underline;
}
@media only screen and (min-width: 480px) {
  #footer-widget-area .footer-widgets {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 480px) {
  #footer-widget-area .widget {
    flex: 1 0 50%;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 1250px) {
  #footer-widget-area .widget {
    flex: 1 0 25%;
  }
}
#footer-widget-area .widget_custom_html:last-of-type {
  margin-bottom: 0;
}
#footer-widget-area i.fab {
  margin-right: 12px;
}
#footer-widget-area .fab:hover,
#footer-widget-area .fab-github:hover,
#footer-widget-area i.fab:hover,
#footer-widget-area a i.fab:hover,
#footer-widget-area a:hover i.fab {
  color: #e6e6e6 !important;
}

.site-footer {
  color: #fff;
  background-color: #005791;
  padding-bottom: 4px;
}

.site-info {
  font-size: 15px;
  font-size: 0.9375rem;
  clear: left;
  line-height: 44px;
  padding: 0;
}
@media only screen and (min-width: 782px) {
  .site-info {
    margin-top: 0;
    line-height: 1.5;
  }
}
.site-info a,
.site-info a:hover,
.site-info a:focus,
.site-info a:active,
.site-info a:visited {
  color: #fff;
}

/* CTA Bar */
.wp-block-cover.cta-bar {
  min-height: 326px;
}
@media only screen and (min-width: 782px) {
  .wp-block-cover.cta-bar {
    min-height: 430px;
  }
}
.wp-block-cover.cta-bar p {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 782px) {
  .wp-block-cover.cta-bar p {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

/* Header
--------------------------------------------- */
.site-header {
  display: block;
  width: 100%;
  background-color: #fff !important;
  height: 66px;
}
@media only screen and (min-width: 1250px) {
  .site-header {
    position: fixed;
    height: 85px;
    top: 0;
    z-index: 10000;
  }
}
@media only screen and (min-width: 782px) {
  .site-header .section-inner, .site-header .blog article, .blog .site-header article,
.site-header .category article,
.category .site-header article, .site-header .client-list {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1250px) {
  .site-header .section-inner, .site-header .blog article, .blog .site-header article,
.site-header .category article,
.category .site-header article, .site-header .client-list {
    flex-direction: row;
    justify-content: space-between;
  }
}

.site-branding {
  position: absolute;
  padding: 8px 24px 8px 0;
  /* Make sure logo link wraps around logo image. */
}
@media only screen and (min-width: 480px) {
  .site-branding {
    padding: 12px 0;
  }
}
@media only screen and (min-width: 1250px) {
  .site-branding {
    position: relative;
    padding: 16px 0;
  }
}
.site-branding .custom-logo-link {
  display: inline-block;
  height: 36px;
}
@media only screen and (min-width: 480px) {
  .site-branding .custom-logo-link {
    height: 42px;
  }
}
@media only screen and (min-width: 1250px) {
  .site-branding .custom-logo-link {
    height: 54px;
  }
}
.site-branding img.custom-logo {
  width: auto;
  height: 36px;
  margin-top: 7px;
}
@media only screen and (min-width: 480px) {
  .site-branding img.custom-logo {
    height: 42px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1250px) {
  .site-branding img.custom-logo {
    height: 54px;
  }
}
.site-branding .site-title {
  overflow: none;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 24px;
}
.widget select {
  max-width: 100%;
}

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-block-image .aligncenter > figcaption {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Icons
--------------------------------------------- */
.site-main .wp-block-column .fa-solid,
.site-main .wp-block-column .fa,
.site-main .wp-block-column .fab {
  display: block;
  align-self: center;
  margin: 0 auto;
  padding: 18px;
  text-align: center;
  border-radius: 42px;
}

.single-ltg_portfolio .fa {
  padding: 0;
}

/*--------------------------------------------------------------
# Editor
--------------------------------------------------------------*/
.has-black-background-color {
  background-color: #404040;
}

.has-primary-background-color {
  background-color: #005791;
}

.has-pale-primary-background-color {
  background-color: #d9e6ef;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Contact Form 7
--------------------------------------------- */
@media only screen and (min-width: 480px) {
  .wpcf7 {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 782px) {
  .wpcf7 {
    margin-top: 36px;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #fff;
}

/* MailChimp
--------------------------------------------- */
/* MailChimp signup form */
#mc_embed_signup form {
  margin: 10px 0 !important;
  padding: 0 !important;
}

#mc_embed_signup .mc-field-group {
  display: block;
  min-height: auto;
}
#mc_embed_signup .mc-field-group:first-of-type {
  float: none;
  width: 100% !important;
  margin-right: 0% !important;
}
#mc_embed_signup .mc-field-group:nth-of-type(2), #mc_embed_signup .mc-field-group:nth-of-type(3) {
  float: left;
}
#mc_embed_signup .mc-field-group:nth-of-type(2) {
  width: 44% !important;
  margin-right: 4% !important;
}
#mc_embed_signup .mc-field-group:nth-of-type(3) {
  width: 52% !important;
  margin-right: 0 !important;
}

#mc_embed_signup label {
  padding-bottom: 0;
}
@media only screen and (min-width: 782px) {
  #mc_embed_signup label {
    line-height: 24px;
    margin-right: 4%;
  }
}

#mc_embed_signup .asterisk {
  color: #fff !important;
}

#mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  padding: 3px 0;
  text-indent: 2%;
}

#mc_embed_signup .mc-field-group input:focus {
  outline: 2px solid #fff;
}

#mc_embed_signup input.email,
#mc_embed_signup #mce-FNAME input,
#mc_embed_signup #mce-LNAME input {
  width: 100%;
  max-width: none !important;
  float: none !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  color: #c94913 !important;
  background-color: #fff !important;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border-color: #c94913 !important;
}

#mc-embedded-subscribe-form { /* honeypot field */ }
#mc-embedded-subscribe-form input[type=text].anti-spam-field {
  display: none;
}

#mc_embed_signup input[type=submit] {
  width: 100%;
  height: 44px;
  margin: 6px 0 0 !important;
  padding: 6px 24px;
  color: #404040 !important;
  background-color: #f3f3f3;
  border-radius: 3px;
}
@media only screen and (min-width: 782px) {
  #mc_embed_signup input[type=submit] {
    margin-left: 12px;
  }
}
#mc_embed_signup input[type=submit]:focus {
  outline: 2px solid #c94913 !important;
}
#mc_embed_signup input[type=submit]:hover {
  outline: 2px solid #c94913 !important;
  background-color: #fff;
}

/* Recaptcha
--------------------------------------------- */
.recaptcha {
  display: block;
  margin-bottom: 24px;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  outline: none;
}
.screen-reader-text:focus {
  outline: none;
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #404040;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  float: none;
}
@media only screen and (min-width: 782px) {
  .alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 24px;
    margin-bottom: 24px;
  }
}

.alignright {
  float: none;
}
@media only screen and (min-width: 782px) {
  .alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 24px;
    margin-bottom: 24px;
  }
}

.aligncenter {
  margin: 0;
}
@media only screen and (min-width: 782px) {
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 24px;
  }
}

.alignwide {
  max-width: calc( 1680px - 96px );
}

/* .alignfull {
	width: 100%; 
  margin-left: -$size__spacing; 
  margin-right: -$size__spacing; 
	padding: ($size__spacing *2) $size__spacing; 

	@include bp(sm) {
		width: 100%; 
		margin-left: -($size__spacing *2); 
		margin-right: -($size__spacing *2); 
		padding: ($size__spacing *2); 	
	}
} */

/*# sourceMappingURL=style.css.map */
