/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/
body .campaign-compact-table__offer.brand_table_custom_cl {
    padding: 5px;
    border: 4px solid #ffcb3f00;
}
body .campaign-compact-table__offer-cta-button a {
    background: #21283A !important;
}
body .campaign-compact-table__offer-key-features ul {
    margin-left: 0px;
}
body .campaign-compact-table__offer {
    gap: 0 15px;
   /*  grid-template-columns: 135px 230px 1fr 110px 240px; */
    background: #12E6DF;
    background: linear-gradient(90deg, rgb(18 230 223 / 20%) 0%, rgb(33 40 58 / 10%) 62%);
    border: none !important;
    box-shadow: 0px 0px 8px 0px;
    margin: 8px 10px;
    border-radius: 20px 0px;
}
body .content-part-area ul.campaign-shortcode-table_filter-list {
    display: flex;
}
body li.campaign-shortcode-table_filter-list-item.active_brand_filter, body .campaign-shortcode-table_filter-list-item{
    line-height: inherit;
    padding: 3px 15px 0px;
}
body .content-part-area .campaign-compact-table__offer-brand-name {
    font-size: 12px;
}
body .campaign-compact-table__offer-description p {
    font-size: 20px;
}
.content-part-area {
    max-width: 1140px;
    width: 96%;
    margin: auto;
    text-align: start;
}

.content-part-area h1 {
    font-size: 45px;
    margin: 15px 0;
    padding: 0;
    color:#333;
}
.menu-header .content{
	padding:20px 0;
}

.content-part-area h2 {
    font-size: 40px;
	margin: 5px 0;
    padding: 0;
	text-align: start;
}
.page_home.en h2, h2{
	text-align: start;
}

.content-part-area h3 {
    font-size: 35px;
    margin: 5px 0;
    padding: 0;
}

.content-part-area h4 {
    font-size: 30px;
    margin: 5px 0;
    padding: 0;
    font-weight: 400;
}

.content-part-area h5 {
    font-size: 26px;
    margin: 5px 0;
    padding: 0;
	text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
}

.content-part-area h6 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.content-part-area p {
    font-size: 18px;
    margin: 0;
    margin-bottom: 25px;
    line-height:25px;
}

.content-part-area ol {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-left: 35px;
}

.content-part-area ul {
    font-size: 18px;
    line-height: 30px;
    display: block;
    list-style: disc;
    margin-bottom: 15px;
	margin-left: 30px;
}

.content-part-area table {
    max-width: 100%;
    overflow-x: auto;
    display: block;
    border-collapse: collapse;
    margin: 20px 0;
}

.content-part-area table td {
    border: 1px solid #000;
    padding: 15px;
    font-size: 18px;
}
.content-part-area dl {
    font-size: 18px;
    margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.content-part-area dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}
dd {
    margin-left: 1.5rem;
}
.aligncenter {
    display: flex;
    margin: auto;
}

.su-button-center {
    text-align: center;
}

.su-button-center a {
    padding: 4px;
    text-decoration: none;
}

.footer.english .content.english{
	display: none;
}

.footer .content{
	justify-content:center;
	gap:10px;
}

p.content a {
    text-decoration: none;
    color: #fff;
}

li.menu-item-has-children:after {
    content: "\f078";
    top: 24px;
	position: absolute;
	right: 2px;
	font-size: 10px;
	color: #ffffff;
    font-family: "fontAwesome";
}
table.campaign-compact-table td {
    border: none;
}
table.campaign-compact-table ul li {
    list-style: none;
}
img.custom-logo {
    max-width: 200px;
    width: 100%;
    height: 65px;
    padding-left: 10px;
}
/* Author Box */
.author-info--last-updated {
    color: #414242;
    font-family: Arial,sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px;
}
.author-info--name {
    color: inherit;
    font-family: GilroyBold,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
		text-transform:capitalize;
}
.author-info {
    color: #151515;
    margin-right: 10px;
    max-width: 100%;
}
.post-info-container .author-avatar--link img {
    border-radius: 40px;
    display: block;
    object-fit: cover;
    height: 48px;
    width: 48px;
}
.author-info--container {
    display: flex;
    align-items: center;
}
.post-info-container {
    display: flex;
    flex-wrap: wrap;
	margin-bottom:10px;
}
.author-avatar--link {
    margin: 0 10px 0px 0;
}
.author-info--name--container {
    align-items: center;
    display: flex;
}
.author-info--badge {
    display: flex;
    margin-left: 10px;
}
/* End Author Box */
@media(min-width:968px){
	ul.sub-menu {
    position: absolute;
    flex-direction: column;
    top: 50px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background: #2a3655;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1000;
	width: 180px;
    padding: 10px 0 0;
}

ul.sub-menu li a {
    height: auto;
    line-height: 1.4;
    display: block;
    padding: 0 15px;
    color: white;
	white-space: normal;           
    word-break: break-word; 
    max-width: 220px; 
   	box-sizing: border-box;
}

li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.footer.english .footer-copyright .content{
		padding:25px !important;
}
ul.sub-menu li {
    padding-bottom: 10px;
}

}

@media(min-width:992px){
	body .campaign-compact-table__offer {
		grid-template-columns: 135px 230px 1fr 110px 240px;
	}
}
@media(max-width:968px){
	.menu-header .content{
	padding:0;
}

	li.menu-item-has-children:after {
		color: #000;
		right:26px;
	}
	span.dropdown-toggle-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    right: 12px;
    top: 7px;
    z-index: 99999;
	}
	 li.menu-item-has-children {
        position: relative; 
    }

    .menu-item-has-children > div {
        display: none;
    }
	.content-part-area{
		padding-top: 60px;
	}
	.menu-header{
		top:-1px;
	}
}

/* @media (max-width: 1023px) { */
 @media (min-width: 768px) and (max-width: 1048px) {
    .menu-header ul {
        position: absolute;
        width: 100%;
        top: 61px;
        z-index: 7;
        left: 0;
        transition: all ease .25s;
        display: flex;
        flex-direction: column;
    }
	ul.sub-menu {
   	 opacity: 1;
   	 position: relative;
  	 top: 0;
  	 height: auto;
	}
	.menu-header ul.on{
		overflow: scroll !important;
        height: 300px;
	}
}
@media (max-width: 766px) {
    .menu-header ul {
        position: absolute;
        width: 100%;
        top: 61px;
        z-index: 7;
        left: 0;
        transition: all ease .25s;
        display: flex;
        flex-direction: column;
    }
	ul.sub-menu {
   	 opacity: 1;
   	 position: relative;
  	 top: 0;
  	 height: auto;
	}
	.menu-header ul.on{
		overflow: scroll !important;
        height: 300px;
	}
	.menu-header ul.on li a{
		white-space:normal;
		height: auto;
        line-height: 23px;
        padding: 20px;
	}
}
