/*

Theme Name: WMD Theme

*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



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

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    ;
}

.container {
    max-width: 1200px;
    margin: auto;
    /* padding: 20px; */
}

header.header-section {
    background: #ea01010d;
}

.site-logo img {
    /* height: 63%; */
    width: 160px;
}

/* General form styling */
.wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', sans-serif;
}

/* Labels */
.wpcf7-form label {
    display: block;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #333;
}

/* Text fields */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #0073aa;
    outline: none;
}

/*Author Box*/
.modifyDetails {
    background: #F2F2F2;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
}

.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}



.author_imag {
    line-height: 0;
}

.name_author_out {
    display: flex;
}

.name_author_out span.lbl {
    margin-right: 5px;
}

.name_author_out a {
    color: inherit;
}

/*Author Page css*/
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-avatar-container img {
    padding: 0;
    border: 0;
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.profile-fields-group.profile-fields-group-1 {
    border: 1px solid #eee;
    margin: 1.5rem 0 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.author-f-name .label,
.author-description-name .label {
    font-weight: 600;
}

.author-f-name {
    display: flex;
    gap: 15px;
    font-size: 20px;
}

.author-description-name {
    margin-top: 20px;
    font-size: 20px;
}

/* Submit button */
.wpcf7-form input[type="submit"] {
    background-color: #ea0101 !important;
    color: white !important;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #005d8d;
}

/* Spinner alignment */
.wpcf7-spinner {
    margin-left: 10px;
    vertical-align: middle;
}

/* Response output styling */
.wpcf7-response-output {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 8px;
    font-weight: 500;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #d1f0d1;
    color: #155724;
}

.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #f8d7da;
    color: #721c24;
}

.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator) {
    max-width: 100% !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 15px 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-main {
    font-size: 16px;
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.content-main table tr td {
    border: 1px solid #000;
    padding: 10px;
    font-size: 16px;
}

.content-main table {
    margin: 25px 0;
    border-collapse: collapse;
    width: 100%;
}

.content-main p {
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 5px;
    line-height: 25px;
}

.table-auto {
    overflow-x: auto;
}

.aligncenter {
    display: block;
    margin: auto;
}

.content-main dl {
    margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.content-main dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

.content-main dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}

.mobile-menu {
    display: none;
}

.footer-section {
    background: #5c5c5c;
    padding: 15px 0;
}

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

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

.campaign-list-item {
    background: #fff;
}

.campaign-compact-table__offers-wrapper .campaign-compact-table__offer td {
    border: 0;
}

.campaign-list-item_key-features ul,
td.campaign-compact-table__offer-key-features ul,
.toplist-poker__filter,
.toplist-poker-v2__offer-key-features ul,
.toplist-poker-compact__offer-key-features ul,
.toplist-flagship-crypto__offer-key-features ul,
.toplist-cardplayer__offer-inner .toplist-cardplayer__offer-key-features,
.dw-toplist-sp__offer-main .dw-toplist-sp__offer-key-features,
.dw-toplist-ct__offer-features .dw-toplist-ct__offer-key-features,
.toplist-99bitcoins__offer .toplist-99bitcoins__offer-key-features,
.toplist-99bitcoins-poker__offer .toplist-99bitcoins-poker__offer-key-features {
    padding-left: 0;
}

.toplist-tech__offer-inner .toplist-tech__offer-cta-btn {
    color: #0077CC;
}

.campaign-list-item .campaign-list-item_cta-btn,
.campaign-fullwidth-shortcode_item_face-wrapper .slider-item_cta-button,
.toplist-poker-v2__offer-buttons .toplist-poker-v2__offer-cta-btn,
.toplist-poker-compact__offer-extra .toplist-poker-compact__offer-cta-btn,
.toplist-flagship-crypto__offer-sidebar .toplist-flagship-crypto__offer-visit-link,
.toplist-outlook-india__offer .toplist-outlook-india__offer-cta-btn,
.toplist-poka__offer-cta-w-payments .toplist-poka__offer-cta-btn,
.toplist-cardplayer__offer-actions .toplist-cardplayer__offer-cta-btn,
.toplist-rivertimes__offer a.toplist-rivertimes__offer-cta-btn {
    color: #fff;
}


.campaign-list-item .campaign-list-item_key-features ul li,
.campaign-compact-table__offer .campaign-compact-table__offer-key-features li,
.toplist-poker-v2__offer-body .toplist-poker-v2__offer-key-features li,
.toplist-poker-compact__offer-body .toplist-poker-compact__offer-key-features li,
.toplist-flagship-crypto__offer-main .toplist-flagship-crypto__offer-key-features ul li,
tr.campaign-compact-table__offer .campaign-compact-table__offer-key-features li,
.dw-toplist-sp__offer-main .dw-toplist-sp__offer-key-features li,
.dw-toplist-ct__offer-features .dw-toplist-ct__offer-key-features li,
.toplist-99bitcoins__offer .toplist-99bitcoins__offer-key-features li,
.toplist-99bitcoins-poker__offer .toplist-99bitcoins-poker__offer-key-features li {
    list-style: none;
}

.toplist-poker__offer-cta-wrapper .toplist-poker__offer-cta-btn,
.toplist-ct__offer-actions .toplist-ct__offer-cta-btn {
    color: #0B062B;
}

.toplist-poker-compact__offer-extra .toplist-poker-compact__offer-rakeback {
    display: none;
}

.toplist-newsbtc__offer-cta-btn,
.toplist-htmq__offer-cta-btn,
.dw-toplist-nb__offer-cta-btn,
.dw-toplist-cp__offer-cta-btn,
.dw-toplist-sp__offer-cta-btn,
.dw-toplist-ct__offer-cta-btn,
.toplist-99bitcoins__offer-cta-btn,
.toplist-99bitcoins-poker__offer-cta-btn,
.toplist-iwcasino__offer-cta-btn,
.toplist-nokyc__offer-cta-btn,
.toplist-sportscasting__offer-cta-btn,
.toplist-casinoscout__offer-cta-btn {
    text-decoration: none;
}

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

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

ul.sub-menu {
    list-style: none;
    padding-left: 0;
    background: #fff;
    position: absolute;
    left: 0;
    display: none;
    z-index: 9999;
    width: 200px;
}

.wp-menu li a {
    text-decoration: none !important;
    color: #000;
    font-size: 18px;
}

ul.wp-menu ul.sub-menu li {
    padding-right: 0;
    background: #3432a0;
}

ul.sub-menu li a {
    width: 100%;
    display: block;
    padding: 5px;
    color: #fff;
}

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

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

/*AUTHOR SECTION START*/

.main-title {
    text-align: left;
}

.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.name_author_out {
    display: flex;
    align-items: center;
}

.name_author_out span.lbl {
    margin-right: 5px;
}

.name_author_out h4,
.name_author_out p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
.name_author_out a p {
    font-weight: 600;
    font-size: 16px;
}
.name_author_out a:hover p {
   color: #ea0101;
}
div#footercontainer {
    margin: auto;
}

.copyright {
    font-size: 16px !important;
    color: white;
    text-align: center;
}

.footer-section .footer-nav nav.footer-navigation {
    background: transparent;
    height: auto;
}

.footer-section .footer-nav nav.footer-navigation ul.footer-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap:30px;
}
.footer-section .footer-nav nav.footer-navigation ul.footer-menu li {
    margin: 0;
}

/*AUTHOR SECTION END*/

.content-main h1 {
    color: #000;
}
.profile-tab-content {
    padding: 40px 0;
}


.content-main ul {
    list-style-type: disc;
    padding-left: 36px;
}

.content-main ol {
    padding-left: 36px;
    list-style: decimal;
}

.content-main ul li {
    list-style: disc;
}

.content-main li {
    font-size: 16px;
    margin-bottom: 6px;
    line-height: 24px;
}

.content-main ol li::marker,
.content-main ul li::marker {
    font-weight: 600;
}
.content-main .wpcf7 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.content-main .wpcf7-form .wpcf7-form-control-wrap {
    position: relative;
    margin-top: 8px;
    display: block;
}

@media screen and (max-width: 991px) {

    .mobile-menu {
        display: block;
    }

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

    ul.wp-menu {
        position: absolute;
        width: 100%;
        left: 0;
        background: #cdcdcd;
        top: 100%;
        display: none;
        z-index: 999;
        margin: 0;
        height: calc(100vh - 74px);
        height: calc(100dvh - 74px);
        padding: 10px 0;
        overflow-y: auto;
    }
    ul.wp-menu li {
        padding-right: 0;
        width: 100%;
    }

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

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

    ul.sub-menu li a {
        color: white !important;
    }

    ul.wp-menu li a {
        width: 100%;
        display: block;
        padding: 10px;
        color: #000;
        font-size: 16px;
    }

    span.toggle-menu {
        float: right;
        position: relative;
        margin-top: -27px;
        right: 13px;
        z-index: 9999;
    }

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

    .footer-section .footer-nav nav.footer-navigation {
        position: relative;
    }
     .footer-section .footer-nav nav.footer-navigation ul.footer-menu {
        gap: 10px;
        margin-bottom: 5px;
    }
   .footer-section .footer-nav nav.footer-navigation ul.footer-menu li {
        margin: 0;
        line-height:1.5;
    }
    .footer-section .footer-nav nav.footer-navigation ul.footer-menu li a {
        line-height: 1.5;
        font-size: 16px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .site-logo img {
        /* height: 63%; */
        width: 100px;
    }
    .header-section {
        position: relative;
    }
    .profile-fields-group.profile-fields-group-1 {

    }

     /* common container for all pages */
    .content-main h1.entry-title,
    .content-main h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .content-main h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .content-main h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .content-main h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .content-main h5 {
        font-size: 18px;
        line-height: 26px;
    }

    .content-main h6 {
        font-size: 16px;
        line-height: 22px;
    }
    .profile-header-container {
        gap: 16px;
    }
}

@media (max-width:767.98px) {
    .footer-section .footer-nav nav.footer-navigation ul.footer-menu {
        flex-flow: column;
        gap: 5px;
        margin-bottom: 5px;
    }
    .author-f-name,.author-description-name {
        font-size: 18px;
    }
    .wpcf7-form {
        padding: 1.25rem;
    }
    .wpcf7-form textarea {
        height: 150px;
    }
}