.category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #222;
  }
  
  .category-list a {
    color: #222;
  }
  
  .category-list a:visited,
  .category-list a:hover,
  .category-list a:focus,
  .category-list a:active {
    color: #222;
  }
  
  .category-list a:focus {
    outline: thin dotted;
  }
  
  .category-list a:hover,
  .category-list a:active {
    outline: 0;
  }
  
  .category-list>li {
    width: 50%;
    margin: 0;
    padding: 0 1em 1em 0;
  }
  
  .category-list>li:nth-child(even) {
    padding: 0 0 1em;
  }
  
  @media screen and (max-width: 48em) {
    .category-list>li {
      width: 100%;
      padding: 0 0 1em;
    }
  }
  
  .category-list li .category-anchor {
    display: none;
  }
  
  .category-list li span {
    font-weight: 700;
    word-break: break-word;
  }
  
  .category-list li .contact-type {
    display: block;
    padding: 0.75em 1.5em;
    background-color: #eaeaea;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    cursor: pointer;
  }
  
  .category-list li .contact-type .arrow-contacts {
    border: solid #222;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin: 0 12px 0 0;
    position: relative;
    top: -2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: transform ease-in-out 0.3s;
  }
  
  .category-list .company-list {
    margin: 0;
    padding: 0;
    columns: 2;
    column-gap: 3em;
    background: #dedede;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
  }
  
  @media screen and (max-width: 31.25em) {
    .category-list .company-list {
      columns: 1;
    }
  }
  
  .category-list .company-list li {
    display: list-item;
    list-style: circle;
    padding: 0;
    margin: 0 0 0.75em;
    font-weight: normal;
    text-transform: capitalize;
  }
  
  .category-list .company-list-opened .contact-type {
    background: #dedede;
  }
  
  .category-list .company-list-opened .contact-type span.arrow-contacts {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -3px;
  }
  
  .category-list .company-list-opened .company-list {
    margin: 0;
    padding: 1.5em 1.5em 1.5em 3em;
    border-top: dotted 1px #aaa;
    height: auto;
    visibility: visible;
    overflow: visible;
    opacity: 1;
  }
  
  .single-contacts article .entry-content h2 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 0 0 0.6em;
  }
  
  .single-contacts article .entry-content hr {
    background-color: #dedede;
    border: 0;
    height: 0.0625em;
    margin: 0 0 1.5em;
  }
  
  .single-contacts article .entry-content hr:last-child {
    margin: 0;
  }
  
  /*# sourceMappingURL=style.css.map */
  
  
  /*start Darshan's code*/
  
  .one-container.right-sidebar .is-right-sidebar {
    width: 100%;
    max-width: 300px;
  }
  
  .one-container.right-sidebar .site-main.el-main_content {
    width: 100%;
    max-width: calc(100% - 350px);
    margin-right: 0;
  }
  
  #content.site-content {
    display: flex;
    justify-content: space-between;
  }
  
  .is-right-sidebar .widget.inner-padding.widget_block {
    padding-left: 0;
  }
  
  .el-correction-btn {
    padding: 6px 24px;
    background: var(--contrast);
    color: var(--base-3) !important;
    text-decoration: none;
    border: 2px solid var(--contrast);
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    transition: .2s background-color ease-in-out, .2s color ease-in-out, .2s border-color ease-in-out, .2s opacity ease-in-out, .2s box-shadow ease-in-out;
    text-transform: capitalize;
  }
  
  .el-correction-btn:hover,
  .el-correction-btn:active,
  .el-correction-btn:focus {
    background: transparent;
    border-color: var(--contrast) !important;
    color: var(--contrast) !important;
  }
  
  .el-main_content article header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  
  @media screen and (max-width: 1200px) {
    .el-main_content article header h1 {
      font-size: 25px;
    }
  
    .one-container.right-sidebar .site-main.el-main_content {
      max-width: calc(100% - 330px);
    }
  }
  
  @media screen and (max-width: 992px) {
    .one-container.right-sidebar .site-main.el-main_content {
      max-width: 100%;
    }
  
    .one-container.right-sidebar .is-right-sidebar {
      max-width: 100%;
    }
  }
  
  @media screen and (max-width: 767px) {
    .el-main_content article header {
      flex-wrap: wrap;
    }
  
    .el-main_content article header h1 {
      font-size: 22px;
      margin-bottom: 15px;
    }
  
  }
  
  /*end Darshan's code*/
  
  
  /* 21 OCT 2022 CHANGES */
  
  #related .group,
  .related_post_wrap  {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  #related .group li, .related_post_wrap .related_post {
      list-style: none;
      padding: 0 10px;
      width: 25%;
      margin-bottom: 20px;
  }
  
  #related .group li a {
    text-decoration: none;
  }
  
  #recent {
    font-size: 22px;
    margin-top: 40px;
    line-height: 1.4;
    margin-bottom: 20px;
    border-color: var(--base);
  }
  
  #related .post-img {
      position: relative;
      padding-top: 100%;
      margin-bottom: 20px;
      display: block;
  }
  
  #related .post-img img {
      position: absolute;
      left: 0;
      object-fit: cover;
      background-color: #f4f4f4;
      top: 0;
      height: 100%;
      width: 100%;
  }
  #related .entry-title a {
    font-size: 16px;
    line-height: 1.4;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
    width: 100%;
  }
  @media screen and (max-width: 1024px) {
  
    #related .group li, .related_post_wrap .related_post{
      padding: 0;
      width: 100%;
    }
    #related .group, .related_post_wrap{
      margin: 0;
    }
    #related .post-img {
      margin-right: 20px;
      height: 75px;
      margin-bottom: 0;
      padding: 0;
      width: 100%;
      max-width: 75px;
      min-width: 75px;
    }
    #related .post-info,
    .related_post_wrap .related_post {
      display: flex;
      align-items: flex-start;
    }
  }
  
  /* 21 OCT 2022 CHANGES */