/*!
Theme Name: lre
Theme URI: http://underscores.me/
Author: Johan Giraud
Author URI: https://johangiraud.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lre
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

lre is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Normalize
--------------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: bold; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0;
  background-color: transparent;
  cursor: pointer; }

/* VARIABLES */
/* GENERAL */
html {
  font-size: 62.5%;
  font-family: sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

#primary {
  transition: margin .4s ease;
  margin-top: 8rem;
  min-height: 80vh; }

.elementor-location-archive,
.blog .elementor,
.elementor-location-single,
.single-post .elementor {
  transition: margin .4s ease;
  margin: 0; }

body {
  margin: 0;
  overflow-x: hidden; }
  body.freeze {
    overflow: hidden; }
    body.freeze #primary,
    body.freeze .elementor-location-archive,
    body.freeze .elementor-location-single {
      transition: margin 0.2s ease;
      margin-top: 28rem; }

@media screen and (min-width: 800px) {
  body.freeze #primary {
    margin-top: 5rem; } }
*,
*:before,
*:after {
  box-sizing: border-box; }

h1 {
  font-size: 2rem;
  margin: 0.67rem 0; }

body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 1.1;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: -0.015rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 600 !important;
  font-family: "Kumbh Sans", sans-serif !important; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-weight: 700; }

h3 {
  font-size: 2.2rem; }

h4 {
  font-size: 2rem; }

h5, h6 {
  font-size: 1.8rem; }

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

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

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

#wpadminbar {
  display: none; }

@media screen and (min-width: 800px) {
  #wpadminbar {
    display: block; } }
/* Links
--------------------------------------------------------------*/
a,
a:active,
a:visited {
  color: #000;
  outline: 0;
  text-decoration: none;
  transition: all 0.3s; }

a:visited span {
  color: inherit; }

a:focus,
a:active {
  opacity: 0.75;
  color: inherit; }

@media screen and (min-width: 800px) {
  a:hover,
  a:focus {
    opacity: 0.75;
    color: inherit;
    outline: 0;
    text-decoration: none;
    transition: all 0.3s; }

  a:hover {
    opacity: 0.75;
    color: inherit; } }
/* Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

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

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

/* Elements / Elementor
--------------------------------------------------------------*/
/*button a,
.lre-button,
.elementor-widget-button .elementor-button,
.elementor-form .elementor-button,
.elementor-slide-button,
.elementor-post__read-more {
  padding: 1rem 1.5rem 0.7rem;
  text-transform: uppercase;
  font-weight: bold;
  border: 0.3rem solid $textColor;
  color: $textColor;
  font-size: 15px;
  border-radius: 1rem!important;
  background: transparent;
  transition: all .2s ease;
  display: inline-block;
}*/
/*@media screen and (min-width: $breakPointMobile) {
  button,
  .lre-button {
    &:hover {
      a {
        color: $white;
        background: $textColor;
      }
    }
  }*/
  /*.elementor-widget-button,
  .elementor-form,
  .elementor-section {
    .elementor-button,
    .elementor-slide-button,
    .elementor-post__read-more {
      background: transparent;
      &:hover {
        opacity: 0.75;
        color: $white;
        background: $textColor;
      }
    }
  }
}*/
/*.elementor-posts--thumbnail-top .elementor-post__text,
.button-center {
  text-align: center;
  .elementor-post__excerpt {
    text-align: left;
  }
  .elementor-post__read-more {
    margin-top: 5rem;
  }
}
.lre-newsroom,
.elementor-widget-posts {
  article {
    border-radius: 2rem;
    position: relative;
    padding-bottom: 7rem!important;
    h3 {
      color: $textColor!important;
      text-align: center!important;
    }
    .elementor-post__read-more {
      position: absolute;
      bottom: 2rem;
      left: 50%;
      transform: translateX(-50%);
    }
  }
}*/
/*.lre-full-width,
.elementor-section-full_width {
  .elementor-element-populated {
    padding: 10px 0!important;
  }
  .slider-full-width {
    .swiper-container {
      height: 600px!important;
    }
  }
}
@media (min-width: 768px) {
  .elementor-section.elementor-section-height-full {
    height: auto!important;
  }
}
@media screen and (min-width: $breakPointMobile) {
  .lre-full-width,
  .elementor-section-full_width {
    .slider-full-width {
      .swiper-container {
        height: 50vw!important;
      }
    }
  }
}
@media screen and (min-width: $breakPointSuperBigScreen) {
  .lre-full-width,
  .elementor-section-full_width {
    .slider-full-width {
      .swiper-container {
        height: 700px!important;
      }
    }
  }
}*/
/*.lre-slider,
.elementor-swiper {
  position: relative;
  &:after,
  &:before {
    content: '';
    height: 0.6rem;
    top: 3rem;
    bottom: auto;
    right: 0;
    border-radius: 1rem;
    width: 30rem;
    background-color: $white;
    display: block;
    position: absolute;
    z-index: 10;
  }
  &:after {
    top: 7rem;
    width: 20rem;
  }
}
.elementor-swiper {
  &:after,
  &:before {
    top: auto;
    bottom: 6rem;
    left: 0;
    right: auto;
  }
  &:after {
    bottom: 10rem;
  }
}*/
/*.lre-contact-form {
  .elementor-field-group {
    label {
      margin: 0.5rem 0 0.8rem;
    }
  }
}*/
/*.swiper-slide-inner {
  figcaption {
    margin-top: 1rem;
  }
}*/
footer.entry-footer {
  text-align: center;
  margin: 2rem; }

/*.elementor-widget-accordion {
  .elementor-accordion-item {
    border: 0!important;
    border-bottom: 0.2rem solid $textColor!important;
    &:first-of-type {
      border-top: 0.2rem solid $textColor!important;
    }
  }
  .elementor-tab-content {
    border: 0!important;
  }
  a.elementor-accordion-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    span {
      &:nth-of-type(2) {
        max-width: 50%;
        text-align: center;
      }
    }
  }
  .elementor-tab-title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media screen and (min-width: $breakPointMobile) {
  .elementor-accordion {
    .elementor-tab-content {
      margin-left: 28%;
    }
  }
}*/
/*.lre-categories {
//.elementor-widget-wp-widget-categories {
  h5 {
    display: none;
  }
  select {
    width: 100%;
    height: 4.2rem;
    border: 0.3rem solid $lightblue;
    border-radius: 0.5rem;
    padding-left: 1rem;
  }
}*/
/*.press-releases {
  .press-releases-row {
    display: none;
    &:nth-of-type(1),
    &:nth-of-type(2) {
      &:nth-of-type(3) {
        display: block;
      }
      &.visible {
        display: block;
      }
    }
  }
}*/
/*.lre-paragraph,
.elementor-widget-text-editor {
  //font-family: 'Nunito Sans', sans-serif!important;
  color: $textColor;
  line-height: 1.5;
}*/
/*.elementor-post__title {
  text-align: left!important;
}*/
@media screen and (min-width: 800px) {
  .lre-line {
    position: relative; }
    .lre-line:after, .lre-line:before {
      content: '';
      height: 0.6rem;
      top: 3rem;
      bottom: auto;
      right: -10rem;
      border-radius: 1rem;
      width: 15rem;
      background-color: #000;
      display: block;
      position: absolute;
      z-index: 10; }
    .lre-line:before {
      top: 7rem;
      right: -5rem; }
    .lre-line.before:after, .lre-line.before:before {
      right: auto;
      left: -8rem; }
    .lre-line.before:before {
      left: -12rem; }
    .lre-line.long:after, .lre-line.long:before {
      top: 1rem;
      width: 100%; }
    .lre-line.long:after {
      right: -55rem; }
    .lre-line.long:before {
      top: 5rem;
      right: -50rem; }
    .lre-line.long.before:after {
      left: -50rem;
      right: auto; }
    .lre-line.long.before:before {
      top: 5rem;
      left: -55rem;
      right: auto; }
    .lre-line.white:after, .lre-line.white:before {
      background-color: #fff; } }
@media screen and (min-width: 1370px) {
  .double-line:before, .double-line:after,
  .double-line > .elementor-container:before,
  .double-line > .elementor-container:after {
    content: '';
    height: 0.6rem;
    top: 33rem;
    bottom: auto;
    right: -10rem;
    border-radius: 1rem;
    width: 15rem;
    background-color: #000;
    display: block;
    position: absolute;
    z-index: 10; }
  .double-line:before,
  .double-line > .elementor-container:before {
    top: 37rem;
    right: -5rem; }

  .double-line > .elementor-container {
    position: static !important; }
    .double-line > .elementor-container:before, .double-line > .elementor-container:after {
      top: 8rem;
      left: -10rem;
      right: auto; }
    .double-line > .elementor-container:before {
      top: 12rem;
      left: -5rem;
      right: auto; } }
/*.elementor-widget-search-form {
  .elementor-search-form__container {
    background: transparent!important;
    border: 0.3rem solid $lightblue;
    border-radius: 0.5rem!important;
    .elementor-search-form__submit {
      background: $lightblue!important;
    }
  }
}*/
/*.elementor-pagination {
  margin-top: 5rem;
  .page-numbers {
    &.current,
    &:hover {
      color: $lightblue!important;
    }
  }
}*/
/*.elementor-widget-heading .elementor-heading-title {
  //color: $textColor!important;
  color: $textColor;
}*/
/*.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title {
  font-size: 5rem;
}*/
/*.home h1 {
  font-size: 5rem;
  text-align: left;
  position: relative;
}
@media screen and (min-width: $breakPointMobile) {
  .home h1 {
    font-size: 7vw;
    text-align: left;
  }
  .home .withline {
    h1 {
      &:before,
      &:after {
        content: '';
        width: 15rem;
        height: 0.6rem;
        border-radius: 1rem;
        position: absolute;
        background: $textColor;
        left: -18rem;
        top: 2.5rem;
      }
      &:after {
        top: 6.5rem;
        width: 25rem;
        left: -28rem;
      }
    }
  }
}*/
/*.page .entry-title {
  font-size: 5rem;
  text-align: center;
  margin: 3rem auto;
  padding: 0 2rem;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: bold;
}
@media screen and (min-width: $breakPointMobile) {
  .page .entry-title {
    padding: 0;
    font-size: 5vw;
    max-width: $breakPointSingleBlog;
    margin: 3rem auto;
  }
}*/
/* Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

/* Navigation
--------------------------------------------------------------*/
/*#top-navigation {
  display: none;
  position: relative; }

#top-socials {
  display: none; }

.header-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem; }
  .header-wrapper .site-branding a {
    max-width: 30rem;
    top: 2rem;
    width: 50%;
    position: absolute; }
    .header-wrapper .site-branding a img {
      width: 30rem; }
  .header-wrapper #site-navigation {
    display: block;
    max-width: calc(100% - 30rem); }
    .header-wrapper #site-navigation button.menu-toggle {
      display: block;
      position: absolute;
      top: 0;
      right: 1rem;
      width: 6.5rem;
      height: 6.5rem;
      border: none;
      padding: 0;
      margin: 0;
      background: transparent;
      box-shadow: none;
      min-width: 0;
      cursor: pointer;
      transition: all 0.2s ease;
      z-index: 60; }
      .header-wrapper #site-navigation button.menu-toggle span,
      .header-wrapper #site-navigation button.menu-toggle span:before,
      .header-wrapper #site-navigation button.menu-toggle span:after {
        height: 0.2rem;
        width: 3.5rem;
        margin: 0;
        background: #000;
        position: absolute;
        display: block;
        content: '';
        transition: all .2s ease-in-out; }
      .header-wrapper #site-navigation button.menu-toggle span {
        background: transparent;
        top: 3rem;
        left: 50%;
        transform: translateX(-50%); }
      .header-wrapper #site-navigation button.menu-toggle span:before {
        top: -0.5rem; }
      .header-wrapper #site-navigation button.menu-toggle span:after {
        bottom: -0.5rem; }
      .header-wrapper #site-navigation button.menu-toggle + ul#main-menu {
        opacity: 0;
        top: 4rem;
        left: 0;
        padding-left: 2rem;
        position: fixed;
        width: 100%;
        text-align: left;
        list-style-type: none;
        transition: top .5s, opacity .3s;
        z-index: -1; }
        .header-wrapper #site-navigation button.menu-toggle + ul#main-menu li {
          display: block;
          position: relative;
          font-size: 2.4rem;
          margin-top: 2rem; }
          .header-wrapper #site-navigation button.menu-toggle + ul#main-menu li a {
            font-weight: 700;
            width: 100%;
            color: #000; }
            .header-wrapper #site-navigation button.menu-toggle + ul#main-menu li a:before {
              content: '';
              width: 3rem;
              height: 0.4rem;
              border-radius: 1rem;
              display: inline-block;
              vertical-align: middle;
              margin-right: 0.5rem; }
          .header-wrapper #site-navigation button.menu-toggle + ul#main-menu li:hover a {
            color: #000; }
          .header-wrapper #site-navigation button.menu-toggle + ul#main-menu li.active > a:after {
            transform: rotate(-450deg); }
          .header-wrapper #site-navigation button.menu-toggle + ul#main-menu li:nth-child(1) a:before {
            background: #548835; }
          .header-wrapper #site-navigation button.menu-toggle + ul#main-menu li:nth-child(1) a:hover {
            color: #548835; }
          .header-wrapper #site-navigation button.menu-toggle + ul#main-menu li:nth-child(2) a:before {
            background: #548835; }
          .header-wrapper #site-navigation button.menu-toggle + ul#main-menu li:nth-child(2) a:hover {
            color: #548835; }
          .header-wrapper #site-navigation button.menu-toggle + ul#main-menu li:nth-child(3) a:before {
            background: #548835; }
          .header-wrapper #site-navigation button.menu-toggle + ul#main-menu li:nth-child(3) a:hover {
            color: #548835; }
          .header-wrapper #site-navigation button.menu-toggle + ul#main-menu li:nth-child(4) a:before {
            background: #548835; }
          .header-wrapper #site-navigation button.menu-toggle + ul#main-menu li:nth-child(4) a:hover {
            color: #548835; }
      .header-wrapper #site-navigation button.menu-toggle.active:hover span:before, .header-wrapper #site-navigation button.menu-toggle.active:hover span:after {
        margin: 0; }
      .header-wrapper #site-navigation button.menu-toggle.active span:before {
        top: 0;
        transform: rotate(45deg); }
      .header-wrapper #site-navigation button.menu-toggle.active span:after {
        bottom: 0;
        transform: rotate(-45deg); }
      .header-wrapper #site-navigation button.menu-toggle.active + ul#main-menu {
        opacity: 1;
        top: 6rem;
        z-index: 50;
        transition: all .2s ease; }

@media screen and (min-width: 800px) {
  #top-navigation {
    max-width: 1200px;
    margin: 2rem auto 2rem;
    display: block; }
    #top-navigation ul {
      margin-left: 20%;
      display: flex;
      position: relative; }
      #top-navigation ul:before {
        content: '';
        height: 0.5rem;
        border-radius: 1rem;
        width: 300rem;
        background-color: #000;
        display: block;
        position: absolute;
        top: 0.7rem;
        left: -302rem; }
      #top-navigation ul li {
        padding: 0 1rem; }
        #top-navigation ul li:last-of-type {
          padding-left: 2rem; }
        #top-navigation ul li a {
          text-transform: uppercase;
          font-weight: 500; }
        #top-navigation ul li.menu-item-forum {
          margin-top: -1rem; }
          #top-navigation ul li.menu-item-forum a {
            padding: 1rem 1.5rem 0.7rem;
            text-transform: uppercase;
            font-weight: bold;
            color: #000;
            border-radius: 1rem;
            background: transparent;
            transition: all .2s ease;
            display: inline-block;
            border: 0.2rem solid #08364d; }
          #top-navigation ul li.menu-item-forum:hover a {
            color: #fff;
            background: #08364d; }

  #top-socials {
    max-width: 1200px;
    margin: 2rem auto;
    display: block; }
    #top-socials ul {
      max-width: 8%;
      margin-left: 92%;
      display: inline-block;
      position: relative; }
      #top-socials ul:before {
        content: '';
        height: 0.5rem;
        border-radius: 1rem;
        width: 300rem;
        background-color: #000;
        display: block;
        position: absolute;
        top: 1.3rem;
        left: -302rem; }
      #top-socials ul li {
        display: inline-block; }
        #top-socials ul li a svg {
          width: 3rem; }
          #top-socials ul li a svg path {
            fill: #000; }

  .header-wrapper {
    display: flex;
    align-items: baseline; }
    .header-wrapper .site-branding {
      width: 25%; }
      .header-wrapper .site-branding a {
        top: auto;
        position: static; }
    .header-wrapper #site-navigation {
      width: 75%; }
      .header-wrapper #site-navigation button.menu-toggle {
        display: none; }
        .header-wrapper #site-navigation button.menu-toggle + ul#main-menu {
          display: flex;
          justify-content: space-between;
          opacity: 1;
          top: auto;
          left: auto;
          position: relative;
          padding: 0 0 0 2rem;
          text-align: right;
          line-height: 3;
          background: none;
          z-index: 50; }
          .header-wrapper #site-navigation button.menu-toggle + ul#main-menu li {
            display: inline-block;
            transition: all .3s ease;
            font-size: 1.6rem;
            line-height: 1.2;
            margin-top: auto; }
            .header-wrapper #site-navigation button.menu-toggle + ul#main-menu li a {
              width: auto; }
        .header-wrapper #site-navigation button.menu-toggle.active + ul#main-menu {
          top: 0;
          padding: 2rem; } }
@media screen and (min-width: 1200px) {
  #top-socials ul {
    max-width: 5%;
    margin-left: 95%; } }
@media screen and (min-width: 1240px) {
  .header-wrapper {
    padding: 0; }
    .header-wrapper #site-navigation {
      width: 75%; }
      .header-wrapper #site-navigation button.menu-toggle + ul#main-menu {
        padding: 0 0 0 8rem; } }
.search-zoom img {
  width: 2rem;
  margin-right: 1rem;
  cursor: pointer; }
.search-zoom + form {
  display: block;
  position: absolute;
  right: 0;
  width: 0;
  top: -1rem;
  opacity: 0;
  margin-top: 0.2rem;
  transition: all .3s;
  z-index: -10; }
  .search-zoom + form input {
    padding: 1rem;
    border-radius: 0.3rem;
    width: 15rem;
    border: 0.1rem solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .search-zoom + form input:focus {
      outline: none; }
    .search-zoom + form input[type="submit"] {
      display: none;
      margin-top: 0.2rem;
      padding: 0.2rem 1rem;
      width: auto;
      transition: all .3s;
      background: #000;
      border-radius: 0.2rem;
      color: #fff; }


.search .search-zoom + form {
  position: absolute;
  width: 15rem;
  opacity: 1;
  transition: all .3s;
  z-index: 1; }*/

@media screen and (min-width: 800px) {
  .search-zoom + form input[type="submit"]:hover {
    transition: all .3s;
    background: #F5f5f5;
    color: #000; } }
/* Page Our project
--------------------------------------------------------------*/
/*.elementor-element-4711066 {
 .elementor-widget-wrap .elementor-element-populated {
   align-content: space-between;
 }
}*/
/* Blog / Archive page / Search page
--------------------------------------------------------------*/
/*.blog,
.search,
.archive {
  .elementor-161 .elementor-element {
    !*background: transparent!important;*!
  }
  article {
    border: 1px solid black;
    padding: 2rem!important;
    position: relative;
    padding-bottom: 7rem!important;
    border-radius: 2rem;
    .elementor-post__read-more {
      position: absolute;
      bottom: 2rem;
      border-color: $lightblue;
      margin-top: 2rem!important;
      color: $textColor!important;
    }
    .elementor-post__text {
      text-align: left!important;
    }
  }
}

@media screen and (min-width: $breakPointBigScreen) {
  .blog,
  .search,
  .archive {
    article {
      .elementor-post__read-more {
        &:hover {
          background-color: $lightblue;
          color: $white!important;
        }
      }
    }
  }
}*/
/* Page Forum
--------------------------------------------------------------*/
@media screen and (min-width: 800px) {
  /*.page-id-141 {
    .double-line,
    .double-line > .elementor-container {
      &:before,
      &:after {
        top: 63rem;
      }
      &:before {
        top: 67rem;
      }
    }
    .double-line > .elementor-container {
      &:before,
      &:after {
        top: 38rem;
      }
      &:before {
        top: 42rem;
      }
    }
  }*/ }
/* Single
--------------------------------------------------------------*/
/*.single-post {
  .post {
    section.elementor-section {
      !*max-width: calc(1200px - 10rem);
      margin-left: auto;
      margin-right: auto;*!
    }
    & + section.elementor-section {
      &:nth-of-type(1) {
        max-width: calc(1200px - 14rem);
        padding: 1rem;
        .elementor-widget-post-info,
        .elementor-widget-post-info + .elementor-inner-section {
          text-transform: uppercase;
          .elementor-icon-list-icon {
            display: none;
          }
        }
        .elementor-page-title + .elementor-widget-post-info {
          display: inline-block;
          width: 25rem;
        }
        .elementor-page-title + .elementor-widget-post-info + .elementor-inner-section {
          display: inline-block;
          width: 50%;
          margin: 0;
          .elementor-widget-wrap,
          .elementor-widget-wrap p {
            padding: 0;
            margin: 0;
          }
          .elementor-widget-text-editor {
            display: inline-block;
            width: 8rem!important;
            margin-top: -0.2rem;
          }
          .elementor-share-buttons--view-icon {
            display: inline-block;
            width: 20rem!important;
            margin-top: -0.6rem;
            margin-bottom: 2rem;
            .elementor-share-btn {
              width: 2.5rem;
              height: 2.5rem;
            }
          }
        }
        .elementor-widget-theme-post-featured-image {
          img {
            width: 100%;
          }
        }
      }
    }
  }
}
@media screen and (min-width: $breakPointMobile) {
  .single-post {
    .post {
      section.elementor-section {
        &:nth-of-type(1) {
          !*padding: 4rem;
          border: 1px solid $textColor;
          border-radius: 1rem;
          overflow-x: hidden;*!
          h1,
          .elementor-widget-post-info,
          .elementor-widget-post-info + .elementor-inner-section {
            padding-left: 10%;
          }
          h1 {
            padding-left: calc(10% - 0.3rem);
            &:before,
            &:after {
              content: '';
              width: 15rem;
              height: 0.6rem;
              border-radius: 1rem;
              position: absolute;
              background: $textColor;
              left: -8rem;
              top: 2rem;
            }
            &:after {
              top: 6rem;
              width: 25rem;
              left: -22rem;
            }
          }
          .elementor-page-title + .elementor-widget-post-info + .elementor-inner-section {
            padding-left: 1rem;
          }
        }
        section.elementor-section {
          padding: 0;
          border: none;
          overflow-x: hidden;
        }
      }
    }
  }
}*/
/* Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #000;
  width: 100%;
  margin-top: 10rem;
  padding-top: 2rem; }
  .site-footer .footer-wrapper {
    max-width: 1200px;
    margin: 2rem auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 2rem; }
    .site-footer .footer-wrapper .footer-column {
      width: 100%; }
      .site-footer .footer-wrapper .footer-column img {
        max-width: 10rem; }
      .site-footer .footer-wrapper .footer-column h4:before {
        content: '';
        width: 5rem;
        height: 0.4rem;
        border-radius: 1rem;
        background: #fff;
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.5rem; }
      .site-footer .footer-wrapper .footer-column h4,
      .site-footer .footer-wrapper .footer-column a {
        text-align: left;
        color: #fff !important;
        font-size: 1.4rem;
        font-family: 'Kumbh Sans', sans-serif;
        font-weight: 700; }
      .site-footer .footer-wrapper .footer-column a {
        text-transform: uppercase; }
      .site-footer .footer-wrapper .footer-column ul {
        display: inline-block; }
        .site-footer .footer-wrapper .footer-column ul li {
          display: inline-block; }
          .site-footer .footer-wrapper .footer-column ul li img {
            width: 4rem;
            padding-right: 1rem; }
      .site-footer .footer-wrapper .footer-column ul,
      .site-footer .footer-wrapper .footer-column button {
        padding-left: 5.5rem; }
      .site-footer .footer-wrapper .footer-column button {
        margin-bottom: 4rem; }
        .site-footer .footer-wrapper .footer-column button a {
          color: #fff;
          border-color: #fff; }
        .site-footer .footer-wrapper .footer-column button:hover a {
          color: #000 !important;
          background: #fff; }

@media screen and (min-width: 800px) {
  .site-footer .footer-wrapper .footer-column {
    width: calc(100% / 12 * 3);
    padding: 0 2rem; }
    .site-footer .footer-wrapper .footer-column:first-of-type {
      width: calc(100% / 12 * 2); }
    .site-footer .footer-wrapper .footer-column:nth-of-type(3) {
      width: calc(100% / 12 * 4); }
    .site-footer .footer-wrapper .footer-column h4 {
      margin-top: 0; } }
@media screen and (min-width: 1240px) {
  .site-footer .footer-wrapper {
    padding: 0; } }
.error-404 {
  max-width: 800px;
  padding: 0 2rem;
  margin: 5rem auto; }

/*# sourceMappingURL=style.css.map */
