@charset "UTF-8";

body {
	background: transparent;
}

.hero2 {
	height: 40vh !important;
	background: url("../img/wedding-bg2.jpg") no-repeat 50% 50%;
	background-size: cover;
	text-align: center;
}

.hero:before {
	background: rgba(0, 0, 0, 0.2);
}

.hero2 h1 {
	font-size: 3em;
	margin: 20px 0;
}

.hero2 h3 {
	font-size: 3em;
}

.breadcrumb {
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cbox h2, .cbox h3, .cbox h4 {
	margin-bottom: 20px;
}

.cbox p {
	font-size: 1.1em;
	line-height: 1.5em;
}

.opentime {
	background: #666;
	width: auto;
	color: #FFF;
	padding: 10px 20px;
	display: inline-block;
}

.enquiryform h3 {
	font-size: 1.5em;
}

.the-datepicker__deselect-button, .the-datepicker__top {
	display: none;
}

.the-datepicker__main td.the-datepicker__cell--selected a.the-datepicker__button .the-datepicker__button-content, .the-datepicker__main td.the-datepicker__cell--selected.the-datepicker__cell--highlighted a.the-datepicker__button .the-datepicker__button-content {
	color: #FFF !important;
}

.form-check-input:checked {
	border: 1px solid #fdbb11;
	background-color: #fdbb11;
}

.contentstyle {
	margin: 80px 0;
}

.contentstyle h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #666;
	font-weight: 300;
	font-style: italic;
}

.contentstyle h4 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	margin: 2em 0 .5em 0;
	color: #666;
}

.contentstyle p {
	font-family: "Open Sans", sans-serif;
	font-size: 1.1em;
	color: #666;
}

.bcumb {
	border-bottom: 1px dashed #dadada;
	margin-bottom: 30px;
}

/**/
.boxfull {
	border-radius: 0;
	text-align: center;
	padding: 50px;
	width: 100%;
	height: calc(100% - 15px);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
}

.boxhaft span, .boxfull span {

	/* offset  */
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	transition: all .5s;
}

.boxhaft:hover span, .boxfull:hover span {
	background-color: rgba(0, 0, 0, .8);
}

.boxhaft>div, .boxfull>div {
	z-index: 1;
}

.boxhaft img, .boxfull img {

	/*ICON*/
	width: 60px;
	height: auto;
	margin-bottom: 10px;
}

.boxhaft h2, .boxfull h2 {

	/* with icon */
	margin: 0;
	font-size: 1.6em;
	letter-spacing: 1px;
	color: #FFF;
}

.boxhaft h3, .boxfull h3 {

	/* head yellow */
	font-family: "Bebas Neue", serif;
	font-size: 3em;
	line-height: 1.1em;
	display: block;
	margin: 0;
	color: #fdbb11;
	font-style: normal;
}

.boxhaft p, .boxfull p {
	font-family: "Open Sans", sans-serif;
	color: #FFF;
	font-size: 1em;
	margin: 10px 0;
	font-weight: 200;
	transition: all .5s;    /*color: rgba(225, 225, 225, .9);*/
}

.boxhaft:hover p, .boxfull:hover p {

	/*color: rgba(225, 225, 225, 0);*/
}

.wptitle h2 {
	font-size: 3em;
}

.wptitle h2:before {
	content: 'Wedding packages';
	font-family: "Open Sans", sans-serif !important;
	font-size: .4em !important;
	text-transform: uppercase;
	display: block;
}

.pbox * {
	color: #666;
}	

.pbox h2 {
	color: #666
}

.pbox h4 {
	color: #666
}

.wp h3 {
	color: #666
	font-size:1.2em;
}
.pricebox {
  font-family: "Bebas Neue", serif;
  font-size: 2em !important;

 
}
.pricebox:before {
  font-family: "Open Sans", sans-serif;
  font-size: .4em !important;
  vertical-align: super;
  font-weight: 800;
  content: "THB ";
}