/** Theme Name: Pixel Palace */
/** Theme URI: http://pixelpalace.com.au/ */
/** Author: Pixel Palace */
/** Author URI: http://pixelpalace.com.au/ */
/** Version: 1.0 */
@media (min-width: 1300px) {
  .container {
    width: 1250px; } }
html {
  font-size: 16px; }
  @media only screen and (max-width: 980px) {
    html {
      font-size: 15px; } }
  @media only screen and (max-width: 480px) {
    html {
      font-size: 14px; } }

body {
  font-size: 1em;
  font-family: "Neucha", cursive; }

p {
  font-size: 18px;
  font-size: 1.1em;
  line-height: 1.8em; }

p a:link, p a:visited {
  color: #701471;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }
p a:hover {
  color: #bbea53;
  text-decoration: none; }

h1 {
  font-family: "Neucha", cursive;
  font-size: 36px;
  font-size: 1.8em;
  letter-spacing: 2px;
  line-height: 1.5em;
  font-weight: normal; }
  @media only screen and (max-width: 980px) {
    h1 {
      font-size: 1.5em; } }
  @media only screen and (max-width: 480px) {
    h1 {
      font-size: 1.3em; } }
  h1 strong {
    font-size: 2em;
    font-weight: normal; }

h2 {
  font-family: "Neucha", cursive;
  font-size: 24px;
  font-size: 1.6em;
  letter-spacing: 2px;
  line-height: 1.5em;
  font-weight: normal; }
  @media only screen and (max-width: 980px) {
    h2 {
      font-size: 1.5em; } }
  @media only screen and (max-width: 480px) {
    h2 {
      font-size: 1.3em; } }
  h2 strong {
    font-size: 2em;
    font-weight: normal; }

h3 {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.4em;
  font-weight: bold; }
  @media only screen and (max-width: 980px) {
    h3 {
      font-size: 1.5em; } }
  @media only screen and (max-width: 480px) {
    h3 {
      font-size: 1.2em; } }

h4 {
  font-family: "Neucha", cursive;
  font-weight: normal;
  font-size: 26px;
  font-size: 1.4em;
  line-height: 1.2em;
  letter-spacing: 2px; }
  @media only screen and (max-width: 980px) {
    h4 {
      font-size: 1.3em; } }

h5 {
  font-family: "Neucha", cursive;
  font-size: 18px;
  font-size: 1.1em;
  line-height: 1.2em;
  letter-spacing: 2px; }
  @media only screen and (max-width: 980px) {
    h5 {
      font-size: 1.2em; } }

h6 {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.5em;
  letter-spacing: 2px;
  color: #bbea53; }
  @media only screen and (max-width: 980px) {
    h6 {
      font-size: 1.2em; } }

body {
  word-wrap: break-word; }

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

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

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%; }

img[class*="wp-image-"] {
  margin-top: 10px;
  margin-bottom: 10px; }

embed, iframe, object {
  max-width: 100%; }

.clear {
  clear: both; }

.screen-reader-text {
  display: none; }

.primary-bg {
  background: #bbea53; }

.secondary-bg {
  background: #701471; }

.primary-c {
  color: #bbea53; }

.secondary-c {
  color: #701471; }

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.padding-lg, .row-large-padding {
  padding: 120px 0px; }
  @media only screen and (max-width: 767px) {
    .padding-lg, .row-large-padding {
      padding: 40px 0px; } }

.padding-md, .row-medium-padding {
  padding: 80px 0px; }
  @media only screen and (max-width: 767px) {
    .padding-md, .row-medium-padding {
      padding: 32px 0px; } }

.padding-sm, .row-small-padding {
  padding: 40px 0px; }
  @media only screen and (max-width: 767px) {
    .padding-sm, .row-small-padding {
      padding: 20px 0px; } }

.margin-lg, .row-large-margin {
  margin: 120px 0px; }
  @media only screen and (max-width: 767px) {
    .margin-lg, .row-large-margin {
      margin: 40px 0px; } }

.margin-md, .row-medium-margin {
  margin: 80px 0px; }
  @media only screen and (max-width: 767px) {
    .margin-md, .row-medium-margin {
      margin: 32px 0px; } }

.margin-sm, .row-small-margin {
  margin: 40px 0px; }
  @media only screen and (max-width: 767px) {
    .margin-sm, .row-small-margin {
      margin: 20px 0px; } }

.light {
  color: #fff !important; }

.dark {
  color: #333; }

p + .btn {
  margin-top: 15px; }

.btn + .btn {
  margin-left: 15px; }

.btn {
  padding: 7px 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: "brandon-grotesque", sans-serif; }
  .btn.btn-primary {
    background: #bbea53;
    border: 0px;
    color: #111;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
    border-radius: 0px; }
    .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
      background: #701471;
      color: #fff; }
  .btn.btn-secondary {
    background: #701471;
    border: 0px;
    border-radius: 0px;
    color: #fff;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease; }
    .btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
      background: #bbea53;
      color: #fff; }
  .btn.btn-tertiary {
    background: #ec9e17;
    border: 0px;
    border-radius: 0px;
    color: #fff;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease; }
    .btn.btn-tertiary:hover, .btn.btn-tertiary:active, .btn.btn-tertiary:focus {
      background: #bbea53;
      color: #fff; }
  .btn.btn-outline {
    border: 2px solid #bbea53;
    border-radius: 0px;
    background: transparent;
    color: #bbea53;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease; }
    .btn.btn-outline:hover, .btn.btn-outline:active, .btn.btn-outline:focus {
      background: #bbea53;
      color: #fff; }
  .btn.btn-lg {
    padding: 12px 24px;
    font-size: 1.2em; }
  .btn.btn-sm {
    padding: 5px 10px;
    font-size: 0.9em; }
  .btn.btn-xs {
    padding: 3px 6px;
    font-size: 0.8em; }
  @media only screen and (max-width: 767px) {
    .btn {
      font-size: 1em !important; } }

ul.social-media {
  padding: 0px;
  list-style: none; }
  ul.social-media li {
    display: inline-block;
    font-size: 24px;
    margin-right: 5px; }

blockquote {
  font-style: italic;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  font-size: 1em; }
  blockquote:hover {
    border-color: #bbea53; }

.nav-previous, .nav-next {
  position: fixed;
  top: 50%;
  z-index: 50;
  list-style: none;
  font-size: 2em; }
  .nav-previous a, .nav-next a {
    padding: 15px 20px;
    color: #000; }

.nav-previous {
  left: 0px; }

.nav-next {
  right: 0px; }

.nav-overlay, .subscribe-overlay {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  background-size: cover;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  z-index: -50; }
  .nav-overlay.toggled, .subscribe-overlay.toggled {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    z-index: 150; }
  .nav-overlay .vholder, .subscribe-overlay .vholder {
    position: absolute;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.5s ease all;
            transition: 0.5s ease all;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
    @media only screen and (max-width: 767px) {
      .nav-overlay .vholder, .subscribe-overlay .vholder {
        overflow-y: auto; } }
    .nav-overlay .vholder .navbar-collapse.collapse, .subscribe-overlay .vholder .navbar-collapse.collapse {
      box-shadow: none;
      border: 0px;
      display: block !important; }
    .nav-overlay .vholder .social, .subscribe-overlay .vholder .social {
      margin-top: 40px; }
      @media only screen and (max-width: 767px) {
        .nav-overlay .vholder .social, .subscribe-overlay .vholder .social {
          margin-top: 20px; } }
      .nav-overlay .vholder .social .btn, .subscribe-overlay .vholder .social .btn {
        color: #fff;
        border-color: #fff;
        text-transform: uppercase;
        padding: 6px;
        margin-left: 30px;
        top: -7px;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .nav-overlay .vholder .social .btn, .subscribe-overlay .vholder .social .btn {
            font-size: 0.8em; } }
      .nav-overlay .vholder .social ul, .subscribe-overlay .vholder .social ul {
        list-style: none;
        display: inline-block;
        margin-left: 15px; }
        .nav-overlay .vholder .social ul li, .subscribe-overlay .vholder .social ul li {
          margin-right: 5px;
          font-size: 2.4em;
          display: inline-block; }
    .nav-overlay .vholder ul, .subscribe-overlay .vholder ul {
      padding: 0px;
      margin: 0px; }
      @media only screen and (max-width: 767px) {
        .nav-overlay .vholder ul, .subscribe-overlay .vholder ul {
          margin-top: 40px; } }
      .nav-overlay .vholder ul li, .subscribe-overlay .vholder ul li {
        display: block;
        float: none;
        margin: 8px 0px;
        padding: 0px;
        text-align: left;
        text-transform: uppercase;
        font-size: 1.6em; }
        @media only screen and (max-width: 1224px) {
          .nav-overlay .vholder ul li, .subscribe-overlay .vholder ul li {
            font-size: 1.2em;
            margin: 5px 0px; } }
        @media only screen and (max-width: 767px) {
          .nav-overlay .vholder ul li, .subscribe-overlay .vholder ul li {
            text-align: left;
            font-size: 1.1em; } }
        .nav-overlay .vholder ul li a, .subscribe-overlay .vholder ul li a {
          color: #fff;
          font-family: "brandon-grotesque", sans-serif;
          line-height: normal;
          letter-spacing: 2px;
          padding: 0px;
          background: none !important;
          -webkit-transition: all 0.2s ease;
                  transition: all 0.2s ease;
          opacity: 1; }
          .nav-overlay .vholder ul li a span, .subscribe-overlay .vholder ul li a span {
            display: block;
            font-family: "Neucha", cursive;
            font-size: 0.4em;
            opacity: 0;
            -webkit-transition: all 0.2s ease;
                    transition: all 0.2s ease;
            -webkit-transform: translate(0px, 10px);
                -ms-transform: translate(0px, 10px);
                    transform: translate(0px, 10px); }
            @media only screen and (max-width: 1224px) {
              .nav-overlay .vholder ul li a span, .subscribe-overlay .vholder ul li a span {
                opacity: 1;
                -webkit-transform: translate(0px, 0px);
                    -ms-transform: translate(0px, 0px);
                        transform: translate(0px, 0px); } }
        .nav-overlay .vholder ul li:hover a span, .subscribe-overlay .vholder ul li:hover a span {
          opacity: 0.9;
          -webkit-transform: translate(0px, 0px);
              -ms-transform: translate(0px, 0px);
                  transform: translate(0px, 0px); }

.subscribe-overlay {
  color: #fff; }
  .subscribe-overlay .vholder {
    top: 0;
    left: 0; }
  .subscribe-overlay .subscribe-close {
    position: absolute;
    top: 3%;
    right: 3%;
    color: #fff;
    font-size: 42px;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease; }
    .subscribe-overlay .subscribe-close:hover {
      color: #c01e6b; }
  .subscribe-overlay.toggled {
    z-index: 2000; }
  .subscribe-overlay .MGLLabel {
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 4px;
    font-size: 0.8em; }
  .subscribe-overlay .MGLSuccessMessage {
    text-align: center; }
  .subscribe-overlay form {
    width: 320px;
    max-width: 100%;
    margin: 0 auto; }
  .subscribe-overlay .vholder {
    width: 100%; }
  .subscribe-overlay input {
    background: transparent;
    width: 100%;
    border: 2px solid #fff;
    padding: 16px !important;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
    outline: 0px !important; }
    .subscribe-overlay input:focus {
      border-color: #c01e6b; }
    .subscribe-overlay input[type="checkbox"] {
      display: inline;
      width: auto;
      margin-right: 5px; }
    .subscribe-overlay input[type="submit"] {
      width: 60%;
      margin-bottom: 50px; }
      .subscribe-overlay input[type="submit"]:hover {
        color: #c01e6b;
        border-color: #c01e6b; }
  .subscribe-overlay a {
    color: #c01e6b; }

.divider {
  width: 340px;
  margin: 20px 0; }
  @media only screen and (max-width: 767px) {
    .divider {
      width: 200px; } }

.validation_error {
  display: none; }

.gfield_error {
  background: transparent !important;
  border: 0px !important;
  margin-top: 0px !important; }

.gform_body .gfield_label {
  letter-spacing: 1px;
  font-weight: normal !important; }
.gform_body span label {
  margin-top: 6px !important;
  margin-bottom: 14px !important; }
.gform_body input, .gform_body textarea, .gform_body select {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  color: #111;
  padding: 8px !important; }
  @media only screen and (max-width: 767px) {
    .gform_body input, .gform_body textarea, .gform_body select {
      padding: 4px !important; } }
.gform_body .dropdown-toggle {
  padding: 12px;
  width: 340px;
  border-radius: 3px !important; }
.gform_body select {
  color: #999999;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 10px !important;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }
  .gform_body select.hl {
    border-color: #c01e6b;
    color: #c01e6b; }
.gform_body .gfield_time_hour label, .gform_body .gfield_time_minute label {
  margin-top: 6px !important;
  color: #999999;
  font-size: 0.7em !important;
  letter-spacing: 1px; }
.gform_body .gfield_checkbox li label {
  margin-left: 3px !important; }
.gform_body .gfield_radio li label {
  margin-left: 5px !important; }
.gform_body .dropdown-toggle {
  border-radius: 0px; }

.gform_footer input {
  background: #000;
  border: 0px;
  color: #fff;
  padding: 10px 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid #000;
  -webkit-transition: 0.2s ease all;
          transition: 0.2s ease all; }
  .gform_footer input:hover {
    background: #fff;
    color: #000; }

section.no-results {
  background: #000; }

.post-nav {
  position: fixed;
  z-index: 50;
  top: 50%;
  left: 0px; }
  @media only screen and (max-width: 1524px) {
    .post-nav {
      position: absolute;
      bottom: 0px;
      top: auto; } }
  @media only screen and (max-width: 980px) {
    .post-nav {
      position: relative; } }
  .post-nav a {
    padding: 10px 20px;
    color: #fff;
    font-size: 2em;
    display: inline-block;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease; }
    .post-nav a:hover {
      background: #c47d15; }

#colophon {
  padding: 60px 0px;
  background: #f5f5f5;
  font-size: 0.9em; }
  @media only screen and (max-width: 767px) {
    #colophon .footer-2 {
      clear: right; } }
  @media only screen and (max-width: 767px) {
    #colophon .footer-3 {
      clear: left; } }
  #colophon .footer-4 {
    padding-top: 20px; }

.modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 800px;
  max-width: 100%; }

.modal-content {
  border-radius: 0px; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -5%);
      -ms-transform: translate(0, -5%);
          transform: translate(0, -5%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

body {
  color: #030000; }

.btn {
  font-family: "brandon-grotesque", sans-serif; }

main ul {
  padding-left: 20px;
  margin: 20px 0px; }
  main ul li {
    margin-bottom: 10px;
    font-size: 1.3em; }

.purple {
  color: #701471; }

.border-box {
  margin: 40px auto;
  text-align: center;
  display: inline-block;
  padding: 25px;
  border: 2px solid #111; }

html {
  top: 0px;
  position: relative; }

#preloader {
  background: #fff;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999; }
  #preloader.in {
    background: #fff;
    -webkit-animation: fadeslow 3s ease;
            animation: fadeslow 3s ease; }
    #preloader.in svg {
      opacity: 1; }
      #preloader.in svg path {
        -webkit-animation: roundabout 1s ease;
                animation: roundabout 1s ease; }
  #preloader.out svg {
    opacity: 1; }
    #preloader.out svg path {
      -webkit-animation: roundout 1.5s ease;
              animation: roundout 1.5s ease; }
  #preloader svg {
    opacity: 1;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 70%; }
    #preloader svg path {
      stroke-dasharray: 500;
      stroke-dashoffset: 0;
      stroke: #bbea53;
      stroke-width: 1.5;
      fill: transparent; }
  #preloader .loadbar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 5px;
    background: #000; }

@-webkit-keyframes roundabout {
  0% {
    opacity: 1;
    stroke-dasharray: 500;
    stroke-dashoffset: 720; }
  100% {
    opacity: 1;
    stroke-dasharray: 500;
    stroke-dashoffset: 0; } }

@keyframes roundabout {
  0% {
    opacity: 1;
    stroke-dasharray: 500;
    stroke-dashoffset: 720; }
  100% {
    opacity: 1;
    stroke-dasharray: 500;
    stroke-dashoffset: 0; } }
@-webkit-keyframes roundout {
  0% {
    stroke: transparent;
    stroke-dasharray: 500;
    stroke-dashoffset: 0; }
  100% {
    stroke: #bbea53;
    stroke-dasharray: 500;
    stroke-dashoffset: 720; } }
@keyframes roundout {
  0% {
    stroke: transparent;
    stroke-dasharray: 500;
    stroke-dashoffset: 0; }
  100% {
    stroke: #bbea53;
    stroke-dasharray: 500;
    stroke-dashoffset: 720; } }
@-webkit-keyframes fadeslow {
  0% {
    background: transparent; }
  40% {
    background: #fff; }
  100% {
    background: #fff; } }
@keyframes fadeslow {
  0% {
    background: transparent; }
  40% {
    background: #fff; }
  100% {
    background: #fff; } }
.nav-overlay, .subscribe-overlay {
  background: #701471; }
  @media only screen and (max-width: 1524px) {
    .nav-overlay, .subscribe-overlay {
      background-size: 70%; } }
  @media only screen and (max-width: 1224px) {
    .nav-overlay, .subscribe-overlay {
      background-size: 50%; } }
  .nav-overlay .vholder #main-menu li a, .subscribe-overlay .vholder #main-menu li a {
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px; }
  .nav-overlay .vholder #main-menu li ul, .subscribe-overlay .vholder #main-menu li ul {
    display: block !important;
    position: relative;
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: 0px;
    font-size: 0.7em;
    margin-top: 0px; }
  .nav-overlay .vholder #main-menu .caret, .subscribe-overlay .vholder #main-menu .caret {
    display: none; }

#masthead {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  padding: 5px 0px 20px;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }
  @media only screen and (max-width: 767px) {
    #masthead {
      position: fixed;
      z-index: 999; } }
  #masthead .nav-toggle {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    background: transparent;
    border: 0px;
    outline: 0px;
    padding: 20px 15px 10px;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease; }
    #masthead .nav-toggle span {
      display: block;
      width: 40px;
      height: 4px;
      margin-bottom: 7px;
      background: #fff;
      -webkit-transition: all 0.2s ease;
              transition: all 0.2s ease; }
    @media only screen and (max-width: 767px) {
      #masthead .nav-toggle {
        padding: 10px 0px 10px; }
        #masthead .nav-toggle span {
          background: #333333 !important; } }
    #masthead .nav-toggle.toggled span {
      opacity: 0;
      background: #fff !important; }
    #masthead .nav-toggle.toggled span:first-child {
      -webkit-transform: translate(0px, 11px) rotate(45deg);
          -ms-transform: translate(0px, 11px) rotate(45deg);
              transform: translate(0px, 11px) rotate(45deg);
      opacity: 1; }
    #masthead .nav-toggle.toggled span:last-child {
      -webkit-transform: translate(0px, -11px) rotate(-45deg);
          -ms-transform: translate(0px, -11px) rotate(-45deg);
              transform: translate(0px, -11px) rotate(-45deg);
      opacity: 1; }
  #masthead .social-media {
    display: inline-block;
    float: right;
    margin-left: 20px;
    margin-top: 8px; }
    @media only screen and (max-width: 980px) {
      #masthead .social-media {
        display: none; } }
    #masthead .social-media a {
      color: #666666;
      -webkit-transition: all 0.2s ease;
              transition: all 0.2s ease; }
      #masthead .social-media a:hover {
        color: #701471; }
  #masthead .primary-nav {
    width: 100%;
    clear: both; }
  #masthead ul#top-menu {
    float: right; }
    #masthead ul#top-menu li a {
      background: none !important;
      letter-spacing: 2px;
      color: #666666;
      font-size: 1.1em;
      -webkit-transition: all 0.2s ease;
              transition: all 0.2s ease; }
    #masthead ul#top-menu li.current_page_item a, #masthead ul#top-menu li:hover a {
      color: #701471; }
  #masthead ul#main-menu {
    float: right; }
    #masthead ul#main-menu li a {
      font-size: 1.2em;
      letter-spacing: 1px;
      background: none !important;
      color: #701471;
      font-family: "brandon-grotesque", sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      padding: 5px 0px;
      margin: 10px 0px 10px 30px; }
      #masthead ul#main-menu li a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 100%;
        height: 0px;
        -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
        opacity: 0;
        background: #701471; }
    #masthead ul#main-menu li.current_page_item a:after {
      height: 2px;
      opacity: 1; }
    #masthead ul#main-menu li ul.dropdown-menu {
      background: #fff;
      border-radius: 0px;
      border: 0px;
      margin-left: 30px;
      padding: 5px 8px; }
      #masthead ul#main-menu li ul.dropdown-menu li {
        padding: 0px;
        margin: 0px; }
        #masthead ul#main-menu li ul.dropdown-menu li a {
          padding: 8px;
          font-size: 1.1em;
          margin: 0px;
          -webkit-transition: all 0.2s ease;
                  transition: all 0.2s ease; }
          #masthead ul#main-menu li ul.dropdown-menu li a:hover {
            color: #bbea53; }
          #masthead ul#main-menu li ul.dropdown-menu li a:after {
            display: none; }
  #masthead .navbar-brand {
    background: #fff;
    padding: 50px;
    height: auto;
    margin-top: -40px;
    -webkit-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
            transform: rotate(-7deg); }
    @media only screen and (max-width: 767px) {
      #masthead .navbar-brand {
        width: 70%;
        padding: 50px 30px 30px; } }
    #masthead .navbar-brand .logo {
      -webkit-transform: rotate(7deg);
          -ms-transform: rotate(7deg);
              transform: rotate(7deg); }
  @media only screen and (max-width: 767px) {
    #masthead .site-navigation {
      display: none; } }
  #masthead.toggled {
    background: #fff; }
    #masthead.toggled .navbar-brand .logo-dark {
      opacity: 1; }
    #masthead.toggled .navbar-brand .logo-white {
      opacity: 0;
      display: none; }
    #masthead.toggled .nav-toggle {
      -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
              transform: scale(0.9); }
      #masthead.toggled .nav-toggle span {
        background: #333333; }

.icon-block .col-sm-4 h5 {
  color: #701471; }
.icon-block .col-sm-4 p {
  width: 320px;
  max-width: 100%;
  margin: 10px auto; }
.icon-block .col-sm-4 img {
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
.icon-block .col-sm-4:hover img {
  -webkit-transform: scale(1.1) translate(0, -20px);
      -ms-transform: scale(1.1) translate(0, -20px);
          transform: scale(1.1) translate(0, -20px); }
.icon-block.view img {
  -webkit-animation: pop 0.85s;
          animation: pop 0.85s; }
.icon-block.view .col-sm-4:nth-child(1) img {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }
.icon-block.view .col-sm-4:nth-child(2) img {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }
.icon-block.view .col-sm-4:nth-child(3) img {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s; }

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); }
  40% {
    -webkit-transform: scale(1.2) translate(0, -40px);
            transform: scale(1.2) translate(0, -40px); }
  60% {
    -webkit-transform: scale(1.2) translate(0, -40px);
            transform: scale(1.2) translate(0, -40px); }
  100% {
    -webkit-transform: scale(1) translate(0, 0px);
            transform: scale(1) translate(0, 0px); } }

@keyframes pop {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
            transform: scale(1) translate(0, 0); }
  40% {
    -webkit-transform: scale(1.2) translate(0, -40px);
            transform: scale(1.2) translate(0, -40px); }
  60% {
    -webkit-transform: scale(1.2) translate(0, -40px);
            transform: scale(1.2) translate(0, -40px); }
  100% {
    -webkit-transform: scale(1) translate(0, 0px);
            transform: scale(1) translate(0, 0px); } }
.detached-section .detached {
  position: relative;
  z-index: 2; }
  .detached-section .detached:before {
    content: "";
    width: 2116px;
    height: 333px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    margin-left: -2120px;
    -webkit-transition: all 1.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition: all 1.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0.75s;
            transition-delay: 0.75s;
    background: url(img/wire.png) top right no-repeat; }
.detached-section.view .detached:before {
  margin-left: -3000px; }

.content-row h2 {
  font-size: 4em; }
  @media only screen and (max-width: 1224px) {
    .content-row h2 {
      font-size: 2.4em; } }

.tilted-content {
  padding: 40px 0px;
  margin-bottom: 50px;
  background: #fff;
  position: relative;
  overflow: visible; }
  .tilted-content:before {
    content: "";
    position: absolute;
    display: block;
    top: -49px;
    left: 0px;
    height: 50px;
    width: 100%;
    background: #fff;
    -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0, 0 100%);
            clip-path: polygon(100% 100%, 100% 0, 100% 0, 0 100%); }
  .tilted-content:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -49px;
    left: 0px;
    height: 50px;
    width: 100%;
    background: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%); }
  .tilted-content.lime {
    background: #bbea53; }
    .tilted-content.lime:before, .tilted-content.lime:after {
      background: #bbea53; }
  .tilted-content.darkgreen {
    background: #cddf69; }
    .tilted-content.darkgreen:before, .tilted-content.darkgreen:after {
      background: #cddf69; }
  .tilted-content.lightgreen {
    background: #dde879; }
    .tilted-content.lightgreen:before, .tilted-content.lightgreen:after {
      background: #dde879; }
  .tilted-content.purple {
    background: #701471; }
    .tilted-content.purple:before, .tilted-content.purple:after {
      background: #701471; }
  .tilted-content.lightgreen {
    background: #dde879; }
    .tilted-content.lightgreen:before, .tilted-content.lightgreen:after {
      background: #dde879; }
  .tilted-content.lightgray {
    background: #f5f5f5; }
    .tilted-content.lightgray:before, .tilted-content.lightgray:after {
      background: #f5f5f5; }

.line-through .container .row {
  position: relative;
  z-index: 2;
  -webkit-perspective: 1000;
          perspective: 1000; }
.line-through .container img {
  -webkit-transform: rotateX(90deg) scale(0.8);
          transform: rotateX(90deg) scale(0.8);
  -webkit-transition: 0.5s ease;
          transition: 0.5s ease;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }
.line-through .container:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 240px;
  margin-top: -80px;
  z-index: 1;
  background: url(img/line.png) no-repeat;
  background-size: contain;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transition: all 1.5s linear;
          transition: all 1.5s linear;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }
  @media only screen and (max-width: 767px) {
    .line-through .container:after {
      display: none; } }
.line-through.view .container img {
  -webkit-transform: rotateY(0deg) scale(1);
          transform: rotateY(0deg) scale(1);
  opacity: 1; }
.line-through.view .container:after {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }

.plane {
  overflow: hidden; }
  .plane img {
    -webkit-transition: 1s all ease;
            transition: 1s all ease;
    -webkit-transform: translate(100%, 0px);
        -ms-transform: translate(100%, 0px);
            transform: translate(100%, 0px);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    opacity: 0; }
  .plane.view img {
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1; }

.footer-block {
  margin-top: 100px; }
  @media only screen and (max-width: 767px) {
    .footer-block {
      margin-top: 1px; } }
  .footer-block h2 {
    margin-bottom: 15px; }
  .footer-block p {
    font-size: 1.5em;
    line-height: normal; }
  .footer-block .people-container {
    margin-bottom: -70px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .footer-block .people-container {
        margin-bottom: 0px;
        margin-top: 20px; }
        .footer-block .people-container .sign p {
          display: none; } }
    .footer-block .people-container .wrap {
      position: relative;
      bottom: -200px;
      -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
              transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .footer-block .people-container .sign {
      text-align: center;
      position: absolute;
      width: 30%;
      bottom: 17%;
      left: 33%;
      z-index: 1; }
      .footer-block .people-container .sign p {
        margin: 0px;
        color: #701471;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 2em;
        line-height: normal; }
  .footer-block.view .wrap {
    bottom: -10px; }
  .footer-block .lime-bar {
    margin: 0px;
    background: #bbea53;
    height: 70px; }
    @media only screen and (max-width: 767px) {
      .footer-block .lime-bar {
        height: auto;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 20px; }
        .footer-block .lime-bar .social-media {
          float: none !important; } }

section.slider-row h2 {
  margin-bottom: 35px; }
section.slider-row h3 {
  font-size: 1.3em; }
  section.slider-row h3:last-child {
    color: #bbea53; }

section.tabs-block h3 {
  margin-top: 0px; }
section.tabs-block .row {
  margin-bottom: 45px; }
section.tabs-block .nav-tabs {
  border-bottom: 5px solid #111; }
  section.tabs-block .nav-tabs li {
    margin-right: 10px; }
    section.tabs-block .nav-tabs li:before {
      display: none; }
    section.tabs-block .nav-tabs li a {
      border: 0px !important;
      padding: 15px 30px;
      text-transform: uppercase;
      font-weight: bold;
      border-radius: 0px;
      font-family: "brandon-grotesque", sans-serif;
      letter-spacing: 2px;
      font-size: 0.8em;
      color: #fff;
      background: #701471;
      box-shadow: 0px !important;
      -webkit-transition: all 0.2s ease;
              transition: all 0.2s ease; }
    section.tabs-block .nav-tabs li.active a {
      background: #701471 !important;
      color: #bbea53 !important; }
    section.tabs-block .nav-tabs li:hover a {
      background: #701471 !important;
      color: #bbea53; }
section.tabs-block .tab-pane {
  padding: 30px 0px; }
  @media only screen and (max-width: 767px) {
    section.tabs-block .tab-pane .ebook {
      text-align: center; } }
  section.tabs-block .tab-pane .ebook img {
    width: 215px; }
    @media only screen and (max-width: 767px) {
      section.tabs-block .tab-pane .ebook img {
        margin-bottom: 15px; } }

section.page-hero {
  background: url(img/leaves.png) center center repeat-y #dde879;
  background-attachment: fixed;
  overflow: hidden;
  padding-top: 200px; }
  @media only screen and (max-width: 480px) {
    section.page-hero {
      padding-top: 100px; } }
  section.page-hero .hero-content {
    width: 70%;
    margin: 20px auto;
    color: #701471;
    -webkit-transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
    -webkit-transform: translate(-30%, 0);
        -ms-transform: translate(-30%, 0);
            transform: translate(-30%, 0);
    opacity: 0; }
  section.page-hero img.hero-main {
    -webkit-transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: translate(-30%, 0);
        -ms-transform: translate(-30%, 0);
            transform: translate(-30%, 0);
    opacity: 0; }
  @media only screen and (max-width: 767px) {
    section.page-hero .col-sm-12 {
      padding: 0px; } }
  section.page-hero .row {
    background: url(img/scene_bg.png) bottom left repeat-x; }
    @media only screen and (max-width: 767px) {
      section.page-hero .row {
        background: none; } }
  section.page-hero.loaded img.hero-main, section.page-hero.loaded .hero-content {
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
    opacity: 1; }

section.timeline-hero {
  overflow: visible; }
  section.timeline-hero h1 {
    color: #701471;
    margin-bottom: 30px; }
  section.timeline-hero .row {
    margin: 0px;
    background: none !important; }
  section.timeline-hero .timeline {
    position: relative;
    z-index: 1;
    -webkit-transform: translate(0px, 15%);
        -ms-transform: translate(0px, 15%);
            transform: translate(0px, 15%);
    margin-bottom: -15%; }

section.split-content-hero .row {
  background: none !important; }

.page-id-351 section.split-content-hero .left-content, .page-id-451 section.split-content-hero .left-content {
  text-align: center; }
  .page-id-351 section.split-content-hero .left-content h1, .page-id-451 section.split-content-hero .left-content h1 {
    margin-top: 120px;
    color: #701471;
    font-size: 3em;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .page-id-351 section.split-content-hero .left-content h1, .page-id-451 section.split-content-hero .left-content h1 {
        margin-top: 40px; } }

.page-id-360 section.split-content-hero .left-content img {
  -webkit-transform: translate(0px, 70px);
      -ms-transform: translate(0px, 70px);
          transform: translate(0px, 70px); }
  @media only screen and (max-width: 767px) {
    .page-id-360 section.split-content-hero .left-content img {
      -webkit-transform: translate(0px, 0px);
          -ms-transform: translate(0px, 0px);
              transform: translate(0px, 0px); } }
.page-id-360 section.split-content-hero .right-content {
  text-align: center;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .page-id-360 section.split-content-hero .right-content {
      padding-bottom: 0px; } }
  .page-id-360 section.split-content-hero .right-content img {
    width: 400px;
    border: 5px solid #fff;
    max-width: 100%; }
.page-id-360 section.split-content-hero .row {
  margin: 0px;
  background: none !important; }

.holder {
  height: 200px; }

section.hero-speech-bubble {
  padding: 180px 0px 100px;
  overflow: hidden; }
  section.hero-speech-bubble .row {
    background: none !important; }
  section.hero-speech-bubble .dude-container {
    -webkit-transform: translate(0px, 120%);
        -ms-transform: translate(0px, 120%);
            transform: translate(0px, 120%);
    -webkit-transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  section.hero-speech-bubble .dude-holding {
    width: 80%;
    -webkit-transform: translate(0px, 40px);
        -ms-transform: translate(0px, 40px);
            transform: translate(0px, 40px); }
    @media only screen and (max-width: 767px) {
      section.hero-speech-bubble .dude-holding {
        width: 50%; } }
  section.hero-speech-bubble .polaroid-holder {
    position: absolute;
    z-index: 4;
    right: 0;
    top: 0;
    width: 68%;
    -webkit-transform: translate(40%, 55%) rotate(-2deg);
        -ms-transform: translate(40%, 55%) rotate(-2deg);
            transform: translate(40%, 55%) rotate(-2deg);
    text-align: center;
    font-size: 1.2em;
    color: #701471; }
    @media only screen and (max-width: 1224px) {
      section.hero-speech-bubble .polaroid-holder {
        -webkit-transform: translate(40%, 35%) rotate(-2deg);
            -ms-transform: translate(40%, 35%) rotate(-2deg);
                transform: translate(40%, 35%) rotate(-2deg); } }
    @media only screen and (max-width: 767px) {
      section.hero-speech-bubble .polaroid-holder {
        -webkit-transform: translate(-20%, 10%) rotate(-2deg);
            -ms-transform: translate(-20%, 10%) rotate(-2deg);
                transform: translate(-20%, 10%) rotate(-2deg);
        width: 50%; } }
    section.hero-speech-bubble .polaroid-holder p {
      margin-top: 10px; }
    section.hero-speech-bubble .polaroid-holder img {
      padding: 5px 5px 25px 5px;
      border-radius: 3px;
      background: #fff; }
  section.hero-speech-bubble .speech-bubble {
    background: url(img/speech_bubble.png) center center no-repeat;
    background-size: contain;
    font-size: 2.5em;
    color: #701471;
    padding: 60px 140px;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-6deg);
        -ms-transform: scale(0.5) rotate(-6deg);
            transform: scale(0.5) rotate(-6deg);
    -webkit-transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition: all 0.75s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }
    @media only screen and (max-width: 1224px) {
      section.hero-speech-bubble .speech-bubble {
        font-size: 2em;
        padding: 40px 80px; } }
    @media only screen and (max-width: 767px) {
      section.hero-speech-bubble .speech-bubble {
        padding: 30px;
        font-size: 1.6em; } }
    section.hero-speech-bubble .speech-bubble p {
      line-height: normal; }
  section.hero-speech-bubble.loaded .dude-container {
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  section.hero-speech-bubble.loaded .speech-bubble {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); }

.author-box {
  background: #701471;
  text-align: center;
  padding: 20px;
  color: #fff; }
  .author-box img {
    padding: 10px;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 20px; }

.blockbutton {
  display: inline-block;
  width: 360px;
  max-width: 100%;
  text-align: center;
  background: #cddf69;
  border: 2px solid #222;
  color: #222 !important;
  margin: 70px 15px 15px 15px;
  padding: 30px;
  text-transform: uppercase;
  font-size: 2em;
  line-height: normal;
  text-decoration: none !important;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  @media only screen and (max-width: 980px) {
    .blockbutton {
      font-size: 1em;
      width: 240px; } }
  .blockbutton.makeover-toggle {
    background: #fff; }
    .blockbutton.makeover-toggle:after {
      display: none; }
  .blockbutton:after {
    position: absolute;
    content: "";
    top: -82px;
    z-index: 1;
    right: 0;
    background: url(img/tell_more.png) bottom center no-repeat;
    width: 263px;
    display: block;
    height: 81px;
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
        -ms-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .blockbutton:hover {
    color: #222;
    background: #bbea53;
    cursor: pointer; }
    .blockbutton:hover:after {
      -webkit-transform: translate(0px, 0px);
          -ms-transform: translate(0px, 0px);
              transform: translate(0px, 0px);
      opacity: 1; }
    .blockbutton:hover strong {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .blockbutton strong {
    font-weight: normal;
    font-size: 1.8em;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: block; }

.page-hero .scene-container {
  position: relative; }
.page-hero .makeover-toggle {
  font-size: 1.6em;
  margin: 0px;
  position: absolute;
  right: 0px;
  top: 25%; }
  @media only screen and (max-width: 980px) {
    .page-hero .makeover-toggle {
      font-size: 1em;
      width: 240px; } }
  @media only screen and (max-width: 480px) {
    .page-hero .makeover-toggle {
      display: none; } }

.makeover {
  margin: 35px 0px;
  display: block; }
  .makeover a {
    color: #111 !important;
    margin-right: 5px; }

.slickslider {
  margin: 30px 0px 20px; }
  .slickslider .slick-track {
    margin: auto; }
  .slickslider .item {
    padding: 0px 15px; }
    .slickslider .item img {
      margin: 8px 0px 15px;
      padding: 5px;
      background: #fff;
      -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
              transform: scale(0.9);
      -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
              transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    .slickslider .item.ajax-toggle:hover {
      cursor: pointer; }
      .slickslider .item.ajax-toggle:hover img {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }

.testimonialslider p {
  line-height: 1.5em;
  font-size: 1.4em; }
.testimonialslider button {
  display: none !important; }

.workslider-row h2 {
  margin-bottom: 40px; }
.workslider-row .workslider {
  overflow: hidden;
  margin: 0px; }
  .workslider-row .workslider .slick-prev {
    left: 50px;
    font-size: 52px;
    height: auto;
    opacity: 1;
    color: #fff;
    background: none;
    z-index: 30; }
    .workslider-row .workslider .slick-prev:before {
      display: none; }
  .workslider-row .workslider .slick-next {
    right: 50px;
    font-size: 52px;
    height: auto;
    opacity: 1;
    color: #fff;
    background: none;
    z-index: 30; }
    .workslider-row .workslider .slick-next:before {
      display: none; }
  .workslider-row .workslider .item {
    position: relative; }
    .workslider-row .workslider .item img {
      width: 100%; }
    .workslider-row .workslider .item:hover {
      cursor: pointer; }
      .workslider-row .workslider .item:hover .overlay {
        opacity: 1;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
  .workslider-row .workslider .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    z-index: 1;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    background: rgba(106, 9, 106, 0.7); }

.btn-white {
  background: #fff;
  color: #bbea53;
  border-radius: 0px;
  font-size: 1.2em;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }
  .btn-white:hover {
    color: #701471; }

iframe {
  margin-bottom: 30px; }

#fancybox-title {
  position: fixed;
  width: 60% !important;
  bottom: 5% !important;
  max-height: 200px;
  overflow-y: auto;
  left: 20%;
  display: block !important; }
  @media only screen and (max-width: 1224px) {
    #fancybox-title {
      bottom: 0% !important; }
      #fancybox-title #fancybox-title-over {
        border-bottom: 0 !important; } }
  @media only screen and (max-width: 480px) {
    #fancybox-title {
      display: none !important; } }
  #fancybox-title #fancybox-title-over {
    background: #bbea53;
    border: 5px solid #fff;
    padding: 20px;
    color: #111;
    font-family: "Neucha", cursive;
    font-size: 1.4em; }

.modal-content {
  box-shadow: none;
  border: 2px solid #111; }
  .modal-content a {
    color: #701471 !important;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease; }
    .modal-content a:hover {
      color: #bbea53 !important; }
  .modal-content .close {
    position: absolute;
    top: -35px;
    right: -20px;
    font-size: 4em;
    color: #111;
    opacity: 1;
    z-index: 50; }
    @media only screen and (max-width: 767px) {
      .modal-content .close {
        right: 10px; } }

.modal-backdrop {
  background: #fff; }

.modal-footer {
  border-top: 0px; }

.testimonials {
  margin-bottom: 50px; }
  .testimonials h2 {
    margin-bottom: 45px; }
  .testimonials h4 {
    font-size: 1em; }
  .testimonials .testimonial {
    width: 720px;
    max-width: 100%;
    text-align: center;
    font-size: 1.5em;
    margin: 15px auto 25px auto; }

hr {
  border: 0px;
  height: 3px;
  background: #701471; }

table {
  width: 100%; }

#colophon {
  clear: both;
  margin-top: 0px;
  padding-top: 0px; }
  @media only screen and (max-width: 767px) {
    #colophon .container {
      padding: 0px 35px; } }
  #colophon .gform_wrapper {
    width: 80%;
    float: left; }
    @media only screen and (max-width: 767px) {
      #colophon .gform_wrapper {
        width: 100%; } }
    #colophon .gform_wrapper .gform_body {
      width: 70%;
      float: left; }
      @media only screen and (max-width: 767px) {
        #colophon .gform_wrapper .gform_body {
          width: 100%;
          margin-right: 0; } }
      #colophon .gform_wrapper .gform_body .gfield {
        width: 48%;
        float: left;
        margin-right: 2%;
        clear: none;
        margin-top: 8px; }
        @media only screen and (max-width: 767px) {
          #colophon .gform_wrapper .gform_body .gfield {
            width: 100%;
            margin-right: 0; } }
    #colophon .gform_wrapper .gform_footer {
      float: right;
      width: 30%;
      clear: none;
      margin-top: 0px; }
    #colophon .gform_wrapper label {
      display: none; }
    #colophon .gform_wrapper input[type="text"] {
      padding: 14px 8px !important; }
      @media only screen and (max-width: 1224px) {
        #colophon .gform_wrapper input[type="text"] {
          padding: 10px !important; } }
    #colophon .gform_wrapper input[type="submit"] {
      background: #bbea53;
      font-weight: bold;
      border: 0px;
      letter-spacing: 1px;
      padding: 14px 28px; }
      @media only screen and (max-width: 1224px) {
        #colophon .gform_wrapper input[type="submit"] {
          padding: 10px !important; } }
      #colophon .gform_wrapper input[type="submit"]:hover {
        background: #701471;
        color: #fff; }
  #colophon ul#footer-menu {
    list-style: none;
    padding: 0px; }
    @media only screen and (max-width: 767px) {
      #colophon ul#footer-menu {
        float: none;
        padding: 10px; } }
    #colophon ul#footer-menu li {
      list-style: none;
      padding: 0px;
      margin: 0px;
      display: inline-block; }
      #colophon ul#footer-menu li:before {
        display: none; }
      @media only screen and (max-width: 767px) {
        #colophon ul#footer-menu li {
          float: left;
          width: 50%; } }
      #colophon ul#footer-menu li a {
        padding: 7px;
        font-weight: bold;
        color: #666666;
        text-transform: uppercase;
        letter-spacing: 1px;
        background: transparent !important;
        -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease; }
      #colophon ul#footer-menu li:hover a {
        color: #bbea53; }
  #colophon .btn-white {
    float: left;
    margin-top: 15px; }
  #colophon .social-media {
    float: left;
    display: inline-block;
    margin-top: 7px;
    margin-left: 15px; }
    @media only screen and (max-width: 767px) {
      #colophon .social-media {
        margin-top: 0px; } }
    #colophon .social-media a {
      color: #fff;
      font-size: 1.8em; }
      #colophon .social-media a:hover {
        color: #701471; }
    #colophon .social-media li:before {
      display: none; }
  #colophon .pixelpalace {
    display: inline-block;
    float: right;
    width: 60px;
    max-width: 100%;
    margin-top: -40px; }

@media only screen and (max-width: 767px) {
  .fp-section, .fp-tableCell {
    height: auto !important; } }

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