html {
  overflow-x: hidden; }

body {
  background-color: #E1E0E3 !important;
  font-family: "Lato", sans-serif;
  overflow: hidden; }

.navbar li a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.iconshape {
  fill: #D5DD5A !important !important;
  color: #D5DD5A !important; }

.model {
  position: absolute;
  z-index: 2;
  top: 0;
  padding-left: 15%; }

.featurewording {
  font-size: 15vw;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
  font-weight: 700; }

.featuresubtitle {
  position: relative;
  font-weight: bold;
  z-index: 1; }

.custombtn {
  border-radius: 50px !important;
  padding-left: 25px;
  padding-right: 25px; }
  .custombtn:hover {
    background-color: #D5DD5A !important !important; }

.circle {
  fill: #D5DD5A !important;
  z-index: 0;
  top: 0;
  position: absolute; }

.headinggrid {
  font-size: 2em;
  text-align: left;
  text-transform: uppercase;
  font-weight: 900; }

.footer {
  margin-top: 2em;
  text-align: left;
  background-color: #212529; }
  .footer p {
    display: inline-block;
    padding: 10px;
    color: #fff; }

section {
  height: 100%;
  margin-top: 20px;
  position: relative; }

.top {
  height: 80vh; }

.recipeimg {
  height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 15px; }

.owl-item {
  padding-left: 15px;
  padding-right: 15px; }

.recipelower {
  background-color: #fff;
  bottom: -5px;
  left: 15px;
  right: 15px;
  height: 175px;
  padding: 20px;
  border-radius: 15px;
  position: absolute;
  margin-right: 15px;
  margin-left: 15px; }

.recipetitle {
  font-size: 1.2em;
  font-weight: 700; }

.playbtn {
  position: absolute;
  left: 40%;
  width: 20%;
  top: 20%;
  fill: white; }

.try-btn {
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  bottom: 15px;
  right: 15px;
  background-color: #D5DD5A !important;
  border-color: #D5DD5A !important;
  color: #000;
  position: absolute; }

.article {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  background-clip: content-box; }
  .article img {
    opacity: 0.8; }
  .article .textwrap {
    position: absolute;
    bottom: 30px;
    left: 60px;
    padding-right: 150px; }
    .article .textwrap h3 {
      color: #fff;
      width: 100%; }
    .article .textwrap h2 {
      font-size: 2.5em; }

.articleside {
  height: 100%;
  overflow: inherit; }
  .articleside .col {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 6%;
    height: 25%;
    overflow: hidden; }
    .articleside .col .imagewrap {
      width: 125px;
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden; }
      .articleside .col .imagewrap img {
        width: 100%;
        height: 100%; }
    .articleside .col .textcont {
      margin-left: 125px; }
      .articleside .col .textcont h3 {
        font-size: 1.2em;
        text-transform: capitalize;
        font-weight: bold; }
      .articleside .col .textcont .tag {
        position: absolute;
        bottom: 7px;
        margin-bottom: 0;
        color: #4B4C4C;
        text-transform: capitalize; }
      .articleside .col .textcont .date {
        position: absolute;
        bottom: 7px;
        margin-bottom: 0;
        right: 10px;
        color: #4B4C4C;
        text-transform: capitalize; }
  .articleside .col-btn {
    width: 100%;
    background-color: #D5DD5A !important;
    text-align: center; }
    .articleside .col-btn button {
      font-weight: bolder;
      font-style: italic;
      width: 100%; }

.articlerow {
  height: 400px; }

.shadow :hover {
  font-weight: 900;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 3px 3px 5px 6px #ccc;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }

.grow:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.2); }

.shrink {
  transition: transform 0.5s; }

.shrink:hover {
  transform: scale(0.95); }

span {
  content: "\007C";
  color: #D5DD5A !important; }

@media (max-width: 575.98px) {
  .top {
    height: 40vh; }

  .try-btn {
    width: 150px;
    left: 15px;
    right: 0; }

  .headinggrid {
    font-size: 1.5em; }

  .vid h2 {
    font-size: 1.5rem; }
  .vid p {
    font-size: 0.9rem; }

  .imggrid {
    margin-top: 0; }

  .articlerow {
    height: 100%; }

  .articleside .col {
    height: 110px; }

  .articleside {
    margin-top: 1em; }
    .articleside .textcont .date {
      font-size: 14px; }
    .articleside .textcont .tag {
      font-size: 14px; }

  .article .textwrap {
    padding-right: 0;
    left: 30px; }
    .article .textwrap h2 {
      font-size: 1em; }
    .article .textwrap h3 {
      font-size: 0.8em; } }

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