#wrapper_bu {
  position: absolute;
  /* top: 150px; */
  top: 10%;
  width: 96%;
  height: 100%;
  /* margin-left: 2%; */
}

.txt_Center {
  margin: 50% 0% 0% 20%
}

.txt_h1 {
  font-size: 2em
}

.holder_bu {
  cursor: pointer;
  background: rgba(255, 255, 255, .7);
  -webkit-box-shadow: inset 0px 0px 23px -13px rgba(3, 37, 53, 1);
  -moz-box-shadow: inset 0px 0px 23px -13px rgba(3, 37, 53, 1);
  box-shadow: inset 0px 0px 23px -13px rgba(3, 37, 53, 1);
  backdrop-filter: blur(5px);
}

.holder_bu_awayL1>div>*:not(:first-child) {
  display: none;
}

.holder_bu_awayL2>div>*:not(:first-child) {
  display: none;
}

.holder_bu_awayR1>div>*:not(:first-child) {
  display: none;
}

.holder_bu_awayL1>div>div>.eapps-instagram-feed-title-container {
  display: none;
}

.holder_bu_awayL2>div>div>.eapps-instagram-feed-title-container {
  display: none;
}

.holder_bu_awayR1>div>div>.eapps-instagram-feed-title-container {
  display: none;
}


.imgRow {
  display: flex !important;
}

.holder_bu_awayL2>#imgGrid,
.holder_bu_awayR1>#imgGrid {
  left: 2.5vw;
}

.holder_bu_awayL1>#imgGrid {
  left: 3vw;
}

#bu2.holder_bu_awayL1>div>#igBtn {
  display: none !important;
}

#bu2.holder_bu_awayL2>div>#igBtn {
  display: none !important;
}

#bu2.holder_bu_awayR1>div>#igBtn {
  display: none !important;
}

#bu1.holder_bu_awayL1>div>div>div>div>.slideHide {
  display: none !important;
}

#bu1.holder_bu_awayL2>div>div>div>div>.slideHide {
  display: none !important;
}

#bu1.holder_bu_awayR1>div>div>div>div>.slideHide {
  display: none !important;
}

/* REAR CENTER WINDOW */
.holder_bu_awayL1 {
  position: absolute;
  top: 0%;
  left: 20%;
  width: 60%;
  height: 100%;
  /* background-color: rgba(0,0,50,0.7); */
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s
}

.holder_bu_awayL2 {
  position: absolute;
  top: 5%;
  /* left: -1%; */
  width: 48%;
  height: 100%;
  /* background-color: rgba(0,0,50,0.5); */
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s;
  z-index: 3;
}

.holder_bu_awayR1 {
  position: absolute;
  /* top: 30%;
  right: 10%;
  width: 30%;
  height: 70%; */
  top: 5%;
  right: 0%;
  width: 48%;
  height: 100%;
  /* background-color: rgba(0,0,50,0.7); */
  -webkit-transition: width 1s, height 1s, top 1s, left 1s;
  -moz-transition: width 1s, height 1s, top 1s, left 1s;
  -o-transition: width 1s, height 1s, top 1s, left 1s;
  -ms-transition: width 1s, height 1s, top 1s, left 1s;
  transition: width 1s, height 1s, top 1s, left 1s;
  z-index: 3;
}

/* FRONT CENTER WINDOW */
.holder_bu_center {
  position: absolute;
  top: 10%;
  left: 12%;
  width: 75%;
  height: 100%;
  /* overflow: hidden; */
  background: rgba(255, 255, 255, .7);
  -webkit-box-shadow: inset 0px 0px 23px -13px rgba(3, 37, 53, 1);
  -moz-box-shadow: inset 0px 0px 23px -13px rgba(3, 37, 53, 1);
  box-shadow: inset 0px 0px 23px -13px rgba(3, 37, 53, 1);
  backdrop-filter: blur(5px);
  z-index: 4;
}

.responsiveImg {
  width: 90%;
  max-height: 625px;
}

.shopSlide {
  display: flex;
  text-align: center;
  flex-direction: column;
  /* justify-content: space-around;  */
  align-items: center;
  align-content: flex-start;
  position: relative;
}

.shop_btn {
  margin-top: 3%;
  position: absolute;
  left: 50%;
  top: min(40vw, 550px);
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: #f77c08;
  color: #ffffff;
  font-size: 3vw;
  font-weight: bold;
  padding: 0px 1vw 0px 1.5vw;
  text-decoration: none;
}

.shop_btn:hover {
  color: #f77c08;
  background-color: white;
}

#appt_btn {
  cursor: pointer;
  background-color: #f77c08;
  color: #ffffff;
  margin-top: 10px;
  font-size: 3vw;
  font-weight: bold;
  padding: 0px 1vw 0px 1.5vw;
  text-decoration: none;
  border: none !important;
}

#appt_btn:hover {
  color: #f77c08;
  background-color: white;
}

#formSlide {
  position: absolute;
  top: 40px;
  left: 5vw;
  max-height: 400px;
  overflow: visible;
  scroll-behavior: smooth;
}

#formSlide>h4 {
  font-size: 2vw;
}

@media screen and (min-width: 768px) {

  .shop_btn,
  #appt_btn {
    font-size: 30px;
  }

  #formSlide {
    margin-top: 5%;
    line-height: 45x;
  }
}

@media screen and (min-width: 823px) {
  #igBtn {
    top: min(47vw, 550px) !important;
  }
}

@media screen and (min-width: 924px) {
  #formSlide {
    margin-top: 8%;
    line-height: 45x;
  }

  #igBtn {
    top: min(43vw, 550px) !important;
  }
}

@media screen and (min-width: 991px) {
  #igBtn {
    top: min(46vw, 550px) !important;
  }
}

@media screen and (max-width: 1240px) {
  #wrapper_bu {
    margin-left: 2%;
  }
}

@media screen and (min-width: 1240px) {
  #wrapper_bu {
    left: 9.5vw;
    width: 80%;
    height: 100%;
  }

  .holder_bu_awayL2 {
    left: -1%;
  }

  .responsiveImg {
    width: 80%;
    max-height: 575px;
  }

  .shop_btn {
    top: min(35vw, 500px);
  }
}

@media screen and (min-width: 1500px) {
  .responsiveImg {
    width: 70%;
    max-height: 575px;
  }

  .shop_btn {
    top: min(30vw, 500px);
  }
}

label {
  margin: 0 !important;
  font-size: small !important;
  color: #f77c08 !important;
  /* display !important; */
  font-family: 'Poppins', sans-serif;
}

.eui-widget-title,
.eapps-instagram-feed-title {
  font-family: 'Teko', sans-serif !important;
}

input {
  text-align: center;
}

select {
  width: 400px;
  text-align-last: center;
}

.mainTxt {
  font-family: 'Teko', sans-serif !important;
  letter-spacing: .15rem
}

.subTxt {
  font-family: 'Poppins', sans-serif !important;
}

.form-control {
  font-family: 'Poppins', sans-serif !important;
  font-weight: bold;
  color: #f77c08 !important;
  font-size: .5rem !important;
  border: 2px solid #f77c08 !important;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0) !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#formImg {
  -webkit-mask-image: linear-gradient(to right, transparent 25%, white 75%);
  mask-image: linear-gradient(to right, transparent 25%, black 100%);
  /* -webkit-mask-image:-webkit-gradient(linear, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0)); */
}

::placeholder {
  color: #f77c08 !important;
  ;
  opacity: 1 !important;
  ;
}

:-ms-input-placeholder {
  color: #f77c08 !important;
  ;
}

::-ms-input-placeholder {
  color: #f77c08 !important;
  ;
}

.gridImg {
  width: 30vw;
  /* padding-right: 10px; */
}

#imgGrid {
  position: absolute;
  left: 3.7vw;
  top: 2vh;
}

.imgRow {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.column img {
  /* margin-top: 8px; */
  vertical-align: middle;
  width: 100%;
}

.column2 {
  flex: 100%;
  max-width: 100%;
  margin-top: 10px;
  padding: 0 4px;
}

#bottomGridImg {
  width: 100%;
  object-fit: cover;
  /* margin-top: 10px; */
  max-height: 30vh;
}

.eapps-instagram-feed-container {
  position: relative;
  top: 3vh;
  width: 90% !important;
  /* !important; */
}

#igBtn {
  margin-top: 3%;
  z-index: 100;
  position: absolute;
  left: 50%;
  top: min(50vw, 550px);
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: #f77c08;
  color: #ffffff;
  font-size: 3vw;
  font-weight: bold;
  padding: 0px 1vw 0px 1.5vw;
  text-decoration: none;
}

#igBtn:hover {
  color: #f77c08;
  background-color: white;
}

.content {
  /* border: 1px solid #CCCCCC; */
  /* height: 250px; */
  /* line-height: 400px; */
  /* margin: 50px auto; */
  overflow: hidden;
  position: relative;
  /* width: 80%; */
}

.corner-link {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  right: 0;
  top: 0;
  display: block;
  height: 150px;
  position: absolute;
  width: 100px;
  z-index: 3;
}

.corner-text-wrapper {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  clip: rect(0px, 141.421px, 70.7107px, 0px);
  height: 141.421px;
  position: absolute;
  right: -20.7107px;
  top: -20.7107px;
  width: 141.421px;
  z-index: 1;
}

.corner-text {
  color: white;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 20px;
  top: 20px;
  /* background-color: #f77c08; */
  background-color: rgba(255, 123, 13, 0.3);
  display: block;
  height: 100px;
  position: absolute;
  width: 100px;
  z-index: 2;
}

.corner-text span {
  position: relative;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700;
  /* top: -185px; */
  padding-top: 18%;
  left: 18%;
  display: block;
  text-align: center;
}

.full-screen,
.slider-parallax {
  min-height: 80vh !important;
}

@media screen and (max-width: 555px) {

  .full-screen,
  .slider-parallax {
    min-height: 65vh !important;
  }
}

@media screen and (max-width: 425px) {

  .full-screen,
  .slider-parallax {
    min-height: 50vh !important;
  }

  .corner-text-wrapper {
    -webkit-transform: rotate(45deg) scale(.5)!important;
    -moz-transform: rotate(45deg) scale(.5)!important;
    -ms-transform: rotate(45deg) scale(.5)!important;
    -o-transform: rotate(45deg) scale(.5)!important;
    transform: rotate(45deg) scale(.5)!important;
    height: 60px!important;
    right: -62px!important;
  }
}

#modalBtn {
  display: none;
}

@media screen and (max-width: 575px) {
  #wrapper_bu {
    position: absolute;
    /* top: 150px; */
    top: 18%;
    width: 96%;
    height: 100%;
    /* margin-left: 2%; */
  }
  

  #formSlide {
    display: none !important;
  }

  #formImg {
    -webkit-mask-image: none;
    mask-image: none;
    /* -webkit-mask-image:-webkit-gradient(linear, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0)); */
  }

  #bu4.holder_bu_awayL1>div>#modalBtn {
    display: none !important;
  }

  #bu4.holder_bu_awayL2>div>#modalBtn {
    display: none !important;
  }

  #bu4.holder_bu_awayR1>div>#modalBtn {
    display: none !important;
  }

  #modalBtn {
    display: block;
  }

  .centered {
    display: block;
    text-align: center;
  }

  .corner-text-wrapper {
    -webkit-transform: rotate(45deg) scale(.66);
    -moz-transform: rotate(45deg) scale(.66);
    -ms-transform: rotate(45deg) scale(.66);
    -o-transform: rotate(45deg) scale(.66);
    transform: rotate(45deg) scale(.66);
    height: 78px;
    right: -53px
  }
}

.modal_appt_btn {
  font-size: 5.3vw !important;
}

.hoverRed:hover{
  color: #7b2500!important;
}

@media screen and (min-width: 991px) {
  #mobileMenu{
    display: none!important;
  }
}


.poppins{
  font-family: 'Poppins', sans-serif!important;
}

.slider-caption > .poppins{
  text-transform: uppercase!important;
}


.teko{
  font-family: 'Teko', sans-serif !important;
}