/*
Theme Name:  Base Monk Theme
Description: Default WP Boilerplate for Theme Development
Version: 2.0
Author: Enrique Contreras
Author URI: http://kikemonk.com/
*/
/* ======= ALIGNMENT CLASSES ======= */
@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap");
.full {
  width: 100%;
  float: left;
  clear: both; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.hide {
  display: none; }

.show {
  display: block; }

@media (max-width: 414px) {
  .desktop {
    display: none; } }

.mobile {
  display: none; }
  @media (max-width: 414px) {
    .mobile {
      display: block; } }

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

/*
 * Monk CSS Partial 
 * Importing External Fonts
*/
/* 
 *  Flexbox Grid. 
 *  Visit http://flexboxgrid.com/ for read the documentation
 *
*/
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  max-width: 1640px;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  flex-direction: row-reverse; }

.col.reverse {
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  justify-content: center;
  text-align: center; }

.end-xs {
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  align-items: flex-start; }

.middle-xs {
  align-items: center; }

.bottom-xs {
  align-items: flex-end; }

.around-xs {
  justify-content: space-around; }

.between-xs {
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    justify-content: center;
    text-align: center; }
  .end-sm {
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    justify-content: center;
    text-align: center; }
  .end-md {
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .around-md {
    justify-content: space-around; }
  .between-md {
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    justify-content: center;
    text-align: center; }
  .end-lg {
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    align-items: flex-start; }
  .middle-lg {
    align-items: center; }
  .bottom-lg {
    align-items: flex-end; }
  .around-lg {
    justify-content: space-around; }
  .between-lg {
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

.container {
  max-width: 1240px; }

/*
 *
 * Reset CSS to reduce browser inconsitences. 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

*:focus {
  outline: none; }

/*
 * Nylon CSS Partial 
 * Typography: Setting up global font-related properties for all the elements
*/
a {
  text-decoration: none;
  color: #22A8B9; }
  a:hover, a:focus {
    text-decoration: none; }
  a:active {
    color: #22A8B9; }

body {
  font-family: "Assistant", sans-serif;
  font-size: 18px; }

b,
strong {
  font-weight: 700; }

i,
em {
  font-style: italic; }

img {
  max-width: 100%; }

blockquote {
  color: #262626;
  margin: 30px 0;
  padding: 10px 0 0 40px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-left: none; }
  blockquote .byline {
    font-size: 16px;
    font-weight: 300;
    display: block; }

p.lead {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.333em; }
  @media (max-width: 768px) {
    p.lead {
      font-size: 1.313em;
      line-height: 1.429em; } }
  @media (max-width: 1168px) {
    p.lead {
      font-size: 1.313em;
      line-height: 1.429em; } }

.content-styled a {
  color: #22A8B9;
  transition: 0.3s ease-out; }
  .content-styled a:hover {
    color: #22A8B9;
    text-decoration: none; }
  .content-styled a:active {
    color: #22A8B9;
    text-decoration: none; }

.content-styled ul {
  list-style-type: circle;
  margin-left: 1em; }
  .content-styled ul li {
    margin: 1em 0; }

.content-styled ol {
  counter-reset: item;
  padding: 0; }
  .content-styled ol li {
    counter-increment: item;
    list-style: none inside;
    line-height: 30px;
    margin: 1em 0;
    padding-left: 50px;
    position: relative; }
    .content-styled ol li:before {
      color: #22A8B9;
      content: "" counter(item) "";
      display: inline-block;
      left: 20px;
      position: absolute;
      text-align: center; }

.content-styled hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
  height: 1px;
  background-color: #22A8B9; }

.content-styled img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }

.content-styled img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px; }

.content-styled img.aligncenter {
  clear: both;
  float: none;
  margin: 0 auto; }

.content-styled + .btn,
.content-styled + p {
  margin-top: 20px; }

.content-styled ul {
  display: block;
  list-style: none;
  margin-bottom: 0; }
  .content-styled ul li:before {
    content: '';
    display: inline-block;
    height: 1rem;
    width: 1rem;
    background-image: url("../img/svg/ul-arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 1rem; }

.content-styled h1 {
  font-size: 80px; }

.content-styled h2 {
  font-size: 72px; }

.content-styled h3 {
  font-size: 48px; }

.content-styled h4 {
  font-size: 28px; }

.content-styled h5 {
  font-size: 22px; }

.content-styled h6 {
  font-size: 18px; }

p {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  color: #262626; }

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  color: #262626;
  margin-bottom: 1.2rem; }

h1 {
  font-family: "Playfair Display", serif;
  font-weight: 200;
  font-size: 1.875rem;
  line-height: 1em; }
  @media (max-width: 768px) {
    h1 {
      font-size: 3.3rem;
      line-height: 1em; } }
  @media (max-width: 1168px) {
    h1 {
      font-size: 3.3rem;
      line-height: 1em; } }

h2 {
  font-size: 1.5rem;
  line-height: 1.25em;
  font-weight: 300; }
  @media (max-width: 768px) {
    h2 {
      font-size: 2rem;
      line-height: 1em; } }
  @media (max-width: 1168px) {
    h2 {
      font-size: 2.5rem;
      line-height: 2.7rem; } }

h3 {
  font-size: 1.313rem;
  line-height: 1.333em;
  font-weight: 400; }
  @media (max-width: 768px) {
    h3 {
      font-size: 1.8rem;
      line-height: 1.25em; } }
  @media (max-width: 1168px) {
    h3 {
      font-size: 2.4rem;
      line-height: 2.3rem; } }

h4 {
  font-size: 1.125rem;
  line-height: 1.333em;
  font-weight: 600; }
  @media (max-width: 768px) {
    h4 {
      font-size: 1.2rem;
      line-height: 1.333em; } }
  @media (max-width: 1168px) {
    h4 {
      font-size: 1.6rem;
      line-height: 1em; } }

h5 {
  font-size: 1.1rem;
  line-height: 1.333em;
  font-weight: 600; }
  @media (max-width: 1168px) {
    h5 {
      font-size: 1.05;
      line-height: 1.333em; } }

h6 {
  font-size: 1rem;
  line-height: 1.333em;
  font-weight: 700; }

.text-white {
  color: #fff; }

.text-dark {
  color: #262626; }

.small {
  font-size: 16px; }

ol li:before {
  font-weight: 500; }

#masthead .head-banner {
  background-color: #22A8B9;
  padding: 21px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600; }
  #masthead .head-banner .banner-content {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.7px;
    line-height: 28px; }

#masthead #mastnav {
  box-shadow: 0px 1px 2px #00000029; }
  #masthead #mastnav .top-row {
    padding: 16px 0;
    align-items: center;
    justify-content: space-between; }
    #masthead #mastnav .top-row .left-elements ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #masthead #mastnav .top-row .left-elements ul li {
        display: inline-block;
        margin-right: 51px; }
        #masthead #mastnav .top-row .left-elements ul li a {
          color: #262626;
          font-size: 16px;
          letter-spacing: 1.28px;
          line-height: 21px;
          transition: .2s;
          border-bottom: 2px solid transparent; }
          #masthead #mastnav .top-row .left-elements ul li a:hover {
            border-color: #22A8B9; }
    #masthead #mastnav .top-row .central-element {
      display: flex;
      text-align: center;
      justify-content: center;
      align-items: center; }
    #masthead #mastnav .top-row .right-element ul {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: right; }
      #masthead #mastnav .top-row .right-element ul li {
        display: inline-block;
        margin-left: 51px; }
    #masthead #mastnav .top-row .right-element select {
      border-left: none;
      border-right: none;
      border-top: none;
      border-bottom: none;
      padding-right: 10px;
      text-decoration: underline; }
  #masthead #mastnav .bottom-row .category-nav {
    width: 100%;
    text-align: center;
    padding: 14px 0; }
    #masthead #mastnav .bottom-row .category-nav ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #masthead #mastnav .bottom-row .category-nav ul li {
        display: inline-block;
        margin-right: 51px; }
        #masthead #mastnav .bottom-row .category-nav ul li a {
          color: #262626;
          font-size: 16px;
          letter-spacing: 1.28px;
          line-height: 21px;
          transition: .2s;
          border-bottom: 2px solid transparent; }
          #masthead #mastnav .bottom-row .category-nav ul li a:hover {
            border-color: #22A8B9; }
        #masthead #mastnav .bottom-row .category-nav ul li ul {
          display: none; }

#blog-page {
  padding: 40px 0; }
  #blog-page .luxe-categories ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #blog-page .luxe-categories ul li {
      display: inline-block;
      margin-right: 75px; }
      #blog-page .luxe-categories ul li a {
        font-weight: bold;
        font-size: 28px;
        line-height: 38px;
        color: rgba(38, 38, 38, 0.5);
        transition: .2s; }
        #blog-page .luxe-categories ul li a:hover, #blog-page .luxe-categories ul li a.active {
          color: #262626; }

.blog-wrap {
  padding: 70px 0; }

.blog-card {
  margin-bottom: 25px; }
  .blog-card .post-thumbnail {
    border-radius: 20px;
    overflow: hidden; }
  .blog-card .post-contents {
    padding: 0 0 0 40px; }
    .blog-card .post-contents .category a {
      font-weight: 600;
      font-size: 14px;
      letter-spacing: 0.45px;
      line-height: 18px;
      color: #22A8B9; }
    .blog-card .post-contents .post-title {
      font-size: 34px;
      font-weight: bold;
      line-height: 38px; }
      .blog-card .post-contents .post-title a {
        color: #262626; }
    .blog-card .post-contents .post-excerpt {
      font-size: 16px;
      color: #262626;
      line-height: 21px; }
      .blog-card .post-contents .post-excerpt p {
        font-size: 16px;
        color: #262626;
        line-height: 21px; }
    .blog-card .post-contents .read-more {
      margin-top: 27px; }
      .blog-card .post-contents .read-more a {
        font-size: 14px;
        line-height: 18px;
        color: #262626;
        font-weight: 600;
        transition: .2s;
        position: relative; }
        .blog-card .post-contents .read-more a:after {
          content: ' ';
          top: 50%;
          right: -40px;
          transform: translateY(-50%);
          width: 20px;
          height: 12px;
          position: absolute;
          display: block;
          background: url("./assets/img/svgs/arrow-right-long.svg") no-repeat;
          background-size: cover; }
        .blog-card .post-contents .read-more a:hover {
          color: #22A8B9; }

.page-title {
  font-size: 48px;
  line-height: 64px;
  letter-spacing: 1.15px;
  font-family: "Playfair Display", serif; }

#single-page .post-thumbnail {
  height: 600px;
  width: 100%;
  background-size: cover;
  background-position: center center; }

#single-page #single-content {
  padding: 80px 106px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 10;
  transform: translateY(-80px); }
  #single-page #single-content .single-head h1 {
    font-size: 72px;
    font-weight: bold;
    line-height: 85px;
    color: #262626;
    font-family: "Assistant", sans-serif; }
  #single-page #single-content .single-content-wrap .author {
    padding-bottom: 30px;
    border-bottom: 2px solid #939598;
    margin-bottom: 30px; }
    #single-page #single-content .single-content-wrap .author h4 {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #262626;
      margin-bottom: 0; }
    #single-page #single-content .single-content-wrap .author .separator {
      margin: 0 20px;
      display: inline-block;
      width: 50px;
      height: 1px;
      background-color: #262626; }
  #single-page #single-content .single-content-wrap .post-footer {
    display: flex;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 2px solid #939598;
    justify-content: space-between; }
    #single-page #single-content .single-content-wrap .post-footer .tags {
      width: 50%;
      font-size: 14px;
      font-weight: 700; }
      #single-page #single-content .single-content-wrap .post-footer .tags a {
        color: #262626;
        font-weight: 500;
        font-size: 14px;
        display: inline-block;
        padding: 5px 9px;
        border-radius: 8px;
        background: rgba(34, 168, 185, 0.05); }
  #single-page #single-content .sidebar h4 {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #262626;
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 2px solid #939598;
    margin-bottom: 30px; }
  #single-page #single-content .sidebar .side-card {
    box-shadow: 0px 1px 2px #00000033;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px; }
    #single-page #single-content .sidebar .side-card .thumb {
      display: block;
      height: 236px;
      background-size: cover;
      background-position: center center; }
    #single-page #single-content .sidebar .side-card .content {
      padding: 24px; }
      #single-page #single-content .sidebar .side-card .content h2 {
        font-size: 22px;
        line-height: 28px; }
        #single-page #single-content .sidebar .side-card .content h2 a {
          color: #262626; }
      #single-page #single-content .sidebar .side-card .content h6 {
        font-size: 12px;
        color: #262626; }
      #single-page #single-content .sidebar .side-card .content h5 {
        font-size: 14px;
        color: #262626; }

#mastfooter {
  padding: 74px 0;
  background-color: #464646; }
  #mastfooter .foot-widget .widget-title {
    font-size: 28px;
    line-height: 37px;
    letter-spacing: 0.9px;
    color: #fff; }
  #mastfooter .foot-widget .widget-content {
    padding: 39px 0; }
    #mastfooter .foot-widget .widget-content ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #mastfooter .foot-widget .widget-content ul li {
        margin-bottom: 15px; }
        #mastfooter .foot-widget .widget-content ul li a {
          color: #fff;
          font-size: 18px;
          line-height: 28px; }
    #mastfooter .foot-widget .widget-content .apps {
      display: flex;
      align-items: center; }
/*# sourceMappingURL=style.css.map */


#blog-hero{
	height: 340px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.blog-posts-datetime{
  font-size: 10pt;
  color: #777777;
  padding-top: 3px;
}

.blog-share-on{
  display: inline-flex;
  align-items: center;
}

.blog-share-on-links{
  display: inline-flex;
  align-items: center;
  color: #777777;
}

.blog-share-on-links-icon{
  width: 16px;
  height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.blog-share-on-separator{
  padding: 10px;
  font-size: 9pt;
}