@charset "UTF-8";
/*
Theme Name: Mitch Canter 2020
Theme URI: http://www.github.com/thatmitchcanter/monochromatic
Author: Mitch Canter
Author URI: http://www.mitchcanter.com
Description: A WordPress theme used as the foundation for greatness! Built with NPM, Gulp, BrowserSync, Gulp Sass, Bourbon, and Neat.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monochromatic
*/
/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: 'Visby Round CF';
  src: url("assets/fonts/VisbyRoundCF-Medium.woff2") format("woff2"), url("assets/fonts/VisbyRoundCF-Medium.woff") format("woff"), url("assets/fonts/VisbyRoundCF-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Visby Round CF';
  src: url("assets/fonts/VisbyRoundCF-Heavy.woff2") format("woff2"), url("assets/fonts/VisbyRoundCF-Heavy.woff") format("woff"), url("assets/fonts/VisbyRoundCF-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Visby Round CF Extra';
  src: url("assets/fonts/VisbyRoundCF-ExtraLight.woff2") format("woff2"), url("assets/fonts/VisbyRoundCF-ExtraLight.woff") format("woff"), url("assets/fonts/VisbyRoundCF-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Visby Round CF Demi';
  src: url("assets/fonts/VisbyRoundCF-DemiBold.woff2") format("woff2"), url("assets/fonts/VisbyRoundCF-DemiBold.woff") format("woff"), url("assets/fonts/VisbyRoundCF-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Visby Round CF';
  src: url("assets/fonts/VisbyRoundCF-Bold.woff2") format("woff2"), url("assets/fonts/VisbyRoundCF-Bold.woff") format("woff"), url("assets/fonts/VisbyRoundCF-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Visby Round CF';
  src: url("assets/fonts/VisbyRoundCF-Light.woff2") format("woff2"), url("assets/fonts/VisbyRoundCF-Light.woff") format("woff"), url("assets/fonts/VisbyRoundCF-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton 
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 500;
  font-family: "Visby Round CF", Arial, Helvetica, sans-serif !important;
  color: white;
  -webkit-font-smoothing: antialiased;
  background: #111121; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: "Visby Round CF", Arial, Helvetica, sans-serif; }

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }
  h2 {
    font-size: 4.2rem; }
  h3 {
    font-size: 3.6rem; }
  h4 {
    font-size: 3.0rem; }
  h5 {
    font-size: 2.4rem; }
  h6 {
    font-size: 1.5rem; } }

p {
  margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #f8146d; }
  a:hover {
    color: #ccc; }

/* Buttons 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  background-color: transparent;
  border-radius: 0px;
  font-family: "Visby Round CF", Arial, Helvetica, sans-serif;
  color: white;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  margin-right: 1rem;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #f8146d;
  padding: 1.6rem 3rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
  white-space: nowrap;
  transition: .2s all ease;
  box-sizing: border-box; }

.button-alt {
  border: 1px solid #14c7f8; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  opacity: 0.6; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  border-color: #33C3F0;
  background-color: #33C3F0; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background-color: #1EAEDB;
  border-color: #1EAEDB;
  color: #FFF; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="search"],
input[type="text"],
input[type="password"],
textarea,
select {
  border: 1px solid #D1D1D1;
  height: 36px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  border-radius: 4px;
  box-shadow: none;
  font-family: "Visby Round CF", Arial, Helvetica, sans-serif;
  background: #fff; }

/* Removes awkard default styles on some inputs */
input[type="email"],
input[type="search"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  font-weight: 600;
  margin-bottom: .5rem; }

fieldset {
  border-width: 0;
  padding: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  margin-top: 0;
  padding-left: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  background: rgba(0, 0, 0, 0.3);
  border: 0px;
  border-radius: 4px;
  white-space: nowrap; }

pre {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */ }
  pre code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
  width: 100%; }

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
form,
dl,
figure,
table,
p,
ul,
ol,
form,
address {
  margin-bottom: 2rem;
  line-height: 150%; }

p {
  margin-top: 0; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* #WordPress Styles
================================================== */
/*===Post Styles===*/
a.title-link {
  text-decoration: none; }

.alignleft {
  margin-right: 10px;
  float: left; }

.alignright {
  margin-left: 10px;
  float: right; }

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

code, pre {
  font-family: Courier New, Courier, Monospaced; }

.post {
  margin: 0 0 7.5rem; }
  .post section.post-meta p {
    margin: 0; }
  .post:last-child {
    margin: 0; }
    @media screen and (max-width: 999px) {
      .post:last-child {
        margin-bottom: 7.5rem; } }

img {
  max-width: 100%;
  height: auto; }
  img.attachment-blog-thumbnail {
    float: left;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid black; }

/*===Sidebar Styles===*/
#sidebar .widget,
#footer_widgets .widget {
  list-style: none; }
  #sidebar .widget h4.widgettitle,
  #footer_widgets .widget h4.widgettitle {
    font-weight: normal;
    margin-bottom: 1rem; }
  #sidebar .widget ul,
  #footer_widgets .widget ul {
    margin: 1.5rem 0;
    font-size: 1.5rem;
    line-height: 125%; }

#sidebar .widget {
  margin-bottom: 3rem; }

/*===Captions===*/
.wp-caption {
  color: #767676;
  max-width: 100%;
  margin-bottom: 2rem; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0; }

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0; }

div.wp-caption .wp-caption-text {
  padding-right: 10px; }
  div.wp-caption .wp-caption-text.alignright img[class*="wp-image-"], div.wp-caption .wp-caption-text.alignright .wp-caption-text {
    padding-left: 10px;
    padding-right: 0; }

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }

/*===Comments Styles===*/
#comments {
  margin-top: 5rem; }
  #comments ul.commentlist {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    text-indent: 0; }
    #comments ul.commentlist li.comment {
      border-bottom: 1px solid #ddd;
      padding: 1em; }
      #comments ul.commentlist li.comment div.vcard {
        font-weight: 14px; }
        #comments ul.commentlist li.comment div.vcard img.avatar {
          border: 5px solid #ccc;
          float: right;
          margin: 0 0 20px 20px; }
      #comments ul.commentlist li.comment div.comment-meta {
        font-size: 11px; }
      #comments ul.commentlist li.comment p {
        font-size: 12px; }
      #comments ul.commentlist li.comment ul {
        font-size: 12px;
        list-style: none;
        margin: 0 0 0 20px; }
      #comments ul.commentlist li.comment div.reply {
        font-size: 11px; }
        #comments ul.commentlist li.comment div.reply a {
          font-weight: bold; }
      #comments ul.commentlist li.comment ul.children {
        list-style: none;
        margin: 12px;
        text-indent: 0; }
        #comments ul.commentlist li.comment ul.children li.depth-2 {
          border-left: 5px solid #ccc;
          margin: 0 0 10px 10px; }
        #comments ul.commentlist li.comment ul.children li.depth-3 {
          border-left: 5px solid #bbb;
          margin: 0 0 10px 10px; }
        #comments ul.commentlist li.comment ul.children li.depth-4 {
          border-left: 5px solid #aaa;
          margin: 0 0 10px 10px; }
    #comments ul.commentlist li.even {
      background: #fff; }
    #comments ul.commentlist li.odd {
      background: #f6f6f6; }
    #comments ul.commentlist li.parent {
      border-left: 5px solid #ddd; }

/*===Pagination Styles===*/
#pagination {
  text-align: center;
  margin: 0 0 5rem; }
  #pagination span {
    border: 1px solid #aaa;
    padding: .2rem .6rem;
    margin: 0 0.3rem; }
    #pagination span.current {
      background: #222;
      color: white;
      border-color: #222; }
  #pagination a:not(.next):not(.prev) {
    border: 1px solid #aaa;
    padding: .2rem .6rem;
    margin: 0 0.3rem; }
  #pagination a.next,
  #pagination a.prev {
    margin: 0 0.3rem; }

#content,
#builder-content {
  margin-left: 340px;
  width: calc(100% - 340px);
  color: white; }
  @media screen and (max-width: 999px) {
    #content,
    #builder-content {
      margin-left: 0;
      width: 100%; } }
  #content .entry,
  #builder-content .entry {
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
    #content .entry h1,
    #builder-content .entry h1 {
      font-size: 4.8rem;
      font-weight: bold;
      color: #14c7f8; }
    #content .entry h2,
    #builder-content .entry h2 {
      font-size: 3.6rem;
      font-weight: bold;
      color: #f8146d; }
    #content .entry h3,
    #builder-content .entry h3 {
      font-size: 2.8rem;
      font-weight: bold;
      color: white; }
    #content .entry h4,
    #builder-content .entry h4 {
      font-size: 2.4rem;
      font-weight: bold;
      color: #14c7f8; }
    #content .entry h5,
    #builder-content .entry h5 {
      font-size: 2.2rem;
      font-weight: bold;
      color: #f8146d; }
    #content .entry p, #content .entry li,
    #builder-content .entry p,
    #builder-content .entry li {
      color: white;
      font-size: 1.5rem;
      line-height: 2.8rem; }
      #content .entry p.larger, #content .entry li.larger,
      #builder-content .entry p.larger,
      #builder-content .entry li.larger {
        font-size: x-large;
        line-height: 3.4rem; }
    #content .entry li,
    #builder-content .entry li {
      list-style-position: outside;
      margin-left: 2rem; }
  #content .service-col h3,
  #builder-content .service-col h3 {
    color: #f8146d;
    font-size: 1.8rem; }
  #content .service-col p,
  #builder-content .service-col p {
    line-height: 150%; }
  #content .service-col .retina img,
  #builder-content .service-col .retina img {
    height: 64px;
    width: auto; }
  #content figure.post_thumbnail,
  #builder-content figure.post_thumbnail {
    margin: 0 0 3rem !important; }
  #content figure.ugb-blog-posts__featured-image img,
  #builder-content figure.ugb-blog-posts__featured-image img {
    transition: .15s all ease-in-out;
    background: black; }
    #content figure.ugb-blog-posts__featured-image img:hover,
    #builder-content figure.ugb-blog-posts__featured-image img:hover {
      transform: scale(1.05);
      opacity: .7; }

.home .post-title {
  display: none; }

.home .wp-block-editor-blocks-wrapper .wrapper-inner {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 100% !important; }

.full-height-hero {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .full-height-hero {
      text-align: center; } }
  .full-height-hero h4 {
    color: white !important;
    font-size: 2.1rem !important;
    margin: 0;
    font-weight: normal !important; }
    @media screen and (max-width: 767px) {
      .full-height-hero h4 {
        font-size: 1.6rem; } }
    .full-height-hero h4.last-child {
      margin: 2rem 0 3rem; }
  .full-height-hero h2 {
    color: white !important;
    font-weight: bold;
    font-size: 5.4rem !important;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .full-height-hero h2 {
        line-height: 4.75rem;
        font-size: 3.8rem; } }
  .full-height-hero .wp-block-button__link {
    text-transform: uppercase; }

.page:not(.home) #content,
.single #content,
.archive #content,
.blog #content {
  padding: 8rem 0 4rem; }
  .page:not(.home) #content .row,
  .single #content .row,
  .archive #content .row,
  .blog #content .row {
    max-width: 1200px;
    padding: 0 3rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto; }
  .page:not(.home) #content a.title-link,
  .single #content a.title-link,
  .archive #content a.title-link,
  .blog #content a.title-link {
    color: white; }
    .page:not(.home) #content a.title-link h2.post-title,
    .single #content a.title-link h2.post-title,
    .archive #content a.title-link h2.post-title,
    .blog #content a.title-link h2.post-title {
      text-align: center;
      font-size: 3.6rem;
      font-weight: bold;
      -ms-word-wrap: break-word;
      word-wrap: break-word;
      margin-bottom: 2rem; }
  .page:not(.home) #content .pre-meta,
  .page:not(.home) #content .post-meta,
  .single #content .pre-meta,
  .single #content .post-meta,
  .archive #content .pre-meta,
  .archive #content .post-meta,
  .blog #content .pre-meta,
  .blog #content .post-meta {
    text-align: left; }
    .page:not(.home) #content .pre-meta p,
    .page:not(.home) #content .post-meta p,
    .single #content .pre-meta p,
    .single #content .post-meta p,
    .archive #content .pre-meta p,
    .archive #content .post-meta p,
    .blog #content .pre-meta p,
    .blog #content .post-meta p {
      margin: 0;
      padding: 0;
      font-style: italic; }
  .page:not(.home) #content .pre-meta,
  .single #content .pre-meta,
  .archive #content .pre-meta,
  .blog #content .pre-meta {
    margin-bottom: 1rem;
    text-align: center !important;
    font-weight: bold; }
    .page:not(.home) #content .pre-meta a,
    .single #content .pre-meta a,
    .archive #content .pre-meta a,
    .blog #content .pre-meta a {
      color: #14c7f8;
      font-style: normal;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .page:not(.home) #content .post-meta p,
  .single #content .post-meta p,
  .archive #content .post-meta p,
  .blog #content .post-meta p {
    text-align: left;
    font-style: normal; }
    .page:not(.home) #content .post-meta p a,
    .single #content .post-meta p a,
    .archive #content .post-meta p a,
    .blog #content .post-meta p a {
      font-weight: bold; }
    .page:not(.home) #content .post-meta p.tags,
    .single #content .post-meta p.tags,
    .archive #content .post-meta p.tags,
    .blog #content .post-meta p.tags {
      margin-bottom: 2rem; }
  .page:not(.home) #content h3.post-title,
  .single #content h3.post-title,
  .archive #content h3.post-title,
  .blog #content h3.post-title {
    margin-bottom: 1rem; }
  .page:not(.home) #content .cta,
  .single #content .cta,
  .archive #content .cta,
  .blog #content .cta {
    text-align: center; }

.archive .page-title {
  color: #888;
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 4px;
  line-height: 125%;
  font-weight: regular;
  text-transform: uppercase;
  margin-bottom: 3rem; }

.blog-layout .row {
  max-width: 1500px;
  padding: 0 3rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto; }
  .blog-layout .row #main {
    flex: 0 1 62%; }
  .blog-layout .row #side {
    flex: 0 1 34%; }

@media screen and (max-width: 999px) {
  .blog-layout .row {
    flex-direction: column; }
    .blog-layout .row #main,
    .blog-layout .row #side {
      flex: 0 1 100% !important; } }

/* Gutenberg Overrides */
.is-style-outline {
  color: #111121; }
  .is-style-outline a.wp-block-button__link {
    border: 2px solid #111121;
    color: #111121;
    font-size: 1.3rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: bold;
    transition: .2s all ease; }
    .is-style-outline a.wp-block-button__link:hover {
      opacity: .7; }

.ugb-blog-posts .ugb-blog-posts__category-list a,
.ugb-blog-posts .ugb-blog-posts__category-list a:hover {
  text-decoration: none;
  box-shadow: none;
  letter-spacing: 3px;
  font-size: 1.3rem; }

h3.ugb-blog-posts__title {
  font-size: 2.8rem; }
  h3.ugb-blog-posts__title a {
    color: #233444;
    transition: .2s all ease; }
    h3.ugb-blog-posts__title a:hover {
      opacity: .7; }

.ugb-blog-posts__meta {
  color: #888 !important;
  letter-spacing: 1px; }

/* Widgets */
#about_me .about_me__headshot {
  text-align: center; }
  #about_me .about_me__headshot img {
    margin: -15% 0 auto;
    max-width: 33%;
    border-radius: 500px;
    border: 5px solid white; }

#about_me h3 {
  text-align: center;
  font-size: 2.2rem; }

#about_me p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 1.4rem; }

blockquote {
  background: #ddd;
  padding: 1rem; }

table thead {
  font-weight: bold; }
  table thead td {
    width: 30%; }
    table thead td:first-child {
      width: 40%; }

.hero h1 span {
  font-size: 72px; }

.hero h3 span {
  font-weight: 500;
  font-size: 48px; }

@media screen and (max-width: 999px) {
  .hero h1, .hero h3 {
    text-align: center !important; }
  .hero h1 span {
    font-size: 3.6rem; }
  .hero h3 span {
    font-size: 2.4rem; }
  .hero .fl-html {
    text-align: center; }
  .hero a.button {
    margin: 0 .5rem !important; } }

.trans-button .fl-button {
  background-color: transparent !important;
  border-radius: 0px !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
  border: 1px solid #f8146d !important;
  padding: 1.6rem 3rem !important;
  transition: .2s all ease;
  text-transform: uppercase; }

.trans-button .fl-button:hover {
  opacity: 0.6; }

#header {
  width: 340px;
  padding: 0 75px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  #header a.mobile-close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 5.6rem;
    color: white; }
    #header a.mobile-close:hover {
      opacity: .7; }
    @media screen and (max-width: 999px) {
      #header a.mobile-close {
        display: block;
        top: 42px; } }
  #header .logo_container {
    text-align: center; }
    #header .logo_container img {
      border-radius: 500px;
      border: 10px solid white;
      margin-bottom: 10px; }
    #header .logo_container a {
      color: white;
      text-decoration: none; }
      #header .logo_container a h1 {
        font-size: 28px;
        font-weight: bold;
        letter-spacing: -2px; }
  #header h5 {
    color: #f8146d;
    font-size: 1.3rem;
    letter-spacing: 4px;
    line-height: 125%;
    font-weight: bold; }
    #header h5 span.title {
      display: block;
      margin: 10px 0;
      text-align: center; }
      #header h5 span.title span {
        margin-left: 1.9rem; }
  #header #header-nav ul.menu {
    list-style: none;
    margin: 3rem 0 0 0;
    padding: 0; }
    @media screen and (max-width: 999px) {
      #header #header-nav ul.menu {
        margin: 1rem 0 0 0; } }
    #header #header-nav ul.menu li {
      text-align: center; }
      #header #header-nav ul.menu li a {
        color: #14c7f8;
        font-weight: bold;
        text-decoration: none;
        transition: .2s all ease;
        font-size: 1.6rem; }
        #header #header-nav ul.menu li a:hover {
          opacity: .7; }
  #header #social-nav {
    text-align: center;
    font-size: 1.6rem; }
    #header #social-nav a {
      display: inline-block;
      padding: 0 .5rem;
      color: #f8146d;
      text-decoration: none;
      transition: .2s all ease; }
      #header #social-nav a:hover {
        opacity: .7; }
    @media screen and (max-width: 999px) {
      #header #social-nav {
        margin: -2rem 0 0 0;
        padding: 0; } }
  @media screen and (max-width: 999px) {
    #header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 101;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      transition: all 0.2s ease;
      opacity: 0;
      visibility: hidden; }
      #header.mobile-active {
        opacity: 1;
        visibility: visible;
        background: #111121; }
      #header img {
        max-width: 140px;
        border: 5px solid white !important;
        margin-bottom: 0px !important; } }

#mobile {
  display: none;
  position: fixed;
  background: #111121;
  top: 0px;
  padding: 1.5rem 0 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  @media screen and (max-width: 999px) {
    #mobile {
      display: block; } }
  .logged-in #mobile {
    top: 32px; }
  #mobile a {
    color: white;
    text-decoration: none;
    cursor: pointer; }
    #mobile a:hover {
      opacity: .7; }
    #mobile a h1 {
      font-size: 28px;
      font-weight: bold;
      letter-spacing: -2px;
      text-align: center; }
    #mobile a.mobile-toggle {
      font-size: 28px;
      position: absolute;
      right: 10px;
      top: 10px; }

#footer {
  padding: 5rem 3rem 3rem;
  margin-left: 340px;
  width: calc(100% - 340px);
  color: white; }
  @media screen and (max-width: 999px) {
    #footer {
      margin-left: 0;
      width: 100%;
      padding: 5rem 0 3rem; } }
  #footer #footer_widgets .widget p, #footer #footer_widgets .widget ul, #footer #footer_widgets .widget ol, #footer #footer_widgets .widget a {
    color: #ddd;
    font-size: 1.3rem;
    line-height: 2.5rem;
    font-weight: 700; }
  #footer #footer_widgets .widget a {
    transition: .2s all ease; }
    #footer #footer_widgets .widget a:hover {
      opacity: .7; }
    #footer #footer_widgets .widget a.button {
      line-height: 2.6em;
      border: 1px solid #f8146d;
      border-radius: 0px;
      font-weight: bold;
      color: white;
      padding: 1.1rem 3rem !important; }
  #footer #footer_widgets .widget h4.widgettitle {
    color: #f8146d;
    font-size: 1.3rem;
    letter-spacing: 4px;
    line-height: 125%;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 767px) {
      #footer #footer_widgets .widget h4.widgettitle {
        margin-bottom: 1rem; } }
  #footer #footer_widgets .menu {
    list-style: none; }
  #footer #footer_widgets .row {
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 3rem 0;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      #footer #footer_widgets .row {
        flex-direction: column;
        padding: 0 3rem; } }
  #footer #footer_widgets .widget-1 {
    flex: 0 1 33%;
    border-right: 15px solid transparent; }
    @media screen and (max-width: 767px) {
      #footer #footer_widgets .widget-1 {
        flex: 1 0 100%;
        border: 0;
        margin-bottom: 2.5rem; } }
  #footer #footer_widgets .widget-2 {
    flex: 0 1 33%;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent; }
    @media screen and (max-width: 767px) {
      #footer #footer_widgets .widget-2 {
        flex: 1 0 100%;
        border: 0;
        margin-bottom: 2.5rem; } }
  #footer #footer_widgets .widget-3 {
    flex: 0 1 33%;
    flex: 0 1 430px;
    border-left: 15px solid transparent; }
    @media screen and (max-width: 767px) {
      #footer #footer_widgets .widget-3 {
        flex: 1 0 100%;
        border: 0;
        margin-bottom: 0rem; } }
    #footer #footer_widgets .widget-3 p {
      margin: 0; }
    #footer #footer_widgets .widget-3 input[type='email'] {
      background: rgba(255, 255, 255, 0.3);
      width: 100%;
      border: 0px;
      font-size: 12px;
      margin-bottom: 3rem;
      color: white;
      transition: .2s all ease; }
      #footer #footer_widgets .widget-3 input[type='email']::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #ccc; }
      #footer #footer_widgets .widget-3 input[type='email']::-moz-placeholder {
        /* Firefox 19+ */
        color: #ccc; }
      #footer #footer_widgets .widget-3 input[type='email']:-ms-input-placeholder {
        /* IE 10+ */
        color: #ccc; }
      #footer #footer_widgets .widget-3 input[type='email']:-moz-placeholder {
        /* Firefox 18- */
        color: #ccc; }
      #footer #footer_widgets .widget-3 input[type='email']:hover {
        background: rgba(255, 255, 255, 0.1); }
    #footer #footer_widgets .widget-3 input[type='submit'] {
      border: 2px solid white;
      color: white;
      font-size: 1.1rem !important;
      letter-spacing: 3px;
      text-transform: uppercase;
      font-weight: bold;
      transition: .2s all ease;
      border-radius: 50px;
      line-height: 1;
      transition: .2s all ease; }
      #footer #footer_widgets .widget-3 input[type='submit']:hover {
        opacity: .7; }
  #footer #footer_widgets #social-nav-footer {
    text-align: left;
    font-size: 2.4rem; }
    #footer #footer_widgets #social-nav-footer a {
      display: inline-block;
      padding: 0 .5rem;
      color: white;
      font-size: 2.4rem;
      text-decoration: none;
      font-weight: 300;
      transition: .2s all ease; }
      #footer #footer_widgets #social-nav-footer a:hover {
        opacity: .7; }

nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

nf-field {
  flex: 0 1 48%; }
  @media screen and (max-width: 999px) {
    nf-field {
      flex: 1 0 100%; } }

body.home {
  background: #111121 url(assets/images/home.jpg) no-repeat top center fixed;
  background-size: cover; }

#sb_instagram a, #sb_instagram a:active, #sb_instagram a:focus, #sb_instagram a:hover {
  outline: 0;
  color: white;
  transition: .2s all ease; }

#sb_instagram a:hover {
  opacity: 0.6;
  color: white; }
