/* GLOBAL */
/* GLOBAL */
/* GLOBAL */
/* GLOBAL */
/* GLOBAL */
/* GLOBAL */
/* GLOBAL */
/* GLOBAL */
/* GLOBAL */
/* GLOBAL */
/* GLOBAL */
/* GLOBAL */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px; }
  .grid .grid-block {
    padding-right: 25px;
    padding-left: 25px; }

@media screen and (max-width: 1024px) {
    .mobile-hide {
      display: none !important; } }

@media screen and (max-width: 1400px) and (min-width: 1024px) {
    .tablet-hide {
      display: none !important; } }

@media screen and (min-width: 1400px) {
    .desktop-hide {
      display: none !important; } }

.grid-block-d-1 {
  flex-basis: calc(100% * 1/12);
  max-width: calc(100% * 1/12); }

@media only screen and (max-width: 1024px) {
  .grid-block-t-1 {
    flex-basis: calc(100% * 1/12);
    max-width: calc(100% * 1/12); } }

@media only screen and (max-width: 768px) {
  .grid-block-m-1 {
    flex-basis: calc(100% * 1/12);
    max-width: calc(100% * 1/12); } }

.grid-block-d-2 {
  flex-basis: calc(100% * 2/12);
  max-width: calc(100% * 2/12); }

@media only screen and (max-width: 1024px) {
  .grid-block-t-2 {
    flex-basis: calc(100% * 2/12);
    max-width: calc(100% * 2/12); } }

@media only screen and (max-width: 768px) {
  .grid-block-m-2 {
    flex-basis: calc(100% * 2/12);
    max-width: calc(100% * 2/12); } }

.grid-block-d-3 {
  flex-basis: calc(100% * 3/12);
  max-width: calc(100% * 3/12); }

@media only screen and (max-width: 1024px) {
  .grid-block-t-3 {
    flex-basis: calc(100% * 3/12);
    max-width: calc(100% * 3/12); } }

@media only screen and (max-width: 768px) {
  .grid-block-m-3 {
    flex-basis: calc(100% * 3/12);
    max-width: calc(100% * 3/12); } }

.grid-block-d-4 {
  flex-basis: calc(100% * 4/12);
  max-width: calc(100% * 4/12); }

@media only screen and (max-width: 1024px) {
  .grid-block-t-4 {
    flex-basis: calc(100% * 4/12);
    max-width: calc(100% * 4/12); } }

@media only screen and (max-width: 768px) {
  .grid-block-m-4 {
    flex-basis: calc(100% * 4/12);
    max-width: calc(100% * 4/12); } }

.grid-block-d-5 {
  flex-basis: calc(100% * 5/12);
  max-width: calc(100% * 5/12); }

@media only screen and (max-width: 1024px) {
  .grid-block-t-5 {
    flex-basis: calc(100% * 5/12);
    max-width: calc(100% * 5/12); } }

@media only screen and (max-width: 768px) {
  .grid-block-m-5 {
    flex-basis: calc(100% * 5/12);
    max-width: calc(100% * 5/12); } }

.grid-block-d-6 {
  flex-basis: calc(100% * 6/12);
  max-width: calc(100% * 6/12); }

@media only screen and (max-width: 1024px) {
  .grid-block-t-6 {
    flex-basis: calc(100% * 6/12);
    max-width: calc(100% * 6/12); } }

@media only screen and (max-width: 768px) {
  .grid-block-m-6 {
    flex-basis: calc(100% * 6/12);
    max-width: calc(100% * 6/12); } }

.grid-block-d-7 {
  flex-basis: calc(100% * 7/12);
  max-width: calc(100% * 7/12); }

@media only screen and (max-width: 1024px) {
  .grid-block-t-7 {
    flex-basis: calc(100% * 7/12);
    max-width: calc(100% * 7/12); } }

@media only screen and (max-width: 768px) {
  .grid-block-m-7 {
    flex-basis: calc(100% * 7/12);
    max-width: calc(100% * 7/12); } }

.grid-block-d-8 {
  flex-basis: calc(100% * 8/12);
  max-width: calc(100% * 8/12); }

@media only screen and (max-width: 1024px) {
  .grid-block-t-8 {
    flex-basis: calc(100% * 8/12);
    max-width: calc(100% * 8/12); } }

@media only screen and (max-width: 768px) {
  .grid-block-m-8 {
    flex-basis: calc(100% * 8/12);
    max-width: calc(100% * 8/12); } }

.grid-block-d-9 {
  flex-basis: calc(100% * 9/12);
  max-width: calc(100% * 9/12); }

@media only screen and (max-width: 1024px) {
  .grid-block-t-9 {
    flex-basis: calc(100% * 9/12);
    max-width: calc(100% * 9/12); } }

@media only screen and (max-width: 768px) {
  .grid-block-m-9 {
    flex-basis: calc(100% * 9/12);
    max-width: calc(100% * 9/12); } }

.grid-block-d-10 {
  flex-basis: calc(100% * 10/12);
  max-width: calc(100% * 10/12); }

@media only screen and (max-width: 1024px) {
  .grid-block-t-10 {
    flex-basis: calc(100% * 10/12);
    max-width: calc(100% * 10/12); } }

@media only screen and (max-width: 768px) {
  .grid-block-m-10 {
    flex-basis: calc(100% * 10/12);
    max-width: calc(100% * 10/12); } }

.grid-block-d-11 {
  flex-basis: calc(100% * 11/12);
  max-width: calc(100% * 11/12); }

@media only screen and (max-width: 1024px) {
  .grid-block-t-11 {
    flex-basis: calc(100% * 11/12);
    max-width: calc(100% * 11/12); } }

@media only screen and (max-width: 768px) {
  .grid-block-m-11 {
    flex-basis: calc(100% * 11/12);
    max-width: calc(100% * 11/12); } }

.grid-block-d-12 {
  flex-basis: calc(100% * 12/12);
  max-width: calc(100% * 12/12); }

@media only screen and (max-width: 1024px) {
  .grid-block-t-12 {
    flex-basis: calc(100% * 12/12);
    max-width: calc(100% * 12/12); } }

@media only screen and (max-width: 768px) {
  .grid-block-m-12 {
    flex-basis: calc(100% * 12/12);
    max-width: calc(100% * 12/12); } }

.motion-element {
  transition: all ease-in 200ms; }

p {
  word-wrap: break-word;
  /* HEADINGS */ }

.page-title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px; }

h1, h2, h3 {
  font-family: "FreightBig Pro";
  font-weight: 400;
  text-rendering: geometricPrecision; }

@media screen and (max-width: 1024px) {
      body.admin-bar .header-inner {
        top: 46px !important; } }

.scrolled body.admin-bar {
  /* HEADER */ }
  @media screen and (max-width: 1024px) {
    .scrolled body.admin-bar .header-inner {
      top: 0 !important; } }

header.main {
  padding: 0 15px 15px; }
  @media screen and (max-width: 1024px) {
  header.main {
    padding: 0 !important; } }
  @media screen and (max-width: 1024px) {
  header.main {
    background: black !important; } }
  @media screen and (max-width: 1024px) {
  header.main {
    color: white !important; } }
  @media screen and (max-width: 1024px) {
    header.main a {
      color: white !important; } }
  header.main .header-inner {
    z-index: 10; }
    @media screen and (max-width: 1024px) {
  header.main .header-inner {
    background: black !important; } }
    @media screen and (max-width: 1024px) {
  header.main .header-inner {
    position: fixed !important; } }
    @media screen and (max-width: 1024px) {
  header.main .header-inner {
    top: 0 !important; } }
    @media screen and (max-width: 1024px) {
  header.main .header-inner {
    left: 0 !important; } }
    @media screen and (max-width: 1024px) {
  header.main .header-inner {
    right: 0 !important; } }
    @media screen and (max-width: 1024px) {
    header.main .header-inner.opened {
      overflow: scroll !important; } }
      @media screen and (max-width: 1024px) {
  header.main .header-inner.opened {
    bottom: 0 !important; } }
      @media screen and (max-width: 1024px) {
    header.main .header-inner.opened .nav-logo {
      display: none !important; } }
      @media screen and (max-width: 1024px) {
    header.main .header-inner.opened .header-search {
      display: flex !important; } }
      @media screen and (max-width: 1024px) {
    header.main .header-inner.opened .header-bottom .social-media {
      display: block !important; } }
        header.main .header-inner.opened .header-bottom .social-media ul {
          display: flex;
          flex-wrap: nowrap;
          list-style: none;
          justify-content: start;
          padding-left: 10px; }
    @media screen and (max-width: 1024px) {
    header.main .header-inner .social-media {
      display: none !important; } }
    header.main .header-inner .menu-link {
      display: none;
      z-index: 10;
      position: absolute;
      padding: 15px; }
      @media screen and (max-width: 1024px) {
  header.main .header-inner .menu-link {
    display: inline-block !important; } }
      header.main .header-inner .menu-link .icon-cross {
        display: none; }
      header.main .header-inner .menu-link.cross {
        position: relative;
        float: right; }
        header.main .header-inner .menu-link.cross .icon-cross {
          display: block; }
        header.main .header-inner .menu-link.cross .icon-hamburger {
          display: none; }
    @media screen and (max-width: 1024px) {
    header.main .header-inner .header-search {
      display: none !important; } }
    header.main .header-inner .header-top {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      header.main .header-inner .header-top > * {
        flex: 1; }
      header.main .header-inner .header-top .nav-logo {
        flex-basis: 216px;
        max-width: 216px;
        margin: 30px 0; }
        @media screen and (max-width: 1024px) {
  header.main .header-inner .header-top .nav-logo {
    margin: 10px auto !important; } }
        @media screen and (max-width: 1024px) {
    header.main .header-inner .header-top .nav-logo img {
      margin: auto !important; } }
          @media screen and (max-width: 1024px) {
  header.main .header-inner .header-top .nav-logo img {
    max-width: 130px !important; } }
      @media screen and (max-width: 1024px) {
    header.main .header-inner .header-top .social-media {
      display: none !important; } }
        header.main .header-inner .header-top .social-media ul {
          list-style: none;
          margin: 0;
          padding: 0;
          display: flex; }
      header.main .header-inner .header-top form.header-search {
        position: relative; }
        header.main .header-inner .header-top form.header-search .field-search {
          max-width: 200px;
          margin: 0 0 0 auto;
          box-shadow: 0 2px 0 0; }
          @media screen and (max-width: 1024px) {
  header.main .header-inner .header-top form.header-search .field-search {
    margin-left: 20px !important; } }
          @media screen and (max-width: 1024px) {
  header.main .header-inner .header-top form.header-search .field-search {
    margin-bottom: 30px !important; } }
          @media screen and (max-width: 1024px) {
  header.main .header-inner .header-top form.header-search .field-search {
    padding: 10px !important; } }
          @media screen and (max-width: 1024px) {
  header.main .header-inner .header-top form.header-search .field-search {
    border-bottom: none !important; } }
          header.main .header-inner .header-top form.header-search .field-search label {
            display: none; }
          header.main .header-inner .header-top form.header-search .field-search input#search-input {
            margin-left: 30px;
            border: 0;
            height: 30px;
            line-height: 30px;
            font-family: 'FreightBig Pro';
            font-size: 16px;
            transition: all ease-in 200ms; }
            @media screen and (max-width: 1024px) {
  header.main .header-inner .header-top form.header-search .field-search input#search-input {
    margin-left: 0 !important; } }
            @media screen and (max-width: 1024px) {
  header.main .header-inner .header-top form.header-search .field-search input#search-input {
    background: black !important; } }
            @media screen and (max-width: 1024px) {
  header.main .header-inner .header-top form.header-search .field-search input#search-input {
    color: white !important; } }
            @media screen and (max-width: 1024px) {
  header.main .header-inner .header-top form.header-search .field-search input#search-input {
    padding: 5px !important; } }
            header.main .header-inner .header-top form.header-search .field-search input#search-input::placeholder {
              text-transform: uppercase;
              font-size: 14px;
              letter-spacing: 0.01em; }
              @media screen and (max-width: 1024px) {
  header.main .header-inner .header-top form.header-search .field-search input#search-input::placeholder {
    font-size: 12px !important; } }
        header.main .header-inner .header-top form.header-search .field.field-submit {
          max-width: 200px;
          margin: 0 0 0 auto;
          position: relative; }
          @media screen and (max-width: 1024px) {
  header.main .header-inner .header-top form.header-search .field.field-submit {
    margin: 0 !important; } }
          header.main .header-inner .header-top form.header-search .field.field-submit input {
            position: absolute;
            bottom: 0;
            padding: 0;
            font-size: 0;
            border: 0;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url(https://stylemagazines.com.au/ui/carbon_x/dna/images/ico_search.svg);
            min-width: 30px;
            min-height: 30px;
            transition: all ease-in 200ms;
            right: calc(100% - 30px);
            background-color: transparent; }
            @media screen and (max-width: 1024px) {
  header.main .header-inner .header-top form.header-search .field.field-submit input {
    position: relative !important; } }
            @media screen and (max-width: 1024px) {
  header.main .header-inner .header-top form.header-search .field.field-submit input {
    left: -32px !important; } }
            @media screen and (max-width: 1024px) {
  header.main .header-inner .header-top form.header-search .field.field-submit input {
    width: 99% !important; } }
            @media screen and (max-width: 1024px) {
  header.main .header-inner .header-top form.header-search .field.field-submit input {
    padding: 18px !important; } }
            @media screen and (max-width: 1024px) {
  header.main .header-inner .header-top form.header-search .field.field-submit input {
    background-image: url(https://stylemagazines.com.au/ui/carbon_x/dna/images/ico_search_white.svg) !important; } }
        header.main .header-inner .header-top form.header-search:focus-within .field-submit input {
          right: 0; }
          header.main .header-inner .header-top form.header-search:focus-within .field-search input#search-input {
            margin-left: 0; }
    header.main .header-inner .header-bottom nav ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      justify-content: center;
      font-family: 'FreightBig Pro';
      font-size: 16px;
      letter-spacing: 0.015em; }
      @media screen and (max-width: 1024px) {
      header.main .header-inner .header-bottom nav ul {
        flex-direction: column !important; } }
      header.main .header-inner .header-bottom nav ul li {
        position: relative; }
        header.main .header-inner .header-bottom nav ul li a {
          text-decoration: none;
          text-transform: uppercase; }
          @media screen and (max-width: 1024px) {
      header.main .header-inner .header-bottom nav ul li a {
        font-family: "FreightBig Pro" !important; } }
          @media screen and (max-width: 1024px) {
      header.main .header-inner .header-bottom nav ul li a {
        font-size: 22px !important; } }
      header.main .header-inner .header-bottom nav ul#menu-main-menu > li > a {
        letter-spacing: 0.08em;
        display: block;
        padding: 10px;
        margin: 0 10px;
        position: relative; }
        header.main .header-inner .header-bottom nav ul#menu-main-menu > li > a:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          height: 2px;
          left: 0;
          width: 0;
          background: black;
          transition: all ease-in 200ms; }
        header.main .header-inner .header-bottom nav ul#menu-main-menu > li > a:hover:after {
          width: 100%; }
        header.main .header-inner .header-bottom nav ul#menu-main-menu > li.current-menu-item > a:after {
          width: 100%; }
      header.main .header-inner .header-bottom nav ul li.menu-item-has-children ul.sub-menu {
        position: absolute;
        flex-direction: column;
        z-index: 10;
        background: white;
        left: 0;
        padding: 20px;
        min-width: 240px;
        transition: all ease-in 200ms;
        transform: translateY(20px);
        opacity: 0;
        pointer-events: none; }
        header.main .header-inner .header-bottom nav ul li.menu-item-has-children ul.sub-menu > li a {
          padding: 8px 0;
          display: block; }
        header.main .header-inner .header-bottom nav ul li.menu-item-has-children ul.sub-menu > li a:hover {
          background: black;
          color: white;
          box-shadow: 20px 0 black, -20px 0 black; }
        header.main .header-inner .header-bottom nav ul li.menu-item-has-children ul.sub-menu::before {
          content: attr(data-name);
          font-family: "FreightBig Pro";
          font-style: italic;
          font-size: 22px;
          margin-bottom: 20px; }
      header.main .header-inner .header-bottom nav ul li.menu-item-has-children:hover > a:after {
        width: 100% !important; }
        header.main .header-inner .header-bottom nav ul li.menu-item-has-children:hover > ul.sub-menu {
          pointer-events: unset;
          opacity: 1;
          transform: translateY(0); }

main {
  padding-left: 29px;
  padding-right: 29px; }

.location-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: 'FreightBig Pro';
  text-transform: uppercase;
  letter-spacing: 0.08em;
  /* SOCIAL */ }
  @media screen and (max-width: 1024px) {
  .location-selector {
    flex-direction: column !important; } }
  @media screen and (max-width: 1024px) {
  .location-selector {
    align-items: baseline !important; } }
  @media screen and (max-width: 1024px) {
  .location-selector {
    margin-top: 20px !important; } }
  @media screen and (max-width: 1024px) {
  .location-selector {
    margin-bottom: 20px !important; } }
  .location-selector a {
    text-decoration: none;
    padding: 5px;
    display: block;
    margin: 10px;
    transition: all ease-in 200ms; }
    @media screen and (max-width: 1024px) {
  .location-selector a {
    margin-top: 0px !important; } }
    @media screen and (max-width: 1024px) {
  .location-selector a {
    margin-bottom: 0px !important; } }
    @media screen and (max-width: 1024px) {
    .location-selector a::after {
      content: " >" !important; } }

.social-media {
  /* FOOTER */ }
  .social-media li a {
    font-size: 0;
    display: block;
    min-width: 30px;
    min-height: 30px;
    mask-position: center;
    background-color: #2b2e35;
    -webkit-mask-position: center;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat; }
    .social-media li.facebook a {
      mask-image: url(https://stylemagazines.com.au/ui/carbon_x/dna/images/ico_facebook.svg);
      -webkit-mask-image: url(https://stylemagazines.com.au/ui/carbon_x/dna/images/ico_facebook.svg); }
    .social-media li.tiktok a {
      mask-image: url(https://stylemagazines.com.au/ui/carbon_x/dna/images/ico_tiktok.svg);
      -webkit-mask-image: url(https://stylemagazines.com.au/ui/carbon_x/dna/images/ico_tiktok.svg); }
    .social-media li.instagram a {
      mask-image: url(https://stylemagazines.com.au/ui/carbon_x/dna/images/ico_instagram.svg);
      -webkit-mask-image: url(https://stylemagazines.com.au/ui/carbon_x/dna/images/ico_instagram.svg); }
    .social-media li.linkedin a {
      mask-image: url(https://stylemagazines.com.au/ui/carbon_x/dna/images/icon-linkedin.png);
      -webkit-mask-image: url(https://stylemagazines.com.au/ui/carbon_x/dna/images/icon-linkedin.png);
      mask-size: 30px 30px !important;
      -webkit-mask-size: 30px 30px !important; }
    .social-media li.email a {
      mask-image: url(https://stylemagazines.com.au/ui/carbon_x/dna/images/icon-email.png);
      -webkit-mask-image: url(https://stylemagazines.com.au/ui/carbon_x/dna/images/icon-email.png);
      mask-size: 25px 25px !important;
      -webkit-mask-size: 25px 25px !important; }
    .social-media li.copy-link-wrapper a {
      mask-image: url(https://stylemagazines.com.au/ui/carbon_x/dna/images/icon-copy.png);
      -webkit-mask-image: url(https://stylemagazines.com.au/ui/carbon_x/dna/images/ico_facebook.svg);
      mask-size: 20px 20px !important;
      -webkit-mask-size: 20px 20px !important; }
    .social-media li.subscribe-link a {
      background: transparent;
      font-size: 12px;
      line-height: 3;
      text-transform: uppercase;
      text-decoration: none;
      font-family: 'FreightBig Pro';
      padding: 0 10px;
      letter-spacing: 0.08em; }

footer#footer-main {
  background: #e7e2da;
  padding: 10px 10px; }
  footer#footer-main .footer-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 16px; }
    footer#footer-main .footer-inner > nav .desktop-menu > div ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      @media screen and (max-width: 1024px) {
          footer#footer-main .footer-inner > nav .desktop-menu > div ul li {
            width: 100% !important; } }
      @media screen and (max-width: 1024px) {
          footer#footer-main .footer-inner > nav .desktop-menu > div ul li {
            font-size: 14px !important; } }
      footer#footer-main .footer-inner > nav .desktop-menu > div ul a {
        text-decoration: none;
        padding: 8px;
        display: block;
        margin: 0 18px; }
    footer#footer-main .footer-inner .post-footer-bottom {
      padding: 8px;
      margin: 0 18px; }
      @media screen and (max-width: 1024px) {
  footer#footer-main .footer-inner .post-footer-bottom {
    font-size: 14px !important; } }

@media only screen and (max-width: 1024px) {
  /* HEADER FOOTER ADS */
    .advert.advert-mobile_ad {
      z-index: 0; }
    header .header-inner .social-media li a {
      background-color: white; }
      header .header-inner .social-media li.subscribe-link a {
        background-color: transparent; } }

body {
  display: grid; }
  body > .advert-wrapper {
    order: -1;
    max-width: 100vw; }
  body .advert.advert-top_billboard, body .advert.advert-bottom_billboard {
    margin: 15px auto;
    width: 1350px;
    max-width: 100%; }
  body .advert.advert-bottom_billboard {
    margin: 40px auto 80px; }

.site-container {
  max-width: 100vw;
  /* PRIVACY */ }

.privacy-modal {
  background: var(--black90);
  position: fixed;
  right: 0;
  bottom: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  /* listing grid layouts */ }
  .privacy-modal.fadeout {
    opacity: 0;
    transform: translateY(30px);
    pointer-events: none; }
  .privacy-modal .privacy-modal-inner {
    color: white;
    padding: 25px;
    position: relative; }
    .privacy-modal .privacy-modal-inner .close {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      font-size: 0; }
      .privacy-modal .privacy-modal-inner .close:after, .privacy-modal .privacy-modal-inner .close:before {
        content: '';
        width: 17px;
        height: 2px;
        background: white;
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(45deg);
        margin: 18px 12px; }
      .privacy-modal .privacy-modal-inner .close:after {
        transform: rotate(-45deg); }

section.main-home > .section-inner, section.main-category > .section-inner, section.load-more-grid > .section-inner {
  max-width: 1455px;
  margin: 0 auto; }
  section.main-home > .section-inner .grid > *, section.main-category > .section-inner .grid > *, section.load-more-grid > .section-inner .grid > * {
    margin-bottom: 100px; }
  section.main-home > .section-inner article a, section.main-category > .section-inner article a, section.load-more-grid > .section-inner article a {
    display: block;
    flex-direction: column;
    background: white;
    transition: all ease-in 200ms;
    margin: 5px;
    text-decoration: none;
    height: 100%;
    border-radius: 10px;
    padding: 10px; }
    section.main-home > .section-inner article a .info, section.main-category > .section-inner article a .info, section.load-more-grid > .section-inner article a .info {
      margin-bottom: 25px;
      transition: all ease-in 200ms; }
    section.main-home > .section-inner article .image img, section.main-category > .section-inner article .image img, section.load-more-grid > .section-inner article .image img {
      aspect-ratio: 1;
      object-fit: cover;
      width: 100%;
      height: auto; }
    section.main-home > .section-inner article .tax, section.main-category > .section-inner article .tax, section.load-more-grid > .section-inner article .tax {
      margin-top: 20px;
      font-size: 12px;
      font-family: 'FreightBig Pro';
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin-bottom: 25px; }
    section.main-home > .section-inner article h2, section.main-category > .section-inner article h2, section.load-more-grid > .section-inner article h2 {
      font-family: 'FreightBig Pro';
      font-size: 28px;
      line-height: 36px;
      max-height: 108px;
      overflow: hidden;
      text-overflow: ellipsis; }
    @media screen and (max-width: 1400px) and (min-width: 1024px) {
      section.main-home > .section-inner article h2, section.main-category > .section-inner article h2, section.load-more-grid > .section-inner article h2 {
        font-size: 24px !important; } }
    section.main-home > .section-inner article.excerpt-on-top a, section.main-category > .section-inner article.excerpt-on-top a, section.load-more-grid > .section-inner article.excerpt-on-top a {
      display: flex;
      flex-direction: column-reverse; }
    section.main-home > .section-inner article.excerpt-on-top a .info, section.main-category > .section-inner article.excerpt-on-top a .info, section.load-more-grid > .section-inner article.excerpt-on-top a .info {
      margin-bottom: 55px; }
    section.main-home > .section-inner article.excerpt-on-top a .tax, section.main-category > .section-inner article.excerpt-on-top a .tax, section.load-more-grid > .section-inner article.excerpt-on-top a .tax {
      margin-top: 0px; }

.load-more-action {
  border: 1px solid;
  padding: 10px;
  max-width: 140px;
  margin: 0 auto 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'FreightBig Pro';
  letter-spacing: 0.08em;
  font-size: 14px;
  cursor: pointer;
  transition: all ease-in 200ms; }
  .load-more-action:hover {
    background: black;
    color: white;
    border-color: black; }

.image + .caption {
  padding: 8px 0 16px;
  /* SUBSCRIBE MODAL */ }

.subscribe-modal {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--black90);
  transition: all ease-in 200ms;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center; }
  .subscribe-modal .grid-block {
    padding: 0; }
  .subscribe-modal .subscribe-footer {
    font-family: 'FreightBig Pro';
    font-size: 15px;
    line-height: 1.4; }
  .subscribe-modal .subscribe-modal-inner {
    width: calc(100% - 30px);
    max-width: 1030px;
    background: #e7e2da;
    position: relative;
    opacity: 0;
    transition: all ease-in 300ms;
    transition-delay: 400ms;
    transform: translateY(40px); }
  .subscribe-modal .subscribe-modal-inner .grid-block + .grid-block {
    padding: 40px 60px;
    text-align: center; }
    .subscribe-modal .subscribe-modal-inner .grid-block .image {
      height: 100%; }
    .subscribe-modal .subscribe-modal-inner .grid-block .image img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .subscribe-modal a.close {
    font-size: 0;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
  .subscribe-modal a.close:after, .subscribe-modal a.close:before {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background: #b4aea4;
    position: absolute;
    top: 18px;
    left: 12px;
    transform: rotate(45deg); }
  .subscribe-modal a.close:after {
    transform: rotate(-45deg); }

.subscribe-modal-active .subscribe-modal {
  opacity: 1;
  pointer-events: unset; }
  .subscribe-modal-active .subscribe-modal .subscribe-modal-inner {
    opacity: 1;
    transform: translateY(0); }

.subscribe-separator {
  background: black;
  color: white; }
  .subscribe-separator .subscribe-separator-inner {
    padding: 80px 15px; }
  .subscribe-separator .title {
    margin-bottom: 1rem;
    font-size: 35px;
    text-align: center;
    display: block;
    line-height: 1;
    font-family: 'FreightBig Pro'; }
  .subscribe-separator p {
    font-family: 'FreightBig Pro'; }
  .subscribe-separator a {
    display: block;
    color: white;
    text-decoration: none;
    font-family: 'FreightBig Pro';
    text-align: center;
    width: 140px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 25px;
    padding: 15px 0;
    margin: 0 auto;
    position: relative; }
  .subscribe-separator a:after {
    content: '';
    display: block;
    left: 0;
    height: 2px;
    background: white;
    transition: all ease-in 200ms;
    width: 0;
    position: absolute;
    bottom: -3px; }
  .subscribe-separator a:hover:after {
    width: 100%; }

.follow-separator {
  background: white;
  color: black; }
  .follow-separator .follow-separator-inner {
    padding: 80px 15px; }
  .follow-separator p {
    text-transform: uppercase;
    text-align: center;
    font-family: "Graphik"; }
  .follow-separator .title p {
    margin-bottom: 1rem;
    font-size: 55px;
    text-align: center;
    display: block;
    line-height: 1;
    font-family: 'FreightBig Pro';
    text-transform: none; }

.back-to-top {
  background: black;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  border-radius: 60px;
  transition: all ease-in 200ms;
  cursor: pointer;
  transform: translateX(80px); }
  .back-to-top span {
    display: block;
    border: 2px solid white;
    width: 10px;
    height: 10px;
    margin: 25px;
    transform: rotate(45deg);
    border-width: 2px 0 0 2px; }

.back-to-top-active .back-to-top {
  transform: translateX(0); }

.share-link {
  float: right;
  text-decoration: none;
  font-family: 'FreightBig Pro';
  font-size: 16px;
  position: relative;
  top: -40px; }

.content-divider {
  max-width: 100px;
  height: 3px;
  border: none;
  background: #f0f0f0;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0; }

.large-link, .large-links a {
  text-transform: uppercase;
  font-family: 'FreightBig Pro';
  letter-spacing: 0.1em;
  text-decoration: none;
  border-bottom: black solid 1px;
  padding-bottom: 5px; }
  .large-link:hover, .large-links a:hover {
    border-bottom: black solid 2px; }

.large-links .grid-block {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center; }
  .pagination-nav-wrapper {
    text-align: center; }

.pagination-nav-wrapper .pagination-nav .prev, .pagination-nav-wrapper .pagination-nav .next {
  margin: 0 10px;
  text-decoration: none; }

.pagination-nav-wrapper .page-numbers {
  text-decoration: none;
  padding: 2px 7px 5px 7px; }

.pagination-nav-wrapper .page-numbers.current {
  background: black;
  color: white; }

.pagination-nav-wrapper .right-bit {
  font-size: 14px;
  display: inline-block;
  padding: 9px 15px 5px 15px;
  margin: 10px; }

.article-content {
  display: flex;
  width: 1380px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1024px) {
  .article-content {
    flex-wrap: wrap !important; } }
  @media screen and (max-width: 1400px) and (min-width: 1024px) {
  .article-content {
    flex-wrap: wrap !important; } }

.article-content .section-inner {
  max-width: 100%;
  width: 974px;
  margin-right: 7.2%; }

.article-banner-image {
  margin-bottom: 5px;
  width: 100%;
  max-width: 100%;
  height: auto; }

.article-content h3.excerpt {
  font-family: 'Proxima Nova';
  text-transform: uppercase; }

.article-content .author {
  display: block;
  font-family: 'Proxima Nova';
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 600; }

.article-content main p img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

.article-content aside .ad-image img {
  max-width: 100%;
  width: auto;
  margin-bottom: 50px; }

.author-box-container {
  display: flex; }
  @media screen and (max-width: 1024px) {
  .author-box-container {
    flex-wrap: wrap !important; } }

.author-box-image {
  margin-right: 20px; }

.author-box-content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 0; }

.author-box-by {
  display: block;
  font-family: 'FreightBig Pro';
  text-transform: uppercase;
  margin-bottom: 20px; }

.user-grid .grid-block .image {
  margin-bottom: 20px;
  overflow: hidden;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden img;
  overflow-flex-shrink: 0;
  overflow-min-width: 100%;
  overflow-min-height: 100%; }
  @media screen and (max-width: 1024px) {
      .user-grid .grid-block .image {
        height: 300px !important; } }
  @media screen and (max-width: 1400px) and (min-width: 1024px) {
      .user-grid .grid-block .image {
        height: 350px !important; } }
  .user-grid .grid-block .info {
    margin-bottom: 80px; }
  .user-grid .grid-block .info h3, .user-grid .grid-block .info h4 {
    margin-top: 5px;
    margin-bottom: 5px; }
  .user-grid .grid-block .info h4 {
    font-family: 'FreightBig Pro';
    font-weight: normal;
    text-transform: uppercase; }

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .row.row-reverse {
    flex-direction: row-reverse; }

.main-subscribe .subscribe-image {
  flex-basis: 50%;
  max-width: 50%; }
  .main-subscribe .subscribe-image img {
    max-width: 100%;
    height: auto; }
  .main-subscribe .subscribe-content {
    flex-basis: 50%;
    max-width: 50%; }
  .main-subscribe .subscribe-content[data-num]:before {
    content: attr(data-num);
    font-size: 400px;
    color: #e7e2da;
    font-family: 'FreightBig Pro';
    line-height: 1;
    display: inline-block; }
  .main-subscribe .subscribe-content[data-num] > p {
    max-width: 475px;
    font-family: 'FreightBig Pro';
    font-size: 26px;
    line-height: 1.75; }
  .main-subscribe .subscribe-title {
    text-align: center; }
  .main-subscribe .subscribe-title h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 55px;
    line-height: 1em; }
  @media screen and (max-width: 1024px) {
      .main-subscribe .subscribe-title h2 {
        font-size: 35px !important; } }
  .main-subscribe .row.first-row .subscribe-content p {
    font-size: 26px;
    line-height: 1.75;
    max-width: 525px; }
  .main-subscribe .row.first-row img {
    margin-right: 0;
    margin-left: auto;
    display: block; }
  .main-subscribe .row.num-1 .subscribe-content {
    flex-basis: calc(50% - 100px);
    max-width: calc(50% - 100px);
    display: flex;
    align-items: flex-end; }
  .main-subscribe .row.num-1 .subscribe-content p {
    max-width: 300px !important; }
  .main-subscribe .row.num-1 .subscribe-content:before {
    font-style: italic;
    line-height: 0.88; }
  .main-subscribe .row.num-1 .subscribe-image {
    flex-basis: calc(50% + 100px);
    max-width: calc(50% + 100px); }
  .main-subscribe .row.num-2 {
    padding-top: 50px;
    padding-bottom: 80px; }
  .main-subscribe .row.num-2 img {
    margin-left: auto;
    margin-right: 100px;
    display: block; }
  .main-subscribe .row.num-3 {
    padding-bottom: 50px; }
  .main-subscribe .row.num-3 p, .main-subscribe .row.num-3 .subscribe-content:before {
    max-width: 300px;
    margin-left: auto;
    margin-right: 0;
    display: block; }
  .main-subscribe .row.num-3 .subscribe-image {
    max-width: calc(50% + 100px);
    flex-basis: calc(50% + 100px); }
  .main-subscribe .row.num-3 .subscribe-content {
    max-width: calc(50% - 100px);
    flex-basis: calc(50% - 100px); }
  .main-subscribe .row.num-4 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .main-subscribe .row.num-4 .subscribe-image {
    flex-basis: calc(50% + 100px);
    max-width: calc(50% + 100px); }
  .main-subscribe .row.num-4 .subscribe-content {
    flex-basis: calc(50% - 100px);
    max-width: calc(50% - 100px);
    display: flex;
    align-items: baseline;
    transform: translate(-135px, 0); }
  .main-subscribe .row.num-4 .subscribe-content p {
    position: relative;
    transform: translateY(-25px);
    max-width: 300px; }
  @media screen and (max-width: 1024px) {
    .main-subscribe .row {
      display: block !important; } }
  @media screen and (max-width: 1024px) {
      .main-subscribe .row .subscribe-image {
        max-width: 100% !important; } }
  @media screen and (max-width: 1024px) {
      .main-subscribe .row .subscribe-content {
        transform: unset !important; } }
  @media screen and (max-width: 1024px) {
      .main-subscribe .row .subscribe-content {
        max-width: 100% !important; } }
  @media screen and (max-width: 1024px) {
      .main-subscribe .row .subscribe-content {
        display: flex !important; } }
  @media screen and (max-width: 1024px) {
      .main-subscribe .row .subscribe-content {
        align-items: end !important; } }
  @media screen and (max-width: 1024px) {
      .main-subscribe .row .subscribe-content {
        flex-wrap: wrap !important; } }
  @media screen and (max-width: 1024px) {
        .main-subscribe .row .subscribe-content::before {
          font-size: 200px !important; } }
  @media screen and (max-width: 1024px) {
        .main-subscribe .row .subscribe-content::before {
          margin-left: auto !important; } }
  @media screen and (max-width: 1024px) {
        .main-subscribe .row .subscribe-content::before {
          margin-right: auto !important; } }
  @media screen and (max-width: 1024px) {
        .main-subscribe .row .subscribe-content::before {
          margin-bottom: 50px !important; } }
  @media screen and (max-width: 1024px) {
        .main-subscribe .row .subscribe-content p {
          max-width: 100% !important; } }
  @media screen and (max-width: 1024px) {
        .main-subscribe .row .subscribe-content p {
          font-size: 20px !important; } }
  @media screen and (max-width: 1024px) {
        .main-subscribe .row .subscribe-content p {
          text-align: center !important; } }
  @media screen and (max-width: 1024px) {
        .main-subscribe .row .subscribe-content p {
          margin: auto !important; } }
  .main-subscribe .subscribe-strap-title h2 {
    text-align: center;
    font-size: 55px;
    line-height: 1em; }
  @media screen and (max-width: 1024px) {
    .main-subscribe .subscribe-strap-title h2 {
      font-size: 35px !important; } }
  .main-subscribe .subscribe-strap {
    background: #f8f6f4;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); }
  @media screen and (max-width: 1024px) {
    .main-subscribe .subscribe-strap {
      padding: 5px !important; } }
  .main-subscribe .subscribe-strap .subscribe-strap-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0; }
  @media screen and (max-width: 1024px) {
      .main-subscribe .subscribe-strap .subscribe-strap-inner {
        padding: 5px !important; } }
  .main-subscribe .subscribe-strap .subscribe-strap-inner p {
    margin: 0 auto;
    line-height: 1.7;
    margin-bottom: 50px;
    font-family: 'FreightBig Pro';
    font-size: 22px; }
  @media screen and (max-width: 1024px) {
        .main-subscribe .subscribe-strap .subscribe-strap-inner p {
          font-size: 18px !important; } }
  .main-subscribe .subscribe-strap .subscribe-strap-inner h2 {
    display: none; }
  .main-subscribe .subscribe-strap .subscribe-strap-inner .acf-fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -40px; }
  @media screen and (max-width: 1024px) {
        .main-subscribe .subscribe-strap .subscribe-strap-inner .acf-fields {
          flex-direction: column !important; } }
  .main-subscribe .subscribe-strap .subscribe-strap-inner .acf-fields label {
    height: 41px;
    line-height: 41px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'FreightBig Pro';
    letter-spacing: 0.05em; }
  .main-subscribe .subscribe-strap .subscribe-strap-inner .acf-fields > .acf-field {
    border-bottom: 1px solid black !important;
    flex-basis: calc(50% - 80px);
    display: flex;
    border-bottom: 1px solid #c6c5c3;
    margin: 0 40px 40px;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .main-subscribe .subscribe-strap .subscribe-strap-inner .acf-fields > .acf-field.acf-field--validate-email {
    display: none; }
  .main-subscribe .subscribe-strap .subscribe-strap-inner .acf-fields > .acf-field input {
    width: 100%;
    border: 0;
    height: 41px;
    padding: 0;
    background: transparent;
    font-size: 18px;
    font-family: 'FreightBig Pro';
    padding-left: 20px; }
  .main-subscribe .subscribe-strap .subscribe-strap-inner .acf-fields > .acf-field .acf-input {
    flex: 1; }
  .main-subscribe .subscribe-strap .subscribe-strap-inner .acf-fields .select-field .selected {
    font-family: 'FreightBig Pro';
    font-size: 18px;
    padding-left: 0; }
  .main-subscribe .subscribe-strap .subscribe-strap-inner .acf-form-submit input.button {
    font-family: 'FreightBig Pro';
    letter-spacing: 0.1em;
    font-weight: 400;
    background: transparent;
    border-width: 0 0 2px;
    border-color: #c6c5c3;
    margin: 0 auto;
    display: block;
    width: 150px;
    padding: 17px;
    transition: all ease-in 200ms; }
  .main-subscribe .subscribe-strap .subscribe-strap-inner .acf-form-submit input.button:hover {
    border-color: black; }

main.restrict.main-best-of.restrict, main.restrict.main-best-of.restrict .restrict, main.restrict.main-best-of.restrict .main-subscribe .subscribe-strap .subscribe-strap-inner, .main-subscribe .subscribe-strap main.restrict.main-best-of.restrict .subscribe-strap-inner {
  max-width: 1455px; }

.single section.section.article-content div[id*=attachment] {
  margin-bottom: 30px;
  font-size: 14px;
  font-family: 'FreightBig Pro'; }
  .single section.section.article-content div[id*=attachment] p {
    text-align: center;
    padding: 0 10px; }

main.main-subscribe .subscribe-strap label {
  display: none; }
  main.main-subscribe .subscribe-strap .subscribe-strap-inner .acf-fields > .acf-field * {
    text-transform: uppercase; }
  main.main-subscribe .subscribe-strap .subscribe-strap-inner .acf-fields > .acf-field {
    border-bottom: 1px solid black !important; }
  main.main-subscribe .subscribe-strap .subscribe-strap-inner .acf-fields > .acf-field input {
    padding-left: 0;
    padding-right: 0; }
  main.main-subscribe .subscribe-strap .subscribe-strap-inner .acf-fields > .acf-field.af-field-type-checkbox label {
    display: block; }
  main.main-subscribe .subscribe-strap .subscribe-strap-inner .acf-fields > .acf-field.af-field-type-select {
    height: 41px; }
  main.main-subscribe .subscribe-strap .subscribe-strap-inner .acf-fields > .acf-field.af-field-type-date-picker {
    height: 41px; }
  main.main-subscribe .subscribe-strap .subscribe-strap-inner .acf-fields > .acf-field[data-name*=i_agree] {
    flex-basis: 100%; }
  main.main-subscribe .subscribe-strap .subscribe-strap-inner .acf-fields > .acf-field[data-name=interests] {
    flex-basis: 100%; }

.x_gallery .caption {
  text-align: center; }

@media only screen and (max-width: 1024px) {
  .main-subscribe .subscribe-strap .subscribe-strap-inner .acf-fields > .acf-field {
    max-width: calc(calc(100%) - 80px);
    flex-basis: calc(calc(100%) - 80px); } }

.more-articles .more-articles-inner {
  margin: 50px auto;
  display: flex;
  flex-wrap: nowrap;
  gap: 30px; }
  @media screen and (max-width: 1024px) {
    .more-articles .more-articles-inner {
      flex-direction: column !important; } }
  .more-articles .more-articles-inner .more-articles-title {
    flex-basis: 20%; }
  .more-articles .more-articles-inner .more-articles-title .more-from {
    font-weight: bold;
    font-size: 30px;
    font-style: italic;
    margin-bottom: 17px;
    line-height: 1em; }
  .more-articles .more-articles-inner .more-articles-title .more-from-category {
    font-size: 30px;
    font-family: 'FreightBig Pro';
    text-transform: uppercase;
    margin-bottom: 50px;
    line-height: 1em; }
  .more-articles .more-articles-inner .more-articles-title .button {
    display: inline-block;
    text-align: center; }
  .more-articles .more-articles-inner .more-articles-grid {
    flex-basis: 80%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px; }
  @media screen and (max-width: 1024px) {
      .more-articles .more-articles-inner .more-articles-grid {
        grid-template-columns: 1fr !important; } }
  .more-articles .more-articles-inner .more-articles-grid .more-articles-card {
    position: relative;
    padding-bottom: 50px; }
  .more-articles .more-articles-inner .more-articles-grid .more-articles-card .more-articles-image {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    display: block; }
  .more-articles .more-articles-inner .more-articles-grid .more-articles-card .more-articles-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .more-articles .more-articles-inner .more-articles-grid .more-articles-card .more-articles-card-date {
    display: none !important;
    opacity: 0.5;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'FreightBig Pro'; }
  .more-articles .more-articles-inner .more-articles-grid .more-articles-card h3 {
    margin-top: 20px;
    font-size: 20px; }
  .more-articles .more-articles-inner .more-articles-grid .more-articles-card .button {
    position: absolute;
    bottom: 0; }
