:root {
	/* This changes Bulma's 'is-primary'. */
	--bulma-primary: #ff3757;
	--bulma-primary-h: 350.4deg; /* Match the hue of your color. */
	--bulma-primary-s: 100%; /* Match the saturation. */
	--bulma-primary-l: 60.78%; /* Match the lightness. */
	--primary-gradient: linear-gradient(135deg, var(--bulma-primary), #ff8e37);
}

body {
	color: black;
}

section {
	background-color: white;
}

h1 {
	color: black !important;
}

h2 {
	color: black !important;
}

h3 {
	color: black !important;
}

h4 {
	color: black !important;
}

h5 {
	color: black !important;
}

h6 {
	color: black !important;
}

p {
	font-size: 18px;
	letter-spacing: 0.8px;
}

.table {
	border: 1px solid #dbdbdb;
	border-radius: 0 !important;
}

.table thead th {
	border-color: var(--bulma-primary);
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0.6px;
}

.table th {
	padding: 40px;
	text-align: center !important;
}

.table td {
	padding: 20px;
	text-align: center !important;
}

.is-squared {
	border-radius: 0 !important;
}

.is-relative {
	position: relative;
}

.tabs.is-toggle.is-toggle-rounded li a {
	border: 2px solid var(--bulma-primary);
	color: var(--bulma-primary);
}

.tabs.is-toggle.is-toggle-rounded li a:hover {
	background-color: #f5f5f5;
}

.tabs.is-toggle.is-toggle-rounded li.is-active a {
	background-color: var(--bulma-primary);
	border-color: var(--bulma-primary);
	color: white;
}

.has-shadow-lifted {
	box-shadow:
		0 10px 30px rgba(0, 0, 0, 0.1),
		0 1px 8px rgba(0, 0, 0, 0.05) !important;
}

.card.is-squared {
	border-top: 4px solid var(--bulma-primary);
}

.primary-btn-big {
	border-width: 2px;
	border-radius: 40px;
	text-transform: uppercase;
	padding: 16px 32px;
	font-weight: bold;
	color: white;
}

/* Checkbox on/off styling start. */

/* The container of the switch (to make a checkbox a on/off toggle). */
.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 26px;
}

/* Hide default HTML checkbox. */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider track. */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	transition: 0.4s;
}

/* The white circle/knob. */
.slider:before {
	position: absolute;
	content: '';
	height: 18px;
	width: 18px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	transition: 0.4s;
}

/* Colors when the checkbox is checked. */
input:checked + .slider {
	background-color: #00d1b2;
}

/* Move the knob to the right when checked. */
input:checked + .slider:before {
	transform: translateX(24px);
}

/* Rounded corners. */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

/* Checkbox on/off styling end. */

/* Navbar styles start. */

/* Change the color of the hamburger lines. */

.navbar-user-portal {
	background: var(--primary-gradient);
}

.navbar-item-user-portal {
	color: white;
}

.navbar-item-user-portal:hover {
	background-color: #f5f5f515;
}

#navbar-sign-out-btn {
	font-size: 14px;
	padding: 12px 20px;
	border-radius: 24px;
}

#navbar-sign-out-btn:hover {
	border-width: 1px;
	background-color: #f5f5f515;
}

.navbar-burger {
	color: var(--bulma-primary);
}

/* Ensure the lines stay that color even when the menu is open. */
.navbar-burger span {
	background-color: currentColor !important;
}

/* Change the color when hovering over the burger. */
.navbar-burger:hover {
	color: var(--bulma-primary-dark);
}

.navbar-item {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

#navbar-sign-up-btn {
	font-size: 14px;
	padding: 12px 20px;
	border-radius: 24px;
	font-weight: 800;
}

/* Navbar styles end. */

/* Footer styles start. */

.join-cta-footer-section {
	background-color: #223144;
}

.join-cta-div {
	padding: 52px 0;
	text-align: center;
}

.footer {
	background-color: #0f161e;
}

.footer-testimonial {
	color: #37474f;
	font-size: 14px;
}

.footer-link-header {
	color: #37474f !important;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 12px;
}

.footer-link-li {
	margin-bottom: 8px;
}

.footer-link {
	color: white;
}

/* Footer styles end. */

/* Home page styles start. */
.hero.is-custom {
	background: url('../images/home-hero-bg.jpg');
	background-size: cover;
	background-position: center;
}

.hero-body.is-custom {
	padding-top: 40px;
}

.body-sign-up-btn {
	font-size: 16px;
	padding: 20px 36px;
	border-radius: 32px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.hero h6 {
	font-weight: bold;
}

#trusted-text-div {
	width: 340px;
	margin-top: 28px;
	margin-left: auto;
	margin-right: auto;
}

.demo-video-div {
	background: url('../images/macbook-frame.png');
	width: 880px;
	height: 520px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16px;
	padding-left: 20px;
}

.column-icon-img {
	height: 120px;
}

.column-subtitle-header {
	margin-top: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

#features-section {
	background: url('../images/home-features-bg.jpg');
	background-size: cover;
}

.features-columns-container {
	margin-top: 72px;
}

.features-text-div {
	width: 520px;
}

.feature-check-icon {
	width: 24px;
}

.feature-li {
	margin-bottom: 16px;
}

.works-with-logo-img {
	height: 30px;
}

.benefits-div {
	padding: 60px 0;
}

.benefits-header {
	text-transform: uppercase;
	font-weight: bold;
}

.wordpress-plugin-section-logo {
	width: 200px;
}

.wordpress-plugin-section-header {
	line-height: 48px;
}

.testimonial-div {
	text-align: center;
}

.testimonial-img {
	border: 3px solid #ff3757;
	border-radius: 500px;
	margin-top: 16px;
	margin-bottom: 4px;
	width: 100px;
}

.testimonial-author {
	color: #ff3757;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.author-title {
	font-size: 12px;
}

/* Home page styles end. */

/* Sign In and Sign Up page styles start. */

.auth-title {
	font-weight: 600;
	margin-bottom: 60px !important;
}

.auth-div {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	max-width: 700px;
}

.auth-card-div {
	padding: 32px 40px;
}

.auth-field-div {
	margin-bottom: 32px;
}

.auth-label {
	text-transform: uppercase;
}

.auth-input {
	border-radius: 0;
	height: 52px;
}

.auth-btn-div {
	margin-top: 40px;
}

.auth-btn {
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 40px;
	padding: 16px 48px;
}

#sign-up-payment-header {
	margin-bottom: 8px;
	font-weight: bold;
}

#sign-up-payment-subtext {
	margin-bottom: 12px;
}

/* Sign In and Sign Up page styles end. */

/* Pricing page styles start. */

.annual-saving-text {
	color: #90a4ae !important;
}

.subscription-interval {
	border-color: #546e7a !important;
	color: #546e7a !important;
}

li.is-active .subscription-interval {
	border-color: #546e7a !important;
	background-color: #546e7a !important;
	color: white !important;
}

.plan-card-content {
	padding-top: 80px;
}

.see-all-features-btn {
	display: block;
	margin-top: 16px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	text-decoration: none !important;
	color: var(--bulma-primary) !important;
}

.top-seller-banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0.5rem;
	background: var(--primary-gradient);
	color: white;
	text-align: center;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	z-index: 10; /* Ensures it stays on top. */
}

.plan-title {
	text-transform: uppercase;
}

.per-month-header {
	color: rgb(158, 158, 158) !important;
}

.plan-feature-li {
	color: gray;
	margin-bottom: 16px;
}

.plan-choose-plan-btn {
	border-width: 2px;
	border-radius: 40px;
	text-transform: uppercase;
	padding: 16px 32px;
	font-weight: bold;
}

#feature-table-section {
	display: none;
}

.feature-compare-subheader-td {
	background-color: rgb(230, 230, 230) !important;
}

/* Pricing page styles end. */

/* Testimonials page styles start. */

.testimonial-columns-div {
	margin-bottom: 100px !important;
}

/* Testimonials page styles end. */

/* Dashboard page styles start. */

.form-table-header {
	color: white !important;
	padding: 24px !important;
	font-size: 16px !important;
}

/* Dashboard page styles end. */

/* Form Setting page styles start. */

.form-setting-section-header-container {
	user-select: none;
	margin-bottom: 20px;
}

.form-setting-section-header-container:hover .subtitle {
	color: var(--bulma-primary) !important;
}

.form-setting-chevron-icon {
	transition: transform 0.3s ease;
}

.form-setting-label {
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
}

.form-setting-help-icon {
	fill: var(--bulma-primary);
	cursor: pointer;
	display: inline-flex;
	margin-left: 8px;
}

.form-setting-input {
	border-radius: 0;
	height: 52px;
}

.form-setting-textarea {
	border-radius: 0;
}

.form-setting-sub-section-btn {
	border-width: 2px;
	border-radius: 40px;
	text-transform: uppercase;
	padding: 8px 20px;
	font-weight: bold;
	color: white;
}

.form-setting-save-btn {
	border-width: 2px;
	border-radius: 40px;
	text-transform: uppercase;
	padding: 16px 32px;
	font-weight: bold;
	color: white;
}

/* Form Setting page styles end. */

/* Credit Card page styles start. */

.credit-card-div {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	max-width: 700px;
}

.stripe-credit-card-div {
	border: 1px solid #dbdbdb;
	padding: 14px 12px;
}

/* Credit Card page styles end. */

@media screen and (max-width: 768px) {
	#trusted-text-div {
		width: 280px;
		margin-top: 28px;
		margin-left: auto;
		margin-right: auto;
	}

	.demo-video-div {
		background-size: contain;
		background-repeat: no-repeat;
		width: 300px;
		height: 200px;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 8px;
		padding-left: 8px;
	}

	.demo-video-div img {
		width: 232px;
	}

	.features-text-div {
		width: auto;
	}

	.footer-logo-div {
		text-align: center;
	}

	.footer-column-div {
		text-align: center;
	}
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
	.demo-video-div {
		background-size: contain;
		background-repeat: no-repeat;
		width: 600px;
		height: 400px;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 16px;
		padding-left: 20px;
	}

	.demo-video-div img {
		width: 460px;
	}

	.features-text-div {
		width: auto;
	}
}
