/* -----------------------------------------------

Stylesheet: Main Stylesheet

------------------------------------------------ */


/* --------------------------------

STYLE SET 1: GLOBAL & GENERAL

-------------------------------- */

@media screen and (min-width: 64em) {
    body.is-reveal-open {
        margin-right: 16px;
    }
}

body {
    font-family: rubik, sans-serif;
    color: #4D4D4D;
}


main {
    margin: 0;
    padding: 0;
}

.s1width-full {
    max-width: 100%;
    width: 100%;
}

.s1width-wide {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.s1width-regular {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.s1width-thin {
    max-width: 55%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1150px) {
    .s1width-regular {
        max-width: 90%;
    }
    .s1width-thin {
        max-width: 75%;
    }
}


.sticky.is-anchored,
.sticky.is-stuck {
    z-index: 999;
}

/***- ADMIN BAR STICKY FIX -***/
@media screen and (min-width: 655px) and (max-width: 782px) {
    .admin-bar header.header .sticky.is-stuck {
        margin-top: 42px!important;
    }
}
@media screen and (min-width: 783px) {
    .admin-bar header.header .sticky.is-stuck {
        margin-top: 32px!important;
    }
}


/* --------------------------------

STYLE SET 2: NAVIGATION MENUS

-------------------------------- */


/* -------------------------
   MAIN NAV - DESKTOP
------------------------- */

header.header .sticky.is-stuck,
header.header .sticky.is-anchored {
    z-index: 999;
}

.nav-bar {
    background: rgb(173,173,173);
    background: linear-gradient(135deg, rgba(173,173,173,1) 0%, rgba(51,51,51,1) 100%);
    -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, .08);
    padding: 20px;
}
.nav-bar img {
    height: 25px;
}
.nav-bar .nav-buttons {
    margin-right: calc(.9375em - 8px);
}
.nav-bar .nav-buttons a,
.nav-bar .nav-buttons button {
    display: inline-block;
    margin: 0 7px;
}

.nav-bar .menu li a {
    opacity: .8;
    font-weight: 600;
    color: #000;
}
.nav-bar .menu li a:hover {
    opacity: 1;
}
.nav-bar .menu .active a {
    background: none;
    opacity: 1;
}

@media screen and (max-width: 798px) {
    .nav-bar > .s1width-full > .grid-x > .cell {
        margin: 0;
    }
}
@media screen and (max-width: 798px) {
    .nav-bar > .s1width-full > .grid-x > .cell {
        text-align:center;
    }
    .nav-bar > .s1width-full > .grid-x > .cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .nav-bar > .s1width-full > .grid-x > .nav-buttons{
        margin-top: 15px;
    }
    .nav-bar > .s1width-full > .grid-x > .nav-buttons .button {
        margin: 5px 10px;
    }
}

/* dropdown animation */
.js-dropdown-active {
    animation-fill-mode: both;
    animation-name: fade-in;
    animation-duration: .3s;
    /* position: relative; */
}

@keyframes fade-in {
    from {opacity: 0;top:90%;}
    to {opacity: 1;top: 100%;}
}


/* -------------------------
   MAIN NAV - MOBILE
------------------------- */

#trigger-overlay {

   margin: 0;

}

.menu-icon:after {
  background: #000;
-webkit-box-shadow: 0 7px 0 #000,0 14px 0 #000;
box-shadow: 0 7px 0 #000,0 14px 0 #000;
}
.menu-icon:hover:after {
  background: #000;
-webkit-box-shadow: 0 7px 0 #000,0 14px 0 #000;
box-shadow: 0 7px 0 #000,0 14px 0 #000;
}


/* Overlay style */
.mobile-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #111;
  z-index: 1200;
}

/* Overlay closing cross */
.mobile-nav .overlay-close {
    width: 30px;
    height: 30px;
    font-size: 30px;
    position: absolute;
    cursor: pointer;
    top: 30px;
    right: 39px;
    overflow: hidden;
    border: none;
    outline: none;
    z-index: 100;
    transition: color ease .4s;
    border: 2px solid #F3F4F9;
    border-radius: 50%;
}
.admin-bar .mobile-nav .overlay-close {
    top: 90px;
}
.mobile-nav .overlay-close:after {
    font-family: 'arial';
    content: '+';
    position: absolute;
    transform: rotateZ(45deg);
    color: #F3F4F9;
    font-size: .9rem;
    font-weight: 900;
    top: 25%;
    right: 34%;
}

.mobile-nav .overlay-close:focus,
.mobile-nav .overlay-close:hover {
  color: #fff;
  border-color: #fff;
}

.mobile-nav ul {
  text-align: center;
  position: relative;
  font-size: 1em;
}

.mobile-nav li a {
  color: #eee;
  line-height: 2em;
}
.mobile-nav .menu .active > a {
    background: transparent;
    color: #fff;
}

.mobile-nav .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:after {
    border-color: #fff transparent transparent;
    border-width: 6px;
    transition: .1s ease-in-out all;
}


.mobile-nav li a:hover {
  color: #e53d5e;
}

.mobile-nav .menu .current_page_item > a {
  color: #e53d5e;
}

.mobile-nav ul.submenu {
  background: #333;
}

.responsive-nav {
    overflow: auto;
    background: #222;
}

.mobile-nav .responsive-nav > .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    /* overflow: auto; */
}

.mobile-nav ul.accordion-menu > li {
    -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;

}

.mobile-nav ul.accordion-menu li {
  display: block;
  min-height: 60px;
}

.mobile-nav nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 70%;
    font-size:1.5em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }


/* Effects */
.overlay-hugeinc {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* .overlay-hugeinc nav {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.overlay-hugeinc nav ul {
  opacity: 0.4;
  -webkit-transform: translateY(-25%) rotateX(35deg);
  transform: translateY(-25%) rotateX(35deg);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
  -webkit-transform: translateY(25%) rotateX(-35deg);
  transform: translateY(25%) rotateX(-35deg);
} */

@media screen and (max-height: 30.5em) {
  .mobile-nav nav {
    height: 70%;
  }
  .mobile-nav ul li {
    min-height: 34px;
  }
}

.mobile-nav .menu.medium-horizontal > li {
  display:block;
}

.sticky.is-stuck .menu-icon:after {
  background: #5C5AAA;
  box-shadow: 0 7px 0 #5C5AAA,0 14px 0 #5C5AAA;
}

.sticky.is-stuck .menu-icon:hover:after {
   background:#E53D5E;
   box-shadow:0 7px 0 #E53D5E,0 14px 0 #E53D5E
  }


/* --------------------------------

STYLE SET 3: TITLES

-------------------------------- */

h1, h2, h3, h4, h5 {
  margin-bottom: 0px;
  line-height: 1;
  font-family: rubik, sans-serif;
  font-weight: 600;
  color: #000000;
}
h3, h4, h5 {
    color: #1A1A1A;
}
.alt h1, .alt h2, .alt h3, .alt h4, .alt h5,
h1.alt, h2.alt, h3.alt, h4.alt, h5.alt {
    color: #fff;
}

h2.section-title {
  margin-bottom: 20px;
}

@media screen and (min-width: 40em) {

    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.6rem;
    }
    h4 {
        font-size: 1.4rem;
    }
    h5 {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 39.9375em) {
    h1 {
        font-size: 2.2rem;
    }
    h2 {
        font-size: 1.7rem;
    }
    h3 {
        font-size: 1.4rem;
    }
    h4 {
        font-size: 1.2rem;
    }
    h5 {
        font-size: 1.1rem;
    }
}




/* --------------------------------

STYLE SET 4: BUTTONS

-------------------------------- */

/* -------------------------
   LINKS - DEFAULT
------------------------- */
a {
    transition: .2s ease-in-out all;
    color: #FF7124;
}
a:focus, a:active, a:hover {
    color: #FC7F49;
}
/* -- ios fix -- */
a[href^=tel] {
   text-decoration:inherit;
   color: inherit;
}


/* -------------------------
   BUTTONS
------------------------- */

a.button,
button.button,
input.button,
#pre-order-modal .pre-order-form .frm_forms .frm_submit button, #newsletter-modal .newsletter-form-modal .frm_forms .frm_submit button {
  padding: 20px 45px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 0;
  color: #1A1A1A;
  font-weight: 600;
  line-height: 1;
  transition: .2s ease-in-out all;
}
a.button:hover,
button.button:hover,
input.button:hover,
#pre-order-modal .pre-order-form .frm_forms .frm_submit button:hover, #newsletter-modal .newsletter-form-modal .frm_forms .frm_submit button:hover,
a.button:focus,
button.button:focus,
input.button:focus,
#pre-order-modal .pre-order-form .frm_forms .frm_submit button:focus, #newsletter-modal .newsletter-form-modal .frm_forms .frm_submit button:focus {
  background: #eee;
  color: #1A1A1A;
  border: 0;
  outline: none;
}

a.button.alt,
button.button.alt,
input.button.alt,
#pre-order-modal .pre-order-form .frm_forms .frm_submit button, #newsletter-modal .newsletter-form-modal .frm_forms .frm_submit button {
  background: #1A1A1A;
  color: #fff;
}
a.button.alt:hover,
button.button.alt:hover,
input.button.alt:hover,
#pre-order-modal .pre-order-form .frm_forms .frm_submit button:hover, #newsletter-modal .newsletter-form-modal .frm_forms .frm_submit button:hover,
a.button.alt:focus,
button.button.alt:focus,
input.button.alt:focus,
#pre-order-modal .pre-order-form .frm_forms .frm_submit button:focus, #newsletter-modal .newsletter-form-modal .frm_forms .frm_submit button:focus {
  background: #292929;
  color: #fff;
}


/* CTA */
a.button.cta,
button.button.cta,
input.button.cta,
#pre-order-modal .pre-order-form .frm_forms .frm_submit button.frm_button_submit, #newsletter-modal .newsletter-form-modal .frm_forms .frm_submit button.frm_button_submit  {
  background: #FF7124;
  color: #fff;
}
a.button.cta:hover,
button.button.cta:hover,
input.button.cta:hover,
#pre-order-modal .pre-order-form .frm_forms .frm_submit button.frm_button_submit:hover, #newsletter-modal .newsletter-form-modal .frm_forms .frm_submit button.frm_button_submit:hover,
a.button.cta:focus,
button.button.cta:focus,
input.button.cta:focus,
#pre-order-modal .pre-order-form .frm_forms .frm_submit button.frm_button_submit:focus, #newsletter-modal .newsletter-form-modal .frm_forms .frm_submit button.frm_button_submit:focus {
  background: #FC7F49;
  color: #fff;
}




/* --------------------------------

STYLE SET 5: PAGE STYLING

--------------------------------*/

/* -------------------------
   PAGE - HOME
------------------------- */

@media screen and (max-width: 39.9375em) {
    main section p {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#hero {
    min-height: 100vh;
    background-image: url('/wp-content/images/rockwell-martyn-motorcycle-ex-machina-header-crop-2.jpg');
    background-size: cover;
    background-position: center center;

    position: relative;
    color: #fff;
}
#hero:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(173,173,173);
    background: linear-gradient(135deg, rgba(173,173,173,0.63) 0%, rgba(0,0,0,0.63) 100%);
}
#hero > div {
    position: relative;
    z-index: 2;
    height: 100vh;
}

#hero h1 {
    line-height: 1;
    padding-bottom: 12vh;
}
#hero h1 .ex-machina {
    font-family: ethnocentric, sans-serif;
    font-style: italic;
    font-weight: 100;
    font-size: 1.6em;
    margin: .6em 0 .7em;
}
#hero h1 .introducing {
    font-size: .4em;
    font-weight: 400;
}
#hero h1 .ride-into-the-future {
    font-size: .6em;
    font-weight: 400;
}

#hero .partnership {
    position: absolute;
    bottom: 6vh;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
#hero .partnership .by {
    margin-bottom: 1rem;
    font-size: .9rem;
}
#hero .partnership .logo-rm {
    width: 250px;
}
#hero .partnership .in-partnership-with {
    margin-top: 1.1rem;
    margin-bottom: .9rem;
}
#hero .partnership .logo-ricardo {
    width: 90px;
}


@media screen and (max-height: 700px) {
    #hero h1 {
        padding-bottom: 18vh;
        font-size: 2rem;
    }
    #hero h1 .introducing {
        font-size: .5em;
    }
    #hero h1 .ex-machina {
        margin: .4em 0 .7em;
    }
    #hero .partnership .by {
        margin-bottom: 1rem;
        font-size: .9rem;
    }
    #hero .partnership .logo-rm {
        width: 180px;
    }
    #hero .partnership .in-partnership-with {
        margin-top: 1rem;
        margin-bottom: .8rem;
    }
    #hero .partnership .logo-ricardo {
        width: 80px;
    }
}
@media screen and (max-height: 525px) {
    #hero .partnership > * {
        display: inline-block;
        margin: 0 10px;
    }
    #hero .partnership .logo-ricardo {
        width: 60px;
    }
}
@media screen and (max-height: 320px) {
    #hero h1 {
        padding-bottom: 26vh;
    }
    #hero h1 .ex-machina {
        font-size: 1.4em;
        margin: 0.3em 0 0.5em;
    }
}

@media screen and (max-width: 550px) {
    #hero .partnership .by {
        display: none;
    }
    #hero .partnership .logo-rm {
        width: 160px;
    }
    #hero .partnership .in-partnership-with {
        font-size: .8rem;
    }
    #hero .partnership .logo-ricardo {
        width: 60px;
    }
}
@media screen and (max-width: 500px) {
    #hero h1 .ex-machina {
        font-size: 1.3em;
        margin:0.2em 0 0.4em;
    }
    #hero .partnership {
        opacity: .7;
    }

}
@media screen and (max-width: 400px) {
    #hero h1 .ex-machina {
        font-size: 1em;
    }
    #hero h1 .ride-into-the-future {
        font-size: .5em;
    }
}
@media screen and (max-width: 400px) and (min-height: 350px) and (max-height: 525px) {
    #hero .partnership .logo-rm {
        width: 140px;
    }
    #hero .partnership .in-partnership-with {
        margin: 0;
    }
    #hero .partnership .logo-ricardo {
        width: 50px;
    }
}
@media screen and (max-width: 330px) and (min-height: 350px) {
    #hero .partnership {
        line-height: 1;

    }
    #hero .partnership > div {
        display: block;
    }
    #hero .partnership .in-partnership-with {
        margin: 10px 0;
    }
}



section.golden-age {}

section.golden-age .selling-points {
    background: #1A1A1A;
    color: #ECECEC;
    padding: 9rem 0 15rem;
}
section.golden-age .selling-points h2 {
     font-style: italic;
     font-size: 1.8rem
}
section.golden-age .selling-points .subtitle {
    margin-top: 1.1rem;

    font-size: 1.3rem;
}

section.golden-age .selling-points .selling-point-grid {
    margin: 6rem -2.6vw 0;
}
section.golden-age .selling-points .selling-point-grid > .cell {
    padding: 2.6vw 1.4vw;
}
section.golden-age .selling-points .selling-point-grid > .cell img {
    max-width: 67px;
}
section.golden-age .selling-points .selling-point-grid > .cell h3 {
    margin: 1.2rem 0 .9rem;
    font-size: 1.3rem;
}
section.golden-age .selling-points .selling-point-grid > .cell p {
    margin: 0;
}

section.golden-age .quick-look {
    margin-top: -12rem;
}
section.golden-age .quick-look .ql-stats-grid {
    background: #1A1A1A;
    padding: 15px;
}
section.golden-age .quick-look .ql-stats-grid > .cell {
    padding: 10px 15px;
}
section.golden-age .quick-look .ql-stats-grid .ql-stat {
    color: #FF7124;
    font-family: ethnocentric, sans-serif;
    font-style: italic;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 10px;
}
section.golden-age .quick-look .ql-stats-grid .ql-label {
    color: #fff;
    line-height: 1;
    font-weight: 600;
}
section.golden-age .selling-points .selling-point-grid > .cell:last-child {
    width: 100%!important;
}


@media screen and (max-width: 1390px) {
    section.golden-age .quick-look .ql-stats-grid .ql-stat {
        font-size: 1.5rem;
    }
    section.golden-age .quick-look .ql-stats-grid .ql-label {
        font-size: .9rem;
    }
}
@media screen and (max-width: 1026px) {
    section.golden-age .quick-look .ql-stats-grid > .cell {
        width: 50%;
    }

}
@media screen and (max-width: 950px) {
    section.golden-age .selling-points .selling-point-grid {
        width: 810px;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
    section.golden-age .selling-points .selling-point-grid > .cell {
        width: 50%;
        padding: 30px;
    }
}
@media screen and (max-width: 700px) {
    section.golden-age .selling-points h2 {
        font-size: 1.5rem;
    }
    section.golden-age .selling-points .subtitle {
        font-size: 1.1rem;
    }
    section.golden-age .selling-points .selling-point-grid > .cell img {
        max-width: 60px;
        max-height: 60px;
    }
    section.golden-age .selling-points .selling-point-grid > .cell h3 {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 560px) {
    section.golden-age .selling-points .selling-point-grid {
        width: 300px;
    }
    section.golden-age .selling-points .selling-point-grid > .cell {
        width: 100%;
    }
    section.golden-age .quick-look .ql-stats-grid .ql-stat {
        font-size: 1.1rem;
    }
    section.golden-age .quick-look .ql-stats-grid .ql-label {
        font-size: .9rem;
    }
}
@media screen and (max-width: 395px) {
    section.golden-age .quick-look .ql-stats-grid > .cell {
    width: 100%;
    }
    section.golden-age .quick-look .ql-stats-grid .ql-stat,
    section.golden-age .quick-look .ql-stats-grid .ql-label {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
    }
    section.golden-age .quick-look .ql-stats-grid .ql-stat {
        font-size: 1.2rem;
    }
    section.golden-age .quick-look .ql-stats-grid .ql-label {
        font-size: .85rem;
    }
}



section.reserve-your-ex-machina {
    padding: 5rem 0;
}
section.reserve-your-ex-machina h2 {
}
section.reserve-your-ex-machina h2 span {
    font-family: ethnocentric, sans-serif;
    font-style: italic;
    font-weight: 100;
    margin-left: 5px;
    white-space: nowrap;
}
section.reserve-your-ex-machina .subtitle {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

section.reserve-your-ex-machina .edition-grid {}

section.reserve-your-ex-machina .edition-grid .edition {
    background: #080828;
}
section.reserve-your-ex-machina .edition-grid .edition .upper-box {
    padding: 40px 40px 85px;
    position: relative;
}
section.reserve-your-ex-machina .edition-grid .edition .upper-box h3 {
    color: #FF7124;
    margin-bottom: 7px;
}
section.reserve-your-ex-machina .edition-grid .edition .upper-box .reservation-price {
    color: #fff;
    margin-bottom: 10px;
}
section.reserve-your-ex-machina .edition-grid .edition .upper-box .reservation-price span {
    font-weight: 600;
    font-size: 1.5rem;
    margin-right: 7px;
}
section.reserve-your-ex-machina .edition-grid .edition .upper-box .package-details {
    color: #FF7124;
    margin: 0;
}

section.reserve-your-ex-machina .edition-grid .edition .upper-box .price-box {
    position: absolute;
    padding: 16px 40px 14px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1E1E4C;
    color: #FF7124;
}
section.reserve-your-ex-machina .edition-grid .edition .upper-box .price-box strong {
    margin-right: 10px;
}



section.reserve-your-ex-machina .edition-grid .edition .lower-box {
    padding: 40px 40px 110px;
    border-top: 4px solid #fff;
    position: relative;
}
section.reserve-your-ex-machina .edition-grid .edition .lower-box ul li {
    color: #fff;
}


section.reserve-your-ex-machina .edition-grid .edition .lower-box .button {
    position: absolute;
    left: 50%;
    bottom: 1.5rem;
    transform: translateX(-50%);
    white-space: nowrap;
}


section.reserve-your-ex-machina .edition-grid .edition.alt-edition {
    background: #FF7124;
}
section.reserve-your-ex-machina .edition-grid .edition.alt-edition .upper-box h3 {
    color: #333333;
}
section.reserve-your-ex-machina .edition-grid .edition.alt-edition .upper-box .reservation-price {
    color: #fff;
}
section.reserve-your-ex-machina .edition-grid .edition.alt-edition .upper-box .package-details {
    color: #333333;
}
section.reserve-your-ex-machina .edition-grid .edition.alt-edition .upper-box .price-box {
    background: #F25B19;
    color: #333;
}
section.reserve-your-ex-machina .edition-grid .edition.alt-edition .lower-box ul li:before {
    background-color: #1A1A1A;
}
section.reserve-your-ex-machina .edition-grid .edition.alt-edition .lower-box .button {
    background: #1A1A1A;
}
section.reserve-your-ex-machina .edition-grid .edition.alt-edition .lower-box .button:hover {
    background: #292929;
}

section.reserve-your-ex-machina .reservation-note {
    color: #808080;
    margin-top: 4rem;
    font-size: .9rem;
}



@media screen and (max-width: 1200px) {
    section.reserve-your-ex-machina .edition-grid .small-1.cell {
        width: 4%;
    }
}
@media screen and (max-width: 1200px) {
    section.reserve-your-ex-machina .edition-grid .edition .upper-box {
        padding: 30px;
    }
    section.reserve-your-ex-machina .edition-grid .edition .upper-box .reservation-price span {
        font-size: 1.25rem;
    }
    section.reserve-your-ex-machina .edition-grid .edition .upper-box .reservation-price {
        font-size: .9rem;
    }
    section.reserve-your-ex-machina .edition-grid .edition .upper-box .package-details {
        font-size: .9rem;
    }
    section.reserve-your-ex-machina .edition-grid .edition .lower-box {
        padding: 30px 30px 95px;
        font-size: .9rem;
    }
    section.reserve-your-ex-machina .edition-grid .edition .upper-box .price-box {
        display: block;
        position: static;
        margin: 1.3rem -30px -30px;
    }
}
@media screen and (max-width: 870px) {
    section.reserve-your-ex-machina .edition-grid {
        max-width: 950px;
        margin: 0 auto;
    }
    section.reserve-your-ex-machina .edition-grid .edition {
        width: calc(50% - 15px);
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 30px;
    }
    section.reserve-your-ex-machina .edition-grid .small-1 {
        width: 30px;
    }
    section.reserve-your-ex-machina .edition-grid .small-1:nth-child(4) {
        display: none;
    }
}
@media screen and (max-width: 550px) {
    section.reserve-your-ex-machina .edition-grid {
        max-width: 340px;
    }
    section.reserve-your-ex-machina .edition-grid .edition {
        width: 100%;
    }
    section.reserve-your-ex-machina .reservation-note {
        margin-top: 2.5rem;
    }
}






section.ultra-special-edition {
    padding: 5rem 0;
    background: #333333;
}

section.ultra-special-edition h2 {
    margin-bottom: 1rem;
}
section.ultra-special-edition .price {
    color: #C6C6C6;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 1.3rem;
}
section.ultra-special-edition .units-avaliable {
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
}

section.ultra-special-edition .use-perks-grid {
    margin-top: 6rem;
}

section.ultra-special-edition .use-perks-grid .perk-cell {
    background: #000000;
    position: relative;
    padding: 60px 40px 40px;
}
section.ultra-special-edition .use-perks-grid .perk-cell img {
    width: 85px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
section.ultra-special-edition .use-perks-grid .perk-cell h3 {
    margin-bottom: 1.1rem;
}
section.ultra-special-edition .use-perks-grid .perk-cell ul {}
section.ultra-special-edition .use-perks-grid .perk-cell ul li {
    color: #fff;
}

section.ultra-special-edition .founders-club {
    margin-top: 5rem;
}
section.ultra-special-edition .founders-club h3 {
    margin-bottom: 2rem;
}
section.ultra-special-edition .founders-club p {
    margin-bottom: 2.5rem;
    color: #ECECEC;
}
section.ultra-special-edition .founders-club .button {
    margin: 0;
}


@media screen and (max-width: 1200px) {
    section.ultra-special-edition .use-perks-grid .small-1.cell {
        width: 4%;
    }
}
@media screen and (max-width: 1200px) {
    section.ultra-special-edition .use-perks-grid .perk-cell {
        padding: 50px 30px 30px;
        font-size: .9rem;
    }
    section.ultra-special-edition .use-perks-grid .perk-cell img {
        width: 65px;
    }
    section.ultra-special-edition .founders-club {
        margin-top: 2rem;
    }
}
@media screen and (max-width: 870px) {
    section.ultra-special-edition .use-perks-grid {
        max-width: 950px;
        margin-left: auto;
        margin-right: auto;
    }
    section.ultra-special-edition .use-perks-grid .perk-cell {
        width: calc(50% - 16px);
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 50px;
    }
    section.ultra-special-edition .use-perks-grid .small-1 {
        width: 30px;
    }
    section.ultra-special-edition .use-perks-grid .small-1:nth-child(4) {
        display: none;
    }
}
@media screen and (max-width: 550px) {
    section.ultra-special-edition .use-perks-grid {
        max-width: 340px;
    }
    section.ultra-special-edition .use-perks-grid .perk-cell {
        width: 100%;
    }
}



section.frequenetly-asked-questions {
    padding: 5rem 0;
    background: #ECECEC;
}
section.frequenetly-asked-questions h2 {
    margin-bottom: 4rem;
}




section.about-rom {
    padding: 5rem 0;
}
section.about-rom h2 {
    line-height: 1;
    margin-bottom: 3rem;
}
section.about-rom h2 div {
    margin-bottom: 1rem;
    font-size: .8em;
}
section.about-rom h2 img {
    height: 35px;
}
section.about-rom .media-split-container .media-split-grid .text-content h3 {
    font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
    section.about-rom h2 div {
        font-size: .7em;
        margin-bottom: .9rem;
    }
    section.about-rom h2 img {
        height: 30px;
        max-width: 100%;
    }
}
@media screen and (max-width: 400px) {
    section.about-rom h2 div {
        font-size: .7em;
        margin-bottom: .9rem;
    }
    section.about-rom h2 img {
        height: 27px;
    }
}


section.meet-the-maker {
    padding: 5rem 0;
    background-color: #ECECEC;
}
section.meet-the-maker .media-split-container .media-split-grid .text-content {
    padding-right: 2rem;
}
section.meet-the-maker .media-split-container .media-split-grid .text-content h3 {
    margin-bottom: 1em;
}
section.meet-the-maker .social-menu {
    margin-top: 1.3rem;
}
section.meet-the-maker .media-split-container .media-split-grid .media-content .media-content-wrap {

}
section.meet-the-maker .media-split-container .media-split-grid .media-content .media-content-wrap .image-container {
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    min-height: 28vw;
    position: relative;
}
section.meet-the-maker .media-split-container .media-split-grid .media-content .media-content-wrap .image-container img {
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/*section.meet-the-maker .media-split-container .media-split-grid .media-content .media-content-wrap .audio-player {
    border-radius: 0 0 30px 30px;
}*/
@media screen and (max-width: 900px) {
    section.meet-the-maker .media-split-container .media-split-grid .text-content {
        padding: 0;
    }
    section.meet-the-maker .social-menu {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    section.meet-the-maker .media-split-container .media-split-grid .media-content .media-content-wrap .image-container {
        height: 375px;
    }
}
@media screen and (max-width: 460px) {
    section.meet-the-maker .media-split-container .media-split-grid .media-content .media-content-wrap .image-container {
        height: 85vw;
    }
}

section.our-roadmap {
    padding: 5rem 0;
}
section.our-roadmap h2 {
    margin-bottom: 7rem;
}

section.our-roadmap .roadmap-grid {
    max-width: 90rem;
    margin: auto;
}


/* default stage styling */
section.our-roadmap .roadmap-grid > .cell {
    padding: 4.3rem 2.8em 3.7rem;
    position: relative;
}
section.our-roadmap .roadmap-grid > .cell:after {
    content: '';
    position: absolute;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 50%, rgba(255,219,200,1) 50%);
    background-position: bottom;
    top: 0;
    right: -2px;
    bottom: 0;
    width: 2px;
    background-size: 4px 20px;
}
section.our-roadmap .roadmap-grid > .cell:last-child:after {
    display: none;
    background: none;
}



section.our-roadmap .roadmap-grid > .cell .icon-container {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #FFDBC8;
}
section.our-roadmap .roadmap-grid > .cell .icon-container:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background: #FFF;
}
section.our-roadmap .roadmap-grid > .cell .icon-container img {
    width: 100%;
    max-width: 25px;
    max-height: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

section.our-roadmap .roadmap-grid > .cell h3 {
    font-size: 1.3rem;
    margin-bottom: 1.1rem;
    color: #333333;
}
section.our-roadmap .roadmap-grid > .cell p {
    margin-bottom: .8rem;
}
section.our-roadmap .roadmap-grid > .cell p:last-of-type {
    margin-bottom: 0;
}
section.our-roadmap .roadmap-grid > .cell .prototype-phases {
    margin-top: 1.8rem;
}
section.our-roadmap .roadmap-grid > .cell .prototype-phases > div {
    background: #FFDBC8;
    color: #666666;
    line-height: 21px;
    padding-top: 3px;
    width: 24px;
}
section.our-roadmap .roadmap-grid > .cell .duration {
    color: #4D4D4D;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}




section.our-roadmap .roadmap-grid > .stage-completed .icon-container,
section.our-roadmap .roadmap-grid > .stage-current .icon-container {
    background: #FF7124;
}



/*pre & launch alt icon colours */
section.our-roadmap .roadmap-grid > .stage-pre-launch .icon-container,
section.our-roadmap .roadmap-grid > .stage-launch .icon-container {
    background: #FFDBC8;
}
section.our-roadmap .roadmap-grid > .stage-pre-launch .icon-container:before,
section.our-roadmap .roadmap-grid > .stage-launch .icon-container:before {
    background: #F99D75;
}
section.our-roadmap .roadmap-grid > .stage-pre-launch.stage-completed .icon-container,
section.our-roadmap .roadmap-grid > .stage-launch.stage-completed .icon-container {
    background: #FFDBC8;
}
section.our-roadmap .roadmap-grid > .stage-pre-launch.stage-completed .icon-container:before,
section.our-roadmap .roadmap-grid > .stage-launch.stage-completed .icon-container:before {
    background: #FF7124;
}

@media screen and (min-width: 881px) and (max-width: 1300px) {
    section.our-roadmap .roadmap-grid > .cell {
        padding: 3.7rem 1.5rem;
    }
    section.our-roadmap .roadmap-grid > .cell .loading-bar {
        top: -9px;
        height: 22px;
    }
    section.our-roadmap .roadmap-grid > .cell h3 {
        font-size: 1.1rem;
    }
    section.our-roadmap .roadmap-grid > .cell p {
        font-size: .9rem;
    }
    section.our-roadmap .roadmap-grid > .cell .icon-container {
        width: 60px;
        height: 60px;
    }
    section.our-roadmap .roadmap-grid > .cell .icon-container:before,
    section.our-roadmap .roadmap-grid > .cell .icon-container:after {
        width: 55px;
        height: 55px;
    }
    section.our-roadmap .roadmap-grid > .cell .icon-container img {
        max-height: 20px;
        max-width: 20px;
    }
    section.our-roadmap .roadmap-grid > .cell .duration {
        font-size: .9rem;
    }
}

@media screen and (min-width: 881px) {
    section.our-roadmap .roadmap-grid > .cell .loading-bar {
        position: absolute;
        background: #FFDBC8;
        top: -12px;
        left: 0;
        right: 0;
        height: 26px;
    }
    section.our-roadmap .roadmap-grid > .stage-completed .loading-bar:after,
    section.our-roadmap .roadmap-grid > .stage-current .loading-bar:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 7px;
        bottom: 7px;
        background: #FF7124;
    }

    section.our-roadmap .roadmap-grid > .stage-pre-launch .loading-bar:after {
        z-index: 2;
        left: 25px;
    }
    section.our-roadmap .roadmap-grid > .stage-current .loading-bar:after {
        border-radius: 0 100px 100px 0;
        right: 20%;
    }
    section.our-roadmap .roadmap-grid > .stage-pre-launch .loading-bar {
        left: 50%;
    }
    section.our-roadmap .roadmap-grid > .stage-launch .loading-bar {
        right: 50%;
    }
}
@media screen and (max-width: 880px) {

    section.our-roadmap .roadmap-grid > .cell {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 4.3rem 20vw 7.3rem;
        padding-bottom: 7.3rem;
    }
    section.our-roadmap .roadmap-grid > .cell:after {
        top: auto;
        right: calc(32% + 20px);
        bottom: 5rem;
        left: 30%;
        width: auto;
        background: linear-gradient(90deg, rgba(255,255,255,0) 50%, rgba(255,219,200,1) 50%);
        background-size: 10% 4px;
        height: 2px;
    }
    section.our-roadmap .roadmap-grid > .cell h3,
    section.our-roadmap .roadmap-grid > .cell p {
        opacity: .65;
    }
    section.our-roadmap .roadmap-grid > .cell p {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    section.our-roadmap .roadmap-grid > .cell .prototype-phases {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    section.our-roadmap .roadmap-grid > .cell.stage-completed h3,
    section.our-roadmap .roadmap-grid > .cell.stage-current h3,
    section.our-roadmap .roadmap-grid > .cell.stage-completed p,
    section.our-roadmap .roadmap-grid > .cell.stage-current p {
        opacity: 1;
    }
    section.our-roadmap .roadmap-grid > .cell .duration {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        transform: none;
        text-align: center;
        margin-top: 2rem;
    }

    section.our-roadmap .roadmap-grid > .cell .loading-bar {
        position: absolute;
        background: #FFDBC8;
        top: 0;
        left: auto;
        right: 15%;
        height: 100%;
        width: 36px;
    }

    section.our-roadmap .roadmap-grid > .stage-completed .loading-bar:after,
    section.our-roadmap .roadmap-grid > .stage-current .loading-bar:after {
        content: '';
        position: absolute;
        top: 0;
        right: 7px;
        bottom: 0;
        left: 7px;
        background: #FF7124;
    }
    section.our-roadmap .roadmap-grid > .stage-current .loading-bar:after {
        border-radius:0 0 100px 100px;
        bottom:70%;
    }
    section.our-roadmap .roadmap-grid > .stage-pre-launch .loading-bar {
        border-radius: 100px 100px 0 0;
    }
    section.our-roadmap .roadmap-grid > .stage-pre-launch .loading-bar:after {
        border-radius: 100px 100px 0 0;
        top: 7px;
    }
    section.our-roadmap .roadmap-grid > .stage-pre-launch .loading-bar:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        border: 7px solid #FFDBC8;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background: #FF7124;
        transform: translateX(-50%);
    }
    section.our-roadmap .roadmap-grid > .stage-launch .loading-bar {
        bottom: 50%;
        border-radius: 0 0 100px 100px;
        height: auto;
    }
    section.our-roadmap .roadmap-grid > .stage-launch .loading-bar:before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        border: 7px solid #FFDBC8;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background: #FFDBC8;
        transform: translateX(-50%);
    }
    section.our-roadmap .roadmap-grid > .stage-launch .loading-bar:after {
        bottom: 7px;
        border-radius: 0 0 100px 100px;
    }
    section.our-roadmap .roadmap-grid > .cell:last-child {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 460px) {
    section.our-roadmap .roadmap-grid > .cell .loading-bar {
        right: 9%;
    }
    section.our-roadmap .roadmap-grid > .cell {
        padding: 4.3rem 25vw 7.3rem 10vw;
    }
    section.our-roadmap .roadmap-grid > .cell .icon-container {
        left: 42.5%;
    }
    section.our-roadmap .roadmap-grid > .cell:after {
        left: 23%;
        right: calc(23% + 20px);
    }
}



/* --------------------------------

STYLE SET 6: CONTENT TYPES

-------------------------------- */


/* -------------------------
   CONTENT - ACCORDION
------------------------- */
.accordion {
    background: none;
}
.accordion-title,
.accordion-title h3 {
    font-size: 1.35rem;
    color: #4D4D4D;
    padding: 0 80px 0 0;
    margin: 0;
}
.is-active .accordion-title h3 {
    color: #1A1A1A;
}
.accordion-title,
:last-child:not(.is-active) > .accordion-title {
    border: none;
    font-size: 1rem;
    padding: 1.7rem;
    background: none;
}
.accordion-title:hover, .accordion-title:focus {
    background: none;
}
.accordion-title:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;


    margin-top: 0;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
    width: 73px;
    border-radius: 5px;
    background: #E0E0E0;
}
.accordion-title:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 0;
    width: 73px;
    text-align: center;
    color: #1A1A1A;
    font-size: 2.3rem;
    transform: translateY(-50%);

    transition: .2s ease-in-out color;
}


.is-active > .accordion-title:before {
    content: '';
}
.accordion-title:hover:after {
    color: #FF7124;
}
.is-active > .accordion-title:after {
    color: #FF7124;
    content: '\2013';
}

.accordion-item {
    border-radius: 5px;
    background-color: #E0E0E0;
    margin-bottom: 20px;
    transition: .2s ease-in-out background-color;
    border: none;
}
.accordion-item.is-active {
    background-color: transparent;
}

.accordion-content,
:last-child > .accordion-content:last-child {
    border: 0;
    background: none;
    padding: 2rem;
    color: #4D4D4D;
}
.accordion-content p:last-child {
    margin: 0;
}
@media screen and (max-width: 1020px) {
    .accordion-title h3 {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 550px) {
    .accordion-title h3 {
        font-size: 1.1rem;
    }
}


/* -------------------------
   CONTENT - MEDIA SPLIT
------------------------- */
.media-split-container {}
.media-split-container .media-split-grid {
    margin: 3rem 0;
}

.media-split-container .media-split-grid:nth-child(2n) .text-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.media-split-container .media-split-grid .text-content h3 {
    margin-bottom: .7em;
}
.media-split-container .media-split-grid .text-content p:last-child {
    margin: 0;
}
.media-split-container .media-split-grid:nth-child(2n) .media-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.media-split-container .media-split-grid .text-content .text-content-wrap {
    margin-right: 2rem;
    margin-left: 0;
}
.media-split-container .media-split-grid .media-content .media-content-wrap {
    margin-left: 2rem;
    margin-right: 0;
}
.media-split-container .media-split-grid:nth-child(2n) .text-content .text-content-wrap {
    margin-left: 2rem;
    margin-right: 0;
}
.media-split-container .media-split-grid:nth-child(2n) .media-content .media-content-wrap {
    margin-right: 2rem;
    margin-left: 0;
}

@media screen and (max-width: 900px) {
    .media-split-container .media-split-grid > .cell {
        width: 100%;
        text-align: center;
    }
    .media-split-container .media-split-grid > .media-content {
        max-width: 400px;
    }
    .media-split-container .media-split-grid:nth-child(1n) .text-content .text-content-wrap,
    .media-split-container .media-split-grid:nth-child(1n) .media-content .media-content-wrap {
        margin: 0;
    }
    .media-split-container .media-split-grid:nth-child(1n) .text-content {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .media-split-container .media-split-grid:nth-child(1n) .media-content {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}



/* -------------------------
   CONTENT - ORANGE BULLET LIST
------------------------- */

ul.orange-bullet {
    margin: 0;
    list-style: none;
}
ul.orange-bullet li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
ul.orange-bullet li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    /* top: 50%;
    transform: translateY(-50%); */
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #FF7124;
}

/* -------------------------
   CONTENT - MEDIA SPLIT AUDIO PLAYER
------------------------- */

.media-content .audio-player {
    background: #333333;
    border-radius: 30px;
    padding: 2.5rem 2.5rem 5.5rem;
    position: relative;
}
.media-content .audio-player h4 {
    margin-bottom: 2.3rem;
    font-weight: 400;
    line-height: 1.3;
}
.media-content .audio-player h4 div {
    color: #C6C6C6;
    font-size: .7em;
}
.media-content .audio-player .audio-file {
    position:absolute;
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: none;
    pointer-events: none;
}


.media-content .audio-player .range-container {
    position: relative;
    z-index: 2;
    padding-bottom: 10px;
}
.media-content .audio-player .range-container:before {
    content: '';
    position: absolute;
    z-index: -1;
    background: #fff;
    opacity: .6;
    left: 0;
    right: 0;
    top: 8px;
    border-radius: 10px;
    height: 3px;
}
.media-content .audio-player .range-container .current-time,
.media-content .audio-player .range-container .duration {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: .8rem;
}
.media-content .audio-player .range-container .current-time {
    left: 0;
}
.media-content .audio-player .range-container .duration {
    right: 0;
}

.media-content .audio-player .range-container input[type="range"] {
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  height: 19px;
  outline: none;
  background: none;
  cursor: pointer;
  width: 100%;
  /* padding-bottom: 1.4rem;
  padding-top: 2px; */
}
.media-content .audio-player input[type="range"]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  box-sizing: content-box;
  border: none;
  height: 7px;
  width: 3px;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
  margin: 1px 0 0 0;
}
.media-content .audio-player input[type="range"]:active::-webkit-slider-thumb {
  transform: scale(1.2);
  background: #FFF;
}
.media-content .audio-player input[type="range"]::-webkit-slider-runnable-track {
    background: linear-gradient(to right, #FF7124 var(--seek-before-width), rgba(0, 0, 0, 0) var(--seek-before-width));
    background-size: 100% 5px;
    background-position: center center;
    border-radius: 5px 0 0 5px;
}
.media-content .audio-player input[type="range"]::-moz-range-progress {
  background-color: #ff7124;
  border-radius: 5px 0 0 5px;
}
.media-content .audio-player input[type="range"]::-moz-focus-outer {
  border: 0;
}
.media-content .audio-player input[type="range"]::-moz-range-thumb {
  border: none;
  height: 7px;
  width: 3px;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
}
.media-content .audio-player input[type="range"]:active::-moz-range-thumb {
  transform: scale(1.2);
  background: #fff;
}
.media-content .audio-player input[type="range"]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border: solid transparent;
  color: transparent;
}
.media-content .audio-player input[type="range"]::-ms-fill-lower {
    background-color: #FF7124;
    width: 100%;
    padding: 0;
    margin: 0;
}
.media-content .audio-player input[type="range"]::-ms-fill-upper {
  background: rgba(255, 255, 255, 0);
  width: 100%;
  padding: 0;
  margin: 0;
}
.media-content .audio-player input[type="range"]::-ms-thumb {
  box-sizing: content-box;
  border: none;
  height: 7px;
  width: 3px;
  border-radius: 0;
  background-color: #fff;
  cursor: pointer;
}
.media-content .audio-player input[type="range"]:active::-ms-thumb {
  transform: scale(1.2);
  background: #fff;
}


.media-content .audio-player button {
    width: 30px;
}
.media-content .audio-player button.rewind,
.media-content .audio-player button.play,
.media-content .audio-player button.pause,
.media-content .audio-player button.forward {
    position: absolute;
    bottom: 2.5rem;
}

.media-content .audio-player button.play,
.media-content .audio-player button.pause {
    left: 50%;
    transform: translate(-50%, 6px);
    width: 45px;
}

.media-content .audio-player button.rewind {
    left: 3rem;
}
.media-content .audio-player button.play {
    opacity: 1;
    z-index: 2;
    transition: .1s ease-in-out opacity;
}
.media-content .audio-player.playing button.play {
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    transition: .1s ease-in-out opacity .1s;
}
.media-content .audio-player button.pause {
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    transition: .1s ease-in-out opacity;
}
.media-content .audio-player.playing button.pause {
    pointer-events: all;
    z-index: 2;
    opacity: 1;
    transition: .1s ease-in-out opacity .1s;
}
.media-content .audio-player button.forward {
    right: 3rem;
}

/* -------------------------
   CONTENT - SOCIAL MENU
------------------------- */
.social-menu {
    margin: -10px;
}
.social-menu li {}
.social-menu li a {
    color: #4D4D4D;
    padding:0;
    line-height: 45px;
    width: 45px;
    background: #E0E0E0;
    margin: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 1.1rem;
}
.social-menu li a i {
    line-height: 45px;
    transition: .2s ease-in-out color;
}
.social-menu li a:hover i {
    color: #FF7124;
}


/* -------------------------
   CONTENT - PRE ORDER MODAL
------------------------- */
.reveal-overlay {
    padding-bottom: 4rem;
    background: rgba(102,102,102,.85);
}
#pre-order-modal, #newsletter-modal {
    padding: 70px 50px 40px;
    position: relative;
    border: none;
    background: #fff;
    -webkit-box-shadow: 7px 7px 0px 0px #FF7124, 8px 8px 11px 0px rgba(0,0,0,0.45);
    box-shadow: 7px 7px 0px 0px #FF7124, 8px 8px 11px 0px rgba(0,0,0,0.45);
    margin-top: 3rem;
    margin-bottom: 3rem;
}
/* #pre-order-modal:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 20px;
    left: 20px;
    height: 100%;
    width: 100%;
    background: #FF7124;
} */
#pre-order-modal h2, #newsletter-modal h2 {
    margin-bottom: 3rem;
    font-size: 2.2rem;
}
#pre-order-modal h2 .your, #newsletter-modal h2 .your {
    font-weight: 400;
    font-size: .6em;
    margin-top: .1rem;
    margin-bottom: .5rem;
}
#pre-order-modal h2 .ex-machina, #newsletter-modal h2 .ex-machina {
    font-family: ethnocentric, sans-serif;
    font-style: italic;
    font-weight: 100;
    font-size: .9em;
    color: #FF7124;
}

#pre-order-modal .pre-order-form .frm_forms fieldset, #newsletter-modal .newsletter-form-modal .frm_forms fieldset
 {
    padding: 0;
}
#pre-order-modal .pre-order-form .frm_forms .frm_error_style p, #newsletter-modal .newsletter-form-modal .frm_forms .frm_error_style p {
    margin: 0;
}
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field label, #newsletter-modal .newsletter-form-modal .frm_forms .frm_fields_container .frm_form_field label {
    display: none;
}
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field textarea,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field input[type="tel"],
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field input[type="email"], #newsletter-modal .newsletter-form-modal .frm_forms .frm_fields_container .frm_form_field input[type="email"],
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field select,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field .frm-card-element.StripeElement,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field input[type="text"] {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 2px solid #ADADAD;
    border-radius: 4px;
    background: none;
    transition: .2s ease-in-out all;
}
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field textarea:hover,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field input[type="tel"]:hover,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field input[type="email"]:hover, #newsletter-modal .newsletter-form-modal .frm_forms .frm_fields_container .frm_form_field input[type="email"]:hover,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field select:hover,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field input[type="text"]:hover {
    border-color: #777;
}
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field input[type="tel"]:active,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field input[type="tel"]:focus,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field input[type="email"]:active, #newsletter-modal .newsletter-form-modal .frm_forms .frm_fields_container .frm_form_field input[type="email"]:active,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field input[type="email"]:focus, #newsletter-modal .newsletter-form-modal .frm_forms .frm_fields_container .frm_form_field input[type="email"]:focus,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field select:active,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field select:focus,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field .frm-card-element.StripeElement:hover,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field textarea:active,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field textarea:focus,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field input[type="text"]:active,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field input[type="text"]:focus {
    border-color: #FF7124;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field input[type="tel"],
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field select,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field input[type="email"], #newsletter-modal .newsletter-form-modal .frm_forms .frm_fields_container .frm_form_field input[type="email"],
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field input[type="text"],
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field .frm-card-element.StripeElement {
    height: 45px;
    position: relative;
}
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field .frm-card-element {
    padding-top: 12px;
}
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field select {
    padding-left: 6px;
}
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field, #newsletter-modal .newsletter-form-modal .frm_forms .frm_fields_container .frm_form_field {
    position: relative;
}

#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field:before, #newsletter-modal .newsletter-form-modal .frm_forms .frm_fields_container .frm_form_field:before {
    content: '';
    position: absolute;
    top: 23px;
    transform: translateY(-50%);
    left: 14px;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #ADADAD;
    transition: .2s ease-in-out color;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container #frm_field_24_container.frm_form_field input,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container #frm_field_11_container.frm_form_field input, #newsletter-modal .newsletter-form-modal .frm_forms .frm_fields_container #frm_field_8_container.frm_form_field input,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container #frm_field_10_container.frm_form_field input,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container #frm_field_12_container.frm_form_field input {
    padding-left: 40px;
}
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container #frm_field_24_container.frm_form_field:before {
    content: "\e900";
}
/* email */
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container #frm_field_11_container.frm_form_field:before, #newsletter-modal .newsletter-form-modal .frm_forms .frm_fields_container #frm_field_8_container.frm_form_field:before {
    content: "\e901";
}
/* phone*/
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container #frm_field_10_container.frm_form_field:before {
    content: "\e902";
}
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container #frm_field_12_container.frm_form_field:before {
    content: "\e904";
    left: auto;
    right: 15px;
    font-size: .6rem;
}
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container #frm_field_14_container #field_qyqlt_label {
    display: none;
}
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container #frm_field_15_container {
    text-align: right;
}

/* address */
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container #frm_field_20_container .form-field {
    margin-bottom: 10px;
}



#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field:hover:before, #newsletter-modal .newsletter-form-modal .frm_forms .frm_fields_container .frm_form_field:hover:before {
    color: #777;
}
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field:active:before, #newsletter-modal .newsletter-form-modal .frm_forms .frm_fields_container .frm_form_field:active:before,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field:focus-within:before, #newsletter-modal .newsletter-form-modal .frm_forms .frm_fields_container .frm_form_field:focus-within:before,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field:focus:before, #newsletter-modal .newsletter-form-modal .frm_forms .frm_fields_container .frm_form_field:focus:before {
    color: #FF7124;
}

#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field:hover:before, #newsletter-modal .newsletter-form-modal .frm_forms .frm_fields_container .frm_form_field:hover:before {
    color: #777;
}
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field:active:before, #newsletter-modal .newsletter-form-modal .frm_forms .frm_fields_container .frm_form_field:active:before,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field:focus-within:before, #newsletter-modal .newsletter-form-modal .frm_forms .frm_fields_container .frm_form_field:focus-within:before,
#pre-order-modal .pre-order-form .frm_forms .frm_fields_container .frm_form_field:focus:before, #newsletter-modal .newsletter-form-modal .frm_forms .frm_fields_container .frm_form_field:focus:before {
    color: #FF7124;
}




#pre-order-modal .pre-order-form .frm_forms .frm_submit, #newsletter-modal .newsletter-form-modal .frm_forms .frm_submit {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -10px;
}
#pre-order-modal .pre-order-form .frm_forms .frm_submit > button, #newsletter-modal .newsletter-form-modal .frm_forms .frm_submit > button {
    -webkit-box-flex: 1;
	-webkit-flex: 1 1 0px;
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
	margin: 0 10px;
}
#newsletter-modal .newsletter-form-modal .frm_forms .frm_submit > button {
	margin-left: 10px !important;
	margin-right: 10px !important;
}
#newsletter-modal .newsletter-form-modal .frm_style_formidable-style.with_frm_style.frm_inline_top .frm_submit:before {
	display: none;
}
#newsletter-modal .newsletter-form-modal .frm_forms .frm_fields_container #frm_field_8_container.frm_form_field.frm6, #newsletter-modal .newsletter-form-modal .frm_submit.frm6 {
    grid-column: span 12 / span 12;
}

/* -------------------------
   CONTENT - Dropdown menu
------------------------- */
    .dropdown.menu > li.menu-item.is-dropdown-submenu-parent > a:after,
    .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:after {
            border: inset 4px;
            border-color: #333 transparent transparent;
            transition: .2s ease-in-out all;
            border-radius: 3px;
            margin-top: -2px;
    }


/* -------------------------
   CONTENT - FORMIDDABLE
------------------------- */

.with_frm_style input[type="text"],
.with_frm_style input[type="password"],
.with_frm_style input[type="email"],
.with_frm_style input[type="number"],
.with_frm_style input[type="url"],
.with_frm_style input[type="tel"],
.with_frm_style input[type="phone"],
.with_frm_style input[type="search"],
.with_frm_style select,
.with_frm_style textarea {
    border: none;
    background: #f2f2f2;
    box-shadow: none;
}
.frm_style_formidable-style.with_frm_style .form-field .form-field {
    margin: 0;
}
.frm_style_formidable-style.with_frm_style .form-field input[type="text"]:focus,
.frm_style_formidable-style.with_frm_style .form-field input[type="password"]:focus,
.frm_style_formidable-style.with_frm_style .form-field input[type="email"]:focus,
.frm_style_formidable-style.with_frm_style .form-field input[type="number"]:focus,
.frm_style_formidable-style.with_frm_style .form-field input[type="url"]:focus,
.frm_style_formidable-style.with_frm_style .form-field input[type="tel"]:focus,
.frm_style_formidable-style.with_frm_style .form-field input[type="phone"]:focus,
.frm_style_formidable-style.with_frm_style .form-field input[type="search"]:focus,
.frm_style_formidable-style.with_frm_style .form-field select:focus,
.frm_style_formidable-style.with_frm_style .form-field textarea:focus,
.frm_style_formidable-style.with_frm_style .form-field input[type="text"]:active,
.frm_style_formidable-style.with_frm_style .form-field input[type="password"]:active,
.frm_style_formidable-style.with_frm_style .form-field input[type="email"]:active,
.frm_style_formidable-style.with_frm_style .form-field input[type="number"]:active,
.frm_style_formidable-style.with_frm_style .form-field input[type="url"]:active,
.frm_style_formidable-style.with_frm_style .form-field input[type="tel"]:active,
.frm_style_formidable-style.with_frm_style .form-field input[type="phone"]:active,
.frm_style_formidable-style.with_frm_style .form-field input[type="search"]:active,
.frm_style_formidable-style.with_frm_style .form-field select:active,
.frm_style_formidable-style.with_frm_style .form-field textarea:active {
    border: none;
    background: #f2f2f2;
    box-shadow: none;
}

/* -------------------------
   CONTENT -
------------------------- */

/* -------------------------
   CONTENT - PAGE HEADER
------------------------- */
.page-header {
    margin-top: 5rem;
    text-align: center;
}


/* -------------------------
   CONTENT - GALLERY
------------------------- */

.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right;
}



/* -------------------------
   CONTENT - COMMENTS
------------------------- */

#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/* --- COMMENT FORM STYLES --- */

.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }



/* --------------------------------

STYLE SET 7: FORMS

-------------------------------- */


/* -------------------------
   FORM - DEFAULT
------------------------- */


/* -------------------------
   FORM - CONTACT US
------------------------- */


/* -------------------------
   FORM - NEWSLETTER
------------------------- */


/* --------------------------------

STYLE SET 8: SIDEBARS

-------------------------------- */


/* -------------------------
   SIDEBAR - DEFAULT
------------------------- */

.sidebar li {
  list-style: none;
}

.widget ul {
  margin: 0;
}


/* -------------------------
   SIDEBAR - BLOG
------------------------- */


/* -------------------------
   SIDEBAR - SERVICES
------------------------- */


/* --------------------------------

STYLE SET 9: FOOTER

-------------------------------- */

.footer p {
  margin:0;
  line-height: 1;
}


.upper-footer {
    padding: 5rem 0;
    background: #1A1A1A;
}
.upper-footer h2 {
    font-size: 2.2rem;
}
.upper-footer p {
    color: #ADADAD;
    margin: 2rem 0 2.6rem;
}

.upper-footer .frm_forms {}
.upper-footer .frm_forms .frm_pro_form fieldset {
    padding: 0;
}
.upper-footer .frm_forms .frm_pro_form .frm_fields_container {
    max-width: 550px;
    margin: auto;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    grid-gap: 0;
}
.upper-footer .frm_forms .frm_pro_form .frm_fields_container #frm_field_8_container {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;

}
.upper-footer .frm_forms .frm_pro_form .frm_fields_container .form-field label {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}
.upper-footer .frm_forms .frm_pro_form .frm_fields_container #frm_field_8_container input {
    text-align: center;
    height: 42px;
    border-radius: 4px 0 0 4px;
    box-shadow: none;
    transition: .2s ease-in-out background-color;
    border: none;
}
.upper-footer .frm_forms .frm_pro_form .frm_fields_container #frm_field_8_container input:focus {
    border: none;
    box-shadow: none;
}
.upper-footer .frm_forms .frm_pro_form .frm_fields_container #frm_field_8_container input::placeholder {
    color: #939393;
}
.upper-footer .frm_forms .frm_pro_form .frm_fields_container #frm_field_8_container input:-ms-input-placeholder {
    color: #939393;
}
.upper-footer .frm_forms .frm_pro_form .frm_fields_container #frm_field_8_container input::-ms-input-placeholder {
    color: #939393;
}
.upper-footer .frm_forms .frm_pro_form .frm_fields_container .frm_submit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.upper-footer .frm_forms .frm_pro_form .frm_fields_container .frm_submit button {
    padding: 14px 51px 13px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    background: #FF7124;
    border-radius: 0 4px 4px 0;
    border: 0;
    box-shadow: none;
    transition: .2s ease-in-out background-color;
}
.upper-footer .frm_forms .frm_pro_form .frm_fields_container .frm_submit button:hover {
    background: #FC7F49
}

.upper-footer .frm_forms .frm_pro_form .frm_fields_container .frm_submit:before {
    display: none!important;
}

@media screen and (max-width: 39.9375em) {
    .upper-footer h2 {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 460px) {
    .upper-footer .frm_forms .frm_pro_form .frm_fields_container #frm_field_8_container {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
    .upper-footer .frm_forms .frm_pro_form .frm_fields_container .frm_submit {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
        text-align: center;
        margin-top: .8rem;
    }
    .upper-footer .frm_forms .frm_pro_form .frm_fields_container .frm_submit button,
    .upper-footer .frm_forms .frm_pro_form .frm_fields_container #frm_field_8_container input {
        border-radius: 4px;
    }
}


/* lower footer */
.lower-footer {
    font-size: 1.1rem;
    padding: 2rem;
    background: #fff;
}

.lower-footer nav ul li a {
    color: #000;
    background: none;
}
.lower-footer nav ul li.active a {
    background: none;
    color: #000;
}
.lower-footer nav ul li.current_page_item a {

}
.lower-footer nav ul li a:hover {
    color: #000;
}
.copyright, .s1-footer-sig a span {
    color: #000
}

.lower-footer .in-partnership-with {}
.lower-footer .in-partnership-with .logo-rom {
    height: 25px;
}
.lower-footer .in-partnership-with span {
    margin: 0 10px;
    color: #939393;
    font-size: .9rem;
}
.lower-footer .in-partnership-with .logo-ricardo {
    height: 45px;
}


@media screen and (max-width: 950px) {
    .lower-footer > .cell {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .lower-footer > .copyright-container {
        width: 70%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        order: 2;
    }
    .lower-footer > .in-partnership-with {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        margin-bottom: 1.5rem;
    }
    .lower-footer > .s1dig {
        width: 30%;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}
@media screen and (max-width: 510px) {
    .lower-footer > .in-partnership-with .logo-rom {
        height: 20px;
    }
    .lower-footer > .in-partnership-with span {}
    .lower-footer > .in-partnership-with .logo-ricardo {
        height: 35px;
    }
}
@media screen and (max-width: 460px) {
    .lower-footer > .in-partnership-with span {
        display: block;
        text-align: center;
        margin-bottom: .4rem;
        margin-top: .3rem;
        line-height: 1;
    }
}


/* sig */

.s1-footer-sig {
    width: 50%;
    float: right;
    text-align: right;
}
.s1-footer-sig a {
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}
.s1-footer-sig a:hover {
    text-decoration: none;
}
.s1-footer-sig .s1-footer-sig-main {
    color: #999999;
    text-decoration: none;
    vertical-align: middle;
    padding-right: 25px;
}
.s1-footer-sig .s1-footer-sig-main img {
    display: inline-block;
    vertical-align: middle;
    max-width: 25px;
    margin-left: 13px;
}
.s1-footer-sig .s1-footer-sig-popup {
    pointer-events: none;
    opacity: 0;
    transform: translate(100%, 100%);
    transition: .3s ease-in-out all;
    position: absolute;
    width: 460px;
    bottom: 0;
    right: 0;
    background: #392877;
    z-index: 2;
}
.s1-footer-sig a:hover .s1-footer-sig-popup {
    transform: translate(0, 0);
    pointer-events: all;
    opacity: 1;
    z-index: 99;
}
.s1-footer-sig a .s1-footer-sig-popup .s1-f-s-top {
    padding: 1.2rem;
    background: #2D1A60;
}
.s1-footer-sig a .s1-footer-sig-popup .s1-f-s-top img {
    width: 150px;
}
.s1-footer-sig a .s1-footer-sig-popup h3 {
    margin-top: 35px;
    margin-bottom: 25px;
    color: #CDC9DD;
    font-weight: 400;
    font-size: 1.2rem;
}
.s1-footer-sig a .s1-footer-sig-popup ul {
    margin: 1rem 0;
    display: block;
}
.s1-footer-sig a .s1-footer-sig-popup ul li {
    display: inline-block;
    padding:5px 12px;
    margin: 3px;
    font-size: 1rem;
    background: #4B3D8E;
    color: #CFC8ED;
}
.s1-footer-sig a .s1-footer-sig-popup .how-weve-helped {
    color: #fff;
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin: 20px 0 40px;
    transition: .2s ease-in-out all;
}
.s1-footer-sig a .s1-footer-sig-popup .how-weve-helped:after {
    content: '';
    background: #FFD405;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -5px;
    height: 2px;
    transition: .2s ease-in-out all;
}
.s1-footer-sig a .s1-footer-sig-popup .how-weve-helped:hover {
    margin-top: 17px;
    padding-bottom: 3px;
}
@media screen and (max-width: 63.9375em) {
    .s1-footer-sig-popup {
        display: none;
    }
    .s1-footer-sig a:hover .s1-footer-sig-main span {
        color: #000;
    }
}





/* --------------------------------

STYLE SET 10: WP JOINTS STYLING

-------------------------------- */

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

body#tinymce {
  margin: 20px; }


/* --------------------------------

STYLE SET 11: EXTENSION STYLES

-------------------------------- */

/* -------------------------
   EXTENSION - ICOMOON
------------------------- */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?d5slsd');
  src:  url('../fonts/icomoon.eot?d5slsd#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?d5slsd') format('truetype'),
    url('../fonts/icomoon.woff?d5slsd') format('woff'),
    url('../fonts/icomoon.svg?d5slsd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-name:before {
  content: "\e900";
}
.icon-email:before {
  content: "\e901";
}
.icon-phone1:before {
  content: "\e902";
}
.icon-instagram2:before {
  content: "\e906";
}
.icon-arrow:before {
  content: "\e905";
}
.icon-linkedin2:before {
  content: "\e903";
}
.icon-phone:before {
  content: "\e942";
}
.icon-search:before {
  content: "\e986";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-google-plus2:before {
  content: "\ea8c";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
