/*
Theme Name: WMD Theme
*/

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


* {
	box-sizing: border-box;
}

body {
    clear: both;
    width: 100%;
}

.bm-tiny .campaign-list-item_cta-btn.no-coupon {
    margin-top: 50px !important;
}
	
#footer {
    font-size: 16px !important;
}

.campaign-list-item.brand_table_custom_cl {
    box-sizing: border-box;
    border: 4px solid #090974 !important;
}

.campaign-list-item {
	box-sizing:border-box;
}

body .campaign-list-item_logo img {
    object-fit: contain;
}

.campaign-list-item_key-features ul {
	list-style:none !important;
	padding:0;
}

a.campaign-list-item_cta-btn.coupon_code_disabled {
    text-decoration: none;
}

.campaign-list-item_cta-btn,.campaign-list-item_cta-btn:hover {
    background: #090974 !important;
}

.campaign-list-item_key-features p {
	margin:0;
}

header#header {
    display: flex;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 30%, rgba(0, 212, 255, 1) 100%);
}

.header-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cs_new_template #main {
    width: 100%;
    margin: auto;
    max-width: 1170px;
}

.container {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    padding: 0 15px;
}

.content_body th {
    font-weight: bold;
    text-align: center !important;
}

.content_body ul, .content_body ol {
    padding-left: 30px;
}

*:not(.simulator) {
    scrollbar-width: thin;
}


/* === Campaign Styles === */

.campaign-list-item_logo img {
    width: auto;
    height: auto;
}

.campaign-list-item_cta-btn {
    background: #0c3467;
    color: #fff !important;
}

.campaign-shortcode-table ul {
    padding-left: 5px;
}

/* === Header Section === */
.cs_new_template section.first .panel-body {
    color: #fff;
}

@media (min-width: 768px) {
    .cs_new_template section.first {
        padding-top: 45px;
    }
}

/* === Navigation Menu === */
nav#site-navigation {
    position: relative;
}

#navigation ul.wp-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

#navigation ul.wp-menu li {
    font-size: 17px;
    font-weight: 600;
}

#navigation ul.wp-menu li a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
}

/* === Submenu === */
ul.sub-menu {
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #444;
    min-width: 270px;
    padding: 0;
    z-index: 1000;
    width: 200px;
}

.sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
}

.sub-menu li a:hover {
    background: #555;
}


.menu-item-has-children > a::after {
    content: "▼";
    font-size: 0.6em;
    margin-left: 6px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.menu-item-has-children.active > a::after {
    transform: rotate(180deg);
}

/* === Typography === */

.content_body {
    color: #333;
    font-size: 16px;
}

.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 0 10px;
    text-transform: inherit;
}

.content_body a {
    color: #337ab7;
}

.content_body p {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 12px;
    line-height: 26px;
}

.content_body li {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 26px;
}

.content_body table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.content_body td, .content_body th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
}

.content_body blockquote {
    padding: 10px 10px 2px;
}

.content_body pre {
    display: block;
    padding: 9.5px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.43;
    word-break: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.content_body dl {
    margin: 20px 0;
    padding: 0;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
}

.content_body dt {
    font-weight: bold;
    padding: 10px;
    background: #eee;
    border-bottom: 1px solid #ddd;
}

.content_body dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    background: #fff;
    border-left: 2px solid #ddd;
}
.campaign-compact-table__offer-logo img{
	object-fit:contain !important;
}

/* === Utility === */
.aligncenter {
    display: block;
    margin: auto;
}

img.emoji {
    width: 20px;
}

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

/* === Author Info === */
.sub-menu {
  display: none;
  transition: all 0.3s ease;
}

.sub-menu.submenu-open {
  display: block;
}

.author-info--container {
    display: flex;
    align-items: center;
}

.author-info {
    color: #151515;
    margin-left: 10px;
}

.author-info--name {
    font-family: GilroyBold, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}

.author-info--last-updated {
    color: #414242;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
}

.author-avatar--link img {
    width: 48px;
    height: 48px;
    border-radius: 40px;
    object-fit: cover;
}

.author-info--badge {
    margin-left: 10px;
}

.author-info--name--container {
    display: flex;
    align-items: center;
}

/* === Footer === */
.container-fluid.footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 0;
}

/* === Responsive === */

/* Medium Devices (≤ 1199.98px) */
@media (max-width: 1199.98px) {
    .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) {
	
    nav#site-navigation {
        background: #333;
        color: #fff;
        position: unset;
    }

    .menu-item-has-children > a::after {
        position: absolute;
        right: 15px;
    }

    #navigation ul.wp-menu {
        display: none;
        flex-direction: column;
        background: #001a72;
        position: absolute;
        right: 0;
        width: 100%;
        margin-top: 20px;
        border-top: 1px solid #fff;
    }

    ul.sub-menu {
        position: relative;
        width: 90%;
        left: 28px;
        background: transparent;
    }

    button#mobile-menu-toggle {
        display: block !important;
        background: #001a72;
        color: #fff;
        font-size: 20px;
        padding: 5px 10px;
        border: none;
    }
}


@media (min-width: 868px) {
	
.menu-item-has-children:hover > .sub-menu {
    display: block;
}

}

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

.content_body table {
	display: block;  
	overflow-x: auto;     
	white-space: nowrap;
}

}