.gf-heading .heading-title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
}
.gf-heading .heading-sub-title {
  font-weight: 700;
  font-size: 18px;
}
.gf-heading.gf-heading-style-1 .heading-sub-title,
.gf-heading.gf-heading-style-2 .heading-sub-title {
  display: inline-block;
  vertical-align: middle;
}
.gf-heading.gf-heading-style-1 .heading-sub-title:after,
.gf-heading.gf-heading-style-2 .heading-sub-title:after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 2px;
}
.gf-heading.gf-heading-style-1 .gf-heading-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.gf-heading.gf-heading-style-1 .heading-title {
  display: inline-block;
}
.gf-heading.gf-heading-style-1 .heading-sub-title {
  position: relative;
  margin-top: 10px;
  vertical-align: top;
  padding-right: 85px;
  flex-shrink: 0;
}
.gf-heading.gf-heading-style-1 .heading-sub-title:after {
  position: absolute;
  right: 0;
  top: 8px;
}
.gf-heading.gf-heading-style-1 .heading-sub-title + .heading-title {
  margin-left: 127px;
  vertical-align: top;
}
.gf-heading.gf-heading-style-1 .text-right .heading-title {
  order: 1;
}
.gf-heading.gf-heading-style-1 .text-right .heading-sub-title {
  order: 2;
  padding-left: 85px;
  padding-right: 0;
}
.gf-heading.gf-heading-style-1 .text-right .heading-sub-title:after {
  left: 0;
  right: auto;
}
.gf-heading.gf-heading-style-1 .text-right .heading-sub-title + .heading-title {
  margin-right: 127px;
  margin-left: 0;
}
.gf-heading.gf-heading-style-2 .heading-title {
  display: block;
}
.gf-heading.gf-heading-style-2 .heading-sub-title {
  position: relative;
  padding-right: 75px;
}
.gf-heading.gf-heading-style-2 .heading-sub-title:after {
  position: absolute;
  right: 0;
  top: 8px;
}
.gf-heading.gf-heading-style-2 .text-right .heading-sub-title {
  padding-left: 75px;
  padding-right: 0;
}
.gf-heading.gf-heading-style-2 .text-right .heading-sub-title:after {
  left: 0;
  right: auto;
}
.gf-heading.gf-heading-style-2 .heading-title,
.gf-heading.gf-heading-style-3 .heading-title,
.gf-heading.gf-heading-style-4 .heading-title {
  display: block;
}
.gf-heading.gf-heading-style-3 .heading-sub-title.primary-color {
  letter-spacing: 3px;
  text-align: center;
}
.gf-heading.gf-heading-style-4 .gf-heading-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.gf-heading.gf-heading-style-4 .gf-heading-inner .heading-sub-title,
.gf-heading.gf-heading-style-4 .gf-heading-inner .heading-title {
  width: 100%;
}
.gf-heading.gf-heading-style-4 .gf-heading-inner .heading-sub-title {
  order: 2;
}
.gf-heading.gf-heading-style-4 .gf-heading-inner .heading-title {
  order: 0;
}
.gf-heading.gf-heading-style-5 {
  position: relative;
}
.gf-heading.gf-heading-style-5:before {
  display: block;
  content: '';
  position: absolute;
  right: 100%;
  margin-right: 230px;
  width: 47px;
  height: 5px;
  top: 15px;
}
.gf-heading.gf-heading-style-6 .heading-title {
  font-style: italic;
}
.gf-heading.gf-heading-style-6 .heading-sub-title {
  display: block;
  line-height: 1.71;
  letter-spacing: 1px;
  margin-bottom: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .gf-heading.gf-heading-style-1 .gf-heading-inner {
    display: block;
  }
  .gf-heading.gf-heading-style-1 .heading-title {
    display: block;
  }
  .gf-heading.gf-heading-style-1 .text-right .heading-sub-title + .heading-title {
    margin-right: 0;
  }
  .gf-heading.gf-heading-style-1 .heading-sub-title {
    margin-top: 0;
  }
  .gf-heading.gf-heading-style-1 .heading-sub-title + .heading-title {
    margin-left: 0;
    margin-top: 20px;
  }
  .gf-heading.gf-heading-style-2 .heading-sub-title + .heading-title {
    margin-top: 35px;
  }
}
