/*---------- CUSTOM ----------*/
/* line 7, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
.header-border {
  border: 1px solid #30bddf;
  width: 50px;
  margin-left: 15px;
}

/*---------- TESTIMONIALS SECTION ----------*/
/* line 15, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
.testimonial .video .wrapper {
  height: 320px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 25, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
.testimonial .video .play-button {
  position: absolute;
  height: 80%;
  width: 90%;
  margin-left: 5%;
}

/* line 34, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
.video .play-button:hover {
  background: rgba(54, 54, 61, 0.5);
}

/* line 38, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
.video .visual {
  width: 90%;
  margin: auto;
  height: 80%;
  background-image: url(../img/video-bg-md.jpg);
  background-position: center;
  background-size: cover;
}

/* line 47, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
.play-button span {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  display: block;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}

/* line 60, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
a.play-button,
.play-button span {
  transition: background .2s ease,border-color .2s ease;
}

/* line 65, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
.play-button span:hover {
  background-color: #30bddf;
}

/* line 69, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
.play-button svg {
  left: 20px;
  height: 14px;
  position: absolute;
  top: 16px;
  width: 10px;
}

/* line 78, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
.testimonial .content h2,
.testimonial .content p {
  color: #36363d;
  text-align: left;
  font-family: Lato;
}

/* line 85, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
.testimonial .table-cell {
  display: table;
  height: 320px;
}

/* line 90, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
.testimonial .content-wrapper {
  display: table-cell;
  vertical-align: middle;
}

/* line 95, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
.testimonial .content-wrapper .content {
  max-width: 100%;
  margin: 0 auto;
}

/* line 100, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
.hr-testimonials {
  display: inline-block;
  position: relative;
  margin-top: 25px;
  width: 100%;
}

/*---------- ABOUT US ----------*/
/* line 116, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
.test-img {
  max-height: 240px;
  max-width: 100%;
}

/* line 121, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
.blk-link {
  color: blue;
}

/* line 125, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
.about-img {
  max-width: 100%;
  margin-bottom: -40px;
}

/* line 130, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
.pad-top {
  padding-top: 30px;
}

/*---------- MEDIA QUERIES ----------*/
@media only screen and (max-width: 768px) {
  /* line 141, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
  .testimonial .content h2,
  .testimonial .content p {
    text-align: center;
  }
  /* line 147, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
  .video .visual {
    width: 80%;
  }
  /* line 151, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
  .testimonial .video .play-button {
    width: 80%;
    margin-left: 10%;
  }
  /* line 158, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
  .testimonial .table-cell {
    height: 200px;
  }
  /* line 163, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
  .testimonial .video .wrapper {
    height: auto;
  }
  /* line 168, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
  .col-xs-offset-2 {
    margin-left: 14.666667%;
  }
  /* line 173, C:/xampp2/htdocs/grubberz/sass/testimonials.scss */
  .hr-testimonials {
    margin-top: 60px;
    width: 90%;
  }
}
.color-blk {
	color: #000000 !important;
}

.bullet-point {
	color: #000000;
	text-align: left !important;
}
/*# sourceMappingURL=../css/testimonials.map */