:root {
	--pua-yellow: #f1c40f;
}
.unstyled-list {
	list-style: none;
}
body {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: var(--light);
}
.blog-posts .post {
	background-color: #fff;
}
.post-body p::first-letter {
	font-size: 300%;
	font-weight: bold;
}
a {
	color: #333;
}
#wrapper {
	min-height: calc(100vh - 86px - 149px);
	background: #f4f4f4;
}
#wrapper > [class*="container"] {
	/* padding: 4rem 0; //was 4rem */
}
.page-header .page-title {
	font-size: 32px;
	font-weight: 600;
}
.container {
	background-color: #fff;
}
:not(.navbar) .container {
	background-color: transparent;
}
#landingpage-nav a {
	font-weight: 900;
	text-transform: uppercase !important;
	color: #000;
}
.figure-img {
	max-width: 100%;
	height: auto;
}
.navbar + section > .container > .jumbotron {
	padding-top: 0;
}
.signature {
	position: absolute;
	top: auto;
	bottom: 15px;
	width: 100%;
}

.notification-box {
	position: absolute;
	top: 7%;
	right: 1%;
	z-index: 1;
}
.notification-box > div {
	padding: 5px 15px;
	margin: 10px 0px;
	font-weight: bold;
}
#checkout .step-number {
	background-color: #000;
	border-radius: 1rem;
	color: #fff;
	font-weight: bold;
	padding: 0.25rem 0.7rem;
	margin-right: 8px;
}
/* * * * * * * * * * *
  Countdown
* * * * * * * * * * */
#clockdiv {
	font-family: sans-serif;
	color: #fff;
	/* display: flow-root; */
	font-weight: 100;
	text-align: center;
	font-size: 1.5rem;
}

#clockdiv .background {
	padding: 10px;
	border-radius: 3px;
	background: #00bf96;
	display: inline-block;
}

#clockdiv div > span {
	padding: 15px;
	border-radius: 3px;
	background: #00816a;
	display: inline-block;
	width: 4rem;
}

.smalltext {
	padding-top: 5px;
	font-size: 16px;
}
/* * * * * * * * * * *
  Navbar
* * * * * * * * * * */

.navigation-clean {
	background: #fff;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #333;
	border-radius: 0;
	box-shadow: none;
	border: none;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.navigation-clean {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

.navigation-clean .navbar-brand {
	font-weight: bold;
	color: #f1c40f;
}

.navigation-clean .navbar-brand:hover {
	/* color: #222; */
}

.navigation-clean .navbar-toggler {
	border-color: #000000;
}

.navigation-clean .navbar-toggler:hover,
.navigation-clean .navbar-toggler:focus {
	background: none;
}

.navigation-clean .navbar-toggler {
	color: #888;
}

.navigation-clean .navbar-collapse,
.navigation-clean .form-inline {
	border-top-color: #ddd;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
	color: #8f8f8f;
	box-shadow: none;
	background: none;
	pointer-events: none;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
	color: #465765;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus,
.navigation-clean.navbar-light .navbar-nav .nav-link:hover {
	color: #37434d !important;
	background-color: transparent;
}

.navigation-clean .navbar-nav > li > .dropdown-menu {
	margin-top: -5px;
	box-shadow: none;
	background-color: #fff;
	border-radius: 2px;
}

.navigation-clean .dropdown-menu .dropdown-item:focus,
.navigation-clean .dropdown-menu .dropdown-item {
	line-height: 2;
	color: #37434d;
}

.navigation-clean .dropdown-menu .dropdown-item:focus,
.navigation-clean .dropdown-menu .dropdown-item:hover {
	background: #eee;
	color: inherit;
}

#navbar-black {
	background-color: #000;
}
#faq-title {
	font-size: 50px;
	font-weight: 900;
}

#faq .btn-light:focus {
	box-shadow: none;
}
.contact-label {
	font-weight: bold;
}

/* * * * * * * * * * *
  FAQ
* * * * * * * * * * */

.faq {
	background-color: #fff !important;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
	opacity: 1;
}
.faq:not(.on) + .panel {
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-top: 0 solid #dee2e6;
	overflow: hidden;
}
.faq strong {
	color: #000;
}

.faq.on {
	color: #40809b;
}

.faq:after {
	content: "\2212";
	color: #000;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

.on:after {
	content: "\002B";
}

.panel {
	padding: 8px 18px 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.faqelement {
	margin: 0px auto 30px;
	float: initial;
}

/* * * * * * * * * * *
  Register Form With Image
* * * * * * * * * * */

.register-photo {
	padding: 0;
}

.register-photo .image-holder {
	display: table-cell;
	width: auto;
	background: url(/assets/img/vegas-vertical.jpg);
	background-size: cover;
	background-position: center;
}

.register-photo .form-container {
	display: table;
	padding-top: 0;
	width: 100%;
	margin: 0 auto;
	box-shadow: 1px -1px 5px rgba(0, 0, 0, 0.1);
	/* max-width: 1024px; */
	/* border-style: solid; */
}

.register-photo form {
	display: table-cell;
	width: 45vw;
	background-color: #ffffff;
	padding: 0px 60px 40px;
	color: #505e6c;
}

.register-photo,
.image-holder {
	min-height: 100vh;
}
@media (max-width: 991px) {
	.register-photo form {
		padding: 40px;
		width: 100%;
	}
}

.register-photo form h2 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 30px;
}

/* .register-photo form .form-control {
  background: #f7f9fc;
  border: none;
  border-bottom: 1px solid #dfe7f1;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 6px;
  height: 40px;
} */

.register-photo form .form-check {
	font-size: 13px;
	line-height: 20px;
}

.register-photo form .btn-primary {
	background: #f4476b;
	border: none;
	border-radius: 4px;
	padding: 11px;
	box-shadow: none;
	margin-top: 35px;
	text-shadow: none;
	outline: none !important;
}

.register-photo form .btn-primary:hover,
.register-photo form .btn-primary:active {
	background: #eb3b60;
}

.register-photo form .btn-primary:active {
	transform: translateY(1px);
}

.register-photo form .already {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #6f7a85;
	opacity: 0.9;
	text-decoration: none;
}

/* * * * * * * * * * *
  Login Form
* * * * * * * * * * */

.login-clean {
	padding: 0px 0;
}

.login-clean form {
	max-width: 400px;
	width: 90%;
	margin: 0 auto;
	background-color: #ffffff;
	padding: 40px;
	border-radius: 4px;
	color: #505e6c;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.login-clean .illustration {
	text-align: center;
	padding: 0 0 20px;
	font-size: 100px;
	color: rgb(244, 71, 107);
}

/* .login-clean form .form-control {
  background: #f7f9fc;
  border: none;
  border-bottom: 1px solid #dfe7f1;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  color: inherit;
  text-indent: 8px;
  height: 42px;
} */

.login-clean form .btn-primary {
	background: #f4476b;
	border: none;
	border-radius: 4px;
	padding: 11px;
	box-shadow: none;
	margin-top: 26px;
	text-shadow: none;
	outline: none !important;
}

.login-clean form .btn-primary:hover,
.login-clean form .btn-primary:active {
	background: #eb3b60;
}

.login-clean form .btn-primary:active {
	transform: translateY(1px);
}

.login-clean form .forgot {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #6f7a85;
	opacity: 0.9;
	text-decoration: none;
}

.login-clean form .forgot:hover,
.login-clean form .forgot:active {
	opacity: 1;
	text-decoration: none;
}

/* * * * * * * * * * *
  Contact Form
* * * * * * * * * * */

.contact-clean {
	/* padding: 0px 0; */
}
@media (max-width: 767px) {
	.contact-clean {
		/* padding: 20px 0; */
	}
}

.contact-clean form {
	/* width: 70%; */
	margin: 0 auto;
	background-color: #ffffff;
	padding: 15px 40px;
	border-radius: 4px;
	color: #000;
	box-shadow: none;
}

@media (max-width: 767px) {
	.contact-clean form {
		padding: 30px;
	}
}

.contact-clean h2 {
	margin-top: 5px;
	font-weight: 400;
	font-size: 28px;
	margin-bottom: 36px;
	color: #000;
}

.contact-clean .form-group:last-child {
	margin-bottom: 5px;
}

/* .contact-clean form .form-control {
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  outline: none;
  color: inherit;
  padding-left: 12px;
  height: 42px;
} */

.contact-clean form .form-control:focus {
	border: 1px solid var(--dark);
	box-shadow: none;
}

.contact-clean form textarea.form-control {
	min-height: 100px;
	max-height: 260px;
	padding-top: 10px;
	resize: vertical;
}

.contact-clean form .btn:not(.btn-success) {
	padding: 16px 32px;
	border: none;
	background: none;
	box-shadow: none;
	text-shadow: none;
	opacity: 0.9;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.4px;
	line-height: 1;
	outline: none !important;
}

.contact-clean form .btn:hover {
	opacity: 1;
}

.contact-clean form .btn:active {
	transform: translateY(1px);
}

.contact-clean form .btn-primary {
	background-color: #055ada !important;
	margin-top: 15px;
	color: #fff;
}

.bg-white {
	background-color: #fff;
}
/* #product article {
  background-color: #fbf8f5;
} */
/* HOMEPAGE [START] */
#homepage .overlap-top {
	background: #fff;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 10%, rgba(255, 255, 255, 1) 10%);
	border-radius: 0;
}

#homepage .overlap-top figure {
	background-color: #000;
	margin: -20px auto 0;
	max-height: 55vh;
	border: 15px solid #fff;
	overflow: hidden;
	position: relative;
}

#homepage .overlap-top figure img {
	opacity: 0.5;
}

#homepage .jumbotron {
	padding-top: 1rem;
	padding-bottom: 3rem;
}

#homepage .jumbotron figure figcaption {
	position: absolute;
	top: 25%;
	left: 10%;
	color: #fff;
	text-shadow: 0 0 5px #000;
}

#homepage .jumbotron figure figcaption h2 {
	font-size: 3.3rem;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	line-height: 1;
}

#homepage .jumbotron figure figcaption h2 span {
	display: block;
}

#homepage .jumbotron figure figcaption p {
	font-size: 3rem;
	color: #f1c40f;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 600;
}

#homepage .about-section {
	background-image: url(/assets/images/about-us-bg.png);
	background-size: cover;
	background-position: top center;
	padding-bottom: 4rem;
}

#homepage .member-packages {
	background-color: #f4f4f4;
}

#homepage .member-packages .date {
	font-weight: 900;
	line-height: 0.8;
}

#homepage .member-packages .date .date-month {
	font-size: 0.8rem;
}

#homepage .member-packages .date .date-day {
	font-size: 2.8rem;
}

#homepage .member-packages .details {
	font-size: 0.9rem;
}

#homepage .member-packages .details-title {
	font-weight: 600;
}

#homepage .member-packages .details-time {
	font-weight: 400;
}

#homepage .member-packages .details-time::before {
	content: "\f017";
	font-family: "Font Awesome 6 Free";
	margin-right: 8px;
	color: #aaa;
}

#homepage .member-packages .btn-viewpick {
	background-color: var(--pua-yellow);
}

#homepage .email-subscribe {
	background-color: #000;
	background-image: url("/assets/images/puapremiumpick-newsletter.png");
	background-size: 70%;
	background-position: right top;
	background-repeat: no-repeat;
}

#homepage .email-subscribe .container {
	position: relative;
	min-height: 45vh;
}

#homepage .email-subscribe .copy {
	position: absolute;
	top: 35%;
	left: 5%;
	min-width: 45%;
}

#homepage .email-subscribe h5 {
	font-size: 3rem;
	font-weight: 600;
	color: var(--pua-yellow);
}

#homepage .email-subscribe .email-subscribe-form input {
	max-width: 55%;
}

#homepage .email-subscribe .email-subscribe-form button {
	background-color: #000;
	font-weight: 600;
	transition: all ease-out 250ms;
}

#homepage .email-subscribe .email-subscribe-form button:hover {
	color: var(--pua-yellow);
	border-color: var(--pua-yellow);
}

#homepage .email-subscribe .email-subscribe-form input,
#homepage .email-subscribe .email-subscribe-form button {
	border-radius: 0 !important;
}

#homepage .social-bar {
	background-color: var(--pua-yellow);
}
/* HOMEPAGE [END] */

#site-footer {
	background-color: #000;
}
#site-footer,
#site-footer a,
#site-footer .footer-email-link {
	color: #767572;
}
#site-footer .footer-title {
	font-stretch: condensed;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: -1px;
}

/* FORM RULES [START] */
form .form-control {
	background-color: var(--light);
	border-color: #eee;
	border-radius: 0;
	padding: 0 8px;
	transition: all 250ms ease-out;
	border-radius: 5px;
}
form:not(.email-subscribe-form) .form-control:focus {
	background-color: #68c8ff59;
	border-color: var(--dark);
	box-shadow: none;
}
/* FORM RULES [END] */
#insta-feed .insta-item {
	margin-bottom: 1rem;
}
@media (max-width: 568px) {
	.jumbotron {
		margin-bottom: 0;
	}
	#homepage .jumbotron {
		padding-bottom: 0.5rem;
		margin-bottom: 0.5rem;
	}
	#homepage .jumbotron figure {
		border-width: 6px;
	}
	#homepage .jumbotron figure figcaption {
		max-width: 65%;
	}
	#homepage .jumbotron figure figcaption h2 {
		font-size: 1.5rem;
		font-weight: 900;
	}
	#homepage .jumbotron figure figcaption p {
		font-size: 1.3rem;
		font-weight: 900;
	}
	.center-logo {
		display: none !important;
	}
	#homepage .email-subscribe .container {
		min-height: 45vh;
	}
	#homepage .about-section-copy .lead {
		font-size: 1rem;
	}
}

@media (max-width: 767px) {
	#insta-feed .insta-item {
		max-height: 150px;
		width: auto;
		overflow: hidden;
		margin-bottom: 1rem;
	}
}
@media (max-width: 567px) {
	#insta-feed .insta-item {
		width: auto;
		overflow: hidden;
		margin-bottom: 1rem;
	}
}
@media (min-width: 768px) {
	#insta-feed .insta-item {
		width: auto;
		overflow: hidden;
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	#landingpage-nav a:hover::before {
		transform: translateX(0);
	}
	/* PACKAGES [START] */
	#packages .jumbotron p {
		margin: 0 auto;
	}
	/* PACKAGES [END] */
	#contact form {
		width: 70%;
		margin: 0 auto;
	}
}
@media (min-width: 992px) and (hover: hover) {
	#landingpage-nav a::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		background-color: #000;
		width: 43px;
		height: 22px;
		margin-right: 0.5rem;
		transform: translateX(-500px);
		transition: transform 350ms ease-out 100ms;
	}
	#insta-feed .insta-item {
		transition: opacity 350ms ease-out;
		opacity: 0.85;
	}
	#insta-feed .insta-item:hover {
		opacity: 1;
	}
}

/* TWC STYLES */
.btn,
.form-control,
button,
select {
	-webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
	width: 15px;
	height: 15px;
}
.form-check-input {
	margin-left: -1.4rem;
}
#packages .pack {
	margin: 30px auto 4rem;
	background-color: #ffffff;
	padding: 30px 40px;
	border-radius: 4px;
}
@media (max-width: 567px) {
	#packages .pack {
		margin: 0px auto 4rem;
	}
	.product-list .details {
		margin: 15px 0;
	}
	#homepage .member-packages .details {
		margin-top: 10px;
	}
}
