/*

Theme Name: WMD Theme

*/



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

*{
	box-sizing: border-box;
}

.container {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.content-area {
    font-size: 16px;
    padding-top: 20px;
    padding-right: 20px;
}

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

  .content-area h2 {
      font-size: 30px; 
      font-weight: bold; 
      line-height: 40px;
      color: #1e1d1c;
    }

      .content-area h3 {
      font-size: 25px; 
      font-weight: bold; 
       color: #1e1d1c;
      line-height: 35px;
    }

    .content-area h4 {
      font-size: 20px; 
      font-weight: bold; 
      line-height: 30px;
       color: #1e1d1c;
    }

   .content-area h5 {
      font-size: 18px; 
      font-weight: bold; 
       color:#1e1d1c;
      line-height: 28px;
    }
       .content-area h6 {
      font-size: 16px; 
      font-weight: bold; 
       color: #1e1d1c;
      line-height: 25px;
    }
.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 #000;
    padding: 8px;
    white-space: nowrap;
    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: 18px;
    margin-bottom: 15px;
}
.content-area li {
	font-size: 18px;
    line-height: 30px;
}
   
.sub-menu {
       display: none;
        position: absolute;
        left: 0;
        background: #fff;
        width: 180px;
        text-align: left;
        padding: 10px 0;
        box-shadow: 0 0 6px #ddd;
        top: 34px;
    }
.menu-item:hover .sub-menu {
    display: block;
}
.menu-item:last-child .sub-menu {
  left: auto; 
  right: 0;  
}

  .wp-menu .sub-menu > li > .sub-menu {
        display: none;
        position: absolute;
      
    }
    
    .wp-menu > li:hover > .sub-menu,
    .wp-menu .sub-menu > li:hover > .sub-menu {
        display: block;
    }


.menu-item-has-children > a:hover::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 8px;
}
.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: #38383f;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 8px;
}
/* Hide arrow for nested submenu items */
.sub-menu .menu-item-has-children > a::after {
    display: none;
}

 @media only screen and (max-width: 851px) {
 	 .table-auto {
    overflow-x: scroll;
    width: 100%;
}
.menu-item-has-children > a::after {
        display: none;
   }

.toggle-menu {
    position: absolute;
    right: -7px;
    width: 40px;
    height: 30px;
    font-size: 15px;
    transform: rotate(0deg);
    text-align: center;
    top: 1px;
    cursor: pointer;
    z-index: 999;
    display: block;
}

.menu-item-has-children {
    position: relative;
}
header.main #mobile-menu {
  min-width: 100% !important;
}

.sub-menu {
    display: block;
    position: relative;
    left: 0;
    background: transparent;
    width: 100%;
    text-align: left;
    padding: 0 !important;
    box-shadow: none;
    top: auto;
}

}
