/*

Theme Name: WMD Theme

*/



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

.masonry-container #content, .masonry-container #sidebar {

    opacity: 1;

visibility: visible;}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px; 
  margin-bottom: 20px;
}

 td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.wpadminbar-open .main-navigation-wrapper.sticky {
 top: 0px; 
}

/*AUTHOR SECTION START*/
.main-title{
	text-align:left;
	font-weight:bold;
}
.custom_top_author {
    display: flex;
	align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    margin-top: 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,
.name_author_out p {
    margin: 0;
    /* color: #000; */
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
}
/*AUTHOR SECTION END*/

/* css for toplist tables edited 10-10-2024 */
.super-simple-toplist__offer-cta-btn {
    transition: all 0.3s ease-in-out;
}
.super-simple-toplist__offer-cta-btn:hover {
    background: linear-gradient(270deg,#ff1132 5%, #dd001f 54%) !important;
}
/* ends css */

@media screen and (min-width: 768px) {
    .super-simple-toplist__offer-card {
        background: linear-gradient(90deg, rgb(255, 255, 255) 33%, rgb(255 231 234) 56%) !important;
     }
     .super-simple-toplist__offer-cta-btn {
         background: linear-gradient(270deg, #dd001f 5%, #ff1132 54%) !important;
         
     }   
}

@media screen and (max-width: 767.98px){
    .super-simple-toplist__offer-card {
        background: linear-gradient(180deg, rgb(255, 255, 255) 33%, rgb(255 231 234) 56%) !important;
     }
     .super-simple-toplist__offer-cta .super-simple-toplist__offer-cta-btn-mobile {
        background: linear-gradient(270deg, #dd001f 5%, #ff1132 54%) !important;         
        transition: all 0.3s ease-in-out;
     }
}

/* table top list css ends 10-10-24 */
@media only screen and (max-width: 782px) {
    .wpadminbar-open .main-navigation-wrapper.sticky {
        top: 0px !important;
    }
}

.table-con {
    width: 100%;
    overflow-x: scroll;
}