* {
	scroll-behavior: smooth;
	scroll-margin-top: 5vh;
}

.header_inner_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.header_inner_wrap .header_left .header_socials {
	display: flex;
}

.header_inner_wrap .header_left .header_socials a {
	display: flex;
	height: 1.5rem;
	width: 1.5rem;
	margin: 0.25rem;
}

.header_inner_wrap .header_left .header_socials a:hover {
	opacity: 0.75;
}

/* .header_inner_wrap .header_left .header_socials a img {
	max-width: none;
} */

.header_inner_wrap .header_center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header_inner_wrap .header_center .header_logo {
	max-width: 285px;
}

.header_inner_wrap .header_right .header__button_wrap {
	display: flex;
	flex-direction: column;
}

.header_inner_wrap .header_right .header__button_wrap a {
	padding: 0.25rem 0.75rem;
	border: 0.1rem solid black;
	color: black;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
}

.header_inner_wrap .header_right .header__button_wrap a .header_btn_icon {
	display: none;
}

.header_inner_wrap .header_right .header__button_wrap a.header_btn_black {
	/* background: black;
	color: #fff200; */
	margin-top: 0.25rem;
}

/* .header_inner_wrap .header_right .header__button_wrap a.header_btn_black:hover,
.header_inner_wrap .header_right .header__button_wrap a.header_btn_black:focus {
	background: #fff200;
	color: black;
} */

.header_inner_wrap .header_right .header__button_wrap a:hover,
.header_inner_wrap .header_right .header__button_wrap a:focus {
	background: black;
	color: #fff200;
}

.header_burger {
	cursor: pointer;
	display: none;
	position: relative;
	width: 48px;
	height: 48px;
	border: 0.1rem solid black;
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: none !important;
}

.header_burger span:first-child {
	margin-top: -7px;
}

.header_burger span:nth-child(3) {
	margin-top: 7px;
}

.header_burger span {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #000;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

@media (min-width: 900px) {
	.header_inner_wrap {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 900px) {
	.header_inner_wrap {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.header_inner_wrap .header_left .header_socials {
		display: none;
	}

	.header_burger {
		display: block;
	}

	.header_inner_wrap .header_center .header_logo {
		max-width: 136px;
	}

	.header_inner_wrap .header_right .header__button_wrap a {
		padding: 0.25rem;
	}

	.header_inner_wrap .header_right .header__button_wrap a.header_btn_black {
		color: black;
		background: #fff200;
	}

	.header_inner_wrap
		.header_right
		.header__button_wrap
		a.header_btn_black:hover,
	.header_inner_wrap
		.header_right
		.header__button_wrap
		a.header_btn_black:focus,
	.header_inner_wrap .header_right .header__button_wrap a:hover,
	.header_inner_wrap .header_right .header__button_wrap a:focus {
		opacity: 0.75;
	}

	.header_inner_wrap .header_right .header__button_wrap a .header_btn_icon {
		display: flex;
		width: 1.75rem;
		justify-content: center;
	}

	.header_inner_wrap .header_right .header__button_wrap a .header_btn_text {
		display: none;
	}
}

.ult-form__submit-btn.disabled {
	background-color: gray !important;
	cursor: default;
}

/* body.page-template-my-profile-woo .site-content {
	width: 980px;
} */

.woo_profile_wrap .woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
	padding: 0.75rem;
}

.woo_profile_wrap nav ul {
	list-style: none;
	padding-left: 0;
}

.woo_profile_wrap nav ul li {
	margin-bottom: 0.5rem;
}
.woo_profile_wrap nav ul li a {
	background-color: #f3f3f3;
	display: block;
	color: #404040;
	text-decoration: none;
	padding: 0.5rem 2rem;
	text-align: center;
	border-radius: 3px;
	margin: 0;
	white-space: nowrap;
	font-weight: 600;
}

.woo_profile_wrap nav ul li a:hover {
	background-color: #de5021;
	color: white;
}

.woo_profile_wrap nav ul li.is-active a {
	background-color: #404040;
	color: white;
}

/* .is_woo_home .woo_profile_wrap nav ul li.woocommerce-MyAccount-navigation-link--courses a {
	background-color: #de5021;
	color: white;
}

.is_woo_home .woo_profile_wrap nav ul li.woocommerce-MyAccount-navigation-link--courses:hover a {
	background-color: black;
	color: #fff200;
} */

.woo_profile_wrap .woocommerce-MyAccount-navigation {
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.woo_profile_wrap .woocommerce-MyAccount-navigation ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-top: 1.5em;
}

.woo_profile_wrap .woocommerce-MyAccount-content {
	float: none;
	width: 100%;
}

.woo_profile_wrap .woocommerce-notices-wrapper {
	margin-top: 0;
}

.woo_profile_wrap .woocommerce-orders-table__cell-order-actions {
	display: flex;
}

.woo_profile_wrap .woocommerce-orders-table__cell-order-actions a {
	margin-right: 0.5rem;
}

.woo_profile_wrap .woocommerce-orders-table__cell-order-actions a:last-child {
	margin-right: 0;
}

.sertifikatu_saraksts {
	display: flex;
	flex-direction: column;
}

.sertifikatu_saraksts a {
	margin-bottom: 0.5rem;
}

.woocommerce .woocommerce-order-details header h2 {
	margin-bottom: 0.83em !important;
}

.woo_profile_wrap .tnp-newsletter-profile-url {
	display: none !important;
}
.woo_profile_wrap .no_subscriptions .woocommerce-Button {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
}

.subscription_details a.button {
	margin-bottom: 0.35rem;
}

@media (max-width: 767.98px) {
	.woo_profile_wrap .woocommerce-MyAccount-navigation {
		width: 100%;
		position: relative;
	}

	.woo_profile_wrap .woocommerce-MyAccount-navigation ul {
		flex-direction: column;
	}

	.woo_profile_wrap nav ul li a {
		margin: 0;
	}

	.woo_profile_wrap .woocommerce-MyAccount-content {
		width: 100%;
	}

	.woo_profile_wrap .woocommerce-orders-table__cell-order-actions a {
		margin-right: 0;
		margin-bottom: 0.5rem;
	}

	.woo_profile_wrap .woocommerce-orders-table__cell-order-actions a:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}
}

.ld-item-search-submit {
	display: none !important;
}

.ld-item-search-name {
	margin-right: 0 !important;
}

.cert_ver_cont {
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}

.cert_ver_cont .cert_header {
	text-align: center;
	margin-bottom: 2rem;
}

.cert_ver_cont .cert_img_wrap {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

.cert_dload_wrap {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.cert_dload_wrap a {
	display: flex;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5rem 1.5rem;
	position: relative;
	align-items: center;
	justify-content: space-between;
	font-size: 1.4rem;
	text-decoration: none;
	font-weight: 400;
	color: white;
	background: #de5021;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
}

.cert_dload_wrap a.linkedin_btn {
	background: #404040;
}
.cert_dload_wrap a:hover {
	opacity: 0.75;
	color: white;
}
.cert_dload_wrap a span {
	width: 100%;
	text-align: center;
}

.cert_ver_cont h4 {
	text-align: center;
}

.cert_socials {
	display: flex;
	justify-content: center;
}

.cert_socials a {
	background: #de5021;
	padding: 0.25rem;
	border-radius: 100%;
	height: 2rem;
	width: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0.5rem;
	color: white;
	text-decoration: none;
}

.cert_socials a:hover {
	opacity: 0.75;
	color: white;
}

@media (max-width: 767.98px) {
	.cert_ver_cont .cert_img_wrap,
	.cert_ver_cont,
	.cert_dload_wrap a {
		width: 100%;
	}
}

.learndash-wrapper .ld-pagination {
	display: flex;
	justify-content: center;
	text-transform: inherit;
}

.learndash-wrapper .ld-pagination .ld-pages {
	background: none;
	font-size: 1rem;
	flex: 0 0 50% !important;
}

@media (max-width: 767.98px) {
	.learndash-wrapper .ld-pagination .ld-pages {
		flex: 0 0 90% !important;
	}
}

.learndash-wrapper #ld-profile .ld-section-heading {
	display: block;
}

.ld-reset-button {
	display: flex;
	align-items: center;
	color: #de5021 !important;
}

.ld-reset-button:hover,
.ld-reset-button:focus {
	opacity: 0.75;
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#wc-stripe-payment-request-wrapper {
	padding-top: 0 !important;
	padding-bottom: 1rem !important;
}

@media (min-width: 900px) {
	#wc-stripe-payment-request-wrapper {
		margin-top: 0 !important;
		display: flex;
		justify-content: center;
	}

	#wc-stripe-payment-request-button {
		width: 13rem;
	}
}

.woocommerce div.product form.cart .button {
	width: 13rem;
}

#wc-stripe-payment-request-button-separator {
	display: none !important;
}

.woocommerce-variation.single_variation {
	padding-right: 7rem !important;
}

@media (max-width: 767.98px) {
	.woocommerce-variation.single_variation {
		padding-right: 0 !important;
	}
}

section.upsells .woocommerce-loop-product__title,
.cross-sells .woocommerce-loop-product__title {
	color: #404040;
}

section.upsells .price,
.cross-sells .price {
	color: #de5021 !important;
}

section.upsells .product,
.cross-sells .product {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

section.upsells .products {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cross-sells .products {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

section.upsells .product a.woocommerce-loop-product__link:hover h2,
.cross-sells .product a.woocommerce-loop-product__link:hover h2 {
	text-decoration: underline;
}

section.upsells .product a:first-child h2,
.cross-sells .product a:first-child h2 {
	flex-grow: 1;
}

section.upsells .product a:first-child,
.cross-sells .product a:first-child {
	display: flex;
	flex-direction: column;
	height: 100%;
}

section.upsells .onsale,
.cross-sells .onsale {
	background-color: #fff200;
	border-radius: 0.5rem;
	color: #404040;
	padding: 1rem 2rem;
	line-height: 1rem;
}

@media (max-width: 767.98px) {
	section.upsells .product,
	.cross-sells .product {
		margin: 0 3.8% 2.992em 0 !important;
		width: 45% !important;
	}
}

#toc ol {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1rem;
	border-bottom: 0.1rem solid #cccccc;
	border-top: 0.1rem solid #cccccc;
	padding-top: 1rem;
}

#toc ol li a {
	color: #de5021;
}

#toc ol li a:hover,
#toc ol li a:focus {
	opacity: 0.75;
}

@media (max-width: 767.98px) {
	#toc ol {
		border: none;
		flex-direction: column;
		align-items: center;
		background: #fbeee8;
		border-radius: 3px;
	}

	#toc ol li {
		margin-bottom: 0.75rem;
	}

	#toc ol li:last-child {
		margin-bottom: 0;
	}
}

.xoo-wsc-container .scroll-to-top,
#scroll-to-top-poga {
	bottom: 5rem;
	right: 0;
	background: #fff200 !important;
	z-index: 999999999;
	margin: 10px;
	display: flex;
	width: 54px;
	height: 55px;
	position: fixed;
	border-radius: 50%;
	box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
	cursor: pointer;
	padding: 10px 12px;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
}

@media (hover: hover) {
	.xoo-wsc-container .scroll-to-top:hover,
	#scroll-to-top-poga:hover {
		transform: scale(1.1);
	}

	.xoo-wsc-basket:hover {
		transform: scale(1.1);
	}
}

.xoo-wsc-container .scroll-to-top svg,
#scroll-to-top-poga svg {
	width: 100%;
}

.xoo-wsc-container .scroll-to-top svg path,
#scroll-to-top-poga svg path {
	fill: #de5021;
}

.xoo-wsc-cart-active .scroll-to-top,
.xoo-wsc-cart-active ~ #scroll-to-top-poga {
	right: 400px;
}

.product_tags {
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: center;
	border-top: 0.1rem solid #cccccc;
	border-bottom: 0.1rem solid #cccccc;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.product_tags p {
	margin: 0;
}

header.site-header,
.ld-focus-header {
	width: 100%;
}
/*
@media (max-width: 900px) {
	header.site-header,
	.ld-focus-header {
		position: fixed !important;
		z-index: 99999 !important;
	}

	#content {
		padding-top: 23%;
	}

	.home #content {
		padding-top: 0 !important;
	}

	.slider__mob {
		padding-top: 23%;
	}
}

@media (max-width: 540px) {
	.slider__mob {
		padding-top: 27%;
	}

	#content {
		padding-top: 27%;
	}
}

@media (max-width: 440px) {
	.slider__mob {
		padding-top: 29%;
	}

	#content {
		padding-top: 29%;
	}
}

@media (max-width: 340px) {
	.slider__mob {
		padding-top: 34%;
	}

	#content {
		padding-top: 34%;
	}
}
*/
.go_to_page_profile {
	display: flex;
	justify-content: center;
}

.go_to_page_profile form #go_to_page {
	width: 3rem;
}

.go_to_page_profile form input[type="button"] {
	cursor: pointer;
}

.go_to_page_profile form input[type="button"]:hover {
	opacity: 0.75;
}

.go_to_page_profile form input[type="button"]:disabled {
	opacity: 0.75;
	cursor: not-allowed;
	pointer-events: none;
}

.course_deleted {
	color: lightgray;
}

.course_deleted .ld-course-title {
	color: lightgray;
}

.pum-content iframe {
	width: 35rem;
	height: 35rem;
	border: 0;
}

/*Additional CSS*/
input.button {
	font-size: 17px !important;
	padding: 10px 20px !important;
	font-weight: 400 !important;
}
/* @media (max-width: 786px) {
	.nx-bar .nx-inner-content-wrapper {
		display: none !important;
	}
} */
.wpProQuiz_content .wpProQuiz_question_text {
	font-size: 20px;
	font-weight: 600;
}
.ld-icon-search {
	background-color: transparent !important;
	width: auto !important;
}

/*Course Info Bar CSS*/
body {
	overflow-x: hidden;
}

p.pieteikties {
	margin: 40px auto 40px !important;
}

.ld-focus-content h1 {
	font-size: 32px;
}

.ld-course-status-segment {
	border-bottom: 0 !important;
}

.learndash-wrapper .ld-course-navigation .ld-status-icon,
.learndash-wrapper
	.ld-topic-list.ld-table-list
	.ld-table-list-item
	.ld-table-list-item-preview
	.ld-status-icon {
	margin-top: auto;
	margin-bottom: auto;
}

.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled {
	padding: 0;
	margin: 0;
	border-radius: 0px;
	background: none;
	justify-content: space-between;
}

.ld-status-custom-header-text a h3,
.ld-status-custom-header-text h3 {
	text-transform: uppercase;
	font-size: 20px;
	color: #de5021;
}
.ld-status-custom-header-text a:hover h3 {
	color: #853014;
}

.ld-course-status-segment {
	align-items: start;
	background: #fcede8;
	border-right: 0px solid white !important;
	border-radius: 6px;
	flex-grow: initial !important;
	margin-bottom: 1em;
	padding: 0 1.2em !important;
}

.ld-course-status-content {
	align-items: start !important;
	margin-bottom: 1em !important;
}

.ld-status-custom-body {
	font-size: 16px;
}

.ld-item-list-actions {
	width: 100% !important;
}

.ld-item-search-wrapper {
	width: 100%;
}

.ld-item-search-fields {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.ld-item-search-fields .ld-item-search-submit .ld-button {
	background-color: #c8c8c8 !important;
	padding: 0.7em 2em;
	text-transform: uppercase;
	font-weight: 600 !important;
	font-size: 15px;
}

.ld-item-search-fields .ld-item-search-name .ld-course-nav-field {
	border: 0;
	background: #f3f3f3;
}

.ld-item-search-fields .ld-item-search-name .ld-course-nav-field:focus {
	outline: none;
}

.ld-item-search-name {
	display: inline-flex;
	flex: 1 1 300px;
	position: relative;
	/* border: 1px solid #ccc; */
	border-radius: 5px;
	overflow: hidden;
	background: #f3f3f3;
	padding: 3px 10px;
	margin-right: 15px;
}

.ld-item-search-name .searchIcon {
	border: 0;
	padding: 0.5rem 0.5rem 0.5rem 0;
	flex: 1;
	color: #d8d8d8;
}

.ld-course-nav-field {
	width: 100%;
}

.ld-profile-stat-completed strong {
	color: #b0b0b0;
}

.ld-profile-stat-progress strong {
	color: #de5021;
}

.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat span {
	color: #b0b0b0;
}

.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-edit-link {
	color: #b0b0b0;
}

.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-edit-link {
	margin-right: 4em;
}

.learndash-wrapper
	.ld-profile-summary
	.ld-profile-card
	.ld-profile-edit-link:last-child {
	margin-right: 0;
}

.learndash-wrapper .ld-item-list .ld-item-list-item {
	border: 2px solid #ebebeb;
}

.ld-item-list-items .ld-course-title {
	font-weight: 600;
	font-size: 19px;
}
.title-class-progress {
	color: #de5021;
}
.title-class-completed {
	color: #b0b0b0;
}
.title-class-notcompleted {
	color: #404040;
}
.title-class-notstarted {
	color: #b0b0b0;
}

.span-expires {
	font-size: 15px;
}

.learndash-wrapper
	.ld-item-list
	.ld-item-list-item
	.ld-item-list-item-expanded
	.ld-progress {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	background: #ebebeb;
	padding: 0 2em;
	margin: 0;
}

.learndash-wrapper
	.ld-item-list
	.ld-item-list-item
	.ld-item-list-item-expanded
	.ld-progress
	.ld-progress-bar {
	width: 75%;
}
.ld-progress-bar {
	background: rgba(255, 255, 255, 0.8) !important;
}

.ld-table-list-lesson-details .ld-progress-percentage {
	width: 100% !important;
}

.learndash-wrapper
	.ld-item-list
	.ld-item-list-item
	.ld-item-list-item-expanded
	.ld-progress
	.ld-progress-percentage {
	width: 20%;
	font-weight: 600;
	text-align: right;
}

.ld-progress.progress-class-completed
	.ld-progress-bar
	.ld-progress-bar-percentage {
	background-color: #b0b0b0 !important;
}
.ld-progress.progress-class-completed .ld-progress-percentage {
	color: #b0b0b0 !important;
}

.ld-progress.progress-class-notcompleted .ld-progress-percentage {
	color: white !important;
}

.ld-status-span {
	text-transform: uppercase;
	font-size: 16px;
	white-space: nowrap;
	text-align: center;
}

.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar {
	border: none;
}

.learndash-wrapper
	.ld-item-list
	.ld-item-list-item
	.ld-item-details
	.ld-certificate-link {
	font-size: 14px;
	text-transform: none;
	color: #de5021;
	margin-right: 0px;
	display: block;
}

.learndash-wrapper .ld-course-status-enrolled .ld-status-progress {
	display: none !important;
}

.ld-focus-header .ld-progress {
	padding: 0 1em 0 0 !important;
}

@media (max-width: 900px) {
	.ld-focus-header .ld-progress {
		padding: 0.5em 1em 0 0 !important;
	}

	.learndash-wrapper .ld-item-list {
		margin-top: 20px;
	}

	.ld-tabs,
	.ld-tabs .ld-tab-content figure,
	.ld-tabs .ld-tab-content figure img {
		margin-top: 0px !important;
	}

	.ld-item-search-name {
		flex: 1 0 100%;
		margin-right: 0;
		width: 100%;
	}

	.ld-item-search-fields {
		flex-direction: column;
	}

	.ld-item-search-fields .ld-item-search-submit {
		margin-right: 0;
		flex: 2 0 100%;
		width: 100%;
		margin-top: 1em;
	}

	.ld-item-search-fields .ld-item-search-submit .ld-button {
		padding: 0.7em 0.5em;
	}

	.ld-item-details {
		margin-left: auto !important;
		margin-right: auto !important;
		width: 100% !important;
		display: block !important;
		position: relative;
	}

	.ld-status-span {
		display: block;
		width: 100%;
		position: relative;
		text-align: center;
		padding-top: 10px;
	}

	.ld-expand-button.ld-button-alternate.ld-mobile-only {
		text-align: right;
		display: block !important;
		width: 100%;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text {
		display: none;
	}
	.ld-expand-button.ld-button-alternate.ld-mobile-only
		.ld-icon-arrow-down.ld-icon {
		background: none !important;
	}
	.ld-expand-button.ld-button-alternate.ld-mobile-only
		.ld-icon-arrow-down.ld-icon:before {
		font-family: "Font Awesome 5 Free";
		content: "\f067";
		color: #ebebeb;
		font-size: 25px;
		font-weight: 300;
	}

	.learndash-wrapper .ld-expand-button.ld-expanded .ld-icon {
		transform: rotate(0deg) !important;
	}

	.learndash-wrapper .ld-expand-button.ld-expanded .ld-icon:before {
		content: "\f068" !important;
	}

	/*.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
        text-align:center;
    }*/

	.learndash-wrapper
		.ld-item-list
		.ld-item-list-item
		.ld-item-list-item-expanded
		.ld-progress {
		display: block;
	}

	.learndash-wrapper
		.ld-item-list
		.ld-item-list-item
		.ld-item-list-item-expanded
		.ld-progress
		.ld-progress-bar {
		width: 100%;
	}

	.learndash-wrapper
		.ld-item-list
		.ld-item-list-item
		.ld-item-list-item-expanded
		.ld-progress
		.ld-progress-percentage {
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}
}

/*Profila rediģēšana CSS*/
.wppb-form-field label {
	text-align: right;
	padding: 10px 30px 10px 10px;
	font-weight: 300;
}

.wppb-form-field input {
	width: 50% !important;
	background-color: rgba(222, 80, 33, 0.1);
	border: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	color: #de5021 !important;
	padding: 10px !important;
}

.wppb-form-field input:focus {
	outline: none !important;
}

.wppb-user-forms ul li h4 {
	text-align: center;
	padding-left: 30%;
	padding-right: 20%;
	color: #de5021;
	text-transform: uppercase;
	font-size: 20px;
}

input#edit_profile {
	width: 47.3%;
	font-weight: 600;
	margin-left: 28.4%;
	margin-right: 20%;
	border: 0;
}

@media (max-width: 900px) {
	.wppb-form-field label {
		padding: 10px;
		text-align: center;
	}

	.wppb-user-forms ul li h4 {
		padding-left: 0;
		padding-right: 0;
		padding-top: 20px;
	}

	.wppb-form-field input {
		width: 100% !important;
	}
}

/*Woo Grozs CSS*/
/*	.cart-collaterals .cross-sells {
		display:none !important;
}*/

.woocommerce-notices-wrapper {
	margin-top: 2rem;
}

@media (max-width: 900px) {
	.woocommerce-notices-wrapper .button {
		margin-bottom: 1rem !important;
	}
}

.woocommerce-product-details__short-description .has-inline-color {
	color: #de5021;
}

.prod_price_wrap {
	padding: 1rem !important;
	border-radius: 5px;
	color: #de5021;
	background-color: #fcede8;
}

.woocommerce a.remove {
	font-weight: 400;
}

.shop_table {
	border-spacing: 0;
}

.shop_table thead,
.shop_table tbody {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.checkout-kopa {
	margin-bottom: 2rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout-kopa td {
	border: none !important;
	font-size: larger;
}

.checkout-kopa .cart_subtotal td {
	padding-top: 2rem !important;
}

.woocommerce div.product .product_title {
	margin-top: 0.5em;
}

.woocommerce-cart .site-content {
	width: 980px;
	padding: 0;
}

.cart_totals table.shop_table,
.cart_totals table.shop_table td,
.cart_totals table.shop_table th {
	border: 0;
	border-top: 0 !important;
}

.cart-subtotal th,
.order-total th {
	padding-left: 5.5rem !important;
}

.cart-subtotal th,
.cart-discount th {
	font-weight: 400 !important;
}

.cart-discount {
	color: #de5021;
}

.cart_totals .order-total {
	font-weight: 700;
}

th.product-quantity,
td.product-quantity,
th.product-price,
td.product-price,
.cart_totals h2 {
	display: none;
}

.woocommerce a.button.alt {
	font-weight: 400;
	background-color: #de5021;
}

.woocommerce a.button.alt:hover {
	background-color: black;
	color: #fff200;
}

.xoo-wsc-items-count {
	top: 16px;
	left: 13px;
}

.xoo-wsc-product {
	position: relative;
	padding: 0;
	border: 3px solid #ebebeb;
	margin: 20px;
	margin-bottom: 40px;
	border-radius: 10px;
}

.xoo-wsc-sum-col {
	width: 100%;
	padding-left: 0;
}

.xoo-wsc-qty-price {
	display: none;
}

.xoo-wsc-pname a {
	color: #404040;
	font-weight: 400 !important;
	text-decoration: none;
}

span.xoo-wsc-smr-del {
	position: absolute;
	top: -20px;
	width: 20px;
	left: 12px;
}

span.xoo-wsc-smr-del.xoo-wsc-icon-cross:before {
	color: #de5021;
	font-size: 30px;
}

.xoo-wsc-sm-info {
	display: block;
}

.prod_row {
	display: flex;
	align-items: center;
	padding: 10px;
}

.prod_row .col_40 {
	width: 40%;
}

.prod_row .col_60 {
	width: 60%;
	text-align: right;
}

.prod_row .col_75 {
	width: 75%;
	padding-left: 1rem;
}

.prod_row .col_75 a {
	color: #404040;
	text-decoration: none;
}
.prod_row .col_75 a:hover {
	color: #404040;
	text-decoration: underline;
}

.prod_row .col_25 {
	width: 25%;
	padding-right: 1rem;
}

.prod_row .col_25 img {
	border-radius: 10px;
}

.suggested_sum_row {
	justify-content: center;
	padding: 10px 1.4rem !important;
}

.suggested_sum_row .add_to_cart_button span {
	margin-right: 0.5rem;
}

.sum_row {
	display: flex;
	align-items: center;
	background: #f3f3f3;
	padding: 10px;
	border-top: 3px solid #ebebeb;
}

.sum_row .col_40 {
	width: 40%;
}

.sum_row .col_60 {
	width: 60%;
	text-align: right;
}

.xoo-wsc-sp-heading {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 600;
}

.xoo-wsc-sp-container {
	background: #fff;
	border-radius: 10px;
	border: 3px solid #ebebeb;
	margin-bottom: 30px;
}

.xoo-wsc-sp-product {
	padding: 0;
}

.xoo-wsc-ftx-row {
	padding: 10px;
	border-top: none;
	font-size: 16px;
	border-bottom: none;
	background: #fcede8;
	border-radius: 10px;
	color: #edaa9a;
}

.fakeflex_right {
	flex: 1;
}

.xoo-wsc-remove-coupon span {
	color: #de5021;
	margin-left: 0;
	flex: 1;
}
.xoo-wsc-remove-coupon {
	margin-right: 0;
	width: 100%;
}

.xoo-wsc-ft-amt.less {
	color: #de5021;
}

.xoo-wsc-ft-amt.less {
	color: #de5021;
}

a.xoo-wsc-ft-btn {
	border-radius: 10px;
}

.xoo-wsc-ft-amt-total {
	border-top: none;
	margin-top: 0;
	padding-top: 3px;
}
.xoo-wsc-toggle-slider[data-slider="coupon"] {
	width: 100%;
	text-align: center;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 23rem !important;
	float: none;
}

@media (max-width: 900px) {
	.woocommerce-cart table.cart td.actions .coupon button {
		float: none !important;
		width: 100% !important;
	}
	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 100% !important;
		margin-bottom: 0.5rem;
	}
}

form.xoo-wsc-sl-apply-coupon {
	flex-direction: column;
}

form.xoo-wsc-sl-apply-coupon input {
	padding: 10px;
	font-size: 16px;
	background: #fcede8;
	border-radius: 10px;
	color: #edaa9a;
	border: none;
	margin-bottom: 15px;
}

form.xoo-wsc-sl-apply-coupon input::placeholder {
	color: #edaa9a;
}

form.xoo-wsc-sl-apply-coupon button {
	border-radius: 10px;
	font-size: 18px;
}

form.xoo-wsc-sl-apply-coupon button:hover {
	background-color: black !important;
	color: #fff200;
}

.xoo-wsc-slider {
	width: 100%;
}

.woocommerce-info {
	padding: 1em;
	background-color: white;
	border-top: 1px solid #ebebeb !important;
	border: 1px solid #ebebeb;
	margin: 0;
	border-radius: 5px 5px 0 0;
}

.woocommerce-info::before {
	content: none;
}

.woocommerce-info a {
	text-decoration: none;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login {
	border: 1px solid #ebebeb;
	padding: 20px;
	margin: 0;
	text-align: left;
	border-radius: 5px;
	/* border-radius: 0 0 5px 5px;
	border-top: none; */
}

.woocommerce-form-coupon-toggle {
	margin-top: 1rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding: 10px;
	font-size: 16px;
	background: #fcede8;
	border-radius: 10px;
	color: #edaa9a;
	border: none;
	margin-bottom: 15px;
}

.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder {
	color: #edaa9a;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	font-weight: 400;
	background-color: #de5021;
	color: white;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: black !important;
	color: #fff200;
}

.woocommerce-billing-fields__field-wrapper {
	padding: 1rem;
	border: 1px solid #ebebeb;
	border-radius: 5px;
}

.woocommerce-account-fields {
	padding: 1rem;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	margin-top: 1rem;
}

#customer_details .col-1 {
	width: 100%;
}

@media (max-width: 900px) {
	.xoo-wsc-container {
		width: 100%;
	}
}

.variants_custom_wrap {
	display: flex;
	justify-content: space-between;
}

.woocommerce-variation.single_variation {
	padding-right: 4rem;
}

.woocommerce div.product form.cart .variations {
	width: 40%;
	margin-bottom: 0;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-size: 1em;
	color: #de5021;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	text-align: left;
	vertical-align: middle;
}

.woocommerce div.product form.cart .variations select {
	background-color: #fbeee8;
	border: none;
	padding: 0.75rem;
	border-radius: 5px;
	color: #ec9e84;
	min-width: 13rem;
}

.woocommerce div.product form.cart .variations select:focus-visible {
	outline: none !important;
}

.single_variation_wrap {
	display: flex;
	align-items: center;
	justify-content: end;
}

.single_variation_wrap .woocommerce-variation-add-to-cart {
	width: 13rem;
}

.single_variation_wrap
	.woocommerce-variation-add-to-cart
	.single_add_to_cart_button {
	width: 100%;
	padding: 0.8em 1em !important;
}

.woocommerce-message {
	background-color: #fcede8;
	border: none;
	border-radius: 5px;
	color: #de5021;
	padding: 1em 2em;
	text-align: center;
}
.woocommerce-message::before {
	content: "";
}

.woo-order-overview-wrap {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.woo-order-overview-item {
	display: flex;
	justify-content: space-between;
	padding: 0.5em 1em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woo-order-overview-item:last-child {
	border-bottom: none;
}

.pdf-download {
	text-align: center;
}

.pdf_invoice_download_button:hover {
	background-color: black !important;
	color: #fff200 !important;
}
.pdf_invoice_download_button {
	font-weight: 400;
	background-color: #de5021;
	color: white !important;
	border-radius: 5px;
}

@media (max-width: 900px) {
	.variants_custom_wrap {
		flex-direction: column;
		align-items: center;
		width: 100%;
	}

	.variants_custom_wrap .var_subscribtion span.price {
		display: block;
		padding-bottom: 1rem;
	}
	.single_variation_wrap {
		margin-top: 1rem;
		width: 100%;
		flex-direction: column;
	}
	.single_variation_wrap .woocommerce-variation-add-to-cart {
		width: 100%;
	}

	.woocommerce div.product form.cart .variations {
		width: 100%;
	}
	.woocommerce div.product form.cart .variations select {
		min-width: 100%;
	}
	.woocommerce-variation.single_variation {
		padding-right: 0;
		padding-bottom: 1rem;
	}
}

/*Frontpage users count shortcode*/
.CF5d602e92280a9 {
	padding-bottom: 0px !important;
}

.CF5d602e92280a9 #fld_8367361_1:hover {
	width: auto;
}

.CF5d602e92280a9 #fld_1063622_1 {
	background-color: rgba(222, 80, 33, 0.1);
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	color: #de5021;
	text-align: center;
}

.CF5d602e92280a9 #fld_1063622_1::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #de5021;
	opacity: 0.7; /* Firefox */
}

.CF5d602e92280a9 #fld_1063622_1:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #de5021;
}

.CF5d602e92280a9 #fld_1063622_1::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #de5021;
}

input#fld_8367361_1 {
	border: 0px solid white;
	margin-bottom: 0px !important;
	width: auto;
	padding: 10px 40px;
}

.front-users-count {
	color: #de5021;
	font-size: 18px;
	padding-top: 25px;
	text-align: center;
}
.front-users-count span {
	font-size: 22px;
}

@media (max-width: 900px) {
	.CF5d602e92280a9 #fld_8367361_1:hover {
		margin-left: 0;
	}
	.front-users-count {
		color: #fff200;
		padding: 25px 10%;
		background: #de5021;
	}

	.CF5d602e92280a9 #fld_1063622_1 {
		color: #fff200;
		background-color: rgba(255, 242, 0, 0.1);
		width: 90% !important;
	}

	.CF5d602e92280a9 #fld_1063622_1::placeholder {
		/* Chrome, Firefox, Opera, Safari 10.1+ */
		color: #fff200;
		opacity: 0.7; /* Firefox */
	}

	.CF5d602e92280a9 #fld_1063622_1:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #fff200;
	}

	.CF5d602e92280a9 #fld_1063622_1::-ms-input-placeholder {
		/* Microsoft Edge */
		color: #fff200;
	}

	.CF5d602e92280a9 #fld_8367361_1 {
		width: 90% !important;
	}
}

/*Kurss CSS*/
.ld-is-current-item .ld-topic-title {
	font-weight: 700 !important;
}

.wpProQuiz_results .wpProQuiz_certificate {
	display: none !important;
}

.h2_flip_bg {
	background-image: url(https://open.lv/wp-content/uploads/2022/04/h2_bg_rot-1.jpg);
	background-size: contain;
	padding: 2rem;
}

.h2_normal_bg {
	background-image: url(https://open.lv/wp-content/uploads/2022/04/h2_bg-1.jpg);
	background-size: contain;
	padding: 2rem;
}

@media (max-width: 900px) {
	.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details {
		display: none !important;
	}
	.learndash-wrapper
		.ld-focus
		.ld-tab-content
		ol:not(.blocks-gallery-grid):not(.wp-block-gallery),
	.learndash-wrapper
		.ld-focus
		.ld-tab-content
		ul:not(.blocks-gallery-grid):not(.wp-block-gallery) {
		padding-left: 20px !important;
	}
}

.learndash-wrapper
	.ld-focus
	.ld-tab-content
	ol:not(.blocks-gallery-grid):not(.wp-block-gallery),
.learndash-wrapper
	.ld-focus
	.ld-tab-content
	ul:not(.blocks-gallery-grid):not(.wp-block-gallery) {
	padding-left: 20px !important;
}

.learndash-wrapper .ld-quiz-actions input[type="button"] {
	font-weight: 500;
	white-space: nowrap;
	color: white;
}

.ld-focus-content p:empty:before {
	display: none;
}

.learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon-checkmark {
	color: white;
}
.ld-lesson-item a:hover .ld-icon-checkmark {
	color: #853014 !important;
}

.status-completed .ld-item-title,
.learndash-complete .ld-topic-title,
.learndash-complete .ld-item-title {
	color: #ee4100;
}

.status-progress .ld-item-title {
	color: #f2b9a6;
}

.status-notcompleted .ld-item-title {
	color: #404040;
}

.status-notavailable .ld-item-title {
	color: #b0b0b0;
}

.status-completed .ld-item-components {
	color: #ee4100 !important;
}

.status-progress .ld-item-components {
	color: #f2b9a6 !important;
}

.status-notcompleted .ld-item-components {
	color: #404040 !important;
}

.status-notavailable .ld-item-components {
	color: #b0b0b0 !important;
}

.learndash-complete .ld-topic-title {
	color: inherit;
	font-weight: 400;
}

.ld-status-incomplete.ld-topic-title {
	color: #404040;
}

div.btn_dark {
	height: 40px;
	width: 140px;
	min-width: 120px;
	margin-left: auto !important;
	margin-right: auto !important;
	background-color: #404040;
	color: #fff;
	outline: 0 !important;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.lesson_access_from {
	font-weight: 400;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}

.lesson_access_from img {
	width: 17px;
	margin-right: 10px;
	/* margin-top: 3px; */
	display: inline;
}

.lesson_access_from_icon_only {
	min-width: 17px;
	margin-left: auto;
}

.lesson_access_from_icon_only img {
	margin-right: 0 !important;
}

/*
.article-full .entry-title {
    font-size: 32px;
}
*/

.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover {
	color: #853014 !important;
}

input[type="radio"]:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -4px;
	left: -1px;
	position: relative;
	background-color: #ee4100;
	content: "";
	display: inline-block;
	visibility: visible;
	border: 2px solid #ee4100;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue,
.learndash-wrapper .ld-table-list .ld-table-list-header {
	color: #404040;
}

.learndash-wrapper .ld-table-list a.ld-table-list-item-preview:hover {
	color: #404040;
}

.learndash-wrapper .ld-focus .ld-focus-header {
	background-color: #fff200;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo {
	background-color: #fff200;
}

.learndash-wrapper .ld-content-actions .ld-content-action {
	min-width: 50px;
}

@media (max-width: 768px) {
	.learndash-wrapper .ld-content-actions .ld-content-action {
		min-width: auto;
	}
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action,
.learndash-wrapper .ld-focus .ld-focus-header .ld-progress {
	border: none !important;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu {
	border: none !important;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-bar,
.learndash-wrapper .ld-progress .ld-progress-bar {
	width: 80%;
}

.learndash-wrapper
	.ld-progress
	.ld-progress-heading
	.ld-progress-stats
	.ld-progress-percentage {
	margin-right: 0;
	font-size: 1.25em;
}

.learndash-wrapper .ld-progress .ld-progress-heading {
	display: flex;
	justify-content: space-between;
	font-size: 0.75em;
	line-height: 1em;
	align-items: center;
}

.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2,
.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2 {
	width: 100%;
}

.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress {
	align-self: center;
	width: 100%;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-profile-avatar {
	width: 25px;
	height: 25px;
	margin-left: 0;
	margin-right: 0.75em;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text {
	color: #404040;
	font-size: 1em;
}

.learndash-wrapper
	.ld-focus
	.ld-focus-header
	.ld-user-menu
	.ld-user-menu-items {
	background-color: #ebebeb;
	border-radius: 0.35rem;
}

.learndash-wrapper
	.ld-focus
	.ld-focus-header
	.ld-user-menu
	.ld-user-custom-menu-items
	a {
	background-color: transparent !important;
	background: none !important;
	font-family: Roboto, sans-serif !important;
	font-weight: 500;
	color: #404040 !important;
	text-align: center;
}

.learndash-wrapper
	.ld-focus
	.ld-focus-sidebar
	.ld-course-navigation-heading
	h3
	a {
	color: #404040;
}

.learndash-wrapper
	.ld-course-navigation
	.ld-lesson-item-preview
	.ld-lesson-title {
	color: #404040 !important;
}

.learndash-wrapper
	.ld-focus
	.ld-focus-sidebar
	.ld-course-navigation-heading
	h3 {
	padding: 0;
}

.learndash-wrapper .ld-course-navigation .ld-status-icon,
.learndash-wrapper
	.ld-topic-list.ld-table-list
	.ld-table-list-item
	.ld-table-list-item-preview
	.ld-status-icon {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	border-radius: 50%;
}

.learndash-wrapper .ld-status-icon {
	border-radius: 100% !important;
}

.learndash-wrapper .ld-status-incomplete.ld-status-icon,
.learndash-wrapper .ld-course-navigation .ld-status-icon,
.learndash-wrapper .ld-status-icon.ld-status-in-progress,
.learndash-wrapper .ld-status-icon.ld-quiz-incomplete,
.learndash-wrapper .ld-status-icon.ld-quiz-complete,
.learndash-wrapper .ld-status-icon.ld-quiz-pending {
	background-color: #ebebeb;
	border: none !important;
}

.learndash-wrapper .ld-status-icon.ld-quiz-complete {
	background-color: #ee4100 !important;
	color: white !important;
}

.learndash-wrapper .ld-status-incomplete,
.learndash-wrapper .ld-status-icon.ld-quiz-incomplete,
.learndash-wrapper .ld-status-icon.ld-quiz-pending {
	color: #fff;
}

.learndash-wrapper .ld-status-icon.ld-status-complete .ld-icon,
.learndash-wrapper .ld-status-icon.ld-status-incomplete .ld-icon,
.learndash-wrapper .ld-status-icon.ld-status-in-progress .ld-icon,
.learndash-wrapper .ld-status-icon.ld-quiz-incomplete .ld-icon,
.learndash-wrapper .ld-status-icon.ld-quiz-complete .ld-icon,
.learndash-wrapper .ld-status-icon.ld-quiz-pending .ld-icon {
	font-size: 0.83em;
}

.learndash-wrapper .ld-status-in-progress,
.learndash-wrapper .ld-status-icon.ld-quiz-pending {
	background-color: #f2b9a6 !important;
	transform: none;
	color: #fff;
}

.ld-focus-sidebar-trigger {
	height: 100% !important;
}

.learndash-wrapper
	.ld-focus
	.ld-focus-sidebar
	.ld-focus-sidebar-trigger
	.ld-icon {
	right: 25%;
}

.learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon-quiz {
	display: none;
}
.ld-icon {
	font-family: ld-icons !important;
}
.ld-icon-quiz:before {
	content: "\e906";
}

.ld-icon-arrow-left-div {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;

	border-right: 10px solid #c8c8c8;
}

.learndash-wrapper .ld-content-actions {
	justify-content: space-evenly;
	border: none;
}

.learndash-wrapper
	.ld-content-actions
	.ld-content-action
	.ld-button-transparent {
	background-color: transparent !important;
	color: #de5021 !important;
	font-size: 1.75em !important;
	padding: 5px !important;
}

.learndash-wrapper #sfwd-mark-complete:after,
.learndash-wrapper .sfwd-mark-complete:after {
	display: none;
}
.learndash-wrapper #learndash_mark_complete_button,
.learndash-wrapper .learndash_mark_complete_button {
	padding: 1em;
}

.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text {
	color: #404040 !important;
}

.ld-table-list-header-w-progress {
	display: block !important;
}

.ld-table-list-header-w-progress .ld-table-list-lesson-details {
	font-size: inherit !important;
}

.ld-table-list-header-w-progress .ld-progress {
	display: flex;
	flex-direction: row;
	margin: 1em 0;
	justify-content: space-between;
	width: 100%;
}
.ld-table-list-header-w-progress .ld-progress .ld-progress-bar {
	width: 75%;
}

@media (max-width: 900px) {
	.learndash-wrapper .ld-course-status {
		margin-bottom: 20px;
	}

	.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-bar {
		width: 100%;
	}

	.ld-focus-header .ld-progress .ld-progress-stats {
		margin-top: 10px;
	}

	.learndash-wrapper .ld-content-actions {
		justify-content: space-evenly;
		align-items: center;
		flex-direction: initial;
	}

	.learndash-wrapper .ld-content-actions .ld-content-action {
		padding: 0em;
	}

	.learndash-wrapper .ld-content-actions div:nth-child(2) {
		order: initial;
		width: 100%;
	}

	.learndash-wrapper .ld-button {
		margin-left: 0px;
	}

	.ld-table-list-header-w-progress .ld-table-list-lesson-details {
		margin: 0em !important;
	}
	.ld-table-list-header-w-progress .ld-progress {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	.ld-table-list-header-w-progress .ld-progress .ld-progress-bar {
		width: 100%;
	}
	.ld-table-list-header-w-progress .ld-progress .ld-progress-stats {
		margin-top: 20px;
	}
}

/*Custom css from WP theme customizer*/
ol,
ul {
	margin: 0;
	margin-bottom: 1.5em;
	padding-left: 1em;
}

.om_inline img {
	max-width: 100% !important;
	width: unset !important;
	margin-left: auto !important;
	height: inherit !important;
}

#header-div {
	/*background: rgb(0,87,183);
    background: linear-gradient(180deg, rgba(0,87,183,1) 0%, rgba(0,87,183,1) 50%, rgba(255,215,0,1) 50%, rgba(255,215,0,1) 100%);*/
	background: #fff200;
}

.wp-block-image figcaption {
	font-size: 0.75em;
	font-style: italic;
}

.main-navigation li {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 15.4px;
	background-color: #de5021;
	text-transform: uppercase;
	flex: 1;
	text-align: center;
	margin: 0;
	margin-right: 10px;
	padding: 0 !important;
}

.main-navigation li:last-child {
	margin-right: 0;
}

.main-navigation li a {
	text-decoration: none;
	color: #fff;
	position: relative;
	/* padding: 12px 15px; */
	padding-top: 12px;
	padding-bottom: 12px;
}

.main-navigation li :hover {
	background-color: #000;
	color: #fff200;
	position: relative;
	overflow: hidden;
	box-shadow: none;
}

#header-logo {
	width: 30%;
	text-align: center;
	padding-top: 32px;
}

@media (max-width: 900px) {
	#header-logo {
		width: 100%;
		padding-bottom: 12px;
		padding-top: 52px;
	}

	.header-borders .burger {
		top: 50% !important;
	}

	#header-logo img {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
}

#header-div .header_social_icons {
	display: none;
}

.burger {
	top: 30%;
	background-color: none !important;
}

.category-cits {
	text-align: left;
}

.header-borders {
	background: none !important;
}

.wpProQuiz_question_text p span {
	font-weight: 600 !important;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content {
	overflow-x: visible;
}

input.button {
	text-transform: uppercase;
}

.wp-block-separator {
	border-top: 0;
	border-bottom: 0;
}

.site-content {
	width: 730px;
}

.home .site-content {
	width: 980px;
}

#header-lu {
	display: none !important;
}

@media (min-width: 900px) {
	.wp-block-image img,
	.ld-tab-content img {
		max-width: 980px;
		width: 980px;
		margin-left: -140px;
	}

	.wp-block-column .wp-block-image img {
		width: auto !important;
		margin-left: 0 !important;
	}

	.learndash_post_sfwd-lessons img {
		width: 100%;
		margin-left: 0;
	}

	.learndash-wrapper .ld-course-status.ld-course-status-enrolled {
		width: 980px;
		margin-left: -140px;
	}
}

.customize-support {
	top: 32px;
}

#page {
	margin-top: auto !important;
}

.header-div {
	position: relative;
}

#topBanner {
	background: black;
	text-align: center;
	padding: 10px;
	display: flex;
	justify-content: center;
}

#topBanner .topbanner_content {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

#topBanner .topbanner_content a {
	color: #fff200;
	text-decoration: none;
}

#topBanner .topbanner_content a:hover {
	color: #fff200 !important;
	text-decoration: underline;
}

#topBanner .topbanner_content a p {
	margin: 0;
}

@media (max-width: 900px) {
	#topBanner .topbanner_content a p {
		font-size: 14px;
	}
}

#topBanner .topBanner_close {
	cursor: pointer;
}

#topBanner .topBanner_close i {
	color: #fff200;
}

#topBanner ~ .burger {
	top: 70%;
}

#topBanner[style*="display: none;"] ~ .burger {
	top: 50%;
}

/* kontakt formas apaksa update no 11.12.2020 */

.CF5d602e92280a9 {
	width: auto;
}

.CF5d602e92280a9 .row .form-group {
	display: inline-block;
}

/* a more */
a.more-link:hover {
	background-color: black;
	color: #fff200;
}

a.btn:hover {
	background-color: black;
	color: #fff200;
}

/* buj */
a.buj {
	background-color: #de5021;
	width: 415px;
	display: block;
	margin-top: 20px;
	margin-right: auto;
	height: 42px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: -10px;
	border-radius: 3px;
	font-weight: 400;
	font-family: helvetica;
}

a.buj:hover {
	background-color: black;
	color: #fff200;
}

@media (max-width: 900px) {
	a.buj {
		background-color: #fff200;
		color: black;
		width: 250px;
		font-size: 15px;
	}
}

#input_62_4_3_container input::-webkit-input-placeholder,
#field_62_5 input::-webkit-input-placeholder,
textarea#input_62_3::placeholder {
	color: #e8813a;
	font-size: 14px;
}

#input_62_4_3_container {
	margin: 0 !important;
	padding: 0 !important;
}

#input_62_4_3,
input#input_62_5,
textarea#input_62_3 {
	background: #fbe14e;
	border-color: #fbe14e;
	color: #e8813a;
	font-size: 14px;
}

#field_62_5 {
	margin-top: -25px;
	padding: 0;
}

#field_62_3 {
	margin-top: 0px;
	padding: 0;
}

.gform_footer.top_label {
	/*		margin-top:0px!important;*/
	padding: 0 !important;
}

input#gform_submit_button_62 {
	width: 140px;
	font-family: helvetica;
	font-weight: 400;
	margin-top: 0px !important;
}

body #gform_62 {
	max-width: 415px;
}

body #gform_62 ul.top_label li.gfield label.gfield_label {
	text-align: center;
	display: block;
}

body #gform_62 .gform_footer,
body #gform_62 .gform_page_footer {
	text-align: center;
}

textarea#input_62_3 {
	width: 100%;
	height: 100px;
}

input#gform_submit_button_62:hover {
	background-color: black !important;
	color: #fff200;
}

@media (max-width: 900px) {
	form#gform_62 {
		text-align: center !important;
	}

	input#gform_submit_button_62 {
		width: 250px;
		font-weight: 400;
		background: #fef200;
		color: black;
		font-weight: 500;
		padding-top: 3px;
		padding-bottom: 3px;
	}

	body #gform_62 {
		max-width: 250px;
	}

	#input_62_4_3 {
		margin-bottom: 20px;
		text-align: center;
	}

	#input_62_5 {
		margin-bottom: 10px;
		text-align: center;
	}

	textarea#input_62_3 {
		text-align: center;
	}

	#input_62_4_3_container input::-webkit-input-placeholder,
	#field_62_5 input::-webkit-input-placeholder,
	textarea#input_62_3::placeholder {
		color: #eeb118;
		font-size: 14px;
	}

	#input_62_4_3,
	input#input_62_5,
	textarea#input_62_3 {
		background: #e16e29;
		border-color: #e16e29;
		color: #eeb118;
		font-size: 14px;
	}
}

/*studenti iegadajusies*/
.studenti {
	padding: 20px;
	color: white;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 3px;
	color: #fff;
	background: #838484;
}

/*cookies */
div#cookies {
	margin-left: 30%;
	margin-right: 30%;
	position: static;
	text-align: center;
	font-size: 12px;
}

@media (max-width: 900px) {
	div#cookies {
		margin-left: 15px;
		margin-right: 15px;
		position: static;
		text-align: center;
		font-size: 12px;
	}

	div#cookies a {
		color: yellow;
	}
}

/* notficaton x */
@media (max-width: 900px) {
	.notificationx-frontend {
		z-index: 999999999999999;
		position: relative;
	}

	.notificationx-shortcode-wrapper > .nx-notification,
	.nx-notification {
		max-width: 320px;
	}

	span.nx-first-word {
		color: black;
	}

	.nx-bar-content {
		width: 70%;
	}

	/* .nx-bar-content p,
	.nx-bar-content ul,
	.nx-bar-content li,
	.nx-bar-content b,
	.nx-bar-content strong {
		font-size: 1.4rem;
	} */
}

.notification-item .notificationx-image {
	width: 70px;
	min-width: 70px;
	flex-basis: 70px;
}

.notification-item .notificationx-content p {
	font-size: 11px;
}

.more-link,
.more-link:hover,
.more-link:visited {
	border-radius: 3px;
}

input#fld_8367361_1 {
	height: 42px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	margin-bottom: 25px;
	border-radius: 3px;
	font-weight: 400;
	font-family: helvetica;
}

input#fld_8367361_1:hover {
	height: 42px;
	width: 140px;
	margin-left: 80px;
	background-color: black !important;
	color: #fff200;
	text-transform: uppercase;
	font-family: helvetica;
}

.CF5d602e92280a9 input[type="submit"] {
	height: 40px;
	width: 140px;
	margin-left: 80px;
	background-color: #de5021;
	color: #fff;
	text-transform: uppercase;
	font-family: helvetica;
}

.CF5d602e92280a9 input[type="submit"]:hover {
	height: 40px;
	width: 140px;
	margin-left: 80px;
	background-color: black !important;
	color: #fff200;
	text-transform: uppercase;
	font-family: helvetica;
}

@media (min-width: 900px) {
	a.wp-block-button__link.has-background {
		background-color: #de5021;
		width: 200px;
		display: block;
		margin-top: 20px;
		margin-right: auto;
		height: 42px;
		text-transform: uppercase;
		color: #fff;
		text-decoration: none;
		padding: 10px;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 25px;
		border-radius: 3px;
		font-weight: 400;
		font-family: helvetica;
	}
}

a.wp-block-button__link.has-background:hover {
	background-color: black !important;
	color: #fff200;
	font-family: helvetica;
}

p.pieteikties:hover {
	/* background-color: black !important;
    color           : #fff200 !important;
    font-family     : helvetica; */
	opacity: 0.75;
}

p.pieteikties a:hover {
	color: white;
}

input#gf_coupon_button:hover {
	background-color: black !important;
	color: #fff200;
	font-family: helvetica;
}

.gform_footer.top_label input:hover {
	background-color: black !important;
	color: #fff200;
}

span.nx-first-word {
	color: black;
}

span.nx-second-word {
	color: black;
}

span.nx-third-word {
	color: black;
}

span.nx-fourth-word {
	color: black;
}

.nx-first-row {
	color: black !important;
}

.entry-content > a {
	text-transform: uppercase;
}

.entry-content > a:hover {
	background-color: black !important;
	color: #fff200;
}

/* Piesakies edits */
@media screen and (max-width: 768px) {
	.piesakies {
		padding-top: 0;
		margin-top: -55px;
	}

	.jp-cc.jp-cc-accessible {
		margin-top: 70px;
	}
}

body .gform_footer input[type="submit"] {
	border-style: solid;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background-color: #db511f;
	border-width: 0px;
	text-align: center;
}

.gform_wrapper span.ginput_total {
	color: red;
	font-size: inherit;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}

.gform_wrapper .gfield_required {
	color: red;
	margin-left: 4px;
}

/* Login edits */
.ult-box .ult-form__title,
.ult-form__description {
	padding-left: 0;
	padding-right: 0;
}

.ult-box {
	font-family: Helvetica;
	font-size: 13px;
}

@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
	.ult-form__container input[type="password"],
	.ult-form__container input[type="text"],
	.ult-form__input {
		width: 95%;
	}
}

@media (max-width: 900px) {
	.site-content h1,
	.site-content h2,
	.site-content h3,
	.site-content h4,
	.site-content p {
		padding: 0px 0;
	}

	.site-content h1 {
		font-size: 1.5em;
	}
}

/* #ult-login{
		max-width: 500px;
    margin: auto;
} */
#ult-login-submit {
	width: 100% !important;
}

#ult-login-submit:hover {
	background-color: #fbef11 !important;
}

#ult-login-submit:active {
	background-color: #fbef11 !important;
}

#ult-login-email:focus {
	border-color: #de5021;
	box-shadow: 0px 0px 3px #de5021;
}

#ult-login-password:focus {
	border-color: #de5021;
	box-shadow: 0px 0px 3px #de5021;
}

.ult-form__title {
	text-align: center;
}

.ult-form__description {
	text-align: center;
}

/*atceries mani edits */
#ult-login-remember {
	opacity: 1 !important;
	visibility: visible !important;
	top: 2px !important;
	background-color: #ddd;
	border-radius: 2px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 17px;
	height: 17px;
}

#ult-login-remember:checked {
	background-color: #de5021;
	background: #de5021
		url("data:image/gif;base64,R0lGODlhCwAKAIABAP////3cnSH5BAEKAAEALAAAAAALAAoAAAIUjH+AC73WHIsw0UCjglraO20PNhYAOw==")
		3px 3px no-repeat;
}

#ult-login-remember:focus {
	outline: 0px;
}

/* S��kumlapas edits */

div.kursi.gray_cat {
	background-color: #666;
	color: white;
}

div.kursi.gray_cat .more-link {
	background-color: rgb(255, 242, 0);
	color: #404040;
}

div.kursi.gray_cat .more-link:hover,
div.kursi.gray_cat .more-link:focus,
div.kursi.gray_cat .more-link:active {
	background-color: #de5021;
	color: #fff;
}

div.kursi-txt {
	display: flex;
	align-items: center;
	align-content: center;
}

div.kursi-txt .kursi-txt-inside h2.entry-title {
	margin-top: 0;
}

@media (max-width: 900px) {
	div.kursi-txt {
		margin-bottom: 0px;
	}

	.kursi-txt .entry-title {
		font-size: 20px;
	}
}

h2.category-title,
h2.category-title p,
h2.entry-title-other {
	font-weight: 700;
	padding-top: 20px;
}

.entry-header {
	margin-bottom: 0px;
	text-align: center;
}

.entry-header .kursi-txt {
	text-align: left;
}

.site-footer h2 {
	font-weight: 700 !important;
}

.site-footer .gform_confirmation_wrapper a {
	color: #fff200;
}

@media (max-width: 900px) {
	.home article.post .entry-title-other {
		margin: 0;
		padding: 30px 0 0;
	}

	.home .metaslider .flex-control-nav {
		/* margin-top: 30px; */
		margin-top: -30px;
		z-index: 9;
	}

	.home h2.category-title {
		background-color: #db511f;
		padding-bottom: 20px;
		color: white;
	}

	.home .entry-header {
		margin-top: 0;
		padding-top: 0;
	}

	.home article.post .entry-title-other {
		padding: 15px 0 15px 0 !important;
	}

	.home article.post .entry-title-other.add_padding {
		padding: 15px 30px !important;
	}

	/* Orandza aug�0�8a un apaksa*/
	.flex-control-paging li a.flex-active {
		background: white;
	}

	.site-footer img {
		filter: invert(1);
	}

	.site-footer {
		background-color: #db511f;
		color: white;
	}

	ul li::before {
		color: white;
	}

	.entry-header .div-separator {
		background-color: white;
	}

	/* #post-1xx {
		background-color: #db511f;
		color: white;
	} */

	#post-1xx .btn {
		background-color: #fff200;
		color: black;
		border: none;
		text-transform: uppercase;
		margin-top: 20px;
		margin-right: auto;
		height: 42px;
		padding: 10px;
		font-size: 16px;
		width: 180px;
	}
}

/*  Profile edits */
.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt {
	width: 135px;
}

@media (max-width: 900px) {
	#colophon,
	.site-footer {
		border-top-style: dotted;
		border-width: 10px;
		border-color: #db511f;
	}
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #db511f;

	padding: 0.5rem 1rem;
	font-family: Helvetica, sans-serif, Arial;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	color: white;
}

/*Profila bildes pazusana
.ld-profile-avatar{
	display:none;
} */
/*Kursu iek�0�8 lapas*/
@media (max-width: 900px) {
	.article-full h1 {
		font-size: 36px;
		font-weight: 800;
	}
}

/*padding bezmaksas */
@media (max-width: 900px) {
	p.pieteikties {
		padding-top: 10px;
	}
}

/* Fix for long quiz answer input */
.learndash-wrapper
	.wpProQuiz_content
	ul.wpProQuiz_questionList
	input.wpProQuiz_questionInput {
	width: unset;
}

/*button test*/
.site-footer .btn,
.button,
.CF5d5f8582d551d input[type="submit"] {
	margin-top: 0px;
}

@media (max-width: 900px) {
	.site-footer .btn,
	.button,
	.CF5d5f8582d551d input[type="submit"] {
		width: 100%;
	}
}

/*Test backgorund */
body.home,
body.tax-product_cat,
body.post-type-archive-product,
body.page-template-front-page_cats,
body.page-template-blogs,
body.tax-blog_cat,
body.single-blogs {
	/* background-image: url("https://open.lv/wp-content/themes/openminded/img/body.png"); */
	background-image: url("https://open.lv/wp-content/uploads/2023/08/Rutinas.jpg");
	background-size: 50%;
	background-repeat: repeat;
}

/* pieteikuma kludas labo�0�8ana */
@media (max-width: 900px) {
	.gform_wrapper .gfield_html.gfield_no_follows_desc {
		margin-top: 70px;
	}
}

/* certificate un punkti */
.ld-profile-stat.ld-profile-stat-certificates {
	display: none;
}

.ld-profile-stat.ld-profile-stat-points {
	display: none;
}

.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat {
	border-right: 0px solid #e2e7ed;
}

.ld-profile-stat.ld-profile-stat-courses {
	border-right: 1px solid #e2e7ed;
}

/* andriz vecumnieks centret bildi */
.article-full img.attachment-full {
	width: 980px;
}
/* coupons */
button,
input[type="button"],
input[type="reset"],
input[type="submit"]:active {
	border-style: solid;
	font-weight: bold;
	color: white;
	background-color: #de5021 !important;
	border-width: 0px;
	text-align: center;
	width: auto;
}

.burger {
	background: none !important;
}

/* a linku kr��su izmaina */
a {
	color: #de5021;
}

a:hover {
	color: #853014;
}

/* learndash pogas labojums */
.learndash-wrapper #quiz_continue_link,
.learndash-wrapper .ld-secondary-background,
.learndash-wrapper .learndash_mark_complete_button,
.learndash-wrapper #learndash_mark_complete_button,
.learndash-wrapper .ld-status-complete,
.learndash-wrapper .ld-alert-success .ld-button,
.learndash-wrapper .ld-alert-success .ld-alert-icon {
	font-family: Roboto, sans-serif !important;
	background-color: #de5021 !important;
	border-radius: 0.25rem;
	font-weight: 500;
	white-space: nowrap;
}

.learndash-wrapper
	.ld-button:hover:not(.learndash-link-previous-incomplete):not(
		.ld-button-transparent
	),
#learndash-tooltips .ld-tooltip:after,
#learndash-tooltips .ld-tooltip,
.learndash-wrapper .btn-join,
.learndash-wrapper #btn-join,
.learndash-wrapper
	.ld-button:not(.ld-js-register-account):not(
		.learndash-link-previous-incomplete
	):not(.ld-button-transparent),
.learndash-wrapper .ld-expand-button,
.learndash-wrapper
	.wpProQuiz_content
	.wpProQuiz_button:not(.wpProQuiz_button_reShowQuestion):not(
		.wpProQuiz_button_restartQuiz
	),
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2,
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading,
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger,
.learndash-wrapper .ld-focus-comments .form-submit #submit,
.learndash-wrapper .ld-login-modal input[type="submit"],
.learndash-wrapper .ld-login-modal .ld-login-modal-register,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue,
#wpProQuiz_user_content table.wp-list-table thead th,
#wpProQuiz_overlay_close {
	background-color: #777777;
	font-family: Roboto, sans-serif !important;
	border-radius: 0.25rem;
	font-weight: 500;
}

@media only screen and (max-width: 640px) {
	.ld-progress-steps {
		margin-top: 12px;
	}
}

.ld-content-action {
	text-align: center;
}

/* autors bild��m */
.autors {
	font-style: italic;
	font-size: 14px;
	margin-top: 0 !important;
	position: relative;
	left: -140px;
}

@media only screen and (max-width: 980px) {
	.article-full img.attachment-full {
		margin-bottom: -6px;
	}

	.autors {
		font-style: italic;
		font-size: 14px;
		margin-top: 0 !important;
		position: unset;
	}
}

.more-link:hover {
	background-color: black;
	color: #fff200;
}

input#edit_profile {
	width: 100%;
	font-weight: 600;
}

/* Atsauksmes par kursa norisi Formas labojums*/
ul#gform_fields_74 {
	padding: 0;
}

#gform_wrapper_74 label.gfield_label {
	margin-top: 30px;
}

/*
----------------------------------------------------------------

Gravity Forms Front End Form Styles
http: //www.gravityforms.com
updated: May 22, 2018 03:17 PM US Eastern Time

Gravity Forms is a Rocketgenius project
copyright 2008-2018 Rocketgenius Inc.
http: //www.rocketgenius.com
this may not be redistributed without the
express written permission of the author.

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/

/* mobile styles first �6�7*/

.gform_wrapper {
	margin-bottom: 16px;
	margin-top: 16px;
	max-width: 100%;
}

.gform_wrapper form {
	text-align: left;
	max-width: 100%;
	margin: 0 auto;
}

.gform_wrapper *,
.gform_wrapper *:before,
.gform_wrapper *:after {
	box-sizing: border-box !important;
}

.gform_wrapper h1,
.gform_wrapper h2,
.gform_wrapper h3 {
	font-weight: normal;
	border: none;
	background: none;
}

.gform_wrapper
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
		[type="button"]
	):not([type="image"]):not([type="file"]) {
	font-size: inherit;
	font-family: inherit;
	padding: 5px 4px;
	letter-spacing: normal;
}

.gform_wrapper input[type="image"] {
	border: none !important;
	padding: 0 !important;
	width: auto !important;
}

.gform_wrapper textarea {
	font-size: inherit;
	font-family: inherit;
	letter-spacing: normal;
	padding: 6px 8px;
	line-height: 1.5;
	resize: none;
}

.gform_wrapper select {
	line-height: 1.5;
}

.gform_wrapper .ginput_container_multiselect select {
	background-image: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}

.gform_wrapper ul.gform_fields {
	margin: 0 !important;
	list-style-type: none;
	display: block;
}

html > body .entry ul,
.gform_wrapper ul {
	text-indent: 0;
}

.gform_wrapper li,
.gform_wrapper form li {
	margin-left: 0 !important;
	list-style-type: none !important;
	list-style-image: none !important;
	list-style: none !important;
	overflow: visible;
}

.gform_wrapper ul li.gfield {
	clear: both;
}

.gform_wrapper ul.gfield_radio li,
.gform_wrapper ul.gfield_checkbox li {
	overflow: hidden;
}

.gform_wrapper ul.gform_fields.right_label li.gfield,
.gform_wrapper form ul.gform_fields.right_label li.gfield,
.gform_wrapper ul.gform_fields.left_label li.gfield,
.gform_wrapper form ul.gform_fields.left_label li.gfield {
	margin-bottom: 14px;
}

.gform_wrapper ul.right_label li ul.gfield_radio li,
.gform_wrapper form ul.right_label li ul.gfield_radio li,
.gform_wrapper ul.left_label li ul.gfield_radio li,
.gform_wrapper form ul.left_label li ul.gfield_radio li,
.gform_wrapper ul.right_label li ul.gfield_checkbox li,
.gform_wrapper form ul.right_label li ul.gfield_checkbox li,
.gform_wrapper ul.left_label li ul.gfield_checkbox li,
.gform_wrapper form ul.left_label li ul.gfield_checkbox li {
	margin-bottom: 10px;
}

.gform_wrapper ul li:before,
.gform_wrapper ul li:after,
.gform_wrapper ul.gform_fields {
	padding: 0;
	margin: 0;
	overflow: visible;
}

.gform_wrapper select {
	font-size: inherit;
	font-family: inherit;
	letter-spacing: normal;
}

.gform_wrapper select option {
	padding: 2px;
	display: block;
}

.gform_wrapper .inline {
	display: inline !important;
}

.gform_wrapper .gform_heading {
	width: 100%;
	margin-bottom: 18px;
}

.gform_wrapper .clear-multi {
	display: flex;
}

/* date �6�7fields */

.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
	display: -moz-inline-stack;
	display: inline-block;
}

.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_year {
	width: 33.333%;
	flex-direction: row;
}

@media only screen and (min-width: 321px) {
	.gform_wrapper .gfield_date_day,
	.gform_wrapper .gfield_date_month {
		max-width: 4rem;
	}

	.gform_wrapper .gfield_date_year,
	.gform_wrapper .gfield_time_ampm {
		max-width: calc(4rem + 0.5rem);
	}
}

.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
	vertical-align: top;
	flex-direction: row;
}

.gform_wrapper .gfield_date_dropdown_month,
.gform_wrapper .gfield_date_dropdown_day,
.gform_wrapper .gfield_date_dropdown_year {
	margin-right: 0.5rem;
}

.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day {
	width: 4rem;
	margin-right: 0.5rem;
}

.gform_wrapper .gfield_date_month input[type="number"],
.gform_wrapper .gfield_date_day input[type="number"] {
	width: calc(3rem + 8px) !important;
}

.gform_wrapper .gfield_date_year input[type="number"] {
	width: calc(4rem + 8px) !important;
}

.gform_wrapper .gfield_date_year {
	width: 5rem;
}

.gform_wrapper .gfield_date_month input,
.gform_wrapper .gfield_date_day input {
	width: calc(3rem + 8px);
}

.gform_wrapper .gfield_date_year input {
	width: 4rem;
}

.gform_wrapper
	.field_sublabel_above
	div[class*="gfield_date_"].ginput_container
	label,
.gform_wrapper
	.field_sublabel_below
	div[class*="gfield_date_"].ginput_container
	label {
	width: 3rem;
	text-align: center;
}

.gform_wrapper
	.field_sublabel_above
	div.gfield_date_year.ginput_container
	label,
.gform_wrapper
	.field_sublabel_below
	div.gfield_date_year.ginput_container
	label {
	width: 4rem;
}

/* time �6�7fields */

.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute,
.gform_wrapper .gfield_time_ampm {
	width: 33.333%;
	flex-direction: row;
}

@media only screen and (min-width: 321px) {
	.gform_wrapper .gfield_time_hour,
	.gform_wrapper .gfield_time_minute {
		max-width: 4rem;
	}

	.gform_wrapper .gfield_time_hour,
	.gform_wrapper .gfield_time_ampm {
		max-width: calc(4rem + 0.5rem);
	}

	.gform_wrapper .gfield_time_hour {
		max-width: calc(4rem + 0.5rem);
	}
}

.gform_wrapper ul.gform_fields:not(.top_label) .ginput_container_time span {
	float: left;
}

.gform_wrapper .gfield_time_hour i {
	font-style: normal !important;
	font-family: sans-serif !important;
	width: 10px;
	text-align: center;
	float: right;
	margin-top: 9%;
}

.gform_wrapper .gfield_time_minute {
	margin-right: 0.5rem;
}

.gform_wrapper .gfield_time_hour {
	margin-right: 0.25rem;
}

.gform_wrapper .gfield_time_ampm {
	vertical-align: top;
	display: -moz-inline-stack;
	display: inline-block;
}

.gform_wrapper .gfield_time_ampm select {
	min-width: calc(2rem + 25px);
	width: calc(3rem + 25px);
}

.gform_wrapper .gfield_time_ampm_shim {
	display: block;
	font-size: 0.813em;
	margin: 9px 0 1px 1px;
}

.gform_wrapper .gfield_time_hour input,
.gform_wrapper .gfield_time_minute input {
	width: calc(3rem + 8px);
}

.gform_wrapper .gfield_time_hour input[type="number"],
.gform_wrapper .gfield_time_minute input[type="number"] {
	width: calc(3rem + 8px) !important;
}

.gform_wrapper
	.field_sublabel_above
	div[class*="gfield_time_"].ginput_container
	label,
.gform_wrapper
	.field_sublabel_below
	div[class*="gfield_time_"].ginput_container
	label {
	width: 3rem;
	text-align: center;
}

.gform_wrapper .field_hover {
	border: 1px dashed #2175a9;
	cursor: pointer;
}

.gform_wrapper .field_selected {
	background-color: #dfefff;
	border: 1px solid #c2d7ef;
}

.gform_wrapper .field_name_first,
.gform_wrapper .field_name_middle,
.gform_wrapper .field_name_last {
	width: 49.5%;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
}

.gform_wrapper .ginput_complex.ginput_container {
	overflow: visible;
	width: 100%;
}

.gform_wrapper legend.gfield_label,
.gform_wrapper label.gfield_label {
	font-weight: 700;
	font-size: inherit;
}

.gform_wrapper legend.gfield_label,
.gform_wrapper .top_label .gfield_label {
	display: -moz-inline-stack;
	display: inline-block;
	line-height: 1.3;
	clear: both;
}

.gform_wrapper .top_label .gfield_hide_label {
	display: none;
}

.gform_wrapper
	.ginput_complex
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
		[type="image"]
	):not([type="file"]),
.gform_wrapper
	.ginput_complex
	.ginput_left
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
		[type="image"]
	):not([type="file"]),
.gform_wrapper
	.ginput_complex
	.ginput_right
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
		[type="image"]
	):not([type="file"]) {
	width: 100%;
}

.gform_wrapper .ginput_complex .ginput_right select,
.gform_wrapper .ginput_complex select {
	width: 100%;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper
	.field_sublabel_above
	div[class*="gfield_time_"].ginput_container
	label,
.gform_wrapper
	.field_sublabel_below
	div[class*="gfield_time_"].ginput_container
	label,
.gform_wrapper
	.field_sublabel_above
	div[class*="gfield_date_"].ginput_container
	label,
.gform_wrapper
	.field_sublabel_below
	div[class*="gfield_date_"].ginput_container
	label {
	display: block;
	font-size: 0.813em;
	letter-spacing: 0.5pt;
	white-space: nowrap;
}

.gform_wrapper ul.gfield_radio li label,
.gform_wrapper ul.gfield_checkbox li label {
	display: -moz-inline-stack;
	display: inline-block;
	letter-spacing: inherit;
	vertical-align: middle;
	cursor: pointer;
}

.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
.gform_wrapper
	.field_sublabel_above
	div[class*="gfield_time_"].ginput_container
	label {
	margin: 9px 0 1px 1px;
}

.gform_wrapper
	ul.gform_fields:not(.top_label)
	.field_sublabel_above
	.ginput_container.ginput_container_name
	label,
.gform_wrapper
	ul.gform_fields:not(.top_label)
	.field_sublabel_above
	.ginput_container.ginput_container_email
	label,
.gform_wrapper
	ul.gform_fields:not(.top_label)
	.field_sublabel_above
	.ginput_container.ginput_container_password
	label,
.gform_wrapper
	ul.gform_fields:not(.top_label)
	.field_sublabel_above
	.ginput_container.ginput_container_time
	label {
	margin-top: 0;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper
	.field_sublabel_below
	div[class*="gfield_time_"].ginput_container
	label {
	margin: 1px 0 9px 1px;
}

.gform_wrapper
	.top_label
	.field_sublabel_above
	label.gfield_label
	+ .ginput_complex.ginput_container,
.gform_wrapper
	.top_label
	.field_sublabel_above
	label.gfield_label
	+ div[class*="gfield_time_"].ginput_container {
	margin-top: 0;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 8px;
}

body.gform_wrapper div.clear-multi {
	display: -moz-inline-stack;
	display: inline-block;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_radio,
body
	.gform_wrapper
	ul
	li.field_description_below
	div.ginput_container_checkbox {
	margin-top: 16px;
	margin-bottom: 0;
}

.gform_wrapper .hidden_label .gfield_label {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.gfield.right_label,
.gfield.left_label {
	padding-top: 10px;
}

.gform_wrapper li.hidden_label input {
	margin-top: 12px;
}

.gform_wrapper
	.field_sublabel_hidden_label
	.ginput_complex.ginput_container
	input[type="text"],
.gform_wrapper
	.field_sublabel_hidden_label
	.ginput_complex.ginput_container
	select {
	margin-bottom: 12px;
}

.gform_wrapper .screen-reader-text,
.gform_wrapper label.hidden_sub_label {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.gform_wrapper input.small,
.gform_wrapper select.small,
.gform_wrapper input.medium,
.gform_wrapper select.medium,
.gform_wrapper input.large,
.gform_wrapper select.large,
.gform_wrapper input.large,
.gform_wrapper select.large {
	width: 100%;
}

.gform_wrapper input.datepicker_with_icon.small,
.gform_wrapper input.datepicker_with_icon.medium,
.gform_wrapper input.datepicker_with_icon.large {
	width: calc(100% - 24px);
}

.gform_wrapper .gfield_error input.small,
.gform_wrapper .gfield_error select.small,
.gform_wrapper .gfield_error input.medium,
.gform_wrapper .gfield_error select.medium,
.gform_wrapper .gfield_error input.large,
.gform_wrapper .gfield_error select.large,
.gform_wrapper .gfield_error input.large,
.gform_wrapper .gfield_error select.large {
	width: 100%;
}

.gform_wrapper .gfield_error input.datepicker_with_icon.small,
.gform_wrapper .gfield_error input.datepicker_with_icon.medium,
.gform_wrapper .gfield_error input.datepicker_with_icon.large {
	width: calc(100% - 32px);
}

.gform_wrapper textarea.small {
	height: 80px;
	width: 100%;
}

.gform_wrapper textarea.medium {
	height: 120px;
	width: 100%;
}

.gform_wrapper textarea.large {
	height: 160px;
	width: 100%;
}

.gform_wrapper h2.gsection_title {
	margin: 0 !important;
	padding: 0 !important;
	letter-spacing: normal !important;
}

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title {
	font-weight: 700;
	font-size: 1.25em;
}

.gform_wrapper h3.gform_title {
	letter-spacing: normal !important;
	margin: 10px 0 6px 0;
}

.gform_wrapper li.gfield.field_description_below + li.gsection {
	margin-top: 24px !important;
}

.gform_wrapper span.gform_description {
	font-weight: 400;
	display: block;
	width: calc(100% - 16px);
	margin-bottom: 16px;
}

.gform_wrapper .gsection {
	border-bottom: 1px solid #ccc;
	padding: 0 16px 8px 0;
	margin: 28px 0 28px 0;
	clear: both;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
.gform_wrapper ul.gfield_radio li input[type="radio"] {
	width: auto !important;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
	position: relative;
}

.gform_wrapper ul.gfield_checkbox,
.gform_wrapper ul.gfield_radio {
	margin: 6px 0;
	padding: 0;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
	display: -moz-inline-stack;
	display: inline-block;
	padding: 0;
	width: auto;
	line-height: 1.5;
	font-size: 0.875em;
	vertical-align: middle;
	max-width: 85%;
	white-space: normal;
}

.gform_wrapper .gfield_checkbox li label {
	margin: 0;
}

.gform_wrapper .gfield_radio li label {
	margin: 2px 0 0 4px;
}

.gform_wrapper .gfield_checkbox li input[type="checkbox"],
.gform_wrapper .gfield_radio li input[type="radio"],
.gform_wrapper .gfield_checkbox li input {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description,
.gform_wrapper .instruction {
	font-size: 0.813em;
	line-height: inherit;
	clear: both;
	font-family: inherit;
	letter-spacing: normal;
}

.gform_wrapper .description,
.gform_wrapper .gfield_description,
.gform_wrapper .gsection_description {
	padding: 0 16px 0 0;
}

.gform_wrapper .field_description_below .gfield_description {
	padding-top: 16px;
}

.gform_wrapper .field_sublabel_above .description,
.gform_wrapper .field_sublabel_above .gfield_description,
.gform_wrapper .field_sublabel_above .gsection_description {
	margin-top: 9px;
}

.gform_wrapper .top_label .gsection_description {
	width: 100%;
	margin-bottom: 9px;
}

.gform_wrapper .gfield_description {
	width: 100%;
}

.gform_wrapper .description_above .gfield_description {
	padding: 0 0 10px 0;
}

.gfield_date_year + .gfield_description {
	padding: 0;
}

.gform_wrapper .gfield_consent_description,
.gform_wrapper .field_description_below .gfield_consent_description {
	width: 100%;
	max-height: 240px;
	overflow-y: scroll;
	border: 1px solid #ddd;
	margin-top: 12px;
	padding: 6px 8px;
	font-size: 0.688em;
}

.gform_wrapper .gfield_required {
	color: #790000;
	margin-left: 4px;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
	li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: rgba(255, 223, 224, 0.25);
	margin-bottom: 6px !important;
	border-top: 1px solid #c89797;
	border-bottom: 1px solid #c89797;
	padding-bottom: 6px;
	padding-top: 8px;
	box-sizing: border-box;
}

.gform_wrapper li.gfield.gfield_creditcard_warning {
	padding: 16px 16px 14px 16px;
	border-top: 2px solid #790000;
	border-bottom: 4px solid #790000;
	background-color: rgba(255, 223, 224, 0.25);
	width: calc(100% - 16px);
}

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning {
	padding: 16px 16px 14px 16px;
}

.gform_wrapper
	li.gfield.gfield_creditcard_warning
	div.gfield_creditcard_warning_message {
	font-size: 0.875em;
	font-weight: 700;
	font-family: inherit;
	min-height: 25px;
	color: #790000;
	max-width: 100%;
	position: relative;
}

.gform_wrapper
	li.gfield.gfield_creditcard_warning
	div.gfield_creditcard_warning_message
	span {
	display: block;
	padding: 0 0 14px 24px;
	margin-bottom: 16px;
	line-height: 1.5;
	letter-spacing: 0.1pt;
	border-bottom: 1px solid #790000;
	text-transform: uppercase;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);
	background-size: 1em auto;
	background-repeat: no-repeat;
	background-position: left center;
}

.gform_wrapper
	li.gfield.gfield_error.gfield_creditcard_warning
	div.gfield_creditcard_warning_message {
	padding: 16px 16px 14px 16px;
}

li.gfield + li.gfield.gfield_creditcard_warning {
	margin-top: 16px !important;
}

.gform_wrapper .top_label .gfield_error {
	width: calc(100% - 2px);
}

.gform_wrapper .top_label .gfield_error input.large,
.gform_wrapper .top_label .gfield_error select.large,
.gform_wrapper .top_label .gfield_error textarea.textarea {
	width: 100%;
}

.gform_wrapper .right_label .gfield_error input.large,
.gform_wrapper .right_label .gfield_error select.large,
.gform_wrapper .right_label .gfield_error textarea.textarea,
.gform_wrapper .left_label .gfield_error input.large,
.gform_wrapper .left_label .gfield_error select.large,
.gform_wrapper .left_label .gfield_error textarea.textarea {
	width: 70%;
}

.gform_wrapper .gfield_error .gfield_label {
	color: #790000;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	padding-right: 0;
}

.gform_wrapper
	li.gfield.gfield_error.gfield_contains_required
	div.gfield_time_minute.ginput_container,
.gform_wrapper
	li.gfield.gfield_error.gfield_contains_required
	div.gfield_time_ampm.ginput_container {
	margin-left: 0;
}

.gform_wrapper
	li.gfield.gfield_error.gfield_contains_required
	div.gfield_description {
	max-width: 100%;
	padding-right: 16px;
}

.gform_wrapper
	li.gfield.gfield_error.gfield_contains_required
	label.gfield_label,
.gform_wrapper
	li.gfield.gfield_error.gfield_contains_required
	div.ginput_container {
	margin-top: 12px;
}

.gform_wrapper
	li.gfield.gfield_error.gfield_contains_required
	fieldset
	legend.gfield_label {
	position: relative;
	top: 12px;
}

.gform_wrapper div.validation_error {
	color: #790000;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 25px;
	border-top: 2px solid #790000;
	border-bottom: 2px solid #790000;
	padding: 16px 0 16px 0;
	clear: both;
	width: 100%;
	text-align: center;
}

.gform_wrapper ol.validation_list {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	color: #790000;
}

.gform_wrapper ol.validation_list li {
	list-style-type: decimal !important;
}

.gform_wrapper ol.validation_list li a {
	color: #790000;
}

.gform_wrapper ol.validation_list:after {
	content: "";
}

.gform_wrapper div#error {
	margin-bottom: 25px;
}

.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
	vertical-align: middle !important;
}

.gform_wrapper li.gfield fieldset {
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	width: 100%;
}

.gform_wrapper li.gfield fieldset > * {
	width: auto;
}

.gform_wrapper li.gfield fieldset legend.gfield_label {
	width: 100%;
	line-height: 32px;
}

div.gf_page_steps + div.validation_error {
	margin-top: 16px;
}

.gform_wrapper div.gfield_description.validation_error {
	color: #790000;
	font-weight: 700;
	font-size: 0.875em;
	line-height: 1.2;
	margin-bottom: 16px;
}

.gform_wrapper .validation_message {
	color: #790000;
	font-weight: 700;
	letter-spacing: normal;
}

.gform_wrapper
	li.gfield_error
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
		[type="button"]
	):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
	border: 1px solid #790000;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
	color: #790000;
}

.gform_wrapper .gform_footer {
	padding: 16px 0 10px 0;
	margin: 16px 0 0 0;
	clear: both;
	width: 100%;
}

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input[type="submit"] {
	font-size: 1em;
	width: 100%;
	margin: 0 0 16px 0;
}

.gform_wrapper .gform_footer a.gform_save_link,
.gform_wrapper .gform_page_footer a.gform_save_link {
	font-size: 1em;
	display: block;
	text-align: center;
}

.gform_wrapper .gform_footer input[type="image"] {
	padding: 0;
	width: auto !important;
	background: none !important;
	border: none !important;
	margin: 0 auto 16px auto !important;
	display: block;
	max-width: 100%;
}

.gform_wrapper .ginput_complex .ginput_left,
.gform_wrapper .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_full {
	min-height: 45px;
}

.gform_wrapper .ginput_complex .ginput_full input[type="text"],
.gform_wrapper .ginput_complex .ginput_full input[type="url"],
.gform_wrapper .ginput_complex .ginput_full input[type="email"],
.gform_wrapper .ginput_complex .ginput_full input[type="tel"],
.gform_wrapper .ginput_complex .ginput_full input[type="number"],
.gform_wrapper .ginput_complex .ginput_full input[type="password"] {
	width: 100%;
}

.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type="text"],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type="url"],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type="email"],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type="tel"],
.gform_wrapper .gfield_error .ginput_complex .ginput_full input[type="number"],
.gform_wrapper
	.gfield_error
	.ginput_complex
	.ginput_full
	input[type="password"],
.gform_wrapper .gfield_error .ginput_complex .ginput_full select {
	width: 100%;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
	margin: 0 0 16px 0;
	line-height: 1.2;
}

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gchoice_select_all {
	font-weight: 700;
}

.gform_wrapper input.datepicker.datepicker_with_icon {
	margin-right: 4px !important;
	display: -moz-inline-stack;
	display: inline-block;
}

.gform_wrapper input[type="hidden"],
.gform_wrapper input.gform_hidden,
.gform_wrapper .gform_hidden,
.gform_wrapper .gf_hidden {
	display: none !important;
	max-height: 1px !important;
	overflow: hidden;
}

.gform_wrapper .gfield_visibility_hidden,
.gform_wrapper .gf_invisible {
	visibility: hidden;
	position: absolute;
	left: -9999px;
}

.gform_wrapper .ginput_full br,
.gform_wrapper .ginput_left br,
.gform_wrapper .ginput_right br {
	display: none !important;
}

.gform_wrapper ul.gfield_checkbox li,
.gform_wrapper ul.gfield_radio li {
	padding: 0 !important;
}

.gform_wrapper ul.gfield_radio li input + input {
	margin-left: 4px;
}

.gform_wrapper ul.gfield_radio li input[value="gf_other_choice"] {
	margin-right: 6px;
	margin-top: 4px;
}

.gform_wrapper
	.gfield_description
	+ .gform_wrapper
	.gfield_description.validation_message {
	margin-top: 6px;
}

.gform_wrapper
	.ginput_container.ginput_list
	+ .gfield_description.validation_message {
	margin-top: 0;
}

.gform_wrapper li.gfield_html {
	max-width: 100%;
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
	margin-top: 10px;
}

body .gform_wrapper ul li.gfield.gfield_html img {
	max-width: 100% !important;
}

.gform_wrapper .gform_ajax_spinner {
	padding-left: 10px;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body
	.gform_wrapper
	.gform_body
	ul.gform_fields
	li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
	display: none !important;
	position: absolute !important;
	left: -9000px;
}

.gform_wrapper .gfield_captcha_input_container {
	padding-top: 3px;
}

.gform_wrapper .simple_captcha_small input {
	width: 64px;
}

.gform_wrapper .simple_captcha_medium input {
	width: 96px;
}

.gform_wrapper .simple_captcha_large input {
	width: 128px;
}

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small,
.gform_wrapper .right_label .simple_captcha_small,
.gform_wrapper .left_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_medium,
.gform_wrapper .left_label .simple_captcha_large,
.gform_wrapper .right_label .simple_captcha_large {
	margin-left: 32%;
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
	border: none !important;
	background: none !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.gform_wrapper .math_small input {
	width: 70px;
}

.gform_wrapper .math_medium input {
	width: 510px;
}

.gform_wrapper .math_large input {
	width: 612px;
}

.gform_wrapper .left_label .math_small,
.gform_wrapper .right_label .math_small,
.gform_wrapper .left_label .math_medium,
.gform_wrapper .right_label .math_medium,
.gform_wrapper .left_label .math_large,
.gform_wrapper .right_label .math_large {
	margin-left: 32%;
}

.gform_wrapper div.charleft {
	font-size: 0.688em;
	margin-top: 4px;
	color: #767676;
	width: 92% !important;
	white-space: nowrap !important;
}

.gform_wrapper div.charleft[style] {
	width: 92% !important;
}

.gform_wrapper .left_label div.charleft,
.gform_wrapper .right_label div.charleft {
	margin-left: 32%;
}

.gform_wrapper div.charleft.ginput_counter_tinymce {
	border: 1px solid #eee;
	border-width: 1px 0 0;
	padding: 4px 9px;
	width: 100% !important;
}

.gform_wrapper div.charleft.warningTextareaInfo {
	color: #767676;
}

.gform_wrapper div.charleft.ginput_counter_error {
	color: red;
}

.gform_wrapper li.gf_hide_charleft div.charleft {
	display: none !important;
}

.gf_submission_limit_message {
	color: #790000;
	font-size: 1.375em;
}

.gform_wrapper .ginput_price {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.gform_wrapper span.ginput_total {
	color: black;
	font-size: inherit;
}

.gform_wrapper .top_label span.ginput_total {
	margin: 8px 0;
}

.gform_wrapper span.ginput_product_price_label {
	margin-right: 2px;
}

.gform_wrapper span.ginput_product_price {
	color: #900;
}

.gform_wrapper span.ginput_quantity_label {
	margin-left: 10px;
	margin-right: 2px;
}

.gform_wrapper input.ginput_quantity[type="text"] {
	width: 3rem;
}

.gform_wrapper input.ginput_quantity[type="number"] {
	width: 4rem;
}

.gform_wrapper .gform_page_footer {
	margin: 14px 0;
	width: 100%;
	border-top: 1px dotted #ccc;
	padding: 16px 0 0 0;
	clear: both;
}

.gform_wrapper .gform_page_footer.left_label,
.gform_wrapper .gform_page_footer.right_label {
	padding: 16px 0 0 29%;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button,
.gform_wrapper .gform_page_footer .button.gform_next_button {
	display: -moz-inline-stack;
	display: inline-block;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
	margin-bottom: 8px;
}

.gform_wrapper .gf_progressbar_wrapper {
	clear: both;
	width: 100%;
	margin: 0 0 16px 0;
	padding: 0 0 16px 0;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
	font-size: 0.813em;
	line-height: 1 !important;
	margin: 0 0 8px 12px !important;
	padding: 0 !important;
	clear: both;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.gform_wrapper .gf_progressbar {
	padding: 10px;
	position: relative;
	background-color: rgba(0, 0, 0, 0.1);
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.05);
	width: 100%;
}

.gform_wrapper .gf_progressbar_percentage {
	height: 24px;
	text-align: right;
	font-family: helvetica, arial, sans-serif;
	font-size: 0.813em !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	z-index: 999;
	vertical-align: middle;
	background: repeating-linear-gradient(
			-45deg,
			rgba(0, 0, 0, 0),
			rgba(0, 0, 0, 0) 10px,
			rgba(0, 0, 0, 0.1) 10px,
			rgba(0, 0, 0, 0.1) 20px
		),
		linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}

.gform_wrapper .gf_progressbar:after {
	content: "";
	display: block;
	width: 100%;
	z-index: 990;
	height: 24px;
	margin-top: -24px;
	background-color: rgba(0, 0, 0, 0.1);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.05);
}

.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.gform_wrapper .gf_progressbar_percentage span {
	display: block;
	width: auto;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	line-height: 1.8;
}

.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
	color: #959595;
	text-shadow: none;
	float: none !important;
	margin-left: 12px;
	word-wrap: normal;
}

.gform_wrapper .percentbar_blue {
	background-color: #036493;
	color: #fff;
}

.gform_wrapper .percentbar_gray {
	background-color: #7c7c7c;
	color: #fff;
}

.gform_wrapper .percentbar_green {
	background-color: #88b831;
	color: #fff;
}

.gform_wrapper .percentbar_orange {
	background-color: #ff7120;
	color: #fff;
}

.gform_wrapper .percentbar_red {
	background-color: #ff2a1a;
	color: #fff;
}

.gform_wrapper .gf_page_steps {
	width: 100%;
	margin: 0 0 8px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px dotted #ccc;
}

.gform_wrapper .gf_step {
	width: 100%;
	margin: 24px 24px 24px 0;
	font-size: 0.875em;
	height: 14px;
	line-height: 1.25 !important;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	font-family: inherit;
}

.gform_wrapper .gf_step span.gf_step_number {
	font-size: 1.25em;
	font-family: arial, sans-serif;
	margin-right: 4px;
}

.gform_wrapper .gf_step span.gf_step_number,
.gform_wrapper .gf_step span.gf_step_label {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
}

.gform_wrapper .gf_step.gf_step_active {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.gform_wrapper .gf_step_clear {
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

.gform_wrapper .gfield_password_strength {
	border: 1px solid #ddd;
	margin-top: 18px;
	margin-bottom: 18px;
	line-height: 1.8;
	padding: 10px 5px;
	text-align: center;
	background-color: #eee;
	border-bottom: 3px solid #ddd;
}

.gform_wrapper
	ul.top_label
	li.gfield.gfield_error.gfield_contains_required
	.gfield_password_strength {
	margin-right: 16px;
}

.gform_wrapper ul.left_label li.gfield .gfield_password_strength,
.gform_wrapper ul.right_label li.gfield .gfield_password_strength {
	margin-top: 18px;
	margin-bottom: 18px;
	width: 100%;
}

.gform_wrapper .gfield_password_strength.bad {
	background-color: #ffb78c;
	border-color: #ff853c;
	border-bottom: 3px solid #ff853c;
}

.gform_wrapper .gfield_password_strength.good {
	background-color: #ffec8b;
	border-color: #fc0;
	border-bottom: 3px solid #fc0;
}

.gform_wrapper .gfield_password_strength.short,
.gform_wrapper .gfield_password_strength.mismatch {
	background-color: #ffa0a0;
	border-color: #f04040;
	border-bottom: 3px solid #f04040;
}

.gform_wrapper .gfield_password_strength.strong {
	background-color: #c3ff88;
	border-color: #8dff1c;
	border-bottom: 3px solid #8dff1c;
}

.ginput_container_password,
.ginput_container_password span {
	position: relative;
}

.ginput_container_password button {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	padding: 5px 0;
	position: absolute;
	right: 1px;
	text-align: center;
	top: 1px;
	width: 40px;
}

.ginput_container_password span.ginput_left button {
	right: 9px;
}

.ginput_container_password:not(.ginput_complex) span {
	display: inline-block;
	width: 100%;
}

.ginput_container_password:not(.ginput_complex) span input {
	width: 100%;
}

.ginput_container_password span.medium {
	width: calc(50% - 8px);
}

.ginput_container_password span.small {
	width: 25%;
}

.gform_wrapper table.gfield_list,
.gform_wrapper table.gfield_list caption,
.gform_wrapper table.gfield_list tbody,
.gform_wrapper table.gfield_list tfoot,
.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr,
.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.gform_wrapper table.gfield_list {
	border-spacing: 0;
	border-collapse: collapse;
}

.gfield_repeater_buttons {
	padding-top: 15px;
}

/* fix for twentyfifteen theme table layout issue */

.gform_wrapper table.gfield_list {
	table-layout: auto !important;
}

.gform_wrapper table.gfield_list thead th {
	font-weight: 700;
	text-align: left;
}

.gform_wrapper table.gfield_list colgroup {
	width: 100%;
	display: block;
}

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
	color: #790000;
}

.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list tr {
	padding: 0;
	margin: 0;
}

.gform_wrapper table.gfield_list th,
.gform_wrapper table.gfield_list td {
	padding: 4px 0 4px 0;
}

.gform_wrapper ul.gform_fields:not(.top_label) table.gfield_list th {
	padding: 0 0 4px 0;
}

.gform_wrapper table.gfield_list th + th,
.gform_wrapper table.gfield_list td + td {
	padding: 0 0 0 16px;
}

.gform_wrapper .gfield_list {
	width: 100%;
}

.gform_wrapper .gfield_list td.gfield_list_cell input {
	width: 100%;
}

.gfield_icon_disabled {
	cursor: default !important;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.gform_wrapper table.gfield_list tr td.gfield_list_icons {
	width: 48px !important;
	padding: 0 0 0 4px !important;
	box-sizing: border-box;
}

.gform_wrapper table.gfield_list td.gfield_list_icons img {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
}

.gform_wrapper .gform_card_icon_container {
	margin: 8px 0 6px 0;
	height: 32px;
}

.gform_wrapper div.gform_card_icon {
	margin-right: 4px;
	text-indent: -9000px;
	background-image: url(../images/gf-creditcard-icons.svg);
	background-repeat: no-repeat;
	width: 36px;
	height: 30px;
	float: left;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style1
	div.gform_card_icon.gform_card_icon_visa {
	background-position: 0 0;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style1
	div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
	background-position: 0 -32px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style1
	div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
	background-position: 0 -64px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style1
	div.gform_card_icon.gform_card_icon_mastercard {
	background-position: -36px 0;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style1
	div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
	background-position: -36px -32px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style1
	div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
	background-position: -36px -64px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style1
	div.gform_card_icon.gform_card_icon_amex {
	background-position: -72px 0;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style1
	div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
	background-position: -72px -32px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style1
	div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
	background-position: -72px -64px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style1
	div.gform_card_icon.gform_card_icon_discover {
	background-position: -108px 0;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style1
	div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
	background-position: -108px -32px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style1
	div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
	background-position: -108px -64px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style1
	div.gform_card_icon.gform_card_icon_maestro {
	background-position: -144px 0;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style1
	div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
	background-position: -144px -32px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style1
	div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
	background-position: -144px -64px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style1
	div.gform_card_icon.gform_card_icon_jcb {
	background-position: -180px 0;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style1
	div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
	background-position: -180px -32px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style1
	div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
	background-position: -180px -64px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style2
	div.gform_card_icon.gform_card_icon_visa {
	background-position: 0 -189px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style2
	div.gform_card_icon.gform_card_icon_selected.gform_card_icon_visa {
	background-position: 0 -221px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style2
	div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_visa {
	background-position: 0 -252px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style2
	div.gform_card_icon.gform_card_icon_mastercard {
	background-position: -36px -189px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style2
	div.gform_card_icon.gform_card_icon_selected.gform_card_icon_mastercard {
	background-position: -36px -221px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style2
	div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_mastercard {
	background-position: -36px -252px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style2
	div.gform_card_icon.gform_card_icon_amex {
	background-position: -72px -189px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style2
	div.gform_card_icon.gform_card_icon_selected.gform_card_icon_amex {
	background-position: -72px -221px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style2
	div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_amex {
	background-position: -72px -252px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style2
	div.gform_card_icon.gform_card_icon_discover {
	background-position: -108px -189px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style2
	div.gform_card_icon.gform_card_icon_selected.gform_card_icon_discover {
	background-position: -108px -221px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style2
	div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_discover {
	background-position: -108px -252px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style2
	div.gform_card_icon.gform_card_icon_maestro {
	background-position: -144px -189px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style2
	div.gform_card_icon.gform_card_icon_selected.gform_card_icon_maestro {
	background-position: -144px -221px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style2
	div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_maestro {
	background-position: -144px -252px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style2
	div.gform_card_icon.gform_card_icon_jcb {
	background-position: -180px -189px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style2
	div.gform_card_icon.gform_card_icon_selected.gform_card_icon_jcb {
	background-position: -180px -221px;
}

.gform_wrapper
	.gform_card_icon_container.gform_card_icon_style2
	div.gform_card_icon.gform_card_icon_inactive.gform_card_icon_jcb {
	background-position: -180px -252px;
}

.gform_card_icon_container input[type="radio"]#gform_payment_method_creditcard {
	float: left;
	position: relative;
	top: 4px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_right {
	min-width: 85px !important;
}

.gform_wrapper .ginput_complex .ginput_cardinfo_left label,
.gform_wrapper .ginput_complex .ginput_cardinfo_right label {
	white-space: nowrap !important;
}

.gform_wrapper .ginput_complex span.ginput_cardextras {
	display: block;
	overflow: hidden;
}

.gform_wrapper
	.ginput_complex
	.ginput_cardinfo_left
	span.ginput_card_expiration_container {
	position: relative;
	display: block;
	min-width: 160px !important;
}

.gform_wrapper
	.ginput_complex
	.ginput_cardinfo_left
	span.ginput_card_expiration_container
	select {
	margin-bottom: 8px;
}

.gform_wrapper
	.ginput_complex
	.ginput_cardinfo_right
	input.ginput_card_security_code {
	max-width: 50% !important;
}

.gform_wrapper
	.ginput_complex
	.ginput_cardinfo_right
	span.ginput_card_security_code_icon {
	width: 32px;
	height: 23px;
	background-image: url(../images/gf-creditcard-icons.svg);
	background-repeat: no-repeat;
	background-position: 0 -128px;
	position: relative;
	top: -1px;
	left: 6px;
	display: -moz-inline-stack;
	display: inline-block;
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
	padding: 24px;
	border: 1px dashed #ccc;
	text-align: center;
	color: #aaa;
	margin-bottom: 16px;
	background: rgba(0, 0, 0, 0.02);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.gform_wrapper span.gform_drop_instructions {
	display: block;
	margin-bottom: 8px;
}

.gform_delete {
	vertical-align: middle;
	cursor: pointer;
}

.gform_wrapper .copy_values_option_container .copy_values_enabled {
	width: auto;
}

.gform_wrapper li.field_sublabel_above .ginput_complex input[type="text"] {
	margin-bottom: 1px;
}

/* save and continue dialog and form */

.gform_wrapper .form_saved_message {
	margin: 1em auto;
	padding: 3em 2em 3em;
	width: 99%;
	font-size: 1em;
	line-height: 1.8;
	color: rgba(49, 112, 143, 1);
	background-color: rgba(227, 243, 243, 1);
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.gform_wrapper .form_saved_message form {
	text-align: center;
}

.form_saved_message p.resume_form_link_wrapper {
	background-color: rgba(255, 255, 255, 1);
	display: inline-block;
	padding: 1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	max-width: 98% !important;
	overflow: hidden;
	-webkit-box-shadow: 0px 3px 2px 0px rgba(66, 103, 126, 0.2);
	-moz-box-shadow: 0px 3px 2px 0px rgba(66, 103, 126, 0.2);
	box-shadow: 0px 3px 2px 0px rgba(66, 103, 126, 0.2);
}

.form_saved_message a.resume_form_link {
	word-wrap: break-word;
	text-decoration: none;
	color: rgba(47, 99, 126, 1);
}

.form_saved_message .form_saved_message_emailform {
	margin: 1em 0 0 0;
}

.form_saved_message label.form_saved_label {
	position: absolute;
	left: -9000px;
}

div.form_saved_message
	div.form_saved_message_emailform
	form
	input[type="text"] {
	margin-bottom: 0.25em;
}

div.form_saved_message div.form_saved_message_emailform form input {
	margin: 0.75em auto 0 auto;
	display: inline-block;
}

div.form_saved_message
	div.form_saved_message_emailform
	form
	input[type="email"] {
	padding: calc(0.75em - 1px) !important;
	width: 24em;
	max-width: 98% !important;
	font-size: 1em;
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(145, 175, 199, 1);
	color: rgba(66, 66, 66, 1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(238, 238, 238, 1);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(238, 238, 238, 1);
	box-shadow: inset 0px 0px 5px 0px rgba(238, 238, 238, 1);
}

div.form_saved_message
	div.form_saved_message_emailform
	form
	input[type="submit"] {
	padding: 0.75em 1em;
	font-size: 1em;
	line-height: 1;
	background-color: rgba(145, 175, 199, 1);
	border: 1px solid rgba(145, 175, 199, 1);
	color: rgba(255, 255, 25566, 1);
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
}

@media only screen and (max-width: 640px) {
	div.form_saved_message
		div.form_saved_message_emailform
		form
		input[type="email"],
	div.form_saved_message
		div.form_saved_message_emailform
		form
		input[type="submit"] {
		display: block;
		width: 98%;
	}
}

.form_saved_message .form_saved_message_emailform .validation_message {
	color: #790000;
	font-weight: 700;
	padding: 2em;
}

.form_saved_message_sent {
	margin: 1em auto;
	padding: 3em 2em;
	width: 99%;
	font-size: 1em;
	background-color: rgba(233, 255, 217, 1);
	color: rgba(60, 118, 61, 1);
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-sizing: border-box;
}

.form_saved_message_sent .saved_message_email,
.form_saved_message_sent .saved_message_success {
	font-weight: 700;
	display: block;
	line-height: 2;
}

.form_saved_message_sent .saved_message_email {
	word-wrap: break-word;
	text-decoration: underline;
}

body
	#content
	.entry-content
	.gform_wrapper
	form
	.gform_body
	.gform_fields
	.gfield
	.ginput_container
	#recaptcha_widget_div
	#recaptcha_area
	.recaptchatable
	tbody
	tr
	td
	.recaptcha_input_area,
body
	.gform_wrapper
	form
	.gform_body
	.gform_fields
	.gfield
	.ginput_container
	#recaptcha_widget_div
	#recaptcha_area
	.recaptchatable
	tbody
	tr
	td
	.recaptcha_input_area {
	line-height: 1 !important;
}

body .gform_wrapper img.ui-datepicker-trigger {
	width: 17px !important;
	height: 16px !important;
	display: -moz-inline-stack;
	display: inline-block;
}

body .gform_wrapper img.add_list_item,
body .gform_wrapper img.delete_list_item {
	display: -moz-inline-stack;
	display: inline-block;
	margin-top: -2px;
}

.gform_wrapper
	ul
	li.gfield.field_sublabel_above.field_description_below
	+ li.gfield {
	margin-top: 16px;
}

.gform_wrapper
	li.gfield
	ul.gfield_radio
	li
	input[type="radio"]
	+ input[type="text"] {
	width: 45.25%;
}

.gform_wrapper table.recaptchatable {
	table-layout: auto;
}

/* adjusting the captcha margin for left or right label settings */

.gform_wrapper ul.gform_fields:not(.top_label) div.ginput_container_captcha {
	margin-left: 29%;
}

/* rich text editor */

.gfield .wp-editor-container {
	border: 1px solid #ddd;
}

.gfield .wp-switch-editor {
	border-color: #ddd;
}

.gfield .tmce-active .switch-tmce,
.gfield .html-active .switch-html {
	border-bottom-color: #f5f5f5;
}

.gfield .mce-edit-area iframe {
	width: 99.9% !important;
	margin: 0 !important;
}

body .gform_wrapper ul li.gfield {
	margin-top: 16px;
	padding-top: 0;
}

body .gform_wrapper ul.gfields li.gfield label.gfield_label {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/* do our best to restore styles for lists inside the HTML field */

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html {
	line-height: inherit;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body
	.gform_wrapper
	form
	div.gform_body
	ul.gform_fields
	li.gfield.gfield_html
	ul
	li {
	list-style-type: disc !important;
	margin: 0 0 8px 0;
	overflow: visible;
	padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,
body
	.gform_wrapper
	form
	div.gform_body
	ul.gform_fields
	li.gfield.gfield_html
	ul {
	list-style-type: disc !important;
	margin: 16px 0 16px 28px !important;
	padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol li,
body
	.gform_wrapper
	form
	div.gform_body
	ul.gform_fields
	li.gfield.gfield_html
	ol
	li {
	list-style-type: decimal !important;
	overflow: visible;
	margin: 0 0 8px 0;
	padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ol,
body
	.gform_wrapper
	form
	div.gform_body
	ul.gform_fields
	li.gfield.gfield_html
	ol {
	list-style-type: decimal !important;
	margin: 16px 0 18px 32px;
	padding-left: 0;
}

body
	.gform_wrapper
	div.gform_body
	ul.gform_fields
	li.gfield.gfield_html
	ol
	li
	ul,
body
	.gform_wrapper
	form
	div.gform_body
	ul.gform_fields
	li.gfield.gfield_html
	ol
	li
	ul
	li {
	list-style-type: disc !important;
	padding-left: 0;
}

body
	.gform_wrapper
	div.gform_body
	ul.gform_fields
	li.gfield.gfield_html
	ol
	li
	ul {
	margin: 16px 0 16px 16px;
}

body
	.gform_wrapper
	form
	div.gform_body
	ul.gform_fields
	li.gfield.gfield_html
	ol
	li
	ul
	li {
	margin: 0 0 8px;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl {
	margin: 0 0 18px 0;
	padding-left: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dt {
	font-weight: 700;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html dl dd {
	margin: 0 0 16px 18px;
}

.gform_wrapper span.gf_clear_span {
	display: block;
	height: 1px;
	overflow: hidden;
	width: 100%;
	float: none;
	clear: both;
	margin-top: -1px;
}

/* updated chosen 1.8.5 styles - defaults  */

/* @group Base */
.gform_wrapper .chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.gform_wrapper .chosen-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gform_wrapper .chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	z-index: 1010;
	width: 100%;
	border: 1px solid #aaa;
	border-top: 0;
	background: #fff;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	display: none;
}

.gform_wrapper .chosen-container.chosen-with-drop .chosen-drop {
	display: block;
}

.gform_wrapper .chosen-container a {
	cursor: pointer;
}

.gform_wrapper .chosen-container .search-choice .group-name,
.gform_wrapper .chosen-container .chosen-single .group-name {
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	color: #999999;
}

.gform_wrapper .chosen-container .search-choice .group-name:after,
.gform_wrapper .chosen-container .chosen-single .group-name:after {
	content: ":";
	padding-left: 2px;
	vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.gform_wrapper .chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 25px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(20%, #fff),
		color-stop(50%, #f6f6f6),
		color-stop(52%, #eee),
		to(#f4f4f4)
	);
	background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px;
}

.gform_wrapper .chosen-container-single .chosen-single input[type="text"] {
	cursor: pointer;
	opacity: 0;
	position: absolute;
	width: 0;
}

.gform_wrapper .chosen-container-single .chosen-default {
	color: #999;
}

.gform_wrapper .chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gform_wrapper .chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px;
}

.gform_wrapper .chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	background: url("chosen-sprite.png") -42px 1px no-repeat;
	font-size: 1px;
}

.gform_wrapper .chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px;
}

.gform_wrapper
	.chosen-container-single.chosen-disabled
	.chosen-single
	abbr:hover {
	background-position: -42px -10px;
}

.gform_wrapper .chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%;
}

.gform_wrapper .chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url("chosen-sprite.png") no-repeat 0px 2px;
}

.gform_wrapper .chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap;
}

.gform_wrapper .chosen-container-single .chosen-search input[type="text"] {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	background: url("chosen-sprite.png") no-repeat 100% -20px;
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
}

.gform_wrapper .chosen-container-single .chosen-drop {
	margin-top: -1px;
	border-radius: 0 0 4px 4px;
	background-clip: padding-box;
}

.gform_wrapper
	.chosen-container-single.chosen-container-single-nosearch
	.chosen-search {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/* @end */
/* @group Results */
.gform_wrapper .chosen-container .chosen-results {
	color: #444;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch;
}

.gform_wrapper .chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none;
}

.gform_wrapper .chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer;
}

.gform_wrapper .chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default;
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
	background-color: #3875d7;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(20%, #3875d7),
		color-stop(90%, #2a62bc)
	);
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff;
}

.gform_wrapper .chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4;
}

.gform_wrapper .chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: bold;
	cursor: default;
}

.gform_wrapper .chosen-container .chosen-results li.group-option {
	padding-left: 15px;
}

.gform_wrapper .chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.gform_wrapper .chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: auto;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(1%, #eee),
		color-stop(15%, #fff)
	);
	background-image: linear-gradient(#eee 1%, #fff 15%);
	cursor: text;
}

.gform_wrapper .chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.gform_wrapper
	.chosen-container-multi
	.chosen-choices
	li.search-field
	input[type="text"] {
	margin: 1px 0;
	padding: 0;
	height: 25px;
	outline: 0;
	border: 0 !important;
	background: transparent !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999;
	font-size: 100%;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0;
	width: 25px;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 3px 5px 3px 0;
	padding: 3px 20px 3px 5px;
	border: 1px solid #aaa;
	max-width: 100%;
	border-radius: 3px;
	background-color: #eeeeee;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(20%, #f4f4f4),
		color-stop(50%, #f0f0f0),
		color-stop(52%, #e8e8e8),
		to(#eee)
	);
	background-image: linear-gradient(
		#f4f4f4 20%,
		#f0f0f0 50%,
		#e8e8e8 52%,
		#eee 100%
	);
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	line-height: 13px;
	cursor: default;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word;
}

.gform_wrapper
	.chosen-container-multi
	.chosen-choices
	li.search-choice
	.search-choice-close {
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	background: url("chosen-sprite.png") -42px 1px no-repeat;
	font-size: 1px;
}

.gform_wrapper
	.chosen-container-multi
	.chosen-choices
	li.search-choice
	.search-choice-close:hover {
	background-position: -42px -10px;
}

.gform_wrapper
	.chosen-container-multi
	.chosen-choices
	li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(20%, #f4f4f4),
		color-stop(50%, #f0f0f0),
		color-stop(52%, #e8e8e8),
		to(#eee)
	);
	background-image: linear-gradient(
		#f4f4f4 20%,
		#f0f0f0 50%,
		#e8e8e8 52%,
		#eee 100%
	);
	color: #666;
}

.gform_wrapper .chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4;
}

.gform_wrapper
	.chosen-container-multi
	.chosen-choices
	li.search-choice-focus
	.search-choice-close {
	background-position: -42px -10px;
}

.gform_wrapper .chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0;
}

.gform_wrapper .chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default;
}

/* @end */
/* @group Active  */
.gform_wrapper .chosen-container-active .chosen-single {
	border: 1px solid #5897fb;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single {
	border: 1px solid #aaa;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(20%, #eee),
		color-stop(80%, #fff)
	);
	background-image: linear-gradient(#eee 20%, #fff 80%);
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div {
	border-left: none;
	background: transparent;
}

.gform_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 2px;
}

.gform_wrapper .chosen-container-active .chosen-choices {
	border: 1px solid #5897fb;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.gform_wrapper
	.chosen-container-active
	.chosen-choices
	li.search-field
	input[type="text"] {
	color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.gform_wrapper .chosen-disabled {
	opacity: 0.5 !important;
	cursor: default;
}

.gform_wrapper .chosen-disabled .chosen-single {
	cursor: default;
}

.gform_wrapper
	.chosen-disabled
	.chosen-choices
	.search-choice
	.search-choice-close {
	cursor: default;
}

/* @end */
/* @group Right to Left */
.gform_wrapper .chosen-rtl {
	text-align: right;
}

.gform_wrapper .chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0;
}

.gform_wrapper .chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl;
}

.gform_wrapper .chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px;
}

.gform_wrapper .chosen-rtl .chosen-single div {
	right: auto;
	left: 3px;
}

.gform_wrapper .chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px;
}

.gform_wrapper .chosen-rtl .chosen-choices li {
	float: right;
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-field input[type="text"] {
	direction: rtl;
}

.gform_wrapper .chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px;
}

.gform_wrapper
	.chosen-rtl
	.chosen-choices
	li.search-choice
	.search-choice-close {
	right: auto;
	left: 4px;
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}

.gform_wrapper .chosen-rtl .chosen-results li.group-option {
	padding-right: 15px;
	padding-left: 0;
}

.gform_wrapper
	.chosen-rtl.chosen-container-active.chosen-with-drop
	.chosen-single
	div {
	border-right: none;
}

.gform_wrapper .chosen-rtl .chosen-search input[type="text"] {
	padding: 4px 5px 4px 20px;
	background: url("chosen-sprite.png") no-repeat -30px -20px;
	direction: rtl;
}

.gform_wrapper .chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px;
}

.gform_wrapper
	.chosen-rtl.chosen-container-single.chosen-with-drop
	.chosen-single
	div
	b {
	background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 144dpi),
	only screen and (min-resolution: 1.5dppx) {
	.gform_wrapper .chosen-rtl .chosen-search input[type="text"],
	.gform_wrapper .chosen-container-single .chosen-single abbr,
	.gform_wrapper .chosen-container-single .chosen-single div b,
	.gform_wrapper .chosen-container-single .chosen-search input[type="text"],
	.gform_wrapper
		.chosen-container-multi
		.chosen-choices
		.search-choice
		.search-choice-close,
	.gform_wrapper .chosen-container .chosen-results-scroll-down span,
	.gform_wrapper .chosen-container .chosen-results-scroll-up span {
		background-image: url("chosen-sprite@2x.png") !important;
		background-size: 52px 37px !important;
		background-repeat: no-repeat !important;
	}
}

/* @end */

/* updated chosen 1.8.5 styles - gravityforms specific  */

body .gform_wrapper .chosen-container a.chosen-single {
	border-radius: inherit;
}

body .gform_wrapper ul.chosen-results li {
	line-height: inherit;
}

@media only screen and (max-width: 641px) {
	/* make the inputs a little larger for mobile devices */

	.gform_wrapper
		input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(
			[type="file"]
		) {
		line-height: 2;
		min-height: 2rem;
	}

	.gform_wrapper textarea {
		line-height: 1.5;
	}

	.gform_wrapper .chosen-container.chosen-container-single[style] {
		width: 100% !important;
	}

	.gform_wrapper .chosen-container-single .chosen-single {
		height: 40px;
		line-height: 2.8;
	}

	.gform_wrapper .chosen-container-single .chosen-single div b {
		position: relative;
		top: 10px;
	}

	.gform_wrapper div.chosen-container.chosen-container-multi[style] {
		width: 100% !important;
	}

	.gform_wrapper
		.chosen-container.chosen-container-multi
		ul.chosen-choices
		li.search-choice,
	.gform_wrapper
		.chosen-container.chosen-container-multi
		ul.chosen-choices
		li.search-field {
		width: 100%;
		line-height: inherit;
		float: none;
	}

	.gform_wrapper
		.chosen-container.chosen-container-multi
		ul.chosen-choices
		li.search-choice
		span {
		margin-bottom: 0;
	}

	.gform_wrapper
		.chosen-container-multi
		.chosen-choices
		li.search-choice
		.search-choice-close {
		top: calc(50% - 6px);
	}

	.gform_wrapper .ginput_container span:not(.ginput_price) {
		margin-bottom: 8px;
		display: block;
	}

	.gform_wrapper li.field_sublabel_below .ginput_complex {
		margin-top: 12px !important;
	}

	.gform_wrapper ul.gfield_radio li label,
	.gform_wrapper ul.gfield_checkbox li label {
		width: 85%;
		cursor: pointer;
	}
}

@media only screen and (max-width: 761px),
	(min-device-width: 768px) and (max-device-width: 1023px) {
	.gform_wrapper
		ul.gform_fields
		li.gfield.gfield_error
		+ li.gfield.gfield_error {
		margin-top: 32px;
	}

	/* force the list table to not behave like a table anymore */

	.gform_wrapper table.gfield_list {
		border: 0;
	}

	.gform_wrapper table.gfield_list thead {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.gform_wrapper table.gfield_list tr {
		margin-bottom: 10px;
		display: block;
		background: #fff;
		position: relative;
		border: 1px solid #ccc;
		border-top: 2px solid #ccc;
		border-bottom: 4px solid #ccc;
	}

	.gform_wrapper table.gfield_list td {
		display: block;
		margin-left: 8px;
		margin-right: 8px;
	}

	.gform_wrapper table.gfield_list td.gfield_list_icons {
		border-bottom: 0;
		margin: 16px 0 0 0 !important;
	}

	.gform_wrapper
		ul.gform_fields.form_sublabel_above
		table.gfield_list
		td:before,
	.gform_wrapper
		ul.gform_fields.form_sublabel_below
		table.gfield_list
		td:after {
		content: attr(data-label);
		font-size: 0.875em;
		letter-spacing: 0.5pt;
		white-space: nowrap;
		display: block;
		clear: both;
	}

	.gform_wrapper
		ul.gform_fields.form_sublabel_above
		table.gfield_list
		td:before {
		margin: 8px 0 3px 8px;
	}

	.gform_wrapper
		ul.gform_fields.form_sublabel_below
		table.gfield_list
		td:after {
		margin: 3px 0 8px 8px;
	}

	.gform_wrapper table.gfield_list th + th,
	.gform_wrapper table.gfield_list td + td {
		padding: 4px 0 0 0;
	}

	.gform_wrapper table.gfield_list tr.gfield_list_row_odd,
	.gform_wrapper table.gfield_list tr.gfield_list_row_even {
		margin: 16px 0;
	}

	.gform_wrapper table.gfield_list tr.gfield_list_row_odd:first-child {
		padding-top: 12px;
	}

	.gform_wrapper table.gfield_list tr {
		padding-top: 12px;
	}

	.gform_wrapper table.gfield_list tr td.gfield_list_icons {
		width: 100% !important;
		padding: 0 4px 4px 4px !important;
		background-color: #eee;
	}

	.gform_wrapper table.gfield_list tr td.gfield_list_icons img.add_list_item {
		margin: 12px 0 0 16px !important;
	}

	.gform_wrapper
		table.gfield_list
		tr
		td.gfield_list_icons
		img.delete_list_item {
		margin: 12px 0 0 8px !important;
	}

	.gform_wrapper .gform_footer a.gform_save_link,
	.gform_wrapper .gform_page_footer a.gform_save_link {
		margin-left: 0;
	}

	.gform_wrapper .gfield_list td.gfield_list_cell input {
		width: calc(100% - 16px);
		margin-left: 8px;
		margin-right: 8px;
	}
}

/* media queries - portrait mode tablet or desktop styles */

@media only screen and (min-width: 641px) {
	.gform_wrapper .gform_body {
		width: 100%;
	}

	.gform_wrapper.gform_validation_error
		.gform_body
		ul
		li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
		max-width: calc(100% - 16px) !important;
	}

	.gform_wrapper .gfield_checkbox li,
	.gform_wrapper .gfield_radio li {
		margin: 0 0 8px 0;
		line-height: 1.3;
	}

	.gform_wrapper .gsection {
		margin: 28px 16px 28px 0;
	}

	.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
		float: left;
		width: 29%;
		padding-right: 16px;
		margin-bottom: 16px;
	}

	.gform_wrapper .right_label .gfield_label {
		text-align: right;
	}

	.gform_wrapper .left_label .gfield_description,
	.gform_wrapper .right_label .gfield_description {
		width: 70%;
	}

	.gform_wrapper ul.right_label li ul.gfield_radio li,
	.gform_wrapper form ul.right_label li ul.gfield_radio li,
	.gform_wrapper ul.left_label li ul.gfield_radio li,
	.gform_wrapper form ul.left_label li ul.gfield_radio li,
	.gform_wrapper ul.right_label li ul.gfield_checkbox li,
	.gform_wrapper form ul.right_label li ul.gfield_checkbox li,
	.gform_wrapper ul.left_label li ul.gfield_checkbox li,
	.gform_wrapper form ul.left_label li ul.gfield_checkbox li {
		margin-bottom: 10px;
	}

	.gform_wrapper .right_label .gfield_description,
	.gform_wrapper .left_label .gfield_description,
	.gform_wrapper .left_label .instruction,
	.gform_wrapper .right_label .instruction {
		margin-left: 29%;
	}

	.gform_wrapper
		ul.gform_fields:not(.top_label)
		.gsection
		.gsection_description {
		margin-left: 0;
		padding-top: 4px;
		padding-left: 0;
		line-height: 1.5;
	}

	.gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted {
		margin-left: 29% !important;
		width: 70%;
	}

	.gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_checkbox,
	.gform_wrapper ul.gform_fields:not(.top_label) ul.gfield_radio {
		overflow: hidden;
	}

	.gform_wrapper .right_label div.ginput_complex,
	.gform_wrapper .left_label div.ginput_complex {
		width: 70%;
		margin-left: 29%;
	}

	.gform_wrapper .right_label input.small,
	.gform_wrapper .right_label select.small,
	.gform_wrapper .left_label input.small,
	.gform_wrapper .left_label select.small {
		width: 15%;
	}

	.gform_wrapper .right_label input.medium,
	.gform_wrapper .right_label select.medium,
	.gform_wrapper .left_label input.medium,
	.gform_wrapper .left_label select.medium {
		width: calc(35% - 8px);
	}

	.gform_wrapper .right_label input.large,
	.gform_wrapper .right_label select.large,
	.gform_wrapper .left_label input.large,
	.gform_wrapper .left_label select.large {
		width: 70%;
	}

	.gform_wrapper .right_label textarea.small,
	.gform_wrapper .left_label textarea.small,
	.gform_wrapper .right_label textarea.medium,
	.gform_wrapper .left_label textarea.medium,
	.gform_wrapper .right_label textarea.large,
	.gform_wrapper .left_label textarea.large {
		width: 70%;
	}

	.gform_wrapper ul.gform_fields:not(.top_label) .ginput_list {
		width: 70%;
		margin-left: 29% !important;
	}

	.gform_wrapper .top_label .gfield_list {
		width: 100%;
	}

	.gform_wrapper .left_label .gf_list_one_column,
	.gform_wrapper .right_label .gf_list_one_column {
		width: 45%;
	}

	.gform_wrapper .top_label .gf_list_one_column {
		width: 46%;
	}

	.gform_wrapper .left_label li.hidden_label input,
	.gform_wrapper .right_label li.hidden_label input {
		margin-left: 3.7%;
	}

	.gform_wrapper .left_label li.gfield .gfield_password_strength,
	.gform_wrapper .right_label li.gfield .gfield_password_strength {
		margin-left: 29%;
	}

	.gform_wrapper .top_label input.small,
	.gform_wrapper .top_label select.small {
		width: 25%;
	}

	.gform_wrapper .top_label input.medium,
	.gform_wrapper .top_label select.medium {
		width: calc(50% - 8px);
	}

	.gform_wrapper.gform_validation_error .top_label input.medium,
	.gform_wrapper.gform_validation_error .top_label select.medium {
		width: 50%;
	}

	.gform_wrapper .top_label input.large,
	.gform_wrapper .top_label select.large,
	.gform_wrapper .hidden_label input.large,
	.gform_wrapper .hidden_label select.large {
		width: 100%;
	}

	.gform_wrapper .top_label input.small.datepicker,
	.gform_wrapper .top_label input.medium.datepicker,
	.gform_wrapper .top_label input.large.datepicker {
		width: auto;
	}

	.gform_wrapper textarea.small {
		height: 80px;
		width: 100%;
	}

	.gform_wrapper textarea.medium {
		height: 160px;
		width: 100%;
	}

	.gform_wrapper textarea.large {
		height: 320px;
		width: 100%;
	}

	.gform_wrapper .ginput_complex .ginput_left,
	.gform_wrapper .ginput_complex .ginput_right {
		width: 50%;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		margin: 0 -4px 0 0;
	}

	.gform_wrapper .ginput_container_password .ginput_right {
		padding-left: 8px;
	}

	.gform_wrapper .gfield_error .ginput_complex .ginput_left,
	.gform_wrapper .gfield_error .ginput_complex .ginput_right {
		width: 50%;
	}

	.gform_wrapper .ginput_complex .ginput_cardinfo_left,
	.gform_wrapper .ginput_complex .ginput_cardinfo_right {
		min-height: 43px;
		position: relative;
		float: left;
	}

	.gform_wrapper .ginput_complex .ginput_cardinfo_left {
		width: 50%;
	}

	.gform_wrapper
		.ginput_complex
		select.ginput_card_expiration.ginput_card_expiration_month,
	.gform_wrapper
		.ginput_complex
		select.ginput_card_expiration.ginput_card_expiration_year {
		width: 47% !important;
		display: -moz-inline-stack;
		display: inline-block;
	}

	.gform_wrapper
		.ginput_complex
		.ginput_cardinfo_left
		select.ginput_card_expiration.ginput_card_expiration_month {
		margin-right: 4px;
	}

	.gform_wrapper .gf_step {
		width: auto;
		display: -moz-inline-stack;
		display: inline-block;
		margin: 16px 32px 16px 0;
	}

	.gform_wrapper .gform_footer input.button,
	.gform_wrapper .gform_footer input[type="submit"],
	.gform_wrapper .gform_footer input[type="image"] {
		display: -moz-inline-stack;
		display: inline-block;
	}

	.gform_wrapper .gform_footer input[type="image"] {
		vertical-align: middle;
	}

	.gform_wrapper .gform_footer a.gform_save_link,
	.gform_wrapper .gform_page_footer a.gform_save_link {
		font-size: 1em;
		margin-left: 16px;
		display: -moz-inline-stack;
		display: inline-block;
	}

	.gform_wrapper .gform_footer input.button,
	.gform_wrapper .gform_page_footer input.button,
	.gform_wrapper .gform_footer input[type="submit"],
	.gform_wrapper .gform_page_footer input[type="submit"] {
		font-size: 1em;
		width: auto;
		margin: 0 16px 0 0;
	}

	.gform_wrapper ul.gform_fields li.gfield {
		padding-right: 16px;
	}

	.gform_wrapper .ginput_complex .ginput_left {
		padding-right: 8px;
	}

	.gform_wrapper .left_label .ginput_complex.ginput_container_address:after {
		content: "";
		display: block;
	}

	.gform_wrapper .ginput_complex.ginput_container_address .ginput_left {
		margin-right: 8px;
	}

	.gform_wrapper .ginput_complex.ginput_container_address .ginput_right {
		margin-right: -8px;
		padding-right: 8px;
	}

	.gform_wrapper
		.ginput_complex.ginput_container_address
		span.ginput_full
		+ span.ginput_right {
		padding-right: 8px !important;
		margin-right: 8px;
	}

	.gform_wrapper
		.ginput_complex.ginput_container_address
		span.ginput_right
		+ span.ginput_left {
		padding-right: 8px !important;
		margin-right: -8px;
	}

	.gform_wrapper
		.ginput_complex.ginput_container_address
		span.ginput_right
		+ span.ginput_left.address_zip {
		margin-right: 8px;
	}

	.gform_wrapper .gfield_error .ginput_container {
		padding-right: 0;
	}

	.gform_wrapper
		ul.top_label
		li.gfield.gfield_error.gfield_contains_required
		.gfield_password_strength {
		margin: 18px 0 18px 0;
	}

	.gform_wrapper .gform_footer:not(.top_label) {
		padding: 16px 0 10px 0;
		margin-left: 29%;
		width: 70%;
	}

	/* adjusting the name field so it aligns properly */

	.top_label div.ginput_complex.ginput_container.gf_name_has_1,
	.top_label div.ginput_complex.ginput_container.gf_name_has_2,
	.top_label div.ginput_complex.ginput_container.gf_name_has_3 {
		width: calc(100% + 15px);
	}

	.top_label div.ginput_complex.ginput_container.gf_name_has_4 {
		width: calc(100% + 13px);
	}

	.top_label div.ginput_complex.ginput_container.gf_name_has_5 {
		width: calc(100% + 14px);
	}

	/* a little better specificty to avoid problems with forms in widgets */

	ul.gform_fields:not(.top_label)
		div.ginput_complex.ginput_container.gf_name_has_1,
	ul.gform_fields:not(.top_label)
		div.ginput_complex.ginput_container.gf_name_has_2,
	ul.gform_fields:not(.top_label)
		div.ginput_complex.ginput_container.gf_name_has_3 {
		width: calc(70% + 15px);
		margin-left: 29%;
	}

	ul.gform_fields:not(.top_label)
		li.gfield.gfield_error
		div.ginput_complex.ginput_container.gf_name_has_1,
	ul.gform_fields:not(.top_label)
		li.gfield.gfield_error
		div.ginput_complex.ginput_container.gf_name_has_2,
	ul.gform_fields:not(.top_label)
		li.gfield.gfield_error
		div.ginput_complex.ginput_container.gf_name_has_3 {
		width: calc(70% + 24px);
	}

	ul.gform_fields:not(.top_label)
		div.ginput_complex.ginput_container.gf_name_has_4 {
		width: calc(70% + 13px);
		margin-left: 29%;
	}

	ul.gform_fields:not(.top_label)
		div.ginput_complex.ginput_container.gf_name_has_5 {
		width: calc(70% + 14px);
		margin-left: 29%;
	}

	div.ginput_container_name span {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		padding-right: 16px;
		margin-right: -4px;
	}

	div.ginput_complex.ginput_container.gf_name_has_1 span {
		width: 100%;
	}

	div.ginput_complex.ginput_container.gf_name_has_2 span {
		width: 50%;
	}

	div.ginput_complex.ginput_container.gf_name_has_3 span {
		width: 33.3%;
	}

	div.ginput_complex.ginput_container.gf_name_has_4 span {
		width: 25%;
	}

	div.ginput_complex.ginput_container.gf_name_has_5 span {
		width: 19.95%;
	}

	/* tweak the sizes for validation and left/right label layouts */

	.gform_wrapper
		ul.gform_fields:not(.top_label)
		li.gfield.gfield_error
		div.ginput_complex.ginput_container.gf_name_has_1
		span {
		width: 99.75% !important;
	}

	.gform_wrapper
		ul.gform_fields:not(.top_label)
		li.gfield.gfield_error
		div.ginput_complex.ginput_container.gf_name_has_2
		span {
		width: 49.75% !important;
	}

	.gform_wrapper
		ul.gform_fields:not(.top_label)
		li.gfield.gfield_error
		div.ginput_complex.ginput_container.gf_name_has_3
		span {
		width: 33% !important;
	}

	.gform_wrapper
		ul.gform_fields:not(.top_label)
		li.gfield.gfield_error
		div.ginput_complex.ginput_container.gf_name_has_4
		span {
		width: 24.75% !important;
	}

	.gform_wrapper
		ul.gform_fields:not(.top_label)
		li.gfield.gfield_error
		div.ginput_complex.ginput_container.gf_name_has_5
		span {
		width: 19.75% !important;
	}

	html div.ginput_complex.ginput_container.gf_name_has_2 span:first-child,
	html div.ginput_complex.ginput_container.gf_name_has_3 span:first-child,
	html div.ginput_complex.ginput_container.gf_name_has_4 span:first-child,
	html div.ginput_complex.ginput_container.gf_name_has_5 span:first-child {
		margin-left: 0 !important;
	}

	.gform_wrapper
		.top_label
		.ginput_complex.ginput_container.ginput_container_email {
		width: calc(100% + 15px);
	}

	.gform_wrapper
		ul.gform_fields:not(.top_label)
		div.ginput_complex.ginput_container.ginput_container_email {
		width: calc(70% + 16px);
		margin-left: 29%;
	}

	.gform_wrapper
		ul.gform_fields:not(.top_label)
		li.gfield.gfield_error
		div.ginput_complex.ginput_container.ginput_container_email {
		width: calc(70% + 17px);
	}

	li.gfield.gfield_error
		.gform_wrapper
		ul.gform_fields:not(.top_label)
		li.gfield.gfield_error
		.ginput_complex.ginput_container.ginput_container_email {
		width: calc(70% + 8px) !important;
	}

	.gform_wrapper
		.ginput_complex.ginput_container.ginput_container_email
		.ginput_left,
	.gform_wrapper
		.ginput_complex.ginput_container.ginput_container_email
		.ginput_right {
		padding-right: 16px;
	}

	.gform_wrapper ul.left_label li.gfield .gfield_password_strength,
	.gform_wrapper ul.right_label li.gfield .gfield_password_strength {
		width: 70%;
	}

	/* adjusting the address field alignment for some scenarios */

	.gform_wrapper
		.ginput_complex
		span.ginput_left
		+ input.gform_hidden
		+ span.ginput_left {
		padding-right: 0;
	}

	.gform_wrapper .ginput_complex span.ginput_left.address_country {
		margin-right: 0;
	}

	html:not([dir="rtl"])
		.gform_wrapper
		ul.gform_fields:not(.top_label)
		.ginput_container:not(.ginput_container_time):not(.ginput_container_date),
	html:not([dir="rtl"])
		.gform_wrapper
		ul.gform_fields:not(.top_label)
		.clear-multi,
	html:not([dir="rtl"])
		.gform_wrapper
		ul.gform_fields:not(.top_label)
		.gfield_description {
		width: 70%;
		margin-left: 29%;
	}

	.gform_wrapper .gf_progressbar {
		width: calc(100% - 16px);
	}

	.gform_wrapper
		ul.gform_fields:not(.top_label)
		.gform_fileupload_multifile
		.gform_drop_area {
		margin-left: 29%;
		width: 70%;
	}

	body
		.gform_wrapper
		span.ginput_left.address_city
		+ input.gform_hidden
		+ span.ginput_left.address_country {
		width: calc(50% - 8px);
		margin-right: 0;
	}

	/* force the CAPTCHA field over for right and left label layouts */

	.gform_wrapper
		ul.gform_fields:not(.top_label)
		.ginput_container.ginput_recaptcha {
		margin-left: 29% !important;
	}

	.gform_wrapper .gform_page_footer .button.gform_previous_button {
		margin-bottom: 0;
	}

	.gform_wrapper .gform_page_footer .button.gform_next_button,
	.gform_wrapper .gform_page_footer .button.gform_button {
		margin-right: 10px;
	}

	/* updated chosen 1.8.5 styles - gravityforms specific  */

	body
		.gform_wrapper
		select.medium.gfield_select
		+ div.chosen-container-single[style],
	body
		.gform_wrapper
		select.medium.gfield_select
		+ div.chosen-container-multi[style] {
		width: calc(50% - 8px) !important;
	}

	body
		.gform_wrapper
		select.large.gfield_select
		+ div.chosen-container-single[style],
	body
		.gform_wrapper
		select.large.gfield_select
		+ div.chosen-container-multi[style] {
		width: 100% !important;
	}

	body
		.gform_wrapper
		select.small.gfield_select
		+ div.chosen-container-single[style],
	body
		.gform_wrapper
		select.small.gfield_select
		+ div.chosen-container-multi[style] {
		width: 25% !important;
	}
}

/* //////////////////////////////////////////////////////////////*/
/* //////////////////   Repeaters Styling   /////////////////////*/
/* //////////////////////////////////////////////////////////////*/

/* Padding, Left Border, background color for nested repeaters */
.gfield_repeater_cell > .gfield_repeater_wrapper {
	border-left: 8px solid rgba(54, 86, 102, 0.1);
	background-color: rgba(1, 1, 1, 0.02);
	padding: 10px 20px;
	border-radius: 8px;
	border-bottom: 1px solid rgba(238, 238, 238, 1);
}

/* Targeting the border color of the repeater inputs */
.gfield_repeater_wrapper input {
	border: 1px solid rgba(197, 198, 197, 1);
	border-radius: 4px;
}

/* Spacing between the wrappers */
.gfield_repeater_wrapper .gfield_repeater_wrapper {
	margin-top: 10px;
}

.gfield_repeater_buttons .add_repeater_item_text,
.gfield_repeater_buttons .remove_repeater_item_text {
	min-width: 100px;
	height: 30px;
	background: rgba(242, 242, 242, 0.5);
	transition: all 0.3s cubic-bezier(0.67, 0.17, 0.4, 0.83);
	font-size: 12px;
	color: rgba(117, 117, 117, 1);
	border-radius: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid rgba(117, 117, 117, 0.4);
	font-weight: 400;
}

.gfield_repeater_buttons .add_repeater_item_plus,
.gfield_repeater_buttons .remove_repeater_item_minus {
	width: 22px;
	height: 22px;
	background: rgba(242, 242, 242, 0.5);
	transition: all 0.3s cubic-bezier(0.67, 0.17, 0.4, 0.83);
	font-size: 16px;
	color: rgba(117, 117, 117, 1);
	border-radius: 50%;
	margin: 10px 5px 0px 5px;
	border: 1px solid rgba(117, 117, 117, 0.4);
	font-weight: 700;
	padding: 0px;
	padding-bottom: 5px;
}

.gfield_repeater_buttons button.gfield_icon_disabled {
	cursor: default;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.gfield_repeater_buttons button.gfield_icon_disabled:hover {
	background: rgba(242, 242, 242, 0.5);
	color: rgba(117, 117, 117, 1);
	border: 1px solid rgba(117, 117, 117, 0.4);
}

/* Hover style for Add buttons */
.gfield_repeater_buttons button:hover {
	background: rgba(250, 250, 250, 1);
	color: #374750;
	border: 1px solid rgba(117, 117, 117, 1);
}

/* Adding the separation border and padding in between items */
.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
	border-bottom: 2px solid #e0e0e6;
	padding-bottom: 20px;
}

/* Repeater - Left Border Color */
.gfield_repeater_cell > .gfield_repeater_wrapper {
	border-left: 8px solid rgba(241, 241, 241, 1);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06),
		0 2px 1px -1px rgba(0, 0, 0, 0.06), 0 1px 5px 0 rgba(0, 0, 0, 0.06);
}

/* Adjusting the margin/padding for the nested repeaters */

/* //////////////////////////////////////////////////////////////*/
/* /////////////////////// Form Edits Labels  ///////////////////////*/
/* //////////////////////////////////////////////////////////////*/

.gfield_repeater_buttons .add_repeater_item_text:focus,
.gfield_repeater_buttons .remove_repeater_item_text:focus {
	outline: 0;
}

/*Coloring for the required asterisk*/
.gfield_repeater_item .gfield_repeater_cell .gfield_required {
	color: #c32121;
}

/* Field labels styling */
.gform_wrapper .gfield_repeater_cell label {
	color: rgb(155, 154, 154);
	font-weight: 400;
	font-size: 14px;
	padding-top: 8px;
}

/* //////////////////////////////////////////////////////////////*/
/* /////////////////////// Forms Details  ///////////////////////*/
/* //////////////////////////////////////////////////////////////*/

/* Third Level Repeater Spacing */
.gfield_repeater_value .gfield_repeater_value .gfield_repeater_cell {
	padding-bottom: 20px;
	padding-top: 0px;
}

/*Spacing between adjancent cells in the same repeater*/
div .gfield_repeater_cell {
	margin-top: 5px;
}

/* Repeater styling line divider */
.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
	border-bottom: 2px solid #e0e0e6;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
}

/* Repeater containers */
.gfield_repeater_value > .gfield_repeater {
	border-left: 8px solid rgba(54, 86, 102, 0.1);
	background-color: rgba(1, 1, 1, 0.02);
	padding: 10px 20px;
	border-radius: 8px;
	border-bottom: 1px solid rgba(238, 238, 238, 1);
	margin: 10px;
}

/* Styling for Fake disabled input containers */
.gfield_repeater_cell .gfield_repeater_value:not(:first-child) {
	color: rgba(117, 117, 117, 0.7);
	border: 1px solid rgba(197, 198, 197, 1);
	border-radius: 4px;
	margin-right: 10px;
	padding-left: 10px;
	background-color: rgba(240, 240, 240, 1);
}

/* Consistent Padding in between cells and items */
.gfield_repeater_items .gfield_repeater_cell:not(:first-child),
.gfield_repeater .gfield_repeater_items {
	padding-top: 5px;
}

/* Repeaters Labels styling */
.gfield_repeater .gfield_label {
	color: rgba(35, 40, 45, 1);
	font-size: 16px;
	font-weight: 600;
}

/* Decreasing the space below the label */
.gfield_repeater_value .gfield_label {
	padding-bottom: 0px;
}

/* Removing additional 20px padding when more repeaters are added on third level repeater */
.gfield_repeater_value
	.gfield_repeater_value
	.gfield_repeater_item:first-child {
	padding-bottom: 0px;
}

.notice.notice-error {
	display: none;
}

.notice-error {
	display: none;
}

.fp_cats_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fp_cat_wrap {
	width: 32.5%;
	margin-bottom: 0.75rem;
}

.fp_cat_wrap a {
	display: flex;
	flex-direction: column;
	padding: 2rem;
	background: rgba(255, 242, 0, 0.7);
	text-decoration: none;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: center;
	height: 100%;
}

.fp_cat_wrap.orange_cat a {
	background: #de5021;
}

.fp_cat_wrap.orange_cat a:focus,
.fp_cat_wrap.orange_cat a:hover,
.fp_cat_wrap.gray_cat a:focus,
.fp_cat_wrap.gray_cat a:hover {
	color: #404040;
	background: rgba(255, 242, 0, 0.7);
}

.fp_cat_wrap.orange_cat a:focus .fp_cat_title,
.fp_cat_wrap.orange_cat a:hover .fp_cat_title,
.fp_cat_wrap.orange_cat a:focus .fp_cat_desc,
.fp_cat_wrap.orange_cat a:hover .fp_cat_desc,
.fp_cat_wrap.gray_cat a:focus .fp_cat_title,
.fp_cat_wrap.gray_cat a:hover .fp_cat_title,
.fp_cat_wrap.gray_cat a:focus .fp_cat_desc,
.fp_cat_wrap.gray_cat a:hover .fp_cat_desc {
	color: #404040;
}

@media (max-width: 768px) {
	.fp_cat_wrap a:focus,
	.fp_cat_wrap a:hover {
		background: black !important;
	}

	.fp_cat_wrap a:focus .fp_cat_title,
	.fp_cat_wrap a:hover .fp_cat_title,
	.fp_cat_wrap a:focus .fp_cat_desc,
	.fp_cat_wrap a:hover .fp_cat_desc {
		color: #fff200 !important;
	}
}

.fp_cat_wrap.gray_cat a {
	background: #666;
}

.fp_cat_wrap a div {
	text-align: center;
	width: 100%;
}

.fp_cat_wrap a:focus,
.fp_cat_wrap a:hover {
	text-decoration: none;
	color: #404040;
	background: #de5021;
}

.fp_cat_wrap .fp_cat_title {
	text-transform: uppercase;
	font-weight: 600;
	color: #404040;
	margin-bottom: 2rem;
}

.fp_cat_wrap .fp_cat_desc {
	color: #404040;
	font-size: 0.8em;
}

.fp_cat_wrap a:focus .fp_cat_title,
.fp_cat_wrap a:hover .fp_cat_title,
.fp_cat_wrap a:focus .fp_cat_desc,
.fp_cat_wrap a:hover .fp_cat_desc,
.fp_cat_wrap.orange_cat a .fp_cat_title,
.fp_cat_wrap.orange_cat a .fp_cat_desc,
.fp_cat_wrap.gray_cat a .fp_cat_title,
.fp_cat_wrap.gray_cat a .fp_cat_desc {
	color: #fff;
}

.fp_cats_wrap_gray {
	margin-bottom: 4rem;
}

.fp_cats_wrap_gray a {
	background: #f3f3f3;
	padding: 1rem;
	justify-content: center;
	text-align: center;
}

.fp_cats_wrap_gray .fp_cat_wrap.orange_cat a {
	background: #404040;
}

.fp_cats_wrap_gray .fp_cat_wrap.orange_cat a:focus,
.fp_cats_wrap_gray .fp_cat_wrap.orange_cat a:hover {
	color: #404040;
	background: #f3f3f3;
}

.fp_cats_wrap_gray .fp_cat_wrap.orange_cat a:focus .fp_cat_title,
.fp_cats_wrap_gray .fp_cat_wrap.orange_cat a:hover .fp_cat_title,
.fp_cats_wrap_gray .fp_cat_wrap.orange_cat a:focus .fp_cat_desc,
.fp_cats_wrap_gray .fp_cat_wrap.orange_cat a:hover .fp_cat_desc {
	color: #404040;
}

.fp_cats_wrap_gray a:focus,
.fp_cats_wrap_gray a:hover {
	text-decoration: none;
	color: #f3f3f3;
	background: #404040;
}

.fp_cats_wrap_gray .fp_cat_title {
	color: #404040;
	margin-bottom: 0;
}

.fp_cats_wrap_gray .fp_cat_desc {
	color: #404040;
}

.home .site-content,
.page-id-447005 .site-content,
.tax-product_cat .site-content,
.post-type-archive-product .site-content {
	width: 980px;
	padding: 0;
}

@media (max-width: 786px) {
	.nx-countdown-wrapper {
		display: flex !important;
		flex-direction: column !important;
	}

	.nx-countdown-wrapper .nx-countdown-text {
		margin-bottom: 10px;
	}
}

.woocommerce-products-header {
	text-align: center;
}

.wc_cat_header {
	padding: 3rem 0;
}

.post-type-archive-product footer,
.tax-product_cat footer {
	margin-top: 37px;
}

@media (max-width: 900px) {
	.post-type-archive-product footer,
	.tax-product_cat footer {
		margin-top: 0;
	}
}

#post-1xx {
	/* background: rgba(255, 242, 0, 0.7); */
	color: #404040;
}

@media (max-width: 768px) {
	.wc_cat_header {
		/* background: white; */
		background-image: url(https://open.lv/wp-content/uploads/2023/08/Rutinas.jpg);
		background-size: 50%;
		background-repeat: repeat;
	}

	/* .home article:first-child,
	.page-id-447005 article:first-child {
		background: #de5021 !important;
	} */

	.home article:first-child h2,
	.page-id-447005 article:first-child h2 {
		margin: 0;
		padding-bottom: 2rem;
		color: white;
	}

	.home article:first-child h2,
	.page-id-447005 article:first-child h2 {
		margin: 0;
		padding-bottom: 2rem;
		color: white;
	}

	.page-id-447005 .site-content,
	.tax-product_cat .site-content,
	.post-type-archive-product .site-content {
		padding: 0;
	}

	#post-1xx {
		background-color: #fff200;
		color: #404040;
	}

	/* .home .front-users-count,
	.page-id-447005 .front-users-count {
		color: #404040;
	} */

	.home .frontpage_logos,
	.page-id-447005 .frontpage_logos {
		background: none;
	}

	.home .content-area,
	.page-id-447005 .content-area {
		margin-bottom: 0;
	}

	.fp_cats_wrap {
		background: #de5021;
		padding: 1rem;
	}

	.fp_cat_wrap {
		width: 100%;
	}

	.fp_cat_wrap a {
		padding: 0.5rem;
		background: #fff200;
		border-radius: 0.25rem;
	}

	.fp_cat_wrap.orange_cat a {
		background: #fff200;
	}

	.fp_cat_wrap.orange_cat a .fp_cat_title {
		color: white;
	}

	body.home .fp_cat_wrap.orange_cat a .fp_cat_title {
		color: #de5021;
	}

	.fp_cat_wrap .fp_cat_desc {
		display: none;
	}

	.fp_cat_wrap .fp_cat_title {
		margin-bottom: 0;
	}

	.post-type-archive-product article header,
	.tax-product_cat article header {
		padding-top: 0;
	}

	.term-description {
		padding: 0 30px;
	}

	.fp_cats_wrap_gray {
		/* background: white; */
		background-image: url(https://open.lv/wp-content/uploads/2023/08/Rutinas.jpg);
		background-size: 50%;
		background-repeat: repeat;
		margin-bottom: 0;
	}

	.fp_cats_wrap_gray a {
		background: #f3f3f3;
	}

	.fp_cats_wrap_gray .fp_cat_title {
		color: #404040;
	}

	.fp_cats_wrap_gray .orange_cat a {
		background: #404040;
	}

	.post-type-archive-product .fp_cat_wrap.orange_cat a .fp_cat_title,
	.tax-product_catPagarin .fp_cat_wrap.orange_cat a .fp_cat_title {
		color: white;
	}
}

.post-1 {
	background: none !important;
}

#wppb-edit-user input#edit_profile {
	width: 50%;
	font-weight: 600;
	margin-left: 30%;
	margin-right: 20%;
	border: 0;
}

@media (max-width: 900px) {
	#wppb-edit-user input#edit_profile {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.home .frontpage_logos,
	.page-id-447005 .frontpage_logos {
		background: none;
	}
}

.blog_meta_wrap {
	text-align: center;
}

.blog_meta_wrap .blog_taxonomies a {
	color: #d1d9e2;
}

.blog_meta_wrap .blog_taxonomies a:hover {
	color: #de5021;
}

.blog_cats {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
	max-width: 980px;
	margin-left: -140px;
	margin-right: -140px;
}

.blog_cats .blog_cat_box {
	margin-right: 1rem;
	border: 0.1rem solid #b0b0b0;
	padding: 0.5rem 3rem;
	color: #404040;
	text-decoration: none;
	text-align: center;
}

.blog_cats .blog_cat_box:last-child {
	margin-right: 0;
}

.blog_cats .blog_cat_box:hover,
.blog_cats .blog_cat_box.active {
	border: 0.1rem solid #de5021;
	color: #de5021;
}

.article_blog a.blog_title_link {
	text-decoration: none;
	color: black;
}

.article_blog a.blog_title_link:hover,
.article_blog a.blog_title_link:focus {
	text-decoration: underline;
}

.article_blog h2 {
	margin-top: 2rem;
	font-size: 2.6rem;
	line-height: 3.2rem;
}

@media (max-width: 900px) {
	.blog_cats {
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}

	.blog_cats .blog_cat_box {
		margin-bottom: 1rem;
		margin-right: 0;
		text-align: center;
	}

	.article_blog h2 {
		font-size: 1.5em;
		line-height: 1.3;
	}
}

.single_variation_wrap.var_subscribtion
	.woocommerce-variation.single_variation {
	padding: 0 3rem !important;
}

.pdf_invoice_download_button {
	text-decoration: none;
	padding: 10px 20px;
}

/* .coupon_wrapper {
	display: flex;
	justify-content: end;
}

form.checkout_coupon {
	display: block !important;
	border: none;
	padding: 0;
	margin: 0;
	text-align: left;
	border-radius: 0;
}

form.checkout_coupon input {
	border-radius: 0 !important;
	padding: 1rem;
	border: 0.1rem solid #de5021 !important;
	color: #de5021 !important;
	flex: 1;
}

form.checkout_coupon input::placeholder {
	color: #de5021 !important;
}

form.checkout_coupon button {
	padding: 0.618em 3em !important;
	border-radius: 0 !important;
} */

.woocommerce-checkout #payment {
	background: #fcede8;
}

.woocommerce-checkout #payment div.payment_box {
	background-color: transparent;
}

.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

.wc_stripe_product_payment_methods li {
	margin-right: auto !important;
	margin-left: auto !important;
}

/********************************************************
* Woo Adjustments and fixes (21-01-2026)
********************************************************/
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
	color: #de5021;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	background: none !important;
	top: 37%;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
	max-width: 40px;
}
.woocommerce-checkout #order_review #payment .wc_payment_method label img {
	max-width: 40px;
}
.woocommerce-checkout #order_review #payment .wc_payment_method #everypay_bank-form label img {
	max-width: 100px;
}
.woocommerce-checkout #customer_details #account_password_field .show-password-input {
	background: none !important;
}
.woocommerce-checkout #all_coupon_container .relative svg {
	max-width: 50px;
}
.single-product .product .cart .wc_stripe_product_payment_methods {
	list-style: none;
    max-width: 226px;
    margin: 20px auto 0;
    padding: 0 0 0 8px;
    text-align: center;
}
@media all and (max-width:767px) {
	.product-template-default .product #toc ol li {
		padding: 0 15px;
		text-align: center;
	}
	.woocommerce-checkout .cart-subtotal th, 
	.woocommerce-checkout .order-total th {
		padding-left: 12px !important;
	}
}
/********************************************************
* Account Adjustments and fixes (27-01-2026)
********************************************************/
.wppb-user-forms .wppb-default-password > .wppb-password-field-container,
.wppb-user-forms .wppb-default-repeat-password > .wppb-password-field-container {
	width: 50%;
}
.wppb-user-forms .wppb-default-password > .wppb-password-field-container > input,
.wppb-user-forms .wppb-default-repeat-password > .wppb-password-field-container > input {
	width: 100% !important;
}
#wppb-edit-user > strong > ul {
	padding-left: 0;
}
/********************************************************
* LearnDash Adjustments and fixes (27-01-2026)
********************************************************/
.learndash-wrapper .ld-focus-main .ld-focus-content .ld-content-actions {
	border-top: 0;
}
.learndash-wrapper .ld-focus-main .ld-focus-content .ld-content-actions .sfwd-mark-complete .learndash_mark_complete_button {
	background: #db511f !important;
    font-family: Roboto, sans-serif;
    height: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
}
.learndash-wrapper .ld-focus-main .ld-focus-content .ld-content-actions .sfwd-mark-complete:after {
	display: none;
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon {
	border: 0;
    background: none;
    right: 0;
    transform: translate(0, -50%);
}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview .ld-expand-button .ld-expand-text {
	color: #404040 !important;
}
/********************************************************
* Upsell functionality styles
********************************************************/
.woocommerce-checkout #order_review .upsell_yearly {
	background-color: #de5021;
    margin-bottom: 24px;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.woocommerce-checkout #order_review .upsell_yearly .upsell_yearly_text {
	text-align: center;
    flex-grow: 1;
}
.woocommerce-checkout #order_review .upsell_yearly .upsell_yearly_text p {
	font-size: 17px;
    color: #fff;
	margin: 0;
}
.woocommerce-checkout #order_review .upsell_yearly .upsell_yearly_button button {
	background-color: #fff200 !important;
    color: #404040;
    font-weight: 500;
    font-size: 17px;
    height: 100%;
    display: block;
    padding: 12px 24px;
	cursor: pointer;
	border-radius: 0;
	-webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.woocommerce-checkout #order_review .upsell_yearly .upsell_yearly_button button:hover,
.woocommerce-checkout #order_review .upsell_yearly .upsell_yearly_button button:focus {
	background-color: #e1d617 !important;
}
@media screen and (max-width:767px) {
	.woocommerce-checkout #order_review .upsell_yearly {
		display: block;
	}
	.woocommerce-checkout #order_review .upsell_yearly .upsell_yearly_button button {
		width: 100%;
    	margin-top: 12px;
	}
	.woocommerce-checkout #order_review .upsell_yearly .upsell_yearly_text p br {
		display: none;
	}
	.woocommerce-checkout #order_review .upsell_yearly .upsell_yearly_text p .standalone_mobile {
		display: block;
	}
}
/********************************************************
* Learndash upgraded styles (improvements)
********************************************************/ 
.learndash-wrapper--lesson .ld-focus-content .learndash_post_sfwd-lessons .ld-content-actions .ld_navigation,
.learndash-wrapper--lesson.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-focus-content .learndash_post_sfwd-lessons .ld-content-actions a:not(.button):not(.screen-reader-shortcut).ld_navigation,
.learndash-wrapper--topic .ld-focus-content .learndash_post_sfwd-topic .ld-content-actions .ld_navigation,
.learndash-wrapper--topic.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-focus-content .learndash_post_sfwd-topic .ld-content-actions a:not(.button):not(.screen-reader-shortcut).ld_navigation {
	border: 1px solid #de5021 !important;
	height: 40px;
	font-weight: 400;
	line-height: 1.25;
	white-space: nowrap;
	padding: .5rem 1rem !important;
    font-size: 1rem !important;
	border-radius: .25rem;
    justify-content: space-between;
	transition: all .3s ease;
}
.learndash-wrapper--lesson .ld-focus-content .learndash_post_sfwd-lessons .ld-content-actions .ld_navigation .ld-text,
.learndash-wrapper--topic .ld-focus-content .learndash_post_sfwd-topic .ld-content-actions .ld_navigation .ld-text {
	padding: 0 25px 0 0;
}
.learndash-wrapper--lesson .ld-focus-content .learndash_post_sfwd-lessons .ld-content-actions .ld_navigation .ld-text-next,
.learndash-wrapper--topic .ld-focus-content .learndash_post_sfwd-topic .ld-content-actions .ld_navigation .ld-text-next {
	padding: 0 0 0 25px;
}
.learndash-wrapper--lesson .ld-focus-content .learndash_post_sfwd-lessons .ld-content-actions .ld_navigation i,
.learndash-wrapper--topic .ld-focus-content .learndash_post_sfwd-topic .ld-content-actions .ld_navigation i {
	font-size: 22px;
	transition: all .4s ease;
}
.learndash-wrapper--lesson .ld-focus-content .learndash_post_sfwd-lessons .ld-content-actions .ld_navigation:hover i,
.learndash-wrapper--topic .ld-focus-content .learndash_post_sfwd-topic .ld-content-actions .ld_navigation:hover i {
	transform: translateX(-4px);
	transition: all .4s ease;
}
.learndash-wrapper--lesson .ld-focus-content .learndash_post_sfwd-lessons .ld-content-actions .ld-next:hover i,
.learndash-wrapper--topic .ld-focus-content .learndash_post_sfwd-topic .ld-content-actions .ld-next:hover i {
	transform: translateX(4px);
}
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-transparent:hover,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-button.ld-button-transparent:focus {
	outline:none;
}
.learndash-wrapper .ld-focus-main .ld-focus-content .ld-content-actions .sfwd-mark-complete .learndash_mark_complete_button {
	transition: all .4s ease;
}
.learndash-wrapper .ld-focus-main .ld-focus-content .ld-content-actions .sfwd-mark-complete .learndash_mark_complete_button:hover {
	background: #ebebeb !important;
    color: #404040;
	transition: all .4s ease;
}
.learndash-wrapper--lesson .ld-focus-content .learndash_post_sfwd-lessons .ld-content-actions .ld-content-action .btn_dark,
.learndash-wrapper--topic .ld-focus-content .learndash_post_sfwd-topic .ld-content-actions .ld-content-action .btn_dark {
	background: #ebebeb;
    color: #404040;
}
.learndash_post_sfwd-lessons .ld-alert-warning > .ld-alert-content,
.single-sfwd-quiz .ld-alert-warning > .ld-alert-content {
	max-width: 335px;
}
.learndash-wrapper .ld-focus-content .learndash_post_sfwd-lessons .learndash-wrapper .ld-alert-warning > a.learndash-link-previous-incomplete,
.single-sfwd-quiz .learndash-wrapper .ld-focus-content .learndash-wrapper--quiz .ld-alert-warning > a.learndash-link-previous-incomplete {
	border: 1px solid #de5021 !important;
    background-color: #de5021 !important;
	height: 40px;
    font-weight: 400;
    line-height: 1.25;
    white-space: nowrap;
    padding: .5rem 1rem !important;
    font-size: 1rem !important;
    border-radius: .25rem;
    transition: all .3s ease;
    width: 190px;
    text-align: center;
    display: block;
}
.learndash_post_sfwd-lessons .ld-alert-warning > .learndash-link-previous-incomplete .ld-icon,
.single-sfwd-quiz .ld-alert-warning > .learndash-link-previous-incomplete .ld-icon {
	display: none;
}
.learndash-wrapper .ld-content-actions > a.ld-primary-color {
	display: none;
}
@media screen and (max-width:992px) {
	.learndash-wrapper--lesson .ld-focus-content .learndash_post_sfwd-lessons .ld-content-actions .ld_navigation .ld-text,
	.learndash-wrapper--topic .ld-focus-content .learndash_post_sfwd-topic .ld-content-actions .ld_navigation .ld-text {
		padding: 0 20px 0 0;
	}
	.learndash-wrapper--lesson .ld-focus-content .learndash_post_sfwd-lessons .ld-content-actions .ld_navigation .ld-text-next,
	.learndash-wrapper--topic .ld-focus-content .learndash_post_sfwd-topic .ld-content-actions .ld_navigation .ld-text-next {
		padding: 0 0 0 20px;
	}
	.learndash_post_sfwd-lessons .ld-alert-warning > .ld-alert-content,
	.single-sfwd-quiz .ld-alert-warning > .ld-alert-content {
		margin: 0 auto;
	}
	.learndash-wrapper .ld-focus-content .learndash_post_sfwd-lessons .learndash-wrapper .ld-alert-warning > a.learndash-link-previous-incomplete,
	.single-sfwd-quiz .ld-focus-content .learndash-wrapper--quiz .ld-alert-warning > a.learndash-link-previous-incomplete {
		margin: 15px auto 0;
	}
	.learndash-wrapper .ld-focus-content .learndash_post_sfwd-lessons .learndash-wrapper .ld-alert-warning,
	.single-sfwd-quiz .ld-focus-content .learndash-wrapper--quiz .ld-alert-warning {
		padding-top: 80px;
		padding-bottom: 25px;
	}
}
@media screen and (max-width:767px) {
	.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action {
        padding: 7px;
    }
	.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions {
		flex-direction: column;
    	position: relative;
	}
	.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld_previous,
	.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions div:first-child {
		order: 2;
		width: 49%;
	}
	.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld_status {
		order: 1;
	}
	.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld_nxt,
	.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions div:nth-child(3) {
		order: 3;
		width: 49%;
		position: absolute;
		bottom: 17px;
		right: 0;
	}
	.learndash-wrapper--lesson .ld-focus-content .learndash_post_sfwd-lessons .ld-content-actions .ld-content-action .btn_dark, 
	.learndash-wrapper--topic .ld-focus-content .learndash_post_sfwd-topic .ld-content-actions .ld-content-action .btn_dark {
		width: 100%;
	}
	.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .ld-content-actions .ld-content-action.ld-empty {
		padding: 26px;
	}
}
/********************************************************
* Product page styles (improvements)
********************************************************/
.single-product .article-full > .woocommerce-notices-wrapper {
	margin-top: .5rem;
}
.single-product .product .product_title {
	font-size: 44px;
	margin: .5rem 0 0;
	line-height: 1.1;
}
.single-product .product .product_tags {
	margin-top: 1rem;
}
@media screen and (max-width:767px) {
	.single-product .product .product_title {
		font-size: 34px;
	}
	.single-product .product .product_tags {
    	margin-bottom: 1rem;
	}
	.single-product .product .woocommerce-product-details__short-description .prod_excerpt_wrap {
		margin: 0 0 .8rem;
	}
}