/*

Theme Name: WMD Theme

*/



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

/*

Theme Name: WMD Theme

*/



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

/*
Theme Name: WMD Theme
*/

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


.page{
 max-width: 1280px;
 width:98%;
display: inline-block;
}

#header #logo {
    left: 0;
    top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header #logo img.custom-logo {
    width: auto;
    height: 130px;
}
.content-part-area {
    max-width: 1280px;
    width: 98%;
    margin: auto;
}

.content-part-area h1 {
    font-size: 40px;
    margin: 15px 0;
    padding: 0;
    color:#333;
	line-height:1;
}

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

.content-part-area h3 {
    font-size: 32px;
    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;
    line-height:25px;
	margin-bottom: 20px;
}

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

.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;
	margin-top: 15px 0;
}

.su-button-center {
    margin: 15px 0;
}
.su-button-center a > span {
    position: static;
}
table.campaign-compact-table ul li {
    list-style: none;
}
table.campaign-compact-table td {
    border: none;
}

ul.nav {
    display: flex;
    gap: 40px;
    justify-content: left;
}

ul.nav > li {
    list-style: none;
    padding-top: 13px;
}

ul.nav > li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

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







	

li.menu-item-has-children:after {
    content: "\f078";
    font-family: "fontAwesome";
    color: #fff;
}

#hamburger {
    display: none;
}

#mainMenu {
    display: flex;
}


.page_margins{
	background: none;
}
div#footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    background: #707c8b;
    padding: 4px;
    font-size: 13px;
}
#footer #footernav ul{
	padding-top:18px;
}
#footer #newsletter{
	height: auto;
	width: auto;
	margin-top:48px;
}


/* Last updated date  */
		
		
.post-data {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Arial, sans-serif;
    background:#c2d8d8;
    padding:10px;
    border-radius:10px;
    margin-bottom:15px;
}

.post-data img {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    object-fit:cover;
    
}

.post-data .author-info {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
}

.post-data .author-name {
    font-weight: bold;
    font-size: 20px;
}

.post-data .post-date {
    font-size: 15px;
    color: #000;
}
/* BM Style */
.campaign-shortcode-table ul {
    list-style: none;
    margin-left: 4px;
}
.campaign-list-item {
    gap: 3px 20px;
    border: none !important;
    background: #85022E;
    background: linear-gradient(90deg, rgb(133 2 46 / 32%) 0%, rgb(137 150 165 / 0%) 50%, rgb(199 9 86 / 38%) 100%);
    border-radius: 25px 0;
    box-shadow: 0px 0px 6px;
    margin: 20px 0;
    box-sizing: border-box;
}
.campaign-list-item_cta-btn {
    background: #85022E;
   /*  background: linear-gradient(90deg, rgba(133, 2, 46, 0.77) 0%, rgb(149 149 149) 50%, rgba(199, 9, 86, 1) 100%); */
    border-radius: 10px 0;
	text-decoration:none;
	color: #fff !important;
}
.campaign-list-item_cta-btn:hover {
    background: #C70956;
    /* background: linear-gradient(90deg, rgba(199, 9, 86, 0.77) 0%, rgba(124, 138, 153, 1) 50%, rgba(133, 2, 46, 1) 100%); */
}
/* Mobile Styles */

@media(min-width:768px){
	ul.sub-menu {
		position: absolute;
		flex-direction: column;
		top: 30px;
		border: 1px solid #ffffff;
		border-radius: 5px;
		background: #989fa9;
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px);
		transition: opacity 0.3s ease, transform 0.3s ease;
		z-index: 1000;
		padding: 10px 0;
		width:180px;
	}

	ul.sub-menu li{
		list-style: none;
		padding-top: 15px;
	}

	ul.sub-menu li a {
   	 height: 22px;
   	 line-height: 1;
/*    	 display: block; */
   	 color: white;
   	 padding: 15px 0 0px 0;
	}

	li.menu-item-has-children:hover ul.sub-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	li.menu-item-has-children > ul.sub-menu li{
		min-height: 25px;
  	  height: 100%;
	}
}




@media (max-width: 767px) {
    #hamburger {
        display: block;
    }
	
.page_margins{
	overflow: hidden;
}

    #mainMenu {
        display: none;
        flex-direction: column;
        background: #fff;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        z-index: 999;
        padding: 0;
        margin: 0;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    #mainMenu.open {
        display: flex;
    }

    #mainMenu li {
        border-bottom: 1px solid #ddd;
		padding: 0;
    }

    #mainMenu li a {
        padding-top: 20px;
        display: block;
        color: #000;
    }
	#footer #footernav ul li{
		display:flex;
	}
	div#footer{
		height: auto;
	}
	#footer #footernav ul li a{
		padding-top: 11px;
	}
	  #mainMenu {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 165px;
    left: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    z-index: 999;
  }

  #mainMenu.show {
    display: flex;
	  gap: 0;
  }

	
span.dropdown-toggle-icon:after {

    content: "\f078";
   top: 20px;
	  color: #000;
        right: 10px;
	position: absolute;
    font-family: "fontAwesome";
}

	ul.sub-menu > li {
    list-style: none;
}
	button#menuToggle {
    padding: 2px 10px;
    font-size: 23px;
}
}


@media (min-width: 768px) and (max-width: 1020px) {
	ul.nav{
		gap:0;
	}
}

