html, body, *, input, textarea {
  -webkit-font-smoothing: antialiased; }

html {
  position: relative;
  min-height: 100%; }

html, body {
  margin: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: Myriad Pro, Helvetica, sans serif; }

h1.contact {
  font-size: 2.5em;
  margin: 20px 0 30px 0;
  padding: 0;
  font-weight: 500; }
  @media screen and (max-width: 480px) {
    h1.contact {
      font-size: 1.5em;
      margin: 20px 0 20px 0; } }

a.btn {
  background: #000;
  display: inline-block;
  color: #FFF;
  padding: 10px 15px 8px 15px;
  text-decoration: none;
  font-size: 22px;
  margin: 15px 0 50px 0;
  transition: 0.3s; }
  a.btn:hover {
    color: #e8b06c; }

body.home {
  background: url("/wp-content/themes/seescore/static/img/home-bg.jpg") repeat-x; }
  @media screen and (max-width: 480px) {
    body.home {
      background-size: 90px 487px; } }

div.mobile-subnav-toggle {
  display: none; }

@media screen and (max-width: 480px) {
  div.mobile-nav-toggle {
    background: #000;
    padding: 15px 0 5px 0; }
    div.mobile-nav-toggle a {
      display: block;
      height: 40px;
      width: 40px;
      margin: auto; }
      div.mobile-nav-toggle a span {
        height: 6px;
        width: 100%;
        display: block;
        float: left;
        margin-bottom: 6px;
        background: #FFF; }
  div.mobile-subnav-toggle {
    background: #e8b06c;
    padding: 13px 0 13px 0;
    display: block; }
    div.mobile-subnav-toggle a {
      height: 26px;
      width: 150px;
      font-size: 20px;
      color: #FFF;
      text-align: center;
      text-decoration: none;
      margin: auto;
      display: block; }

  nav[role="main"] {
    display: none; } }
nav[role="main"] {
  background: #000;
  text-align: center; }
  @media screen and (max-width: 480px) {
    nav[role="main"] ul li {
      float: none !important; } }
  nav[role="main"] ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block; }
    nav[role="main"] ul li {
      float: left;
      text-align: center; }
      nav[role="main"] ul li.current-menu-item a, nav[role="main"] ul li.current-menu-parent a, nav[role="main"] ul li.current_page_item a {
        color: #e8b06c; }
      nav[role="main"] ul li a {
        color: #FFF;
        font-size: 22px;
        padding: 22px 17px 16px 17px;
        display: block;
        text-decoration: none;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        nav[role="main"] ul li a:hover {
          color: #e8b06c; }
        @media screen and (max-width: 768px) {
          nav[role="main"] ul li a {
            font-size: 18px;
            padding: 22px 10px 16px 10px; } }
        nav[role="main"] ul li a.chinese {
          padding: 17px 17px 16px 17px; }
          nav[role="main"] ul li a.chinese img {
            margin: 0 auto; }

nav[role="subnav"] {
  background: #e8b06c;
  display: block;
  height: 69px;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 480px) {
    nav[role="subnav"] {
      display: none;
      height: auto; } }
  nav[role="subnav"] ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-block; }
    nav[role="subnav"] ul li {
      float: left; }
      @media screen and (max-width: 480px) {
        nav[role="subnav"] ul li {
          float: none; } }
      nav[role="subnav"] ul li.current_page_item a {
        color: #000; }
      nav[role="subnav"] ul li a {
        color: #FFF;
        text-decoration: none;
        font-size: 22px;
        padding: 22px 17px 16px 17px;
        display: block;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        nav[role="subnav"] ul li a:hover {
          color: #000; }
        @media screen and (max-width: 768px) {
          nav[role="subnav"] ul li a {
            font-size: 18px; } }
      nav[role="subnav"] ul li ul {
        display: none; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
section[role="strapline"] {
  background: #fae5b9;
  width: 100%;
  height: 182px;
  text-align: center; }
  @media screen and (max-width: 480px) {
    section[role="strapline"] {
      height: auto; } }
  section[role="strapline"] h1 {
    margin: 0;
    padding: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 182px;
    -webkit-animation: fadein 0.9s;
    /* Safari and Chrome */
    -moz-animation: fadein 0.9s;
    /* Firefox */
    -ms-animation: fadein 0.9s;
    /* Internet Explorer */
    animation: fadein 0.9s; }
  @media screen and (min-width: 1200px) {
    section[role="strapline"] h1 {
      font-size: 60px; } }
  @media screen and (max-width: 768px) {
    section[role="strapline"] h1 {
      font-size: 32px; } }
  @media screen and (max-width: 480px) {
    section[role="strapline"] h1 {
      font-size: 22px;
      line-height: 26px;
      padding-top: 40px;
      padding-bottom: 40px; } }

body {
  /* Match These Values */
  margin-bottom: 110px; }
  @media screen and (max-width: 480px) {
    body {
      margin-bottom: 40px; } }

footer[role="main"] {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Match These Values */
  height: 110px;
  text-align: center;
  line-height: 110px; }
  @media screen and (max-width: 480px) {
    footer[role="main"] {
      line-height: 20px; } }
  footer[role="main"] div.container {
    border-top: 1px solid #cccccc; }
    @media screen and (max-width: 480px) {
      footer[role="main"] div.container {
        padding-top: 30px; } }
  footer[role="main"] p, footer[role="main"] a {
    font-size: 15px;
    color: #858585; }
  footer[role="main"] span {
    padding-right: 6px; }
  footer[role="main"] a {
    text-decoration: none;
    color: #000;
    padding: 0 6px 0 6px; }
    @media screen and (max-width: 480px) {
      footer[role="main"] a {
        display: block; } }
  @media screen and (max-width: 768px) {
    footer[role="main"] p, footer[role="main"] a, footer[role="main"] span {
      font-size: 14px; } }
  @media screen and (max-width: 480px) {
    footer[role="main"] {
      padding: 0 20px 0 20px;
      height: auto;
      position: relative; }
      footer[role="main"] p, footer[role="main"] a, footer[role="main"] span {
        font-size: 14px;
        padding-top: 20px; } }

aside[role="sidebar"] figure {
  margin: 0 0 40px 0;
  padding: 0; }

.container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

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

section[role="app-intro"] {
  min-height: 668px;
  display: block;
  position: relative; }
  @media screen and (max-width: 480px) {
    section[role="app-intro"] {
      min-height: 465px; } }
  section[role="app-intro"] a {
    color: #000;
    text-decoration: none;
    font-size: 30px;
    font-weight: 600; }
    section[role="app-intro"] a.appstore {
      font-size: 0;
      display: block;
      background: url("/wp-content/themes/seescore/static/img/appstore-download-icon.svg") no-repeat;
      height: 50px;
      width: 174px;
      margin: 16px auto; }
    @media screen and (min-width: 1200px) {
      section[role="app-intro"] a {
        font-size: 38px; } }
  section[role="app-intro"] div.logo {
    padding: 33px 0 39px 0; }
    section[role="app-intro"] div.logo a {
      display: block;
      background: url("/wp-content/themes/seescore/static/img/seescore-logo.png") no-repeat, none;
      background: url("/wp-content/themes/seescore/static/img/seescore-logo.svg") no-repeat;
      font-size: 0;
      width: 317px;
      height: 88px;
      margin: 0 auto; }
      @media screen and (max-width: 480px) {
        section[role="app-intro"] div.logo a {
          width: 249px;
          height: 69px;
          background-size: cover; } }
  section[role="app-intro"] div.download-app, section[role="app-intro"] div.developer-sdk {
    padding-top: 81px;
    text-align: center; }
  section[role="app-intro"] div.download-app {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    section[role="app-intro"] div.download-app:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      section[role="app-intro"] div.download-app {
        display: none; } }
  section[role="app-intro"] div.ipad-preview {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    section[role="app-intro"] div.ipad-preview:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      section[role="app-intro"] div.ipad-preview {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        section[role="app-intro"] div.ipad-preview:last-child {
          margin-right: 0; } }
    section[role="app-intro"] div.ipad-preview section[role="ipad"] {
      height: 616px;
      width: 437px;
      display: block;
      background: url("/wp-content/themes/seescore/static/img/ipad-placeholder.png") no-repeat;
      margin: 0 auto;
      position: relative;
      z-index: 3;
      overflow: hidden; }
      @media screen and (max-width: 480px) {
        section[role="app-intro"] div.ipad-preview section[role="ipad"] {
          width: 237px;
          height: 316px;
          background-size: cover; } }
      section[role="app-intro"] div.ipad-preview section[role="ipad"] div.ipad-screens {
        height: 470px;
        width: 354px;
        display: block;
        background: #fffff1;
        position: absolute;
        top: 57px;
        left: 54px;
        z-index: 1; }
        @media screen and (max-width: 480px) {
          section[role="app-intro"] div.ipad-preview section[role="ipad"] div.ipad-screens {
            width: 191px;
            height: 257px;
            overflow: hidden;
            top: 30px;
            left: 30px; } }
      section[role="app-intro"] div.ipad-preview section[role="ipad"] div.cycle-pager {
        margin-top: 43px;
        text-align: center;
        overflow: hidden; }
        section[role="app-intro"] div.ipad-preview section[role="ipad"] div.cycle-pager span {
          width: 16px;
          height: 16px;
          font-size: 50px;
          display: inline-block;
          color: #cccccc; }
          section[role="app-intro"] div.ipad-preview section[role="ipad"] div.cycle-pager span.cycle-pager-active {
            color: #000; }
          section[role="app-intro"] div.ipad-preview section[role="ipad"] div.cycle-pager span:hover {
            cursor: pointer; }
  section[role="app-intro"] div.developer-sdk {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%; }
    section[role="app-intro"] div.developer-sdk:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      section[role="app-intro"] div.developer-sdk {
        display: none; } }

div.ipad-links {
  padding: 0 20px 0 20px; }

section[role="app-features"] {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 60px 20px;
  text-align: center; }
  section[role="app-features"]:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 480px) {
    section[role="app-features"] {
      padding: 40px 20px 0px 20px; } }
  section[role="app-features"] img {
    margin: auto; }
  section[role="app-features"] h2 {
    font-size: 29px;
    font-weight: 600;
    margin-top: 13px;
    margin-bottom: 19px; }
    @media screen and (max-width: 480px) {
      section[role="app-features"] h2 {
        font-size: 22px; } }
  section[role="app-features"] p {
    font-size: 15px;
    line-height: 22px; }
  section[role="app-features"] div img {
    -webkit-transition: all .2s ease-in-out; }
    section[role="app-features"] div img:hover {
      -webkit-transform: scale(1.1); }
  section[role="app-features"] div.feature-1 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    section[role="app-features"] div.feature-1:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      section[role="app-features"] div.feature-1 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-bottom: 30px;
        padding: 0 30px 0 30px; }
        section[role="app-features"] div.feature-1:last-child {
          margin-right: 0; } }
  section[role="app-features"] div.feature-2 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    section[role="app-features"] div.feature-2:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      section[role="app-features"] div.feature-2 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-bottom: 30px;
        padding: 0 30px 0 30px; }
        section[role="app-features"] div.feature-2:last-child {
          margin-right: 0; } }
  section[role="app-features"] div.feature-3 {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    section[role="app-features"] div.feature-3:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      section[role="app-features"] div.feature-3 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-bottom: 30px;
        padding: 0 30px 0 30px; }
        section[role="app-features"] div.feature-3:last-child {
          margin-right: 0; } }

a.appstore-mobile {
  font-size: 0;
  display: none;
  background-color: black;
  background: url("/wp-content/themes/seescore/static/img/appstore-download-icon.png");
  height: 50px;
  width: 174px;
  margin: 0px auto 35px; }
  @media screen and (max-width: 480px) {
    a.appstore-mobile {
      display: block !important; } }

article[role="content"] {
  padding: 40px 0 40px 0; }
  article[role="content"] p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 28px; }

section[role="content"] {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (max-width: 768px) {
    section[role="content"] {
      padding: 0 30px 10px 30px; }
      section[role="content"] p {
        line-height: 20px !important;
        margin-bottom: 20px; }
      section[role="content"] ul li {
        margin-bottom: 10px !important; }
      section[role="content"] h2 {
        margin-top: 48px; } }
  section[role="content"] a {
    color: #B9894C;
    text-decoration: none; }
  section[role="content"] img {
    margin: auto; }
  section[role="content"] h2 {
    margin-top: 41px; }
    @media screen and (max-width: 480px) {
      section[role="content"] h2 {
        margin-top: 30px; } }
    section[role="content"] h2 a {
      color: #000;
      text-decoration: none;
      transition: 0.3s; }
      section[role="content"] h2 a:hover {
        color: #e8b06c; }
  section[role="content"] ul {
    padding-left: 16px; }
    section[role="content"] ul li {
      margin-bottom: 12px;
      padding-left: 3px; }
  section[role="content"] p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 20px; }
  section[role="content"] div.left, section[role="content"] div.middle, section[role="content"] div.right {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    section[role="content"] div.left:last-child, section[role="content"] div.middle:last-child, section[role="content"] div.right:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      section[role="content"] div.left, section[role="content"] div.middle, section[role="content"] div.right {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        section[role="content"] div.left:last-child, section[role="content"] div.middle:last-child, section[role="content"] div.right:last-child {
          margin-right: 0; } }

section[role="download-intro"] {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 25px 25px 0 25px;
  margin: 40px auto;
  border-top: 1px solid #eee; }
  section[role="download-intro"]:after {
    content: "";
    display: table;
    clear: both; }
  section[role="download-intro"] p {
    line-height: 26px; }
  section[role="download-intro"] h1 {
    margin-bottom: 23px; }

section[role="download-platforms"] {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 20px; }
  section[role="download-platforms"]:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 768px) {
    section[role="download-platforms"] {
      padding-left: 15px;
      padding-right: 15px; } }
  section[role="download-platforms"] h1 {
    padding: 40px 0 10px 0;
    font-size: 42px;
    font-weight: 600; }
  section[role="download-platforms"] div.ios, section[role="download-platforms"] div.osx, section[role="download-platforms"] div.android, section[role="download-platforms"] div.windows-8, section[role="download-platforms"] div.windows {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    text-align: center; }
    section[role="download-platforms"] div.ios:last-child, section[role="download-platforms"] div.osx:last-child, section[role="download-platforms"] div.android:last-child, section[role="download-platforms"] div.windows-8:last-child, section[role="download-platforms"] div.windows:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      section[role="download-platforms"] div.ios, section[role="download-platforms"] div.osx, section[role="download-platforms"] div.android, section[role="download-platforms"] div.windows-8, section[role="download-platforms"] div.windows {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        padding: 0 35px 0 35px; }
        section[role="download-platforms"] div.ios:last-child, section[role="download-platforms"] div.osx:last-child, section[role="download-platforms"] div.android:last-child, section[role="download-platforms"] div.windows-8:last-child, section[role="download-platforms"] div.windows:last-child {
          margin-right: 0; } }
    section[role="download-platforms"] div.ios h2 a, section[role="download-platforms"] div.osx h2 a, section[role="download-platforms"] div.android h2 a, section[role="download-platforms"] div.windows-8 h2 a, section[role="download-platforms"] div.windows h2 a {
      color: #000;
      text-decoration: none;
      display: block;
      width: 100%;
      height: 300px;
      transition: 0.3s;
      position: relative;
      border-bottom: 4px solid #FFF; }
      @media screen and (max-width: 768px) {
        section[role="download-platforms"] div.ios h2 a, section[role="download-platforms"] div.osx h2 a, section[role="download-platforms"] div.android h2 a, section[role="download-platforms"] div.windows-8 h2 a, section[role="download-platforms"] div.windows h2 a {
          height: 270px; } }
      section[role="download-platforms"] div.ios h2 a:hover, section[role="download-platforms"] div.osx h2 a:hover, section[role="download-platforms"] div.android h2 a:hover, section[role="download-platforms"] div.windows-8 h2 a:hover, section[role="download-platforms"] div.windows h2 a:hover {
        border-bottom: 4px solid #000; }
      section[role="download-platforms"] div.ios h2 a span.platform, section[role="download-platforms"] div.osx h2 a span.platform, section[role="download-platforms"] div.android h2 a span.platform, section[role="download-platforms"] div.windows-8 h2 a span.platform, section[role="download-platforms"] div.windows h2 a span.platform {
        display: none; }
      section[role="download-platforms"] div.ios h2 a span.version, section[role="download-platforms"] div.osx h2 a span.version, section[role="download-platforms"] div.android h2 a span.version, section[role="download-platforms"] div.windows-8 h2 a span.version, section[role="download-platforms"] div.windows h2 a span.version {
        font-size: 18px;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        display: block; }
        @media screen and (max-width: 768px) {
          section[role="download-platforms"] div.ios h2 a span.version, section[role="download-platforms"] div.osx h2 a span.version, section[role="download-platforms"] div.android h2 a span.version, section[role="download-platforms"] div.windows-8 h2 a span.version, section[role="download-platforms"] div.windows h2 a span.version {
            font-size: 15px; } }
  section[role="download-platforms"] div.ios h2 a {
    background: url("/wp-content/themes/seescore/static/img/iOS.svg") center 60px no-repeat;
    background-size: 60%;
    background-color: #FFFAED; }
  section[role="download-platforms"] div.osx h2 a {
    background: url("/wp-content/themes/seescore/static/img/OSX.svg") center 60px no-repeat;
    background-size: 70%;
    background-color: #FFFAED; }
  section[role="download-platforms"] div.android h2 a {
    background: url("/wp-content/themes/seescore/static/img/Android.svg") center 60px no-repeat;
    background-size: 76%;
    background-color: #FFFAED; }
  section[role="download-platforms"] div.windows-8 h2 a {
    /*background: url('/wp-content/themes/seescore/static/img/Windows8.svg') center 73px no-repeat;*/
    background: url("/wp-content/themes/seescore/static/img/Windows.svg") center 73px no-repeat;
    background-size: 80%;
    background-color: #FFFAED; }
  section[role="download-platforms"] div.windows h2 a {
    background: url("/wp-content/themes/seescore/static/img/Windows.svg") center 73px no-repeat;
    background-size: 80%;
    background-color: #FFFAED; }

section[role="seescore-lite"] {
  text-align: center;
  padding-top: 40px;
  margin-top: 50px;
  border-top: 1px solid #eee; }
  @media screen and (max-width: 480px) {
    section[role="seescore-lite"] h1 {
      font-size: 20px; } }

section[role="download-form"] {
  text-align: center; }
  section[role="download-form"] article {
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px; }
    @media screen and (max-width: 480px) {
      section[role="download-form"] article h2 {
        font-size: 20px;
        line-height: 30px; } }

div.ninja-forms-success-msg {
  color: #AF7F44; }
div.ninja-forms-error-msg {
  color: red; }
div.ninja-forms-field-error {
  color: red;
  margin-top: -25px; }

section[role="seescore"] {
  text-align: center;
  padding-bottom: 80px; }
  section[role="seescore"] h1 {
    font-size: 39px;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      section[role="seescore"] h1 {
        font-size: 29px; } }
  section[role="seescore"] h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 50px;
    color: #000; }
    @media screen and (max-width: 768px) {
      section[role="seescore"] h2 {
        font-size: 21px;
        margin-top: 20px; } }
  section[role="seescore"] p {
    line-height: 29px;
    font-size: 15px; }

div.col3 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  margin-right: 0;
  padding: 0 19px 0 19px; }
  div.col3:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    div.col3 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0;
      padding: 0 19px 0 19px; }
      div.col3:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    div.col3 {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-right: 0;
      padding: 0 19px 0 19px; }
      div.col3:last-child {
        margin-right: 0; } }
div.col12 {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
  padding: 0 19px 0 19px; }
  div.col12:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    div.col12 {
      padding: 0 19px 0 19px; } }
  @media screen and (max-width: 480px) {
    div.col12 {
      padding: 0 19px 0 19px; } }

a.seescore-lite {
  color: #000;
  font-size: 18px;
  margin-top: 10px;
  display: block; }
a.appstore {
  font-size: 0;
  display: block;
  background: url("/wp-content/themes/seescore/static/img/appstore-download-icon.png");
  height: 50px;
  width: 174px;
  margin: 56px auto 30px; }

div.ninja-forms-cont {
  padding-top: 15px;
  padding-bottom: 40px; }
  div.ninja-forms-cont div.ninja-forms-required-items {
    margin-bottom: 40px;
    margin-top: 0;
    padding-top: 0;
    color: #B98648;
    display: none; }
  div.ninja-forms-cont span.ninja-forms-req-symbol {
    color: #B98648;
    display: none; }
  div.ninja-forms-cont form img.ninja-forms-help-text {
    display: inline;
    margin-left: 5px; }
  div.ninja-forms-cont form input {
    border: 1px solid #B1B1B1;
    margin-bottom: 10px;
    color: #505050;
    font-size: 18px;
    padding-left: 10px; }
    div.ninja-forms-cont form input:focus {
      box-shadow: none;
      outline: none; }
  div.ninja-forms-cont form input[type="text"], div.ninja-forms-cont form input[type="password"], div.ninja-forms-cont form input[type="email"], div.ninja-forms-cont form input[type="date"] {
    min-height: 45px; }
  div.ninja-forms-cont form input[type="file"] {
    border: none;
    padding: 0;
    font-size: 16px;
    margin: 10px 0 0 0; }
  div.ninja-forms-cont form input[type=submit] {
    background: #000;
    border: 1px solid #000;
    padding: 10px 30px 10px 30px;
    font-size: 22px;
    color: #FFF;
    margin-top: 5px;
    transition: 0.3s; }
    div.ninja-forms-cont form input[type=submit]:hover {
      color: #e8b06c;
      cursor: pointer; }
  div.ninja-forms-cont form textarea {
    border: 1px solid #B1B1B1;
    color: #505050;
    font-size: 18px;
    padding-left: 10px;
    padding-top: 12px; }
    div.ninja-forms-cont form textarea:focus {
      box-shadow: none;
      outline: none; }

section[role="error404"] {
  text-align: center;
  padding-top: 30px; }
  section[role="error404"] h2 {
    font-size: 55px; }

section[role="api"] {
  text-align: center;
  padding-top: 50px; }
  section[role="api"] h1 a {
    color: #000;
    text-decoration: none;
    font-size: 30px; }

article[role="post"] {
  padding: 3px 0 10px 0; }
  article[role="post"] h2 {
    margin-bottom: 5px; }
  article[role="post"] p.date {
    color: #969696;
    font-size: 15px; }
