﻿footer .footer-menu li>a:not([href]):hover {
    color: #24cfff
}

.main-casino__game__play-now i.fa.fa-play-circle {
    background-image: url(../../bet20gamebettingsa/image/play-circle-solid.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 54px;
    height: 54px;
}

table .dateUpdated {
    font-weight: 700 !important;
}

/*Custom Slider - Grid template*/
.section-grid-content .grid-body .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section-grid-content .grid-body .feature-item {
    width: 380px;
    margin-top: 32px;
}
.section-grid-content .slider-item .slider-wrapper {
    margin-top: 32px;
    margin-bottom: 0px;
}
.section-grid-content .slider-item-description .btn {
    font-size: 1.2rem;
    min-height: 40px;
    min-width: 140px;
    padding: 0;
}
.section-slider .section-grid-content {
   /* padding-top: 60px;
    padding-bottom: 40px; */
}
@media (max-width: 1439px) and (min-width: 1140px) {
    .section-grid-content .grid-body .container {
        max-width: 1140px;
        padding: 0;
    }
}
@media (max-width: 380px) {
    .section-grid-content .grid-body .container {
        padding: 0;
    }
    .section-grid-content .grid-body .feature-item {
        width: 320px;
        margin-top: 20px;
        padding: 0 10px;
    }
    .section-grid-content .feature-item-content {
        min-height: 249px;
    }
}

/*End - Custom Slider - Grid template*/

/*Sportsbook rounded corners banners*/
.sportsbook-container .carousel-container {
    background: transparent !important;
}
.sportsbook-container #sportsCarousel {
    border-radius: 8px;
    overflow: hidden;
}
/*End - Sportsbook rounded corners banners*/

li.menu-item.mega-featured-nav-list__title, li.mega-featured-nav-list__item a {
    color: #fff !important;
}
.main-header__mega-menu.open-menu {
    height: calc(100% - 86px);
    top: 86px;
}
ul#mega-featured-menu {
    padding: 0;
}
/* FAQ Accordin CSS */
	div[id^="wpsm_accordion_"] .wpsm_panel + .wpsm_panel {
		margin-top: 0px !important;
	}
	div[id^="wpsm_accordion_"] .wpsm_panel-title a {
		font-family: "Open Sans", sans-serif !important;
	}
	div[id^="wpsm_accordion_"] .wpsm_panel-title .ac_title_class {
		padding-left: 20px !important;
		padding-right: 15px !important;
		padding-top: 13px !important;
		padding-bottom: 13px !important;
		line-height: 20px !important;
	}
	div[id^="wpsm_accordion_"] .wpsm_panel-body {
		font-family: "Open Sans", sans-serif !important;
		padding: 24px
	}
	.wpsm_panel-heading a span.ac_open_cl_icon.fa {
		width: 46px;
		height: 46px;
		background-image: url('../../bet20gamebettingsa/image/icon-next.svg') !important;
		background-repeat: no-repeat !important;
		background-size: 16px !important;
		background-position: center !important;
	}
	.wpsm_panel-heading span.ac_open_cl_icon.fa:before {
		display: none;
	}
	.wpsm_panel-heading a[aria-expanded="true"] span.ac_open_cl_icon.fa  {
		-ms-transform: rotate(90deg); /* IE 9 */
  		transform: rotate(90deg); /* Standard syntax */
	}