﻿/* Top Section */

#top__content {
  display: flex;
  flex-direction: row;
}

  #top__content .top--left--content {
    width: 50%;
    background: #707070;
    color: #fff;
  }


  #top__content .top--right--content {
    width: 50%;
  }

    #top__content .top--right--content img {
      width: 100%;
      height: 100%;
    }

  #top__content .top--left--content h1 {
    font-family: brandon_grotesquemedium;
    font-size: 60px;
    line-height: 70px;
    margin-left: 16%;
    color: #fff;
    margin-block-start: 0;
    margin-bottom: 16px;
    margin-top: 14.82%;
    max-width: 60%;
    font-weight: 200;
    text-transform:uppercase;
  }

  #top__content .top--left--content #sub__text {
    font-family: brandon_grotesqueregular;
    font-size: 24px;
    line-height: 30px;
    margin-left: 16%;
    color: #fff;
    margin-block-start: 0;
    max-width: 60.5%;
  }

/* Top Content */

.breadcrumbs {
  margin-top: 58px;
}

.section--top--content .container {
  max-width: 885px;
}

.section--top--content h2 {
  font-family: brandon_grotesquemedium;
  font-size: 60px;
  line-height: 70px;
  margin-top: 54px;
  margin-bottom: 39px;
  font-weight: 200;
  text-transform: none;
  color: #000;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 200;
  text-transform: uppercase;
}

.section--top--content .content {
  font-family: brandon_grotesqueregular;
  color: #000;
  font-size: 25px;
  line-height: 35px;
  font-weight: 200;
  text-align:center;
}

  .section--top--content .content a {
    text-decoration: none;
    color: #B02E60;
    font-weight: 200;
  }

#top__content__link {
  width: 275px;
  color: #fff;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 34px;
  display: block;
  text-align: center;
  padding: 13px 0;
  background-color: #BE2062;
  cursor: pointer;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 77px;
  margin-top: 45px;
  font-weight: 200;
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.3) !important;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

/* Form */

.section--form .container {
  max-width: 885px;
  background-color: #fff;
  padding: 81px 97px 101px 97px;
}

#contact__form input[type=text], #contact__form input[type=number], #contact__form select, #contact__form textarea {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  border: solid 1px #000;
  padding-left: 21px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 29px;
  color: #000;
  outline: none;
}

#contact__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;*/
}

  #contact__form select#Studio {
    width: 100%;
  }

  #contact__form input[type=text].error, #contact__form input[type=number].error, #contact__form select.error, #contact__form textarea.error {
    background-color: #B02E60;
    border-color: #B02E60;
    color: #fff;
  }

#contact__form input[type=text]::-webkit-input-placeholder {
  color: #000 !important;
}

#contact__form input[type=text]::-moz-placeholder {
  color: #000 !important;
}

#contact__form input[type=text]::-ms-placeholder {
  color: #000 !important;
}

#contact__form input[type=text]::placeholder {
  color: #000 !important;
}

#contact__form input[type=number]::-webkit-input-placeholder {
  color: #000 !important;
}

#contact__form input[type=number]::-moz-placeholder {
  color: #000 !important;
}

#contact__form input[type=number]::-ms-placeholder {
  color: #000 !important;
}

#contact__form input[type=number]::placeholder {
  color: #000 !important;
}

#contact__form textarea::-webkit-input-placeholder {
  color: #000 !important;
}

#contact__form textarea::-moz-placeholder {
  color: #000 !important;
}

#contact__form textarea::-ms-placeholder {
  color: #000 !important;
}

#contact__form textarea::placeholder {
  color: #000 !important;
}


#contact__form input[type=text].error::-webkit-input-placeholder {
  color: #fff !important;
}

#contact__form input[type=text].error::-moz-placeholder {
  color: #fff !important;
}

#contact__form input[type=text].error::-ms-placeholder {
  color: #fff !important;
}

#contact__form input[type=text].error::placeholder {
  color: #fff !important;
}

#contact__form input[type=email].error::-webkit-input-placeholder {
  color: #fff !important;
}

#contact__form input[type=email].error::-moz-placeholder {
  color: #fff !important;
}

#contact__form input[type=email].error::-ms-placeholder {
  color: #fff !important;
}

#contact__form input[type=email].error::placeholder {
  color: #fff !important;
}

#contact__form input[type=number].error::-webkit-input-placeholder {
  color: #fff !important;
}

#contact__form input[type=number].error::-moz-placeholder {
  color: #fff !important;
}

#contact__form input[type=number].error::-ms-placeholder {
  color: #fff !important;
}

#contact__form input[type=number].error::placeholder {
  color: #fff !important;
}

#contact__form textarea.error::-webkit-input-placeholder {
  color: #fff !important;
}

#contact__form textarea.error::-moz-placeholder {
  color: #fff !important;
}

#contact__form textarea.error::-ms-placeholder {
  color: #fff !important;
}

#contact__form textarea.error::placeholder {
  color: #fff !important;
}

.section--form {
  padding-bottom: 124px;
}

#contact__terms__click {
  float: left;
  width: 30px;
}

#contact__form p {
  text-align: left;
  padding-left: 46px;
  padding-top: 3px;
  font-family: brandon_grotesqueregular;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-weight: 200;
}

  #contact__form p a {
    text-decoration: none;
    color: #B02E60;
    font-weight: 500;
  }

#contact__form .error p, #add__review__form .error p a {
  color: #940B56;
}

#contact__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;
}

#required__text {
  font-family: brandon_grotesquemedium;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  color: #B02E60;
  padding-bottom: 17px;
}

.section--form h2 {
  font-family: brandon_grotesquemedium;
  font-size: 46px;
  line-height: 60px;
  color: #000;
  padding-bottom: 17px;
  font-weight: 200;
  text-align: center;
  /*max-width: 88%;*/
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
}

#contact__form textarea {
  margin-bottom: 19px;
}

#section__faqs .container {
  text-align: left;
  max-width: 885px;
  padding-bottom: 77px;
}

  #section__faqs .container #faqs__top__content {
    font-family: brandon_grotesquemedium;
    font-size: 46px;
    line-height: 60px;
    color: #000;
    padding-bottom: 17px;
    font-weight: 200;
    text-align: center;
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
    text-transform:uppercase;
  }

  #section__faqs .container #faqs__questions {
    font-family: brandon_grotesqueregular;
    font-size: 20px;
    line-height: 20px;
    color: #fff;
  }

    #section__faqs .container #faqs__questions .faq__item {
      /*box-shadow: 0px 0px 10px rgba(0,0,0,0.16);*/
      padding: 21px;
      margin-bottom: 25px;
      /*border-radius: 5px;*/
      position: relative;
      background-color:#707070;
    }

      #section__faqs .container #faqs__questions .faq__item strong {
        font-family: brandon_grotesquemedium;
        /*color: #B02E60;*/
        font-weight:500;
      }

      #section__faqs .container #faqs__questions .faq__item .faq--answer {
        padding-top: 25px;
      }

        #section__faqs .container #faqs__questions .faq__item .faq--answer .success {
          color: #F6E3DA;
          padding-bottom: 10px;
        }

        #section__faqs .container #faqs__questions .faq__item .faq--answer .error-message {
          color: #F6E3DA;
          padding-bottom: 10px;
        }

        #section__faqs .container #faqs__questions .faq__item .faq--answer p {
          display: inline;
          margin: 0;
          line-height: 26px;
        }

      #section__faqs .container #faqs__questions .faq__item a {
        font-family: brandon_grotesquemedium;
        color: #fff;
        text-decoration:none;
      }

      #section__faqs .container #faqs__questions .faq__item .faq--answer input[type=email] {
        display: inline-block;
        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;
        font-weight:200;
        outline: none;
        min-width:300px;
      }

        #section__faqs .container #faqs__questions .faq__item .faq--answer input[type=email].error {
          background-color: #B02E60;
          border-color: #B02E60;
          color: #fff;
        }

        #section__faqs .container #faqs__questions .faq__item .faq--answer input[type=email]::-webkit-input-placeholder {
          color: #000 !important;
        }

        #section__faqs .container #faqs__questions .faq__item .faq--answer input[type=email]::-moz-placeholder {
          color: #000 !important;
        }

        #section__faqs .container #faqs__questions .faq__item .faq--answer input[type=email]::-ms-placeholder {
          color: #000 !important;
        }

        #section__faqs .container #faqs__questions .faq__item .faq--answer input[type=email]::placeholder {
          color: #000 !important;
        }

        #section__faqs .container #faqs__questions .faq__item .faq--answer input[type=email].error::-webkit-input-placeholder {
          color: #fff !important;
        }

        #section__faqs .container #faqs__questions .faq__item .faq--answer input[type=email].error::-moz-placeholder {
          color: #fff !important;
        }

        #section__faqs .container #faqs__questions .faq__item .faq--answer input[type=email].error::-ms-placeholder {
          color: #fff !important;
        }

        #section__faqs .container #faqs__questions .faq__item .faq--answer input[type=email].error::placeholder {
          color: #fff !important;
        }

      #section__faqs .container #faqs__questions .faq__item .faq--answer a.btn {
        display: inline-block;
        background-color: #bd1860;
        padding-left: 21px;
        padding-right: 21px;
        padding-top: 11px;
        padding-bottom: 11px;
        font-family: brandon_grotesquemedium;
        font-size: 20px;
        line-height: 29px;
        color: #fff;
        outline: none;
        cursor: pointer;
        margin-left: 10px;
        font-weight: 200;
        border: solid 1px #fff;
        background: rgba(0, 0, 0, 0.3) !important;
        text-transform: uppercase;
        letter-spacing: 0.7px;
      }

.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #666666;
  opacity: 0.4;
  text-align: center;
}

  .loading img {
    max-width: 30px;
    display: inline-block;
    margin-top: 12%;
  }

@media(max-width: 1250px) {
  #top__content {
    flex-direction: column;
  }

    #top__content .top--left--content {
      width: 100%;
      text-align: center;
    }


    #top__content .top--right--content {
      width: 100%;
    }

      #top__content .top--right--content img {
        width: 100%;
        height: auto;
      }

    #top__content .top--left--content h1 {
      font-size: 40px;
      line-height: 45px;
      margin-bottom: 3px;
      margin-top: 49px;
      margin-left: 0;
      max-width: 70%;
      margin-left: auto;
      margin-right: auto;
    }

    #top__content .top--left--content #sub__text {
      font-size: 24px;
      line-height: 30px;
      max-width: 70%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 74px;
    }
}

#thank__you__container {
  max-width: 885px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 99px 64px 82px;
  /*box-shadow: 0px 0px 10px rgba(0,0,0,0.16);
  border-radius: 5px;*/
  background-color:#fff;
}

  #thank__you__container h3 {
    font-family: brandon_grotesquemedium;
    font-size: 40px;
    line-height: 45px;
    color: #000;
    margin-top: 52px;
    margin-bottom: 36px;
    font-weight: 200;
    text-transform:uppercase;
  }

  #thank__you__container div {
    font-family: brandon_grotesqueregular;
    font-size: 20px;
    line-height: 30px;
    font-weight: 200;
    color: #000;
    text-align: cener;
  }

    #thank__you__container div p {
      margin: 0;
    }

@media (max-width: 768px) {

  /* Top Content */

  .breadcrumbs {
    margin-top: 24px;
  }

  .section--top--content .container {
    max-width: 608px;
  }

  .section--top--content h2 {
    font-size: 40px;
    line-height: 45px;
    margin-top: 55px;
    margin-bottom: 55px;
    font-weight: 200;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  #top__content__link {
    margin-bottom: 125px;
  }

  .section--form .container {
    max-width: 79.04%;
  }

  #contact__form select {
    width: 100%;
  }

  #contact__form input[type=text], #contact__form input[type=number], #contact__form select, #contact__form textarea {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 27px;
  }

  #contact__form textarea {
    margin-bottom: 15px;
  }

  #required__text {
    padding-bottom: 4px;
  }

  #thank__you__container {
    max-width: 608px;
    padding: 86px 62px 67px 62px;
  }

    #thank__you__container h3 {
      font-size: 30px;
      line-height: 45px;
      color: #681155;
      margin-top: 36px;
      margin-bottom: 32px;
    }

    #thank__you__container div {
      font-size: 20px;
      line-height: 30px;
      color: #575756;
    }

  #section__faqs .container #faqs__top__content {
    font-size: 30px;
  }

  #section__faqs .container #faqs__top__content  p {
    margin-top:0;
  }

  .section--form h2 {
    font-size: 30px;
  }

  #section__faqs .container {
    max-width: 79.04%;
  }

  #section__faqs .container{
    padding-bottom: 45px;
  }

  .section--form{
    padding-bottom:0;
  }

  .section--form .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 613px) {
  #section__faqs .container #faqs__questions .faq__item .faq--answer a.btn {
    margin-left:0;
    margin-top:10px;
  }
}

@media (max-width: 480px) {
  #top__content .top--left--content h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 19px;
    margin-top: 29px;
    margin-left: 0;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  #top__content .top--left--content #sub__text {
    font-size: 20px;
    line-height: 25px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 37px;
  }

  /* Top Content */

  .breadcrumbs {
    margin-top: 22px;
  }

  .section--top--content .container {
    max-width: 80.53%;
  }

  .section--top--content h2 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 43px;
    margin-bottom: 31px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .section--top--content .content {
    font-size: 25px;
    line-height: 30px;
  }

  #top__content__link {
    width: 255px;
    margin-bottom: 113px;
    margin-top: 18px;
  }

  #contact__form select {
    width: 100%;
  }

  #contact__form input[type=text], #contact__form input[type=number], #contact__form select, #contact__form textarea {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 23px;
  }

  #contact__form textarea {
    margin-bottom: 9px;
  }

  #contact__terms__click {
    margin-top: 5px;
  }

  #required__text {
    padding-bottom: 4px;
  }

  #contact__submit {
    width: 255px;
  }

  #thank__you__container {
    max-width: 80.53%;
    padding: 59px 30px 60px 30px;
  }

    #thank__you__container img {
      width: 151px;
    }

    #thank__you__container h3 {
      font-size: 25px;
      line-height: 30px;
      color: #681155;
      margin-top: 21px;
      margin-bottom: 31px;
    }

    #thank__you__container div {
      font-size: 20px;
      line-height: 30px;
      color: #575756;
    }

  #section__faqs .container #faqs__top__content {
    font-size: 25px;
    line-height: 40px;
  }

    #section__faqs .container #faqs__top__content p {
      margin-top: 0;
    }

  .section--form h2 {
    font-size: 25px;
    line-height: 40px;
  }

  #section__faqs .container {
    max-width: 80.53%;
  }

  #section__faqs .container {
    padding-bottom: 45px;
  }

    #section__faqs .container #faqs__questions {
      line-height: 30px;
    }

  #top__content__link {
    margin-bottom: 70px;
  }

  #section__faqs .container #faqs__questions .faq__item .faq--answer {
    overflow-x: hidden;
  }
}
