/** Shopify CDN: Minification failed

Line 120:13 Expected identifier but found whitespace
Line 120:14 Unexpected "1px"
Line 120:25 Unexpected "{"
Line 120:35 Expected ":"
Line 134:18 Expected identifier but found whitespace
Line 134:19 Unexpected "1px"
Line 134:30 Unexpected "{"
Line 134:40 Expected ":"
Line 142:9 Expected identifier but found whitespace
Line 142:10 Unexpected "1px"
... and 82 more hidden warnings

**/
/* #Blog
================================================== */
.article,
.article_image {
  margin-bottom: 30px;
}

.sidebar .sidebar__content .input-row {
  flex-direction: column;
  margin-left: 0px;
  margin-right: 0px;
}
.sidebar .sidebar__content .input-row input {
  margin: 5px 0;
}

.blog-template-wrapper {
  width: 100%;
}

.blog-article__main.sidebar-enabled--false {
  width: 75%;
}
@media only screen and (max-width: 798px) {
  .blog-article__main.sidebar-enabled--false {
    width: 100%;
  }
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
}

.comment-form__name {
  margin-right: 20px;
}
@media only screen and (max-width: 798px) {
  .comment-form__name {
    margin: 0;
  }
}

.comment-form__name,
.comment-form__email {
  flex: 1 1 auto;
}

.comment-form__body,
.comment-form__error,
.comment-form__submit,
.comment-form__success {
  flex-basis: 100%;
}

.comment-form__error-message,
.comment-form__success-message {
  font-size: 18px;
  line-height: 32px;
  font-style: italic;
}

.comment-form__submit-button {
  width: 100%;
}

.blog__read-more-button {
  margin: 25px 0;
}

/* Author & Comments */
.blog__comment {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.blog__comment-author {
  display: flex;
  flex: 1 1 auto;
}

.blog__comment-author-image {
  min-width: 80px;
  height: 80px;
}

.blog__comment-author-image img {
  border-radius: 50px;
}

.blog__comment-author-bio {
  flex: 1 1 auto;
  margin-left: 20px;
}

.blog-post-image-wrapper {
  display: block;
}


/* Author Bio + Social Share Buttons */
.author_share_wrap {
  width: 100%;
  border-top: 1px solid {{ settings.border_color }};
  min-height: 40px;
  padding: 15px 0;
  margin-top: 15px;
  overflow: auto;
}

.blog_author {
  width: 60%;
  float: left;
}
@media only screen and (max-width: 798px) {
  .blog_author {
    width: 100%;
    border-bottom: 1px solid {{ settings.border_color }};
    padding-bottom: 15px;
  }
}

.blog_author img {
  width: 80px;
  height: 80px;
  border: 1px solid {{ settings.border_color }};
  float: left;
  margin-right: 15px;
}

.author_bio {
  text-align: left;
}

.author_bio h6 {
  padding-top: 0;
}

.author_bio p {
  font-size: 0.9em;
}

.blog_share {
  width: 38%;
  float: right;
  text-align: right;
}
@media only screen and (max-width: 798px) {
  .blog_share {
    width: 100%;
    float: left;
  }
}

.red {
  color: #C33;
}

.address p {
  margin-bottom: 5px;
}

div#disqus_thread ul,
div#disqus_thread li {
  border: none;
}

.search_page {
  padding: 100px 0;
}
@media only screen and (max-width: 798px) {
  .search_page {
    padding: 50px 0;
  }
}

/* #Search autocomplete
================================================== */
.search__results-wrapper {
  display: none;
  position: relative;
}

.search__results {
  width: 100%;
  right: 0;
  left: auto;
  z-index: 30;
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  background: {{ settings.header_bg_color }};
  overflow: hidden;
  position: absolute;
}
@media only screen and (max-width: 798px) {
  .search__results {
    position: relative;
    padding: 0 10px;
    width: 100%;
  }
}
@media only screen and (min-width: 799px) {
  .search__results {
    max-height: 500px;
    overflow-y: scroll;
  }
}
.search__results li {
  display: block;
  width: 100%;
  margin: 0;
  border-top: 1px {{ settings.divider_style }} {{ settings.border_color }};
  overflow: hidden;
}
.search__results li:nth-child(-n+2) {
  border-top: none;
}
.search__results li a,
.search__results li .no-results {
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: {{ settings.nav_color }} !important;
  /* Override nav menu coloring */
  font-family: {{ settings.nav__font.family }}, {{ settings.nav__font.fallback_families }};
  font-weight: {{ settings.nav__font.weight }};
  font-style: {{ settings.nav__font.style }};
  font-size: {{ settings.nav_font_size | append: 'px' }};
  text-transform: {{ settings.nav_font_style }};
}
.search__results li a:hover, .search__results li a:focus,
.search__results li .no-results:hover,
.search__results li .no-results:focus {
  color: {{ settings.nav_color_hover }};
}
.search__results .search-title {
  text-transform: none;
  text-align: left;
  font-size: {{ settings.nav_font_size | append: 'px' }};
}
.search__results .search-title span {
  color: {{ settings.link_color }};
}
.search__results .thumbnail {
  padding: 0;
  max-width: 62px;
  margin-right: 20px;
}
@media only screen and (max-width: 798px) {
  .search__results .thumbnail {
    max-width: 20%;
  }
}
.search__results .thumbnail img {
  display: block;
}

.header .search__results {
  background: {{ settings.header_bg_color }};
  width: 350px;
}

/* 404 search */
.error-404 .search_box {
  margin-bottom: 0;
}

/* Blog search */
.blog_search {
  margin-bottom: 15px;
}
.blog_search input {
  margin-bottom: 0;
}

/* #Search page
================================================== */
.shopify-section--search-template form {
  position: relative;
}
.shopify-section--search-template .search_container {
  position: relative;
}
.shopify-section--search-template .search_container .search-submit {
  z-index: 900;
}
{%- if settings.button_style == 'rounded' -%}
.shopify-section--search-template .search_container input {
    border-radius: 3px;
  }
{%- elsif settings.button_style == "pill_shaped" -%}
.shopify-section--search-template .search_container input {
    border-radius: 100px;
    padding-left: 15px;
  }
{%- endif -%}

.product-list--search .product_row {
  padding: 20px 0;
  border-bottom: 1px solid {{ settings.border_color }};
}

.product-list--search .product_row:last-child {
  border-bottom: none;
}
/* #Policy pages
================================================== */
@media only screen and (max-width: 798px) {
  .shopify-policy-template .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.container .shopify-policy__container {
  margin: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.shopify-policy__container .shopify-policy__title {
  text-align: left;
}

/* #Account
================================================== */
.account-header-logout {
  text-align: right;
  text-transform: uppercase;
}

.account-sidebar {
  border-right: 1px solid {{ settings.headline_border_color }};
  box-sizing: border-box;
  padding-right: 10px;
  overflow-wrap: anywhere;
}
@media only screen and (max-width: 798px) {
  .account-sidebar {
    border: 0;
    padding-right: 0;
  }
}

.customers-addresses .account-sidebar {
  border-right: 0;
  padding-right: 0;
}
.customers-addresses .account-main {
  box-sizing: border-box;
  border-left: 1px solid {{ settings.headline_border_color }};
  padding-left: 20px;
}
@media only screen and (max-width: 798px) {
  .customers-addresses .account-main {
    border: 0;
    padding-left: 0;
  }
}

.action_bottom .note {
  vertical-align: middle;
  line-height: 40px;
}

.address_title {
  margin-bottom: 0;
  padding-bottom: 0;
}

.address__action a,
.address__action a:hover,
.address__action a:active,
.address__action a:focus {
  color: inherit;
}


/* #Password Page
================================================== */
#password-container {
  margin: 75px auto 0;
  max-width: 100%;
  display: table;
  text-align: center;
  display: table;
}
@media only screen and (max-width: 798px) {
  #password-container {
    margin-top: 10px;
  }
}
#password-container #contact_form input.newsletter-form__sign-up[type=submit] {
  width: calc(35% - 10px);
}
@media only screen and (max-width: 1024px) {
  #password-container #contact_form input.newsletter-form__sign-up[type=submit] {
    width: 100%;
  }
}
#password-container #contact_form input.contact_email[type=email] {
  max-width: 100%;
}

.password-page-message {
  font-size: 3em;
  line-height: 1.2;
  margin: 10px auto;
  padding: 12px 0;
}

.password-page-follow {
  margin: 5px 0;
}

.password-social .social_icons a,
.password-social .social_icons a:visited,
.password-social .social_icons a:active {
  font-size: 25px;
}

.password-page-row {
  display: table-row;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.password-page-col {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 30px;
  width: 100%;
}

.password-logo {
  max-width: 200px;
  /* Allows logo to be more prominent*/
  margin: 0px auto;
}

.password-message {
  max-width: 600px;
  font-size: 1.2em;
  color: {{ settings.sub_footer_link_color }};
}

.hr-small {
  margin: 20px auto;
  width: 50px;
}

.password-social {
  margin-top: 10px;
  padding-top: 20px;
}

.password-social ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 10px;
}

.password-social .social_icons li {
  display: inline;
  margin-left: 0;
}

.password-social .social_icons a:hover {
  color: {{ settings.link_hover_color }};
}

.password-footer {
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 13px;
  color: {{ settings.sub_footer_text_color }};
  text-align: center;
}

.powered {
  display: block;
  margin-top: 15px;
}

.shopify a {
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0JJREFUeNqMU81vG0UU/83sR73YG+M4xrHj4jj9UCFNSaGlQQUhhFBRpXIo6jEHQFXFAbhy4B/gioTgzgGV7ws5IAoqUgUSoWoIaZJGpGpMHDuptf5a7+fM8nZpJaRy4M0+jd7szO/93u/NsAsX5vFvi6IInHNUq5NnstnsqXp96xur3f392HNlrIcLePHkS8hlTchIJvtVSTOjIaSAwhkiGsXi+BudjjVp28Oj+XzhrPDZh5qqfoIQD5j6wrxHCAJ6UMXVr3pgnB0c9O2843jrE5XMtZER47GTp+bOqfn++d9+Ct5TuLrCGAcjpgnAWEVSdg8HSyWUzTl8v7D08szxSltPB6/OPDWeW/q1caI2O0zfbrThBM7pjdbiz9PG7LsK01epYKiCaMlIQadnHag9UZ2vbuqvl47tVMwcY3fdFjLFCIHksB0bQojCTmfzlWyHf53S0qsyigESMRS0uqtvNbs330nXNHhRAWl3ChnNhLG/jzBy4fg27pGG5TSqWsARV6EGwk+WScgymIQ5auLpyTdRHj2arC//9QXuDpfgeDYkQcgoZixq4DKuAGoo7wEwVg5DD3PVt1EafRzL21/C0HJo9f4gYUO4gZNkFMk5Nkli3wcI4vP7yIvxhsLIIXhBHzfqlzHwWihkDiNjPEwlDJNE/zDABGPQKfR5QAzI8wRU9IWNurWIlJbF+dmP8Ig5ja67Az8cwvWdmCVi4YSMSlTzODjAQxGAvCZkaIpI4MeN97Fc/xbpfXk8WXmNqPcw9C1idR8gKSNN06GYEScZYwZVJ+xj/8hpPJp9HmvNK/Bd6g0zEXfJ9rvEwE0A4qbFLOibimN15RcLR57JVFx7iLGHpvFs9RJ8QZvofmzsXoEXDqAqWiIiyUaAUSIkBTVVY1BuXuth6rhxcaxizDb619EcrGPg7+JG8zJWdj8HZwplk7hTHyDiKrU5BVWXyKT57ncfNz9TRBjxrRWn3/zT2+7seV7DWuabnR+MTrCm6ikNnLLEL3R720dmQkMqFz8dia3rdmvhg8an7MH3hZRhKuVsQTtcPmCcGK+lZvLl1JEdK9T7PW9t75a72L7tXh3sBbdEELXxP00h1//rx98CDACS7p3N/ZPUwQAAAABJRU5ErkJggg==);
  padding-left: 21px;
  color: {{ settings.sub_footer_link_color }};
  text-decoration: none;
}

.password-footer a {
  color: {{ settings.sub_footer_link_color }};
  text-decoration: none;
}

/* Password Page Modal CSS */
.controls {
  display: block;
  margin: 1em;
  text-align: right;
  text-transform: uppercase;
  position: relative;
}

#open-me {
  text-align: center;
  margin-bottom: 35px;
}

#open-me a:hover {
  color: {{ settings.link_hover_color }};
}

.close-me {
  z-index: 8000;
}

.modalbox {
  position: absolute;
  height: 100%;
  top: -1em;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 5000;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
}

.overlay-close {
  width: 150px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #000;
  font-size: 14px;
}

.overlay-data {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  visibility: 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

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

.inputbox {
  margin: 0px auto;
  max-width: 80%;
  display: table;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #000;
}

@media only screen and (max-width: 798px) {
  #password-page-bg .modalbox .inputbox {
    top: 50%;
  }
}

.storefront-password-form label {
  font-size: 0.9em;
  margin: 0 0 1em 0;
  text-align: center;
}

.storefront-password-form .actions {
  display: inline-block;
}

.storefront-password-form #password {
  width: 50%;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .storefront-password-form #password {
    width: 100%;
  }
}

#owner {
  font-size: 0.9em;
  margin-top: -1em;
  opacity: 0.8;
}

.pass-close {
  color: #000 !important;
  padding: 0 !important;
  margin: 1em !important;
  position: inherit !important;
}

@media screen and (min-width: 320px) and (max-width: 440px) and (max-height: 667px) {
  .modalbox {
    display: block;
    width: 414px !important;
    max-width: 100%;
    text-align: center;
  }

  .pass-close {
    display: block;
    margin: 0.65em -0.15em 1em 0 !important;
  }
}