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

html {
  font-size: 16px
}

body {
  margin: 0;
  font-family: Circular, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 0.9375rem;
  line-height: 1.6667;
  font-weight: 300;
  color: var(--wp--preset--color--dark)
}

#site-content {
  padding: 4rem 1.25rem;
}

.logo {
  width: 301px;
  height: 61px
}

.container-header {
  width: 100%;
  position: fixed;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  z-index: 10000;
  top: 0;
  background: white;
  padding: 14px 0
}

.container-header.scrolled {
  background-color: white;
  transition: background-color 200ms linear;
  box-shadow: 1px 6px 6px 2px #7e7d8159
}

.container-header ol,
.container-header ul {
  margin: 0;
  padding: 0
}

.logged-in .container-header {
  top: 30px !important
}

.nav a {
  color: black
}

.nav {
  box-sizing: border-box;
  width: 100%;
  max-width: 1150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 0 1.25rem
}

.logo-menu {
  z-index: 9
}

.nav-menu .listItem li a {
  box-sizing: border-box;
  text-decoration: none;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block
}

.nav-menu {
  padding-right: 0
}

.listItem {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style: none
}

.sub-menu {
  background-color: white;
  list-style: none;
  flex-wrap: wrap;
  width: 250px;
  position: absolute;
  display: none;
  left: 0 auto;
  transition: 2s
}

.sub-menu li a {
  border-bottom: 1px solid rgba(121, 119, 119, 0.481)
}

.nav-menu li:hover .sub-menu {
  display: block;
  top: 80%
}

.nav-menu li a:hover {
  color: #977818
}

@media (max-width:768px) {
  .logo {
    width: 190px;
    height: auto !important
  }

  .nav {
    position: relative;
    justify-content: space-between;
    padding-top: 23px;
    padding-left: 20px;
    padding-bottom: 10px
  }

  .nav-menu {
    background: white;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100vh;
    padding-top: 80px;
    top: 0;
    z-index: 1;
    right: -100%;
    transition: all 1s cubic-bezier(.215, .61, .355, 1)
  }

  .nav-menu .listItem li a {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3dada
  }

  .whatsapp a {
    border-bottom: 0px !important
  }

  .listItem,
  .display {
    position: relative;
    box-sizing: border-box;
    display: table;
    width: 100%
  }

  .nav-menu li:hover .sub-menu {
    display: none
  }

  .sub-menu {
    display: none
  }

  .listItem .sub-menu {
    padding-left: 15px
  }

  .line {
    width: 30px;
    height: 3px;
    background: #000;
    margin: 5px;
    list-style: none;
    display: block
  }

  .navbar {
    position: absolute;
    right: 5%;
    top: 57%;
    z-index: 2;
    cursor: pointer;
    transform: translate(-5%, -50%)
  }

  .open {
    right: 0
  }

  .display {
    display: block;
    display: table !important
  }
}

.entry-content,
.single-wrapper,
.page-wrapper,
.blog-wrapper,
.site-footer-inner {
  max-width: 71.875rem;
  margin: 0 auto;
  padding: 25px
}

.slide {
  margin-top: -6.25rem
}

@media (max-width:1024px) {
  .slide {
    margin-top: -7rem
  }
}

@media (max-width:768px) {
  .slide {
    margin-top: -8rem
  }
}

@media (max-width:480px) {
  .slide {
    margin-top: -9rem
  }
}

p {
  margin: 0 0 1.5rem
}

a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--primary);
  text-decoration: underline
}

a:where(:not(.wp-element-button)):hover {
  color: #000
}

h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 200;
  margin: 0 0 1.2rem
}

h2 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 300;
  margin: 0 0 1.2rem
}

h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 300;
  margin: 0 0 1.2rem
}

h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 300;
  margin: 0 0 1rem
}

h1:where(.wp-block-heading).has-background,
h2:where(.wp-block-heading).has-background,
h3:where(.wp-block-heading).has-background,
h4:where(.wp-block-heading).has-background,
h5:where(.wp-block-heading).has-background,
h6:where(.wp-block-heading).has-background {
  padding: 10px
}

.entry-content img,
.entry-content figure {
  max-width: 100%;
  height: auto
}

.entry-content .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem
}

.entry-content .wp-block-column {
  flex: 1 1 0;
  min-width: 0
}

@media (max-width:768px) {
  .entry-content .wp-block-columns {
    flex-direction: column
  }
}

.entry-content>.alignwide {
  max-width: 87.5rem
}

.entry-content>.alignfull {
  max-width: none;
  width: 100vw;
  position: relative;
  left: calc(50% - 50vw);
  margin-left: 0;
  margin-right: 0
}

.wp-block-cover.alignfull {
  width: 100vw;
  max-width: none;
  position: relative;
  left: calc(50% - 50vw);
  margin-left: 0;
  margin-right: 0
}

.wp-block-cover__inner-container {
  max-width: 71.875rem;
  padding: 0 1.25rem;
  margin: 0 auto
}

@media (max-width: 768px),
(hover: none) and (pointer: coarse) {

  .wp-block-cover.has-parallax,
  .wp-block-cover.has-parallax .wp-block-cover__image-background {
    background-attachment: scroll !important;
  }
}

.blog-wrapper {
  padding: 4rem 1.25rem;
  box-sizing: border-box
}

.blog-item {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-bottom: 3rem;
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0.5625rem 0.6875rem 0.5rem 0 rgb(0 0 0 / 0.10);
  transition: transform .2s ease, box-shadow .2s ease
}

.blog-item:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0.5625rem 0.8125rem 0.75rem 0 rgb(0 0 0 / 0.15)
}

.blog-thumb {
  flex: 1 1 50%;
  max-width: 50%
}

.blog-thumb img {
  width: 100%;
  height: auto;
  display: block
}

.blog-content {
  flex: 1 1 50%;
  max-width: 50%;
  padding: 2rem;
  box-sizing: border-box
}

.blog-title {
  font-size: 1.6rem;
  font-weight: 300;
  margin: 0 0 1rem
}

.blog-title a {
  color: #000;
  text-decoration: none
}

.blog-excerpt {
  font-size: 1rem;
  line-height: 1.6;
  opacity: .85;
  margin: 0 0 1.5rem
}

.blog-readmore {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
  text-decoration: none
}

.blog-readmore:hover {
  text-decoration: underline
}

.pagination {
  text-align: center
}

@media (max-width:768px) {
  .blog-item {
    flex-direction: column;
    gap: 1.5rem
  }

  .blog-thumb,
  .blog-content {
    max-width: 100%;
    flex-basis: 100%
  }
}

.single-wrapper,
.page-wrapper {
  padding-top: 0;
  margin-bottom: 5rem
}

.single-wrapper.single-with-sidebar,
.page-wrapper.page-with-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(260px, 26vw, 320px);
  gap: 2rem;
  align-items: start
}

.single-main,
.page-main {
  min-width: 0
}

.single-featured {
  margin: 0 0 2rem
}

.single-featured img {
  width: 100%;
  height: auto;
  display: block
}

.single-sidebar,
.page-sidebar,
#sidebar-blog {
  min-width: 0;
  padding: 0
}

.single-sidebar .widget,
.page-sidebar .widget,
#sidebar-blog .widget {
  margin-bottom: 2rem
}

.single-sidebar .widget-title,
.page-sidebar .widget-title,
#sidebar-blog .widget-title {
  margin: 0 0 1rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .04em
}

.single-sidebar .widget ul,
.page-sidebar .widget ul,
#sidebar-blog .widget ul {
  list-style: none;
  padding-left: 0
}

.single-sidebar .widget ul li,
.page-sidebar .widget ul li,
#sidebar-blog .widget ul li {
  border-bottom: 1px solid #0000001f;
  padding: 10px 0
}

.single-sidebar .widget ul a,
.page-sidebar .widget ul a,
#sidebar-blog .widget ul a {
  text-decoration: none
}

@media (max-width:900px) {

  .single-wrapper.single-with-sidebar,
  .page-wrapper.page-with-sidebar {
    grid-template-columns: 1fr
  }

  .single-sidebar,
  .page-sidebar,
  #sidebar-blog {
    margin-top: 2rem
  }
}

@media (max-width:768px) {

  .single-sidebar,
  .page-sidebar,
  #sidebar-blog {
    display: none
  }
}

.single-title,
.page-title {
  margin: 0 0 1.5rem;
  font-weight: 200;
  padding: 0 10px
}

.single-content img,
.single-content figure {
  max-width: 100%;
  margin: 1.5rem 0
}

.single-meta {
  margin: 0 0 1.5rem;
  font-size: 0.875rem;
  opacity: .8;
  display: flex;
  gap: .5rem;
  flex-wrap: wrap
}

.single-meta .meta-sep {
  margin: 0 .3rem
}

.single-navigation {
  margin-top: 3rem;
  text-align: center
}

.single-nav-inner {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem
}

.single-navigation a {
  text-decoration: none;
  color: #0073e6;
  font-weight: 400
}

.single-navigation a:hover {
  text-decoration: underline
}

.single-nav-sep {
  opacity: .6
}

.single-navigation .disabled {
  opacity: .3;
  pointer-events: none
}

.single-footer {
  margin-top: 3.5rem
}

.site-footer {
  width: 100%;
  background: var(--martyna-footer-bg, #f5f5f5);
  color: var(--martyna-footer-text, inherit);
  padding: 2rem 0
}

.breadcrumb-fluid {
  width: 100vw;
  max-width: 120rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--martyna-breadcrumb-bg, #f5f5f5);
  color: var(--martyna-breadcrumb-text, inherit);
  background-image: var(--martyna-breadcrumb-bg-image, none);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.breadcrumb-bar {
  width: 100%;
      margin: 1.9rem 0 6.25rem;
  background: var(--martyna-breadcrumb-bg, #f5f5f5);
  color: var(--martyna-breadcrumb-text, inherit);
  background-image: var(--martyna-breadcrumb-bg-image, none);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.breadcrumb-inner {
  max-width: 71.875rem;
  margin: 0 auto;
  padding: 50px 1.25rem;
  box-sizing: border-box;
  display: flex
}

.breadcrumb-inner nav p {
  margin: 0
}

.breadcrumb-bar a {
  color: inherit;
  text-decoration: none
}

.breadcrumb-bar a:hover {
  text-decoration: underline
}

.site-footer-inner {
  max-width: 71.875rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem
}

.footer-widgets {
  width: 100%;
  max-width: 71.875rem;
  margin: 4rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem
}

.footer-widgets .footer-col {
  min-width: 0
}

.footer-widgets .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.footer-widgets .footer-col ul li a {
  text-decoration: none
}

.site-footer a {
  color: var(--martyna-footer-link, inherit);
  text-decoration: none
}

.site-footer a:hover {
  color: var(--martyna-footer-link-hover, var(--martyna-footer-link, inherit))
}

@media (max-width:1024px) {
  .footer-widgets {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width:768px) {
  .footer-widgets {
    grid-template-columns: 1fr
  }
}

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

.copyright {
  margin: 0;
  text-align: center
}
