/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
body {
  min-height: 100vh;
  /* Modal styling */
}
body #main-slideshow .x-slider-gallery .x-slider_slide > * {
  display: flex;
  align-items: center;
  justify-content: center;
}
body #main-slideshow .x-slider-gallery .splide__slide img {
  max-height: 100vh;
  width: auto;
  min-width: 100vw;
}
body #main-slideshow .splide__arrows button i {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
body .clientslider-thumbnails .brxe-mqeavp {
  justify-content: unset !important;
}
body .clientslider-thumbnails .splide__track {
  overflow: visible;
}
body .clientslider-thumbnails .splide__list .x-slider_slide {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
body .presso-intro-page-section .intro-subtext {
  font-size: 18px;
}
body .presso-intro-page-section .intro-subtext p {
  margin-bottom: 20px;
  line-height: 1.2em;
}
body .presso-intro-page-section .intro-subtext ul {
  margin-top: 0;
  margin-bottom: 20px;
}
body #editor-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body #editor-nav > div {
  max-width: 280px;
}
body #editor-nav > div .edit-item.active {
  background: #ff4929;
  color: #fff;
}
body #presentation-nav {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  z-index: 100;
}
body #presentation-nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}
body #presentation-nav ul a {
  color: white;
  font-weight: bold;
  position: relative;
}
body #presentation-nav ul a .index-num {
  font: 700 14px/14px "Whyte Inktrap", Arial, sans-serif;
  position: absolute;
  bottom: -5px;
  right: -5px;
  color: #fff;
}
body #presentation-nav ul a:hover {
  color: var(--bricks-color-olmgax);
}
body #presentation-nav ul .current a {
  color: var(--bricks-color-olmgax);
}
body #presso-edit-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  z-index: 100;
  cursor: pointer;
}
body #presso-edit-button:hover {
  color: white;
  fill: white;
}
body .clientslider-thumbnails {
  bottom: -150px;
  transition: all 2s;
}
body .clientslider-thumbnails.active-nav {
  bottom: 10px;
  transition: all 2s;
}
body .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
body #presentation-form .num-pages {
  padding-bottom: 10px;
  padding-top: 5px;
}
body #presentation-form .num-pages input {
  width: 65px;
  border: 1px solid #ff4929;
  margin-left: 10px;
}
body .popup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
  z-index: 1000;
  width: 600px;
  border-radius: 10px;
}
body .popup-content form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
}
body .popup-content form ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}
body .popup-content form ul li {
  line-height: 1.4em;
}
body .popup-content form label {
  font-weight: bold;
  color: #000;
  line-height: 1em;
  font-size: 16px;
}
body .popup-content form input[type=text] {
  padding: 0.5rem;
  color: #000;
  width: 100%;
}
body .popup-content form input[type=submit] {
  margin-top: 20px;
  background: #ff4929;
  border: none;
  color: #fff;
  padding: 1rem 3rem;
  text-transform: uppercase;
  border-radius: 10px;
}
body .popup-content form .field-wrapper {
  font-size: 14px;
  width: 100%;
  line-height: 1.2em;
}
body .content-template {
  overflow: hidden;
}
body .content-template .presso-intro-title {
  font-size: 91px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.2em;
}
body .content-template .intro-subtext {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 80px;
}
body .content-template .feature-list-item {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: -1.08px;
}
body .content-template.content-template-1 .presso-intro-title, body .content-template.content-template-1 .intro-subtext, body .content-template.content-template-1 .feature-list-item, body .content-template.content-template-2 .presso-intro-title, body .content-template.content-template-2 .intro-subtext, body .content-template.content-template-2 .feature-list-item {
  color: #000;
}
body .content-template.content-template-3 .presso-intro-title {
  color: #ff4929;
}
body .content-template.content-template-3 .intro-subtext, body .content-template.content-template-3 .feature-list-item {
  color: #000;
}
body .content-template.content-template-4 .presso-intro-title {
  color: #fff;
}
body .content-template .content-corner-element {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}
body .content-template.content-template-1 {
  background: #CAAACD;
}
body .content-template.content-template-1 .content-corner-element {
  background-image: url("/wp-content/uploads/template-elements/content-template-1-element.png");
}
body .content-template.content-template-2 {
  background: #78C8DD;
}
body .content-template.content-template-2 .content-corner-element {
  background-image: url("/wp-content/uploads/template-elements/content-template-2-element.png");
}
body .content-template.content-template-3 {
  background: #fff;
}
body .content-template.content-template-3 .content-corner-element {
  background-image: url("/wp-content/uploads/template-elements/content-template-3-element.png");
}

@media screen and (max-width: 900px) {
  body .cover-page-container h1.presso-cover-title {
    margin-top: 5px;
  }
  body .cover-page-container .client-logo {
    margin-top: 40px;
  }
  body .content-template .presso-intro-title {
    font-size: 50px;
  }
  body .content-template .presso-intro-page-section {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  body .content-template .presso-intro-page-section .intro-subtext {
    font-size: 20px;
    margin-bottom: 30px;
  }
  body .content-template .presso-intro-page-section .feature-list-item {
    font-size: 20px;
  }
}

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