/*

Theme Name: WMD Theme

*/



/*html :where(img){height:inherit;max-width:none;}*/
img.alignnone.size-medium.wp-image-993.aligncenter{
    display: block;
    margin: 10px auto;
} 

img.custom-logo {
    max-width: 250px;
    width: 100%;
    height: 60px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px; /* Adjust as needed */
  margin-bottom: 20px; /* Adjust as needed */
}

 td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
#footer {
   
   background-image: none; 
    background-color: #f58220 !important;
  
}
   .copyrght {
    text-align: center;
}
 .content-area {
    padding-top: 20px;
    padding-bottom: 20px;
  }

 .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    background-color: #f58220;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.sub-menu > li > a {
    display: block;
    padding: 10px 20px;
    text-align: left; /* Align text to the right */
    white-space: nowrap;
    color: #000000 !important;

}
.menu-item-has-children:hover > .sub-menu {
    display: block;
}
.menu__list > li > a:hover,
.sub-menu > li > a:hover {
  color: #fff !important;
}
.sub-menu li {
    list-style: none;
}

body .content-area .toplist-casino-listing-23__offer-cta-btn {
    background: #df6a27;
    color: #fff;
}
body .content-area .toplist-casino-listing-23__offer-cta-btn:hover {
    background: #af4e16;
}
@media only screen and (min-width:992px) {
	body .toplist-casino-listing-23__offer {
		grid-template-columns: 200px 140px auto 274px;
		padding-left: 10px;
	}
}
@media only screen and (max-width: 991px) {
.sub-menu {
      position: relative;
     box-shadow: none;
 }
body .toplist-casino-listing-23__offer-actions {
	padding-bottom: 10px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.logo {
		display: block;
	}
	body .logo-icons{
        height: 45px;
        margin-top: 3px;
    }
}
@media (max-width: 768px) {
  
.menu-item-has-children::after {
    content: "\f078"; 
    font-family: "FontAwesome"; 
    margin-left: 5px; 
    color: white;
    position: absolute;
    top: 0px;
    right: 35px;
    font-size: 10px;
}
.navbar-inverse .navbar-nav {
   
    margin-left: 0px !important;
}
}
