/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 02 2023 | 19:06:36 */
.row-itm-box .nectar-fancy-box .inner {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.row-itm-box .nectar-fancy-box h3 {
      line-height: 1.4;
}
.row-btn-block-wrap .nectar-3d-transparent-button {
  margin: 10px!important;
}
.row-btn-block-wrap .wpb_wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.learn-form {
  width: min(100%, 700px);
}
.learn-form input,
.learn-form select {
  width: 100% !important;
  padding: 7px 10px !important;
}
.intake-form input {
  padding: 7px 10px !important;
}
.learn-form.gform_confirmation_wrapper {
  margin: 0 auto;
}
.learn-form .gform_confirmation_message_8 {
  text-align: center;
}
.intake-date-field input {
  width: 100% !important;
}
.lern-media-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 0;
}
.lern-media-block a {
  width: 150px;
  margin: 10px;
}
.quiz-title {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 2vw;
}

/* popup-random-quiz */
.quiz-popup-block {
    position: fixed;
    left: 3%;
    bottom: 22px;
    z-index: 10;
  	animation-name: slideInUp;
    animation-duration: .8s;
  	animation-fill-mode: both;
    animation-timing-function: ease-out;
}
.quiz-popup-content {
    display: flex;
    place-items: center;
    position: relative;
}
.quiz-popup-content a {
    border-radius: 50%;
}
.quiz-popup-content img {
    display: block;
}
.quiz-popup-content .icon-close {
    top: -2px;
    right: -7px;
    width: 30px;
    height: 30px;
}

.quiz-popup-content .icon-close span {
    position: absolute;
    width: 17px;
    height: 2px;
    background: #c5351b;
    transform: rotate(45deg);
}

.quiz-popup-content .icon-close span:nth-last-of-type(2) {
    transform: rotate(-45deg);
}
/* zodiac page */
.zodiac-wrap {
  	padding: max(3vw, 30px) max(2vw, 15px) !important;
    background-color: #fff;
}
.zodiac-form-wrap #gform_fields_7 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.zodiac-form-wrap #field_7_2 {
    width: min(100%, 600px);
}
.zodiac-form-wrap ul input {
  	width: 100% !important;
}
.zodiac-form-wrap ul li {
  	text-align: left;
}
.zodiac-form-wrap .gform_footer {
  	text-align: center;
}

/* zodiac popup / auto show */
/* #popmake-21253 {
  	padding: 0;
  	border: 0;
  	max-width: 90%;
}
#popmake-21253 img {
	max-width: 100%;
  	height: auto;
}
.popup-zodiac-animal-content {
  	padding: 15px;
}
#PopupSignupForm_0 {
  display: none !important;
} */
.pum-container {
  	padding: 0 !important;
  	border: 0;
  	max-width: 90%;
  	outline: none;
}
.pum-container img {
	max-width: 100%;
  	height: auto;
}
.pop-up-auto-btn {
    width: 85%;
    margin: 0;
}
#PopupSignupForm_0 {
  display: none !important;
}