.rfnb {
  padding: 0;
/*  margin: 0;*/
  margin: 10px 0 0 0;
}
.rfnb ul.rfnb_list > li:last-of-type {
  border: none;
}
.rfnb span.rfnb_title {
  display: block;
  margin-bottom: .5em;
}
/*
.rfnb span.rfnb_title.rfnb_bigtitle {
  font-size: 22px;
  margin: 10px 0 15px 0;
}
.rfnb span.rfnb_title.rfnb_bigtitle.tooltip-closed {
  font-size: 20px;
  margin: 0;
}
*/

/* Crop image to be a thumbnail */

.rfnb .rfnb_image {
  position: relative;
  float: left;
  margin: .4em .8em .4em 0;
  /*
	margin-right: 1em;
	margin-bottom: 1em;
*/
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-color: #eaeaea;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.rfnb_image_error {
  display: none;
  width: 10px;
  height: 10px;
}
.rfnb a.rfnb_readmore {
  display: inline-block;
}
.rfnb .tooltiptext a.rfnb_readmore {
  display: none;
}
.rfnb .rfnb_metadata {
  /*	margin: .5em 0;*/
  margin: .5em 0 0 0;
/*  font-size: 85%;*/
  font-size: 11px;
  color: #ababab;
}

/* Clear floats */

.rfnb .rfnb ul:before,
.rfnb .rfnb li:after,
.rfnb .rfnb_metadata:after,
.rfnb .rfnb_metadata:before {
  content: '';
  display: table;
  clear: both;
}

/* GC */

.rfnb .rfnb_feed_img {
  height: auto;
  max-width: 280px;
  vertical-align: bottom;
  margin-right: 5px;
  margin-bottom: 3px;
  margin-left: 5px;
  display: inline-block;
  clear: right;
}
.rfnb .simpleblocks .rfnb_feed_img, .newspaper .rfnb_feed_title .rfnb_feed_img  {
  vertical-align: middle;
}
.rfnb ul.rfnb_list, .rfnb ul.rfnb_list li {
  list-style-type: none !important;
  position: relative;
}
.rfnb ul.rfnb_list, ol {
  margin: 0;
  padding: 0;
}
.rfnb .rfnb_feed_title .favicon {
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.rfnb .rfnb_new {
  float: right;
  color: #ff7f50;
  font-size: 12px;
  margin-right: -12px;
  /*    position: absolute;*/
  /*    right: -10px;*/
  /* margin-right: 5px; */
  /* margin-top: 5px; */
  /* left: -14px; */
}
.rfnb .rfnb_merge .rfnb_new {
    display: none;
}
.rfnb {
  clear: both;
}
.rfnb .clear {
  clear: both;
  margin:0;
  padding: 0;
  margin-bottom: 10px;
  display: block !important
}
.rfnb .clear-20 {
  clear: both;
  margin:0;
  padding: 0;
  margin-bottom: 20px;
}
.rfnb .clear-both {
  clear: both !important;
  height: 0 !important;
  margin:0 !important;
  padding: 0 !important;
  display: block !important
}

/* EDIT HERE */

.rfnb .rfnb_feed_title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  text-decoration: none;
  font-weight: bold;
}
.rfnb .rfnb_feed_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}
.rfnb .rfnb_showmore {
  cursor: pointer;
  font-size: 12px;
  line-height: 30px;
  color: #707070;
  font-weight: bold;
  text-transform: uppercase;
  /*    border-top: 1px solid #e5e5e5;*/
}

/* TOOLTIP */

.rfnb .tooltip {
  position: relative;
  display: inline-block;
}
.rfnb .tooltiptext {
  /*    visibility: hidden;*/
  display: none;
  width: 104%;
  max-width: 400px;
  background-color: black;
  color: #fff;
  text-align: left;
  border-radius: 4px;
  padding: 8px;
  /* Position the tooltip */
  position: absolute;
  margin-top: 6px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
  z-index: 999;
}
.rfnb .one_half_last .tooltiptext, .rfnb .one_third_last .tooltiptext, .rfnb .one_fourth_last .tooltiptext, .rfnb .one_fifth_last .tooltiptext, .rfnb .one_sixth_last .tooltiptext, .rfnb .one_third_last .tooltiptext {
  right: 0;
}

.rfnb .tooltip:hover + .tooltiptext {
  /*    visibility: visible;*/
  display: block;
}
.rfnb a.tooltip,
.rfnb a.no_margin {
  margin-bottom: 0;
  line-height: 1.5;
}

/* EXPAND */

.rfnb .rfnb_expand {
  /*    font-family: Arial, Helvetica, sans-serif;*/
  font-family: serif;
  height: 20px;
  width: 20px;
  color: #626262;
  font-weight: bold;
  font-size: 22px;
  line-height: 25px;
  position: absolute;
  right: 3px;
  text-align: center;
  /*    top: 5px;*/
/*  border-radius: 50%;*/
  cursor: pointer;
  background-color: #f1f1f1;
  z-index: 99;
  /* box-shadow: 1px 1px 3px rgba(0,0,0,.2); */
  /* border: solid 1px #ccc; */
  /*
    float: right;
    margin-top: 5px;
    margin-right: 5px;
*/
  /*    line-height: 20px;*/
}
.rfnb .clear:last-of-type {
  display: block !important;
  margin-bottom: 15px
}

/* EDITABLE CSS */

.rfnb .rfnb_item {
  border-bottom: 1px solid #e5e5e5;
  font-family: inherit;
  font-size: 14px;
  padding: 5px 0;
  padding-left: 0 !important;
  line-height: 1.35rem;
  margin-left: 0 !important;
}
.rfnb .rfnb_item_last {
  border-bottom: 1px solid #e5e5e5 !important;
}
.rfnb .rfnb_item:hover {
  background: #f6f6f6;
  border-bottom: 1px solid #ccc;
}
.rfnb .rfnb_item_padding {
    padding: 5px 0;
}
.rfnb_feed_title a {
  color: #222 !important; 
/*  color: #404040 !important; */
  /*	color: #4e4e4e !important;*/
  /*	color: #333333 !important;*/
  /*	color: #db4e4e !important;*/
}

/*****************************/


/*OLD .rfnb_feed_title*/


/*
.rfnb .rfnb_feed_title {
	padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;

	border-style: solid;
	border-width: 1px 0;
    background-color: #f6f6f6;
*/


/*    background-color: #f2f8fe;*/


/*
    border-color: #ccc;
    text-align: center
*/


/*}*/

.rfnb .rfnb_feed_title a {
  font-size: 17px;
}

.rfnb .rfnb_feed_title {
  padding: 0;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 1px;
  line-height: 26px;
  /*
    border-style: solid;
    border-width: 1px 0;
    border-color: #dedede;
*/
  /*    border-color: #404040;*/
  /*    background-color: #f6f6f6;*/
  background-color: #f1f1f1;
}
.rfnb span.rfnb_title {
  font-weight: normal;
  -webkit-transition: all 0.3s ease-out;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.3s ease-out;
  -moz-transition-delay: 0s;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -o-transition-delay: 0s;
  transition: all 0.3s ease-out;
  transition-delay: 0s;
  list-style: none;
  /*font-size: 18px;*/
}
.rfn_hide {
  display: none;
}

/* rfnb merge class */

.rfnb .rfnb_merge .rfnb_feed_title {
  border-style: none;
  border-width: 0;
  border-color: #d6d5d5;
  background-color: #f1f1f1;
  min-height: 26px;
  line-height: 26px;
  padding-left: 6px;
}
.rfnb .rfnb_merge .rfnb_feed_img {
  margin-left: 0;
/*  margin-bottom: 4px;*/
}

/* METABOX BUTTON */

a.mediabox_button,
a.mediabox_button.sm2_paused:hover {
  background-color: #c33;
  background-image: url(../vendor/soundmanager2/image/arrow-right-white.png);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAbklEQ…wDSQLBVSBti27dJajkcSD2RJODO3wtkOOMz/tMSJJYAxMA5dmsL0IfubQAAAAASUVORK5CYII=);
  background-image: none, url(../vendor/soundmanager2/image/arrow-right-white-2x.png);
  background-size: 9px 10px;
  background-repeat: no-repeat;
  background-position: 5px 50%;
  background-position: 5px 50%;
}
a.mediabox_button { display: none;
  float: left!important;
  margin-right: 5px;
  z-index: 99;
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 2px;
/*  margin-top: 1px;*/
  margin-top: 1px;
  -webkit-transition-property: hover;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out 0s;
  -o-transition-property: background-color;
  -o-transition-duration: .15s;
}
a.mediabox_button:hover {
  background-color: #993131;
  /*    filter: brightness(70%);*/
}
/*TEST STYLE*/


/* CARDS */


/*
.one_third, .one_third_last {
    width: 31%;
    margin-right: 2%;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    padding: 12px 18px;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.1);
}
.rfnb_feed_title {
    border-width: 0;
    margin-top: 0;
}
.rfnb_item {
    font-family: inherit;
    font-size: 14px;
}
*/


/******************/


/************ newspaper REPORT BASIC ***************/
.newspaper {
  padding: 0;
  margin: 0;
}
.newspaper.one_half, .newspaper.one_third, .newspaper.two_third, .newspaper.three_fourth, .newspaper.one_fourth, .newspaper.one_fifth, .newspaper.two_fifth, .newspaper.three_fifth, .newspaper.four_fifth, .newspaper.one_sixth, .newspaper.five_sixth, .newspaper.one_seventh {
  border-left: 1px solid #bbb;
  margin-right: 1.5%;
  padding-left: 1.5%;
/*
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 18px;
*/
}
/*
.rfnb .one_sixth:nth-child(7n+1) {
    border-width: 0;
}
.rfnb .one_fifth:nth-child(6n+1) {
    border-width: 0;
}
.rfnb .one_fourth:nth-child(5n+1) {
    border-width: 0;
}
.rfnb .one_third:nth-child(4n+1) {
    border-width: 0;
}
.rfnb .one_half:nth-child(3n+1) {
    border-width: 0;
}
*/

.rfnb .one_sixth:nth-of-type(6n+1) {
    border-width: 0;
}
.rfnb .one_fifth:nth-of-type(5n+1) {
    border-width: 0;
}
.rfnb .one_fourth:nth-of-type(4n+1) {
    border-width: 0;
}
.rfnb .one_third:nth-of-type(3n+1) {
    border-width: 0;
}
.rfnb .one_half:nth-of-type(2n+1) {
    border-width: 0;
}

/* MERGE NO NEWSPAPER */
.rfnb .one_sixth.rfnb_merge:nth-child(1n+6), .rfnb .one_fifth.rfnb_merge:nth-child(1n+5), .rfnb .one_fourth.rfnb_merge:nth-child(1n+4), .rfnb .one_third.rfnb_merge:nth-child(1n+3),.rfnb .one_half.rfnb_merge:nth-child(1n+2) {
    margin-right: 0;
}

/* DO NOT WORK BECAUSE CLEAR */
/*
.newspaper .one_fourth:nth-child(4n+1) {
  border-left-width: 0
}
*/

.newspaper .rfnb_item{
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
/*  font-family: monospace;*/
  padding: 14px 0 10px;
/*  border-bottom: 1px solid #e5e5e5;*/
  border-bottom: 1px dotted #b6b6b6;
  
}
.newspaper .rfnb_feed_title .rfnb_feed_img {
  margin-bottom: 4px;
}
.newspaper .rfnb_container {
  color: #666;
/*  color: #404040; V1*/
  
}
.newspaper .rfnb_item:hover {
/*  background: initial;*/
  background: inherit;
/*    border-bottom: initial;*/
}
.newspaper .rfnb_item_padding {
  padding: 5px 0;
}
.newspaper .rfnb_item_padding span.rfnb_title {
  font-weight: normal;
}
.newspaper .rfnb_new, .newspaper .rfnb_expand {
  display: none;
}
.newspaper .rfnb_feed_title a, .rfnb_merge.newspaper .rfnb_feed_title a {
  font-size: 20px;
}
.newspaper .rfnb_feed_title, .rfnb_merge.newspaper .rfnb_feed_title {
  font-size: 22px;
/*  text-transform: uppercase;*/
  line-height: 30px;
  background-color: inherit;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.newspaper span.rfnb_title:hover, .newspaper a.rfnb_readmore:hover  {
    text-decoration: none;
}
.newspaper .rfnb_feed_title a {
  border-bottom: 1px solid #ccc;
}

.newspaper .rfnb_title {
    font-weight: bold;
}
.newspaper_image img {
  max-width: 100%;
/*  max-width: 60%;*/
  height:auto;
  margin-bottom: 8px;
  display: block;
}
.newspaper a.mediabox_button, .newspaper .sm2_button {
  margin-top: 0;
/*  margin-top: -0.05rem;*/
}


.one_third .newspaper_image img, .one_fourth .newspaper_image img, .one_fifth .newspaper_image img, .one_sixth .newspaper_image img {
  min-width: 100%;
}

.rfnb_container {
  line-height: 1.4em;
  font-size: 16px;
}
.newspaper span.rfnb_title {
  font-size: 32px;
  font-weight: bold ;
  line-height: 1.1em;
  margin-top: 2px;
  margin-left: 4px;
  color: #222;
  font-family: Oswald, sans-serif;
  text-transform: uppercase;
/*  font-weight: normal;*/
}

/*
.newspaper a.rfnb_readmore  {
  color: #222;
}
*/
.newspaper .rfnb_feed_img {
  margin-left: 0;
  margin-bottom: 2px;
}
/* NEWSPAPER COLUMNS WIDTH */
.newspaper.one_half, .newspaper.one_half {
  width: 48.5%;
}
.newspaper.one_third, .newspaper.one_third_last {
  width: 31.83%;
}
.newspaper.one_fourth, .newspaper.one_fourth_last {
  width: 23.5%;
}
.newspaper.one_fifth, .newspaper.one_fifth_last {
  width: 18.5%;
}
.newspaper.one_sixth, .newspaper.one_sixth_last {
  width: 15.1%;
}
/*REMOVE FEEDBURNER GIF IMAGE*/
/*.newspaper_image img[src*="THISISATEST"] {*/
.newspaper_image img[src*="feedburner"], .newspaper_image img[src*="advertisement"], .newspaper_image img[src*="icopyright"]{
    display: none;
}

/***** newspaper 2 *****/
.newspaper2 .newspaper_image img {
  float: left;
  margin-right: 10px;
  min-width: 50%;
  max-width: 50%;
/*  min-width: inherit;*/
/*  display: block;*/
}


/***** newspaper 5 CLASSIC *****/
.newspaper.newspaper3 .rfnb_feed_title{
  font-family: monospace;
  margin-bottom: 3px;
}
.newspaper.newspaper3 .rfnb_item {
  font-family: monospace;
}
.newspaper.newspaper3 .rfnb_container {
  color: #222;
}
.newspaper.newspaper3 .newspaper_image img {
  max-width: 55%;
  min-width: initial;
  height: auto;
/*  margin-bottom: 5px;*/
  /* FLOAT PEUT ETRE POUR STYLES 3 */
/*  float: left;*/
}
.newspaper.newspaper3 .rfnb_feed_title {
  text-transform: initial;
}
.newspaper.newspaper3 span.rfnb_title, .newspaper.newspaper3 a.rfnb_readmore {
  text-decoration: underline;
}
.newspaper.newspaper3 span.rfnb_title:hover, .newspaper.newspaper3 a.rfnb_readmore:hover {
  text-decoration: none;
}

.newspaper .newspaper_image img.lazy {
  display: none;
}

/* NEWSPAPER 4 */
.newspaper4.one_half, .newspaper4.one_third, .newspaper4.two_third, .newspaper4.three_fourth, .newspaper4.one_fourth, .newspaper4.one_fifth, .newspaper.two_fifth4, .newspaper4.three_fifth, .newspaper4.four_fifth, .newspaper4.one_sixth, .newspaper4.five_sixth, .newspaper4.one_seventh {
  border-left: 0;
  margin-right: 0;
}

.newspaper4 .rfnb_item,.newspaper4 .rfnb_item:hover {
    border-bottom-width: 0;
}
.newspaper4 .rfnb_item_wrapper {
  padding: 15px;
  color: #82878c;
  background: #fff;
  border: 1px solid #dedede;
/*  border: 1px solid #ccc;*/
  background-color: white;
  box-shadow: 2px 2px 2px 0 rgba(51, 51, 51, 0.07);
}
.newspaper4 .rfnb_item {
  padding-top: 5px;
}
.newspaper4 .rfnb_item.rfnb_adsense {
  padding: 8px 0 12px ;
  margin: 0;
}
.newspaper4 .rfnb_item:first-of-type { 
  padding-top: 15px;
}


/* NEWSPAPER 5 */
.newspaper5.one_half, .newspaper5.one_third, .newspaper5.two_third, .newspaper5.three_fourth, .newspaper5.one_fourth, .newspaper5.one_fifth, .newspaper.two_fifth4, .newspaper5.three_fifth, .newspaper5.four_fifth, .newspaper5.one_sixth, .newspaper5.five_sixth, .newspaper5.one_seventh {
  border-left: 0;
  margin-right: 0;
}

.newspaper5 .rfnb_item,.newspaper5 .rfnb_item:hover {
    border-bottom-width: 0;
}
.newspaper5 .rfnb_item {
  padding-top: 5px;
}
.newspaper5 .rfnb_item.rfnb_adsense {
  padding: 8px 0 12px ;
  margin: 0;
}
.newspaper5 .rfnb_item:first-of-type { 
  padding-top: 10px;
}
.newspaper5 .rfnb_item_wrapper {
  padding: 0;
  color: #82878c;
  background: #fff;
  border: 1px solid #dedede;
/*  border: 1px solid #ccc;*/
  background-color: white;
  box-shadow: 2px 2px 2px 0 rgba(51, 51, 51, 0.07);
}
.newspaper5 .newspaper_image img {
    margin-bottom: 0;
}
.newspaper5.newspaper span.rfnb_title {
  margin: 15px 12px 10px;
}
.newspaper5.newspaper .rfnb_container {
    color: #666;
    padding: 0 12px 12px;
}
.newspaper5 a.mediabox_button, .newspaper5 .sm2_button {
    margin: 16px 5px 0 12px;
}

/* RFNB IN WIDGET */
.widget .rfnb .simpleblocks, .widget .simpleblocks .rfnb_feed_title, .widget .rfnb {
  margin-top: 0;
}
.widget .rfnb .simpleblocks span.rfnb_title {
    margin-bottom: 0;
}

.widget .newspaper_image img {
    margin: 8px 0 !important;
}

/* HUNFINGTON POST & DRUDGE STYLE FIRST ITEM TOP */
.rfnb_splash {
  font-family: Georgia,Times,"Times New Roman",serif;
  display: block !important;
}

.splash {
  padding: 0 20% 40px;
  text-align: center;
  border-width: 0;
}
.splash:hover {
  background: inherit;
  border-bottom: inherit;
}

.rfnb_splash .splash-title a, .rfnb_splash h2, .rfnb_splash .splash-title  {
  font-weight: 600;
  line-height: 3rem;
  text-transform: uppercase;
  font-family: Georgia,Times,"Times New Roman",serif;
/*  color: #222;*/
  font-size: 40px;
  margin: 20px 0;
  padding-bottom: 0;
/*  text-decoration: underline;*/
}
.rfnb_splash .splash-title a:hover  {
  text-decoration: underline;
}
.rfnb_splash .splash-description a  {
  font-size: 20px;
  text-decoration: none;
  color: #222 ;
  font-weight: bold;
}
.rfnb_splash .splash-description a:hover  {
  text-decoration: underline;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 680px) {

  .newspaper { 
    margin-right: 0 !important;
    padding-left: 0 !important;
    border-width: 0 !important;
  }
  
  .newspaper .newspaper_image img{
    max-width: 100%;
    float: inherit;
/*    margin: 0 10px 0 0;*/
  }

  .splash {
    padding: 0 10% 20px;
    text-align: center;
    border-width: 0;
  }
  .rfnb_splash .splash-title a, .rfnb_splash h2, .rfnb_splash .splash-title {
    line-height: 1.7rem;
    font-size: 24px;
  }
  .rfnb_splash .splash-description a  {
    font-size: 17px;

  }
  
}
@media only screen and (max-width: 500px) {
  .rfnb .tooltiptext {
    width: 90%;
  }
  .newspaper .rfnb_item {
    padding: 10px 0;
  }
  .newspaper .rfnb_feed_title {
    font-size: 18px;
  }
  .newspaper.newspaper3 .newspaper_image img {
    max-width: 100%;
    float: inherit;
  }
  .splash {
    padding: 0;
    text-align: center;
    border-width: 0;
  }
  .rfnb_splash .splash-title a, h2.rfnb_splash, .rfnb_splash .splash-title {
    line-height: 1.5rem !important;
    font-size: 20px;
  }
  .rfnb_splash .splash-description a  {
    font-size: 15px;

  }
  
}

/* MY ADDITIONS */

a.mediabox_button mediabox {
	display: none;
}

@media only screen and (max-width:680px){.newspaper.one_half,.newspaper.one_third,.newspaper.two_third,.newspaper.three_fourth,.newspaper.one_fourth,.newspaper.one_fifth,.newspaper.two_fifth,.newspaper.three_fifth,.newspaper.four_fifth,.newspaper.one_sixth,.newspaper.five_sixth,.newspaper.one_half_last,.newspaper.one_third_last,.newspaper.two_third_last,.newspaper.one_fourth_last,.newspaper.three_fourth_last,.newspaper.one_fifth_last,.newspaper.three_fourth_last,.newspaper.one_fifth_last,.newspaper.two_fifth_last,.newspaper.three_fifth_last,.newspaper.one_sixth_last,.newspaper.five_sixth_last{width:100%}}@media only screen and (max-width:500px){.newspaper.one_half,.newspaper.one_third,.newspaper.two_third,.newspaper.three_fourth,.newspaper.one_fourth,.newspaper.one_fifth,.newspaper.two_fifth,.newspaper.three_fifth,.newspaper.four_fifth,.newspaper.one_sixth,.newspaper.five_sixth,.newspaper.one_half_last,.newspaper.one_third_last,.newspaper.two_third_last,.newspaper.one_fourth_last,.newspaper.three_fourth_last,.newspaper.one_fifth_last,.newspaper.three_fourth_last,.newspaper.one_fifth_last,.newspaper.two_fifth_last,.newspaper.three_fifth_last,.newspaper.one_sixth_last,.newspaper.five_sixth_last{width:100%;margin-bottom:15px}.newspaper.one_half_last,.newspaper.one_third_last,.newspaper.one_fourth_last,.newspaper .one_fifth_last{min-height:40px}}

/* ADSENSE */
.rfnb ins.adsbygoogle {
 background: transparent;
 text-decoration: none;
}
.rfnb_item.rfnb_adsense {
  padding-bottom: 15px;
  overflow: hidden;
}