.ghpd-checkbox-container{
    margin-bottom:20px;
}

.ghpd-checkbox-container .ghpd-checkbox{
    width:5%;
    margin-top:3px;
    float:left;
}

.ghpd-checkbox-container .ghpd-checkbox-label{
    float:left;
    width:90%;
}
.ghpd-radio-container .ghpd-radio{
    width:5%;
    margin-top:3px;
    float:left;
    height: 22px;
}
.ghpd-radio-container .ghpd-radio-label{
    float:left;
    width:20%;
}
.ghpd-radio-container {
    clear: left;
    margin-bottom: 20px;
}
.ghpd-radio-container span {
    display: block;
}
.ghpd-clearfix{
    clear:both;
}

hr.ghpd-divider {
    height: 2px;
    border-top-color: #cdcccc;
}

/* form elements */
.ghpd-form-container {
    background-color: #eee;
    padding: 2% 10% 5%;
}
/*
@media(min-width:1200px) {
    .ghpd-form-container {
        margin: 0 5%;
    }
}*/

.ghpd-form-radio .ghpd-radio {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.ghpd-form input[type="text"],
.ghpd-form input[type="date"],
.ghpd-form input[type="email"],
.ghpd-form input[type="number"],
.ghpd-form select,
.ghpd-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  height: 50px;
  min-width: 80%;
  margin-bottom: 15px;
  color: #777;
  font-size: 0.875em;
  letter-spacing: 0.15em;
  border: 1px solid #07467A;
  padding: 10px;     
  box-shadow: none;
  text-transform: lowercase;
}


input[type=date]::-webkit-inner-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    display: none;
}


input[type=date]::-webkit-calendar-picker-indicator {
    opacity:0;
}

.ghpd-form textarea,
.ghpd-form input[type="submit"] {
  width: 100%;
  white-space: normal;
}

.ghpd-form select,
.ghpd-form input{
    width:100%;
}

.ghpd-form .ghpd-select {
    background: url(/media/Select-Arrow.png) no-repeat 95% 50% white;
}
.ghpd-form textarea {
  min-height: 100px;
  resize: none;
}
.ghpd-form input[type="submit"] { 
  margin: 25px 0px 15px;
}
.ghpd-form input[type="radio"] {
  margin-right: 0;
}
.ghpd-form label {
  padding-left: 10px;
  color: #4b4a4c;
  font-size: 0.875em;
  letter-spacing: 0.15em;
  line-height: 1.4;
}
.ghpd-form-title {
  font-size: 1.75em;
  margin: 35px 0 0px;
  color: #4b4a4c;
}
.ghpd-form-head {
  border: 0;
  font-family: "Raleway", sans-serif;
  font-size: 1.25em;
  color: #000;
  letter-spacing: 0.15em;
  padding: 20px 0px 25px;
}

label.ghpd-radio {
  padding: 4px 5px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4b4a4c;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #4b4a4c;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #4b4a4c;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #4b4a4c;
}

@media(max-width:480px), (min-width:768px) and (max-width:1050px) {
    .ghpd-form-radio label {
        width: calc(100% - 20px);
    }
  input, select, label {
    width: 100%;
    text-align: left;
  }
  fieldset legend {
    text-align: center;
  }
}
@media(max-width:480px) {
  
  .ghpd-form-radio label{
    width: calc(100% - 30px);
    font-size:.95em;
    
    }
  
  .ghpd-form-radio label.npdp{
    max-width:300px !important;
    width: calc(100% - 45px);
    font-size:.95em;
  }
  
  input.ghpd-radio{
    width:20px;
    height:20px;
    margin-top:0px;
  }
  
  .ghpd-form-title {
    max-width: 240px;
    margin: 10px auto 0;
  }
  legend.ghpd-form-head {
    padding-top: 25px;
  }
  
  .ghpd-form input[type="text"],
    .ghpd-form input[type="email"],
  .ghpd-form input[type="number"],
    .ghpd-form select,
  .ghpd-form textarea {
    font-size: initial !important;
  }
  
}

/* Form Group */
.ghpd-fg-column{
    float:left;
    width:49%;
    margin-right:2%;
}

.ghpd-fg-column.last{
    margin-right:0;
}

.ghpd-fg-column input,
.ghpd-fg-column select{
    width:100%;
}

/* Hide the eclub child fieldset */
.ghpd-child-fieldset-eclub{
    display:none;
}

/*  ===== Multi-step ===== */
.ghpd-multistep .ghpd-main-fieldset{
    display:none;
}

.ghpd-multistep .ghpd-main-fieldset.active{
    display: block;
}

/* Hide the submit button */
.ghpd-multistep input[type="submit"]{
    display:none;
}

.ghpd-multistep .ghpd-navigation{
    display:flex;
    justify-content: space-between;
}

.ghpd-multistep .ghpd-navigation a{
    line-height: 1.2em;
}

.ghpd-multistep .ghpd-navigation a:before{
    content: "";
}

.x-btn.btn-5{
    display:block;
}

.x-btn.ghpd-btn-back{
    display:none;
}


@media(max-width: 767px){
    .ghpd-checkbox-container .ghpd-checkbox{
        margin-top:8px;
    }
}

@media(max-width: 480px){
    
    .ghpd-fg-column{
        float:none;
        width:100%;
        margin-right:0;
    }

    .ghpd-multistep .ghpd-navigation{
        flex-direction: column-reverse;
    }

    .ghpd-multistep .ghpd-button-container{
        margin-bottom:10px;
    }

    .ghpd-multistep .ghpd-navigation a{
        width:100%;
    }
}  




/* Form Progress */
.progress {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
.progress .circle,
.progress .bar {
  display: inline-block;
  background: #fff;
  width: 40px; height: 40px;
  border-radius: 40px;
  border: 1px solid #d5d5da;
}
.progress .circle.active {
	display: inline-block  !important;
}
.progress .bar {
  position: relative;
  width: 100px;
  height: 6px;
  top: -33px;
  margin-left: -5px;
  margin-right: -5px;
  border-left: none;
  border-right: none;
  border-radius: 0;
}


.progress .circle .label {
display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    margin-top: 3.2px;
    color: #b5b5ba;
    padding: 0;
    font-size: 17px;
    letter-spacing: normal;
}
.progress .circle .title {
  color: #b5b5ba;
  font-size: 13px;
  line-height: 30px;
  margin-left: -5px;
      clear: both;
    display: block;
}

/* Done / Active */
.progress .bar.done,
.progress .circle.done {
  background: #eee;
}
.progress .bar.active {
  background: linear-gradient(to right, #EEE 40%, #FFF 60%);
  display: inline-block !important;
}
.progress .circle.done .label {
  color: #FFF;
  background: #8bc435;
  box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.progress .circle.done .title {
  color: #444;
}
.progress .circle.active .label {
  color: #FFF;
  background: #01447b;
  box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.progress .circle.active .title {
  color: #01447b;
}
.x-btn {
  border: 1px solid #01447b ;
  background-color: #01447b;
  text-shadow: none;
  font-size: 1em;
  letter-spacing: 0.15em;
  padding: 10px 30px;
  min-width: 200px;
  color: #FFF;
  text-align: center;
  display: block;
}  
.x-btn.btn-5 {  
  border: 1px solid #01447b;
  background-color: transparent;  
  min-width: 120px;
  color: #01447b;
}
.x-btn.btn-5:hover, .x-btn.btn-5:focus {
  border: 1px solid #01447b;
  background-color: #01447b;
  color: #FFF;  
  
}

.input-required:invalid {
  border-color: #debfcf !important;    
}  

.eclub-section {
	padding: 5%;
  background: #eef7fc;
  margin-top: 60px;
}
.eclub-section .eclub-form {
	max-width: 800px;
	margin: 0 auto;
}
.eclub-section .eclub-form .eclub-heading {
	text-align: center;
}
.eclub-section .eclub-form .eclub-heading h2 {
	text-align: center;
	margin-top: 0;
}    

.disabled {
	cursor: not-allowed !important;
}  
div.datepicker-calendar.bootstrap4 div.datepicker-month::after {
	content: unset !important;
}

#loading-overlay {
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
}
#loading-overlay .loading-logo {
	position: relative;
	margin: 0 auto;
	background-color: #FFF;
	width: 300px;
	top: 50%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 50px;
}
#loading-overlay .loading-logo  > img {
  width: 50%;
}

.party-size-modal-close.close {
	margin-top: -75px;
	margin-bottom: 0;
}

@media (max-width: 767px){
  .party-size-modal.modal {
    position: fixed;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 480px){
  .progress .bar {
      width:50px;
  }
}
