/*

Theme Name: WMD Theme

*/



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

/* Base nav style */
ul.wp-menu {
    list-style-type: none;
    margin: -11px;
    padding: 0;
    display: flex;
    /* background-color: #246bbc; */
    font-family: Arial, sans-serif;
  }
  
  ul.wp-menu > li {
    position: relative;
    padding: 10px 15px;
    color: white;
    cursor: pointer;
  }

  
  /* Submenu styling */
  ul.wp-menu li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #444;
    min-width: 160px;
    z-index: 9999;
    padding: 0;
    margin: 0;
    border: 1px solid #222;
  }
  
  ul.wp-menu li:hover ul {
    display: block;
  }
  
  ul.wp-menu li ul li {
    padding: 8px 12px;
    color: white;
    white-space: nowrap;
  }
  
  ul.wp-menu li ul li:hover {
    background-color: #666;
  }
  
  /* Link styling inside menu */
  ul.wp-menu a {
    color: white;
    text-decoration: none;
    display: block;
  }
  
  ul.wp-menu li ul li a {
    color: white;
  }
  
  ul.wp-menu li ul li a:hover {
    color: white;
  }

  /* common typography */
.content_body h1 {
  font-size: 36px;
  line-height: 45px;
}
.content_body h2 {
  font-size: 30px;
  line-height: 40px;
}
.content_body h3 {
  font-size: 25px;
  line-height: 35px;
}
.content_body h4 {
  font-size: 22px;
  line-height: 30px;
}
.content_body h5 {
  font-size: 20px;
  line-height: 28px;
}
.content_body h6 {
  font-size: 18px;
  line-height: 24px;
}
.content_body h1,
.content_body h2,
.content_body h3,
.content_body h4,
.content_body h5,
.content_body h6 {
  margin: 15px 0px 10px;
  text-transform: inherit;
}

.content_body tr,
.content_body th,
.content_body td {
  font-size: 16px;
  line-height: 20px;
}
.content_body pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.content_body dl {
  margin: 20px 0px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
  font-size: 16px;
  color: #333;
}
.content_body dt {
  font-weight: bold;
  margin: 10px 0 5px;
  padding: 10px;
  background-color: #eee;
  border-bottom: 1px solid #ddd;
  line-height: 20px;
  color: #333;
}
.content_body dd {
  margin: 0 0 10px 20px;
  padding: 10px;
  border-left: 2px solid #ddd;
  background-color: #fff;
  line-height: 20px;
  color: #333;
}
.content_body p {
  font-size: 16px;
  margin-bottom: 12px;
  margin-top: 5px;
  line-height: 25px;
}
.content_body p+div {
  margin-bottom: 10px;
}
.content_body blockquote {
  padding: 10px 10px 2px;
}
.content_body li {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 25px;
}
.aligncenter {
  display: block;
  margin: auto;
}
.content_body table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
}
.content_body table td {
  border: 1px solid #ddd;
  text-align: left;
  padding: 8px;
}
img.custom-logo {
    height: 90px;
    max-width: 260px;
    width: 100%;
    margin-left: 5px;
}

@media (min-width:992px) {}
@media (max-width:1199.98px) {

  /* common container for all pages */
 
  .content_body h1 {
      font-size: 32px;
      line-height: 40px;
  }

  .content_body h2 {
      font-size: 28px;
      line-height: 36px;
  }

  .content_body h3 {
      font-size: 22px;
      line-height: 30px;
  }

  .content_body h4 {
      font-size: 20px;
      line-height: 28px;
  }

  .content_body h5 {
      font-size: 18px;
      line-height: 26px;
  }

  .content_body h6 {
      font-size: 16px;
      line-height: 22px;
  }
  .content_body .su-button span {
      padding: 5px 20px !important;
    
  }
}

@media only screen and (max-width: 991.98px) {}
@media (max-width:768px){
	img.custom-logo {
    	height: 70px;
		max-width: 220px;
	}
	.icon{
		top:26px;
	}
}