/*

Theme Name: WMD Theme

*/



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

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');


* {
	box-sizing: border-box;
}

body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
   font-family: "Roboto Slab", sans-serif;
 
}
table {
    max-width: 1240px;
    width: 100%;
    margin: auto;
}
*:not(.simulator) {
    scrollbar-width: thin;
}
header, footer {
    width: 100%;
    background: #18355e;
    margin: 0;
    padding: 15px 0;
}
.video_content_box.home-text{
    max-width: 1240px;
    width: 100%;
    margin: auto;
}

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

.container {
    max-width: 1240px;
    width: 100%;
    margin: auto;
    color: #000;
    padding:0 15px;
}

.content-part-area b, strong {
    font-weight: 600;
}

.wpb_wrapper,.vc_row.wpb_row {
    max-width: 1240px;
    width: 100%;
    margin: auto;
}
div#flv_layout {
    max-width: 1240px;
    width: 100%;
    margin: auto;
    padding: 0;
}
.main-menu > ul {
    max-width: 1100px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-start;
}

.main-menu > ul li a {
    font-size: 18px;
    font-weight: 400;
    padding: 12px 14px;
    border: none;
    color: #000;
    text-decoration: none;
}


.content-part-area h1 {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 7px;
}

.content-part-area h2 {
    font-size: 32px;
    line-height: 1;
    margin: 0;
    margin-bottom: 7px;
        font-weight: 600;
}

.content-part-area h3 {
    font-size: 28px;
    line-height: 1;
    margin: 0;
    margin-bottom: 7px;
        font-weight: 600;
}

.content-part-area h4 {
    font-size: 25px;
    line-height: 1;
    margin: 0;
    margin-bottom: 7px;
        font-weight: 600;
}

.content-part-area h5 {
    font-size: 22px;
    line-height: 1;
    margin: 0;
    margin-bottom: 7px;
        font-weight: 600;
}

.content-part-area h6 {
    font-size: 20px;
    line-height: 1;
    margin: 0;
    margin-bottom: 7px;
        font-weight: 600;
}

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

.content-part-area ol {
    font-size: 18px;
    margin: 20px;
    padding: 0;
    list-style: decimal;
}

.content-part-area ul {
    font-size: 18px;
    margin: 20px;
    padding: 0;
    list-style: disc;
}

.content-part-area li {
    line-height: 30px;
}


.content-part-area table tr td {
  border: 1px solid #000;
  padding: 10px;
  font-size: 18px;
}

.content-part-area table {
  margin: 25px 0;
  border-collapse: collapse;
  width: 100%;
}

.table-auto {
  overflow-x: auto;
}

.content-part-area a {
    color: #0500d3 ;
}
 a.campaign-list-item_cta-btn{
   color: #fff !important;
   text-decoration: none;
}

.content-part-area table tr td,
.content-part-area table tr th {
  border: 1px solid #000;
  padding: 10px;
  font-size: 18px;
  text-transform: initial;
  color: #000;

   text-align: start;
}


  .table-auto {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }



  .content-part-area table tr td {
    white-space: nowrap;
  }

  .content-part-area dl  {
    background: #f1f1f1;
    padding: 30px;
    border-radius: 5px;
    margin: 0 0 20px 0;
    font-size: 18px;
}

.content-part-area dt {
    border-radius: 5px;
    padding: 10px;
    background: #d1d1d1;
}

.content-part-area dd {
    margin-left: 15px;
    padding: 15px;
}
.content-part-area blockquote{
    position: relative;
}


.content-part-area blockquote p:after
 {
    content: "";
    background: #d1d1d1;
    height: 100%;
    width: 5px;
    position: absolute;
    top: 0;
    left: -35px;
}

.content-part-area img.aligncenter {
    margin: 15px auto;
    display: flex;
}

.main-menu ul {
    display: flex;
    justify-content: normal;
    align-items: left;
    gap: 26px;
    list-style: none;
    flex-wrap: wrap;
}

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

ul.nav li ul.sub-menu {
    background: #18355e;
    display: flex;
    flex-direction: column;
    position: absolute;
    padding: 14px;
    width: 200px;
    gap: 10px;
    top: 28px;
    border-radius: 3px;
    border: 1px solid #d1d1d1;
    z-index: 9999;
    margin-left: 10px;
}

ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #d2d2d2d2;
    padding: 0px;
    white-space: normal;
    word-break: break-word;

}

.main-menu ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    word-break: break-word;
}

.su-button-center {
    display: flex;
    justify-content: center;
    margin: 10px;
}
.su-button-center a span{
    position: static;
}
.footer-widgets a{
    text-decoration: none;
}


li.menu-item-has-children:after {
    content: "\f107";
    top: 4px !important;
    right: -4px;
    position: absolute;
    font-family: "fontAwesome";
    font-size: 16px;
    color: #fff;
}
button#togglebtn {
    padding: 0px 10px;
    font-size: 20px;
}
p.has-text-align-center {
    margin: 0;
    color: #fff;
}
ul.nav li ul.sub-menu li a {
    width: auto;
    display: block;
    padding: 10px;
}
.campaign-list-item_key-features ul li {
    list-style: none;
}

footer p {
    text-align: center;
    color: #000;
    font-size: 18px;
}
.author-con {
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    background-color: #eee;
    margin: 20px 0;
}
.author-img-con img {
    height: 65px;
    width: 65px;
    object-fit: contain;
    border-radius: 50px;
}
.date-con {
    height: 50px;
}
.date-author-cl span {
    font-size: 18px;
    color: #000;
}
span.posttim.posdate a {
    color: #000;
}
.last_updated_date p {
    font-size: 18px;
    color: #000;
}
section.main-content {
    padding: 30px 0;
}
.profile-header-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}
.header-name-container h1 {
    font-size: 30px;
}
.profile-fields-group {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 10px 20px;
}
h2.group-title {
    font-size: 28px;
}
.author-f-name {
    font-size: 18px;
    display: flex;
    gap: 7px;
    line-height: 27px;
}
.author-f-name .label {
    font-weight: 700;
}
.author-description-name .label {
    font-weight: 700;
    font-size: 18px;
}
.data p {
    font-size: 18px;
}
.site-logo a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.site-logo {
    width: auto;
}

/*404-page-css-start*/

section.page-section-404 {
    padding: 45px 0;
    width: 100%;
    max-width: 920px;
    margin: auto;
}

section.page-section-404 h1 {
    font-size: 35px;
    line-height: 45px;
}

.search-bar-404 strong {
    padding-bottom: 10px;
    display: block;
    font-size: 16px;
    line-height: 26px;
}

.search-bar-404 form input {
    width: 100%;
    padding: 12px 15px;
    background: #fff;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    border: none;
    border-radius: 4px 0px 0px 4px;
    outline: none;
    height: auto;
    border: 1px solid #000;
}

.search-bar-404 form input::placeholder {
    color: #000;
}

.search-bar-404 button {
    width: 100%;
    color: #fff;
    background: #18355e;
    border: none;
    max-width: 130px;
    border-radius: 0 4px 4px 0px;
    padding: 10px;
    font-size: 16px;
	cursor: pointer;
}

.links-group-404 ul {
    padding-left: 20px;
    line-height: 26px;
}

.links-group-404 ul li a, .need-more-help-404 a, .links-group-404 a {
    color: #000;
    text-decoration: none;
}

.links-group-404 ul li a:hover, .need-more-help-404 a:hover, .links-group-404 a:hover {
    color: #18355e;
}

.links-group-404 {
    font-size: 16px;
    line-height: 26px;
}

.search-bar-404 form {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.description-404 {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0;
}

.search-bar-404 {
    padding: 12px 0;
}

/*404-page-css-end*/


@media(min-width: 870px) {
    .toggleMenu {
    display: none;
}
    ul.nav li ul.sub-menu {
        padding: 0;
    }
    ul.sub-menu{
        position: absolute;
    }
    .content-part-area table{
        display: inline-masonry;
    }
    .main-menu > ul {
       max-width: 1100px;
        display: flex;
        gap: 20px 0px;
        flex-wrap: wrap;
        justify-content: flex-start;
        color: #fff;
		padding: 0;
    }
    ul.nav li ul.sub-menu {
        opacity: 0;
        visibility: hidden;
        transition: 0.6s;
        transform: translateY(10px);
    }
    .content-part-area{
        padding: 0;
    }

    li.menu-item-has-children:hover ul.sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        gap: 0;
    }

    .menu-toggle {
        display: none;
    }
    li.menu-item-has-children:hover:after {
        transform: rotate(180deg);
        transition: 0.5s;
}
ul.sub-menu li:hover a {
    background: #1d437a;
}
img.custom-logo {
    height: 110px;
    max-width: 303px;
    width: 100%;
    object-fit: contain;
}

}


@media(max-width: 869px) {
    .site-logo {
    width: auto;
}

      .content-part-area table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
    li.menu-item-has-children:after {
        display: none;
    }
    header, footer {
         padding: 10px 0;
    }
    .content-part-area dl{
        padding: 30px 20px;
    }
     ul.wp-menu {
        position: absolute;
        left: 0;
        background: #18355e;
        top: 104px;
        z-index: 99999;
        display: none;
        
        width: 100%;
        overflow: hidden;
    }

    .sub-menu{
        background-color: #eaeaea;
        display: none;
    }
    ul.sub-menu li:hover a {
      background: #f1f1f1;
    }

    .main-menu li a:hover li{
        background-color: #f1f1f1;
    }
    

    ul.sf-menu.wp-menu li {
        width: 100%;
        padding: 12px 12px 16px;
        gap: 0;
        border-bottom: 1px solid #f1f1f1;
    }
     ul.sf-menu.wp-menu  li a{
        color: #000;
     }
    ul.nav li ul.sub-menu {
        position: relative;
        width: 100%;
        top: 6px;
        display: none;
        margin: auto;
        padding: 0;
        margin-left: 10px;
    }
    header{
        position: relative;
    }
    span.dropdown-toggle-icon:after {
        content: "\f107";
        position: absolute;
        right: 10px;
        top: 16px;
        font-family: "fontAwesome";
        font-size: 18px;
        cursor: pointer;
        color: #fff;

    }
    li.menu-item-has-children.active .dropdown-toggle-icon:after {
        transition: 0.5s;
        transform: rotate(180deg);
        top: 14px;
    }
    ul.nav.navbar-nav {
       padding: 15px;
       margin: 0;
    }
    .main-menu ul.nav li {
        
         padding: 15px 0px;
    }
    img.custom-logo {
        max-width: 220px;
        object-fit: contain;
        height: 80px;
        width: 100%;
    }
    .campaign-list-item.brand_table_custom_cl{
        width: 90%;
    }
    .main-menu ul li a{
      
        width: 100%;
        display: inline;
    }
    ul.sub-menu li:hover, ul.sub-menu li:hover a {
    background: #f1f1f1f1 !important;
}
ul.sub-menu li, ul.sub-menu li a {
    background: #18355e !important;
}
	.sf-menu li ul, .sf-menu li ul li
	{
		width: 88%;
		top:5px;		
        background: #eaeaea;
	}
    footer{
        padding: 18px 0;
    }
    ul.sub-menu li:hover, ul.sub-menu li:hover a {
     background: #1d437a !important;
    }
    body{
       overflow-x: hidden;
    }
    .toggleMenu {
    position: absolute;
    right: 0px;
}
button.menuToggle {
      padding: 3px 14px;
      border-radius: 5px;
      font-size: 28px;
      border: 1px solid #fff;
      color: #fbd007;
      background: transparent;
	 border: none;
}
	*:not(.simulator) {
    scrollbar-width: none;
}
}




@media (min-width: 768px) and (max-width: 1024px) {
  .content-part-area table {
    border-collapse: collapse;
    display: inline-table;
  }
  ul.wp-menu{
    top: 105px;
  }
   

}


/* Author section */

.custom_top_author {
   display: flex;
   align-items: center;
   gap: 16px;
   background: #f3f3f3;
   padding: 10px;
   margin: 20px 0;
   border-radius: 8px;
   border: 1px solid #e6e2e2;
}
.name_author_out {
    display: flex;
    align-items: center;
}
.name_author_out p{
    margin-bottom: 0;
    color: #000;
}
.name_author_out span.lbl {
    margin-right: 5px;
    font-weight: 700;
    color: #28303d;
}
b, strong {
    font-weight: 700;
}
.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.author_imag {
    line-height: 0;
}
.name_author_out a {
    color: #000;
    text-decoration: none;
}
.name_author_out a:hover{
    text-decoration: underline;
    transition: 0.2s;
}