body {
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 1.0) 90%), url('../images/meriq_birthdayparty_8_background.jpg');
}

.addon-wrapper {
	background-color: #de4151;
	color: #fff;
}

.addon-wrapper:hover {
	background-color: #de4151;
	color: #fff;
}

#theBirthdayForm .fa {
	font-size: 26px!important;
}

#theBirthdayForm .ui-widget-header {
    border: 1px solid #aaaaaa!important;
    background: #de4151!important;
    color: #fff!important;
    font-weight: bold!important;
}

#theBirthdayForm .ui-datepicker-next-hover {
    border: 0px solid #aaaaaa!important;
    background: #de4151!important;
    color: #fff!important;
    font-weight: bold!important;
	cursor: pointer;
}

#theBirthdayForm .ui-datepicker-prev-hover {
    border: 0px solid #aaaaaa!important;
    background: #de4151!important;
    color: #fff!important;
    font-weight: bold!important;
	cursor: pointer;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(255,255,255,0.0);
  border: 3px solid #de4151;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: rgba(255,255,255,0.0);
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: rgba(255,255,255,0.0);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container-wrapper {
	padding: 15px;
	padding-top: 0px;
}

.package-wrapper .img-responsive {
	object-fit: cover;
	object-position: top;
	width: 100%;
	height: 220px;
}

.package-wrapper h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}

.package-wrapper h4 {
	color: #000;
	min-height: 60px;
}

.container-wrapper .top-information {
	background-color: rgba(0, 0, 0, 0.0);
}

.container-wrapper-summary .top-information {
	background-color: rgba(0, 0, 0, 0.0);
}

.package-wrapper-text hr {
	border-color: #000;
}

.package-wrapper h3 {
	font-size: 34px;
}