/*
Theme Name: Casino Canada
Text Domain: Casino Canada
Version: 1.0
*/
.casino-header h1 {
    font-size: 40px;
    color: #fff;
}
.accordion-head {
    width: 100%;
    margin: 0 auto;
}
.accordion-header-head {
    background-color: #f7f7f7;
    padding: 15px;
    cursor: pointer;
    font-size: 17px;
    margin: 0;
    font-weight: 400;
	border: 1px solid #fff;
    border-radius: 12px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	position: relative;
}
.accordion-header-head.active {
	
}
.acc-mt {
	margin-top: 20px;
}
.accordion-header-head:hover {
    background-color: #e7e7e7;
}

.accordion-content-head {
    display: none;
    padding: 15px;
    background-color: #fff;
	margin-top: 10px;
    border-radius: 3px;
}
.accordion-icon-head {
    font-size: 18px;
    transition: transform 0.2s ease;
}
.accordion-header-head.active .accordion-icon-head {
    transform: rotate(180deg);
}
.accordion-content-head .sidebar-single {
    box-shadow: none;
}
.acc-section {
	margin-top: 15px 0;
	background-color: #FFFFFF;
    border: 1px solid #E5E8EF;
    border-radius: 8px;
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
    overflow: auto;
}
#casino-toc ul li {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}
#casino-toc ul li p {
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 0;
}
#casino-toc ul li p strong {
	font-weight: 400;
}
#casino-toc ul li a:hover {
	text-decoration: underline;
}
.list-tab__element {
    display: flex;
    gap: 10px;
    flex-basis: 25%;
    position: relative;
    background: linear-gradient(94.2deg, #94226924 -3.16%, #00336624 97.65%);
    padding: 10px 15px;
    border-radius: 12px;
	align-items: center;
}
.list-tab__element span p {
	margin-top: 0;
	margin-bottom: 0;
}
.list-tab__element:after {
	content: '';
	border-right: 1px solid #d3d3d3;
	height: 100%;
	position: ;
	right: 0;
	top: 0;
}
.list-tab__element:last-child:after {
	border-right: none;
}
.list-tab {
	display: flex;
	gap: 20px;
	flex-direction: column;
}
.acc-summary:before {
	content: '';
    width: 25px;
    background: url(/wp-content/themes/casino-canada/assets/images/list-head.png);
    position: absolute;
    left: 10px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
}
.acc-list:before {
	content: '';
    width: 32px;
    background: url(/wp-content/themes/casino-canada/assets/images/search-head.png);
    position: absolute;
    left: 10px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: center;
}
.acc-list, .acc-summary {
	padding-left: 50px;
}
.list-tab__element img {
	width: 42px;
    height: 42px;
}
.casino-info .wp-block-columns-is-layout-flex {
	align-items: stretch;
	gap: 20px;
    margin-bottom: 20px;
}
.aligncenter, .has-text-align-center {
	text-align: center;
}
.box-shadow {
	box-shadow: 0 0 14px 1px #00336614;
}
.casino-info .wp-block-group {
	background-color: #FFFFFF;
    border: 1px solid #E5E8EF;
    border-radius: 8px;
    padding: 0 20px 20px; 
    margin-top: 0px;
    margin-bottom: 20px;
    overflow: auto;
}
.casino-info .wp-block-table thead tr {
	background: #036;
    color: #fff;
    border-bottom: 2px solid #fff;
}
.casino-info .wp-block-table thead tr th {
	width: auto;
    padding: 10px;
    text-align: left;
}
.casino-info .wp-block-table tbody tr:nth-child(even) {
    background-color: #8099b3;
    color: #fff;
}
.summary-key__text {
	padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #06060630;
}
.pros-column .pros-cons-block .col-lg-6 {
	width: 100%;
}
.pros-column .pros-cons-block .pros-cons-block-single {
	margin: 15px 0;
}
.table-providers tbody tr:nth-child(even) {
	background: #fff !important;
	color: #013366;
}
#casino-box .casino-details {
	background: #fff;
    margin: 15px;
    border-radius: 20px;
	box-shadow: 0px 5px 10px 0px #1E25DF33;
	flex: 1;
}
#casino-box .nav-item {
	padding-left: 0;
	margin-top: 10px;
	margin-bottom: 0;
}
#casino-box .nav-item .nav-link {
	border: 0;
	padding-bottom: 15px;
}
#casino-box .nav-item .nav-link.active {
	background: #f3f3f399;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
#casino-box .nav-item:before {
	content: none;
}
#casino-box .nav-tabs {
	margin-bottom: 0;
	border-bottom: 0;
}
#casino-box .tab-pane {
	background: #f3f3f399;
    padding: 10px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	margin-bottom: 10px;
	max-height: 450px;
  	overflow-y: auto;
}
#casino-box .nav-link.active:before, #casino-box .nav-link.active:after {
    background: transparent;
    border-radius: 100%;
    border-style: solid;
    border-width: 10px;
    bottom: 0;
    content: "";
    height: 35px;
    position: absolute;
    width: 35px;
}
#casino-box .nav-link.active:after {
	border-color: transparent transparent transparent #f3f3f399;
    bottom: -9px;
    right: -26px;
    transform: rotate(-48deg);
}
#casino-box .nav-link.active:before {
	border-color: transparent #f3f3f399 transparent transparent;
    bottom: -9px;
    left: -26px;
    transform: rotate(48deg);
}
#casino-box .nav-item:first-child .nav-link.active:before {
	border-width: 0;
}
#casino-box .nav-item:last-child .nav-link.active:after {
	border-width: 0;
}
#casino-box table {
	border: 0;
	margin-bottom: 0;
}
#casino-box table td {
	border: 0;
    border-bottom: 1px solid #8099b32e;
	padding: 15px 10px 10px;
}
#casino-box table tr td:first-child {
	font-weight: 700;
}
#casino-box table tr:last-child td {
	border-bottom: 0;
}
#casino-box table tr:nth-child(even) { 
	background-color: #f8f8f8;
}
.pros-cons-block::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  clear: both;
}
.reccomend-header span {
	font-weight: 600;
}
.like-dislike-container {
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0px 5px 10px 0px #1E25DF33;
}

.indicator {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.like-button {
	border: 1px solid #008000;
}
.dislike-button {
	border: 1px solid #f00;
}
.like-button, .dislike-button {
	padding: 5px 15px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 12px;
    position: relative;
    display: inline-flex;
    gap: 10px;
    text-transform: uppercase;
    font-weight: 500;
	align-items: center;
}
.like-button:after {
	content: '';
    background: url(https://casinohubcanada.com/wp-content/themes/casino-canada/assets/images/pros-icon.svg);
    background-size: contain;
    height: 25px;
    width: 25px;
}
.dislike-button:before {
	content: '';
    background: url(https://casinohubcanada.com/wp-content/themes/casino-canada/assets/images/cons-icon.svg);
    background-size: contain;
    height: 25px;
    width: 25px;
}
.like-dislike-bar {
	flex: 1;
	height: 20px;
	background-color: #f0f0f0;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
}

.like-fill, .dislike-fill {
	height: 100%;
}

.like-fill {
	background-color: green;
}

.dislike-fill {
	background-color: red;
}

.like-dislike-text {
	text-align: center;
	font-size: 13px;
}
#casino-box .tab-pane::-webkit-scrollbar {
	width: 5px;
}
#casino-box .tab-pane::-webkit-scrollbar-thumb {
    background: #003366;
    border-radius: 10px;
}
.table-providers tbody tr:nth-child(even) {
	background: #fff;
	color: #013366;
}
.casino-info .wp-block-group .wp-block-group {
    padding: 0;
}
.casino-info .wp-block-group .wp-block-group .wp-block-columns {
    margin-bottom: 0;
	align-items: center;
}
.casino-info .wp-block-group .wp-block-group .wp-block-columns figure {
    margin: 0;
    text-align: center;
}
.casino-info .wp-block-button__link {
    color: #036;
    background-color: #ffffff;
    border-radius: 9999px;
    border: 2px solid #003366;
}
.casino-info .wp-block-button__link:hover {
	color: #fff;
    background-color: #036;
    border-radius: 9999px;
    border: 2px solid #003366;
	text-decoration: none;
	transition: 0.3s;
}
.casino-badge-new-casino:before {
	content: '';
    background: url(/wp-content/themes/casino-canada/assets/images/new-casino.webp);
    display: inline-flex;
    width: 21px;
    height: 21px;
    background-size: cover;
}
.casino-badge-last-added:before {
	content: '';
    background: url(/wp-content/themes/casino-canada/assets/images/last-added.webp);
    display: inline-flex;
    width: 21px;
    height: 21px;
    background-size: cover;
}
.casino-badge-fast-cash-out:before {
	content: '';
    background: url(/wp-content/uploads/2024/07/fast-cash-out.webp);
    display: inline-flex;
    width: 21px;
    height: 21px;
    background-size: cover;
}
.casino-badge-top-rated:before {
	content: '';
    background: url(/wp-content/uploads/2024/07/top-rated.webp);
    display: inline-flex;
    width: 24px;
    height: 24px;
    background-size: cover;
}
.casino-badges {
    padding: 5px;
    width: 150px;
    position: absolute;
    top: -15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;	
}
.casino-badge-fast-cash-out {
	background: #fb2300;
}
.casino-badge-new-casino {
	background: #00a8dd;
}
.casino-badge-last-added {
	background: #5e06ee;
}
.casino-badge-top-rated {
	background: #003366;
}
.casino-top .col-lg-3.col-xl-5 {
	position: relative;
	margin-top: 15px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	padding: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
}
.carousel-control-prev {
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}
.carousel-control-next {
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}
.casino-filter-ui {
	margin-bottom: 20px;
}
.casino-filter-ui:before {
	content: 'Sort By:';
	position: relative;
	font-size: 18px;
	margin-right: 15px;
}
.casino-filter-ui select {
	padding: 10px 15px;
    border-radius: 15px;
    border: 1px solid #efdfe9;
	cursor: pointer;
}
.casino-filter-ui select:focus-visible {
	outline: none;
}
.author-social .d-flex.flex-lg-column.justify-content-around.hstack.py-lg-4 {
	gap: 10px;
}
.home-section {
	position: relative;
}
.page-template-template-homepage .bg-blue {
	position: relative;
	background-image: url('/wp-content/uploads/2024/07/casino-canada-chips.webp');
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	padding-bottom: 100px;
}
.page-template-template-homepage .home-section .container-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 51 102 / 90%);
	z-index: 1;
}
.home-section .text-white {
	z-index: 2;
}
.page-template-template-homepage .home-section h1 {
	text-align: center;
	max-width: 980px;
    margin: auto;
}
.home-section form {
	margin: 50px auto;
	width: 540px;
	position: relative;
}
.page-template-template-homepage .home-section input {
	padding: 15px 30px;
    border-radius: 30px;
    width: 100%;
    background: hsl(306deg 19.23% 89.8% / 40%);
    border: 1px solid hsla(0, 0%, 100%, .1);
    font-size: 15px;
}
.home-section .search-input::placeholder {
  color: white;
}
.home-section form button {
	position: absolute;
    right: 8px;
    padding: 10px 30px;
    top: 6px;
    border-radius: 30px;
    border: 0;
    background: #c72525;
	color: #fff;
    font-weight: 500;
}
.home-section form button:hover {
	background: #003366;
	transition: 0.5s;
}
.home-section a:hover {
	text-decoration: none;
} 
.rec-items {
	display: flex;
	gap: 30px;
}
.rec-items .item-box {
	flex-basis: 20%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
	border-radius: 8px;
    padding: 25px 12px;
	gap: 20px;
}
.item-heading {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}
.item-offer {
	padding: 5px 20px;
    background: #efe0ea;
    border-radius: 30px;
	color: #036;
	font-size: 14px;
	font-weight: 500;
}
.rec-items a:hover {
	transform: translate3d(0px, 10px, 0);
	transition: 0.7s;
	background: #efe0ea;
}
.rec-items a {
	transition: 0.7s;
}
.rec-items a:hover .item-offer {
	background: #036;
	color: #fff;
	transition: 0.5s;
}
.first_paragraph {
	margin-top: 20px;
}
#casino-list .casino-age-warning {
    background: none !important;
}
.casino-age-warning {
	font-size: 13px;
    padding: 10px 5px;
    background: #eff2f5;
    margin-top: 5px;
    border-radius: 15px;
	display: flex;
    gap: 5px;
}
.casino-simple .casino-filter-ui {
	display: none;
}
#casino-toc .notion-enable {
	display: none;
}
button.casino-filter-badge[data-term-id="88"] {
    display: none;
}
@media (max-width: 767px) {
	.casino-age-warning {
		margin: 10px 0;
		text-align: center;
	}
	.playscore-block {
        margin-bottom: 7px;
    }
	.accordion-item-head {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
	  }
	  .accordion-content-head {
		margin-top: 60px;
	}
	  .accordion-header-head {
		flex-grow: 1;
	  }
	.casino-filter .casino-filter-bonus {
		min-height: auto;
	}
	.d-flex.flex-row.justify-content-between.flex-lg-column {
		flex-wrap: wrap;
		gap: 5px;
	}
	.casino-filter .casino-filter-bonus {
    	box-shadow: 0px 6px 0px 1px #1E25DF33;
	}
	.casino-info .wp-block-columns-is-layout-flex {
		flex-direction: column;
	}
	.col-xs-6 {
		width: 50%;
	}
	.acc-section .col-xs-6 .accordion-content-head {
		width: 100%;
		position: absolute;
		left: 0px;
		box-shadow: rgb(0, 51, 102) 0px 5px 0px 2px;
		z-index: 3;
	}
	.acc-section .col-xs-6 .accordion-content-head .fs-16px {
		font-size: 14px;
		line-height: 20px;
	}
	.accordion-header-head {
		font-size: 14px;
		font-weight: 500;
	}
	.acc-mt {
		margin-top: 5px;
	}
	.acc-mt .col-xs-6:first-child {
		padding-left: 12px;
		padding-right: 0;
	}
	.acc-mt .col-xs-6:last-child {
		padding-left: 5px;
		padding-right: 12px;
	}
	.list-tab__element {
		padding: 10px 0;
		font-size: 14px;
	}
	.list-tab__element:after {
		border-bottom: 1px solid #0033661f;
		height: 100%;
		bottom: 0;
		width: 100%;
		border-right: 0;
	}
	.list-tab__element:last-child:after {
		border-bottom: 0;
	}
	.list-tab {
		flex-direction: column;
	}
	.blockquote-block {
		margin: 0 0 20px !important;
		padding: 20px 5px !important;
		gap: 5px;
		font-size: 14px;
	}
	.casino-info .wp-block-group {
		background-color: #fff0;
		border: 0;
		padding: 0;
	}
	.pros-cons-block > .row {
		flex-direction: column;
	}
	.casino-info.casino-info-right {
		width: 100%;
	}
	.home-section h1 {
		font-size: 32px;
	}
	.home-section form {
		width: auto;
	}
	.rec-items {
		flex-direction: column;
		gap: 15px;
	}
	.item-offer {
		margin-left: auto;
	}
	.rec-items .item-box {
		flex-basis: 20%;
		background: #fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		border-radius: 8px;
		padding: 7px 12px;
		gap: 10px;
	}
	.bg-blue {
		padding: 100px 0 50px;
	}
}