.subheader{
    height: 350px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.subheader h1.entry-title + .entry-meta, .subheader h1.entry-title + .header-content {
    margin-top: 20px;
    max-width: 770px;
}
.casino-pros ul, .casino-cons ul{
list-style: none;
    padding-right: 0px;
}
.casino-pros li:before{
    padding: 6px 7px;
    padding-left: 6px;
    line-height: 1em;
    position: relative;
    top: 0px;
    border-radius: 17px;
    background: #056839;
    color: white;
    margin-left: 10px;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 10px;
}
.casino-cons  li:before{
    padding: 6px 7px;
    padding-left: 6px;
    line-height: 1em;
    position: relative;
    top: 0px;
    border-radius: 17px;
    color: white;
    margin-left: 10px;
    font-family: "FontAwesome";
    font-size: 10px;
content: "\f00d";
    background: red;
}
#footer-sidebar .footer-column .widget ul li {
    list-style: none;
  display:flex;
}
#footer-sidebar .footer-column .widget ul{
padding-right: 0px;
}
#footer-sidebar ul li::before {
    content: "\f054";
    font-family: FontAwesome;
    color: #888;
    font-size: 10px;
    margin-left: 5px;
    
}
#footer-sidebar #nav_menu-2 ul li::before,#footer-sidebar #nav_menu-3 ul li::before{
align-self: center;
}
@media(max-width: 767px){
#footer-sidebar #recent-posts-3 ul li::before,#footer-sidebar #nav_menu-3 ul li::before{
align-self: center;
}
}
.footer-column.md-4.sm-6 {
    width: 100%;
    text-align: center;
}
.mm .page_item_has_children.active:not(.wpml-ls-native) > a span, 
.mm .menu-item-has-children.active:not(.wpml-ls-native) > a span { 
    transform: rotate(0deg);
}
.wp-block-table .has-fixed-layout td a{
    text-decoration: underline;
    color: var(--color-primary-hover);
}
table tbody tr:nth-child(odd) {
    background-color: #f2f2f2; 
}
table tbody tr:nth-child(even) {
    background-color: #ffffff;
}
.casino.layout-1 .casino-perks li::before {
    content: '';
    position: absolute;
    right: 0;
	top: 2px;
	width: 18px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="18px" viewBox="0 -960 960 960" width="18px" fill="%233fe58d"><path d="M360-144q-90 0-153-63t-63-153v-240q0-90 63-153t153-63h240q90 0 153 63t63 153v240q0 90-63 153t-153 63H360Zm69-209 204-203-51-51-153 152-68-67-50 51 118 118Zm-69 137h240q60 0 102-42t42-102v-240q0-60-42-102t-102-42H360q-60 0-102 42t-42 102v240q0 60 42 102t102 42Zm120-264Z"/></svg>');
}
.casino.layout-1 .casino-perks li{
  list-style: none;
}
.casino.layout-1 ul.casino-perks{
padding: 0;
margin-top: 5px;

}
.casino.layout-1 ul.casino-perks li+li, ol li+li {
    margin-top: 5px;
}
.casino.layout-1 .casino-name{
font-size: 18px !important; 
}
.casino.layout-1 .mega-offer b, .casino.layout-1 .mega-offer strong,.casino.layout-16 .mega-offer strong, .casino.layout-16 .mega-offer b{
color: Navy !important;
}
.casino.layout-1:hover {
    border-style: dashed;
    border-color: var(--color-primary) !important;
}