@charset "UTF-8";
.offset-top {
  margin-top: 82px;
}

footer {
  margin-top: 32px;
  margin-bottom: 32px;
}

.po {
  cursor: pointer;
}

.toast-cont {
  z-index: 1061;
}

body {
  font-family: Roboto, sans-serif;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 500px) {
  .toast {
    width: auto;
  }
}
/**
  Table of Contents

  # Reset
  # Typography
  # Elements
  # Forms
  # Accessibility
  # Alignments
  # Clearings
  # Content
  # Posts and pages
  # Post Formats
  # Comments
  # Footer
  # Media
  # Captions
  # Galleries
  # Multisite
  # Media Queries
  # Mobile Large
     16.2 - Tablet Small
     16.3 - Tablet Large
     16.4 - Desktop Small
     16.5 - Desktop Medium
     16.6 - Desktop Large
     16.7 - Desktop X-Large
  17.0 - Print
 */
/**
 * 1.0 - Reset 
 */
body {
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, serif;
}

#page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 120%;
  overflow-y: scroll;
  /*
  # Typography
  */
  /**
  # Elements
  */
  /*
  # Forms
  */
  /**
  # Links
  */
  /* .our-products .product-pagination ul li:hover a,
  .our-products .product-pagination ul li.active a{
      border:1px solid #9376df;
      color:#9376df;
  }

  .our-products .product-pagination ul li.prev a,
  .our-products .product-pagination ul li.next a{
      padding: 15px 30px;
      font-size:18px!important;
      border:none;
      width:auto;
      height:auto;
  } */
  /*
  # Accessibility
  */
  /*
  # Clearings
  */
  /* 
  # Posts and pages 
  */
  /**
  * 12.2 Post Formats
  */
  /**
  * 12.3 Comments
  */
  /* 
  .comment-list + .comment-respond {
      border-top: 1px solid #eaeaea;
      border-top: 1px solid rgba(51, 51, 51, 0.1);
  } */
  /* .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"],
  .comment-form input[type="submit"] {
      width: 100%;
  } */
  /* .comment-reply-title small a:before {
      content: "\f405";
      font-size: 32px;
      position: relative;
      top: -3px;
  } */
  /**
  * 14.0 Media
  */
  /**
  * 14.1 Captions
  */
  /**
  * 14.2 Galleries
  */
  /**
  * 16.2 Tablet Small 740px
  */
  /*
  # Tablet Large 880px
  */
  /*
  # Desktop Small 955px
  */
  /*
  # Desktop Medium 1100px
  */
  /**
  * 16.6 Desktop Large 1240px
  */
  /**
  * 17.0 Print
  */
  /* width: 991px; */
  /**
  * Gutenberg styles
  */
}
#page article,
#page aside,
#page details,
#page figcaption,
#page figure,
#page footer,
#page header,
#page main,
#page nav,
#page section {
  display: block;
}
#page ol,
#page ul {
  list-style: none;
}
#page table {
  border-collapse: separate;
  border-spacing: 0;
}
#page caption,
#page th,
#page td {
  font-weight: normal;
  text-align: left;
}
#page fieldset {
  min-width: inherit;
}
#page blockquote:before,
#page blockquote:after,
#page q:before,
#page q:after {
  content: "";
}
#page blockquote,
#page q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}
#page a:focus,
#page a:hover,
#page a:active {
  outline: 0;
}
#page a img {
  border: 0;
}
#page a, #page input, #page select {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#page .kenzap p:empty {
  display: none;
}
#page #page,
#page input,
#page select,
#page textarea {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
#page h1,
#page h2,
#page h3,
#page h4,
#page h5,
#page h6 {
  clear: both;
  font-weight: 600;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#page p {
  margin-bottom: 1.6em;
}
#page b,
#page strong {
  font-weight: 600;
}
#page dfn,
#page cite,
#page em,
#page i {
  font-style: italic;
}
#page blockquote {
  border-left: 4px solid #707070;
  border-left: 4px solid rgba(51, 51, 51, 0.7);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 1.6667;
  margin-bottom: 1.6667em;
  padding-left: 0.7778em;
}
#page blockquote p {
  margin-bottom: 1.6667em;
}
#page blockquote > p:last-child {
  margin-bottom: 0;
}
#page blockquote cite,
#page blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
#page blockquote em,
#page blockquote i,
#page blockquote cite {
  font-style: normal;
}
#page blockquote strong,
#page blockquote b {
  font-weight: 400;
}
#page address {
  font-style: italic;
  margin: 0 0 1.6em;
}
#page code,
#page kbd,
#page tt,
#page var,
#page samp,
#page pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
#page pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
#page abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}
#page mark,
#page ins {
  background-color: #fff9c0;
  text-decoration: none;
}
#page sup,
#page sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#page sup {
  bottom: 1ex;
}
#page sub {
  top: 0.5ex;
}
#page small {
  font-size: 75%;
}
#page big {
  font-size: 125%;
}
#page hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 0;
  margin-top: 0;
}
#page ul,
#page ol {
  margin: 0 0 1.6em 1.3333em;
}
#page ul.wp-block-gallery {
  margin: 0 0 1.6em 0em;
}
#page ul {
  list-style: disc;
}
#page ol {
  list-style: decimal;
}
#page li > ul,
#page li > ol {
  margin-bottom: 0;
}
#page ul > li {
  margin-bottom: 1em;
}
#page dl {
  margin-bottom: 1.6em;
}
#page dt {
  font-weight: bold;
}
#page dd {
  margin-bottom: 1.6em;
}
#page table,
#page th,
#page td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}
#page table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  width: 100%;
  font-size: 0.9rem;
}
#page caption,
#page th,
#page td {
  font-weight: normal;
  text-align: left;
}
#page th {
  border-width: 0 1px 1px 0;
  font-weight: 600;
}
#page td {
  border-width: 0 1px 1px 0;
}
#page th, #page td {
  padding: 0.4em;
}
#page img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
#page figure {
  margin: 0;
}
#page del {
  opacity: 0.8;
}
#page ::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}
#page :-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}
#page ::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  opacity: 1;
}
#page :-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}
#page input,
#page select,
#page textarea {
  background-color: #f7f7f7;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}
#page input {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: normal;
}
#page input,
#page textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}
#page input:focus,
#page textarea:focus {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
}
#page input:focus,
#page select:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}
#page button[disabled],
#page input[disabled],
#page select[disabled],
#page textarea[disabled] {
  cursor: default;
  opacity: 0.5;
}
#page input[type=button],
#page input[type=reset],
#page input[type=submit] {
  -webkit-appearance: button;
  background-color: #ffffff;
  border: 1px solid #333;
  /* color: #fff; */
  cursor: pointer;
  font-size: 12px;
  /* line-height: 22px; */
  font-weight: 400;
  padding: 0.7917em 1.5em;
  text-transform: uppercase;
}
#page button:hover,
#page input[type=button]:hover,
#page input[type=reset]:hover,
#page input[type=submit]:hover,
#page button:focus,
#page input[type=button]:focus,
#page input[type=reset]:focus,
#page input[type=submit]:focus {
  outline: 0;
}
#page input[type=search] {
  -webkit-appearance: textfield;
}
#page input[type=search]::-webkit-search-cancel- input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#page button::-moz-focus-inner,
#page input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#page input[type=text],
#page input[type=email],
#page input[type=url],
#page input[type=password],
#page input[type=search],
#page textarea {
  padding: 0.375em;
  width: 100%;
}
#page textarea {
  overflow: auto;
  vertical-align: top;
}
#page input[type=text]:focus,
#page input[type=email]:focus,
#page input[type=url]:focus,
#page input[type=password]:focus,
#page input[type=search]:focus,
#page textarea:focus {
  outline: 0;
}
#page .post-password-form {
  position: relative;
}
#page .post-password-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}
#page .post-password-form input[type=submit] {
  padding: 0.7917em;
  position: absolute;
  right: 0;
  bottom: 0;
}
#page input[type=checkbox],
#page input[type=radio] {
  padding: 0;
}
#page .search-form input[type=submit],
#page .widget .search-form input[type=submit] {
  padding: 0;
}
#page a:not(.btn) {
  color: #333;
  text-decoration: none;
}
#page a:not(.btn):hover,
#page a:not(.btn):focus {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}
#page .kp-cont {
  margin: 0 auto;
  padding: 0 15px;
}
#page .kp-cont:after {
  clear: both;
  content: " ";
  box-sizing: border-box;
  display: table;
}
#page .post-navigation {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  font-weight: 600;
}
#page .post-navigation a {
  display: block;
  padding: 3.8461% 7.6923%;
}
#page .post-navigation span {
  display: block;
}
#page .post-navigation .meta-nav {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
#page .post-navigation .post-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333;
  position: relative;
  z-index: 2;
}
#page .post-navigation .nav-next,
#page .post-navigation .nav-previous {
  background-position: center;
  background-size: cover;
  position: relative;
}
#page .post-navigation a:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
#page .post-navigation a:hover:before,
#page .post-navigation a:focus:before {
  opacity: 0.5;
}
#page .post-navigation .meta-nav {
  opacity: 0.8;
}
#page nav.pagination,
#page .kp-pagination-cont,
#page .our-products .product-pagination {
  text-align: center;
  padding: 0 0 70px 0;
}
#page nav.pagination .nav-links,
#page .kp-pagination,
#page .our-products .product-pagination ul {
  margin: 0;
  padding: 0;
}
#page nav.pagination .nav-links > a,
#page .kp-pagination > a,
#page .kp-pagination > span,
#page .our-products .product-pagination ul li {
  display: inline-block;
  margin: 0 5px;
  line-height: 41px;
}
#page nav.pagination .nav-links > .page-numbers,
#page .kp-pagination > a.page-numbers,
#page .kp-pagination > a.post-page-numbers,
#page .kp-pagination > span {
  color: #b6b6b6;
  font-size: 18px;
  background: #fff;
  border-radius: 5px;
  display: inline-block;
  border-radius: 50%;
  border: none;
  width: 42px;
  line-height: 41px;
  height: 42px;
  text-align: center;
  transition: none;
}
#page nav.pagination .nav-links > .current,
#page .kp-pagination > span.current,
#page .kp-pagination > a.page-numbers:hover,
#page .kp-pagination > a.post-page-numbers:hover {
  border: 1px solid #9376df;
  color: #9376df;
}
#page nav.pagination a.page-numbers:hover {
  border-width: 1px;
  border-style: solid;
}
#page nav.pagination .nav-links > .prev.page-numbers:hover,
#page nav.pagination .nav-links > .prev.page-numbers,
#page nav.pagination .nav-links > .next.page-numbers:hover,
#page nav.pagination .nav-links > .next.page-numbers {
  width: auto;
  background: transparent;
  border: none;
}
#page .image-navigation,
#page .comment-navigation {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}
#page .image-navigation a,
#page .comment-navigation a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}
#page .image-navigation a:hover,
#page .image-navigation a:focus,
#page .comment-navigation a:hover,
#page .comment-navigation a:focus {
  color: #333;
}
#page .image-navigation .nav-previous:not(:empty),
#page .image-navigation .nav-next:not(:empty),
#page .comment-navigation .nav-previous:not(:empty),
#page .comment-navigation .nav-next:not(:empty) {
  display: inline-block;
}
#page .image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
#page .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: "∕";
  font-weight: 400;
  margin: 0 0.7em;
}
#page .image-navigation .nav-previous a:before,
#page .comment-navigation .nav-previous a:before {
  content: "\f430";
  margin-right: 0.2em;
  position: relative;
}
#page .image-navigation .nav-next a:after,
#page .comment-navigation .nav-next a:after {
  content: "\f429";
  margin-left: 0.2em;
  position: relative;
}
#page .comment-navigation {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid #eaeaea;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 2em 0;
}
#page .comments-title + .comment-navigation {
  border-bottom: 0;
}
#page .image-navigation {
  padding: 0 7.6923%;
}
#page .image-navigation .nav-previous:not(:empty),
#page .image-navigation .nav-next:not(:empty) {
  margin-bottom: 2em;
}
#page .says,
#page .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
#page .site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}
#page .logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
#page .site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}
#page .clear:before,
#page .clear:after,
#page .site:before,
#page .site:after,
#page .entry-content:before,
#page .entry-content:after,
#page .comment-content:before,
#page .comment-content:after,
#page .site-content:before,
#page .site-content:after,
#page .nav-links:before,
#page .nav-links:after,
#page .comment-navigation:before,
#page .comment-navigation:after,
#page .social-navigation ul:before,
#page .social-navigation ul:after,
#page .textwidget:before,
#page .textwidget:after {
  content: "";
  display: table;
}
#page .clear:after,
#page .site:after,
#page .entry-content:after,
#page .comment-content:after,
#page .site-content:after,
#page .nav-links:after,
#page .comment-navigation:after,
#page .social-navigation ul:after,
#page .textwidget:after {
  clear: both;
}
#page .hentry {
  background-color: #fff;
  padding-top: 72px;
  padding-bottom: 36px;
  position: relative;
  max-width: 680px;
  margin: auto;
}
#page .hentry.sticky:not(.has-post-thumbnail) {
  padding-top: -webkit-calc(7.6923% + 24px);
  padding-top: calc(7.6923% + 24px);
}
#page .hentry + .hentry {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
#page .post-thumbnail {
  border: 0;
  display: block;
  margin-bottom: 2.4em;
}
#page .post-thumbnail img {
  display: block;
  margin: 0 auto;
}
#page a.post-thumbnail:hover,
#page a.post-thumbnail:focus {
  opacity: 0.85;
}
#page .entry-meta {
  margin-top: -34px !important;
  margin-bottom: 13px;
}
#page .entry-meta > p > a,
#page .entry-meta > p {
  font-style: italic;
  color: #ccc;
  font-weight: 400;
  text-align: left;
  margin-bottom: 24px;
}
#page .entry-meta .published {
  display: none;
}
#page .entry-meta time.updated {
  display: inline-block;
}
#page .entry-title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1538;
  margin-bottom: 1.9231em;
}
#page .entry-content > :last-child,
#page .entry-summary > :last-child {
  margin-bottom: 0;
}
#page .entry-content,
#page .entry-summary,
#page .page-content,
#page .comment-content {
  /* -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; */
  word-wrap: break-word;
}
#page .entry-content h1,
#page .entry-summary h1,
#page .page-content h1,
#page .comment-content h1 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.1538;
  margin-top: 1.8462em;
  margin-bottom: 0.6em;
}
#page .entry-content h2,
#page .entry-summary h2,
#page .page-content h2,
#page .comment-content h2 {
  font-size: 22px;
  font-size: 2rem;
  line-height: 1.1538;
  margin-top: 0em;
  margin-bottom: 0.6em;
}
#page .entry-content h3,
#page .entry-summary h3,
#page .page-content h3,
#page .comment-content h3 {
  font-size: 18px;
  font-size: 1.6rem;
  line-height: 1.3333;
  margin-top: 0em;
  margin-bottom: 0.6em;
}
#page .entry-content h4,
#page .entry-content h5,
#page .entry-content h6,
#page .entry-summary h4,
#page .entry-summary h5,
#page .entry-summary h6,
#page .page-content h4,
#page .page-content h5,
#page .page-content h6,
#page .comment-content h4,
#page .comment-content h5,
#page .comment-content h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 3.2em;
  margin-bottom: 1.6em;
}
#page .entry-content h5,
#page .entry-content h6,
#page .entry-summary h5,
#page .entry-summary h6,
#page .page-content h5,
#page .page-content h6,
#page .comment-content h5,
#page .comment-content h6 {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#page .entry-content > h1:first-child,
#page .entry-content > h2:first-child,
#page .entry-content > h3:first-child,
#page .entry-content > h4:first-child,
#page .entry-content > h5:first-child,
#page .entry-content > h6:first-child,
#page .entry-summary > h1:first-child,
#page .entry-summary > h2:first-child,
#page .entry-summary > h3:first-child,
#page .entry-summary > h4:first-child,
#page .entry-summary > h5:first-child,
#page .entry-summary > h6:first-child,
#page .page-content > h1:first-child,
#page .page-content > h2:first-child,
#page .page-content > h3:first-child,
#page .page-content > h4:first-child,
#page .page-content > h5:first-child,
#page .page-content > h6:first-child,
#page .comment-content > h1:first-child,
#page .comment-content > h2:first-child,
#page .comment-content > h3:first-child,
#page .comment-content > h4:first-child,
#page .comment-content > h5:first-child,
#page .comment-content > h6:first-child {
  margin-top: 0;
}
#page .entry-content a:not(.btn),
#page .entry-summary a,
#page .page-content a,
#page .comment-content a,
#page .pingback .comment-body > a {
  border-bottom: 1px solid #333;
}
#page .entry-content a img,
#page .entry-summary a img,
#page .page-content a img,
#page .comment-content a img {
  display: block;
}
#page .author-info {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  /* margin: 0 7.6923%;
  padding: 7.6923% 0; */
}
#page .author-info .avatar {
  float: left;
  height: 36px;
  margin: 0 1.6em 1.6em 0;
  width: 36px;
}
#page .author-heading {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}
#page .author-title {
  clear: none;
}
#page .author-bio {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  overflow: hidden;
  padding-bottom: 1px;
}
#page .author-description {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
#page .author-description a {
  border-bottom: 1px solid #333;
}
#page .author-description a:hover,
#page .author-description a:focus {
  border-bottom: 0;
}
#page .author-description > :last-child {
  margin-bottom: 0;
}
#page .author-link {
  white-space: nowrap;
}
#page .entry-footer {
  background-color: #f7f7f7;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 3.8461% 7.6923%;
}
#page .entry-footer a {
  border-bottom: 1px solid transparent;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}
#page .entry-footer a:hover {
  border-bottom: 1px solid #333;
}
#page .entry-footer a:hover,
#page .entry-footer a:focus {
  color: #333;
}
#page .sticky-post {
  background-color: #333;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.25em 0.5em;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}
#page .updated:not(.published) {
  display: none;
}
#page .sticky .posted-on {
  display: none;
}
#page .posted-on:before,
#page .byline:before,
#page .cat-links:before,
#page .tags-links:before,
#page .comments-link:before,
#page .entry-format:before,
#page .edit-link:before,
#page .full-size-link:before {
  margin-right: 2px;
  position: relative;
}
#page .posted-on,
#page .byline,
#page .cat-links,
#page .tags-links,
#page .comments-link,
#page .entry-format,
#page .full-size-link {
  margin-right: 1em;
}
#page .format-aside .entry-format:before {
  content: "\f101";
}
#page .format-image .entry-format:before {
  content: "\f473";
}
#page .format-gallery .entry-format:before {
  content: "\f103";
}
#page .format-video .entry-format:before {
  content: "\f104";
}
#page .format-status .entry-format:before {
  content: "\f105";
}
#page .format-quote .entry-format:before {
  content: "\f106";
}
#page .format-link .entry-format:before {
  content: "\f107";
}
#page .format-chat .entry-format:before {
  content: "\f108";
}
#page .format-audio .entry-format:before {
  content: "\f109";
}
#page .posted-on:before {
  content: "\f307";
}
#page .byline:before {
  content: "\f304";
}
#page .cat-links:before {
  content: "\f301";
}
#page .tags-links:before {
  content: "\f302";
}
#page .comments-link:before {
  content: "\f300";
}
#page .full-size-link:before {
  content: "\f402";
}
#page .comments-link,
#page .edit-link {
  white-space: nowrap;
}
#page .page-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333;
}
#page .taxonomy-description {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  padding-top: 0.4em;
}
#page .taxonomy-description a {
  border-bottom: 1px solid #333;
}
#page .taxonomy-description a:hover,
#page .taxonomy-description a:focus {
  border-bottom: 0;
}
#page .taxonomy-description > :last-child {
  margin-bottom: 0;
}
#page .page-content {
  background-color: #fff;
  padding: 7.6923%;
}
#page .page-content > :last-child {
  margin-bottom: 0;
}
#page .page-links {
  clear: both;
  margin-bottom: 1.3333em;
}
#page .page-links a,
#page .page-links > span {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  height: 2em;
  line-height: 2;
  margin: 0 0.3333em 0.3333em 0;
  text-align: center;
  width: 2em;
}
#page .page-links a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  border-color: #333;
  color: #fff;
}
#page .page-links a:hover,
#page .page-links a:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  border-color: transparent;
  color: #fff;
}
#page .page-links > .page-links-title {
  border: 0;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  height: auto;
  margin: 0;
  padding-right: 0.5em;
  width: auto;
}
#page .entry-attachment {
  margin-bottom: 1.6em;
}
#page .type-attachment .entry-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
#page .entry-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.5;
  padding-top: 0.5em;
  word-wrap: break-word;
}
#page .entry-caption > :last-child {
  margin-bottom: 0;
}
#page .format-aside .entry-title,
#page .format-image .entry-title,
#page .format-video .entry-title,
#page .format-quote .entry-title,
#page .format-gallery .entry-title,
#page .format-status .entry-title,
#page .format-link .entry-title,
#page .format-audio .entry-title,
#page .format-chat .entry-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333;
  margin-bottom: 1.3333em;
}
#page .format-link .entry-title a:after {
  content: "\f442";
  font-size: 24px;
  height: 24px;
  position: relative;
  top: 0;
  width: 24px;
}
#page .blog .format-status .entry-title,
#page .archive .format-status .entry-title {
  display: none;
}
#page .comments-area {
  background-color: #fff;
  /* border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1); */
  /* padding: 7.6923%; */
  margin: 0 auto;
  max-width: 680px;
}
#page .comments-area > :last-child {
  margin-bottom: 0;
}
#page .comment-list + .comment-respond,
#page .comment-navigation + .comment-respond {
  padding-top: 1.6em;
}
#page .comments-title,
#page .comment-reply-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333;
}
#page .comments-title {
  margin-bottom: 1.3333em;
}
#page .comment-list {
  list-style: none;
  margin: 0;
}
#page .comment-list article,
#page .comment-list .pingback,
#page .comment-list .trackback {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.6em 0;
}
#page .comment-list .children {
  list-style: none;
  margin: 0;
}
#page .comment-list .children > li {
  padding-left: 0.8em;
}
#page .comment-author {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.4em;
}
#page .comment-author a:hover {
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}
#page .comment-author .avatar {
  float: left;
  height: 24px;
  margin-right: 0.8em;
  width: 24px;
}
#page .comment-metadata,
#page .pingback .edit-link {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
#page .comment-metadata a,
#page .pingback .edit-link a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}
#page .comment-metadata a:hover,
#page .pingback .edit-link a:hover {
  border-bottom: 1px solid #333;
}
#page .comment-metadata a:hover,
#page .comment-metadata a:focus,
#page .pingback .edit-link a:hover,
#page .pingback .edit-link a:focus {
  color: #333;
}
#page .comment-metadata {
  margin-bottom: 1.6em;
}
#page .comment-metadata .edit-link {
  margin-left: 1em;
}
#page .pingback .edit-link {
  margin-left: 1em;
}
#page .pingback .edit-link:before {
  top: 5px;
}
#page .comment-content ul,
#page .comment-content ol {
  margin: 0 0 1.6em 1.3333em;
}
#page .comment-content li > ul,
#page .comment-content li > ol {
  margin-bottom: 0;
}
#page .comment-content > :last-child {
  margin-bottom: 0;
}
#page .comment-list .reply {
  font-size: 12px;
  font-size: 1.2rem;
}
#page .comment-list .reply a {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: inline-block;
  font-weight: 600;
  line-height: 1;
  margin-top: 2em;
  padding: 0.4167em 0.8333em;
  text-transform: uppercase;
}
#page .comment-list .reply a:hover,
#page .comment-list .reply a:focus {
  border-color: #333;
  color: #333;
  outline: 0;
}
#page .comment-form {
  padding-top: 1.6em;
}
#page .comment-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}
#page .comment-notes,
#page .comment-awaiting-moderation,
#page .logged-in-as,
#page .form-allowed-tags {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 2em;
}
#page .logged-in-as a:hover {
  border-bottom: 1px solid #333;
}
#page .no-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 600;
  padding-top: 1.6em;
}
#page .comment-navigation + .no-comments {
  border-top: 0;
}
#page .form-allowed-tags code {
  font-family: Inconsolata, monospace;
}
#page .form-submit {
  margin-bottom: 0;
  text-align: right;
}
#page .required {
  color: #c0392b;
}
#page .comment-reply-title small {
  font-size: 100%;
}
#page .comment-reply-title small a {
  border: 0;
  font-size: 24px;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 76px;
}
#page .site .avatar {
  border-radius: 50%;
}
#page .page-content img.wp-smiley,
#page .entry-content img.wp-smiley,
#page .comment-content img.wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
#page audio,
#page canvas {
  display: inline-block;
}
#page embed,
#page iframe,
#page object,
#page video {
  margin-bottom: 1.6em;
  width: 100% !important;
  vertical-align: middle;
}
#page p > embed,
#page p > iframe,
#page p > object,
#page p > video {
  margin-bottom: 0;
}
#page .wp-audio-shortcode,
#page .wp-video,
#page .wp-playlist.wp-audio-playlist {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.6em;
}
#page .wp-playlist.wp-playlist {
  padding-bottom: 0;
}
#page .wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}
#page .wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 10px 0;
}
#page .wp-playlist-item .wp-playlist-item-length {
  top: 10px;
}
#page .wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}
#page .wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}
#page .wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}
#page .gallery {
  margin-bottom: 1.6em;
}
#page .gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
#page .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
#page .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
#page .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
#page .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
#page .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
#page .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
#page .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
#page .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
#page .gallery-icon img {
  margin: 0 auto;
}
#page .gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}
#page .gallery-columns-6 .gallery-caption,
#page .gallery-columns-7 .gallery-caption,
#page .gallery-columns-8 .gallery-caption,
#page .gallery-columns-9 .gallery-caption {
  display: none;
}
@media screen and (min-width: 38.75em) {
  #page li > ul,
  #page li > ol,
  #page blockquote > ul,
  #page blockquote > ol {
    margin-left: 1.3333em;
  }
  #page blockquote {
    margin-left: -1em;
  }
  #page blockquote > blockquote {
    margin-left: 0;
  }
  #page .hentry.sticky:not(.has-post-thumbnail) {
    padding-top: -webkit-calc(3.0% + 20px);
    padding-top: calc(3% + 20px);
  }
  #page .hentry + .hentry {
    border-top: 0;
  }
  #page .post-thumbnail {
    margin-bottom: 1.4em;
  }
  #page .entry-footer {
    padding: 4.5454% 9.0909%;
  }
  #page .page-content {
    padding: 9.0909%;
  }
  #page .post-navigation {
    border-top: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 7.6923% 7.6923% 0;
  }
  #page .post-navigation a {
    padding: 4.5454% 9.0909%;
  }
  #page .image-navigation {
    padding: 0 9.0909%;
  }
  #page .comments-area {
    border-top: 0;
    /* box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    margin: 7.6923% 7.6923% 0; */
  }
  #page .comment-content ul,
  #page .comment-content ol {
    margin-left: 0;
  }
  #page .comment-content li > ul,
  #page .comment-content li > ol,
  #page .comment-content blockquote > ul,
  #page .comment-content blockquote > ol {
    margin-left: 1.3333em;
  }
}
@media screen and (min-width: 46.25em) {
  #page #page,
  #page input,
  #page select,
  #page textarea {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6471;
  }
  #page input {
    line-height: normal;
  }
  #page p,
  #page address,
  #page pre,
  #page ul,
  #page ol,
  #page dl,
  #page dd,
  #page table {
    margin-bottom: 1.6471em;
  }
  #page blockquote {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 1.75em;
    margin-left: -1.05em;
    padding-left: 0.85em;
  }
  #page blockquote p {
    margin-bottom: 1.75em;
  }
  #page blockquote cite,
  #page blockquote small {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6471;
  }
  #page pre {
    line-height: 1.2353;
  }
  #page input[type=button],
  #page input[type=reset],
  #page input[type=submit],
  #page .post-password-form input[type=submit],
  #page .widecolumn #submit,
  #page .widecolumn .mu_register input[type=submit] {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.8214em 1.6429em;
  }
  #page input[type=text],
  #page input[type=email],
  #page input[type=url],
  #page input[type=password],
  #page input[type=search],
  #page textarea {
    padding: 0.5em;
  }
  #page .post-password-form label,
  #page .post-navigation .meta-nav,
  #page .image-navigation,
  #page .comment-navigation,
  #page .author-heading,
  #page .author-bio,
  #page .entry-footer,
  #page .page-links a,
  #page .page-links span,
  #page .comment-metadata,
  #page .pingback .edit-link,
  #page .comment-list .reply,
  #page .comment-notes,
  #page .comment-awaiting-moderation,
  #page .logged-in-as,
  #page .comment-form label,
  #page .form-allowed-tags,
  #page .wp-caption-text,
  #page .gallery-caption,
  #page .entry-caption,
  #page .widecolumn label,
  #page .widecolumn .mu_register label {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #page .image-navigation .nav-previous a:before,
  #page .image-navigation .nav-next a:after,
  #page .comment-navigation .nav-previous a:before,
  #page .comment-navigation .nav-next a:after {
    top: 2px;
  }
  #page blockquote.alignleft,
  #page .wp-caption.alignleft,
  #page img.alignleft {
    margin: 0.4118em 1.6471em 1.6471em 0;
  }
  #page blockquote.alignright,
  #page .wp-caption.alignright,
  #page img.alignright {
    margin: 0.4118em 0 1.6471em 1.6471em;
  }
  #page blockquote.aligncenter,
  #page .wp-caption.aligncenter,
  #page img.aligncenter {
    margin-top: 0.4118em;
    margin-bottom: 1.6471em;
  }
  #page .wp-caption.alignleft,
  #page .wp-caption.alignright,
  #page .wp-caption.aligncenter {
    margin-bottom: 1.2353em;
  }
  #page .site-description {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #page .post-thumbnail {
    margin-bottom: 3em;
  }
  #page .entry-title,
  #page .widecolumn h2 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 1.2em;
  }
  #page .entry-content h1,
  #page .entry-summary h1,
  #page .page-content h1,
  #page .comment-content h1 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
  }
  #page .entry-content h2,
  #page .entry-summary h2,
  #page .page-content h2,
  #page .comment-content h2 {
    font-size: 29px;
    font-size: 2.6rem;
    line-height: 1.2069;
    margin-top: 0em;
    margin-bottom: 0.6em;
  }
  #page .entry-content h3,
  #page .entry-summary h3,
  #page .page-content h3,
  #page .comment-content h3 {
    font-size: 24px;
    font-size: 2rem;
    line-height: 1.1667;
    margin-top: 0em;
    margin-bottom: 0.6em;
  }
  #page .entry-content h4,
  #page .entry-summary h4,
  #page .page-content h4,
  #page .comment-content h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 2.8em;
    margin-bottom: 1.4em;
  }
  #page .entry-content h5,
  #page .entry-content h6,
  #page .entry-summary h5,
  #page .entry-summary h6,
  #page .page-content h5,
  #page .page-content h6,
  #page .comment-content h5,
  #page .comment-content h6 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2353;
    margin-top: 3.2941em;
    margin-bottom: 1.6471em;
  }
  #page .entry-content .more-link:after,
  #page .entry-summary .more-link:after {
    font-size: 24px;
    top: 2px;
  }
  #page .author-info {
    /* margin: 0 9.0909%; */
    padding: 9.0909% 0;
  }
  #page .author-info .avatar {
    height: 42px;
    margin: 0 1.6471em 1.6471em 0;
    width: 42px;
  }
  #page .posted-on:before,
  #page .byline:before,
  #page .cat-links:before,
  #page .tags-links:before,
  #page .comments-link:before,
  #page .entry-format:before,
  #page .edit-link:before,
  #page .full-size-link:before {
    top: 3px;
  }
  #page .taxonomy-description {
    padding-top: 0.4118em;
  }
  #page .page-title,
  #page .comments-title,
  #page .comment-reply-title,
  #page .post-navigation .post-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1667;
  }
  #page .page-links {
    margin-bottom: 1.4117em;
  }
  #page .page-links a,
  #page .page-links > span {
    margin: 0 0.2857em 0.2857em 0;
  }
  #page .entry-attachment {
    margin-bottom: 1.6471em;
  }
  #page .format-aside .entry-title,
  #page .format-image .entry-title,
  #page .format-video .entry-title,
  #page .format-quote .entry-title,
  #page .format-gallery .entry-title,
  #page .format-status .entry-title,
  #page .format-link .entry-title,
  #page .format-audio .entry-title,
  #page .format-chat .entry-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 1.4em;
  }
  #page .format-link .entry-title a:after {
    top: 0.0833em;
  }
  #page .comments-title {
    margin-bottom: 1.4em;
  }
  #page .comment-list article,
  #page .comment-list .pingback,
  #page .comment-list .trackback {
    padding: 1.6471em 0;
  }
  #page .comment-list + .comment-respond,
  #page .comment-navigation + .comment-respond {
    padding-top: 1.6471em;
  }
  #page .comment-list .children > li {
    padding-left: 1.2353em;
  }
  #page .comment-meta {
    position: relative;
  }
  #page .comment-author {
    margin-bottom: 0;
  }
  #page .comment-author .avatar {
    height: 42px;
    margin-right: 1.64705em;
    position: relative;
    top: 5px;
    width: 42px;
  }
  #page .comment-metadata .edit-link:before {
    top: 2px;
  }
  #page .pingback .edit-link:before {
    top: 6px;
  }
  #page .bypostauthor > article .fn:after {
    top: 7px;
    left: 6px;
  }
  #page .comment-content ul,
  #page .comment-content ol {
    margin-bottom: 1.6471em;
  }
  #page .comment-list .reply a {
    padding: 0.4286em 0.8571em;
  }
  #page .comment-form,
  #page .no-comments {
    padding-top: 1.6471em;
  }
  #page .comment-reply-title small a:before {
    top: -1px;
  }
  #page embed,
  #page iframe,
  #page object,
  #page video {
    margin-bottom: 1.6471em;
  }
  #page .wp-audio-shortcode,
  #page .wp-video,
  #page .wp-playlist.wp-audio-playlist {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 1.6471em;
  }
  #page .wp-caption,
  #page .gallery {
    margin-bottom: 1.6471em;
  }
  #page .widecolumn .mu_alert {
    margin-bottom: 1.6471em;
  }
  #page .widecolumn p {
    margin: 1.6471em 0;
  }
  #page .widecolumn p + h2 {
    margin-top: 1.6em;
  }
  #page .widecolumn #key,
  #page .widecolumn .mu_register #blog_title,
  #page .widecolumn .mu_register #user_email,
  #page .widecolumn .mu_register #blogname,
  #page .widecolumn .mu_register #user_name {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: normal;
  }
  #page .widecolumn .mu_register #blog_title,
  #page .widecolumn .mu_register #user_email,
  #page .widecolumn .mu_register #user_name {
    margin: 0 0 0.4117em;
  }
}
@media screen and (min-width: 55em) {
  #page #page,
  #page input,
  #page select,
  #page textarea {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6842;
  }
  #page input {
    line-height: normal;
  }
  #page p,
  #page address,
  #page pre,
  #page ul,
  #page ol,
  #page dl,
  #page dd,
  #page table {
    margin-bottom: 1.6842em;
  }
  #page blockquote {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8182;
    margin-bottom: 1.8182em;
    margin-left: -1.0909em;
    padding-left: 0.9091em;
  }
  #page blockquote p {
    margin-bottom: 1.8182em;
  }
  #page blockquote cite,
  #page blockquote small {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6842;
  }
  #page pre {
    line-height: 1.2632;
  }
  #page input[type=button],
  #page input[type=reset],
  #page input[type=submit],
  #page .post-password-form input[type=submit],
  #page .widecolumn #submit,
  #page .widecolumn .mu_register input[type=submit] {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.8125em 1.625em;
  }
  #page input[type=text],
  #page input[type=email],
  #page input[type=url],
  #page input[type=password],
  #page input[type=search],
  #page textarea {
    padding: 0.5278em;
  }
  #page .post-password-form label,
  #page .post-navigation .meta-nav,
  #page .comment-navigation,
  #page .image-navigation,
  #page .author-heading,
  #page .author-bio,
  #page .entry-footer,
  #page .page-links a,
  #page .page-links span,
  #page .comment-metadata,
  #page .pingback .edit-link,
  #page .comment-list .reply,
  #page .comment-notes,
  #page .comment-awaiting-moderation,
  #page .logged-in-as,
  #page .comment-form label,
  #page .form-allowed-tags,
  #page .wp-caption-text,
  #page .gallery-caption,
  #page .entry-caption,
  #page .widecolumn label,
  #page .widecolumn .mu_register label {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #page .image-navigation .nav-previous a:before,
  #page .image-navigation .nav-next a:after,
  #page .comment-navigation .nav-previous a:before,
  #page .comment-navigation .nav-next a:after {
    font-size: 24px;
    top: -1px;
  }
  #page blockquote.alignleft,
  #page .wp-caption.alignleft,
  #page img.alignleft {
    margin: 0.4211em 1.6842em 1.6842em 0;
  }
  #page blockquote.alignright,
  #page .wp-caption.alignright,
  #page img.alignright {
    margin: 0.4211em 0 1.6842em 1.6842em;
  }
  #page blockquote.aligncenter,
  #page .wp-caption.aligncenter,
  #page img.aligncenter {
    margin-top: 0.4211em;
    margin-bottom: 1.6842em;
  }
  #page .wp-caption.alignleft,
  #page .wp-caption.alignright,
  #page .wp-caption.aligncenter {
    margin-bottom: 1.2632em;
  }
  #page .site-description {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #page .post-thumbnail {
    margin-bottom: 1.9474em;
  }
  #page .entry-title,
  #page .widecolumn h2 {
    font-size: 39px;
    font-size: 3.9rem;
    line-height: 1.2308;
    margin-bottom: 1.2308em;
  }
  #page .entry-content h1,
  #page .entry-summary h1,
  #page .page-content h1,
  #page .comment-content h1 {
    font-size: 39px;
    font-size: 3rem;
    line-height: 1.2308;
    margin-top: 1.641em;
    margin-bottom: 0.6em;
  }
  #page .entry-content h2,
  #page .entry-summary h2,
  #page .page-content h2,
  #page .comment-content h2 {
    font-size: 32px;
    font-size: 2.4rem;
    line-height: 1.25;
    margin-top: 0em;
    margin-bottom: 0.6em;
  }
  #page .entry-content h3,
  #page .entry-summary h3,
  #page .page-content h3,
  #page .comment-content h3 {
    font-size: 27px;
    font-size: 2rem;
    line-height: 1.1852;
    margin-top: 0em;
    margin-bottom: 0.6em;
  }
  #page .entry-content h4,
  #page .entry-summary h4,
  #page .page-content h4,
  #page .comment-content h4 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545;
    margin-top: 2.9091em;
    margin-bottom: 1.4545em;
  }
  #page .entry-content h5,
  #page .entry-content h6,
  #page .entry-summary h5,
  #page .entry-summary h6,
  #page .page-content h5,
  #page .page-content h6,
  #page .comment-content h5,
  #page .comment-content h6 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.2632;
    margin-top: 3.3684em;
    margin-bottom: 1.6842em;
  }
  #page .entry-content .more-link:after,
  #page .entry-summary .more-link:after {
    top: 3px;
  }
  #page .author-info .avatar {
    height: 56px;
    margin: 0 1.6842em 1.6842em 0;
    width: 56px;
  }
  #page .posted-on:before,
  #page .byline:before,
  #page .cat-links:before,
  #page .tags-links:before,
  #page .comments-link:before,
  #page .entry-format:before,
  #page .edit-link:before,
  #page .full-size-link:before {
    top: 4px;
  }
  #page .taxonomy-description {
    padding-top: 0.4211em;
  }
  #page .page-title,
  #page .comments-title,
  #page .comment-reply-title,
  #page .post-navigation .post-title {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.1852;
  }
  #page .page-links {
    margin-bottom: 1.4736em;
  }
  #page .page-links a,
  #page .page-links > span {
    margin: 0 0.25em 0.25em 0;
  }
  #page .entry-attachment {
    margin-bottom: 1.6842em;
  }
  #page .format-aside .entry-title,
  #page .format-image .entry-title,
  #page .format-video .entry-title,
  #page .format-quote .entry-title,
  #page .format-gallery .entry-title,
  #page .format-status .entry-title,
  #page .format-link .entry-title,
  #page .format-audio .entry-title,
  #page .format-chat .entry-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545;
    margin-bottom: 1.4545em;
  }
  #page .format-link .entry-title a:after {
    top: 0.125em;
  }
  #page .comments-title {
    margin-bottom: 1.4545em;
  }
  #page .comment-list article,
  #page .comment-list .pingback,
  #page .comment-list .trackback {
    padding: 1.6842em 0;
  }
  #page .comment-list + .comment-respond,
  #page .comment-navigation + .comment-respond {
    padding-top: 1.6842em;
  }
  #page .comment-list .children > li {
    padding-left: 1.4737em;
  }
  #page .comment-author .avatar {
    height: 56px;
    margin-right: 1.6842em;
    top: 3px;
    width: 56px;
  }
  #page .comment-metadata {
    line-height: 2;
  }
  #page .comment-metadata .edit-link:before {
    top: 8px;
  }
  #page .pingback .edit-link:before {
    top: 8px;
  }
  #page .bypostauthor > article .fn:after {
    top: 8px;
  }
  #page .comment-content ul,
  #page .comment-content ol {
    margin-bottom: 1.6842em;
  }
  #page .comment-list .reply a {
    padding: 0.4375em 0.875em;
  }
  #page .comment-form,
  #page .no-comments {
    padding-top: 1.6842em;
  }
  #page embed,
  #page iframe,
  #page object,
  #page video {
    margin-bottom: 1.6842em;
  }
  #page .wp-audio-shortcode,
  #page .wp-video,
  #page .wp-playlist.wp-audio-playlist {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 1.6842em;
  }
  #page .wp-caption,
  #page .gallery {
    margin-bottom: 1.6842em;
  }
}
@media screen and (min-width: 59.6875em) {
  #page {
    /* .author-info {
        margin: 0 10%;
        padding: 10% 0;
    } */
  }
  #page .site {
    margin: 0 auto;
    max-width: 1403px;
  }
  #page .secondary {
    background-color: transparent;
    box-shadow: none;
    display: block;
    margin: 0;
    padding: 0;
  }
  #page .site-content {
    display: block;
    float: left;
    margin-right: 29.4118%;
    width: 70.5882%;
  }
  #page p,
  #page address,
  #page pre,
  #page ul,
  #page ol,
  #page dl,
  #page dd,
  #page table {
    margin-bottom: 1.6em;
  }
  #page blockquote {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    margin-left: -1.3333em;
    padding-left: 1.1111em;
  }
  #page blockquote cite,
  #page blockquote small {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #page pre {
    line-height: 1.2;
  }
  #page input,
  #page select,
  #page textarea {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #page input {
    line-height: normal;
  }
  #page input[type=button],
  #page input[type=reset],
  #page input[type=submit],
  #page .post-password-form input[type=submit],
  #page .widecolumn #submit,
  #page .widecolumn .mu_register input[type=submit] {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.7917em 1.5833em;
  }
  #page input[type=text],
  #page input[type=email],
  #page input[type=url],
  #page input[type=password],
  #page input[type=search],
  #page textarea {
    padding: 0.375em;
  }
  #page .dropdown-toggle {
    height: 24px;
    width: 24px;
  }
  #page .dropdown-toggle:after {
    font-size: 16px;
    line-height: 24px;
    width: 24px;
  }
  #page .social-navigation {
    margin: 0 20% 20%;
  }
  #page .social-navigation ul {
    margin-bottom: -1.6em;
  }
  #page .social-navigation li {
    width: 25%;
  }
  #page .social-navigation a {
    height: 3.2em;
  }
  #page .secondary-toggle {
    display: none;
  }
  #page .post-password-form label,
  #page .post-navigation .meta-nav,
  #page .comment-navigation,
  #page .image-navigation,
  #page .author-heading,
  #page .author-bio,
  #page .entry-footer,
  #page .page-links a,
  #page .page-links span,
  #page .comment-metadata,
  #page .pingback .edit-link,
  #page .comment-list .reply,
  #page .comment-notes,
  #page .comment-awaiting-moderation,
  #page .logged-in-as,
  #page .comment-form label,
  #page .form-allowed-tags,
  #page .wp-caption-text,
  #page .gallery-caption,
  #page .entry-caption,
  #page .widecolumn label,
  #page .widecolumn .mu_register label {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #page .post-navigation {
    margin: 8.3333% 8.3333% 0;
  }
  #page .post-navigation a {
    padding: 5% 10%;
  }
  #page .image-navigation .nav-previous a:before,
  #page .image-navigation .nav-next a:after,
  #page .comment-navigation .nav-previous a:before,
  #page .comment-navigation .nav-next a:after {
    font-size: 16px;
    top: 0;
  }
  #page .image-navigation {
    padding: 0 10%;
  }
  #page blockquote.alignleft,
  #page .wp-caption.alignleft,
  #page img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
  }
  #page blockquote.alignright,
  #page .wp-caption.alignright,
  #page img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
  }
  #page blockquote.aligncenter,
  #page .wp-caption.aligncenter,
  #page img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
  }
  #page .wp-caption.alignleft,
  #page .wp-caption.alignright,
  #page .wp-caption.aligncenter {
    margin-bottom: 1.2em;
  }
  #page .site-description {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #page .hentry {
    padding-top: 128px;
  }
  #page .post-thumbnail {
    margin-bottom: 2.4em;
  }
  #page .entry-title,
  #page .widecolumn h2 {
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 1.1613;
    margin-bottom: 1.1613em;
  }
  #page .entry-content h1,
  #page .entry-summary h1,
  #page .page-content h1,
  #page .comment-content h1 {
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 1.1613;
    margin-top: 1.5484em;
    margin-bottom: 0.6em;
  }
  #page .entry-content h2,
  #page .entry-summary h2,
  #page .page-content h2,
  #page .comment-content h2 {
    font-size: 26px;
    font-size: 2.4rem;
    line-height: 1.3846;
    margin-top: 0em;
    margin-bottom: 0.6em;
  }
  #page .entry-content h3,
  #page .entry-summary h3,
  #page .page-content h3,
  #page .comment-content h3 {
    font-size: 22px;
    font-size: 2rem;
    line-height: 1.3636;
    margin-top: 0em;
    margin-bottom: 0.6em;
  }
  #page .entry-content h4,
  #page .entry-summary h4,
  #page .page-content h4,
  #page .comment-content h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
    margin-top: 2.6667em;
    margin-bottom: 1.3333em;
  }
  #page .entry-content h5,
  #page .entry-content h6,
  #page .entry-summary h5,
  #page .entry-summary h6,
  #page .page-content h5,
  #page .page-content h6,
  #page .comment-content h5,
  #page .comment-content h6 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 3.2em;
    margin-bottom: 1.6em;
  }
  #page .entry-content .more-link:after,
  #page .entry-summary .more-link:after {
    font-size: 16px;
    top: 5px;
  }
  #page .author-info .avatar {
    height: 36px;
    margin: 0 1.5em 1.5em 0;
    width: 36px;
  }
  #page .entry-footer {
    padding: 5% 10%;
  }
  #page .posted-on:before,
  #page .byline:before,
  #page .cat-links:before,
  #page .tags-links:before,
  #page .comments-link:before,
  #page .entry-format:before,
  #page .edit-link:before,
  #page .full-size-link:before {
    top: 0;
  }
  #page .page-content {
    padding: 8.3333%;
  }
  #page .taxonomy-description {
    padding-top: 0.4em;
  }
  #page .page-title,
  #page .comments-title,
  #page .comment-reply-title,
  #page .post-navigation .post-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
  }
  #page .page-links {
    margin-bottom: 1.3333em;
  }
  #page .page-links a,
  #page .page-links > span {
    margin: 0 0.3333em 0.3333em 0;
  }
  #page .entry-attachment {
    margin-bottom: 1.6em;
  }
  #page .format-aside .entry-title,
  #page .format-image .entry-title,
  #page .format-video .entry-title,
  #page .format-quote .entry-title,
  #page .format-gallery .entry-title,
  #page .format-status .entry-title,
  #page .format-link .entry-title,
  #page .format-audio .entry-title,
  #page .format-chat .entry-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333;
    margin-bottom: 1.3333em;
  }
  #page .format-link .entry-title a:after {
    top: 0;
  }
  #page .comments-area {
    margin-bottom: 8.3333%;
    /* margin: 0 8.3333% 8.3333% 8.3333%; */
    /* padding: 8.3333%; */
  }
  #page .comments-title {
    margin-bottom: 1.3333em;
  }
  #page .comment-list article,
  #page .comment-list .pingback,
  #page .comment-list .trackback {
    padding: 1.6em 0;
  }
  #page .comment-list + .comment-respond,
  #page .comment-navigation + .comment-respond {
    padding-top: 1.6em;
  }
  #page .comment-list .children > li {
    padding-left: 0.8em;
  }
  #page .comment-author {
    margin-bottom: 0.4em;
  }
  #page .comment-author .avatar {
    height: 24px;
    margin-right: 0.8em;
    top: 0;
    width: 24px;
  }
  #page .comment-metadata .edit-link:before {
    top: 3px;
  }
  #page .pingback .edit-link:before {
    top: 5px;
  }
  #page .bypostauthor > article .fn:after {
    top: 5px;
    left: 3px;
  }
  #page .comment-content ul,
  #page .comment-content ol {
    margin-bottom: 2em;
  }
  #page .comment-list .reply a {
    padding: 0.4167em 0.8333em;
  }
  #page .comment-form,
  #page .no-comments {
    padding-top: 1.6em;
  }
  #page .comment-reply-title small a:before {
    top: -3px;
  }
  #page embed,
  #page iframe,
  #page object,
  #page video {
    margin-bottom: 1.6em;
  }
  #page .wp-audio-shortcode,
  #page .wp-video,
  #page .wp-playlist.wp-audio-playlist {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 1.6em;
  }
  #page .wp-caption,
  #page .gallery {
    margin-bottom: 1.6em;
  }
  #page .widecolumn {
    margin: 8.3333%;
    padding: 8.3333%;
  }
  #page .widecolumn .mu_alert {
    margin-bottom: 1.6em;
  }
  #page .widecolumn p {
    margin: 1.6em 0;
  }
  #page .widecolumn p + h2 {
    margin-top: 1.5484em;
  }
  #page .widecolumn #key,
  #page .widecolumn .mu_register #blog_title,
  #page .widecolumn .mu_register #user_email,
  #page .widecolumn .mu_register #blogname,
  #page .widecolumn .mu_register #user_name {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #page .widecolumn .mu_register #blog_title,
  #page .widecolumn .mu_register #user_email,
  #page .widecolumn .mu_register #user_name {
    margin: 0 0 0.375em;
  }
}
@media screen and (min-width: 68.75em) {
  #page {
    /* .widget {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .widget blockquote {
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 1.2143em;
    }

    .widget 
    .widget input,
    .widget select,
    .widget textarea {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .widget 
    .widget input[type="button"],
    .widget input[type="reset"],
    .widget input[type="submit"] {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0.75em 1.5em;
    }

    .widget input[type="text"],
    .widget input[type="email"],
    .widget input[type="url"],
    .widget input[type="password"],
    .widget input[type="search"],
    .widget textarea {
        padding: 0.5em;
    }

    .widget .wp-caption-text,
    .widget .gallery-caption {
        line-height: 1.4583;
        padding: 0.5833em 0;
    }

    .widget_calendar caption {
        margin: 0 0 1.9286em;
    }

    .widget_calendar td,
    .widget_calendar th {
        line-height: 1.9286;
    }

    .widget_archive li,
    .widget_categories li,
    .widget_links li,
    .widget_meta li,
    .widget_nav_menu li,
    .widget_pages li,
    .widget_recent_comments li,
    .widget_recent_entries li {
        padding: 0.4643em 0;
    }

    .widget_categories .children,
    .widget_nav_menu .sub-menu,
    .widget_pages .children {
        margin: 0.4643em 0 0 1em;
        padding-top: 0.4643em;
    }

    .widget_rss .rss-date,
    .widget_rss cite {
        line-height: 1.75;
    } */
  }
  #page #page,
  #page input,
  #page select,
  #page textarea {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6471;
  }
  #page input {
    line-height: normal;
  }
  #page p,
  #page address,
  #page pre,
  #page ul,
  #page ol,
  #page dl,
  #page dd,
  #page table {
    margin-bottom: 1.6471em;
  }
  #page blockquote {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.75;
    margin-bottom: 1.75em;
    margin-left: -1.05em;
    padding-left: 0.85em;
  }
  #page blockquote p {
    margin-bottom: 1.75em;
  }
  #page blockquote cite,
  #page blockquote small {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6471;
  }
  #page pre {
    line-height: 1.2353;
  }
  #page input[type=button],
  #page input[type=reset],
  #page input[type=submit],
  #page .post-password-form input[type=submit],
  #page .widecolumn #submit,
  #page .widecolumn .mu_register input[type=submit] {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0.8214em 1.5714em;
  }
  #page input[type=text],
  #page input[type=email],
  #page input[type=url],
  #page input[type=password],
  #page input[type=search],
  #page textarea {
    padding: 0.5em;
  }
  #page .post-password-form label,
  #page .post-navigation .meta-nav,
  #page .comment-navigation,
  #page .image-navigation,
  #page .author-heading,
  #page .author-bio,
  #page .entry-footer,
  #page .page-links a,
  #page .page-links span,
  #page .comment-metadata,
  #page .pingback .edit-link,
  #page .comment-list .reply,
  #page .comment-notes,
  #page .comment-awaiting-moderation,
  #page .logged-in-as,
  #page .comment-form label,
  #page .form-allowed-tags,
  #page .wp-caption-text,
  #page .gallery-caption,
  #page .entry-caption,
  #page .widecolumn label,
  #page .widecolumn .mu_register label {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #page .image-navigation .nav-previous a:before,
  #page .image-navigation .nav-next a:after,
  #page .comment-navigation .nav-previous a:before,
  #page .comment-navigation .nav-next a:after {
    top: 2px;
  }
  #page blockquote.alignleft,
  #page .wp-caption.alignleft,
  #page img.alignleft {
    margin: 0.4118em 1.6471em 1.6471em 0;
  }
  #page blockquote.alignright,
  #page .wp-caption.alignright,
  #page img.alignright {
    margin: 0.4118em 0 1.6471em 1.6471em;
  }
  #page blockquote.aligncenter,
  #page .wp-caption.aligncenter,
  #page img.aligncenter {
    margin-top: 0.4118em;
    margin-bottom: 1.6471em;
  }
  #page .wp-caption.alignleft,
  #page .wp-caption.alignright,
  #page .wp-caption.aligncenter {
    margin-bottom: 1.2353em;
  }
  #page .site-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1667;
  }
  #page .wp-custom-logo .site-title {
    margin-top: 0.583333333em;
  }
  #page .site-description {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #page .post-thumbnail {
    margin-bottom: 2.4706em;
  }
  #page .entry-title,
  #page .widecolumn h2 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 0.6em;
  }
  #page .entry-content h1,
  #page .entry-summary h1,
  #page .page-content h1,
  #page .comment-content h1 {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
  }
  #page .entry-content h2,
  #page .entry-summary h2,
  #page .page-content h2,
  #page .comment-content h2 {
    font-size: 29px;
    font-size: 2.4rem;
    line-height: 1.2069;
    margin-top: 0em;
    margin-bottom: 0.6em;
  }
  #page .entry-content h3,
  #page .entry-summary h3,
  #page .page-content h3,
  #page .comment-content h3 {
    font-size: 24px;
    font-size: 2rem;
    line-height: 1.1667;
    margin-top: 0em;
    margin-bottom: 0.6em;
  }
  #page .entry-content h4,
  #page .entry-summary h4,
  #page .page-content h4,
  #page .comment-content h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 2.8em;
    margin-bottom: 1.4em;
  }
  #page .entry-content h5,
  #page .entry-content h6,
  #page .entry-summary h5,
  #page .entry-summary h6,
  #page .page-content h5,
  #page .page-content h6,
  #page .comment-content h5,
  #page .comment-content h6 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.2353;
    margin-top: 3.2941em;
    margin-bottom: 1.6471em;
  }
  #page .entry-content .more-link:after,
  #page .entry-summary .more-link:after {
    font-size: 24px;
    top: 2px;
  }
  #page .author-info .avatar {
    height: 42px;
    margin: 0 1.6471em 1.6471em 0;
    width: 42px;
  }
  #page .posted-on:before,
  #page .byline:before,
  #page .cat-links:before,
  #page .tags-links:before,
  #page .comments-link:before,
  #page .entry-format:before,
  #page .edit-link:before,
  #page .full-size-link:before {
    top: 3px;
  }
  #page .taxonomy-description {
    padding-top: 0.4118em;
  }
  #page .page-title,
  #page .comments-title,
  #page .comment-reply-title,
  #page .post-navigation .post-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1667;
  }
  #page .page-links {
    margin-bottom: 1.4117em;
  }
  #page .page-links a,
  #page .page-links > span {
    margin: 0 0.2857em 0.2857em 0;
  }
  #page .entry-attachment {
    margin-bottom: 1.6471em;
  }
  #page .format-aside .entry-title,
  #page .format-image .entry-title,
  #page .format-video .entry-title,
  #page .format-quote .entry-title,
  #page .format-gallery .entry-title,
  #page .format-status .entry-title,
  #page .format-link .entry-title,
  #page .format-audio .entry-title,
  #page .format-chat .entry-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 1.4em;
  }
  #page .format-link .entry-title a:after {
    top: 0.0833em;
  }
  #page .comments-title {
    margin-bottom: 1.4em;
  }
  #page .comment-list article,
  #page .comment-list .pingback,
  #page .comment-list .trackback {
    padding: 1.6471em 0;
  }
  #page .comment-list + .comment-respond,
  #page .comment-navigation + .comment-respond {
    padding-top: 1.6471em;
  }
  #page .comment-list .children > li {
    padding-left: 1.1667em;
  }
  #page .comment-author {
    margin-bottom: 0;
  }
  #page .comment-author .avatar {
    height: 42px;
    margin-right: 1.64705em;
    top: 5px;
    width: 42px;
  }
  #page .bypostauthor > article .fn:after {
    top: 7px;
    left: 6px;
  }
  #page .comment-metadata .edit-link:before {
    top: 6px;
  }
  #page .pingback .edit-link:before {
    top: 6px;
  }
  #page .comment-content ul,
  #page .comment-content ol {
    margin-bottom: 1.6471em;
  }
  #page .comment-list .reply a {
    padding: 0.4286em 0.8571em;
  }
  #page .comment-form,
  #page .no-comments {
    padding-top: 1.6471em;
  }
  #page .comment-reply-title small a:before {
    top: -1px;
  }
  #page embed,
  #page iframe,
  #page object,
  #page video {
    margin-bottom: 1.6471em;
  }
  #page .wp-audio-shortcode,
  #page .wp-video,
  #page .wp-playlist.wp-audio-playlist {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 1.6471em;
  }
  #page .wp-caption,
  #page .gallery {
    margin-bottom: 1.6471em;
  }
  #page .widecolumn .mu_alert {
    margin-bottom: 1.6471em;
  }
  #page .widecolumn p {
    margin: 1.6471em 0;
  }
  #page .widecolumn p + h2 {
    margin-top: 1.6em;
  }
  #page .widecolumn #key,
  #page .widecolumn .mu_register #blog_title,
  #page .widecolumn .mu_register #user_email,
  #page .widecolumn .mu_register #blogname,
  #page .widecolumn .mu_register #user_name {
    font-size: 17px;
    font-size: 1.7rem;
  }
  #page .widecolumn .mu_register #blog_title,
  #page .widecolumn .mu_register #user_email,
  #page .widecolumn .mu_register #user_name {
    margin: 0 0 0.4117em;
  }
}
@media screen and (min-width: 77.5em) {
  #page #page,
  #page input,
  #page select,
  #page textarea {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6842;
  }
  #page input {
    line-height: normal;
  }
  #page p,
  #page address,
  #page pre,
  #page ul,
  #page ol,
  #page dl,
  #page dd,
  #page table {
    margin-bottom: 1.6842em;
  }
  #page blockquote {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.8182;
    margin-bottom: 1.8182em;
    margin-left: -1.0909em;
    padding-left: 0.9091em;
  }
  #page blockquote p {
    margin-bottom: 1.8182em;
  }
  #page blockquote cite,
  #page blockquote small {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.6842;
  }
  #page pre {
    line-height: 1.2632;
  }
  #page input[type=button],
  #page input[type=reset],
  #page input[type=submit],
  #page .post-password-form input[type=submit],
  #page .widecolumn #submit,
  #page .widecolumn .mu_register input[type=submit] {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0.8125em 1.625em;
  }
  #page input[type=text],
  #page input[type=email],
  #page input[type=url],
  #page input[type=password],
  #page input[type=search],
  #page textarea {
    padding: 0.5278em;
  }
  #page .post-password-form label,
  #page .post-navigation .meta-nav,
  #page .comment-navigation,
  #page .image-navigation,
  #page .author-heading,
  #page .author-bio,
  #page .entry-footer,
  #page .page-links a,
  #page .page-links span,
  #page .comment-metadata,
  #page .pingback .edit-link,
  #page .comment-list .reply,
  #page .comment-notes,
  #page .comment-awaiting-moderation,
  #page .logged-in-as,
  #page .comment-form label,
  #page .form-allowed-tags,
  #page .wp-caption-text,
  #page .gallery-caption,
  #page .entry-caption,
  #page .widecolumn label,
  #page .widecolumn .mu_register label {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #page .image-navigation .nav-previous a:before,
  #page .image-navigation .nav-next a:after,
  #page .comment-navigation .nav-previous a:before,
  #page .comment-navigation .nav-next a:after {
    font-size: 24px;
    top: -1px;
  }
  #page blockquote.alignleft,
  #page .wp-caption.alignleft,
  #page img.alignleft {
    margin: 0.4211em 1.6842em 1.6842em 0;
  }
  #page blockquote.alignright,
  #page .wp-caption.alignright,
  #page img.alignright {
    margin: 0.4211em 0 1.6842em 1.6842em;
  }
  #page blockquote.aligncenter,
  #page .wp-caption.aligncenter,
  #page img.aligncenter {
    margin-top: 0.4211em;
    margin-bottom: 1.6842em;
  }
  #page .wp-caption.alignleft,
  #page .wp-caption.alignright,
  #page .wp-caption.aligncenter {
    margin-bottom: 1.2632em;
  }
  #page .site-title {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.1852;
  }
  #page .wp-custom-logo .site-title {
    margin-top: 0.592592593em;
  }
  #page .site-description {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #page .widget {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #page .widget blockquote {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 1.25em;
  }
  #page .widget blockquote cite,
  #page .widget blockquote small {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8462;
  }
  #page .widget .widget input,
  #page .widget select,
  #page .widget textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #page .widget .widget input[type=button],
  #page .widget input[type=reset],
  #page .widget input[type=submit] {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0.8462em 1.6923em;
  }
  #page .widget input[type=text],
  #page .widget input[type=email],
  #page .widget input[type=url],
  #page .widget input[type=password],
  #page .widget input[type=search],
  #page .widget textarea {
    padding: 0.5em;
  }
  #page .widget .wp-caption-text,
  #page .widget .gallery-caption {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5385;
    padding: 0.6154em 0;
  }
  #page .widget_calendar td,
  #page .widget_calendar th {
    line-height: 1.9375;
  }
  #page .widget_calendar caption {
    margin: 0 0 1.5em;
  }
  #page .widget_archive li,
  #page .widget_categories li,
  #page .widget_links li,
  #page .widget_meta li,
  #page .widget_nav_menu li,
  #page .widget_pages li,
  #page .widget_recent_comments li,
  #page .widget_recent_entries li {
    padding: 0.4688em 0;
  }
  #page .widget_categories .children,
  #page .widget_nav_menu .sub-menu,
  #page .widget_pages .children {
    margin: 0.4688em 0 0 1em;
    padding-top: 0.4688em;
  }
  #page .widget_rss .rss-date,
  #page .widget_rss cite {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8462;
  }
  #page .post-thumbnail {
    margin-bottom: 22px;
  }
  #page .entry-title,
  #page .widecolumn h2 {
    font-size: 39px;
    font-size: 3.9rem;
    line-height: 1.2308;
    margin-bottom: 0.6em;
  }
  #page .entry-content h1,
  #page .entry-summary h1,
  #page .page-content h1,
  #page .comment-content h1 {
    font-size: 39px;
    font-size: 3rem;
    line-height: 1.2308;
    margin-top: 1.641em;
    margin-bottom: 0.6em;
  }
  #page .entry-content h2,
  #page .entry-summary h2,
  #page .page-content h2,
  #page .comment-content h2 {
    font-size: 32px;
    font-size: 2.4rem;
    line-height: 1.25;
    margin-top: 0em;
    margin-bottom: 0.6em;
  }
  #page .entry-content h3,
  #page .entry-summary h3,
  #page .page-content h3,
  #page .comment-content h3 {
    font-size: 27px;
    font-size: 2rem;
    line-height: 1.1852;
    margin-top: 0em;
    margin-bottom: 0.6em;
  }
  #page .entry-content h4,
  #page .entry-summary h4,
  #page .page-content h4,
  #page .comment-content h4 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545;
    margin-top: 2.9091em;
    margin-bottom: 1.4545em;
  }
  #page .entry-content h5,
  #page .entry-content h6,
  #page .entry-summary h5,
  #page .entry-summary h6,
  #page .page-content h5,
  #page .page-content h6,
  #page .comment-content h5,
  #page .comment-content h6 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.2632;
    margin-top: 3.3684em;
    margin-bottom: 1.6842em;
  }
  #page .entry-content .more-link:after,
  #page .entry-summary .more-link:after {
    top: 3px;
  }
  #page .author-info .avatar {
    height: 56px;
    margin: 0 1.6842em 1.6842em 0;
    width: 56px;
  }
  #page .posted-on:before,
  #page .byline:before,
  #page .cat-links:before,
  #page .tags-links:before,
  #page .comments-link:before,
  #page .entry-format:before,
  #page .edit-link:before,
  #page .full-size-link:before {
    top: 4px;
  }
  #page .taxonomy-description {
    padding-top: 0.4211em;
  }
  #page .page-title,
  #page .comments-title,
  #page .comment-reply-title,
  #page .post-navigation .post-title {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.1852;
  }
  #page .page-links {
    margin-bottom: 1.4736em;
  }
  #page .page-links a,
  #page .page-links > span {
    margin: 0 0.25em 0.25em 0;
  }
  #page .entry-attachment {
    margin-bottom: 1.6842em;
  }
  #page .format-aside .entry-title,
  #page .format-image .entry-title,
  #page .format-video .entry-title,
  #page .format-quote .entry-title,
  #page .format-gallery .entry-title,
  #page .format-status .entry-title,
  #page .format-link .entry-title,
  #page .format-audio .entry-title,
  #page .format-chat .entry-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4545;
    margin-bottom: 1.4545em;
  }
  #page .format-link .entry-title a:after {
    top: 3px;
  }
  #page .comments-title {
    margin-bottom: 1.4545em;
  }
  #page .comment-list article,
  #page .comment-list .pingback,
  #page .comment-list .trackback {
    padding: 1.6842em 0;
  }
  #page .comment-list + .comment-respond,
  #page .comment-navigation + .comment-respond {
    padding-top: 1.6842em;
  }
  #page .comment-list .children > li {
    padding-left: 1.4737em;
  }
  #page .comment-author .avatar {
    height: 56px;
    margin-right: 1.6842em;
    top: 3px;
    width: 56px;
  }
  #page .bypostauthor > article .fn:after {
    top: 8px;
  }
  #page .comment-metadata .edit-link:before {
    top: 8px;
  }
  #page .pingback .edit-link:before {
    top: 8px;
  }
  #page .comment-content ul,
  #page .comment-content ol {
    margin-bottom: 1.6842em;
  }
  #page .comment-list .reply a {
    padding: 0.4375em 0.875em;
  }
  #page .comment-form,
  #page .no-comments {
    padding-top: 1.6842em;
  }
  #page embed,
  #page iframe,
  #page object,
  #page video {
    margin-bottom: 1.6842em;
  }
  #page .wp-audio-shortcode,
  #page .wp-video,
  #page .wp-playlist.wp-audio-playlist {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 1.6842em;
  }
  #page .wp-caption,
  #page .gallery {
    margin-bottom: 1.6842em;
  }
  #page .widecolumn .mu_alert {
    margin-bottom: 1.6842em;
  }
  #page .widecolumn p {
    margin: 1.6842em 0;
  }
  #page .widecolumn p + h2 {
    margin-top: 1.641em;
  }
  #page .widecolumn #key,
  #page .widecolumn .mu_register #blog_title,
  #page .widecolumn .mu_register #user_email,
  #page .widecolumn .mu_register #blogname,
  #page .widecolumn .mu_register #user_name {
    font-size: 19px;
    font-size: 1.9rem;
  }
  #page .widecolumn .mu_register #blog_title,
  #page .widecolumn .mu_register #user_email,
  #page .widecolumn .mu_register #user_name {
    margin: 0 0 0.421em;
  }
}
@media print {
  #page {
    background: none !important; /* Brute force since user agents all print differently. */
    font-size: 11.25pt;
  }
  #page .secondary-toggle,
  #page .navigation,
  #page .page-links,
  #page .edit-link,
  #page #reply-title,
  #page .comment-form,
  #page .comment-edit-link,
  #page .comment-list .reply a,
  #page input,
  #page textarea,
  #page select,
  #page .widecolumn form,
  #page .widecolumn .mu_register form {
    display: none;
  }
  #page .site-header,
  #page .hentry,
  #page .entry-footer,
  #page .page-content,
  #page .comments-area,
  #page .widecolumn {
    background: none !important; /* Make sure color schemes dont't affect to print */
  }
  #page #page,
  #page blockquote,
  #page blockquote cite,
  #page blockquote small,
  #page label,
  #page a,
  #page .site-title a,
  #page .site-description,
  #page .post-title,
  #page .author-heading,
  #page .entry-footer,
  #page .entry-footer a,
  #page .taxonomy-description,
  #page .entry-caption,
  #page .comment-author,
  #page .comment-metadata,
  #page .comment-metadata a,
  #page .comment-notes,
  #page .comment-awaiting-moderation,
  #page .no-comments,
  #page .wp-caption-text,
  #page .gallery-caption {
    color: #000 !important; /* Make sure color schemes don't affect to print */
  }
  #page pre,
  #page abbr[title],
  #page table,
  #page th,
  #page td,
  #page .site-header,
  #page .hentry + .hentry,
  #page .author-info,
  #page .comments-area,
  #page .comment-list + .comment-respond,
  #page .comment-list article,
  #page .comment-list .pingback,
  #page .comment-list .trackback,
  #page .no-comments {
    border-color: #eaeaea !important; /* Make sure color schemes don't affect to print */
  }
  #page .site {
    margin: 0 7.6923%;
  }
  #page .sidebar {
    position: relative !important; /* Make sure sticky sidebar doesn't affect to print */
  }
  #page .site-description {
    display: block;
  }
  #page .hentry + .hentry {
    margin-top: 7.6923%;
  }
  #page .hentry.has-post-thumbnail {
    padding-top: 7.6923%;
  }
  #page .sticky-post {
    background: #000 !important;
    color: #fff !important;
  }
  #page .entry-header,
  #page .entry-footer {
    padding: 0;
  }
  #page .entry-content,
  #page .entry-summary {
    padding: 0 0 7.6923%;
  }
  #page .post-thumbnail img {
    margin: 0;
  }
  #page .author-info {
    margin: 0;
  }
  #page .page-content {
    padding: 7.6923% 0 0;
  }
  #page .comments-area {
    border: 0;
    padding: 7.6923% 0 0;
  }
}
@media screen and (max-width: 61.938em) {
  #page .sidebar {
    display: none;
  }
}
#page .alignfull img,
#page .alignwide img,
#page .alignfull iframe,
#page .alignwide iframe {
  width: 970px;
  display: block;
  margin: 0 auto;
}
#page .alignwide img {
  width: 680px;
}
#page .alignfull,
#page .alignwide {
  overflow: hidden;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: auto;
}
@media only screen and (min-width: 1310px) {
  #page .alignwide {
    margin-left: -85px;
    margin-right: -85px;
    /* max-width    : 950px; */
  }
}

.login-with-google-btn {
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 12px 16px 12px 42px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 11px;
}
.login-with-google-btn:hover {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
}
.login-with-google-btn:active {
  background-color: #eeeeee;
}
.login-with-google-btn:focus {
  outline: none;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
}
.login-with-google-btn:disabled {
  filter: grayscale(100%);
  background-color: #ebebeb;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.hentry {
  background-color: #fff;
  padding-top: 72px;
  padding-bottom: 36px;
}

.entry-content {
  position: relative;
  max-width: 680px;
  margin: auto;
}

.login-graphics img {
  max-width: 100%;
}

/* header start */
header {
  padding: 8px 0px;
  z-index: 1;
  position: fixed;
  width: 100%;
  top: 0;
  transition: all ease-in 0.24s;
}

header .img-responsive {
  width: 100%;
  transition: all ease-in 0.24s;
}

@media screen and (max-width: 640px) {
  header .img-responsive {
    width: 80%;
  }
}
header .logo-block figure {
  margin-bottom: 0;
  width: 180px;
  text-align: center;
}

header.logo-only-header {
  z-index: 1;
}

header.scrolled {
  background: #fafafa;
  width: 100%;
  padding: 3px 0;
  box-shadow: 1px 1px 10px 1px #ddd;
}

header.scrolled img {
  transform: scale(0.84);
}

@media (max-width: 768px) {
  .menu-block .container-fluid, .navbar-collapse {
    padding-right: 15px;
  }
  .download-popup .download-app-text, .big-image figure img, .banner-text .popular-tags, .carousel-container, .top-description > p, .food-image, .pricing-banner .banner-text, .comment-form p.comment-form-author, .comment-form p.comment-form-email, .artilce-info > span, .article-info .article-tags, .social-share > span, .social-share ul, .comment-body figure img, .top.admin figure img, .blog-left-content-full .comment-form p.comment-form-author, .blog-left-content-full .comment-form p.comment-form-email, .blog-left-content-full blockquote, .right-form-block, select.select-program, .download-app-block .left-mobile, .download-app-block .download-app-text, .download-from a img, .testimonials-block .testimonials, .blog-admin, .select-payment-btns .select-payment-btn, .payment-form form fieldset:last-of-type input[type=submit], .img-text-center p, .testimonial-box-wrap, .blog-single-wrap figure img {
    width: 100%;
  }
}
#header {
  width: 100%;
  position: fixed;
  z-index: 11;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #CDCDCD;
  box-shadow: 0px 0px 28px 12px rgba(31, 31, 31, 0.07);
}

.hcc {
  min-height: 110px;
  width: 100%;
  display: block;
}

.scrolled #header .hc {
  padding-top: 12px;
  padding-bottom: 12px;
}

.scrolled .kpb {
  display: none;
}

.scrolled .ait {
  padding-top: 14px;
}

#header .hc {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  padding: 24px 0px;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 1190px) {
  #header .hc {
    padding: 24px 15px;
  }
  .scrolled #header .hc {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 10924px) {
  .hcc {
    min-height: 97px;
  }
}
@media screen and (max-width: 767px) {
  #header .hc {
    padding: 12px 31px;
  }
  .scrolled #header .hc {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hcc {
    min-height: 73px;
  }
}
@media screen and (max-width: 400px) {
  #header .hc {
    padding: 8px 10px;
  }
  .hcc {
    min-height: 65px;
  }
}
.home #header .hc {
  background: #F7F7F7;
  border-bottom: none;
  box-shadow: none;
}

.home #header .hc .search-holder input {
  background: #F7F7F7;
}

#header .logo {
  margin-right: 23px;
}

#header .klang .bi-globe > div,
#header .klang .dropdown-item > div {
  border-radius: 50px;
  border: 1.2px solid #3b3b3b;
}
#header .klang .bi-globe > div > div,
#header .klang .dropdown-item > div > div {
  border: 1px solid #ffffff;
  border-radius: 50px;
  height: 21px;
  width: 21px;
  overflow: hidden;
}
#header .klang .bi-globe > div > div img,
#header .klang .dropdown-item > div > div img {
  transform: scale(1.6);
}
#header .klang .bi-globe {
  background: transparent;
  border-radius: 50%;
  margin: 10px;
  padding: 0;
  transition: all 0.2s ease-out;
}
#header .klang .bi-globe:hover {
  padding: 10px;
  margin: 0;
  background: #e5e5e5;
}

.hamburger-menu {
  z-index: 2;
}

.hamburger-menu button {
  position: relative;
  width: 30px;
  height: 22px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
.hamburger-menu button span {
  transition: all 0.3s ease-out;
}
.hamburger-menu button:hover span:nth-child(1) {
  top: -1px;
}
.hamburger-menu button:hover span:nth-child(3) {
  top: 19px;
}

.hamburger-menu button span {
  position: absolute;
  height: 3px;
  background: #323232;
  width: 100%;
  left: 0px;
  top: 0px;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.hamburger-menu button span:nth-child(2) {
  top: 9px;
}

.hamburger-menu button span:nth-child(3) {
  top: 18px;
}

.hamburger-menu [data-state=open] span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}

.hamburger-menu [data-state=open] span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.hamburger-menu [data-state=open] span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}

nav.menu-cont .menu-close {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 2rem;
  -webkit-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
  max-width: fit-content;
  margin-left: -5px;
}
nav.menu-cont .menu-close div {
  transition: all 0.24s ease-in-out;
  margin: 8px !important;
  padding: 0px !important;
  max-width: fit-content;
  border-radius: 50%;
}
nav.menu-cont .menu-close:hover {
  margin-left: 0px;
}
nav.menu-cont .menu-close:hover div {
  margin: 0px !important;
  padding: 8px !important;
  background: rgba(255, 255, 255, 0.1882352941);
}
nav.menu-cont .menu-avatar {
  padding-left: 2rem;
  padding-bottom: 16px;
  font-size: 1.4em;
  margin-top: -16px;
}

nav.menu-cont .menu-avatar img {
  border-radius: 50%;
}

nav.menu-cont .menu-avatar span {
  margin-left: 8px;
  font-size: 22.4px;
}

nav.menu-cont .menu-avatar a {
  color: inherit;
  text-decoration: none !important;
}

nav.menu-cont .menu-avatar span:hover {
  text-decoration: underline;
}

nav.menu-cont {
  position: fixed;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0;
  left: 0;
  background: #dc3545;
  color: #fcf0ef;
  width: 300px;
  z-index: 123;
  padding-top: 0px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.24s cubic-bezier(0.52, 0.01, 0.8, 1);
  transition: 0.24s cubic-bezier(0.52, 0.01, 0.8, 1);
}

nav.menu-cont ul {
  list-style: none;
  margin-bottom: 0;
}

nav.menu-cont li {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  -webkit-transition: 0.16s cubic-bezier(0.44, 0.09, 0.46, 0.84);
  transition: 0.16s cubic-bezier(0.44, 0.09, 0.46, 0.84);
  opacity: 0;
  margin-bottom: 4px;
}

nav.menu-cont .products span,
nav.menu-cont a {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.24s ease-in-out;
  transition: all 0.24s ease-in-out;
}

nav.menu-cont .sign-out a {
  font-size: 1.4em;
}

nav.menu-cont .products span:hover,
nav.menu-cont a:hover {
  text-decoration: underline;
  color: #fcf0ef;
  margin-left: 4px;
  cursor: pointer;
}

nav.menu-cont[data-state=open] {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

nav.menu-cont[data-state=open] > ul > li:nth-child(1) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

nav.menu-cont[data-state=open] > ul > li:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

nav.menu-cont[data-state=open] > ul > li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

nav.menu-cont[data-state=open] > ul > li:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

nav.menu-cont[data-state=open] > ul > li:nth-child(5) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

nav.menu-cont[data-state=open] > ul > li:nth-child(6) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

nav.menu-cont .products > ul {
  height: 0px;
  opacity: 0;
  transition: 0.24s cubic-bezier(0.52, 0.01, 0.8, 1);
}

nav.menu-cont .products > ul > li {
  height: 0px;
  transition: 0.24s cubic-bezier(0.52, 0.01, 0.8, 1);
}

nav.menu-cont .products[data-state=open] > ul > li {
  height: 100%;
  cursor: pointer;
}

nav.menu-cont .products[data-state=open] > ul {
  height: 100%;
  opacity: 1;
  margin: 8px 0;
}

body.menu-active .menu-drop {
  opacity: 1;
  visibility: visible;
  max-height: 4000px;
  transform: translateY(0);
}

/* breadcrumb */
.breadcrumb:empty {
  display: none;
}

.social-cont svg {
  transition: all 0.24s ease-in-out;
}
.social-cont svg:hover {
  transform: scale(1.2);
}

ul.s-list {
  position: absolute;
  margin: 0;
  list-style: none;
  padding: 2px 8px;
}

.s-list {
  margin-left: -5px;
  padding: 5px 0;
  background: white;
  list-style: none;
  cursor: pointer;
  z-index: 10;
}

.s-list li {
  padding: 8px 16px;
}

.s-list li:hover {
  color: white;
  background-color: #007bff;
}

.s-list li.current {
  color: white;
  background-color: #fcf0ef;
}

.cd-cart::before {
  content: "";
  position: fixed;
  z-index: 11;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}

.cart-open::before {
  opacity: 1;
  visibility: visible;
}

.cd-cart__trigger,
.cd-cart__content {
  z-index: 21;
  position: fixed;
  bottom: 32px;
  right: 5%;
  transition: transform 0.2s;
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
}
.cd-cart--empty .cd-cart__trigger,
.cd-cart--empty .cd-cart__content {
  transform: translateY(150px);
}

.cd-cart .cd-cart__trigger {
  transition: all 0.24s;
  z-index: 21;
}

.cd-cart:hover .cd-cart__trigger::after, .cd-cart:hover .cd-cart__trigger::before {
  transform: translateY(-50%) translateX(-50%) scale(1.1);
}

.cd-cart__trigger {
  z-index: 3;
  height: 72px;
  width: 72px;
  overflow: visible;
  border-radius: 8px;
}
.cd-cart__trigger::after, .cd-cart__trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 100%;
  width: 100%;
  background: url(/assets/img/cd-icons-cart-close.svg) no-repeat 0 0;
  transition: opacity 0.2s, transform 0.2s;
}
.cd-cart__trigger::after {
  background-position: -72px 0;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.cart-open .cd-cart__trigger::before {
  opacity: 0;
}
.cart-open .cd-cart__trigger::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}
.cd-cart__trigger:hover + .cd-cart__content .cd-cart__layout {
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
}
.cart-open .cd-cart__trigger:hover + .cd-cart__content .cd-cart__layout {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
}

.cd-cart__count {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 28px;
  width: 28px;
  background: #dc3545;
  color: hsl(0, 0%, 100%);
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  text-indent: 0;
  transition: transform 0.2s 0.5s;
  list-style: none;
  padding: 0;
}
.cd-cart__count li {
  position: absolute;
  transform: translateZ(0);
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-fill-mode: forwards;
  animation-duration: 0.15s;
}
.cd-cart__count li:last-of-type {
  visibility: hidden;
}

.cd-cart__count--update li:last-of-type {
  animation-name: cd-qty-enter;
}

.cd-cart__count--update li:first-of-type {
  animation-name: cd-qty-leave;
}

.cart-open .cd-cart__count {
  transition: transform 0.2s 0s;
  transform: scale(0);
}

.cd-cart--empty .cd-cart__count {
  transform: scale(1);
}

.cd-cart__content {
  z-index: 20;
  width: 90%;
  max-width: 440px;
  height: 400px;
  max-height: 90%;
  pointer-events: none;
}

.cd-cart__layout {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
  overflow: hidden;
  height: 72px;
  width: 72px;
  border-radius: 8px;
  transition: height 0.4s 0.1s, width 0.4s 0.1s, box-shadow 0.3s;
  transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
  background: hsl(0, 0%, 100%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
  pointer-events: auto;
  display: flex;
  flex-direction: column;
}

.cart-open .cd-cart__layout {
  height: 100%;
  width: 100%;
  transition-delay: 0s;
}

.cd-cart__header, .cd-cart__body {
  opacity: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.cart-open .cd-cart__header,
.cart-open .cd-cart__body {
  opacity: 1;
}

.cd-cart__header {
  position: relative;
  z-index: 20;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px 8px 0 0;
  height: 40px;
  line-height: 40px;
  background-color: hsl(0, 0%, 100%);
  transition: opacity 0.2s 0s;
  border-bottom: 1px solid hsl(0, 0%, 100%);
}

.cart-open .cd-cart__header {
  transition: opacity 0.2s 0.2s;
}

.cd-cart__undo {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  color: #212529;
  font-size: 12px;
}
.cd-cart__undo a {
  text-decoration: underline;
  color: #212529;
}
.cd-cart__undo a:hover {
  color: hsl(204, 73%, 52%);
}

.cd-cart__undo--visible {
  opacity: 1;
  visibility: visible;
}

.cd-cart__body {
  flex-grow: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: opacity 0.2s;
}
.cd-cart__body ul {
  position: relative;
  padding-bottom: 60px;
  padding-left: 0;
}

.cart-open .cd-cart__body {
  transition: opacity 0s;
}
.cart-open .cd-cart__body li {
  transition: transform 0.3s 0.2s, opacity 0.3s 0.2s;
  opacity: 1;
  transform: translateX(0);
}
.cart-open .cd-cart__body li:nth-of-type(2) {
  transition-duration: 0.4s;
}
.cart-open .cd-cart__body li:nth-of-type(3) {
  transition-duration: 0.5s;
}
.cart-open .cd-cart__body li:nth-of-type(4), .cart-open .cd-cart__body li:nth-of-type(5) {
  transition-duration: 0.55s;
}

.cd-cart__product {
  position: relative;
  opacity: 0;
  transform: translateX(80px);
  transition: opacity 0s 0.2s, transform 0s 0.2s;
  display: flex;
}
.cd-cart__product:not(:last-of-type) {
  margin-bottom: 12px;
}
.cd-cart__product a {
  text-decoration: none;
}

.cd-cart__product--deleted {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  animation: cd-item-slide-out 0.3s forwards;
}

.cd-cart__product--deleted.cd-cart__product--undo {
  animation: cd-item-slide-in 0.3s forwards;
}

.cd-cart__product--deleted + .cd-cart__product {
  animation: cd-item-move-up-mobile 0.3s;
  animation-fill-mode: forwards;
}

.cd-cart__product--undo + .cd-cart__product {
  animation: cd-item-move-down-mobile 0.3s;
  animation-fill-mode: forwards;
}

.cd-cart__image {
  display: inline-block;
  flex-shrink: 0;
}
.cd-cart__image img {
  display: block;
  width: 90px;
  height: 90px;
}

.cart-details {
  position: relative;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-grow: 1;
  padding-top: 12px;
  padding-left: 12px;
}
.cart-details h3 {
  font-weight: bold;
  width: 70%;
  font-size: 16px;
}
.cart-details h3 a {
  color: inherit;
}
.cart-details h3 a:hover {
  color: #dc3545;
}
.cart-details h3 a span {
  font-size: 0.8rem;
  color: #212529;
  display: block;
}

.cart-price {
  width: 30%;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

.cd-cart__actions {
  display: flex;
  font-size: 12px;
}

.cart-delete-item, .cart-qty {
  color: #212529;
  backface-visibility: hidden;
}

.cart-delete-item {
  margin-right: 8px;
}
.cart-delete-item:hover {
  color: #dc3545;
}

.cart-qty {
  display: flex;
}
.cart-qty label {
  margin-right: 4px;
}

.cart-select {
  position: relative;
}
.cart-select input {
  padding: 0 8px 0 0;
  width: 60px;
}
.cart-select select {
  position: relative;
  padding: 0 8px 0 0;
  cursor: pointer;
  color: currentColor;
  border: 0;
}
.cart-select select:focus {
  outline: none;
  color: #dc3545;
  box-shadow: 0 1px 0 currentColor;
}
.cart-select select::-ms-expand {
  display: none;
}
.cart-select .icon {
  position: absolute;
  z-index: 20;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  color: currentColor;
  pointer-events: none;
}

.cd-cart__footer {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
  background: hsl(0, 0%, 100%);
}

.cart-checkout {
  display: block;
  height: 72px;
  line-height: 72px;
  margin-right: 72px;
  background: #dc3545;
  color: hsl(0, 0%, 100%);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.2s 0s;
}
.cart-checkout:hover {
  opacity: 0.98;
}
.cart-checkout em {
  position: relative;
  display: inline-block;
  transform: translateX(80px);
  transition: transform 0s 0.2s;
  font-style: inherit;
  background: #dc3545;
}
.cart-checkout .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  transition: opacity 0.2s;
  color: currentColor;
  height: 1em;
  width: 1em;
  line-height: 1;
  flex-shrink: 0;
  display: inline-block;
}

.cart-open .cart-checkout {
  color: hsl(0, 0%, 100%);
  transition: color 0.2s 0.3s;
}
.cart-open .cart-checkout em {
  transform: translateX(0);
  transition: transform 0.3s 0.1s, padding 0.2s 0s;
  opacity: 1;
}
.cart-open .cart-checkout:hover em {
  padding-right: 30px;
}
.cart-open .cart-checkout:hover .icon {
  opacity: 1;
}

@keyframes cd-qty-enter {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-50%);
  }
}
@keyframes cd-qty-leave {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-50%);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(-100%);
  }
}
@keyframes cd-item-move-up-mobile {
  0% {
    padding-top: 62px;
  }
  100% {
    padding-top: 0px;
  }
}
@keyframes cd-item-move-up {
  0% {
    padding-top: 102px;
  }
  100% {
    padding-top: 0px;
  }
}
@keyframes cd-item-move-down-mobile {
  0% {
    padding-top: 0px;
  }
  100% {
    padding-top: 62px;
  }
}
@keyframes cd-item-move-down {
  0% {
    padding-top: 0px;
  }
  100% {
    padding-top: 102px;
  }
}
@keyframes cd-item-slide-out {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(80px);
    opacity: 0;
  }
}
@keyframes cd-item-slide-in {
  100% {
    transform: translateX(0);
    opacity: 1;
  }
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
}
.cd-main h1 {
  color: #212529;
}

.cd-add-to-cart,
.cd-article-link {
  display: inline-block;
  padding: 16px 16px;
  border-radius: 50em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.2s;
}

.cd-add-to-cart {
  background: hsl(204, 73%, 52%);
  color: hsl(0, 0%, 100%);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-add-to-cart:hover {
  background: hsl(204, 73%, 52%);
}
.cd-add-to-cart:active {
  transform: scale(0.9);
}

.cd-article-link {
  color: #212529;
  background-color: hsl(192, 15%, 94%);
}
.cd-article-link:hover {
  background-color: hsl(192, 15%, 94%);
}

/* order preview mode/suggestions */
[data-toggle=false].s-list {
  display: none;
}

.cd-contact__trigger,
.cd-contact {
  position: fixed;
  bottom: 32px;
  left: 5%;
  transition: transform 0.2s;
  transform: translateZ(0);
  will-change: transform;
  backface-visibility: hidden;
  cursor: pointer;
}
.cd-cart--empty .cd-contact__trigger,
.cd-cart--empty .cd-contact {
  transform: translateY(150px);
}

.cd-contact .bi-whatsapp {
  transition: all 0.24s;
}

.cd-contact:hover .bi-whatsapp {
  transform: scale(1.1);
}

.cd-contact__layout {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
  height: 72px;
  width: 72px;
  border-radius: 8px;
  transition: height 0.4s 0.1s, width 0.4s 0.1s, box-shadow 0.3s;
  transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
  background: hsl(0, 0%, 100%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
  pointer-events: auto;
  display: flex;
  flex-direction: column;
}

.cd-contact__trigger {
  z-index: 3;
  height: 72px;
  width: 72px;
  overflow: visible;
  border-radius: 8px;
}
.cd-contact__trigger:hover + .cd-cart__content .cd-cart__layout {
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
}

select.input-color:focus {
  border-color: transparent;
  box-shadow: none;
}

/* horizontal category slider */
.cat-controls {
  overflow: hidden;
}

.cat-controls .tags-holder {
  position: relative;
}

.cat-controls .slideset .slide {
  margin-right: 11px;
}

.cat-controls .slideset .slide:last-child {
  margin-right: 150px;
}

.cat-controls .slideset .slide a {
  background: #fff;
  text-align: center;
  color: #323232;
  padding: 8px 12px;
  display: block;
  border-radius: 4px;
  border: 2px solid transparent;
  text-decoration: none;
}

.cat-controls .slideset .slide a:hover, .cat-controls .slideset .slide a.active {
  background: #fff;
  border-color: #dc3545;
}

.tags-holder {
  float: left;
  width: calc(100% - 1px);
}

.tags-holder .cata-sub-nav {
  white-space: normal;
}

.tags-holder .cata-sub-nav.head {
  white-space: nowrap;
}

.cata-sub-nav {
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.cata-sub-nav .slideset {
  margin: 0;
  display: flex;
  -webkit-padding-start: 0px;
}

.cata-sub-nav .slideset .slide {
  display: inline-table;
}

.cata-sub-nav::-webkit-scrollbar {
  display: none;
}

.cat-controls .arrow-holder {
  position: absolute;
  right: 10px;
  margin-top: -22px;
  z-index: 99;
  top: 50%;
  margin-top: -12px;
}

@media screen and (max-width: 992px) {
  .cat-controls .arrow-holder {
    right: 0;
  }
}
.cat-controls .arrow-holder:after {
  content: "";
  margin-top: -25px;
  width: 100px;
  height: 62px;
  z-index: 1;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 80%);
}

@media screen and (max-width: 992px) {
  .cat-controls .arrow-holder:after {
    width: 20px;
  }
}
.cat-controls .arrow-holder.arrow-holder-prev {
  right: auto;
  left: 10px;
}

@media screen and (max-width: 992px) {
  .cat-controls .arrow-holder.arrow-holder-prev {
    left: 0;
  }
}
.cat-controls .arrow-holder.arrow-holder-prev:after {
  transform: rotate(180deg);
  position: absolute;
  top: 50%;
  right: auto;
  bottom: 0;
  left: -22px;
}

@media screen and (max-width: 992px) {
  .cat-controls .arrow-holder.arrow-holder-prev:after {
    left: 0;
  }
}
.cat-controls .arrow-holder.arrow-holder-next:after {
  position: absolute;
  top: 50%;
  right: -20px;
  bottom: 0;
  left: auto;
}

@media screen and (max-width: 992px) {
  .cat-controls .arrow-holder.arrow-holder-next:after {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .cat-controls .arrow-holder .arrow {
    display: none;
  }
}
.cat-controls .arrow {
  width: 25px;
  height: 25px;
  font-size: 28px;
  line-height: 25px;
  color: #323232;
  text-align: center;
}

.cat-controls .arrow:hover {
  cursor: pointer;
  color: #dc3545;
}

.cat-controls .arrow span {
  position: relative;
  z-index: 5;
}

/* product search */
.clear-search {
  fill: #6c757d;
}

.clear-search:hover {
  fill: #212529;
}

/* product grid */
.accordion-button:not(.collapsed) {
  color: #495057;
}

.accordion-button:not(.collapsed) {
  background-color: #e9ecef;
}

.accordion-button:focus {
  border-color: #e9ecef;
  box-shadow: 0 0 0 0.25rem rgba(219, 219, 219, 0.25);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%495057'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .item {
  cursor: pointer;
}

.accordion .item img, .search-results .item img {
  padding: 16px;
  background: #ffffff;
}

.accordion .item .card-title p, .search-results .item .card-title p {
  font-size: 1rem;
  margin-bottom: 0;
}

.accordion .item .card-title p:empty, .search-results .item .card-title p:empty {
  display: none;
}

.alert-warning {
  margin-top: 8px;
}

.landing .sketch {
  margin-top: 32px;
}

.landing .alert-warning {
  margin-top: 42px;
}

.sketch {
  max-width: 100%;
}

.sketch-3d {
  position: relative;
  width: 550px;
  height: 550px;
  margin-left: -1px;
}

.sketch-3d X3D,
.sketch #svg {
  width: 550px;
  height: 550px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.sketch #svg rect {
  stroke-width: 2px;
  stroke: #dc3545;
  fill: rgb(255, 255, 255);
}

.sketch #svg rect {
  stroke-width: 2px;
  stroke: #dc3545;
  fill: rgb(255, 255, 255);
}

.sketch #svg polyline {
  stroke-width: 3px;
  stroke: #dc3545;
  fill: rgb(255, 255, 255);
}

.sketch #svg g[data-arrow=true] rect[data-rect=end] {
  opacity: 0;
}

.sketch #svg g[data-arrow=true] polyline {
  fill: #c2c2c2;
  stroke: #c2c2c2;
}

.sketch #svg g[data-arrow=true] rect {
  stroke-width: 3px;
  fill: rgb(255, 255, 255);
  stroke: #c2c2c2;
}

.sketch #svg g[data-type=arc] rect {
  stroke: #c2c2c2;
  fill: rgb(255, 255, 255);
}

.sketch #svg path {
  stroke-width: 3px;
  stroke: #c2c2c2;
  fill: rgba(255, 255, 255, 0);
}

.sketch #svg polygon {
  stroke-width: 0px;
  fill: #c2c2c2;
}

.sketch .svg-input {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
}

.sketch .svg-input {
  transform: translate(-10px, -13px);
  width: 20px;
  height: 26px;
}

.sketch .svg-input:hover {
  z-index: 6;
}

.sketch .svg-input.polyline label {
  color: #dc3545;
}

.sketch .svg-input.arc label {
  color: #c2c2c2;
}

.sketch .svg-input.polyline select.form-select:focus,
.sketch .svg-input.arc input.form-control:focus {
  border-color: rgba(194, 194, 194, 0.7);
  box-shadow: 0 0 0 0.25rem rgba(194, 194, 194, 0.3);
}

.sketch .svg-input label {
  width: auto;
  height: 26px;
  align-content: center;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  text-shadow: 0 0 1px #ffffff, 0 0 1px #ffffff;
}

.sketch .svg-input input {
  opacity: 0.8;
  width: 60px;
  transition: all 0.24s;
}

.sketch .svg-input select {
  min-width: 68px;
}

.sketch .change-variation {
  transition: all ease-in 0.24s;
}

.sketch .change-variation:hover {
  transform: scale(1.02);
}

.sketch .svg-input input.form-control:focus {
  border-color: rgba(188, 70, 62, 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(188, 70, 62, 0.5);
}

.sketch .svg-input:hover input, .sketch .svg-input input:focus {
  opacity: 1;
}

.sketch .deemphasize {
  opacity: 0.5;
  transition: opacity 0.24s;
}

.sketch .deemphasize input.form-control {
  opacity: 0.8 !important;
}

.sketch-controls {
  width: 246px;
}

.change-variation img {
  transition: all ease-in 0.24s;
}

.change-variation:hover img {
  transform: scale(1.02);
}

.sketch-3d {
  overflow: hidden;
}

.sketch-3d-switch {
  position: absolute;
  z-index: 10;
}

.form-switch .form-check-input {
  height: 16px;
  width: 28px;
}

.form-switch .form-check-input:focus {
  border-color: rgba(0, 0, 0, 0.25);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(143, 93, 93, 0);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(0,0,0,0.25)'/></svg>");
}

.form-switch .form-check-input:checked {
  background-color: #dc3545;
  border-color: #dc3545;
  border: none;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1.0)'/></svg>");
}

.input-parts {
  max-width: 460px;
}

.btn.set-sketch-view.btn-outline-secondary:hover {
  color: white !important;
}

.arrow-pointer {
  animation: arrow 1s ease-in-out infinite;
  margin-left: 9px;
  color: #dc3545;
}

.arrow-pointer {
  filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.7));
}

@keyframes arrow {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
}
.cc-cp-foot-save,
.termsfeed-com---palette-light .cc-nb-reject,
.termsfeed-com---palette-light .cc-nb-okagree {
  background-color: #dc3545 !important;
  border-radius: 4px;
}

.modal-header {
  border-bottom-width: 0;
}

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

.text-branded {
  color: #dc3545;
}

.btn-branded {
  background-color: #dc3545;
  color: white;
  border-color: #dc3545;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-branded:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #bb2d3b;
}

.btn-check:focus + .btn-branded, .btn-branded:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #bb2d3b;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:active + .btn-branded, .btn-check:checked + .btn-branded, .btn-branded.active, .btn-branded:active, .show > .btn-branded.dropdown-toggle {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #bb2d3b;
}

.btn-check:active + .btn-branded:focus, .btn-check:checked + .btn-branded:focus, .btn-branded.active:focus, .btn-branded:active:focus, .show > .btn-branded.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-branded.disabled, .btn-branded:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-branded {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-branded:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus + .btn-outline-branded, .btn-outline-branded:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:active + .btn-outline-branded, .btn-check:checked + .btn-outline-branded, .btn-outline-branded.active, .btn-outline-branded.dropdown-toggle.show, .btn-outline-branded:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:active + .btn-outline-branded:focus, .btn-check:checked + .btn-outline-branded:focus, .btn-outline-branded.active:focus, .btn-outline-branded.dropdown-toggle.show:focus, .btn-outline-branded:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-outline-branded.disabled, .btn-outline-branded:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* loader color */
.loader .dots span {
  background-color: #dc3545;
}

/* bootstrap */
.badge.bg-danger {
  background-color: #dc3545 !important;
}
