/*

Theme Name: WMD Theme

*/



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

html {
	background-image: none !important;
}

img.custom-logo {
    max-width: 190px;
    width: 100%;
    height: 80px;
}
.campaign-compact-table__offer-logo img {
    width: 133px;
    height: auto;
    object-fit: cover;
}

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


.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;
    }

   .content-area h5 {
      font-size: 18px; 
      font-weight: bold; 
      line-height: 28px;
    }
       .content-area h6 {
      font-size: 16px; 
      font-weight: bold; 
      line-height: 25px;
    }
   .content-area h1,
   .content-area h2,
   .content-area h3,
   .content-area h4,
   .content-area h5,
   .content-area h6{
    margin: 10px 0;
   }
      .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;
   }

   .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;
}

.content-area  dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}
    
.content-area p {
    font-size: 16px;
    margin-bottom: 15px;
}
.content-area li {
    font-size: 16px;
    line-height: 30px;
}
tbody.campaign-compact-table__offers-wrapper td {
    border: none;
}
.aligncenter {
    clear: both;
    display: block;
    margin: auto;
}   

.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: #22201e;
    position: absolute;
    top: 30px;
    right: 0;
    font-size: 10px;
}
/* Hide arrow for nested submenu items */
.sub-menu .menu-item-has-children > a::after {
    display: block;
    color: #fff;
    top: 0;
    right: 10px;
}
.sub-menu {
       display: none;
        position: absolute;
        left: 0;
        background: #000;
        width: 180px;
        text-align: left;
        padding: 10px;
        box-shadow: 0 0 6px #ddd;
        list-style: none;

}
.sub-menu li a {
    color: #fff;
    text-decoration: none;
       line-height: 24px;
     margin: 5px 0;

}
.menu-item:hover .sub-menu{
    display: block;
}
.menu-item-has-children {
    position: relative;
}

.sub-menu .sub-menu{
    left: auto;
    right: 100%;
    top:0;
}

  .wp-menu .sub-menu > li > .sub-menu {
        display: none;
        position: absolute;
      
    }
    
    .wp-menu > li:hover > .sub-menu,
    .wp-menu .sub-menu > li:hover > .sub-menu {
        display: block;
    }
.uk-navbar-toggle {
    display: none;
}

.uk-navbar-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.toplist-tech__offer-inner {
  background: linear-gradient(16deg, #ff460026, #14323d21);
	    border: 1px solid #14323d;
}

.toplist-tech__offer-cta-btn {
 
    border: 1px solid #ff4600bd;
    background-color: #ff4600bd;
    color: #ffffff;
}
.toplist-tech__offer-cta-btn:hover {
    background-color: #ff4600bd;
    color: #ffffff;
}
.toplist-tech__offer-cta-btn:hover .toplist-tech__offer-cta-btn-icon {
    filter: brightness(0) invert(1);
}
.toplist-tech__offer-cta-btn-icon {
    width: 10px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg  viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 11.8945L6.5 6.89453L1.5 1.89453' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.toplist-tech__offer-logo::before {
    color: #14323d;
    border: 2px solid #f86e3b;
    border-radius: 100%;
    background: #fff;
}
/*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:0;
}
/*AUTHOR SECTION END*/

@media only screen and (max-width: 991px) {
img.custom-logo {
  padding-left: 20px;
}
.uk-navbar {
    display: block;
  }
.menu-item-has-children > a::after,.sub-menu .menu-item-has-children > a::after {
        display: none;
   }
 .table-auto {
    overflow-x: scroll;
    width: 100%;
}

.uk-navbar-nav {
    position: absolute;
    right: 0;
    top: 70px;
    width: 100%;
    cursor: pointer;
    text-align: left;
    background: #fff;
    left: auto;
    box-shadow: 0 0 4px #ddd;
    display: none;
    padding: 0;
    z-index: 999;
}
.navbar-togglecl {
    display: block !important;
}
.navbar-togglecl {
    background-color: #050104;
    width: 40px;
    height: 40px;
    position: absolute;
    top:20px;
    right: 15px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
}
.navbar-togglecl span {
    width: 20px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    top: 3px;
    right: 0;
}
.navbar-togglecl span::before, .navbar-togglecl span::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 2px;
    left: 0;
    top: -7px;
}
.navbar-togglecl span::after {
    top: 7px;
}
.uk-navbar-nav li {
    position: relative;
    display: inline-block;
    Padding:0 20px;
    margin:0;
    width: 100%;
    box-sizing: border-box;
        
}


.uk-navbar-nav a {
    font-size: 15px;
    color: #000;
    height: auto;
    padding: 5px 10px;
    margin: 0;
    line-height: 36px;
    text-align: center;
}

.uk-navbar-nav  ul {
    visibility: visible;
    position: relative;
    display: block;
    left: 0;
    top: 0;
    margin: 0 !important;
    width: 100%;
    padding: 0 !important;
}
.uk-navbar-nav  ul a {
    height: auto;
    width: 100%;
    overflow: visible;
    line-height: 26px;
    background-image: none;
    border-width: 0;
    text-align: left;
}
.uk-navbar-nav  li:hover > ul {
    visibility: visible;
    top: auto;
}
.uk-navbar-nav  .sub-menu {
    padding-left: 0px !important;
}
.toggle-menu {
    position: absolute;
    right: 10px;
    width: 40px;
    height: 30px;
    font-size: 15px;
    transform: rotate(0deg);
    text-align: center;
    top: 10px;
    cursor: pointer;
    z-index: 999;
    display: block;
}

.sub-menu li a{
    color: #000;
    padding: 10px 0;
     line-height: 24px;
     margin: 10px 0;
}
.sub-menu {
    display: block;
    position: relative;
    left: 0;
    background: transparent;
    width: 100%;
    text-align: left;
    padding: 0 !important;
    box-shadow: none;
    top: auto;
}
.sub-menu .sub-menu{
    left: 0;
    right: 0;
    top: 0;
}
 .wp-menu .sub-menu > li > .sub-menu {
        display: none;
        position: relative;
      
    }
    
    .wp-menu > li:hover > .sub-menu,
    .wp-menu .sub-menu > li:hover > .sub-menu {
        display: block;
    }


    .uk-navbar-nav>li>a{
     height: auto;
      padding: 5px 15px;
    }
}
