/*

Theme Name: WMD Theme

*/



/*html :where(img){height:inherit;max-width:none;}*/
.last_updated_date {
    margin: 10px 0;
}
body .campaign-list-item {
    background: #005daa4a;
    box-sizing: border-box;
    box-shadow: 0 0 8px;
    margin-bottom: 20px;
    border-radius: 30px;
    border: 2px solid #efefef;
}
body .campaign-shortcode-table_filter-list-item.active_brand_filter {
    height: auto;
    background-color: #005daa;
}
body .campaign-list-item_cta-btn {
    background: #005daa;
    color: #fff !important;
}
body .campaign-list-item_cta-btn:hover{
	 background: #066ec5;
}

body .campaign-list-item ul, body .campaign-list-item ul li {
    list-style: none !important;
}
body .campaign-shortcode-table ul {
    padding-left: 5px;
}
.content-area {
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.container {
    max-width: 1100px;
    width: 100%;
    margin: auto;
}

.content-area h1 {
          font-size: 36px; 
          font-weight: bold;
          text-align: center;
          line-height: 45px;
          margin-bottom: 10px;
        }

  .content-area h2 {
      font-size: 30px; 
      font-weight: bold; 
      line-height: 40px;
       margin-bottom: 10px;
    }

      .content-area h3 {
      font-size: 25px; 
      font-weight: bold; 
      line-height: 35px;
       margin-bottom: 10px;
    }

    .content-area h4 {
      font-size: 20px; 
      font-weight: bold; 
      line-height: 30px;
       margin-bottom: 10px;
    }

   .content-area h5 {
      font-size: 18px; 
      font-weight: bold; 
      line-height: 28px;
       margin-bottom: 10px;
    }
    .content-area h6 {
      font-size: 16px; 
      font-weight: bold; 
      line-height: 25px;
       margin-bottom: 10px;

    }
    .content-area h4,
    .content-area h5,
    .content-area h6{
    	margin-top: 0;
    }

  .content-area ol li {
    list-style: decimal;
    }

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

    .content-area ol, .content-area ul {
    box-sizing: border-box;
    padding-left: 30px;
} 


   .content-area table{
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
   }
   .content-area td{
    border: 1px solid #ccc;
    padding: 8px;
   font-size: 16px;
   }

   .content-area dl {
      margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
   }
  .content-area  dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}

.content-area  dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}
    
.content-area p {
    font-size: 16px;
    margin: 0;
}
.content-area li {
	font-size: 16px;
    line-height: 30px;
}

.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: #363636;
    position: absolute;
    top: 13px;
    right: -18px;
    font-size: 10px;
}
  .sub-menu {
    top: 34px !important;
}

.post-info-container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.author-info--last-updated {
    color: #414242;
    font-family: Arial,sans-serif;
    font-size: 14px;
    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;
}
.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;
}
@media only screen and (max-width: 768px) {
	.menu-item-has-children > a::after {
        display: none;

}

