@charset "UTF-8";
/*
Theme Name: Justyna Skrzypek
Author: Łukasz Symonowicz i Adam Jaworski
Version: 1.0
Text Domain: justynaskrzypek
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video;
  transition: opacity .3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video-inner;
  transform: translate(0, 0);
  transition: transform .3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  transform: rotate(45deg);
}

.modal-video-close-btn:after {
  transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

*, *:after, *:before {
  box-sizing: border-box;
}

html {
  font-family: open-sans, sans-serif;
}

body {
  font-family: open-sans, sans-serif;
  padding-top: calc(67px + 2rem);
}

@media (min-width: 63.5em) {
  body {
    padding-top: 67px;
  }
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 29em) {
  .container {
    width: 100%;
  }
}

@media (min-width: 49em) {
  .container {
    width: 740px;
  }
}

@media (min-width: 63.5em) {
  .container {
    width: 960px;
  }
}

@media (min-width: 72em) {
  .container {
    width: 1120px;
  }
}

@media (min-width: 93.75em) {
  .container {
    width: 1470px;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.popular-posts {
  display: flex;
  flex-direction: column;
}

.popular-post {
  display: flex;
  padding-left: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d2d2d2;
}

.popular-post:not(:last-child) {
  margin-bottom: 1rem;
}

.popular-post-image {
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  border: 4px solid white;
}

.popular-post-details {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-left: 1rem;
}

.popular-post-title {
  font-size: 1.25rem;
  color: #87595e;
  font-family: cardea, serif;
  line-height: 1.25;
  margin-bottom: 0.4rem;
}

.popular-post-category {
  font-size: 0.875rem;
  color: #49282c;
  font-weight: bold;
  text-transform: uppercase;
}

.widgets-item .popular-post {
  padding-left: 0;
}

.widgets-item .popular-post-title {
  font-size: 1.125rem;
}

.js-newsletter {
  background-color: #fbecef;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 72em) {
  .js-newsletter {
    padding: 1rem 1rem 0;
  }
}

@media (min-width: 93.75em) {
  .js-newsletter {
    padding: 2rem 2rem 0;
  }
}

.js-newsletter form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.js-newsletter input[type=email] {
  width: 100%;
  background-color: white;
  border-radius: 90px;
  padding: 1rem;
  border: none;
  text-align: center;
  color: #747474;
  font-size: 1rem;
  margin-bottom: 1.75rem;
  line-height: 1.2;
  outline: none !important;
}

.js-newsletter-title {
  color: #333337;
  text-align: center;
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.214;
  font-family: cardea, serif;
  margin: 0 0 1.5rem;
}

.js-newsletter-checkbox {
  position: relative;
  display: flex;
  font-size: 0.6875rem;
  color: #333337;
  line-height: 1.364;
  padding-left: 22px;
  cursor: pointer;
}

.js-newsletter-checkbox input {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.js-newsletter-checkbox input:checked + span:before {
  content: '\2714';
}

.js-newsletter-checkbox span:before {
  position: absolute;
  left: 0;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background-color: white;
  cursor: pointer;
}

.js-newsletter-submit {
  display: inline-flex;
  color: white;
  background-color: #dd7a8f;
  border: 0;
  text-transform: uppercase;
  border-radius: 90px;
  padding: 0 2.5rem;
  height: 47px;
  margin-top: 1.5rem;
  margin-bottom: -23px;
  cursor: pointer;
  transition: transform 200ms ease-in-out;
  outline: none !important;
}

.js-newsletter-submit:hover {
  transform: scale(1.05);
}

.socials a {
  display: inline-block;
  margin: 0 0.25rem;
}

.socials a svg {
  fill: #727272;
  height: 51px;
  transition: fill 200ms ease-in-out;
}

.socials a.icon-fb svg:hover {
  fill: #3c5b9b;
}

.socials a.icon-yt svg:hover {
  fill: #e14e42;
}

.socials a.icon-insta svg:hover {
  fill: #517fa4;
}

.socials a.icon-linkedin svg:hover {
  fill: #0173b2;
}

.post-comments .wc-comment-label {
  position: relative;
  box-shadow: none !important;
  border: none !important;
}

.post-comments .wc-comment-label:after {
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #dd7a8f;
}

.post-comments .wc-comment-label.wc-blog-guest:after {
  background-color: #4D4D4D;
}

.site-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 67px;
  padding: 1rem 1.25rem;
  background-color: #ffffff;
}

@media (min-width: 63.5em) {
  .site-header {
    padding: 0 1.25rem;
    border-bottom: 4px solid #ebece9;
  }
}

.admin-bar .site-header {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

.site-header-container {
  position: relative;
}

.site-header-container, .primary-menu ul, .site-navigation {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.site-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-logo img {
  max-height: 67px;
}

.primary-menu ul, .primary-menu a {
  display: flex;
  height: 100%;
}

.primary-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-menu a {
  color: inherit;
  justify-content: center;
  align-items: center;
  padding: 0 1.25rem;
  text-transform: uppercase;
}

.primary-menu li {
  font-size: 1rem;
  font-weight: 600;
  color: #333337;
}

.primary-menu li.current-menu-item, .primary-menu li:hover {
  color: #d86572;
  box-shadow: 0 4px 0 0 #d86572;
}

/*
 * Search bar
 */
.site-search-bar {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  min-width: 150px;
}

.site-search-bar form {
  display: flex;
  align-items: center;
  border: 1px solid #c7cacc;
  border-radius: 90px;
}

.site-search-bar label {
  overflow: hidden;
  transition: width ease-in-out 400ms;
}

.site-search-bar input {
  height: 40px;
  border: 0;
  padding: 0.5rem 1rem;
  background-color: transparent;
  border-radius: 90px;
  outline: none !important;
}

.site-search-bar button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 90px;
  cursor: pointer;
  transition: background-color 200ms ease-in-out;
  outline: none !important;
}

.site-search-bar button img {
  width: 18px;
  height: 19px;
}

.site-search-bar button:hover {
  background-color: #eee;
}

.site-hamburger {
  cursor: pointer;
}

@media (min-width: 63.5em) {
  .site-hamburger {
    display: none;
  }
}

@media (max-width: 63.5em) {
  .site-navigation {
    position: absolute;
    padding: 1rem;
    top: 100%;
    transform: translateY(-50px);
    opacity: 0;
    background-color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: all 300ms ease-in-out;
    pointer-events: none;
  }
  .site-navigation.active {
    pointer-events: initial;
    transform: translateY(0);
    opacity: 1;
  }
  .site-navigation .primary-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .site-navigation .primary-menu ul li {
    width: 100%;
  }
  .site-navigation .primary-menu ul a {
    padding: 1rem;
    width: 100%;
  }
  .site-navigation .site-search-bar {
    border-top: 1px solid #efefee;
    padding-top: 1rem;
    align-items: center;
    justify-content: center;
  }
}

.content-container {
  display: flex;
}

.content {
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width: 63.5em) {
  .content {
    text-align: left;
  }
}

@media (min-width: 72em) {
  .content {
    width: 72%;
  }
}

.widgets {
  display: flex;
  width: 28%;
  padding-left: 50px;
}

.js-title {
  position: relative;
  text-align: center;
  font-family: cardea, serif;
  font-size: 2.375rem;
  font-weight: 400;
  color: #373737;
}

.js-title:after {
  position: absolute;
  display: block;
  content: "";
  height: 3px;
  width: 40px;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #dd7a8f;
}

.widgets {
  display: none;
}

@media (min-width: 72em) {
  .widgets {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
  }
}

.widgets-item:not(:last-child) {
  margin-bottom: 1.5rem;
}

.widgets-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widgets-item ul a {
  display: block;
  color: #333337;
  font-size: 1.125rem;
  padding: 0.6rem 1rem 0.5rem;
  border-bottom: 1px solid #d2d2d2;
  transition: background-color 200ms ease-in-out;
}

.widgets-item ul a:hover {
  background-color: #f4f4f4;
}

.js-search-box {
  margin-top: 2rem;
  display: flex;
  width: 100%;
  border: 1px solid #c7cacc;
  border-radius: 90px;
  height: 46px;
}

.js-search-box label {
  display: flex;
  width: 100%;
  height: 100%;
}

.js-search-box input {
  padding: 0 2rem;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  outline: none !important;
  border-radius: 90px;
}

.js-search-box button {
  padding: 0 2rem;
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 25px 90px 90px 25px;
  transition: background-color 200ms ease-in-out;
}

.js-search-box button img {
  height: 18px;
}

.js-search-box button:hover {
  background-color: #eee;
}

.widgets-title {
  position: relative;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 400;
  color: #373737;
  font-family: cardea, serif;
  margin-bottom: 2.5rem;
}

.widgets-title:before {
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #f9cfd6;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.tagcloud {
  text-align: center;
}

.tag-cloud-link {
  color: #dd7a8f;
  font-weight: bold;
  transition: color 200ms ease-in-out;
}

.tag-cloud-link:hover {
  color: #ca677c;
}

.widget-o-mnie {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
  background-color: #eeeeee;
}

@media (min-width: 72em) {
  .widget-o-mnie {
    padding: 2rem 1.25rem;
  }
}

@media (min-width: 93.75em) {
  .widget-o-mnie {
    padding: 2.5rem 1.5rem;
  }
}

.widget-o-mnie-avatar {
  margin-bottom: 0.5rem;
}

.widget-o-mnie-paragraph {
  font-size: 0.9375rem;
  color: #4b4b4b;
  line-height: 1.533;
  text-align: center;
  padding: 1rem 0;
}

.widget-o-mnie-paragraph p {
  padding: 0;
  margin: 0;
}

.widget-o-mnie-link {
  margin-top: 0.75rem;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9375rem;
  color: white;
  font-weight: 600;
  background-color: #333337;
  padding: 0.75rem 2.5rem;
  border-radius: 90px;
  transition: transform 200ms ease-in-out;
  cursor: pointer;
}

.widget-o-mnie-link:hover {
  transform: scale(1.05);
}

.widget-social .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0.5rem 1.6rem;
  border: 1px solid #ededed;
}

.widget-social .socials a {
  margin: 0 0.5rem;
}

@media (min-width: 72em) {
  .widget-social .socials svg {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 93.75em) {
  .widget-social .socials svg {
    width: 49px;
    height: 49px;
  }
}

.footer {
  display: flex;
  padding: 1.5rem;
  margin: 0;
  background-color: #333337;
}

.footer-copyrights {
  text-align: center;
  color: #5d5d62;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.footer-menu {
  font-size: 1rem;
  font-weight: 600;
}

.footer-menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 49em) {
  .footer-menu ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.footer-menu a {
  display: block;
  color: #ffffff;
  padding: 1rem 1.5rem;
  transition: color 200ms ease-in-out;
}

.footer-menu a:hover {
  color: #ddd;
}

.footer-general {
  background-color: #fbecef;
  padding: 1rem 0 1.5rem;
  overflow: hidden;
}

@media (min-width: 72em) {
  .footer-general {
    padding: 1rem 0 2rem;
  }
}

@media (min-width: 93.75em) {
  .footer-general {
    padding: 2rem 0 4rem;
  }
}

.footer-columns {
  display: flex;
  flex-direction: column;
  margin: 0 -2.25rem;
  padding: 0 1rem;
}

@media (min-width: 49em) {
  .footer-columns {
    flex-direction: row;
    padding: 0;
  }
}

.footer-column-1, .footer-column-2, .footer-column-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2.25rem;
}

@media (min-width: 63.5em) {
  .footer-column-1, .footer-column-2, .footer-column-3 {
    display: block;
  }
}

.footer-column-1 {
  width: 100%;
}

@media (min-width: 63.5em) {
  .footer-column-1 {
    width: 40%;
  }
}

.footer-column-2, .footer-column-3 {
  width: 100%;
}

@media (min-width: 63.5em) {
  .footer-column-2, .footer-column-3 {
    width: 50%;
  }
}

@media (min-width: 63.5em) {
  .footer-column-2, .footer-column-3 {
    width: 30%;
  }
}

.footer-title {
  position: relative;
  color: #49282c;
  font-family: cardea, serif;
  font-weight: 400;
  font-size: 1.875rem;
  margin-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 63.5em) {
  .footer-title {
    text-align: left;
  }
}

.footer-title:before {
  display: block;
  content: "";
  width: 40px;
  height: 4px;
  background-color: #cb9aa0;
  position: absolute;
  bottom: -15px;
  right: 0;
  margin: auto;
  left: 0;
}

@media (min-width: 63.5em) {
  .footer-title:before {
    margin: 0;
  }
}

.footer-paragraph {
  margin: 0;
  padding: 0 0 0.5rem;
  color: #8f6267;
  font-size: 1.0625rem;
  line-height: 1.412;
  text-align: center;
}

@media (min-width: 63.5em) {
  .footer-paragraph {
    text-align: left;
  }
}

.footer-paragraph p {
  margin: 0;
}

.footer-paragraph strong {
  color: #49282c;
  font-weight: 600;
}

.footer-button {
  display: inline-block;
  padding: 0.95rem 2rem 0.75rem;
  background-color: white;
  color: #ca9ca1;
  border-radius: 90px;
  text-transform: uppercase;
  font-weight: 600;
  transition: transform 200ms ease-in-out;
  margin: 1rem auto 1.5rem;
}

.footer-button:hover {
  transform: scale(1.05);
}

.footer-category {
  display: inline-block;
  padding: 0.4rem 0.75rem 0.35rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #dd7a8f;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  transition: background-color 200ms ease-in-out;
}

.footer-category:hover {
  background-color: #cd697f;
}

.footer-socials .socials a {
  margin: 0 0.5rem 0 0;
}

.footer-socials .socials svg {
  opacity: 0.5;
  height: 41px;
  transition: all 200ms ease-in-out;
}

.footer-socials .socials svg:hover {
  opacity: 1;
}

.footer-newsletter {
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  background-color: #fbecef;
}

@media (min-width: 63.5em) {
  .footer-newsletter {
    background-color: white;
    margin-bottom: 1.5rem;
  }
  .footer-newsletter .js-newsletter {
    background-color: white;
  }
  .footer-newsletter .js-newsletter input[type=email] {
    border: 1px solid #c7cacc;
  }
  .footer-newsletter .js-newsletter-checkbox span:before {
    border: 1px solid #c7cacc;
  }
}

@media (min-width: 72em) {
  .footer-newsletter {
    display: none;
  }
}

.footer-newsletter .js-newsletter {
  margin-top: 0;
}

.footer-newsletter .js-title {
  margin-top: 0;
}

.footer-newsletter .js-newsletter-submit {
  margin-bottom: 0;
}

.footer-socials-container {
  display: none;
}

@media (min-width: 49em) {
  .footer-socials-container {
    display: block;
  }
}

@media (min-width: 49em) {
  .footer-socials-container-2 {
    display: none;
  }
}

.footer-facebook {
  width: 300px;
  margin: 0 auto;
}

@media (min-width: 63.5em) {
  .footer-facebook {
    width: auto;
    margin: auto;
  }
}

.footer-popular-posts {
  display: none;
}

@media (min-width: 63.5em) {
  .footer-popular-posts {
    display: block;
  }
}

.footer-popular-posts-2 {
  padding: 1rem 0 1rem;
}

@media (min-width: 63.5em) {
  .footer-popular-posts-2 {
    display: none;
  }
}

.footer-popular-posts-2 .popular-post {
  display: flex;
  flex-direction: column;
  border: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.footer-popular-posts-2 .popular-post-image {
  width: 100%;
  height: 180px;
  border: none;
  border-radius: 0;
}

.footer-popular-posts-2 .footer-title {
  margin-bottom: 4rem;
}

.footer-popular-posts-2 .popular-post-details {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  padding: 1.5rem 1rem 0;
}

.footer-popular-posts-2 .popular-post-title {
  color: #373737;
  font-size: 1.5rem;
}

.footer-popular-posts-2 .popular-post-category {
  font-size: 0.875rem;
  color: #dd7a8f;
}

.footer-categories {
  display: flex;
  justify-content: center;
}

@media (min-width: 72em) {
  .footer-categories {
    display: block;
  }
}

.footer-socials .socials {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 63.5em) {
  .footer-socials .socials {
    display: block;
  }
}

.hero {
  border-bottom: 6px solid #000000;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: auto;
}

@media (min-width: 29em) {
  .hero {
    height: 450px;
    background-image: url("assets/images/hero_shadow.jpg");
  }
}

@media (min-width: 72em) {
  .hero {
    height: 530px;
  }
}

@media (min-width: 93.75em) {
  .hero {
    height: 696px;
  }
}

.hero-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 999999999999999px;
}

@media (min-width: 29em) {
  .hero-bg {
    flex-direction: row;
    justify-content: normal;
    background-position: 170px center;
  }
}

@media (min-width: 49em) {
  .hero-bg {
    justify-content: normal;
    background-position: 370px center;
  }
}

@media (min-width: 63.5em) {
  .hero-bg {
    background-position: 420px center;
  }
}

@media (min-width: 72em) {
  .hero-bg {
    background-position: 530px center;
  }
}

@media (min-width: 93.75em) {
  .hero-bg {
    background-position: 680px center;
  }
}

.hero-content {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 1rem;
}

.hero-content img {
  display: none;
}

@media (min-width: 29em) {
  .hero-content {
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    margin-bottom: 20px;
  }
  .hero-content img {
    display: block;
    height: 180px;
  }
}

@media (min-width: 63.5em) {
  .hero-content {
    margin-bottom: 70px;
  }
  .hero-content img {
    height: 210px;
  }
}

@media (min-width: 72em) {
  .hero-content {
    margin-left: 80px;
  }
  .hero-content img {
    height: auto;
  }
}

@media (min-width: 93.75em) {
  .hero-content {
    margin-left: 120px;
  }
}

.hero-slogan {
  margin: 0;
  color: #dd7a8f;
  font-weight: 400;
  font-family: cardea, serif;
  font-size: 2rem;
  text-align: center;
}

@media (min-width: 29em) {
  .hero-slogan {
    font-size: 1.5rem;
  }
}

@media (min-width: 49em) {
  .hero-slogan {
    font-size: 2rem;
  }
}

@media (min-width: 63.5em) {
  .hero-slogan {
    font-size: 2.5rem;
    margin-top: 1rem;
  }
}

@media (min-width: 72em) {
  .hero-slogan {
    font-size: 3rem;
  }
}

@media (min-width: 93.75em) {
  .hero-slogan {
    font-size: 3.75rem;
  }
}

.index-category-name {
  margin: 1.5rem 0;
}

@media (min-width: 72em) {
  .index-category-name {
    margin: 2rem 0;
  }
}

@media (min-width: 93.75em) {
  .index-category-name {
    margin: 3rem 0;
  }
}

.hero-mobile-img {
  width: 100%;
  height: auto;
}

@media (min-width: 29em) {
  .hero-mobile-img {
    display: none;
  }
}

.index-youtube {
  display: none;
}

@media (min-width: 63.5em) {
  .index-youtube {
    display: block;
  }
}

/**
  Featured Section
 */
.featured {
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.5em) {
  .featured {
    flex-direction: row;
    justify-content: space-between;
    margin-top: -70px;
    margin-bottom: 70px;
  }
}

.featured-item {
  cursor: pointer;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 200ms ease-in-out;
  width: 100%;
  min-height: 180px;
  padding: 2rem 2rem 0;
}

.featured-item:hover {
  transform: scale(1.05);
}

.featured-item.first {
  color: white;
  background-color: #bbbab4;
}

.featured-item.second {
  color: white;
  background-color: #333337;
}

.featured-item.third {
  color: #a25d6b;
  background-color: #f9cfd6;
}

@media (min-width: 63.5em) {
  .featured-item {
    min-height: auto;
    width: 235px;
    height: 158px;
    padding: 1rem 1rem 0;
  }
}

@media (min-width: 72em) {
  .featured-item {
    width: 270px;
    height: 181px;
    padding: 1.25rem 1.25rem 0;
  }
}

@media (min-width: 93.75em) {
  .featured-item {
    width: 356px;
    height: 239px;
    padding: 2.25rem 1.5rem 0;
  }
}

.featured-paragraph {
  margin: 0;
  font-family: cardea, serif;
  font-size: 1.75rem;
}

@media (min-width: 63.5em) {
  .featured-paragraph {
    font-size: 1.25rem;
  }
}

@media (min-width: 72em) {
  .featured-paragraph {
    font-size: 1.5rem;
    line-height: 1.05;
  }
}

@media (min-width: 93.75em) {
  .featured-paragraph {
    font-size: 1.875rem;
    line-height: 1.133;
  }
}

.featured-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.featured-number {
  font-weight: 700;
  color: #ffffff;
  line-height: 3.5rem;
  font-size: 4.5rem;
}

@media (min-width: 72em) {
  .featured-number {
    line-height: 4.5rem;
    font-size: 6rem;
  }
}

.featured-category {
  color: inherit;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

.featured-youtube {
  position: relative;
  padding: 0;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 230px;
}

@media (min-width: 63.5em) {
  .featured-youtube {
    min-height: auto;
  }
}

.featured-youtube:hover .featured-modal-btn {
  transform: scale(1.1);
}

.featured-youtube:hover:before {
  opacity: 0.1;
}

.featured-youtube:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}

.featured-modal-btn {
  transition: transform 200ms ease-in-out;
}

.index-posts-grid {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 63.5em) {
  .index-posts-grid {
    margin: 0 -1.25rem;
  }
}

.index-posts-item {
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media (min-width: 63.5em) {
  .index-posts-item {
    display: block;
    text-align: left;
    width: 50%;
    padding: 0 1.25rem;
  }
}

@media (min-width: 72em) {
  .index-posts-item {
    margin-bottom: 2rem;
  }
}

@media (min-width: 93.75em) {
  .index-posts-item {
    margin-bottom: 3rem;
  }
}

.index-post-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  flex-direction: row-reverse;
}

@media (min-width: 49em) {
  .index-post-details {
    padding: 0.75rem 0;
  }
}

@media (min-width: 63.5em) {
  .index-post-details {
    flex-direction: row;
  }
}

.index-post-published {
  color: #a0a0a0;
  font-size: 0.875rem;
}

.index-post-published strong {
  color: #4b4b4b;
  font-weight: 400;
}

.index-post-category {
  color: #dd7a8f;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
}

.index-post-image {
  width: 100%;
  padding-bottom: 45.525%;
  background-size: cover;
  background-position: center;
  order: -1;
}

.index-post-title {
  display: block;
  margin: 0;
  padding: 0 1rem;
  color: #373737;
  font-family: cardea, serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.214;
}

@media (min-width: 49em) {
  .index-post-title {
    padding: 0;
  }
}

@media (min-width: 63.5em) {
  .index-post-title {
    margin: 1rem 0;
  }
}

.index-post-excerpt {
  color: #7a8386;
  font-size: 1.0625rem;
  line-height: 1.471;
  padding: 0 1rem;
}

@media (min-width: 49em) {
  .index-post-excerpt {
    padding: 0;
  }
}

.index-show-all {
  display: flex;
  justify-content: center;
  position: relative;
}

.index-show-all:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #efefee;
  top: 0;
  bottom: 0;
  margin: auto;
}

.index-show-all a {
  position: relative;
  z-index: 1;
  padding: 0.75rem 2rem;
  color: #bfbfbf;
  font-size: 0.95625rem;
  font-weight: 600;
  border: 2px solid #efefee;
  border-radius: 90px;
  background-color: white;
  transition: transform 200ms ease-in-out;
}

.index-show-all a:hover {
  transform: scale(1.05);
}

.single-container {
  margin-top: 2.5rem;
}

.post-details {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  border-bottom: 1px solid #d7d7d7;
}

.post-categories {
  text-align: center;
}

.post-title {
  font-size: 2.375rem;
  color: #373737;
  line-height: 1.158;
  font-family: cardea, serif;
  font-weight: 400;
  text-align: center;
  margin: 1rem 0;
}

.post-title:after {
  bottom: -20px;
}

.post-published {
  padding: 1.5rem 0;
  display: block;
  text-align: center;
  color: #a0a0a0;
  font-size: 0.875rem;
}

.post-published strong {
  color: #4b4b4b;
  font-weight: normal;
}

.post-content {
  padding-bottom: 2rem;
  border-bottom: 1px solid #d7d7d7;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 49em) {
  .post-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 72em) {
  .post-content {
    padding-bottom: 3rem;
  }
}

@media (min-width: 93.75em) {
  .post-content {
    padding-bottom: 4rem;
  }
}

.post-content p {
  margin: 2rem 0;
  color: #555555;
  line-height: 1.529;
  font-size: 1.0625rem;
}

.post-content p.has-small-font-size {
  font-size: 0.875rem;
}

.post-content p.has-average-font-size {
  font-size: 1.375rem;
}

.post-content p.has-big-font-size {
  color: #1a1a1a;
  font-size: 1.875rem;
}

.post-content strong {
  font-weight: 700;
  color: #2c2c2c;
}

.post-content em {
  font-weight: 300;
}

.post-footer {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 49em) {
  .post-footer {
    padding-left: 0;
    padding-right: 0;
  }
}

.post-share {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #6c6c6c;
  font-size: 0.9375rem;
}

.post-share a {
  margin-left: 0.5rem;
  opacity: 0.6;
  transition: opacity 200ms ease-in-out;
}

.post-share a:hover {
  opacity: 1;
}

.post-share-icon {
  margin: 0 1rem 0 0.5rem;
}

.post-tags a {
  color: #dd7a8f;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
}

.post-tags-title {
  margin: 0 0 0.75rem;
  font-weight: normal;
  font-family: cardea, serif;
  font-size: 2rem;
  color: #373737;
}

.post-comments {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 49em) {
  .post-comments {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 63.5em) {
  .archive-container {
    margin-top: 4rem;
  }
}

.archive-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #eeeeee;
  padding: 2rem 1rem;
  font-family: cardea, serif;
  font-size: 2rem;
  text-align: center;
}

@media (min-width: 63.5em) {
  .archive-header {
    text-align: left;
  }
}

@media (min-width: 72em) {
  .archive-header {
    padding: 3rem 1rem;
  }
}

@media (min-width: 93.75em) {
  .archive-header {
    padding: 4rem 1rem;
  }
}

.archive-header-cat {
  font-size: 2.75rem;
  color: #dd7a8f;
  text-transform: uppercase;
}

.archive-post {
  display: flex;
  padding: 1rem 0;
  flex-direction: column;
}

@media (min-width: 63.5em) {
  .archive-post {
    padding: 2rem 0;
    border-bottom: 1px solid #d7d7d7;
    flex-direction: row;
  }
}

@media (min-width: 72em) {
  .archive-post {
    padding: 3rem 0;
  }
}

@media (min-width: 93.75em) {
  .archive-post {
    padding: 4rem 0;
  }
}

.archive-post-image {
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
  width: 100%;
  padding-bottom: 45%;
  border-radius: 0;
  margin-bottom: 1rem;
}

@media (min-width: 63.5em) {
  .archive-post-image {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 72em) {
  .archive-post-image {
    width: 200px;
    height: 200px;
  }
}

@media (min-width: 93.75em) {
  .archive-post-image {
    width: 250px;
    height: 250px;
  }
}

.archive-post-content {
  padding: 0 1rem;
  text-align: center;
}

@media (min-width: 49em) {
  .archive-post-content {
    padding-left: 2rem;
    padding-right: 0;
  }
}

@media (min-width: 63.5em) {
  .archive-post-content {
    text-align: left;
  }
}

.archive-post-title {
  display: inline-block;
  margin: 0.75rem 0 0.25rem;
  color: #373737;
  font-size: 1.875rem;
  font-family: cardea, serif;
  font-weight: normal;
}

@media (min-width: 63.5em) {
  .archive-post-title {
    margin: 0.75rem 0 0.85rem;
  }
}

.archive-post-details {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media (min-width: 63.5em) {
  .archive-post-details {
    display: block;
  }
}

.archive-post-published {
  font-size: 0.875rem;
  color: #a0a0a0;
}

@media (min-width: 63.5em) {
  .archive-post-published.mobile {
    display: none;
  }
}

.archive-post-published.not-mobile {
  display: none;
}

@media (min-width: 63.5em) {
  .archive-post-published.not-mobile {
    display: block;
  }
}

.archive-post-published strong {
  color: #4b4b4b;
  font-weight: normal;
}

.archive-post-excerpt {
  font-size: 1.0625rem;
  color: #7a8386;
  line-height: 1.471;
}

.archive-post-readmore {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.75rem 2.25rem;
  color: #616161;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  background-color: #eeeeee;
  border-radius: 90px;
  transition: all 200ms ease-in-out;
}

.archive-post-readmore:hover {
  background-color: #e2e2e2;
  transform: scale(1.05);
}

.content > .archive-post:first-child {
  padding-top: 0;
}

.contact-container {
  padding-top: 3rem;
}

.contact-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 0 1rem;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 2rem;
}

.contact-header .js-title {
  margin-top: 1rem;
}

.contact-call {
  color: #dd7a8f;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}

.contact-image {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.contact-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 2rem;
  padding: 0 1rem;
}

@media (min-width: 63.5em) {
  .contact-form {
    padding: 0;
  }
}

.contact-columns {
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.5em) {
  .contact-columns {
    margin-right: -1rem;
    margin-left: -1rem;
    flex-direction: row;
  }
}

.contact-column {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}

.contact-column span {
  width: 100%;
}

@media (min-width: 63.5em) {
  .contact-column {
    margin: 0 1rem;
    width: 33.3%;
  }
}

.contact-column input {
  border-radius: 90px;
}

.contact-input {
  width: 100%;
  padding: 1rem 3rem;
  border: 1px solid #c7cacc;
  outline: none !important;
  transition: all 200ms ease-in-out;
  font-size: 1.0625rem;
}

.contact-input:focus {
  transform: scale(1.05);
}

@media (min-width: 63.5em) {
  .column-textarea {
    margin-top: 1rem;
  }
}

.column-textarea textarea {
  border-radius: 23px;
}

.wpcf7-acceptance .wpcf7-list-item label {
  position: relative;
  display: flex;
  font-size: 0.6875rem;
  color: #333337;
  line-height: 1.364;
  padding-left: 28px;
  cursor: pointer !important;
}

.wpcf7-acceptance .wpcf7-list-item label span {
  cursor: pointer !important;
}

.wpcf7-acceptance .wpcf7-list-item label input {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.wpcf7-acceptance .wpcf7-list-item label input:checked + span:before {
  content: '\2714';
}

.wpcf7-acceptance .wpcf7-list-item label span:before {
  position: absolute;
  left: 0;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background-color: #eee;
  border: 1px solid #ddd;
  cursor: pointer;
}

.contact-columns-2 {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}

@media (min-width: 63.5em) {
  .contact-columns-2 {
    flex-direction: row;
  }
}

.contact-columns-2 .contact-acceptance {
  display: flex;
  width: 100%;
}

@media (min-width: 63.5em) {
  .contact-columns-2 .contact-acceptance {
    width: 70%;
    padding-left: 1.5rem;
  }
}

.contact-submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-top: 1rem;
}

@media (min-width: 63.5em) {
  ..contact-submit {
    margin-top: 0;
    justify-content: flex-start;
    align-items: flex-end;
    width: 30%;
  }
}

 .contact-submit input[type=submit] {
  padding: 1rem 2.5rem 0.9rem;
  color: white;
  background-color: #dd7a8f;
  border: none;
  border-radius: 90px;
  text-transform: uppercase;
  font-size: 0.9375rem;
  cursor: pointer;
  outline: none !important;
  transition: all 200ms ease-in-out;
}

.contact-submit input[type=submit]:hover {
  background-color: #d17085;
  transform: scale(1.05);
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
  border-radius: 23px;
  padding: 1.5rem 2rem;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border-color: #dd7a8f;
}

.o-mnie-container {
  margin-top: 2rem;
}

@media (min-width: 63.5em) {
  .o-mnie-container .js-title {
    text-align: left;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (min-width: 63.5em) and (min-width: 49em) {
  .o-mnie-container .js-title {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 63.5em) {
  .o-mnie-container .js-title:after {
    left: 0;
    right: auto;
  }
}

.o-mnie-container .index-post-title {
  margin-top: 1rem;
}

@media (min-width: 49em) {
  .o-mnie-container .index-post-title {
    margin-top: 0;
  }
}

.o-mnie-image {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.o-mnie-title {
  margin: 1.5rem 1rem 2rem;
  border-bottom: 1px solid #d7d7d7;
  padding: 0;
  font-size: 3.125rem;
  font-weight: normal;
  font-family: cardea, serif;
  color: #dd7a8f;
}

@media (min-width: 49em) {
  .o-mnie-title {
    margin-left: 0;
    margin-right: 0;
  }
}

.o-mnie-content p {
  color: #2a2a2a;
  font-size: 1.0625rem;
}
