/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@media (max-width: 768px) {
 .separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
    padding: 15px;
	}

}

/**General Styles**/

.entry-content:not(:first-child), 
.entry-summary:not(:first-child), 
.page-content:not(:first-child) {
    margin-top: 1em;
}

/****Front Page Styling****/

.front-page-links {
	display:block;
	margin-bottom: 20px;
}

.front-page-links a {
	text-decoration:none;
}

.link-box {
	display: block;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 5px;
    margin-bottom: 10px;
	border:1px solid #ddd;
}

.link-box i {
    padding: 15px;
    border-radius: 38px;
    background: #f18e26;
    font-size: 30px;
    color: #fff;
    background-image: linear-gradient(-45deg, #f18e26, #fd644f);
}

.link-box span {
	font-size: 20px;
    vertical-align: 5px;
    margin-left: 5px;
    font-weight: 600;
	color: #6a6a6a;
}

@media only screen and (min-width: 900px) {
	
	.front-page-links {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		align-content: center;
		justify-content: space-between;
	}
	
	.link-box {
		width:300px;
		text-align: center;
		padding: 30px 10px;
	}
	
	.link-box span {
		display: block;
		margin-top: 20px;
		margin-left: 0px;
	}

}

/****Casino Cards****/

.casino-card {
	border: 1px solid #ddd;
	border-radius: 5px;
	display:block;
	padding: 10px;
    max-width: 100%;
    margin: 15px auto;
}

.casino-image {
	display: flex;
    width:100%;
}

.casino-logo {
    width:110px;
    line-height: 0;
}

.casino-logo img {
	border-radius:5px;
	width:110px;
	height:110px;
}

.casino-info {
    display:block;
    margin-top:10px;
    margin-bottom: 10px;
}

.casino-headline {
	display: flex;
    margin-bottom: 10px;
    padding: 10px;
    background: #f3f3f3;
    border-radius: 5px;
    align-items: center;
}

.casino-headline .fa-solid {
    color: #f18e26;
    font-size: 26px;
    padding: 7px;
    background: #fff;
    border-radius: 20px;
}

.casino-headline span {
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 1.2;
    font-weight: 600;
}

.casino-details {
    display: flex;
    justify-content: center;
}

.casino-bonus-details .fa-rotate,
.casino-bonus-details .fa-credit-card {
    margin-right: 5px;
}

.detail-1 {
    padding: 5px;
}

.detail-1 .head-text {
    font-size: 11px;
    display: block;
    line-height: 1;
}

.detail-1 .detail-text {
    font-size: 15px;
}

.casino-button {
	display: flex;
    margin-bottom: 10px;
    justify-content: center;
}

.casino-button a {
    padding: 10px;
    border-radius: 5px;
    background-image: linear-gradient(-45deg, #f18e26, #fd644f);
    color: #fff;
    min-width: 170px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    border: 1px solid #fc684c;
}

.casino-button a:hover {
    background-image: linear-gradient(-45deg, #fd644f, #f18e26);
    color: #fff;
}


.casino-button .fa-solid {
    font-size: 15px;
    margin-left: 2px;
}

@media only screen and (min-width: 900px) {

    .casino-card {
    	max-width: 100%;
	}
    
	.casino-card-desktop {
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: space-between;
        align-items: center;
		width:100%;
	}

    .casino-image {
    	width: 30%
	}
    
    .casino-info {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left:20px;
        width: 30%;
   	}
	
	.casino-button {
		width: 30%;
	}
    
    .casino-headline {
        margin-bottom: 0px;
    	padding: 0px;
    	background: none;
    }
    
    .casino-headline span {
    	font-size: 20px;
    	margin-left: 0px;
	}
    
    .casino-details {
        justify-content: left;
	}

}

/****Author Meta Box****/

.author-info {
    font-size: 14px;
}
 
.author-info .fa-square-check {
    color: #68d17f;
}

/****Lists****/

.numbered-list {
  counter-reset: number-counter;
  list-style: none;
  padding-left: 10px;
}

.numbered-list li {
  margin: 0 0 1.2rem 0;
  counter-increment: number-counter;
  position: relative;
}

.numbered-list li::before {
	content: counter(number-counter);
	color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    position: absolute;
    --size: 28px;
    left: calc(-1* var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    border-radius: 50%;
    text-align: center;
    background: #35608b;
}

.default-list,
.pros-list,
.cons-list {
    list-style: none;
    padding-left: 10px;
    margin: 0 0 25px 2em;
}

.default-list li,
.pros-list li,
.cons-list li {
    margin: 0 0 0.5rem;
    position: relative;
}

.default-list li::before {
	font: var(--fa-font-solid);
    content: '\f14a';
    font-weight: 900;
    color: #013a48;
    position: absolute;
    --size: 27px;
    left: calc(-1* var(--size) - 0px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
}

.pros-list li::before {
	font: var(--fa-font-solid);
    content: '\f164';
	color: #2da548;
	position: absolute;
    --size: 27px;
    left: calc(-1* var(--size) - 0px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
}

.cons-list li::before {
	font: var(--fa-font-solid);
    content: '\f165';
	color: #d53b3b;
	position: absolute;
    --size: 27px;
    left: calc(-1* var(--size) - 0px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
}


.round img {
	border-radius: 10px;
	margin-bottom: 20px;
}

.author-block,
.faq-block {
	background: #f3f3f3;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
	margin-bottom: 20px;
}

.author-block h4 {
	font-size: 18px;
    font-weight: 900;
}

.author-block p {
	margin-bottom: 1em;
}

.wp-block-post-author__byline {
	margin-bottom: 0 !important;
}

.author-block img {
	border-radius: 50%;
}

.faq-block h3 {
	font-size: 20px;
    font-weight: 600;
    color: #3a3a3a;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

/**Online Slots Cards**/

.ccchildpage {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.ccpage_linked_thumb img {
	border-radius: 5px;
}

.ccchildpage h3 {
	margin-bottom: 10px;
}

/**scroll table**/

.scroll-table table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.scroll-table table tbody,
.scroll-table table thead {
    display: table;
    width: 100%;
}


	


