/**
 * ----------------------------------------
 * animation shake-vertical
 * ----------------------------------------
 */
@-webkit-keyframes shake-vertical {
	0%,
	100% {
		-webkit-transform: translateY(0);
						transform: translateY(0);
	}
	10%,
	30%,
	50%,
	70% {
		-webkit-transform: translateY(-8px);
						transform: translateY(-8px);
	}
	20%,
	40%,
	60% {
		-webkit-transform: translateY(8px);
						transform: translateY(8px);
	}
	80% {
		-webkit-transform: translateY(6.4px);
						transform: translateY(6.4px);
	}
	90% {
		-webkit-transform: translateY(-6.4px);
						transform: translateY(-6.4px);
	}
}
@keyframes shake-vertical {
	0%,
	100% {
		-webkit-transform: translateY(0);
						transform: translateY(0);
	}
	10%,
	30%,
	50%,
	70% {
		-webkit-transform: translateY(-8px);
						transform: translateY(-8px);
	}
	20%,
	40%,
	60% {
		-webkit-transform: translateY(8px);
						transform: translateY(8px);
	}
	80% {
		-webkit-transform: translateY(6.4px);
						transform: translateY(6.4px);
	}
	90% {
		-webkit-transform: translateY(-6.4px);
						transform: translateY(-6.4px);
	}
}

body.home .woocommerce div.product div.summary {
	display: none;
	float: none;
	width: 50%;
	clear: none;
	margin: 0 auto;
}
body.home .woocommerce div.product div.images.woocommerce-product-gallery {
	display: none;
}
body.home .woocommerce .woocommerce-breadcrumb {
	display: none;
}
body.home .woocommerce div.product .product_title {
	display: none;
}
body.home .woocommerce div.product p.price {
	display: none;
}
body.home .woocommerce div.product .woocommerce-tabs {
	display: none;
}


.goodlife-add-lottery-to-cart {
	text-align: center;
	font-size: 18px;
}
.goodlife-add-lottery-to-cart h3 {
	margin-top: 0;
}
.goodlife-add-lottery-to-cart .buy-now {
	margin-top: 20px;
	margin-bottom: 0;
}
.goodlife-add-lottery-to-cart .single_add_to_cart_button {
	font-weight: 500 !important;
	font-size: 22px !important;
	clear: both;
	display: block !important;
	margin: 1rem auto !important;
	padding: 20px 50px !important;
	background-color: #1ad227 !important;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12) !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12) !important;
}
@media (max-width: 768px) {
	.goodlife-add-lottery-to-cart .single_add_to_cart_button {
		width: 100%;
	}
}

.navbar .navbar-nav>li>a {
	font-size: 13px;
	font-weight: 500;
}
.navbar .title-logo-wrapper svg {
	display: block;
	max-width: none;
}
.navbar.navbar-fixed-top .title-logo-wrapper svg {
	fill: #fff;
}
.navbar .btn.btn-primary {
	background-color: #1ad227 !important;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12) !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12) !important;
}
.button.button-primary,
input[type="submit"] {
	background-color: #1ad227 !important;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12) !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12) !important;
}
@media (max-width: 768px) {
	.navbar.navbar-transparent .title-logo-wrapper svg {
		fill: #3C4858;
	}
	.navbar .title-logo-wrapper svg {
		fill: #3C4858;
		max-width: 100%;
	}
	.home .navbar .title-logo-wrapper::after {
		/* transition: all 1s; */
		/* content: "\f078"; */
		/* content: "\f107";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		display: block;
		position: fixed;
		color: white;
		bottom: -2rem;
		left: 2rem;
		font-size: 2rem;
		opacity: 0; */
	}
	.home .navbar.navbar-transparent .title-logo-wrapper::after {
		opacity: 1;
		bottom: 2rem;
		-webkit-animation: shake-vertical 3s ease-in-out 2s infinite both;
		animation: shake-vertical 3s ease-in-out 2s infinite both;
	}
}
@media (min-width: 1200px) {
	.navbar .title-logo-wrapper svg {
		width: 500px;
		height: auto;
	}
}

body.logged-in .hide-logged-in {
	display: none;
}
body:not(.logged-in) .show-logged-in {
	display: none !important;
}

#carousel-hestia-generic .buttons {
	/*display: flex;
	flex-direction: column-reverse;
	margin-top: 0;
	align-items: center;*/
}
#carousel-hestia-generic .btn {
	font-weight: 700;
	font-size: 18px !important;
	line-height: 18px;
	padding: 20px 50px !important;
	background-color: #1ad227 !important;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12) !important;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12) !important;
}
@media (max-width: 768px) {
	#carousel-hestia-generic .btn {
		width: 100%;
	}
}
.hestia-big-title-content svg {
	display: block;
	margin: 2rem auto 3rem;
	fill: #fff;
	width: 500px;
	height: auto;
	max-width: 100%;
}
.carousel span.sub-title {
	font-size: 24px;
	font-weight: 600;
}
.home .carousel .item .container {
	padding-bottom: 150px;
}
@media (min-width: 769px) {
	#carousel-hestia-generic span.sub-title {
		font-size: 36px;
	}
}

.big-title-section-bottom {
	position: absolute;
	bottom: 7rem;
	font-weight: 600;
	text-align: center;
	width: 100%;
}
.promo-veritas a {
	opacity: 1;
	color: #fff;
	text-decoration: underline;
}
.seen-on-mtv {
	/*position: absolute;
	right: 0;
	bottom: 7rem;*/
}
.seen-on-mtv img,
.seen-on-mtv svg {
	width: 3em;
	height: 2em;
	vertical-align: top;
}
.header-filter {
	background-position-y: 60%;
}
.header-filter::before {
	background-color: rgba(0,0,0,0.4);
}
.wp-custom-header video {
	object-fit: cover;
	height: 100vh;
	min-height: 100%;
}
@media (max-width: 768px) {
	.carousel .hestia-title, h1.hestia-title {
		font-size: 50px;
	}
	.big-title-section-bottom {
		bottom: 0;
	}
	.seen-on-mtv {
		display: inline-block;
		padding-bottom: 10px;
		/*bottom: 0;
		right: auto;
		width: 100%;*/
	}
	.header-filter {
		background-position-y: 30%;
	}
}

@media (max-width: 500px) {
	.eael-countdown-items > li {
		display: block !important;
	}
}

.heading-bg-line .elementor-heading-title {
	display: inline-block;
	padding: 0 1em;
	background: #fff;
	z-index: 2;
	position: relative;
	text-transform: uppercase;
	margin: 0 !important;
	font-weight: 700;
}
.heading-bg-line:before {
	content: "";
	position: absolute;
	background: #3C4858;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
}
@media (max-width: 768px) {
	.heading-bg-line .elementor-heading-title {
		padding: 0 0.5em;
		margin: 0 1em !important;
	}
	.elementor-widget .elementor-button {
		width: 100%;
	}
}

/* .woocommerce-info {
	background-color: #4caf50;
} */

/* .pum-container.pum-responsive img {
	width: 100%;
} */
.trigger-quickview figure {
	overflow: hidden;
	position: relative;
}
.trigger-quickview figure img {
	max-width: 100%;
	-moz-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.trigger-quickview:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.trigger-quickview h3 {
	font-size: 16.8px;
	font-weight: 700;
	text-align: center;
}
.trigger-quickview figure:after {
	content: "Details";
	color: #fff;
	opacity: 0.7;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
	font-size: 1.5rem;
	/* content: "\f065";
	content: "\f002"; */
	/* content: "\f00e"; */
	/* font-family: "Font Awesome 5 Free"; */
	font-weight: 900;
	content: "TAP FOR DETAILS";
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	/* margin-right: 1.1rem; */
	background: rgba(0,0,0,0.7);
	padding: 1px 0.5em;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.trigger-quickview:hover figure:after {
	opacity: 1;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.carousel-control .fa-chevron-left {
	left: 25px;
}
.carousel-control .fa-chevron-right {
	right: 25px;
}
.carousel-inner>.item>img {
	width: 100%;
}
@media (min-width: 1200px) {
	.modal-lg {
		width: 70%;
	}
}
.modal-header .close {
	position: absolute;
	height: 30px;
	width: 30px;
	left: auto;
	right: -15px;
	bottom: auto;
	top: -15px;
	padding: 0px;
	color: #ffffff;
	font-family: inherit;
	font-size: 24px;
	line-height: 26px;
	border: 2px solid #ffffff;
	border-radius: 30px;
	box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 );
	text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 );
	background-color: rgba( 0, 0, 0, 1.00 );
	text-align: center;
	font-style: normal;
	font-weight: 400;
	cursor: pointer;
}

.embed-responsive {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mc4wp-checkbox-contact-form-7 label span {
	font-weight: normal;
	padding-left: 1em;
}

.woocommerce-checkout #payment select,
.woocommerce form .form-row input.input-text {
	background: #fff;
}

/* .woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--tickets a:before {
	font-family: "Font Awesome 5 Free";
  content: "\f3ff";
	font-weight: 900;
  width: 25px;
  display: inline-block;
} */

.footer-big ul li {
	line-height: 1.5;
}
.footer-big ul li a {
	padding: 0;
	text-transform: none;
}
.footer-big .footer-menu li a:before {
	font-size: 28px !important;
}
.footer .col-md-4:last-of-type {
	float: right;
	text-align: right;
}
.footer .col-md-4:last-of-type p {
	margin: 0;
}
@media (max-width: 768px) {
	.footer .col-md-4:last-of-type {
		float: left;
		text-align: left;
	}
}

@media (max-width: 768px) {
	#goodlife_sticky_button {
		position: sticky;
		bottom: -100%;
		width: 100%;
		padding: 10px 15px;
		background: rgba(0,0,0,0.8);
		text-align: center;
		margin-bottom: -100%;
		transition: bottom 0.7s;
    z-index: 2;
	}
	#goodlife_sticky_button.show {
		bottom: 0;
	}
	#goodlife_sticky_button .btn {
		font-weight: bold !important;
		font-size: 18px !important;
		clear: both;
		display: block !important;
		margin: 0 !important;
		/* padding: 20px 40px !important; */
		background-color: #1ad227 !important;
	}
}


.ticket-box a {
	display: block !important;
	background: #eb8b1a !important;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: #fff !important;
	letter-spacing: 1px;
	font-size: 16px;
	padding: 15px 35px !important;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none !important;
	margin-bottom: 15px;
}
.buy_btn1 a:before {
	display: none;
}
.qty_sec {
	align-items: end !important;
}
.qty_sec .qty {
	margin: 0 auto 15px;
}
.ticket-box a.view-winners-page {
  background: #51b37f !important;
}
.ticket-box a.view-winners-page {
	max-width: 100%;
	/* margin: 0; */
	display: block;
}
.ticket-box a.trustgreen {
	background: #51b37f !important;
}
.ticket-box a.inverted {
	/* color: #eb8b1a !important; */
	color: #ffffff !important;
	border: 2px solid #eb8b1a !important;
	background: transparent !important;
}
.ticket-box a.view-winners-page.inverted {
  /* color: #51b37f !important; */
	color: #ffffff !important;
  border: 2px solid #51b37f !important;
  background: transparent !important;
}
.ticket-box a:last-of-type:not(.buylog){
	margin-bottom: 0;
}
.qty_sec .buy_btn1 {
	margin: 0 0 0 20px !important;
	flex-grow: 2;
}
.ticket-box a span {
	position: relative;
	padding-left: 30px;
}
.ticket-box a.no-icon span {
	padding-left: 0;
}
/* .ticket-box a.view-winners-page span {
	position: relative;
	padding-left: 30px;
} */
.ticket-box a span::before {
    content: "";
    background: url('../../themes/goodlifecomps/images/hand_icon.png');
    background-repeat: no-repeat;
    position: absolute;
    height: 15px;
    width: 22px;
    left: 0;
    top: 50%;
    margin-top: -7px;
}
.ticket-box a.no-icon span::before {
	display: none;
}
.ticket-box a.view-winners-page span::before {
    background: url('https://cdn.convertcart.com/uploads/d5cec5c8.png');
    height: 20px;
    width: 22px;
    margin-top: -7px;
}
.ticket-box a.play-icon span {
	padding-left: 22px;
}
.ticket-box a.play-icon span::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 490.718 490.718'%3E%3Cpath d='M245.359.359C109.852.359 0 110.049 0 245.358s109.852 245 245.359 245 245.359-109.691 245.359-245S380.866.359 245.359.359zm-68.531 340.652V140.824l187.489 100.098-187.489 100.089z' fill='%23fff'/%3E%3C/svg%3E");
}
.ticket-box .sub-buttons {
	display: flex;
	flex-flow: row;
	margin: 0 -7px;
}
.ticket-box .sub-buttons a {
	margin: 0 7px;
	width: 50%;
	padding: 10px 3px !important;
}


/* Buying Options pages */
.flex-row-reverse {
	flex-direction: row-reverse !important;
}
.flex-column {
	flex-direction: column !important;
}
.justify-content-center {
	justify-content: center;
}

@media (max-width: 479px) {
	.tkt_count.flex-column {
		display: flex !important;
	}
}

/* .text-uppercase {
	text-transform: uppercase !important;
} */
.tkt_rem_small {
	font-size: 0.8em !important;
	line-height: 1.2 !important;
}
.tkt_rem_small strong {
	display: inline !important;
}
.bulk-option-box {
	background: #fff;
	text-align: center;
	padding: 0;
	color: #000;
	border-radius: 5px;
	line-height: 1;
	display: flex;
	align-items: center;
}
.bulk-option-box .bulk-option-head {
	/* border-right: 1px solid #ddd; */
}
.bulk-option-box .bulk-option-head,
.bulk-option-box .bulk-option-body {
	position: relative;
	min-height: 1px;
	padding: 10px;
	width: 50%;
}
.bulk-option-box .top-text {
	font-size: 12px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
}
.bulk-option-box h3 {
	text-transform: uppercase;
	margin: 0 0 10px;
	font-size: 22px;
	color: #51b37f;
	line-height: 1;
}
.bulk-option-box h4 {
	text-transform: uppercase;
	margin: 0;
	font-size: 18px;
	line-height: 1;
}
.bulk-option-box .price {
	text-transform: uppercase;
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.15em;
}
.bulk-option-box .price-was {
	text-transform: uppercase;
	margin: 5px 0 0;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	text-decoration: line-through;
	color: grey;
}
.bulk-option-box .price-saved {
	text-transform: uppercase;
	margin: 5px 0 0;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	color: #51b37f;
}
.bulk-option-box a.buy-now {
	display: inline-block;
	background: #eb8b1a;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: #fff !important;
	letter-spacing: 1px;
	font-size: 15px;
	text-transform: uppercase;
	position: relative;
	border-radius: 5px;
	line-height: 50px;
	width: 100%;
	text-align: center;
	margin: 10px 0 0;
}
.bulk-option-box a.buy-now span {
	padding-left: 30px;
	position: relative;
}
.bulk-option-box a.buy-now span::after {
	content: "";
	background: url('../../themes/goodlifecomps/images/hand_icon.png');
	background-repeat: no-repeat;
	position: absolute;
	height: 15px;
	width: 22px;
	left: 0;
	top: 50%;
	margin-top: -7px;
}
.bulk-option-box.green {
	box-shadow: 0 0 0 5px #51b37f;
}
.bulk-option-box.green .top-text {
	color: #51b37f;
}
.bulk-option-box.orange {
	box-shadow: 0 0 0 5px #eb8b1a;
}
.bulk-option-box.orange .top-text {
	color: #eb8b1a;
}
@media (min-width: 768px) {
	.bulk-option-box {
		/* padding: 10px 0; */
		flex-direction: column;
	}
	.bulk-option-box .bulk-option-head,
	.bulk-option-box .bulk-option-body {
		width: 100%;
		padding: 20px;
	}
	.bulk-option-box .bulk-option-body {
		border-top: 1px solid #ddd;
	}
}

ul.orange-check li {
	position: relative;
	margin-left: 25px;
}
ul.orange-check li::before {
	content: "";
	display: block;
	background-image: url('../../themes/goodlifecomps/images/orange-check.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 19px;
	height: 22px;
	margin-top: 8px;
	position: absolute;
	top: 0;
	left: -25px;
}

.goodlife-prize-slider .item figure::after,
.gallery_list li figure::after {
	content: "View Info";
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	background: rgba(0,0,0,0.5);
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 20px;
	border-bottom-left-radius: 8px;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
}
.goodlife-prize-slider .item .no-popup figure::after {
	content: none;
}
.goodlife-prize-slider.no-popup.no-link figure::after,
.gallery_list.no-popup.no-link figure::after {
	content: none;
}
/* .goodlife-prize-slider .item .no-popup .gallery_cont {
	display: none;
} */

.glc-live-remaining-tickets {
	opacity: 1;
	transition: opacity 0.6s;
	position: relative;
}
.glc-live-remaining-tickets.loading {
	opacity: 0.5;
}
.glc-live-remaining-tickets.loading span {
	opacity: 0.5;
}
.glc-live-remaining-tickets.loading::after {
  content: " ";
  display: block;
	position: absolute;
  width: 1em;
  height: 1em;
	top: 50%;
	left: 50%;
  margin: -0.5em 0 0 -0.5em;
  border-radius: 50%;
  border: 2px solid #000;
  border-color: #000 #000 #000 transparent;
  animation: glc-full-rotate 1s linear infinite;
	/* opacity: 1; */
}
@keyframes glc-full-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.woocommerce-currency-selector {
	float: right;
	margin-bottom: 10px;
}
