@charset "UTF-8";
/*
Theme Name: Wyndford Child Theme
Theme URI: https://expertel.ca
Version: 1.0
Description: Child Theme for Wyndford
Author: Expertel
Author URI: https://expertel.ca
Template: wp-bootstrap-starter
*/
@font-face {
  font-family: bw-aleta-10;
  src: url(https://175wynforddev.communitystaging.ca/wp-content/uploads/2020/08/Bw-Aleta-No-10-Bold.otf);
  font-style: normal;
}
@font-face {
  font-family: OpenSans-Regular;
  src: url(https://175wynforddev.communitystaging.ca/wp-content/uploads/2020/08/OpenSans-Regular.ttf);
  font-style: normal;
}
@font-face {
  font-family: OpenSans-SemiBold;
  src: url(https://175wynforddev.communitystaging.ca/wp-content/uploads/2020/08/OpenSans-SemiBold.ttf);
  font-style: normal;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}
body {
  background-color: #f0efef;
  font-family: OpenSans-Regular, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}

a {
  font-family: OpenSans-SemiBold, sans-serif;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  transition: all 0.2s;
}
a:hover {
  color: #203a32;
}

.color-gp {
  color: #203a32 !important;
}

.skip-link.screen-reader-text {
  display: none;
}

.no-upper {
  text-transform: none !important;
}

.carousel-indicators li {
  background-color: transparent !important;
  border: 2px solid #000;
}
.carousel-indicators .active {
  background-color: #000 !important;
}

div#main-nav {
  margin-left: 16rem;
}
div#main-nav li {
  margin-right: 60px;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  div#main-nav {
    margin-left: 100px;
  }
}
header#masthead {
  background-color: #203a32;
  box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0.05), inset 0 0px 0 rgba(0, 0, 0, 0.1);
  padding-top: 0;
  height: 100px;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.site-logo {
  margin-top: 35px;
  margin-bottom: 35px;
}

#page #masthead .navbar-nav > li > a {
  color: #fff;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 18px;
  font-family: bw-aleta-10;
  text-decoration: none;
}
#page #masthead .navbar-nav li.active {
  position: relative;
}
#page #masthead .navbar-nav li.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #34e87d;
}

.section-title {
  padding: 7rem 0;
}
.section-title a {
  font-size: 18px;
  margin-top: 1rem;
}
.section-title h2 {
  font-size: 30px !important;
}
.section-title h3 {
  font-family: "bw-aleta-10";
  font-size: 38px;
}

@media screen and (max-width: 991px) {
  div#main-nav {
    background-color: #203a32;
    padding: 1rem 2rem;
  }

  .section-title {
    padding: 4rem 0;
  }
}
#page footer#colophon {
  height: inherit;
  background-color: #f0efef;
}

/* Container holding the image and the text */
.landing-banner {
  position: relative;
  padding: 0;
  color: white;
}

/* Centered text */
.landing-banner .centered {
  font-size: 30px;
  line-height: 36px;
  font-family: bw-aleta-10;
  position: absolute;
  bottom: 22%;
  right: 5%;
  width: 610px;
}

.landing-banner .landing_txt {
  font-size: 16px;
  line-height: 22px;
  font-family: bw-aleta-10;
  background-color: #203a32;
  color: #fff;
  padding: 16px;
}

#page h2 {
  font-family: bw-aleta-10;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

#page .vision-text {
  font-family: bw-aleta-10;
  font-size: 30px;
  line-height: 40px;
}

#page .vision_boxes p, #page .vision_boxes li {
  font-family: OpenSans-SemiBold;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 12px;
}

#page .vision_boxes h3 {
  font-family: bw-aleta-10;
  font-size: 28px;
  line-height: 37px;
  border-bottom: solid 2px #34e87d;
  padding-bottom: 20px;
  height: 130px;
  margin-top: 0;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  #page .vision_boxes h3 {
    font-size: 18px;
  }
}
#page .vision_boxes ul {
  padding-left: 18px;
}

#page .vision_boxes ul {
  list-style: none;
  /* Remove default bullets */
}

#page .vision_boxes ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #34e87d;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

#page .team_boxes h3 {
  font-family: bw-aleta-10;
  font-size: 28px;
  line-height: 37px;
}

#page .team_boxes h3, #page .team_boxes p {
  padding-left: 6rem;
  padding-right: 6rem;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  #page .team_boxes h3, #page .team_boxes p {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #page .team_boxes h3, #page .team_boxes p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#page .team_boxes a, #page .plan-slider a {
  font-family: bw-aleta-10;
  font-size: 20px;
  line-height: 27px;
  color: #000;
}

.vision h2, .team h2, .vision p.vision-text {
  text-align: center;
}

.vision_boxes {
  background-color: #fff;
  padding: 24px;
  min-height: 670px;
}

.carousel-indicators li {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #404040;
}

.carousel-indicators {
  bottom: -50px;
}

footer p.disclaimer_text {
  font-family: OpenSans-Regular;
  font-size: 14px;
  line-height: 18px;
  margin-top: 45px;
  color: #000;
}

footer p.copy_text {
  font-family: OpenSans-Regular;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

.partners img {
  padding-top: 40px;
  margin-right: 50px;
  margin-bottom: 12px;
}

.bg_white {
  background-color: #fff;
}

.bg-green {
  background-color: #203a32;
}

#page .bg-green h2, #page .bg-green .vision-text, #page .bg-green p {
  color: #fff;
}

#page .bg-green a {
  color: #34e87d;
}

#page .bg-green .form-control {
  background-color: #203a32;
  border: 1px solid #f4efe9;
}

#page .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.8)' stroke-width='2px' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#page-sub-header {
  display: none !important;
}

.btn-green {
  color: #000;
  background-color: #34e87d;
  border-color: #34e87d;
  font-family: OpenSans-SemiBold;
  font-size: 20px;
  padding-left: 70px;
  padding-right: 70px;
}
.btn-green:hover {
  background-color: #203a32;
  border-color: #203a32;
}

.btn-download {
  text-decoration: none;
  font-family: bw-aleta-10, sans-serif;
  position: relative;
  padding: 0.375rem 0 0.1rem;
}
.btn-download::before {
  content: "";
  position: absolute;
  height: 0.2rem;
  width: 100%;
  background-color: #34e87d;
  bottom: -0.1rem;
  left: 0;
}

#page .bg-green .btn-primary {
  color: #000;
  background-color: #34e87d;
  border-color: #34e87d;
  font-family: OpenSans-SemiBold;
  font-size: 20px;
  padding-left: 70px;
  padding-right: 70px;
}

.form-control {
  border: none;
  padding: 0.75rem 1.5rem;
  height: auto;
  transition: all 0.5s;
}
.form-control::placeholder {
  color: #000;
  font-family: OpenSans-Regular, sans-serif;
}
.form-control:focus {
  border: 2px solid rgba(33, 37, 41, 0.2);
  box-shadow: 3px 3px 7px rgba(33, 37, 41, 0.3);
}

.banner-page {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-size: cover;
  background-position: center bottom;
}
.banner-page h1 {
  margin-bottom: 3rem;
  font-size: 26px;
  line-height: 36px;
  font-family: OpenSans-SemiBold, sans-serif;
  color: #34e87d;
  text-transform: uppercase;
}
.banner-page p {
  font-size: 36px;
  line-height: 1.4em;
  font-family: bw-aleta-10, sans-serif;
  color: #fff;
}

.document-box-container {
  display: flex;
}
.document-box-container .document-box {
  width: 100%;
  background-color: #fff;
  margin: 15px 0;
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  font-family: OpenSans-Regular, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}
.document-box-container .document-box h2 {
  font-weight: bold;
  font-size: 22px !important;
  text-transform: none !important;
}

.faqs_section {
  background-color: #fff;
}
.faqs_section .fa {
  position: relative;
  width: 30px;
  height: 30px;
}
.faqs_section .fa-times:before {
  content: url("https://175wynforddev.communitystaging.ca/wp-content/uploads/2020/11/times.png");
  width: 30px;
  height: 30px;
  transform: scale(0.4);
  position: absolute;
  right: 0;
  top: -5px;
}
.faqs_section .fa-plus:before {
  content: url("https://175wynforddev.communitystaging.ca/wp-content/uploads/2020/11/plus.png");
  width: 30px;
  height: 30px;
  transform: scale(0.5);
  position: absolute;
  right: 2px;
  top: 0;
}
.faqs_section .title {
  font-size: 36px !important;
  text-transform: none !important;
}
.faqs_section .card {
  background-color: transparent;
  border: none;
}
.faqs_section .card .card-header {
  position: relative;
  background-color: transparent;
  border-top: 6px solid #000;
  border-bottom: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
}
.faqs_section .card .card-header .btn.btn-link {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-family: bw-aleta-10, sans-serif;
  font-size: 26px;
  text-align: left;
  color: #000;
  transition: all 0.3s;
}
.faqs_section .card .card-header .btn.btn-link:hover {
  color: #203a32;
}
.faqs_section .card .card-header:last-child {
  border-bottom: 6px solid #000;
}

.timeline_section {
  background-color: #FFF;
}
.timeline_section h3 {
  font-family: bw-aleta-10, sans-serif !important;
}
.timeline_section p {
  font-size: 20px;
}
.timeline_section .alm-btn-wrap {
  text-align: left;
}
.timeline_section .alm-btn-wrap .alm-load-more-btn,
.timeline_section .alm-btn-wrap .alm-load-more-btn.loading,
.timeline_section .alm-btn-wrap .alm-load-more-btn.done {
  font-family: OpenSans-Regular, sans-serif;
  background-color: #34e87d;
}

/*==========  Sections  ==========*/
.main-content {
  margin: 0px auto;
  position: relative;
}

.main-content .section-inner,
.main-content .post-wrapper {
  *zoom: 1;
}

.main-content .section-inner:before,
.main-content .post-wrapper:before,
.main-content .section-inner:after,
.main-content .post-wrapper:after {
  content: "";
  display: table;
}

.main-content .section-inner:after,
.main-content .post-wrapper:after {
  clear: both;
}

.section .section-inner {
  margin: 0px auto;
  width: 1024px;
}

@media only screen {
  .section .section-inner {
    width: auto;
    max-width: 1024px;
  }
}
/*==========  Stem  ==========*/
.stem-wrapper {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 50%;
}

.stem-wrapper.color-yellow .stem-background {
  background: #E9E566;
}

.stem-wrapper.color-green .stem-background {
  background: #35C189;
}

.stem-wrapper.color-white .stem-background {
  background: #FFF;
}

.stem-wrapper .stem,
.stem-wrapper .stem-background {
  position: absolute;
  top: 0px;
  left: -30px;
  width: 60px;
}

.stem-wrapper .stem {
  background: #FFF;
  height: 100%;
}

.stem-wrapper .stem-background {
  background: #203a32;
  height: 60%;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.stem-padding,
.single-stem-icon {
  width: 60px;
  height: 60px;
  margin: 0px auto;
  background: transparent url(https://175wynforddev.communitystaging.ca/wp-content/uploads/2020/11/stem-mask.png) repeat-y top center;
}

.single-stem-icon.scroll-to-top {
  cursor: pointer;
  background-image: url(https://175wynforddev.communitystaging.ca/wp-content/uploads/2020/11/up.png);
}

/*==========  Post wrapper ==========*/
.post-wrapper {
  *zoom: 1;
}

.post-wrapper:before,
.post-wrapper:after {
  content: "";
  display: table;
}

.post-wrapper:after {
  clear: both;
}

.post-wrapper .post {
  position: relative;
  width: 432px;
  padding: 0px 0px 60px 0px;
  clear: both;
  opacity: 1;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.post-wrapper .post.hidden .post-content {
  -webkit-transform: translateY(100px) rotateX(30deg);
  transform: translateY(100px) rotateX(30deg);
  opacity: 0;
}

.post-wrapper .post:hover .post-content,
.post-wrapper .post.active .post-content {
  opacity: 1;
}

.post-wrapper .post:hover .post-content .meta,
.post-wrapper .post.active .post-content .meta {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.post-wrapper .post:nth-child(even) .stem-overlay {
  left: -110px;
}

.post-wrapper .post:nth-child(odd) .stem-overlay {
  right: -110px;
}

.post-wrapper .post .stem-overlay .icon {
  background-image: url(https://175wynforddev.communitystaging.ca/wp-content/uploads/2020/11/tasks.png) !important;
}

.post-wrapper .post .stem-overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 60px;
}

.post-wrapper .post .stem-overlay .icon {
  background: transparent no-repeat center center;
  height: 60px;
  width: 60px;
  cursor: pointer;
}

.post-wrapper .post .stem-overlay .stem-mask {
  position: absolute;
  top: 60px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: transparent url(https://175wynforddev.communitystaging.ca/wp-content/uploads/2020/11/stem-mask.png) repeat-y top center;
}

.post-wrapper .post .post-content {
  opacity: 0.3;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform: none;
  transform: none;
}

.post-wrapper .post .post-content .meta {
  color: rgba(255, 255, 255, 0.3);
  margin: 0px 0px 15px 0px;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.post-wrapper .post .post-content .post-title {
  font-family: bw-aleta-10, sans-serif !important;
}

/*==========  Media queries  ==========*/
@media only screen and (max-width: 1080px) {
  .main-content,
.main-content .section-inner {
    max-width: none;
  }

  .stem-wrapper {
    left: 80px;
  }

  .stem-padding,
.single-stem-icon {
    margin: 0px;
    float: left;
    margin-left: 50px;
  }

  .post-wrapper .post,
.post-wrapper .post:nth-child(even),
.post-wrapper .post:nth-child(odd) {
    width: auto;
    margin-left: 110px;
    float: none;
  }

  .post-wrapper .post .stem-overlay,
.post-wrapper .post:nth-child(even) .stem-overlay,
.post-wrapper .post:nth-child(odd) .stem-overlay {
    left: -60px;
    right: auto;
  }

  .post-wrapper .post .post-content {
    padding: 0px 50px;
  }
}
@media only screen and (max-width: 700px) {
  .header .page-title {
    font-size: 40px;
  }

  .post-wrapper .post {
    margin-left: 90px !important;
  }

  .post-wrapper .post .post-content {
    padding: 0 25px;
  }

  .stem-wrapper {
    left: 60px;
  }

  .stem-padding,
.single-stem-icon {
    margin-left: 30px;
  }
}
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*# sourceMappingURL=style.css.map */
