

@font-face {
    font-family: Retrahaus;
    src: url(/wp-content/plugins/noozefeed/fonts/Retrahaus.ttf);
}

.Gp {
    margin: 5px;
    font-size: 100%;
    text-align: justify;
    text-justify:inter-word;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    display: block;
    padding: 0px 15px;
}

span {
    text-align: justify;
    text-justify: auto;
}

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;
}
.headText{
    clear: none;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 100%;
    text-align: justify;
    text-justify: auto;
    display: block;
    padding: 5px 15px;
    text-transform: uppercase;
}
iframe {
    width: 1px;
    min-width: 100%;
}

/* Tables
================================== */
.Gtable {
  border-style: solid;
  border-width: 4px;
  border-radius: 25px;
  display: flex;
  width: 100%;
  flex-wrap:wrap;
  flex: auto;
  margin: 0 auto;
  padding: 0;
  margin: auto;
}

.GtableImg {
  margin: 0 auto;
  padding: 5px 0px;
  background-attachment: scroll;
  width: 250px;
  max-width: 100% !important;
  height: 250px;
  max-height: 100%;
  position: relative;
  margin-top: 0px;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  clear: none;
}

.GtableImgThumb {
  margin: 0 auto;
  background-attachment: scroll;
  width: 300px;
  max-width: 95% !important;
  height: 300px;
  max-height: 95%;
  position: relative;
  margin-bottom: 10px;
  margin-top: 0px;
  margin-right: 5px;
  border-radius: 20px;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
}

.GtableImg > Gheader {
    left: 5px;
    bottom: 15px;
    background-attachment: scroll;
    z-index: 2;
    position: absolute !important;
    padding: 5px;
    background-color: #fff;
    border-style: solid;
    border-width: 0.5px;
    border-color: #e0e0e0;
    border-radius: 8px;
    margin: 0 auto;
    overflow:auto;
}

.Gheader img {
    max-height:30px;
    max-width: 150px;
}


.GdivContainer{
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 55px;
}

.divMinContainer{
        max-width: 500px; 
        margin: 0 auto; 
        margin-bottom: 35px;
    }

.imgPic{
    width: 300px;
    height: auto !important;
    max-width: 100%;
    
}

* {
  box-sizing: border-box;
}

.Gtable-grid {
  position: relative;
  margin: 5 auto;
  border-style: solid;
  border-width: 4px;
  border-bottom: 2px;
  border-radius: 25px;
  vertical-align: baseline;
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  max-width:500px;
  padding: 2px;
  overflow: hidden;
  list-style: none;
  text-justify: justify;
  > grid { text-align: left; }
}

.Gtable-border {
  border-bottom: solid thin;  
  display: inline-block;
  box-sizing: border-box;
  flex-grow: 1;
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  list-style: none;
  /*border: solid @bw white;*/
  background: fade(slategrey,20%);
}

.GtableCell{
    bottom: 50px;
    margin: 0 auto;
    background-color: black;
    opacity: 0.6;
    width: 100%;
    z-index: 1;
    padding: 10px;
}

/* Table column sizing
================================== */
.Gtable--2cols > .Gtable-border  { width: 50%; }



/* Table column sizing
================================== */
/*.Gtable--1cols > .Gtable-grid  { width: 100%; }*/
.Gtable--2cols > .Gtable-grid  { width: 75%; }
.Gtable--3cols > .Gtable-grid  { width: 33.33%; max-width: 33.33%;}
.Gtable--4cols > .Gtable-grid  { width: 75%; }
/*.Gtable--5cols > .Gtable-grid  { width: 20%; }*/
.Gtable--6cols > .Gtable-grid  { width: 75%; }

/*---------------------------Score Table-----------------------------*/

.GStable {
  position: absolute;
  display: flex;
  bottom: 0px;
  vertical-align: bottom;
  width: 100%;
  max-width: 600px;
  flex: auto;
  margin: 0 auto;
  margin-bottom: 5px;
  padding-top: 5px
}

.GStable-score {
  text-align: center;
  vertical-align: baseline;
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
  font-size: 100%;
  list-style: none;
  background: fade(slategrey,20%);
  > h1, > h2, > h3, > h4, > h5, > h6 { font-family: Retrahaus; margin: 0; text-align: right; }
}

.Gscore {
    font-size: 80%;
}


/* Table column sizing
================================== */
/*.Gtable--1cols > .Gtable-grid  { width: 100%; }*/
.GStable--3cols > .GStable-score  { width: 33.33%; bottom: 0; margin: 0 auto;}
.GStable--4cols > .GStable-score  { width: 25%; }
.GStable--5cols > .GStable-score  { width: 20%; }
.GStable--6cols > .GStable-score  { width: 16.66%; }

.no-flexbox .GStable {
  display: block;
  margin: 0 auto;
  > .GStable-score { width: 100%; 
  margin: 0 auto;
  }
}


.Gnf-banner {
	display: block;
	margin: auto;
	width: 45%;
        max-width: 600px;
}

.Gnf-div {
        margin: 10px;
        min-height: 150px;
}

.Gnf-img{
    width: 300px;
    max-width: 100% !important;
    height: 300px;
    max-height: 100% !important;
}

.GdivTag{
	display: block;
	margin: auto;
	margin-bottom: 30px;
	width: 65%;
	text-align: center; 
	font-size: 200%;
	font-weight: 2px;
	min-height: 40px;
	line-height: 120%;
	font-weight: bold;
	
}

.Gnf-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;
}

.GrTableHead { 
    	color: #5cb85c;
        margin: auto;
        text-align: center;
        padding: 10px;
}

.getMoreGrid {
    right: 15px;
    top: -6px;
    Position:absolute; 
    z-index:5; 
    color: #808080;
    opacity: 50%;
    font-size: 100%;
}

.get_more_feeds {
    margin: 10px;
    background-color: #5cb85c; 
    border: none;
    border-radius: 7px;
    color: white;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 40%;
    width: 95%;
} 

.newbar {
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 8px 15px;
    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 15px;
    overflow: hidden;
    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;
}

.newBanner {
    text-align: left;
    margin: 0 auto;
    padding: 10px 0px;
    margin-left:20px;
    border-radius: 19px;
    width: 100%;
    min-height: 30px;
    border-style:none; 
    background-color: #E6FFE9;
    color: #808080;
    font-size: 130%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    font-weight: bold;
}


/*------------------------Break @ 1200px--------------------------*/

@media all and (max-width: 1200px) {
    /*.GtableImg > Gheader {
        position: absolute !important;
        padding-left: 5px;
    }*/
}
/*------------------------Break @ 990px--------------------------*/

@media all and (max-width: 900px) {
    
    
    .GtableImg{
        height: 200px;
        width: 200px;
        margin-bottom: 5px;
    }
    .GtableImg > Gheader {
        position: absolute !important;
        bottom: 0px;
        left: 0px
    }
    .GStable {
    }
    .Gp{
    font-size: 90%;
    }
    .GdivContainer{
        margin-bottom: 65px;
    }
      
}

/*------------------------Break @ 700px--------------------------*/

@media all and (max-width: 700px) {
    
    .Gtable--3cols > .Gtable-grid  { 
        width: 100%;
        max-width: 100%;
    }
    /*.Gtable-grid {
        min-height: 400px;
    }*/
    
    .Gtable--collapse  {
        display: block;
        > .Gtable-grid { 
            width: 100% !important; 
        }
    }
    
    .Gnf-banner {
	display: block;
	margin: auto;
	width: 90%;
    }
    
    .GtableImgThumb{
        height: 150px;
        width: 150px;
        margin-bottom: 0px;
    }
    .GtableImg{
        float: left;
        height: 150px;
        width: 150px;
        margin: 0;
        top: 0;
        margin-right: 5px;
        margin-bottom: 30px;
    }
.Gheader img {
    max-height:30px;
    max-width: 100px;
}

    .divMinContainer{
        height: 150px;
        max-width: 600px;
    }
      
      .GdivContainer{
          z-index: 3;
          text-align: left;
          margin-bottom: 30px;
      }
      /*.Gtable-grid{
          min-height: 220px;
      }*/
      .Gp{
            font-size: 100%;
            text-justify: justify;
            margin-bottom: 45px;
        } 
}

/*-------------------------------------------Break @ 500 -----------------------------------------*/

@media all and (max-width: 500px) {
    .GStable {
      border-top: thin #cccccc solid;
    }
    
    .GtableImg{
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
}
 
/*-------------------------------------------Break @ 330 -----------------------------------------*/


@media all and (max-width: 330px) {
    .GtableImg{
        height: 100px;
        width: 100px;
        max-height: 100px;
        max-width: 100%;
        margin-bottom: 5px;
    }
    .Gheader img {
        max-height:20px;
        max-width: 70px;
    }
    .headText{
        font-size: 110%;
    }
    .Gp {
        float: right;
        text-size: 80%;
        margin-bottom: 80px;
    }
    .GtableImg > Gheader {
        bottom: -5px;
        left: 0px
    }
    .GdivContainer{
        margin-top: 10px;
    }
    
    .GtableImg > header{
            padding-top: 80px;
    }
}

/*-------------------------------------------Break @ 310 -----------------------------------------*/


@media all and (max-width: 310px) {
    .GtableImg {
        width: 100px;
        height: 100px;
    }
    .GtableImg > header{
        padding-top: 50px;
    }
    .Gp {
        margin-bottom: 100px;
        overflow: no-content;
    }
}
 
.no-flexbox .Gtable {
  display: block;
  > .Gtable-cell { width: 100%; }
  > .Gtable-grid { width: 100%; }
}


/*----------------------------------------overlay----------------------------------*/

.Gstretch {
    width:100%;
    height:100%;
}

/******************************* 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
}