/*
Theme Name: Casino Web ZA
Theme URI: https://www.casino.web.za/
Author: Shot On Media
Author URI: https://www.shotonmedia.com/
Description: Child Theme
Version: 1.0
Template: neve
*/

.casino-heading p {
	text-align: center;
}

.elementor-button-text{
	font-size: 1rem;
	line-height: 1.25rem;
}
.elementor-button-icon {
	font-size: 1.2rem;
	margin-top: -5px;
}
p {
	margin-bottom: 10px !important;
}
.toc-block .toc-heading {  
	font-size: var(--h3fontsize);
  font-weight: var(--h2fontweight);
  line-height: var(--h2lineheight);
  letter-spacing: var(--h2letterspacing);
  text-transform: var(--h2texttransform);
}
.toc-block .toc {
	list-style-type: circle;
	margin-left: 20px;
}
.toc-block .toc {
	list-style-type: circle;
}
.toc-block .toc li a[href *="h1"]{
}
.toc-block .toc li a[href *="h2"]{
	margin-left: 5px;
}
.toc-block .toc li a[href *="h3"]{
	margin-left: 10px;
}
.toc-block .toc li a[href *="h4"]{
	margin-left: 15px;
}
.toc-block .toc li a[href *="h5"]{
	margin-left: 20px;
}
.toc-block .toc li a[href *="h6"]{
	margin-left: 25px;
}
h1, h2, h3, h4, h5, h6 {

	margin-top: 30px !important;
	margin-bottom: 10px !important;
}
.builder-item--logo {
	position: relative;
  margin-top: -20px !important;
}
.site-logo {
	position: absolute;
	top: 0px; 
	left: 0px;
	z-index: 100;
}
.site-logo img {
	min-width: 350px;
}
#content.neve-main {
	padding-bottom: 40px;
}
footer.site-footer .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
footer.site-footer > .hfg_footer .component-wrap {
	font-size: 0.9rem;
}
.no-under-18 {
	border: 4px solid #f00;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 32px;
	text-align: center;
}
body:not(.home) > .wrapper .neve-main {
	margin-top: 50px;
	border-top: 2px solid #333;
	padding-top: 30px;
}
.neve-main .page-img-header {
	min-height: 250px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.casino-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.casino-info .casino-welcome-bonus p {
	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
	font-weight: bold;
	font-size: 3rem;
	line-height: 3rem;
	color: #454545;
}
.casino-info .casino-welcome-bonus p.tnc {
	font-size: 0.75rem;
	font-weight: normal;
	line-height: 1rem;
	color: #333;
}
.neve-main .casino-suspended .elementor-widget-button {
	display: none;
}
.casino-summary {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.casino-vital span:first-child {
	font-weight: bold;
}
.casino-vital span {
	display: block;
}
.casino-promotions,
.casino-blocks {
	text-align: center;
	margin: 40px auto;
}
.casino-promotions .promo,
.casino-blocks .item {
	border: 2px solid #ccc;
	padding: 20px 10px;
	border-radius: 5px;
	background-color: #efefef;
}
.casino-promotions .promo .tnc {
	font-size: 0.85rem;
	font-weight: bold;
	position: absolute;
	bottom: 10px;
	left: 0%;
	width: 100%;
	z-index: 1;
}
.casino-promotions .promo .tnc span:first-child {
	border-bottom: 1px dashed #666;
	cursor: pointer;
}
.casino-promotions .promo .tnc:hover span:last-child {
	display: block;
}
.casino-promotions .promo .tnc span:last-child {
	position: absolute;
	z-index: 2;
	background-color: rgba(255,255,255,0.85);
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
	display: none;
	border: 1px solid #333 !important;
	font-size: 0.75rem;
	line-height: 1rem;
	width: 90%;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 3px 3px 5px #666;
}
.casino-blocks .featured-image {
	max-height: 125px;
	width: auto;
}
.casino-blocks .bonus {
	font-weight: bold;
	font-size: 1.5rem;
}
.casino-blocks a.elementor-button {
	margin: 10px;
}
.casino-promotions .promo .promo-image {
	border-radius: 10px;
}
.casino-promotions h2 {
	text-align: left;
	color: var( --e-global-color-text );
}
.casino-promotions .promo .promo-content {
	font-size: 0.9rem;
}
@media(min-width:768px){
	
	.casino-info {
		flex-flow: row wrap;
	}
	.casino-info .casino-logo {
		width: 40%;
	}
	.casino-info .casino-no-deposit,
	.casino-info .casino-welcome-bonus{
		width: 60%;
	}
	.casino-info .elementor-element {
		width: 100%;
	}
	
	.casino-summary {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.casino-summary > li {
		width: 30%;
		margin: 25px auto;
	}
	.casino-summary .casino-restricted-countries {
		width: 96%;
	}
  .casino-promotions,
	.casino-blocks {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
		align-items: stretch;
	}
	.casino-blocks .item {
		width: 32%;
	}
	.casino-promotions .elementor-widget-container {
		width: 100%;
	}
	.casino-promotions .promo {
		width: 45%;
		padding: 15px 25px 100px 25px;
		margin: 20px auto;
		position: relative;
	}
	.casino-promotions .promo .elementor-widget-button {
		position: absolute;
		bottom: 25px;
		left: 50%;
		transform: translateX(-50%);
	}
}












