.container {
  max-width: 1080px;
  margin: auto;
  width: calc(100% - 30px);
  padding: 0;
  padding-bottom: 40px;
}

.p-50 {
  padding: 50px 0;
}

.border-bottom {
  margin: 50px auto;
}
body {
    margin-top: 100px;
    background: rgb(137 215 188);
  font-family: 'Poppins', sans-serif;
}
body.home {
    /*margin-top: 0px;*/
}
select {
    color: black;
    padding: 10px 20px;
    -webkit-appearance: none;
    background: white;
    border: 1px solid black;
    text-transform: capitalize;
}
p.post-category, .post-date {
    display: none;
}
p {
        font-size: calc((1.6 - 1) * 0.6vw + 1rem);
    /* color: white; */
    color: #233563;
    font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
h1 {
  font-weight: 700;
  font-size: calc((5.5 - 1) * 1vw + 1rem);
  font-family: 'Poppins', sans-serif;
  /*font-family: Unna-Bold;*/
  /*text-shadow: 2px 2px grey;*/
  /* color: #1a3260;
  letter-spacing: 1.25px; */
  color: rgb(35 53 99);
  text-align: center;
}
h2 {
  font-weight: 700;
  font-size: calc((5.5 - 1) * 1vw + 1rem);
  font-family: 'Poppins', sans-serif;
  /*font-family: Forestea;*/
  /*color: #C27958;*/
  /* font-size: 22px;
  color: #4b4b4b;
  letter-spacing: 1px; */
  color: rgb(35 53 99);
  text-align: center;
}
h3 {
  font-weight:700;
  font-size: calc((2.8 - 1) * 0.8vw + 1rem);
  font-family: 'Poppins', sans-serif;
  /* color: #C27958; */
  /* font-size: 20px;
  color: #4b4b4b;
  letter-spacing: 1px; */
  color: rgb(35 53 99);
}
h4 {
 font-size: 1.2rem;
    font-weight: 400;
  font-family: 'Poppins', sans-serif;
  /* font-weight: 800;
  font-size: 20px;
  color: #4b4b4b;
  letter-spacing: 1px; */
  color: rgb(35 53 99);
}
h5 {
  /* font-weight: 700;
  font-size: 20px;
  color: #4b4b4b;
  letter-spacing: 1px; */
  font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    margin: 0;
    color: rgb(35 53 99);
}
h6 {
  /* font-weight: 700;
  font-size: 20px;
  color: #4b4b4b;
  letter-spacing: 1px; */
  color: rgb(35 53 99);
}
footer.footer p, footer.footer a {
    font-size: 15px;
}
::placeholder {
  color: #222;
  line-height: 30px;
  letter-spacing: 1.25px;
  font-size: 12px;
}

.page-numbers {
  padding: 3px 10px;
  border-radius: 15px;
}

.page-numbers.active {
  background-color: #1a3360;
  color: #fff;
  border-radius: 50%;
}

.page-numbers.current {
  background: #C27958;
}

strong span {
  font-weight: 800;
}
.mobile {
  display: block;
}
.desktop {
  display: none;
}
.footer {
  /*background: #233563;*/
  background: rgb(137 215 188);
  /* max-width: 1440px; */
}
.footer-column {
  display: block;
  width: 100%;
  text-align: center;
}
.footer-container {
  padding: 10px 20px;
  display: block;
  max-width: 1440px;
  margin: 0 auto;
justify-content: center;
}
.footer-container * {
  /* color: white; */
  color: #233563;
}
.footer-address {
  text-align: center;
  width: 100%;
}
.footer-link {
  /* display: inline-block !important; */
  width: 100%;
  vertical-align: top;
}
/* Header */
.top-nav {
  /* border-bottom: 1px solid #c1c6c8; */
}
div#header-menu {
    height: 66px;
    position: fixed;
    top: 0;
    background: white;
    width: 100%;
    z-index: 99999;
}
div#header-menu.menu_white {
  background: transparent;
  position: fixed;
  top: 0;
  /* top: 110px; */
  width: 100%;
  z-index: 99999;
}
div#header-menu.menu_white > .sticky {
  background: rgb(137 215 188);
}
.hamburger:hover {
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line {
  width: 21px;
  margin: 0 auto 10.5px auto;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}
.hamburger .line {
  width: 22px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


/*JOYFULL*/

.hero_banner_wrapper {
    position:  relative;
    /*height: 75vh;*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    text-align: left;
    margin: 0 auto 100px;
    max-width: 1200px;
    padding: 0 20px 30px;
}
.hero_image_logo {
    height: auto;
    width: 200px;
}
.hero_inner_wrapper {
    text-align: center;
    /*width: 50%;*/
    margin: 0px auto;
    /*padding: 0 20px 30px;*/
    /*max-width: 450px;*/
}
.hero_inner_wrapper > div p {
    font-size: calc((1.6 - 1) * 0.6vw + 1rem);
    /* color: white; */
}
.thank_you_wrapper {
    margin: 50px auto;
}
.blessing_list_container.yes_complete {
    display: none;
}
.thank_you_wrapper.thankyou_done {
    display: none;
    text-align: center;
}
.thank_you_wrapper.thankyou_done.yes_complete {
    display: block;
}
span.child_heart {
    font-size: 100px;
}
.details_url.yes_complete {
    pointer-events: none;
}
span.child_chosen_message.thank_you {
    font-size: calc((6.5 - 1) * 1.2vw + 1rem);
}
.thank_you2 {
    font-size: calc((2.5 - 1) * 1.2vw + 1rem);
}
.thank_you_mid {
  margin: 20px 0;
}
.participate_url {
    display: inline-block;
    background: #233563;
    color: rgb(137 215 188);
    padding: 20px 40px;
    font-size: 1.3rem;
    border-radius: 50px;
    display: none !important;
}
div#participate_section .participate_url {
    display: inline-block;
    background: #233563;
    color: rgb(137 215 188) !important;
    padding: 20px;
    width: 100%;
    text-align: center;
    font-size: calc((5.5 - 1) * 0.8vw + 1rem);
    font-weight: 700;
    text-decoration: underline !important;
    text-decoration-thickness: 1px !important;
    text-underline-offset: 0.2em;
    margin: 100px 0 0 0;
}
.home > div:nth-child(9) {
    padding: 30px 20px 0 !important;
}
.page-id-3 h1, .page-id-3 h2, .page-id-3 h3,
.page-id-347 h1, .page-id-347 h2, .page-id-347 h3 {
    font-size: calc((2.5 - 1) * 1.2vw + 1rem);
    padding: 20px;
}
.page-id-3 p, 
.page-id-347 p {
 padding: 20px;   
 font-weight: 400;
 font-size: calc((1.1 - 1) * 1.2vw + 1rem);
/* color: white; */
}
.page-id-3 ul, 
.page-id-347 ul,
.page-id-3 li, 
.page-id-347 li {
 font-size: calc((1.1 - 1) * 1.2vw + 1rem);
/* color: white; */
}
.steps_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.steps_inner_wrapper {
    padding: 5px;
    text-align: center;
    width: calc(100% - 0px);
}
#input_2_3_3_container label {
  display: none;
}
#gform_confirmation_message_2 {
    text-align: center;
    font-size: 28px;
}
.two_contents_title_wrapper {
    /*text-align: left;*/
    margin: 0 auto 50px;
}
.two_contents_title_wrapper p {
   padding: 0 20px 30px;
}
#gform_submit_button_2 {
  margin: auto;
  background: #233663;
}
.address_text {
    margin: 50px auto;
    font-weight: 400;
    font-size: calc((1.1 - 1) * 1.2vw + 1rem);
}
.steps_inner_wrapper img {
    max-width: 100px;
}
a.participate_url:hover {
    color: white;
}
.which-faq h2 {
    color: white;
}
.faq-ans p,
.faq-ans li {
    font-size: calc((1.1 - 1) * 1.2vw + 1rem);
    line-height: 1.5rem;
    color: #233563;
    /* color: white; */
}
.page-id-162 .flex-wrapper p {
    font-size: calc((1.1 - 1) * 1.2vw + 1rem);
    font-weight: 400;
}
.faq-ans ul {
    margin: 20px auto;
}
.faq-qns {
    font-size: 1rem;
}
.child_container {
    display: flex;
    flex-wrap: wrap;
}
.details_preview {
    display: none;
}
.child_wrapper {
    width: calc(50% - 2px);
    background: #8AD7BC;
    padding: 5px;
    cursor: pointer;
    margin: 1px;
    border: 1px solid #233563;
}
p.present_A, p.present_B {
    font-weight: 400;
}
p.child_name {
    text-decoration: underline;
    font-weight: 700;
}
.child_wrapper.child_remove {
    display: none;
}
ul.filter_age li {
    list-style: none;
    display: none;
}
ul.filter_age:hover li {
    display: block;
}
.child_wrapper.child_selected {
     background: #233563;
}
.child_wrapper.child_selected p {
     background: #233563;
     color: white;
}
.filter_wrapper {
    display: flex;
}
.filter_inner_wrapper {
    width: 50%;
    /*padding: 10px 0 20px;*/
}
.filter_wrapper .filter_inner_wrapper:nth-child(1) {
    padding: 10px 5px 20px 0;
}
.filter_wrapper .filter_inner_wrapper:nth-child(2) {
    padding: 10px 0px 20px 5px;
}
p.filter_title {
    font-size: calc((1.1 - 1) * 1.2vw + 1rem);
}
div#gform_confirmation_wrapper_1 {
    padding: 50px;
}
.child_wrapper.child_not_active {
    background: #233563;
    cursor: not-allowed;
    display: none !important;
}
.child_id {
    display: none;
}
.details_preview {
    width: calc(85%);
    margin: 0;
    font-weight: 700;
}
.child_wrapper p {
    /* color: white; */
    color: #233563;
    font-size: 12px;
}
.child_wrapper span {
    font-weight: 700;
}
.details_url {
    background: #233563;
    color: white;
    padding: 20px;
    display: inline-block;
    cursor: pointer;
}
.details_url:hover {
    color: white;
}
.gform_wrapper .gfield_required {
    color: #233563 !important;
}
#gform_fields_1 input {
    border: 1px solid black;
}
.step_title {
   font-weight: 700;
    margin: 20px auto 5px;
    font-size: calc((1.6 - 1) * 0.8vw + 1rem);
}
.step_subtitle {
    font-size: calc((1.1 - 1) * 1.2vw + 1rem);
}
.details_popup {
    position: fixed;
    z-index: 10;
    background: white;
    padding: 20px;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
}
.details_popup.popup_active {
    visibility: visible;
    opacity: 1;
    z-index: 100000;
}
.overlay.popup_active {
   display: block;
}
span.close_details_popup {
    position: absolute;
    right: 20px;
    z-index: 100;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer;
    top: 10px;
}
.blessing_list_container {
    width: calc(100% - 30px);
    margin: 0 auto;
}
#field_1_8 input,
#field_1_11 input {
    margin: 0 5px 0 0;
}
#field_1_11 label {
    display: unset;
}
a.participate_url {
    text-align: center;
    display: block;
}
.joyful_title {
    /*text-align: left;*/
    margin: 0 auto 10px;
    padding: 0 20px;
    text-align: center;
}
label.gfield_consent_label a {
    text-decoration: underline;
    color: black;
}
div#participate_section {
    text-align: center;
}
.step_desc p {
    font-weight: 400;
    font-size: calc((1.1 - 1) * 1.2vw + 1rem);
}
.step_desc a {
    text-decoration: underline;
    font-weight: 700;
    color: white;
}
.step_desc a:hover {
    text-decoration: underline;
    font-weight: 700;
    color: white;
}
/* FAQ JOYFULL */
.child_countdown {
    color: #233563;
    font-weight: 700;
    font-size: calc((1.6 - 1) * 0.8vw + 1rem);
    text-align: center;
    margin: 0 auto 20px;
}
span.have_been {
    display: block;
}
.clearboth {
    clear: both;
}
.container.full-width.faq_container {
    max-width: unset;
    /*min-height: 50vh;*/
}
	.faq-block {
	padding: 50px 5%;
	}
	.faq-row {
		visibility: hidden;
		opacity: 0;
		transition: all 0.2s;
		display: none;
	}
	td.faq-td {
		padding: 10px !important;
	}
	.show-faq {
		visibility: visible;
		opacity: 1;
		display: block;
	}
	.faq-navigation {
		border: 1px solid #233563;
		/* transform: translateY(40px); */
		cursor: pointer;
		margin: 30px 0 0 0;
	}
	.faq-navigation > div {
		padding: 1px 30px;
	}
	.faq-navigation > div.which-faq {
		background: #233563;
		color: white;
	}
	.faq-navigation > div > h2 {
		font-size: 16px;
	}

	.faq-title {
	font-size: 24px;
	font-weight: 700;
	}
	.faq-qns {
	background: #233563;
	padding: 10px;
	color: white;
	cursor: pointer;
	}
	.faq-ans > table > tbody > tr > td > img {
		margin: -20px 0;
	}
	.faq-ans > table > tbody > tr > td > p > img {
		margin: -20px 0;
	}
	.faq-ans {
	/* height: 0; */
	/* color: transparent; */
	padding: 20px;
	display: none;
	border: 1px solid #233563;
	}
	.faq-ans > table {
		width: 100%;
	}
	.faq-ans > table > tbody > tr > td {
		width: 25%;
		vertical-align: top;
		padding: 20px 20px;
		border: 1px solid #233563;
		border-top: 10px solid #233563;
		text-align: left;
	}
	.enquiry-wrapper > .faq-qns::after {
	content: "+";
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	font-size: 20px;
	}
	.enquiry-wrapper.hsopen > .faq-qns::after {
	content: "-";
	}
	
	.faq-wrapper {
		text-align: justify;
		line-height: 20px;
	}
	
/* FAQ */
	.faq {
		padding: 0 20%;
	}
	.question {
		font-weight: 700;
	}
	.question, .answer {
		transform: translateY(30px);
		visibility: hidden;
		opacity: 0;
		transition: all 1s;
	}
	
	.question1, .question2, .question3, .question4, 
	.question5, .question6 {  
		font-weight: 700;
	}
	
	.slide-in {
		transform: translate(0, 0) !important;
		opacity: 1 !important;
		visibility: visible !important;
	}
	
	
.faq-ans > table {
		border-spacing: 0 50px;
		/*margin: -50px 0;*/
	}
	.faq-ans > table > tbody > tr > td {
		width: 90%;
		display: block;
		text-align: center;
		margin: 0 auto;
		padding: 20px 5% !important;
	}
	.faq-ans > table > tbody > tr > td > img {
		width: 80%;
		margin: -20px 0;
	}
	.faq-ans > table > tbody > tr > td > p > img {
		width: 80%;
		margin: -20px 0;
	}
	.faq-ans {
		text-align: left;
	}

	.faq-qns {
		padding: 15px;
		position: relative;
		text-align: left;
	}
	.enquiry-wrapper > .faq-qns::after {
		transform: translate(0, -50%);
		position: absolute;
		right: 2%;
		top: 50%;
	}

	.faq-navigation {
		float: unset;
		display: block;
		width: 80%;
		margin: 0 auto;
	}

	.faq-content {
		float: unset;
		width: 100%;
	}
	.faq-title {
		font-size: 16px;
	}
.step_2_wrapper {
position: fixed;
    bottom: 41px;
    background: white;
    width: 100%;
    left: 0;
    padding: 20px;
    display: flex;
    /*max-width: 800px;*/
    margin: 0 auto;
    right: 0;
    z-index: 100000;
}
.page-template-blessing_list_template footer.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.step_2_wrapper p.step_title {
    margin: 0 20px 0 0;
    color: black;
}
.page-template-blessing_list_template .container.full-width {
    margin: 0 auto 200px;
}
.child_name_selected, .child_name_newly_selected {
    font-weight: 400;
    display: block;
    /* color: white; */
    color: #233563;
}
.child_name_selected.name_selected, .child_name_newly_selected.name_selected {
    font-weight: 700;
}
span.child_chosen_message a {
    text-decoration: underline;
    color: #233563;
}

.child_chosen_message {
    font-weight: 700;
    display: block;
    color: #233563;
}

.newly_chosen_child_wrapper, .chosen_child_wrapper {
  border: 1px solid #233563;
  width: 100%;
  padding: 20px;
}










.clients_flex_container {
  display: flex;
  flex-wrap: wrap;
}
.clients_testimonials_container {

}
.clients_testimonials_title {
    text-align: center;
    color: #B7B090;
    margin: 20px auto;
    font-size: 1.2rem;
}
.testimonial_slider_container {
    margin: 0 auto 50px;
}
.clients_wrapper {
    background-position: center !important;
  background-repeat: no-repeat;
  height: 300px;
  width: 100%;
  position: relative;
  margin: 0 10px;
}

.clients_opacity {
  background: rgba(0,0,0,0.3);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
  transition: all 0.4s;
}

.clients_content {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translate(0%, -50%);
  color: white;
  opacity: 1;
  transition: all 0.4s;
      width: calc(100% - 100px);
}
.testimonial_slider_container .slick-track {
    height: 500px !important;
}
.clients_content * {
 color: white;
 text-transform: uppercase;
 font-size: 12px;
}
.clients_content a {
  margin: 25px 0 0 0;
  display: block;
}
.clients_content span {
  margin: 25px 0 0 0;
  display: block;
}
.testimonial_content {
    cursor: pointer;
}
.affiliates_container .slick-track {
    height: unset !important;
}
.archive_paginations_wrapper {
    height: 30px !important;
    text-align: center;
    width: calc(100% - 60px);
    margin: 10px auto 20px;
    position: relative;
}
i.fas.fa-arrow-right.next-post {
    display: none;
}
i.fas.fa-arrow-left.prev-post {
    display: none;
}
.next-prev-img {
    display: none;
}
.archive_paginations_wrapper .prev {
    /*position: absolute;*/
    left: 0;
    top: -3px;
}
.archive_paginations_wrapper .next {
    /*position: absolute;*/
    right: 0;
    top: -3px;
}
.page-numbers.current {
    color: white;
}
.testimonial_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    transition: all 0.4s;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.testimonial_popup.show_testi {
    opacity: 1;
}

.show_testi {
    z-index: 99999;
}
.testimonial_quote {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    width: calc(100% - 50px);
}
.testimonial_quote p {
    color: white;
    font-size: 1rem;
    margin: 50px auto;
}
p.testi_name {
    font-weight: 700;
    font-size: 1rem;
    text-align: right;
}
.close_testi {
    color: white;
    position: absolute;
    top: 100px;
    right: 20px;
    display: block;
    width: 50px;
    height: auto;
    font-size: 50px;
    font-weight: 700;
    cursor: pointer;
    z-index: 100;
    text-align: center;
}
.clients_content h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  margin: 15px 0;
}
.container.clients_testimonials_container h3 {
  text-align: center;
  margin: 0 0 30px 0;
  color: #B7B090;
}
h1.title_4.title_hero {
    font-family: Montserrat-regular;
}
.hero_slider {
    opacity: 0;
    transition: all 3s;
    height: 648px;
}
.hero_slider img {
    height: 648px !important;
}
.sexy_container {
width: 500px;
    margin: 0 auto;
    position: relative;
    height: 250px;
}
.page-id-5866 .sexy_container {
    width: 250px;
    height: 200px;
}
.sexy_we_make {
    font-family: Montserrat-bold;
    font-style: italic;
  font-size: 1.8rem;
}
.sexy_venues {
    text-align: right;
}
.sexy_venues p {
    font-family: Montserrat-regular;
    font-size: 1rem;
}
.sexy {
    font-family: Amalfi-Coast !important;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 5rem;
    text-transform: capitalize;
}
.menuactive {
  display: block !important;
}

.brand-logo-container {
  align-items: center;
}
a.njt-nofi-close-button.njt-nofi-hide.njt-nofi-text-color.njt-nofi-hide-admin-custom {
  display: none !important;
}

.full-page-navigation {
  width: 100%;
  height: calc(100vh - 69px);
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: fixed;
  /* top: 110px; */
  bottom: 0;
  z-index: 1;
  background: rgb(137 215 188);
}
#gform_confirmation_message_2 {
    text-align: center;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: calc((1.1 - 1) * 1.2vw + 1rem);
    color: #233563;
}
.full-page {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.header-container {
  padding: 10px 0;
  width: calc(100% - 30px);
  max-width: 1080px;
  margin: auto;
  background: rgb(137 215 188);
}

.brand-logo img {
  width: 150px;
}

.mobile-translate {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 25px 25px 25px 0px;
  padding: 6px;
  background: #c1c6c8;
  display: none !important;
}
.mobile-translate svg {
  margin-bottom: 1.5px;
}
.mobile-menu {
  width: 36px;
  height: 36px;
  border-radius: 0;
  padding: 6px;
  background: #233563;
}

.mobile-translate {
  display: inline-block;
  margin-right: 10px;
}

.mobile-menu {
  vertical-align: top;
  display: inline-block;
}

.mobile-menu svg {
  width: 90%;
  height: auto;
  margin: 5%;
}

.primary-mobile-menu-container {
  width: calc(100% - 30px);
  max-width: 1440px;
  margin: 50px auto;
}

.primary-mobile-menu-container ul {
  margin: 0;
  padding: 0;
}

.primary-mobile-menu-container > ul > li {
  width: calc(100% - 30px);
  margin: 0 15px;
  padding: 25px 0;
  list-style: none;
  /* border-bottom: 1px solid #777777; */
  position: relative;
  font-size: 0;
}

.primary-mobile-menu-container .current_page {
  color: #C27958;
}

.primary-mobile-menu-container ul li a {
  font-weight: 700;
  color: rgb(35 53 99);
  width: calc(100% - 13px);
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.menu-item-has-child-img {
  width: 13px;
  display: none;
}

.primary-mobile-menu-container > ul > .menu-item-has-children > .menu-item-has-child-img {
  display: inline-block;
  vertical-align: middle;
}

.primary-mobile-menu-container ul li ul {
  display: none;
}

.primary-mobile-menu-container .menu-item-has-children {
  width: calc(100% - 30px);
  display: inline-block;
  margin: 0 15px;
}

.menu-child-dropdown-img {
  fill: #777777;
  transform: rotate(0deg);
  transition: 0.5s all;
}

.menu-child-dropdown-img-change {
  fill: #C27958;
  transform: rotate(180deg);
  transition: 0.5s all;
}

.remove-border {
  padding: 25px 0 0 0 !important;
  border-bottom: none !important;
}

.primary-mobile-menu-container .menu-item-has-children:after {
  /* content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  transition: all ease-in-out 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 64 64' style='enable-background:new 0 0 64 64;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23777777;%7D%0A%3C/style%3E%3Cg%3E%3Crect x='-2.2' y='25.8' transform='matrix(0.7071 0.7071 -0.7071 0.7071 28.6106 -5.0724)' class='st0' width='45.2' height='12.5'/%3E%3Crect x='21' y='25.8' transform='matrix(-0.7071 0.7071 -0.7071 -0.7071 97.0091 23.8178)' class='st0' width='45.2' height='12.5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-top: 12px;
  position: absolute;
  top: 23px;
  right: 0; */
}

.primary-mobile-menu-container .menu-item-has-children.menu-item-has-children-change:after {
  /* content: "";
  display: block;
  transform: rotate(180deg);
  height: 10px;
  width: 10px;
  transition: all ease-in-out 0.5s;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 64 64' style='enable-background:new 0 0 64 64;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C27958;%7D%0A%3C/style%3E%3Cg%3E%3Crect x='14.1' y='9.4' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -16.6709 23.7828)' class='st0' width='12.5' height='45.2'/%3E%3Crect x='20.9' y='25.7' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -9.8708 40.1393)' class='st0' width='45.2' height='12.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  margin-top: 12px;
  position: absolute;
  top: 23px;
  right: 0; */
}

.primary-mobile-menu-container .sub-menu > li {
  padding: 10px 0 0 0;
  list-style-type: none;
}

.primary-mobile-menu-container .sub-menu > li > a {
  font-weight: 400;
}

.menu-show {
  display: block !important;
  width: 100vw;
  background: #f0f0f0;
  padding: 10px 40px 20px !important;
  margin-left: -30px !important;
  margin-top: 25px !important;
}

.mobile-get-app-menu-container {
  margin: 90px 0;
  text-align: center;
}

.mobile-get-app-menu {
  background: #233563;
  padding: 8px 80px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  display: none;
}

.get-app-menu:hover {
  color: #B7B090;
}

/* Search Form */

#searchform {
  background: #f2f2f2;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}

.search-input {
  width: 30px;
  padding: 4px;
  display: inline-block;
  vertical-align: middle;
}

#searchform > input.search-text {
  border: none;
  display: inline-block;
  vertical-align: middle;
  background: none;
  color: #777777;
  height: 30px;
  font-size: 14px;
  letter-spacing: 0px !important;
  width: calc(100% - 65px);
}
input.search-text::placeholder {
  color: #777777;
}
input.search-text:focus::-webkit-input-placeholder {
  color: transparent;
}
input.search-text:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
input.search-text:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
input.search-text:focus:-ms-input-placeholder {
  color: transparent;
} /* IE 10+ */
input.search-text::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
input.search-text {
  -webkit-appearance: none;
}

.search-reset {
  width: 30px;
  height: 30px;
  border: none;
  padding: 5px;
  float: right;
  line-height: 0;
  display: none;
}

.show {
  display: block;
}

/* Footer */
.logo-column {
  padding: 32px 0;
  width: 40%;
  margin: auto;
  text-align: center;
}

.footer-logo {
  width: auto;
  margin-bottom: 40px;
}

.footer-contact {
  margin-bottom: 20px;
}

.site-map-title {
  font-size: 18px;
  font-weight: 700;
  color: #777777;
  margin-bottom: 16px;
}

.footer-link .footer-menu .parent-link a {
  display: block;
  margin-bottom: 20px;
}

.footer-newsletter {
  width: 100%;
  padding: 32px 60px 20px;
  background: #1a3260;
  color: #fff;
}

.footer-newsletter .gform_title {
  color: #fff;
  text-align: center;
  margin-bottom: 50px !important;
}

.footer-newsletter #gform_fields_1 label {
  display: none !important;
}

.footer-newsletter #input_1_1 {
  background: none !important;
  border-bottom: 1px solid #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 20px;
}

#input_1_1::placeholder {
  /*color: #fff;*/
}

.footer-newsletter .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}



.disclaimer {
  width: 100%;
  /* max-width: 1440px; */
  margin: auto;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: white;
  padding: 10px 0;
}

.disclaimer .menu-copyright-menu-container {
  display: inline-block;
  padding: 28px 0 18px 0;
}

.disclaimer .menu {
  font-size: 14px;
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
}

.disclaimer .menu li {
  display: inline-block;
  text-decoration: none;
}

.disclaimer .menu li:after {
  content: " |";
  margin: 5px 0;
}

.disclaimer .menu li:last-child:after {
  content: " ";
}

.disclaimer .menu li:last-child {
  margin: 0px 5px 0 0;
}

.disclaimer .menu li:marker {
  display: none;
}
.disclaimer .menu li a {
  color: #777777;
  font-weight: 700;
}

.copy-right-separator {
  display: none;
}

.copy-right {
  /* color: #777777; */
  font-size: 14px;
  display: inline-block;
  padding: 0px;
}

.footer-social-media-container {
  /* width: 60%;
  text-align: center;
  margin: auto;
  padding: 0 0 30px 0; */
}

.footer-social-media {
  width: 25px;
  /* height: 18px; */
  /* margin: 0 0 0 18px; */
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 20px;
}
.container.full-width {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  max-width: 1200px;
  margin: 0 auto 50px;
}
body.home .container.full-width {
    margin-top: 0;
    /* padding: 100px 20px 0; */
}
.button {
  background-color: #06c3dd;
  color: #fff;
  width: 100%;
  padding: 4px 0;
  border-radius: 30px;
  display: block;
  text-align: center;
}

.button.red {
  background-color: #e62f20;
}

.button.dark-blue {
  background-color: #1a3260;
}

/* Header */
.custom-logo-link img {
  max-width: 120px;
}

nav.top-nav {
  /* border-bottom: solid 2px rgba(0, 0, 0, 0.3); */
  position: relative;
}

.top-nav .container .brand-search {
  vertical-align: middle;
  align-items: center;
}

/* Homepage Banner */
.page-slider-container {
  height: 127.5vw;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-slider-content {
  position: absolute;
  padding-bottom: 60px;
  text-align: left;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-slider-btn {
  color: #fff;
  padding: 12px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 30px;
  margin-top: 20px;
}

.page-slider-navigation {
  padding: 20px 0 0;
}

.psio-dot-arrow-container {
  max-width: 1440px;
  width: calc(100% - 60px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.psio-dot-mobile-arrow {
  display: block !important;
}

/* Icon Slider */
.icon-title {
  padding: 40px 0;
}

.icon-title p {
  font-size: 36px;
  font-weight: 800;
}

.icon-slider-link {
  padding: 35px 0;
  width: 100%;
  text-align: center;
}

.icon-slider-btn {
  border-radius: 25px;
  padding: 12px 50px;
  background: #656565;
  display: block;
  color: #fff;
  width: fit-content;
  margin: auto;
}

.icon-slider-btn:hover {
  text-decoration: none;
}

.blue-icon-container {
  position: relative;
}

.blue-icon-wrapper {
  border-radius: 50% 50% 50% 0;
  margin: auto;
}

.blue-icon-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.blue-icon {
  width: 230px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blue-icon-wrapper img {
  width: 80px;
  height: 80px;
  margin: 20px auto 20px;
}

.icon-content {
  text-align: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
  margin-left: 20px;
  line-height: normal;
  white-space: normal;
  max-height: 80px;
  width: calc(100% - 40px);
  overflow: hidden;
}

.icon-content-with-desc {
  -webkit-line-clamp: 2;
  max-height: 60px;
}

.icon-content p {
  font-size: 20px;
  font-weight: 800;
}

.icon-desc {
  margin-left: 20px;
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
  text-align: left;
  width: calc(100% - 40px);
}

.icon-slider-navigation {
  padding: 20px 0 0;
}

.icon-desc p {
  color: #1A3260;
}

/* Homepage Banner */
.hp-banner-container {
  background-repeat: no-repeat;
  background-size: cover;
}

.hp-banner-small-title > p {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 800;
}

.hp-banner-title {
  margin-bottom: 30px;
}

.hp-banner-title p {
  font-size: 36px;
  font-weight: 800;
  line-height: normal;
}

.hp-banner {
  max-width: 1440px;
  margin: auto;
  width: calc(100% - 60px);
  padding: 108px 0 320px;
  height: 100%;
}

.hp-banner-wrapper {
  margin: auto;
  width: calc(100% - 60px);
}
.hp-banner-wrapper.top {
  top: 0px;
}
.hp-banner-wrapper.bottom {
  bottom: 0px;
}

.hp-banner-content {
  margin-bottom: 45px;
}

.hp-banner-btn {
  padding: 12px 50px;
  background: #C27958;
  color: #fff;
  border-radius: 30px;
}

.home .title-second {
  font-size: 35px;
}

.home a.show-all i {
  font-size: 18px;
  margin-right: 15px;
}
/* Credit+ Signup Content */
.credit-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.credit-container {
  padding: 45px 0;
}

.credit-title {
  color: #282828;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 800;
}

.credit-desc {
  margin-bottom: 40px;
}

.credit-repeater-container {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.credit-ringgit-wrapper {
  width: 100%;
  height: 102px;
}

.credit-ringgit-container {
  width: 175px;
  height: 175px;
  position: absolute;
  left: calc((100% - 175px)/2);
  padding: 50px 20px;
  border-radius: 50% 50% 0 50%;
}

.up-to {
  color: #fff;
}

.ringgit {
  font-weight: 800;
  font-size: 24px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
}

.credit-list-container {
  border-radius: 6px;
  background: #F0F0F0;
  padding: 105px 20px 10px;
  font-size: 0;
}

.credit-list-title {
  color: #1A3260;
  font-size: 14px;
  margin-bottom: 30px;
}

.credit-sub-list {
  margin-bottom: 30px;
}

.sub-list-tick-wrapper {
  width: 30px;
  height: 30px;
  text-align: left;
  position: relative;
  border-radius: 50% 50% 0 50%;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}

.sub-list-tick-wrapper i {
  color: #fff;
  position: absolute;
  transform: translate(50%, 50%);
}

.list-content-container {
  width: calc(100% - 50px);
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}

.list-content {
  font-size: 20px;
  color: #1A3260;
  font-weight: 800;
  text-align: left;
  vertical-align: middle;
}

.credit-bottom-desc p{
  color: #1A3260;
}
/* Requirement */
.requirement-title p {
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 30px;
}
.requirement-container {
  padding: 45px 0;
}

.requirement-tick-wrapper {
  width: 30px;
  height: 30px;
  text-align: left;
  position: relative;
  border-radius: 50% 50% 0 50%;
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  background: #C27958;
}

.requirement-list {
  width: calc(100% - 50px);
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  white-space: normal;
}

.requirement-sub-list {
  font-size: 0;
  white-space: nowrap;
  position: relative;
  margin-bottom: 30px;
}

.requirement-tick-wrapper i {
  color: #fff;
  position: absolute;
  transform: translate(50%, 50%);
}

/* Consumer Slider */
.consumer-slider-container {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.consumer-title-container {
  margin-bottom: 50px;
}

.consumer-title-container p {
  font-weight: 800;
  font-size: 30px;
}

.consumer-slider-text-wrapper {
  width: 300px;
  height: 300px;
  padding: 20px;
  text-align: center;
  position: relative;
  border-radius: 50% 50% 0 50%;
  margin: auto;
}

.consumer-slider-text-wrapper p {
  font-size: 20px;
  width: calc(100% - 40px);
  color: #fff;
  font-weight: 800;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.phone-container {
  font-size: 0;
  margin-top: -25px;
}

.phone-one {
  display: inline-block !important;
  vertical-align: middle;
  width: 100%;
}

.between-two-phone-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin: 0 15px;
  background: #6638B6;
  border-radius: 50% 50% 0 50%;
  position: relative;
}

.between-two-phone-wrapper p {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.phone-two {
  display: inline-block !important;
  vertical-align: middle;
  width: calc(50% - 30px);
}

/* Promotion Page */
.recent-promo {
  border-radius: 10px 10px 0 0;
  height: 27vw;
  object-fit: cover;
}

.promotion-header {
  font-weight: 700;
  padding: 25px 0;
}

.promotion-wrapper {
  background: #f2f2f2;
}

.promotion-container {
  width: calc(100% - 30px);
  max-width: 1440px;
  margin: auto;
}

.promotion-search-wrapper {
  display: none;
  border-bottom: 1px solid #c1c6c8;
}

.promotion-search-container {
  width: calc(100% - 30px);
  margin: auto;
  padding: 15px 0;
}

.promotion-sorting-wrapper {
  border-bottom: 1px solid #c1c6c8;
}

.promotion-sorting-container {
  padding: 15px 0 15px 0px;
  width: calc(100% - 30px);
  white-space: nowrap;
  overflow-x: scroll;
  margin-left: 30px;
}

.promotion-sorting {
  border-right: 1px solid#C1C6C8;
  margin-right: 15px;
  padding-right: 15px;
  width: calc(50% + 30px);
  display: inline-block;
}

.promotion-cat-container {
  display: inline-block;
}

.promotion-category {
  background: #f2f2f2;
  padding: 10px 20px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 25px;
}

.promotion-category a {
  color: #777777;
}

#promo-sort {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' width='14px' height='6.34px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 6.3' style='enable-background:new 0 0 14 6.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C27958;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='7,0 14,0 10.5,3.2 7,6.3 3.5,3.2 0,0 '/%3E%3C/svg%3E")
    no-repeat;
  padding: 10px;
  background-position: calc(100% - 10px) 50%;
  width: 100%;
  border: 1px solid #c1c6c8;
  border-radius: 10px;
  color: #1a3260;
  font-size: 14px;
}

.promotion-navigation ul {
  margin-bottom: 25px;
  margin-top: 10px;
}

.promotion-navigation ul {
  padding-left: 0;
}

.promo-post {
  margin-bottom: 25px;
}

.promo-large {
  border-radius: 10px 10px 0 0;
  height: 200px;
  object-fit: cover;
}

.promo-text-container {
  background: #fff;
  padding: 10px 15px 15px 15px;
  border-radius: 0 0 10px 10px;
  white-space: normal;
}

.promo-category {
  font-weight: 600;
  font-size: 12px;
  color: #c1c6c8;
}

.promo-text {
  padding: 10px 0;
}

.promo-text p {
  font-size: 18px;
  font-weight: 700;
  color: #1a3260;
}

.promo-date {
  font-weight: 600;
  font-size: 12px;
  color: #c1c6c8;
  letter-spacing: 1px;
}

.promotion-archive-wrapper {
  text-align: center;
  width: 80%;
  padding: 5px 0 25px;
  margin: auto;
  white-space: nowrap;
  font-size: 12px;
}

.view-archive-icon {
  display: inline-block;
}

.view-archive-text {
  color: #C27958;
  display: inline-block;
}

.view-archive-icon {
  width: auto;
  height: 10px;
  font-weight: 700;
  padding: 25px 0;
}

.promotion-wrapper {
  background: #f2f2f2;
}

.promotion-container {
  width: calc(100% - 30px);
  max-width: 1440px;
  margin: auto;
}

.promotion-search-wrapper {
  border-bottom: 1px solid #c1c6c8;
}

.promotion-search-container {
  width: calc(100% - 30px);
  margin: auto;
  padding: 15px 0;
}

#searchform {
  background: #f2f2f2;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}

.search-input {
  width: 30px;
  padding: 4px;
  display: inline-block;
  vertical-align: middle;
}

.promotion-search-wrapper .promotion-search-container > #searchform > input.search-text {
  border: none;
  display: inline-block;
  vertical-align: middle;
  background: none;
  color: #777777;
  height: 30px;
  font-size: 14px;
  letter-spacing: 0px !important;
}
input.search-text::placeholder {
  color: #777777;
}
input.search-text:focus::-webkit-input-placeholder {
  color: transparent;
}
input.search-text:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
input.search-text:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
input.search-text:focus:-ms-input-placeholder {
  color: transparent;
} /* IE 10+ */
input.search-text::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
input.search-text {
  -webkit-appearance: none;
}

.search-reset {
  width: 30px;
  height: 30px;
  border: none;
  padding: 5px;
  float: right;
  line-height: 0;
  display: none;
}

.show {
  display: block;
}

.promotion-sorting-wrapper {
  border-bottom: 1px solid #c1c6c8;
}

.promotion-sorting-container {
  padding: 15px 0 15px 0px;
  width: calc(100% - 30px);
  white-space: nowrap;
  overflow-x: scroll;
  margin-left: 30px;
}

.promotion-sorting {
  border-right: 1px solid#C1C6C8;
  margin-right: 15px;
  padding-right: 15px;
  width: calc(50% + 30px);
  display: inline-block;
}

.promotion-cat-container {
  display: inline-block;
}

.promotion-category {
  background: #f2f2f2;
  padding: 10px 20px;
  margin-right: 10px;
  display: inline-block;
  border-radius: 25px;
}

.promotion-category a {
  color: #777777;
}

#promo-sort {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' width='14px' height='6.34px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 6.3' style='enable-background:new 0 0 14 6.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C27958;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='7,0 14,0 10.5,3.2 7,6.3 3.5,3.2 0,0 '/%3E%3C/svg%3E")
    no-repeat;
  padding: 10px;
  background-position: calc(100% - 10px) 50%;
  width: 100%;
  border: 1px solid #c1c6c8;
  border-radius: 10px;
  color: #1a3260;
  font-size: 14px;
}

.promo-post {
  margin-bottom: 25px;
}

.promo-category {
  font-weight: 400;
  font-size: 12px;
  color: #4b4b4b;
}

.promo-date {
  font-weight: 400;
  font-size: 12px;
  color: #4b4b4b;
}

.promotion-post-wrapper {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c1c6c8;
}

.promotion-archive-wrapper {
  text-align: center;
  width: 80%;
  padding: 25px 0;
  margin: auto;
  white-space: nowrap;
}

.view-archive-icon {
  display: inline-block;
}

.view-archive-text {
  color: #C27958;
  display: inline-block;
}

.view-archive-icon {
  width: auto;
  height: 10px;
}

/* Promo Post */
.promo-post-bg {
  width: 100vw;
  padding: 30px 0;
}

.promo-img-container {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: auto;
}

.promo-img-container img {
  border-radius: 10px 10px 0 0;
}

.promo-content-container {
  background: #fff;
  padding: 20px;
  /* width: calc(100% - 30px); */
  width: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.post-wyswyg-container {
  width: calc(100% - 30px);
}

.post-wyswyg-container li {
  list-style-type: lower-alpha;
}

.post-wyswyg-container ol, .post-wyswyg-container ul {
  padding-left: 20px;
}

.promo-content-container h1 {
  margin: 0 0 15px 0;
}

.promo-content-container h1 p {
  font-size: 18px;
  font-weight: 800;
  color: #1a3260;
}

.promo-post-date {
  color: #C27958;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 36px;
}

.promo-brand-container {
  background: #fff;
  font-size: 0;
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.promo-brand-wrapper {
  padding: 0 20px;
}

.promo-brand-wrapper:nth-child(odd) {
  background: #f9f9f9;
}

.promo-brand {
  padding: 20px 0;
  /* border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0; */
}

.brand-container {
  display: inline-block;
  width: calc(45% - 20px);
  margin-right: 20px;
  background: #f2f2f2;
  padding: 8%;
  border-radius: 50% 50% 50% 0;
  vertical-align: middle;
}

.promo-post-img-container {
  display: inline-block;
  text-align: left;
  width: 55%;
  vertical-align: middle;
  overflow-x: scroll;
  white-space: nowrap;
}

.promo-post-img {
  display: inline-block;
  width: calc(45% + 28px);
  margin-right: 10px;
}

.participating-brand-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1a3260;
}

.participating-brand-container {
  background: #fff;
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: auto;
  padding: 30px 20px;
  border-radius: 0 0 25px 25px;
}

.participating-brand {
  overflow-x: auto;
  overflow-y: hidden;
  height: 160px;
  display: flex;
  white-space: nowrap;
  flex-direction: column;
  flex-wrap: wrap;
}
a.brands_wrapper {
    position: relative;
}

.brands_img_colour {
    position: absolute;
    top: 0;
    left: 50%;
    filter: unset !important;
    transform: translate(-50%, 0%);
    opacity: 0;
    transition: all 0.4s;
}
.brands_wrapper:hover .brands_img_colour  {
    opacity: 1;
}
.brands_wrapper:hover .brands_img  {
    /*opacity: 0;*/
}
.brands-logo-container {
  width: 150px;
  height: 150px;
  padding: 30px;
  margin-right: 20px;
  vertical-align: top;
  border-radius: 50% 50% 50% 0;
}

.promo-post-tc-title {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.promo-post-tc-image-container {
  background: #1a3260;
  padding: 30px 20px;
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: auto;
  border-radius: 0 0 10px 10px;
}

.promo-post-tc-image {
  margin: 25px 0;
}

.more-promotion-container {
  padding: 30px 0 50px 30px;
}

.more-promotion-title {
  font-size: 14px;
  color: #1a3260;
  font-weight: 800;
  margin-bottom: 20px;
}

.more-promotion-wrapper {
  white-space: nowrap;
  overflow-x: scroll;
}

.more-promo-post {
  display: inline-block;
  width: 80%;
  max-width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: top;
}

/* FAQ Page */
.faq-header {
  font-size: 18px;
  font-weight: 600;
  color: #1a3260;
  background: #fff;
  padding: 15px 0px;
  border-bottom: 1px solid #1a3260;
}

.faq-title {
  /*max-width: 1440px;*/
  /*width: calc(100% - 100px);*/
  margin: 20px auto;
}

.faq-title-section-container {
  width: calc(100% - 100px);
  max-width: 1440px;
  width: calc(100% - 100px);
  margin: auto;
  position: relative;
}

.faq-title-section-container {
  width: calc(100% - 100px);
  max-width: 1440px;
  margin: auto;
  position: relative;
}

.faq-section-container {
  width: calc(100% - 50px);
  max-width: 1440px;
  margin: auto;
  position: relative;
}

.faq-container-wrapper {
  padding: 0 0 0 20px;
}

.faq-menu a {
  font-size: 12px;
  margin-right: 30px;
}

.faq-menu a:last-child {
  margin-right: 0px;
}

.faq-section-title {
  font-size: 21px;
  font-weight: 800;
  color: #1a3260;
  background: #f2f2f2;
  padding: 30px 0px;
  border-bottom: 1px solid #1a3260;
}

.faq-sub-section-title {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background: #1a3260;
  padding: 30px 20px 10px;
}

.faqexpand {
  opacity: 1;
  height: auto;
  transform: scaleY(1);
  transform-origin: top;
}

.faqcollapse {
  height: 0;
  padding: 15px 0 0 0;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
}

.faqline {
  border-bottom: 1px solid #f2f2f2;
}

.faq-section {
  background: #fff;
  width: calc(100% - 100px);
  max-width: 1440px;
  margin: auto;
}

.faq-container {
  border-bottom: 1px solid #c1c6c8;
  padding: 10px 0px;
}

.faq-container:last-child {
  border-bottom: none;
}

.question {
  color: #1a3260;
  font-weight: 600;
  margin: 0 5px 0 0;
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: top;
}

.answer {
  font-weight: 400;
  margin: 0;
  padding: 10px 0 10px;
}

.faq-sub-title-container .arrow-container {
  transform: rotate(180deg);
}

.arrow-container {
  position: absolute;
  right: 15px;
  width: 12px;
  top: 18px;
  display: inline-block;
  vertical-align: top;
}

.faq-sub-title-container {
  position: relative;
  width: 100%;
  margin: auto;
  max-width: 1440px;
  width: calc(100% - 100px);
}

.faq-sub-title-container .arrow-container {
  top: 0;
  right: 20px;
}

.faq-sub-title {
  width: calc(100% - 100px);
  max-width: 1440px;
  position: relative;
  margin-left: 0;
  padding-bottom: 20px;
}

.whitearrow {
  fill: #fff;
  transform-origin: 50% 50%;
  transition: 0.5s all;
}

.arrow {
  fill: #C27958;
  transform-origin: 50% 50%;
  transition: 0.5s all;
}

.whitearrow-animate {
  transform: rotate(180deg);
  transform-origin: 50% 45%;
  transition: 0.5s all;
}

.arrow-animate {
  fill: #777777;
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  transition: 0.5s all;
}

.answer-deactive {
  height: 0;
  padding: 15px 0 0 0;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  transition: all 0.5s ease;
}

.answer-active {
  opacity: 1;
  height: auto;
  transform: scaleY(1);
  transform-origin: top;
  transition: all 0.5s ease;
}

/* Key Partner Part */
.partner-section {
  width: calc(100% - 30px);
  max-width: 1440px;
  margin: auto;
}

.key-partner-title {
  margin: 20px 0;
  /* font-size: 14px; */
  color: #1a3260;
}

.partner-logo {
  display: block;
  width: calc(50% - 20px);
  margin-right: 20px;
  align-self: center;
}

.partner-container {
  font-size: 0;
  padding-bottom: 10px;
}

.partner-next, .partner-prev {
  display: inline-block;
  background: none;
  font-size: 16px;
  border: none;
  color: #06c3dd;
}

.partner-arrow-container {
  width: 24px;
  display: inline-block;
  border: none;
  vertical-align: middle;
}

.partner-logo-container {
  width: calc(100% - 48px);
  display: inline-block !important;
  vertical-align: middle;
}

.app-wrapper {
  background: url("../images/app-background-mobile.jpg");
  background-position: 60% 50%;
  background-repeat: no-repeat;
}

.app-container {
  width: calc(100% - 30px);
  padding: 40px 0;
  max-width: 1440px;
  margin: auto;
}

.app-title {
  color: #fff;
  margin-bottom: 60px;
  font-size: 20px;
}

.app-logo-white {
  width: 115px;
  height: auto;
  margin-bottom: 20px;
}

.google-play-container,
.app-store-container {
  width: calc(50% - 10px);
  float: left;
}

.google-play-container {
  margin-right: 20px;
  opacity: 1;
  height: auto;
  transform: scaleY(1);
  transform-origin: top;
  transition: all 0.5s ease;
}

/* Top Banner */
.banner-data {
  min-height: 545px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}

.page-banner .content-container {
  width: calc(100% - 100px);
  margin: auto;
}

.overlay-container .icon {
  margin-bottom: 20px;
}

.page-banner-text {
  vertical-align: bottom;
  align-self: end;
}

.page-banner-text h1 {
  margin-bottom: 20px;
}

.page-banner-title-container p {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 20px;
}

.page-banner-wysiwyg-container p {
  margin-bottom: 20px;
}

.overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.overlay_testi {
      position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}
.overlay-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}

/* .overlay-container .blob-one {
  width: 200px;
  height: 130px;
  border-radius: 100px;
  background-color: #C27958;
  position: absolute;
  left: -53px;
  top: -10%;
  transform: rotate(45deg);
}

.overlay-container .blob-two {
  width: 200px;
  height: 130px;
  border-radius: 100px;
  background-color: #01cfb4;
  position: absolute;
  right: -53px;
  bottom: -10%;
  transform: rotate(45deg);
  z-index: -1;
} */

.page-banner .content-container .icon img {
  max-width: 80px;
  vertical-align: bottom;
  align-self: end;
}

.page-banner-icons-wrapper {
  font-size: 0;
  max-width: 400px;
}

.icon-one {
  width: calc(50% - 10px);
  margin-right: 20px;
  margin-top: 20px;
  display: inline-block;
}

.icon-two {
  width: calc(50% - 10px);
  margin-top: 20px;
  display: inline-block;
}

/** Benefits */

.benefits-list {
  display: block;
  margin: 50px auto;
}

.benefits-list .benefits-container {
  width: 100%;
  margin: auto;
  position: relative;
  min-height: 450px !important;
}

.benefits-list .benefits-container .benefits {
  margin: auto;
  max-width: 320px;
  max-height: 320px;
  background-color: #06c3dd;
  border-radius: 50% 50% 50% 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.benefits-list .benefits-container .benefits:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.benefits-list .benefits-container .benefits::before {
  /* content: "";
  height: 50%;
  border: solid 15px #06c3dd;
  align-self: end;
  position: absolute;
  left: 0; */
}

.benefits-list .benefits-container .benefits .content {
  align-self: center;
  vertical-align: middle;
  max-width: 80%;
  margin: auto;
}

.benefits-list .benefits-container .icon {
  width: 150px;
  height: 150px;
  background-color: #1a3260;
  border-radius: 50%;
  vertical-align: middle;
  align-items: center;
  display: flex;
}

.benefits-container .icon {
  position: absolute;
  left: calc(50% - 160px);
  bottom: unset;
  transform: translate(0%, -50%);
}

.benefits-container .icon img {
  width: 60px;
  height: auto;
  margin: auto;
  vertical-align: middle;
  align-self: center;
}

.benefits-title p {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
}

.benefits-title-white {
  font-size: 24px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
}

.benefits-list .benefits-container .benefits p {
  color: #fff;
  width: 100%;
}

.slick-dots {
  list-style-type: none;
  display: flex;
  text-align: center;
  justify-content: center;
}
.slick-dots li.slick-active button {
  width: 30px;
  border-radius: 10px;
  transition: 0.3s ease all;
}
.slick-dots li button {
  border: none;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 0;
  margin: 0 5px;
  /* background-color: #06c3dd; */
  transition: 0.3s ease all;
}
.homepage-slider-content {
  position: relative;
}
.homepage-slider-content h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.homepage-slider-container {
  position: relative;
}
.container.flex-container.two_contents_container > div:nth-child(1) {
    height: 350px;
}
.container.flex-container.two_contents_container > div:nth-child(2) {
    height: 650px;
}
.homepage-about {
  background: url(/wp-content/uploads/2022/06/Terrazo-background-01-1.png);
  background-repeat: no-repeat;
  height: 50px;
  background-position: top;
  background-size: cover;
  margin: 20px 0;
  display: none;
}
.homepage-about-title {
  color: #E9AA77;
  text-align: center;
  margin: 50px 20px;
  line-height: 4rem;
}
.homepage-slider-wrapper-desktop3.slick-initialized.slick-slider .slick-track {
    height: unset !important;
}
.homepage-slider-wrapper-desktop2.slick-initialized.slick-slider.slick-dotted .slick-track {
    height: unset !important;
}

.container.brick-house-group {
  width: calc(100% - 30px);
  margin: 15px auto;
}

.joy_group {
  background: #233563;
  text-align: left;
  padding: 50px;
  color: white;
}
.joy_group p {
  color: white;
}

.joy_group h4 {
    margin: 20px auto;
}

.flex-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}

.flex-content {
  text-align: center;
  color: white;
  /*background: #BDA48F;*/
  align-self: stretch;
  position: relative;
  margin: 20px auto;
  width: calc(100% - 30px);
  height: auto;
}
.flex-content {
    /*height: 400px;*/
}
.flex-content img {
    /*height: 400px;*/
    object-fit: cover;
}
.container.flex-container > div:nth-child(2) {
    /*height: 35vh;*/
    text-align: center;
}
.flex-wrapper {
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
  /*width: 80%;*/
}
.flex-wrapper p {
  /*color: white;*/
}

.homepage-slider-wrapper-desktop3 .slick-slide img {
  height: 150px;
  width: auto;
  margin: 0 auto;
  filter: grayscale(1);
  transition: all 0.4s;
  cursor: pointer;
}
.homepage-slider-wrapper-desktop3 .slick-slide img:hover {
    filter: grayscale(0);
}
.homepage-slider-wrapper-desktop4 .slick-slide img {
  height: 80px;
  width: auto;
  margin: 0 auto;
}
.affiliates_container.homepage-slider-wrapper-desktop4.slick-initialized.slick-slider {
  margin: 50px auto;
}
button.slick-prev.slick-arrow {
  background: url(/wp-content/uploads/2022/06/Arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  width: 20px;
  position: absolute;
  left: 20px;
  top: 50%;
  border: none;
  transform: rotate(180deg) translate(0, 50%);
  z-index: 1;
}
button.slick-next.slick-arrow {
  background: url(/wp-content/uploads/2022/06/Arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  width: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  border: none;
  z-index: 1;
  transform: translate(0, -50%);
}


.homepage-slider-wrapper-desktop4 .slick-slide img {
  filter: grayscale(1);
  transition: all 0.4s;
  cursor: pointer;
}
.homepage-slider-wrapper-desktop4 .slick-slide img:hover {
  filter: grayscale(0);
}

.brands-container {
  display: flex;
  flex-wrap: wrap;
  /*background: url(/wp-content/uploads/2022/06/Terrazo-background-01-19.png);*/
  justify-content: center;
}
.brands-container .brands_wrapper {
  width: 100%;
  text-align: center;
}
.brands-container > .brands_wrapper > img {
  filter: grayscale(0) brightness(0%) contrast(100%);
  transition: all 0.4s;
  cursor: pointer;
  width: 50%;
      margin: 20px auto;
}
.brands-container > .brands_wrapper:nth-child(2) > img {
    filter: grayscale(1) brightness(100%) contrast(100%);
}
.brands-container > .brands_wrapper:hover > img {
  filter: grayscale(0) brightness(100%) contrast(100%);
}
.container.brands-container .brands_wrapper > p {
  padding: 20px;
  text-align: center;
}
.homepage-slider_container {
  position: relative;
}
.homepage-slider_container2 {
  position: relative;
}
.page-slider-navigation {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0px);
}
.page-slider-navigation2 {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 0px);
}
/** Process */
.process {
  display: block;
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

.process-title p {
  font-weight: 800;
  font-size: 24px;
  margin-top: 50px;
}

.process-container {
  text-align: center;
  vertical-align: middle;
  align-items: center;
  position: relative;
}

.process-container .image-container {
  position: relative;
  display: flex;
  min-height: 520px;
}

.process-container .image-container .img {
  /* width: 290px;
  height: 290px; */
  width: 100%;
  max-width: 360px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin: auto auto 0;
}

.process-container .image-container .img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.process-container .content-text {
  width: 100%;
  min-width: 170px;
  min-height: 170px;
  padding: 15px;
  max-width: 200px;
  max-height: 200px;
  display: flex;
  background-color: #1a3260;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  left: 100px;
  top: 20px;
  transform: translate(-50%, 0);
}

.process-container .content-text:after {
  content: '';
  padding-bottom: 100%;
}

.process-container .number-counter {
  width: 60px;
  height: 60px;
  display: flex;
  background-color: #6638b6;
  border-radius: 50% 50% 0 50%;
  margin: auto;
  position: absolute;
  left: 30px;
  top: 0px;
  transform: translate(-50%, 0px);
  z-index: 1;
} 

.process-container .content-text .text,
.process-container .number-counter span {
  align-self: center;
  vertical-align: middle;
  max-width: 80%;
  margin: auto;
  color: #fff;
  font-size: 14px;
  line-height: normal;
}

.process-list {
  padding: 0 0 40px;
}

.process-container .number-counter span {
  position: relative;
}

.process-container .number-counter span::after {
  /* content: "";
  width: 35px;
  height: 34px;
  background-color: #6638b6;
  transform: rotate(104deg) translate(0%, -0%);
  position: absolute;
  bottom: -20px;
  right: -23px;
  z-index: -1; */
}

.process-dots .slick-dots {
  padding-left: 0;
}

.container-arrow .process-prev,
.container-arrow .process-next,
.container-arrow .psio-prev,
.container-arrow .psio-next,
.container-arrow .psio-mobile-prev,
.container-arrow .psio-mobile-next {
  border: none;
  background-color: unset;
  margin-left: 20px;
  font-size: 24px;
}

.container-arrow .process-prev:hover,
.container-arrow .process-next:hover,
.container-arrow .psio-prev:hover,
.container-arrow .psio-next:hover,
.container-arrow .psio-mobile-prev:hover,
.container-arrow .psio-mobile-next:hover {
  color: #C27958;
}

.container-arrow {
  display: none;
}

.fserv-form-description {
  margin-bottom: 10px !important;
}

.fserv-container form {
  padding-top: 1px !important;
}

.form-container {
  display: flex;
  flex-wrap: wrap;
}

.form-container .block-one,
.form-container .block-two {
  width: 100%;
  margin: auto;
}

.form-container .block-one * {
  color: #fff;
}

.title {
  margin-bottom: 50px;
}

.form-container .gform_wrapper ul li.gfield {
  margin: 0 0 20px;
}

.form-container .gform_wrapper {
  margin: 0;
}

.form-container .gform_wrapper .top_label .gfield_label {
  color: #fff;
}

.form-container .gform_wrapper input,
.form-container .gform_wrapper select,
.form-container
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 10px !important;
}

.form-container .gform_wrapper ::placeholder,
.form-container .gform_wrapper ul.gfield_radio li label {
  color: #fff;
}

.form-container .gform_wrapper .top_label li ul.gfield_radio {
  display: flex;
}

.form-container .gform_wrapper .top_label li ul.gfield_radio li {
  margin-right: 20px;
  width: 30%;
  display: flex;
}

.form-container .gform_wrapper ul.gform_fields li.gfield input[type="radio"] {
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
}

.form-container .gform_footer input[type="submit"] {
  background-color: #06c3dd;
  border-radius: 30px;
}

/* Store Page */
.store-search-wrapper {
  width: calc(100% - 30px);
  max-width: 1440px;
  margin: 10px auto 30px;
}

.store-page-container {
  background-image: linear-gradient(#fff 75px, #f2f2f2 75px);
}

.store-slider-container .store-navigation {
  width: calc(100% - 15px);
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
}

.store-merchant-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a3260;
  padding: 18px 0;
}

.store-merchant-plus-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a3260;
  padding: 18px 0;
}

.store-merchant-title-container {
  width: calc(100% - 30px);
  max-width: 1440px;
  margin: auto;
  padding: 20px 0 0 0;
}

.store-slider-container {
  width: calc(100% - 15px);
  max-width: 1024px;
  margin-left: 15px;
  padding: 20px 0 0 0;
}

.store-slider-img {
  width: 100%;
}

.store-slider-img img {
  display: block;
  object-fit: cover;
  width: 100%;
  max-height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}

.store-merchant-title-container {
  font-size: 0;
}

.store-merchant-title-wrapper {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}

.store-merchant-see-more-container {
  width: 50%;
  display: inline-block;
  text-align: right;
  vertical-align: bottom;
  padding: 18px 0;
  margin-bottom: 0.5rem;
}

.store-merchant-see-more {
  font-size: 14px;
  color: #1a3260;
}

.store-merchant-see-more:hover {
  text-decoration: none;
  color: #1a3260;
}

.container-arrow .store-prev,
.container-arrow .store-next {
  border: none;
  background-color: unset;
  margin-left: 20px;
  font-size: 24px;
}

.container-arrow .store-prev:hover,
.container-arrow .store-next:hover {
  color: #C27958;
}

.store-category-container {
  width: calc(100% - 15px);
  margin-left: 15px;
}

.store-cat-prev,
.store-cat-next {
  display: none;
}

.store-cat-prev:hover,
.store-cat-next:hover {
  color: #C27958;
}

.store-dots .slick-dots {
  padding-left: 0;
  justify-content: left;
}

.store-slider .slick-track .slick-slide {
  margin-right: 15px;
}

.store-slider .slick-list {
  padding: 0 15% 0 0 !important;
}

.store-navigation .container-arrow {
  display: block;
}

.store-navigation {
  margin-top: 10px;
}

.store-category-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a3260;
  margin-bottom: 18px;
}

.store-category .slick-list {
  padding: 0 30% 0 0 !important;
}

.store-category {
  width: 100%;
}

.store-recent-merchant-bg,
.store-recent-merchantplus-bg {
  background: #f2f2f2;
}

.single-store-category-wrapper {
  margin: 0 12px 0 0;
  text-align: center;
}

.single-store-category {
  height: 130px;
  /* width: 230px; */
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  text-align: center;
  border-radius: 15px;
}

.store-recent-merchant-wrapper {
  max-width: 1440px;
  margin: 0 0 0 15px;
  width: calc(100% - 15px);
  width: 100%;
  padding: 0;
  padding-bottom: 60px;
  overflow-x: scroll;
  white-space: nowrap;
}

.store-recent-merchant-wrapper a {
  display: inline-block;
  max-width: 390px;
  width: 80%;
  margin-right: 15px;
  margin-bottom: 20px;
  vertical-align: top;
}

.store-recent-merchant {
  position: relative;
}

.store-recent-merchant-container {
  width: 100%;
  min-height: 300px;
  background-size: cover;
  border-radius: 15px 15px 0 0;
}

.store-recent-merchantplus-bg .merchant .merchant-container, .store-recent-merchant-bg .merchant .merchant-container {
  border: none;
}

.merchant .merchant-container .description .store {
  margin-top: -50px;
}

.single-store-category a {
  color: #fff;
}

.store-recent-status {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.store-detail .level {
  background-color: #e62f20;
  margin-bottom: 5px;
  min-width: 80px;
  font-size: 10px;
  max-width: 80px;
  padding: 4px 0;
}

.store-detail .current-status {
  margin-bottom: 5px;
  min-width: 80px;
  font-size: 10px;
  max-width: 80px;
  padding: 4px 0;
}

.store-detail .store-type {
  background-color: #1a3260;
  margin-bottom: 5px;
  min-width: 80px;
  font-size: 10px;
  max-width: 80px;
  padding: 4px 0;
}

.store-recent-detail {
  height: 75px;
  background: #fff;
  width: 100%;
  border-radius: 0 0 15px 15px;
}

.store-logo-detail {
  position: relative;
  height: 100%;
  padding: 10px 100px 10px 95px;
}

.store-logo-detail .logo {
  width: 75px;
  padding: 15px;
  height: 75px;
  border-radius: 50% 50% 0 50%;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.store-logo-detail .name {
  font-size: 14px;
  font-weight: 700;
  color: #1a3262;
  text-transform: uppercase;
}

.store-logo-detail .company-name {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  white-space: normal;
  height: 40px;
  overflow: hidden;
}

.store-logo-detail .categories {
  font-size: 8px;
  font-weight: 400;
  color: #777777;
  display: inline-block;
  position: absolute;
  bottom: 10px;
}

/** Merchant Post Page */
.merchant {
  position: relative;
}

.merchant-content {
  display: block;
  padding-top: 80px;
  border-bottom: 2px solid #F2F2F2;
}

.merchant .container {
  background-color: #fff;
  position: absolute;
  bottom: 25px;
  padding-bottom: 0;
  left: 50%;
  border-radius: 6px;
  transform: translate(-50%, 0);
  -webkit-box-shadow: 2px 7px 12px -1px #f2f2f2;
  box-shadow: 2px 7px 12px -1px #f2f2f2;
}

.merchant .post-banner {
  background-size: cover;
  min-height: 300px;
  background-repeat: no-repeat;
}

.fixed-banner {
  padding-bottom: 0;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}

.fixed-banner img {
  /* position: absolute; */
  width: 100%;
  height: 175px;
  object-fit: cover;
  /* top: 50%;
  left: 50%; */
  /* -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear; */
  /* -o-transition: all 0.3s linear;
  transition: all 0.3s; */
}

.banner-frame-img {
  z-index: 99;
}

.banner-frame {
    text-align: center;
}
.banner-frame-img {
    max-width: 1920px;
}
.banner-img {
  max-width: 350px;
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0%);
  top: 0;
  z-index: -9;
}

.merchant-detail .logo img {
  max-width: 200px;
  margin: auto;
}

.merchant-detail {
  margin: auto;
  justify-content: start;
  display: flex;
  width: calc(100% - 20px);
  padding: 20px 0 0;
}

.merchant-detail .left-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.merchant-detail .left-detail .store {
  width: 80px;
  height: 80px;
  margin: 0 0 20px;
  border-radius: 50px 50px 0 50px;
  background-color: rgb(203, 203, 203);
}

.merchant-detail .left-detail .name .company-name {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  color: #1a3262;
  text-transform: uppercase;
}

.merchant-detail .right-detail {
  display: flex;
  align-items: center;
  margin-left: 10px;
  margin-bottom: 20px;
}

.merchant-detail .right-detail .status .button {
  margin-bottom: 10px;
  min-width: 100px;
}

.merchant-detail .right-detail .status .button.level {
  background-color: #e62f20;
}

.merchant-detail .right-detail .status .button.store-type {
  background-color: #1a3260;
}

.merchants-post-category-wrapper {
  overflow: hidden;
  width: 100%;
  /* height: 30px; */
  display: flex;
  align-items: baseline;
  flex-direction: column;
}

.merchant-detail .name.mobile .categories.sub-cat a {
  font-size: 12px;
}

.name.mobile {
  font-size: 18px;
  color: #1A3260;
  font-weight: 700;
  text-transform: uppercase;
}

.merchant-detail .name.mobile .categories a {
  font-size: 14px;
}

.website-link {
  width: calc(100% - 30px);
  margin: 20px auto;
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  padding: 20px 0;
}

.status.mobile {
  position: absolute;
  top: 30px;
  left: 50px;
  z-index: 999;
}

.mobile-status-back {
  color: #fff;
  margin-bottom: 30px;
  display: block;
  font-size: 24px;
}

.status.mobile .button{
  margin-bottom: 5px;
  min-width: 115px;
  font-size: 12px;
}

.merchant-content .right-column .column-content .button {
  margin: auto;
  max-width: 100%;
  margin-bottom: 10px;
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 10px;
  color: #000;
  display: flex;
  text-align: center;
}

.wysiwyg {
  margin: 0 0px 50px;
}

.gallery-container .img-gallery,
.flexbox-gallery-container .img-gallery {
  width: 300px;
  height: 300px;
  margin: 5px auto;
  border-radius: 20px;
  background-size: cover;
}

.merchants-location-btn {
  background: #01c2de;
  border-radius: 35px;
  padding: 8px 30px;
  min-width: 100px;
  color: #fff;
  margin: 25px auto;
  display: block;
  width: fit-content;
}

.location {
  margin-top: 50px;
}

.location h1 {
  font-weight: 800;
}

.location .state {
  color: #1a3260;
  font-weight: 800;
  font-size: 18px;
  margin: 10px 0;
  padding: 0;
  position: relative;
}

.location .state:after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0px, -50%);
  transition: all ease 0.3s;
  color: #01c2de;
}

.location .state.active::after {
  content: "\f107";
  transition: all ease 0.3s;
}

.shop-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shop-container .shop-box i {
  margin-right: 15px;
  color: #1a3260;
}

.shop-box {
  display: flex;
  width: calc(100% - 30px);
  margin: auto auto 10px;
  background-color: #e7f6fe;
  border-radius: 20px;
  padding: 30px 15px;
  min-height: 250px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shop-box .shop-name {
  width: 100%;
  font-weight: 600;
  vertical-align: middle;
  align-self: center;
}

.shop-box .shop-left {
  width: calc(60% - 15px);
}

.shop-box .shop-right {
  min-width: 135px;
  width: calc(40% - 15px);
}

.direction {
  background-color: #6638b6;
  border-radius: 25px;
  padding: 10px 8px;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.direction:hover {
  color: #ffff;
}

.shop-container .shop-box .direction i {
  font-size: 20px;
  margin: 0;
  color: #fff;
}

.address {
  font-size: 14px;
  color: #8a8d8e;
  margin-bottom: 30px;
}

.phone a {
  color: #03c3de;
  text-decoration: underline;
  line-height: 10px;
}

.button .icon {
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 10px;
  align-self: center;
}

.merchant-detail .categories {
  /* margin-top: 10px; */
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  order: 1;
}

.merchant-detail .categories.sub-cat {
  order: 2;
}

.merchant-detail .categories a {
  color: #8a8d8e;
  font-size: 20px;
}

.merchant-detail .sub-cat a {
  font-size: 16px;
}

.merchant-content .column-content .title {
  font-weight: 800;
  font-size: 20px;
  color: #1A3260;
  margin-bottom: 30px;
}

.merchant-content .column-content p {
  font-size: 18px;
}

/** Two Section */
.container.two-section {
  display: block;
  padding: 50px 0;
}

.section-left-title p {
  font-weight: 800;
  font-size: 24px;
}

.section-left-title {
  margin-top: 45px;
}

.container.two-section .section-right .list .item {
  display: flex;
  vertical-align: middle;
  align-items: flex-start;
  margin-bottom: 30px;
  font-weight: 800;
  font-size: 18px;
  color: #1a3260;
}

.container.two-section .section-right .content,
.container.two-section .section-left .content {
  width: calc(100% - 30px);
  margin: 20px auto;
}

.container.two-section .section-right .list .item .icon {
  width: 60px;
  min-width: 60px;
  max-width: 60px;
  margin-right: 15px;
}

/** coupon banner  */

.container.coupon-banner .content .coupon-banner {
  height: 350px;
  width: calc(100%);
  vertical-align: middle;
  align-items: center;
  display: flex;
  border-radius: 10px;
  margin: 10px auto;
  background-size: cover;
  background-position: 100% 90%;
}

.container.coupon-banner .content .coupon-banner .banner-content {
  max-width: 80%;
  margin: auto;
}

.banner-content-title, .banner-content-code, .banner-content-desc {
  margin-bottom: 20px;
}

.banner-content-title p {
  line-height: 30px;
  font-size: 30px;
  font-weight: 800;
}

.banner-content-code p {
  font-size: 22px;
  font-weight: 800;
}

.overlay-top {
  position: relative;
}

.overlay-top::before {
  content: "";
  width: 100%;
  height: 30%;
  background-color: #1a3260;
  position: absolute;
  z-index: -1;
}

/** Featured Merchant */
.featured-merchant-list .merchant img {
  width: calc(100% - 30px);
  margin: auto;
}

.featured-merchant-list .slick-track {
  margin: 50px 0 0;
  margin-left: 0;
}

.title-second {
  color: #1a3260;
  font-weight: 700;
}

/** Discover Merchant */
.merchant .merchant-container {
  border-radius: 10px;
  border: solid 1px #f5f5f5;
  width: 100%;
}

.merchant .merchant-container .merchants-post {
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0 0;
  background-position: center;
}

.merchant .merchant-container .description {
  display: flex;
  flex-wrap: wrap;
  min-height: 90px;
  vertical-align: middle;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #fff;
  border-radius: 0px 0 10px 10px;
  padding: 10px;
}

.merchant .merchant-container .description .logo {
  width: 80px;
}

.discover-merchant-list > .slick-list .merchant {
  margin-right: 25px;
}

.merchant .merchant-container .description img {
  max-width: 100px;
  width: calc(100% - 10px);
  margin: auto;
  height: auto;
}

.merchants-post .button-list {
  padding: 10px;
}

.merchants-post .button-list .button {
  margin-bottom: 8px;
  width: 120px;
  font-size: 12px;
}

.content.discover-merchants .title-container {
  display: flex;
  justify-content: space-between;
  /* margin-right: 15px; */
  margin-bottom: 30px;
}

.merchant-list-padding {
  margin-right:25px;
}


a.show-all i {
  color: #06c3dd;
  font-size: 30px;
}

.merchant .merchant-container .description .name {
  width: calc(100% - 100px);
  margin: 0 10px;
  white-space: normal;
}

.merchant .merchant-container .description .name h2 {
  color: #1a3260;
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 44px;
  margin-bottom: 3px; */
}

.merchant .merchant-container .description .button {
  font-size: 10px;
  width: 80px;
  margin: 5px 0;
}

.discover-merchant-btn {
  background: #06c3dd;
  color: #ffffff;
  border-radius: 25px;
  padding: 12px 50px;
  display: block;
  width: fit-content;
  margin: 40px auto 0;
}

/** Merchant Archive */
.merchants-result .merchant-list {
  margin-top: 30px;
}

.merchants-result .merchant-list a {
  display: block;
  margin-bottom: 40px;
}

.merchant-search-form .main-search input {
  width: 100%;
  border-radius: 5px;
  padding: 10px 10px 10px 40px;
  margin: 22px auto 18px;
  background-color: #f5f5f5;
  border: none;
  position: relative;
  display: block;
  text-align: left;
  color: #777777;
}
.merchant-search-form .main-search {
  position: relative;
}
.merchant-search-form .main-search:before {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  z-index: 1;
  color: #06c3dd;
  font-weight: 400;
}

.merchant-search-form .filter {
  display: block;
  width: 100%;
  margin: auto;
  align-items: center;
}

.merchant-search-form .filter .select-filter select {
  border: solid 1px #E0E0E0;
  border-radius: 5px;
  color: #1A3260;
  padding: 5px 10px;
  margin-right: 10px;
  font-size: 14px;
  width: calc(100% - 0px);
  margin: 5px auto;

}
.merchant-search-form .filter .store-type {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.merchant-search-form .filter .store-type label {
  background: #F2F2F2;
  padding: 5px 10px;
  color: #777777;
  border-radius: 30px;
  width: calc(100% - 30px);
  margin: 10px auto;
  text-align: center;
  font-size: 14px;
}

.merchant-search-form .filter .store-type .type-active {
  background: #06c3dd;
  color: #fff;
}

.merchant-search-form .filter .store-type input {
  visibility: hidden;
}

.merchant-search-form .filter .store-type .type-option {
  width: 50%;
}

/* .merchant-search-form .filter .store-type .type-option input:checked + label {
  background-color: #f5f5f5;
} */

.pagination {
  margin-top: 15px;
  justify-content: center;
}

.merchants-result .title-second {
  font-size: 14px;
}

.merchants-result .categories {
  color: #777777;
  font-size: 12px;
}
/* Community Page */
.community-top-search-wrapper {
  max-width: 1440px;
  margin: auto;
  width: calc(100% - 60px);
  padding: 20px 0 15px;
}

.community-search-container {
  width: 100%;
  margin: auto;
  padding: 15px 0;
}

#community-searchform {
  background: #f2f2f2;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
}

#community-searchform > input.search-text {
  border: none;
  display: inline-block;
  vertical-align: middle;
  background: none;
  color: #777777;
  height: 30px;
  font-size: 14px;
  letter-spacing: 0px !important;
  width: calc(100% - 65px);
}

.community-bg {
  background: #f2f2f2;
}

.community-newsroom-bg {
  background: #f2f2f2;
}

.community-title {
  font-weight: 700;
  padding: 25px 0 ;
  margin-bottom: 0px;
}

.community-middle-title {
  font-weight: 700;
  padding: 25px 0 0 0;
  margin-bottom: -15px;
}

.recent-blog-post-container {
  position: relative;
  border-radius: 15px;
  margin-bottom: 20px;
  background-position: center center;
}

.recent-blog-post-container {
  width: 100%;
}

.recent-blog-post-container:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.recent-blog-link .recent-blog-post-text-container {
  background: #fff;
  border-radius: 0 0 15px 15px;
}

.recent-blog-link:first-child .recent-blog-post-text-container {
  background: none;
}

.recent-blog-link:first-child .recent-blog-post-text-container p {
  color: #fff;
  text-shadow: 0px 0px 4px #666666;
}

.recent-blog-post-text-container {
  position: absolute;
  width: 100%;
  height: 115px;
  bottom: 0;
  left: 0;
  padding: 20px;
}

.recent-blog-cat {
  font-weight: 700;
  font-size: 8px;
  color: #c1c6c8;
  margin-bottom: 6px;
}

.recent-blog-post-date {
  font-weight: 700;
  font-size: 8px;
  color: #c1c6c8;
}

.recent-blog-post-title {
  font-size: 16px;
  font-weight: 700;
  white-space: normal;
  overflow: hidden;
  margin-bottom: 6px;
  color: #1a3260;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.kol-container {
  padding-bottom: 40px;
}

.kol-title {
  padding: 50px 0 0 0;
  font-size: 14px;
  font-weight: 800;
  color: #1a3260;
}

.kol-content {
  width: calc(100% - 100px);
  max-width: 1440px;
  margin: auto;
  padding-bottom: 30px;
}

.kol-content-title {
  font-size: 30px;
  font-weight: 800;
  color: #1a3260;
  margin-bottom: 20px;
}

.kol-content-p {
  color: #1a3260;
}

.kol-video {
  width: calc(100% - 60px);
  max-width: 1440px;
  margin: auto;
  padding-bottom: 30px;
}

.kol-video iframe {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.video-dots {
  padding-left: 0;
  justify-content: left;
}

.other-video-container {
  width: calc(100% - 30px);
  margin-left: 30px;
}

.other-video {
  padding-right: 10px;
  text-align: center;
  margin-bottom: 10px;
}

.other-video-slider iframe {
  width: 100%;
  height: 123px;
  border-radius: 15px;
}

.other-video-container .slick-list {
  padding: 0 20% 0 0;
}

.other-video-name {
  font-size: 14px;
  color: #C27958;
  font-weight: 700;
}

.other-video-position {
  font-size: 10px;
  color: #777777;
  font-weight: 400;
}

.recent-press-link {
  display: block;
  margin-bottom: 10px;
}

.recent-press-post-container {
  width: 135px;
  height: 135px;
  border-radius: 15px 0 0 15px;
  float: left;
}

.recent-press-post-text-container {
  float: right;
  width: calc(100% - 135px);
  height: 135px;
  padding: 10px 20px;
  border-radius: 0 15px 15px 0;
  background: #fff;
}

.recent-press-post-title {
  font-size: 16px;
  font-weight: 700;
  height: 75px;
  overflow: hidden;
  margin-bottom: 6px;
  color: #1a3260;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.community-newsroom-wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid #cfd5df;
}

.community-sorting-container {
  padding: 15px 0 15px 0px;
  min-width: calc(100% + 30px);
  white-space: nowrap;
  margin: auto;
  overflow: scroll;
}

.promotion-sorting {
  border-right: 1px solid#C1C6C8;
  margin-right: 15px;
  padding-right: 15px;
  width: calc(50% + 30px);
  display: inline-block;
}

#community-sort {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' width='14px' height='6.34px' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 6.3' style='enable-background:new 0 0 14 6.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23C27958;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='7,0 14,0 10.5,3.2 7,6.3 3.5,3.2 0,0 '/%3E%3C/svg%3E")
    no-repeat;
  padding: 10px;
  background-position: calc(100% - 10px) 50%;
  width: 100%;
  border: 1px solid #c1c6c8;
  border-radius: 10px;
  color: #1a3260;
  font-size: 14px;
}

/* Community Search */
.community-search-bg {
  background: #f2f2f2;
  padding: 60px 0 0px;
}

.search-post-container {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  height: 430px;
  position: relative;
  margin-right: 30px;
  margin-bottom: 30px;
}

.search-single-post-container {
  height: 400px;
  border-radius: 15px;
}

.search-post-text-container {
  position: absolute;
  top: 320px;
  left: 0;
  width: 100%;
  padding: 15px;
  background: #fff;
  border-radius: 0 0 15px 15px;
}

.recent-blog-post-sub-title {
  padding: 10px 0;
  display: block;
  width: 100%;
  padding-bottom: 4px;
  font-size: 14px;
  color: #1a3260;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #1a3260;
  line-height: normal;
}

.search-result-pagination-container {
  width: 100% !important;
  padding: 40px 0 80px !important;
  border-top: 1px solid #cfd5df;
}

/* Post */
.post-title-container {
  padding: 20px 0;
}

.post-img-container img {
  height: 175px;
  width: 100%;
  margin-top: 20px;
  object-fit: cover;
}

.post-category a {
  font-weight: 700;
  font-size: 12px;
  color: #c1c6c8;
}

.post-title {
  padding: 20px 0;
  font-family: "Open Sans", sans-serif;
  width: 70%;
  text-align: center;
  margin: 0 auto;
  text-shadow: none;
  font-weight: 400;
  font-size: 2rem;
}

.post-date {
  font-weight: 700;
  font-size: 12px;
  color: #c1c6c8;
  text-align: center;
}

.post-wyswyg-container p {
  font-size: 14pt;
}

.image-row-container {
  display: flex;
  flex-direction: column;
}

.list-container {
  padding-bottom: 40px;
}

.post-list-number {
  width: 20px;
  font-weight: 700;
  font-size: 20px;
  padding-left: 0 !important;
  display: inline-block;
  vertical-align: top;
}

.post-list {
  width: calc(100% - 25px);
  vertical-align: top;
  display: inline-block;
}

.post-list-title {
  font-weight: 700;
  font-size: 20px;
  color: #1a3260;
  margin-bottom: 15px;
}

.list-with-img {
  margin-bottom: 15px;
}

.list-with-img dl,
.list-with-img ol,
.list-with-img ul {
  padding-left: 15px;
}

.list-img {
  width: 100%;
  padding: 0 40px;
  margin-bottom: 15px;
}

.pre-next-post-container {
  padding: 30px 0;
  color: #1a3260;
}

.previous-post-container {
  width: 50%;
  float: left;
  text-align: left;
}

.next-post-container {
  width: 50%;
  float: right;
  text-align: right;
}

.prev-post {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 800;
}

.previous-post-container p {
  display: inline-block;
  color: #1a3260;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 800;
}

.prev-post:hover {
  color: #C27958;
}

.next-post {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 14px;
  font-weight: 800;
}

.next-post:hover {
  color: #C27958;
}

.next-post-container p {
  display: inline-block;
  color: #1a3260;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 800;
}

.related-post-title {
  font-size: 14px;
  font-weight: 800;
  color: #1a3260;
}

.related-post-wrapper {
  padding: 30px 0;
  color: #1a3260;
}

.related-post-container {
  white-space: nowrap;
  overflow-x: scroll;
  padding: 0 0 30px 0;
}

.related-post-link {
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
  position: relative;
}

.related-single-post-container {
  width: 280px;
  height: 206px;
  margin-bottom: 120px;
  border-radius: 15px 15px 0 0;
  border-bottom: 1px solid #fff;
}

.related-post-text-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 206px;
  width: 100%;
  padding: 15px;
  background: #fff;
}

.post-read-more {
  text-align: center;
  padding: 20px 0;
}

/* merchant search */
.select-filter {
  text-align: left;
}

/* Contact Page */
.contact-bg {
  height: 200px;
  width: 100%;
  position: relative;
}

.contact-header {
  position: absolute;
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  left: 30px;
}

.contact-title {
  color: #fff;
  font-weight: 800;
  font-size: 30px;
}

.contact-subtitle {
  color: #fff;
  font-weight: 800;
  font-size: 14px;
}

.contact-info-bg {
  background: #1a3260;
  color: #fff;
  padding: 50px 0;
}

.information-title {
  font-size: 30px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 50px;
}

.information-container {
  padding-bottom: 50px;
  border-bottom: 1px solid #e0e0e0;
}

.information-container p {
  color: #fff;
}

.contact-details-container {
  padding: 25px 0;
  border-bottom: 1px solid #e0e0e0;
}

.contact-details-container:last-child {
  border-bottom: none;
}

.contact-details-title {
  color: #C27958;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 18px;
}

.contact-details {
  color: #fff;
  font-size: 14px;
}

.contact-details p {
  color: #fff;
}

.contact-details-icon {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}

.contact-details {
  width: calc(100% - 46px);
  display: inline-block;
  vertical-align: top;
}

.contact-details > p {
  margin-bottom: 10px;
}

.contact-details a {
  color: #fff;
}

.contact-direction {
  width: 150px;
}

.contact-direction i {
  line-height: inherit;
}

.contact-form-container label {
  font-weight: 400 !important;
  font-size: 10px !important;
  color: #828282;
}

.contact-form-container .gfield_required {
  color: #828282 !important;
}

.contact-form-container .gform_body > ul > li {
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  padding: 13px 10px !important;
}

.contact-highlight {
  border: 1px solid #C27958 !important;
}

#input_4_1_3_container label {
  display: none;
}

.contact-form-container .gform_body > ul > li span {
  margin: 0 !important;
}

.contact-form-container .gform_body > ul > li input {
  border: none;
  padding: 0 !important;
}

.contact-form-container .gform_body > ul > li input::placeholder {
  color: #bdbdbd;
}

.contact-name > #input_4_1 {
  margin-top: 0 !important;
}

.contact-form-container .gform_body > ul > li div {
  margin-top: 0 !important;
}

.contact-form-container .gform_body > ul > li select {
  border: none;
  padding: 0 !important;
  color: #1a3260;
  font-weight: 700;
}

.contact-form-container .gform_body > ul > li textarea::placeholder {
  color: #bdbdbd;
  font-weight: 400 !important;
  font-size: 14px !important;
}
.contact-form-container .gform_body > ul > li textarea {
  border: none;
  padding: 0 !important;
  color: #bdbdbd;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.contact-tnc {
  border: none !important;
}

.contact-tnc div ul li {
  border: none !important;
}

.contact-form-container .gform_body > ul > .contact-tnc div ul li input {
  border: 1px solid #c1c6c8 !important;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin-top: 0 !important;
  width: 13px !important;
  height: 13px !important;
  margin-right: 5px;
}

.contact-form-container .gform_body > ul > .contact-tnc div ul li label {
  color: #191919 !important;
  font-size: 12px !important;
}

.contact-tnc input:checked {
  background: radial-gradient(circle at center, #C27958 3px, #fff 5px) !important;
}

.contact-form-container .gform_footer input {
  border: none;
}

.contact-bottom-img {
  height: 215px;
  border-radius: 15px;
  padding: 30px;
  position: relative;
  margin-bottom: 20px;
}

.contact-link-title {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 93px;
  overflow: hidden;
}

.contact-read-more {
  color: #fff;
}

.contact-read-more {
  position: absolute;
  left: 30px;
  bottom: 45px;
}

/** Custom Flexbox */
.flexbox-gallery {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}

.flexbox-gallery-container {
  width: 50%;
  margin: auto;
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.flexbox-gallery-container .img-gallery {
  height: 100%;
  margin: auto;
  border: none;
  border-radius: 0;
}

.content.discover-merchants {
  padding: 30px 0;
}

.discover-merchants-container {
  width: calc(100% - 15px);
  margin: 0 0 0 15px;
}

.discover-merchants-container .store-recent-merchant-wrapper {
  margin: 0;
}

.scroll-to-top {
  display: none;
  transition: all ease 0.3s;
}
.scroll-to-top {
  padding: 15px 25px;
  background-color: #233563;
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 1000000;
  color: #fff !important;
  font-size: 24px;
}


a.page-numbers.last-page{
  position: relative;
}

a.page-numbers.last-page:before{
  content: '/';
  margin-right: 10px;
}

input.pagination-number {
  border: solid 1px #E0E0E0;
  border-radius: 5px;
  color: #1A3260;
  padding-left: 8px;
}

input[type="number"] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
}

@media screen and (max-width: 421px){
  .benefits-list .benefits-container .icon {
    left: 0;
    width: 80px;
    height: 80px;
  }

  .benefits-container .icon img {
    width: 50px;
  }

  .process-container .image-container {
    min-height: 460px;
  }

  .merchant .merchant-container .merchants-post {
    min-height: 175px;
  }
}

@media screen and (max-width: 768px){ 
  .recent-promo {
    height: 35vw;
  }
}

.see-more{
  text-align: center;
  margin-top: 10px;
}

.see-more .see-more-btn{
  margin: 10px auto;
}

.homepage-slider_container h2 {
  font-family: times-new-romans;
}

/*OUTLETS PAGE*/
.slick-slide {
    object-fit: contain;
}
.container.outlets_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0 auto 20px;
}
.outlets_flex_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 100px;
}
.outlets_image_wrapper {
    order: 2;
    width: 100%;
}
.outlets_image_wrapper img {
    object-fit: cover;
    height: 100%;
}
.outlets_content_wrapper {
  width: 100%;
  text-align: center;
  padding: 20px 50px;
}
.outlets_text_wrapper img {
    width: 50%;
    margin: 0 auto 50px;
}
.outlets_content_wrapper h3 {
    color: black;
}
.outlets_content_wrapper p {
    font-weight: 700;
    text-transform: uppercase;
}
.outlets_content_wrapper a {
  background: #C27958;
  color: white;
  padding: 10px 30px;
  display: inline-block;
  margin: 50px auto;
  font-weight: 700;
}
.outlets_icon_wrapper {
  display: flex;
  align-items: center;
  margin: 50px auto 20px;
}
.outlets_icon_wrapper > div {
  width: 100%;
}
.outlets_icon_wrapper img {
  height: 80px;
  object-fit: none;
}
.outlets_info_wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.outlets_info_wrapper > div {
  background: #C27958;
  width: 20%;
  align-self: stretch;
  margin: 0 5px;
  position: relative;
}

/*VENUES INDIVIDUAL*/
.outlets_enquiry.venues_indi_enquiry {
    background: black;
}
.venues_url.outlets_url {
    padding: 5px 20px;
}
.venues_url.outlets_url:hover {
       background: #C27958;
    color: white;
    padding: 5px 20px;
    
}
.venues_indi_logo.outlets_indi_logo img {
    margin: 0;
}
/*OUTLETS INDIVIDUAL*/
.outlets_selection_wrapper > a:nth-last-child(1)::after {
    display: none;
}
.outlets_selection_wrapper {
    margin: 0 50px 20px;
}
.outlets_selection_wrapper a {
    color: #B7B090;
       padding: 5px 20px;
}
.outlets_selection_wrapper a:hover {
    background: #C27958;
    color: white;
    padding: 5px 20px;
}


.outlets_selection_wrapper > a::after {
    content: "";
    width: 1px;
    height: 20px;
    background: black;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    display: none;
}
select#outlets_select {
    margin: 0 auto 20px;
    width: calc(100% - 48px);
}
.outlets_indi_logo {
    text-align: center;
}
.outlets_indi_logo img {
    width: 50%;
    margin: 0 auto 50px;
}
.outlets_slider {
    margin: 0 auto 50px;
}
.outlets_slider_list .slick-list {
    
}
.outlets_slider .slick-list {
    overflow: visible;
}
.outlets_slider p {
    text-align: center;
    font-weight: 700;
}
.outlets_indi_content {
    text-align: center;
    position: relative;
}
.outlets_indi_content_repeater > div {
    margin: 0 auto 50px;
}
.outlets_indi_content_repeater p {
    margin: 20px auto;
}
.outlets_indi_content_repeater h4 {
    font-size: 1.2rem;
    display: inline-block;
    position: relative;
}
.outlets_indi_content_repeater h4::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #c9c9c9;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.outlets_indi_content {
    width: calc(100% - 20px);
    margin: 0 auto;
}
.outlets_indi_desc > p {
    margin: 20px auto;
}
a.outlets_menu {
    margin: 35px auto;
    display: block;
    text-transform: uppercase;
    /*color: black;*/
    font-weight: 700;
    font-size: 1.2rem;
}
.outlets_enquiry {
     background: #C27958;
    color: white;
    display: inline-block;
    margin: 0 auto 50px;
    padding: 10px 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.outlets_enquiry:hover {
    color: white;
}
.outlets_indi_container {
    text-align: center;
}

/* VENUES PAGE */
.venues_title_wrapper {
  margin: 50px auto;
  position: relative;
}
.venues_title_wrapper h2 {
  text-align: center;
  font-weight: 400;
}
.venues_title_wrapper h2::before {
  content: "";
  display: block;
  background: url(/wp-content/uploads/2022/06/Terrazo-background-01-6.png);
  width: 35%;
  height: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
  display: none;
}
.venues_title_wrapper h2::after {
  content: "";
  display: block;
  background: url(/wp-content/uploads/2022/06/Terrazo-background-01-6.png);
  width: 35%;
  height: 100px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
  display: none;
}
.container.venue_flex_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0 auto 20px;
}
.venue_list_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.venue_text_wrapper h3 {
  margin: 20px auto;
  color: #C27958;
}
.venue_image_wrapper {
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
    height: 250px;
}
.venue_image_wrapper img {
    object-fit: cover;
    height: 100%;
}
.venue_content_wrapper {
  width: 100%;
  text-align: center;
  padding: 20px;
}
.venue_content_wrapper h3 {
    color: black;
}
.venue_content_wrapper p {
    font-weight: 700;
    text-transform: uppercase;
}
.venue_content_wrapper p {
    font-size: 12px;
}
.venue_content_wrapper a {
  background: black;
  color: white;
  padding: 10px 30px;
  display: inline-block;
  margin: 50px auto;
}
.venues_icon_wrapper {
  display: flex;
  align-items: center;
  margin: 50px auto 20px;
}
.venues_icon_wrapper > div {
  width: 100%;
}
.venues_icon_wrapper img {
  height: 80px;
  object-fit: none;
}
.venues_info_wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.venues_info_wrapper > div {
  background: #C27958;
  width: 20%;
  align-self: stretch;
  margin: 0 5px;
  position: relative;
}
.venues_info_wrapper > div > p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}


/* CAREERS PAGE */
.career_template img {
    object-fit: cover;
    height: 100%;
}
.career_template {
    height: 55vh;
}
.career_outlets_list.container {
    display: flex;
    flex-wrap: wrap;
}
.career_outlets_list.container > div {
    width: calc(50% - 20px);
    margin: 10px;
}
.single-career .pre-next-post-container {
    display: none;
}
.career_title_wrapper {
    border: 1px solid #afafaf;
    padding: 50px 10px 15px;
    margin-top: -45px;
    border-radius: 0px 0px 30px 31px;
    /*height: 110px;*/
}
.career_outlets_list h3 {
    font-size: 1rem;
    padding: 5px 10px 0;
    margin: 0;
}
.career_outlets_list p {
    font-size: 0.8rem;
    padding: 0px 10px 0;
    margin: 0;
}
.career_outlets_list h3 a {
    color: black;
}


/*FOOD*/
.venues_title_wrapper h3 {
    font-size: 1.2rem;
    text-align: center;
}

.events_selection_wrapper.events_back > a::before {
    content: "<";
    margin: 0 20px 0 0;
}
.events_selection_wrapper.events_back > a::after {
    display: none;
}
.events_selection_wrapper.events_back.container {
    margin: 0 auto 10px;
}

.events_url.outlet_selected {
    /*color: black;*/
    background: #C27958;
    color: white;
    padding: 5px;
}

.job_selection.events_selection_wrapper {
    text-align: center;
    margin: 0 auto 30px;
}
.job_selection.events_selection_wrapper > a {
    padding: 5px 20px;
}
.job_selection.events_selection_wrapper > a:hover {
    background: #C27958;
    color: white;
    padding: 5px 20px;
}
h3.about_the_job {
     position: relative;
    text-align: center;
    margin: 0 auto 50px;
    width: auto;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, 0px);
}
h3.about_the_job::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #c9c9c9;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.join_intro_wrapper {
    text-align: center;
    margin: 50px auto;
}
.join_intro_wrapper p {
    width: calc(100% - 20px);
    margin: 0 auto;
}
.career_info_container.container > div > div {
    margin: 20px auto;
    width: 100%;
}
.job_info_icon_wrapper {
    background-color: #B7B090;
       display: flex;
    flex-wrap: wrap;
}
.job_info_icon_wrapper img {
       width: 20px;
    margin: 0 20px;
    object-fit: contain;
}
.job_info_icon_wrapper > div {
    display: flex;
    margin: 20px auto;
    width: 100%;
}
.job_info_icon_wrapper p {
    color: white;
}
.job_apply {
    text-align: center;
}
.job_apply a {
    background: #E1AE99;
    color: white;
    font-weight: 700;
    padding: 10px 30px;
    display: inline-block;
    margin: 0 auto;
}

.single-career .container.related-post-wrapper {
    display: none;
}
.single-career .post-title-container {
    display: none;
}
.subtitle_wrapper {
  text-align: center;
  margin: 20px auto;
}
.subtitle_wrapper h4 {
  margin: 20px auto;
}
.subtitle_wrapper p {
  font-weight: 700;
  font-size: 1.2rem;
}
.careers_img {

}

.careers_container {
  /* background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: 25% !important; */
}

.careers_content_container {
  position: relative;
  padding: 100px 0 200px;
}

.careers_content_wrapper .bolder_career {
  font-weight: 700;
  font-size: 1.25rem;
}
.careers_content_wrapper p {
  margin: 20px auto;  
  font-size: 1.2rem;
}
.careers_content_container a {
  margin: 50px auto;
  background: #B7B090;
  text-transform: uppercase;
  color: white;
  padding: 15px 30px;
  font-size: 1.25rem;
  font-weight: 700;
  position: absolute;
  bottom: 50px;
}

/* HEADER MOBILE */

.mobile.full-page-navigation.menu_white .primary-mobile-menu-container {
  margin: 120px auto;

}



/* BLOG SINGLE */
.container.single_post_container {
  padding: 0;
}
.container.post-list-container {
  text-align: center;
}

.excerpt_text {
  margin: 20px auto;
}

.post-list-container .flex-container {
  padding: 10px;
}

.brick-house-group.plain_content {
  background: white;
}
.brick-house-group.plain_content p {
  color: black;
}

.brick-house-group.blog_colour2 {
  background: #B7B090;
}

.brick-house-group.blog_colour3 {
  background: #C27958;
}

.brick-house-group.blog_colour4 {
  background: #BDA48F;
}

/* BLOG ARCHIVE */
.blog_list_title {
  color: #C27958;
  font-size: 4rem;
  /*font-family: Forestea;*/
  text-align: center;
  font-weight: 400;
  margin: 100px auto;
}
.blog_list_content_wrapper h2 {
  padding: 20px 0;
  font-family: "Open Sans", sans-serif;
  width: 75%;
  text-align: left;
  margin: 0;
  text-shadow: none;
  font-weight: 400;
  font-size: 2rem;
  color: black;
}
.container.blog_list_flex_container2 .blog_list_content_wrapper h2 {
  padding: 20px 0;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  text-align: left;
  margin: 0;
  text-shadow: none;
  font-weight: 400;
  font-size: 2rem;
  color: black;
}

.container.blog_list_flex_container {
  display: flex;
  position: relative;
  box-shadow: 0px 3px 0px 1px #888888;
  border-radius: 50px;
  margin: 0 auto 50px;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.blog_list_content_wrapper {
  padding: 20px;
  position: relative;
}
.blog_list_image_wrapper {
  padding: 0 20px 0 0;
  position: relative;
  width: 50%;
  width: 100%;
  padding: 0;
}
.blog_list_image_wrapper img {
  border-radius: 50px;
    height: 400px;
    object-fit: cover;
}

.blog_list_content_wrapper a {
  background: #B7B090;
  color: white;
  padding: 15px 30px;
  border-radius: 30px;
  display: inline-block;
  bottom: 0;
  position: unset;
  margin: 20px 0;
}
.container.blog_list_flex_container2 .blog_list_content_wrapper a {
  background: #B7B090;
  color: white;
  padding: 15px 30px;
  border-radius: 30px;
  display: inline-block;
  margin: 20px 0;
  position: unset;
}
.container.blog_list_flex_container2 .blog_list_image_wrapper {
  padding: 0;
  position: relative;
  width: 50%;
}
.blog_list_flex_container2 {
  display: flex;
  flex-wrap: wrap;
}
.container.blog_list_flex_container2 .blog_list_image_wrapper {
  width: 100%;
}

.blog_list_flex_wrapper {
  box-shadow: 0px 3px 0px 1px #888888;
  border-radius: 50px;
  margin: 0 auto 50px;
  width: 100%;
}


/* GALLERY PAGE / EVENTS */
.event_info_wrapper {
    position: fixed;
    top: 0;
    height: 25vh !important;
    background: rgba(000,000,000,0.79);
    color: white;
    text-align: center;
    left: 0;
    right: 0;
    width: 100% !important;
    margin: 0 !important;
    opacity: 0;
    transition: all 0.4s;
    z-index: -1;
}
.event_info_wrapper.active {
    opacity: 1;
    z-index: 9999999;
}
.event_info_wrapper h3 {
    color: #C27958;
    font-size: 1.2rem;
}
.event_info_wrapper > div > div > div > p {
    font-size: 1rem;
}
.event_info_wrapper p {
    color: white;
    font-size: 1.5rem;
}
.event_info_wrapper > div {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.event_info_wrapper > div > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
}
.venues_title_wrapper2 h2 {
  color: #B7B090;
}

.events_selection_wrapper {
  padding: 0;
}

.events_selection_wrapper > div {
  margin: 20px auto;
}
.events_selection_wrapper > a:nth-last-child(2)::after {
    display: none;
}
.job_selection.events_selection_wrapper > a:nth-last-child(1)::after {
    display: none;
}
.job_selection.events_selection_wrapper > a:nth-last-child(2)::after {
    display: inline-block;
}
.events_gallery_container {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.events_gallery_container > div {
  width: calc(100% - 20px);
  /*height: 25vh;*/
  margin: 10px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
a.events_url {
    color: #C27958;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 20px;
}
a.events_url.events_url_selected {
    background: #C27958;
    color: white;
    padding: 5px 20px;
}
.events_url_sep {
    width: 1px;
    height: 20px;
    background: black;
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px 0 0;
}
.events_selection_wrapper > a:hover {
    background: #C27958;
    color: white;
    padding: 5px 20px;
}
.fancybox-image {
        /*width: auto !important;*/
    left: 50% !important;
    top: calc(50%) !important;
    transform: translate(-50%, -50%);
    height: auto !important;
}
div.fancybox-container {
    z-index: 999999999;
    height: 75vh !important;
    top: unset;
    bottom: 0;
}
.events_gallery_wrapper {
  opacity: 0;
  position: fixed;
  width: 65%;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  z-index: -1;
  height: unset;
}
.gallery_item_name {
    font-weight: 700;
    margin: 10px auto;
}
.events_gallery_container .gallery_first_image {
    /*height: 25vh;*/
    /*overflow: hidden;*/
    position: relative;
}
.events_gallery_container .gallery_first_image img {
    object-fit: cover;
    height: 220px;
}

.events_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: none;
}
.events_overlay.show_gallery {
  display: block;
}
.events_gallery_wrapper.show_gallery {
  opacity: 1;
  z-index: 1;
}
.gallery_indi_post_content {
    
}
.venue_content_wrapper p::before {
    content: "";
    background: url(/wp-content/uploads/2022/08/pin.png);
    width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin: 0 10px 5px;
}
.single-gallery .container.single_post_container {
    display: none;
}
.single-gallery .venues_title_wrapper h2::after {
    width: 100%;
    opacity: 0.5;
}
.gallery_indi_post_content {
    margin: 0 20px 50px;
}
.gallery_indi_post_gallery img {
    width: 50%;
    object-fit: cover;
    padding: 5px;
}

.gallery_indi_post_gallery .gallery_two_tiles {
    /*width: 100%;*/
}
.gallery_indi_post_gallery img:nth-child(3n) {
    width: 100%;
}
.gallery_indi_post_gallery {
    width: calc(100% - 20px);
    margin: 0 auto;
        display: flex;
    flex-wrap: wrap;
}
.overflow_hidden {
  overflow: hidden !important;
}
.single-gallery .container.related-post-wrapper {
    display: none;
}
.post-type-archive-gallery .community-newsroom-bg > .container {
    visibility: hidden;
}
.post-type-archive-gallery .community-bg {
    visibility: hidden;
    height: 50vh;
}
.gallery_item_name_wrapper {
    margin: 10px auto;
}
.gallery_item_name1 {
    font-weight: 700;
}
.close_gallery {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: fixed;
  z-index: 12321321;
  background: black;
  color: #B7B090;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  top: 15vh;
  right: 10%;
  display: none;
  cursor: pointer;
}

.close_gallery.show_gallery {
  display: block;
}

/* .events_gallery_inner_wrapper .slick-track {
  display: flex !important;

}
.events_gallery_inner_wrapper .slick-slide {
  height: inherit !important;
  display: flex !important;

} */
.events_gallery_inner_wrapper button.slick-prev.slick-arrow {
  position: fixed !important;
  bottom: 0 !important;
  top: 65% !important;
  left: 0 !important;
  background-color: black;
  padding: 20px;
  background-size: 50%;
  background-position: center;
}
.events_gallery_inner_wrapper button.slick-next.slick-arrow {
  position: fixed !important;
  bottom: 0 !important;
  top: 65% !important;
  right: 0 !important;
  background-color: black;
  padding: 20px;
  background-size: 50%;
  background-position: center;
}
.whatsapp_icon.whatsapp_outlets {
    display: none;
}
.whatsapp_icon.whatsapp_careers {
    display: none;
}
.page-template-venues_and_outlets_list .whatsapp_icon.whatsapp_outlets {
    display: inline-block;
}
.page-template-venues_and_outlets_list .whatsapp_icon {
    display: none;
}
.page-template-venues_and_outlets_single .whatsapp_icon.whatsapp_outlets {
    display: inline-block;
}
.page-template-venues_and_outlets_single .whatsapp_icon {
    display: none;
}
.single-career .whatsapp_icon.whatsapp_careers,
.page-id-5863 .whatsapp_icon.whatsapp_careers,
.page-id-6351 .whatsapp_icon.whatsapp_careers,
.page-id-6354 .whatsapp_icon.whatsapp_careers {
    display: inline-block;
}
.single-career .whatsapp_icon,
.page-id-5863 .whatsapp_icon,
.page-id-6351 .whatsapp_icon,
.page-id-6354 .whatsapp_icon  {
    display: none;
}

.whatsapp_icon {
  background: url(/wp-content/uploads/2022/06/whatsapp-1-1.png);
  display: inline-block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 150px;
}
.socials_icon_wrapper_side {
  width: 50px;
  height: auto;
  position: fixed;
  right: 0;
    top: 20vh;
    transition: all 0.2s;
}
.socials_icon_wrapper_side a {
  display: inline-block;
  width: 50px;
  height: 50px;
}
.socials_icon_wrapper_side a.fb_icon_side {
  background: url(/wp-content/uploads/2022/06/facebook.png);
  background-repeat: no-repeat;
    background-position: center;
  background-color: #C27958;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.socials_icon_wrapper_side a.ig_icon_side {
  background: url(/wp-content/uploads/2022/06/instagram-1.png);
  background-repeat: no-repeat;
    background-position: center;
  background-color: #BDA48F;
  display: inline-block;
  width: 50px;
  height: 50px;
}
.socials_icon_wrapper_side a.pin_icon_side {
  background-color: #B7B090;
  display: inline-block;
  width: 50px;
  height: 50px;
  color: white;
  text-align: center;
  padding: 12px 0;
}

.community-top-search-wrapper {
  display: none !important;
}
body img.gform_ajax_spinner {
 /*display: none !important;*/
 width: 30px !important;
 position: absolute;
 left: 50%;
 transform: translate(-50%, 0);
}

.gf_progressbar.gf_progressbar_blue {
    display: none;
}
.wedding_form_title {
    font-size: 1.2rem;
}
div#gf_progressbar_wrapper_1 {
    display: none;
}
.gform_heading {
    display: none;
}
.spacer.gfield {
    display: none;
}
fieldset#field_1_13 .gfield_label {
    display: none;
}
label.product_select_event {
    font-weight: 700;
    cursor: pointer;
}
div#input_1_13 input,
div#input_1_17 input,
div#input_1_23 input,
div#input_1_25 input,
div#input_1_28 input,
div#input_1_30 input {
    display: none;
}
div#input_1_13,
div#input_1_17,
div#input_1_23,
div#input_1_25,
div#input_1_28,
div#input_1_30 {
    display: flex;
    flex-wrap: wrap;
}
div#input_1_13 label,
div#input_1_17 label,
div#input_1_23 label,
div#input_1_25 label,
div#input_1_28 label,
div#input_1_30 label {
    width: auto;
    max-width: unset !important;
    margin: 0 20px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}
input#input_1_13_other {
    display: block !important;
}
div#input_1_13 label::after,
div#input_1_17 label::after,
div#input_1_23 label::after,
div#input_1_25 label::after,
div#input_1_28 label::after,
div#input_1_30 label::after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: white;
    position: absolute;
    right: -20px;
    top: 7px;
}
.gchoice_1_13_6 label::after {
    display: none !important;
}

div#input_1_13 > .gchoice:nth-last-child(1) label::after,
div#input_1_17 > .gchoice:nth-last-child(1) label::after,
div#input_1_23 > .gchoice:nth-last-child(1) label::after,
div#input_1_25 > .gchoice:nth-last-child(1) label::after,
div#input_1_28 > .gchoice:nth-last-child(1) label::after,
div#input_1_30 > .gchoice:nth-last-child(1) label::after {
    display: none !important;
}

fieldset#field_1_13 {
    margin: 0 -20px;
}

div#field_1_15,
div#field_1_18,
div#field_1_24,
div#field_1_26,
div#field_1_29,
div#field_1_39 {
    display: flex;
}
#field_1_15 label.gfield_label,
#field_1_18 label.gfield_label,
#field_1_24 label.gfield_label,
#field_1_26 label.gfield_label,
#field_1_29 label.gfield_label,
#field_1_39 label.gfield_label {
    margin: 0 20px 0 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0;
}
.gform_body input.gform_previous_button {
        display: inline-block;
    vertical-align: middle;
    background: #B7B090;
    padding: 10px 24px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    min-width: 160px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    margin: 50px auto 0;
}
.gform_body input.gform_next_button {
    display: inline-block;
    vertical-align: middle;
    background: #B7B090;
    padding: 10px 24px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    min-width: 160px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    margin: 5px auto 0 !important;
}

div#ui-datepicker-div {
    width: 400px;
}
.gform_body input {
    background: none;
    border: none;
    border-bottom: 1px solid white;
}
.gfield {
    text-align: left;
    /*text-transform: uppercase;*/
}
h3.wedding_form_title {
    text-align: center;
}
.gform_body input {
    /*color: white;*/
}
h2.gform_submission_error.hide_summary {
    font-family: unset;
}
#gform_submit_button_1 {
    display: inline-block;
    vertical-align: middle;
    background: #233563;
    padding: 10px 24px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    min-width: 160px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    margin: 5px auto 8px;
    max-width: unset;
}
.calendly-inline-widget iframe {
    overflow: hidden;
    height: 800px;
}
.calendly-inline-widget {
    width: 300px;
    margin: 0 auto;
}
.woocommerce-js .container.brick-house-group {
    width: 100%;
    padding: 20px;
}
input#input_1_19::placeholder {
    color: white;
}
div#ui-datepicker-div {
    width: 100vw;
    overflow: scroll;
    margin-left: -20px;
}
.gform_body.gform-body {
    max-width: 650px;
    margin: 30px auto 0;
}
.ginput_container.ginput_container_radio {
    /*margin: 0 -20px;*/
    /*width: calc(100% - 20px);*/
}
#field_1_13 .ginput_container.ginput_container_radio {
    margin: 0;
}




.venue_content_wrapper img {
    width: 50%;
    margin: 0 auto 5px;
}
.woocommerce-product-gallery {
    display: none;
}
.single-product .container.related-post-wrapper {
    display: none;
}
.single-product .previous-post-container {
    display: none;
}
.single-product .product_meta {
    display: none;
}
.single-product .post-title {
    display: none;
}
.single-product .price {
    display: none;
}
.single-product .post-date {
    display: none;
}
.single-product h3 {
    font-size: 1rem;
    text-transform: unset;
}
.product_background_header {
    height: 400px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.product_background_header2 {
    background: url(/wp-content/uploads/2022/06/Terrazo-background-01-1-1.png);
    float: right !important;
    width: 50%;
    height: 100vh;
}

.product_background_header h2 {
    color: white;
}
.product_background_header p {
    color: white;
    margin: 50px auto;
}
.product_background_header > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    text-align: center;
}
.summary.entry-summary {
    float: left !important;
}
small.option-price {
    display: none;
}
.yith-wapo-option .radiobutton {
    display: none;
}
.yith-wapo-option.selected > label.yith-wapo-label {
    background: #B7B090;
    color: white;
}
.yith-wapo-option > label.yith-wapo-label {
    background: #f2f2f2;
    padding: 5px;
    width: 100%;
}

.yith-wapo-option.selection-multiple.selected .yith-wapo-addon-label {
    background: #B7B090;
    color: white;
}
.yith-wapo-option.selection-multiple .yith-wapo-addon-label {
    background: #f2f2f2;
    padding: 5px;
    width: 100%;
    display: block;
}
.yith-wapo-option .checkboxbutton {
    display: none;
}
 
.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-checkbox .yith-wapo-option label {
    margin: 0;
    width: 100%;
}

.yith-wapo-addon-type-radio .options .yith-wapo-option .yith-wapo-label {
    margin: 0;
}

textarea#yith-wapo-10-0 {
    background: #f2f2f2;
}

.yith-wapo-addon-type-radio .yith-wapo-option {
    background: #f2f2f2;
    text-align: center;
}
.yith-wapo-addon-type-checkbox .yith-wapo-option {
    background: #f2f2f2;
    text-align: center;
}
.quantity2 {
    display: none;
}

button.single_add_to_cart_button.button.alt {
    background: #B7B090; 
    padding: 10px 24px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
button.single_add_to_cart_button:hover {
    background: #B7B090 !important;
}
.woocommerce-cart .woocommerce {
    padding: 100px 200px;
}
.woocommerce-cart div#header-menu {
    background: rgba(0, 0, 0, 0.2);
}
.woocommerce-checkout div#header-menu {
    background: rgba(0, 0, 0, 0.2);
}
a.checkout-button.button.alt.wc-forward {
    background: #B7B090 !important;
}
.cart_totals h2 {
    font-family: unset;
    font-size: 18px;
}
.coupon {
    display: none;
}
.woocommerce-notices-wrapper {
    display: none;
}
.woocommerce-checkout .woocommerce {
    padding: 100px 200px;
}

.woocommerce-form-coupon-toggle {
    display: none;
}
button#place_order {
    background: #B7B090 !important;
}
.homepage-slider-wrapper-desktop .slick-track {
    height: 75vh;
}
div#yith-wapo-container {
    margin: 10px 0;
}

.single-product .woocommerce .cart > .quantity {
    display: none;
}
section.related.products {
    display: none;
}
.woocommerce-order-received section.woocommerce-customer-details {
    display: none;
}
.woocommerce-order-received h2.woocommerce-order-details__title {
    display: none;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot {
    display: none;
}
.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead tr {
    display: none;
}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin: 30px auto;
}
td.woocommerce-table__product-total.product-total {
    display: none;
}

.events_selection_wrapper > a::after {
    content: "";
    width: 1px;
    height: 20px;
    background: black;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    display: none;
}

/*HERO BANNER*/


.hero_banner_wrapper h1 {
    /*position: absolute;*/
    top: 50%;
    left: 50%;
    /*transform: translate(-50%, -50%);*/
    /*color: white;*/
    /*text-transform: uppercase;*/
    /*text-align: center;*/
    /*width: 450px;*/
    /*opacity: 0;*/
    /*transition: all 2s;*/
    margin: 0 auto 50px;
}
.title_hero img {
    height: auto;
    width: 100%;
}
.title_hero * {
    color: white;
    font-size: 5rem;
}
.title_fade_in {
    opacity: 1 !important;
}
/*SLIDER*/
ul.slick-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
        padding: 0;
}

img.slick-slide {
    height: 30vh;
    object-fit: cover;
}
.slick-slide img {
    display: block;
    height: 30vh;
    object-fit: cover;
}
.slick-track {
    height: 30vh !important;
}
.outlets_slider_list .slick-track {
    height: 30vh !important;
}
.container.brick-house-group h3 {
    margin: 20px auto;
}
.container.brick-house-group a {
    margin: 20px auto;
    display: inline-block;
    color: white;
    font-weight: 700;
}

div.paginaton_bh {
    width: calc(100% - 50px) !important;
    height: auto !important;
    text-align: center;
    margin: 0 auto;
}
div.paginaton_bh a:nth-child(1) {
    float: left;
}

div.paginaton_bh a:nth-child(2) {
   float: right; 
}

.partners_title {
  text-align: center;
}

/* .partners_content {
  justify-content: center;
} */
.partners_container {
  justify-content: center;
}
.flex-wrapper.partners_content img {
  width: 50%;
}
.impact_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.impact_wrapper .steps_inner_wrapper p {
  font-size: calc((10.6 - 1) * 1.2vw + 1rem);
  margin: 0;
}
.impact_wrapper .steps_inner_wrapper {
  width: calc(100% - 0px);
}
.impact_wrapper .steps_inner_wrapper .step_desc {
  font-size: calc((3.6 - 1) * 0.8vw + 1rem)
}