/*

Theme Name: WMD Theme

*/



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

.content-area {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
}


.container {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.site-logo {
 top: 40px;
}
.site-navigation {
  top: 40px;
}

header#masthead {
    height: 200px !important;
}
.header-area {
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
}
.content-area h1 {
          font-size: 36px; 
          font-weight: bold;
          text-align: center;
          line-height: 45px;
        }

  .content-area h2 {
      font-size: 30px; 
      font-weight: bold; 
      line-height: 40px;
    }

      .content-area h3 {
      font-size: 25px; 
      font-weight: bold; 
      line-height: 35px;
    }

    .content-area h4 {
      font-size: 20px; 
      font-weight: bold; 
      line-height: 30px;
      color:#000;
    }

   .content-area h5 {
      font-size: 18px; 
      font-weight: bold; 
      line-height: 28px;
      color:#000;
    }
       .content-area h6 {
      font-size: 16px; 
      font-weight: bold; 
      line-height: 25px;
      color:#000;
    }

   .content-area dl {
      margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
   }
  .content-area  dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

.dw-toplist-cq__offer-cta-btn {
    border-left: 4px solid #2b2e33 !important;
    background: #2b2e33 !important;
}
.dw-toplist-cq__offer-cta-btn:hover {
    background: #da2866 !important;
}
.content-area  dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}
   .content-area table{
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
   }
   .content-area td{
    border: 1px solid #ccc;
    padding: 8px;
   font-size: 16px;
   }
.footer-content {
    display: block;
    min-height: auto;
    margin-top: 0;
}
p.cpyryt {
    text-align: center;
}
.toplist-poker-compact__offer-rakeback {
    display: none;
}
.primary-menu .sub-menu {

    width: 200px;
}
.header-area {
    width:100%;
    left: 0px !important;
}

/*AUTHOR SECTION START*/
.main-title{
    text-align:left;
}
.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.author_imag img {
    width: 60px;
    min-width:60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.name_author_out {
    display: flex;
}
.name_author_out span.lbl {
    margin-right: 5px;
}
.name_author_out h4 {
    margin: 0;
    color: #000;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
}
.name_author_out p{
margin-bottom:0;
}
/*AUTHOR SECTION END*/

 @media only screen and (max-width: 768px) {
    .menu-item-has-children > a::after {
        display: none;
   }
.toggle-menu {
    position: absolute;
    right: -7px;
    width: 40px;
    height: 30px;
    font-size: 15px;
    transform: rotate(0deg);
    text-align: center;
    top: 7px;
    cursor: pointer;
    z-index: 999;
    display: block;
}
.menu-item-has-children{
    position: relative;
}

}