.hashtag a:hover {
  opacity: 0.5;
}

.hashtag .wrap,
.hashtag .wrap {
  max-width: 1192px;
  margin: 0 auto;
  clear: both;
}

.hashtag > header {
  max-width: none;
  padding: 20px 6px;
  border-bottom: 1px dotted #000;
}

.hashtag.dndialog > header {
  background-color: #f7f7f7;
}


.widget .hashtag > header {
  border-top: 1px dotted #000;
}

.hashtag > header > div {
  margin: 0 auto;
  max-width: 950px;
}

.hashtag > header h1 {
  font-family: "Guardian Sans Cond Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1em;
  color: #000;
  margin: 0;
  text-align: center;
}

.hashtag.dndialog > header h1 {
  font-weight: 300;
}

.hashtag > header h2 {
  font-family: "Guardian Sans Cond Web Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 27px;
  line-height: 37px;
  color: #000;
  margin: 0;
  text-align: center;
}

.hashtag.dndialog > header h2 {
  font-family: "Guardian Sans Cond Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 29px;
}

.hashtag > .ht-main {
  background-color: #f7f7f7;
  position: relative;
}

.hashtag.dndialog > .ht-main {
  background-color: #fff;
}


.hashtag > .ht-main:after {
  clear: both;
  content: "";
  display: block;
}

.hashtag.loading > .ht-main:before {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
}

.hashtag .resultHeader {
/*   padding: 0 6px; */
  font-family: "Guardian Sans Cond Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 23px;
}

.hashtag .resultHeader .sources,
.hashtag .resultHeader .resultStatus {
  margin: 20px 0 15px;
}

.hashtag .resultHeader .sources {
  margin-left: 6px;
  float: left;
}

.hashtag .resultHeader .sources a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  margin: 0 20px 5px 0;
  outline: none;
  white-space: nowrap;
}

.hashtag .ht-main.sources_all .resultHeader .sources a.all .description,
.hashtag .ht-main.sources_facebook .resultHeader .sources a.facebook .description,
.hashtag .ht-main.sources_instagram .resultHeader .sources a.instagram .description,
.hashtag .ht-main.sources_twitter .resultHeader .sources a.twitter .description,
.hashtag .ht-main.sources_pinterest .resultHeader .sources a.pinterest .description {
  border-bottom: 2px solid black;
}

.hashtag .resultHeader .resultStatus {
  margin-right: 6px;
  float: right;
}

.hashtag .entries[data-columns]::before {
  visibility: hidden;
}

/* Media queries and sizes for Salvattore.js (tiling library). */
@media screen and (max-width: 400px){
  .hashtag .entries[data-columns]::before {
      content: '1 .column.size-1of1';
  }
}

@media screen and (min-width: 401px) and (max-width: 700px) {
  .hashtag .entries[data-columns]::before {
      content: '2 .column.size-1of2';
  }
}

@media screen and (min-width: 701px) and (max-width: 950px) {
  .hashtag .entries[data-columns]::before {
      content: '3 .column.size-1of3';
  }
}

@media screen and (min-width: 951px) {
  .hashtag .entries[data-columns]::before {
      content: '4 .column.size-1of4';
  }
}

.hashtag .column { float: left; }
.hashtag .size-1of1 { width: 100%; }
.hashtag .size-1of2 { width: 50%; }
.hashtag .size-1of3 { width: 33.333%; }
.hashtag .size-1of4 { width: 25%; }


.hashtag .loadingMessage,
.hashtag .infoMessage {
  text-align: center;
  padding: 100px 0;
}

.hashtag .infoMessage {
  color: #999;
}

.hashtag .entries .entry {
  display: none;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  margin: 0 6px 12px 6px;
}

.hashtag .entries .entry.approved {
  display: block;
}

.hashtag.dndialog .entries .entry {
  background-color: #f7f7f7;
}

.hashtag.editMode .entries .entry {
  display: block;
}

.hashtag.editMode .entries .entry:before {
  content: "Ikke publisert";
  display: block;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px 0 0 10px;
  background-color: rgba(255, 255, 255, 0.9);
  color: white;
  text-shadow: black 0.1em 0.1em 0.2em, black 0.1em 0.1em 0.2em;
  box-sizing: border-box;
  border: 1px solid #aaa;
  font-family: "Guardian Sans Cond Web","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.hashtag.editMode .entries .entry.approved:before {
  content: "Publisert";
  background-color: transparent;
  border-color: #000;
}

.hashtag.editMode .entries .entry:hover:before {
  background-color: transparent;
}

.hashtag.editMode .entries .entry.approved:hover:before {
  background-color: rgba(255, 255, 255, 0.2);
}

.hashtag .entries .entry .mainImage {
  
}

.hashtag .entries .entry .mainImage img {
  width: 100%;
  display: block;
}

.hashtag .entries .entry .content {
  border: 1px solid #d6d6d6;
  padding: 15px;
}

.hashtag .entries .entry .mainImage + .content {
  border-top: none;
}

.hashtag .entries .entry .content .mediaSource {
  color: #777;
  font-family: "Guardian Sans Cond Web Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 19px;
}

.hashtag .entries .entry .content .title {
  border-bottom: 1px dotted #000;
  margin-bottom: 10px;
  padding: 10px 0;
  
  font-family: "Guardian Text Egyptian Web", Georgia, Times, serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 23px;
}

.hashtag .entries .entry .content .title a {
  font-weight: bold;
  color: #0078c8;
}

.hashtag .entries .entry .content .creator {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: -7px;
}

.hashtag .entries .entry .content .creator table {
  margin: 0;
}

.hashtag .entries .entry .content .creator td {
  vertical-align: top;
  padding: 0;
  border: none;
}

.hashtag .entries .entry .content .creator .profilePictureWrapper {
  width: 48px;
}

.hashtag .entries .entry .content .creator .profilePicture {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 7px;
  background-position: center;
  background-size: cover;
}

.hashtag .entries .entry .content .creator .shortName {
  font-family: "Guardian Sans Cond Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;

  color: #000;
  text-decoration: none;
}

.hashtag .entries .entry .content .creator .entryTime {
  font-family: "Guardian Sans Cond Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
  color: #777;
}

.hashtag .entries .entry .content .creator .entryTime .icon {
  margin-right: 2px;
}

.hashtag .resultFooter {
  font-family: "Guardian Sans Cond Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 23px;
  color: #000;
  text-align: center;
  padding: 20px 6px;
}

.hashtag .resultFooter a {
  color: #0078c8;
}



/* Editing. */
.hashtag .editorPane {
  position: fixed;
  top: 0;
  right: 20px;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 5px 5px;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.hashtag .editorPane > a {
  display: block;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
  background-color: rgba(92, 184, 92, 0.8);
  border-color: #4cae4c;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  text-decoration: none;
}

.hashtag .editorPane a:hover {
  background-color: rgba(92, 184, 92, 0.9);
}


.hashtag  .dndialog-header_top {
  background-color: #ffffff;
  padding: 11px 11px 4px;
}

.hashtag  .dndialog-header_top a,
.hashtag  .dndialog-header_top img {
  display: block;
}

.hashtag .dndialog-header_bottom {
  background-color: #0078c8;
}

.hashtag .dndialog-header_bottom p {
  color: #ffffff;
  font-family: "Guardian Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 14px;
  padding: 8px 11px;
}

