.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
.shortcode {
  margin-top: 100px;
  margin-bottom: 100px;
}
.shortcode h2 {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 35px;
  font-family: filson-pro, sans-serif;
  line-height: 25px;
  letter-spacing: 0.35px;
}
.shortcode h3 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Kaisei Decol', serif;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 2.4px;
}
.shortcode a {
  text-decoration: inherit;
  color: inherit;
  font-weight: 700;
  color: #505056;
  position: relative;
  transition: all 0.333s ease-in-out !important;
  -webkit-transition: all 0.333s ease-in-out !important;
  -moz-transition: all 0.333s ease-in-out !important;
  -o-transition: all 0.333s ease-in-out !important;
}
.shortcode a:after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.333s ease-in-out !important;
  -webkit-transition: all 0.333s ease-in-out !important;
  -moz-transition: all 0.333s ease-in-out !important;
  -o-transition: all 0.333s ease-in-out !important;
}
.shortcode a:active,
.shortcode a:hover,
.shortcode a:focus {
  color: #000000;
}
.shortcode a:active:after,
.shortcode a:hover:after,
.shortcode a:focus:after {
  width: 100%;
}
@media (max-width: 1399.98px) {
  .shortcode {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .shortcode h2 {
    margin-top: 60px;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.3px;
  }
  .shortcode h3 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 2.4px;
  }
}
