﻿.tablet-mobile {
  display: none;
}

.tablet {
  display: none;
}

.mobile {
  display: none;
}


.section--images .row {
  display: flex;
  flex-direction: row;
}

  .section--images .row .col-lg-6:first-child {
    background-color: #F6E3DA;
  }

    .section--images .row .col-lg-6:first-child h1 {
      font-family: brandon_grotesquemedium;
      font-size: 60px;
      line-height: 70px;
      margin-bottom: 8px;
      margin-left: 14.9%;
      width: 57%;
      margin-top: 16.3%;
      color: #000;
      font-weight: 200;
      text-transform:uppercase;
    }

  .section--images .row .col-lg-6 img, .section--images .row .col-lg-3 img {
    width: 100%;
    float: left;
  }

/* Content */

.breadcrumbs{
  margin-top: 25px;
}

.section--content h2 {
  font-family: brandon_grotesquemedium;
  font-size: 60px;
  line-height: 70px;
  text-transform: none;
  margin-top: 54px;
  margin-bottom: 49px;
  color: #000;
  font-weight: 200;
  text-transform: uppercase;
}

.section--content .container, .section--form .container, .section--thank--you .container {
  max-width: 732px !important;
}

.section--content #newsletter__labels{
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

  .section--content #newsletter__labels .newsletter--label--container {
    font-family: brandon_grotesqueregular;
    font-size: 25px;
    line-height: 35px;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 26px;
    color: #000;
    display: flex;
    flex-direction: row;
    font-weight: 200;
    align-items: flex-start;
  }

    .section--content #newsletter__labels .newsletter--label--container div{
      text-align: left;
      margin-left: 14px;
      margin-top: -6px;
      max-width: 80%;
    }

    /* Form */

#newsletter__form input[type=text], #newsletter__form input[type=number], #newsletter__form select, #newsletter__form textarea {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  border: solid 1px #707070;
  /*border-radius: 5px;*/
  padding-left: 21px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 29px;
  color: #000;
  outline: none;
}

#newsletter__form select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../Content/Images/Menue-Arrow-down-dropdown.svg) no-repeat right 28px top 21px;
  width: 100%;
  min-width: 189px;
  background-color:#fff;
}

  #newsletter__form input[type=text].error, #newsletter__form input[type=number].error, #newsletter__form select.error, #newsletter__form textarea.error {
    background-color: #B02E60;
    border-color: #B02E60;
    color: #fff;
  }

#newsletter__form input[type=text]::-webkit-input-placeholder {
  color: #000 !important;
}

#newsletter__form input[type=text]::-moz-placeholder {
  color: #000 !important;
}

#newsletter__form input[type=text]::-ms-placeholder {
  color: #000 !important;
}

#newsletter__form input[type=text]::placeholder {
  color: #000 !important;
}

#newsletter__form input[type=number]::-webkit-input-placeholder {
  color: #000 !important;
}

#newsletter__form input[type=number]::-moz-placeholder {
  color: #000 !important;
}

#newsletter__form input[type=number]::-ms-placeholder {
  color: #000 !important;
}

#newsletter__form input[type=number]::placeholder {
  color: #000 !important;
}

#newsletter__form textarea::-webkit-input-placeholder {
  color: #000 !important;
}

#newsletter__form textarea::-moz-placeholder {
  color: #000 !important;
}

#newsletter__form textarea::-ms-placeholder {
  color: #000 !important;
}

#newsletter__form textarea::placeholder {
  color: #000 !important;
}


#newsletter__form input[type=text].error::-webkit-input-placeholder {
  color: #fff !important;
}

#newsletter__form input[type=text].error::-moz-placeholder {
  color: #fff !important;
}

#newsletter__form input[type=text].error::-ms-placeholder {
  color: #fff !important;
}

#newsletter__form input[type=text].error::placeholder {
  color: #fff !important;
}

#newsletter__form input[type=number].error::-webkit-input-placeholder {
  color: #fff !important;
}

#newsletter__form input[type=number].error::-moz-placeholder {
  color: #fff !important;
}

#newsletter__form input[type=number].error::-ms-placeholder {
  color: #fff !important;
}

#newsletter__form input[type=number].error::placeholder {
  color: #fff !important;
}

#newsletter__form textarea.error::-webkit-input-placeholder {
  color: #fff !important;
}

#newsletter__form textarea.error::-moz-placeholder {
  color: #fff !important;
}

#newsletter__form textarea.error::-ms-placeholder {
  color: #fff !important;
}

#newsletter__form textarea.error::placeholder {
  color: #fff !important;
}

.section--form{
  padding-top: 49px;
  padding-bottom: 114px;  
}

  .section--form form {
    padding-left: 42px;
  }

  #newsletter__terms__click {
    float: left;
    width: 30px;
  }

#newsletter__form p {
  text-align: left;
  padding-left: 46px;
  padding-top: 3px;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 30px;
  color: #707070;
  font-weight: 200;
}

  #newsletter__form p a {
    text-decoration: none;
    color: #707070;
    font-weight: 700;
  }

#newsletter__form .error p, #add__review__form .error p a {
  color: #940B56;
}

#newsletter__submit {
  width: 275px;
  color: #fff;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 34px;
  display: block;
  text-align: center;
  padding: 13px 0;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  font-weight: 200;
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.3) !important;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.section--thank--you{
  padding-bottom: 220px;
  padding-top: 121px;
}

.section--thank--you img {
  margin-bottom: 24px;
}

  .section--thank--you h2 {
    font-family: brandon_grotesquemedium;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 29px;
    margin-top: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 200;
  }

.section--thank--you div:not(.container) {
  font-family: brandon_grotesqueregular;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 60px;
  margin-top: 0;
  color: #000;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

  .section--thank--you a {
    text-decoration: none;
    width: 275px;
    color: #fff;
    font-family: brandon_grotesquemedium;
    font-size: 20px;
    line-height: 34px;
    display: block;
    text-align: center;
    padding: 13px 0;
    margin-left: auto;
    margin-right: auto;
    font-weight: 200;
    border: solid 1px #fff;
    background: rgba(0, 0, 0, 0.3) !important;
    text-transform: uppercase;
    letter-spacing: 0.7px;
  }

@media(max-width: 1350px){
  .section--images .row .col-lg-6:first-child{
    width: 50%;
    flex-shrink: 0;
  }

  .section--images .row .col-lg-6:first-child h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media(max-width: 1350px) {
    .section--images .row .col-lg-6:first-child h1 {
      font-size: 30px;
      line-height: 35px;
    }
}

@media(max-width: 1199px){
  .section--content #newsletter__labels {
    flex-flow: column;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
  }

  .section--content #newsletter__labels {
    padding-left: 22px;
  }
}

@media (max-width:768px) {
  /* Top Content */
  .section--images .row {
    display: block;
  }

    .section--images .row .col-lg-6:first-child {
      padding-top: 38px;
      padding-bottom: 60px;
      width: 100%;
    }

    .section--images .row .col-lg-6:last-child {
      display: none;
    }

    .section--images .row .col-lg-6:first-child h1 {
      margin-top: 0;
      margin-bottom: 13px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
    }

  .tablet {
    display: block;
  }

  .section--images #category__main__image {
    display: none;
  }

  .categories__slider {
    max-height: 724px;
  }

    .categories__slider .slick-next {
      background: url('../Content/Images/Arrow-right-thick-tablet.svg') no-repeat left top;
      width: 68px;
      height: 98px;
      right: 30px;
    }

    .categories__slider .slick-prev {
      background: url('../Content/Images/Arrow-left-thick-tablet.svg') no-repeat left top;
      width: 68px;
      height: 98px;
      left: 30px;
    }

    .breadcrumbs{
      margin-top: 31px;
    }

  .section--content h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 41px;
    margin-top: 55px;
  }

  .section--content #newsletter__labels{
    flex-flow: column;
  }

  .section--content .container, .section--form .container, .section--thank--you .container {
    max-width: 456px !important;
  }

  .section--images .row .col-lg-6:first-child h1{
    width: 65%;
  }

  .section--form form{
    padding-left: 0;
  }

  .section--content #newsletter__labels .newsletter--label--container div{
    margin-left: 20px;
  }

  .section--content #newsletter__labels{
    padding-left: 22px;
  }

  .section--form{
    padding-top: 57px;
    padding-bottom: 123px;
  }

  #newsletter__form select{
    width: 100%;
    max-width: 100%;
  }

  #newsletter__form input[type=text], #newsletter__form input[type=number], #newsletter__form select, #newsletter__form textarea{
    margin-bottom: 23px;
  }

  #newsletter__form p{
    margin-top: 49px;
  }

  #newsletter__submit{
    margin-top: 65px;
  }

  .section--thank--you{
    padding-top: 138px;
    padding-bottom: 224px;
  }

    .section--thank--you img{
      margin-bottom: 34px;
    }

    .section--thank--you h2 {
      font-size: 30px;
      line-height: 45px;
      margin-bottom: 33px;
    }

    .section--thank--you div:not(.container){
      max-width: 100%;
    }
}

@media (max-width:480px) {
  .tablet {
    display: none;
  }

  .mobile {
    display: block;
  }

  /* Top Content */

  .section--images .row .col-lg-6:first-child {
    padding-top: 19px;
    padding-bottom: 14px;
  }

    .section--images .row .col-lg-6:first-child h1 {
      font-size: 25px;
      line-height: 30px;
      width: 90%;
    }

    .section--images .row .col-lg-6:first-child h2 {
      display: none;
    }

  .categories__slider {
    max-height: 381px;
  }

    .categories__slider .slick-next {
      background: url('../Content/Images/Arrow-right-thick-mobile.svg') no-repeat left top;
      width: 52px;
      height: 68px;
      right: 0px;
    }

    .categories__slider .slick-prev {
      background: url('../Content/Images/Arrow-left-thick-mobile.svg') no-repeat left top;
      width: 52px;
      height: 68px;
      left: 0px;
    }

    .breadcrumbs{
      margin-top: 30px;
    }

  .section--content .container, .section--form .container, .section--thank--you .container {
    max-width: 70.67% !important;
  }

  .section--content h2 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 43px;
    margin-bottom: 43px;
  }

  .section--content #newsletter__labels .newsletter--label--container {
    font-size: 20px;
    line-height: 25px;
  }

  .section--form{
    padding-top: 42px;
  }

  #newsletter__submit{
    margin-top: 35px;
  }

  .section--form{
    padding-bottom: 63px;
  }

  .section--content #newsletter__labels{
    padding-left: 0;
  }

  .section--thank--you {
    padding-top: 105px;
    padding-bottom: 96px;
  }

    .section--thank--you img{
      margin-bottom: 39px;
    }

    .section--thank--you h2 {
      font-size: 25px;
      line-height: 35px;
      margin-top: 0;
      margin-bottom: 16px;
    }
}
