/*
 Theme Name:   Divi Child
 Description:  Child theme by Highway Media
 Author:       Highway Media OÜ
 Author URI:   ervetkiolein.ee
 Template:     Divi
 Version:      1.0.0
*/

:root {
  --color-primary: #fede08;
  --color-secondary: #6e6e6e;
  --clr-third: #212e3b;
  --clr-lite: #fff;
  --primary-font: "Montserrat", sans-serif;
  --title-eri-font: "Boldonse", sans-serif;
  --font-third: "Roboto Flex", Sans-serif;
  --title-font-weight: 700;
  --tekst-font-weight: 500;
  --primary-font-size: 16px;
  --primary-title-size: 40px;
  --primary-title-size-mobile: 28px;
  --responsive-break-point-mobile: 768px;
  --clr-background: rgba(0, 0, 0, 0.02);
  --font-size-XL: 28px;
  --font-size-L: 24px;
  --font-size-M: 18px;
  --font-size-S: 16px;
  --font-size-XS: 14px;
}

html {
  scroll-behavior: smooth;
}

/* 100__BLURB  */
.hwm__blurb-style-1 .et_pb_module_header {
  margin-bottom: 5px;
}

.hwm__blurb-style-1 .et-pb-icon {
  color: var(--color-secondary) !important;
}

/* PRIVAATSUSPOLIITIKA LEHT */
.hwm_section_privaatsuspoliitika-content p,
.hwm_section_privaatsuspoliitika-content h2,
.hwm_section_privaatsuspoliitika-content ul,
.hwm_section_privaatsuspoliitika-content h3,
.hwm_section_privaatsuspoliitika-content h4 {
  margin-bottom: 10px;
}

/* FOOTER */
.hwm_section_footer {
  background-color: var(--color-secondary);
}
.hwm_section_footer .et_pb_row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .hwm_section_footer .et_pb_row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.hwm_footer_midel-row {
}

.hwm_footer_sotsiaalmeedia-ikoon span {
  color: #fff !important;

  font-size: 30px !important;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .hwm_footer_sotsiaalmeedia-ikoon {
    margin: 0 10px 0 0 !important;
  }
}

.hwm_footer_midel-row {
  display: flex;
  flex-direction: row;
  justify-content: end;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .hwm_footer_midel-row {
    justify-content: start;
  }
}

.hwm_footer_midel-row .et_pb_icon {
  margin-bottom: 0 !important;
}

/* AVAELHT - KES ME OLEME  */
.hwm__avaleht__vision-section h4 {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .et_pb_row {
    width: 90% !important;
  }
}

@media (max-width: 768px) {
  .hwm__avaleht__counter-section,
  .hwm__avaleht__vision-section,
  .hwm__section-teenused,
  .hwm__avaleht__tasuta-konsultatsioon-section,
  .hwm__kusi-pakkumist-section {
    padding: 15px 0 !important;
  }
}

.footer-sochial-media-col {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

/* KONTAKT LEHT */
.hwm__kontakt-page-section {
  background-color: var(--color-primary);
}

/* 1__TOP NAV SECTION  */
#top-header {
  background-color: var(--color-primary);
}
.et_mobile_menu {
  border-color: var(--color-secondary) !important;
}
/* 2__AVALEHT - CTA SECTION  */
.hwm__aveleht__cta-section .header-content {
  padding: 250px 30px 200px 50px;
}

@media (max-width: 768px) {
  .hwm__aveleht__cta-section .header-content {
    padding: 50px 30px 50px 50px;
    margin: 0 !important;
  }
}

.hwm__aveleht__cta-section .header-content .et_pb_header_content_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 600px;
}

@media (max-width: 768px) {
  .hwm__aveleht__cta-section .header-content .et_pb_header_content_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .et_fixed_nav #top-header {
    position: fixed !important;
  }
}

/* COUNTER SECTION  */
.hwm__avaleht__counter-section {
  background-color: var(--color-primary);
}

/* __AVAELHT - TASUTA KONSULTATSIOON SECTION  */
.hwm__blurb-style-1 img {
  border-radius: 10px !important;
}

.hwm__blurb-style-1 .et_pb_blurb_container,
.et_pb_blurb_position_right .et_pb_blurb_container {
  display: table-cell;
  vertical-align: middle;
}

.hwm__section-pais-row .et_pb_module {
  margin-bottom: 0 !important;
}

.hwm__section-pais-row p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.hwm__section-pais-row span {
  color: var(--color-primary);
}

.cf7-file-remove {
  display: none;
  cursor: pointer;
  border: 0;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  background: #eee;
}
.cf7-file.has-file .cf7-file-remove {
  display: inline-block;
}
.cf7-file-remove:hover {
  background: #e2e2e2;
}
