/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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 */
  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: hidden;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

.dnd-section[class*="-force-full-width-section"]>.row-fluid {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right:0 !important;
  width:100% !important;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face { 
  font-family: Sorts Mill Goudy; 
  src: url("https://19878988.fs1.hubspotusercontent-na1.net/hubfs/19878988/raw_assets/public/XuanlanYoga_Activate%20con%20Yoga/fonts/SortsMillGoudy-Regular.woff2") format("woff2"), 
    url("https://19878988.fs1.hubspotusercontent-na1.net/hubfs/19878988/raw_assets/public/XuanlanYoga_Activate%20con%20Yoga/fonts/SortsMillGoudy-Regular.woff") format("woff"), 
      url("https://19878988.fs1.hubspotusercontent-na1.net/hubfs/19878988/raw_assets/public/XuanlanYoga_Activate%20con%20Yoga/fonts/SortsMillGoudy-Regular.ttf") format("truetype"), 
        url("https://19878988.fs1.hubspotusercontent-na1.net/hubfs/19878988/XuanlanYoga_June2021/fonts/SortsMillGoudy-Regular.eot") format("eot"), 
        url("https://19878988.fs1.hubspotusercontent-na1.net/hubfs/19878988/raw_assets/public/XuanlanYoga_Activate%20con%20Yoga/fonts/SortsMillGoudy-Regular.svg") format("svg"); 
          font-style: normal; 
          font-weight: 400; 
          font-display: swap; 
          }


@font-face { 
  font-family: simple-line-icons; 
  src: url("https://19878988.fs1.hubspotusercontent-na1.net/hubfs/19878988/XuanlanYoga_June2021/fonts/Simple-Line-Icons.eot") format("embedded-opentype"), 
    url("https://19878988.fs1.hubspotusercontent-na1.net/hubfs/19878988/raw_assets/public/XuanlanYoga_Activate%20con%20Yoga/fonts/Simple-Line-Icons.woff2") format("woff2"), 
      url("https://19878988.fs1.hubspotusercontent-na1.net/hubfs/19878988/raw_assets/public/XuanlanYoga_Activate%20con%20Yoga/fonts/Simple-Line-Icons.woff") format("woff"), 
        url("https://19878988.fs1.hubspotusercontent-na1.net/hubfs/19878988/raw_assets/public/XuanlanYoga_Activate%20con%20Yoga/fonts/Simple-Line-Icons.ttf") format("truetype"), 
          url("https://19878988.fs1.hubspotusercontent-na1.net/hubfs/19878988/raw_assets/public/XuanlanYoga_Activate%20con%20Yoga/fonts/Simple-Line-Icons.svg") format("svg"); 
            font-style: normal; 
            font-weight: 400; 
            font-display: swap;
            }



html {
  font-size: 16px;
  line-height: 1.25;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height:1.11363636364;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

img{
  max-width:100%;
  height:auto;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}


ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

.body-container-wrapper ul{
  margin-top: 0;
  list-style: none;
  padding-left: 2em;
  margin-bottom: 2em;
}

.body-container-wrapper ul li{
  position: relative;
  margin-bottom: 1em;
  padding-left: 10px;
}

.body-container-wrapper ul li:before{
  content: "";
    position: absolute;
    top: .25em;
    right: 100%;
    margin-right: 5px;
    width: 14px;
    height: 12px;
    background-image: url(https://19878988.fs1.hubspotusercontent-na1.net/hubfs/19878988/raw_assets/public/XuanlanYoga_Activate%20con%20Yoga/images/list-tick.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

blockquote {
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (min-width: 1000px){
  html{
    font-size: 14px;
    line-height: 1.28571428571;
  }
}


@media (min-width: 750px) and (max-width: 1499.98px){
  html{
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 749.98px){
  html {
    font-size: 14px;
    line-height: 18px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
  margin-bottom:20px;
}

form li:before{
  display:none;
}



.hs-button{
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  position: relative;
  text-align: center;
  overflow: hidden;
  max-width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #7cc1c1;
  font-size: 1.25rem;
  line-height: 1.25rem;
  display: inline-block;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top:10px;
  white-space: normal;
  cursor:pointer;
}

a.hs-button span{
  position: relative;
  z-index: 2;
}

a.hs-button:before{
  line-height: 1.25rem;
  padding: 1em 2em;
  position: absolute;
  content: attr(data-hover);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  color: #fff;
  -webkit-transition: all 1s ease-out;
  -o-transition: 1s ease-out all;
  transition: all 1s ease-out;
}

a.hs-button:after{
  border-radius: 10em 0 10em 10em;
  position: absolute;
  content: "";
  bottom: 100%;
  left: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  color: #a37989;
  -webkit-transition-property: bottom,left,opacity;
  -o-transition-property: bottom,left,opacity;
  transition-property: bottom,left,opacity;
  -webkit-transition-duration: 0s,0s,.25s;
  -o-transition-duration: 0s,0s,.25s;
  transition-duration: 0s,0s,.25s;
  -webkit-transition-delay: .25s,.25s,0s;
  -o-transition-delay: .25s,.25s,0s;
  transition-delay: .25s,.25s,0s;
  -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1);
  -o-transition-timing-function: cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1);
  transition-timing-function: cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1);
}



a.hs-button:hover:after {
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition-delay: 0s,0s,0s;
  -o-transition-delay: 0s,0s,0s;
  transition-delay: 0s,0s,0s;
  -webkit-transition-duration: .35s,1.65s,.01s;
  -o-transition-duration: .35s,1.65s,.01s;
  transition-duration: .35s,1.65s,.01s;
}
a.hs-button:hover{
      transition: all 1s;
}

.hs-button:hover, .hs-button:focus,
.hs-button:active{
  background-color: #549999;
  border-color: #549999;
  
  color: #fff;
  text-decoration: none;
}


.hs-form label {
  color: #7cc1c1;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Sorts Mill Goudy,Times,"serif";
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: .25em;
  padding-left: .35rem;
  font-weight: 400;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #ff0000 !important;
  padding-left: .35rem;
  font-size: 1rem;
  line-height: 1rem;
  margin-top: .75em;
}

.hs-input,
#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #7cc1c1;
  box-sizing: border-box;
  -webkit-transition-property: opacity,border-color;
  -o-transition-property: opacity,border-color;
  transition-property: opacity,border-color;
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  padding: .5em 1.5em;
  outline: none;
  font-size: 1.3rem;
  line-height: 1.3rem;
  margin-bottom: 1.5em;
  color: #000;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #ff0000 !important;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #ff0000 !important;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}

.body-container-wrapper ul.inputs-list{
padding-left: 0;
}
.body-container-wrapper ul.inputs-list p{
font-size: 17px;
line-height: normal;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}



.hs-field-desc {
  color: #7cc1c1;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

@media (max-width: 749.98px){
  .hs-form label{
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .hs-input, #hs-pwd-widget-password{
    font-size: 1.15rem;
    line-height: 1.15rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.footer__container, 
.header__container,
.page-center,
.dnd-section > .row-fluid,
.content-wrapper{
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width:499px){
  .footer__container, 
  .header__container,
  .page-center,
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width:100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
header.header {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  padding: 1.5em 0;
  background-color: hsla(0,0%,100%,.85);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #fff;
  -webkit-transition: all .15s ease-out;
  -o-transition: .15s ease-out all;
  transition: all .15s ease-out;
}
.header__container {
  text-align: center;
}

header  ul,
.menu-responsive ul{
  padding: 0;
  margin: 0;
  list-style: none;
}


.blog_row {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2.5rem;
  margin-left: -2.5rem;*/
}

.header__logo {
  /*position: relative;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}


.header__column {
  position: relative;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-menu-primary {
  -webkit-box-flex: 3;
  -ms-flex-positive: 3;
  flex-grow: 3;
}

.header-no-nav .custom-menu-primary{
  min-height:38px;
}

.custom-menu-primary .navigation-primary>ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-menu-primary .navigation-primary>ul>li {
  text-align: center;
}

.custom-menu-primary .navigation-primary>ul>li>a {
  position: relative;
  text-decoration: none;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
}

.custom-menu-primary .navigation-primary>ul>li>a:hover {
  text-decoration: none;
}

.custom-menu-primary .navigation-primary ul li>a{
  position:relative
}
.custom-menu-primary .navigation-primary ul li>a:before {
  content: "";
  position: absolute;
  top: 85%;
  left: 100%;
  right: 100%;
  height: 1px;
  background-color: #a37989;
  -webkit-transition: all .5s cubic-bezier(.83,0,.17,1);
  -o-transition: .5s cubic-bezier(.83,0,.17,1) all;
  transition: all .5s cubic-bezier(.83,0,.17,1);
  z-index: 0;
}

.custom-menu-primary .navigation-primary ul li>a:hover:before,
.custom-menu-primary .navigation-primary ul li>a.active-item:before{
  left: 0;
  right: 0;
}



.custom-menu-primary .navigation-primary>ul ul.submenu.level-2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 70%;
  z-index: 0;
  width: 15rem;
  text-align: left!important;
  padding: 10px;
  margin-left: -10px;
  font-size: 1rem;
  line-height: 2.5em;
  padding-top: 10px;
}

.custom-menu-primary .navigation-primary>ul>li.has-submenu>a:after {
  content: "\e604";
  margin-left: 5px;
  font-family: 'simple-line-icons';
  font-size: 11px;
}

.custom-menu-primary .navigation-primary>ul>li>a.entrar_al_studio{
  border-radius: 10em 0 10em 10em;
}
.custom-menu-primary .navigation-primary>ul>li>a.entrar_al_studio:before{
  display:none;
}

.custom-menu-primary .navigation-primary>ul>li>a.entrar_al_studio {
  text-align: center;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  background-position: 0 50%;
  background-repeat: no-repeat;
  border: 2px solid #a37989;
  padding: .5em 1em;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 10em;
  text-transform: none;
  background-image: url(https://19878988.fs1.hubspotusercontent-na1.net/hubfs/19878988/raw_assets/public/XuanlanYoga_Activate%20con%20Yoga/images/user.svg);
  background-size: contain;
  padding-left: 2em;
  -webkit-transition: all .25s ease-out;
  -o-transition: .25s ease-out all;
  transition: all .25s ease-out;
  color: #fff;
  background-color: #889a98;
  border-color: #889a98;
  text-decoration: none;
  position: relative;
}

.header__logo .inner {
  font-size: 1em;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.header__logo .inner a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  display: block;
}

.header__logo .inner a img {
  -webkit-transition: all .25s ease-out;
  -o-transition: .25s ease-out all;
  transition: all .25s ease-out;
  width: 200px !important;
  vertical-align: middle;
}

.custom-menu-primary .navigation-primary>ul>li:hover .level-2{
  display: block;
}

.custom-menu-primary .navigation-primary>ul>li:hover .level-2 li a{
  text-decoration: none;
  position: relative;
  font-family:Poppins, Helvetica, Arial, sans-serif;
  font-family:1rem ;
  line-height:2.5em ;
}

.menu-responsive {
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(46,76,76,.85);
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  opacity:0;
  visibility:hidden;
  height: 100%;
  transform: translateY(-100%);
  transition: all 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 750px){
  header.header.fixedHeader{
    padding: .75em 0;
  }

  header.header.fixedHeader:hover{
    padding: 1.5em 0;
  }


  .fixedHeader .header__logo .inner a img{
    width: 150px !important;
  }
  header.header.fixedHeader:hover .header__logo .inner img{
    width: 200px !important;
  }
}

@media (min-width: 1000px){
  .header__logo {
    /*-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;*/
  }   
  .header__column{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .burger{
    display:none;
  }
}


@media (min-width: 750px) and (max-width: 1499.98px){
  .header__logo .inner a img,
  header.header.fixedHeader:hover .header__logo .inner img{
    width: 160px !important;
  }
  .fixedHeader .header__logo .inner a img{
    width: 100px !important;
  }

}

@media (max-width: 1499.98px){
  .header-no-nav .custom-menu-primary {
    min-height: 33px;
}
}

@media (max-width:999px){
  .menu-responsive-inner {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}
  .custom-menu-primary .navigation-primary>ul>li:not(:last-child){
    display:none;
  }
  .header__column {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .burger{
    position: relative;
    background-color: #a37989;
    border-radius: 50%;
    margin-left: 1em;
    -webkit-transition: all .25s ease-out;
    -o-transition: .25s ease-out all;
    transition: all .25s ease-out;
    cursor: pointer;
    width: 30px;
    height: 30px;
  }
  .burger:after, .burger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 15px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: margin .25s ease-out .35s,-webkit-transform .35s cubic-bezier(.85,0,.15,1) 0s;
    transition: margin .25s ease-out .35s,-webkit-transform .35s cubic-bezier(.85,0,.15,1) 0s;
    -o-transition: .25s ease-out margin .35s,.35s cubic-bezier(.85,0,.15,1) transform 0s;
    transition: margin .25s ease-out .35s,transform .35s cubic-bezier(.85,0,.15,1) 0s;
    transition: margin .25s ease-out .35s,transform .35s cubic-bezier(.85,0,.15,1) 0s,-webkit-transform .35s cubic-bezier(.85,0,.15,1) 0s;
  }

  .burger:before {
    margin-top: -3px;
  }

  .burger:after {
    margin-top: 3px;
  }

  .openmobileMenu .burger:after{
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg );
    margin: 0;
    -webkit-transition: margin .25s ease-out 0s,-webkit-transform .35s cubic-bezier(.85,0,.15,1) .35s;
    transition: margin .25s ease-out 0s,-webkit-transform .35s cubic-bezier(.85,0,.15,1) .35s;
    -o-transition: .25s ease-out margin 0s,.35s cubic-bezier(.85,0,.15,1) transform .35s;
    transition: margin .25s ease-out 0s,transform .35s cubic-bezier(.85,0,.15,1) .35s;
    transition: margin .25s ease-out 0s,transform .35s cubic-bezier(.85,0,.15,1) .35s,-webkit-transform .35s cubic-bezier(.85,0,.15,1) .35s;
  }

  .openmobileMenu .burger:before{
    -webkit-transform: translate(-50%,-50%) rotate( 45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    margin: 0;
    -webkit-transition: margin .25s ease-out 0s,-webkit-transform .35s cubic-bezier(.85,0,.15,1) .35s;
    transition: margin .25s ease-out 0s,-webkit-transform .35s cubic-bezier(.85,0,.15,1) .35s;
    -o-transition: .25s ease-out margin 0s,.35s cubic-bezier(.85,0,.15,1) transform .35s;
    transition: margin .25s ease-out 0s,transform .35s cubic-bezier(.85,0,.15,1) .35s;
    transition: margin .25s ease-out 0s,transform .35s cubic-bezier(.85,0,.15,1) .35s,-webkit-transform .35s cubic-bezier(.85,0,.15,1) .35s;
  }

  .custom-menu-primary .navigation-primary>ul{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header__logo .inner a img, 
  header.header.fixedHeader:hover .header__logo .inner img{
    width: 120px !Important;
    max-width: 100%;
    height: auto;
  }
  .fixedHeader .header__logo .inner a img{
    width: 80px !important;
  }


  .openmobileMenu .menu-responsive{
    visibility:visible;
    opacity:1;
    transform: translateY(0);
    transition: all 1s;
  }
  body.openmobileMenu {
    overflow: hidden;
  }

  body.openmobileMenu {
    overflow: hidden;
  }

  .mobile_logo {
    position: relative;
    width: 100%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    opacity: 0;
    margin-bottom: 2em;
    -webkit-transition: all 2s ease-out;
    -o-transition: 2s ease-out all;
    transition: all 2s ease-out;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    margin-bottom: 1em;
  }

  .openmobileMenu .mobile_logo {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: .75s;
    -o-transition-delay: .75s;
    transition-delay: .75s;
  }

  .mobile_logo a {
    display: block;
  }

  .mobile_logo a img {
    vertical-align: middle;
    width: auto !important;
    height: 60px;
  }

  .mobile_menu_wrapper {
    position: relative;
    width: 100%;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .mobile_menu_wrapper .hs-menu-wrapper ul li {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 1em;
  }

  .mobile_menu_wrapper .hs-menu-wrapper ul li a {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    color: #fff;
    font-family: Poppins,Helvetica,Arial,"sans-serif";
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-decoration: none;
  }


  .mobile_menu_wrapper .hs-menu-wrapper>ul>li>.hs-menu-children-wrapper {
    display: none;
  }

  .mobile_menu_wrapper .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: "\e604";
    margin-left: 5px;
    font-family: 'simple-line-icons';
    font-size: 11px;
  }

  .mobile_menu_wrapper .hs-menu-wrapper>ul>li.hs-item-has-children.open_child>a:after{
    content: "\e607";
  }

  .mobile_menu_wrapper .hs-menu-wrapper ul li a:before {
    content: "";
    position: absolute;
    top: 120%;
    left: 50%;
    right: 50%;
    height: 2px;
    background-color: #fff;
    display: block;
    opacity: 0;
    -webkit-transition-property: right,left,opacity;
    -o-transition-property: right,left,opacity;
    transition-property: right,left,opacity;
    -webkit-transition-duration: .5s,.5s,0s;
    -o-transition-duration: .5s,.5s,0s;
    transition-duration: .5s,.5s,0s;
    -webkit-transition-delay: 0s,0s,.5s;
    -o-transition-delay: 0s,0s,.5s;
    transition-delay: 0s,0s,.5s;
    -webkit-transition-timing-function: ease-out,ease-out,linear;
    -o-transition-timing-function: ease-out,ease-out,linear;
    transition-timing-function: ease-out,ease-out,linear;
    text-decoration: none;
  }

  .mobile_menu_wrapper .hs-menu-wrapper ul li a:hover:before {
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition-delay: 0s,0s,0s;
    -o-transition-delay: 0s,0s,0s;
    transition-delay: 0s,0s,0s;
  }

  .mobile_menu_wrapper .hs-menu-wrapper ul li a:hover,
  .mobile_menu_wrapper .hs-menu-wrapper ul li a:active{
    text-decoration: none;
  }

  .mobile_menu_wrapper .hs-menu-wrapper>ul>li .hs-menu-children-wrapper li{
    font-size: 1.5rem;
    margin-bottom: 1em;
    line-height: 0.8rem;
  }

  .mobile_menu_wrapper .hs-menu-wrapper>ul>li .hs-menu-children-wrapper li:last-child{
    margin-bottom: 0;
    padding: 0px 5px 10px 5px;
  }

  .mobile_menu_wrapper .hs-menu-wrapper>ul>li .hs-menu-children-wrapper li:first-child{
    padding-top: 20px;
    line-height: 0.8rem!important;
  }
  .mobile_menu_wrapper .hs-menu-wrapper ul ul li a{
    font-size: 16px!important;
    line-height: 0.8rem!important;
  }

  .mobile_menu_wrapper .hs-menu-wrapper ul li.mobile_login{
    display:none;
  }
  .menu-responsive-inner .header_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -2.5rem;
    margin-left: -2.5rem;
  }
}

@media (min-width: 500px) and (max-width: 999.98px){
  .menu-responsive{
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}


@media (max-width: 749.98px){
  .custom-menu-primary .navigation-primary>ul>li>a.entrar_al_studio{
    border: 1px solid #889a98;
  }
  .mobile_logo a img{
    height:50px;
  }
  .openmobileMenu .mobile_logo{
    margin-bottom:28px;
  }
}

@media (max-width: 450px){
  .custom-menu-primary .navigation-primary>ul>li:last-child{
    display:none;
  }
  .mobile_menu_wrapper .hs-menu-wrapper ul li.mobile_login{
    display:block;
    margin: 0;
  }
  .mobile_menu_wrapper .hs-menu-wrapper ul li.mobile_login>a{
    text-align: center;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: .5em 1em;
    font-size: 1rem;
    line-height: 1rem;
    border-radius: 10em;
    text-transform: none;
    background-image: url(https://19878988.fs1.hubspotusercontent-na1.net/hubfs/19878988/raw_assets/public/XuanlanYoga_Activate%20con%20Yoga/images/user.svg);
    background-size: contain;
    padding-left: 2em;
    -webkit-transition: all .25s ease-out;
    -o-transition: .25s ease-out all;
    transition: all .25s ease-out;
    color: #fff;
    background-color: #889a98;
    text-decoration: none;
    position: relative;
    border: 1px solid #889a98;
  }

  .header-no-nav .custom-menu-primary {
    min-height: 30px;
}

}



@media (max-height: 400px), (max-height: 650px){
  .mobile_logo{
    display:none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


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

footer.footer {
  background-color: #a37989;
  color: #fcefea;
  padding: 5% 0 50px;
}

footer.footer.footer-no-nav{
  padding: 50px 0 50px;
}

.footer_row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}

.footer_row.footer-top {
  margin-bottom: 50px;
}

.footer-links {
  position: relative;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 3rem
}

.footer_form {
  position: relative;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.footer-links .hs-menu-wrapper>ul {
  margin-bottom: 1rem;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

.footer-links .hs-menu-wrapper>ul>li {
  width: 100%;
  margin-bottom: 1em;
}

.footer-links .hs-menu-wrapper>ul>li>a {
  color: #fcefea;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  text-decoration: none;
}
.footer-links .hs-menu-wrapper>ul>li>a:hover{
  text-decoration: underline; 
}

footer.footer {font-family: Poppins, Helvetica, Arial, sans-serif;font-size: 1.1rem;line-height: 1.5;}

footer.footer ul {
  font-size: 1.1rem;
  line-height: 1.5;
}

.footer_form .form-title {
  background-color: transparent !important;
  margin: 0;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  color: #fff;
  padding: 0;
  font-size: 1.875rem;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 1em;
}


.footer_form form {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer_form form .hs-form-field {
  display: inline-block;
  margin-bottom: 1em;
}

.footer_form form .hs-form-field ul.hs-error-msgs{
  display: none !important;
}

.footer_form form .hs-fieldtype-checkbox ul.hs-error-msgs{
  display:block !important;
}

.hs-error-msg:before{
  display:none;
}

.footer_form form .hs-input {
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  font-size: 1rem;
  line-height: 1rem;
  -webkit-transition-property: opacity,border-color;
  -o-transition-property: opacity,border-color;
  transition-property: opacity,border-color;
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #a37989;
  border-radius: 10em;
  padding: .5em 1.5em;
  width: 100%;
  border-color: #fcefea;
  color: #fcefea;
  height: auto;
  margin-bottom: 0;
}

.footer_form .hs_error_rollup{
  order: 7;
}

.footer_form form .hs-input::-webkit-input-placeholder {
  color: #fcefea !important;
}

.footer_form form .hs_submit {
  order: 4;
}

.footer_form form .hs-form-field.hs-firstname {
}

.footer_form form .hs-fieldtype-checkbox {
  order: 5;
  width: 100% !important;
}

.footer_form form div[data-reactid=".hbspt-forms-1.1:$4"]{
  order: 7;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: Poppins,Helvetica,Arial,sans-serif;
  vertical-align: middle;
}
.footer_form  p{
  color: #fcefea;
  font-family: Poppins,Helvetica,Arial,sans-serif;
  vertical-align: middle;
}

.footer_form form .hs-error-msgs label{
  color:#fcefea !important;
}

.footer_form form div[data-reactid=".hbspt-forms-0.1:$4"] {
  order: 9;
  width: 100%;
}

.footer_form form .hs_submit .hs-button {
  margin: 0;
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  font-size: 1rem;
  line-height: 1rem;
  -webkit-transition-property: opacity,border-color;
  -o-transition-property: opacity,border-color;
  transition-property: opacity,border-color;
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #a37989;
  border-radius: 10em;
  width: 100%;
  padding: .8em 1.5em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  border-color: #fcefea;
  baCkground-color: #fcefea;
  color: #a37989;
}

.footer_form form .hs-fieldtype-radio>label,
.footer_form form .hs-fieldtype-checkbox>label{
  display: none;
}


.footer_form form .hs-fieldtype-radio .input .hs-form-radio label,
.footer_form form .hs-fieldtype-checkbox .hs-form-checkbox-display{
  font-size: 1rem;
  line-height: 1.25rem;
  cursor: pointer;
  position: relative;
  padding: .5em 0 .4em 27px;
  margin: 0;
  color: #fcefea;
  font-family: Poppins, Helvetica, Arial, sans-serif;
  vertical-align: middle;
}

.footer_form form .hs-input[type="radio"],
.footer_form form .hs-fieldtype-checkbox .hs-input[type="checkbox"]{
  width: 20px;
  height: 20px;
  background: #fcefea;
  border: 0;
  background-color: #fcefea;
  display: none;
}

.footer_form form .inputs-list label>span,
.footer_form form .hs-fieldtype-checkbox label>span{
  display: inline-block;
}

.footer_form form .hs-fieldtype-radio .input .hs-form-radio label:before,
.footer_form form .hs-fieldtype-checkbox label.hs-form-checkbox-display:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fcefea;
}

.footer_form form .hs-fieldtype-checkbox label.checked:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  background-image: url(https://19878988.fs1.hubspotusercontent-na1.net/hubfs/19878988/raw_assets/public/XuanlanYoga_Activate%20con%20Yoga/images/icon-tick-pink.svg);
}

.footer_form form div[data-reactid=".hbspt-forms-0.1:$4"] p {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  color: #fcefea;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 10px;
}

.footer_form form div[data-reactid=".hbspt-forms-0.1:$4"] p a {
  font-family: Poppins, Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: underline;
}


.social-links {
  position: relative;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
  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;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.footer_logo {
  position: relative;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}



.footer_logo img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.footer_form form .hs-firstname>label,
.footer_form form .hs-lastname>label,
.footer_form form .hs-email>label{
  display:none;
}

.footer_form form .inputs-list:first-child{
  padding-top:0;
}

@media (min-width: 500px){
  .footer_form form .hs-form-field{
    width: 48%;
    margin-right: 4%;
  }    

  .footer_form form .hs-form-field:nth-of-type(2n){
    margin-right: 0;
    margin-bottom: 0;
    float: right;
  }
  .footer_form form .hs_submit{
    width: 48%;
  }

}

@media (min-width: 750px){
  .footer_form  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width: 1000px){
  .footer-links {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
  .footer_form{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}


@media (max-width: 749.98px){
  .footer-links .hs-menu-wrapper>ul{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}


@media (max-width: 499.98px){
  .footer_form form .hs-form-field,
  .footer_form form .hs_submit{
    width: 100%;
  }
  .footer_form form div[data-reactid=".hbspt-forms-0.1:$4"]{
    margin-bottom: 1em;
  }
  .footer_form form .hs-fieldtype-radio{
    margin-bottom: 0;
  }
  .footer_form form .hs_submit{
    margin-bottom: 1em;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */


.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
  border-top:0;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #7cc1c1;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


/* Blog banner */
.blog-banner {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

.blog-banner .page-header-top>* {
  position: relative;
  z-index: 10;
}

.blog-banner .banner_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}

.blog-banner .page-header-title {
  color: #fff;
  padding-top: 225px;
  padding-bottom: 225px;
  text-align: center;
}

.blog-banner .banner_text {
  position: relative;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.blog-banner .banner_text h1 {
  font-weight: 500;
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  font-size: 3.15rem;
  line-height: 3.5rem;
  margin: 0;
  padding: 0;
  color: #fff;
}

.blog-banner .page-header-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-position: 50% 50%;
  background-size: cover;
  background-color: rgb(255, 255, 255);
  bottom: 0px;
}

.page-breadcrumb {
  padding: 1.5em 0px;
}

.breadcrumb {
  position: relative;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  color: #a37989;
  font-size: 1.1rem;
  line-height: 1.5;
}

.breadcrumb a {
  color: #a37989;
  display: inline-block;
  padding: .1em .2em;
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: none;
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  font-weight: 400;
}

.breadcrumb a:hover {
  text-decoration: underline;
  color: #a37989;
}

.breadcrumb span {
  display: inline-block;
  padding: .1em .2em;
  font-size: 1rem;
  line-height: 1rem;
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  margin-left: -3px;
}

.breadcrumb span.active,
.breadcrumb span.active span{
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  display: inline-block;
  padding: .1em .2em;
  font-size: 1rem;
  line-height: 1rem;
  text-decoration: underline;
}

@media (min-width: 500px) and (max-width: 1499.98px){
  .blog-banner .page-header-title{
    padding-top: 7.5%;
    padding-bottom: 7.5%;
  }
}

@media (max-width: 749.98px){
  .blog-banner .page-header-title{
    padding-top: 111px;
    padding-bottom: 111px;
  }
  .blog-banner .banner_text h1{
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

@media (max-width: 499.98px){
  .blog-banner .page-header-image{
    background-size: cover;
    background-position: 50% 0;
  }
}

/* Blog banner */


/* Listing post */
.featured-post.section {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eef3f4;
}

.featured-post.section.has-tag{
  display:none;
}

.featured-post-image {
  position: relative;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.ffeatured-post-content {
  position: relative;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.featured-post-image>a {
  display: block;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-post-image>a img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
  opacity: 0;
}

.featured-post-btn {
  display: none;
  text-align: center;
  margin-top: 2em;
}

.featured-post-btn.featured_post_btn_right{
  display:none;
}

.featured-post-btn a {
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  position: relative;
  text-align: center;
  overflow: hidden;
  max-width: 100%;
  background-color: #a37989;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #a37989;
  border-radius: 10em 0 10em 10em;
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding: 1em 2em;
  display: block;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 260px;
  margin: 0 auto;
  color: #fff;
}

.featured-post-btn a span{
  position: relative;
  z-index: 2;
}

.featured-post-btn a:before {
  line-height: 1.25rem;
  padding: 1em 2em;
  position: absolute;
  content: attr(data-hover);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  color: #fff;
  -webkit-transition: all 1s ease-out;
  -o-transition: 1s ease-out all;
  transition: all 1s ease-out;
}

.featured-post-btn a:after {
  border-radius: 10em 0 10em 10em;
  position: absolute;
  content: "";
  bottom: 100%;
  left: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  background: #fff;
  color: #a37989;
  -webkit-transition-property: bottom,left,opacity;
  -o-transition-property: bottom,left,opacity;
  transition-property: bottom,left,opacity;
  -webkit-transition-duration: 0s,0s,.25s;
  -o-transition-duration: 0s,0s,.25s;
  transition-duration: 0s,0s,.25s;
  -webkit-transition-delay: .25s,.25s,0s;
  -o-transition-delay: .25s,.25s,0s;
  transition-delay: .25s,.25s,0s;
  -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1);
  -o-transition-timing-function: cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1);
  transition-timing-function: cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1);
}

.featured-post-btn a:hover {
  color: #a37989;
}

.featured-post-btn a:hover:after {
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition-delay: 0s,0s,0s;
  -o-transition-delay: 0s,0s,0s;
  transition-delay: 0s,0s,0s;
  -webkit-transition-duration: .35s,1.65s,.01s;
  -o-transition-duration: .35s,1.65s,.01s;
  transition-duration: .35s,1.65s,.01s;
}

.featured-post-btn a:hover:before {
  color: #a37989;
}

.featured-post-content-date {
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  margin-bottom: 1.5em;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

.featured-post-content-date a, .featured-post-content-date a:hover {
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  display: inline-block;
  padding: .5em .75em;
  color: #fff;
  margin-right: 1em;
  text-transform: uppercase;
  font-size: .85em;
  line-height: 1em;
  text-decoration: none;
  background-color: #a37989;
}

h3.featured-post-content-title {
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  font-size: 2.5rem;
  line-height: 2.85rem;
  color: #a37989;
  margin-bottom: 1.15em;
  font-weight: 500;
}

h3.featured-post-content-title a, h3.featured-post-content-title a:hover {
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  color: inherit;
  text-decoration: none;
}

.featured-post-content-text {
  font-size: 1.45rem;
  line-height: 2.25rem;
  margin-bottom: 1em;
  color: #2e4c4c;
}

.the-categories {
  border-bottom: 1px solid #eef3f4;
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  text-align: left;
}

.topic_filter {
  position: relative;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.filter_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
}

.filter_title {
  font-family: Sorts Mill Goudy,Times,"serif";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .5em;
  font-size: 1.45rem;
  line-height: 1.45rem;
}

.filter_toggle_wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 263.438px;
}

.filter_section {
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 1.5em;
  height: auto;
  border-color: #a37989;
}

.filter_toggle {
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  color: #444;
  line-height: 28px;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: .5em 2.5em .5em 1.5em;
  letter-spacing: .025em;
  font-size: 1.1rem;
}

.filter_section.show_filter{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

span.select2-selection__arrow {
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  height: 26px;
  width: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 17px;
}

span.select2-selection__arrow b {
  outline: none;
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.blog_search_wrapepr {
  position: relative;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.blog_search_wrapepr form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
}

.blog_search_wrapepr form input {
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  -webkit-transition-property: opacity,border-color;
  -o-transition-property: opacity,border-color;
  transition-property: opacity,border-color;
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  outline: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #a37989;
  border-radius: 10em;
  padding: .5em 1.5em;
  font-size: 1.15rem;
  line-height: 1.15rem;
  background-image: url(https://19878988.fs1.hubspotusercontent-na1.net/hubfs/19878988/raw_assets/public/XuanlanYoga_Activate%20con%20Yoga/images/icon-search.svg);
  background-position: 100% 0;
  background-size: auto 90%;
  background-repeat: no-repeat;
  padding-right: 2.75em;
  width: auto;
}

.box-pt-post {
  position: relative;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 3em;
}

.box-item-inner {
  background-color: #2e4c4c;
  position: relative;
}

.box-item-image {
  -webkit-transition: all .5s ease-out;
  -o-transition: .5s ease-out all;
  transition: all .5s ease-out;
  background-color: #a37989;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

img {}

.box-item-image img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  opacity: 0;
  width: 100%;
}

.box-item-top {
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  background-color: #fcefea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.box-item-cat {
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  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;
  position: relative;
  z-index: 100;
  text-transform: uppercase;
  color: #fff;
  background-color: rgb(163, 121, 137);
  min-width: 89.6562px;
  flex-wrap: wrap;
}

.box-item-cat a {
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}

.box-item-cat a:hover{
  text-align: center;
  color: #fff;
}

h3.box-item-title {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  font-size: 1em;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  min-height: 85px;
}

h3.box-item-title a {
  display: block;
  color: #a37989;
  font-size: 1.25rem;
  line-height: 1.85rem;
  padding: 1.25rem;
  text-decoration: none;
  font-family: Poppins,Helvetica,Arial,"sans-serif";
}

h3.box-item-title a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all .5s ease-out;
  -o-transition: .5s ease-out all;
  transition: all .5s ease-out;
}
.box-item-info {
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  color: #a37989;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-top: 1em;
  min-height: 21px;
}

.box-item-info .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-item-content {
  color: #2e4c4c;
  font-size: 1.25rem;
  line-height: 1.85rem;
  margin-top: 1em;
  text-align: justify;
  min-height: 100px;
}

.box-item-btn {
  margin-top: 2em;
  text-align: center;
}

.box-item-btn a {
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  position: relative;
  text-align: center;
  overflow: hidden;
  max-width: 100%;
  background-color: #a37989;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #a37989;
  border-radius: 10em 0 10em 10em;
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding: 1em 2em;
  display: block;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 260px;
  margin: 0 auto;
  color: #fff;
}

.box-item-btn a:before{
  line-height: 1.25rem;
  padding: 1em 2em;
  position: absolute;
  content: attr(data-hover);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  color: #fff;
  -webkit-transition: all 1s ease-out;
  -o-transition: 1s ease-out all;
  transition: all 1s ease-out;
}

.box-item-btn a:after{
  border-radius: 10em 0 10em 10em;
  position: absolute;
  content: "";
  bottom: 100%;
  left: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  background: #fff;
  color: #a37989;
  -webkit-transition-property: bottom,left,opacity;
  -o-transition-property: bottom,left,opacity;
  transition-property: bottom,left,opacity;
  -webkit-transition-duration: 0s,0s,.25s;
  -o-transition-duration: 0s,0s,.25s;
  transition-duration: 0s,0s,.25s;
  -webkit-transition-delay: .25s,.25s,0s;
  -o-transition-delay: .25s,.25s,0s;
  transition-delay: .25s,.25s,0s;
  -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1);
  -o-transition-timing-function: cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1);
  transition-timing-function: cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1);
}

.box-item-btn a:hover{
  color: #a37989;
}
.box-item-btn a:hover:before {
  color: #a37989;
}
.box-item-btn a:hover:after {
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition-delay: 0s,0s,0s;
  -o-transition-delay: 0s,0s,0s;
  transition-delay: 0s,0s,0s;
  -webkit-transition-duration: .35s,1.65s,.01s;
  -o-transition-duration: .35s,1.65s,.01s;
  transition-duration: .35s,1.65s,.01s;
}

.box-item-btn a span {
  position: relative;
  z-index: 2;
}

.navigation .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navigation .blog-pagination-link {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  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;
  margin: 0 .5em 1em;
  border-radius: 50%;
  border: 2px solid #a37989;
  color: #a37989;
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  text-decoration:none;
}

.navigation .blog-pagination-link:hover{
  background-color: #a37989;
  color: #fff;
  text-decoration: none;
}


.navigation .blog-pagination-link:hover{
  text-decoration:none;
}

.navigation .blog-pagination-link.first-page,
.navigation .blog-pagination-link.prev-link,
.navigation .blog-pagination-link.next-link,
.navigation .blog-pagination-link.last-page{
  border: none;
  font-size: 2rem;
  line-height: 2.5rem;
  width: auto;
  min-width: 20px;
}

.navigation .blog-pagination-link.first-page:hover,
.navigation .blog-pagination-link.prev-link:hover,
.navigation .blog-pagination-link.next-link:hover,
.navigation .blog-pagination-link.last-page:hover{
  background-color: transparent;
    color: #2e4c4c;
}

.navigation .blog-pagination-link.active{
  background-color: #a37989;
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}

.navigation .blog-pagination__prev-link--disabled,
.navigation .blog-pagination__next-link--disabled {
  display:none;
}

.navigation .blog-pagination-link.next-link,
.navigation .blog-pagination-link.prev-link{
  border:0;
}

.popular.section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.popular .section-title {
  position: relative;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 2.5rem;
  line-height: 2.85rem;
  color: #a37989;
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  text-align: center;
  margin-bottom: 1.15em;
}

.popular.section .wpp-list {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: Sorts Mill Goudy,Times,"serif";
  margin-bottom: 1rem;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
  padding: 0
}

.popular.section .wpp-list li {
  overflow: hidden;
  float: none;
  clear: both;
  margin-bottom: 1rem;
  position: relative;
  width: 30%;
  text-align: center;
}

.popular-image {
  font-family: Sorts Mill Goudy,Times,"serif";
  margin: 0 auto 1.5em;
  width: 400px;
  max-width: 90%;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.popular-image img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  display: block;
}

.popular-date {
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 700;
  margin-bottom: 1em;
}

.popular-title {
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  font-size: 1.5rem;
  line-height: 2rem;
  color: #a37989;
  margin-bottom: 1em;
  min-height: 57px;
}

.popular-title a {
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  font-size: 1.5rem;
  line-height: 2rem;
  color: #a37989;
  text-decoration: none;
}

.popular-title a:hover {
  text-decoration: none;
  color: #a37989;
}

.popular-excerpt {
  font-size: 1.3rem;
  line-height: 1.65rem;
  margin-bottom: 1em;
  min-height: 69px;
  font-family: Sorts Mill Goudy,Times,"serif";
}

.popular-link {
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 700;
  color: #2e4c4c;
  text-transform: uppercase;
}

.popular-link a {
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #2e4c4c;
  text-decoration: none;
}

.popular-link a:hover {
  color: #2e4c4c;
  text-decoration: underline;
}

.popular-link a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.membership.section {
  position: relative;
  padding: 0 0 10%;
  background-color: #fff;
}

.membership-deco {
  display: none;
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 0;
  right: 60%;
  z-index: 1;
  background-color: #2e4c4c;
}

.membership-image{
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: none;
  position: relative;
  z-index: 10;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(https://19878988.fs1.hubspotusercontent-na1.net/hubfs/19878988/raw_assets/public/XuanlanYoga_Activate%20con%20Yoga/images/XuanOnlineV2-902x1200.jpg);
}

.membership-content{
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  z-index: 10;
}

.membership-content-title{
  font-weight: 500;
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  font-size: 2.5rem;
  line-height: 2.85rem;
  color: #a37989;
  margin-bottom: .35em;
}

.membership-content-subtitle{
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin-bottom: 1em;
  color: #2e4c4c;
}

.membership-content ul.tick-list {
  margin-top: 0;
  list-style: none;
  padding-left: 2em;
  margin-bottom: 2em;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.membership-content ul.tick-list li {
  font-family: Sorts Mill Goudy,Times,"serif";
  font-size: 1.45rem;
  line-height: 2.25rem;
  position: relative;
  margin-bottom: 1em;
}

.membership-content ul.tick-list li:before {
  content: "";
  position: absolute;
  top: .25em;
  right: 100%;
  margin-right: 1em;
  width: 14px;
  height: 12px;
  background-image: url(https://19878988.fs1.hubspotusercontent-na1.net/hubfs/19878988/raw_assets/public/XuanlanYoga_Activate%20con%20Yoga/images/list-tick.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.membership-content-btn a{
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  position: relative;
  text-align: center;
  overflow: hidden;
  max-width: 100%;
  background-color: #a37989;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #a37989;
  border-radius: 10em 0 10em 10em;
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding: 1em 2em;
  display: block;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 260px;
  color: #fff;
}
.membership-content-btn a:before{
  line-height: 1.25rem;
  padding: 1em 2em;
  position: absolute;
  content: attr(data-hover);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  color: #fff;
  -webkit-transition: all 1s ease-out;
  -o-transition: 1s ease-out all;
  transition: all 1s ease-out;
}

.membership-content-btn a:after{
  border-radius: 10em 0 10em 10em;
  position: absolute;
  content: "";
  bottom: 100%;
  left: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  background: #fff;
  color: #a37989;
  -webkit-transition-property: bottom,left,opacity;
  -o-transition-property: bottom,left,opacity;
  transition-property: bottom,left,opacity;
  -webkit-transition-duration: 0s,0s,.25s;
  -o-transition-duration: 0s,0s,.25s;
  transition-duration: 0s,0s,.25s;
  -webkit-transition-delay: .25s,.25s,0s;
  -o-transition-delay: .25s,.25s,0s;
  transition-delay: .25s,.25s,0s;
  -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1);
  -o-transition-timing-function: cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1);
  transition-timing-function: cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1),cubic-bezier(.23,1,.32,1);
}

.membership-content-btn a:hover{
  color: #a37989;
}

.membership-content-btn a:hover:before {
  color: #a37989;
}

.membership-content-btn a:hover:after {
  bottom: 0;
  left: 0;
  opacity: 1;
  -webkit-transition-delay: 0s,0s,0s;
  -o-transition-delay: 0s,0s,0s;
  transition-delay: 0s,0s,0s;
  -webkit-transition-duration: .35s,1.65s,.01s;
  -o-transition-duration: .35s,1.65s,.01s;
  transition-duration: .35s,1.65s,.01s;
}

.membership-content-btn a span {
  position: relative;
  z-index: 2;
}

.blog_tag_filter {
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #aaa;
  left: 0;
  z-index: 1051;
  border-color: #a37989;
  border-radius: 0 0 1.5em 1.5em;
  overflow: hidden;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display:none;
}

.show_filter .blog_tag_filter{
  display:block;
}

.blog_tag_filter ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-height: 200px;
  overflow-y: auto;
}

.blog_tag_filter ul li a {
  padding: .5em 1.5em;
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  cursor: pointer;
  display: block;
  color: #2e4c4c;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.5;
}

.blog_tag_filter ul li a:hover{
  background-color: #a37989;
  color: #fcefea;
  text-decoration: none;
}

.post-page-header {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

.post-page-header-top>* {
  position: relative;
  z-index: 10;
}

.page-header-title {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: Sorts Mill Goudy,Times,"serif";
  text-align: center;
  color: #fff;
  padding-top: 112.5px;
  padding-bottom: 112.5px;
}

.page-header-text {
  position: relative;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.page-header-text h1 {
  font-weight: 500;
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  font-size: 3.15rem;
  line-height: 3.5rem;
  margin: 0;
  padding: 0;
  color: rgb(163, 121, 137);
}

.page-header-text .post-title {
  font-weight: 400;
  font-family: Sorts Mill Goudy,Times,"serif";
  line-height: 2.25rem;
  margin-bottom: 1em;
  font-size: 1.65rem;
  color: #a37989;
}

.half-overlap.post {
  position: relative;
  z-index: 10;
}

.half-overlap>.content-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.half-overlap>.content-wrapper>.blog_row {
  text-align: center;
  color: #2e4c4c;
  position: relative;
  z-index: 100;
  padding: 0;
  margin: 0 auto;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-overlap .post_featuedr_image {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: Sorts Mill Goudy,Times,"serif";
  text-align: center;
  color: #2e4c4c;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-overlap .post_featuedr_image img{
  max-width: 100%;
  height: auto;
  width: 100%;
  opacity: 0;
  vertical-align: middle;
}

.page-header-image {
  font-family: Sorts Mill Goudy,Times,"serif";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 0;
  bottom: 406.25px;
}

.single-post-content {
  padding-top: 75px;
  padding-bottom: 75px;
}

.post_body, .blog-comments {
  position: relative;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 1.45rem;
  line-height: 2rem;
}

.single-post-content-share-text {
  font-weight: 400;
  position: relative;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  color: #a37989;
  font-size: 2.15rem;
  line-height: 2.15rem;
}

.single-post-content-share-icons {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: Sorts Mill Goudy,Times,"serif";
  position: relative;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.single-post-content-share a {
  display: inline-block;
  padding: .5em;
  margin: 0 0 0 1em;
}

.single-post-content-share a svg {
  height: 30px;
  width: auto;
  vertical-align: middle;
  overflow: hidden;
}

.single-post-content-share a svg path {
  fill: #a37989;
  -webkit-transition: all .5s ease-out;
  -o-transition: .5s ease-out all;
  transition: all .5s ease-out;
}

.single-post-content-share a:hover svg path {
  fill: #2e4c4c;
}

.comment_form_wrpper .section-title{
  font-weight: 400;
  position: relative;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 2.5rem;
  line-height: 2.85rem;
  color: #a37989;
  font-family: Poppins,Helvetica,Arial,"sans-serif";
  text-align: center;
  margin-bottom: 2em;
}

.comment_form_wrpper {
  padding-top: 75px;
  padding-bottom: 75px;
}

.comment-date {
  display: block !important;
  margin: 10px 0;
}

.popular.related_post .wpp-list li{
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 30%;
  text-align: center;
}

.hs-blog-listing .index-posts{
  padding-top: 75px;
  padding-bottom: 75px;
}

.the-categories_wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
  text-align: center;
  border-bottom: 1px solid #eef3f4;
}

.the-categories_wrapper .tag-title {
  font-size: 2.5rem;
  line-height: 2.85rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  color: #a37989;
  font-family: Poppins,Helvetica,Arial,"sans-serif";
}



@media (min-width:500px){
  .membership.section{
    padding-top: 10%;
  }
}



@media (min-width: 750px){
  .featured-post-image{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ffeatured-post-content{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    margin-left: 8.33333%;
  }
  .featured-post-btn{
    display:block;
  }

  .topic_filter{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .blog_search_wrapepr{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .box-pt-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .single-post-content-share-text{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
        margin-left: 8.33333%;
  }
  .single-post-content-share-icons{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .popular.related_post .wpp-list li{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width:1000px){
  .membership-deco{
    display: block;
  }
  .membership-image{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: block;
  }
  .membership-content{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .half-overlap .post_featuedr_image{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .post_body, .blog-comments{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%;
  }

  .single-post-content-share-text{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .single-post-content-share-icons{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

}

@media (max-width:1499px){
  .page-header-image{
    bottom: 296.875px;
  }
}

@media (max-width: 800px) and (max-width: 749.98px){
  .page-header-title{
    padding-top: 111px;
    padding-bottom: 111px;
  }
}

@media (max-width:1199px){
  .filter_toggle_wrapper{
    width: 226.078px;
  }
}

@media (max-width: 999.98px){
  .blog_search_wrapepr form input{
    width: 220px;
    max-width: 100%;
  }
  .featured-post-image{
    margin-bottom: 2em;
  }
}

@media (max-width:991px){
  .filter_toggle_wrapper{
    width: 220px;
  }
}

@media only screen and (max-width:767px){
  .replying {
    padding: 0;
  }
  .page-header-image{
    bottom: 562.5px;
  }
}

@media (max-width: 749.98px){
  .filter_wrapper{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 1em;
  }
  h3.featured-post-content-title{
    font-size: 1.85rem;
    line-height: 2.25rem;
  }
  .featured-post-btn.featured_post_btn_right{
    display:block;
  }
  .featured-post.section{
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .popular.section .wpp-list li{
    width: 100%;
    margin-bottom: 3em;
  }
  .popular.section .wpp-list{
    display:block;
  }

  .membership-content-title{
    font-size: 1.85rem;
    line-height: 2.25rem;
  }

  .membership-content ul.tick-list{
    padding-left: 1em;
  }
  .membership-content ul.tick-list li:before{
    margin-right: .5em;
    width: 7px;
    height: 6px;
  }
  .popular .section-title{
    font-size: 1.85rem;
    line-height: 2.25rem;
  }
  .single-post-content-share-icons{
    text-align: left;
    margin-top: 2em;
  }
  .comment_form_wrpper .section-title{
    font-size: 1.85rem;
    line-height: 2.25rem;
  }
  .box-item-top{
    display: block;
  }
  .box-item-cat{
    min-width: 0!important;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  h3.box-item-title{
    min-height: 0;
  }
  .box-item-cat a{
    font-size: 1rem;
    line-height: 1rem;
    padding: .65em 1.25em;
    text-align: left;
  }
  .page-header-text h1{
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
  .page-header-image{
    bottom: 549px;
  }
}

@media (min-width: 500px) and (max-width: 1499.98px){
  .page-header-title{
    padding-top: 7.5%;
    padding-bottom: 7.5%;
  }
}



@media (max-width: 800px) and (min-width: 500px) and (max-width: 1499.98px) {
  .page-header-title{
    padding-top: 15%;
    padding-bottom: 15%;
  }
}

@media (max-width: 800px) and (max-width: 749.98px){
  .page-header-title{
    padding-top: 111px;
    padding-bottom: 111px;
  }
}


@media (max-width: 499.98px){
  .page-header-image{
    background-size: cover!important;
    background-position: 50% 0!important;
  }
  .page-header-image {
    bottom: 362.25px;
  }
}

@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto;
    overflow-y: hidden !important;
    margin: 10px 0;
  }
  .page-header-image{
    bottom: 339px;
  }
}

@media(max-width:479px){
  .page-header-image {
    bottom: 267px;
  }
}


@media(max-width:320px){
  .page-header-image {
    bottom: 227px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
      z-index: 1;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #dee0e2;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: 10px 20px;
  font-size: 14px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.systems-page .widget-type-email_simple_subscription .hs-input{
  width: 100% !important;
}

.systems-page form{
  max-width:750px;
  width:100%;
}

.systems-page ul.no-list{
  padding:0;
}

.systems-page .hs-input{
  margin-bottom:18px;
}

#hs-pwd-widget-password{
  height:auto !important;
}

.form-container ul li .icon-wrapper{
  display:none;
}

.form-container ul li div{
      margin-left: 0;
}

.body-container-wrapper .systems-page ul li:before{
  display:none;
}

@media (max-width:767px){
  .systems-page h2{
    font-size: 35px;
  }
  .systems-page h1{
    font-size: 40px;
  }
}

@media (max-width:480px){
  .systems-page h2{
    font-size: 25px;
  }
  .systems-page h1{
    font-size: 28px;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap');


img.hs-image-widget {
    border-radius: 3px;
}
footer.footer.footer-no-nav {
    display: none;
    padding: 50px 0 50px;
}
.hs-form label {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif !Important;
}
.hs-input, #hs-pwd-widget-password {
  font-family: 'Source Sans Pro', sans-serif !Important;
  font-weight: 400;
  font-size: 16px;
}

.body-container-wrapper ul.inputs-list p {
    font-size: 16px;
}