/*

Theme Name: WMD Theme

*/



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

/*li#menu-item-9{display:none;}*/

.container{
	max-width: 1100px;
	width: 100%;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.content-area{
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
}
 .content-area h4 {
      font-size: 20px; 
      font-weight: bold; 
      line-height: 30px;
    }

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

.content-area h1,
.content-area h2,
.content-area h3,
.content-area h4,
.content-area h5,
.content-area h6
{
	margin-bottom: 20px;
}
.content-area table{
	margin-top: 20px;
	margin-bottom: 20px;
}
.content-area td{
	white-space: nowrap;
}
.content-area p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}
.content-area li {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
}
.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;
}
    
.grid-container {
    max-width: 1100px;
}
.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;
        list-style: none;
        z-index: 999;
    }
.menu-item:hover .sub-menu {
    display: block;
}
.sub-menu li a {
    color: black;
}

  .wp-menu .sub-menu > li > .sub-menu {
        display: none;
        position: absolute;
      
    }
    
    .wp-menu .menu__list > li:hover > .sub-menu,
    .wp-menu .sub-menu > li:hover > .sub-menu {
        display: block;
    }
.sub-menu li .sub-menu {
    background: #FFF;
    top:50px;
}
.top-bar, .top-bar ul {
    background-color: #fff;
}
.footer {
  background-color: #000; /* Black background */
  color: #fff; /* White text */
  padding: 20px;
  text-align: center;
}

.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.left-section {
  font-size: 14px;
}

.divider {
  height: 40px;
  width: 1px;
  background-color: #fff;
}

.right-section a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: block; 
}

.right-section a:hover {
  text-decoration: underline; 
}
.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: #000;
    position: absolute;
    top: 14px;
    right: 0px;
    font-size: 10px;
}
.sub-menu .menu-item-has-children > a::after {
    display: none;
}

 @media only screen and (max-width: 991px) {

.menu-item-has-children > a::after {
        display: none;
   }
   .table-auto {
    overflow-x: scroll;
    width: 100%;
}
.site-heading .topbar-responsive-links{
    display:none;
}
.navbar-togglecl {
    display: block !important;
}
.navbar-togglecl {
    width: 40px;
    height: 40px;
    position: absolute;
    top:0px;
    right: 15px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
}
.navbar-togglecl span {
    width: 20px;
    height: 2px;
    background-color: #000;
    display: inline-block;
    position: relative;
    top: 19px;
    right: 0;
}
.navbar-togglecl span::before, .navbar-togglecl span::after {
    content: "";
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 2px;
    left: 0;
    top: -7px;
}
.navbar-togglecl span::after {
    top: 7px;
}

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


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

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

    }
.sub-menu li .sub-menu {
    color: #000;
    top: 0;
}


}
