/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

.post_header_title h2 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: #fff0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  max-width: 100%;
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

:root {

  /* COLORS */

  --color-main: #304c63;
  --color-secondary: #29a9e1;
  --color-accent: #ffd166;

  --color-heading: #304c63;
  --color-text: #4d4d4d;
  --color-link: #29a9e1;
  --color-input-bg: #ffffff;
  --color-input-placeholder: #999999;

  --color-btn: #ffd166;
  --color-btn-hover: #ffdb94;
  --color-btn-txt: #304c63;

  --color-content-bg: #ffffff;

  --border-radius-small: 20px;
  --border-radius: 30px;
  --border-radius-full: 200px;

}

/* ---- */

* {
  box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Varela+Round&display=swap');

body {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--color-text);
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--color-heading);
  line-height: 1.25em;
}

.post_header_title h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.post_header_title h2 a {
  color: var(--color-heading);
  text-decoration: none;
}

.pubDate {
  display: inline-flex;
  background: transparent url(https://mkt.wemystic.net/design/icons/misc/i-calendar.png) no-repeat 0 center;
  background-size: 20px;
  padding-left: 30px;
  color: #999;
  margin-bottom: 15px;
}

h2 {
  font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .post_header_title h2 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.375rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .post_header_title h2 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.375rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }
}

p {
  line-height: 1.5rem;
}

a {
  color: var(--color-link);
}

a:hover {
  text-decoration: none;
}

.wrapper.bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff none no-repeat center;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  overflow: auto;
  background-image: url('../../images/bg-zen-vitalite-desktop.jpg');
}

@media all and (max-width:768px) {
  .wrapper.bg {
    background-image: url('../../images/bg-zen-vitalite-mobile.jpg');
  }
}

.container {
  padding: 40px;
}

.container.content {
  line-height: 1.5rem;
}

.logo {
  max-width: 125px;
}

.logo img {
  width: 100%;
}

.container.header {
  padding: 15px 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .5s ease;
  z-index: 10;
  border-radius: var(--border-radius-small);
}

.container.header.header-fixed-bg {
  background-color: rgba(255, 255, 255);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
  width: calc(100% - 40px);
  margin: 20px;
}

.container.header.hide-header {
  top: -150px;
}

.container.main {
  margin: auto 0;
}

.container>.block {
  max-width: 50%;
}

.container.main .title {
  margin-top: 0;
  font-size: 3rem;
}

/* FORM */
.form-wrapper .form_fields_title,
form .ob_fields {
  display: none;
}

#submitMsg {
  padding: 20px;
  border-radius: var(--border-radius-full);
  color: #fff;
}

#submitMsg.msgok {
  background-color: darkgreen;
}

#submitMsg.msgko {
  background-color: darkred;
}

.form-wrapper {
  background-color: var(--color-input-bg);
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border-radius: var(--border-radius-full);
  padding: 5px 150px 5px 15px;
  margin: 15px 0;
  position: relative;
}

.form-wrapper .form_fields .form_fields_input_txt {
  min-height: 45px;
  width: 100%;
  max-width: 380px;
  min-width: 220px;
  border: 0;
  background-color: transparent;
  background-image: none;
}

@media (max-width: 768px) {
  .form-wrapper .form_fields .form_fields_input_txt {
    text-align: center;
  }
}

.btn_default {
  height: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_default .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-btn);
  height: 100%;
  min-width: 120px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  border-radius: var(--border-radius-full);
  color: var(--color-heading);
  text-decoration: none;
  transition: background-color .3s ease-in;
  font-size: 1rem;
  font-weight: 400;
}

.btn_default .btn:hover {
  background-color: var(--color-btn-hover);
}

.form_fields {
  width: 100%;
}

.form-wrapper ul.form {
  margin: 0;
  padding: 0;
  list-style-type: none;
}


.share-social-wrapper {
  margin: 0;
  padding: 20px 0 0 0;
  list-style-type: none;
  font-size: .875rem;
  color: var(--color-heading);
  display: flex;
  align-items: center;
}

.share-social-wrapper li {
  margin: 5px;
}

.share-btn {
  width: 30px;
  height: 30px;
  border-radius: var(--border-radius-full);
  background-color: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-btn img {
  width: 100%;
}

.container.footer {
  padding: 20px;
  text-align: center;
}

.container.footer p {
  margin: 0;
  font-size: .75rem;
}

.container.footer a {
  color: #808080;
}

.container.footer p+p {
  margin-top: 5px;
}

/* CONTENT */
.container.content {
  max-width: 1024px;
  margin: 0 auto;
}

.container.content hr {
  all: unset;
  border-bottom: 1px solid #e6e6e6;
  margin: 40px 0;
  display: block;
}

.post_img.static {
  overflow: hidden;
  border-radius: var(--border-radius);
}

.post_img.static img {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

ul.list {
  margin: 0;
  padding: 20px 0;
  list-style-type: none;
}

ul.list li {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
}

ul.list li+li {
  margin-top: 25px;
}

ul.list li .image+.content {
  margin-left: 10px;
}

ul.list:not(ul.list.with-icons) .image {
  border-radius: var(--border-radius-small);
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-width: 200px;
  max-width: 200px;
}

ul.list:not(ul.list.with-icons) .image img {
  width: 100%;
  height: auto !important;
  display: block;
}

ul.list.with-icons li .image {
  max-width: 70px;
}

ul.list.with-icons li .image img {
  width: 100%;
  height: auto !important;
}

ul.list li .content>h1:first-child,
ul.list li .content>h2:first-child,
ul.list li .content>h3:first-child,
ul.list li .content>h4:first-child,
ul.list li .content>h5:first-child,
ul.list li .content>h6:first-child,

ul.list li .content>*>h1:first-child,
ul.list li .content>*>h2:first-child,
ul.list li .content>*>h3:first-child,
ul.list li .content>*>h4:first-child,
ul.list li .content>*>h5:first-child,
ul.list li .content>*>h6:first-child {
  margin-top: 5px;
  margin-bottom: 10px;
}

ul.list li .content>*>h1:first-child a,
ul.list li .content>*>h2:first-child a,
ul.list li .content>*>h3:first-child a,
ul.list li .content>*>h4:first-child a,
ul.list li .content>*>h5:first-child a,
ul.list li .content>*>h6:first-child a,

ul.list li .content>h1:first-child a,
ul.list li .content>h2:first-child a,
ul.list li .content>h3:first-child a,
ul.list li .content>h4:first-child a,
ul.list li .content>h5:first-child a,
ul.list li .content>h6:first-child a {
  text-decoration: none;
}

ul.list li .content>p {
  margin-top: 0px;
  margin-bottom: 10px;
}

@media all and (min-width:769px) {
  .btn_default {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media all and (max-width:768px) {

  .wrapper.bg {
    padding: 40vh 20px 20px 20px;
    justify-content: flex-start;
    overflow: unset;
    background-position: center top;
  }

  .container {
    padding: 30px 20px;
  }

  .container.header {
    margin-bottom: calc(100vh - 160%);
  }

  .container.header.header-fixed-bg {
    margin: 10px 20px;
    width: calc(100% - 40px);
    border-radius: var(--border-radius-small);
  }

  .logo {
    max-width: 100px;
  }

  .container.main {
    margin: auto 0 0 0;
  }

  .container.main {
    background-color: var(--color-secondary);
    border-radius: var(--border-radius);
  }

  .container .block {
    max-width: 100%;
  }

  .container.main .title,
  .container.main .description {
    color: #ffffff;
  }

  .container.main .title {
    font-size: 1.313rem;
  }

  #submitMsg {
    border-radius: var(--border-radius-small);
  }

  .form-wrapper {
    flex-direction: column;
    border-radius: var(--border-radius-small);
    padding: 5px 10px;
    width: 100%;
  }

  .btn_default .btn,
  .btn_default {
    width: 100%;
  }

  .btn_default .btn {
    min-height: 45px;
  }

  .share-social-wrapper {
    padding: 10px 0 0 0;
  }
}

@media all and (max-width:576px) {
  ul.list:not(ul.list.with-icons) li {
    flex-direction: column;
  }

  ul.list:not(ul.list.with-icons) li .image {
    margin-bottom: 10px;
  }

  ul.list:not(ul.list.with-icons) li .image+.content {
    margin-left: 0px;
  }
}

.container.content img {
  border-radius: 30px;
}

.container.content p>img {
  display: block;
  margin: 0 auto;
}

.container.content+.container.content {
  padding-top: 0
}

.container.content hr+hr {
  display: none;
}

.container.content hr:last-child {
  margin-bottom: 0;
}

.grecaptcha-badge {
  visibility: hidden !important;
}


.consent-type {
  position: relative;
  margin: 15px 0 !important;
  text-align: left;
}

.consent-type .checkbox {
  position: relative;
  display: block;
  box-sizing: border-box;
  color: #818181;
  font-size: .875rem;
  padding: 0 0 0 30px;
  line-height: 1.5;
  cursor: default;
}

.consent-type input[type="checkbox"] {
  position: absolute;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--color-input-bg);
}

.consent-type input[type="checkbox"]:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  background-color: var(--color-input-bg);
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: top;
  border-radius: 5px;
}

.consent-type input[type="checkbox"]:checked:before {
  content: "x";
  font-family: helvetica, sans-serif;
  color: #333;
}

.consent-type .checkbox a {
  text-decoration: underline;
  color: #23a0c6;
}

@media (max-width: 768px) {

  .consent-type .checkbox,
  .consent-type .checkbox a {
    color: #fff;
  }
}

dialog#overlayDialog {
  width: 100%;
  max-width: 700px;
  border: none;
}

dialog#overlayDialog:backdrop {
  background-color: rgba(0, 0, 0, .2);
}

.modalHeader {
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  text-align: right;
}

.modalHeader a.close {
  display: inline-block;
  padding: 15px;
  font-size: 30px;
  cursor: pointer;
  color: #b3b3b3;
}

.htmlContent {
  padding: 0 25px;
  height: calc(100vh - 150px);
  overflow-y: auto;
}

.htmlContent h1,
.htmlContent h2,
.htmlContent h3,
.htmlContent h4,
.htmlContent h5,
.htmlContent h6 {
  font-size: 24px;
}

@media (max-width: 768px) {
  .modalHeader a.close {
    padding: 10px 15px;
  }

  .htmlContent {
    height: calc(100vh - 100px);
  }
}

.postNavPrev a::before,
.postNavNext a::after {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  color: #888;
}
.postNavPrev a::before {
  content: "«";
}
.postNavNext a::after {
  content: "»";
}

