/*
 Theme Name:   Avala Child
 Theme URI:    http://avala.bold-themes.com
 Description:  Avala child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     avala
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  avala-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

body {
  min-height: 100vh !important;
}

.leftNav {
  margin-right: -35px !important;
}

.details-button a:hover,.custom-btn:hover{
	background:#eceaea;
}
.custom-tabs .tab:hover{
	border:2px solid #D9D9D9;
}
.btMenuHorizontal .menuPort>nav>ul>li {
  padding: 0 25px 0 0;
}

.bt_bb_button.bt_bb_style_outline:after,.bt_bb_button{
  border-radius: 8px;
}
.bt_bb_button.bt_bb_style_outline:after {
  border: 0;
}

.bt-logo-area .logo img {
  height: auto;
  width: auto !important;
}

.menuPort {
  font-family: 'Lato' !important;
  letter-spacing: 2.75px !important;
  font-size: 11px !important;
}

/* #menu-item-3653 a {
  border: 1px solid #5C5C5C !important;
} */


.menu-item a {
  line-height: 13px !important;
  color: #5C5C5C;
}
.build-button a {
  letter-spacing: 1.65px;
  margin-top: 19px;
  height: 46px;
  width: 175px;
  display: flex !important;
  border-radius: 6px;
  padding: 0 !important;
  border: 0 solid #5C5C5C !important;
  /* border: 1px solid #5C5C5C !important; */
  justify-content: center;
  align-items: center;
  font-size: 11px !important;
}
/* .build-button a {
  letter-spacing: 1.65px;
  margin-top: 20px;
  height: 40px;
  width: 160px;
  display: flex !important;
  border-radius: 6px;
  padding: 0 !important;
  border: 1px solid #5C5C5C !important;
  justify-content: center;
  align-items: center;
  font-size: 11px !important;
} */

.logo {
  width: 162px;
  height: 80px;
  display: flex;
  align-items: center;
}

.current-menu-item {
  color: #3B3B3B !important;
}
.btMenuHorizontal.btMenuCenter .topBarInMenu{
  display: none;
}

.hover-effect-button a:hover {
  background: #f2f2f270 !important;
}

.build-button a:hover:after,
.build-button a:hover:before {
  width: 100% !important;
}

#menu-item-3653{
  padding-right: 0px !important;
}
/* #menu-item-3653 a span {
  position: relative;
  z-index: 2;
} */
#menu-item-3653 a span {
  position: relative;
  z-index: 2;
  display: flex;
  width: 165px;
  text-align: center;
  height: 36px;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  background-color: #fff;
}

#menu-item-3653.build-button a:hover > span {
  border: 2px solid #d9d9d9;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* #menu-item-3653.build-button a:hover { */
  /* background: #ffe7ea !important; */
  /* background: #f2f2f230 !important; */
/* } */
#menu-item-3653.current-menu-item a, #menu-item-3653.build-button a {
  /* background: #fff6f7 !important; */
  background: #f7f7f7 !important;
  position: relative;
  overflow: hidden;
}
#menu-item-3653.current-menu-item a > span {
  border: 2px solid #d9d9d9;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
/* #menu-item-3653.build-button a:before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  background: linear-gradient(135deg, rgba(251,185,193,0) 0%, rgba(251,185,193,0.6) 53%, rgba(251,185,193,0) 100%);
  -website-transition: 1s;
  transition: 1s;
  opacity: 0;
}
#menu-item-3653.build-button a:hover:before {
  animation: shine 1.5s infinite;
  opacity: 1;
} */

#menu-item-3653 a:before,#menu-item-3653 a:after,.sample-nav-text a:after,.sample-nav-text a:before{
	height:0px !important;
}
.btMenuHorizontal .topBar{
  display: none;
}

/* footer icon left */
/* #footer-section .center-media {
  border-right: 1px solid #8C857A;
  border-left: 1px solid #8C857A;
  padding: 0px 15px;
  margin-top: 5px;
}
#footer-section .left-media, #footer-section .right-media {
  margin-top: 5px;
}

#footer-section .right-media {
  margin-right: 25px;
} */
#footer-section .center-media, #footer-section .left-media, #footer-section .right-media{
  margin: 0;
}

#hide-sign, #hide-icon{
  display:none;
}
/* .cf:nth-of-type(1n+11) {
    display:none;
}
.cf1{
  display:block;
}
.tf:nth-of-type(1n+11) {
  display:none;
}
.tf1{
display:block;
} */
.show-hide-block {
  text-align: right;
  font-family: 'Lato';
  font-size: 12px;
  margin-top: 5px;
  cursor: pointer;
}

/* success page */
.success-msg-outer-box {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(/wp-content/uploads/2021/12/success-bg.jpg);
  background-size: cover;
}
.section-success-msg {
  position: absolute;
  width: 700px;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'Cormorant Garamond', serif;
}
.section-success-msg .success_logo {
  width: 220px;
  margin: 0 auto;
}
.section-success-msg .success_logo a {
  display: block;
}
.success-msg-text {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.success-msg-text h5 {
  font-size: 32px;
  font-weight: 700;
}
.success-msg-text a {
  text-decoration: underline;
}
body.thank-you-container #_footer {
  position: absolute;
}
.mfp-container{
  cursor: default;
}
#gallery-1, #gallery-2, #gallery-3, #gallery-4, #gallery-5, #gallery-6, #gallery-7 {
  margin-bottom: 5px;
}
#pum-4686 .pum-container .pum-content>p {
  text-align: center;
}

#popmake-4686 {
  padding: 0;
  border-color: #ccc;
  border-width: 3px;
  /* margin-top: 2%;
  margin-bottom: 2%; */
  box-shadow: unset;
  bottom: 0;
  height: max-content;
  overflow-y: auto;
}
.map-img-block {
  position: relative;
  bottom: -4px;
}
#popmake-4686 .pum-close.popmake-close {
  position: fixed;
  top: 15px;
  right: 35px;
}

.bottom-form-box {
  max-width: 350px;
}
.infoCountry, .infoState{
  padding: 4px 0 0;
}
.bottom-form-box span {
  display: block;
}
.bottom-form-box .error {
  color: red;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  position: relative;
}
.quality-section {
  display: flex; 
  align-items: center;
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader .bt-logo-area .logo img {
  height: auto !important;
}

.about-video-section {
  height: 620px;
  margin: 0 30px;
}
.about-video-section .bt-video-container{
  height: 620px;
  padding: 0;
}
.bt_bb_section.bt_bb_bottom_spacing_50 > .bt_bb_port {
  padding-bottom: 20px;
}
.btMenuHorizontal.btMenuCenter .menuPort .leftNav{
  display: none !important;
}
/* for new event gallery detail */
.event-gallery-outer-wrap {
  max-width: 1200px;
  margin: 40px auto;
}
.top-section {
  display: flex;
  justify-content: space-between;
  gap: 34px;
  border-bottom: 1px solid #bbb;
  padding-bottom: 35px;
  margin-bottom: 35px;
  align-items: center;
}
.top-section .featured-section, .top-section .title-section {
  width: 50%;
}
.top-section .title-section > h1 {
  font-size: 25px;
  font-style: italic;
  color: rgb(92,92,92);
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
}
.top-section .title-section .para1, .top-section .title-section .para2 {
  font-family: 'Lato';
  color: #5c5c5c;
  font-size: 14px;
  line-height: 1.8;
}
.top-section .title-section .para1 {
  margin-bottom: 15px;
}
.top-section .featured-section .photography {
  color: #5c5c5c;
  font-size: 12px;
}
body.page-template-template-event-gallery-detail .owl-carousel .owl-item img {
  height: 340px;
  object-fit: cover;
  width: 100% !important;
}
body.page-template-template-event-gallery-detail .owl-carousel {
  border-bottom: 1px solid #666;
  padding-bottom: 40px;
  margin-bottom: 40px;
  padding-top: 15px;
}
body.page-template-template-event-gallery-detail .sqs-block-content h5 {
  color: rgb(92,92,92);
  font-style: italic;
  font-weight: 500;
}
body.page-template-template-event-gallery-detail .sqs-block-content h6 {
  font-size: 18px;
  font-style: italic;
  color: rgb(92,92,92);
  font-weight: 600;
}
.top-section .featured-section > iframe {
  width: 100%;
  height: 330px;
}
.ytp-impression-link, .html5-video-player a {
  display: none !important;
}
/* for new event gallery detail */


.mainHeader.btClear {
  position: fixed;
  top: 0;
  background: #fff !important;
}
.menuPort nav > ul > li > a{
    padding-top: -webkit-calc(80px / 2 - 5.5px);
    padding-top: -moz-calc(80px / 2 - 5.5px);
    padding-top: calc(80px / 2 - 5.5px);
    padding-bottom: -webkit-calc(80px / 2 - 7.5px);
    padding-bottom: -moz-calc(80px / 2 - 7.5px);
    padding-bottom: calc(80px / 2 - 7.5px);
}
.delivery-map-link{
  padding-bottom: 5px;
}
/* terms privacy  */
body.privacy-policy .bt_bb_wrapper, 
body.page-id-8385 .bt_bb_wrapper{
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
}
body.privacy-policy h1,
body.page-id-8385 h1{
    font-family: 'Cormorant Garamond';
    font-size: 40px;
    color: rgb(92,92,92);
}
body.privacy-policy h1+p,
body.page-id-8385 h1+p {
    color: #5C5C5C;
}
body.privacy-policy p,
body.page-id-8385 p{
    font-size: 13px;
    font-family: 'Lato';
    letter-spacing: 1px;
    line-height: 24px;
    color: #5C5C5C;
}
body.privacy-policy h2,
body.page-id-8385 h2{
    font-family: 'Cormorant Garamond';
    font-size: 32px;
    color: rgb(92,92,92);
    margin: 30px 0 0 0;
}
body.privacy-policy h2+h3,
body.page-id-8385 h2+h3{
    margin: 0;
}
body.privacy-policy h3,
body.page-id-8385 h3{
    font-size: 28px;
    font-family: 'Cormorant Garamond';
    color: rgb(92,92,92);
    margin: 20px 0 0 0;
}
body.privacy-policy ul>li,
body.page-id-8385 ul>li{
    font-size: 13px;
    font-family: 'Lato';
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 12px;
    color: #5C5C5C;
}
.back-home {
  text-align: center;
  letter-spacing: 0px;
  color: #5c5c5c;
  opacity: 1;
  margin-top: 21px;
  font-size: 18px;
  font-family: 'Cormorant Infant', serif;
  line-height: 1;
}
.back-home a {
  font-size: 20px;
  border-radius: 10px;
  display: inline-block;
  border: 2px solid #fff;
  padding: 10px 25px;
  background-color: rgba(0,0,0,0.3);
  color:#000;
  font-family: 'Cormorant Garamond';
}
.back-home a:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgba(0,0,0,0.7);
}

.footer-copyright {
  max-width: 70%;
  justify-content: center;
  display: flex;
}
.links-footer {
  position: absolute;
  right: 0;
}

.links-footer a:hover {
  text-decoration: underline;
}
.links-footer a:first-child {
  margin-right: 10px;
}
.links-footer a:last-child {
  margin-left: 10px;
}
/* footer new */
.footer-outer {
  max-width: 1200px;
  margin: 0 auto !important;
  /* border-bottom: 1px solid rgba(112, 112, 112, 0.2); */
  /* padding-bottom: 21px; */
  align-items: center;
}
#footer-section>.bt_bb_port>.bt_bb_cell>.bt_bb_cell_inner>.bt_bb_row_wrapper:first-child {
  margin-bottom: 17px !important;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 14px;
}
.footer-outer.footer-outer-bottom {
  border: 0;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
.right-column-social .bt_bb_column_inner_content {
  display: flex;
  justify-content: flex-end;
}
.right-column-social .bt_bb_column_inner_content {
  display: flex;
  justify-content: flex-end;
  gap: 27px;
}
/* .right-column-social .bt_bb_column_inner_content:before,
.right-column-social .bt_bb_column_inner_content:after{
  height: 48px;
  top: -15px;
  width: 1px;
  position: absolute;
}
.right-column-social .bt_bb_column_inner_content:before {
  content: '';
  border-left: 1px solid #d3d3d3;
  left: 0;  
}
.right-column-social .bt_bb_column_inner_content:after {
  content: '';
  border-left: 1px solid #d3d3d3;
  right: 0;
} */
.footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 7px;
  column-gap: 0;
  line-height: normal;
  justify-content: flex-end;
}
.footer-menu.footer-menu-hor ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0;
  column-gap: 0;
  line-height: 25px;
  justify-content: flex-start;
}
.footer-menu ul>li {
  width: 50%;
  margin-bottom: 3px;
}
.footer-menu ul>li:first-child, .footer-menu ul>li:nth-child(2) {
  width: 44%;
}
.footer-menu ul>li:nth-child(2) {
  order: 2;
}
.footer-menu ul>li:nth-child(4) {
  order: 4;
}
/* .footer-menu.footer-menu-hor ul>li:last-child {
  padding-right: 0 !important;
}
.footer-menu.footer-menu-hor ul>li:first-child {
  padding-left: 0 !important;
} */
/* .footer-menu.footer-menu-hor ul>li {
  padding: 0 15px !important;
} */
.footer-menu ul>li>a {
  font-size: 15px;
  font-family: 'Cormorant Garamond';
  color: #8c857a!important;
}
.footer-menu ul>li>a:hover {
  opacity: 1;
}
.inner-row-right {
  align-items: center;
  justify-content: flex-end;
}
.footer-logo>a>img {
  max-width: 130px;
}
#footer-logo-text .footer-copy {
  font-family: 'Cormorant Garamond';
  font-size: 14px;
  line-height: 19px;
  color: #8c857a;
}
.footer-top-left-wrap>.bt_bb_column_content>.bt_bb_column_content_inner {
  display: flex;
  align-items: center;
}
.footer-top-left-wrap>.bt_bb_column_content>.bt_bb_column_content_inner>.footer-logo>a {
  display: block;
}
.footer-top-left-wrap>.bt_bb_column_content>.bt_bb_column_content_inner>#footer-logo-text {
  max-width: 398px;
  margin-left: 34px;
}
.inner-row-right .top-col-rt {
  -webkit-flex-basis: 34%;
  flex-basis: 34%;
  max-width: 34%;
}
.inner-row-right .top-col-lt {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.pay-logo-top-footer {
  float: right !important;
}
.copy-mail-wrap {
  font-family: 'Cormorant Garamond';
  font-size: 13px;
  color: #8c857a;
  display: flex;
  line-height: normal;
}
.copy-mail-wrap .mail-copy-left {
  position: relative;
  margin-right: 37px;
}
.copy-mail-wrap .mail-copy-left:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #707070;
  right: -18px;
  top: 0;
  opacity: 0.24;
}
.copy-mail-wrap .mail-copy-right>a {
  position: relative;
  display: inline-flex;
}
.copy-mail-wrap .mail-copy-right>a:first-child {
  margin-right: 12px;
  padding-left: 25px;
}
.copy-mail-wrap .mail-copy-right>a:first-child:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  background: url(/wp-content/uploads/2023/03/mail.svg);
  width: 15px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: cover;
}
.copy-mail-wrap .mail-copy-right>a:last-child {
  padding-left: 22px;
}
.copy-mail-wrap .mail-copy-right>a:last-child:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  background: url(/wp-content/uploads/2023/03/phone-call.svg);
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: cover;
}
.bottom-logos .bt_bb_column_content {
  display: flex;
  justify-content: flex-end;
}
.bottom-col-lt .bt_bb_column_content {
  display: flex;
  justify-content: flex-start;
}
/* seo text */
#seo-text {
  /* padding-left: 10%; */
}
#seo-text>h1 {
  font-size: 32px;
  line-height: normal;
}
#seo-text>h2 {
  font-size: 24px;
  line-height: normal;
}
#seo-text>p {
  font-size: 14px;
  margin-bottom: 25px;
}

#footer-section .left-media img {
  width: 7.77px;
}
#footer-section .center-media-insta img {
  width: 18.5px;
}
#footer-section .center-media-pin img {
  width: 13.7px;
}
#footer-section .right-media img {
  width: 15.08px;
}
/* footer new end */

@media only screen and (max-width:1400px){
  .footer-copyright {
    max-width: 100%;
      flex-direction: column;
      margin-bottom: 20px;
  }
  .footer-left-col {
      position: absolute;
      width: 100%;
      text-align: center;
      order: 2;
      margin-top: 10px;
      bottom: -17px;
      left: 0;
  }
  .links-footer {
      position: relative;
      right: 0;
      order: 1;
      text-align: right;
  }
}

@media only screen and (max-width:1340px){
  .btMenuHorizontal.btMenuCenter .menuPort .rightNav {
    margin-left: 100px !important;
    /* left: 47%; */
    right: 0%;
  }  
}
@media only screen and (max-width:1300px){  
  .event-gallery-outer-wrap{
    max-width: 95%;
  }
  #footer-section{
    padding: 21px 15px 15px !important;
  }
}
/* //media start here// */
@media only screen and (min-width:1000px) and (max-width:1199px) {
  .logo {
    margin-left: 100px !important;
    /* width: 90% !important;
    display: flex;
    justify-content: center; */
  }
  .btMenuHorizontal.btMenuCenter .menuPort .rightNav{
    left: auto !important;
    right: 0 !important;
  }
  .bt_bb_icon {
    margin-top: 28px !important;
  }
}
@media only screen and (min-width:768px) and (max-width:1100px){
  .logo {
    margin-left: 100px !important;
  }
  .btMenuHorizontal.btMenuCenter .menuPort .rightNav{
    left: auto !important;
    right: 0 !important;
  }
  .btMenuHorizontal.btMenuCenter .menuPort .leftNav{
    display: none;
  }
}

@media only screen and (min-width:1200px) {
  .logo {
    transform: translateX(-75px) !important;
    margin-left: 165px !important;
  }
  .bt-content-wrap {
    min-height: 92.3vh;
    /* padding-bottom: 40px; */
  }
  #seo-text {
      /* padding-left: 9.5%; */
  }
}
@media only screen and (max-width:1400px){
  .btMenuHorizontal.btMenuCenter .menuPort .leftNav{
    right: 46%;
    display: none;
  }
}
@media only screen and (max-width:1200px){
  .event-gallery-wrap-inner .bt_bb_column_content_inner>.bt_bb_image {
      margin: 0 !important;
      max-width: 23.5%;
      padding-bottom: 8%;
  }
  .event-gallery-wrap-inner .bt_bb_column_content_inner>.bt_bb_image img {
      height: 300px;
      object-fit: cover;
      object-position: 0 0;
  }
  .footer-outer .footer-top-left-wrap, .footer-outer .footer-top-right-wrap {
      -webkit-flex-basis: 100%;
      flex-basis: 100%;
      max-width: 100%;
  }
  .footer-outer {
      max-width: 95%;
      margin: 0 auto 0 !important;
      /* border-bottom: 1px solid rgba(112, 112, 112, 0.2); */
      /* padding-bottom: 17px; */
      flex-wrap: wrap;
      justify-content: center;
  }
  #footer-section>.bt_bb_port>.bt_bb_cell>.bt_bb_cell_inner>.bt_bb_row_wrapper:first-child {
    margin-bottom: 0 !important;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    padding-bottom: 21px;
  }
  .footer-top-left-wrap>.bt_bb_column_content>.bt_bb_column_content_inner {
      justify-content: center;
      margin-bottom: 20px;
  }
  .inner-row-right {
      justify-content:space-between;
  }
  .pay-logo-top-footer {
    float: left !important;
  }
  .right-column-social .bt_bb_column_inner_content{
    justify-content: flex-end;
  }
  /* .footer-menu ul {
      flex-wrap: nowrap;
      column-gap: 15px;
  } */
  .footer-menu.footer-menu-hor ul{
    flex-wrap: nowrap;
    column-gap: 15px;
}
  .footer-menu ul>li:first-child, .footer-menu ul>li:nth-child(2) {
      width: auto;
  }
  .footer-menu ul>li {
    width: auto;
  }
  .footer-menu ul>li:nth-child(2) {
    order: unset;
  }
  .footer-outer .bottom-col-lt, .footer-outer .bottom-logos {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .footer-outer .bottom-col-lt {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .copy-mail-wrap{
    justify-content: center;
  }
  .bottom-logos .bt_bb_column_content {
    justify-content: center;
  }
  .inner-row-right .top-col-rt,
  .inner-row-right .top-col-lt{
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .inner-row-right .top-col-rt{
    -webkit-flex-basis: 45%;
    flex-basis: 45%;
    max-width: 45%;
  }
  .right-column-social .bt_bb_column_inner_content:before, .right-column-social .bt_bb_column_inner_content:after{
    height: 30px;
    top: -5px;
  }
  .right-column-social .bt_bb_column_inner_content:before{
    display: none;
  }
  .bottom-col-lt .bt_bb_column_content{
    justify-content: center;
  }


}
@media only screen and (max-width:1025px){
  .event-gallery-wrap-inner .bt_bb_column_content_inner{
    justify-content: flex-start;
    gap: 2%;
  }
  .event-gallery-wrap-inner .bt_bb_column_content_inner>.bt_bb_image {
    max-width: 32%;
  }
  .event-gallery-wrap-inner .bt_bb_column_content_inner>.bt_bb_image img {
    height: 250px;
  }
}


@media only screen and (max-width:990px){
  #popmake-4686 .pum-close.popmake-close {
    position: absolute;
      top: -45px;
      right: 0;
  }
  #popmake-4686 {
      height: auto;
      overflow: visible;
      bottom: auto;
  }
  .event-gallery-wrap-inner .bt_bb_column_content_inner{
    justify-content: space-between;
  }
  .event-gallery-wrap-inner .bt_bb_column_content_inner > .bt_bb_image{
    padding-bottom: 11%;
  }
  .event-gallery-wrap-inner header.bt_bb_headline .bt_bb_headline_content{
    font-size: 15px !important;
  }
  body.page-template-template-event-gallery-detail .owl-carousel .owl-item img{
    height: 240px;
  }
  .about-video-section,
  .about-video-section .bt-video-container {
    height: 450px;
  }
}

@media only screen and (min-width:993px) {
  .btStickyHeaderOpen .mainHeader {
    height: 80px !important;
  }
  .menuPort nav>ul>li>a:before,
  .menuPort nav>ul>li>a:after {
    height: 3px !important;
    bottom: calc(23px / 2 - 17%) !important;
    color: #3B3B3B !important;
  }
  
  .current-menu-item a {
    color: #3B3B3B !important;
  }

  .menuPort nav>ul>.sample-nav-text>a:before,
  .menuPort nav>ul>.sample-nav-text>a:after {
    height: 0px !important;
    bottom: 0 !important;
    color: transparent !important;
  }
  .btStickyHeaderActive .menuPort nav > ul > li > a::before, 
  .btStickyHeaderActive .menuPort nav > ul > li > a::after {
    bottom: calc(23px / 2 - 15%) !important;
  }  

}
@media only screen and (max-width:993px){
  .menuPort nav>ul>li>a:before,
  .menuPort nav>ul>li>a:after {
    height: 3px !important;
    bottom: calc(23px / 2 - 17%) !important;
    color: #3B3B3B !important;
  }
  .btStickyHeaderActive .menuPort nav > ul > li > a::before, 
  .btStickyHeaderActive .menuPort nav > ul > li > a::after {
    bottom: calc(23px / 2 - 10%) !important;
  }
  .inner-row-right .top-col-rt, .inner-row-right .top-col-lt{
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

#footer-col-2 .bt_bb_column_content_inner {
  display: flex;
  justify-content: flex-end;
}

#footer-col-2 .center-media {
  border-right: 1px solid #8C857A;
  border-left: 1px solid #8C857A;
  padding: 0px 15px;
}
#footer-col-2 .fb_icon img {
  position: relative;
  top: 6px;
}
#footer-col-2 .tiktok_icon img {
  position: relative;
  top: 4px;
}

#footer-copyright-text {
  font-family: 'Cormorant Garamond';
  font-size: 15px;
  letter-spacing: 0px;
}
@media only screen and (max-width:767px){
  .event-gallery-wrap-inner .bt_bb_column_content_inner > .bt_bb_image {
    padding-bottom: 12%;
    max-width: 49%;
  }
  body.privacy-policy .bt_bb_wrapper, 
  body.page-id-8385 .bt_bb_wrapper{
      margin-top: 30px;
      margin-left: 15px;
      margin-right: 15px;
  }
  body.privacy-policy h1, body.page-id-8385 h1{
    font-size: 36px;
  }
  body.privacy-policy h2, body.page-id-8385 h2{
    font-size: 28px;
  }
  body.privacy-policy h3, body.page-id-8385 h3{
    font-size: 24px;
  }
}
@media only screen and (max-width:660px){
  .event-gallery-wrap-inner .bt_bb_column_content_inner > .bt_bb_image {
    padding-bottom: 12%;
    max-width: 49%;
  }
  .event-gallery-wrap-inner{
    padding: 0 !important;
  }
  .event-gallery-wrap-inner header.bt_bb_headline .bt_bb_headline_content {
    font-size: 18px !important;
  }
  .event-gallery-wrap-inner .bt_bb_column_content_inner > .bt_bb_image img {
    height: 200px;
  }
  .top-section{
    flex-direction: column;
    flex-direction: column-reverse;
    gap:15px;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .top-section .featured-section, .top-section .title-section {
    width: 100%;
  }
  .top-section .title-section > h1{text-align: left;}
  
  body.page-template-template-event-gallery-detail .owl-carousel{
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .event-gallery-outer-wrap{
    margin: 25px auto;
  }
  .top-section .title-section .para1{
    margin: 0;
  }
  body.page-template-template-event-gallery-detail .owl-carousel .owl-item img{
    height: 160px;
  }
}
@media only screen and (max-width:550px){
  .event-gallery-wrap-inner header.bt_bb_headline .bt_bb_headline_content{
    font-size: 15px !important;
    letter-spacing: 1px !important;
    min-height: 45px !important;
  }
  .event-gallery-wrap-inner .bt_bb_column_content_inner > .bt_bb_image{
    padding-bottom: 19%;
  }
}


@media only screen and (max-width:600px) {
  #footer-section .bt_bb_row {
    display: flex;
    /* flex-direction: column-reverse; */
  }
  #footer-section .bt_bb_column_content_inner {
      flex-direction: column;
  }
  #footer-section .bt_bb_column_content_inner .footer-logo {
    margin-bottom: 10px;
  }
  .footer-top-left-wrap>.bt_bb_column_content>.bt_bb_column_content_inner>#footer-logo-text {
    max-width: 332px;
    margin-left: 0;
    text-align: center;
  }
  #footer-logo-text .footer-copy {
    font-size: 13px;
  }
  .footer-menu ul {
    flex-wrap: nowrap;
    column-gap: 19px;
  }
  .footer-menu ul>li>a {
    font-size: 12px;
  }
  #footer-copyright-text{
    margin-top: 10px;
  }
  #footer-section .left-media {
    margin-left: 0%;
  }  
  .about-video-section, .about-video-section .bt-video-container {
    height: 300px;
    margin: 0 10px;
  }
  #footer-section .right-media{
    margin-right: 0;
  }
  /* .inner-row-right .top-col-lt, .inner-row-right .right-column-social {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  } */
  /* .footer-menu.footer-menu-hor ul>li {
      padding: 0 8px !important;
  } */
}

@media only screen and (max-width:993px) {
  #footer-copyright-text p {
    text-align: center;
  }
  #footer-col-2 {
    width: 100% !important;
  }
  .leftNav #menu-primary-menu {
    display: none !important;
  }
  .rightNav #menu-item-3653 {
    display: flex;
    justify-content: center;
  }
  
  body.home .bt-vertical-header-top {
    display: none !important;
  }
  body.home .bt-content-wrap{
    padding: 0px !important;
  }
  #footer-section {
    padding: 23px  0 30px !important
  }
  .copy-mail-wrap {
    flex-direction: row;
    align-items: center;
    width: 100%;
    display: block;
    text-align: center;
  }
  .copy-mail-wrap .mail-copy-left {
      margin: 0 0 10px 0;
  }
  .copy-mail-wrap .mail-copy-left:after{
      display: none;
    }
    #footer-section .bt_bb_column_content_inner .bottom-logos-inner img {
      max-width: 344px;
  }
  #footer-col-2 .bt_bb_column_content_inner {
    justify-content: center;
    margin-bottom: 12px;
  }
  .build-button {
    display: flex !important;
    justify-content: center !important;
  }
  .bt_bb_icon {
    height: 17px !important;
  }
  .bt-vertical-header-top {
    height: 68px !important;
  }
  .footer-section .bt_bb_column {
    width: 100% !important;
    text-align: center !important;
  }
  
  #footer-section .bt_bb_column_content_inner {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    justify-content: center;
  }
  .footer-top-left-wrap>.bt_bb_column_content>.bt_bb_column_content_inner {
      margin-bottom: 20px !important;
  }
  .inner-row-right {
      justify-content: center;
  }  
  .inner-row-right .top-col-lt .menu-footer-menu-container {
    justify-content: center;
    margin-bottom: 22px;
  }
  .inner-row-right .right-column-social .bt_bb_column_inner_content {
      justify-content: center;
  }
  .section-success-msg{
    width: 95%;
  }
  .success-msg-text h5 {
      font-size: 30px;
  }
  .btTransparentGrayHeader .mainHeader, .btTransparentGrayHeader .bt-vertical-header-top {
    background-color: white;
  }
  #footer-copyright-text{
    margin-left: auto;
  }
  .footer-left-col{
    bottom: -18px;
  }
  .footer-copyright{
    margin-bottom: 0;
  }
}
@media only screen and (max-width:767px){
  .bt-vertical-header-top {
    display: flex !important;
    align-items: center !important;
  }
  .delivery-map-link {
    text-decoration: underline;
  }
  .delivery-map-link:hover {
    opacity: 1 !important;
  }
  #footer-section .bt_bb_column_content_inner{
    margin-bottom: 0;
    justify-content: center;
  }
  #footer-copyright-text{
    width: 100%;
    margin-top: 15px;
  }
  .footer-copyright{
    margin-bottom: 0;
  }
  .links-footer{
    text-align: center;
  }
  .footer-left-col{
    position: relative;
    bottom: 0;
    margin: 0;
  }
  .footer-outer .bottom-col-lt .bt_bb_column_content_inner {
    width: 100%;
  }
}


@media only screen and (min-width:1200px) and (max-width:1300px) {
  .btMenuHorizontal .menuPort>nav>ul>li{
    padding: 0 15px 0 0;
  }
  .rightNav{
    margin-left: 95px !important;
  }
  .logo{
    margin-left: 90px !important;
  }
}
.slidecontainer {
  width: 100%;
  position: relative;
}



.customSlider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px !important;
  border-radius: 5px;
  background: #F2F2F2 !important;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
  padding: 0px !important;
  border-bottom:none !important;
  -webkit-border-radius: 30px !important;
  border-radius: 30px !important;
}

.logo span{
  width: 75%;
}

.customSlider:hover {
  opacity: 1;
}

.customSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #D9D9D9;
  cursor: pointer;
  background: #FFFFFF;
}

.customSlider::-moz-range-thumb {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 5px solid #D9D9D9;
  cursor: pointer;
  background: #FFFFFF;
}

.slidecontainer .rangeValue{
  letter-spacing: 1.4px;
  color: #3C3C3C;
  font-size: 14px;
  line-height: 17px;
}

.main-header-inner,.bt-vertical-header-top{
      box-shadow: 0px 8px 10px #00000015 !important;
}
.btStickyHeaderActive.btMenuHorizontal .mainHeader {
 -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.mainHeader,.bt-vertical-header-top{
  z-index: 10;
}

/* .btStickyHeaderOpen .main-header-inner{
  box-shadow: none !important;
} */

.mfp-close{
  color: #ffffff !important;
  z-index: 20;
  line-height: 17px;
  text-align: center !important;
  opacity: 1;
  padding-top: 10px;
  font-family: 'Cormorant Infant' !important;
  font-size: 18px;
  letter-spacing: 0.5px;
  margin: 0 0;
}

.loader-container{
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background: #000000a1;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 20;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
@media only screen and (min-width:2000px){
  .bt-content-wrap {
    min-height: 90.37vh;
  }
}
@media only screen and (min-width:1600px){
  .menuPort{
    width: 100%;
    position: absolute;
    right: 0;
  }
  .bt-content-wrap{
    /* max-width: 100%; */
    max-width: 1440px;
    margin: 0 auto;
  }
  .rightNav{
    right:130px !important;
    left: unset !important;
  }
  .leftNav{
    right: unset !important;
    left: 400px !important;
  }
  .bt-content-wrap {
    min-height: 94vh;
  }
}
@media only screen and (min-width:1600px){
  /* .bt-site-footer{
    margin-top: 150px;
  } */
}



/* for lightbox */
.loader-container{
  left: 0;
}
.lightbox{
  left: 50% !important;
  right: 0;
  margin: 0 auto;
  transform: translateX(-50%);
}
.lightbox .lb-image{
  height: 87vh !important;
  width: auto !important;
}
.lb-outerContainer{
  width: fit-content !important;
  height: 87vh !important;
}

/* keshav Styling */
.permanentInstall, .permanentInstall a{
  cursor: pointer;
}
.custom-input.pickdata#length_of_rental{
  pointer-events: none !important;
}
@media only screen and (max-height: 600px) {
  .tabs-inner-box {
    padding-bottom: 20px;
  } 
}
@media only screen and (max-height: 550px) {
  .tabs-inner-box {
    padding-bottom: 60px;
  } 
}
@media only screen and (max-height: 400px) {
  .tabs-inner-box {
    padding-bottom: 80px;
  } 
}

input.review-style-build-wall{
  border: 1px solid #f7f7f7 !important;
  border-radius: 6px !important;
  letter-spacing: 1.3px;
  color: #8C857A !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  font-family: 'Cormorant Infant' !important;
  line-height: 16px !important;
  padding: 12px 20px !important;
  background: #fff !important;
  margin-top: 20px;
  box-shadow: 0px 0px 5px 0px rgb(209 209 209 / 75%);
  font-weight: bold !important;
  font-size: 12px !important;
}
.custom-input.event-address{
  width: 90% !important;
  margin-top: 20px;
}
.dnone{
  display: none !important;
}

.start_time_error,.end_time_error{
  margin-left: -5px;
}
.main-heading-span{
  display: inline-block;
  min-width: 160px
}
.zip_code_price, .moved_price{
  display: inline-block;
  padding-left: 10px;
}
.moved_price{
  position: relative;
  top: -16px;
}
@media only screen and (max-width: 350px) {
  .zip_code_price, .moved_price{
    padding-left: 0px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 900px){
  .btMenuHorizontal.btMenuCenter .menuPort .rightNav {
      margin-left: auto !important;
      right: 0 !important;
      font-size: 8px;
  }
}
#tab-3 .custom-attributes #pac-input, #tab-3 .custom-attributes .attribute-images .custom-switch,#tab-3 .custom-attributes #length_of_rental{
  margin-left: 6px !important;
}
#tab-3 .custom-attributes #pac-input{
  margin-top: 20px !important;
}
/* keshav Styling */


/* start Bhavin Styling */
.rentaldiscount_text {
  display: none !important;
}
.attribute-images.zip_code_dnone{
  display: none !important;
}

.movedurationno {
  display: none !important;
}

.moveafterceremonyno {
  display: none !important;
}
/* end Bhavin styling */
.img1 img.overlay {
  width: 70px!important;
}

#myform input + label.error {
  font-size: 12px;
  color: red;
  padding: 2px 12px;
  margin-bottom: 10px;
  display: block;
  border-radius: 8px;
}

#inq_form input + label.error {
  font-size: 13px;
  color: red;
  padding: 2px 12px;
  margin-top: -14px;
  margin-bottom: 10px;
  display: block;
  border-radius: 8px;
}
select + label.error {
  color: red;
  font-size: 13px;
  padding: 2px 12px;
  display: block;
}
[for="myRange"].error {
  margin-top: -14px!important;
}

span.zipcode_error {
  margin-left: 20px;
}