/** @format */
:root {
  --brand-blue: #009ab2;
  --brand-orange: #f27265;
}

.real-search-container {
  display: none;
}

.real-search {
  display: grid;
  grid-template-columns: 5% 90% 5%;
  padding-right: 20px;
}

.search-icon,
.placeholder-links {
  cursor: pointer;
}

a.header-search-toggle {
  display: contents;
}

body .x-masthead a.x-anchor.x-anchor-button.header-join-btn {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 15px;
  margin-left: 15px;
}

body .x-masthead .x-anchor.x-anchor-button.header-login-btn {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.header-main-nav span {
  padding: 0 20px;
}

body:not(.tco-preview) .header-nav-panel {
  width: 100%;
  display: none;
}

.header-nav-panel .nav-container {
  height: 100%;
}

.course-class-toggle {
  display: none;
}

/** Mobile Sidebar Toggle **/
.x-anchor.mobile-sidebar-toggle {
  position: absolute;
  top: 25px;
  left: 25px;
}

/** END Mobile sidebar Toggle **/

/** Set The Events Calendar Buttons to Brand Colors **/
.tribe-events .tribe-events-c-search__button,
.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn--small,
div.tribe-common button.tribe-common-c-btn--small,
div.tribe-common input[type="button"].tribe-common-c-btn--small,
div.tribe-common input[type="submit"].tribe-common-c-btn--small,
.tribe-events .tribe-events-c-search__button:focus,
.tribe-events .tribe-events-c-search__button:hover {
  background: var(--brand-blue);
  transition: 0.3s ease;
}

.tribe-events .tribe-events-c-search__button:hover,
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:hover {
  background: var(--brand-blue);
  opacity: 0.7;
}

.entry
  .entry-content
  .event-tickets
  .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled,
.entry
  .entry-content
  .event-tickets
  .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled,
.event-tickets
  .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled,
.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled {
  background-color: grey;
}

.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
  border-color: var(--brand-orange);
  color: var(--brand-orange);
}
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:focus,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:focus-within,
.tribe-events
  .tribe-events-c-subscribe-dropdown
  .tribe-events-c-subscribe-dropdown__button:hover {
  background: var(--brand-orange);
}

/** End The Events Calendar **/

/** Helpers **/
@media screen and (max-width: 979px) {
  .x-row.mobile-reverse-row .x-row-inner {
    flex-wrap: nowrap;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 978.98px) {
  .m13io-h.mobile-reverse-row > .x-row-inner > .top-flex,
  .m13io-i.mobile-reverse-row > .x-row-inner > *:nth-child(1n - 0) {
    flex-basis: max-content !important;
  }
}

/** Nav Bar Styles **/
.live-classes-link a {
  color: inherit;
}

/** Footer Styles **/

/** END Nav/Footer Styles **/

.course-container .cat.intermediate {
  /* coral */
  color: #F27265;
}

.course-container .cat.advanced {
  /* blue */
  color: #009ab2;
}

.course-container .cat.beginner {
  /* pink */
  color: #F6A6A9;
}

.launch-tutorial-modal {
  cursor: pointer;
}

/** NOTE - Globals to be kept here **/
.bar-rating-container {
  display: flex;
  align-items: flex-end;
  margin-right: 12px;
}

.bar-rating-container .bar-rating-1 {
  width: 3px;
  height: 15px;
  background: #f5f2ed;
  display: block;
  margin-right: 7px;
}

.bar-rating-container .bar-rating-2 {
  width: 3px;
  height: 22px;
  background: #f5f2ed;
  display: block;
  margin-right: 7px;
}

.bar-rating-container .bar-rating-3 {
  width: 3px;
  height: 30px;
  background: #f5f2ed;
  display: block;
}

.bar-rating-container .filled {
  background: #324945;
}

ul.orange-bullets {
  list-style-type: none;
  margin: 0;
}

ul.orange-bullets li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

ul.orange-bullets li i,
ul.orange-bullets li svg {
  color: var(--brand-orange);
  margin-right: 8px;
  font-size: 7px;
}

ul.green-bullets {
  list-style-type: none;
  margin: 0;
}

ul.green-bullets li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

ul.green-bullets li i,
ul.green-bullets li svg {
  color: #009ab2;
  margin-right: 8px;
  font-size: 7px;
}

ul.green-bullets.small li i,
ul.green-bullets.small li svg {
  color: #009ab2;
  margin-right: 8px;
  font-size: 5px;
}

ul.grey-bullets {
  list-style-type: none;
  margin: 0;
}

ul.grey-bullets li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

ul.grey-bullets li i,
ul.grey-bullets li svg {
  color: #657d80;
  margin-right: 8px;
  font-size: 7px;
}

ul.orange-bullets {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.orange-bullets li {
  line-height: 1.3;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.orange-bullets li svg,
.orange-bullets li i {
  color: var(--brand-orange);
  font-size: 8px;
  margin-right: 10px;
}

.flex-grow {
  flex-grow: 1;
}

/** NOTE - END Globals **/

.practice-tabs .x-tabs-panels {
  min-height: 800px;
}

#hero-section .x-bg-layer-upper-color {
  background-image: linear-gradient(to right, #00576f, rgba(0, 87, 111, 0.5));
}

ul.orange-bullets {
  list-style-type: none;
  margin: 0;
}

ul.orange-bullets li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

ul.orange-bullets li i,
ul.orange-bullets li svg {
  color: var(--brand-orange);
  margin-right: 8px;
  font-size: 7px;
}

ul.green-bullets {
  list-style-type: none;
  margin: 0;
}

ul.green-bullets li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

ul.green-bullets li i,
ul.green-bullets li svg {
  color: #009ab2;
  margin-right: 8px;
  font-size: 7px;
}

ul.green-bullets.small li i,
ul.green-bullets.small li svg {
  color: #009ab2;
  margin-right: 8px;
  font-size: 5px;
}

ul.grey-bullets {
  list-style-type: none;
  margin: 0;
}

ul.grey-bullets li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

ul.grey-bullets li i,
ul.grey-bullets li svg {
  color: #657d80;
  margin-right: 8px;
  font-size: 7px;
}

.headline-w-image .x-text-content-text-primary {
  display: flex;
  align-items: center;
}

.headline-w-image .x-text-content-text-primary img {
  margin-right: 15px;
  margin-top: -10px;
}

.goals-column.x-col {
  background-image: linear-gradient(to bottom, #f6fafe, rgba(246, 250, 254, 0));
}

.membership-options-section {
  background-image: linear-gradient(to bottom, rgba(246, 250, 254, 0), #f6fafe);
}

.the-price {
  margin: 0;
}

.pricing-text small {
  font-size: 40px;
}

.the-breakdown {
  display: flex;
  align-items: center;
  font-family: "Work Sans", sans-serif;
}

.pricing-text .currency {
  font-size: 12px;
  font-weight: 500;
  color: #657d80;
}

.pricing-text .slash-it {
  font-size: 12px;
  margin: 0 5px;
}

.pricing-text .frequency {
  font-size: 12px;
  font-weight: 500;
  color: #324945;
}

.popular-container {
  position: relative;
  overflow: hidden;
}

.popular-badge {
  position: absolute;
  top: 20px;
  right: -30px;
  width: 130px;
  text-align: center;
  background: #009ab2;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding: 5px;
  transform: rotate(45deg);
}

.rod-section {
  background: linear-gradient(
    0deg,
    rgba(246, 250, 254, 1) 30%,
    rgba(246, 250, 254, 0) 100%
  );
}

/* Forgot Password, Login, Reset, Forgot, Cancel */
body.page-id-51253,
body.page-id-51261,
body.page-id-51267,
body.page-id-51224 {
  background: #00576f;
}

#top-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

body .full-height {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-height .x-bg-layer-lower-image {
  opacity: 0.5;
}

.form-group {
  margin-bottom: 10px;
}

.form-group input[type="text"],
.form-group input[type="password"] {
  background: #fcfdfe;
  border: solid 1.5px #eaeff8;
  border-radius: 15px;
  height: 64px;
  line-height: 1;
  font-size: 16px;
  padding: 15px 30px;
  width: 100%;
}

.remember-me-group {
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mm-remember-me {
  color: #ccdde2;
}

#mm-login-button.mm-button,
#mm-submit-button.mm-button {
  width: 100%;
  background: var(--brand-orange);
  border: none;
  box-shadow: none;
  padding: 20px 40px;
  text-shadow: none;
  font-weight: 600;
  font-size: 20px;
  transition: 0.3s ease;
  border-radius: 15px;
}

#mm-login-button:hover {
  opacity: 0.7;
}

.mm-error {
  background: transparent;
  border: none;
  color: var(--brand-orange);
  font-size: 16px;
  text-align: center;
}

.mm-success {
  background: transparent;
  border: none;
  color: var(--brand-orange);
  font-size: 16px;
  text-align: center;
}

#hero-section .x-bg-layer-upper-color {
  background-image: linear-gradient(to right, #00576f, rgba(0, 87, 111, 0.5));
}

ul.orange-bullets {
  list-style-type: none;
  margin: 0;
}

ul.orange-bullets li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

ul.orange-bullets li i,
ul.orange-bullets li svg {
  color: var(--brand-orange);
  margin-right: 8px;
  font-size: 7px;
}

ul.green-bullets {
  list-style-type: none;
  margin: 0;
}

ul.green-bullets li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

ul.green-bullets li i,
ul.green-bullets li svg {
  color: #009ab2;
  margin-right: 8px;
  font-size: 7px;
}

ul.green-bullets.small li i,
ul.green-bullets.small li svg {
  color: #009ab2;
  margin-right: 8px;
  font-size: 5px;
}

ul.grey-bullets {
  list-style-type: none;
  margin: 0;
}

ul.grey-bullets li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

ul.grey-bullets li i,
ul.grey-bullets li svg {
  color: #657d80;
  margin-right: 8px;
  font-size: 7px;
}

.headline-w-image .x-text-content-text-primary {
  display: flex;
  align-items: center;
}

.headline-w-image .x-text-content-text-primary img {
  margin-right: 15px;
  margin-top: -10px;
}

.goals-column.x-col {
  background-image: linear-gradient(to bottom, #f6fafe, rgba(246, 250, 254, 0));
}

.membership-options-section {
  background-image: linear-gradient(to bottom, rgba(246, 250, 254, 0), #f6fafe);
}

.the-price {
  margin: 0;
}

.pricing-text small {
  font-size: 40px;
}

.the-breakdown {
  display: flex;
  align-items: center;
  font-family: "Work Sans", sans-serif;
}

.pricing-text .currency {
  font-size: 12px;
  font-weight: 500;
  color: #657d80;
}

.pricing-text .slash-it {
  font-size: 12px;
  margin: 0 5px;
}

.pricing-text .frequency {
  font-size: 12px;
  font-weight: 500;
  color: #324945;
}

.popular-container {
  position: relative;
  overflow: hidden;
}

.popular-badge {
  position: absolute;
  top: 20px;
  right: -30px;
  width: 130px;
  text-align: center;
  background: #009ab2;
  color: #fff;
  font-family: "Work Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding: 5px;
  transform: rotate(45deg);
}

.rod-section {
  background: linear-gradient(
    0deg,
    rgba(246, 250, 254, 1) 30%,
    rgba(246, 250, 254, 0) 100%
  );
}

.x-bg-layer-lower-image {
  opacity: 0.5;
}

#hero-section .x-bg-layer-upper-color {
  background-image: linear-gradient(to right, #00576f, rgba(0, 87, 111, 0.5));
}

/** Pose Tiles **/
.pose-container .alm-reveal {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}

.sequence-container .alm-reveal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}

.upsell-container {
  position: relative;
  background: #16576f url("/wp-content/uploads/2021/10/vector-335.svg");
  border-radius: 15px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: 0.3s ease;
}

.library-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.upsell-container:hover {
  opacity: 0.7;
}

.upsell-title {
  color: #ccdde2;
  font-size: 32px;
  font-family: "Crimson Text", sans-serif;
  font-weight: 600;
  margin-bottom: 35px;
  text-align: center;
  line-height: 1.4;
}

.upsell-link {
  color: #fff;
  background-color: var(--brand-orange);
  border-radius: 15px;
  padding: 10px 22px;
  font-size: 18px;
}

#hero-section .x-bg-layer-upper-color {
  background-image: linear-gradient(to right, #00576f, rgba(0, 87, 111, 0.5));
}

/** Default Toggle Settings **/
.switch {
  display: inline-block;
  position: relative;
  border-radius: 35px;
}

.toggle-thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.toggle-thumb:before {
  content: "";
  position: absolute;
  left: 8px;
  bottom: 6px;
  border-radius: 25px;
  transition: 0.4s all ease;
}

.toggle-option {
  z-index: 2;
  text-align: center;
  width: 50%;
  transition: 0.3s ease;
  font-size: 32px;
  font-weight: 500;
  font-family: "Crimson Text", serif;
  line-height: 0.84;
  letter-spacing: normal;
  margin-bottom: 0px;
  margin-top: 6px;
}

/** Pose/Sequence Toggle **/
.pose-sequence-toggle {
  margin: 25px auto 0;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.pose-sequence-toggle .switch {
  width: 500px;
  height: 63px;
  border: 1px solid #f6a6a9;
}

.pose-sequence-toggle .toggle-thumb:before {
  height: 50px;
  width: 250px;
  background: var(--brand-orange);
}

.pose-sequence-toggle .toggle-option {
  color: #fff;
}

.pose-sequence-toggle .poses-toggle-checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}

.pose-sequence-toggle .poses-toggle-checkbox:checked + .toggle-thumb:before {
  transform: translateX(235px);
}

.pose-sequence-toggle.disabled {
  cursor: not-allowed;
}

.pose-sequence-toggle.disabled .switch {
  pointer-events: none;
}
/** END Pose/Sequence Toggle **/

/** Course Tiles **/
.alm-filters-container .alm-filter.duration-filter,
.lesson-practice {
  display: none;
}

.alm-filter.alm-filter--group.alm-filter--search button {
  display: none;
}

.recommended-title {
  margin-bottom: 0;
}

.content-count {
  color: #657d80;
  font-size: 20px;
  line-height: 1.63;
  font-family: "Work Sans", sans-serif;
  margin-top: 250px;
}

.gradient-bg {
  background-image: linear-gradient(to top, #f6fafe, rgba(246, 250, 254, 0));
}

.divider-border {
  width: 100%;
  opacity: 0.2;
  border-bottom: solid 1px #9ca9bb;
  height: 1px;
  margin: 60px 0;
}

img.bar-icon {
  max-width: 18px;
}

.level-filter .field-checkbox {
  color: #657d80;
  font-size: 16px;
}

.level-filter .field-checkbox:hover {
  color: #657d80;
  font-weight: normal;
}

.link-switcher a {
  color: #324945;
}

.link-switcher a.active {
  background-color: var(--brand-orange);
  color: #fff;
  border-radius: 10px;
  padding: 0 40px 5px;
}

.link-switcher a.courses-link {
  margin-right: 10px;
}

.header-row {
  border-bottom: 1px solid #d9dde4;
}

.support-sidebar-links.x-menu li.current-menu-item a.x-anchor span {
  font-weight: bold;
}

.support-sidebar-links.x-menu li a.x-anchor:hover {
  opacity: 0.7;
}

.support-tabs .x-tabs-list ul button {
  font-family: "Work Sans-bold", sans-serif;
}

.support-tabs .x-tabs-list ul button.x-active {
  color: #009ab1;
}

.support-tabs .x-tabs-list ul button.x-active span {
  width: 85%;
  border-bottom: 3px solid #009ab1;
  padding-bottom: 5px;
  display: block;
}

.support-tabs .x-tabs-panels {
  font-size: 20px;
  line-height: 32.5px;
  font-family: "WorkSans", sans-serif;
  margin-top: 40px;
  background: #fff;
  border-radius: 15px;
  padding: 61px;
}

.support-tabs .x-tabs-panels h1 {
  font-size: 56px;
  font-family: "CrimsonText";
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: -1.1px;
  text-align: left;
  color: #324945;
  margin-bottom: 40px;
}

body .support-tabs .x-tabs-panels .x-tabs-panel {
  color: #657d80;
}

.menu-item-49129 {
  flex-grow: 1;
  align-self: stretch;
}

.support-sidebar-links {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100% !important;
}

.link-switcher a {
  color: #324945;
}

.link-switcher a.active {
  background-color: var(--brand-orange);
  color: #fff;
  border-radius: 10px;
  padding: 0 40px 5px;
}

.link-switcher a.courses-link {
  margin-right: 10px;
}

.header-row {
  border-bottom: 1px solid #d9dde4;
}

.account-sidebar-links.x-menu li.current-menu-item a.x-anchor span {
  font-weight: bold;
}

.account-sidebar-links.x-menu li a.x-anchor:hover {
  opacity: 0.7;
}

#menu-item-49129 {
  flex-grow: 1;
  align-self: stretch;
}

.support-sidebar-links {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100% !important;
}

.support-sidebar-links #menu-item-49128 .x-anchor-text-primary {
  font-weight: bold;
}

div:not(.customize-step3) body:not(.page-id-411) .acf-form-submit,
.acf-file-uploader .file-wrap {
  display: none;
}

body .checkout-tag-section {
  display: none;
}

/* ******************* EXTRA CSS ************************ */
/* changing up page arrow and cookie color button */

.x-root a.x-scroll-top.in {
  background-image: url("/wp-content/uploads/2021/07/frame-46578.svg");
  background-size: 100% 100%;
  opacity: 1;
  border: none;
  border-radius: 100%;
  width: 96px;
  height: 86px;
  cursor: pointer;
}

a.x-scroll-top.in {
  background-image: url("/wp-content/uploads/2021/07/frame-46578.svg");
  background-size: 100% 100%;
  opacity: 1;
  border: none;
  border-radius: 100%;
  width: 96px;
  height: 86px;
  cursor: pointer;
}

a.x-scroll-top.right.fade.in {
  background-image: url("/wp-content/uploads/2021/07/frame-46578.svg");
  background-size: 100% 100%;
  opacity: 1;
  border: none;
  border-radius: 100%;
  width: 96px;
  height: 86px;
  cursor: pointer;
}

.x-root a.x-scroll-top.right.fade.in {
  background-image: url("/wp-content/uploads/2021/07/frame-46578.svg");
  background-size: 100% 100%;
  opacity: 1;
  border: none;
  border-radius: 100%;
  width: 96px;
  height: 86px;
  cursor: pointer;
}

data-x-icon-s {
  background-image: url("/wp-content/uploads/2021/07/frame-46578.svg");
  background-size: 100% 100%;
  opacity: 1;
  border: none;
  border-radius: 100%;
  width: 96px;
  height: 86px;
  cursor: pointer;
}

[data-x-icon-s]:before {
  display: none;
}

.error-response {
  background: #f36e6e;
  color: #fff;
  padding: 10px 0;
  border-radius: 5px;
  border: solid 1px #fb2020;
  font-size: 15px;
  margin-top: 15px;
  display: none;
}

.cn-button.wp-default {
  background-color: #009ab2;
  color: white;
}

.cn-button {
  background-color: #009ab2;
  color: white;
}

.cookie-button {
  background-color: #009ab2;
  color: white;
  padding: 3px 6px;
  border-radius: 5px;
}

/** Global Newsletter Styles **/
.newsletter-form {
  text-align: center;
}
.newsletter-form input.email {
  border-radius: 15px;
  padding: 34px 0 34px 30px;
  border: solid 2px #ccdde2;
  color: #657d80;
  font-size: 16px;
  min-width: 400px;
}
.newsletter-form .button {
  color: #fff;
  background-color: #009ab2;
  padding: 19px 45px;
  border: none;
  border-radius: 15px;
  font-size: 20px;
  vertical-align: top;
  margin-left: -75px;
  text-shadow: none;
  font-family: "Work Sans", sans-serif;
  line-height: 1.7;
}
.newsletter-form .button:hover {
  background-color: #03b4d0;
}
/** END Global Newsletter Styles **/

/** Contact Form Styles **/
#nf-form-5-cont label,
#nf-form-5-cont .nf-form-fields-required {
  display: none;
}

#nf-form-5-cont .contact-form-field input {
  padding: 25px 0 25px 30px;
  border-radius: 15px;
  color: #657d80;
  font-size: 16px;
  border: solid 1.5px #ccdde2;
  box-shadow: none;
  margin-bottom: 0;
}

#nf-form-5-cont .contact-form-message textarea {
  border-radius: 15px;
  color: #657d80;
  font-size: 16px;
  border: solid 1.5px #ccdde2;
  box-shadow: none;
  padding: 30px;
}

.contact-form-submit-wrap {
  text-align: right;
}

#nf-form-5-cont .contact-form-submit input[type="button"] {
  background-color: #009ab2;
  color: #fff;
  border: none;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 600;
  text-shadow: none;
  padding: 15px 60px;
}

#nf-form-5-cont .contact-form-submit .nf-field-element {
  text-align: right;
}
#nf-form-5-cont .contact-form-submit input[type="button"]:hover {
  opacity: 0.7;
}

#nf-form-5-cont nf-fields-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

#nf-form-5-cont nf-field:nth-of-type(3),
#nf-form-5-cont nf-field:nth-of-type(4) {
  grid-column-start: 1;
  grid-column-end: 3;
}
/** END Contact Form Styles **/

@media screen and (max-width: 600px) {
  #newsletter-signup .newsletter-form input.email {
    width: 100%;
    min-width: unset;
    padding: 34px;
  }
  #newsletter-signup .newsletter-form .button {
    margin-left: unset;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .ninja-forms-all-fields-wrap .field-wrap {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
