@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap");
/* 1) Asegúrate de apuntar al CONTEXTO del editor */
/* 2) Sobrescribe el ancho base de cualquier bloque en el editor */
.editor-styles-wrapper html :where(.wp-block) {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

/* 3) Root container (columna central) del editor */
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

/* 4) Alineaciones coherentes */
.editor-styles-wrapper .alignwide {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.editor-styles-wrapper .alignfull {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* 5) Si algún bloque trae un width/inline-style, fuerzalo (último recurso) */
.editor-styles-wrapper .wp-block {
  max-width: 1500px !important; /* usa !important sólo si el punto 2 no basta */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.editor-styles-wrapper .wp-block .horizon,
.editor-styles-wrapper .wp-block .horizon * {
  opacity: 1;
  visibility: visible;
}

.editor-styles-wrapper .wp-block input {
  width: auto;
}

.opacity-01 {
  opacity: 0.1;
}

.opacity-02 {
  opacity: 0.2;
}

.opacity-03 {
  opacity: 0.3;
}

.opacity-04 {
  opacity: 0.4;
}

.opacity-05 {
  opacity: 0.5;
}

.opacity-06 {
  opacity: 0.6;
}

.opacity-07 {
  opacity: 0.7;
}

.opacity-08 {
  opacity: 0.8;
}

.opacity-09 {
  opacity: 0.9;
}

¡ .opacity-1 {
  opacity: 1;
}

.background-none {
  background: none !important;
}

.background-image-none {
  background-image: none !important;
}

.background-fixed,
.background-fixed::before,
.background-fixed::after {
  background-attachment: fixed;
}

.mobile .background-fixed,
.mobile .background-fixed::before,
.mobile .background-fixed::after {
  background-attachment: scroll;
}

.fullscreen-section.background-cover .background-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.background-contain,
.background-contain::before,
.background-contain::after,
.fullscreen-section.background-contain .background-image {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.background-full,
.fullscreen-section.background-full .background-image {
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

.media-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
}

.media-overlay + * {
  position: relative;
}

.horizon {
  opacity: 0;
  visibility: hidden;
}

.no-js,
.no-js .horizon {
  opacity: 1;
  visibility: visible;
}

.admin-bar {
  margin-top: -32px !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Reddit Sans", serif;
}

.wp-block-heading h1,
.wp-block-heading h2,
.wp-block-heading h3,
.wp-block-heading h4,
.wp-block-heading h5,
.wp-block-heading h6 {
  margin: 2rem 0;
}

.content {
  background-color: #fff;
  position: relative;
  z-index: 1;
  position: relative;
}

ul li::marker, ol li::marker {
  color: #000;
  font-weight: 700;
}

body.boxed {
  background-color: #000;
}
body.boxed .wrapper-inner {
  background-color: #fff;
}

.section-block {
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.section-block.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.replicable-content {
  padding-bottom: 4rem;
}

.lead,
.thumbnail,
.text-column,
.feature-column,
.button-group,
.menu-box,
.menu-list,
.menu-list li,
.table,
.pricing-table,
.box,
.progress-bar-group,
.video-container,
.audio-container,
.contact-form-container,
.signup-form-container,
.testimonial-2 blockquote,
.content-slider,
.recent-slider {
  margin-bottom: 3rem;
}

fieldset {
  border: none;
}

@media only screen and (max-width: 960px) {
  .content-inner:not([class*=offset-]),
  .sidebar {
    width: 100%;
  }
  .content-inner.column[class*=push-],
  .content-inner.column[class*=pull-],
  .sidebar.column[class*=push-],
  .sidebar.column[class*=pull-],
  .blog [class*=pagination-] .column[class*=push-],
  .blog [class*=pagination-] .column[class*=pull-] {
    position: static;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-block.section-overlap {
    padding-top: 0;
    margin-top: -7rem;
    background-color: transparent !important;
    z-index: 2;
  }
}
.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.sep {
  border-bottom: 1px solid #fafafa;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.skip-link {
  display: none;
}

.title-text ol,
.contact-2 ol {
  margin-left: 40px;
}
.title-text ol li::marker,
.contact-2 ol li::marker {
  font-size: 200%;
  font-family: "Reddit Sans", serif;
  font-weight: 900;
}

.container-blog {
  max-width: 880px;
  padding: 0 40px;
  margin: 0 auto;
}

.grid-container {
  position: relative;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* gutter por defecto: 1.5rem (≈30px) */
  --gutter: 1.5rem;
  max-width: 150rem;
  margin-right: auto;
  margin-left: auto;
}

.grid .grid-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  padding-bottom: calc(var(--gutter) * 2);
  /* Por defecto apila a 1 col */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.grid .grid-item .thumbnail {
  margin-bottom: 1rem;
}
.grid .grid-item h3 {
  margin-bottom: 0;
}

/* ===============================
   GUTTERS
   =============================== */
.grid--g30 {
  --gutter: 1.5rem;
}

.grid--g10 {
  --gutter: .5rem;
}

.grid--no-g {
  --gutter: 0;
}

/* Compatibilidad con clases anteriores */
.grid-container.small-margins .grid {
  --gutter: .5rem;
}

.grid-container.no-margins .grid {
  --gutter: 0;
}

/* ===============================
   ANCHOS / COLUMNAS
   Usa la clase en el contenedor .grid
   =============================== */
/* Cols fijas */
.grid--cols-1 > .grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.grid--cols-2 > .grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.grid--cols-3 > .grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.grid--cols-4 > .grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.grid--cols-5 > .grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.grid--cols-6 > .grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* ===============================
   ALINEACIÓN Y DISTRIBUCIÓN
   =============================== */
.grid--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.grid--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.grid--between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid--around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.grid--evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.grid--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.grid--middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid--bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.grid--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* Forzar el alto de los ítems a estirarse (cards iguales) */
.grid--equal > .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid--equal > .grid-item > * {
  width: 100%;
}

/* ===============================
   FULL WIDTH / SIN PADDING LATERAL
   =============================== */
.grid-container.full-width .row {
  max-width: 100%;
}

/* ===============================
   RESPONSIVE
   Reglas de degradación: en pantallas más pequeñas,
   reducimos columnas automáticamente.
   =============================== */
/* <= 1140px: como fallback para 5–6 cols bajamos a 3 */
@media only screen and (max-width: 1140px) {
  .grid--cols-6 > .grid-item, .grid--cols-5 > .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
/* <= 960px: 3–6 cols bajan a 2 */
@media only screen and (max-width: 960px) {
  .grid--cols-6 > .grid-item, .grid--cols-5 > .grid-item, .grid--cols-4 > .grid-item, .grid--cols-3 > .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
/* <= 768px: grids full-width típicas a 2 */
@media only screen and (max-width: 768px) {
  .grid--cols-6 > .grid-item, .grid--cols-5 > .grid-item, .grid--cols-4 > .grid-item, .grid--cols-3 > .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
/* <= 600px: todo a 1 col */
@media only screen and (max-width: 600px) {
  .grid--cols-6 > .grid-item, .grid--cols-5 > .grid-item, .grid--cols-4 > .grid-item, .grid--cols-3 > .grid-item, .grid--cols-2 > .grid-item, .grid--cols-1 > .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
/* ===============================
   COMPAT: pequeño ajuste para mini-márgenes/full
   (imitando el comportamiento previo)
   =============================== */
.grid-container.full-width .grid { /* márgenes laterales “ópticos” si quieres */
  /* sin cambios: ya usamos gutters por padding en items */
}

/* ===============================
   EFECTOS / TRANSICIONES SUAVES (opcionales)
   Si usabas “fade-in-progressively” en masonry,
   mantenemos las transiciones en los items para animaciones básicas.
   =============================== */
/*
.grid.fade-in-progressively > .grid-item {
  opacity: 0;
  transform: translateY(1rem);
  @include transition((transform, opacity), 400ms);
}

.grid.fade-in-progressively > .grid-item.is-in {
  opacity: 1;
  transform: none;
}
*/
/* ===============================
   NOTAS:
   - Sustituye clases de “masonry” si antes dependías de posicionamiento absoluto.
   - Para layouts variables sin definir cols exactas, puedes crear una clase
     que permita “auto-fit” aproximado con min-width:
   =============================== */
.grid--auto {
  /* cada item ocupará al menos 240px y crecerá hasta llenar */
}
.grid--auto > .grid-item {
  min-width: 240px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(240px + var(--gutter));
          flex: 1 1 calc(240px + var(--gutter));
  max-width: 100%;
}

/* =========================================================
   Adaptadores Flex para “portfolio” y “content-grid-2”
   Dependen de: _grid.scss (mixín _cols, respond-max)
   Estructura asumida: .{bloque} > .grid > .grid-item
   ========================================================= */
/* -------- Portfolio (por defecto: 3 columnas) -------- */
.portfolio {
  /* gutter por defecto ≈30px; respeta .small-margins / .no-margins si ya las usas */
  /* 3 columnas por defecto si no se especifica */
  /* Opciones clásicas por clase */
  /* Compatibilidad visual típica */
}
.portfolio .grid {
  --gutter: 1.5rem;
}
.portfolio.small-margins .grid {
  --gutter: .5rem;
}
.portfolio.no-margins .grid {
  --gutter: 0;
}
.portfolio .grid > .grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.portfolio.columns-1 .grid > .grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.portfolio.columns-2 .grid > .grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.portfolio.columns-3 .grid > .grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.portfolio.columns-4 .grid > .grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.portfolio.columns-5 .grid > .grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.portfolio.columns-6 .grid > .grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.portfolio .grid .grid-item {
  display: block;
}
.portfolio .thumbnail {
  margin-bottom: 0;
  display: block;
  float: none;
}

/* Degradación responsive similar a la antigua */
@media only screen and (max-width: 1140px) {
  /* <=1140px: 6/5 bajan a 3 */
  .portfolio.columns-6 .grid > .grid-item,
  .portfolio.columns-5 .grid > .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media only screen and (max-width: 960px) {
  /* <=960px: 6/5/4/3 bajan a 2 */
  .portfolio.columns-6 .grid > .grid-item,
  .portfolio.columns-5 .grid > .grid-item,
  .portfolio.columns-4 .grid > .grid-item,
  .portfolio.columns-3 .grid > .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  /* <=768px: preferimos 2 cols si hay sitio */
  .portfolio.columns-6 .grid > .grid-item,
  .portfolio.columns-5 .grid > .grid-item,
  .portfolio.columns-4 .grid > .grid-item,
  .portfolio.columns-3 .grid > .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  /* <=600px: todo a 1 col */
  .portfolio .grid > .grid-item,
  .portfolio[class*=columns-] .grid > .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
/* -------- Content Grid 2 (siempre 2 columnas → 1 en mobile) -------- */
.content-grid-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Ítems a altura igual opcional (cards igualadas) */
}
.content-grid-2 .grid {
  --gutter: 1.5rem;
}
.content-grid-2 .grid > .grid-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.content-grid-2.small-margins .grid {
  --gutter: .5rem;
}
.content-grid-2.no-margins .grid {
  --gutter: 0;
}
.content-grid-2.equal .grid > .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content-grid-2.equal .grid > .grid-item > * {
  width: 100%;
}

/* <=600px: 1 columna */
@media only screen and (max-width: 600px) {
  .content-grid-2 .grid > .grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.header {
  width: 100%;
  position: relative;
}
.header .header-inner {
  width: 100%;
  max-width: 100%;
  background-color: #232323;
  opacity: 1;
  position: relative;
  z-index: 100;
  -webkit-transform: translateZ(0);
}
.header .header-inner > .nav-bar {
  margin-bottom: -1px;
}
.header .logo,
.header .header-inner .navigation > ul > li,
.header .header-inner .navigation > ul > li > a:not(.button),
.header .header-inner .dropdown > .nav-icon {
  height: 8rem;
  line-height: 8rem;
}
.header .logo,
.header .header-inner .navigation > ul > li {
  display: table;
}
.header .v-align-middle,
.header .logo-inner {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.header .logo-inner {
  overflow: hidden;
}
.header .logo {
  width: 13rem;
}
.header .logo span {
  font-size: 2rem;
  line-height: 2;
}
.header .logo a {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  display: block;
  -webkit-transition-property: opacity, background, color, visibility, transform;
  -webkit-transition-property: opacity, background, color, visibility, -webkit-transform;
  transition-property: opacity, background, color, visibility, -webkit-transform;
  transition-property: opacity, background, color, visibility, transform;
  transition-property: opacity, background, color, visibility, transform, -webkit-transform;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.header .logo a:hover {
  opacity: 0.6 !important;
}
.header .logo a img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.header .logo a:first-child {
  display: none;
}
.header .logo a:last-child {
  display: table-cell;
}
.header .navigation {
  float: right;
}
.header .navigation-show,
.header .dropdown,
.header .button {
  margin: 0;
  line-height: initial;
}
.header .dropdown > .nav-icon {
  min-width: initial;
}
.header .navigation-show {
  display: block;
  width: auto;
  height: auto;
}

.header.header-transparent .header-inner {
  background-color: transparent;
}

.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.header-bottom {
  position: absolute;
  bottom: 0;
  top: auto;
  z-index: 100;
}

.header-sticky .header-inner {
  position: fixed;
  top: 0;
  left: 0;
  bottom: auto;
  z-index: 100;
}

.header-fixed-width .header-inner {
  max-width: 114rem;
  margin-left: auto;
  margin-right: auto;
}

.header-compact .logo,
.header-compact .header-inner .navigation > ul > li,
.header-compact .header-inner .navigation > ul > li > a:not(.button),
.header-compact .header-inner .dropdown > .nav-icon {
  height: 6rem;
  line-height: 6rem;
}

.header-compact .logo {
  width: 10rem;
}
.header-compact .logo span {
  font-size: 1.5rem;
  line-height: 2;
}

.header-background .header .header-inner {
  background: #232323;
}

.header-background .header .logo a:first-child,
.mobile .header .logo a:first-child {
  display: table-cell;
}

.header-background .header .logo a + a {
  display: none !important;
}

.mobile .header {
  position: static !important;
}
.mobile .header.header-fixed-on-mobile .header-inner {
  width: 100%;
  position: fixed !important;
  left: 0;
  top: 0;
}
.mobile .header.header-sticky .header-inner {
  position: relative;
}
.mobile .header,
.mobile .header .header-inner {
  height: 8rem !important;
  padding-top: 0;
  background: #232323;
}
.mobile .header .nav-bar,
.mobile .header .nav-bar-inner {
  height: 100%;
}
.mobile .header .logo {
  height: 100%;
  padding: 0 !important;
  margin: 0 !important;
  display: table;
  float: left;
}
.mobile .header .logo-inner {
  display: table-cell;
  vertical-align: middle;
}
.mobile .header .logo a:first-child {
  display: table-cell;
  vertical-align: middle;
}
.mobile .header .logo a + a {
  display: none !important;
}
.mobile .header .navigation-show {
  display: block !important;
  visibility: visible !important;
}
.mobile .header .header-inner,
.mobile .header .logo,
.mobile .header .logo span,
.mobile .header .navigation-show,
.mobile .header .navigation-show a span {
  -webkit-transition: none;
  transition: none;
}

@media only screen and (max-width: 960px) {
  .header {
    background: none;
    position: static !important;
  }
  .header .header-inner {
    background: #232323;
    border-top: none !important;
    height: 8rem !important;
    padding-top: 0;
  }
  .header .header-inner-top {
    display: none;
  }
  .header .nav-bar,
  .header .nav-bar-inner {
    height: 100%;
  }
  .header .logo-inner a {
    display: block;
    position: relative;
  }
  .header .logo a + a {
    display: none !important;
  }
  .header .header-inner,
  .header .logo,
  .header .logo span,
  .header .navigation-show,
  .header .navigation-show a span {
    -webkit-transition: none;
    transition: none;
  }
  .header .navigation-show {
    display: block !important;
    visibility: visible !important;
  }
}
[class*=hero-] {
  position: relative;
}
[class*=hero-] > .row:not(.flex), [class*=hero-] > .row:not(.flex) > .column {
  height: 100%;
}
[class*=hero-] .hero-content {
  height: 100%;
  display: table !important;
  table-layout: fixed;
}
[class*=hero-] .hero-content-inner {
  display: table-cell;
  vertical-align: middle;
}

.row::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.hero-1 {
  height: 50rem;
  background-color: #1ecd6d;
  text-align: left;
  color: #fff;
}
.hero-1 h2, .hero-1 h6 {
  color: #fff;
}

.hero-2 {
  height: 50rem;
  text-align: left;
  color: #fff;
  background-image: url(../images/slider/slide-2-fs-hp.jpg);
  background-repeat: no-repeat;
}
.hero-2 h2, .hero-2 h6 {
  color: #fff;
}

.hero-3 {
  height: 50rem;
  text-align: left;
  display: table;
  background-image: url(../images/slider/slide-5-fw.jpg);
  background-repeat: no-repeat;
}
.hero-3 > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.hero-3 .hero-content {
  background: #fff;
  position: relative;
  bottom: 0;
}
.hero-3 .hero-content-inner {
  padding: 3rem;
}
.hero-3 h2, .hero-3 h6 {
  color: #666;
}

@media only screen and (max-width: 768px) {
  .hero-1, .hero-2, .hero-3 {
    height: auto !important;
  }
  [class*=hero-] .column:first-child .hero-content {
    margin-bottom: 5rem;
  }
  [class*=hero-] .column:last-child .hero-content {
    margin-bottom: 0;
  }
  .hero-content {
    text-align: center;
  }
}
.wpcf7-form.submitting {
  position: relative;
}
.wpcf7-form.submitting::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(250, 250, 250, 0.5);
}

/*------------------------------------------------------------------
Sartre Skin Architecture
Version: 1.0.4;
Author: ThemeMountain
Copyright: ThemeMountain

[Table of contents]

1. Typography
2. Background Color & Color Classes
3. Section Padding
4. Header Styling
5. Header Logo
6. Header Navigation
7. Header Buttons, Dropdowns & Icons
8. Auxiliary Navigation
9. Title Areas
10. Slider & Parallax
11. Lightbox
12. Plugin Preloader
13. Rollovers
14. Homepage
15. About Pages
16. Contact Pages
17. Project Pages
18. Pagination
19. Fullscreen Pages
20. Blog Pages
21. Form Elements
22. Social Lists
23. Footer
24. Sidebar
25. Dividers
26. Media Element Player
27. E-Commerce
28. Component Styling
29. Resolution Media Queries

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. Typography]
*/
body {
  letter-spacing: 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #666;
}

input, button, .button, select, textarea {
  font-family: "Inter", sans-serif;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 200;
  text-transform: uppercase;
  color: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #a0c9cc;
}

h1 {
  font-size: 4.381rem;
}

h2 {
  font-size: 3.294rem;
}

h3 {
  font-size: 2.6rem;
  font-weight: 300;
}

h4 {
  font-size: 1.9rem;
  font-weight: 400;
}

h5 {
  font-size: 1.7rem;
  font-weight: 700;
}

h6 {
  font-size: 1.5rem;
  font-weight: 700;
}

/* Widget Titles */
.sidebar .widget-title {
  font-size: 1.4rem;
}
.sidebar .widget-title a {
  font-size: 1.4rem;
}

.side-navigation-wrapper .widget-title {
  font-size: 1.4rem;
  color: #fff;
}
.side-navigation-wrapper .widget-title a {
  font-size: 1.4rem;
  color: #fff;
}

.overlay-navigation-wrapper .widget-title {
  font-size: 1.4rem;
  color: #999;
}
.overlay-navigation-wrapper .widget-title a {
  font-size: 1.4rem;
  color: #999;
}

/* Title Classes */
.title-xlarge {
  font-size: 7.749rem;
  line-height: 1.2;
}

.title-large {
  font-size: 5.826rem;
  line-height: 1.2;
}

.title-medium {
  font-size: 2.476rem;
  line-height: 1.2;
}

.title-small {
  font-size: 1.4rem;
  line-height: 1.2;
}

/* Lead */
.lead, blockquote.large {
  font-size: 2.016rem;
  font-weight: 300;
}

/* Text Classes */
.text-xlarge {
  font-size: 2.016rem;
}

.text-large {
  font-size: 1.68rem;
}

.text-medium {
  font-size: 1.4rem;
}

.text-small {
  font-size: 1.167rem;
}

/* Special Text Classes */
.status-code-title {
  font-size: 13.707rem;
  line-height: 1;
}

/* Weight Classes */
.weight-light {
  font-weight: 300;
}

.weight-regular {
  font-weight: 400;
}

.weight-semi-bold {
  font-weight: 600;
}

.weight-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

/* Links */
a {
  color: #232323;
}
a.animated-link {
  position: relative;
}

/* Link Colors */
p a, .box a:not(.button) {
  color: #232323;
}

.sidebar .widget a {
  color: #666;
}

.shop .product-summary a, .shop .cart-overview a {
  color: #666;
}

a:hover, p a:hover, .box a:not(.button):hover, .social-list li a:hover, .team-1 .social-list a:hover, .team-2 .social-list a:hover {
  color: #a0c9cc;
}

.accordion li a:hover, .accordion li.active a {
  color: #a0c9cc;
}

.tabs li a:hover {
  color: #a0c9cc;
}
.tabs li.active a {
  color: #a0c9cc;
}
.tabs li.active a:hover {
  color: #a0c9cc;
}

.blog-masonry .with-background .post-read-more a:hover, .post-info a:hover {
  color: #a0c9cc;
}

.post-info-over a:hover {
  color: #a0c9cc;
}
.post-info-over a:hover span {
  color: #a0c9cc;
}

.post-author-aside a:hover {
  color: #a0c9cc;
}

.post-love a:hover {
  color: #a0c9cc;
}
.post-love a:hover span {
  color: #a0c9cc;
}

.scroll-down a:hover, .widget a:not(.button):hover {
  color: #a0c9cc;
}

a[class*=icon-]:hover {
  text-decoration: none;
}
a:hover .text-line, a.animated-link:hover .text-line {
  background-color: #a0c9cc;
}

.accordion li a:hover .text-line, .tabs li a:hover .text-line, .blog-masonry .with-background .post-read-more a:hover .text-line {
  background-color: #a0c9cc;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 3.755rem;
  }
  h2 {
    font-size: 2.823rem;
  }
  h3 {
    font-size: 2.123rem;
  }
  h4 {
    font-size: 1.8rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  h6 {
    font-size: 1.3rem;
  }
  .title-xlarge {
    font-size: 5.826rem;
  }
  .title-large {
    font-size: 4.381rem;
  }
  .title-medium {
    font-size: 2.123rem;
  }
  .title-small {
    font-size: 1.2rem;
  }
  .tms-caption.title-xlarge, .tmp-content .title-xlarge {
    font-size: 5.826rem;
    line-height: 5.826rem;
  }
  /* Helpers */
  .fullscreen-section .background-on-mobile {
    background: #f4f4f4;
  }
  .fullscreen-section .background-on-mobile * {
    color: #666 !important;
  }
  .fullscreen-section .background-on-mobile h1, .fullscreen-section .background-on-mobile h2, .fullscreen-section .background-on-mobile h3, .fullscreen-section .background-on-mobile h4, .fullscreen-section .background-on-mobile h5, .fullscreen-section .background-on-mobile h6 {
    color: #000 !important;
  }
}
/*------------------------------------------------------------------
[2. Background Color & Color Classes]
*/
body, .content, .featured-media:after, .section-block:not([class*=bkg-]), .fullscreen-sections-wrapper {
  background-color: #fff;
}

.section-block.featured-media {
  background-color: #000;
}

/* greyscale */
.wrapper-inner {
  -webkit-filter: none;
  filter: none;
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
}

/* grey ulatrlight */
.bkg-grey-ultralight, .bkg-hover-grey-ultralight:hover {
  background-color: #fafafa;
  border-color: #fafafa;
}

.border-hover-grey-ultralight:hover {
  border-color: #fafafa;
}

.color-grey-ultralight, .color-hover-grey-ultralight:hover {
  color: #fafafa;
}

/* grey */
.bkg-grey, .bkg-hover-grey:hover {
  background-color: #4e4e4d;
  border-color: #4e4e4d;
}

.border-hover-grey:hover {
  border-color: #4e4e4d;
}

.color-grey, .color-hover-grey:hover {
  color: #4e4e4d;
}

/* charcoal */
.bkg-charcoal-light, .bkg-hover-charcoal-light:hover {
  background-color: #232323;
  border-color: #232323;
}

.border-hover-charcoal-light:hover {
  border-color: #232323;
}

.color-charcoal-light, .color-hover-charcoal-light:hover {
  color: #232323;
}

.bkg-charcoal, .bkg-hover-charcoal:hover {
  background-color: #232323;
  border-color: #232323;
}

.border-charcoal, .border-hover-charcoal:hover {
  border-color: #232323;
}

.color-charcoal, .color-hover-charcoal:hover {
  color: #232323;
}

/* theme */
.bkg-theme, .bkg-hover-theme:hover {
  background-color: #a0c9cc;
  border-color: #a0c9cc;
}

.border-theme, .border-hover-theme:hover {
  border-color: #a0c9cc;
}

.color-theme, .color-hover-theme:hover {
  color: #a0c9cc;
}

/*------------------------------------------------------------------
[3. Section Padding]
*/
/* Unique Template Padding & Margins */
.section-block, .fullscreen-section .fullscreen-inner, .pagination-2 .pagination-next, .row.xlarge {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.replicable-content, .row.xlarge.replicable-content {
  padding-top: 11rem;
  padding-bottom: 8rem;
}

.padding-bottom {
  padding-bottom: 8rem;
}

.single-works .replicable-content {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.section-block.slanted-top:before {
  width: 100%;
  height: 12rem;
  background-color: inherit;
  content: "";
  position: absolute;
  left: 0;
  top: -5.7rem;
  -webkit-transform: skewY(-4.5deg);
  transform: skewY(-4.5deg);
  z-index: 5;
}

.footer .footer-top {
  padding-top: 9rem;
  padding-bottom: 5rem;
}
.footer .footer-top ul {
  margin-left: 0;
  list-style: none;
}
@media only screen and (max-width: 782px) {
  .footer .footer-top .right {
    text-align: left;
  }
}
.footer a:hover + .post-info .post-date, .footer .navigation a:hover, .footer .social-list a:hover, .footer .footer-bottom a:hover {
  color: #a0c9cc;
}
.footer .widget-title {
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #fafafa;
}
.footer .widget-title a {
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: 700;
  color: #fafafa;
}
.footer p {
  color: #fafafa;
}
.footer #menu-footer {
  list-style: none;
}

.grid-filter-menu {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.home-page .grid-filter-menu {
  padding-bottom: 4rem;
}

.divider {
  margin-top: 6rem;
  margin-bottom: 9rem;
}

.page-intro .divider, [class*=intro-title-] .divider {
  margin-top: 0;
  margin-bottom: 2rem;
}

.separator {
  width: 5rem;
  height: 0.1rem;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.text-line {
  width: 2rem;
  height: 0.1rem;
  display: inline-block;
}
.text-line[class*=bkg-] {
  padding: 0;
}

.text-line-vertical {
  display: inline-block;
  position: relative;
}
.text-line-vertical:after {
  width: 1px;
  height: 8rem;
  margin-top: 3rem;
  border-right: 1px solid #777;
  position: absolute;
  top: 100%;
  left: 2px;
  content: "";
}

.tm-slider-container .text-line-vertical:after {
  height: 50rem;
  border-color: #fff;
}

@media only screen and (max-width: 960px) {
  .header-1-static + .content {
    padding-top: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .fullscreen-section.content-below-on-mobile .fullscreen-inner {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
}
/*------------------------------------------------------------------
[4. Header Styling]
*/
/* Initial Position */
.header-bottom {
  bottom: 0;
}

/* Intial Height */
.header .logo {
  height: 8rem;
  line-height: 8rem;
}
.header .header-inner .navigation > ul > li {
  height: 8rem;
  line-height: 8rem;
}
.header .header-inner .navigation > ul > li > a:not(.button) {
  height: 8rem;
  line-height: 8rem;
}
.header .header-inner .dropdown > .nav-icon {
  height: 8rem;
  line-height: 8rem;
}

/* Compacted Height */
.header-compact .logo {
  height: 6rem;
  line-height: 6rem;
}
.header-compact .header-inner .navigation > ul > li {
  height: 6rem;
  line-height: 6rem;
}
.header-compact .header-inner .navigation > ul > li > a:not(.button) {
  height: 6rem;
  line-height: 6rem;
}
.header-compact .header-inner .dropdown > .nav-icon {
  height: 6rem;
  line-height: 6rem;
}

/* Header Initial Styling */
.header .header-inner {
  background-color: #fff;
  border-bottom: none;
  border-bottom: 1px solid transparent;
}
.header .header-inner > .nav-bar {
  /*border-bottom: 1px solid #eee;*/
}

/* Transparent Header Initial & Active Nav Colors */
.header-transparent .header-inner {
  background-color: transparent;
  /*border-bottom: 1px solid rgba(255,255,255, 0.2);*/
}
.header-transparent .header-inner > .nav-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-bottom.header-transparent .header-inner > .nav-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}

/* Background Header - On Scroll! */
.header-background .header-inner {
  background-color: #fff !important;
  border-color: #eee;
}
.header-background .header-inner > .nav-bar {
  border-bottom: none;
}

/* Header Inner Top */
.header .header-inner-top {
  height: 4rem;
  background: #232323;
  color: #fff;
}

/* Mobile Header Styles & Breakpoints */
.mobile .header .header-inner {
  background-color: #fff;
  border-top: none;
  border-bottom: 1px solid #eee;
}
.mobile .header + .content {
  padding-top: 0;
}

@media only screen and (max-width: 1040px) {
  .header .header, .header .header-inner, .header.header-transparent .header-inner {
    background-color: #fff;
  }
  .header .header-inner {
    border-bottom: 1px solid #eee;
  }
  .header .header-inner > .nav-bar {
    padding: 0;
  }
}
/*------------------------------------------------------------------
[5. Header Logo]
*/
/* Initial Logo Width */
.header .logo {
  width: 9.5rem;
}

/* Compacted Header Logo Width */
.header-compact .logo {
  width: 12.5rem;
}

/* Initial Logo Styling */
.header .logo a {
  display: block !important;
  position: absolute;
  top: 0;
}

.header-in .logo a, .header-out .logo a {
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}

.header .logo a:first-child {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header .logo a + a {
  display: none !important;
}

/* Transparent Header Show Light Logo */
.header-transparent .logo a:first-child {
  opacity: 0;
  -webkit-transform: translateY(5rem);
  transform: translateY(5rem);
}
.header-transparent .logo a + a {
  display: block !important;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Header Background Logo Swap to Dark Logo - On Scroll! */
.header-background .logo a:first-child {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header-background .logo a + a {
  display: block !important;
  opacity: 0;
  -webkit-transform: translateY(-5rem);
  transform: translateY(-5rem);
}

/* Logo Nav Dark */
.nav-dark .logo a:first-child {
  display: block !important;
  top: 0;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.nav-dark .logo a:last-child {
  display: none !important;
}

/* Logo Mobile Header & Breakpoints */
.mobile .header .logo a:first-child {
  display: block !important;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (max-width: 1040px) {
  .header .logo-inner {
    display: table-cell;
    vertical-align: middle;
  }
  .header .logo a {
    position: relative;
  }
  .header .logo a:first-child {
    opacity: 1;
    top: 0;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .header .logo a:last-child {
    display: none !important;
  }
}
/*------------------------------------------------------------------
[6. Header Navigation]
*/
/* Padding & Margins */
.header .logo-center ~ .navigation.nav-center {
  padding-top: 0.5rem;
}
.header .logo-center ~ .navigation.nav-center > ul > li > a {
  padding-bottom: 2rem;
}
.header .navigation > ul > li > a {
  margin: 0 1.5rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0;
  color: #999;
  opacity: 1;
}
.header .navigation > ul > li.current-menu-item:not(.anchor-link) > a {
  color: #000;
  opacity: 1;
}
.header .navigation > ul > li.current-menu-item:not(.anchor-link) > a:hover {
  color: #000;
}
.header .navigation > ul > li > a:hover {
  color: #000;
  opacity: 1;
}

/* Header Initial & Active Nav Colors */
/* Transparent Header Initial, Hover & Current Nav Colors */
.header-transparent .navigation > ul > li > a {
  color: #fff;
  opacity: 0.6;
}
.header-transparent .navigation > ul > li > a:hover {
  color: #fff;
  opacity: 1;
}

.post-type-archive-works .header-transparent .navigation > ul > li.works-item > a, .tax-services .header-transparent .navigation > ul > li.works-item > a, .single-works .header-transparent .navigation > ul > li.works-item > a {
  color: #fff;
  opacity: 1;
}

.header-transparent .navigation > ul > li.current-menu-item:not(.anchor-link) > a {
  color: #fff;
  opacity: 1;
}
.header-transparent .navigation > ul > li.current-menu-item:not(.anchor-link) > a:hover {
  color: #fff;
  opacity: 1;
}
.header-transparent.nav-dark .navigation > ul > li > a {
  color: #000;
  opacity: 0.5;
}

/* Nav Dark Initial, Hover & Current Colors */
.post-type-archive-works .nav-dark .navigation > ul > li.works-item > a, .tax-services .nav-dark .navigation > ul > li.works-item > a, .single-works .nav-dark .navigation > ul > li.works-item > a {
  color: #000;
  opacity: 1;
}

.nav-dark .navigation > ul > li.current-menu-item:not(.anchor-link) > a {
  color: #000;
  opacity: 1;
}
.nav-dark .navigation > ul > li.current-menu-item:not(.anchor-link) > a:hover {
  color: #000;
  opacity: 1;
}

/* Header Background Initial, Hover & Current Nav Colors - On Scroll! */
.header-background .navigation > ul > li > a {
  color: #999;
}

.post-type-archive-works .header-background .navigation > ul > li.works-item > a, .tax-services .header-background .navigation > ul > li.works-item > a, .single-works .header-background .navigation > ul > li.works-item > a {
  color: #000;
  border-bottom: none;
}

.header-background .navigation > ul > li.current-menu-item:not(.anchor-link) > a {
  color: #000;
  border-bottom: none;
}
.header-background .navigation > ul > li.current-menu-item:not(.anchor-link) > a:hover {
  color: #000;
}
.header-background .navigation > ul > li > a:hover {
  color: #000;
  opacity: 1;
}

/* Sub Menus, Mega Menus, Dropdown List Initial Colors */
.navigation .sub-menu li, .navigation .dropdown-list li {
  border-bottom: none;
}
.navigation .sub-menu li a, .navigation .mega-sub-menu ul li a, .navigation .dropdown-list li a {
  line-height: 1.6;
  font-weight: 400;
  font-size: 1.2rem;
  color: #888;
}
.navigation .sub-menu:not(.custom-content) li a, .navigation .dropdown-list:not(.custom-content) li a {
  padding: 1rem 1.5rem 1.1rem 1.5rem;
}
.navigation .mega-sub-menu > li > a {
  font-size: 1.3rem;
}
.navigation .sub-menu:not(.custom-content) a, .navigation .sub-menu.custom-content {
  background-color: transparent;
}
.navigation .mega-sub-menu, .navigation .dropdown-list {
  background-color: transparent;
}
.navigation .cart .badge {
  top: -0.4rem;
  left: 1.2rem;
  background-color: #a0c9cc;
}
.navigation .cart-overview .product-title {
  color: #fff;
}
.navigation .cart-overview .product-price, .navigation .cart-overview .product-quantity {
  color: #999;
}
.navigation .cart-overview a.product-remove {
  background-color: #444;
  color: #999;
}
.navigation .cart-overview .cart-subtotal {
  color: #fff;
}
.navigation .cart-overview .cart-actions {
  border-color: #444;
}
.navigation .cart-overview .checkout.button {
  background-color: #a0c9cc;
  border-color: transparent;
  color: #fff;
}
.navigation .cart-overview .checkout.button:hover {
  background-color: #666;
  border-color: transparent;
  color: #fff;
}
.navigation .sub-menu:not(.custom-content) li:hover > a, .navigation .mega-sub-menu:not(.custom-content) ul li:hover > a, .navigation .dropdown-list:not(.custom-content) li:hover a {
  /*background-color: $black;*/
}
.navigation .sub-menu li > a:not(.button):hover, .navigation .mega-sub-menu ul li > a:not(.button):hover, .navigation .dropdown-list li > a:not(.button):hover {
  color: #fff;
}
.navigation .cart-overview .product-title:hover, .navigation .cart-overview .product-remove:hover {
  color: #fff;
}
.navigation .sub-menu li.current-menu-item:not(.anchor-link) > a:not(.button), .navigation .dropdown-list li.current-menu-item:not(.anchor-link) > a:not(.button), .navigation .mega-sub-menu ul li.current-menu-item:not(.anchor-link) > a:not(.button) {
  color: #fff;
}
.navigation .wpml-ls-current-language .sub-menu li > a:not(.button):hover {
  color: #000;
}

/* Menu Nav Cart Intial Colors */
/* Sub Menus, Mega Menus, Dropdown List Hover Colors */
/* ON TOP */
.header-background .navigation .sub-menu li > a:not(.button):hover, .header-background .navigation .mega-sub-menu ul li > a:not(.button):hover, .header-background .navigation .dropdown-list li > a:not(.button):hover {
  color: #000;
}
.header-background .navigation .cart-overview .product-title:hover, .header-background .navigation .cart-overview .product-remove:hover {
  color: #000;
}
.header-background .navigation .sub-menu li.current-menu-item:not(.anchor-link) > a:not(.button), .header-background .navigation .dropdown-list li.current-menu-item:not(.anchor-link) > a:not(.button), .header-background .navigation .mega-sub-menu ul li.current-menu-item:not(.anchor-link) > a:not(.button) {
  color: #000;
}

/* Mega Menu Position */
.navigation .mega-sub-menu {
  left: 0;
  right: 0;
}

/* Labels Sub Menu */
.sub-menu li .label, .mega-menu li .label, .dropdown li .label {
  margin-left: 0.5rem;
  padding: 0.1rem 0.4rem;
  font-size: 1rem;
  text-transform: uppercase;
  background-color: #a0c9cc;
  border-color: #a0c9cc;
  color: #fff;
}

/*------------------------------------------------------------------
[7. Header Nav Icons, Buttons, Dropdowns ]
*/
/* Padding & Margins */
.header .dropdown-list {
  margin-top: 2.2rem;
}
.header .secondary-navigation.nav-left:not(.with-division) > ul {
  margin-left: -1.5rem;
}
.header .secondary-navigation.nav-right:not(.with-division) > ul {
  margin-right: -1.5rem;
}
.header .navigation .nav-icon, .header .navigation .v-align-middle {
  padding: 0 1.5rem !important;
}
.header .with-division ul {
  border-left-color: rgba(0, 0, 0, 0.1);
}
.header .with-division li {
  border-right-color: rgba(0, 0, 0, 0.1);
}
.header .navigation .nav-icon {
  color: #999;
  font-size: 1.4rem;
  font-weight: 400;
  opacity: 1;
}
.header .navigation .nav-icon:hover, .header .navigation .nav-icon.active {
  background-color: transparent;
  color: #000;
  opacity: 1;
}
.header .cart .badge {
  background-color: #a0c9cc;
}
.header .social-list li .nav-icon {
  padding: 0 !important;
  margin-right: 1.5rem;
}
.header .v-align-middle > .button:not(.nav-icon), .header .dropdown > .button:not(.nav-icon) {
  background: #232323;
  border-color: transparent;
  color: #fff;
}
.header .v-align-middle > .button:not(.nav-icon):hover {
  background-color: #a0c9cc;
  border-color: transparent;
  color: #fff;
}
.header .dropdown > .button:not(.nav-icon):hover, .header .dropdown > .button.active:not(.nav-icon) {
  background-color: #a0c9cc;
  border-color: transparent;
  color: #fff;
}

/* Initial Division Padding & Color */
/* Nav Icons Initial, Hover & Active Colors */
/* Social Icons Initial & Hover Colors  */
/* Button, Dropdown Button Initial, Hover & Active Colors */
/* Transparent Header Division Color */
@media only screen and (max-width: 960px) {
  .header-transparent .with-division ul {
    border-left-color: rgba(255, 255, 255, 0.2);
  }
  .header-transparent .with-division li {
    border-right-color: rgba(255, 255, 255, 0.2);
  }
}
/* Transparent Header Initial, Hover & Active Colors */
.header-transparent .navigation .nav-icon {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.header-transparent .navigation .nav-icon:hover, .header-transparent .navigation .nav-icon.active {
  color: #fff;
  background-color: transparent;
  opacity: 1;
}

/* Nav Dark Button, Dropdown Button Initial, Hover & Active Colors */
.nav-dark .navigation .nav-icon {
  color: #999;
}
.nav-dark .navigation .nav-icon:hover, .nav-dark .navigation .nav-icon.active {
  color: #000;
}
.nav-dark .v-align-middle > .button:not(.nav-icon):not(:hover), .nav-dark .dropdown > .button:not(.nav-icon):not(:hover) {
  color: #fff;
}
.nav-dark .v-align-middle > .button:not(.nav-icon):hover, .nav-dark .dropdown > .button:not(.nav-icon):hover {
  background-color: #a0c9cc;
  border-color: transparent;
  color: #fff;
}

/* Header Background Divisions, Initial, Hover & Active Colors */
.header-background .with-division ul {
  border-left-color: #eee;
}
.header-background .with-division li {
  border-right-color: #eee;
}
.header-background .v-align-middle > .button:not(.nav-icon), .header-background .dropdown > .button:not(.nav-icon) {
  background: #232323;
  border-color: transparent;
  color: #fff;
}
.header-background .v-align-middle > .button:not(.nav-icon):hover, .header-background .dropdown > .button:not(.nav-icon):hover {
  background-color: #a0c9cc;
  border-color: transparent;
  color: #fff;
}
.header-background .navigation .nav-icon {
  color: #999;
}
.header-background .navigation .nav-icon:hover, .header-background .navigation .nav-icon.active {
  color: #000;
}
.header-background .social-list li a {
  color: #999;
}
.header-background .social-list li a:hover {
  color: #000;
}

/* Compacted Header Dropdown List Margin */
.header-compact .dropdown-list {
  margin-top: 1.2rem;
}

/* Mobile Header Styles and Breakpoints */
.mobile .navigation.with-division ul {
  border-left-color: #eee;
}
.mobile .navigation.with-division li {
  border-right-color: #eee;
}
.mobile .v-align-middle > .button:not(.nav-icon), .mobile .dropdown > .button:not(.nav-icon) {
  background: #232323;
  border-color: transparent;
  color: #fff;
}
.mobile .v-align-middle > .button:not(.nav-icon):hover, .mobile .dropdown > .button:not(.nav-icon):hover {
  background-color: #a0c9cc;
  border-color: transparent;
  color: #fff;
}
.mobile .navigation .nav-icon {
  color: #666;
}
.mobile .navigation .nav-icon:hover {
  color: #000;
}
.mobile .dropdown .nav-icon.active, .mobile .header-transparent .dropdown .nav-icon.active {
  color: #000;
}

@media only screen and (max-width: 1040px) {
  .header .dropdown-list {
    margin-top: 2.2rem;
  }
  .header .v-align-middle > .button:not(.nav-icon), .header .dropdown > .button:not(.nav-icon) {
    background: #232323;
    border-color: transparent;
    color: #fff;
  }
  .header .v-align-middle > .button:not(.nav-icon):hover, .header .dropdown > .button:not(.nav-icon):hover {
    background-color: #a0c9cc;
    border-color: transparent;
    color: #fff;
  }
  .header .navigation .nav-icon {
    color: #666;
  }
  .header .navigation .nav-icon:hover {
    color: #000;
  }
  .header .dropdown .nav-icon.active {
    color: #000;
  }
}
/*------------------------------------------------------------------
[8. Auxiliary Navigation]
*/
/* Aux Navigation Show */
.header .navigation-show {
  width: 4.4rem;
  height: 4.4rem;
  margin-left: 0;
}
.header .navigation-show a {
  font-size: 2.4rem;
  text-align: center;
  color: #666;
  border: 1px solid #eee;
}
.header .navigation .navigation-show.nav-icon {
  font-size: 2rem;
}
.header .navigation-show a:hover {
  color: #000;
  opacity: 1;
}

/* Initial & Hover Colors */
/* Transparent Header Initial & Hover Colors */
.header-transparent .navigation-show a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.header-transparent .navigation-show a:hover {
  color: #fff;
  border-color: rgb(255, 255, 255);
}

/* Header with Background Initial & Hover Colors */
.header-background .navigation-show a {
  color: #666;
  border-color: #eee;
}
.header-background .navigation-show a:hover {
  color: #000;
  border-color: #eee;
}

/* Aux Navigation Hide */
.navigation-hide {
  width: 4.4rem;
  height: 4.4rem;
  margin-top: 1.9rem;
  margin-right: 0;
}
.navigation-hide a {
  background: none;
}
.navigation-hide a span {
  width: 4.4rem;
  font-size: 2rem;
}

/* Side Navigation Background Color */
.side-navigation-wrapper {
  background-color: #111;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.side-navigation-wrapper .logo {
  width: 12rem;
}

.side-navigation-header {
  border: none;
}

/* Side Main Nav Initial Colors & Padding */
.side-navigation > ul > li > a {
  padding: 0.6rem 4rem;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: 300;
  color: #888;
  position: relative;
}

.post-type-archive-works .side-navigation ul li.works-item > a, .tax-services .side-navigation ul li.works-item > a, .single-works .side-navigation ul li.works-item > a {
  color: #fff;
  font-weight: 400;
}

.side-navigation ul li.current-menu-item:not(.anchor-link) > a {
  color: #fff;
  font-weight: 400;
  color: #fff;
  font-weight: 400;
}
.side-navigation > ul > li > a:after {
  width: 0;
  height: 0.1rem;
  margin-left: 0;
  content: "";
  background-color: #fff;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 1rem;
  -webkit-transition-property: width, opacity;
  transition-property: width, opacity;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.post-type-archive-works .side-navigation > ul > li.works-item > a:after, .tax-services .side-navigation > ul > li.works-item > a:after, .single-works .side-navigation > ul > li.works-item > a:after, .side-navigation > ul > li.current-menu-item:not(.anchor-link) > a:after {
  width: 2rem;
  opacity: 1;
}

.side-navigation-wrapper .navigation-hide {
  margin-right: 2rem;
  color: #666;
}
.side-navigation-wrapper .navigation-hide a:hover {
  color: #fff;
}

/* Side Nav Sub Menu Initial Colors & Padding */
.side-navigation .sub-menu {
  background: none;
}
.side-navigation .sub-menu a {
  text-transform: none;
  font-size: 1.2rem;
  font-weight: normal;
  color: #666;
}
.side-navigation .sub-menu a:hover {
  color: #fff;
}
.side-navigation .sub-menu li:first-child {
  padding-top: 1rem;
}
.side-navigation .sub-menu li:last-child {
  padding-bottom: 1rem;
}
.side-navigation .cart-overview li:first-child {
  padding-top: 2rem;
}
.side-navigation .cart-overview li:last-child {
  padding-bottom: 2rem;
}
.side-navigation .sub-menu:not(.custom-content) a {
  padding: 1.1rem 4rem 1.1rem 5.5rem;
}
.side-navigation.center .sub-menu:not(.custom-content) a {
  padding: 1.1rem 4rem 1.1rem 4rem;
}
.side-navigation .cart .badge {
  background-color: #a0c9cc;
}
.side-navigation .cart-overview .product-title {
  color: #fff;
}
.side-navigation .cart-overview .product-price, .side-navigation .cart-overview .product-quantity {
  color: #999;
}
.side-navigation .cart-overview a.product-remove {
  background-color: #232323;
  color: #999;
}
.side-navigation .cart-overview .cart-subtotal {
  color: #fff;
}
.side-navigation .cart-overview .cart-actions {
  border-color: #232323;
}
.side-navigation .cart-overview .checkout.button {
  background-color: #a0c9cc;
  border-color: transparent;
  color: #fff;
}
.side-navigation .cart-overview .checkout.button:hover {
  background-color: #666;
  border-color: transparent;
  color: #fff;
}
.side-navigation ul li a:hover, .side-navigation ul li.current-menu-item:not(.anchor-link) a:hover {
  color: #fff;
}

/* Side Nav Cart Initial Colors */
/* Side Nav Hover Colors */
/* Side Nav Widget */
.side-navigation-footer {
  color: #666;
  font-size: 1.1rem;
}
.side-navigation-footer .widget p {
  color: #666;
  font-size: 1.3rem;
}
.side-navigation-footer .widget a {
  color: #666;
  font-size: 1.3rem;
}
.side-navigation-footer .widget a:hover {
  color: #fff;
}
.side-navigation-footer .social-list a {
  color: #666;
  font-size: 1.1rem;
}
.side-navigation-footer .social-list a:hover {
  color: #fff;
}
.side-navigation-footer .copyright {
  font-size: 1.1rem;
}

/* Side Nav Footer */
/* Overlay Navigation Colors & Sizes */
.overlay-navigation-wrapper {
  background-color: rgb(255, 255, 255);
}

.overlay-navigation-inner {
  text-align: left;
}

.overlay-navigation-header {
  top: 1.5rem;
}

.overlay-navigation-wrapper .menu-title {
  width: 100%;
  margin-bottom: 3rem;
  color: #000;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}

.overlay-navigation {
  max-width: 40rem;
  padding-left: 3rem;
  padding-right: 3rem;
  opacity: 0;
  -webkit-transform: translateX(10rem);
  transform: translateX(10rem);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.aux-navigation-active .overlay-navigation {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Overlay Main Nav */
.overlay-navigation > ul > li > a {
  font-size: 3rem;
  color: #999;
}
.overlay-navigation ul li.current-menu-item:not(.anchor-link) > a {
  font-weight: normal;
}

.overlay-navigation-wrapper .navigation-hide {
  top: 0;
  right: 3rem;
}
.overlay-navigation-wrapper .navigation-hide a {
  color: #999;
}
.overlay-navigation-wrapper .navigation-hide a:hover {
  color: #000;
}

/* Overlay Nav Sub Menu */
.overlay-navigation .sub-menu {
  padding-left: 0;
}
.overlay-navigation .sub-menu a {
  letter-spacing: 0.1rem;
  text-transform: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #999;
}
.overlay-navigation .sub-menu .current-menu-item:not(.anchor-link) > a, .overlay-navigation .sub-menu a:hover {
  color: #000;
}
.overlay-navigation .sub-menu li:first-child {
  padding-top: 1rem;
}
.overlay-navigation .sub-menu li:last-child {
  padding-bottom: 1rem;
}
.overlay-navigation .cart .badge {
  background-color: #a0c9cc;
}
.overlay-navigation .cart-overview .product-title {
  color: #000;
}
.overlay-navigation .cart-overview .product-price, .overlay-navigation .cart-overview .product-quantity {
  color: #999;
}
.overlay-navigation .cart-overview a.product-remove {
  background-color: #eee;
}
.overlay-navigation .cart-overview .cart-subtotal {
  color: #000;
}
.overlay-navigation .cart-overview .cart-actions {
  border-color: #eee;
}
.overlay-navigation .cart-overview .checkout.button {
  background-color: #a0c9cc;
  border-color: transparent;
  color: #fff;
}
.overlay-navigation .cart-overview .checkout.button:hover {
  background-color: #666;
  border-color: transparent;
  color: #fff;
}
.overlay-navigation > ul > li > a:hover, .overlay-navigation > ul > li.current-menu-item:not(.anchor-link) > a {
  color: #000;
}
.overlay-navigation ul li.current-menu-item:not(.anchor-link) > a:hover {
  color: #000;
}

/* Overlay Nav Cart */
/* Overlay Nav Hover Colors */
/* Overlay Nav Widget */
.overlay-navigation-footer {
  padding-left: 3rem;
  padding-right: 3rem;
  color: #666;
  font-size: 1.3rem;
}
.overlay-navigation-footer .widget p {
  color: #666;
  font-size: 1.3rem;
}
.overlay-navigation-footer .widget a {
  color: #666;
  font-size: 1.3rem;
}
.overlay-navigation-footer .widget a:hover {
  color: #000;
}
.overlay-navigation-footer .social-list a {
  color: #666;
  font-size: 1.3rem;
}
.overlay-navigation-footer .social-list a:hover {
  color: #000;
}
.overlay-navigation-footer .copyright {
  font-size: 1.1rem;
}

/* Overlay Nav Footer */
/* Mobile Styles and Breakpoints */
.mobile .navigation-show {
  margin-left: 2rem;
}
.mobile .navigation-show a {
  color: #666;
  border-color: #eee;
}
.mobile .navigation-show a:hover {
  color: #000;
  opacity: 1;
}

@media only screen and (max-width: 1040px) {
  .header .navigation-show {
    margin-left: 2rem;
  }
  .header .navigation-show a {
    color: #666;
    border-color: #eee;
  }
  .header .navigation-show a:hover {
    color: #000;
    opacity: 1;
  }
  .overlay-navigation-header {
    top: 2rem;
  }
  .overlay-navigation-wrapper .navigation-hide {
    top: 0;
    right: 3rem;
  }
}
/*------------------------------------------------------------------
[9. Title Area]
*/
[class*=intro-title-] {
  padding: 0;
  height: 45rem;
}
[class*=intro-title-].small {
  height: 30rem;
}
[class*=intro-title-].xsmall {
  height: 15rem;
}

.intro-title-2-2 {
  background-image: url(../images/slider/slide-9-page-intro.jpg);
}

@media only screen and (max-width: 768px) {
  [class*=intro-title-] {
    padding: 11rem 0;
    height: auto;
  }
  [class*=intro-title-].small {
    padding: 11rem 0;
    height: auto;
  }
}
/*------------------------------------------------------------------
[10. Slider & Parallax]
*/
.tm-slider-container:not([class*=bkg-]) {
  background: none;
}

/* Slider Heights */
.featured-media, .full-width-slider, .parallax {
  height: 60rem;
  padding: 0;
}

.window-height {
  height: 100vh;
}

.hero-slider.window-height {
  min-height: 100vh;
}

.parallax.page-intro, .page-intro {
  height: 45rem;
}

.parallax.small {
  height: 30rem;
}

.page-intro.small {
  height: 30rem;
}
.page-intro .full-width-slider {
  height: inherit;
}

.window-height .full-width-slider {
  height: inherit;
}

.logo-slider, .testimonial-slider, .team-slider {
  min-height: 5rem;
}

.recent-slider {
  min-height: 33rem;
}
.recent-slider .thumbnail {
  min-height: 5rem;
}

.team-slider {
  height: 42rem;
}

.hero-slider {
  min-height: 60rem;
}

/* Slider Navigation Common */
.tms-arrow-nav {
  width: 4.4rem;
  height: 4.4rem;
  background: none;
  font-size: 2rem;
  line-height: 4.4rem;
  color: #fff;
  border: none;
  background-color: #000;
}
.tms-arrow-nav:hover {
  opacity: 0.5 !important;
}
.tms-arrow-nav:before {
  line-height: 4.4rem;
}
.tms-arrow-nav:hover {
  width: 4.4rem;
}

.tms-bullet-nav {
  background: #fff;
}

.tms-nav-dark .tms-bullet-nav {
  background: #000;
}

.hide-arrow-nav .tms-arrow-nav, .hide-progress .tms-progress-bar {
  display: none !important;
}

/* Featured Media Slider Navigation */
.featured-media .tms-arrow-nav {
  display: none !important;
}
.featured-media .tms-pagination {
  max-width: 114rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  bottom: 7%;
  right: auto;
  position: relative;
}

.tm-slider-container.pagination-top .tms-pagination {
  bottom: 93%;
}

.featured-media .tms-pagination a {
  display: inline-block;
  margin-bottom: 1rem;
}
.featured-media .tm-slider-container .tms-pagination {
  opacity: 1;
}

/* Recent Slider */
.recent-carousel.replicable-content {
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.recent-carousel .column.slider-column {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tm-slider-container.tms-carousel > ul {
  opacity: 1;
}
.tm-slider-container .button {
  font-size: 1.1rem;
  font-weight: 700;
}

/* Slider Buttons */
/* Mobile Slider & Parallax */
.mobile .featured-media, .mobile .parallax.fixed-height {
  height: 50rem;
}

/* Featured Slider Nav Breakpoints */
@media only screen and (max-width: 1140px) {
  .featured-media .tms-pagination {
    max-width: 96rem;
    bottom: 4rem;
    text-align: center;
  }
}
@media only screen and (max-width: 1040px) {
  .featured-media .tms-pagination a {
    display: inline-block;
  }
  .featured-media .tms-arrow-nav {
    display: none !important;
  }
}
/*------------------------------------------------------------------
[11. Lightbox]
*/
.tm-lightbox {
  background: rgb(255, 255, 255);
}

#tml-content-wrapper.zoomed + #tml-caption span {
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  color: #fff;
}

/* Standard Modal Mode */
#tm-lightbox.tml-modal-mode {
  background: rgba(0, 0, 0, 0.1);
}

.tml-modal-mode .modal-dialog {
  -webkit-box-shadow: 0 0 4rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4rem rgba(0, 0, 0, 0.5);
}
.tml-modal-mode #tml-exit {
  color: #111;
}

.tml-exit-light #tml-exit {
  color: #fff;
}

.rounded .modal-dialog, .rounded .section-block {
  border-radius: 0.3rem;
}

/* Common Modal Mode */
.tml-contact-modal .modal-dialog > div, .tml-newsletter-modal .modal-dialog > div, .tml-search-modal .modal-dialog > div, .tml-promotion-modal .modal-dialog > div {
  padding-left: 0;
  padding-right: 0;
}

.tml-contact-modal .contact-form-container, .tml-search-modal .search-form-container, .tml-newsletter-modal .signup-form-container {
  padding-left: 3rem;
  padding-right: 3rem;
}

/* greyscale upon modal opening */
.modal-open .wrapper-inner {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media only screen and (max-width: 1040px) {
  .tml-padding-small #tml-content-wrapper {
    left: 5% !important;
    right: 5% !important;
  }
}
@media only screen and (max-width: 768px) {
  .tml-modal-mode .modal-dialog {
    width: 100% !important;
  }
  .tml-modal-mode .modal-dialog > div {
    padding-left: 0;
    padding-right: 0;
  }
  .tml-swap-exit-light #tml-exit {
    color: #fff;
  }
  .tml-modal-mode .hero-5 {
    padding-bottom: 2rem;
  }
  .tml-modal-mode .hero-5 .column:first-child:not(.media-column) .split-hero-content {
    margin-top: 4rem;
  }
}
/* Navigation */
.tml-nav {
  color: #999;
  opacity: 0.7;
}
.tml-nav:hover {
  color: #000;
}

/*------------------------------------------------------------------
[12. Plugin Preloader]
*/
.tm-loader {
  width: 5rem;
  height: 5rem;
  margin: -2.5rem 0 0 -2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
}
.tm-loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.tm-loader #circle {
  background: none;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
}

.stroke {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
  stroke-width: 0.3rem;
}

/* fallback */
.ie-browser:not(.webkit) .tm-loader #circle {
  border: 3px solid rgba(0, 0, 0, 0);
  border-bottom-color: #ddd;
  -webkit-animation: rotate 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: rotate 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%, 0% {
    stroke: #a0c9cc;
    border-bottom-color: #a0c9cc;
  }
  40% {
    stroke: #a0c9cc;
    border-bottom-color: #a0c9cc;
  }
  66% {
    stroke: #a0c9cc;
    border-bottom-color: #a0c9cc;
  }
  80%, 90% {
    stroke: #a0c9cc;
    border-bottom-color: #a0c9cc;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #a0c9cc;
    border-bottom-color: #a0c9cc;
  }
  40% {
    stroke: #a0c9cc;
    border-bottom-color: #a0c9cc;
  }
  66% {
    stroke: #a0c9cc;
    border-bottom-color: #a0c9cc;
  }
  80%, 90% {
    stroke: #a0c9cc;
    border-bottom-color: #a0c9cc;
  }
}
/*------------------------------------------------------------------
[13. Rollovers]
*/
/* Rollover Text */
.overlay-info {
  background: rgba(255, 255, 255, 0.5);
}
.overlay-info > span > span {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #000;
}
.overlay-info .project-description {
  font-size: 1.2rem;
  opacity: 0.7;
  text-transform: none;
  font-weight: 300;
  font-style: italic;
}
.overlay-info > span > span {
  text-align: center;
  vertical-align: center;
}

/* Overlay */
.overlay-fade-img-scale-out .overlay-info .overlay-info {
  opacity: 1;
}

.overlay-fade-img-scale-in .project-title {
  margin-bottom: 0;
}

.caption-below {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  border: none;
  opacity: 0.5;
}

/*------------------------------------------------------------------
[14. Homepage]
*/
/* Scroll Links */
.scroll-link.icon-circled, .scroll-to-top.icon-circled {
  width: 5rem;
  height: 5rem;
}

.scroll-link.icon-circled {
  line-height: 5rem;
}

.scroll-to-top.icon-circled {
  line-height: 4.8rem;
}

/* Stats */
.stats-1-1 {
  background-image: url(../images/architecture/generic/hero-1.jpg);
}

/* Hero */
.hero-5-1 .media-column {
  background-image: url(../images/architecture/generic/hero-half-1.jpg);
}

.hero-5-1 .media-column {
  background-image: url(../images/architecture/generic/hero-half-1.jpg);
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.hero-5-2 .media-column {
  background-image: url(../images/team/hero-half-2.jpg);
}

/* Call to Action */
.call-to-action-2-1 {
  background-image: url(../images/architecture/generic/signup-1.jpg);
  background-size: cover;
  background-position: center;
}

/* Signup 2 */
.signup-2-1 {
  background-image: url(../images/architecture/generic/signup-1.jpg);
}

/* Fullscreen Section */
.home-page .fulscreen-sections-wrapper {
  background: #000;
}

.signup-box {
  padding: 4rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: visible;
}

.fullscreen-bkg-2 {
  background-image: url(../images/architecture/slider/slide-3-fs.jpg);
}

.fullscreen-bkg-3 {
  background-image: url(../images/architecture/slider/slide-4-fs.jpg);
}

.fullscreen-bkg-4 {
  background-image: url(../images/architecture/slider/slide-5-fs.jpg);
}

/*------------------------------------------------------------------
[15. About Pages]
*/
/* Team Sections */
.team-1 h3, .team-2 h3 {
  margin-top: 0.5rem;
}

.team-1 .team-content-info h5 {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}
.team-1 h6.occupation {
  margin-bottom: 2rem;
}

.team-2 h6.occupation {
  margin-bottom: 2rem;
}
.team-2 .team-content-info {
  padding: 2rem;
}
.team-2 .social-list {
  margin-bottom: 0;
}
.team-2 .occupation {
  font-size: 1.6rem;
}

/* Team Slider */
.team-slider {
  background: none;
  height: 42rem;
}
.team-slider li {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.team-slider p {
  line-height: 1.8;
}
.team-slider .tms-pagination a {
  background-color: #232323;
}

.team-slider-1 .tms-pagination {
  display: none !important;
}

[class*=team-] .occupation {
  color: #999;
}

/* Testimonial Slider */
.testimonials-5-about-1 {
  background: none;
  color: #000;
}
.testimonials-5-about-1 .tms-bullet-nav {
  background: #000;
}

/*------------------------------------------------------------------
[16. Contact Pages]
*/
/* Hero Sections */
.hero-5-contact-1 .media-column {
  background-image: url(../images/contact/hero-half.jpg);
}
.hero-5-contact-1 [class*=stats-] .stat-inner {
  text-align: left;
}

/* Stats */
.stats-contact-1 {
  background: none;
}

/* Form Response */
.contact-form-container .form-response {
  color: #666;
}

/* Map */
.map-container {
  height: 45rem;
}

.accordion .map-container {
  height: 24rem;
}

.map-pan-link-container a.active {
  color: #232323;
}

.hero-5 .map-pan-link-container * {
  opacity: 0.5;
}
.hero-5 .map-pan-link-container a.active {
  opacity: 1;
}

.map-pan-link-container a.button.active {
  background: none;
  border-color: #a0c9cc;
  color: #fff;
}

/*------------------------------------------------------------------
[17. Project Pages]
*/
/* Grid */
.masonry-stamp .caption-over-outer {
  background-color: rgba(255, 255, 255, 0.6);
}

h3.project-title {
  font-size: 2rem;
}

.project-title .label {
  font-size: 1rem;
  text-transform: uppercase;
}

.project-description {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 300;
}
.project-description a {
  color: #999;
}

/* Project 1 */
.project-1-slider .tms-bullet-nav {
  background: #fff;
}
.project-1-slider .tms-arrow-nav {
  display: none !important;
}
.project-1-slider .tms-pagination {
  bottom: -4rem;
  opacity: 1 !important;
}

/* Full Width Content Slider */
/* Project Info */
.project-attribute {
  margin-bottom: 0.3rem;
  display: table;
  table-layout: fixed;
}
.project-attribute .project-label {
  min-width: 8rem;
  font-weight: 700;
  display: table-cell;
}
.project-attribute .project-value {
  display: table-cell;
}

/* Folio Filter */
.grid-filter-menu ul {
  padding: 0;
  text-transform: none;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}
.grid-filter-menu li {
  padding: 0;
  text-transform: none;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  padding: 0.8rem 1.5rem;
}
.grid-filter-menu.list-vertical li {
  display: block;
  padding: 0.8rem 0;
}
.grid-filter-menu:not(.center):not(.right) li:first-child {
  padding-left: 0;
}
.grid-filter-menu.right li:last-child {
  padding-right: 0;
}
.grid-filter-menu a {
  padding: 0.5rem 0;
  font-weight: 400;
  color: #999;
  display: block;
  position: relative;
  border-bottom: 1px solid transparent;
}
.grid-filter-menu a:hover {
  color: #232323;
}
.grid-filter-menu a.active {
  color: #232323;
  border-color: #232323;
}

/* Color Swatch */
.project-swatch-list {
  margin-bottom: 0;
}
.project-swatch-list li {
  margin-bottom: 3rem;
}

.project-swatch {
  margin-right: 5rem;
}

.center .project-swatch {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .center-on-mobile .project-swatch {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
/*------------------------------------------------------------------
[18. Pagination]
*/
/* Pagination 3 Customized */
.pagination-3 ul {
  border-top: 1px solid #eee;
  list-style: none;
  margin-left: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-3 li {
  margin-top: -1px;
  margin-left: -0.4rem;
}
.pagination-3 a {
  width: 4rem;
  height: 4rem;
  padding: 0;
  line-height: 4rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
  border-color: transparent;
  border-radius: 0;
}
.pagination-3.portfolio a {
  width: auto;
  padding: 0 1.5rem;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.pagination-3.portfolio .pagination-previous {
  padding-left: 1rem;
}
.pagination-3.portfolio .pagination-next {
  padding-right: 1rem;
}
.pagination-3 .pagination-previous, .pagination-3 .pagination-next {
  background: #eee;
  border: 1px solid #eee;
  color: #000;
}
.pagination-3 a.current-menu-item:not(.anchor-link), .pagination-3 a:hover {
  background: #eee;
  border: 1px solid #eee;
  color: #000;
}
.pagination-3 a.disabled {
  border-color: #eee;
}
.pagination-3 a.disabled:hover {
  border-color: #eee;
}
.pagination-3 a span {
  margin: 0;
}

.pagination {
  text-transform: uppercase;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin: 0 15px !important;
}
.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 14px;
}
.pagination .nav-links a, .pagination .nav-links span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 10px;
}
.pagination .nav-links a {
  background-color: #ddd;
  border: 1px solid #ddd;
}
.pagination .nav-links a.prev {
  padding-left: 0;
}
.pagination .nav-links a.next {
  padding-right: 0;
}
.pagination .nav-links a:hover {
  background-color: #fafafa;
  color: #000;
}
.pagination .nav-links .current {
  border: 1px solid #ddd;
}
@media only screen and (max-width: 600px) {
  .pagination .nav-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagination .nav-links a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagination .nav-links a.prev {
    width: 100%;
  }
  .pagination .nav-links a.next {
    width: 100%;
  }
}

/* ------------------------------------------------------------------
[19. Fullscreen Pages]
*/
.fullscreen-section .fullscreen-inner {
  background: rgba(0, 0, 0, 0.35);
}

.fs-bullet-nav {
  background: none;
  border: 1px solid #fff;
}
.fs-bullet-nav.active {
  background: #fff;
}

.fs-pagination {
  right: 6rem;
}

/*------------------------------------------------------------------
[20. Blog Pages]
*/
/* Post Title */
.blog-regular h2.post-title, .blog-wide h2.post-title, .blog-single-post h2.post-title {
  margin-bottom: 1rem;
}

.blog-masonry h2.post-title {
  margin-bottom: 0;
}
.blog-masonry .post-title {
  margin-bottom: 0;
  font-size: 2rem;
  text-transform: none;
  display: block;
}

.blog-regular .post-title, .blog-wide .post-title {
  font-size: 3rem;
}

.blog-masonry .post-title a, .blog-regular .post-title a, .blog-wide .post-title a {
  color: #000;
}

.single-post-tags .tags-title {
  font-size: 1.3rem;
}

.blog-masonry.masonry-set-dimensions .post-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.blog-masonry.masonry-set-dimensions .post-title.quote {
  line-height: inherit;
}
.blog-masonry.masonry-set-dimensions .post-title a {
  color: #fff;
}

.masonry-set-dimensions .content-inner.with-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

/* Common */
.post-content.with-background {
  background-color: #fafafa;
}

.post-info {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  font-weight: 400;
  color: #999;
}
.post-info.boxed {
  width: 100%;
  padding: 2rem 0;
  margin-bottom: 7rem;
  background-color: #fafafa;
}
.post-info span {
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
}
.post-info a {
  display: inline-block;
}

.post-info-aside .post-love {
  font-size: 1.2rem;
  text-transform: none;
  color: #999;
  margin-right: 0;
  margin-left: 0;
  letter-spacing: 0;
}

.post-author-aside span, .post-author-aside a {
  font-size: 1.2rem;
  text-transform: none;
  color: #999;
  margin-right: 0;
  margin-left: 0;
  letter-spacing: 0;
}

.post-comments-aside span, .post-comments-aside a {
  font-size: 1.2rem;
  text-transform: none;
  color: #999;
  margin-right: 0;
  margin-left: 0;
  letter-spacing: 0;
}

.post-info-aside .post-love {
  display: block;
}

.post-author-aside span, .post-author-aside a {
  display: block;
}

.post-comments-aside span, .post-comments-aside a {
  display: block;
}

.post-info-aside {
  min-width: 12rem;
  margin-left: 0;
  text-align: left;
}
.post-info-aside [class*=icon-] {
  font-size: 1.2rem;
}

.post-author-aside, .post-comments-aside {
  min-width: 12rem;
  margin-left: 0;
  text-align: left;
}

.post-info-aside .post-info-inner, .post-author-aside .author-title {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.post-info-aside .post-love [class*=icon-] {
  width: 1.3rem;
  margin-right: 0.6rem;
}
.post-info-aside .social-list {
  text-align: left;
}
.post-info-aside + .post-content {
  padding-left: 17rem;
}

.post-author-aside + .author-bio, .post-comments-aside + .comments-inner {
  padding-left: 17rem;
}

@media only screen and (max-width: 768px) {
  .post-info-aside + .post-content {
    padding-left: 0;
  }
  .blog-regular .post-title, .blog-wide .post-title {
    font-size: 3rem;
  }
}
/* Regular Blog */
.blog-regular .post {
  margin-bottom: 7rem;
}

.blog-masonry .caption-over-outer .post-info .post-date {
  padding: 0;
  margin: 0;
  border: none;
  display: inline-block;
}
.blog-masonry .post-content:not(.post-content.with-background) {
  padding: 0 2rem;
}
.blog-masonry.masonry-set-dimensions .post-info {
  color: #fff;
}
.blog-masonry.masonry-set-dimensions .post-info a {
  color: #fff;
}

/* Blog Masonry */
/*.blog-masonry .grid-item:nth-child(odd) .post-content{
	padding: 2rem;
	background-color: #f4f4f4;
}*/
/* Blog Masonry Set Dimentions */
/* Blog Mejs Player */
.post-media .mejs-container.mejs-audio .mejs-controls {
  border-radius: 0;
}
.post-media .mejs-container.mejs-audio .mejs-controls .mejs-play, .post-media .mejs-container.mejs-audio .mejs-controls .mejs-pause {
  border-radius: 0;
}

.masonry-set-dimensions .post-content.with-background {
  background: #f4f4f4;
}
.masonry-set-dimensions .post-media:hover .post-content {
  background: rgba(0, 0, 0, 0.8);
}
.masonry-set-dimensions .post-media:hover .post-content h2 a {
  color: #fdeb74;
}
.masonry-set-dimensions .post-media:hover .post-author a:hover {
  opacity: 0.5;
}

/* Comments */
.post-comments .comment-meta {
  font-size: 1.2rem;
}

.comment-meta span {
  margin-left: 1rem;
  margin-right: 1rem;
}
.comment-meta span:first-child {
  margin-left: 0;
}

.comment-list li {
  margin-bottom: 5rem;
}
.comment-list ul {
  margin-top: 5rem;
  margin-left: 10rem;
}

.post-comments .comment-meta a {
  font-weight: 400;
}
.post-comments .name {
  margin-bottom: 1rem;
}

.comment-form textarea {
  min-height: 20rem;
}

.post-author, .post-comments, .post-comment-respond {
  border-color: #eee;
}

/*------------------------------------------------------------------
[21. Form Elements]
*/
.field-wrapper {
  position: relative;
  overflow: hidden;
}
.field-wrapper label:not(.checkbox-label):not(.radio-label) {
  opacity: 0.5;
}

.form-submit.full-width {
  width: 100%;
}

/* Common Styling */
.contact-form textarea {
  min-height: 15rem;
}

[class*=form-container] .column {
  position: relative;
}

.form-response {
  position: absolute;
  font-size: 1rem;
}

.form-element, textarea, select {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
}

.form-element, textarea, select {
  font-size: 1.3rem;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0.1rem;
  color: #666;
}

/* Cualquier elemento que contenga un <select> hijo directo */
*:has(> select.form-element)::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  pointer-events: none; /* no bloquea clics */
  /* Flecha (SVG) como máscara para poder cambiar color con background-color */
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M6 9l6 6 6-6'/></svg>") center/contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M6 9l6 6 6-6'/></svg>") center/contain no-repeat;
  background-color: #232323; /* color de la flecha */
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
}

.form-element:focus, textarea:focus, .form-element.required-field:focus, textarea.required-field:focus {
  background-color: #fff;
  border-color: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}

.form-element.required-field, textarea.required-field {
  background-color: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  position: relative;
}

.form-element::-webkit-input-placeholder {
  color: #666;
}
.form-element:focus::-webkit-input-placeholder {
  color: #000;
}
.form-element::-moz-placeholder {
  color: #666;
}
.form-element:focus::-moz-placeholder {
  color: #000;
}
.form-element:-ms-input-placeholder {
  color: #666;
}
.form-element:focus:-ms-input-placeholder {
  color: #000;
}

/* Checkbox and Radio */
.checkbox-label, .radio-label, .wpcf7-list-item-label {
  color: #666;
  position: relative;
  margin-bottom: 2rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.checkbox + .checkbox-label:before, .radio + .radio-label:before {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  content: "";
  font-family: "icomoon";
  text-align: center;
}

.checkbox + .wpcf7-list-item-label:before {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: middle;
  background: #fafafa;
  border: 1px solid #999;
  content: "";
  font-family: "icomoon";
  text-align: center;
}
.checkbox:checked + .checkbox-label {
  opacity: 1;
}

.radio:checked + .radio-label {
  opacity: 1;
}

.checkbox:checked + .wpcf7-list-item-label:before {
  opacity: 1;
}
.checkbox:checked + .checkbox-label:before, .checkbox:checked + .wpcf7-list-item-label:before {
  content: "\e63a";
  background: #a0c9cc;
  border-color: #a0c9cc;
  color: #fff;
}

.radio:checked + .radio-label:before {
  background: #a0c9cc;
}

.checkbox.required-field {
  position: absolute;
}
.checkbox.required-field + .checkbox-label:before {
  border-color: #a0c9cc;
}

/* Contact Specific */
.contact-form-container ::-webkit-input-placeholder {
  color: #666;
}
.contact-form-container :focus::-webkit-input-placeholder {
  color: #000;
}
.contact-form-container ::-moz-placeholder {
  color: #666;
}
.contact-form-container :focus::-moz-placeholder {
  color: #000;
}
.contact-form-container :-ms-input-placeholder {
  color: #666;
}
.contact-form-container :focus:-ms-input-placeholder {
  color: #000;
}
.contact-form-container .form-response {
  bottom: -3rem;
}

/* Overlay Search Form Elements */
.search-form-container .form-element:focus, .search-form-container ::-webkit-input-placeholder {
  color: #666;
}
.search-form-container :focus::-webkit-input-placeholder {
  color: #000;
}
.search-form-container ::-moz-placeholder {
  color: #666;
}
.search-form-container :focus::-moz-placeholder {
  color: #000;
}
.search-form-container :-ms-input-placeholder {
  color: #666;
}
.search-form-container :focus:-ms-input-placeholder {
  color: #000;
}

#signup-lightbox button, #signup-lightbox .button {
  width: 100%;
  max-width: 100%;
}

/* Signup 1 Specific */
.signup-1 .form-element {
  background-color: #fff;
}
.signup-1 .form-element:focus {
  background: none;
  border-color: #fff;
  color: #fff;
}
.signup-1 .form-element.required-field {
  background-color: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  position: relative;
}
.signup-1 .form-element.required-field:focus {
  background: none;
  border-color: #fff;
  color: #fff;
}
.signup-1 .form-response {
  width: 100%;
  text-align: center;
  color: #fff;
}
.signup-1 ::-webkit-input-placeholder {
  color: #666;
}
.signup-1 :focus::-webkit-input-placeholder {
  color: #fff;
}
.signup-1 ::-moz-placeholder {
  color: #666;
}
.signup-1 :focus::-moz-placeholder {
  color: #fff;
}
.signup-1 :-ms-input-placeholder {
  color: #666;
}
.signup-1 :focus:-ms-input-placeholder {
  color: #fff;
}

/* Signup 2 Specific */
.signup-2 .signup-form-container {
  padding: 0;
  background: none;
}
.signup-2 .form-element {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  color: #999;
}
.signup-2 .form-element:focus {
  background-color: #fff;
  border-color: #ddd;
  color: #000;
}
.signup-2 .form-element.required-field {
  background-color: #ddd;
  border-color: #ddd;
  color: #000;
  position: relative;
}
.signup-2 .form-element.required-field:focus {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #000;
}
.signup-2 .form-response {
  width: 100%;
  text-align: center;
  color: #fff;
  margin-left: 0;
  bottom: -1rem !important;
}
.signup-2 ::-webkit-input-placeholder {
  color: #999;
}
.signup-2 :focus::-webkit-input-placeholder {
  color: #000;
}
.signup-2 ::-moz-placeholder {
  color: #999;
}
.signup-2 :focus::-moz-placeholder {
  color: #000;
}
.signup-2 :-ms-input-placeholder {
  color: #999;
}
.signup-2 :focus:-ms-input-placeholder {
  color: #000;
}

/* Login Specific */
.header .dropdown-list h5 {
  color: #fff;
}
.header .dropdown-list .recuperate-password {
  font-size: 1.1rem;
  color: #999;
}
.header .dropdown-list .recuperate-password:hover {
  color: #fff;
}

.login-form-container .form-element {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  color: #999;
}
.login-form-container .form-element:focus {
  background-color: #fff;
  border-color: #ddd;
  color: #000;
}
.login-form-container .form-element.required-field {
  border-color: #ddd;
  color: #000;
}
.login-form-container .form-element.required-field:focus {
  border-color: #fff;
  color: #000;
}
.login-form-container .form-response {
  color: #999;
}
.login-form-container ::-webkit-input-placeholder {
  color: #666;
}
.login-form-container :focus::-webkit-input-placeholder {
  color: #000;
}
.login-form-container ::-moz-placeholder {
  color: #666;
}
.login-form-container :focus::-moz-placeholder {
  color: #000;
}
.login-form-container :-ms-input-placeholder {
  color: #666;
}
.login-form-container :focus:-ms-input-placeholder {
  color: #000;
}

/* Footer Specific */
.footer .form-element, .footer textarea {
  background-color: #fafafa;
  margin-bottom: 2rem;
  color: #666;
}
.footer .form-element:focus, .footer textarea:focus {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}
.footer .form-element.required-field, .footer textarea.required-field {
  background-color: #ddd;
  color: #000;
}
.footer .form-element.required-field:focus, .footer textarea.required-field:focus {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
}
.footer .signup-form-container .button {
  width: 100%;
}
.footer .form-response, .footer ::-webkit-input-placeholder {
  color: #666;
}
.footer :focus::-webkit-input-placeholder {
  color: #000;
}
.footer ::-moz-placeholder {
  color: #666;
}
.footer :focus::-moz-placeholder {
  color: #000;
}
.footer :-ms-input-placeholder {
  color: #666;
}
.footer :focus:-ms-input-placeholder {
  color: #000;
}

/* Disabled */
.disabled {
  opacity: 0.6;
  background-color: #f4f4f4 !important;
  border-color: #eee !important;
  color: #999 !important;
}
.disabled:hover {
  opacity: 0.6;
  background-color: #f4f4f4;
  border-color: #eee;
}

/*------------------------------------------------------------------
[22. Social Lists]
*/
.social-list {
  margin-left: 0;
}
.social-list li {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 10px;
}
.social-list li a {
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  background-color: #fafafa;
}
.social-list li a:hover {
  background-color: #a0c9cc;
}
.social-list li a, .social-list li.social-list-label {
  color: #232323;
}

/*------------------------------------------------------------------
[23. Footer]
*/
/* Footer Text */
.footer .widget, .footer address {
  font-size: 1.3rem;
  color: #999;
  text-transform: none;
  font-style: normal;
}

.footer-top a:not(.button) {
  color: #fafafa;
}
.footer-top a:not(.button):not([class*=icon-]) {
  font-size: 1.3rem;
}

.footer-bottom a {
  font-size: 1.1rem;
}

.footer {
  width: 100%;
  background: #fff;
  color: #666;
  z-index: 1;
}
.footer .copyright {
  margin-bottom: 0;
  font-size: 1.1rem;
  float: none;
}
.footer .widget li {
  padding-top: 0;
  border: none;
  border-color: #eee;
}
.footer .post-date {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.footer [class*=content-grid] {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.footer .grid-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* Footer Widgets */
/* Footer Background */
.footer-top {
  /*background-color: $dark;*/
}
.footer-top .footer-logo {
  width: 9rem;
  margin-bottom: 3rem !important;
  display: block;
}

.footer .footer-bottom {
  padding: 0 0 2rem 0;
  /*background-color: $dark;*/
}
.footer .footer-bottom .logos {
  padding: 2rem 0;
}

.footer-bottom .footer-logo {
  width: 6.5rem;
  margin-bottom: 1rem;
  margin-right: 1.4rem;
  line-height: 1.7;
}

/* Footer Navigation */
.footer .navigation li, .footer .navigation ul li a {
  padding: 0;
  display: inline-block;
  float: none;
}
.footer .navigation a {
  font-size: 1.1rem;
  font-weight: normal;
  color: #232323;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.footer .social-list a {
  font-size: 1.1rem;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.footer .footer-bottom .navigation, .footer .footer-bottom .social-list {
  float: none;
}

/* Columns */
@media only screen and (max-width: 1040px) {
  .footer-top.two-columns-on-tablet > .row > [class*=width-] {
    width: 50%;
    text-align: left !important;
  }
}
@media only screen and (max-width: 768px) {
  .footer-top.two-columns-on-tablet > .row > [class*=width-] {
    width: 100% !important;
  }
}
/*------------------------------------------------------------------
[24. Sidebar]
*/
/* Sidebar Widgets */
.sidebar .widget {
  font-size: 1.2rem;
}
.sidebar .widget a {
  font-size: 1.2rem;
}
.sidebar .widget .tag-cloud a {
  font-size: 1rem;
}
.sidebar .widget li {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.sidebar .widget .list-group li {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.sidebar .widget ul {
  margin-bottom: 5rem;
}
.sidebar .post-date {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

/*------------------------------------------------------------------
[25. Dividers]
*/
hr, .divider {
  border-color: #eee;
}

.page-intro .divider, .intro-title-2 .divider {
  border-color: rgba(255, 255, 255, 0.1);
}

.text-line {
  width: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-property: width, opacity, background-color, transform;
  -webkit-transition-property: width, opacity, background-color, -webkit-transform;
  transition-property: width, opacity, background-color, -webkit-transform;
  transition-property: width, opacity, background-color, transform;
  transition-property: width, opacity, background-color, transform, -webkit-transform;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

a.animated-link:hover .text-line, a.overlay-link:hover .text-line {
  width: 2rem;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.mobile .text-line, a.disabled .text-line {
  -webkit-transition-property: none;
  transition-property: none;
}

[class*=border-].thick {
  border-width: 0.2rem;
}
[class*=border-].thick * {
  border-width: 0.2rem;
}

/*------------------------------------------------------------------
[26. Media Element Player]
*/
.mejs-container.mejs-audio .mejs-controls {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.9);
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  background: rgba(255, 255, 255, 0.9);
}

.mejs-container.mejs-audio .mejs-controls {
  background: #f9f9f9;
}

.mejs-minimal-player .mejs-container .mejs-controls {
  background: none;
}

/* Time track, vol track */
.mejs-controls .mejs-time-rail .mejs-time-loaded, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  background: #999;
}
.mejs-controls .mejs-time-rail .mejs-time-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #666;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  background: #666;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  background: #fff;
}

/* Time track, vol level track */
.mejs-minimal-player .mejs-controls .mejs-time-rail .mejs-time-total, .mejs-minimal-player .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
}
.mejs-minimal-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-minimal-player .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  background: #fff;
}

/* Tooltip */
.mejs-controls .mejs-time-rail .mejs-time-float {
  background: #000;
}

/* Play Button */
.mejs-container.mejs-audio .mejs-controls .mejs-play, .mejs-container.mejs-audio .mejs-controls .mejs-pause {
  background: #eee;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.mejs-minimal-player .mejs-container .mejs-controls .mejs-play, .mejs-minimal-player .mejs-container .mejs-controls .mejs-pause {
  background: none;
}

/* Time */
.mejs-container .mejs-controls .mejs-time span {
  color: #666;
}

.mejs-minimal-player .mejs-container .mejs-controls .mejs-time span {
  color: #fff;
}

/*------------------------------------------------------------------
[27. E-Commerce]
*/
/* Grid */
.shop .products .product h3.product-title {
  font-size: 1.4rem;
}

.product-title a {
  color: #000;
}

.shop .products .product .product-price {
  font-size: 1.2rem;
}
.shop .products .product .onsale {
  background-color: #ff4556;
}

/* Shop Overlay Tags */
.single-product .product .onsale {
  background-color: #ff4556;
}

.shop .products .product .outofstock, .single-product .product .outofstock {
  background-color: #232323;
}

/* Tables */
.shop .table td, .shop .table th {
  padding: 2rem 1.6rem;
}
.shop .cart-overview .table > thead {
  background-color: #f4f4f4;
}
.shop .cart-overview table, .shop .cart-overview td {
  border-color: #eee;
}
.shop .cart-totals th {
  border-color: #eee;
}

/*.shop .cart-overview .table > thead th,
.shop .cart-overview .table > thead th{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}*/
.widget .cart-subtotal, .single-product .review-comments, .checkout .cart-overview hr {
  border-color: #eee;
}

.single-product .review-comments .comment-list > li, .single-product .products-similar hr, .single-product .review-comments {
  margin-bottom: 5rem;
}

.cart .cart-review {
  margin-bottom: 5rem;
}

.checkout .cart-review, .checkout .cart-overview hr {
  margin-bottom: 5rem;
}

/* Shop Buttons */
.shop .cart-overview .button, .shop .product .button {
  background-color: #232323;
  border-color: #232323;
  color: #fff;
}
.shop .cart-overview .button:hover, .shop .product .button:hover {
  background-color: #ff4556;
  border-color: #ff4556;
  color: #fff;
}

/* Widgets */
.sidebar .widget .product-list li {
  padding-top: 1.5rem;
  padding-bottom: 1.3rem;
}

.widget .cart-overview a.product-remove {
  background-color: #eee;
}

/* Single Product Page */
.single-product .review-comments {
  padding-bottom: 5rem;
}
.single-product .products-similar hr {
  margin-top: 2rem;
}
.single-product .product-tabs .tab-panes {
  padding-top: 5rem !important;
}
.single-product .product-summary .product-rating {
  font-size: 1.2rem;
}
.single-product .product-summary .product-price ins, .single-product .product-summary .product-price del {
  font-size: 2rem;
  font-weight: 700;
}

/* Cart Overview */
.cart .cart-overview .product-remove a {
  background-color: #eee;
}

/*------------------------------------------------------------------
[27. Component Styling]
*/
/* Testimonial Slider */
.testimonial-slider blockquote {
  width: 100%;
}
.testimonial-slider blockquote span {
  margin-bottom: 2rem;
}
.testimonial-slider cite {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #999;
  font-style: normal;
}

/* Button */
.button {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}

.button-content {
  line-height: 1;
}

/* Box */
.box {
  font-size: inherit !important;
  line-height: inherit !important;
}

/* Blockquote */
blockquote.border {
  border-color: #ccc;
}

.container-blog .post-content blockquote {
  padding-left: 50px;
  position: relative;
}
.container-blog .post-content blockquote::before {
  content: "";
  background-image: url(../images/blockquote.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.container-blog img {
  margin: 40px 0;
  display: block;
}
.container-blog .post-meta {
  font-weight: 300;
  text-transform: uppercase;
}

/* Feature Section */
.feature-2 .feature-image img {
  width: 90%;
}

/* Logo Section */
.logos-1 a {
  opacity: 1;
}
.logos-1 a:hover {
  opacity: 1;
}

.logo-slider {
  height: 14rem;
}

.logos-1 a, .logos-1 span {
  padding: 2rem 0;
}

/* Clients Section */
.clients-1 .client-name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4rem;
  opacity: 0.5;
}
.clients-1 .counter {
  font-size: 10rem;
  margin-bottom: 0;
}

/* Profile Image */
.profile-image.pull-left {
  margin-right: 3.5rem;
  margin-bottom: 2rem;
}
.profile-image.pull-right {
  margin-left: 3.5rem;
  margin-bottom: 2rem;
}

/* Hero Sections */
.hero-1, .hero-2, .hero-3, .hero-4, .hero-5, .hero-6 {
  height: 50rem;
}

[class*=hero-].small {
  height: 30rem;
}
[class*=hero-].window-height {
  height: 100vh;
}

.hero-5 .center .tms-pagination {
  text-align: center;
}

/* Stats */
[class*=stats-] .counter {
  margin-bottom: 1rem;
  font-size: 4.5rem;
  font-weight: 300;
}
[class*=stats-] .counter.xlarge {
  font-size: 6.5rem;
}
[class*=stats-] .description {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

.stats-3 .mega-stat .counter {
  font-weight: normal;
  font-size: 6rem;
}
.stats-3 .description {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 400;
}
.stats-3 .mega-stat .description {
  font-size: 1.2rem;
  font-weight: 400;
}

.maintenance-stat .counter {
  font-size: 6.5rem;
  font-weight: 300;
  line-height: 1;
}

/* Bar percentages */
.percent-10 {
  width: 10%;
}

.percent-20 {
  width: 20%;
}

.percent-30 {
  width: 30%;
}

.percent-40 {
  width: 40%;
}

.percent-50 {
  width: 50%;
}

.percent-60 {
  width: 60%;
}

.percent-70 {
  width: 70%;
}

.percent-80 {
  width: 80%;
}

.percent-90 {
  width: 90%;
}

.percent-10 {
  width: 100%;
}

/* Sizes */
.progress-bar {
  border: none;
  height: 2rem;
}
.progress-bar.small {
  height: 1.3rem;
  font-size: 1rem;
  line-height: 1rem;
}
.progress-bar.medium {
  height: 2rem;
}
.progress-bar.large {
  height: 3rem;
  font-size: 1.4rem;
  line-height: 2.6rem;
}
.progress-bar.xlarge {
  height: 4rem;
  font-size: 1.5rem;
  line-height: 3.6rem;
}

/* Accordion */
.accordion > ul > li > a {
  padding: 1.3rem 2.5rem;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #666;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.accordion > ul > li.active > a {
  border-color: transparent;
  background-color: #232323;
  color: #fff;
}
.accordion > ul > li.active > a:hover {
  border-color: transparent;
  background-color: #232323;
  color: #fff;
}
.accordion > ul > li > a:hover {
  border-color: transparent;
  background-color: #ddd;
}
.accordion .accordion-content {
  padding: 3rem;
}
.accordion.style-1 > ul > li > a {
  background-color: transparent;
  border-color: #eee;
  color: #666;
}
.accordion.style-1 > ul > li.active > a {
  background-color: transparent;
  border-color: #eee;
  color: #a0c9cc;
}
.accordion.style-1 > ul > li.active > a:hover {
  background-color: transparent;
  border-color: #eee;
  color: #a0c9cc;
}
.accordion.style-1 > ul > li > div {
  border: none;
}
.accordion.style-1 .accordion-content {
  border: none;
}
.accordion.style-2 > ul > li > a {
  padding: 1.3rem 0;
  border: none;
  font-weight: 400;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  color: #666;
}
.accordion.style-2 > ul > li.active > a {
  background-color: transparent;
  border-color: transparent;
  color: #a0c9cc;
}
.accordion.style-2 > ul > li.active > a:hover {
  background-color: transparent;
  border-color: transparent;
  color: #a0c9cc;
}
.accordion.style-2 .accordion-content {
  padding: 1rem 0 3rem 0;
  border: none;
}
.accordion.style-2 > ul > li > div {
  border: none;
}
.accordion.style-2 > ul > li.active > div {
  border-bottom: 1px solid #eee;
}

/* style 1 */
/* style 2 */
/* Tabs */
.tabs .tab-nav > li {
  margin: 0;
}
.tabs .tab-nav > li a {
  padding: 1.3rem 2.5rem;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #666;
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
}
.tabs .tab-nav > li a:hover {
  background-color: #ddd;
  border-color: #ddd;
  color: #232323;
}
.tabs.vertical .tab-nav > li {
  margin: 0;
}
.tabs .tab-nav > li.active a {
  color: #232323;
}
.tabs .tab-nav > li.active a:hover {
  color: #232323;
}
.tabs .tab-panes {
  padding: 3rem;
}
.tabs[class*=style-] .tab-nav > li {
  margin: 0 !important;
}
.tabs[class*=style-] .tab-panes {
  border: none;
}
.tabs[class*=style-]:not(.style-3) .tab-panes {
  padding: 5rem 0 0 0;
  border: none;
  background: none;
}

.tab-panes > div.active {
  overflow: visible;
}

.tabs.style-1.vertical.right .tab-panes, .tabs.style-2.vertical.right .tab-panes {
  padding-right: 2.5rem;
  margin: 0 !important;
}
.tabs.style-1.vertical .tab-nav > li, .tabs.style-1.vertical.right .tab-nav > li {
  margin-bottom: 0;
}
.tabs.style-1 .tab-nav > li a, .tabs.style-1.vertical .tab-nav > li a {
  background-color: #f4f4f4;
  border: none;
  color: #666;
}
.tabs.style-1 .tab-nav > li a:hover {
  background-color: #ddd;
  border: none;
  color: #232323;
}
.tabs.style-1 .tab-nav > li.active a {
  margin-right: 0;
  border: none;
  background-color: #a0c9cc;
  color: #fff;
}
.tabs.style-1 .tab-nav > li.active a:hover {
  margin-right: 0;
  border: none;
  background-color: #a0c9cc;
  color: #fff;
}
.tabs.style-1.vertical.right .tab-nav > li.active a {
  margin-right: 0;
  border: none;
  background-color: #a0c9cc;
  color: #fff;
}
.tabs.style-1.vertical.right .tab-nav > li.active a:hover {
  margin-right: 0;
  border: none;
  background-color: #a0c9cc;
  color: #fff;
}
.tabs.style-2 .tab-nav > li a {
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-color: #eee;
  color: #666;
}
.tabs.style-2.vertical .tab-nav > li a, .tabs.style-2.vertical.right .tab-nav > li a {
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-color: #eee;
  color: #666;
}
.tabs.style-2:not(.vertical) .tab-panes {
  border-top: 1px solid #eee;
}
.tabs.style-2 .tab-nav > li.active a {
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-color: #a0c9cc;
  color: #232323;
}
.tabs.style-2 .tab-nav > li.active a:hover {
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-color: #a0c9cc;
  color: #232323;
}
.tabs.style-2.vertical .tab-nav > li.active a, .tabs.style-2.vertical.right .tab-nav > li.active a {
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-color: #a0c9cc;
  color: #232323;
}
.tabs.style-3 .tab-nav > li a {
  background-color: transparent;
  border-width: 0;
  color: #666;
}
.tabs.style-3.vertical .tab-nav > li a, .tabs.style-3.vertical.right .tab-nav > li a {
  background-color: transparent;
  border-width: 0;
  color: #666;
}
.tabs.style-3 .tab-panes {
  background-color: transparent;
  border-width: 0;
  color: #666;
}
.tabs.style-3 .tab-nav > li.active a {
  background-color: transparent;
  border: none;
  color: #232323;
}
.tabs.style-3 .tab-nav > li.active a:hover {
  background-color: transparent;
  border: none;
  color: #232323;
}
.tabs.style-3.vertical .tab-nav > li.active a, .tabs.style-3.vertical.right .tab-nav > li.active a {
  background-color: transparent;
  border: none;
  color: #232323;
}
.tabs.style-3:not(.vertical) .tab-nav > li a {
  padding: 1rem 0;
  margin-right: 3rem;
}
.tabs.style-3.center:not(.vertical) .tab-nav > li a {
  margin: 0 1.5rem 0 1.5rem;
}
.tabs.style-3.right:not(.vertical) .tab-nav > li a {
  margin: 0 0 0 3rem;
}
.tabs.style-3 .tab-panes {
  padding: 3rem 0 0 0;
}

/* style 1 */
/* style 2 */
/* style 3 */
/* animation */
.tab-panes .tab-content {
  -webkit-transition-property: transform, opacity, visibility;
  -webkit-transition-property: opacity, visibility, -webkit-transform;
  transition-property: opacity, visibility, -webkit-transform;
  transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility, -webkit-transform;
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
}
.tab-panes .animate-in .tab-content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (max-width: 480px) {
  .tabs.style-1.vertical .tab-panes {
    padding: 0 0 0 3.5rem;
    padding: 0 0 0 3.5rem;
    margin: 0 !important;
  }
  .tabs.style-2.vertical .tab-panes {
    padding: 0 0 0 3.5rem;
    margin: 0 !important;
  }
  .tabs.style-1.vertical.right .tab-panes {
    padding: 0 3.5rem 0 0;
    margin: 0 !important;
  }
  .tabs.style-2.vertical.right .tab-panes {
    padding: 0 3.5rem 0 0;
    margin: 0 !important;
  }
  .tabs.style-2.vertical .tab-nav > li a {
    padding-left: 0;
    border: none;
    border-right: 1px solid #eee;
  }
  .tabs.style-2.vertical.right .tab-nav > li a {
    padding-left: 2.5rem;
    padding-right: 0;
    border: none;
    border-left: 1px solid #eee;
  }
  .tabs.style-2.vertical .tab-nav > li.active a {
    border: none;
    border-right: 1px solid #a0c9cc;
  }
  .tabs.style-2.vertical .tab-nav > li.active a:hover {
    border: none;
    border-right: 1px solid #a0c9cc;
  }
  .tabs.style-2.vertical.right .tab-nav > li.active a {
    border: none;
    border-left: 1px solid #a0c9cc;
  }
  .tabs.style-2.vertical.right .tab-nav > li.active a:hover {
    border: none;
    border-left: 1px solid #a0c9cc;
  }
}
/* Menus */
.menu-list h4 {
  font-size: 1.4rem;
}
.menu-list li:nth-child(even) h4, .menu-list li:nth-child(even) .menu-description {
  color: #666;
}
.menu-list h4 .menu-line {
  bottom: 1px;
}
.menu-list .menu-content .menu-line {
  bottom: 8px;
}

.menu-item .menu-title, .menu-item .menu-description, .menu-item .menu-price {
  background: none;
}
.menu-item.dotted .menu-title, .menu-item.dotted .menu-description, .menu-item.dotted .menu-price {
  background-color: #fff;
}
.menu-item.dashed .menu-title, .menu-item.dashed .menu-description, .menu-item.dashed .menu-price {
  background-color: #fff;
}

.dotted .menu-line {
  background-image: radial-gradient(circle closest-side, #ccc 99%, rgba(0, 0, 0, 0) 0%);
}

.dashed .menu-line {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #ccc), color-stop(0%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #ccc 50%, rgba(0, 0, 0, 0) 0%);
}

/* Timeline */
.timeline.vertical-indication .timeline-title:after {
  border: 2px solid #999;
  background-color: #999;
}
.timeline.vertical-indication .timeline-description:before {
  background-color: #eee;
}

@media only screen and (max-width: 768px) {
  .timeline.vertical-indication .timeline-description:before, .timeline.vertical-indication .timeline-title:before {
    width: 0.2rem;
    left: 1.9rem;
  }
}
/* Pricing Tables */
.pricing-table-column.callout {
  -webkit-box-shadow: 0rem 0rem 1.8rem rgba(0, 0, 0, 0.2);
          box-shadow: 0rem 0rem 1.8rem rgba(0, 0, 0, 0.2);
}
.pricing-table-column.callout.with-background-image {
  background-image: url(../images/generic/pricing-table.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pricing-table-column.callout.with-background-image > * {
  background-color: rgba(0, 0, 0, 0.4);
}

.pricing-table-options del {
  text-decoration: line-through;
}

.pricing-table-price .interval, .pricing-table-price .currency {
  opacity: 1;
  font-weight: 400;
}

/* style 1 */
.pricing-table.style-1 .pricing-table-column * {
  text-align: center;
}
.pricing-table.style-1 .pricing-table-header h2 {
  font-size: 1.5rem;
}
.pricing-table.style-2 .pricing-table-column * {
  text-align: center;
}
.pricing-table.style-2 .pricing-table-header h2 {
  font-size: 1.5rem;
}
.pricing-table.style-2 .interval {
  display: block;
  font-size: 1.1rem !important;
  text-transform: uppercase;
  opacity: 0.6;
}

/* style-2 */
.logo-slider {
  width: 10rem;
  height: 10rem;
}

/* Breadcrumb */
.intro-title-2 .breadcrumb, .page-intro .breadcrumb, .intro-title-2 .breadcrumb a, .page-intro .breadcrumb a {
  color: #fff;
}

.intro-title-2 .breadcrumb a, .page-intro .breadcrumb a {
  opacity: 0.6;
}

.intro-title-2 .breadcrumb a:hover, .page-intro .breadcrumb a:hover {
  opacity: 1;
}

/*------------------------------------------------------------------
[28. Resolution Media Queries]
*/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  /* Intro Sections */
  .intro-title-2 {
    background-image: url(../images/slider/slide-2-page-intro@2x.jpg);
  }
  .intro-title-2-2 {
    background-image: url(../images/slider/slide-9-page-intro@2x.jpg);
  }
  /* Fullscreen Sections */
  .fullscreen-bkg-2 {
    background-image: url(../images/architecture/slider/slide-3-fs@2x.jpg);
  }
  .fullscreen-bkg-3 {
    background-image: url(../images/architecture/slider/slide-4-fs@2x.jpg);
  }
  .fullscreen-bkg-4 {
    background-image: url(../images/architecture/slider/slide-5-fs@2x.jpg);
  }
  /* Stat Sections */
  .stats-1-1 {
    background-image: url(../images/architecture/generic/hero-1@2x.jpg);
  }
  /* Hero Sections */
  .hero-5-1 .media-column {
    background-image: url(../images/architecture/generic/hero-half-1@2x.jpg);
  }
  .hero-5-2 .media-column {
    background-image: url(../images/team/hero-half-2@2x.jpg);
  }
  /* Call to Action Sections */
  .call-to-action-2-1 {
    background-image: url(../images/architecture/generic/call-to-action-1@2x.jpg);
  }
  /* Signup */
  .signup-2-1 {
    background-image: url(../images/architecture/generic/signup-1@2x.jpg);
  }
}
/* Custom styles */
.intro-title-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro-title-2 h1 {
  position: relative;
  z-index: 3;
  color: #fff;
}
.intro-title-2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  z-index: 0;
}

.c-overlay {
  position: relative;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 0;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  color: #600;
  font-size: 14px;
  margin-bottom: 16px;
  margin-top: -10px;
}

.wpcf7-response-output.wpcf7-display-none {
  display: none;
  padding: 20px;
  background: #a0c9cc;
  color: #fff;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng, .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  display: block;
  background: #f99;
}

#cookie-notice {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.cookie-notice-container {
  padding: 20px 70px;
  font-family: "Source Sans Pro", Sans-serif;
  width: auto;
}

#cn-notice-text {
  display: block;
  margin-bottom: 20px;
}

#cn-accept-cookie, #cn-more-info {
  display: inline-block;
  background-color: transparent;
  color: #fff;
  margin: 5px 10px;
  padding: 7px 20px 8px 20px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#cn-accept-cookie:hover, #cn-more-info:hover {
  text-decoration: none;
  background-color: #232323;
  border: 1px solid #232323;
}

@media only screen and (max-width: 960px) {
  .cookie-notice-container {
    padding: 10px 20px;
  }
  .elementor-social-icon {
    margin-bottom: 10px;
  }
}
.header .navigation > ul .wpml-ls-item a {
  margin-right: 0;
  font-weight: 700;
}
.header .navigation > ul > .wpml-ls-current-language > a {
  color: #fff;
  opacity: 1;
}

.header-background.header .navigation > ul > .wpml-ls-current-language > a {
  color: #000;
}

.partners h3 {
  font-size: 1.8rem;
  margin: 0;
}

.image-block .media-column {
  background-image: url(../images/architecture/generic/hero-half-1.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: auto;
  left: auto;
  width: 50%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .image-block .media-column {
    position: static;
    width: 100%;
    height: 50vh;
  }
}
.image-block.right .media-column {
  right: 0;
  left: auto;
}
.image-block .hero-content {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.image-block .text {
  max-width: 150rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.image-block .text.right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* Que la slide mida el contenido real */
.tm-slider-container.tms-scalable-height {
  height: auto;
}

/* Testimonial en flujo, sin posicionamiento absoluto del avatar */
.testimonial-2 .author {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.ts-container {
  padding: 8rem 0;
}
.ts-container .ts-item {
  padding: 0 10px;
}
.ts-container .ts-item .test-box {
  height: 100%;
}
.ts-container .ts-item .test-box blockquote {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  padding: 20px;
  background-color: #fafafa;
}
.ts-container .ts-item .author {
  line-height: 1.1em;
}
.ts-container .ts-item .author .avatar {
  position: static !important; /* anula left/top inline */
  left: auto !important;
  top: auto !important;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9999px; /* redondeada */
}
.ts-container .ts-item .author .author-name {
  font-family: "Reddit Sans", serif;
  font-weight: 700;
  font-style: italic;
}
.ts-container .ts-item .author .author-meta {
  text-transform: uppercase;
  font-size: 70%;
}

/* Asegura algo de altura incluso si la imagen tarda en cargar */
.tms-slide .tms-content-inner {
  padding: 1.5rem 1rem;
}

.tms-slide {
  min-height: 120px;
} /* ajusta a tu diseño */
.hero-mlkt {
  position: relative;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  color: #fff;
}
.hero-mlkt .hero-mlkt__bg {
  position: absolute;
  inset: 0;
}
.hero-mlkt .hero-mlkt__slide {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.hero-mlkt .hero-mlkt .slick-list,
.hero-mlkt .hero-mlkt .slick-track {
  height: 100%;
}
.hero-mlkt .hero-mlkt__scrim {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
  z-index: 1;
}
.hero-mlkt .hero-mlkt__content {
  position: relative;
  z-index: 2;
  max-width: 150rem;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 48px);
  display: grid;
  gap: 1rem;
  min-height: 100vh;
  -ms-flex-line-pack: center;
      align-content: center;
}
.hero-mlkt .hero-mlkt__title {
  margin: 0 0 0.25em;
}
.hero-mlkt .hero-mlkt__lead {
  max-width: 58ch;
}
.hero-mlkt .hero-mlkt__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
}
@media (max-width: 960px) {
  .hero-mlkt .hero-mlkt__content {
    -ms-flex-line-pack: end;
        align-content: end;
    padding-bottom: 10vh;
  }
}

.site-title {
  width: 100%; /* ajusta a tu logo */
  max-width: 300px; /* ajusta a tu logo */
  background: url("https://mlkt.es/wp-content/uploads/2019/01/logo-mlkt-white.png") no-repeat center/contain;
  /* evita CLS en carga: */
  display: inline-block;
  aspect-ratio: 294/135; /* si puedes usarlo, puedes omitir height */
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.faq-block {
  --faq-gap: 16px;
}
.faq-block button,
.faq-block .button {
  margin: 0;
  font-family: "Reddit Sans", serif;
  font-size: 1.8rem;
}
.faq-block button:hover,
.faq-block .button:hover {
  color: #fff;
  background-color: #232323;
}

.faq-title {
  margin-bottom: 24px;
}

.faq-accordion {
  display: grid;
  gap: var(--faq-gap);
}

.faq-item {
  border: 1px solid #232323;
  overflow: hidden;
}
.faq-item .faq-question {
  margin: 0;
}
.faq-item .faq-toggle {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 18px;
  background: #fff;
  border: 0;
  cursor: pointer;
  text-transform: uppercase;
  color: #232323;
}
.faq-item .faq-icon {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  font-weight: 200;
  font-size: 200%;
}
.faq-item.is-open {
  /* + → x */
}
.faq-item.is-open .faq-toggle {
  background-color: #232323;
  color: #fff;
}
.faq-item.is-open .faq-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faq-answer {
  padding: 18px 16px;
  background: #fff;
  border-top: 1px solid #232323;
}

.faq-answer[hidden] {
  display: none;
}

.faq-answer__content > *:first-child {
  margin-top: 8px;
}

.process .grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.process .grid-item .thumbnail {
  margin-bottom: 0;
}

.clients-block h2 {
  margin-bottom: 8rem;
}
.clients-block .clients-carousel {
  opacity: 0;
  -webkit-transition: all 500 linear;
  transition: all 500 linear;
}
.clients-block .clients-carousel.is-ready {
  opacity: 1;
}
.clients-block .clients-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clients-block .clients-carousel .slick-track .clients-item {
  padding: 0 20px;
}
.clients-block .clients-carousel .slick-track .clients-item a {
  -webkit-transition: all 500 linear;
  transition: all 500 linear;
  opacity: 1;
}
.clients-block .clients-carousel .slick-track .clients-item a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=main.css.map */