

@font-face {
    font-family: Retrahaus;
    src: url(/wp-content/plugins/noozefeed/fonts/Retrahaus.ttf);
}

.Lp{
    padding-right: 10px;
    font-size: 100%;
    text-align: justify;
    text-justify: auto;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    color: #5cb85c;
}

h4 {
    text-align: center;
    width: 100%;
}

h1 {
    font-size: 150%;
}

hr {
    color: #5cb85c;
}


iframe {
    width: 1px;
    min-width: 100%;
}
/* Tables
================================== */
.Ltable {
  border-style: solid;
  border-width: 4px;
  border-radius: 15px;
  display: flex;
  width: 100%;
  flex-wrap:wrap;
  flex: auto;
  margin: 0 auto;
  padding: 0;
  margin: auto;
}

.LtableImg {
  clear: both;
  float: left;
  margin: 0 auto;
  margin-bottom: 5px;
  margin-top: 0px;
  margin-left: 7px;
  padding-left: 15px 0px;
  Padding-right: 10px; 
  background-attachment: scroll;
  width: 100px;
  max-width: 100% !important;
  height: 84px;
  max-height: 100%;
  position: relative;
  border-radius: 7px;
  background-size: cover;
  background-repeat: no-repeat;
}

.LtableImgThumb {
  margin: 0 auto;
  background-attachment: scroll;
  width: 100px;
  max-width: 100% !important;
  height: 84px;
  max-height: 100%;
  position: relative;
  margin-bottom: 10px;
  margin-top: 0px;
  border-radius: 10px;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
}

.LtableImg > header {
  left: -5px;
  bottom: 7px;
  width: 100%;
  background-attachment: scroll;
  opacity: 0.7;
  width: 25px;
  max-width: 75px;
  height: 25px;
  z-index: 2;
  position: absolute !important;
  } 

.LdivContainer{
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
}

.divMinContainer{
        max-width: 500px; 
        margin: 0 auto; 
        margin-bottom: 55px;
}

* {
  box-sizing: border-box;
}

.Ltable-list {
  position: relative;
  margin: 5 auto;
  border-style: solid;
  border-width: 4px;
  border-bottom: 2px;
  border-radius: 25px;
  text-align: center;
  vertical-align: baseline;
  box-sizing: border-box;
  /* min-height: 160px; */
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  padding: 2px;
  overflow: hidden;
  list-style: none;
  background: fade(slategrey,20%);
  text-justify: justify;
  > h1, > h2, > h3, > h4, > h5, > h6 { font-family: Retrahaus; margin: 0; text-align: right; }
  > list { text-align: left; }
}

/* Table column sizing
================================== */
.Ltable--2cols > .Ltable-list  { width: 75%; }
.Ltable--3cols > .Ltable-list  { width: 33.33%; }
.Ltable--4cols > .Ltable-list  { width: 75%; }
.Ltable--6cols > .Ltable-list  { width: 75%; }


.titleTable{
    display: flex;
    flex-wrap:wrap;
    margin: auto;
}

.titleTable-title {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    clear: both;
    text-align: left;
    padding-bottom: 0px;
    text-transform: uppercase;
    font-weight: bold;
    > a{
        font-spacing: 15px;
    }
    
}

.titleTable-source  {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-stretch: 2px;
    text-align: left;
    padding-right: 15px;
    padding-top: 5px;
}

.titleTable-icon  {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-stretch: 2px;
    text-align: right;
    padding-right: 10px;
    right: 5px;
}

.sourceThumb {
    vertical-align: text-bottom;
    margin-bottom: 5px;
    background-size: contain;
    right: 5px;
    top: 0px; 
    position: absolute;
    padding: 5px;
    background-color: #fff;
    border-style: solid;
    border-width: 0.5px;
    border-color: #e0e0e0;
    border-radius: 8px;
    overflow: auto;
}
.sourceThumb img {
    max-height: 30px;
    max-width: 150px;
}


/* Table column sizing
================================== */
/*.Ltable--1cols > .Ltable-list  { width: 100%; }*/
.titleTable--2cols > .titleTable-title  { width: 70%; }
.titleTable--2cols > .titleTable-source  { width: 40%; }
.titleTable--3cols > .titleTable-icon  { width: 150px; }
.titleTable--3cols > .titleTable-title  { width: 60%; }
.titleTable--3cols > .titleTable-source  { width: 20%; }
.titleTable--3cols > .titleTable-icon  { width: 20%; }


/*---------------------------Score Table-----------------------------*/

.LStable {
  margin-top: 5px;
  display: flex;
  bottom: 0px;
  width: 90%;
  /*max-width: 700px;*/
}

.LStable-score {
  width: 100%;
  font-size:100%;
  background: fade(slategrey,20%);
  padding-right: 10px;
  padding-top: 3px;
  text-align: left;
  position: relative;
}

.LStable-icon {
    > img {
        max-width: 15px;
        right: 0px;
        position: absolute;
        float: right;
    }
    align-content: right;
    right: 0px;
    position: relative;
    margin-bottom: 5px;
}

.Lspan {
    margin-bottom: 7px;
    float: right;
    text-align: left;
    left: 0px;
}


/* Table column sizing
================================== */
/*.Ltable--1cols > .Ltable-list  { width: 100%; }*/
.LStable--3cols > .LStable-score  { width: 33.33%; bottom: 0; margin: 0 auto;}
.LStable--4cols > .LStable-score  { width: 25%; }
.LStable--5cols > .LStable-score  { width: 20%; }
.LStable--6cols > .LStable-score  { width: 16.66%; }

.LStable--8cols > .LStable-score  { width: 12.5%; }
.LStable--8cols > .LStable-icon   { width: 12.5%; }

.no-flexbox .LStable {
  display: block;
  margin: 0 auto;
  > .LStable-score { width: 100%; }
}


/*---------------------------Curate Table-----------------------------*/

.Ctable {
  border-style: solid;
  border-width: 0.5px;
  border-color:#5cb85c;
  border-radius: 19px;
  display: flex;
  width: 100%;
  flex-wrap:wrap;
  flex: auto;
  margin: 0 auto;
  padding: 0;
  margin: auto;
  /* background-color: #ffe6f3; */
  min-height: 30px;
  vertical-align: middle;
}

.Ctable-curateContent {
  color: gray;
  margin: 0 auto;
  text-align: right;
  padding: 0 auto;
  padding-top: 10px;
  display:inline-block;    
  vertical-align:middle;
  text-align: left;
}

.Ctable-curateTool {
  color: gray;
  font-size: smaller;
  margin: 0 auto;
  text-align: right;
  padding: 0 auto;
  padding-top: 10px;
  display:inline-block;    
  vertical-align:middle;
}

.Ctable-curate {
  align-content: left;
  color: blue;
  margin: 0 auto;
  left: 0px;
  padding: 0 auto;
  padding-bottom: 15px;
  padding-left: 5px;
  display:inline-block;    
  vertical-align:middle; 
}

.newFeed {
    right:35px; 
    bottom: 30px; 
    Position:absolute; 
    z-index:1; 
    opacity:0.2;
    color: #808080;
    font-size: 250%;
}

.getMoreList {
    right: 15px; 
    top: -5px; 
    Position:absolute; 
    z-index:1; 
    color: #808080;
    font-size: 100%;
}

.newBar {
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 8px 10px;
    overflow: hidden;
    width: 100%;
    height: 35px;
    min-height: 30px;
    border-style:none; 
    background-color: #E6FFE9;
    color: #808080;
    font-size: 100%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-weight: bold;
}

.oldBar {
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 8px 10px;
    width: 100%;
    height: 35px;
    min-height: 30px;
    border-style:none; 
    background-color: #e0e0e0;
    color: #808080;
    font-size: 100%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-weight: bold;
    overflow: hidden;
}

/* Table column sizing
================================== */
/*.Ltable--1cols > .Ltable-list  { width: 100%; }*/
.Ctable--4cols > .Ctable-curateContent  { width: 30%; }
.Ctable--4cols > .Ctable-curate  { width: 10%; } 

.Ctable--8cols > .Ctable-curateContent  { width: 40%; }
.Ctable--8cols > .Ctable-curateTool  { width: 13.33%; }
.Ctable--8cols > .Ctable-curate  { width: 5%; }  

.Ctable--10cols > .Ctable-curateContent  { width: 25%; }
.Ctable--10cols > .Ctable-curateTool  { width: 13.33%; }
.Ctable--10cols > .Ctable-curate  { width: 3.33%; }  


/*---------------------------END Curate Table-----------------------------*/

.Lnf-banner {
	display: block;
	margin: auto;
	width: 45%;
        max-width: 600px;
}

.Lnf-banner {
	display: block;
	margin: 0 auto;
	width: 90%;
        max-width: 600px;
        min-width: 250px;
	padding-bottom: 0px;
        margin-bottom: 0px;
        position: relative;
        top: 30px;
        border-bottom: thick #5cb85c wide;
}


/*------------------------Break @ 1200px--------------------------*/

@media all and (max-width: 1200px) {

    .LtableImg > header {
        position: absolute !important;
        padding-left: 1px;
    }
}
/*------------------------Break @ 990px--------------------------*/

@media all and (max-width: 900px) {
    
    .titleTable--2cols > .titleTable-title  { width: 60%; dislpay: block;}
    .titleTable--2cols > .titleTable-source  { text-align: left; width: 50%; dislpay: block;}
    .titleTable--2cols > .titleTable-icon  { text-align: left; width: 50%; dislpay: block; float: left;}
    
    .LtableImg{
        width: 100px;
        height: 80px;
        margin-bottom: 5px;
        margin-top: 5px;
        margin: 0 auto;
    }

    .LStable-score {
        font-size: 95%;
    }
    .Lscore {
        font-size: 95%;
    }
    .LdivContainer{
        margin-bottom: 5PX;
      }
     span {
        text-align: justify;
        text-justify: auto; 
     }
     
      
}

/*------------------------Break @ 700px--------------------------*/

@media all and (max-width: 700px) {
    
    .titleTable--2cols > .titleTable-title  { width: 60%;}
    .titleTable--2cols > .titleTable-icon  { text-align: left; width: 30%; dislpay: block; float: left;}
    
    .LStable--8cols > .LStable-score { width: 25%; dislpay: block;}
    .LStable--8cols > .LStable-icon { width: 25%; dislpay: block;}
    
    .Ctable--10cols > .Ctable-curateContent  { width: 100%; }
    .Ctable--10cols > .Ctable-curateTool  { width: 13.33%; }
    .Ctable--10cols > .Ctable-curate  { width: 3.33%; }  
    
    .Ltable--2cols > .Ltable-list  { 
        width: 100%;
    }
    .LStable {
        width: 100%;
    }
    .Ltable--collapse  {
        display: block;
        > .Ltable-list { 
            width: 100% !important; 
        }
    }
    
    .Lnf-banner {
	display: block;
	margin: auto;
	width: 90%;
    }
    
    .LtableImgThumb{
        padding-top: 10px;
        max-height: 80px;
        max-width: 80px;
        margin-bottom: 0px;
    }

     .LtableImg > header {
        position: absolute !important;
        left: -5px;
        bottom: 3px;
        max-width: 20px;
        background-attachment: scroll;
        opacity: 0.8;
      }
      .LdivContainer{
          z-index: 3;
          text-align: left;
      }
      .Ltable-list{
          min-height: 140px;
      }
      .Lp{
            font-size: 95%;
            text-justify: justify;
        } 

      .LStable-score {
          font-size: 85%;
          padding-bottom: 2px;
      }.Lscore {
          font-size: 90%;
      }
      .getMore {
        bottom: 30px; 
      }
      .titleTable-source  { 
        width: 100%;
        text-align: right;
      }
      .sourceThumb img {
        max-height: 25px;
        max-width: 120px;
      }
      .LtableImg, .LtableImgThumb{
          float:left;
      }
}

/*------------------------Break @ 500px--------------------------*/

@media all and (max-width: 500px) {
    .LtableImg {
        margin-top: 35px;
    }
    .titleTable--2cols > .titleTable-title  { 
        text-align: justify;
        text-justify: auto;
        width: 100%; 
        dislpay: block;
        margin-top: 35px;
    }
    .titleTable--2cols > .titleTable-icon  { width: 100%;}
    
    .titleTable-title {
        font-size: 90%;
    }
    
    iframe {
        width: 1px;
        min-width: 100%;
    }
    .LdivContainer {
        margin-bottom: 5px;
    } 
    .LStable {
        border-top: thin #cccccc solid;
        padding-top: 5px;
        font-size: 80%;
    }
    
    .LStable img {
        max-width:15px;
    }
    
    .titleTable--2cols > .titleTable-title {
        width: 100%;
        display: block;    }
    .titleTable--2cols > .titleTable-source {
        width: 100%;
        text-align: left;
        display: block;
    }
    .newBar {
        text-align: left;
        padding-left: 15px;
    }  
      .titleTable--2cols > .titleTable-title  { width: 100%;}
}

 
/*-------------------------------------------Break @ 330 -----------------------------------------*/

@media all and (max-width: 330px) {

    .LtableImg{
        max-height: 80px;
        max-width: 80px;
        margin-bottom: 5px;
    }

    .Lp {
        float: right;
        margin-bottom: 10px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
        
    }
    .LdivContainer{
        margin-top: 10px;
    }
    
    .LtableImg > header{
        padding-top: 80px;
    }
    
}

/*-------------------------------------------Break @ 310 -----------------------------------------*/

@media all and (max-width: 310px) {

    .LtableImg > header{
        padding-top: 50px;
    }
}
 
.no-flexbox .Ltable {
    display: block;
  > .Ltable-cell { width: 100%; }
  > .Ltable-list { width: 100%; }
}


/*----------------------------------------overlay----------------------------------*/

.Lstretch {
    width:100%;
    height:100%;
}

.scroll {
    ::-webkit-scrollbar {
    width: 12px;
}
 
    ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
    ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
}
/*--------------------Alternate try-------------------------*/


#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

/******************************* BUTTON ******************************/

.bton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
}

.bton-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.bton-success.focus,
.bton-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}
.bton-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.bton-success.active,
.bton-success:active,
.open>.dropdown-toggle.bton-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

input[type=button] {
    display: inline-block;
    padding: 3px 3px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    width: 100%;
    max-width: 100%;
    border-width: 5px; 
    border-style: solid;
    border-color: #e0e0e0;
    border-radius: 10px;
    text-align: center;
    color: white;
}

.button-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.button-success.focus,
.button-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}
.button-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.button-success.active,
.button-success:active,
.open>.dropdown-toggle.button-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.get_more_feeds {
    display: inline-block;
    padding: 4px 4px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    background-color: red;
    border-color: #4cae4c
}

.get_more_feeds-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.get_more_feeds-success.focus,
.get_more_feeds-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}
.get_more_feeds-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.get_more_feeds-success.active,
.get_more_feeds-success:active,
.open>.dropdown-toggle.get_more_feeds-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}