
/*! ---------------------------------------------------------

Updated:        2024-03-20 22:46:45
Theme Name:     Ingdomy
Theme URI:      http://www.maragraf.com
Template:       Divi
Author:         Petr Marášek
Author URI:     http://www.maragraf.com
Description:    Šablon pro divi která používá jeden hlavní soubor CSS.
Version:        1.0.1
Tags:           Divi, Šablona, Flexibilní
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ---------- */
:root {
  --primary: #559294;
  --secondary: #88755f;
  --gray-light: #eef4f4;
  --step--3: clamp(0.7681rem, 0.8248rem + -0.0732vi, 0.8102rem);
  --step--2: clamp(0.9722rem, 0.9631rem + 0.0457vi, 0.9985rem);
  --step--1: clamp(1.1667rem, 1.121rem + 0.2285vi, 1.2981rem);
  --step-0: clamp(1.4rem, 1.3rem + 0.5vi, 1.6875rem);
  --step-1: clamp(1.68rem, 1.5013rem + 0.8935vi, 2.1938rem);
  --step-2: clamp(2.016rem, 1.7253rem + 1.4537vi, 2.8519rem);
  --step-3: clamp(2.4192rem, 1.9711rem + 2.2404vi, 3.7074rem);
  --step-4: clamp(2.903rem, 2.2364rem + 3.3333vi, 4.8197rem);
  --step-5: clamp(3.4836rem, 2.516rem + 4.8381vi, 6.2656rem);
  --step-6: clamp(4.1804rem, 2.8013rem + 6.8954vi, 8.1452rem);
  --space-3xs: clamp(0.25rem, 0.1848rem + 0.3261vi, 0.4375rem);
  --space-2xs: clamp(0.5rem, 0.3696rem + 0.6522vi, 0.875rem);
  --space-xs: clamp(0.75rem, 0.5543rem + 0.9783vi, 1.3125rem);
  --space-s: clamp(1rem, 0.7391rem + 1.3043vi, 1.75rem);
  --space-m: clamp(1.5rem, 1.1087rem + 1.9565vi, 2.625rem);
  --space-l: clamp(2rem, 1.4783rem + 2.6087vi, 3.5rem);
  --space-xl: clamp(3rem, 2.2174rem + 3.913vi, 5.25rem);
  --space-2xl: clamp(4rem, 2.9565rem + 5.2174vi, 7rem);
  --space-3xl: clamp(6rem, 4.4348rem + 7.8261vi, 10.5rem);
  --space-3xs-2xs: clamp(0.25rem, 0.0326rem + 1.087vi, 0.875rem);
  --space-2xs-xs: clamp(0.5rem, 0.2174rem + 1.413vi, 1.3125rem);
  --space-xs-s: clamp(0.75rem, 0.4022rem + 1.7391vi, 1.75rem);
  --space-s-m: clamp(1rem, 0.4348rem + 2.8261vi, 2.625rem);
  --space-m-l: clamp(1.5rem, 0.8043rem + 3.4783vi, 3.5rem);
  --space-l-xl: clamp(2rem, 0.8696rem + 5.6522vi, 5.25rem);
  --space-xl-2xl: clamp(3rem, 1.6087rem + 6.9565vi, 7rem);
  --space-2xl-3xl: clamp(4rem, 1.7391rem + 11.3043vi, 10.5rem);
}

/* 
https://www.smashingmagazine.com/2022/10/fluid-typography-clamp-sass-functions/
42 - zmena 16px na 10px html rem 
font-size: fluid(20px, 40px, 980px, 1340px);
font-size: fluid(16px, 31px);
*/
/*
 * MAIN TEMPLATE STYLE
 * -------------------------------------------- */
/* 
 * MODULES
 * -------------------------------------------- */
/* Button theme style
 * -------------------------------------------- */
.et_pb_button {
  font-size: var(--step--0);
  font-family: inherit;
  padding: 0.65em 2.6em !important;
  text-transform: uppercase;
  font-weight: 600;
  border-width: 2px;
  border-radius: 0;
  line-height: 1.5 !important;
}
.et_pb_button:after, .et_pb_button:before {
  margin-top: -0.075em;
  display: none !important;
}

.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
  padding: 0.65em 3.6em 0.65em 2.6em;
  text-decoration: none;
}

.et_pb_button {
  color: #fff;
  border-color: transparent;
  background-color: #559294;
}
.et_pb_button:hover, .et_pb_module .et_pb_button:hover {
  color: #559294;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.05);
}

.et_pb_button.btn-primary {
  color: #fff;
  border-color: transparent;
  background-color: #559294;
}
.et_pb_button.btn-primary:hover, .et_pb_module .et_pb_button.btn-primary:hover {
  color: #559294;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.05);
}

.et_pb_button.btn-secondary {
  color: #fff;
  border-color: transparent;
  background-color: #88755f;
}
.et_pb_button.btn-secondary:hover, .et_pb_module .et_pb_button.btn-secondary:hover {
  color: #88755f;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.05);
}

.et_pb_button.button-small {
  font-size: var(--step--1);
  padding: 0.6em 1.6em !important;
  text-transform: uppercase;
  font-weight: 600;
  border-width: 2px;
  border-radius: 0;
  line-height: 1.5 !important;
}

.col-btn-group .et_pb_button_module_wrapper {
  display: inline-block;
  margin-bottom: 1rem !important;
}

/*
 * CUSTOM THEME FOR THIS SITE
 * -------------------------------------------- */
/** Typography 
 ** -------------------------------- */
html {
  font-size: 62.5%;
}

body {
  color: #1e2224;
  font-size: var(--step-0);
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: unset;
}
@media (min-width: 981px) {
  body {
    line-height: 1.5em;
  }
}
body.et_divi_theme {
  font-size: var(--step-0);
}
body.et_divi_theme .et_pb_column_1_2 .et_quote_content blockquote cite,
body.et_divi_theme .et_pb_column_1_2 .et_link_content a.et_link_main_url,
body.et_divi_theme .et_pb_column_1_3 .et_quote_content blockquote cite,
body.et_divi_theme .et_pb_column_3_8 .et_quote_content blockquote cite,
body.et_divi_theme .et_pb_column_1_4 .et_quote_content blockquote cite,
body.et_divi_theme .et_pb_blog_grid .et_quote_content blockquote cite,
body.et_divi_theme .et_pb_column_1_3 .et_link_content a.et_link_main_url,
body.et_divi_theme .et_pb_column_3_8 .et_link_content a.et_link_main_url,
body.et_divi_theme .et_pb_column_1_4 .et_link_content a.et_link_main_url,
body.et_divi_theme .et_pb_blog_grid .et_link_content a.et_link_main_url,
body.et_divi_theme .et_pb_bg_layout_light .et_pb_post p,
body.et_divi_theme .et_pb_bg_layout_dark .et_pb_post p {
  font-size: var(--step-0);
}

a {
  color: #559294;
  text-decoration: none;
  font-weight: 400;
}
a:hover {
  color: #4c8284;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 2rem;
  color: #000;
  font-weight: 700;
  letter-spacing: -0.02em;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  padding-bottom: 0;
}

h1 {
  font-size: var(--step-4);
}

h2 {
  font-size: var(--step-3);
}

h3 {
  font-size: var(--step-2);
}

h4 {
  font-size: var(--step-1);
}

h5 {
  font-size: var(--step-0);
}

h6 {
  font-size: var(--step--1);
}

.et_pb_column_1_3 .font-size-init h1,
.et_pb_column_1_4 .font-size-init h1,
.et_pb_column_1_5 .font-size-init h1,
.et_pb_column_1_6 .font-size-init h1,
.et_pb_column_2_5 .font-size-init h1 {
  font-size: var(--step-4);
}
.et_pb_column_1_3 .font-size-init h2,
.et_pb_column_1_4 .font-size-init h2,
.et_pb_column_1_5 .font-size-init h2,
.et_pb_column_1_6 .font-size-init h2,
.et_pb_column_2_5 .font-size-init h2 {
  font-size: var(--step-3);
}
.et_pb_column_1_3 .font-size-init h3,
.et_pb_column_1_4 .font-size-init h3,
.et_pb_column_1_5 .font-size-init h3,
.et_pb_column_1_6 .font-size-init h3,
.et_pb_column_2_5 .font-size-init h3 {
  font-size: var(--step-2);
}
.et_pb_column_1_3 .font-size-init h4,
.et_pb_column_1_4 .font-size-init h4,
.et_pb_column_1_5 .font-size-init h4,
.et_pb_column_1_6 .font-size-init h4,
.et_pb_column_2_5 .font-size-init h4 {
  font-size: var(--step-1);
}
.et_pb_column_1_3 .font-size-init h5,
.et_pb_column_1_4 .font-size-init h5,
.et_pb_column_1_5 .font-size-init h5,
.et_pb_column_1_6 .font-size-init h5,
.et_pb_column_2_5 .font-size-init h5 {
  font-size: var(--step-0);
}
.et_pb_column_1_3 .font-size-init h6,
.et_pb_column_1_4 .font-size-init h6,
.et_pb_column_1_5 .font-size-init h6,
.et_pb_column_1_6 .font-size-init h6,
.et_pb_column_2_5 .font-size-init h6 {
  font-size: var(--step--1);
}

.font-size-init h1,
.font-size-init .et_pb_title_container h1,
.font-size-init.et_pb_portfolio_grid .et_pb_portfolio_item h1 {
  font-size: var(--step-4);
}
.font-size-init h2,
.font-size-init .et_pb_title_container h2,
.font-size-init.et_pb_portfolio_grid .et_pb_portfolio_item h2 {
  font-size: var(--step-3);
}
.font-size-init h3,
.font-size-init .et_pb_title_container h3,
.font-size-init.et_pb_portfolio_grid .et_pb_portfolio_item h3 {
  font-size: var(--step-2);
}

small,
.text-small {
  font-size: var(--step--1);
  line-height: 1.4em;
}

.text-large {
  font-size: var(--step-1);
  line-height: 1.5em;
}

.text-lead {
  font-size: var(--step-2);
  line-height: 1.5em;
}

.text-primary {
  color: #559294;
}

.text-secondary {
  color: #88755f;
}

/* Layout theme style
 * -------------------------------------------- */
.container {
  width: 88%;
  max-width: 1240px;
}
@media (min-width: 981px) {
  .container {
    width: 90%;
  }
}

div.et_pb_section {
  padding-top: var(--space-2xl);
  padding-bottom: var(--space-2xl);
}

div.et_pb_row,
.et-db #et-boc .et-l .et_pb_row {
  width: 88%;
  max-width: 1240px;
  padding-top: var(--space-m);
  padding-bottom: var(--space-m);
}
@media (min-width: 981px) {
  div.et_pb_row,
  .et-db #et-boc .et-l .et_pb_row {
    width: 90%;
  }
}
@media only screen and (min-width: 1351px) {
  div.et_pb_row,
  .et-db #et-boc .et-l .et_pb_row {
    padding-top: var(--space-m);
    padding-bottom: var(--space-m);
  }
}
div.et_pb_row.et_pb_row_fullwidth,
.et-db #et-boc .et-l .et_pb_row.et_pb_row_fullwidth {
  width: 100%;
  max-width: 2560px;
}

@media (max-width: 980.99px) {
  .et_pb_column {
    margin-bottom: var(--space-m);
  }
  .et_pb_column .et_pb_module {
    margin-bottom: var(--space-m);
  }
}
/* Header theme style
 * -------------------------------------------- */
header {
  position: relative;
  z-index: 9999;
}

header.et-fb-tabs-outer {
  z-index: auto;
}

#main-header,
#et-boc #main-header {
  padding: 0;
  line-height: 4rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-weight: 400;
  background-color: #fff;
}
#main-header.et-fixed-header,
#et-boc #main-header.et-fixed-header {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
#main-header .row-header,
#et-boc #main-header .row-header {
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
}
#main-header .et_pb_module,
#et-boc #main-header .et_pb_module {
  margin-bottom: 0;
}
#main-header .et_pb_module.et_pb_text,
#et-boc #main-header .et_pb_module.et_pb_text {
  padding-bottom: 0;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1.4;
  text-align: right;
}
#main-header .et_pb_module.et_pb_text span,
#et-boc #main-header .et_pb_module.et_pb_text span {
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  color: #559294;
}
/* Footer theme style
 * -------------------------------------------- */
.sc-footer {
  background-color: #283939;
}
.sc-footer .row-footer {
  padding-bottom: 0 !important;
}
.sc-footer .et_pb_module {
  margin-bottom: 1rem !important;
  color: rgba(255, 255, 255, 0.72);
}

/* Theme navigation
 * -------------------------------------------- */
.et_pb_menu .et_pb_menu__wrap {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.et_pb_menu .et_pb_menu__logo-wrap .et_pb_menu__logo {
  margin-top: -24px;
}
.et_pb_menu .et_pb_menu__logo-wrap .et_pb_menu__logo img {
  width: auto;
  max-height: 60px !important;
}

.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
  padding: 20px 0;
}

#top-menu li {
  font-size: var(--step-0);
  font-weight: 700;
  padding-right: 22px;
  text-transform: uppercase;
  letter-spacing: normal;
}

#menu-main-menu li {
  font-size: var(--step-0);
  font-weight: 700;
  padding-right: 22px;
  text-transform: uppercase;
  letter-spacing: normal;
}
#menu-main-menu li:last-child {
  padding-right: 11px;
}
#menu-main-menu li a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
#menu-main-menu li a:hover {
  color: #000;
  text-decoration: none;
}
#menu-main-menu li.current-menu-item a {
  color: #559294;
}
#menu-main-menu li.current-menu-item a:hover {
  color: #000;
}

.et_mobile_menu {
  border-top-color: #559294;
}
.et_mobile_menu li.current-menu-item a {
  color: #559294;
  font-weight: 700;
}
.et_mobile_menu li.current-menu-item a:hover {
  color: #000;
}

@media (max-width: 980px) {
  .et_pb_menu ul.et_mobile_menu {
    top: 128%;
  }
}
/* Sidebar theme style
 * -------------------------------------------- */
.md-sidebar.et_pb_bg_layout_light .et_pb_widget li a {
  color: #000;
}
.md-sidebar .et_pb_widget.widget_nav_menu {
  margin-bottom: 24px !important;
}
.md-sidebar .menu {
  font-size: 14px;
}
.md-sidebar .catlist-menu li {
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.3;
}
.md-sidebar .menu-item.current_page_item a {
  color: #222;
}
.md-sidebar ul {
  list-style: none !important;
  padding: 0 !important;
  line-height: inherit !important;
}

.md-sidebar-menu .md-sidebar.et_pb_widget_area.et_pb_widget_area_left {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 0;
}
.md-sidebar-menu .md-sidebar.et_pb_widget_area.et_pb_widget_area_right {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 0;
}
.md-sidebar-menu li {
  position: relative;
  padding-left: 1.2em;
}
.md-sidebar-menu li::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
  border-left: 0.35em solid;
  position: absolute;
  top: 0.4em;
  left: 0;
  opacity: 0.4;
}
.md-sidebar-menu a,
.md-sidebar-menu .et_pb_widget li a {
  color: #000;
  text-decoration: none;
}

/* Theme custom plugins
 * -------------------------------------------- */
/* Theme custom modules
 * -------------------------------------------- */
/* Custom button theme style
 * -------------------------------------------- */
.et_pb_button {
  min-width: 260px;
  text-align: center;
}
.et_pb_button.btn-primary.btn-outline {
  color: #559294;
  border-color: #559294;
  background-color: #fff;
}
.et_pb_button.btn-secondary.btn-outline {
  color: #88755f;
  border-color: #88755f;
  background-color: #fff;
}

/* All pages share style
 * -------------------------------------------- */
a[href^=tel]:link, a[href^=tel]:visited, a[href^=tel]:hover {
  text-decoration: none;
  color: #000;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 980.99px) {
  a[href^=tel]:link, a[href^=tel]:visited, a[href^=tel]:hover {
    text-decoration: underline;
    color: #1e2224;
    pointer-events: auto;
    cursor: pointer;
  }
}

.md-section-heading {
  padding-left: var(--space-xl);
}
.md-section-heading::after {
  content: "";
  display: block;
  position: absolute;
  top: -1rem;
  bottom: -1.2rem;
  left: 0;
  background-color: #559294;
  width: 1rem;
}
.md-section-heading h2, .md-section-heading h3 {
  line-height: 1.2;
}

.sc-hero {
  background-color: #eef4f4;
}
.sc-hero::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #559294;
  width: 20%;
  height: 235px;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}

.mfp-arrow-left:before, .mfp-arrow-left:after {
  margin-top: 0;
  margin-left: 0;
}
.mfp-arrow-left:before {
  right: 0;
  left: auto;
  border-right-color: #fff;
}

.mfp-arrow-right:before, .mfp-arrow-right:after {
  margin-top: 0;
  margin-left: 0;
}
.mfp-arrow-right:before {
  right: auto;
  left: 0;
  border-left-color: #fff;
}

.mfp-image-holder .mfp-close {
  font-family: "Inter", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 100;
  opacity: 0.6;
}

.mfp-figure:after {
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.8);
}

/* Index page style
 * -------------------------------------------- */
.sc-hero--index::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 180%;
  background-repeat: no-repeat;
  background-position: top -75px right;
  background-size: cover;
  opacity: 0.8;
}
.sc-hero--index .row-hero {
  padding-top: 0 !important;
}
.sc-hero--index .col-text {
  z-index: 10;
  margin-top: auto;
  margin-bottom: auto;
}
.sc-hero--index .hero-title {
  padding: 30px 24px 36px;
  background-color: rgba(255, 255, 255, 0.85);
}
.sc-hero--index .hero-title h1 {
  color: #559294;
}
@media (min-width: 981px) {
  .sc-hero--index .hero-title {
    padding: 48px;
  }
  .sc-hero--index .hero-image {
    margin-left: -400px;
  }
}

.sc-howwework {
  background-color: transparent;
}
.sc-howwework .row-feature {
  padding-bottom: 0 !important;
}
.sc-howwework .row-feature::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #559294;
  width: 20%;
  height: 70%;
}
.sc-howwework .col-text {
  padding-top: 4em;
}
@media (min-width: 981px) {
  .sc-howwework .col-image {
    padding-left: var(--space-xl);
  }
  .sc-howwework .img-howwework {
    margin-right: -200px;
  }
}
.sc-howwework .md-feature {
  margin-bottom: 1em !important;
  padding: 1.75em;
  background-color: #eef4f4;
}
.sc-howwework .md-feature:last-child {
  margin-bottom: 0 !important;
}
.sc-howwework .md-feature .et_pb_module_header {
  padding-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}
.sc-howwework .md-feature .et_pb_blurb_description {
  font-size: var(--step--1);
  font-weight: 500;
  line-height: 1.4;
}

.sc-current-construction {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.sc-current-construction .row-wall-image {
  padding-bottom: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.sc-current-construction-end {
  padding-top: 0 !important;
}
.sc-current-construction-end::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #e4eaea;
  z-index: 1;
}
.sc-current-construction-end::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 192%;
  background-image: url(https://ingdomy.puzzo.eu/wp-content/uploads/2024/04/bg-plan_02_opt.png);
  background-repeat: no-repeat;
  background-position: bottom -440px right 0;
  background-size: cover;
  opacity: 0.8;
  z-index: 0;
}
.sc-current-construction-end .row-current-construction {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.md-construction-text {
  padding-top: 3em;
  padding-bottom: 1.5em;
}
@media (min-width: 981px) {
  .md-construction-text {
    padding-top: 3em;
    padding-left: var(--space-xl);
    padding-bottom: 0;
  }
}

.md-quote {
  padding: 0.5rem 0 0.5rem var(--space-xl);
  color: #559294;
  font-weight: 700;
}
.md-quote::before {
  content: "";
  display: block;
  position: absolute;
  top: -1rem;
  bottom: -1rem;
  left: 0;
  background-color: #559294;
  width: 1rem;
}

.md-variants {
  margin-top: 20px;
  padding: 2.5rem 2rem 2rem;
  background-color: #88755f;
}
.md-variants ul li {
  padding: 7px 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}
.md-variants ul li:last-child {
  border-bottom: none;
}
@media (min-width: 981px) {
  .md-variants {
    margin-top: -70px;
    padding: 5rem 4rem 2rem;
  }
}

.sc-callaction {
  background-color: transparent;
}
.sc-callaction .et_pb_row {
  padding-top: 0 !important;
}
.sc-callaction .et_pb_promo {
  padding-top: 70px !important;
}
.sc-callaction .et_pb_promo .et_pb_promo_description {
  position: static;
}
.sc-callaction .et_pb_promo .et_pb_promo_description::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24%;
  height: 200px;
  background-image: url("https://ingdomy.puzzo.eu/wp-content/uploads/2024/04/ingd-logo-sign_teal.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.sc-callaction .et_pb_promo h3 {
  line-height: 1.3;
}
.sc-callaction .et_pb_promo .et_pb_promo_button {
  color: #fff;
}
.sc-callaction .et_pb_promo .et_pb_promo_button:hover {
  color: #559294;
}
@media (min-width: 981px) {
  .sc-callaction .et_pb_promo {
    padding-top: 110px !important;
  }
  .sc-callaction .et_pb_promo .et_pb_promo_description {
    padding-left: 14%;
    padding-right: 300px;
  }
  .sc-callaction .et_pb_promo .et_pb_button_wrapper {
    margin-top: -70px;
  }
}

/* Index page style
 * -------------------------------------------- */
.sc-hero--current-project::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 180%;
  background-repeat: no-repeat;
  background-position: top -75px right;
  background-size: cover;
  opacity: 0.8;
}
.sc-hero--current-project .row-hero {
  padding-top: 0 !important;
}
.sc-hero--current-project .col-text {
  z-index: 10;
  margin-top: auto;
  margin-bottom: auto;
}
.sc-hero--current-project .hero-title {
  padding: 30px 24px 36px;
  background-color: rgba(255, 255, 255, 0.85);
}
.sc-hero--current-project .hero-title h1 {
  color: #559294;
}
@media (min-width: 981px) {
  .sc-hero--current-project .hero-title {
    padding: 48px;
  }
  .sc-hero--current-project .hero-image {
    margin-left: -400px;
  }
}

.sc-project-index {
  background-color: transparent;
}

.sc-project-gallery {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #559294;
}

.et-db #et-boc .et-l div.row-project-gallery {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}

.md-project-gallery.et_pb_gallery_grid .et_pb_gallery_item {
  width: 50%;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  -webkit-animation: fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
          animation: fadeIn 1s cubic-bezier(0.77, 0, 0.175, 1) 1;
  background-color: #000;
}
.md-project-gallery.et_pb_gallery_grid .et_pb_gallery_item.first_in_row {
  clear: none;
}
.md-project-gallery.et_pb_gallery_grid .et_pb_gallery_title {
  display: none !important;
}
@media (min-width: 981px) {
  .md-project-gallery.et_pb_gallery_grid .et_pb_gallery_item {
    width: 25%;
  }
}
.md-project-gallery .et_overlay {
  opacity: 1;
  z-index: 1;
  border-color: transparent !important;
}
.md-project-gallery .et_overlay:before {
  opacity: 0;
}
.md-project-gallery .et_pb_gallery_item:hover .et_overlay {
  opacity: 1;
  z-index: 1;
  background-color: transparent;
}
.md-project-gallery .et_pb_gallery_item:hover .et_overlay:before {
  opacity: 0;
}

.row-current-project--timeline {
  width: 90% !important;
  max-width: 90% !important;
  text-align: center;
}
.row-current-project--timeline .et_pb_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.md-timeline {
  margin: 6px 1% !important;
  padding: 20px 10px 20px 20px;
  width: 100%;
  background-color: #559294;
}
@media (min-width: 981px) {
  .md-timeline {
    width: 46%;
  }
}
.md-timeline .et_pb_blurb_container {
  color: #fff !important;
}
.md-timeline .et_pb_module_header {
  margin-bottom: 1.5rem;
  font-size: 18px;
  color: inherit !important;
  border-bottom: 1px dotted #ccc;
}
.md-timeline .et_pb_blurb_description {
  font-size: 90%;
  line-height: 1.5;
}
@media (min-width: 981px) {
  .md-timeline {
    margin: 12px !important;
    width: 22%;
  }
}
@media (min-width: 1240px) {
  .md-timeline {
    width: 12%;
  }
}

.sc-apartments::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 90%;
  background-image: url(https://ingdomy.puzzo.eu/wp-content/uploads/2024/04/bg-plan_02_opt.png);
  background-repeat: no-repeat;
  background-position: bottom 0 left 0;
  background-size: cover;
  opacity: 0.8;
  z-index: 0;
}

.md-apartments {
  padding-top: 30px;
  margin-left: 0;
  border-bottom: 2px dotted #eee;
}
.md-apartments .et_pb_blurb_content {
  max-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.md-apartments .et_pb_main_blurb_image {
  width: 200px;
}
.md-apartments .et_pb_blurb_container {
  width: 100%;
}
.md-apartments .et_pb_blurb_description a {
  padding: 10px 22px 10px 18px;
  font-size: 14px;
  font-weight: 500;
  background-color: #e4eaea;
  text-decoration: underline;
}
.md-apartments ul {
  padding-top: 10px;
  padding-bottom: 15px;
}
.md-apartments ul li:last-child {
  display: block;
  list-style: none;
  padding: 6px 22px 6px 18px;
  margin-left: -16px;
  margin-top: 24px;
  font-weight: 700;
  background-color: #e4eaea;
  background-color: #559294;
  color: #fff;
}
@media (min-width: 981px) {
  .md-apartments .et_pb_blurb_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .md-apartments .et_pb_main_blurb_image {
    width: 300px;
  }
  .md-apartments ul {
    padding-top: 10px;
  }
  .md-apartments ul li:last-child {
    display: inline-block;
    min-width: 256px;
  }
}

.md-apartments-info {
  padding: 32px;
  background-color: #88755f;
}
@media (max-width: 980.99px) {
  .md-apartments-info {
    margin-top: 24px;
  }
}

/* Index page style
 * -------------------------------------------- */
.sc-hero--realization::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 180%;
  background-repeat: no-repeat;
  background-position: top -75px right;
  background-size: cover;
  opacity: 0.8;
}
.sc-hero--realization .row-hero {
  padding-top: 0 !important;
}
.sc-hero--realization .col-text {
  z-index: 10;
  margin-top: auto;
  margin-bottom: auto;
}
.sc-hero--realization .hero-title {
  padding: 30px 24px 36px;
  background-color: rgba(255, 255, 255, 0.85);
  background-color: #559294;
}
.sc-hero--realization .hero-title h1 {
  color: #559294;
  color: #fff;
}
@media (min-width: 981px) {
  .sc-hero--realization .hero-title {
    padding: 48px;
  }
  .sc-hero--realization .hero-image {
    margin-left: -400px;
  }
}

.md-slider-realization-image .owl-carousel::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: -30px;
  background-color: #88755f;
  width: 200px;
  height: 200px;
  z-index: -1;
  opacity: 0.3;
}
.md-slider-realization-image .dp_ocp_hash_container {
  padding-top: 10px;
}
.md-slider-realization-image .dp_ocp_hash_image {
  width: 80px;
  margin-left: 5px;
}

.md-slider-realization .owl-carousel .dp_oc_post_excerpt h2 {
  position: relative;
  font-size: var(--step-1);
}
@media (max-width: 980.99px) {
  .md-slider-realization .owl-carousel .dp_oc_post_excerpt {
    padding: 20px 15px 0 15px;
  }
}
@media (min-width: 981px) {
  .md-slider-realization .owl-carousel .owl-nav button.owl-prev,
  .md-slider-realization .owl-carousel .owl-nav button.owl-next {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding-bottom: 15px !important;
    color: #fff !important;
    background-color: #559294 !important;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 60%;
  }
  .md-slider-realization .owl-carousel .owl-nav button.owl-prev:hover,
  .md-slider-realization .owl-carousel .owl-nav button.owl-next:hover {
    opacity: 0.8;
  }
  .md-slider-realization .owl-carousel .owl-dots button.owl-dot {
    background-color: #559294;
    width: 14px !important;
    height: 14px !important;
    border-radius: 7px !important;
    opacity: 0.5 !important;
  }
  .md-slider-realization .owl-carousel .owl-dots button.owl-dot.active {
    width: 30px !important;
    opacity: 1 !important;
  }
  .md-slider-realization .owl-carousel .dp_oc_post_excerpt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 46%;
    padding: 5rem 4rem 4rem 5rem;
    margin-top: 0;
    line-height: 1.4;
    background-color: rgba(0, 0, 0, 0.56);
    color: rgba(255, 255, 255, 0.8);
  }
  .md-slider-realization .owl-carousel .dp_oc_post_excerpt h2 {
    color: #fff;
    line-height: 1.2;
  }
  .md-slider-realization .owl-carousel .dp_oc_post_excerpt h2::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.5rem;
    bottom: 1rem;
    left: -5rem;
    background-color: #fff;
    width: 0.5rem;
  }
}

.sc-building {
  background-color: transparent;
}

.sc-realization::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #e4eaea;
  z-index: 1;
  background-image: url(https://ingdomy.puzzo.eu/wp-content/uploads/2024/05/bg-realizace_01.png);
  background-repeat: no-repeat;
  background-position: bottom 0 left 0;
  background-size: cover;
}

@media (min-width: 981px) {
  .row-slider-realization {
    padding-left: 220px !important;
  }
}

.sc-projecting {
  overflow: hidden;
}
.sc-projecting::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  z-index: 1;
}
.sc-projecting::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: url(https://ingdomy.puzzo.eu/wp-content/uploads/2024/05/bg-realizace_02.png);
  background-repeat: no-repeat;
  background-position: bottom 0 left 0;
  background-size: cover;
  opacity: 0.8;
  z-index: 1;
}

@media (min-width: 981px) {
  .row-slider-projecting {
    padding-right: 220px !important;
  }
}

/* Index page style
 * -------------------------------------------- */
.sc-hero--about-us::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 180%;
  background-repeat: no-repeat;
  background-position: top -75px right;
  background-size: cover;
  opacity: 0.8;
}
.sc-hero--about-us .row-hero {
  padding-top: 0 !important;
}
.sc-hero--about-us .col-text {
  z-index: 10;
  margin-top: auto;
  margin-bottom: auto;
}
.sc-hero--about-us .hero-title {
  padding: 30px 24px 36px;
  background-color: rgba(255, 255, 255, 0.85);
  min-width: 280px;
}
.sc-hero--about-us .hero-title h1 {
  color: #559294;
}
@media (min-width: 981px) {
  .sc-hero--about-us .hero-title {
    padding: 48px;
  }
  .sc-hero--about-us .hero-image {
    margin-left: -400px;
  }
}

@media (min-width: 981px) {
  .sc-about-us-index .et_pb_image {
    margin-top: -130px;
  }
}

.sc-motto {
  background-color: #e4eaea;
}

.md-ing-motto {
  padding: 30px 30px;
  margin-bottom: 15px !important;
  font-size: clamp(1.6rem, 1.84vw + 1.01rem, 3rem);
  font-weight: 700;
  line-height: 1.3;
  background-color: #559294;
}

.md-ing-motto__sign {
  padding: 0 30px;
}
.md-ing-motto__sign .et_pb_text_inner {
  text-align: right;
  line-height: 1.2;
}
.md-ing-motto__sign .et_pb_text_inner div {
  display: inline-block;
}

@media (min-width: 981px) {
  .md-ing-motto {
    padding: 50px 60px;
  }
  .md-ing-motto__sign {
    padding: 0 50px;
  }
}
.md-team-person {
  padding-top: 15px;
}
.md-team-person:first-child {
  padding-bottom: 30px;
  border-bottom: 2px dotted #eee;
}
.md-team-person .et_pb_main_blurb_image {
  position: relative;
  max-width: 200px;
}
.md-team-person .et_pb_main_blurb_image::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  right: -15px;
  width: 35%;
  height: 35%;
  background-color: #559294;
  z-index: -1;
}
.md-team-person .et_pb_blurb_container {
  padding-left: 30px;
}
.md-team-person .et_pb_module_header {
  padding-bottom: 1rem;
}
.md-team-person .et_pb_blurb_description i {
  display: inline-block;
  padding-bottom: 1rem;
}
@media (min-width: 981px) {
  .md-team-person .et_pb_blurb_content {
    max-width: 84%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .md-team-person .et_pb_main_blurb_image {
    max-width: none;
  }
  .md-team-person .et_pb_blurb_container {
    padding-left: 48px;
  }
  .md-team-person.lg-reverse .et_pb_blurb_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .md-team-person.lg-reverse .et_pb_main_blurb_image {
    position: relative;
  }
  .md-team-person.lg-reverse .et_pb_main_blurb_image::before {
    right: auto;
    left: -15px;
  }
  .md-team-person.lg-reverse .et_pb_blurb_container {
    padding-left: 0;
    padding-right: 48px;
    text-align: right;
  }
}

/* Index page style
 * -------------------------------------------- */
.sc-hero--contacts {
  padding-bottom: 0 !important;
}
.sc-hero--contacts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 180%;
  background-repeat: no-repeat;
  background-position: top -75px right;
  background-size: cover;
  opacity: 0.8;
}
.sc-hero--contacts .row-hero {
  padding-top: 0 !important;
}
.sc-hero--contacts .col-text {
  z-index: 10;
  margin-top: auto;
  margin-bottom: auto;
}
.sc-hero--contacts .hero-title {
  padding: 30px 24px 36px;
  background-color: rgba(255, 255, 255, 0.85);
}
.sc-hero--contacts .hero-title h1 {
  color: #559294;
}
@media (min-width: 981px) {
  .sc-hero--contacts .hero-title {
    padding: 48px;
  }
  .sc-hero--contacts .hero-image {
    margin-left: -400px;
    margin-bottom: -80px !important;
  }
}

@media (min-width: 981px) {
  .sc-contacts-index .et_pb_row:first-child {
    padding-top: 70px !important;
  }
}

.et_pb_team_member:first-child {
  padding-bottom: 30px;
  border-bottom: 2px dotted #eee;
}
.et_pb_team_member .et_pb_module_header {
  padding-bottom: 0.15rem;
}
.et_pb_team_member .et_pb_member_position {
  padding-bottom: 2rem !important;
  color: #1e2224;
  font-size: clamp(1.3rem, 0.26vw + 1.22rem, 1.5rem);
  font-style: italic;
}

.sc-contact-place {
  background-color: #e4eaea;
}

.md-contact-place {
  min-height: 98px;
  font-size: clamp(1.3rem, 0.26vw + 1.22rem, 1.5rem);
  line-height: 1.3;
  margin-bottom: 5px !important;
}

/* URLS for source file theme
 * -------------------------------------------- */
.sc-hero--index::before,
.sc-hero--about-us::before,
.sc-hero--contacts::before {
  background-image: url(https://ingdomy.puzzo.eu/wp-content/uploads/2024/04/bg-plan_01_opt.png);
}

.sc-hero--current-project::before,
.sc-hero--realization::before {
  background-image: url(https://ingdomy.puzzo.eu/wp-content/uploads/2024/05/bg-project_01_opt.png);
}

/* Theme Utilities
 * -------------------------------------------- */