/*
Theme Name: Wecheer Chivas Singapore
Author: Nagham yehya
Version: 1.0.11
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*@font-face {
    font-family: 'Trim Poster';
    src: url('assets/font/TrimPosterWebCondensed.eot');
    src: url('assets/font/TrimPosterWebCondensed.eot?#iefix') format('embedded-opentype'),
        url('assets/font/TrimPosterWebCondensed.woff2') format('woff2'),
        url('assets/font/TrimPosterWebCondensed.woff') format('woff'),
        url('assets/font/TrimPosterWebCondensed.ttf') format('truetype'),
        url('assets/font/TrimPosterWebCondensed.otf') format('otf'),
        url('assets/font/TrimPosterWebCondensed.svg') format('svg');
    font-weight: 800;
    font-style: normal;
}*/
@font-face {
    font-family: 'ChivasLux';
    src: url('assets/font/ChivasLoudApp-Bold.eot');
    src:url('assets/font/ChivasLoudApp-Bold.woff2') format('woff2'),
        url('assets/font/ChivasLoudApp-Bold.woff') format('woff'),
        url('assets/font/ChivasLoudApp-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'ChivasLux';
    src: url('assets/font/ChivasLoudApp-Medium.eot');
    src:url('assets/font/ChivasLoudApp-Medium.woff2') format('woff2'),
        url('assets/font/ChivasLoudApp-Medium.woff') format('woff'),
        url('assets/font/ChivasLoudApp-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'ChivasLux';
    src: url('assets/font/ChivasLux-Regular.eot');
    src:url('assets/font/ChivasLux-Regular.woff2') format('woff2'),
        url('assets/font/ChivasLux-Regular.woff') format('woff'),
        url('assets/font/ChivasLux-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/*
@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham.eot');
    src: url('../font/Gotham.eot?#iefix') format('embedded-opentype'),
        url('../font/Gotham.woff2') format('woff2'),
        url('../font/Gotham.woff') format('woff'),
        url('../font/Gotham.ttf') format('truetype'),
        url('../font/Gotham.otf') format('otf'),
        url('../font/Gotham.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('../font/GothamBold.eot');
    src: url('../font/GothamBold.eot?#iefix') format('embedded-opentype'),
        url('../font/GothamBold.woff2') format('woff2'),
        url('../font/GothamBold.woff') format('woff'),
        url('../font/GothamBold.ttf') format('truetype'),
        url('../font/GothamBold.otf') format('otf'),
        url('../font/GothamBold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}
*/

html {
  scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'ChivasLux', Arial !important;
    font-weight: 400;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input, textarea, a, button{
    outline: none !important;
}

.wecheer-sec-wrap {
    max-width: 750px;
    margin: 0 auto;
	position: relative;
}
.wecheer-sec-wrap img {
	display: block;
	width: 100%;
}
.vuse-img .wecheer-sec-wrap {
	background-color: #000002;
	position: relative;
	min-height: 100vh;
	padding-top: 0;
}
.vuse-form .wecheer-sec-wrap {
	background-color: #000000;
	color: #fff;
	padding: 0 20px 30px;
    overflow-x: hidden;
}
.vuse-email input {
	width: 100%;
	background-color: transparent;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #342c7c;
}
.vuse-form-title {
	text-transform: uppercase;
	font-size: 30px;
	padding-bottom: 30px;
	font-family: 'Trim Poster';
	font-weight: 800;
	letter-spacing: 1.3px;
	line-height: normal;
    display: none;
}
.vuse-form .vuse-email label{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
    padding: 0 10px;
}
.vuse-form .vuse-checkbox {
	font-size: 13px;
	padding: 0 0 35px;
}
.vuse-submit .wpcf7-form-control.wpcf7-submit, .vuse-submitbtn{
	background: #CC9933;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 48px;
	color: #000;
	width: 205px;
	border-radius: 0;
	height: 44px;
	border: 0 none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.vuse-submit .wpcf7-form-control.wpcf7-submit:hover, .vuse-submitbtn:hover {
	opacity: 0.9;
}

.vuse-form .vuse-submit {
	text-align: center;
	position: relative;
}
.vuse-form .wpcf7 .ajax-loader {
	position: absolute;
	left: 40%;
	bottom: -32px;
    background-color: red;
}
.vuse-form .wpcf7-form-control-wrap {
	position: relative;
	display: block;
}
.vuse-form .wpcf7-not-valid-tip {
	font-size: 12px;
	position: absolute;
	bottom: -18px;
    display: none;
}
.vuse-form .wpcf7-not-valid-tip.show{
    display: block;
}
.vuse-form label {
	margin-bottom: 0;
}
.vuse-form .wpcf7-list-item {
	margin: 0;
}
.vuse-form .wpcf7-response-output {
	display: none;
}
.vuse-form .wpcf7-not-valid-tip {
    color: #f54b4b;
	font-weight: 500;
}
.vuse-form .vuse-email .wpcf7-not-valid-tip {
    bottom: -22px;
}
/* The container */
.wpcf7-list-item label{
  display: block;
  position: relative;
  padding-left: 40px;
  padding-top: 1px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
}

/* Hide the browser's default checkbox */
.wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.wpcf7-list-item-label::before {
	position: absolute;
	top: 3px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: transparent;
	border: 2px solid #d4950c;
	border-radius: 2px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}

.wpcf7-list-item label .wpcf7-list-item-label::after {
	left: 6px;
	top: 5px;
	width: 5px;
	height: 9px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gateway-bg {
	position: absolute;
	top: 0;
    z-index: -1;
}

.bg2 {
	position: absolute;
	bottom: 0;
}
.wecheer-older, .wecheer-notolder{
    display: none;
}
.gateway-logo {
	padding: 15px 0 65px 15px;
	position: relative;
}
.gateway-logo img {
	max-width: 97px;
}
.gateway-older {
	padding: 0 30px;
    max-width: 630px;
    margin: 0 auto;
}
.gateway-ans {
	position: relative;
	padding: 30px 0;
	font-size: 0;
    max-width: 460px;
    margin: 0 auto;
	text-align: center;
}
.ans-col {
	display: inline-block;
	width: 50%;
	padding: 0 20px;
}

.gateway-btn {
	border: 1px solid #fff;
	padding: 12px;
	text-align: center;
	border-radius: 48px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.gateway-btn:hover{
    background-color: #fff;
    color: #000;
}
.gateway-footer {
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 30px 15px 0;
}
.gateway-footer.not {
	padding-top: 15px;
}
.start-wrap {
	position: fixed;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}
a.start-now {
	background: #CC9933;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 0px;
	color: #000;
	width: 205px;
	height: 44px;
    line-height: 44px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
    border: 0 none;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.wecheer-sec.vuse-form {
	z-index: 10;
	position: relative;
}
.wpcf7-form {
	max-width: 375px;
	margin: 0 auto;
}
#wpcf7-f6-o1 {
	display: none;
}
.vuse-page .wecheer-sec-wrap {
	background-color: #000000;
	color: #fff;
	padding: 40px 15px;
    font-size: 14px;
}
.vuse-page h2 {
	font-size: 20px;
	padding-bottom: 20px;
	margin: 0;
}
.back-to-form {
	position: relative;
	padding: 0 0 30px;
}
.back-to-form a.back-to-form-icn {
	position: relative;
	width: auto;
	display: inline-block;
	text-decoration: none;
	left: 0;
	padding: 0 10px 0 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.back-to-form a.back-to-form-icn img {
	max-width: 100%;
	height: auto;
	display: block;
}
.back-to-form a.back-to-form-icn:hover {
	left: -3px;
}

.vuse-page-cont ol {
	padding-left: 25px;
}
.vuse-page-cont a, .vuse-form a{
	color: #fff;
	text-decoration: underline;
}

.vuse-form .vuse-submit .lock-layer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: none;
}
.pnote {
	font-size: 12px;
	text-align: center;
	padding-top: 35px;
  font-weight: bold;
 	color:#808080 ;
}
.vuse-v2 .gateway-bg {
	position: relative;
}
.vuse-v2 .vuse-gateway-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}

.vuse-v2 .ans-col {
	display: inline-block;
	width: 50%;
	padding: 0 12px;
	text-align: center;
	vertical-align: top;
}
.vuse-v2 .gateway-btn {
	border: 2px solid #fff;
	background-color: #000;
	padding: 5px 30px;
	text-align: center;
	border-radius: 0px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	display: inline-block;
	min-width: 90px;
}
.vuse-v2 .gateway-footer {
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 0 65px 15px;
	font-weight: 500;
}
.vuse-v2 .gateway-btn:hover {
	background-color: #fff;
	color: black;
}
.promotion-guidelines {
    color: #808080;
    padding: 35px 35px 40px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    max-width: 300px;
    margin: 0 auto;
    line-height: 16px;
}
.promotion-guidelines a {
    color: #808080;
    text-decoration: underline;
}