/*

Theme Name: Josh Motlong Pro
Theme URI: http://client.com/
Author: Josh Motlong
Author URI: http://joshmotlong.com/
Description: A Wordpress Theme
Version: 1.0.0
Template: pro

*/
.wide {
  display: block;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto; }

.narrow {
  display: block;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto; }

.narrower {
  display: block;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto; }

@-webkit-keyframes swipe {
  0% {
    left: 0;
    width: 0; }
  50% {
    width: 100%; }
  100% {
    right: 0;
    left: auto;
    width: 0; } }

@keyframes swipe {
  0% {
    left: 0;
    width: 0; }
  50% {
    width: 100%; }
  100% {
    right: 0;
    left: auto;
    width: 0; } }

.swipe {
  -webkit-animation-name: swipe;
          animation-name: swipe;
  -webkit-animation-duration: .2s;
          animation-duration: .2s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: forwards;
          animation-iteration-count: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.46, 0, 0.07, 1);
          animation-timing-function: cubic-bezier(0.46, 0, 0.07, 1);
  -webkit-animation-direction: normal;
          animation-direction: normal; }

@-webkit-keyframes window {
  0% {
    left: 0;
    width: 0; }
  50% {
    width: 100%; }
  100% {
    width: 0;
    right: 0;
    left: auto; } }

@keyframes window {
  0% {
    left: 0;
    width: 0; }
  50% {
    width: 100%; }
  100% {
    width: 0;
    right: 0;
    left: auto; } }

.window {
  -webkit-animation-name: window;
          animation-name: window;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: initial;
          animation-iteration-count: initial;
  -webkit-animation-timing-function: cubic-bezier(0.46, 0, 0.07, 1);
          animation-timing-function: cubic-bezier(0.46, 0, 0.07, 1);
  -webkit-animation-direction: normal;
          animation-direction: normal; }

body {
  font-family: "Poppins", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.entry-content h1, .entry-content .h1 {
  font-size: 2.5em; }

.entry-content h2, .entry-content .h2 {
  font-size: 2.2em; }

.entry-content h3, .entry-content .h3 {
  font-size: 1.75em; }

.entry-content h4, .entry-content .h4 {
  font-size: 1.25em; }

.entry-content h5, .entry-content .h5 {
  font-size: 1em; }

.entry-content h6, .entry-content .h6 {
  font-size: .75em; }

.single-post .h-landmark, .page.page-template-default .h-landmark, .page.page-template-template-layout-full-width .h-landmark, .blog .h-landmark, .archive .h-landmark, .category .h-landmark, .search .h-landmark {
  font-size: 2em; }

.single-post .entry-title {
  font-size: 2em; }

.page.page-template-default .entry-title, .page.page-template-template-layout-full-width .entry-title {
  font-size: 2.25em; }

.blog .entry-title, .archive .entry-title, .category .entry-title, .search .entry-title {
  font-size: 1.5em; }

.single-post .p-meta, .page.page-template-default .p-meta, .page.page-template-template-layout-full-width .p-meta, .blog .p-meta, .archive .p-meta, .category .p-meta, .search .p-meta {
  font-size: 16px;
  color: rgba(39, 41, 51, 0.65); }

.single-post .entry-footer {
  font-size: 1em; }

aside.x-sidebar h4.h-widget {
  font-size: 1.5em; }

aside.x-sidebar .widget div,
aside.x-sidebar .widget li {
  font-size: 1em; }

.x-colophon.top h4.h-widget {
  font-size: 1.5em; }

.x-colophon.top .widget div,
.x-colophon.top .widget li {
  font-size: 1em; }

* {
  box-sizing: border-box; }

html {
  overflow-x: hidden; }

body {
  font-family: "Poppins", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #272933; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

img {
  max-width: 100%; }

a {
  text-decoration: none; }

.clear {
  clear: both; }

.center {
  text-align: center; }

a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus {
  outline: none !important; }

::-moz-placeholder {
  color: #272933 !important;
  opacity: 1 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #272933 !important;
  opacity: 1 !important; }

::-webkit-input-placeholder {
  color: #272933 !important;
  opacity: 1 !important; }

:-ms-input-placeholder {
  color: #272933 !important;
  opacity: 1 !important; }

datalist {
  font-family: "Poppins", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1rem; }

label {
  display: block;
  margin: 10px 0; }

textarea {
  -webkit-appearance: none;
  overflow: auto; }

input[type="range"] {
  height: 2.5em !important;
  width: 100%;
  max-width: 100%; }

input[type="file"] {
  min-height: 2.5em !important; }

input[type="search"] {
  height: 2.5em !important;
  -webkit-appearance: none; }

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

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  vertical-align: middle; }

select {
  height: 2.5em !important !important;
  font-size: 1rem !important;
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  appearance: none;
  background-image: url("/wp-content/uploads/icon-select-down.svg") !important;
  background-repeat: no-repeat;
  background-position: right .75em center;
  width: 100%;
  /*Width of select dropdown to give space for arrow image*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  /*My custom style for fonts*/
  box-shadow: none;
  padding-right: 0 !important; }
  select option {
    padding: .5em 0 .5em 1em;
    margin: 0;
    background: white;
    color: #272933;
    font-size: .95rem !important; }
    select option:focus {
      margin: 0;
      border: none; }

select[multiple] {
  height: auto;
  min-height: 2.5em !important;
  padding: 0; }
  select[multiple] option {
    margin: 0;
    padding: 2.5em !important/3; }

fieldset {
  padding: 10px 25px;
  border-radius: 2px;
  border: 1px solid #cccccc; }

legend {
  padding: 0 5px;
  font-weight: 700; }

input[disabled],
textarea[disabled],
select[disabled],
option[disabled],
button[disabled] {
  cursor: not-allowed; }

input:focus,
textarea:focus,
select:focus,
option:focus,
button:focus {
  background-color: #F5F2EE !important;
  border-color: #FCD200; }

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: #FCD200 solid 2px; }

/* Buttons, Input Type Submit/Reset ------------------ */
/* Buttons, Input Type Submit/Reset ------------------ */
body:not(.mce-btn) button:not(.x-off-canvas-close):not(.x-modal-close):not(.wc-forward), body:not(.mce-btn) .button, body:not(.mce-btn) .btn, body:not(.mce-btn) .x-btn, body:not(.mce-btn) .gform_button,
body:not(.mce-btn) input[type="button"],
body:not(.mce-btn) input[type="submit"],
body:not(.mce-btn) input[type="reset"],
body:not(.mce-btn) input[type="image"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="image"] {
  text-align: center;
  padding: 2.5em !important/5; }

.page-template-default .entry-content.content .x-container.width {
  width: 100%; }

.single-post .entry-content.content .x-container.width {
  width: 100%; }

figure img + br,
figure a + br,
figure img + p,
figure a + p {
  display: none; }

.site-intro .screen {
  position: relative; }
  .site-intro .screen:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 89.0909090909%; }
  .site-intro .screen > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .site-intro .screen .x-div {
    background-image: linear-gradient(203deg, rgba(44, 46, 59, 0.9) 0%, rgba(39, 41, 51, 0.2) 60%); }

.screen-ratio {
  position: relative; }
  .screen-ratio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 89.0909090909%; }
  .screen-ratio > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

@-webkit-keyframes grain {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  10% {
    -webkit-transform: translate(-5%, -10%);
            transform: translate(-5%, -10%); }
  20% {
    -webkit-transform: translate(-15%, 5%);
            transform: translate(-15%, 5%); }
  30% {
    -webkit-transform: translate(7%, -25%);
            transform: translate(7%, -25%); }
  40% {
    -webkit-transform: translate(-5%, 25%);
            transform: translate(-5%, 25%); }
  50% {
    -webkit-transform: translate(-15%, 10%);
            transform: translate(-15%, 10%); }
  60% {
    -webkit-transform: translate(15%, 0%);
            transform: translate(15%, 0%); }
  70% {
    -webkit-transform: translate(0%, 15%);
            transform: translate(0%, 15%); }
  80% {
    -webkit-transform: translate(3%, 35%);
            transform: translate(3%, 35%); }
  90% {
    -webkit-transform: translate(-10%, 10%);
            transform: translate(-10%, 10%); } }

@keyframes grain {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  10% {
    -webkit-transform: translate(-5%, -10%);
            transform: translate(-5%, -10%); }
  20% {
    -webkit-transform: translate(-15%, 5%);
            transform: translate(-15%, 5%); }
  30% {
    -webkit-transform: translate(7%, -25%);
            transform: translate(7%, -25%); }
  40% {
    -webkit-transform: translate(-5%, 25%);
            transform: translate(-5%, 25%); }
  50% {
    -webkit-transform: translate(-15%, 10%);
            transform: translate(-15%, 10%); }
  60% {
    -webkit-transform: translate(15%, 0%);
            transform: translate(15%, 0%); }
  70% {
    -webkit-transform: translate(0%, 15%);
            transform: translate(0%, 15%); }
  80% {
    -webkit-transform: translate(3%, 35%);
            transform: translate(3%, 35%); }
  90% {
    -webkit-transform: translate(-10%, 10%);
            transform: translate(-10%, 10%); } }

.tv > .x-bg .x-bg-layer-lower-image {
  z-index: -1; }
  .tv > .x-bg .x-bg-layer-lower-image:before {
    content: "";
    -webkit-animation: grain 8s steps(10) infinite;
            animation: grain 8s steps(10) infinite;
    background-image: url(/wp-content/uploads/bg-grain.png);
    height: 300%;
    width: 300%;
    position: fixed;
    z-index: -1;
    top: -100%;
    left: -50%;
    opacity: .5; }

.gform_wrapper form .gform_body .gform_fields {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem; }

.gform_wrapper form .gform_body legend, .gform_wrapper form .gform_body label {
  border: none; }

.gform_wrapper form .gform_body input,
.gform_wrapper form .gform_body textarea,
.gform_wrapper form .gform_body select,
.gform_wrapper form .gform_body option,
.gform_wrapper form .gform_body optgroup,
.gform_wrapper form .gform_body legend,
.gform_wrapper form .gform_body fieldset {
  font-size: 1rem !important;
  box-shadow: none;
  font-family: "Poppins", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif; }

.gform_wrapper form .gform_body input[type="text"],
.gform_wrapper form .gform_body input[type="email"],
.gform_wrapper form .gform_body input[type="password"],
.gform_wrapper form .gform_body input[type="search"],
.gform_wrapper form .gform_body input[type="color"],
.gform_wrapper form .gform_body input[type="date"],
.gform_wrapper form .gform_body input[type="datetime-local"],
.gform_wrapper form .gform_body input[type="month"],
.gform_wrapper form .gform_body input[type="number"],
.gform_wrapper form .gform_body input[type="tel"],
.gform_wrapper form .gform_body input[type="time"],
.gform_wrapper form .gform_body input[type="url"],
.gform_wrapper form .gform_body input[type="week"],
.gform_wrapper form .gform_body input[list] {
  height: 3rem;
  padding: 0 1rem; }

.gform_wrapper form .gform_body textarea {
  padding: .75rem 1rem; }

.gform_wrapper form .gform_body .gfield_checkbox label {
  font-size: 1rem !important; }

.gform_wrapper form .gform_body .gfield_checkbox input[type=checkbox] {
  display: none;
  /* to hide the checkbox itself */ }
  .gform_wrapper form .gform_body .gfield_checkbox input[type=checkbox] + label {
    margin-left: 0px !important;
    color: inherit; }
  .gform_wrapper form .gform_body .gfield_checkbox input[type=checkbox]:checked + label:before {
    content: "\f058";
    /* checked icon */
    font-size: inherit;
    letter-spacing: 10px;
    /* allow space for check mark */ }

.gform_wrapper form .gform_body .gfield_checkbox input[type=checkbox] + label:before {
  content: "\f111";
  /* unchecked icon */
  font-size: inherit;
  vertical-align: middle;
  letter-spacing: 10px;
  /* space between checkbox and label */
  font-family: FontAwesome;
  display: inline-block; }

.gform_wrapper form .gform_body .gfield.budget label, .gform_wrapper form .gform_body .gfield.timeline label {
  font-size: 1rem; }

.gform_wrapper form .gform_body .gfield.budget input.slider, .gform_wrapper form .gform_body .gfield.timeline input.slider {
  display: none; }

.gform_wrapper form .gform_body .gfield.budget .slider-display, .gform_wrapper form .gform_body .gfield.timeline .slider-display {
  height: 1px;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important; }
  .gform_wrapper form .gform_body .gfield.budget .slider-display.noUi-horizontal, .gform_wrapper form .gform_body .gfield.timeline .slider-display.noUi-horizontal {
    height: 3px; }
  .gform_wrapper form .gform_body .gfield.budget .slider-display .noUi-connect, .gform_wrapper form .gform_body .gfield.timeline .slider-display .noUi-connect {
    background: white; }
  .gform_wrapper form .gform_body .gfield.budget .slider-display .noUi-target .noUi-handle, .gform_wrapper form .gform_body .gfield.timeline .slider-display .noUi-target .noUi-handle {
    background: #FCD200 !important; }
  .gform_wrapper form .gform_body .gfield.budget .slider-display .noUi-handle, .gform_wrapper form .gform_body .gfield.timeline .slider-display .noUi-handle {
    top: -15px !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    border: none !important;
    background: #FCD200 !important;
    box-shadow: 0 5px 18px 0 rgba(39, 41, 51, 0.15) !important; }
    .gform_wrapper form .gform_body .gfield.budget .slider-display .noUi-handle:before, .gform_wrapper form .gform_body .gfield.budget .slider-display .noUi-handle:after, .gform_wrapper form .gform_body .gfield.timeline .slider-display .noUi-handle:before, .gform_wrapper form .gform_body .gfield.timeline .slider-display .noUi-handle:after {
      top: 50% !important;
      -webkit-transform: translateY(-50%) !important;
              transform: translateY(-50%) !important;
      background: #272933; }
    .gform_wrapper form .gform_body .gfield.budget .slider-display .noUi-handle .noUi-tooltip, .gform_wrapper form .gform_body .gfield.timeline .slider-display .noUi-handle .noUi-tooltip {
      font-family: Helvetica, Arial, Sans-Serif !important;
      font-size: 1rem !important;
      color: #F5F2EE;
      border: none !important;
      padding: 0 !important;
      background: transparent !important; }
  .gform_wrapper form .gform_body .gfield.budget .slider-display span.min-val-relation,
  .gform_wrapper form .gform_body .gfield.budget .slider-display span.max-val-relation, .gform_wrapper form .gform_body .gfield.timeline .slider-display span.min-val-relation,
  .gform_wrapper form .gform_body .gfield.timeline .slider-display span.max-val-relation {
    font-family: "Poppins", Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    text-transform: uppercase !important;
    font-size: .8rem !important;
    margin: .5em 0 !important;
    color: #F5F2EE;
    font-weight: 400; }

.gform_wrapper form .gform_body .gfield.budget .noUi-tooltip:before {
  content: "$"; }

.gform_wrapper form .gform_body .gfield.budget .noUi-tooltip:after {
  content: "K"; }

.gform_wrapper form .gform_body .gfield.timeline .noUi-tooltip:after {
  content: " Weeks"; }

.gform_wrapper form .gform_footer {
  padding-bottom: 0 !important; }
  .gform_wrapper form .gform_footer button {
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 500;
    min-height: 3rem;
    min-width: 15rem;
    font-size: 1rem;
    background: #FCD200;
    border: none;
    color: #272933;
    padding: 0 1.5em;
    margin-bottom: 0 !important; }

.gform_wrapper form.on-dark {
  margin-bottom: 0; }
  .gform_wrapper form.on-dark .gform_body legend, .gform_wrapper form.on-dark .gform_body label {
    color: #F5F2EE !important; }
  .gform_wrapper form.on-dark .gform_body input[type="text"],
  .gform_wrapper form.on-dark .gform_body input[type="email"],
  .gform_wrapper form.on-dark .gform_body input[type="password"],
  .gform_wrapper form.on-dark .gform_body input[type="search"],
  .gform_wrapper form.on-dark .gform_body input[type="color"],
  .gform_wrapper form.on-dark .gform_body input[type="date"],
  .gform_wrapper form.on-dark .gform_body input[type="datetime-local"],
  .gform_wrapper form.on-dark .gform_body input[type="month"],
  .gform_wrapper form.on-dark .gform_body input[type="number"],
  .gform_wrapper form.on-dark .gform_body input[type="tel"],
  .gform_wrapper form.on-dark .gform_body input[type="time"],
  .gform_wrapper form.on-dark .gform_body input[type="url"],
  .gform_wrapper form.on-dark .gform_body input[type="week"],
  .gform_wrapper form.on-dark .gform_body input[list], .gform_wrapper form.on-dark .gform_body textarea {
    color: white;
    background: rgba(255, 255, 255, 0);
    border: 1px solid white; }
    .gform_wrapper form.on-dark .gform_body input[type="text"]::-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="email"]::-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="password"]::-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="search"]::-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="color"]::-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="date"]::-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="datetime-local"]::-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="month"]::-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="number"]::-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="tel"]::-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="time"]::-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="url"]::-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="week"]::-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[list]::-moz-placeholder, .gform_wrapper form.on-dark .gform_body textarea::-moz-placeholder {
      color: white !important;
      opacity: 1 !important; }
    .gform_wrapper form.on-dark .gform_body input[type="text"]:-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="email"]:-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="password"]:-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="search"]:-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="color"]:-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="date"]:-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="datetime-local"]:-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="month"]:-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="number"]:-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="tel"]:-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="time"]:-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="url"]:-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="week"]:-moz-placeholder,
    .gform_wrapper form.on-dark .gform_body input[list]:-moz-placeholder, .gform_wrapper form.on-dark .gform_body textarea:-moz-placeholder {
      /* Firefox 18- */
      color: white !important;
      opacity: 1 !important; }
    .gform_wrapper form.on-dark .gform_body input[type="text"]::-webkit-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="email"]::-webkit-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="password"]::-webkit-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="search"]::-webkit-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="color"]::-webkit-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="date"]::-webkit-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="datetime-local"]::-webkit-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="month"]::-webkit-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="number"]::-webkit-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="tel"]::-webkit-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="time"]::-webkit-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="url"]::-webkit-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="week"]::-webkit-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[list]::-webkit-input-placeholder, .gform_wrapper form.on-dark .gform_body textarea::-webkit-input-placeholder {
      color: white !important;
      opacity: 1 !important; }
    .gform_wrapper form.on-dark .gform_body input[type="text"]:-ms-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="email"]:-ms-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="password"]:-ms-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="search"]:-ms-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="color"]:-ms-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="date"]:-ms-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="datetime-local"]:-ms-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="month"]:-ms-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="number"]:-ms-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="tel"]:-ms-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="time"]:-ms-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="url"]:-ms-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[type="week"]:-ms-input-placeholder,
    .gform_wrapper form.on-dark .gform_body input[list]:-ms-input-placeholder, .gform_wrapper form.on-dark .gform_body textarea:-ms-input-placeholder {
      color: white !important;
      opacity: 1 !important; }
    .gform_wrapper form.on-dark .gform_body input[type="text"]:focus,
    .gform_wrapper form.on-dark .gform_body input[type="email"]:focus,
    .gform_wrapper form.on-dark .gform_body input[type="password"]:focus,
    .gform_wrapper form.on-dark .gform_body input[type="search"]:focus,
    .gform_wrapper form.on-dark .gform_body input[type="color"]:focus,
    .gform_wrapper form.on-dark .gform_body input[type="date"]:focus,
    .gform_wrapper form.on-dark .gform_body input[type="datetime-local"]:focus,
    .gform_wrapper form.on-dark .gform_body input[type="month"]:focus,
    .gform_wrapper form.on-dark .gform_body input[type="number"]:focus,
    .gform_wrapper form.on-dark .gform_body input[type="tel"]:focus,
    .gform_wrapper form.on-dark .gform_body input[type="time"]:focus,
    .gform_wrapper form.on-dark .gform_body input[type="url"]:focus,
    .gform_wrapper form.on-dark .gform_body input[type="week"]:focus,
    .gform_wrapper form.on-dark .gform_body input[list]:focus, .gform_wrapper form.on-dark .gform_body textarea:focus {
      background: transparent !important;
      border-color: #FCD200; }
  .gform_wrapper form.on-dark .gform_body .gfield_checkbox input[type=checkbox]:checked + label:before {
    color: #FCD200; }
