/*!
Theme Name: Paris1920 (Kadence Child)
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/
.body.blog .content-bg {
  background: #fff;
}

.content-container.site-container {
  background: #fff;
  box-shadow: 0 30px 50px 0 rgba(1, 1, 1, 0.15);
  position: relative;
}
.content-container.site-container:after {
  width: 100%;
  height: 70px;
  background: #fff;
  content: "";
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  top: -70px;
  z-index: 10;
}

div#archive-container {
  padding-bottom: 90px;
}

.title-row {
  position: fixed;
  margin: auto;
  width: 100%;
  left: 0;
  top: 330px;
  pointer-events: none;
}

div#archive-container > article {
  position: relative;
}
div#archive-container > article:after {
  content: "";
  height: 1px;
  width: 50px;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  margin-left: -25px;
  background: #33333326;
}
div#archive-container > article:last-child:after {
  display: none;
}

body.blog .content-area {
  margin-bottom: 2rem;
}

body .grid-cols {
  row-gap: 6rem;
}

.entry-content.single-content {
  padding-bottom: 5rem;
}

.transparent-header #masthead {
  position: relative;
  z-index: 11;
}
.transparent-header #masthead .kadence-sticky-header {
  transition: background-color 0.25s;
}
.transparent-header #masthead .kadence-sticky-header .site-title {
  transition: color 0.25s;
}
.transparent-header #masthead .kadence-sticky-header.item-is-stuck {
  box-shadow: 0 0px 20px 0 rgba(1, 1, 1, 0.05);
}
.transparent-header #masthead .kadence-sticky-header:not(.item-is-stuck) .site-title {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.56);
}

body .entry-meta {
  color: #6d6d6d;
  margin: 5px 0 0 0;
}

body.single.single-post .content-area,
body.page-template-default.page .content-area {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  body.single.single-post .content-area,
body.page-template-default.page .content-area {
    margin-top: 0px;
  }
  body.single.single-post .content-area > .site-container,
body.page-template-default.page .content-area > .site-container {
    padding-top: 40px;
  }
  body.single.single-post .content-container.site-container:after,
body.page-template-default.page .content-container.site-container:after {
    display: none;
  }
}

@media (max-width: 1024px) {
  .site-footer-section {
    text-align: center !important;
  }

  .footer-widget-area.content-align-right .footer-navigation {
    justify-content: center;
  }

  .footer-menu-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .site-middle-footer-inner-wrap {
    grid-row-gap: 0 !important;
  }

  .img-lola {
    margin: auto !important;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .entry-col > div {
    grid-template-columns: minmax(0, 25%) minmax(0, 75%) !important;
  }
}
@media (max-width: 767px) {
  body .entry-content-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  body .entry-content.single-content {
    padding-bottom: 4rem;
  }

  body.blog .content-container.site-container:after {
    display: none;
  }
  body.blog #archive-container {
    padding-top: 40px;
  }
  body.blog .home-hero {
    height: 100vh;
  }

  .title-row {
    top: 45%;
  }

  .entry-col {
    padding: 10px 0 25px;
  }
  .entry-col .kt-row-column-wrap > .wp-block-kadence-column:last-of-type {
    padding-top: 25px;
  }
  .entry-col .kt-row-column-wrap > .wp-block-kadence-column:last-of-type p {
    font-size: 19px;
  }
  .entry-col .kt-row-column-wrap > .wp-block-kadence-column:first-of-type {
    order: 13 !important;
  }

  .start-spacer > * {
    height: 60px !important;
  }

  body.blog #archive-container {
    padding-top: 20px !important;
  }
}
.site-branding .site-description {
  display: none;
}

.drawer-content.mobile-drawer-content.content-align-left.content-valign-top {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul#mobile-secondary-menu {
  display: flex;
}

#mobile-header .item-is-stuck {
  box-shadow: 0 0px 50px 0 rgba(1, 1, 1, 0.2) !important;
}

.transparent-header .item-at-start li.menu-item.current_page_item > a {
  color: var(--global-palette9) !important;
}

.site-title {
  padding-top: 7px;
}

body .single-content .wp-block-kadence-image .alignleft {
  margin-bottom: 10px;
}

figcaption {
  color: #777777;
}

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