/* Enter Your Custom CSS Here */

/* FAQ */ 

.FAQ-1 {
	border-left: #26b0c9 solid 10px;
	background-color: #d5f9ff;
	padding: 20px;
}

/* SETTINGS */

.main-navigation {
	border-bottom: solid #0bafca 5px;
}

/* FOOTER SETTINGS */

.site-footer .footer-widgets {
  background-color: #292b29;
	border-top: 5px solid #0bafca;
}

.site-footer .textwidget {
  font-size: 12px;
	color: #c6c7c6;
	text-align: left;
}

.site-footer .footer-widgets h5 {
  font-size: 14px;
  font-weight: 400;
	color: #e8e8e8;
}

.site-footer .footer-widgets p {
  text-align: left;
}

.copyright-bar {
	color: #0bafca;
	font-size: 12px;
}


/* LIST FEATURES */ 

.list-feature ul {
	list-style-type: none;
  position: relative;
  padding-left: 15px;
}

.list-feature li:before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    background-image: url(wp-content/uploads/feature-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5em;
    vertical-align: middle;
}

/* BUTTONS */ 

/* Button 6c */

.btn-6c {
  font-size: 14px;
  font-weight: 400;
	border-radius: 5px;
  padding: 15px 30px;
  background-color: #31b848;
  color: white !IMPORTANT;
	display: block;
  width: 100px;
	margin: auto;
	margin-bottom: 5px;
  font-variant:normal;
}

.btn-6c:hover {
	background-color: #6fe044;
	color: white;
}

.btn.btn-6.btn-6c:hover {
	background-color: #61B93F;
	color: white;
}

/* Button 6D */

.btn-6d {
  font-size: 14px;
  font-weight: 400;
	border: 1px solid #fd7428;
	border-radius: 5px;
  padding: 15px 30px;
  background-color: white;
  color: #fd7428;
  display: block;
	width: 100px;
	margin: auto;
	margin-bottom: 5px;
  font-variant:normal;
}

.btn-6d:hover {
	background-color: #fd7428;
	color: white;
}

.btn-6d:visited {
	background-color: white;
	color: #fd7428;
}

.btn-6d:visited:hover {
	background-color: #fd7428;
	color: white;
}

.btn.btn-6.btn-6d:hover {
	background-color: #fd7428;
	color: white;
}


/* NY TOPPLISTA */ 

table.topplista {
	border-spacing: 0 !IMPORTANT;
	background-color: white;
  border-collapse: separate;
	counter-reset: rowNumber;
  background: white;
  border-radius: 5px 5px 5px 5px;
  max-width: 1200px;
  width: 100%;
  position: relative;
	border-left: 0;
	border-top: 0;
	margin: 0 auto;
}

/* table * {
  position: relative;
}
*/

table.topplista td, table.topplista th {
  padding-left: 8px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: solid 15px white;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}

table.topplista tr {
	height: 48px;
}

table.topplista tbody tr {
  height: 48px;
}

.topplista td.goto {
	background-color: white;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

.topplista td.casinoname {
	background-color: white;
	display: none;
}

.topplista td.casinodeal {
	background-color: white;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
}

.topplista td.casinodeal-feature {
	background-color: white;
	text-align: left;
	border-bottom: 1px solid #e1e1e1;
}

.topplista td.cellimage {
  text-align: center;
  background-color: white;
	line-height: 100px;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
}

/* MOBILE SETTING LINES TOPPLISTA */ 

@media screen and (max-width: 35.5em) {
	.topplista td.cellimage {
			border-top: 1px solid #e1e1e1;
			border-left: 1px solid #e1e1e1;
			border-right: 1px solid #e1e1e1;
			border-bottom: 0px;
	}
	
	.topplista td.casinodeal {
			border-bottom: 0px;
			border-left: 1px solid #e1e1e1;
			border-right: 1px solid #e1e1e1;
	}
	
	.topplista td.casinodeal-feature {
			border-bottom: 0px;
			border-left: 1px solid #e1e1e1;
			border-right: 1px solid #e1e1e1;
	}
	
	.topplista td.goto {
			border-bottom: 1px solid #e1e1e1;
			border-left: 1px solid #e1e1e1;
			border-right: 1px solid #e1e1e1;
			border-top: 0px;
	}
}

.topplista td.cellimage img {
  vertical-align: middle;
	width: 150px;
	height: auto;
}

.topplista th.headone {
	border-top: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.topplista th.headtwo {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.topplista th.headthree {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.topplista th.headfour {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

.topplista th.headfive {
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

table.topplista thead th {
	text-align: center;
	border-style: none;
	font-weight: 300;
	color: #878786;
	font-size: 14px;
}

@media screen and (max-width: 35.5em) {
  table.topplista {
    display: block;
  }
  table.topplista > *, table tr, table td, table th {
    display: block;
  }
  table.topplista thead {
    display: none;
  }
	
table.topplista td, table.topplista th {
  padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: solid 0px white;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}
  
  table.topplista tbody tr {
    height: auto;
    padding: 2px 0;
    margin: 1%;
  }
	
	table.topplista td, table.topplista th {
	border-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
  
  table.topplista tbody tr td {
    padding-left: 5%;
  }
  
  table.topplista tbody tr td:last-child {
    padding-bottom: 5%;
  } 
	
	table.topplista tbody tr td:first-child::before {
    display: none;
	}
}
