@charset "UTF-8";
@font-face {
  font-family: "Knockout-HTF49";
  src: url("../fonts/woff2/Knockout/Knockout-HTF49Liteweight-Regular.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Tropiline";
  src: url("../fonts/woff2/Tropiline/Tropiline-Regular.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Tropiline";
  src: url("../fonts/woff2/Tropiline/Tropiline-Bold.woff2") format("woff2");
  font-weight: bold;
}
.centered-column .fl-col-group {
  display: flex;
  align-items: center;
}

.fl-page {
  display: flex;
  flex-direction: column;
  height: 100%;
}

html, body {
  height: auto;
}

.fl-page-content {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

a, a span, button, a i {
  transition: 0.4s !important;
}

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

a, button, .fl-post-grid-title, .menu-item {
  text-decoration: none !important;
}
a:focus, button:focus, .fl-post-grid-title:focus, .menu-item:focus {
  outline: 1px dashed #0e0e0e;
}

p a:hover {
  color: #D5A558 !important;
}

.fl-post-grid-post {
  border: none;
}

.news-posts .fl-post-grid-text {
  padding: 0;
}

.category-column .fl-post-grid-text {
  padding: 0;
}

.number-column .fl-col-content {
  width: 40px;
}

.fl-page-content {
  background: transparent;
}

.line-height .fl-col-content {
  line-height: 1.5;
}

.centered-column.fl-col-has-cols .fl-col-content .fl-col-group {
  position: relative;
  background: #fff;
}

.centered-column.fl-col-has-cols .fl-col-content .fl-col-group:not(:last-child):before {
  content: "";
  position: absolute;
  transform: translate(-50%, 0%);
  bottom: 0px;
  left: 50%;
  width: 85%;
  height: 1px;
  background: #E9E4DC;
}

.hero-post .fl-post-text {
  text-align: center;
}

.hero-post .wp-post-image {
  min-height: 762px !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .hero-post .wp-post-image {
    min-height: auto !important;
    height: 300px !important;
    object-fit: cover;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .hero-post .wp-post-image {
    height: 200px !important;
  }
}
@media (max-width: 1440px) and (max-width: 641px) {
  .hero-post .wp-post-image {
    height: auto !important;
  }
}

@media (max-width: 1440px) {
  .hero-post .fl-post-image a, .hero-post .fl-post-image img {
    width: 100%;
  }
}

.hero-post .fl-post-grid-post {
  background: transparent;
}

.hero-post .fl-post-image {
  position: relative;
}

.autor_link {
  text-align: center;
}
.autor_link a {
  color: #D5A658;
  line-height: 1.5;
  letter-spacing: 5px;
  font-size: 47px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Knockout-HTF49";
}
@media (max-width: 641px) {
  .autor_link a {
    font-size: 30px;
  }
}
.autor_link a:hover {
  color: #ad5547;
}

.hero-post .autor_link {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 0px;
}
@media (max-width: 768px) {
  .hero-post .autor_link {
    transform: translate(-50%, -10%);
  }
}

.hero-post .fl-post-text {
  margin-top: 73px;
}
@media (max-width: 1440px) {
  .hero-post .fl-post-text {
    margin-top: 20px;
  }
}

.hero-post .fl-post-grid-post {
  height: auto !important;
}

.hero-post .fl-post-more-link {
  margin-top: 15px;
}

.hero-post .fl-post-more-link a {
  font-weight: 900;
  color: #fff;
  font-size: 22px;
  line-height: 2.3;
  background: #D5A558;
  padding: 10px 60px;
}

.hero-post .fl-post-more-link a:hover {
  background: #394257;
}

.hero-post .fl-post-column {
  padding-bottom: 45px;
}
@media (max-width: 1024px) {
  .hero-post .fl-post-column {
    width: 100% !important;
  }
}

.custom-layout .fl-post-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .custom-layout .fl-post-grid {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .custom-layout .fl-post-grid {
    max-width: 100%;
    margin: 0 auto;
  }
}
.custom-layout .fl-post-grid:before, .custom-layout .fl-post-grid:after {
  display: none !important;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(1) {
  width: 100%;
}
@media (max-width: 1440px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-grid-post {
  display: flex;
}
@media (max-width: 992px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-grid-post {
    flex-direction: column;
  }
}

.custom-layout .fl-post-grid .fl-post-column .fl-post-grid-post {
  background: transparent;
}

.custom-layout .fl-post-grid .fl-post-column .fl-post-grid-post .autor_link {
  position: absolute;
  transform: translate(-50%, -10%);
  left: 50%;
  bottom: 0px;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-grid-post .fl-post-grid-image {
  min-width: 785px;
  height: inherit;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-grid-post .fl-post-grid-image a {
  min-width: inherit !important;
  display: block !important;
  height: 100% !important;
  object-fit: cover;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-grid-post .fl-post-grid-image img {
  min-width: inherit !important;
  display: block !important;
  height: inherit !important;
  object-fit: cover;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-grid-post .fl-post-grid-title a {
  font-size: 76px;
  line-height: 0.9;
}
@media (max-width: 992px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-grid-post .fl-post-grid-title a {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-grid-post .fl-post-grid-title a {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-grid-post .fl-post-grid-title a {
    font-size: 40px;
  }
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-grid-post .fl-post-grid-text {
  padding-top: 0;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-grid-post .fl-post-grid-content {
  padding-left: 13px;
  padding-top: 14px;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-grid-post .fl-post-grid-content p,
.custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-grid-post .fl-post-grid-content a {
  display: inline;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-grid-post .fl-post-grid-content p {
  line-height: 1.8;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(2),
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) {
  position: absolute;
  /*display: none;*/
  bottom: 15px;
  right: 0px;
  padding: 0;
}
@media (max-width: 1440px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(2),
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) {
    position: static;
  }
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(2) .autor_link,
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) .autor_link {
  display: none;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(2) {
  right: 30px;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(3) {
  right: 380px;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(2) .fl-post-grid-content,
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) .fl-post-grid-content {
  /*position: absolute;*/
  display: none;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(2) .fl-post-grid-post,
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) .fl-post-grid-post {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(2),
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) {
  width: 330px;
}
@media (max-width: 1440px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(2),
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) {
    width: 49% !important;
  }
}
@media (max-width: 768px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(2),
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) {
    width: calc(100% - 0px) !important;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(3) {
    margin-top: 20px;
  }
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(2) .fl-post-grid-text,
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) .fl-post-grid-text {
  padding: 0;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(2) .fl-post-grid-title a,
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) .fl-post-grid-title a {
  font-size: 21px;
  line-height: 1.6;
  color: #ad5547;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(2) .fl-post-grid-title a:hover,
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) .fl-post-grid-title a:hover {
  color: #D5A558;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(2) .fl-post-grid-title,
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) .fl-post-grid-title {
  font-size: 21px;
  line-height: 1.6;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(2) .fl-post-grid-image,
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) .fl-post-grid-image {
  /*width: 436px;*/
  height: 290px;
  margin-top: 10px;
}
@media (max-width: 641px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(2) .fl-post-grid-image,
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) .fl-post-grid-image {
    height: auto;
  }
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(2) .fl-post-grid-image a,
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) .fl-post-grid-image a {
  min-width: inherit !important;
  display: block !important;
  height: inherit !important;
  object-fit: cover;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(2) .fl-post-grid-image img,
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) .fl-post-grid-image img {
  min-width: inherit !important;
  display: block !important;
  height: inherit !important;
  object-fit: cover;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(2) .fl-post-excerpt,
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) .fl-post-excerpt {
  display: none;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(2) .fl-post-text,
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) .fl-post-text {
  padding: 0;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(2) .fl-post-text a,
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) .fl-post-text a {
  font-size: 21px;
  line-height: 1.6;
  color: #ad5547;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(2) .fl-post-image,
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) .fl-post-image {
  margin-top: 10px;
  height: 290px;
}
@media (max-width: 641px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(2) .fl-post-image,
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) .fl-post-image {
    height: auto;
  }
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(2) .fl-post-image a,
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) .fl-post-image a,
.custom-layout .fl-post-grid .fl-post-column:nth-child(2) .fl-post-image img,
.custom-layout .fl-post-grid .fl-post-column:nth-child(3) .fl-post-image img {
  min-width: inherit !important;
  display: block !important;
  height: 100% !important;
  object-fit: cover;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-title {
  font-size: 76px;
  line-height: 0.9;
  font-family: "Tropiline";
  font-weight: 400;
  color: #060606;
  letter-spacing: -1px;
}
@media (max-width: 992px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-title {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-title {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-title {
    font-size: 40px;
  }
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(1) {
  padding-bottom: 15px;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-title a:hover {
  color: #D5A558;
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-excerpt p {
  font-size: 20px;
  display: inline;
}
@media (max-width: 992px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-excerpt p {
    font-size: 16px;
  }
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-excerpt a {
  letter-spacing: 0px;
  color: #ad5547;
  font-size: 20px;
}
@media (max-width: 992px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-excerpt a {
    font-size: 16px;
  }
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-image {
  width: 100%;
  flex: 0 0 50%;
  position: relative;
}
@media (max-width: 1200px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-image {
    min-width: 500px !important;
  }
}
@media (max-width: 992px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-image {
    min-width: auto !important;
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 641px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-image {
    height: auto;
  }
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-image a,
.custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-image img {
  min-width: inherit !important;
  width: inherit !important;
  display: block !important;
  height: 100% !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-image a,
.custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-image img {
    object-position: top;
  }
}

.custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-text {
  padding-top: 0;
  flex: 0 0 50%;
}
@media (max-width: 992px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-text {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  .custom-layout .fl-post-grid .fl-post-column .fl-post-text {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-excerpt {
  padding-top: 21px;
}
@media (max-width: 1440px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-excerpt {
    padding-bottom: 20px !important;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-excerpt span {
    position: relative;
  }
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-excerpt span:before, .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-excerpt span:after {
    transition: 0.3s;
    content: "";
    position: absolute;
    left: 0px;
    width: 100vw;
    height: 1px;
    background-color: #A9987F;
  }
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-excerpt span:before {
    bottom: -30px;
  }
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-excerpt span:after {
    bottom: -36px;
  }
}
@media (max-width: 1440px) {
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-excerpt {
    position: relative;
  }
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-excerpt:before, .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-excerpt:after {
    transition: 0.3s;
    content: "";
    position: absolute;
    left: 0px;
    width: 137%;
    height: 1px;
    background-color: #A9987F;
  }
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-excerpt:before {
    bottom: 0px;
  }
  .custom-layout .fl-post-grid .fl-post-column:nth-child(1) .fl-post-excerpt:after {
    bottom: -6px;
  }
}

.archive-newest_post > .fl-module-content {
  background: #fff;
  padding: 0 59px;
  padding-top: 45px;
}
@media (max-width: 1440px) {
  .archive-newest_post > .fl-module-content .fl-post-column {
    width: 50% !important;
    padding-right: 0px;
    padding-left: 0;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  .archive-newest_post > .fl-module-content .fl-post-column {
    width: 100% !important;
  }
}
@media (max-width: 1440px) {
  .archive-newest_post > .fl-module-content .fl-post-grid {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .archive-newest_post > .fl-module-content {
    margin: 0 20px;
    padding: 0 0px;
  }
}

.archive-newest_post .fl-post-grid-image {
  height: 257px;
  position: relative;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 16px;
}
@media (max-width: 641px) {
  .archive-newest_post .fl-post-grid-image {
    height: auto;
  }
}
.archive-newest_post .fl-post-grid-image:before {
  transition: 0.3s;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-box-shadow: 2px 0px 16px 6px rgba(147, 147, 147, 0.52);
  box-shadow: 2px 0px 16px 6px rgba(147, 147, 147, 0.52);
}

.archive-newest_post .fl-post-grid-image a,
.archive-newest_post .fl-post-grid-image img {
  height: inherit !important;
  width: inherit !important;
  display: block !important;
  object-fit: cover;
  z-index: 1;
  position: relative;
}
@media (max-width: 1440px) {
  .archive-newest_post .fl-post-grid-image a,
.archive-newest_post .fl-post-grid-image img {
    width: 100% !important;
  }
}

.archive-newest_post .fl-post-grid-text {
  padding-top: 30px;
}

.archives-newest_post .fl-post-grid-post {
  padding: 16px;
  display: flex;
  /*align-items: center;*/
}

.archives-newest_post .fl-post-grid-image {
  min-width: 348px;
  position: relative;
}
@media (max-width: 768px) {
  .archives-newest_post .fl-post-grid-image {
    min-width: auto;
  }
}
.archives-newest_post .fl-post-grid-image:before {
  transition: 0.3s;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 2px 0px 16px 6px rgba(147, 147, 147, 0.52);
  box-shadow: 2px 0px 16px 6px rgba(147, 147, 147, 0.52);
  z-index: 0;
}

.archives-newest_post .fl-post-grid-image a,
.archives-newest_post .fl-post-grid-image img {
  height: 100% !important;
  min-width: inherit !important;
  display: block !important;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.archives-newest_post .fl-post-grid-text {
  padding: 0px 0px 0px 30px;
}
@media (max-width: 992px) {
  .archives-newest_post .fl-post-grid-text {
    padding: 0;
    margin-top: 20px;
  }
}

.archives-newest_post .fl-post-grid-text a {
  letter-spacing: -5px;
  word-spacing: 9px;
}

.archives-newest_post .fl-post-grid-content {
  padding: 14px 0px 0px 8px;
}
@media (max-width: 992px) {
  .archives-newest_post .fl-post-grid-content {
    padding-left: 0;
  }
}

.archives-newest_post .fl-post-grid-content p {
  display: inline;
  line-height: 1.8;
}

.archives-newest_post .fl-post-grid-content a {
  letter-spacing: 0px;
  color: #ad5547;
}

.archives-newest_post .fl-post-grid-content a:hover {
  color: #D5A558;
}

.fl-builder-pagination {
  border-top: 1px solid #AF8B44;
}
.fl-builder-pagination ul.page-numbers {
  column-gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fl-builder-pagination ul.page-numbers li:not(:last-child) {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fl-builder-pagination ul.page-numbers li:not(:last-child) span, .fl-builder-pagination ul.page-numbers li:not(:last-child) a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0px;
  width: inherit;
  height: inherit;
  background: transparent;
  color: #0e0e0e;
  border-radius: 100%;
}
.fl-builder-pagination ul.page-numbers li:not(:last-child) span.current {
  color: #fff;
  font-weight: 700;
  background: #C55544;
}
.fl-builder-pagination ul.page-numbers li:not(:last-child) a:hover {
  color: #c55544;
  background: transparent;
}
.fl-builder-pagination ul.page-numbers li:last-child a, .fl-builder-pagination ul.page-numbers li:last-child span, .fl-builder-pagination ul.page-numbers li:first-child a, .fl-builder-pagination ul.page-numbers li:first-child span {
  padding: 0;
  margin: 0;
  color: #0e0e0e;
}
.fl-builder-pagination ul.page-numbers li:last-child a:hover, .fl-builder-pagination ul.page-numbers li:first-child a:hover {
  color: #c55544;
  background: transparent;
}
.fl-builder-pagination ul.page-numbers li:last-child span.current {
  color: #fff;
  font-weight: 700;
  background: #C55544;
  border-radius: 100%;
}
.fl-builder-pagination ul.page-numbers li:first-child {
  width: auto;
  height: auto;
}
.fl-builder-pagination ul.page-numbers li:first-child span.current {
  width: 32px;
  height: 32px;
}

.article-featured-image .fl-photo-content, .article-featured-image img {
  height: 437.5px;
  object-fit: cover;
}
@media (max-width: 641px) {
  .article-featured-image .fl-photo-content, .article-featured-image img {
    height: auto;
  }
}

.fl-module-fl-post-content h2 {
  line-height: 1;
}
.fl-module-fl-post-content .shared-counts-wrap {
  display: none;
}
.fl-module-fl-post-content a {
  color: #000;
}

.post-info-article .fl-col-content {
  display: flex;
}
@media (max-width: 992px) {
  .post-info-article .fl-col-content {
    justify-content: center;
  }
}
.post-info-article .fl-module-fl-post-info .fl-post-info-author a {
  font-weight: 900;
}

.socials-column .fl-col-content {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .socials-column .fl-col-content {
    justify-content: center;
    align-items: flex-end !important;
  }
}
.socials-column .uabb-ss-grid-item {
  margin: 0 !important;
}
.socials-column .uabb-ss-grid-item .uabb-ss-icon {
  align-items: baseline !important;
}
@media (max-width: 992px) {
  .socials-column .uabb-ss-grid-item .uabb-ss-icon {
    align-items: flex-end !important;
  }
}
.socials-column .fl-button-wrap {
  display: flex;
}

.share-column .uabb-ss-grid-button-link {
  padding: 0 56px;
}
.share-column .uabb-ss-grid-button-link:hover {
  background-color: #c55544;
}

.full-content-image .fl-photo-content, .full-content-image img {
  width: 100%;
}

.site-footer h6 {
  font-size: 26px;
  margin-bottom: 0;
}

.footer-button-group .fl-module-content .fl-button-group-button {
  width: 100%;
}
.footer-button-group .fl-module-content .fl-button-group-button .fl-button-wrap {
  width: 100%;
}
.footer-button-group .fl-module-content .fl-button-group-button a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
}

@media (max-width: 1200px) {
  footer .fl-row-content .fl-col-group:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
  }
  footer .fl-row-content .fl-col-group:nth-child(2) .fl-col {
    width: 33% !important;
    text-align: center;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  footer .fl-row-content .fl-col-group:nth-child(2) .fl-col {
    width: 50% !important;
  }
}
@media (max-width: 1200px) and (max-width: 480px) {
  footer .fl-row-content .fl-col-group:nth-child(2) .fl-col {
    width: calc(100% - 40px) !important;
  }
}
@media (max-width: 1200px) {
  footer .fl-row-content .fl-col-group:nth-child(2) .fl-col a, footer .fl-row-content .fl-col-group:nth-child(2) .fl-col h6 {
    text-align: center !important;
  }
}
@media (max-width: 1200px) {
  footer .fl-row-content .fl-col-group:nth-child(2) .logos-column .fl-col-content .fl-col-group {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  footer .fl-row-content .fl-col-group:nth-child(2) .logos-column .fl-col-content .fl-col-group:last-child .fl-col {
    width: 45% !important;
  }
}
header {
  position: relative;
}
header .secondary-menu #menu-primary-menu {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
header .secondary-menu #menu-primary-menu::before, header .secondary-menu #menu-primary-menu::after {
  display: none;
}
@media (max-width: 992px) {
  header .secondary-menu #menu-primary-menu {
    text-align: right;
  }
}
header .secondary-menu #menu-primary-menu li a {
  white-space: nowrap;
  padding-left: 0 !important;
  padding-right: 0 !important;
  letter-spacing: 0 !important;
}
header .secondary-menu #menu-primary-menu li .sub-menu li a {
  padding: 10px 20px !important;
}
@media (max-width: 1200px) and (max-width: 992px) {
  header #menu-secondary-header-menu li:not(:first-child) {
    display: none;
  }
}
@media (max-width: 992px) {
  header .uabb-creative-menu-mobile-toggle-container {
    text-align: end !important;
  }
}
@media (max-width: 1440px) {
  header .subheader-menu .fl-row-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  header .subheader-menu li.menu-item a {
    font-size: 15px !important;
  }
}
header li.search-menu-item a {
  cursor: pointer;
  position: relative;
}
header li.search-menu-item a:before {
  transition: 0.3s;
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: url("../images/search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 1024px) {
  header li.search-menu-item a:before {
    transform: translate(-50%, -75%);
  }
}
header li.search-menu-item a:hover:before {
  background: url("../images/search-hover.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
header li.search-menu-item.current_page_item a {
  color: #d5a558 !important;
}
header li.search-menu-item.current_page_item a:before {
  background: url("../images/search-hover.svg");
}
header:before {
  transition: 0.3s;
  content: "";
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 10px;
  background: url("../images/down-shadow.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 641px) {
  header .fl-col-group {
    display: flex !important;
  }
  header .fl-col-group .fl-col:nth-child(3) {
    display: flex !important;
  }
}
header .white-opacity .fl-row-content-wrap {
  background-size: 100% !important;
}

@media (max-width: 1200px) {
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(1),
.newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(2),
.newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(3) {
    width: 33% !important;
  }
}
@media (max-width: 992px) {
  .newest-row > .fl-row-content-wrap > .fl-row-content {
    overflow: hidden;
  }
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
  }
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col {
    margin: 0 auto;
  }
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(1), .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(3) {
    width: 100% !important;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(1), .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(3) {
    max-width: calc(100% - 40px) !important;
  }
}
@media (max-width: 992px) {
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(1) {
    order: 1;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(1) .fl-col-group .fl-col:last-child {
    flex-basis: 80% !important;
  }
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(1) .fl-col-group .fl-col:first-child {
    flex-basis: 20% !important;
  }
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(1) .fl-col-group .fl-col:first-child .fl-col-content {
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(1) .fl-photo {
    height: 600px;
  }
}
@media (max-width: 992px) and (max-width: 641px) {
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(1) .fl-photo {
    height: auto;
  }
}
@media (max-width: 992px) {
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(1) .fl-photo a {
    height: inherit;
  }
}
@media (max-width: 992px) {
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(1) .fl-photo img {
    object-position: top;
  }
}
@media (max-width: 992px) {
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(2) {
    order: 2;
  }
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(2) .fl-col-content {
    margin-top: 40px !important;
  }
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(2) .hero-post .wp-post-image {
    height: 500px !important;
  }
}
@media (max-width: 992px) and (max-width: 641px) {
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(2) .hero-post .wp-post-image {
    height: auto !important;
  }
}
@media (max-width: 992px) {
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(3) {
    order: 3;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(3) .fl-col-group .fl-col:last-child {
    width: 80% !important;
  }
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(3) .fl-col-group .fl-col:first-child {
    width: 20% !important;
  }
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(3) .fl-col-group .fl-col:first-child .fl-col-content {
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(2) {
    order: 3;
    width: 100% !important;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .newest-row > .fl-row-content-wrap > .fl-row-content > .fl-col-group:nth-child(1) > .fl-col:nth-child(2) {
    max-width: calc(100% - 40px) !important;
  }
}
@media (max-width: 992px) {
  .newest-row .fl-photo {
    height: 250px;
  }
  .newest-row .fl-photo .fl-photo-content, .newest-row .fl-photo img {
    height: inherit;
    width: 100%;
    object-fit: cover;
  }
}

@media (max-width: 1440px) {
  .archives-post .fl-col-group .fl-col, .archives-post .fl-col-group .fl-post-column {
    width: 100% !important;
    max-width: 100% !important;
  }
  .archives-post .fl-col-group .fl-photo {
    height: 300px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .archives-post .fl-col-group .fl-photo {
    height: 200px;
  }
}
@media (max-width: 1440px) {
  .archives-post .fl-col-group .fl-photo-content, .archives-post .fl-col-group img {
    width: 100%;
    object-fit: cover;
    height: inherit;
  }
}
@media (max-width: 992px) {
  .archives-post .fl-post-grid-post {
    display: flex;
    flex-wrap: wrap;
  }
  .archives-post .fl-post-grid-post .fl-post-grid-image, .archives-post .fl-post-grid-post .fl-post-grid-text {
    width: 100% !important;
  }
  .archives-post .fl-post-grid-image {
    height: 200px;
  }
  .archives-post .fl-post-grid-image a, .archives-post .fl-post-grid-image img {
    height: inherit;
    object-fit: cover;
    object-position: top;
  }
}

.mobile-header-menu {
  text-align: end;
}

.mobile-header-menu #menu-mobile-header {
  top: calc(100% + 16px);
  right: 0px;
  left: 0px;
}
.mobile-header-menu #menu-mobile-header .underline-link {
  border-bottom: 1px solid #2f3635;
}
.mobile-header-menu #menu-mobile-header li.search-menu-item {
  position: relative;
}
.mobile-header-menu #menu-mobile-header li.search-menu-item a {
  padding-left: 38px;
}
.mobile-header-menu #menu-mobile-header li.search-menu-item a:before {
  left: 20px;
}

.issuem_active_issue .widgettitle {
  display: none;
}

.issuem_active_list_widget {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.issuem_active_list_widget span {
  transition: 0.3s;
  padding: 0 !important;
}
.issuem_active_list_widget span:hover {
  color: #D5A558 !important;
}
.issuem_active_list_widget p {
  margin-bottom: 0 !important;
}
.issuem_active_list_widget p:last-of-type {
  order: 3;
}
.issuem_active_list_widget .issuem_widget_issue_pdf_link {
  color: #3e4457;
  text-decoration: none !important;
  font-size: 17px;
}
.issuem_active_list_widget .issuem_widget_issue_pdf_link:hover {
  color: #ad5547 !important;
}
.issuem_active_list_widget .issuem_widget_issue_name {
  order: 2;
  line-height: 1;
  margin-bottom: 0;
}
.issuem_active_list_widget .issuem_widget_issue_name a {
  color: #fff;
  background-color: #3e4457;
  text-decoration: none !important;
  font-size: 24px;
  font-family: "Knockout-HTF49";
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 12px;
  display: block;
}
.issuem_active_list_widget .issuem_widget_issue_name a:hover {
  background-color: #ad5547;
  color: #fff !important;
}
.issuem_active_list_widget .issuem_widget_issue_cover_image {
  margin-bottom: 0;
  order: 1;
}

.list-issueM_item {
  margin: 0 20px;
  padding: 32px 50px;
  background-color: #fff;
  border-bottom: 1px solid #E9E4DC;
}
.list-issueM_item .widgettitle {
  display: none;
}
.list-issueM_item .article_list p {
  line-height: 1.5;
  margin-bottom: 0 !important;
}
.list-issueM_item .article_list p a {
  line-height: 1;
}
.list-issueM_item .article_list .issuem_widget_category {
  font-family: "Tropiline";
  font-weight: 700;
  color: #ae5747;
  font-size: 16px;
}
.list-issueM_item .article_list .issuem_widget_category + p a {
  color: #4a4f4f;
  font-size: 19px;
}

.login-popup-form {
  position: fixed;
  transform: translate(-50%, -50%);
  left: 50%;
  display: none;
  top: 50%;
  opacity: 0;
  z-index: 999;
  transition: 1s;
}
.login-popup-form.active-form {
  display: block;
}
.login-popup-form input, .login-popup-form button {
  min-height: 50px;
  width: 100% !important;
}
.login-popup-form button {
  color: #fff;
  background-color: #4a4f4f;
}
.login-popup-form button:hover {
  background-color: #394257;
}
.login-popup-form .uabb-lf-outter {
  text-align: start;
}
.login-popup-form .uabb-lf-outter span.checkbox-label {
  font-size: 14px;
}
.login-popup-form span.uabb-lf-icon.toggle-password {
  font-size: 14px !important;
}
.login-popup-form .uabb-lf-end-text-wrap {
  text-align: start;
}
.login-popup-form .uabb-lf-end-text-wrap a {
  font-size: 14px;
  color: #4a4f4f;
}
.login-popup-form .uabb-lf-end-text-wrap a:hover {
  color: #D5A558;
}
.login-popup-form .uabb-lf-form-wrap {
  width: 380px;
}
.login-popup-form .uabb-lf-label {
  display: none;
}
.login-popup-form .fl-module-content {
  position: relative;
}
.login-popup-form .close-form {
  background: transparent;
  width: 40px !important;
  height: 40px;
  padding: 0;
  font-size: 30px;
  border: none;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #4a4f4f;
  min-height: auto;
}
.login-popup-form .close-form:hover {
  background: transparent;
  color: #C55544;
}
.login-popup-form .uabb-lf-logout-text {
  padding: 25px 45px;
}
.login-popup-form .uabb-lf-logout-text p {
  margin-bottom: 0;
}
.login-popup-form .uabb-lf-logout-text a {
  color: #4a4f4f;
}
.login-popup-form .uabb-lf-logout-text a:hover {
  color: #D5A558;
}

body {
  position: relative;
}
body:before {
  transition: 0.6s;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  z-index: -1;
}
body.login-active-form:before {
  z-index: 100;
  opacity: 0.5;
}

ul.pagination {
  background: black;
}

.ui-selectmenu-button {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-bottom: 2px solid #0e0e0e;
  color: #4a4f4f;
}
.ui-selectmenu-button .ui-icon {
  position: absolute;
  right: 10px;
  margin-top: 0;
}
.ui-selectmenu-button .ui-icon::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  z-index: 1;
  font-size: inherit;
  line-height: 0;
  font-weight: 900;
  color: #2f3635;
}

.ui-selectmenu-text {
  width: 90%;
  padding-left: 10px;
  display: block;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4a4f4f;
}

.ui-selectmenu-menu {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
}
.ui-selectmenu-menu .ui-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  max-height: 400px;
  background-color: #E9E4DC;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
  border: none;
  cursor: pointer;
  font-size: rem-calc(14);
  flex: 0 1 100%;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item div {
  background-color: #F6F4ED;
  padding: 0px 10px;
  transition: 0.4s;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item:hover div {
  background-color: #D5A558;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-thumb {
  background-color: #C55544;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-track {
  background-color: #0e0e0e;
}

.ui-selectmenu-open {
  display: block;
}

@media (max-width: 1024px) {
  .header-logo-column {
    z-index: 3;
  }

  .header-menu_mobile-column {
    z-index: 2;
  }
}
@media (max-width: 641px) {
  .header-menu_mobile-column, .header-logo-column {
    margin-left: 0px;
  }
}
.pop-up-search > .fl-col-content {
  position: relative;
}
@media (max-width: 992px) {
  .pop-up-search {
    position: absolute !important;
    transform: translate(0%, -50%);
    right: 0%;
    top: 50%;
  }
}

.search-form {
  position: absolute;
  top: 70%;
  right: 0px;
  max-width: 90%;
  display: none;
  opacity: 0;
}
@media (max-width: 1200px) {
  .search-form {
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .search-form {
    max-width: 97%;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 120%;
  }
}
.search-form.is-active {
  display: block;
}
.search-form .fl-search-results-content {
  background-color: #F6F4ED !important;
}
.search-form .fl-search-results-content .fl-search-post-title a {
  color: #4a4f4f !important;
}
.search-form .fl-search-results-content .fl-search-post-title a:hover {
  color: #D5A558 !important;
}
.search-form .fl-search-results-content .fl-photo-content {
  display: block;
  height: 100%;
  width: 100%;
}
.search-form .fl-search-results-content .fl-photo-content a, .search-form .fl-search-results-content .fl-photo-content img {
  display: block;
  height: 100%;
  width: 100%;
}
.search-form .fl-search-results-content .fl-photo-content img {
  object-fit: cover;
  transition: 0.4s;
}
.search-form .fl-search-results-content .fl-photo-content a {
  overflow: hidden;
}
.search-form .fl-search-results-content .fl-photo-content a:hover img {
  transform: scale(1.3);
}

.content-sidebar .fl-row-content > .fl-col-group {
  display: grid;
  grid-template-columns: 1fr;
}
.content-sidebar .fl-row-content > .fl-col-group .content {
  max-width: 768px;
}
.content-sidebar .fl-row-content > .fl-col-group .sidebar {
  max-width: 340px;
}
@media (min-width: 992px) {
  .content-sidebar .fl-row-content > .fl-col-group {
    grid-template-columns: 1fr 340px;
  }
  .content-sidebar .fl-row-content > .fl-col-group .content,
.content-sidebar .fl-row-content > .fl-col-group .sidebar {
    width: 100%;
    max-width: 100%;
  }
}
.content-sidebar .fl-row-content > .fl-col-group::before, .content-sidebar .fl-row-content > .fl-col-group::after {
  display: none;
}

.issuem_archives_shortcode {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.issuem_archives_shortcode .issuem_archive {
  flex: 0 0 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  border: 1px solid #3e4457;
}
@media (min-width: 550px) {
  .issuem_archives_shortcode .issuem_archive {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (min-width: 650px) {
  .issuem_archives_shortcode .issuem_archive {
    flex: 0 0 calc(33.3334% - 13.3334px);
  }
}
@media (min-width: 992px) {
  .issuem_archives_shortcode .issuem_archive {
    flex: 0 0 calc(25% - 15px);
  }
}
.issuem_archives_shortcode .issuem_archive p {
  margin-bottom: 0 !important;
}
.issuem_archives_shortcode .issuem_archive > * {
  display: inline-block !important;
}
.issuem_archives_shortcode .issuem_archive .issuem-archives-issue-cover {
  margin-bottom: 0;
  order: 2;
}
.issuem_archives_shortcode .issuem_archive .issuem-archives-issue-title {
  order: 1;
  line-height: 1;
  margin-bottom: 0;
}
.issuem_archives_shortcode .issuem_archive .issuem-archives-issue-title a {
  color: #fff;
  background-color: #3e4457;
  text-decoration: none !important;
  font-size: 24px;
  font-family: "Knockout-HTF49";
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 12px;
  display: block;
}
.issuem_archives_shortcode .issuem_archive .issuem-archives-issue-title a:hover {
  background-color: #ad5547;
  color: #fff !important;
}
.issuem_archives_shortcode .issuem_archive .issuem-archives-pdf-link {
  display: none;
}
.issuem_archives_shortcode .issuem_archive div[class^=real3dflipbook] {
  order: 3;
  color: #3e4457;
  text-decoration: none !important;
  font-size: 17px;
}
.issuem_archives_shortcode .issuem_archive div[class^=real3dflipbook]:hover {
  color: #ad5547 !important;
}

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