/*!
Theme Name: Digita11y
Theme URI: http://underscores.me/
Author: Digitally
Author URI: http://underscores.me/
Description: Custom theme created for Digitally
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digita11y
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* 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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #555555;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #3b3b3b;
  font-family: "Raleway", "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  text-transform: uppercase; }
  .site-footer h1,
  .page .entry-header h1,
  .page-header h1, .site-footer h2,
  .page .entry-header h2,
  .page-header h2, .site-footer h3,
  .page .entry-header h3,
  .page-header h3, .site-footer h4,
  .page .entry-header h4,
  .page-header h4, .site-footer h5,
  .page .entry-header h5,
  .page-header h5, .site-footer h6,
  .page .entry-header h6,
  .page-header h6 {
    color: white; }

p {
  margin-bottom: 1.5em; }
  .entry-content p:last-child {
    margin-bottom: 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: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  background: #f8eaf7;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 0.125em 0.5em; }

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

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

big {
  font-size: 125%; }

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

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

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

hr {
  background-color: #9B2198;
  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 {
  position: relative; }

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

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"] {
  background: #551254;
  border: 2px solid transparent;
  border-radius: 500px;
  color: white;
  font-family: "Raleway", "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: .8em 1.2em .6em;
  text-transform: uppercase;
  transition: background 300ms ease-in-out; }
  button:hover, button:active, button:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    background: #711870;
    border-color: #07ffbb;
    box-shadow: 0 0 5px #07ffbb;
    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"],
textarea {
  background: #efd1ee;
  color: #3c3c3c;
  border: 2px solid transparent;
  border-radius: 3px;
  padding: 3px;
  transition: all 300ms ease-in-out; }
  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 {
    background: #ffffff;
    border: 2px solid #07ffbb;
    box-shadow: 0 0 5px #07ffbb;
    outline: none; }

select {
  border: 1px solid transparent; }

textarea {
  width: 100%; }

body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
body .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
  margin-top: 0; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #551254; }
  a:visited {
    color: #551254; }
  a:hover, a:focus, a:active {
    color: #8D1E8B;
    text-decoration: underline; }
    .elementor a:hover, .elementor a:focus, .elementor a:active {
      text-decoration: underline; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    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; }
      .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 li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    border-top: 1px solid #f5e9f5;
    position: relative; }
    .main-navigation li:first-child {
      border-top: 0 none; }
  .main-navigation a {
    display: block;
    padding: 1em;
    position: relative;
    text-decoration: none; }
    .main-navigation a:before {
      background-color: #551254;
      bottom: 0;
      content: '';
      height: 2px;
      left: 0;
      position: absolute;
      transform: scaleX(0);
      transition: all 300ms ease-in-out 0s;
      visibility: hidden;
      width: 100%; }
    .main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active {
      outline: none; }
      .main-navigation a:hover:before, .main-navigation a:focus:before, .main-navigation a:active:before {
        visibility: visible;
        transform: scaleX(1); }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: flex;
  flex-direction: column;
  margin: 1em auto 0; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem; }
  .main-navigation li {
    border-top: 0 none; } }

@media screen and (min-width: 52.5em) {
  .main-navigation ul {
    justify-content: flex-end;
    position: relative;
    top: 0.5em; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

ul.menu {
  margin-left: 0; }

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination {
  margin: 2rem 0; }
  .pagination ul.page-numbers {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .pagination ul.page-numbers li {
      display: inline-block; }
      .pagination ul.page-numbers li a,
      .pagination ul.page-numbers li span {
        background: #fefbfe;
        border: 1px solid #fcf2fc;
        padding: 0.5rem 1rem;
        text-decoration: none; }
        .pagination ul.page-numbers li a.current,
        .pagination ul.page-numbers li span.current {
          background: white;
          border-color: #edacec; }
        .pagination ul.page-numbers li a.dots,
        .pagination ul.page-numbers li span.dots {
          background: transparent;
          border-color: transparent; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

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

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

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 3rem;
  /* Make sure select elements fit in widgets. */ }
  .site-footer .widget {
    margin-bottom: 0; }
  .widget select {
    max-width: 100%; }

.search-form {
  display: flex; }
  .search-form label {
    flex: 1; }
    .search-form label input[type=search] {
      border-radius: 3px 0 0 3px;
      width: 100%; }
  .search-form button[type=submit] {
    border: 2px solid transparent;
    border-radius: 0 3px 3px 0;
    font-size: 1rem;
    line-height: 1.5;
    padding: 3px 6px; }

.blog-sidebar .widget-title,
.toolkit-sidebar .widget-title {
  border-bottom: 1px solid #fcf2fc;
  font-weight: 400;
  margin-bottom: 0.5rem; }

.blog-sidebar .widget_search,
.blog-sidebar .widget_toolkit_search,
.toolkit-sidebar .widget_search,
.toolkit-sidebar .widget_toolkit_search {
  background: #fefbfe;
  border: 1px solid #fcf2fc;
  padding: 1rem; }

.blog-sidebar .widget_recent_entries ul,
.blog-sidebar .widget_recent_entries .textwidget,
.blog-sidebar .widget_categories ul,
.blog-sidebar .widget_categories .textwidget,
.blog-sidebar .widget_archive ul,
.blog-sidebar .widget_archive .textwidget,
.blog-sidebar .widget_custom_html ul,
.blog-sidebar .widget_custom_html .textwidget,
.blog-sidebar .widget_meta ul,
.blog-sidebar .widget_meta .textwidget,
.blog-sidebar .widget_pages ul,
.blog-sidebar .widget_pages .textwidget,
.blog-sidebar .widget_recent_comments ul,
.blog-sidebar .widget_recent_comments .textwidget,
.blog-sidebar .widget_text ul,
.blog-sidebar .widget_text .textwidget,
.blog-sidebar .widget_lc_taxonomy ul,
.blog-sidebar .widget_lc_taxonomy .textwidget,
.toolkit-sidebar .widget_recent_entries ul,
.toolkit-sidebar .widget_recent_entries .textwidget,
.toolkit-sidebar .widget_categories ul,
.toolkit-sidebar .widget_categories .textwidget,
.toolkit-sidebar .widget_archive ul,
.toolkit-sidebar .widget_archive .textwidget,
.toolkit-sidebar .widget_custom_html ul,
.toolkit-sidebar .widget_custom_html .textwidget,
.toolkit-sidebar .widget_meta ul,
.toolkit-sidebar .widget_meta .textwidget,
.toolkit-sidebar .widget_pages ul,
.toolkit-sidebar .widget_pages .textwidget,
.toolkit-sidebar .widget_recent_comments ul,
.toolkit-sidebar .widget_recent_comments .textwidget,
.toolkit-sidebar .widget_text ul,
.toolkit-sidebar .widget_text .textwidget,
.toolkit-sidebar .widget_lc_taxonomy ul,
.toolkit-sidebar .widget_lc_taxonomy .textwidget {
  background: #fefbfe;
  border: 1px solid #fcf2fc;
  list-style-type: none;
  margin: 0;
  padding: 1rem; }
  .blog-sidebar .widget_recent_entries ul > *:first-child,
  .blog-sidebar .widget_recent_entries .textwidget > *:first-child,
  .blog-sidebar .widget_categories ul > *:first-child,
  .blog-sidebar .widget_categories .textwidget > *:first-child,
  .blog-sidebar .widget_archive ul > *:first-child,
  .blog-sidebar .widget_archive .textwidget > *:first-child,
  .blog-sidebar .widget_custom_html ul > *:first-child,
  .blog-sidebar .widget_custom_html .textwidget > *:first-child,
  .blog-sidebar .widget_meta ul > *:first-child,
  .blog-sidebar .widget_meta .textwidget > *:first-child,
  .blog-sidebar .widget_pages ul > *:first-child,
  .blog-sidebar .widget_pages .textwidget > *:first-child,
  .blog-sidebar .widget_recent_comments ul > *:first-child,
  .blog-sidebar .widget_recent_comments .textwidget > *:first-child,
  .blog-sidebar .widget_text ul > *:first-child,
  .blog-sidebar .widget_text .textwidget > *:first-child,
  .blog-sidebar .widget_lc_taxonomy ul > *:first-child,
  .blog-sidebar .widget_lc_taxonomy .textwidget > *:first-child,
  .toolkit-sidebar .widget_recent_entries ul > *:first-child,
  .toolkit-sidebar .widget_recent_entries .textwidget > *:first-child,
  .toolkit-sidebar .widget_categories ul > *:first-child,
  .toolkit-sidebar .widget_categories .textwidget > *:first-child,
  .toolkit-sidebar .widget_archive ul > *:first-child,
  .toolkit-sidebar .widget_archive .textwidget > *:first-child,
  .toolkit-sidebar .widget_custom_html ul > *:first-child,
  .toolkit-sidebar .widget_custom_html .textwidget > *:first-child,
  .toolkit-sidebar .widget_meta ul > *:first-child,
  .toolkit-sidebar .widget_meta .textwidget > *:first-child,
  .toolkit-sidebar .widget_pages ul > *:first-child,
  .toolkit-sidebar .widget_pages .textwidget > *:first-child,
  .toolkit-sidebar .widget_recent_comments ul > *:first-child,
  .toolkit-sidebar .widget_recent_comments .textwidget > *:first-child,
  .toolkit-sidebar .widget_text ul > *:first-child,
  .toolkit-sidebar .widget_text .textwidget > *:first-child,
  .toolkit-sidebar .widget_lc_taxonomy ul > *:first-child,
  .toolkit-sidebar .widget_lc_taxonomy .textwidget > *:first-child {
    margin-top: 0; }
  .blog-sidebar .widget_recent_entries ul > *:last-child,
  .blog-sidebar .widget_recent_entries .textwidget > *:last-child,
  .blog-sidebar .widget_categories ul > *:last-child,
  .blog-sidebar .widget_categories .textwidget > *:last-child,
  .blog-sidebar .widget_archive ul > *:last-child,
  .blog-sidebar .widget_archive .textwidget > *:last-child,
  .blog-sidebar .widget_custom_html ul > *:last-child,
  .blog-sidebar .widget_custom_html .textwidget > *:last-child,
  .blog-sidebar .widget_meta ul > *:last-child,
  .blog-sidebar .widget_meta .textwidget > *:last-child,
  .blog-sidebar .widget_pages ul > *:last-child,
  .blog-sidebar .widget_pages .textwidget > *:last-child,
  .blog-sidebar .widget_recent_comments ul > *:last-child,
  .blog-sidebar .widget_recent_comments .textwidget > *:last-child,
  .blog-sidebar .widget_text ul > *:last-child,
  .blog-sidebar .widget_text .textwidget > *:last-child,
  .blog-sidebar .widget_lc_taxonomy ul > *:last-child,
  .blog-sidebar .widget_lc_taxonomy .textwidget > *:last-child,
  .toolkit-sidebar .widget_recent_entries ul > *:last-child,
  .toolkit-sidebar .widget_recent_entries .textwidget > *:last-child,
  .toolkit-sidebar .widget_categories ul > *:last-child,
  .toolkit-sidebar .widget_categories .textwidget > *:last-child,
  .toolkit-sidebar .widget_archive ul > *:last-child,
  .toolkit-sidebar .widget_archive .textwidget > *:last-child,
  .toolkit-sidebar .widget_custom_html ul > *:last-child,
  .toolkit-sidebar .widget_custom_html .textwidget > *:last-child,
  .toolkit-sidebar .widget_meta ul > *:last-child,
  .toolkit-sidebar .widget_meta .textwidget > *:last-child,
  .toolkit-sidebar .widget_pages ul > *:last-child,
  .toolkit-sidebar .widget_pages .textwidget > *:last-child,
  .toolkit-sidebar .widget_recent_comments ul > *:last-child,
  .toolkit-sidebar .widget_recent_comments .textwidget > *:last-child,
  .toolkit-sidebar .widget_text ul > *:last-child,
  .toolkit-sidebar .widget_text .textwidget > *:last-child,
  .toolkit-sidebar .widget_lc_taxonomy ul > *:last-child,
  .toolkit-sidebar .widget_lc_taxonomy .textwidget > *:last-child {
    margin-bottom: 0; }
  .blog-sidebar .widget_recent_entries ul ul,
  .blog-sidebar .widget_recent_entries .textwidget ul,
  .blog-sidebar .widget_categories ul ul,
  .blog-sidebar .widget_categories .textwidget ul,
  .blog-sidebar .widget_archive ul ul,
  .blog-sidebar .widget_archive .textwidget ul,
  .blog-sidebar .widget_custom_html ul ul,
  .blog-sidebar .widget_custom_html .textwidget ul,
  .blog-sidebar .widget_meta ul ul,
  .blog-sidebar .widget_meta .textwidget ul,
  .blog-sidebar .widget_pages ul ul,
  .blog-sidebar .widget_pages .textwidget ul,
  .blog-sidebar .widget_recent_comments ul ul,
  .blog-sidebar .widget_recent_comments .textwidget ul,
  .blog-sidebar .widget_text ul ul,
  .blog-sidebar .widget_text .textwidget ul,
  .blog-sidebar .widget_lc_taxonomy ul ul,
  .blog-sidebar .widget_lc_taxonomy .textwidget ul,
  .toolkit-sidebar .widget_recent_entries ul ul,
  .toolkit-sidebar .widget_recent_entries .textwidget ul,
  .toolkit-sidebar .widget_categories ul ul,
  .toolkit-sidebar .widget_categories .textwidget ul,
  .toolkit-sidebar .widget_archive ul ul,
  .toolkit-sidebar .widget_archive .textwidget ul,
  .toolkit-sidebar .widget_custom_html ul ul,
  .toolkit-sidebar .widget_custom_html .textwidget ul,
  .toolkit-sidebar .widget_meta ul ul,
  .toolkit-sidebar .widget_meta .textwidget ul,
  .toolkit-sidebar .widget_pages ul ul,
  .toolkit-sidebar .widget_pages .textwidget ul,
  .toolkit-sidebar .widget_recent_comments ul ul,
  .toolkit-sidebar .widget_recent_comments .textwidget ul,
  .toolkit-sidebar .widget_text ul ul,
  .toolkit-sidebar .widget_text .textwidget ul,
  .toolkit-sidebar .widget_lc_taxonomy ul ul,
  .toolkit-sidebar .widget_lc_taxonomy .textwidget ul {
    border: 0 none;
    margin-left: 1.5rem;
    padding: 0; }

.blog-sidebar .widget_recent_entries li + li,
.blog-sidebar .widget_categories li + li,
.blog-sidebar .widget_archive li + li,
.blog-sidebar .widget_custom_html li + li,
.blog-sidebar .widget_meta li + li,
.blog-sidebar .widget_pages li + li,
.blog-sidebar .widget_recent_comments li + li,
.blog-sidebar .widget_text li + li,
.blog-sidebar .widget_lc_taxonomy li + li,
.toolkit-sidebar .widget_recent_entries li + li,
.toolkit-sidebar .widget_categories li + li,
.toolkit-sidebar .widget_archive li + li,
.toolkit-sidebar .widget_custom_html li + li,
.toolkit-sidebar .widget_meta li + li,
.toolkit-sidebar .widget_pages li + li,
.toolkit-sidebar .widget_recent_comments li + li,
.toolkit-sidebar .widget_text li + li,
.toolkit-sidebar .widget_lc_taxonomy li + li {
  margin-top: 0.25rem; }

.blog-sidebar .widget_nav_menu > div,
.toolkit-sidebar .widget_nav_menu > div {
  background: #fefbfe;
  border: 1px solid #fcf2fc;
  padding: 1rem; }

.blog-sidebar .widget_nav_menu ul,
.toolkit-sidebar .widget_nav_menu ul {
  padding-left: 1.5rem;
  margin-bottom: 0; }

.blog-sidebar .gform_widget .gform_wrapper,
.blog-sidebar .gform_widget .mc4wp-form,
.blog-sidebar .widget_mc4wp_form_widget .gform_wrapper,
.blog-sidebar .widget_mc4wp_form_widget .mc4wp-form,
.toolkit-sidebar .gform_widget .gform_wrapper,
.toolkit-sidebar .gform_widget .mc4wp-form,
.toolkit-sidebar .widget_mc4wp_form_widget .gform_wrapper,
.toolkit-sidebar .widget_mc4wp_form_widget .mc4wp-form {
  background: #fefbfe;
  border: 1px solid #fcf2fc;
  padding: 1rem; }

.blog-sidebar .widget_dpe_fp_widget > ul,
.toolkit-sidebar .widget_dpe_fp_widget > ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .blog-sidebar .widget_dpe_fp_widget > ul li,
  .toolkit-sidebar .widget_dpe_fp_widget > ul li {
    background: #fefbfe;
    border: 1px solid #fcf2fc;
    display: flex;
    padding: 1rem; }
    .blog-sidebar .widget_dpe_fp_widget > ul li + li,
    .toolkit-sidebar .widget_dpe_fp_widget > ul li + li {
      border-top: 0 none; }
    .blog-sidebar .widget_dpe_fp_widget > ul li .entry-thumb,
    .toolkit-sidebar .widget_dpe_fp_widget > ul li .entry-thumb {
      flex: 0 0 25%;
      max-width: 25%; }
    .blog-sidebar .widget_dpe_fp_widget > ul li .entry-summary,
    .toolkit-sidebar .widget_dpe_fp_widget > ul li .entry-summary {
      margin-top: 0;
      padding: 0;
      padding-left: 1rem; }
    .blog-sidebar .widget_dpe_fp_widget > ul li .entry-title,
    .toolkit-sidebar .widget_dpe_fp_widget > ul li .entry-title {
      font-weight: 400;
      margin: 0; }
      .blog-sidebar .widget_dpe_fp_widget > ul li .entry-title a,
      .toolkit-sidebar .widget_dpe_fp_widget > ul li .entry-title a {
        text-decoration: none; }
    .blog-sidebar .widget_dpe_fp_widget > ul li .entry-meta,
    .toolkit-sidebar .widget_dpe_fp_widget > ul li .entry-meta {
      font-size: 0.85rem; }
      .blog-sidebar .widget_dpe_fp_widget > ul li .entry-meta span,
      .toolkit-sidebar .widget_dpe_fp_widget > ul li .entry-meta span {
        display: block; }
      .blog-sidebar .widget_dpe_fp_widget > ul li .entry-meta a,
      .toolkit-sidebar .widget_dpe_fp_widget > ul li .entry-meta a {
        text-decoration: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site
--------------------------------------------------------------*/
@media screen and (min-width: 740px) {
  .site {
    display: flex;
    flex-direction: column;
    min-height: 100vh; } }

@media screen and (min-width: 740px) {
  .site .site-content {
    flex: 1; } }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  background: white;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1; }

.site-branding {
  padding: 1rem;
  text-align: center; }

.main-navigation {
  padding: 0 0 1rem; }
  .main-navigation.toggled {
    padding-bottom: 0; }

@media screen and (min-width: 52.5em) {
  .site-header-wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1080px; }
  .site-branding {
    flex: 0 1 20%;
    padding-bottom: 0.5rem; }
  .main-navigation {
    flex: 0 2 40%; } }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-info {
  background: #2b092a;
  color: white;
  padding: 1rem;
  text-align: center; }

.site-footer {
  background-color: #2b092a;
  background-image: url(images/circuit.svg), linear-gradient(135deg, #431842 0%, #390c38 100%);
  background-position: 50% 50%, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  color: white; }
  .site-footer .footer-widgets {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1080px;
    padding: 1rem; }
    @media screen and (min-width: 740px) {
      .site-footer .footer-widgets {
        flex-direction: row; } }
    .site-footer .footer-widgets img {
      border: 10px solid white; }
  .site-footer a {
    color: #e1ace0;
    position: relative;
    text-decoration: none; }
    .site-footer a:before {
      background-color: #efd1ee;
      bottom: 0;
      content: '';
      height: 2px;
      left: 0;
      position: absolute;
      transform: scaleX(0);
      transition: all 300ms ease-in-out 0s;
      visibility: hidden;
      width: 100%; }
    .site-footer a:hover, .site-footer a:focus, .site-footer a:active {
      color: #efd1ee; }
      .site-footer a:hover:before, .site-footer a:focus:before, .site-footer a:active:before {
        visibility: visible;
        transform: scaleX(1); }
  .site-footer .widget ul {
    margin-left: 1rem;
    padding-inline-start: 0; }
  .site-footer h2.widget-title {
    font-family: "Raleway", "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-weight: 400;
    text-transform: uppercase; }

.menu-contact-container ul {
  list-style-type: none; }

.widget_mc4wp_form_widget {
  max-width: 20rem; }
  @media screen and (min-width: 980px) {
    .widget_mc4wp_form_widget {
      min-width: 22rem;
      max-width: 22rem; } }
  .widget_mc4wp_form_widget label {
    display: block; }
  .widget_mc4wp_form_widget input[type='text'],
  .widget_mc4wp_form_widget input[type='email'] {
    background: #efd1ee;
    display: block;
    border: 2px solid transparent;
    transition: all 300ms ease-in-out;
    width: 100%; }
    .widget_mc4wp_form_widget input[type='text']:focus,
    .widget_mc4wp_form_widget input[type='email']:focus {
      background: #ffffff;
      border: 2px solid #07ffbb;
      box-shadow: 0 0 5px #07ffbb;
      outline: none; }
  .widget_mc4wp_form_widget input[type='submit'] {
    background-color: #822e80;
    border: 2px solid transparent;
    font-size: 1rem;
    transition: background 300ms ease-in-out; }
    .widget_mc4wp_form_widget input[type='submit']:hover, .widget_mc4wp_form_widget input[type='submit']:focus {
      background: #692567;
      border-color: #07ffbb;
      box-shadow: 0 0 5px #07ffbb;
      outline: none; }

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

article.post,
article.page {
  margin: 0 0 3rem; }
  .elementor-page article.post, .elementor-page
  article.page {
    margin-bottom: 0; }

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

.page .entry-header,
.page-header {
  background-color: #390c38;
  background-image: url(images/circuit.svg), linear-gradient(30deg, #8d1e8a 0%, #390c38 100%);
  background-position: 50% 50%, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  color: white;
  padding: 4rem 1rem;
  text-align: center; }
  .page .entry-header .entry-title,
  .page .entry-header .entry-subtitle,
  .page .entry-header .page-title,
  .page-header .entry-title,
  .page-header .entry-subtitle,
  .page-header .page-title {
    margin: 0 auto;
    max-width: 50rem;
    padding: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }

.page-content,
.entry-content,
.entry-summary {
  hyphens: auto;
  margin: 1.5em 0 0; }
  @media screen and (min-width: 980px) {
    .page-content,
    .entry-content,
    .entry-summary {
      hyphens: none;
      margin: 0; } }
  .page .page-content,
  .search-results .page-content,
  .tax-audiences .page-content,
  .tax-type .page-content,
  .single-resources .page-content,
  .error404 .page-content,
  .search .page-content, .page
  .entry-content,
  .search-results
  .entry-content,
  .tax-audiences
  .entry-content,
  .tax-type
  .entry-content,
  .single-resources
  .entry-content,
  .error404
  .entry-content,
  .search
  .entry-content, .page
  .entry-summary,
  .search-results
  .entry-summary,
  .tax-audiences
  .entry-summary,
  .tax-type
  .entry-summary,
  .single-resources
  .entry-summary,
  .error404
  .entry-summary,
  .search
  .entry-summary {
    margin: 0 auto;
    max-width: 50rem;
    padding: 1rem;
    width: 100%; }
    .page .page-content .entry-title,
    .search-results .page-content .entry-title,
    .tax-audiences .page-content .entry-title,
    .tax-type .page-content .entry-title,
    .single-resources .page-content .entry-title,
    .error404 .page-content .entry-title,
    .search .page-content .entry-title, .page
    .entry-content .entry-title,
    .search-results
    .entry-content .entry-title,
    .tax-audiences
    .entry-content .entry-title,
    .tax-type
    .entry-content .entry-title,
    .single-resources
    .entry-content .entry-title,
    .error404
    .entry-content .entry-title,
    .search
    .entry-content .entry-title, .page
    .entry-summary .entry-title,
    .search-results
    .entry-summary .entry-title,
    .tax-audiences
    .entry-summary .entry-title,
    .tax-type
    .entry-summary .entry-title,
    .single-resources
    .entry-summary .entry-title,
    .error404
    .entry-summary .entry-title,
    .search
    .entry-summary .entry-title {
      margin-bottom: 0;
      margin-top: 0; }
    .page .page-content .entry-content,
    .search-results .page-content .entry-content,
    .tax-audiences .page-content .entry-content,
    .tax-type .page-content .entry-content,
    .single-resources .page-content .entry-content,
    .error404 .page-content .entry-content,
    .search .page-content .entry-content, .page
    .entry-content .entry-content,
    .search-results
    .entry-content .entry-content,
    .tax-audiences
    .entry-content .entry-content,
    .tax-type
    .entry-content .entry-content,
    .single-resources
    .entry-content .entry-content,
    .error404
    .entry-content .entry-content,
    .search
    .entry-content .entry-content, .page
    .entry-summary .entry-content,
    .search-results
    .entry-summary .entry-content,
    .tax-audiences
    .entry-summary .entry-content,
    .tax-type
    .entry-summary .entry-content,
    .single-resources
    .entry-summary .entry-content,
    .error404
    .entry-summary .entry-content,
    .search
    .entry-summary .entry-content {
      padding: 0; }

.elementor-page .page-content, .elementor-page
.entry-content {
  margin: 0;
  max-width: 100%;
  padding: 0; }

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

.entry-footer {
  margin: 1rem auto;
  max-width: 1080px;
  padding: 1rem; }

.post {
  background: #fefbfe;
  border: 1px solid #fcf2fc; }
  .post .entry-title {
    font-weight: 400;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
  .post .entry-meta {
    font-size: 0.9rem; }
    .post .entry-meta a {
      color: inherit;
      text-decoration: none; }
    .post .entry-meta span + span {
      margin-left: 1rem; }
  .post .svg-inline--fa path {
    fill: #aa89aa;
    transition: all 300ms ease-in-out; }
  .post .cat-links .svg-inline--fa,
  .post .entry-meta .svg-inline--fa {
    margin-right: 0.25rem; }

/* ------------------------------------------- */
/* Blog pages */
/* ------------------------------------------- */
.blog-content {
  margin: 1rem auto;
  max-width: 1080px;
  padding: 1rem; }
  @media screen and (min-width: 740px) {
    .blog-content {
      display: flex; } }

@media screen and (min-width: 740px) {
  .blog-posts {
    flex: 0 0 66%;
    max-width: 66%; } }

@media screen and (min-width: 980px) {
  .blog-posts {
    flex: 0 0 70%;
    max-width: 70%; } }

@media screen and (min-width: 740px) {
  .blog-sidebar {
    flex: 0 0 34%;
    max-width: 34%;
    padding-left: 1rem; } }

@media screen and (min-width: 980px) {
  .blog-sidebar {
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 2rem; } }

/* ------------------------------------------- */
/* Single post */
/* ------------------------------------------- */
.single-post .entry-header {
  padding: 1.5rem; }

.single-post .entry-content {
  margin: 0;
  padding: 1.5rem; }

.single-post .entry-footer {
  margin: 0;
  padding: 1.5rem; }

.single-post .post-thumbnail img {
  display: block;
  margin: 0 auto; }

.single-post .social-sharing {
  margin-top: 1rem; }
  .single-post .social-sharing a {
    display: inline-block;
    text-decoration: none; }
    .single-post .social-sharing a:hover, .single-post .social-sharing a:focus {
      box-shadow: 0 0 10px #00a074;
      outline: none; }
    .single-post .social-sharing a svg {
      display: block; }
    .single-post .social-sharing a .svg-inline--fa.fa-facebook path {
      fill: #3B5998; }
    .single-post .social-sharing a .svg-inline--fa.fa-twitter-square path {
      fill: #00aced; }
    .single-post .social-sharing a .svg-inline--fa.fa-linkedin path {
      fill: #4875B4; }

.about-the-author {
  background: #fefbfe;
  border: 1px solid #fcf2fc;
  display: flex;
  padding: 1.5rem;
  margin: 3rem 0; }
  .about-the-author .bio {
    flex: 1;
    padding-left: 1rem; }
    .about-the-author .bio > *:first-child {
      margin-top: 0; }
    .about-the-author .bio > *:last-child {
      margin-bottom: 0; }
  .about-the-author .author-name {
    font-weight: normal;
    margin-top: 0; }
  .about-the-author .svg-inline--fa {
    margin-right: 0.25rem; }
    .about-the-author .svg-inline--fa path {
      fill: #aa89aa;
      transition: all 300ms ease-in-out; }
  .about-the-author .author-links a {
    text-decoration: none; }

.single-resources article.type-resources {
  margin-top: 2rem; }

/* ------------------------------------------- */
/* Post archive */
/* ------------------------------------------- */
.archive article.post,
.blog article.post {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem; }
  @media screen and (min-width: 740px) {
    .archive article.post,
    .blog article.post {
      flex-direction: row; }
      .archive article.post:nth-child(even),
      .blog article.post:nth-child(even) {
        flex-direction: row-reverse; }
      .archive article.post .entry-thumbnail,
      .archive article.post .entry-summary,
      .blog article.post .entry-thumbnail,
      .blog article.post .entry-summary {
        flex: 0 1 50%; } }

.archive .entry-thumbnail img,
.blog .entry-thumbnail img {
  display: block;
  margin: 0 auto; }

.archive .entry-summary,
.blog .entry-summary {
  margin-top: 0;
  padding: 1.5rem; }

.archive .entry-title a,
.blog .entry-title a {
  color: inherit;
  text-decoration: none; }
  .archive .entry-title a:hover, .archive .entry-title a:focus,
  .blog .entry-title a:hover,
  .blog .entry-title a:focus {
    color: #9B2198;
    text-decoration: underline; }

/* ------------------------------------------- */
/* Search results */
/* ------------------------------------------- */
.search-results article {
  background: #fefbfe;
  border: 1px solid #fcf2fc;
  display: flex;
  margin: 1.5rem auto;
  max-width: 50rem; }
  .search-results article:first-of-type {
    margin-top: 3rem; }
  .search-results article .search-thumb {
    box-sizing: border-box;
    color: #551254;
    width: 136px;
    padding: 1rem 0 1rem 1rem; }
  .search-results article .search-thumb + .entry-summary {
    flex: 1; }
  .search-results article .entry-header {
    background: transparent;
    padding: 0;
    text-align: left; }
    .search-results article .entry-header .entry-title {
      font-weight: 700; }
    .search-results article .entry-header a {
      text-decoration: none; }
  .search-results article .entry-footer {
    margin: 0;
    max-width: none;
    padding: 0; }

.search-results .pagination {
  margin: 1.5rem auto;
  max-width: 50rem; }

/*--------------------------------------------------------------
## Toolkit
--------------------------------------------------------------*/
body.page-template-resource-toolkit .entry-content {
  max-width: 100%;
  padding: 0; }

.toolkit {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1080px; }
  @media screen and (min-width: 740px) {
    .toolkit {
      flex-direction: row; } }
  @media screen and (min-width: 740px) {
    .toolkit .toolkit-content {
      flex: 1; } }
  .toolkit .toolkit-sidebar {
    margin-top: 2rem; }
    @media screen and (min-width: 740px) {
      .toolkit .toolkit-sidebar {
        flex: 0 0 30%;
        max-width: 30%;
        padding-left: 2rem; } }

article.type-resources {
  background: #fefbfe;
  border: 1px solid #fcf2fc;
  margin-bottom: 1.5rem; }
  article.type-resources .entry-header {
    background: transparent;
    color: #555555;
    padding: 0;
    text-align: left; }
    article.type-resources .entry-header a {
      text-decoration: none; }
  article.type-resources .entry-content > *:first-child {
    margin-top: 0; }
  article.type-resources .entry-content > *:last-child {
    margin-bottom: 0; }
  article.type-resources .entry-meta {
    border-top: 1px solid #fcf2fc;
    margin-top: 1rem;
    padding-top: 1rem; }
    article.type-resources .entry-meta div + div {
      margin-top: 0.2rem; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
  margin: 3rem auto;
  max-width: 50rem; }

.comments-title,
.comment-reply-title {
  border-bottom: 1px solid #fcf2fc;
  font-weight: 400;
  margin-bottom: 0.5rem; }

.comment-list,
.children {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.comment-body {
  background: #fefbfe;
  border: 1px solid #fcf2fc;
  margin-left: 5rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  position: relative; }
  .comment-body:before {
    color: #fcf2fc;
    content: '{';
    font-family: "Raleway", "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 4rem;
    left: -1rem;
    line-height: 1;
    position: absolute;
    top: 0; }
  .comment-body .avatar {
    border-radius: 100%;
    position: absolute;
    left: -5rem;
    top: 0; }
  .comment-body .fn {
    color: #3b3b3b;
    font-family: "Raleway", "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-style: normal;
    text-transform: uppercase; }
    .comment-body .fn a {
      color: inherit;
      text-decoration: none; }
  .comment-body .comment-meta a {
    color: inherit;
    text-decoration: none; }
  .comment-body .reply {
    border-left: 1px solid;
    font-family: "Raleway", "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    text-transform: uppercase; }
  .comment-body .comment-content {
    margin-top: 1.5rem; }
    .comment-body .comment-content > *:first-child {
      margin-top: 0; }
    .comment-body .comment-content > *:last-child {
      margin-bottom: 0; }

.trackback .comment-body:before,
.pingback .comment-body:before {
  content: '';
  display: none; }

.trackback .avatar,
.pingback .avatar {
  background: #fcf2fc;
  padding: 0.5rem; }
  .trackback .avatar .svg-inline--fa path,
  .pingback .avatar .svg-inline--fa path {
    fill: white; }

.children {
  margin-left: 5rem; }
  .children .children {
    margin-left: 0; }
    @media screen and (min-width: 740px) {
      .children .children {
        margin-left: 2.5rem; } }
  .children .avatar {
    left: -3rem;
    max-width: 2rem; }
  .children .comment-body {
    margin-left: 3rem; }
    .children .comment-body:before {
      font-size: 2rem;
      left: -0.75rem; }

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

.bypostauthor {
  display: block; }

input[type=checkbox] + label {
  margin-left: 0.5rem; }

.comment-respond {
  margin: 3rem 0; }

.comment-form {
  background: #fefbfe;
  border: 1px solid #fcf2fc;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem; }
  .comment-form > *:first-child {
    margin-top: 0; }
  .comment-form > *:last-child {
    margin-bottom: 0; }
  .comment-form label {
    display: block; }
  .comment-form .comment-form-cookies-consent label {
    display: inline; }
  .comment-form .comment-notes,
  .comment-form .comment-form-comment {
    width: 100%; }
  .comment-form .comment-form-author,
  .comment-form .comment-form-email,
  .comment-form .comment-form-url {
    flex: 0 0 100%; }
    @media screen and (min-width: 1080px) {
      .comment-form .comment-form-author,
      .comment-form .comment-form-email,
      .comment-form .comment-form-url {
        flex: 0 0 33%;
        max-width: 33%; } }
    .comment-form .comment-form-author input,
    .comment-form .comment-form-email input,
    .comment-form .comment-form-url input {
      max-width: 100%;
      width: 100%; }
  @media screen and (min-width: 1080px) {
    .comment-form .comment-form-email,
    .comment-form .comment-form-url {
      padding-left: 1rem; } }
  .comment-form .form-submit {
    text-align: center; }
    .comment-form .form-submit input[type=submit] {
      margin: 0 auto; }

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

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

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

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

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

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

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
