/*

Theme Name: WMD Theme

*/



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

/*.custom .current-menu-parent a, .custom .current-menu-item a {

    color: #f7950e;

	background-color:white !important;

}*/
.custom .full_width .page {
    max-width: 1100px;
    width: 100%;
}

*{
	box-sizing: border-box;
}
img.alignnone, img.block {
    display: block;
    clear: both;
    margin: 10px auto;
}
.content-area{
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;

}
.container {
    max-width: 1100px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
     h1 {
          font-size: 36px; 
          font-weight: bold;
          text-align: center;
          line-height: 45px;
        }

  h2 {
      font-size: 30px; 
      font-weight: bold; 
      line-height: 40px;
    }

      h3 {
      font-size: 25px; 
      font-weight: bold; 
      line-height: 35px;
    }

    h4 {
      font-size: 20px; 
      font-weight: bold; 
      line-height: 30px;
    }

    h5 {
      font-size: 18px; 
      font-weight: bold; 
      line-height: 28px;
    }
    h6 {
        font-size: 16px; 
        line-height: 26px;
        margin: 0;
    }


p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 25px;
}
li {
    font-size: 16px;
    margin-bottom: 5px;
    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  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;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px; /* Adjust as needed */
  margin-bottom: 20px; /* Adjust as needed */
}

 td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  white-space: nowrap;
}



.menu li {
 list-style: none;
}
.custom .menu-main-menu-container a {
    
    font-size: 15px !important;
    padding:12px 10px !important;
    
}

.menu-item-has-children::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: white;
    position: absolute;
    top: 9px;
    right: 0;
    font-size: 10px;
}

#footer p {

    margin-bottom: 0px;
}
.copyright {
    margin: 0; 
    padding: 10px 0;
    font-size: 13px; 
    color: #2e2f1f; 
    text-align: center;
}
.custom .format_text h2, .custom #sidebars h2 {
   padding-top: 20px;
}
#content {
   float: unset;
}

#headbox {
    background: none;
 
}

@media only screen and (max-width: 991px) {
    body.home .col23 {
    float: right;
    width: auto;
  background: none;
}
.table-auto {
    overflow-x: scroll;
    width: 100%;
}

    .menu .sub-menu > li > .sub-menu {
        display: none;
        position: relative;
      
    }
.menu ul ul, .menu :hover ul :hover ul {
    left: 0;
}
    .menu > li:hover > .sub-menu,
    .menu .sub-menu > li:hover > .sub-menu {
        display: block;
    }
	.custom .menu-main-menu-container a {
    
    font-size: 15px !important;
    padding: 0px 10px !important;
    
}
.custom .menu ul a{
	color: #000 !important;
	background: none;
}
.custom .sub-menu{
	border: 0;
}
	.custom .menu-main-menu-container {
 padding: 0px;
 height: auto;
 top: 105px;
 }
.custom .menu-main-menu-container a {
    color: #000;
}

.navigationcl {
    position: absolute;
    right: 0px;
    top: 58px;
    width: 100%;
    cursor: pointer;
    text-align: left;
    background: #fff;
    left: auto;
    box-shadow: 0 0 4px #ddd;
    display: none;
    padding: 14px;
    z-index: 9999;
    
}
.navbar-togglecl {
	display: block;
}
.navbar-togglecl {
	background-color: #050104;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 65px;
	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: #fff;
	display: inline-block;
	position: relative;
	top: 0;
	right: 0;
}
.navbar-togglecl span::before, .navbar-togglecl span::after {
	content: "";
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 2px;
	left: 0;
	top: -7px;
}
.navbar-togglecl span::after {
	top: 7px;
}
.navigationcl li {
	width: 100%;
}
.navigationcl a {
	height: auto;
	padding: 5px 10px;
}

.navigationcl a {
	font-size: 15px;
	color: #1F6684;
	padding:0;
	margin: 0;
	line-height: 36px;
	text-align: center;
}

.navigationcl ul {
	visibility: visible;
	position: relative;
	left: 0;
	top: 0;
	margin: 0 !important;
	width: 100%;
	padding: 0 !important;
}
.navigationcl ul a {
    height: auto;
    width: 100%;
    overflow: visible;
    line-height: 26px;
    background-image: none;
    border-width: 0;
    text-align: left;
}
.navigationcl li:hover > ul {
	visibility: visible;
	top: auto;
}
.navigationcl .sub-menu {
	padding-left: 20px !important;
}
.toggle-menu {
	position: absolute;
	right: 0px;
	width: 40px;
	height: 30px;
	font-size: 20px;
	transform: rotate(0deg);
	text-align: center;
	top: 0px;
	cursor: pointer;
}

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


}