/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */
/* line 11, ../sass/nodes.scss */
.node {
  /* Node wrapper */
}
/* line 13, ../sass/nodes.scss */
.preview .node {
  /* Preview of the content before submitting new or updated content */
  /* background-color: #ffffea; */
  /* Drupal core uses a #ffffea background */
}
/* line 17, ../sass/nodes.scss */
.node .node-title {
  /* Node title */
}
/* line 20, ../sass/nodes.scss */
.node .user-picture {
  /* The picture of the node author */
}
/* line 23, ../sass/nodes.scss */
.node .submitted {
  /* The "posted by" information */
}
/* line 26, ../sass/nodes.scss */
.node .content {
  /* Node's content wrapper */
}
/* line 29, ../sass/nodes.scss */
.node ul.links {
  /* Node links. See also the ul.links declaration in the pages.css. */
}

/* line 34, ../sass/nodes.scss */
.node-promoted {
  /* A node that has been promoted to the front page */
}

/* line 37, ../sass/nodes.scss */
.node-sticky {
  /* A sticky node (displayed before others in a list) */
}

/* line 40, ../sass/nodes.scss */
.node-by-viewer {
  /* A node created by the current user */
}

/* line 43, ../sass/nodes.scss */
.node-teaser {
  /* A node displayed as teaser */
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
/* line 52, ../sass/nodes.scss */
.node-page {
  /* Page content node */
}

/* line 55, ../sass/nodes.scss */
.node-article {
  /* Article content node */
}

/* line 58, ../sass/nodes.scss */
.node-unpublished {
  /* Unpublished nodes */
  /* background-color: #fff4f4; */
  /* Drupal core uses a #fff4f4 background */
}
/* line 61, ../sass/nodes.scss */
.node-unpublished p.unpublished {
  /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
}

/* line 65, ../sass/nodes.scss */
.share-link {
  margin-top: 30px;
  color: #DC052A;
}

/* line 70, ../sass/nodes.scss */
.share-content {
  margin-bottom: 10px;
}

/* line 76, ../sass/nodes.scss */
h1 .share-box2,
.field-name-title h2 .share-box2,
.node-noticia h2 .share-box2 {
  width: 100%;
  display: flex;
}
/* line 79, ../sass/nodes.scss */
h1 .share-box2 .share-link,
.field-name-title h2 .share-box2 .share-link,
.node-noticia h2 .share-box2 .share-link {
  font-size: 9px;
  width: 15px;
  height: 15px;
  background: url(../images/share.svg);
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin: 0px 15px 0px 0;
  padding: 18px 0;
}
/* line 89, ../sass/nodes.scss */
h1 .share-box2 .share-link:hover,
.field-name-title h2 .share-box2 .share-link:hover,
.node-noticia h2 .share-box2 .share-link:hover {
  cursor: pointer;
}
/* line 93, ../sass/nodes.scss */
h1 .share-box2 .share-content,
.field-name-title h2 .share-box2 .share-content,
.node-noticia h2 .share-box2 .share-content {
  margin: 7px 0 3px 0;
}
/* line 95, ../sass/nodes.scss */
h1 .share-box2 .share-content span,
.field-name-title h2 .share-box2 .share-content span,
.node-noticia h2 .share-box2 .share-content span {
  display: inline-block;
  float: none;
  border-radius: 4px;
  height: 32px;
  line-height: 32px;
  opacity: 1;
  width: 32px;
}
