/*
Theme Name: Larf
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");
/* Fonts */
body {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
}

/* global variables */
/* Typography */
h2 {
  margin-bottom: 16px;
  color: #545454;
  font-size: 18px;
  font-weight: 300;
}

h3 {
  color: #545454;
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
}
h3 span {
  color: #C942BC;
}

p, li {
  font-size: 20px;
  line-height: 28px;
}

/* Header */
.home #page-container {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

#main-header {
  box-shadow: none;
  background-color: transparent;
}

#et-top-navigation {
  float: right;
}

.mobile_menu_bar::before, .mobile_menu_bar::after, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a {
  color: #C942BC;
}

#et_mobile_nav_menu::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
#et_mobile_nav_menu .mobile_nav {
  margin: 6px 0 0 5px;
}

.et_mobile_menu {
  border-color: #C942BC;
}

#top-menu {
  padding-left: 100px;
}
#top-menu li {
  font-size: 18px;
  font-weight: 400;
  padding-right: 35px;
}

#hero-head {
  overflow: hidden;
}
#hero-head:after {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: block;
  top: -200px;
  left: -200px;
  width: 60%;
  height: 200%;
  position: absolute;
  transform: rotate(10deg);
}

#header-text {
  top: 100px;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
}
#header-text h1 {
  font-size: 96px;
  font-weight: 600;
}

#main-footer {
  background-image: url("/wp-content/themes/larf/images/footer-bg.png");
  background-color: transparent;
  background-size: cover;
  color: #fff;
}

.footer-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 0px 60px 0;
}
.footer-row__socials {
  padding-top: 40px;
}
.footer-row__socials span {
  display: block;
  padding: 30px 0 20px 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.footer-row__socials img {
  height: 53px;
  width: auto;
  padding-right: 6px;
}
.footer-row__nav {
  padding-top: 40px;
}
.footer-row__nav .bottom-nav {
  margin: 0;
  padding: 0;
}
.footer-row__nav li {
  padding: 0 0 6px 10px;
  font-size: 22px;
  font-weight: 300;
}
.footer-row__nav li a {
  color: #fff;
}
@media all and (min-width: 655px) {
  .footer-row__nav .bottom-nav {
    margin: 0 40px;
    padding: 0;
  }
  .footer-row__nav li {
    display: block;
    padding: 0 0 6px 0;
  }
}
.footer-row__contact {
  padding-top: 40px;
  font-size: 22px;
  font-weight: 300;
}
.footer-row__contact img {
  height: 53px;
  width: auto;
  margin-right: 10px;
}
.footer-row__contact a {
  color: #fff;
}
.footer-row__contact li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.footer-bottom-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 12px;
  line-height: 18px;
  color: #a5a5a5;
}
.footer-bottom-row div {
  margin-top: 5px;
}
.footer-bottom-row a {
  color: #a5a5a5;
}

.social-icons {
  padding: 30px 0 20px 0;
}
.social-icons img {
  height: 63px;
  width: auto;
  padding-right: 7px;
}

.star-section li {
  list-style: none;
  margin-bottom: 60px;
}
.star-section li::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 41px;
  height: 41px;
  background-image: url("/wp-content/themes/larf/images/icon-plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  left: -50px;
  vertical-align: middle;
}

.larf-testimonial {
  text-align: center;
}
.larf-testimonial .name {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}
.larf-testimonial .content {
  font-size: 15px;
  margin-bottom: 40px;
  line-height: 28px;
}
.larf-testimonial .content img:first-of-type {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  top: -8px;
}
.larf-testimonial .content img:last-of-type {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  transform: rotate(20deg);
  top: -8px;
}
.larf-testimonial .rating img {
  height: 35px;
  width: auto;
  padding: 0 5px;
}
@media all and (max-width: 512px) {
  .larf-testimonial .content {
    font-size: 20px;
    line-height: 30px;
  }
}

.dashed-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.dashed-list ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background-image: url("/wp-content/themes/larf/images/icon-dash.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.dashed-list li {
  font-size: 16px;
}

.about-stats svg {
  max-width: 420px;
}

/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1301px) {
  #header-text h1 {
    font-size: 96px;
  }
  #header-text p {
    font-size: 24px;
  }
  #et-top-navigation {
    float: left;
  }
}
/*** Responsive Styles Standard Desktop Only ***/
@media all and (max-width: 1300px) {
  #header-text h1 {
    font-size: 70px;
  }
  #et-top-navigation {
    float: left;
  }
}
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
  #header-text h1 {
    max-width: 65%;
    font-size: 40px;
  }
  #hero-head:after {
    width: 80%;
  }
  #et-top-navigation {
    float: right;
  }
}
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
  #header-text h1 {
    font-size: 40px;
  }
  #hero-head:after {
    width: 110%;
  }
}
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 512px) {
  #header-text h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  h3 {
    font-size: 34px;
    line-height: 38px;
  }
  p, li {
    font-size: 16px;
    line-height: 22px;
  }
  #hero-head:after {
    width: 130%;
  }
  .star-section li::before {
    width: 31px;
    height: 31px;
    left: -30px;
  }
  .about-stats svg {
    max-width: 320px;
  }
}