/*
   * Changing the heading font and size based on custom taxonomy selector
   */
 h2.entry-title {
   font-weight: 700;
   line-height: 1;
   font-size: 45px;
   font-family: 'Libre Franklin', sans-serif;
 }
h2.thin-1, h2.thin-2, h2.thin-3, h2.thin-4, h2.thin-5, h2.thin-6, h2.thin-7 {
  font-family: 'Georgia', serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}
h2.bold-1, h2.bold-2, h2.bold-3, h2.bold-4, h2.bold-5, h2.bold-6, h2.bold-7 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  line-height: 1;
}

h2.thin-1 { font-size: 60px; }
h2.thin-2 { font-size: 55px; }
h2.thin-3 { font-size: 50px; }
h2.thin-4 { font-size: 45px; }
h2.thin-5 { font-size: 40px; }
h2.thin-6 { font-size: 35px; }
h2.thin-7 { font-size: 30px; }

h2.bold-1 { font-size: 55px; }
h2.bold-2 { font-size: 50px; }
h2.bold-3 { font-size: 45px; }
h2.bold-4 { font-size: 40px; }
h2.bold-5 { font-size: 35px; }
h2.bold-6 { font-size: 30px; }
h2.bold-7 { font-size: 25px; }

.right-thumb-left-content{
    display: inline-block;
    width: 60%;
}
/* .news-item-right-thumb{
    display: table-cell;
    position: relative;
}
.float-right-thumb{
  float: right;
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%,-50%);
} */

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

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

hr.style14 {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}
hr.style14:last-child {
  display: none;
}
.ticker {
  margin-top:20px;
  height: 46px;
}
.newsticker {
  font-weight: 600;
  padding-top: 20px;
  padding-left: 0;
}
.newsticker li span {
  color: orange;
}
.top-post-widget {
  margin: 0 auto;
  max-width: 728px;
  margin-top: 20px;
}
.tema {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
h3.debatt, h3.insandare {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  line-height: 1;
  border-top: 6px solid #103567;
  padding: 1% 0;
  border-bottom: 1px solid grey;
  text-align: center;
  font-size: 30px;
}
h3.insandare {
  border-top: 6px solid #FD7400;
}
h3.tema {
  margin-top: 0;
}
h3.sin-tema {
  border-left: 7px solid #F21667;
  padding-left: 2%;
  font-size: 20px;
  text-transform: uppercase;
}
p.ingress-fullbredd {
  font-weight: 500;
  font-size: 20px;
}
.sponsrad {
    background: #FAF3E1;
    padding: 5px 10px;
}
.sponsrad .entry-content {
    overflow: hidden;
}
.above-content-left, .above-content-right {
  margin-top: 2%;
}
.post-thumbnail{
    position: relative;
}
.post-thumbnail img:hover, .post-thumb img:hover {
  opacity: .85;
}
.bildkommentar, .wp-caption-text {
  font-size: 15px;
  font-weight: 600;
}
.wp-caption-text {
  border-bottom: 2px solid #CCC;
  padding: 5px 0;
  margin-bottom: 17px;
}
.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;
}
.single-post-thumb .fotograf-artikel{

}
/* .fullwidth-single-view .published, .fullwidth-single-view .single-post-content {
  margin-top: 15px;
} */
.published, .single-post-content {
  margin-top: 4%;
}
.published {
  font-size: 14px;
  font-weight: 500;
  color: grey;
}
.single-post-content {
  font-size: 18px;
  overflow: hidden;
}
.date {
  font-size: 12px;
}
.informationsruta {
  margin-top: 2%;
  /*background-color: #c5d2da;*/
  padding: 14px 14px 0 14px;
  font-size: 15px;
  color: #333;
  border-left: 4px solid #F21667;
  border-top: 2px solid grey;
}
.tags {
  background-color: #1F8A70;
  padding: 3px;
  margin: 10px 0;
  color: white;
}
.wp-post-image{
    height: auto;
}
.blog-post-meta{
    overflow:hidden;
}
.entry-content a.nya_dagbladet-read-more-link{
  margin:20px 0;
  border: 1px solid #ddd;
}
.entry-content p {
    line-height: 1.4;
    position: relative;
    margin-left: 2px;
}
/* .entry-content p::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background:rgba(255,255,255, .3);
    pointer-events: none;
} */
.entry-content a{
  color:#098cfe;
}
a.nya_dagbladet-read-more-link:hover a.nya_dagbladet-read-more-link i{
  color:#fff;
}
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: fontAwesome;
    color:#F21667;
    left:0;
    top:3px;
    font-size: 10px;
}

.blog-entry-meta{
    float:left;
    width:50%;
    text-align: left;
}
.blog-entry-footer{
    float:right;
    width:50%;
    text-align: right;
}

.blog-item-content {
    padding:1px  24px 24px 24px;
    margin: 0 0 25px;
    background: #f8f8f8;
}
.posted-on i{
    font-size: 18px;
    color:#0073e6;
    vertical-align: text-top;
}
.comments-link i{
    font-size: 18px;
    color:#7d7c7a;
    vertical-align: text-top;
}
.posted-on a{
    font-size: 20px;
    color:#000;
}
.navigation h1{
	display: none;
}
.navigation  .nav-next{
	float: left;
    margin-bottom: 15px;
}
.navigation  .nav-previous{
	float: right;
    margin-bottom: 15px;
}
.navigation .nav-links a{
	background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 43px;
    margin-right: 10px;
    padding: 0 20px;
    vertical-align: top;
}
.right-widget-area .widget{
	margin-bottom: 20px;
}
.widget-title{
    font-size: 20px;
    line-height: 37px;
    margin-bottom: 10px;
    display: block;
    border-right-width: 0px;
    border-left-width: 0px;
}

.right-widget-area .widget ul li{
    color: #0073e6;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0;
}
.right-widget-area .widget ul li a{
	color: #59452f;
}

.widget_search{
    position: relative;
}
#custom-search-form{
    border-color: #efeff2;
    box-shadow: none;
}
.widget_search::before{
    position: absolute;
    content: "\f002";
    font-family: fontAwesome;
    font-size: 20px;
    color: #DD5944;
    right: 12px;
    top: 28%;
}
@font-face {
font-family: Guardian-Egyp-Bold;
src: url("../fonts/Guardian-Egyp-Bold.otf") format("opentype");
}
/*----blog-details-content ---*/
h1.entry-title {
  font-size: 45px;
  line-height: 1;
  color: #333;
  font-weight: 700;
}
.sammanfattande{
    margin-bottom: 15px;
}
.sammanfattande span{
    position: relative;
    padding:0 18px;
}
.sammanfattande span::before{
    position: absolute;
    content: "\f00c";
    font-family: fontAwesome;
    left:0;
    top:1px;
    color:#fd7400;
}
.bild-artikel-topp {
  position: relative;
}
.single-post-thumb{
  overflow:hidden;
  position: relative;
}
.single-post-thumb img {
  width: 100%;
  height: auto;
}
.single-post-thumb span {
    margin: 0;
    display:inline-block;
}
.above-header-widget{
    margin:0 !important;
    text-align: center;
}
#wrapper-top-advertisement p{
  margin:0;
}

/* page navi style */
.wp-pagenavi {
    clear: both;
    margin: 30px 0;
}
.wp-pagenavi span.current {
    font-weight: bold;
    background: #004358;
    color: #fff;
    border: #004358;
    padding: 4px 10px;
  }
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    /*border: 1px solid #004358;*/
    padding: 4px 10px;
    margin: 2px;
}
.wp-pagenavi span, .wp-pagenavi a {
  border: none;
}

#wrapper-right-sidebar, .third-col, .wrapper-right_sidebar_debattsidan, .wrapper-right_sidebar_insandare{
  padding: 0 15px;
}
.second-col, .third-col{
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 15px;
}

.tag-list li{
  list-style: none;
  display: inline-block;
  margin-right:6px;
  background: #9F005D;
  border-radius: 12px;
  padding: 1px 12px;
  font-size: 14px;
  text-transform: lowercase;
}
.tag-list li:first-child{
  background: transparent;
  border:none;
  padding-left: 0;
  font-weight: 600;
  font-size: 17px;
  text-transform: capitalize;
}
.tag-list li a{
  color:#fff;
}
.essb_links.essb_template_copy-retina li a .essb_network_name {
  font-family: 'Libre Franklin', sans-serif;
}

#fullwidth-single-view{
  padding:0 15px;
}
#comments{
  padding:0 15px;
}
#twitter-widget-holder {
  max-height:720px;
  max-width:320px;
  background:#fff;
  border-radius:3px;
  overflow-y: auto;
}
.above-comment{
  margin: 15px;
}
div.fullwidth-single-view #main{
  padding:0;
}
/*----------------------same-news-area-------------*/
.same-news-area{
  border-left:6px solid #F21667;
  padding-left:10px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.same-news-title{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  color: #555;
  margin-bottom: 7px;
  display: block;
}
.same-news-title i{
  margin-left:5px;
}
.same-news-area .column1-category::before {
    position: absolute;
    content: "\f111";
    font-family: fontAwesome;
    color: #F21667;
    left: 0;
    top: 3px;
    font-size: 10px;
}
.news-item-2, .news-item-3{
  float:left;
  width:50%;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.news-item-2 hr, .news-item-3 hr{
  margin:0;padding:0;
}
.news-item-2{
  padding-right:10px;
  border-right:1px solid #ddd;
}
.news-item-3{
  padding-left:10px;
}
.news-item-4{
  width: 100%;
  overflow: hidden;
}
.news-item-4 hr{
  margin-bottom:0;
}
.news-item-2 h2, .news-item-3 h2{
  font-size: 24px;
  margin-top:10px;
}
.news-item-2 .post-thumbnail img, .news-item-3 .post-thumbnail img{
  height:185px;
}
.single-same-news-area .same-news-title{
  display: none;
}
.single-same-news-area .same-news-title span{
  color: orange;
}
.single-same-news-area .same-news-title:first-child{
  display:block;
  color:#F21667;
  font-size: 18px;
  line-height: 1.2;
  color: #555;
  margin-bottom: 7px;
  display: block;
  margin: 30px 0px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

.single-same-news-area h2.entry-title{
  font-size: 16px;
  margin: 0;
  display: inline;
  padding:0;
}
.article-teaser-list, .notiser_widget{
  padding:0;
  position: relative;
  list-style: none;
}
.article-teaser-list li .news-item{
  padding: 0px 0 34px 19px;
  position: relative;
  overflow: hidden;
}
.notiser_widget li{
  border-bottom: 1px solid #CCCCCC;
  padding:0;
}
.notiser_widget li:last-child{
  border-bottom: none;
}
.notiser_widget li .notiser-news-item{
    display: block;
    margin-left: 24px;
    margin-bottom: 0;
    padding: 10px 0 5px;
    list-style: none;
    background-color: transparent;
}
.notiser_widget li:first-child .notiser-news-item{
    padding-top: 10px;
}
.notiser_widget li .notiser-news-item:after{
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
    border-left: 1px solid #ccc;
    top: 0;
    left: 10px;
    z-index: 0;
    height: 100%;
}
.notiser_widget li .notiser-news-item:before{
    position: relative;
    content: "";
    display: block;
    overflow: hidden;
    z-index: 1;
    width: 9px;
    height: 9px;
    margin-left: -18px;
    margin-bottom: -11px;
    border-radius: 50%;
    background: #ddd;
    top: 0px;
}
.article-teaser-list li .news-item img{
  height:48px;
  float: left;
  padding-right:6px;
}
.teaser-small-content{
  overflow: hidden;
}
.article-teaser-list li .news-item span{
  font-size: 12px;
  display: inherit;
  margin-top: -12px;
}
.notiser-news-item{

}
.single-same-news-area ul li .news-item:before{
    position: relative;
    content: "";
    display: block;
    overflow: hidden;
    z-index: 1;
    width: 9px;
    height: 9px;
    margin-left: -19px;
    margin-bottom: -11px;
    border-radius: 50%;
    background: #ddd;
    top: 0px;
}
.single-same-news-area ul li:first-of-type .news-item:before, .notiser_widget li:first-of-type .notiser-news-item:before{
    background: #F21667;
}

.single-same-news-area ul li .news-item:after{
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
    border-left: 1px solid #ccc;
    top: 0px;
    left: 4px;
    z-index: 0;
    height: calc(100% + 0%);
}
.single-same-news-area ul  li:last-of-type .news-item:after, .notiser_widget li:last-of-type .notiser-news-item:after{
 border:none;
}
.hide_img{
  display: none;
}
