
.wsvp-wrap,
.wsvp-wrap h1,
.wsvp-wrap h2 {
  color: #00192b;
  font-family: kalam;
}

.wsvp-wrap .table {
  border-collapse: collapse;
  width: 100%;
  border: 0px !important;
}
.btn{
  padding: 10px 20px;
  border-radius: 5px;
}
.btn-primary {
  background-color: #00192b;
  color: #fff;
  border: 0px;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.btn-primary:hover {
  background-color: #ffffff!important;
  color: #00192b!important;
  border: 0px solid #00192b;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}
small{
  font-size:85%!important;
  font-weight:100;
}
.formtooltip{
  position:relative;
}
.wsvp-tooltip{
  position: absolute;
  display: none;
  background: #00192b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 1000;
  font-size: 18px;
  line-height: 1.2em;
  width: 200px;
  font-weight: 100;
  text-transform: unset;
  font-family: 'Kalam';
  top: 0;
  left: 0;
}
.wrsvp-alert{
  position: fixed;
  top: 100px;
  z-index: 100000;
  left: 50%;
  transform: translateX(-50%);
}
.confirm-box{
  position: fixed;
  top: 100px;
  z-index: 100000;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.confirm-box{
  background-color: rgb(241 241 241 / 50%);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  border-radius: 30px;
}
.confirm-content{
  padding:30px;
}
.entry-content tr td{
  vertical-align: middle;
}
.form-control{
  font-size:20px;
}

#progress-bar{
  background-color: #f1f1f1;
  border-radius: 5px;
  margin: 20px 0;
  width: 100%;
  height: 20px;
  position: relative;
}
#progress-bar-inner{
  background-color:#00192b;
  height:100%;
}

#pictureList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  gap:20px;
  margin-top: 40px;
}

#pictureList .mediaholder{
  width: calc(25% - 20px);
  position: relative;
}

.media-controls{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.3s;
}


@media screen and (max-width: 980px){

  #pictureList .mediaholder{
    width: calc(50% - 20px);
  }

  .et_fullwidth_nav #main-header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 32px;
    padding-left: 30px;
  }
  #mobile_menu{
    background: rgb(0,25,43);
    background: linear-gradient(180deg, rgba(0,25,43,0) 0%, rgba(0,25,43,1) 25%);
    border-top: 0px;
    margin-top:-80px;
    padding-top:80px;
  }
  .et_fixed_nav #main-header {
    position: fixed!important;
  }
  .et-fixed-header#main-header {
    background: rgba(0, 25, 43, 0.6)!important;
  }
  .et_header_style_left #et-top-navigation .mobile_menu_bar{
    z-index:10000;
  }
}
@media screen and (max-width: 768px){
  .entry-content tr td,
  .entry-content thead th, .entry-content tr th{
    padding:5px 9px!important;
  }
  .responsivetableholder{
    overflow-x:scroll;
  }

  #pictureList .imageholder{
    width: calc(100% - 20px);
  }
}