.header_section {
  background-image: url('../images/background-4.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.stripe-border {
  position: relative;
  height: 150px;
  background-image: url('../images/bg-border.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.stripe-border.v2 {
  height: 130px;
  margin-top: -100px;
}

.headline_content_right {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  float: right;
  text-align: center;
}

.headline_content_right.v2 {
  display: none;
}

.headline_content_box {
  width: 1000px;
  height: 320px;
  margin-right: auto;
  margin-left: auto;
}

.headline_content_box.v2 {
  height: 500px;
  background-image: url('../images/Angel-hands-2.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.headline_content_box.v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Angel-glow.png');
  background-position: 50% 0%;
  background-size: 50%;
  background-repeat: no-repeat;
  text-shadow: none;
}

.headline-h1 {
  margin-top: 45px;
  margin-bottom: 25px;
  font-family: Merriweather, serif;
  color: #002a7a;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  text-shadow: 1px 1px 10px #fff;
}

.headline-h1.v2 {
  font-size: 64px;
}

.headline-h1.v3 {
  font-size: 45px;
  text-align: center;
}

.caret-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #ffd800;
}

.headline_content_left {
  width: 60%;
  padding-top: 65px;
  padding-bottom: 20px;
  float: left;
}

.headline_content_left.v2 {
  width: 80%;
  height: 530px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.cta-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 25px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #ffd800;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9500), to(#ffd800));
  background-image: linear-gradient(0deg, #ff9500, #ffd800);
  box-shadow: 1px 1px 10px 0 #fff;
  -webkit-transition: all 100ms cubic-bezier(.55, .055, .675, .19);
  transition: all 100ms cubic-bezier(.55, .055, .675, .19);
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  text-shadow: none;
}

.cta-main.v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cta-main.v3 {
  width: 90%;
  font-size: 26px;
}

.headline_content_mobile_top {
  display: none;
}

.caret-right {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.main-img {
  position: static;
  top: 106.9931px;
  right: 70px;
  display: block;
  width: 90%;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-box {
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  padding-right: 75px;
  padding-left: 75px;
  border-bottom: 1px none #fff;
  background-color: hsla(0, 0%, 100%, 0);
}

.navbar.v2 {
  background-color: #fff;
}

.nav-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid transparent;
  font-family: Mulish, sans-serif;
  color: #002a7a;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-item:hover {
  border-bottom: 2px solid #fff;
  text-decoration: underline;
}

.nav-item.child-menu-item._2nd-item {
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
  border-left: 1px solid hsla(0, 0%, 100%, 0.5);
}

.nav-item.child-menu-item.last-item {
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
}

.nav-item._1st-item {
  border-left: 1px solid hsla(0, 0%, 100%, 0.5);
}

.nav-menu {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.content_section.v2 {
  background-image: url('../images/background-5.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content_container {
  width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 55px;
}

.content_container.v2 {
  width: 1000px;
}

.header_h2 {
  font-family: Merriweather, serif;
  color: #002a7a;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.header_h2.desktop.v2 {
  margin-bottom: 15px;
  color: #000;
  font-size: 39px;
  font-style: italic;
  font-weight: 700;
}

.header_h2.mobile {
  display: none;
}

.header_h2.reading-title {
  margin-bottom: 25px;
  font-size: 43px;
}

.header_h2.post-title {
  text-align: left;
}

.subheadline {
  font-family: Mulish, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

.footer_section {
  background-image: url('../images/background-4.jpeg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer_section.v2 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.footer_container {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-align: center;
}

.footer-link {
  margin-right: 10px;
  margin-left: 10px;
  font-family: Mulish, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.v2 {
  margin-right: 0px;
  margin-left: 0px;
  text-decoration: none;
}

.footer-text {
  font-family: Mulish, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.footer-text.v2 {
  margin-bottom: 0px;
  font-size: 14px;
}

.angel-container {
  width: 780px;
  height: 780px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/angel-wings-white.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/angel-wings-white.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 95%;
  background-repeat: repeat, no-repeat;
}

.angel-container.v2 {
  background-image: url('../images/angel-wings-white-2.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.angel-circle-first-row {
  display: block;
  height: 325px;
}

.angel-circle-2nd-row {
  height: 150px;
}

.angel-circle-third-row {
  height: 320px;
}

.angel-circle-1st-row-image-wrapper {
  position: relative;
  width: 130px;
  height: 130px;
  text-align: center;
}

.angel-circle-1st-row-image-wrapper._1st-image {
  top: 8px;
  right: -325px;
}

.angel-circle-1st-row-image-wrapper._2nd-image {
  top: -80px;
  right: -485px;
}

.angel-circle-1st-row-image-wrapper._3rd-image {
  top: -210px;
  right: -165px;
}

.angel-circle-1st-row-image-wrapper._4th-image {
  top: -225px;
  right: -600px;
}

.angel-circle-1st-row-image-wrapper._5th-image {
  top: -330px;
  right: -405px;
}

.angel-circle-1st-row-image-wrapper._6th-image {
  top: -460px;
  right: -240px;
}

.angel-circle-1st-row-image-wrapper._7th-image {
  top: -615px;
  right: -50px;
}

._4th-image {
  position: relative;
}

.angel-circle-3rd-row-image-wrapper {
  position: relative;
  width: 130px;
  height: 130px;
}

.angel-circle-3rd-row-image-wrapper._1st-image {
  top: 10px;
  right: -50px;
}

.angel-circle-3rd-row-image-wrapper._2nd-image {
  top: -145px;
  right: -245px;
}

.angel-circle-3rd-row-image-wrapper._3rd-image {
  top: -275px;
  right: -410px;
}

.angel-circle-3rd-row-image-wrapper._4th-image {
  top: -380px;
  right: -600px;
}

.angel-circle-3rd-row-image-wrapper._6th-image {
  top: -395px;
  right: -485px;
}

.angel-circle-3rd-row-image-wrapper._7th-image {
  top: -480px;
  right: -325px;
}

.angel-circle-3rd-row-image-wrapper._8th-image {
  top: -655px;
  right: -165px;
}

.angel-circle-2nd-row-image-wrapper {
  width: 130px;
  height: 130px;
}

.angel-circle-2nd-row-image-wrapper._2nd-row-1st-image {
  position: relative;
  top: 0px;
  right: -5px;
}

.angel-circle-2nd-row-image-wrapper._2nd-row-2nd-image {
  position: relative;
  top: -130px;
  right: -170px;
}

.angel-circle-2nd-row-image-wrapper._2nd-row-3rd-image {
  position: relative;
  top: -260px;
  right: -485px;
}

.angel-circle-2nd-row-image-wrapper._2nd-row-4th-image {
  position: relative;
  top: -390px;
  right: -645px;
}

.p-text {
  margin-bottom: 20px;
  font-family: Mulish, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.7;
  text-align: justify;
}

.angel-img {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.angel-img-wrapper {
  background-image: url('../images/feather-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.header_h3 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Mulish, sans-serif;
  color: #161617;
  font-size: 20px;
  line-height: 1;

}
.p-text-last {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Mulish, sans-serif;
  color: #002a7a;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-style: italic;

}

.angel-arcana-box-full-width {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff3d9;
}

.arcana-angel-container {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header_h3-2 {
  margin-top: auto;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: #000;
  line-height: 1.2;
  text-align: center;
}

.headling-key-3-2 {
  text-align: left;
}

.headling-key-3-2.alt-2 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  background-color: transparent;
  font-family: Mulish, sans-serif;
  color: #000;
  line-height: 1.2;
  text-align: center;
}

.headling-key-3-2.v2 {
  font-family: Mulish, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

.angel-box {
  width: 130px;
  height: 130px;
  margin-right: 5px;
  margin-left: 5px;
}

.p-text-2 {
  margin-bottom: 20px;
  font-family: Mulish, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  text-align: justify;
}

.header_text {
  width: 95%;
  margin: 0px auto 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-family: Merriweather, serif;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
}

.header_text.v3 {
  color: #000;
  font-size: 27px;
}

.blog-right-box {
  width: 30%;
  float: right;
}

.blog-container {
  width: 1000px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
}

.random-angel-side-box {
  width: 100%;
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff3d9;
}

.blog_header {
  display: block;
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: Merriweather, serif;
  color: #000;
  font-size: 24px;
  line-height: 1.3;
  text-align: left;
}

.blog-post-image {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.random-angel-container {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.random-angel-container.v2 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-left-box {
  width: 65%;
  float: left;
}

.random-cards-col {
  width: 16.666%;
  padding: 5px;
  float: left;
  text-align: center;
}

.random-cards-col.v2 {
  width: 25%;
}

.random-angel-box {
  width: 90px;
}

.blog-post-cta {
  display: block;
  margin-top: 15px;
  float: none;
  color: #6b00ad;
  font-size: 20px;
  line-height: 1.2;
}

.blog-post-cta:hover {
  text-decoration: none;
}

.list-item {
  font-family: Mulish, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}

.highlight-yellow {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff158;
}

@media screen and (max-width: 991px) {
  .stripe-border {
    height: 110px;
    margin-top: -80px;
  }

  .stripe-border.v2 {
    margin-top: -90px;
  }

  .headline_content_right {
    display: none;
  }

  .headline_content_box {
    width: 90%;
    height: 450px;
    background-image: url('../images/Angel-hands-2.png');
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .headline_content_box.v2 {
    width: 100%;
  }

  .headline_content_box.v3 {
    width: 95%;
    height: 200px;
  }

  .headline-h1 {
    margin-bottom: 15px;
    text-align: center;
  }

  .headline-h1.v2 {
    margin-top: 0px;
    font-size: 55px;
  }

  .headline-h1.v3 {
    margin-top: 25px;
    font-size: 50px;
  }

  .headline_content_left {
    width: 100%;
    padding: 0px 45px;
  }

  .headline_content_left.v2 {
    width: 90%;
    height: 460px;
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: none;
  }

  .cta-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 34px;
  }

  .cta-main.v2 {
    width: 85%;
  }

  .cta-main.v3 {
    font-size: 24px;
  }

  .headline_content_mobile_top {
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
  }

  .main-img {
    position: static;
    width: 170px;
    margin-right: auto;
    margin-left: auto;
  }

  .navbar {
    padding-right: 45px;
    padding-left: 45px;
  }

  .nav-item:hover {
    border-bottom-width: 1px;
    text-decoration: underline;
  }

  .nav-hamburger-btn {
    color: #fff;
    font-size: 50px;
  }

  .nav-hamburger-btn.w--open {
    background-color: #4800a0;
  }

  .content_container {
    width: 95%;
  }

  .content_container.v2 {
    width: 95%;
  }

  .footer_container {
    width: 95%;
  }

  .footer_wrapper {
    overflow: visible;
  }

  .footer-link {
    display: inline;
    float: none;
  }

  .angel-container {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/angel-wings-white.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/angel-wings-white.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 95%;
    background-repeat: repeat, no-repeat;
  }

  .angel-circle-1st-row-image-wrapper {
    width: 120px;
    height: 120px;
  }

  .angel-circle-1st-row-image-wrapper._1st-image {
    right: -305px;
  }

  .angel-circle-1st-row-image-wrapper._2nd-image {
    top: -73px;
    right: -455px;
  }

  .angel-circle-1st-row-image-wrapper._3rd-image {
    top: -193px;
    right: -156px;
  }

  .angel-circle-1st-row-image-wrapper._4th-image {
    top: -205px;
    right: -565px;
  }

  .angel-circle-1st-row-image-wrapper._5th-image {
    top: -303px;
    right: -383px;
  }

  .angel-circle-1st-row-image-wrapper._6th-image {
    top: -424px;
    right: -228px;
  }

  .angel-circle-1st-row-image-wrapper._7th-image {
    top: -565px;
    right: -47px;
  }

  .angel-circle-3rd-row-image-wrapper {
    width: 120px;
    height: 120px;
  }

  .angel-circle-3rd-row-image-wrapper._1st-image {
    top: -20px;
    right: -47px;
  }

  .angel-circle-3rd-row-image-wrapper._2nd-image {
    top: -162px;
    right: -228px;
  }

  .angel-circle-3rd-row-image-wrapper._3rd-image {
    top: -282px;
    right: -383px;
  }

  .angel-circle-3rd-row-image-wrapper._4th-image {
    right: -564px;
  }

  .angel-circle-3rd-row-image-wrapper._6th-image {
    top: -391px;
    right: -454px;
  }

  .angel-circle-3rd-row-image-wrapper._7th-image {
    top: -471px;
    right: -306px;
  }

  .angel-circle-3rd-row-image-wrapper._8th-image {
    top: -631px;
    right: -156px;
  }

  .angel-circle-2nd-row-image-wrapper {
    width: 120px;
    height: 120px;
  }

  .angel-circle-2nd-row-image-wrapper._2nd-row-1st-image {
    top: -19px;
    right: -7px;
  }

  .angel-circle-2nd-row-image-wrapper._2nd-row-2nd-image {
    top: -140px;
    right: -163px;
  }

  .angel-circle-2nd-row-image-wrapper._2nd-row-3rd-image {
    top: -261px;
    right: -455px;
  }

  .angel-circle-2nd-row-image-wrapper._2nd-row-4th-image {
    top: -380px;
    right: -604px;
  }

  .arcana-angel-container {
    width: 95%;
  }

  .header_h3-2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 35px;
  }

  .headling-key-3-2.v2 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
  }

  .angel-box {
    width: 100px;
    height: 100px;
  }

  .header_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .header_text.v3 {
    display: block;
    margin-bottom: 0px;
    font-size: 25px;
  }

  .blog-right-box {
    width: 100%;
    float: right;
  }

  .blog-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .blog_header {
    width: 100%;
  }

  .random-angel-container {
    width: 100%;
  }

  .random-angel-container.v2 {
    text-align: center;
  }

  .blog-left-box {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .random-cards-col.v2 {
    width: 25%;
  }

  .random-angel-box {
    width: 130px;
  }
}

@media screen and (max-width: 767px) {
  .stripe-border {
    height: 70px;
    margin-top: -50px;
  }

  .stripe-border.v2 {
    margin-top: -110px;
  }

  .headline_content_box {
    width: 95%;
    height: 350px;
  }

  .headline_content_box.v3 {
    width: 100%;
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .headline-h1 {
    margin-top: 65px;
    margin-bottom: 15px;
    font-size: 45px;
  }

  .headline-h1.v2 {
    font-size: 43px;
  }

  .headline-h1.v3 {
    margin-top: 20px;
    font-size: 40px;
  }

  .caret-wrapper.v2 {
    display: none;
  }

  .headline_content_left {
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .headline_content_left.v2 {
    width: 100%;
    height: 400px;
    padding-top: 70px;
    background-image: none;
  }

  .cta-main {
    width: 80%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 26px;
  }

  .cta-main.v3 {
    text-align: center;
  }

  .headline_content_mobile_top {
    display: none;
    padding-top: 0px;
  }

  .main-img {
    margin-top: 10px;
  }

  .nav-item {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-item.child-menu-item._2nd-item {
    border-bottom-width: 1px;
    border-bottom-color: #dbe9ff;
    background-color: #fff;
  }

  .nav-item.child-menu-item.last-item {
    border-bottom-width: 1px;
    border-bottom-color: #dbe9ff;
    background-color: #fff;
  }

  .nav-item._1st-item {
    border-bottom-width: 1px;
    border-bottom-color: #dbe9ff;
    background-color: #fff;
  }

  .nav-hamburger-btn {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
    color: #000;
    font-size: 30px;
    text-align: center;
  }

  .nav-hamburger-btn.w--open {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
  }

  .content_container {
    width: 95%;
  }

  .header_h2.desktop {
    display: none;
  }

  .header_h2.desktop.v2 {
    display: block;
    font-size: 29px;
  }

  .header_h2.mobile {
    display: block;
  }

  .header_h2.reading-title {
    font-size: 32px;
  }

  .subheadline {
    font-size: 17px;
  }

  .footer_container {
    width: 90%;
  }

  .footer-text {
    font-size: 11px;
  }

  .angel-container {
    width: 100%;
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/angel-wings-white.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/angel-wings-white.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .angel-circle-first-row {
    height: 220px;
    padding-left: 5%;
  }

  .angel-circle-2nd-row {
    height: 100px;
    padding-left: 5%;
  }

  .angel-circle-third-row {
    height: 220px;
    padding-left: 5%;
  }

  .angel-circle-1st-row-image-wrapper {
    width: 88px;
    height: 88px;
  }

  .angel-circle-1st-row-image-wrapper._1st-image {
    top: 6px;
    right: -225px;
  }

  .angel-circle-1st-row-image-wrapper._2nd-image {
    top: -51px;
    right: -335px;
  }

  .angel-circle-1st-row-image-wrapper._3rd-image {
    top: -140px;
    right: -115px;
  }

  .angel-circle-1st-row-image-wrapper._4th-image {
    top: -150px;
    right: -415px;
  }

  .angel-circle-1st-row-image-wrapper._5th-image {
    top: -220px;
    right: -285px;
  }

  .angel-circle-1st-row-image-wrapper._6th-image {
    top: -308px;
    right: -170px;
  }

  .angel-circle-1st-row-image-wrapper._7th-image {
    top: -413px;
    right: -35px;
  }

  .angel-circle-3rd-row-image-wrapper {
    width: 88px;
    height: 88px;
  }

  .angel-circle-3rd-row-image-wrapper._1st-image {
    top: 16px;
    right: -35px;
  }

  .angel-circle-3rd-row-image-wrapper._2nd-image {
    top: -89px;
    right: -170px;
  }

  .angel-circle-3rd-row-image-wrapper._3rd-image {
    top: -176px;
    right: -285px;
  }

  .angel-circle-3rd-row-image-wrapper._4th-image {
    top: -248px;
    right: -415px;
  }

  .angel-circle-3rd-row-image-wrapper._6th-image {
    top: -255px;
    right: -335px;
  }

  .angel-circle-3rd-row-image-wrapper._7th-image {
    top: -315px;
    right: -225px;
  }

  .angel-circle-3rd-row-image-wrapper._8th-image {
    top: -431px;
    right: -116px;
  }

  .angel-circle-2nd-row-image-wrapper {
    width: 88px;
    height: 88px;
  }

  .angel-circle-2nd-row-image-wrapper._2nd-row-1st-image {
    top: 5px;
  }

  .angel-circle-2nd-row-image-wrapper._2nd-row-2nd-image {
    top: -83px;
    right: -120px;
  }

  .angel-circle-2nd-row-image-wrapper._2nd-row-3rd-image {
    top: -171px;
    right: -337px;
  }

  .angel-circle-2nd-row-image-wrapper._2nd-row-4th-image {
    top: -259px;
    right: -447px;
  }

  .angel-arcana-box-full-width {
    padding-right: 35px;
    padding-left: 35px;
  }

  .arcana-angel-container {
    width: 95%;
  }

  .header_h3-2 {
    font-size: 28px;
  }

  .headling-key-3-2.alt-2 {
    font-size: 22px;
  }

  .p-text-2 {
    font-size: 18px;
  }

  .blog-right-box {
    width: 100%;
  }

  .random-angel-side-box {
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
  }

  .blog_header {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    float: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .blog-post-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .blog-left-box {
    width: 100%;
  }

  .random-angel-box {
    width: 80px;
  }

  .blog-post-cta {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .stripe-border {
    height: 40px;
    margin-top: -30px;
  }

  .stripe-border.v2 {
    height: 50px;
    margin-top: -200px;
  }

  .headline_content_box {
    height: 260px;
  }

  .headline_content_box.v3 {
    height: auto;
    padding: 15px 10px;
    background-size: 70%;
  }

  .headline-h1 {
    margin-top: 50px;
    font-size: 27px;
  }

  .headline-h1.v2 {
    font-size: 28px;
  }

  .headline-h1.v3 {
    font-size: 30px;
  }

  .caret-wrapper {
    display: none;
    width: 25px;
    height: 25px;
  }

  .caret-wrapper.v2 {
    display: none;
  }

  .headline_content_left {
    padding-right: 10px;
    padding-left: 10px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .headline_content_left.v2 {
    height: 330px;
    padding-top: 51px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .cta-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    text-align: center;
  }

  .cta-main.v2 {
    width: 90%;
  }

  .cta-main.v3 {
    font-size: 20px;
  }

  .main-img {
    width: 100px;
  }

  .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-color: #4d11cf;
    font-size: 15px;
  }

  .nav-hamburger-btn {
    font-size: 25px;
  }

  .content_container {
    padding-bottom: 45px;
  }

  .header_h2 {
    font-size: 22px;
  }

  .header_h2.desktop.v2 {
    font-size: 17px;
  }

  .header_h2.reading-title {
    font-size: 27px;
  }

  .header_h2.post-title {
    text-align: center;
  }

  .subheadline {
    font-size: 18px;
  }

  .footer_container {
    width: 90%;
    padding-top: 20px;
  }

  .footer_wrapper {
    display: block;
  }

  .footer-link {
    display: block;
    float: none;
    line-height: 1.6;
  }

  .footer-link.v2 {
    display: inline;
  }

  .angel-container {
    height: auto;
    margin-right: auto;
    margin-left: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/angel-wings-white.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/angel-wings-white.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, contain;
    background-repeat: repeat, no-repeat;
  }

  .angel-circle-first-row {
    height: 135px;
    padding-left: 25px;
  }

  .angel-circle-2nd-row {
    height: 60px;
    padding-left: 25px;
  }

  .angel-circle-third-row {
    height: 135px;
    padding-left: 25px;
  }

  .angel-circle-1st-row-image-wrapper {
    width: 52px;
    height: 52px;
  }

  .angel-circle-1st-row-image-wrapper._1st-image {
    top: 3px;
    right: -127px;
  }

  .angel-circle-1st-row-image-wrapper._2nd-image {
    top: -30px;
    right: -190px;
  }

  .angel-circle-1st-row-image-wrapper._3rd-image {
    top: -80px;
    right: -65px;
  }

  .angel-circle-1st-row-image-wrapper._4th-image {
    top: -85px;
    right: -20px;
  }

  .angel-circle-1st-row-image-wrapper._5th-image {
    top: -127px;
    right: -95px;
  }

  .angel-circle-1st-row-image-wrapper._6th-image {
    top: -176px;
    right: -160px;
  }

  .angel-circle-1st-row-image-wrapper._7th-image {
    top: -235px;
    right: -235px;
  }

  .angel-circle-3rd-row-image-wrapper {
    width: 52px;
    height: 52px;
  }

  .angel-circle-3rd-row-image-wrapper._1st-image {
    top: 11px;
    right: -20px;
  }

  .angel-circle-3rd-row-image-wrapper._2nd-image {
    top: -49px;
    right: -95px;
  }

  .angel-circle-3rd-row-image-wrapper._3rd-image {
    top: -99px;
    right: -159px;
  }

  .angel-circle-3rd-row-image-wrapper._4th-image {
    top: -139px;
    right: -235px;
  }

  .angel-circle-3rd-row-image-wrapper._6th-image {
    top: -143px;
    right: -189px;
  }

  .angel-circle-3rd-row-image-wrapper._7th-image {
    top: -178px;
    right: -127px;
  }

  .angel-circle-3rd-row-image-wrapper._8th-image {
    top: -243px;
    right: -65px;
  }

  .angel-circle-2nd-row-image-wrapper {
    width: 52px;
    height: 52px;
  }

  .angel-circle-2nd-row-image-wrapper._2nd-row-1st-image {
    top: 1px;
    right: -3px;
  }

  .angel-circle-2nd-row-image-wrapper._2nd-row-2nd-image {
    top: -49px;
    right: -67px;
  }

  .angel-circle-2nd-row-image-wrapper._2nd-row-3rd-image {
    top: -99px;
    right: -189px;
  }

  .angel-circle-2nd-row-image-wrapper._2nd-row-4th-image {
    top: -150px;
    right: -251px;
  }

  .p-text {
    font-size: 16px;
  }

  .header_h3 {
    font-size: 22px;
    text-align: center;
  }

  .angel-arcana-box-full-width {
    padding-right: 10px;
    padding-left: 10px;
  }

  .header_h3-2 {
    font-size: 24px;
  }

  .headling-key-3-2.alt-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .angel-box {
    width: 110px;
    height: 110px;
  }

  .header_text {
    font-size: 28px;
    line-height: 1.2;
  }

  .blog-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .blog_header {
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 21px;
    text-align: center;
  }

  .blog-post-image {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .random-angel-container {
    width: 90%;
  }

  .random-cards-col {
    width: 33.333%;
  }

  .blog-post-cta {
    font-size: 16px;
  }
}
.heading_h2 {
    margin-bottom: 20px;
    font-family: 'Droid Serif', serif;
    color: #000;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}
.tab_button_jiggle {
    background-color: #bf6713;
    border: none;
    color: white;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
  
    /* Font */
    font-family: 'Open Sans', sans-serif;

    animation: tab_button_jiggle 0.50s ease-in-out infinite;
  }

  @keyframes tab_button_jiggle {
 0% { transform: rotate(0deg); }
  25% { transform: rotate(1deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-1deg); }
  100% { transform: rotate(0deg); }
}

.tab_button_jiggle:hover {
  transform: rotate(0deg);
  animation-play-state: paused;
}

    iframe {
      height: 515px;
    }
    
    audio {
        /*filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);*/
        width: 97%;
        
    }

    .header_text.v3_text {
      color: #000000;
      font-size: 45px;
    }
    .block_tarot{
        border: solid #800f00 15px;
    }
    .arrow-wrapper-red{
        width:30px;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:25px;
        display:block;
    }
    .arrow-wrapper-white{
        display:none;
    }
    .audio-wrapper{
        width: 100%;
        background: #4973b1;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    h2.subheadline{
        text-align:center;
        font-size:40px;
        color:#000000;
        font-weight:400;
    }

    @media screen and (max-width: 767px) {
      .header_text.v3_text {
        color: #000000;
        font-size: 40px;
      }
      h2.subheadline{
        font-size:30px;
      }

    }
    @media screen and (max-width: 479px){
      iframe {
        height: 230px;
      }
      .header_text.v3_text {
        color: #fff;
        font-size: 27px;
      }
      .block_tarot {
          background:#800f00;
        width: 100%;
        margin-top: 10px;
        /*padding: 20px 0px 0px;*/
        border: 0px;
      }
      .audio-wrapper{
          background: #965d05;
/*          padding-top: 30px;
*/      }
      .arrow-wrapper-red{
        display:none;
      }
      .arrow-wrapper-white{
        width:20px;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:25px;
        display:block;
      }
      h2.subheadline{
        font-size:18px;
      }
    }
 