/*
Theme Name: Sparkling Child
Theme URI: https://colorlib.com/wp/themes/sparkling
Author: Colorlib
Author URI: http://colorlib.com/
Description: Sparkling is a clean minimal and responsive WordPress theme well suited for travel, health, business, finance, design, art, personal and any other creative websites and blogs. Developed using Bootstrap 3 that makes it mobile and tablets friendly. Theme comes with full-screen slider, social icon integration, author bio, popular posts widget and improved category widget. Sparkling incorporates latest web standards such as HTML5 and CSS3 and is SEO friendly thanks to its clean structure and codebase. It has dozens of Theme Options to change theme layout, colors, fonts, slider settings and much more. Theme is also translation and multilingual ready and is available in Spanish. Sparkling is a free WordPress theme with premium functionality and design.
Version: 2.5.0
Template: sparkling
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sparkling
Domain Path: /languages/
Tags: green, light, white, gray, black, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, photoblogging, left-sidebar, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments

This theme, like WordPress, is licensed under the GPL.

sparkling is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/

/* PlusJakartaSans - 300 - light */
@font-face {
  font-family: 'PlusJakartaSans';
  font-style: normal;
  font-weight: 300;
  src: local(''), url('assets/fonts/PlusJakartaSans/PlusJakartaSans-Light.woff2') format('woff2'), url('assets/fonts/PlusJakartaSans/PlusJakartaSans-Light.woff') format('woff');
  font-display: swap;
}
/* PlusJakartaSans - 400 - regular */
@font-face {
  font-family: 'PlusJakartaSans';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('assets/fonts/PlusJakartaSans/PlusJakartaSans-Regular.woff2') format('woff2'), url('assets/fonts/PlusJakartaSans/PlusJakartaSans-Regular.woff') format('woff');
  font-display: swap;
}
/* PlusJakartaSans - 400 - regular italic */
@font-face {
  font-family: 'PlusJakartaSans';
  font-style: italic;
  font-weight: 400;
  src: local(''), url('assets/fonts/PlusJakartaSans/PlusJakartaSans-Italic.woff2') format('woff2'), url('assets/fonts/PlusJakartaSans/PlusJakartaSans-Italic.woff') format('woff');
  font-display: swap;
}
/* PlusJakartaSans - 500 - medium */
@font-face {
  font-family: 'PlusJakartaSans';
  font-style: normal;
  font-weight: 500;
  src: local(''), url('assets/fonts/PlusJakartaSans/PlusJakartaSans-Medium.woff2') format('woff2'), url('assets/fonts/PlusJakartaSans/PlusJakartaSans-Medium.woff') format('woff');
  font-display: swap;
}
/* PlusJakartaSans - 600 - semi-bold */
@font-face {
  font-family: 'PlusJakartaSans';
  font-style: normal;
  font-weight: 600;
  src: local(''), url('assets/fonts/PlusJakartaSans/PlusJakartaSans-SemiBold.woff2') format('woff2'), url('assets/fonts/PlusJakartaSans/PlusJakartaSans-SemiBold.woff') format('woff');
  font-display: swap;
}
/* PlusJakartaSans - 700 - bold */
@font-face {
  font-family: 'PlusJakartaSans';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('assets/fonts/PlusJakartaSans/PlusJakartaSans-Bold.woff2') format('woff2'), url('assets/fonts/PlusJakartaSans/PlusJakartaSans-Bold.woff') format('woff');
  font-display: swap;
}
/* PlusJakartaSans - 800 - extra bold */
@font-face {
  font-family: 'PlusJakartaSans';
  font-style: normal;
  font-weight: 800;
  src: local(''), url('assets/fonts/PlusJakartaSans/PlusJakartaSans-ExtraBold.woff2') format('woff2'), url('assets/fonts/PlusJakartaSans/PlusJakartaSans-ExtraBold.woff') format('woff');
  font-display: swap;
}

/* Vars */
:root {
  --font-family-primary: 'PlusJakartaSans', sans-serif;
  --color-primary: #e0d2a4;
}
html {
  font-size: 16px;
  overflow-x: hidden;
}
body {
  color: #6b6b6b;
  background-color: #fff;
  font-family: var(--font-family-primary);
  line-height: 1.8;
  font-size: 1.1rem;
  overflow-x: hidden;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000;
  font-weight: 700;
  font-family: var(--font-family-primary);
  margin-top: clamp(1.6rem, 1.25rem + 1.56vw, 3rem);
  margin-bottom: clamp(1.2rem, 1.1rem + 0.44vw, 1.6rem);
}
h1,
.h1 {
  margin-top: 0;
}
h2,
.h2 {
  font-size: clamp(1.4rem, 1.25rem + 0.67vw, 2rem);
}
h3,
.h3 {
  font-size: clamp(1rem, 0.95rem + 0.22vw, 1.2rem);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 800;
  line-height: 1.4em;
}
.page-title {
  text-align: center;
  font-size: clamp(1.8rem, 1.6rem + 0.89vw, 2.6rem);
}
p {
  font-size: clamp(1rem, 0.975rem + 0.11vw, 1.1rem);
}

/* Links */
a {
  color: #000;
}
.post-inner-content .entry-content a {
  color: #9a8953;
  border-bottom: 1px solid #9a8953;
  text-decoration: none;
}
.post-inner-content .entry-content a:active,
.post-inner-content .entry-content a:focus,
.post-inner-content .entry-content a:hover {
  border-bottom: none;
}
.entry-title a:hover,
.entry-title a:focus {
  text-decoration: underline;
  color: #000;
}

/* Buttons */
.btn {
  font-weight: 600;
  padding: 0.8rem 1.4rem;
  letter-spacing: 0.8px;
}
.btn-default,
a.more-link {
  background-color: #000;
  border-color: #000;
}
.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Layout */
.main-content-area {
  margin-top: 0;
}

/* Main header */
.site-header {
  background: #000;
  margin-bottom: clamp(1rem, 0.25rem + 3.33vw, 4rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem clamp(1rem, 0.5rem + 2.22vw, 3rem);
  height: 18vw;
  max-height: 134px;
  z-index: 99;
  position: relative;
}
.site-header > * {
  z-index: 99;
}
.site-header a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
}
.site-header a i {
  font-size: 0.6em;
  padding-left: 0.4rem;
}
.site-header:before,
.site-header:after {
  display: none;
}
.navbar.navbar-default {
  font-family: var(--font-family-primary);
}
.navbar-default .navbar-nav > li > a {
  text-decoration: none;
}
.header-search input[type='text'] {
  color: #fff;
  background-color: #ffffff26;
  border: 1px solid #4e4e4e;
  border-radius: 60px !important;
  padding: 0 1rem 0 2.3rem;
  font-size: 0.9rem;
}
.header-search input[type='text']:focus {
  border-color: #ffffffb0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 130%;
}
.header-search .glyphicon {
  color: #ffffffd6;
  position: absolute;
  padding: 0.5rem;
  left: 4px;
  font-size: 1rem;
}
#logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 24vw;
  text-align: center;
}
.header-search-mobile {
  display: none;
  color: #fff;
}
.overlay {
  position: fixed;
  inset: 0;
  background-color: #0000004f;
  z-index: 9;
  display: none;
}
@media (max-width: 768px) {
  .header-search {
    position: absolute;
    top: 18vw;
    background: #fff;
    width: 100%;
    left: 0;
    padding: 0.6rem 0.4rem;
    z-index: 99;
    border-top: 1px solid #2e2e2e;
    display: none;
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 50%);
  }
  .show-search .header-search {
    display: block;
  }
  .show-search .overlay {
    display: block;
  }
  .header-search-mobile {
    display: block;
    cursor: pointer;
  }
  .header-search input[type='text'] {
    padding-left: 0.8rem;
    color: #000;
    background-color: #fff;
    border: 1px solid #b5b5b5;
    height: 38px;
  }
  .header-search input[type='text']:focus {
    width: 100%;
    border-color: #333;
  }
  .header-search .input-group {
    width: 100%;
  }
  .header-search .input-group .glyphicon {
    display: none;
  }
  a.shop-link {
    font-size: 0.8rem;
  }
  .shop-link::first-letter {
    text-transform: uppercase;
  }
  .shop-link span {
    display: none;
  }
}

/* Post */
.entry-title {
  color: #000;
  margin-bottom: 1rem;
  border: none;
}
.entry-title a {
  border: none;
}
.post-inner-content {
  padding: 0;
  border: none;
}
.entry-meta a {
  border: none;
}

body.archive .post-inner-content,
body.blog .post-inner-content,
.post-inner-content:first-child {
  border-top: none;
}

.page-header {
  width: 100%;
}

.entry-meta {
  margin-bottom: 0.2rem;
}
.entry-meta a {
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: 0.76rem;
  opacity: 0.6;
  text-decoration: none;
}

/* Container width */
.search-results .container,
.archive .container,
.blog .container {
  width: 100%;
  max-width: 1360px;
}

/* Post loop */
.single-view,
.blog-item-wrap {
  margin-bottom: 0;
}
.loop-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3%;
}
.loop-section > article {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 31%;
  -webkit-box-shadow: 0 0 30px 5px rgb(0 0 0 / 4%);
  box-shadow: 0 0 30px 5px rgb(0 0 0 / 4%);
  margin-bottom: 3rem;
}
.loop-section .post-inner-content {
  padding: 2.4rem;
}
.loop-section .entry-title {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.3em;
  margin-bottom: 0.6rem;
}
.loop-section .entry-content {
  margin-top: 0rem;
}
.loop-section .entry-summary p,
.loop-section .entry-content p {
  font-size: clamp(0.9rem, 0.875rem + 0.11vw, 1rem);
}
@media (max-width: 992px) {
  .loop-section > article {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .loop-section > article {
    width: 100%;
    margin-bottom: 2rem;
  }
  .loop-section .post-inner-content {
    padding: 1rem 1.5rem;
  }
}

/* Home and category featured post */
body:not(.paged):not(.search-results):not(.single-post) .loop-section > article:first-of-type {
  width: 100%;
  margin-bottom: 7rem;
  position: relative;
}
@media (min-width: 1480px) {
  body:not(.paged):not(.search-results):not(.single-post) .loop-section > article:first-of-type {
    width: 1480px;
    left: -75px;
  }
}
body:not(.paged):not(.search-results):not(.single-post) .loop-section > article:first-of-type img {
  width: 100%;
}
body:not(.paged):not(.search-results):not(.single-post) .loop-section > article:first-of-type .post-inner-content {
  position: absolute;
  bottom: -50px;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  border: none;
  padding: 3rem 2rem;
  -webkit-box-shadow: 0 0 30px 5px rgb(0 0 0 / 4%);
  box-shadow: 0 0 30px 5px rgb(0 0 0 / 4%);
}
body:not(.paged):not(.search-results):not(.single-post) .loop-section > article:first-of-type .post-inner-content .entry-title {
  font-size: clamp(1.4rem, 1.15rem + 1.11vw, 2.4rem);
}
body:not(.paged):not(.search-results):not(.single-post) .loop-section > article:first-of-type .post-inner-content .entry-content,
body:not(.paged):not(.search-results):not(.single-post) .loop-section > article:first-of-type .post-inner-content .entry-header {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body:not(.paged):not(.search-results):not(.single-post) .loop-section > article:first-of-type .post-inner-content {
    bottom: -80px;
    width: 90%;
    padding: 1.4rem 1.6rem;
  }
  body:not(.paged):not(.search-results):not(.single-post) .loop-section > article:first-of-type .post-inner-content .entry-content,
  body:not(.paged):not(.search-results):not(.single-post) .loop-section > article:first-of-type .post-inner-content .entry-summary {
    display: none;
  }
}

/* Pagination */
.pagination {
  text-transform: uppercase;
  display: block;
  width: 100%;
}
.post-navigation a,
.page-numbers,
.pagination .prev,
.pagination .next {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  padding: 0.8rem 1.2rem;
  font-size: 0.8rem;
  margin: 0 0.1rem;
  font-weight: 600;
}
.page-numbers.current {
  background-color: #000;
  color: #fff;
  font-weight: 700;
}
.post-navigation .nav-previous,
.pagination .prev,
.post-navigation .nav-next,
.pagination .next {
  float: none;
}
.post-navigation a:hover,
.post-navigation a:focus,
.pagination a:hover,
.pagination a:focus,
.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
  color: #fff;
  background: #000;
  text-decoration: none;
}

/* Single post */
.single-post .post-inner-content {
  max-width: 800px;
  margin: 0 auto;
}
.single-post .single-featured {
  margin-bottom: 1rem;
}
@media (min-width: 1120px) {
  .single-post .single-featured {
    width: 1120px;
    max-width: none;
    left: -160px;
    position: relative;
    margin-bottom: 3rem;
  }
}
.single-post .page-header {
  margin: 0px 0 clamp(1.6rem, 1.25rem + 1.56vw, 3rem);
  text-align: center;
}
.single-post .page-header h1 {
  font-size: clamp(1.8rem, 1.5rem + 1.33vw, 3rem);
}
.post :where(img[class*='wp-image-']) {
  margin: 2rem auto !important;
}
.single .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post-navigation a,
.page-numbers,
.pagination .prev,
.pagination .next {
  text-decoration: none;
}
.comments-area {
  border-top: 1px solid #000;
  max-width: 800px;
  margin: 2rem auto 4rem auto;
}
.comment-reply-title {
  font-size: inherit;
  margin-top: 3rem;
}
.comment-respond label {
  font-size: 0.84rem;
  font-weight: 600;
}
.comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.4rem;
}
.comment-form-cookies-consent input[type='checkbox'],
.comment-form-cookies-consent input[type='radio'] {
  margin: 6px 0 0 0;
}
.comment-respond .form-submit {
  margin-top: 1rem;
}

#respond > p,
#respond p.comment-notes,
p.logged-in-as {
  font-size: 1rem;
}
.post-categories {
  list-style: none;
  margin-top: 1.2rem;
  padding: 0;
  height: 36px;
  overflow: hidden;
}
.post-categories li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tagcloud a,
.cat-links a {
  line-height: 1;
  display: inline-block;
  margin: 0 0.2rem 0.4rem 0.2rem;
  padding: 8px 14px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  border: none;
  font-size: clamp(0.58rem, 0.555rem + 0.11vw, 0.68rem) !important;
  background: #f1f1f2;
  border-radius: 14px;
  color: #000 !important;
  opacity: 1;
}
.tagcloud a:focus,
.cat-links a:focus,
.tagcloud a:hover,
.cat-links a:hover {
  background: #cdcdd2;
}
@media (max-width: 768px) {
  .navigation.post-navigation .post-title {
    display: none;
  }
}

/* Footer */
#footer-area {
  margin-top: clamp(2rem, 1rem + 4.44vw, 6rem);
  background-color: #000;
}
@media (max-width: 992px) {
  #footer-area {
    padding: 0 2rem;
  }
}
#colophon {
  background-color: #000 !important;
  text-align: center;
  padding: 1rem 0 1.6rem 0;
  border: none;
}
#colophon a {
  color: #8c8c8c;
  font-size: 0.8125rem;
  text-decoration: none;
}

/* Forms */
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea {
  color: #000;
  border: 1px solid #535353;
  font-size: 1rem;
  padding: 0.2rem 0.5rem;
  width: 100%;
}
.nav-next i {
  padding-left: 0.4rem;
}
.nav-previous i {
  padding-right: 0.4rem;
}

/* Products Carousels (old css) */
.carousel_products {
  margin: 3rem 0;
}
.carousel_products .carousel {
  padding: 0 2rem;
}
.box {
  position: relative;
}
.arrows a {
  border: none;
}
.arrow_left {
  position: absolute;
  top: 36%;
  left: 0;
  z-index: 55;
  margin-left: -25px;
}
.arrow_right {
  position: absolute;
  top: 36%;
  right: 0;
  z-index: 55;
  margin-right: -25px;
}
.carousel_products .product-blog-link {
  text-decoration: none;
  border: none;
}
a.product-blog-link span {
  font-size: 1rem;
  display: block;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  font-weight: 800;
}
.carousel_products .price {
  font-size: 16px;
  font-weight: 600;
}

.scroll-to-top:hover,
.scroll-to-top:focus {
  background: #a7a7a7;
}
.entry-content {
  margin: clamp(0.3rem, 1.33vw, 1.5rem) 0 0;
}
.content_scene_cat {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .content_scene_cat p {
    font-size: 0.9rem;
  }
}
.wp-caption {
  margin: 3rem auto;
  width: 100% !important;
}
.no-sidebar .main-content-inner {
  width: 100%;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Slick slider */
.slick-arrow {
  border: none;
  color: #000;
  background-color: #fff;
  position: absolute;
  top: 32%;
  cursor: pointer;
  left: -14px;
  width: 40px;
  height: 40px;
  z-index: 9;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  -webkit-box-shadow: 0 0 8px 3px rgb(0 0 0 / 5%);
  box-shadow: 0 0 8px 3px rgb(0 0 0 / 5%);
  font-size: 0.8rem;
  line-height: 26px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.slick-arrow:hover {
  color: #fff;
  background-color: #000;
}
.slick-next {
  right: -14px;
  left: auto;
}

/* Prodcuts slick slider  */
.single-post .slider {
  margin: 3rem 0 4rem 0;
}
@media (min-width: 1120px) {
  .single-post .slider {
    width: 1120px;
    -webkit-transform: translateX(-160px);
    -ms-transform: translateX(-160px);
    transform: translateX(-160px);
  }
}
@media (max-width: 768px) {
  .single-post .slider {
    margin: 2rem 0 2rem 0;
  }
}

/* Product  */
.product-thumbnail {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none !important;
  border: none !important;
}
.product-thumbnail img {
  width: 250px;
  height: auto;
}
.product-title {
  font-size: 0.9375rem;
  word-wrap: break-word;
  margin: 1rem 0 0.4rem 0;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5em;
  text-align: center;
}
.post-inner-content .entry-content .product-title a {
  text-decoration: none;
  border: none;
  color: #000;
}
.product-price {
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
}
.slick-slide {
  display: block;
  margin: 0 0.4rem;
}
@media (max-width: 768px) {
  .product-title {
    font-size: 0.8rem;
  }
  .product-price {
    font-size: 0.8rem;
  }
}

.latest-posts {
  margin-top: 4rem;
}

.heading-line {
  overflow: hidden;
  text-align: center;
  margin-bottom: 3rem;
}
.heading-line:before {
  margin-left: -50%;
  right: 20px;
}
.heading-line:after {
  left: 20px;
  margin-right: -50%;
}
.heading-line:after,
.heading-line:before {
  background-color: #000;
  content: '';
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

/* Newsletter */
.newsletter {
  width: 100%;
  max-width: 1360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem 3px;
  gap: 6rem;
  border-bottom: 1px solid #ffffff36;
}
.newsletter-txt {
  width: 40%;
}
.newsletter-txt h2,
.newsletter-txt p {
  color: #fff;
  margin: 0;
}
.newsletter-txt h2 {
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.newsletter-txt p {
  font-size: 0.9rem;
}
.newsletter-form {
  width: 58%;
}
.newsletter-form input[type='text'] {
  width: calc(100% - 92px);
  padding: 0.9375rem 1rem;
  border: 1px solid rgb(79, 85, 89);
  background-color: transparent;
  color: #fff;
  font-size: 0.86rem;
  border-radius: 0;
  height: 45px;
  display: inline;
}
.newsletter-form .btn {
  font-size: 0.75rem;
  vertical-align: top;
  padding: 0.8rem 1rem;
  margin-left: 0.2rem;
  background: #fff;
  color: #000;
  width: auto;
  border-radius: 0;
  display: inline;
}
@media (max-width: 992px) {
  .newsletter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
  }
  .newsletter-txt,
  .newsletter-form {
    width: 100%;
    text-align: center;
    max-width: 500px;
  }
}

/* Comments */
.comment .comment-body {
  margin-top: 1rem;
}
.comment-author.vcard {
  font-size: 0.875rem;
}
.comment-metadata {
  font-size: 0.9rem;
}
.comment-metadata a {
  color: #999;
}
