/**
 * Theme Name: Kwixlee Blocksy Child
 * Template:   blocksy
*/
@import url("https://fonts.googleapis.com/css2?family=Aleo:ital,wght@0,100..900;1,100..900&family=Gudea:ital,wght@0,400;0,700;1,400&display=swap");
.hero-section .entry-header {
  margin-top: 3rem;
}
.hero-section .entry-header .page-title {
  font-size: 40px;
}

.hero-eyebrow .stk-block-heading__text {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.post-498 .hero-section,
.post-496 .hero-section,
.post-644 .hero-section,
.post-650 .hero-section,
.post-646 .hero-section,
.post-648 .hero-section {
  display: none;
}

.content-container {
  max-width: 1290px;
  margin: 0 auto;
}

section,
.section {
  padding: 2rem 0;
}
section img:not(.default-logo),
.section img:not(.default-logo) {
  margin-bottom: 1rem;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
}

.entry-header {
  margin-bottom: 2rem;
}

.page-title {
  border-bottom: 1px solid var(--theme-palette-color-3);
}

figure.wp-block-pullquote {
  padding: 0 !important;
}

.wp-block-pullquote {
  padding: 2rem 0;
  border: none !important;
}
.wp-block-pullquote blockquote p {
  margin: 2rem 0;
  padding: 1rem 2rem;
  font-style: italic;
}

.bg-dark .wp-block-pullquote blockquote:before {
  color: var(--theme-palette-color-7);
}
.bg-dark .wp-block-pullquote blockquote p {
  color: var(--theme-palette-color-7);
}

.stk-block-icon-list__ul .wp-block-stackable-icon-list-item .stk-block-icon-list-item__content {
  margin-bottom: 1rem;
}

.service-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #110209;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  border: 1px solid #533c35;
  background: #f8f5f4;
}
.service-box figure img {
  border-radius: 0.5rem 0.5rem 0 0;
}
.service-box .service-title {
  margin-top: 0;
  margin-bottom: 1rem;
  flex-shrink: 1;
  font-size: 2em;
  color: #EA3C34;
  text-align: center;
}
.service-box ul {
  padding-right: 1rem;
  flex-shrink: 1;
}
.service-box .service-price {
  padding-bottom: 1rem;
  margin-top: auto;
  font-size: 1.5em;
  color: #EA3C34;
  text-align: center;
}

.wp-block-table {
  width: 100%;
  color: #110209;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1rem;
  background: #f8f5f4;
}
.wp-block-table th, .wp-block-table td {
  padding: 0.5rem;
}

.wp-block-media-text {
  margin-bottom: 1.4rem;
  grid-template-columns: 40% 1fr;
  align-items: start;
}
.wp-block-media-text .wp-block-media-text__content {
  align-self: start;
}
.wp-block-media-text .wp-block-media-text__media {
  align-self: start !important;
}
.wp-block-media-text h4 {
  font-size: 1.4rem;
}

.process-list {
  margin: 0 auto;
  padding: 1rem;
  max-width: 1290px;
}
@media (max-width: 768px) {
  .process-list {
    padding: 4rem;
  }
}
.process-list li {
  padding-bottom: 0.75rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.process-list li::marker {
  font-weight: bold;
  font-size: 2.5rem;
  color: #EA3C34;
}
.process-list li:nth-child(even) {
  margin-left: 4rem;
}
.process-list li .wp-block-list {
  margin-left: 1rem;
  list-style-type: none;
}
.process-list li .wp-block-list li {
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.bg-dark {
  background-color: var(--theme-palette-color-3);
}
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6, .bg-dark p, .bg-dark table, .bg-dark span, .bg-dark ul li {
  color: var(--theme-palette-color-7);
}
.bg-dark .bg-light-in-dark {
  background-color: rgb(82, 107, 133);
  padding: 1rem;
  border-radius: 8px;
}
.bg-dark .stk-block-heading__text,
.bg-dark .stk-block-text__text {
  font-weight: bold;
  color: var(--theme-palette-color-7);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
.bg-dark .stk--inner-svg {
  fill: var(--theme-palette-color-7);
}
.bg-dark .wp-block-table {
  background: none;
  color: inherit;
}

a {
  color: #EA3C34;
  text-decoration: none;
  transition: 0.25s;
}
a:hover {
  color: #f8f5f4;
}

.btn {
  padding: 0.5rem 1rem;
  color: #f8f5f4;
  text-decoration: none;
  background: #3f0721;
  border-radius: 0.5rem;
  transition: 0.25s;
}
.btn:hover {
  background: #110209;
}

.btn-primary {
  background: #EA3C34;
}
.btn-primary:hover {
  color: #f8f5f4;
  background: #d51e16 !important;
}

#multi-step-form .fw-step-block {
  margin-bottom: 1.5rem !important;
}
#multi-step-form .fw-wizard-step {
  background: #E9E9E9;
}
#multi-step-form .fw-wizard-step.fw-current {
  display: flex !important;
  flex-wrap: wrap;
  gap: 1rem;
}
#multi-step-form .fw-wizard-step.fw-current .fw-step-part {
  margin-bottom: 2rem;
  padding: 1rem !important;
  flex: 0 1 49%;
}
#multi-step-form .fw-wizard-step-container {
  color: #110209;
}
#multi-step-form.fw-large-container ul.fw-progress-bar .fw-progress-step .fw-txt-ellipsis {
  color: #f8f5f4 !important;
  display: none;
}
#multi-step-form.fw-large-container ul.fw-progress-bar .fw-progress-step li.fw-active .fw-txt-ellipsis {
  color: #EA3C34 !important;
  display: inline-block !important;
}
#multi-step-form .fw-plain-layout .fa.form-control-feedback {
  left: 2rem !important;
  color: #d0bcb6;
}
#multi-step-form .fw-text-input,
#multi-step-form .fw-textarea {
  font-size: 1rem !important;
}
#multi-step-form .fw-text-input {
  height: 3.5rem !important;
  border-radius: 5px !important;
}
#multi-step-form .fw-input-container input {
  padding: 1rem 2.5rem 1rem 3.5rem !important;
}
#multi-step-form .fa.form-control-feedback {
  margin-top: 1.2rem !important;
}

.cta-home {
  margin-top: 1rem;
  padding: 3rem 0 19rem;
  color: #f8f5f4;
  text-align: center;
  background: var(--theme-palette-color-3) url("/wp-content/uploads/2025/02/cta-background-trans.png") no-repeat 20% center/cover;
}
.cta-home h2 {
  margin: 0;
  text-align: center;
}
.cta-home h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cta-home p {
  margin: 0 auto;
  max-width: 80%;
  font-size: 1.25rem;
}
.cta-home a {
  margin-top: 2rem;
  display: inline-block;
  color: #f8f5f4;
  text-decoration: none;
}
.cta-home a:hover {
  text-decoration: underline;
}

.about .about-content {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about .about-content {
    flex-wrap: wrap;
  }
}
.about .about-content .about-content_text {
  flex: 0 1 70%;
  padding: 1rem;
  order: 1;
}
@media screen and (max-width: 768px) {
  .about .about-content .about-content_text {
    flex: 0 1 100%;
  }
}
.about .about-content .about-content_image {
  flex: 0 1 30%;
  order: 2;
}
@media screen and (max-width: 768px) {
  .about .about-content .about-content_image {
    flex: 0 1 100%;
  }
}
.about .about-content .about-content_image img {
  width: 100%;
  height: auto;
}

.hero-home {
  padding: 4rem 0;
  background: var(--theme-palette-color-1);
  background: linear-gradient(175deg, #110209 3%, var(--theme-palette-color-3) 66%);
}
.hero-home .hero-home-content {
  margin: 0 auto;
  max-width: 1290px;
  display: flex;
  flex-wrap: no-wrap;
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hero-home .hero-home-content {
    flex-wrap: wrap;
  }
}
.hero-home .hero-home-titles {
  margin-bottom: 2rem;
  padding: 0 2rem;
  flex: 0 1 60%;
  color: #f8f5f4 !important;
}
@media screen and (max-width: 768px) {
  .hero-home .hero-home-titles {
    flex: 0 1 100%;
  }
}
.hero-home .hero-home-heading {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  color: #f8f5f4 !important;
}
.hero-home .hero-home-subheading {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  color: #f8f5f4 !important;
}
.hero-home .hero-home-description {
  margin-bottom: 2rem;
  color: #f8f5f4 !important;
}
.hero-home .cta-home-hero {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  color: #f8f5f4 !important;
  background-color: #EA3C34;
  border-radius: 5px;
  text-decoration: none;
}
.hero-home .cta-home-hero:hover {
  background-color: #d51e16;
}
.hero-home .hero-home-images {
  margin: 0;
  padding: 0;
  flex: 0 1 40%;
  display: grid;
  grid-template-columns: 65.5% 1fr;
  gap: 1rem;
}
.hero-home .hero-home-images img {
  border-radius: 10px;
  filter: grayscale(80%);
}
@media screen and (max-width: 768px) {
  .hero-home .hero-home-images {
    flex: 0 1 100%;
  }
}
.hero-home .hero-home-image-one {
  width: 100%;
  grid-row-start: 1;
  grid-row-end: 3;
}
.hero-home .hero-home-image-two {
  width: 100%;
  height: auto;
}
.hero-home .hero-home-image-three {
  width: 100%;
  height: auto;
  position: relative;
}

.testimonials-container .testimonials-title {
  text-align: left;
}
.testimonials-container .testimonials-description {
  text-align: center;
}
.testimonials-container .testimonials-media {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.testimonials-container .testimonials-media .testimonial-card {
  padding: 1.5rem 1.5rem 2rem;
  flex: 0 1 48%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  color: #110209;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  background: #f8f5f4;
}
@media screen and (max-width: 768px) {
  .testimonials-container .testimonials-media .testimonial-card {
    flex: 0 1 90%;
  }
}
.testimonials-container .testimonials-media .testimonial-card img {
  width: auto;
  height: 150px;
  border-radius: 100%;
}
.testimonials-container .testimonials-media .testimonial-card .testimonial-card-copy {
  text-align: left;
}
.testimonials-container .testimonials-media .testimonial-card .testimonial-card-name {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: bold;
}
.testimonials-container .testimonials-media .testimonial-card .testimonial-card-company {
  margin-top: 0;
}

.video-samples-display-content {
  max-width: 1290px;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 4rem;
  text-align: center;
}

.video-samples-display-media {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .video-samples-display-media {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .video-samples-display-media {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.video-samples-display-card {
  position: relative;
  flex: 0 1 30%;
  transition: 0.25s;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .video-samples-display-card {
    flex: 0 1 100%;
  }
}
.video-samples-display-card a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-decoration: none;
  color: #110209;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .video-samples-display-card a {
    flex-direction: column;
  }
}
.video-samples-display-card .card-image {
  width: 100%;
  height: auto;
  text-align: center;
}
.video-samples-display-card .card-image img {
  width: 100%;
  height: auto;
}
.video-samples-display-card .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.5s;
}
.video-samples-display-card .card-overlay:hover {
  opacity: 1;
}
.video-samples-display-card .card-titles {
  padding: 0 1rem;
}
.video-samples-display-card .card-titles .card-title {
  margin-top: 15%;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #f8f5f4;
}
.video-samples-display-card .card-tags {
  margin-top: auto;
  padding: 0 0.5rem 1rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
.video-samples-display-card .card-tags h4.tag {
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 0.25rem 0.5rem;
  font-family: "Gudea", sans-serif;
  font-size: 0.8rem;
  color: #f8f5f4;
  font-weight: normal;
  border: 1px solid #f8f5f4;
  border-radius: 0.75rem;
}

.video-samples-display-titles {
  padding: 1rem;
  text-align: center;
}

.video-samples-display-title {
  margin-bottom: 0;
}

.video-samples-display-description {
  margin-top: 0;
  font-size: 1.5rem;
}

.filters {
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}

.video-samples-blog {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 1.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .video-samples-blog {
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 768px) {
  .video-samples-blog {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.video-samples-blog .video-samples-blog-card {
  margin-bottom: 0;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0.5rem;
  position: relative;
}
.video-samples-blog .video-samples-blog-card img {
  margin: 0;
  box-shadow: none;
  width: 100%;
  height: auto;
}
.video-samples-blog .video-samples-blog-card .card-content {
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s ease;
}
.video-samples-blog .video-samples-blog-card .card-content .title {
  margin: 0;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.video-samples-blog .video-samples-blog-card .card-content .title a {
  color: #f8f5f4;
  text-decoration: none;
}
.video-samples-blog .video-samples-blog-card:hover .card-content {
  height: 100%;
}

.pagination {
  padding: 2rem;
  text-align: center;
}
.pagination .page-numbers {
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #EA3C34;
  border: 1px solid #EA3C34;
  border-radius: 4px;
  transition: 0.25s;
}
.pagination .page-numbers:hover {
  color: #f8f5f4;
  background-color: #f49590;
}
.pagination .page-numbers.current {
  background-color: #EA3C34;
  color: #f8f5f4;
}

.content-container {
  max-width: 1290px;
  margin: 0 auto;
}

.statistics {
  display: none !important;
}

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