/*
   * Changing the heading font and size based on custom taxonomy selector
   */



.right-thumb-left-content{
    display: inline-block;
    width: 60%;
}

.float-right-thumb{
    width: 35%;
    text-align: right;
    float: right;
    margin-top: 5px;
}
.right-thumb-entry-header h2.entry-title {
  margin-top:0 !important;
}

.float-right .post-thumbnail {
    margin: 15% 0;
}

.above-content-left, .above-content-right {
  margin-top: 2%;
}
.post-thumbnail{
    position: relative;
}
.post-thumbnail img:hover, .post-thumb img:hover {
  opacity: .85;
}
.post-thumbnail a{
  display: block;
}
.fotograf, .fotograf-artikel {
  position: absolute;
  color: #fff;
  background:rgba(0,0,0,0.5);
  bottom: 0px;
  right: 0;
  padding: 1px 7px 1px 7px;
  text-align: right;
  font-size: 11px;
}

/* .fullwidth-single-view .published, .fullwidth-single-view .single-post-content {
  margin-top: 15px;
} */


.entry-content a{
  color:#098cfe;
}

h2.entry-title, .entry-header h2{
    margin: 15px 0 10px;
   word-wrap: break-word;
}
.notiser:first-child h2{
      margin-top: 0px;
}
.column1-category{
    position: relative;
    padding-left: 15px;
    padding-right: 3px;
    font-size: 16px;
    text-transform: uppercase;
}
.column1-category::before{
    position: absolute;
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    color:#da000d;
    left:0;
    top:3px;
    font-size: 10px;
}
