/*
Theme Name: Phoenix
Theme URI: http://goodpixel.co.nz
Author: Goodpixel
Author URI: http://goodpixel.co.nz
Description:
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: basewp
Tags:

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.

Pay2Play Site is created by the theme generator at http://components.underscores.me/, (C) 2015-2016 Automattic, Inc.
Components is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Buttons
# Formatting
# Lists
# Tables
# Navigation
# Links
# Layout
	## Posts
	## Pages
# Comments
# Widgets
# Infinite scroll
# Media
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

/* Do not show the outline on the skip link target. */
#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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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 {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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,
select {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 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,
textarea:focus {
  color: #111;
}

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"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="button"], input[type="submit"],
input[type="text"], input[type="email"], input[type="url"],
input[type="password"], input[type="search"], input[type="number"],
select, textarea, button {
	max-width: 100%;
	padding: .5em .75em;
	border-radius: .25em;
	-webkit-appearance: none;
}
input[type="button"], input[type="submit"], button {
	border: 0;
}
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 {
	outline: none;
	box-shadow: 0 0 0 2px #666;
	box-shadow: 0 0 0 2px rgba(0,0,0,.25);
}
input[type="button"], input[type="submit"],
button, .btn, .ow-button-base a {
	color: #fff;
  background: #888;
	font-weight: 700;
	padding: .5em 1em;
	text-transform: uppercase;
	box-shadow: inset 0 0 99em rgba(0,0,0,.2);
}
input[type="button"]:hover, input[type="submit"]:hover,
button:hover, .btn:hover, .ow-button-base a:hover	{
	box-shadow: inset 0 0 99em rgba(0,0,0,0);
}
select {
	font-size: 1.1em;
	padding-right: 3em;
	-webkit-appearance: none;
	background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABlBMVEX///96eXpCiWRlAAAAGElEQVR4AWOgH2CEAXQRdDXoutDNoaUjAQ7LABpJ3jOIAAAAAElFTkSuQmCC') no-repeat 95% 50%;
}
label {
	font-weight: 700;
}

/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*
.main-navigation {
  clear: both;
  width: 100%;
  float: none;
  display: block;
}
.main-navigation ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  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 ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
*/
.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%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: midnightblue;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

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

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

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

@media screen and (min-width: 768px){
  .content-area {
    float: left;
    margin: 0 -30% 0 0;
    width: 100%;
  }

  .site-main {
    margin: 0 25% 0 0;
  }

  .site-content .widget-area {
    float: right;
    overflow: hidden;
    width: 25%;
  }
}

.site-footer {
  clear: both;
  width: 100%;
}

/*--------------------------------------------------------------
## Single Column / No Active Sidebar
--------------------------------------------------------------*/
.no-sidebar .site-main {
  margin: 0;
}

.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

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

.hentry {
  margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

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

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

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

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

/*--------------------------------------------------------------
# Phoenix Site Theme
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
body, button,input, select, textarea {
  color: #444;
  font: 400 16px/1.4 -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
@media (min-width: 100em){
  body, button,input, select, textarea {
    font-size: 20px;
  }
}

h1, h2, h3 {
  color: #222;
  margin-top: 0;
  line-height: 1.2;
}
ul, ol {
  margin: 1em 0;
  padding-left: 1.125em;
}
ul > li {
  list-style: square;
}
p {
  margin: 0 0 1em;
}
a, a:visited {
  color: #222;
  text-decoration: none;
}
  a:hover {
    text-decoration: underline;
  }
  a:active {
    color: #888;
  }

/*--------------------------------------------------------------
## Helper classes
--------------------------------------------------------------*/
.site-row {
  padding: 1em;
}
.search-submit,
.nf-form-fields-required {
  display: none;
}
.gallery-columns-2 .gallery-item {
  max-width: 49%;
  margin: 0;
}

/*--------------------------------------------------------------
## Sections
--------------------------------------------------------------*/
.site {
  margin: auto;
  padding: 0 1em;
  position: relative;
}
@media only screen and (min-width: 48em){
  .site {
    padding: 0 2em;
    max-width: 76em;
  }
}
.site-header,
.site-footer {
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
}
.site-header .site-row,
.site-footer .site-row {
  margin: auto;
  padding: 2em;
  max-width: 76em;
  position: relative;
}
.site-header {
  z-index: 100;
  background: #222;
  background: rgba(0,0,0,.8);
  position: absolute;
}
.site-header .site-row {
  padding: 0;
  position: relative;
}
.custom-logo {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  max-width: 40%;
  max-height: 5em;
  transform: scale(1.2);
  transform-origin: center bottom;
}
.wp-custom-logo .site-title {
  display: none;
}
.wp-custom-logo .site-description {
  margin: 0;
  color: #fff;
  padding: .5em 0;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 48em){
  .custom-logo {
    margin: 0;
    float: left;
    display: block;
    max-width: 18em;
    max-height: 6em;
    transform: scale(1.5);
    transform-origin: left top;
  }
  .wp-custom-logo .site-description {
    overflow: hidden;
    text-align: left;
    text-indent: 7em;
    margin-right: 4em;
    padding: 1.25em 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.menu ul,
.main-navigation ul {
  margin: 0;
  padding: 0;
}
.main-navigation ul li {
  list-style: none;
}
.main-navigation .menu {
  font-size: 2em;
}
  .main-navigation .menu a {
    color: #222;
  }
.main-navigation .toggle {
  display: none;
}
.main-navigation .widget-title {
  color: #888;
  font-weight: 400;
}
.main-navigation aside > section {
  margin: auto;
  padding: 1em 0;
  max-width: 40em;
  border-bottom: 2px solid #ccc;
  border-bottom: 2px solid rgba(0,0,0,.1);
}
.main-navigation .widget_black_studio_tinymce + .widget_black_studio_tinymce {
  border-bottom: 0;
}
.main-navigation .brands {
  margin: auto;
  overflow: hidden;
  max-width: 800px;
}
.main-navigation .brands a {
  color: #444;
  display: block;
  text-decoration: none;
}
.main-navigation .brands .brand {
  margin: 1em auto;
  max-width: 320px;
  transition: .2s ease-in-out;
}
@media (min-width:48em){
  .main-navigation .brands .brand {
    width: 48%;
    margin: 1%;
    float: left;
    max-width: none;
  }
}
.main-navigation .brands .brand:hover {
  transform: scale(1.02);
}
.main-navigation .brands .brand:active {
  transform: scale(.98);
}
.main-navigation .brand-logo {
  max-width: 100%;
}
.main-navigation .brand-title {
  color: #fff;
  padding: .25em;
  display: block;
  font-weight: 700;
  text-align: center;
  background: transparent;
  background: rgba(0,0,0,.2);
}

.brand-contracting { background: #ECC000; }
.brand-demolition { background: #222222; }
.brand-landscaping { background: #006310; }
.brand-recycling { background: #53AB1A; }
.brand-rentalhire { background: #CCCCCC; }
.brand-timberflooring { background: #4E2C14; }
.brand-buildingmovers { background: #666666; }

.menu-top-menu-container {
  top: 10em;
  text-align: center;
  position: relative;
}
  @media (min-width: 48em){
    .menu-top-menu-container {
      top: 7em;
      right: 1.5em;
      text-align: right;
      position: absolute;
    }
  }
  .menu-top-menu-container ul {
    margin: 0;
    padding: 0;
  }
  .menu-top-menu-container li {
    display: inline;
    font-size: 1.2em;
    font-weight: 700;
    margin-left: 1em;
  }
  .menu-top-menu-container a {
    padding-bottom: .125em;
  }
  .menu-top-menu-container a:hover {
    text-decoration: none;
    border-bottom: .125em solid currentColor;
  }

.site-content .widget-area {
  overflow: visible;
}
.site-main {
  margin: 0;
  padding: 12em 0 2em;
}
@media (min-width: 48em){
  .site-main {
    padding-top: 12em 0 2em;
  }
}

.content-area {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.site-footer {
  position: relative;
}
  .site-footer .site-info {
    opacity: .6;
    clear: both;
    padding: 0 0 1.5em;
    text-align: center;
  }
  .site-footer .site-row {
    padding: 2em;
  }
  @media only screen and (min-width: 48em){
    .site-footer .widget {
      width: 31%;
      float: left;
    }
    .site-footer .widget:nth-child(3n+2) {
      margin: 0 3.5%;
    }
  }
  @media only screen and (max-width: 47.9999em){
    .site-footer .site-info .alignleft,
    .site-footer .site-info .alignright {
      float: none;
      text-align: center;
    }
  }

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.type-page .entry-header {
  display: none;
}

/*--------------------------------------------------------------
## Posts & Archive
--------------------------------------------------------------*/
.entry-meta {
  opacity: .8;
}

/*--------------------------------------------------------------
## Plugin overrides
--------------------------------------------------------------*/

/*--------------------------------------------------------------
### Jetpack
--------------------------------------------------------------*/
.site .textwidget .contact-form label {
  font-weight: 400;
}
.site .textwidget .contact-form textarea {
  width: 100%;
}

/*--------------------------------------------------------------
### SiteOrigin Page Builder
--------------------------------------------------------------*/
.panel-layout > .panel-grid:first-child > .hero {
  z-index: -1;
  margin-top: -18em;
  position: relative;
  margin-bottom: 60px;
}
  .panel-layout > .panel-grid > .hero > .panel-grid-cell-empty {
    min-height: 10em;
    display: block !important;
  }
  .panel-layout > .panel-grid:first-child > .hero > .panel-grid-cell-empty {
    height: 50vh;
    min-height: 20em;
    max-height: 90em;
  }
  @media only screen and (min-width: 48em){
    .panel-layout > .panel-grid:first-child > .hero > .panel-grid-cell-empty {
      min-height: 30em;
    }
  }

.switchboard .so-widget-sow-image {
  position: relative;
}
.switchboard .so-widget-sow-image .widget-title {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  color: #fff;
  padding: .5em;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.2em;
  pointer-events: none;
  position: absolute;
  text-align: center;
  background: rgba(0,0,0,.2);
}
.switchboard .panel-grid-cell .so-panel:first-child .panel-widget-style .so-widget-sow-image a {
  display: block;
  padding: 1em 2em 3em;
}
.switchboard .panel-grid-cell .so-panel {
  margin-bottom: 0 !important;
}
.switchboard .panel-grid-cell .so-panel:nth-child(3) .so-widget-sow-editor {
  padding: 1.5em;
  background: #eee;
}

/*--------------------------------------------------------------
### Contact Form 7
--------------------------------------------------------------*/
.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: .25em;
}
.wpcf7-form-control-wrap + br {
  display: none;
}
.wpcf7-form-control-wrap textarea {
  height: 8em;
}
input[type="submit"].wpcf7-submit {
  background: #3c3;
}
span.wpcf7-not-valid-tip,
div.wpcf7-response-output {
  margin: 0;
  border: 0;
  background: none;
  padding: .5em 1em;
  font-size: .875em;
  line-height: 1.4;
}
span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
  color: #fff;
  background: #c33;
}
span.wpcf7-not-valid-tip {
  float: right;
  margin: .25em;
  display: block;
  padding: .25em .75em;
}
span.wpcf7-not-valid-tip:before {
  width: 0;
  height: 0;
  margin-top: -1.25em;
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  border: .5em solid transparent;
  border-bottom-color: #c33;
}
div.wpcf7-mail-sent-ok {
	background: #398f14;
}

/*--------------------------------------------------------------
### Really Simple Image Widget
--------------------------------------------------------------*/
.really_simple_image_widget {
  margin: 0;
}
.tailor-grid__item .tailor-widget:first-child > .really_simple_image_widget img {
  padding-bottom: 2em;
}
.tailor-grid__item .tailor-widget:first-child > .really_simple_image_widget > .image-wrapper {
  padding: 1em 40px;
  position: relative;
}
.rsiw-image img {
  min-width: 100%;
}
.rsiw-image-caption {
  text-align: center;
}
.rsiw-image-caption a:link,
.rsiw-image-caption a:visited,
.rsiw-image-caption a:hover {
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Mobile menu too big yo, drop it down low
--------------------------------------------------------------*/
.main-navigation label.toggle {
  margin: 0;
  padding: 0;
  right: 1rem;
  top: 1.25rem;
  border: none;
  z-index: 110;
  font-size: 0;
  display: block;
  cursor: pointer;
  width: 3.625rem;
  height: 3.625rem;
  overflow: hidden;
  box-shadow: none;
  border-radius: 0;
  position: absolute;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
}
  @media (min-width: 100em){
    .main-navigation label.toggle {
      top: 2rem;
    }
  }
  .main-navigation label.toggle:focus {
    outline: none;
  }
  .main-navigation label.toggle span {
    display: block;
    top: 1.625rem;
    left: .5625rem;
    right: .5625rem;
    height: .3125rem;
    background: #fff;
    position: absolute;
    -webkit-transition: background 0s .2s;
       -moz-transition: background 0s .2s;
            transition: background 0s .2s;
  }
    .main-navigation label.toggle span::before,
    .main-navigation label.toggle span::after {
      left: 0;
      width: 100%;
      content: "";
      display: block;
      height: .3125rem;
      background: #fff;
      position: absolute;
    }
    .main-navigation label.toggle span::before { top: .8125rem; }
    .main-navigation label.toggle span::after { bottom: .8125rem; }
    .main-navigation label.toggle span::before,
    .main-navigation label.toggle span::after {
      -webkit-transition-delay: .2s, 0s;
         -moz-transition-delay: .2s, 0s;
              transition-delay: .2s, 0s;
      -webkit-transition-duration: .2s, .3s;
         -moz-transition-duration: .2s, .3s;
              transition-duration: .2s, .3s;
    }
    .main-navigation label.toggle span::before {
      -webkit-transition-property: top, -webkit-transform;
         -moz-transition-property: top, -moz-transform;
              transition-property: top, transform;
    }
    .main-navigation label.toggle span::after {
      -webkit-transition-property: bottom, -webkit-transform;
         -moz-transition-property: bottom, -moz-transform;
              transition-property: bottom, transform;
    }
      /* Active state, i.e. menu open */
      .main-navigation .toggle:checked + label.toggle span {
        background: none;
      }
      .main-navigation .toggle:checked + label.toggle span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
      }
      .main-navigation .toggle:checked + label.toggle span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
      }
      .main-navigation .toggle:checked + label.toggle span::before,
      .main-navigation .toggle:checked + label.toggle span::after {
        -webkit-transition-delay: 0s, .2s;
           -moz-transition-delay: 0s, .2s;
            -ms-transition-delay: 0s, .2s;
                transition-delay: 0s, .2s;
      }
.main-navigation .site-row {
  padding: 0;
}
.main-navigation .site-row > aside {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
  z-index: 100;
  position: fixed;
  overflow: hidden;
  background: #fff;
  background: rgba(255,255,255,1);
  -webkit-transition: opacity .5s ease-out 0s,
                      padding 0s ease-out .5s,
                      height 0s ease-out .5s,
                      width 0s ease-out .5s;
     -moz-transition: opacity .5s ease-out 0s,
                      padding 0s ease-out .5s,
                      height 0s ease-out .5s,
                      width 0s ease-out .5s;
          transition: opacity .5s ease-out 0s,
                      padding 0s ease-out .5s,
                      height 0s ease-out .5s,
                      width 0s ease-out .5s;
}
  .main-navigation .toggle:checked ~ aside {
    right: 0;
    bottom: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    padding: 1em 7em 7em;
    overflow: auto;
    -webkit-transition: opacity .5s,
                        height 0s,
                        width 0s;
       -moz-transition: opacity .5s,
                        height 0s,
                        width 0s;
            transition: opacity .5s,
                        height 0s,
                        width 0s;
  }
  @media only screen and (max-width:63.99em) {
    .main-navigation .toggle:checked ~ aside {
      padding: 1em 3em 7em;
    }
  }
    .main-navigation .toggle ~ aside > section {
      opacity: 0;
      right: -1em;
      position: relative;
      -webkit-transition: .5s 0s;
         -moz-transition: .5s 0s;
              transition: .5s 0s;
    }
      .main-navigation .toggle:checked ~ aside > section {
        right: 0;
        opacity: 1;
      }

/* Plugin Overrides
*/

/* Tailor Page Builder */
