/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/

html {
    transition: none;
}

* {	box-sizing: border-box;}.container {   width: 100%;   max-width: 1170px;   margin: auto;   padding: 0 15px;}h1, h2, h3, h4, h5, h6 {    margin: 15px 0;    text-transform: unset;	color: #000;     letter-spacing: 0;}h1 {	font-size: 35px;	line-height: 45px;}h2 {	font-size: 30px;	line-height: 40px;}h3 {	font-size: 25px;	line-height: 35px;}h4 {	font-size: 22px;	line-height: 32px;}h5 {	font-size: 20px;	line-height: 30px;}h6 {	font-size: 18px;	line-height: 28px;}.content-part-area {    font-size: 16px;    line-height: 26px;    color: #000;}.content-part-area p {    color: #000;}.content-part-area table tr td {    border: 1px solid #000;    padding: 10px;	font-size: 16px;}.content-part-area table {    margin: 25px 0;    border-collapse: collapse;}.table-auto {    overflow-x: auto;}.aligncenter {    display: block;    margin: auto;}.content-part-area dl {    margin: 20px;    padding: 0;    font-family: Arial, sans-serif;    border: 1px solid #ddd;    border-radius: 5px;    background-color: #f9f9f9;}.content-part-area dt {    font-weight: bold;    margin: 10px 0 5px;    padding: 10px;    background-color: #eee;    border-bottom: 1px solid #ddd;}.content-part-area dd {    margin: 0 0 10px 20px;    padding: 10px;    border-left: 2px solid #ddd;    background-color: #fff;}.mobile-menu {    display: none;}

li.menu-item-has-children:after {
    position: absolute;
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    top: 0;
    right: 10px;
    color: #000;
}

li.menu-item-has-children {    position: relative;}

.site-logo {
    width: 250px;
    height: 55px;
}

.site-logo img{
    width: 100%;
    height: 100%;
}

ul.wp-menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

ul.wp-menu li {
    padding-right: 20px;
}

.logo-menu-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.wp-menu li a {
    color: #000;
    font-size: 16px;
}

header.page_header {
    padding: 15px 0;
}

.content-part-area ol {
    padding-left: 30px;
}

ul.sub-menu li {
    padding-right: 0;
}

ul.sub-menu {
    list-style: none;
    position: absolute;
    background: #fff;
    width: 150px;
    left: 0;
    display: none;
}

li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

ul.sub-menu li a {
    width: 100%;
    display: block;
    padding: 6px;
}


body .campaign-compact-table__offers-wrapper .campaign-compact-table__offer td {
    border: 0;
    text-align: left;
}

.campaign-compact-table__offer-key-features li {
    text-align: left;
}


footer {
    margin-top: 30px;
}

.toplist-poker-compact__offer-rakeback {
    display: none;
}
.site-logo {
    width: 300px;
    height: 80px;
}
@media screen and (max-width: 991px) {
	
.mobile-menu {    
    display: block;
}
	
li.menu-item-has-children:hover ul.sub-menu {
    display: none;
}	

ul.wp-menu li {
    padding-right: 0;
    width: 100%;
}

ul.wp-menu {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    background: #fff;
    padding: 0 20px;
}

.mobile-menu i {
    font-size: 25px;
    color: #000;
}

li.menu-item-has-children:after {
	display: none;
}

ul.sub-menu {
    position: relative;
    width: 100%;
}

span.toggle-menu i {
    color: #000;
}

span.toggle-menu {
    float: right;
}

}