/*
Theme Name: Plan Left Avada
Description: Child theme for Avada theme made by Plan Left using SASS, Gulp and Yarn
Author: Plan Left
Author URI: https://planleft.com
Template: Avada
Version: 1.2.0
Text Domain: Avada
*/
/* Usage:
 *
 * @include placeholder { ... }
 *
 */
.mt-0 {
  margin-top: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.mt-1 {
  margin-top: 16px !important;
}

.pt-1 {
  padding-top: 16px !important;
}

.mr-1 {
  margin-right: 16px !important;
}

.pr-1 {
  padding-right: 16px !important;
}

.mb-1 {
  margin-bottom: 16px !important;
}

.pb-1 {
  padding-bottom: 16px !important;
}

.ml-1 {
  margin-left: 16px !important;
}

.pl-1 {
  padding-left: 16px !important;
}

.mt-2 {
  margin-top: 32px !important;
}

.pt-2 {
  padding-top: 32px !important;
}

.mr-2 {
  margin-right: 32px !important;
}

.pr-2 {
  padding-right: 32px !important;
}

.mb-2 {
  margin-bottom: 32px !important;
}

.pb-2 {
  padding-bottom: 32px !important;
}

.ml-2 {
  margin-left: 32px !important;
}

.pl-2 {
  padding-left: 32px !important;
}

.mt-3 {
  margin-top: 64px !important;
}

.pt-3 {
  padding-top: 64px !important;
}

.mr-3 {
  margin-right: 64px !important;
}

.pr-3 {
  padding-right: 64px !important;
}

.mb-3 {
  margin-bottom: 64px !important;
}

.pb-3 {
  padding-bottom: 64px !important;
}

.ml-3 {
  margin-left: 64px !important;
}

.pl-3 {
  padding-left: 64px !important;
}

.fusion-header-wrapper {
  box-shadow: 0 2px 4px 0 rgba(44, 31, 32, 0.16);
}
.fusion-header-wrapper .fusion-row {
  max-width: 1050px !important;
}

.fusion-secondary-menu li a {
  background: #b87fbb;
  border-radius: 0 0 5px 5px;
}
.fusion-secondary-menu li a:hover {
  background: #874a8a;
}

.fusion-main-menu .menu-text {
  padding: 0 10px;
}
.fusion-main-menu > ul > li:hover > a {
  border-bottom: 10px solid #a6d4e4 !important;
}
.fusion-main-menu .sub-menu {
  border-top: 0 !important;
  box-shadow: 0 2px 4px 0 rgba(44, 31, 32, 0.16);
}
.fusion-main-menu .sub-menu a {
  font-family: "Raleway", sans-serif !important;
  font-weight: bold !important;
}
.fusion-main-menu #menu-item-12 .menu-text {
  padding: 12px 36px;
  border-radius: 10px;
  background-color: #b87fbb;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.fusion-main-menu #menu-item-12 a:hover {
  border: 0 !important;
}
.fusion-main-menu #menu-item-12 a:hover .menu-text {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(63, 49, 49, 0.83)), linear-gradient(#b87fbb, #b87fbb);
}

.fusion-mobile-menu-design-modern .fusion-header {
  padding-top: 10px !important;
}
@media screen and (max-width: 1050px) {
  .fusion-mobile-menu-design-modern .fusion-header .fusion-logo {
    margin-bottom: 20px !important;
  }
  .fusion-mobile-menu-design-modern .fusion-header .fusion-logo img {
    max-width: 220px !important;
    height: auto !important;
  }
}

.fusion-mobile-menu-icons a {
  display: block;
  height: 48px;
  width: 48px;
  background: url(images/mobile-menu-icn.png) no-repeat center center;
  background-size: 48px 48px;
}
.fusion-mobile-menu-icons a:before {
  content: "" !important;
}
.fusion-mobile-menu-icons a.close-btn {
  background: url(images/close-icn.png) no-repeat center center;
  background-size: 48px 48px;
}

.home.mobile-menu-design-modern .fusion-header-wrapper {
  position: absolute;
  z-index: 10010;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .home .fusion-header-wrapper .fusion-header {
    background-color: transparent !important;
  }
}
.home .fusion-header-wrapper {
  box-shadow: none;
}
.home .fusion-header-wrapper .fusion-header.white-background {
  background-color: #fff !important;
}

.fusion-mobile-nav-holder[style*="display: block"] .fusion-header-wrapper .fusion-header {
  background-color: #fff !important;
}
.fusion-mobile-nav-holder .fusion-mobile-menu {
  padding-top: 90px !important;
  padding-bottom: 90px;
  border-top: 12px solid #a6d4e4 !important;
  box-shadow: inset 0 2px 4px 0 rgba(44, 31, 32, 0.16);
  background-color: #fff;
}
.fusion-mobile-nav-holder .fusion-mobile-menu li:last-child .menu-text {
  padding: 17px 70px;
  border-radius: 10px;
  background-color: #b87fbb;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 1050px) {
  [data-item-id="12"] .fusion-bar-highlight .menu-text {
    margin-top: 20px;
    display: block;
    line-height: 25px;
  }
}
@media screen and (min-width: 1200.1px) {
  .hp-col .fusion-row {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}

.girl-photo-bg {
  background-size: 375px 315px !important;
  padding-bottom: 250px !important;
}
@media screen and (min-width: 540px) {
  .girl-photo-bg {
    background-size: 490px 425px !important;
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 1200.1px) {
  .girl-photo-bg {
    background-size: 785px 650px !important;
  }
}

.our-vision-list .fusion-li-item {
  margin-bottom: 30px !important;
}

.lightblue-title h1, .lightblue-title h2, .lightblue-title h3, .lightblue-title h4, .lightblue-title h5, .lightblue-title h6 {
  color: #8ed7f0 !important;
}

.red-title h1, .red-title h2, .red-title h3, .red-title h4, .red-title h5, .red-title h6 {
  color: #e9615d !important;
}

#tribe-bar-form .tribe-bar-submit input[type=submit],
.button-large,
.fusion-body .fusion-button-large,
.tml-submit-wrap input[type=submit],
.wpcf7-form .wpcf7-submit.button-large,
.wpcf7-form .wpcf7-submit.fusion-button-large,
input[type=submit],
.wpcf7-form input[type=submit],
.wpcf7-submit, input.button-default {
  padding: 14px 58px !important;
  margin-top: 15px;
  border-radius: 10px !important;
  font-size: 18px !important;
}

#hp-boxes {
  margin-top: -100px;
  margin-bottom: -150px;
}
@media screen and (min-width: 480px) {
  #hp-boxes {
    margin-top: -80px;
  }
}
@media screen and (min-width: 540px) {
  #hp-boxes {
    margin-top: -85px;
  }
}

.hp-box {
  color: #fff;
  font-style: italic;
  font-size: 22px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.hp-box h3 {
  font-size: 28px !important;
  opacity: 0.8;
  font-style: normal;
}
.hp-box.pink h3 {
  color: #2c1f20 !important;
}
.hp-box.green h3 {
  color: #243b29 !important;
}
.hp-box.lightblue h3 {
  color: #354d6f !important;
}
.hp-box .hp-box-cta {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  text-align: center;
  padding: 8px 0;
  transition: all 0.3s ease-in-out;
}
.hp-box .hp-box-cta span {
  opacity: 0.8;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #2c1f20;
  font-style: normal;
  padding-right: 38px;
  background: url(images/learn-more-arrow.png) no-repeat right center;
  background-size: 30px 16px;
}
.hp-box:hover {
  cursor: pointer;
  cursor: hand;
  box-shadow: 0 18px 20px 0 rgba(48, 59, 62, 0.21);
}
.hp-box:hover .hp-box-cta {
  bottom: 0;
}

@media screen and (max-width: 480px) {
  #make-difference {
    background-image: url(images/make-a-difference-photo-min.jpg) !important;
  }
}

#get-connected-form form .wpcf7-list-item {
  display: block;
}

#comment-input input,
.input-text,
input[type=password],
input.s,
input[type=email],
input[type=text],
select,
textarea {
  opacity: 0.8;
  font-family: Raleway;
  font-size: 22px !important;
  border-radius: 5px;
}
#comment-input input:focus,
.input-text:focus,
input[type=password]:focus,
input.s:focus,
input[type=email]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
  outline: 0;
  border: solid 1px #004972 !important;
}

form label {
  font-size: 18px;
  color: #818f91;
}

.fusion-footer {
  text-align: center;
  border-top: solid 1px rgba(44, 31, 32, 0.1);
}
@media screen and (min-width: 540px) {
  .fusion-footer {
    text-align: left;
  }
}
.fusion-footer > footer {
  padding-top: 30px !important;
  padding-bottom: 25px !important;
}
@media screen and (min-width: 540px) {
  .fusion-footer > footer {
    padding-top: 55px !important;
    padding-bottom: 80px !important;
  }
}
.fusion-footer .tendis {
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 540px) {
  .fusion-footer .tendis {
    text-align: left;
  }
}
.fusion-footer .footer-phone {
  display: block;
}
@media screen and (min-width: 540px) {
  .fusion-footer .footer-phone {
    margin-right: 33px;
    display: inline;
  }
}
.fusion-footer .footer-email {
  margin-top: 20px;
  display: block;
}
@media screen and (min-width: 540px) {
  .fusion-footer .footer-email {
    margin-top: 0;
    display: inline;
  }
}
.fusion-footer #widget_sp_image-2 img {
  max-width: 300px !important;
  height: auto;
}
.fusion-footer #social_links-widget-2 {
  margin-top: 15px;
  margin-bottom: 0;
}
.fusion-footer #social_links-widget-2 .widget-title {
  font-size: 36px;
  line-height: 1;
  text-transform: none;
}
@media screen and (min-width: 768.1px) {
  .fusion-footer #social_links-widget-2 .widget-title {
    display: inline;
    float: left;
    margin-right: 35px;
    margin-bottom: 0;
    margin-top: 7px;
  }
}
.fusion-footer #social_links-widget-2 a.fusion-social-network-icon {
  margin-right: 35px;
}
.fusion-footer #social_links-widget-2 a.fusion-social-network-icon:last-child {
  margin-right: 0;
}
.fusion-footer .footer-copyright {
  color: #92a0a3;
  font-size: 14px;
}
.fusion-footer .footer-copyright a {
  color: #92a0a3;
}

.home .fusion-footer {
  border-top: 0;
}
