@charset "UTF-8";
/*
    Theme Name: Six Sens Creación
    Theme URI: 
    Author: Bernardo Escoffié Torre
    Author URI: https://think-comunicacion.com
    Description: Sitio web para Six Sens, Destination Wedding Planners
    Version: 0.1
    Licence: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags:
    Text Domain: sixsens
*/
/* VARIABLES */
/* FONTS */
@import url("https://fonts.googleapis.com/css?family=Alegreya&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@import url("https://use.typekit.net/sms4ezt.css");
/* COLORS */
/* BREAKPOINTS */
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

/* RESETS */
/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/* https://medium.com/@elad/normalize-css-or-css-reset-9d75175c5d1e */
/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
  /*for using REM units*/
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #373737;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Alegreya", serif;
  line-height: 1.3;
}

body h1, body h2, body h3, body h4, body h5, body h6, body p {
  margin: .75em 0;
}

body h1 {
  font-size: 4rem;
}

body h2 {
  font-size: 3.2rem;
}

body h3 {
  font-size: 2.8rem;
}

body h4 {
  font-size: 2.4rem;
}

body h5 {
  font-size: 2rem;
}

body h5 {
  font-size: 1.8rem;
}

/* LAYOUT */
body {
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}

.admin-bar .page-wrapper {
  min-height: calc(100vh - 32px);
}

@media screen and (max-width: 768px) {
  .admin-bar .page-wrapper {
    min-height: calc(100vh - 46px);
  }
}

.page-wrapper {
  min-height: 100vh;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
      grid-template-rows: auto 1fr auto;
      grid-template-areas: "header"
 "content"
 "footer";
}

.page-wrapper .site-header {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: header;
  position: fixed;
  width: 100vw;
  z-index: 11;
}

.page-wrapper .site-main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: content;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
      grid-template-areas: "nav"
 "section";
}

.page-wrapper .site-main .main-nav {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: nav;
}

@media screen and (min-width: 768px) {
  .page-wrapper .site-main .main-nav .main-nav-ul {
    position: fixed;
    z-index: 22;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: calc(100vh - 50%);
  }
}

.page-wrapper .site-main .main-section {
  margin-top: 110px;
  margin-bottom: 110px;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: section;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .page-wrapper .site-main {
    -ms-grid-columns: 260px 1fr;
        grid-template-columns: 260px 1fr;
        grid-template-areas: "nav section";
  }
}

.page-wrapper .site-footer {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: footer;
  position: fixed;
  z-index: 11;
  bottom: 0;
  width: 100vw;
}

.site-header {
  background-color: #F4F4F4;
  padding: 1rem 0;
}

.site-header .nav-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-header .nav-bar .main-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-header .nav-bar .burger-open {
  font-size: 4rem;
  color: #707070;
  display: block;
  margin-right: 2rem;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .site-header .nav-bar .burger-open {
    display: none;
  }
}

.site-header .nav-bar .social-nav {
  display: none;
}

@media screen and (min-width: 768px) {
  .site-header .nav-bar .social-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .site-header .nav-bar .social-nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .site-header .nav-bar .social-nav .menu li {
    margin-right: 2rem;
    position: relative;
  }
  .site-header .nav-bar .social-nav .menu li:last-of-type {
    margin-right: 0;
  }
  .site-header .nav-bar .social-nav .menu li a {
    font-size: 1.6rem;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 0;
    font-size: 2rem;
    color: #707070;
    background-color: white;
    border: solid 2px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
  }
  .site-header .nav-bar .social-nav .menu li a:hover {
    color: #373737;
  }
  .site-header .nav-bar .social-nav .menu li .sub-menu {
    display: none;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: display transform .3s ease-out;
    transition: display transform .3s ease-out;
    position: absolute;
    top: 1rem;
    left: 0;
  }
  .site-header .nav-bar .social-nav .menu li:hover .sub-menu {
    display: block;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

#breadcrumbs {
  font-size: 1.2rem !important;
}

.the-title-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.the-title-parent .the-title {
  background-image: url("img/deco-left.png"), url("img/deco-right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .admin-bar .main-nav .logo-mobile {
    top: 46px;
  }
  .admin-bar .main-nav .main-nav-ul {
    margin-top: calc(80px + 46px);
  }
}

.mobile-lang-nav-ul.active,
.mobile-social-nav-ul.active {
  left: 0;
}

@media screen and (max-width: 767px) {
  .mobile-lang-nav-ul,
  .mobile-social-nav-ul {
    background-color: #F4F4F4;
    position: fixed;
    top: 0;
    left: -100vw;
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
    z-index: 300;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
  }
  .mobile-lang-nav-ul ul li,
  .mobile-social-nav-ul ul li {
    text-align: center;
  }
  .mobile-lang-nav-ul .lang-switch-close,
  .mobile-lang-nav-ul .social-switch-close,
  .mobile-social-nav-ul .lang-switch-close,
  .mobile-social-nav-ul .social-switch-close {
    padding: 2rem;
    font-size: 3rem;
  }
  .mobile-lang-nav-ul #menu-social-moviles,
  .mobile-social-nav-ul #menu-social-moviles {
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .mobile-lang-nav-ul,
  .mobile-social-nav-ul {
    display: none;
  }
}

.main-nav.active {
  left: 0;
}

@media screen and (max-width: 767px) {
  .main-nav {
    background-color: #F4F4F4;
    position: fixed;
    top: 0;
    left: -100vw;
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
    z-index: 300;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
  }
  .main-nav .logo-mobile {
    position: absolute;
    z-index: 3;
    top: 0;
    width: 100%;
    padding: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-nav .logo-mobile img {
    height: 50px;
    width: auto;
  }
  .main-nav .logo-mobile .burger-close {
    font-size: 4rem;
    color: #707070;
    cursor: pointer;
  }
  .main-nav .main-nav-ul {
    background-color: white;
    position: absolute;
    top: 90px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    margin-top: 0;
  }
  .main-nav ul:hover > li:hover > ul {
    overflow: visible;
    height: auto;
    visibility: visible;
    opacity: 1;
  }
  .main-nav ul li {
    border-top: solid 1px #e3e3e3;
    color: #373737;
    position: relative;
    padding: 0 1rem;
  }
  .main-nav ul li > ul {
    margin-top: 0;
    overflow: hidden;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.5s linear, height 0.5s ease-out;
    transition: visibility 0s, opacity 0.5s linear, height 0.5s ease-out;
  }
  .main-nav ul li > ul li {
    margin-left: 2rem;
  }
  .main-nav ul li.current-menu-item {
    color: #d93034;
  }
}

@media screen and (min-width: 768px) {
  .main-nav {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem;
    font-family: "Alegreya", serif;
    background-color: transparent;
  }
  .main-nav .main-nav-ul {
    background-image: url("img/ornamento-1-top.png"), url("img/ornamento-1-bottom.png");
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    padding: 55px 0;
  }
  .main-nav .logo-mobile {
    display: none;
  }
  .main-nav li {
    font-size: 1.6rem;
    border-top: solid 1px #e3e3e3;
    color: #373737;
    position: relative;
    padding: 0 1rem;
  }
  .main-nav li:hover {
    color: #ED9C9E;
  }
  .main-nav li.current-menu-item,
  .main-nav li.current-menu-parent {
    color: #d93034;
  }
  .main-nav li:first-child {
    border-top: none;
  }
  .main-nav li:hover > ul {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
    visibility: visible;
    max-width: 400px;
  }
  .main-nav li ul {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    top: -1px;
    left: 160px;
    background-color: white;
    border: solid 1px #e3e3e3;
    border-left: none;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    text-align: left;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    max-width: 0;
  }
  .main-nav li ul li {
    border-top: none;
    border-left: solid 1px #e3e3e3;
  }
  .main-nav li ul li:first-child {
    border-left-color: white;
  }
  .main-nav li ul li:last-child {
    border-bottom-left-radius: .5rem;
  }
}

.blog-list {
  overflow: auto;
}

.blog-list .blog-entry {
  border-radius: 1.5rem;
  padding: 3rem;
  margin: 1.5rem;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-box-shadow: 5px 5px 15px rgba(153, 121, 121, 0.25);
          box-shadow: 5px 5px 15px rgba(153, 121, 121, 0.25);
}

@media screen and (min-width: 1200px) {
  .blog-list .blog-entry {
    width: 45%;
    height: 630px;
    float: left;
  }
}

.blog-list .blog-entry .blog-entry-title {
  font-size: 2.25rem;
}

.main-section {
  padding-bottom: 5rem;
  background-image: url("img/ornamento-3.svg");
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center bottom;
}

.main-section h1,
.wp-block h1 {
  font-size: 3rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main-section h1,
  .wp-block h1 {
    font-size: 2.25rem;
  }
}

.main-section h2,
.wp-block h2 {
  font-size: 2.5rem;
  text-align: center;
  color: #707070;
}

@media screen and (max-width: 768px) {
  .main-section h2,
  .wp-block h2 {
    font-size: 2rem;
  }
}

.main-section h3,
.wp-block h3 {
  font-size: 2.25rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .main-section h3,
  .wp-block h3 {
    font-size: 1.75rem;
  }
}

.main-section ul:not(.kb-gallery-ul),
.wp-block ul:not(.kb-gallery-ul) {
  list-style-image: url("img/deco-left.png");
  margin: 1em 0;
  padding-left: 2em;
}

.main-section ul:not(.kb-gallery-ul) li,
.wp-block ul:not(.kb-gallery-ul) li {
  margin: 1rem 0;
}

.main-section ul.kb-gallery-ul,
.wp-block ul.kb-gallery-ul {
  margin-bottom: 15px !important;
}

.main-section img,
.wp-block img {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

.main-section a,
.wp-block a {
  color: #ED9C9E;
}

.main-section a:hover,
.wp-block a:hover {
  color: #d93034;
}

.main-section p,
.wp-block p {
  text-align: justify;
}

.main-section p.has-text-align-center,
.wp-block p.has-text-align-center {
  text-align: center;
}

.main-section p.has-text-align-right,
.wp-block p.has-text-align-right {
  text-align: right;
}

.site-footer {
  background-color: #373737;
  color: #F4F4F4;
  text-align: center;
}

.site-footer p {
  font-size: 1.2rem;
  margin: 0rem;
}

@media screen and (max-width: 768px) {
  .site-footer p {
    margin: 0.2rem;
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 768px) {
  .footer-desktop {
    display: none;
  }
}

.footer-desktop a {
  margin: 0 10px;  
}

.footer-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .footer-mobile {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .footer-mobile div {
    margin: 5px;
  }
  .footer-mobile div a {
    display: block;
    border-radius: 5px;
    background-color: #F4F4F4;
    color: #373737;
    padding: 0.5rem;
    text-align: center;
    font-size: 1rem;
  }
  .footer-mobile div a i {
    display: block;
    margin: auto;
  }
}

/* PARTICULARES */
.page-children-title {
  text-align: center;
  background-image: url("img/deco-sencillo.png");
  background-position: top right;
  background-repeat: no-repeat;
  padding-top: 2rem;
}

.page-children {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 768px) {
  .page-children {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.page-children a.page-child {
  border-radius: 1.5rem;
  padding: 3rem;
  margin: 3rem;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
  -webkit-box-shadow: 5px 5px 15px rgba(153, 121, 121, 0.25);
          box-shadow: 5px 5px 15px rgba(153, 121, 121, 0.25);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-children a.page-child:hover {
  background-color: #F4F4F4;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  -webkit-box-shadow: 5px 5px 20px rgba(153, 121, 121, 0.35);
          box-shadow: 5px 5px 20px rgba(153, 121, 121, 0.35);
}

.page-children a.page-child .page-child-title {
  font-size: 2.5rem;
}

.page-children a.page-child .page-child-excerpt {
  color: #373737;
}

.page-children a.page-child .page-child-button {
  background-color: #ED9C9E;
  color: white !important;
  padding: 1rem;
  text-align: center;
  display: block;
  width: 100%;
  border-radius: .5rem;
  -webkit-box-shadow: 0 5px 0 #e57174;
          box-shadow: 0 5px 0 #e57174;
}

.page-children a.page-child .page-child-button img {
  -webkit-filter: brightness(100%) grayscale(100%);
  filter: brightness(100%) grayscale(100%);
  width: 23px;
  height: 11px;
  display: inline-block;
  margin: 0 0.5rem;
}

.wp-block-kadence-advancedgallery .splide__list {
	height: auto; !important
}

#metaslider-id-103 {
  position: relative;
  color: white;
  text-shadow: 2px 2px 2px black;
  font-family: "Alegreya", serif;
  font-style: italic;
  margin: 0;
  padding: 0;
  /*&::before {
        content: 'Cada boda empieza con un sueño...';
        position: absolute;
        z-index: 100;
        top: 1rem;
        left: 1rem;
    }
    &::after {
        content: '...Six Sens realiza el suyo.';
        position: absolute;
        z-index: 100;
        bottom: 1rem;
        right: 1rem;
    }*/
}

/*:lang(en) {
    #metaslider-id-103 {
        &::before {
            content: 'Each wedding begins with a dream...'
        }
        &::after {
            content: '...Six Sens realizes yours.'
        }
    }
}

:lang(fr) {
    #metaslider-id-103 {
        &::before {
            content: 'Chaque mariage débute par un rêve...'
        }

        &::after {
            content: '...Six Sens réalise le vôtre.'
        }
    }
}
*/
/*# sourceMappingURL=style.css.map */