/**
 * Theme Name:   Newspaper Child THeme
 * Theme URI:    https://www.tech-recipes.com/
 * Description:  A Newspaper child theme
 * Author:       Tech Recipes Team
 * Template:     Newspaper
 * Version:      1.0.0
 * Text Domain:  Newspaper
 */



 :root:not(#_):not(#_):not(#_):not(#_):not(#_) .amp-wp-11eb68c {
	height: auto !important;
}
.td-container-header.td-header-row.td-header-header {
    display: none;
}
.wptb-rating-stars-list li{
	    margin-bottom: 0!important;
}
.wptb-plugin-responsive-base {
    min-width: auto !important;
    width: 100% !important;
}
table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100% !important;
  border: 1px solid #ddd !important;
}
tbody,table
{
    overflow:scroll !important;
}
@media screen and (max-width: 767px) {
/*	#nrelate_flyout_placeholder  .wptb-table-container .wptb-table-container-matrix{
		overflow-x:auto !important;
	} */
	td.wptb-cell {
    text-align: center;
		width:100% !important;
}
	
}


.single.single-post .tdb-author-box {
    display: none;
}


/*
	CSS Migrated from Jetpack:
*/

.rightside {
	background-color: #eee;
	width: auto;
	padding: 5px;
	padding-left: 15px;
	float: right;
	border: 1px solid #CCC;
	font: normal 16px Arial;
	color: #666666;
	margin-left: 20px;
}

.grayleft {
	background-color: #f3f3f3;
	border: 2px solid #ccc;
	color: #666666;
	font-size: 14px;
	padding: 10px;
	width: 200px;
	margin: 10px auto;
	margin-left: 20px;
	float: right;
}


/*Casino Tables */

.tbl {
	padding: 16px !important;
	background-color: #eee;
	text-align: center;
	margin-bottom: 24px;
}
.tbl h2 {
	font-size: 22px;
	text-transform: uppercase;
    color: #033a49;
    font-weight: 600;
    margin: 0 0 16px 0;
    line-height: 1.3em
}

.tbl .table-row {
	display: grid;
	align-items: center;
	justify-content: space-between;
	grid-gap: 16px;
	background-color: #fff;
	margin-bottom: 8px;
	padding: 8px;
	grid-template-columns: 170px auto 110px 130px;
}
.table-cell {
	display: grid;
	justify-content: center
}
.bonus-before {
	text-transform: uppercase;
	font-size: 12px
} 
.bonus {
	font-size: 18px;
	font-weight: bold;
	color: #A30034;
	line-height: 1.1em
}
 .table-cell img {
	width: 160px;
	height: auto;
	 margin: 0;
}
a.aff-button{
	padding: 16px 20px;
	background-color: #007ea2;
	color: #fff;
}
a.aff-button:hover {
	background-color: #02a9d8;
}
/*Rating stars */
.stars {
    --percent: calc(var(--rating) / 5 * 100%);  
    display: inline-block;
    font-size: 24px;
    font-family: Times; 
    line-height: 1;
}
.stars::before {
    content: '★★★★★';
    letter-spacing: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#fc0), to(#eee));
    background: linear-gradient(90deg, #fc0 var(--percent), #eee var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*-----------------------------------*/
.featured-casino {
	display: none;
}
.featured-casino .table-row {
	background-color: transparent;
	margin-bottom: 0;
	gap: 8px !important;
}
.featured-casino .bonus {
	font-size: 24px !important;
}
 .ribbon {
       width: 150px;
      height: 150px;
      overflow: hidden;
      position: absolute;
        top: -10px;
      right: -10px;
    
  }
  .ribbon__content {
      left: -25px;
      top: 30px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      display: block;
      width: 225px;
      padding: 10px 0;
      background-color: #A30034;
      box-shadow: 0 0px 10px ;
      color: #fff;
      text-shadow: 0 1px 1px rgba(0,0,0,.2);
      text-transform: uppercase;
      text-align: center;
      border: 2px dotted #fff;
      outline : 5px solid  #A39600;
	  font-size: 12px;

    
  }
  .ribbon::before {
      top: 0;
      left: 0;
      border-top-color: transparent;
      border-right-color: transparent;
      position: absolute;
      z-index: -1;
      content: '';
      display: block;
      border: 5px solid #494620;
      box-sizing: content-box;

  }
  .ribbon::after {
      bottom: 0;
      right: 0;
      border-top-color: transparent;
      border-right-color: transparent;
      position: absolute;
      z-index: -1;
      content: '';
      display: block;
      border: 5px solid #494620;
      
  }  

@media only screen and (max-width: 767px){
	.tbl .table-row{
		display: grid;
		justify-content: center;
		gap: 4px;
	}
	.table-cell {
		justify-items: center;
	}
	.featured-casino {
		display: block;
	}
}
@media only screen and (min-width:480px) and (max-width:767px) {
	.tbl .table-row{
		grid-template-columns: repeat(2, 1fr) !important;
		
	}
}
@media only screen and (min-width:768px) and (max-width:1018px) {
	.tbl .table-row{
		grid-template-columns: repeat(2, 1fr) !important;
		
	}
}
@media only screen and (max-width:479px) {
	.tbl .table-row{
		grid-template-columns: 100%;
	}
}
