/*
Theme Name: WMD Theme
*/
/*html :where(img){height:inherit;max-width:none;}*//* ========================   Header & Navigation======================== */.cs_new_template .container {    max-width: 1200px;    width: 100%;    margin: 0 auto;    padding: 0px 10px;	box-sizing: border-box;}.site-branding .site-title {    margin: 0 auto;    width: 100%;    display: flex;    justify-content: center;}header#header_cs {    background: #000000;}.site-title img.custom-logo {    height: 120px;    width: auto;}.header-section {    display: flex;    align-items: center;    justify-content: space-between;    flex-flow: column;}/* ========================   Campaign Styles======================== */body .campaign-list-item_logo img {    width: auto;    height: auto;}body .campaign-list-item.brand_table_custom_cl {    box-sizing: border-box;}body .campaign-list-item_cta-btn {    background: #0c4025 !important;    color: #fff !important;}body .campaign_list_item__score_text,body .campaign-list-item_key-features > p,body .campaign-list-item_key-features ul li,body .campaign-list-item_scores .read_review_url a,body .bm-tiny .campaign-list-item .cell_bottom {    color: #fff !important;}body .campaign-list-item_key-features ul li {    background: url(/wp-content/uploads/2025/06/tick-white.svg) left 5px no-repeat;}body .campaign-shortcode-table ul {    padding-left: 5px;}/* ========================   Navigation Menu======================== */#navigation ul.wp-menu {    list-style: none;    padding: 0;    display: flex;flex-wrap: wrap;    gap: 5px 13px;    margin: 0;    justify-content: center;}.navigation_section {    background: #0c4025;    width: 100%;}#navigation ul.wp-menu li {    font-size: 17px;    font-weight: 600;}#navigation ul.wp-menu li a { border-radius:50px;   display: block;    padding: 15px 20px;    color: #fff;    text-decoration: none;    position: relative;    line-height: normal;}#navigation ul.wp-menu li.menu-item-has-children {    position: relative;}/* Submenu */ul.sub-menu {    display: none;    list-style: none;    position: absolute;    left: 0;    top: 100%;    background: #2a2a2a;    min-width: 200px;    z-index: 1000;    padding: 0;}.sub-menu li a {    display: block;    padding: 10px 15px;    color: #fff;    text-decoration: none;}.sub-menu li a:hover {    background: #555;}/* Dropdown Arrow */#navigation span.dropdown-icon {    position: absolute;    top: 18px;    right: 0;    width: 15px;    height: 15px;    display: flex;    justify-content: center;    align-items: center;}.menu-item-has-children.active > a::after {    transform: rotate(180deg);}/* Hover Submenu */@media (min-width: 992px) {    .main-header .menu-item-has-children:hover > .sub-menu {        display: block;    }    #navigation ul.wp-menu > li:last-child > .sub-menu {        right: 0;        left: auto;    }    .wp-menu > li:last-child .sub-menu .sub-menu {        left: auto;        right: 100%;    }    .main-header .wp-menu > li:hover > a,    .main-header .wp-menu > li:hover::after {        color: #ed1c24;    }}/* ========================   Branding, Buttons, and Layout======================== */.site-branding {    margin: 10px 0;}a.su-button {    background: #fdb515;    padding: 10px 20px;    color: #fff !important;}.su-button-center {    text-align: center;    margin: 20px 0px !important;}.cs_new_template {    color: #fff;}/* ========================   Typography======================== */.content_body h1 {    font-size: 36px;    line-height: 45px;}.content_body h2 {    font-size: 30px;    line-height: 40px;}.content_body h3 {    font-size: 25px;    line-height: 35px;}.content_body h4 {    font-size: 22px;    line-height: 30px;}.content_body h5 {    font-size: 20px;    line-height: 28px;}.content_body h6 {    font-size: 18px;    line-height: 24px;}.content_body h1,.content_body h2,.content_body h3,.content_body h4,.content_body h5,.content_body h6 {    margin: 15px 0px 10px;    text-transform: inherit;    text-align: left;}.content_body a {    color: #4e99f9;    font-weight: 600;}.content_body ol,.content_body ul {    padding-left: 20px;}.content_body ul {    list-style: disc;}.content_body ol {    list-style: auto;}.content_body li {    font-size: 16px;    margin-bottom: 5px;    line-height: 25px;}.content_body p {    font-size: 16px;    margin-bottom: 12px;    margin-top: 5px;    line-height: 25px;}.content_body p + div {    margin-bottom: 10px;}.content_body blockquote {    padding: 10px 10px 2px;}.content_body table {    display: table;    width: 100%;    border-collapse: collapse;    margin: 20px 0;}.content_body table td {    border: 1px solid #ddd;    text-align: left;    padding: 8px;}.content_body tr,.content_body th,.content_body td {    font-size: 16px;    line-height: 20px;}.content_body pre {    display: block;    padding: 9.5px;    margin-bottom: 10px;    font-size: 13px;    line-height: 1.43;    word-break: break-all;    word-wrap: break-word;    color: #333;    background-color: #f5f5f5;    border: 1px solid #ccc;    border-radius: 4px;}.content_body dl {    margin: 20px 0;    padding: 0;    border: 1px solid #ddd;    border-radius: 5px;    background-color: #f9f9f9;    font-size: 16px;    color: #333;}.content_body dt {    font-weight: bold;    margin: 10px 0 5px;    padding: 10px;    background-color: #eee;    border-bottom: 1px solid #ddd;    line-height: 20px;    color: #333;}.content_body dd {    margin: 0 0 10px 20px;    padding: 10px;    border-left: 2px solid #ddd;    background-color: #fff;    line-height: 20px;    color: #333;}.aligncenter {    display: block;    margin: auto;}/* ========================   Author Box======================== */.modifyDetails {    background: #F2F2F2;    border-radius: 20px;    padding: 10px;    margin-bottom: 20px;}.custom_author_info {    color: #000;}.author_imag img {    width: 60px;    min-width: 60px;    height: 60px;    border-radius: 100%;    object-fit: cover;}.custom_top_author {    display: flex;    align-items: center;    gap: 16px;    margin-bottom: 0;    font-size: 16px;}.author_imag {    line-height: 0;}.name_author_out {    display: flex;    margin-bottom: 10px;}.name_author_out span.lbl {    margin-right: 5px;    font-weight: 600;}.name_author_out a {    color: inherit;    text-decoration: underline;}.author-f-name {    display: flex;    gap: 15px;}/* ========================   Author Page======================== */.header-profile-details h2 {    font-size: 30px;    margin: 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;}.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: 0 0 10px;}.author-f-name,.author-description-name {    margin-bottom: 10px;}.author-description-name {    margin-top: 20px;}.author-f-name .label,.author-description-name .label {    font-weight: 600;}.profile-tab-content {    margin: 30px 0;}.content-part-area .name_author_out p {    margin-bottom: 0;}/* Home Page */article .content .fluid-engine {    display: block;}/* ========================   Footer======================== */footer#footer-sections {    background: #0c4025;    padding: 10px 0;    text-align: center;    margin-top: 20px;}/* ========================   Responsive Styles======================== */@media (max-width: 1199.98px) {    .menu-item-has-children:hover > .sub-menu {        display: block;    }    #navigation ul.wp-menu li.menu-item-has-children > .sub-menu {        display: none;    }    #navigation ul.wp-menu li.menu-item-has-children.active > .sub-menu {        display: block;    }    .content_body h1 { font-size: 32px; line-height: 40px; }    .content_body h2 { font-size: 28px; line-height: 36px; }    .content_body h3 { font-size: 22px; line-height: 30px; }    .content_body h4 { font-size: 20px; line-height: 28px; }    .content_body h5 { font-size: 18px; line-height: 26px; }    .content_body h6 { font-size: 16px; line-height: 22px; }    .content_body .su-button span {        padding: 5px 20px !important;    }}@media only screen and (max-width: 991.98px) {	.table-auto {		width: 100%;		overflow-x: auto;		white-space: nowrap;	}	header#header_cs {		background: #0c4025;	}	.site-title img.custom-logo {		height: auto; width:180px	}	.header-section {		flex-flow: row;		padding: 0 10px;	}	.navigation_section {		width: auto;	}	.header-section .container {		padding: 0;	}    nav#site-navigation {        background: unset;        color: #fff;        position: unset;    }    #navigation.active ul.wp-menu {        display: block;    }    .menu-item-has-children > a::after {        position: absolute;        right: 15px;    }    #navigation ul.wp-menu {        display: none;        flex-direction: column;        background: #272727;        position: absolute;        right: 0;        width: 100%;    z-index: 99;        list-style: none;        margin: 33px 0 0;        padding: 0;        gap: 0;    }    #navigation span.dropdown-icon {        right: 15px;    }    ul.sub-menu {        position: relative;        width: 90%;        left: 28px;        background: transparent;    }    button#mobile-menu-toggle {		display: block !important;		background: unset;		color: #fff;		font-size: 28px;		border: none;}    #navigation ul.wp-menu li .sub-menu {        position: relative;        width: 100%;        left: 0;        background: #000;    }    #navigation ul.wp-menu li .sub-menu li a {        color: #fff;    }    #navigation ul.wp-menu li.menu-item-has-children.active > .sub-menu {        display: block;    }}