/*!https://www.mobilebettingsite.com?display_custom_css=css&ver=fa3521f1cead8acb9eee9aa76ccb1503*//* CSS FOR THE CONTRAST DIVS */

.divblk, .divgrn, .divwht {
border: solid 5px #ccc;
box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
padding:20px;
}

.divblk {
background: #262626;
color: #fff;
margin: 30px 0 40px 0;
}

.divblk a {
color: #2db34a;
}

.divblk a:hover {
color: #006699;
}

.divgrn {
background: #e6ffe6;
color: #000;
margin-bottom:40px;
}

.divwht {
margin-bottom:40px;
}

.divwht h3, .divgrn h3, .divblk h3 {
text-transform: uppercase;
font-weight: 600;
font-size: 22px;
border-bottom: 1px solid #ccc;
}

.infobox {
border-style: solid;
border-width: 1px;
border-radius:12px;
margin-left: auto ;
margin-right: auto ;
margin-bottom:25px;
padding:15px;
max-width:650px;
}

.gamethumbnail-container {
display:table;
}


 /* CSS FOR THE SIMPLE TABLE */

.simpletable {
width:100%;
display: block;
margin: auto;  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
float:none;
margin-top:25px;
margin-bottom:25px;
}

.simpletable-row {
display: block;
width:100%;
}

 /* CSS FOR THE FEATURED DIVs */

.featured-row::after, .comptable-row::after, .comptable-row-header::after, .comptable-row-single::after, .simpletable-row::after {
  content: "";
  clear: both;
  display: table;
}

.featured-container {
margin-bottom:20px;
display:grid;
}

.featureddiv {
max-width: 100%;
height: 100%;
min-height:250px;
margin: 0 0 5px 0;
padding: 10px;
}

.featureddivsingle {
padding:20px;
margin-bottom:30px;
box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

.featureddivlogo {
width:150px;
float:left; 
margin-right:10px;
border-radius:25px;
}

.featureddivtitle {
font-size: 40px; 
margin-bottom:20px;
line-height:40px;
}

.featureddiv p {
margin-top:0px;
}

[class*="featured-col-"] {
  float: left;
  padding:0 5px 0 0;
  /* Initially Size Panels For mobile: */
  width: 100%;
}



 /* CSS FOR THE COMPARISON TABLE */

.comptable-container {
box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
margin-bottom:40px;
}

.comptable-row {
    border-left: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    display: block;
}

.comptable-row-single {
    display: block;
}

.comptable-row-header {
  background-color: #2db34a;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 8px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  box-sizing: border-box;
  position: relative;
}

[class*="comptable-col-"] {
  float: left;
  text-align: center;
  /* Initially Size Table Columns For mobile: */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.comptable-col-tsandcs {
width:100%;
padding: 0 10px 0 10px;
}
.comptable-col-logo .content img {
    max-width: 80%;
    max-height: 150px;
    display: inline-block;
    margin-bottom: 5px;
	margin-top:15px;
    opacity: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius:15px;
    margin-left: auto;
    margin-right: auto;
}

.comptable-col-bonus .sitename {
color:#000;
font-weight: bold;
font-size:24px;
text-transform: uppercase;
margin: 25px 0 10px 0;
}

.comptable-col-bonus .bonus-details {
color:#000;
}

.comptable-col-info .content {
margin-top:40px;
}

.comptable-col-bullets.content {
margin-top:10px;
text-align: left;
}

.comptable-col-button .content {
margin-top:50px;
}



 /* TRANSFORMATIONS FOR DESKTOP AND TABLET */

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .featured-col-s-1 {width: 50%;}
  .featured-col-s-2 {width: 50%;}

.comptable-col-s-logo {width: 20%;}
.comptable-col-s-bonus {width: 35%;}
.comptable-col-s-info {width: 30%;}
.comptable-col-s-bullets {width: 30%;}
.comptable-col-s-button {flex: 0.6;}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .featured-col-1 {width: 50%;}
  .featured-col-2 {width: 50%;}

.comptable-col-s-logo {width: 20%;}
.comptable-col-s-bonus {width: 30%;}
.comptable-col-s-info {width: 30%;}
.comptable-col-s-bullets {width: 30%;}
.comptable-col-s-button {width: 20%;}
}


  /* TRANSFORMATIONS For mobile only: */
@media only screen and (max-width: 767px) {

h2, h3 {
text-align: center;
}

picture.alignright {
margin-bottom:10px;
}

.mobilecentre img {
margin:auto !important;
}

.mobilecentre p, mobilecentre a {
text-align:center;
}

.titlebar-title {
text-align:center;
font-size:18px;
font-weight: 600;
text-transform: uppercase;
}

.entry-content li {
    margin-left: 1em;
}

.featureddivtitle {
font-size: 28px; 
font-weight: bold;
margin-bottom:10px;
line-height:28px;
}
.featureddivlogo {
  display: block;
float:none;
  margin-left: auto;
  margin-right: auto;
max-width:none;
}
.featureddiv p {
text-align:center;
}
.comptable-row, comptable-row-single {
margin-bottom:20px;
   border: 1px solid #2db34a;
}

.comptable-col-bonus .content {
margin-top:10px;
padding: 0 20px 0 20px;
}

.comptable-col-info .content {
margin-top:10px;
}

.comptable-col-bullets.content {
margin-top:10px;
}

.comptable-col-button .content {
margin-top:10px;
}
.comptable-row-header {
display: none;
}
.comptable-col-tsandcs {
width:100%;
margin-top:40px;
padding: 0 10px 0 10px;
}

}



 /* AMENDMENTS TO THEME CSS */

a, a:visited {
color: #21a7ea;
}

a:hover {
color: #c716c2;
}

body {
color: #333;
}

.published, .date {
display: none;
}

#main {
padding-top: 1em;
}

.page-titlebar {
    padding: 21px 0 22px;
    border-bottom: 1px solid #eaecee;
    word-break: break-word;
    background: rgba(100,150,200,.5);
}

#page-titlebar .titlebar-title {
    color: #fff;
}

.entry-content h1 {
background: #49c063;
color: #fff;
text-align:center;
font-size:24px;
line-height:55px;
font-weight: 600;
margin-bottom:20px;
}

h2 {
   color: #14a935;
}

h3 {
   color: #006699;
}

.posts-layout .entry-thumbnail {
background-color: #fff;
}

.wp-caption-text {
text-align: center;
}

.applogo {
border-radius:15px;
}

p.terms {
font-size: 9px;
}

.post-navigation .nav-links .nav-next, .post-navigation .nav-links .nav-previous {
    width: 40%;
}

img.imgshadow {
border-radius:10px;
box-shadow: 5px 10px 8px #888888;
margin-bottom:20px;
}

.claimbutton {
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 3px;
    color: #333 !important;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 900;
    background-color: #ffdf1b;
    box-shadow: 1px 3px 0 #999;
    background-image: none;
    padding: .75rem 1rem ;
    max-width: 80%;
}

.smallbutton {
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 900;
    background-color: #4CAF50;
    box-shadow: 0 3px 0 #136598;
    background-image: none;
    padding: 0.5rem 0.5rem ;
    max-width: 80%;
}

.internalbutton {
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 3px;
    color: #fff !important;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s;
    background-color: #2e4e7e;
    background-image: none;
    padding: 10px 25px 10px 15px;
}

.internalbutton:before {
    content: "\27A4";
    margin-right:10px;
}

.redbutton a {
  background: #9a3939;
  border-radius: 5px;
  padding: 10px 15px;
  min-width: 70%;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  text-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  font-weight: 800;
  font-size: 18px;
  border: 1px solid #783737;
  box-shadow: 0px 4px 0px 0px #783737;
  transition: all 0.3s;
  text-transform: uppercase;
}

.redbutton a:hover {
  transform: translateY(4px);
  background: #783737;
  box-shadow: 0px 0px 0px 0px #783737;
}


/* List styling */
.featureList, .featureList ul {
  margin: 30px 0 30px 0 !important;
  padding-left: 1em;
  list-style-type: none;
}
.featureList li:before {
  position: absolute;
  margin-left: -1.3em;
  font-weight: bold;
}
.featureList li.tick:before {
  content: "\2714";
   color: #2db34a;
}
.featureList li.cross:before {
  content: "\2717";
  color: crimson;
}

.entry-content ol {
    list-style-type: none;
    counter-reset: item;
    margin-left: 0;
    margin: 20px 0;
    padding: 10px 0;
}
.entry-content ol li:before {
    margin-right: 10px;
    content: counter(item);
    background: #2db34a;
    border-radius: 100%;
    color: #fff;
    width: 23px;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    display: inline-block;
 }
.entry-content ol li {
    counter-increment: item;
    margin-bottom: 10px;
}



.statstable {
margin-bottom:0px;
color: #333;
}
.statstable td {
padding: 0.75em 1.618em;
}


 /*FAQS*/
        
.faq_container {
margin-bottom: 40px;
}

.faq {
margin-bottom: 5px;
}

        .faq_question {
            padding: 15px 20px 10px 40px;
            display: block;
            cursor: pointer;
            font-weight: bold;
			color: #fff;
			background-color: #14384b;
        }

.faq_question h3 {
color: #fff;
font-size:16px;
font-weight: bold;
clear: none;
}
		
		.faq_question:before {
			content: '\27A4';
			color: white;
			font-weight: bold;
			float: left;
			margin-right: 10px;
		}
        
        .faq_answer_container {
			background: #f1f1f1;
			color: #000;
			border: 2px solid #14384b;
			padding: 10px 20px 10px 40px;
			margin-bottom:25px;
        }