/* .header {
  margin-top: 66px !important;
}

.eyebrow-menu {
  top: 0 !important;
} */

/* banner */
.hero-caption.perspective {
  height: auto !important;
  display: block !important;
}

.perspective-banner {
  height: 468px;
  background-color: #efefef !important;
}

.perspective-banner.perspective-single {
  height: 290px;
}

.perspective-banner__wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media (min-width: 1200px) {
  .perspective-banner__caption {
    padding-left: 0 !important;
  }

  .perspective-heading {
    font-size: 90px;
  }

  .perspective-sub-heading {
    font-size: 32px;
    margin-top: 0 !important;
  }
}

/* navigation */
.perspective-nav {
  background-color: #efefef;
  position: relative;
  padding: 24px 30px;
}

.perspective-nav::before,
.perspective-nav::after {
  content: "";
  display: none;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  bottom: 0;
}

.perspective-nav::before {
  background-image: url('../images/nav_pers_left_img.png');
  left: 0;
  width: 317px;
  height: 61px;
}

.perspective-nav::after {
  background-image: url('../images/nav_pers_dots_img.png');
  right: 0;
  width: 155px;
  height: 48px;
}

.perspective-nav__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 10;
}

.perspective-nav__menu-link {
  /*color: #ff007f;*/
  display: block;
  font-size: 14px;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.perspective-nav__menu-link:hover,
.perspective-nav__menu-link.active {
  color: #14cba8;
}

.perspective-nav__menu-link.active {
  border-bottom: 2px solid #14cba8;
}

@media (min-width: 768px) {
  .perspective-nav::before,
  .perspective-nav::after {
    display: block;
  }
}

@media (min-width: 1200px) {
  .perspective-nav__menu {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    display: block;
    text-align: center;
  }
  .perspective-nav__menu-item {
    display: inline-block;
  }

  .perspective-nav__menu-link {
    margin-right: 24px;
  }
}

/* featured-post */
.featured-post {}

.featured-post__title {
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
}

.featured-post__title a {
  /*color: #FF007F;*/
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.featured-post__title a:hover {
  color: #14cba8;
}

.featured-post__tag {
  list-style: none;
  padding: 0;
}

.featured-post__tag a {
  color: #FF007F;
}

.featured-image_embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.featured-image_embed-container iframe,
.featured-image_embed-container object,
.featured-image_embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featured-post__desc {
  color: #323537;
}

.l-featured {
  background-image: url('../images/featured_post_bg.png');
  background-position: center center;
  background-size: cover;
  padding: 40px 0;
}

.l-featuerd__post {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.l-featured__content {
  width: 100%;
  order: 2;
  -webkit-order: 2;
}

.l-featured__image {
  width: 100%;
  order: 1;
  -webkit-order: 1;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .l-featured {
    padding: 80px 0;
  }
}

@media (min-width: 992px) {
  .l-featured__content {
    width: 56%;
    order: 1;
    -webkit-order: 1;
  }

  .l-featured__image {
    margin-bottom: 0;
    width: 40%;
    order: 2;
    -webkit-order: 2;
  }
}

/* image-hatch */
.image-hatch {
  display: block;
  position: relative;
}

.image-hatch,
.image-hatch__img {
  height: 420px;
}

.image-hatch::after {
  background-image: url('../images/cross_hatch.jpg');
  background-position: center center;
  background-size: cover;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -20px;
  bottom: -20px;
}

.image-hatch__img {
  background-position: center center;
  background-color: #efefef;
  background-size: cover;
  width: 100%;
  position: relative;
  z-index: 10;
}

/* search-form */
.search-form {
/* width: 100%; */
  position: relative;
}

.search-form__text {
  border: 0;
  border-bottom: 2px solid #1A237E;
  background: #fff;
  display: block;
  padding: 12px 24px 12px 0;
  outline: none;
  font-size: 14px;
  width: 100%;
}

.search-form__ic {
  position: absolute;
  right: 0;
  top: 12px;
}

/* subscribe-form */
.subscribe-form {
  width: 100%;
}

.subscribe-form__header {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.subscribe-form__ic {
  flex: none;
  -webkit-flex: none;
  vertical-align: middle;
  margin-right: 4px;
}

.subscribe-form__heading {
  font-weight: 700;
  font-size: 14px;
  color: #18237E;
}

.subscribe-form__text {
  border: 0;
  border-bottom: 2px solid #1A237E;
  background: #fff;
  display: block;
  padding: 12px 24px 12px 0;
  margin-right: 24px;
  outline: none;
  font-size: 14px;
  width: 100%;
}

.subscribe-form__btn {
  background-color: #14cba8;
  border: 2px solid #14cba8;
  cursor: pointer;
  font-weight: 600;
  font-size: 10px;
  color: #fff;
  padding: 12px 22px;
  outline: none;
  text-align: center;
  margin: 0;
  flex: none;
  -webkit-flex: none;
}

.subscribe-form__body {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.subscribe-form__body form {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
}

.subscribe-form__body .hbspt-form {
  width: 100% !important;
}

.subscribe-form__body .hbspt-form .hs-form-field {
  margin: 0 !important;
  width: 100% !important;
}

.subscribe-form__body .hbspt-form .hs_submit {
  flex: none;
  -webkit-flex: none;
  margin-left: 15px !important;
}

.subscribe-form__body .hbspt-form input[type=submit] {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.subscribe-form__body .hbspt-form .hs_error_rollup {
  display: none !important;
}

.subscribe-form__body .hbspt-form .hs-form-field > label {
  display: none !important;
}

/* l-forms */
.l-forms__search {
  margin-bottom: 30px;
}

.search-form__desktop {
  display: none;
}

.search-form-mobile {
  padding-top: 30px;
}

.search-form__mobile {
  display: block;
}

@media (min-width: 768px) {
  .search-form__mobile,
  .search-form-mobile {
    display: none;
  }

  .search-form__desktop {
    display: block;
  }

  .l-forms {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }

  .l-forms__subscribe,
  .l-forms__search {
    width: 40%;
  }

  .l-forms__search {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .l-forms__subscribe,
  .l-forms__search {
    width: 30%;
  }
}

/* card-post */
.card-post {}

.card-post__image {
  margin-bottom: 50px;
}

.card-post__img,
.card-post__image {
  height: 324px;
}

.card-post__tag {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 20px;
}

.card-post__tag-ic {
  flex: none;
  -webkit-flex: none;
  margin-right: 10px;
  margin-top: 5px;
}

.card-post__tag-label a {
  font-size: 14px;
  color: #ff007f;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.card-post__tag-label a:hover {
  color: #14cba8;
}

.card-post__cat {
  background-color: #EFEFEF;
  font-weight: 700;
  font-size: 12px;
  color: #626366;
  padding: 8px 24px;
  text-transform: uppercase;
}

.card-post__cat.grey {
  color: #626366;
}

.card-post__cat.purple {
  background-color: #4646ff;
  color: #fff;
}

.card-post__title,
.card-post__title > a {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  padding: 0;
  height: 78px;
  overflow: hidden;
  margin: 16px 0;
  /*color: #ff007f;*/
}

.card-post__title:hover,
.card-post__title > a:hover {
  color: #14cba8;
}

/* l-posts */
.l-posts__list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}

.l-posts__list-item {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
  width: 100%;
}

.l-posts__load-more {
  padding: 30px 0;
}

.l-posts__author {
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .l-posts__list-item {
    margin-top: 60px;
    width: 50%;
  }

  .l-posts__load-more {
    padding: 60px 0;
  }
}

@media (min-width: 992px) {
  .l-posts__list-item {
    width: 33.3333%;
  }
}

/* load-more */
.load-more {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  max-width: 230px;
  margin: 0 auto;
}

.load-more__label {
  flex: none;
  -webkit-flex: none;
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #ff007f;
}

.load-more__ic {
  vertical-align: middle;
}

.load-more__ic path {
  fill: #ff007f;
}

.load-more:hover .load-more__label {
  color: #14CBA8;
}

.load-more:hover .load-more__ic path {
  fill: #14CBA8;
}

/* single post */

/* single-per-back */
.single-per-back {
  color: #ff007f;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  text-decoration: none;
}

.single-per-back__ic {
  flex: none;
  -webkit-flex: none;
  margin-right: 10px;
}

.single-per-back__ic path {
  fill: #ff007f;
}

.single-per-back:hover .single-per-back__ic path {
  fill: #14cba8;
}

.single-per-back__label {
  font-weight: 700;
  font-size: 16px;
  color: #ff007f;
}

.single-per-back:hover .single-per-back__label {
  color: #14cba8;
}

/* l-single-per-back */
.l-single-per-back {
  display: flex;
  display: -webkit-flex;
  padding: 40px 0;
}

/* single-per-main */
.single-per-main {
  margin-bottom: 50px;
}

.single-per-main__title {
  font-weight: 700;
  font-size: 32px;
  color: #000051;
  padding: 16px 0;
  line-height: 1.4;
}

.single-per-main__sub {
  font-size: 35px;
  color: #000051;
  line-height: 40px;
  margin-bottom: 16px;
}

.single-per-main__details {
  border-top: 1px solid #AEAEAE;
  border-bottom: 1px solid #AEAEAE;
  padding: 16px 0;
  margin-bottom: 30px;
}

.single-per-main__details-authdate {
  font-weight: 300;
  font-size: 16px;
  color: #1A237E;
  margin-bottom: 16px;
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.single-per-main__details-authdate p {
  padding: 0 6px;
  margin: 0;
}

.single-per-main__details-by,
.single-per-main__details-posted-on {
  width: 100%;
}

.pers-share-icon {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.pers-share-icon__heading {
  font-size: 16px;
  color: #1A237E;
  letter-spacing: 1px;
}

.pers-share-icon__list {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.pers-share-icon__list a {
  margin-left: 16px;
  width: 24px;
  height: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.single-per__rich-text a {
  color: #ff007f;
}
.single-per__rich-text {
  margin-bottom: 25px;
}

.single-per__rich-text h2,
.single-per__rich-text h3,
.single-per__rich-text h4,
.single-per__rich-text h5,
.single-per__rich-text h6 {
  margin: 32px 0;
  padding: 0;
}

.single-per__rich-text h3 {
  font-size: 24px;
}

.single-per__rich-text h4 {
  font-size: 18px;
}
.single-per__rich-text{
  font-weight: 400;
}
.single-per__rich-text p {
  color: #19191E;
  padding: 0;
  margin: 15px 0;
}

.single-per__rich-text img,
.single-per__rich-text svg,
.single-per__rich-text iframe {
  max-width: 100%;
}

.single-per__rich-text img {
  margin: 15px 0;
}

.single-per__rich-text ul li,
.single-per__rich-text ol li {
  margin: 30px 0;
}

.single-per__rich-text iframe {
  margin: 15px 0;
}

@media screen and (max-width: 768px) {
  .single-per__rich-text iframe {
    max-width: 100%;
    height: 50vw;
  }
}

@media (min-width: 768px) {
  .single-per-main__details-by,
  .single-per-main__details-posted-on {
    width: auto;
  }

  .single-per-main__details-posted-on {
    border-left: 1px solid #1a237e;
    margin-left: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .single-per-main__title {
    font-size: 54px;
  }

  .single-per-main__details-authdate {
    width: 100%;
  }

  .pers-share-icon {
    width: 100%;
  }

  .single-per-main__details {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .l-single-per-main {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  .single-per-main {
    width: 60%;
  }

  .single-per-right {
    width: 36%;
  }
}

@media (min-width: 1200px) {
  .single-per-main {
    width: 68%;
  }

  .single-per-right {
    width: 26%;
  }

  .single-per-main__details-authdate {
    margin-bottom: 0;
  }

  .single-per-main__details-authdate,
  .pers-share-icon {
    width: auto;
  }
}

/* loader */
.loader {
  background-color: rgba(20, 203, 168, 0.5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/* free-ebook */
.free-ebook {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.free-ebook__img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  flex: none;
  -webkit-flex: none;
  margin-bottom: 16px;
}

.free-ebook__label {
  font-size: 14px;
  color: #FFFFFF;
}

.free-ebook__title {
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  padding: 0;
  margin: 15px 0;
  line-height: 26px;
}

.free-ebook__desc {
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 16px;
  line-height: 21px;
}

.free-ebook__details {
  margin-bottom: 30px;
}

.l-free-ebook {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .free-ebook__img {
    margin-bottom: 0;
    height: auto;
  }

  .free-ebook {
    flex-wrap: initial;
    -webkit-flex-wrap: initial;
  }

  .free-ebook__img {
    width: 190px;
    margin-right: 50px;
  }
}

/* comment-like-share */
.comment-like-share {
  display: flex;
  display: -webkit-flex;
}

.comment-like-share__item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 20px;
}

.comment-like-share__ic {
  flex: none;
  -webkit-flex: none;
  margin-right: 12px;
}

.comment-like-share__label {
  font-size: 14px;
  color: #8D8D8D;
}

.l-comment-like-share {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .comment-like-share__item {
    margin-right: 40px;
  }
}

/* author-box */
.author-box {
  border: 10px solid #F3F4F8;
  padding: 30px;
  position: relative;
}

.author-box__avatar {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #D8D8D8;
  border-radius: 220px;
  overflow: hidden;
  width: 220px;
  height: 220px;
  margin-bottom: 16px;
}

.author-box__details {
  position: relative;
  z-index: 10;
}

.author-box__author {
  font-weight: 300;
  font-size: 20px;
  color: #19191E;
  padding: 0;
  margin-bottom: 16px;
}

.author-box__author strong {
  font-weight: 700;
}

.author-box__title {
  font-size: 14px;
  color: #14cba8;
}

.author-box__bio {
  margin: 15px 0;
}

.author-box__dots {
  position: absolute;
  bottom: 0;
  right: 0;
}

.l-author-box {
  margin-bottom: 60px;
}

.single__author-name {
  padding: 0 4px;
}

@media (min-width: 768px) {
  .author-box {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -webkit-flex;
    padding: 46px;
  }

  .author-box__avatar {
    margin-bottom: 0;
    margin-right: 30px;
    flex: none;
    -webkit-flex: none;
  }

  .author-box__dots {
    bottom: -30px;
    right: -30px;
  }
}

/* single-per-related */
.single-per-related__title {
  font-weight: 700;
  font-size: 20px;
  color: #1A237E;
  letter-spacing: 1;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #F3F4F8;
  margin-bottom: 20px;
}

.single-per-related__list {}

.single-per-related__list-item {
  width: 100%;
}

.single-per-related__list-item .image-hatch,
.single-per-related__list-item .image-hatch__img {
  height: 250px;
}

.single-per-related__list-title {
  font-weight: 700;
  letter-spacing: 1;
  font-size: 16px;
  color: #1A2A7E;
  line-height: 25px;
  margin: 30px 0;
}

.single-per-related__list-title a {
  color: #1A2A7E;
  text-decoration: none;
}

.single-per-nav {
  background-color: #F3F4F8;
  padding: 74px 0;
}

.single-per-nav__wrap {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.single-per-nav__label {
  font-weight: 700;
  font-size: 14px;
  color: #19191E;
  line-height: 28px;
  text-transform: uppercase;
}

.single-per-nav__title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #1A237E;
  letter-spacing: 1px;
  line-height: 25px;
}

.single-per-nav__item {
  display: flex;
  display: -webkit-flex;
  width: 100%;
}

.single-per-nav__content {
  padding: 24px;
}

.single-per-nav__image {
  display: none;
}

.single-per-nav__image,
.single-per-nav__image .image-hatch__img {
  width: 220px;
  height: 120px;
}

.single-per-nav__image.image-hatch:after {
  bottom: -6px;
  right: -6px;
}

@media (min-width: 768px) {
  .single-per-nav__item {
    width: 50%;
  }

  .single-per-nav__item.next .single-per-nav__content {
    text-align: right;
  }

  .single-per-nav__item.prev {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }

  .single-per-nav__item.next {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
  .single-per-nav__item {
    align-items: center;
    -webkit-align-items: center;
  }

  .single-per-nav__image {
    display: block;
  }
}

/* single-per-subscribe footer */
.single-per-subscribe {
  background-color: #F6F6FF;
  width: 100%;
  position: relative;
  padding: 50px 0;
}

.single-per-subscribe__wrap {
  position: relative;
  z-index: 10;
}

.single-per-subscribe__image {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
}

.single-per-subscribe__form {
  background-color: #fff;
  padding: 50px 40px;
  max-width: 720px;
}

.single-per-subscribe-sidebar {
  background-image: url('../images/bg_subscribe_sidebar.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px;
  margin-bottom: 60px;
}

.single-per-subscribe-sidebar__header {
  text-align: center;
}

.single-per-subscribe-sidebar__header span {
  font-size: 16px;
  display: block;
  color: #15427F;
  line-height: 19px;
}

.single-per-subscribe-sidebar__header h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  margin-top: 6px;
  padding: 0;
}

.hbspt-form .hs-form-field > label,
.hbspt-form .hs-form-field > label {
  font-size: 14px;
  color: #1a237e;
  display: block;
  margin: 0 0 20px;
  font-weight: 500 !important;
}

.hbspt-form .hs-form-field > label {
  margin: 0 !important;
}

.hbspt-form input[type="email"],
.hbspt-form input[type="text"],
.hbspt-form textarea {
  border: 0 !important;
  border-bottom: solid 2px #1a237e !important;
  box-shadow: none !important;
  max-width: none !important;
  border-radius: 0 !important;
}

.hbspt-form textarea {
  margin-bottom: 30px;
}

.hbspt-form input[type="email"] {
  background-color: transparent !important;
}

.hbspt-form input[type="submit"] {
  margin-top: 25px !important;
  background-color: #ff007f !important;
  border: medium none !important;
  border-radius: 0 !important;
  color: #fff !important;
  display: block !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  padding: 13px !important;
  width: 100% !important;
  cursor: pointer !important;
  transition: all ease .4s !important;
  -webkit-transition: all ease .4s !important;
  background-image: none !important;
  text-shadow: none !important;
}

.hbspt-form .actions {
  margin: 0 !important;
  padding: 0 !important;
}

.hbspt-form input[type="submit"] {
  margin-top: 0 !important;
  box-sizing: border-box !important;
}

.hbspt-form form {
  margin-bottom: 0 !important;
}

.hbspt-form input[type="submit"]:focus,
.hbspt-form input[type="submit"]:active {
  background-image: none !important;
}

.hbspt-form input[type="submit"]:hover {
  background-color: #1a237e !important;
}

@media (min-width: 768px) {
  .single-per-subscribe {
    padding: 96px 0;
  }

  .single-per-subscribe__form {
    background-color: #fff;
    padding: 100px 80px;
  }
}

@media (min-width: 992px) {
  .single-per-subscribe__form {
    margin-left: 200px;
  }
}

@media (min-width: 1200px) {
  .single-per-subscribe__form {
    margin-left: 340px;
  }
}

/* author archive */
.l-author {
  padding-top: 80px;
}

@media (min-width: 768px) {
  .l-author {
    padding-top: 120px;
  }

  .author.archive .header {
    padding-top: 15px !important;
    background: #fff !important;
    box-shadow: 0 0 30px 0 rgba(50, 62, 71, .15) !important;
  }

  .author.archive .header .logo {
    background: url(http://lrwfamily.staging.wpengine.com/wp-content/uploads/2018/05/lrw-logo_blue.png) no-repeat;
    background-size: 60px;
  }

  .author.archive .header .logo img {
    opacity: 0 !important;
    max-width: 60px !important;
  }

  .author.archive .header .nav-menu > ul > li {
    padding-bottom: 30px !important;
  }

  .author.archive .header .nav-menu > ul > li > a {
    color: #1a237e !important;
    padding-bottom: 12px !important;
  }
}

/* shake animation */
@-webkit-keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}

.hbspt-form.shaking input[type=submit] {
  -webkit-animation-name: spaceboots;
  -webkit-animation-duration: 1.5s;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
