@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.search {
  width: 100%;
  position: relative;
  display: flex;
  left: 90%;
}

.searchTerm {
  width: 100%;
  border: 3px solid #0b2132;
  border-right: none;
  padding: 5px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus{
  color: #000000;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #baa9ff75;
  background: #0b2132;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
    width: 30%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}


#newWrap {
    width: 100%;
    margin: 20px auto;
    overflow-x: hidden;
  }
  
  img {
    max-width: 85%;
  }
  
  .newFeatured {
    width: 100%;
  }
  
  .newFeatured .newFull {
    width: 35%;
    display: block;
    height: 445px;
    float: left;
    margin-right: 2%;
    background: url(../images/Loraine.png) center 0;
    background-size: contain;
    border: 1px solid #ffffff73;
    background-repeat-x: no-repeat;
    left: 0;
    top: 0;
    position: absolute;
}
  
.newFeatured .newFull .newBanner {
  background: #760a0a8f;
  color: #fff;
  width: 70%;
  position: absolute;
  top: 10px;
  left: -10px;
  height: 50px;
}
  
  
  .newFeatured .newFull .newBanner h1 {
    font-weight: 200;
    text-align: center;
    margin-top: 5px;
  }
  
  .newFeatured .newFull .newProductDesc {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: -10%;
    box-sizing: border-box;
    transition: all 0.5s linear;
    opacity: 0;
  }
  
  .newFeatured .newFull:hover .newProductDesc {
    opacity: 1;
    bottom: 0;
  }
  
  .newFeatured .newFull .newDescription {
    width: 50%;
    padding: 10px;
    float: left;
    color: #fff;
    font-size: 15px;
    box-sizing: border-box;
}
  .newFeatured .newFull .newProductDesc h2 {
    text-align: center;
    color: #fff;
    line-height: 0.5;
    margin-bottom: -10px;
  }
  
  .newFeatured .newFull .newProductDesc .newCallToAction {
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
  }
  
  .newFeatured .newFull .newProductDesc .newCallToAction .newButton {
    display: block;
    background: #22930081;
    text-decoration: none;
    text-align: center;
    padding: 9px;
    color: #fff;
    margin-top: 30px;
  }
  
  .newFeatured .newSmall {
      height: 400px;
      width: 60%;
      left: 30%;
      float: right;
  }
  
  .newFeatured .newThree {
    margin-left: 0;
    background: #80808036;
    padding: 0.5em;
    margin-bottom: 20px;
    box-sizing: content-box;
    height: 120px;
  }
  
  .newFeatured .newThree .newFeaturedSmall {
    height: 100px;
    max-height: 100px;
    text-overflow: ellipsis;
    position: relative;
  }
  
  .newFeatured .newThree .newFeaturedSmall .newProdImg {
    float: left;
    margin-bottom: 1%;
    width: 20%;
    max-height: 100px;
    margin-right: 2%;
  }
  
  .newFeatured .newThree .newFeaturedSmall .newSmallDesc {
    width: 40%;
    height: 100px;
    max-height: 100px;
    float: left;
    margin-left: 2%;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .newFeatured .newThree .newFeaturedSmall .newSmallDesc h3 {
    font-weight: 500;
  }
  
  .newFeatured .newThree .newFeaturedSmall .newSmallDesc p {
    font-size: 0.78em;
  }
  
  .newFeatured .newThree .newFeaturedSmall .newAction {
    display: block;
    width: 20%;
    float: left;
    margin-left: 2%;
  }
  
  .newFeatured .newThree .newFeaturedSmall .newAction .newButton {
    position: absolute;
    background: #b70707c4;
    padding: 0.5em 1em;
    width: 100px;
    top: 45%;
    right: -20px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
  }
  
  @media (max-width: 600px) {
      .newFeatured .newFull,
  .newFeatured .newSmall {
      width: 100%;
      position: relative;
      background-repeat: no-repeat;
      left: auto;
  }
  
  .newFeatured .newThree .newFeaturedSmall .newAction .newButton {
      top: 92%;
  }
  
    .newFeatured .newFull .newProductDesc {
      opacity: 1;
      bottom: 0;
    }
  
    .newFeatured .newSmall {
      margin-left: auto;
      margin-right: auto;
    }
  
    .newFeatured .newSmall .newThree {
      height: 120px;
      max-height: 120px;
      margin-bottom: 5px;
    }
  
    .newFeatured .newSmall .newThree .newProdImg {
      width: 50%;
      max-height: 100px;
    }
  
    .newFeatured .newSmall .newThree .newSmallDesc {
      width: 40%;
    }
  
    .newFeatured .newSmall .newThree .newSmallDesc h3 {
      font-size: 1em;
    }
  
    .newFeatured .newSmall .newThree .newSmallDesc p {
      display: block;
      font-size: 0.8em;
    }
  
    .newFeatured .newThree .newFeaturedSmall .newProdImg {
      margin-right: 0;
  }

  .wrap {
    width: 90%;
    position: absolute;
    left: 34%;
    transform: translate(-50%, -50%);
}

  }
  
  @media (max-width:450px) {
  .search {
    width: 100%;
    margin-top: -50px;
    position: relative;
    display: flex;
    left: 17%;
}

img {
  max-width: 70%;
}

.newFeatured .newSmall .newThree .newSmallDesc p {
  display: block;
  font-size: small;
}

.newFeatured .newThree .newFeaturedSmall .newSmallDesc {
      height: 100%;
      float: left;
      margin-left: -10%;
}
}