/*
Theme Name: Products Sub Site
Theme URI: http://www.loftocean.com
Author: Loft.Ocean
Author URI: http://www.loftocean.com
Description: For Loft.Ocean sub sites of products
Version: 1.0
Tags: full-width-template, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post
Text Domain: product-sub

FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/**
 * Table of Contents:
 *
 * 1.0 - Normalize 
 * 2.0 - Elements
 * 3.0 - Main
 * 4.0 - LoftBuilder Restyle
 */
@font-face {
  font-family: 'Menlo Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Menlo Regular"), url("assets/font-menlo/Menlo-Regular.woff") format("woff"); }
.container:after,
.site-header ul:after,
.site-footer:after,
.site-footer .widget-area .widget-area-row:after,
ul.social-nav:after,
.post-navigation .nav-links:after {
  position: relative;
  display: block;
  content: "";
  clear: both; }

/* ==========================================================================
   1.0 Normalize
   
   - Normalizing styles have been helped along thanks to the fine work of
   Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
   ========================================================================== */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: 700; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

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

select {
  text-transform: none; }

button {
  overflow: visible; }

button,
input,
select,
textarea {
  max-width: 100%; }

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

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

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

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0; }

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

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

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

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  padding: 0.875em; }

fieldset > :last-child {
  margin-bottom: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

optgroup {
  font-weight: bold; }

/* ==========================================================================
   2.0 Elements
   ========================================================================== */
* {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word; }
  *:focus {
    outline: 0; }

html {
  width: 100%;
  min-height: 100%; }
  html:not(.no-touch) div {
    background-attachment: scroll !important; }

body {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  background: #F6F6F6; }
  body#tinymce {
    padding: 20px !important;
    background: #FFF; }

#page {
  position: relative;
  width: 100%;
  height: auto;
  background: #FFF; }

ul,
ol {
  margin: 0 0 30px 30px;
  padding: 0; }

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

dl {
  margin: 0 0 30px; }

dt {
  font-weight: 700; }

dd {
  margin: 0 0 30px; }

figure {
  position: relative;
  max-width: 100%;
  margin: 0;
  overflow: hidden; }
  figure img {
    display: block; }

img {
  height: auto;
  max-width: 100%;
  border: 0; }

hr {
  height: 1px;
  margin: 0 auto 30px;
  background-color: rgba(0, 0, 0, 0.1);
  border: none; }

.hide {
  display: none !important; }

/**
 * Clearing
 */
/**
 * Accessibility
 */
.says,
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  overflow: hidden;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important; }

.site .skip-link {
  top: -9999em;
  left: -9999em;
  display: block;
  padding: 15px 23px 14px;
  background-color: #F1F1F1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759B;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  text-decoration: none;
  text-transform: none; }
  .logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-family: "Open Sans", sans-serif; }
  .site .skip-link:focus {
    top: 7px;
    left: 6px;
    z-index: 100000;
    width: auto;
    height: auto;
    clip: auto; }

/* Alignments
   ========================================================================== */
.alignleft {
  float: left;
  display: inline; }

.alignright {
  float: right;
  display: inline; }

.aligncenter {
  display: block;
  margin-right: auto !important;
  margin-left: auto !important; }

figure.alignleft,
img.alignleft {
  margin: 0 30px 30px 0; }

figure.alignright,
img.alignright {
  margin: 0 0 30px 30px; }

/* ==========================================================================
   3.0 Typography
   ========================================================================== */
body,
button,
input,
select,
textarea,
.ui-widget,
.section-title,
.widget-title {
  font-family: "Lato", sans-serif; }

.site-branding .site-title,
.page-header,
.cat-links a,
.site-footer,
.pagination,
.single .breadcrumb,
.need-help {
  font-family: "Menlo Regular", monospace, serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Menlo Regular", monospace, serif;
  font-weight: 600;
  line-height: 1.5; }

body {
  color: #131419;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7; }

a {
  color: #252525;
  text-decoration: none;
  transition: all 0.3s; }

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
  margin-bottom: 20px; }
.post-entry h1 {
  font-size: 36px;
  font-size: 2.25rem; }
.post-entry h2 {
  font-size: 32px;
  font-size: 2rem; }
.post-entry h3 {
  font-size: 28px;
  font-size: 1.75rem; }
.post-entry h4 {
  font-size: 24px;
  font-size: 1.5rem; }
.post-entry h5 {
  font-size: 18px;
  font-size: 1.125rem; }
.post-entry h6 {
  font-size: 16px;
  font-size: 1rem; }

.post-title {
  font-family: "Menlo Regular", monospace, serif;
  font-weight: 600;
  line-height: 1.3; }
  .post-title a {
    color: inherit; }

.page-title {
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

p {
  margin: 0 auto 30px;
  font-size: inherit; }

pre,
code {
  background-color: #F6F6F6;
  border: 1px solid #EEE; }

pre {
  display: block;
  padding: 30px;
  margin: 30px 0;
  tab-size: 4;
  overflow: auto;
  font-size: 16px; }

code {
  padding: 5px;
  font-size: 14px; }

fieldset {
  padding: 0;
  margin: 0;
  border: none; }

dfn,
cite,
em,
i {
  font-style: italic; }

address {
  margin: 0 0 30px;
  font-style: italic; }

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace; }

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

mark,
ins {
  padding: 1.75px 3.5px;
  background: #252525;
  color: #FFF;
  text-decoration: none; }

big {
  font-size: 125%; }

/* ==========================================================================
   4.0 Site Header & Menu
   ========================================================================== */
nav ul {
  margin: 0;
  list-style: none; }

/* Site Header
   ========================================================================== */
.site-header {
  position: relative;
  z-index: 999;
  width: 100%;
  height: 60px;
  padding: 0;
  background-color: #FFF;
  background-size: cover;
  background-position: center;
  line-height: 1.5; }
  .site-header.dark-header {
    background: #252525;
    color: #FFF; }
    .no-touch .site-header.dark-header a:hover {
      color: #FFF; }
  .site-header.transparent-header {
    position: absolute;
    background: none !important; }
  .site-header .container {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .site-header .site-branding {
    margin-left: 0;
    font-size: 0; }
    .site-header .site-branding p {
      margin-bottom: 0; }
    .site-header .site-branding .site-title {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 60px; }
    .site-header .site-branding a {
      display: inline-block;
      color: inherit; }
  .site-header #site-header-search {
    position: relative; }
    .site-header #site-header-search .search-button {
      position: relative;
      z-index: 9;
      display: inline-block;
      height: 40px;
      padding: 0 10px;
      color: inherit;
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 40px;
      cursor: pointer;
      transition: 0.3s; }
      .no-touch .site-header #site-header-search .search-button:hover {
        color: #252525; }
      .site-header #site-header-search .search-button i.fa {
        display: block;
        line-height: inherit; }
    .site-header #site-header-search form {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 60px;
      padding: 10px 0;
      background: #FFF;
      border-bottom: 1px solid #EEE;
      transition: 0.3s;
      opacity: 0;
      pointer-events: none;
      visibility: hidden; }
      .site-header #site-header-search form label {
        position: relative;
        display: block;
        max-width: 1160px;
        padding: 0 30px; }
      .site-header #site-header-search form input[type="search"] {
        width: calc(100% - 40px);
        height: 40px;
        border: none;
        color: #131419;
        font-family: "Menlo Regular", monospace, serif;
        line-height: 40px; }
    .site-header #site-header-search.search-show .search-button i.fa:before {
      content: "\f00d";
      color: #252525 !important; }
    .site-header #site-header-search.search-show form {
      opacity: 1;
      pointer-events: auto;
      visibility: visible; }
  .no-touch .site-header.dark-header #site-header-search .search-button:hover {
    color: #FFF; }
  .site-header .site-header-menu,
  .site-header #site-header-search {
    margin: 0; }
  .site-header .site-header-menu .main-navigation > ul > li {
    float: left;
    padding: 0 15px; }
  .site-header nav ul li {
    font-size: 0;
    line-height: 1; }
    .site-header nav ul li a {
      display: block;
      color: inherit;
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 600;
      line-height: 40px; }
      .no-touch .site-header nav ul li a:hover {
        color: #252525; }

/* Social Nav
   ========================================================================== */
ul.social-nav {
  margin: 0; }
  ul.social-nav li {
    float: left;
    list-style: none; }
    ul.social-nav li a:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: inherit;
      font-size: 13px;
      font-size: 0.8125rem; }
    ul.social-nav li a[href*="twitter"]:before {
      content: "\f099"; }
    ul.social-nav li a[href*="mailto"]:before {
      content: "\f0e0"; }
    ul.social-nav li a[href*="themeforest"]:before {
      content: "\f06c"; }

/* ==========================================================================
   5.0 Content
   ========================================================================== */
.container {
  position: relative;
  max-width: 1160px;
  padding: 0 30px; }

/* Site Content
   ========================================================================== */
.site-content {
  position: relative;
  z-index: 9; }

#primary {
  padding-bottom: 60px; }
  #primary > *:last-child {
    margin-bottom: 0; }

.page-header,
.single .post-header {
  position: relative;
  text-align: center;
  padding: 70px 0; }
  .page-header span,
  .single .post-header span {
    font-size: 15px;
    font-size: 0.9375rem;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
  .page-header .sub-page-title,
  .single .post-header .sub-page-title {
    margin: 30px auto 0; }

/* Posts
   ========================================================================== */
.cat-links {
  font-size: 0; }
  .cat-links a {
    position: relative;
    z-index: 9;
    display: inline-block;
    padding: 0 15px;
    margin: 0 8px 0 0;
    background: #252525;
    color: #FFF !important;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-weight: bold; }
    .no-touch .cat-links a:hover {
      opacity: 0.9; }

.posts .post {
  position: relative;
  margin-bottom: 50px; }
  .posts .post:last-of-type {
    margin-bottom: 0; }
  .posts .post .post-header .cat-links {
    margin-bottom: 15px; }
  .posts .post .post-title {
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 15px; }
  .posts .post .post-excerpt {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-size: 0.875rem; }
    .posts .post .post-excerpt p {
      margin-bottom: 0; }
  .posts .post a.post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .no-touch .posts .post {
    padding: 30px;
    margin-bottom: 20px; }
    .no-touch .posts .post + .pagination {
      margin-top: 40px; }
    .no-touch .posts .post:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      content: "";
      background: #F3F3F3;
      opacity: 0;
      transition: 0.3s;
      will-change: opacity; }
    .no-touch .posts .post:hover:before {
      opacity: 1; }

/* Post Navigation
   ========================================================================== */
.pagination {
  width: 100%;
  margin: 60px 0 0;
  text-align: center;
  clear: both; }
  .pagination .page-numbers {
    display: inline-block;
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 20px 0;
    color: inherit;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 36px;
    font-weight: bold; }
    .pagination .page-numbers.current {
      opacity: 0.5; }
  .pagination span.page-numbers {
    pointer-events: none; }
  .no-touch .pagination a:hover {
    background: #252525;
    color: #FFF;
    opacity: 1; }

/* Single Post
   ========================================================================== */
.single .post-header .post-title {
  max-width: 800px;
  margin: 15px auto 0;
  font-size: 24px;
  font-size: 1.5rem; }
.single .breadcrumb {
  background: #F6F6F6;
  text-align: center;
  line-height: 30px;
  padding: 12px 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #848383; }
  .single .breadcrumb a,
  .single .breadcrumb span {
    margin: 0 10px; }
  .single .breadcrumb a {
    color: inherit; }
  .no-touch .single .breadcrumb a:hover,
  .single .breadcrumb span {
    color: #252525; }
.single .need-help {
  background: #F6F6F6;
  padding: 70px 0;
  text-align: center;
  color: #6D6C6C; }
  .single .need-help p {
    font-size: 16px;
    font-size: 1rem; }
  .single .need-help small {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #A4A3A3; }
.single #primary {
  position: relative; }
  .single #primary > * {
    margin-bottom: 60px; }
    .single #primary > *:last-child {
      margin-bottom: 0; }
  .single #primary > .post {
    position: relative;
    padding-top: 70px; }
    .single #primary > .post h1.post-title {
      display: none; }
    .single #primary > .post .post-entry {
      max-width: 800px; }
      .single #primary > .post .post-entry li img {
        display: block;
        margin-top: 24px;
        margin-bottom: 24px; }
        .single #primary > .post .post-entry li img + img {
          margin-top: 0; }
      .single #primary > .post .post-entry figure {
        margin-top: 24px;
        margin-bottom: 24px; }
        .single #primary > .post .post-entry figure figcaption {
          opacity: 0.7;
          text-align: center;
          font-family: Menlo; }
      .single #primary > .post .post-entry li figure img {
        margin-top: 0;
        margin-bottom: 0; }
      .single #primary > .post .post-entry a {
        font-weight: bold;
        text-decoration: underline; }
        .single #primary > .post .post-entry a:hover {
          opacity: 0.5; }

/* Page 404
   ========================================================================== */
.error404 .page-404-page-header,
.error404 .page-404-container {
  text-align: center; }
.error404 .page-404-page-header {
  position: relative;
  margin-top: 30px; }
  .error404 .page-404-page-header h1.page-title {
    font-size: 180px;
    font-size: 11.25rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    opacity: 0.1; }
  .error404 .page-404-page-header h2 {
    margin-bottom: 15px;
    font-size: 36px;
    font-size: 2.25rem; }
.error404 .page-404-container {
  padding-bottom: 50px; }
  .error404 .page-404-container p:last-child {
    margin-bottom: 0; }
  .error404 .page-404-container .button {
    background: #252525;
    padding: 10px 15px;
    color: #FFF; }

/* ==========================================================================
   6.0 Site Footer
   ========================================================================== */
.site-footer {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  background: #252525;
  color: #6D6C6C; }
  .site-footer a {
    color: inherit; }
    .no-touch .site-footer a:hover {
      color: #FFF; }
  .site-footer .footer-site-info p {
    margin-bottom: 0; }
  .site-footer .footer-site-info p + p {
    margin-top: 8px; }
  .site-footer .footer-social .widget {
    margin-bottom: 0; }
  .site-footer .footer-social ul {
    margin-top: 30px; }
  .site-footer .footer-social li {
    float: none;
    margin: 3px 0;
    padding: 0; }
  .site-footer .footer-social ul.social-nav li a {
    display: inline-block;
    width: auto;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    .site-footer .footer-social ul.social-nav li a:before {
      display: inline-block;
      width: 30px;
      height: 30px; }

@media screen and (max-width: 500px) {
  .site-header {
    height: auto; }
    .site-header .site-branding {
      order: 1; }
    .site-header .site-header-menu {
      order: 3;
      width: 100%;
      text-align: center; }
      .site-header .site-header-menu .main-navigation > ul > li {
        padding: 0 10px;
        float: none;
        display: inline-block; }
    .site-header #site-header-search {
      order: 2; }

  .single #primary > .post {
    padding-top: 30px; }

  #primary {
    padding-bottom: 30px; }

  .single .need-help {
    padding: 40px 0; } }
@media screen and (min-width: 768px) {
  .posts {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 -20px; }
    .posts .post {
      float: left;
      width: calc(50% - 40px);
      margin-right: 20px;
      margin-left: 20px;
      margin-bottom: 60px; }
    .posts .post:nth-child(2n+1) {
      clear: left; }
    .posts .pagination {
      margin-right: 20px;
      margin-left: 20px; }

  .single .post-header .post-title {
    font-size: 30px;
    font-size: 1.875rem; }

  .site-footer {
    padding: 80px 0; }
    .site-footer .container {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .site-footer .footer-site-info {
      margin-left: 0;
      width: 50%; }
    .site-footer .footer-social {
      margin-right: 0;
      width: 50%; }
      .site-footer .footer-social ul.social-nav {
        margin-top: 0;
        text-align: right; }
        .site-footer .footer-social ul.social-nav li {
          display: inline-block;
          margin: 0 15px; }
          .site-footer .footer-social ul.social-nav li a:before {
            text-align: center;
            font-size: 16px; }
          .no-touch .site-footer .footer-social ul.social-nav li {
            margin: 0 5px; }
            .no-touch .site-footer .footer-social ul.social-nav li span {
              position: absolute;
              left: 50%;
              -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              transform: translateX(-50%);
              top: -42px;
              display: block;
              padding: 0 8px;
              background: #FFF;
              color: #252525;
              font-size: 11px;
              font-size: 0.6875rem;
              white-space: nowrap;
              text-transform: none;
              letter-spacing: 0;
              opacity: 0;
              pointer-events: none; }
              .no-touch .site-footer .footer-social ul.social-nav li span:before {
                position: absolute;
                bottom: -3px;
                left: 50%;
                -webkit-transform: translateX(-50%) rotate(45deg);
                -ms-transform: translateX(-50%) rotate(45deg);
                transform: translateX(-50%) rotate(45deg);
                display: block;
                content: "";
                width: 8px;
                height: 8px;
                background: #FFF; }
            .no-touch .site-footer .footer-social ul.social-nav li a {
              position: relative; }
              .no-touch .site-footer .footer-social ul.social-nav li a:before {
                width: 46px;
                height: 46px;
                border-radius: 50%;
                line-height: 46px; }
            .no-touch .site-footer .footer-social ul.social-nav li a:hover:before {
              background: #FFF;
              color: #252525; }
            .no-touch .site-footer .footer-social ul.social-nav li a:hover span {
              opacity: 1; } }
@media screen and (min-width: 1024px) {
  .posts .post {
    width: calc(33.33% - 40px); }
    .posts .post:nth-child(2n+1) {
      clear: none; }
    .posts .post:nth-child(3n+1) {
      clear: left; } }
@media screen and (min-width: 1120px) {
  .page-title {
    font-size: 40px;
    font-size: 2.5rem; } }
/* ==========================================================================
   4.0 LoftBuilder Restyle
   ========================================================================== */
#loftbuilder-page-content {
  font-size: inherit; }
  #loftbuilder-page-content .loft-section > .container {
    max-width: 1160px;
    padding-right: 30px !important;
    padding-left: 30px !important; }

.loft-module.text h1 + p,
.loft-module.text h2 + p,
.loft-module.text h3 + p,
.loft-module.text h4 + p,
.loft-module.text h5 + p,
.loft-module.text h6 + p {
  margin-top: 24px; }

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