@media (max-width: 720px) {
  .wz-ad-block {
    width: 100%;
  }
}

.onlyMobile {
  display: none;
}
@media (max-width: 720px) {
  .onlyMobile {
    display: block;
  }
}

@media (max-width: 720px) {
  .desktopOnly {
    display: none;
  }
}

.bold {
  font-weight: bold;
}

.capitalize {
  text-transform: capitalize;
}

.hamburger li {
  width: 25px;
  height: 3px;
  margin: 4px 0;
  background-color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger.opened .line:nth-child(2) {
  opacity: 0;
}

.hamburger.opened .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.hamburger.opened .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 720px) {
  .wz-ad-block {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .mainWrap {
    overflow: hidden;
    margin-top: 20px;
  }
}

.innerWrap {
  align-items: center;
}

@media (max-width: 720px) {
  .wz-ad-block {
    width: 100%;
  }
}
.widgetInner .widgetContent {
  width: 80%;
}
@media (max-width: 1024px) {
  .widgetInner .widgetContent {
    width: 80%;
  }
}
@media (max-width: 720px) {
  .widgetInner .widgetContent {
    width: 100%;
  }
}
.widgetInner .widgetContent h1 {
  font-size: 38px;
  justify-content: center;
  color: #1B385A;
  margin-bottom: 12px;
  text-align: center;
  padding: 0;
}
@media (max-width: 720px) {
  .widgetInner .widgetContent h1 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #1B385A;
  }
}
.widgetInner .widgetContent h3 {
  color: #4F6E93;
  margin-bottom: 5px;
  font-size: 40px;
}
@media (max-width: 720px) {
  .widgetInner .widgetContent h3 {
    font-size: 25px;
  }
}
.widgetInner .widgetContent h4 {
  color: #1B385A;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 720px) {
  .widgetInner .widgetContent h4 {
    font-size: 22px;
  }
}
.widgetInner .widgetContent .subTitle {
  color: #5F83A5;
  text-align: center;
  font-size: 30px;
}
@media (max-width: 720px) {
  .widgetInner .widgetContent .subTitle {
    font-size: 18px;
    margin: 0 0 20px;
  }
}
.widgetInner .widgetContent p {
  font-size: 25px;
  color: #656565;
  text-align: center;
  font-weight: 300;
  line-height: 32px;
}
@media (max-width: 720px) {
  .widgetInner .widgetContent p {
    font-size: 18px;
    line-height: 28px;
  }
}

.submitBtn {
  background-color: #AE5770;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 500;
  border-radius: 40px;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
}
@media (max-width: 720px) {
  .submitBtn {
    font-size: 18px;
    line-height: 35px;
  }
}
.submitBtn.disabled {
  background: rgba(27, 56, 90, 0.2);
}
.submitBtn.disabled:hover {
  box-shadow: none;
}
.submitBtn:hover {
  box-shadow: 5px 10px 12px rgba(0, 0, 0, 0.25);
}

.cookieWrap {
  background: rgba(174, 87, 112, 0.5);
  width: 474px;
  height: 474px;
  border-radius: 50%;
  margin: 30px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 720px) {
  .cookieWrap {
    width: 260px;
    height: 260px;
  }
}
.cookieWrap img {
  max-width: 60%;
  position: relative;
}
.cookieWrap img:hover {
  animation-name: float;
  animation-duration: 0.8s;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
@keyframes float {
  0%, 100% {
    top: 0;
  }
  50% {
    top: -30px;
  }
}
.cookieWrap.open span {
  position: absolute;
  transform: rotate(5deg);
  font-family: "Vollkorn", serif;
  font-size: 27px;
  max-width: 315px;
  text-align: center;
  display: block;
}
@media (max-width: 720px) {
  .cookieWrap.open span {
    font-size: 17px;
    max-width: 176px;
  }
}
.cookieWrap.open img {
  max-width: 140%;
  position: relative;
  right: -10px;
}

.resultWrap {
  text-align: center;
}
.resultWrap .cardName {
  font-family: "Felipa", cursive;
  font-size: 30px;
  color: #AE5770;
}
@media (max-width: 720px) {
  .resultWrap .cardName {
    font-size: 18px;
  }
}
.resultWrap p.pWithBg {
  text-align: justify;
  position: relative;
}
.resultWrap p.pWithBg.mood:after {
  content: "";
  background-image: url("/assets/tarot/daily-3-card/images/face-o.svg");
  position: absolute;
  right: -67px;
  top: 10px;
  width: 137px;
  height: 137px;
}
.resultWrap p.pWithBg.love:after {
  content: "";
  background-image: url("/assets/tarot/daily-3-card/images/heart-o.svg");
  position: absolute;
  right: -67px;
  top: 10px;
  width: 149px;
  height: 137px;
}
.resultWrap p.pWithBg.career:after {
  content: "";
  background-image: url("/assets/tarot/daily-3-card/images/suit-o.svg");
  position: absolute;
  right: -67px;
  top: 10px;
  width: 145px;
  height: 137px;
}

/*# sourceMappingURL=style.css.map */
