/* General */

*:focus {
	outline: none;
}

.store-logo a {
	display: inline-block;
	margin-right: 0px;
}

.footer-navigation {
	text-align: center;
}

footer {
	display: block;
	text-align: center;
}

.float-right {
	float: right;
}

.customer-account {
	visibility: hidden;
}

.login-link {
	color: #230051;
	font-weight: 500;
	margin-right: 20px;
	text-decoration: none;
	position: relative;
	top: 2px;
}

.announcement-bar__content {
	color: #ffffff;
	background-color: #10079f;
}

a.announcement-bar__content:hover {
	color: #ffffff;
	background-color: #0b056e;
}

.social-links {
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-1568784675367 .block-1 .overlay {
	top: 50%;
	left: 50%;
}

.section-1568784675367 .block-1 .image-product-label-1 {
	top: 30%;
	left: 20%;
}

.section-1568784675367 .block-1 .image-product-label-2 {
	top: 50%;
	left: 80%;
}

.section-1526918570503 .rich-text-section {
	background-color: #fafafa;
	color: #333333;
}

.section-1571112078695 .image-with-text {
	background-color: #f4f6f8;
	color: #333333;
}

.section-1571112323674 .image-with-text {
	background-color: #f4f6f8;
	color: #333333;
}

.section-1572622767499 .image-with-text {
	background-color: #f4f6f8;
	color: #333333;
}

.section-1572716310824 .image-with-text {
	background-color: #f4f6f8;
	color: #333333;
}

.section-1571112332494 .image-with-text {
	background-color: #f4f6f8;
	color: #333333;
}

.section-1571114386248 .rich-text-section {
	background-color: #fafafa;
	color: #333333;
}

.fas-fa-download {
	font-size: 12.5px;
}

.get-started-button i {
	margin-right: 12px;
}










/* About Us Page */

#about-us-page-title {
	margin-top: 75px;
	margin-bottom: 100px;
}

#about-us-page-content {
	margin-bottom: 200px;
}










/* Contact Us Page */

#contact-us-page-title-container {
	margin-top: 75px;
	margin-bottom: 100px;
	text-align: center;
}

#contact-us-page-container {
	margin-bottom: 150px;
}

#contact-form .input-wrapper:nth-of-type(1), #contact-form .form-success {
	margin-top: 0px;
}

#form-submission-message {
	display: none;
}










/* FAQ Page */

#faq-page-title {
	margin-top: 75px;
	margin-bottom: 150px;
}

#faq-page-content {
	margin-bottom: 100px;
}

.faq-node {
	margin-bottom: 100px;
}










/* Pricing Page */

#pricing-page-title {
	margin-top: 75px;
	margin-bottom: 100px;
}

#pricing-page-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 100px;
}

.subscription-plan {
	width: 500px;
	padding: 60px;
	margin-left: 30px;
	margin-right: 30px;
	border: 1px solid rgba(200, 200, 200, 0.5);
	border-radius: 7px;
	box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
}

.subscription-plan h2 {
	text-align: center;
	margin-bottom: 50px;
}

.plan-description {
	text-align: center;
}

.plan-price {
	text-align: center;
	font-size: 45px;
}

.plan-billing {
	text-align: center;
}

.plan-save {
	text-align: center;
	color: #00848e;
	font-weight: 600;
}

.plan-feature-title {
	margin-bottom: 20px;
}

.plan-feature {
	display: flex;
	padding-left: 10px;
	margin-top: 12.5px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.plan-get-started {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 12.5px;
}

.plan-feature-check-mark, .plan-feature-text {
	display: inline-block;
	position: relative;
}

.plan-feature-text {
	margin-left: 15px;
}

.plan-get-started a {
	margin: 10px 10px 0;
}

.get-started-button-small {
	padding: 8px 24px;
}





/* Pop-Up */

.popup-section {
	display: none;
    position: fixed;
	width: 100%;
	height: 100%;
    justify-content: center;
    align-items: center;
}

.popup-container {
	position: relative;
    z-index: 1100;
    background-color: #FFF;
    padding: 60px 45px;
    border-radius: 30px;
    width: 500px;
	text-align: center;
	margin: 20px;
}

.popup-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
}

.popup-close {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 18px;
	color: #c8bfd3;
	cursor: pointer;
}










@media only screen and (max-width: 1200px) {

	.subscription-plan {
		margin-left: 20px;
		margin-right: 20px;
	}

	#subscription-plan-first {
		margin-left: 0px;
	}

	#subscription-plan-second {
		margin-right: 00px;
	}

}

@media only screen and (max-width: 1100px) {

	.subscription-plan {
		padding: 50px;
	}
}

@media only screen and (max-width: 1000px) {

	#pricing-page-container {
		flex-direction: column;
	}

	#subscription-plan-first {
		margin: 0 auto;
		margin-bottom: 100px;
	}

	#subscription-plan-second {
		margin: 0 auto;
	}

	.subscription-plan {
		padding: 60px;
	}

}


@media only screen and (max-width: 900px) {

	.mobile-hide {
		display: none;
	}

}

@media only screen and (max-width: 850px) {

	.mobile-hide-850 {
		display: none;
	}

	.plan-price {
		font-size: 35px;
	}

}

@media only screen and (max-width: 600px) {

	#subscription-plan-first {
		margin-bottom: 75px;
	}

}

@media only screen and (max-width: 550px) {

	.subscription-plan {
		width: 100%;
		padding-left: 50px !important;
		padding-right: 50px !important;
	}

}

@media only screen and (max-width: 520px) {

	.image-with-text__content {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}

}

@media only screen and (max-width: 450px) {

	.subscription-plan {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}

	.plan-feature {
		padding-left: 0px;
		margin-left: 0px;
	}

}

@media only screen and (max-width: 400px) {

	.get-started-button i {
		display: none;
	}

}




