/*
Theme Name: Prolematex
Author: MRZ Design
Author URI: www.mrz.design
Description: Theme designed and developed by MRZ Design, using core wordpress functionality and custom blocks.
Requires at least: 5.9
Tested up to: 7.4
Requires PHP: 7.4
Version: 1.2.0
*/

@font-face {
  font-family: "Poppins-Regular";
  src: url("/wp-content/themes/prolematex/assets/fonts/Poppins-Regular.woff2")
      format("woff2"),
    url("/wp-content/themes/prolematex/assets/fonts/Poppins-Regular.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Seaside-Prolematex-Bold";
  src: url("/wp-content/themes/prolematex/assets/fonts/Seaside-Prolematex-Bold.woff2")
      format("woff2"),
    url("/wp-content/themes/prolematex/assets/fonts/Seaside-Prolematex-Bold.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ==========================================================================
   General Styles
   ========================================================================== */

/* Color Palette */

:root {
  --color-primary: #3edb58;
  --color-secondary: #225233;
  --color-white: #ffffff;
  --color-black: #193f26;
  --color-light: #d9d9d9;
  --color-light-green: #3edb58;
  --color-dark: #ccddd2;

  --color-messageError: #ffc4c4;
  --color-messageSuccess: #00829e;
  --color-fieldError: #f44500;

  --font-title: "Seaside-Prolematex-Bold", serif;
  --font-text: "Poppins-Regular", sans-serif;
}

* {
  font-family: "Poppins-Regular", serif;
}

*,
html {
  scroll-behavior: smooth !important;
}

/* Body */

html,
body {
  padding: 0;
  margin: 0;
  font-family: var(--font-text);
  color: var(--color-black);
  background: var(--color-white);
  scroll-behavior: smooth;
}

/* Typography styles */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-title);
  margin: 10px 0;
  font-weight: 400;
  word-wrap: break-word;
  overflow: hidden;
}

h1 {
  font-size: 64px;
  line-height: 110%;
}

h2 {
  font-size: 64px;
  line-height: 110%;
}

h3 {
  font-size: 48px;
  line-height: 110%;
}

h4 {
  font-size: 36px;
  line-height: 110%;
}

h5 {
  font-size: 28px;
  line-height: 110%;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-family: var(--font-title);
  font-size: inherit !important;
  font-weight: inherit !important;
  color: var(--color-primary);
}

p,
a {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  font-family: var(--font-text);
}

.paragraph--large {
  font-size: 20px;
  line-height: 24px;
}

blockquote {
  font-size: 32px;
  line-height: 44px;
  margin: 20px 0;
}

.subtitle {
  font-size: 24px;
  color: var(--color-primary);
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  color: var(--color-secondary);
}

ul {
  padding: 0;
  margin: 0;
}

.main-font {
  font-family: var(--font-title);
}

.text-font {
  font-family: var(--font-text);
}

.text-large {
  font-size: 24px;
  line-height: 34px;
}

.text-big {
  font-size: 20px;
  line-height: 24px;
}

.text-small {
  font-size: 16px;
  line-height: 20px;
}

.text-upper {
  text-transform: uppercase;
}

.text-font-normal {
  font-weight: 400;
}

.text-font-italic {
  font-style: italic;
}

.text-font-bold {
  font-weight: 700;
}

.text-white {
  color: var(--color-white);
}

/* Effects */

.glow {
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
}

/* Color Codes */

.color-red {
  color: var(--color-red);
}

.color-white {
  color: var(--color-white);
}

.color-primary {
  color: var(--color-primary);
}

.bg-color-primary {
  background-color: var(--color-primary);
}

.bg-color-secondary {
  background: url("/wp-content/themes/pasta/assets/images/noise-pattern.jpg")
    repeat var(--color-secondary);
}

.bg-color-complimentary {
  background-color: var(--color-complimentary);
}

.bg-color-grey {
  background-color: var(--color-gray);
}

.bg-color-light {
  background-color: var(--color-white);
}

/***********************
        PPC PAGE
***********************/

.ppc-hero .icon-grid {
  width: 70%;
}

.ppc-hero .image-text-block {
  flex-direction: row;
}

.dark-overlay {
  background: var(--color-black);
  border-radius: 0px;
  padding: 5% !important;
  box-sizing: border-box;
}

.dark-overlay .btn-container {
  justify-content: flex-start;
  padding: 0px;
  margin: 20px 0px 0px 0px;
  width: 100%;
}

.dark-overlay .btn-container > .btn {
  margin-right: 10px;
}

.hero-label {
  background: #3ed9581c;
  border: 1px solid var(--color-primary);
  padding: 10px 20px;
  font-size: 20px;
}

.ppc-quick-call {
  width: 100%;
  padding: 0px;
  margin: 0px;
  background: var(--color-secondary);
  background-image: url("/wp-content/themes/prolematex/assets/images/solicita-bg.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

.ppc-products .headline {
  max-width: 1100px;
  margin: 0px auto;
}

.ppc-quick-call .container-block {
  width: 90%;
  max-width: 1200px;
  background: var(--color-white);
  margin: 3% auto;
  min-height: 350px;
}

.ppc-quick-call .column-half:first-child {
  padding: 2% 5%;
}

.ppc-quick-call .column-half:last-child {
  width: 50%;
  padding: 0px;
  margin: 0px;
  height: 100%;
}

.ppc-quick-call .column-half:last-child figure {
  height: 100%;
}

.ppc-quick-call .btn {
  min-width: 280px;
}

.ppc-quick-call .column-half > .btn {
  margin-bottom: 10px;
}

.ppc-quick-form h4 {
  font-size: 32px;
}

.ppc-quick-form figure,
.ppc-quick-form figure img {
  width: 100%;
}

.ppc-quick-form .container-block {
  width: 90%;
  max-width: 1200px;
}

.ppc-quick-form div .column-half:first-child {
  background: var(--color-secondary);
  color: var(--color-white);
  border-radius: 0px;
  padding: 0px;
}

.ppc-quick-form div .column-half:first-child .column-full {
  box-sizing: border-box;
  padding: 30px;
}

.ppc-quick-form .container-block {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  justify-content: space-between;
}

.ppc-gallery .column-third {
  width: 33%;
}

.ppc-gallery img {
  width: 100%;
}

.transilvania {
  background: var(--color-secondary);
  background-image: url("/wp-content/themes/prolematex/assets/images/transylvania.jpg");
  background-size: cover;
  background-position: bottom center;
  color: var(--color-white);
}

.transilvania .headline {
  width: 60%;
}

.transilvania .container-block {
  width: 90%;
}

.image-wrapper {
  width: 50%;
  height: 90%;
  padding: 0px;
  margin: 0px;
}

.image-wrapper figure {
  height: 100%;
}

.image-wrapper figure img {
  object-fit: cover;
}

.check-item {
  display: flex;
  align-items: center;
  background: var(--color-white);
  color: var(--color-secondary);
  padding: 10px;
  width: 60%;
  margin: 5px 0px;
}

.check-item::before {
  content: url("/wp-content/themes/prolematex/assets/images/check.svg");
  display: flex;
  position: relative;
  background: var(--color-primary);
  margin-right: 10px;
}

.ppc-quick-cta {
  width: 100%;
  padding: 0px;
  margin: 0px;
  background: var(--color-secondary);
  background-image: url("/wp-content/themes/prolematex/assets/images/ppc-quick-cta.png");
  background-repeat: no-repeat;
}

.ppc-quick-cta .container-block {
  width: 90%;
  max-width: 1000px;
  background: var(--color-white);
  padding: 30px;
  box-sizing: border-box;
  margin: 5% auto;
  border-left: 10px solid var(--color-primary);
}

.ppc-quick-cta .column-half:last-child > .btn {
  margin-bottom: 10px;
}

.softmanager-contact-form {
  display: flex;
  flex-direction: column;
}

.softmanager-contact-form p {
  margin: 0px 0px 10px 0px;
}

.softmanager-contact-form p input,
.softmanager-contact-form p textarea {
  border: 1px solid var(--color-light);
  border-radius: 0px;
  padding: 10px !important;
  height: inherit;
  font-size: 14px;
}

.softmanager-contact-form p input {
  height: 30px;
}

.softmanager-contact-form p label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.softmanager-contact-form p .btn {
  width: 100%;
}

.product-carousel {
  width: 95%;
  margin: 50px auto 0px auto;
}

.product-carousel .slideshow-container {
  padding: 20px;
  box-sizing: border-box;
  margin: 0px auto;
  position: relative;
  z-index: 3;
}

.product-carousel::after {
  content: "";
  width: 100%;
  height: 80%;
  display: flex;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: var(--color-dark);
}

.carousel-item {
  border: 5px solid var(--color-white);
}

.product-carousel .slick-slide {
  margin: 0px 10px;
}

.product-carousel .slick-list {
  z-index: 3;
  width: 85%;
  overflow: hidden;
  margin: 0px auto;
  padding-bottom: 50px !important;
}

.slick-arrow {
  background: var(--color-primary);
  transition: 0.3s all;
  z-index: 4;
}

.slick-arrow:hover {
  background: var(--color-black);
}

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
}

.slick-prev:before {
  content: "\e907";
  font-family: "mrz-iconset" !important;
  opacity: 1;
  font-size: 12px;
}

.slick-next:before {
  content: "\e908";
  font-family: "mrz-iconset" !important;
  opacity: 1;
  font-size: 12px;
}

.slick-dots li button:before {
  content: "";
  background: var(--color-white);
  width: 12px;
  height: 12px;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: var(--color-primary);
}

.icon-grid--3 {
  margin-top: 50px;
}

.icon-grid--3 .image-text-block {
  border: 1px solid var(--color-dark);
  padding: 20px;
  text-align: center;
  justify-content: center;
}

.icon-grid--3 .image-text-block p {
  font-size: 14px;
  font-weight: 600;
}

.ppc-feedback {
  padding: 0px;
}

.google-review {
  display: flex;
  flex-direction: column;
  background: var(--color-dark);
  padding: 40px;
  border-radius: 0px;
  min-height: 160px;
}

.google-review strong {
  font-family: var(--font-title);
}

.google-review .paragraph--large {
  margin: 0px 0px 10px 0px;
}

.google-review img {
  max-width: 100px;
}

.accordion h5 {
  font-family: var(--font-text) !important;
  font-size: 16px;
  font-weight: 600;
}

.accordion-item.is-open .faq-icon::before {
  color: var(--color-primary);
}

.accordion-content ul {
  margin-left: 20px;
}

.accordion-content ul li {
  font-size: 14px;
}

.accordion-content ul li::marker {
  color: var(--color-primary);
}

.faq-icon {
  display: flex;
}

.faq-icon::before {
  font-family: "prolematex" !important;
  display: flex;
  position: relative;
  margin-right: 15px;
  font-size: 22px;
  font-weight: normal;
}

.icon-question::before {
  content: "\e900";
}

.icon-doors::before {
  content: "\e902";
}

.icon-measurments::before {
  content: "\e903";
}

.icon-price::before {
  content: "\e906";
}

.icon-info::before {
  content: "\e909";
}

.icon-date::before {
  content: "\e908";
}

.icon-duration::before {
  content: "\e901";
}

.icon-warp::before {
  content: "\e904";
}

.icon-bathroom::before {
  content: "\e905";
}

.icon-service::before {
  content: "\e907";
}

.icon-order::before {
  content: "\e907";
}

.potrivit {
  padding: 0px;
  margin: 0px;
  width: 50%;
}

.potrivit figure {
  height: 100%;
}
