/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/* poppins-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/poppins-v20-latin-regular.woff2") format("woff2");
}

/* poppins-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/poppins-v20-latin-italic.woff2") format("woff2");
}

/* poppins-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/poppins-v20-latin-600.woff2") format("woff2");
}

/* poppins-600italic - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/poppins-v20-latin-600italic.woff2") format("woff2");
}

/* poppins-900 - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/poppins-v20-latin-900.woff2") format("woff2");
}

/* poppins-900italic - latin */
@font-face {
  font-display: swap;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 900;
  src: url("/wp-content/themes/Divi-Child-Theme/fonts/poppins-v20-latin-900italic.woff2") format("woff2");
}

:root {
  --footergrey: #495463;
  --footerblue: #1e3467;
  --lightblue: #7ec1cc81;
  --green: #00859b;
  --mint: #00c689;
}

::selection,
::-moz-selection {
  background: var(--lightblue);
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins";
}
a {
  transition: 350ms;
}

div {
  scroll-margin-top: 100px;
}

input {
  accent-color: var(--footerblue);
}

a[href^="tel:"] {
  cursor: default;
}

/* Hide the header */
#main-header {
  display: none;
}
#page-container {
  padding-top: 0px !important;
  margin-top: -1px !important;
}
/* Adjust padding for transparent headers */
.et_transparent_nav #main-content .container {
  padding-top: 58px !important;
}

:is(.page-id-93, .page-id-162) h2 {
  color: var(--footerblue);
  font-size: 64px;
  margin-bottom: 24px;
  font-weight: 600;
}

.btn-loreto {
  border-radius: 100px;
  background-color: var(--green);
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  padding: 12px 24px;
  text-transform: uppercase;
}
.btn-loreto:hover {
  background: var(--mint);
}
#headsection {
  min-height: 85vh;
  display: flex;
  background-image: url("/wp-content/themes/Divi-Child-Theme/img/bg-head.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}

#imagesection {
  background: var(--green);
  background-image: linear-gradient(to top, #fff 0%, #fff 20%, var(--green) 20%, var(--green) 100%);
}
#imagesection .et_pb_row::before {
  content: "";
  display: block;
  width: 166px;
  height: 213px;
  position: absolute;
  top: -150px;
  left: 60px;
  background-image: url("/wp-content/themes/Divi-Child-Theme/img/heart.png");
}
#imagesection .et_pb_column:last-of-type .et_pb_image::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 120px;
  left: -50px;
  background-size: cover;
  background-image: url("/wp-content/themes/Divi-Child-Theme/img/circle-white.png");
}

#about {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
#about::before {
  content: "";
  background: #cae3e8;
  border-radius: 100vw;
  position: absolute;
  width: 64%;
  aspect-ratio: 1;
  left: -32%;
  bottom: -92%;
  z-index: -1;
}
#about .et_pb_row {
  background: #fff;
  box-shadow: 0px 0px 65px #00000029;
  border-radius: 42px;
  overflow: hidden;
  padding: 0 !important;
}
#about .et_pb_column:first-of-type {
  padding-left: 50px;
}

#about p {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 16px;
}
#about .btn-loreto:first-of-type {
  margin-right: 20px;
}

#contact {
  background: var(--footerblue);
  padding: 36px 0;
}

#contact h2 {
  color: var(--mint);
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 60px;
}

#contact h3 {
  color: #fff;
  font-size: 76px;
  font-weight: 600;
  line-height: 86px;
}

footer .et_pb_section {
  padding: 0;
  background: #707070;
}
footer .et_pb_code_inner {
  text-align: center;
  color: var(--mint);
  font-size: 18px;
}
footer .et_pb_code_inner .footerspantext {
  color: #fff;
  font-size: 18px;
}
footer .et_pb_code_inner a {
  color: #fff;
  font-size: 18px;
}
footer .et_pb_code_inner a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 1550px) {
  :is(.page-id-93, .page-id-162) #about h2 {
    font-size: 56px;
  }
  #about p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1440px) {
  .btn-loreto {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1330px) {
  .btn-loreto {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1270px) {
  :is(.page-id-93, .page-id-162) #about h2 {
    font-size: 48px;
  }
  #about p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  #contact h3 {
    font-size: 58px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 1150px) {
  :is(.page-id-93, .page-id-162) #about h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  #about .btn-loreto {
    margin: 0 0 12px 0;
    display: inline-block;
  }
  #about p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 1080px) {
  :is(.page-id-93, .page-id-162) #about h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  #about .et_pb_column:first-of-type {
    padding-left: 28px;
    padding-right: 0;
  }
  .btn-loreto {
    font-size: 16px;
    display: initial;
  }
  #about .btn-loreto:first-of-type {
    margin-right: 4px;
  }
}
@media only screen and (max-width: 830px) {
  :is(.page-id-93, .page-id-162) #about h2 {
    font-size: 42px;
  }
  #about p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  #headsection {
    min-height: 50vh;
  }
  #about {
    padding-top: 80px;
  }
  :is(.page-id-93, .page-id-162) #about h2 {
    margin-top: 32px;
    margin-bottom: 10px;
  }
  #about .et_pb_column:first-of-type {
    padding-left: 32px;
    padding-right: 32px;
  }
  #contact {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  #contact .et_pb_image_5 {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  #headsection {
    background-position: center center;
    background-size: cover;
    box-shadow: 999px 999px rgba(255, 255, 255, 0.5) inset;
    min-height: 70vh;
  }
  #headsection .et_pb_code_inner {
    text-align: center;
  }
  #headsection h2 {
    margin-bottom: 48px;
    text-align: center;
  }
  #contact h3 {
    font-size: 40px;
  }
}
