/**
 * Note: this class is included in the block library CSS file,
 * as well as newer themes since WordPress started using
 * this class on sites.
 */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.fes-login-registration {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	display: box;
	-webkit-flex-direction: row;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: flex-start;
}
.fes_login_registration_form_row {
	position: relative;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-flow: column;
	flex-flow: column nowrap;
	margin-bottom: 2rem;
	width: 100%;
}
@media all and ( min-width: 768px ) {
	.fes-login-registration-combo .fes_login_registration_form_row {
		width: 44%;
	}
}
.fes-loading {
	background: url("../img/wpspin_light.gif") no-repeat;
	display: inline-block;
	height: 16px;
	width: 16px;
}
.fes-loading.hide {
	display: none;
}
.fes-success {
	background: #e0ffe0;
	border: 1px solid #99f199;
	padding: 10px;
}
.fes-info {
	background-color: #fef5be;
	border: 2px solid #fdd425;
	border-radius: 5px;
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 5px 10px;
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
}
div.fes-form {
	list-style: none !important;
	margin: 0 !important;
}
div.fes-form .fes-submit input[name=save-draft] {
	margin-right: 15px;
}
div.fes-form .fes-el.has-error {
	background: #ffe4e4;
}
div.fes-form .fes-el {
	margin-bottom: 10px;
	margin-left: 0;
	padding: 10px;
}
div.fes-form .fes-el #wp-post_content-wrap {
	border: 1px solid #ddd;
}
div.fes-form .fes-el .fes-section-wrap {
	border-bottom: 0;
	margin: 70px 0 25px;
}
div.fes-form .fes-el .fes-section-wrap {
	border-bottom: 1px solid #ccc;
	margin: 15px 0;
}
div.fes-form .fes-el .fes-section-wrap .fes-section-details {
	display: none;
}
div.fes-form .fes-el .fes-section-wrap .fes-section-details {
	font-size: 12px;
	padding: 4px 0 8px;
}
div.fes-form .fes-el .fes-section-wrap h2.fes-section-title {
	margin: 0;
}
div.fes-form .fes-el .fes-fields {
	float: none;
	margin-top: 10px;
}
div.fes-form .fes-el .fes-fields #fes-insert-image-container {
	margin-bottom: 3px;
}
div.fes-form .fes-el .fes-fields #fes-insert-image-container a#fes-insert-image {
	margin-left: 0;
}
div.fes-form .fes-el .fes-fields #fes-insert-image-container a#fes-insert-image {
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	font-size: 11px;
	margin-right: 10px;
	padding: 4px 6px;
	text-decoration: none;
	moz-border-radius: 3px;
	webkit-border-radius: 3px;
}
div.fes-form .fes-el .fes-fields #fes-insert-image-container a#fes-insert-image .fes-media-icon {
	height: 12px;
	width: 12px;
}
div.fes-form .fes-el .fes-fields #fes-insert-image-container:after {
	clear: both;
	content: "";
	display: table;
}
div.fes-form .fes-el .fes-fields div.fes-category-checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.fes-form .fes-el .fes-fields div.fes-category-checklist div.children {
	list-style: none;
	margin-left: 25px;
}
div.fes-form .fes-el .fes-fields div.fes-category-checklist li {
	margin-bottom: 5px;
	padding: 0;
}
div.fes-form .fes-el .fes-fields textarea {
	width: 100%;
}
div.fes-form .fes-el .fes-fields .fes-action-button {
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	padding: 0;
	width: 2rem;
	height: 2rem;
}
div.fes-form .fes-el .fes-fields .fes-action-button:hover,
div.fes-form .fes-el .fes-fields .fes-action-button:focus {
	background: #555;
	color: #eee;
}
div.fes-form .fes-el .fes-fields .fes-action-button {
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	padding: 0;
	width: 2.5em;
	height: 2.5em;
}

div.fes-form .fes-el .fes-fields .fes-action-button:hover,
div.fes-form .fes-el .fes-fields .fes-action-button:focus {
	background: #555;
	color: #eee;
}
div.fes-form .fes-el .fes-fields input[type=text],
div.fes-form .fes-el .fes-fields input[type=password],
div.fes-form .fes-el .fes-fields input[type=email],
div.fes-form .fes-el .fes-fields input[type=url],
div.fes-form .fes-el .fes-fields input[type=number] {
	padding: 5px;
}
div.fes-form .fes-el .fes-fields .fes-url-choose-row,
div.fes-form .fes-el .fes-fields .fes-delete-row {
	width: unset !important;
}
.fes-url-choose-row .upload_file_button {
	padding: .75em;
}

div.fes-form .fes-el .fes-fields input[type=text],
div.fes-form .fes-el .fes-fields input[type=password],
div.fes-form .fes-el .fes-fields input[type=email],
div.fes-form .fes-el .fes-fields input[type=url],
div.fes-form .fes-el .fes-fields input[type=number],
div.fes-form .fes-el .fes-fields textarea {
	background: #fafafa;
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #888;
	moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
div.fes-form .fes-el .fes-fields input[type=text]:focus,
div.fes-form .fes-el .fes-fields input[type=password]:focus,
div.fes-form .fes-el .fes-fields input[type=email]:focus,
div.fes-form .fes-el .fes-fields input[type=url]:focus,
div.fes-form .fes-el .fes-fields input[type=number]:focus,
div.fes-form .fes-el .fes-fields textarea:focus {
	color: #373737;
}
div.fes-form .fes-el .fes-fields select[multiple] {
	height: auto;
}
div.fes-form .fes-el .fes-fields textarea {
	padding-left: 3px;
	width: 100%;
}
div.fes-form .fes-el .fes-fields select {
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	height: 2em;
	min-width: 150px;
	padding: 2px;
	moz-border-radius: 3px;
	webkit-border-radius: 3px;
}
div.fes-form .fes-el .fes-fields table {
	width: 100%;
}
div.fes-form .fes-el .fes-fields table,
div.fes-form .fes-el .fes-fields td {
	border: none;
	margin: 0;
}
div.fes-form .fes-el .fes-label .required {
	color: red;
}
div.fes-form .fes-el .fes-label .fes-help {
	color: #666;
	font-family: sans-serif;
	font-size: 12px;
	font-style: italic;
	margin: 2px 0 5px 0;
}
div.fes-form .fes-el:after {
	clear: both;
	content: "";
	display: table;
}
div.fes-form .fes-el {
	margin-bottom: 2em;
	padding: 0;
}
.fes-error {
	background: #ffe4e4;
	border: 1px solid #ffb1b1;
	border-radius: 3px;
	font-size: 13px;
	margin: 10px 0;
	margin-left: 10px;
	padding: 10px;
	moz-border-radius: 3px;
	webkit-border-radius: 3px;
}
#pass-strength-result {
	background-color: #eee;
	border-color: #ddd !important;
	border-style: solid;
	border-width: 1px;
	display: none;
	float: left;
	margin: 0;
	padding: 3px 5px;
	text-align: center;
	width: 200px;
}
.fes-vendor-menu {
	margin-bottom: 15px;
}
.fes-vendor-menu > ul > li > a,
.fes-vendor-menu > ul > li > a {
	display: flex;
	letter-spacing: 1px;
	padding: 0 8px;
	text-decoration: none !important;
	align-items: center;
	gap: 4px;
}
.fes-vendor-menu ul {
	display: block;
	margin: 0;
	padding: 0;
}
.fes-vendor-menu ul:after {
	clear: both;
	content: " ";
	display: block;
}
.fes-vendor-menu ul li {
	float: left;
	list-style: none;
	margin: 0;
	text-align: center;
}
.edd-fes-adf-submission-excerpt #excerpt {
	height: 100px;
	width: 50%;
}
.fes-author-column {
	width: 25%;
}
.fes-comment-column {
	width: 75%;
}
.fes-comments-wrap {
	margin: 20px 0;
}
.fes-comments-subdate {
	color: #7c7c7c;
	font-size: 12px;
	letter-spacing: 0.0625em;
}
.fes-author-img {
	float: left;
	padding-right: 5px;
}
.fes-author-img img {
	border-radius: 50%;
	width: 75%;
}
.fes-comment-table-meta {
	clear: both;
}
table#fes-comments-table {
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	width: 100%;
}
table#fes-comments-table .fes-comment-edit-row table td {
	border: none;
}
table#fes-comments-table tr:hover .fes-cmt-row-actions {
	visibility: visible;
}
table#fes-comments-table .fes-comment-column,
table#fes-comments-table .fes-comments-table-content-column {
	width: 60%;
}
table#fes-comments-table input[type=text],
table#fes-comments-table textarea,
.fes-comments-wrap select {
	border: 1px solid #ededed;
	border-radius: 3px;
	padding: 5px;
}
table#fes-comments-table .fes-author-column,
table#fes-comments-table .fes-comments-table-authors-column {
	width: 15%;
}
table#fes-comments-table td.col-check,
table#fes-comments-table th.col-check {
	padding: 0 0 0 10px;
	vertical-align: middle;
	width: 5%;
}
table#fes-comments-table td.col-link,
table#fes-comments-table th.col-link {
	width: 25%;
}
table#fes-comments-table tr.pending {
	background: #ffffe0;
}
table#fes-comments-table th,
table#fes-comments-table td {
	border-bottom: 1px solid #ededed;
	padding: 5px;
}
table#fes-comments-table td,
table#fes-comments-table th {
	vertical-align: top;
}
.fes-comment-edit-row {
	background: #f7f7f7;
}
.fes-light-green {
	background-color: #c7fcb6;
	color: #000;
	padding: 5px;
}
.fes-light-red {
	background-color: #fcb6b6;
	color: #000;
	padding: 5px;
}
.fes-product-list-td {
	vertical-align: top;
}
.fes-fields .fes-feat-image-upload {
	border: 4px dashed #ddd;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.fes-fields .fes-feat-image-upload .image-wrap:hover a.close {
	display: block;
}
.fes-fields .fes-feat-image-upload a.fes-feat-image-btn {
	background: #f0f0f0;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #8f8f8f;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 50px;
	margin-top: 50px;
	padding: 5px 10px;
	text-align: center;
	text-shadow: 0 1px 1px #fff;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-user-select: none;
}
.fes-fields .fes-feat-image-upload a.fes-feat-image-btn:hover {
	background: #b4b4b4;
	color: #ececec;
	text-shadow: 0 1px 1px #6f6f6f;
}
.fes-fields .fes-feat-image-upload a.close {
	background: #000;
	color: #f00;
	display: none;
	font-size: 100px;
	height: 100%;
	opacity: 0.7;
	position: absolute;
	right: 0;
	text-align: center;
	text-shadow: none;
	top: 0;
	width: 100%;
}
.fes-fields .fes-feat-image-upload img {
	max-width: 100%;
}
.fes-fields .fes-feat-image-upload img:hover a.close {
	display: block;
}
.fes-fields .fes-avatar-image-upload {
	border: 4px dashed #ddd;
	margin-bottom: 20px;
	max-width: 150px;
	overflow: hidden;
	position: relative;
}
.fes-fields .fes-avatar-image-upload .image-wrap:hover a.close {
	display: block;
}
.fes-fields .fes-avatar-image-upload a.fes-avatar-image-btn {
	background: #f0f0f0;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #8f8f8f;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 50px;
	margin-top: 50px;
	padding: 5px 10px;
	text-align: center;
	text-shadow: 0 1px 1px #fff;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-user-select: none;
}
.fes-fields .fes-avatar-image-upload a.fes-avatar-image-btn:hover {
	background: #b4b4b4;
	color: #ececec;
	text-shadow: 0 1px 1px #6f6f6f;
}
.fes-fields .fes-avatar-image-upload a.close {
	background: #000;
	color: #f00;
	display: none;
	font-size: 100px;
	height: 100%;
	opacity: 0.7;
	position: absolute;
	right: 0;
	text-align: center;
	text-shadow: none;
	top: 0;
	width: 100%;
}
.fes-fields .fes-avatar-image-upload img {
	max-width: 100%;
}
.fes-fields .fes-avatar-image-upload img:hover a.close {
	display: block;
}
.fes-fields .instruction-inside {
	color: #aaa;
	text-align: center;
}
.fes-hide {
	display: none;
}
.add_new {
	margin: 10px 0 0;
}
.add_new a:hover {
	text-decoration: none;
}
div.fes-fields,
div.fes-label {
	clear: both;
}
div.image-wrap {
	min-height: 150px;
}
.entry-content .fes-form td {
	border: 0;
	padding: 0;
}
.fes-el.radio_group label,
.fes-el.checkbox_group label {
	display: block;
}
.entry-content .fes-form table {
	border: 0;
}
.fes-form td {
	border: 0;
	display: table-cell;
	padding: 0;
}
.fes-form td:last-child {
	margin-bottom: 1.75em;
}
.wp-editor-container .fes-form td {
	display: inline-block !important;
}
.fes-form #wp-post_content-wrap td,
.fes-form .multiple td {
	display: table-cell;
}
.fes-form .multiple tr {
	display: table-row;
}
.fes-form #wp-post_content-wra .wp_themeSkin .mceButton {
	height: 25px;
	width: 25px;
}
.fes-form tr:last-child td {
	margin-bottom: 0;
}
.entry-content .fes_header {
	margin-top: 0;
}
.entry-content #fes_half {
	border-top: 0;
	margin-right: 4%;
}
.entry-content #fes_half:last-child {
	margin-right: 0;
}
.fes-submit .fes-label {
	display: none;
}
.fes-attachment-list {
	margin: 10px 0 0;
}
.fes-el.password .fes-label:nth-child(2n) {
	margin-top: 25px;
}
.fes-attachment-list {
	list-style: none;
}
.fes-el.repeatable_field input {
	width: 90%;
}
.fes-el.repeatable_field td {
	display: table-cell;
}
.fes-page .entry-content table {
	border-bottom: 0;
}
#fes-insert-image-container {
	margin-bottom: 8px;
}
.fes-label label {
	margin-bottom: 0;
}
.fes-label br {
	display: none;
}
.fes-label .fes-help {
	display: block;
	margin: 0 0 10px;
}
.fes-el > .fes-label:not(:first-child) {
	margin-top: 2em;
}
#fes-comments-table {
	margin: 2em 0;
}
#fes-comments-table .fes-comment-column {
	width: 60% !important;
}
#fes-comments-table .fes-author-column {
	width: 15% !important;
}
#fes-comments-table .col-link {
	width: 25%;
}
#fes-comments-table th,
#fes-comments-table td {
	vertical-align: top;
}
#fes-comments-table td {
	padding: 20px 20px 20px 0;
}
.fes-author-img {
	margin-bottom: 1em;
}
.col-author br {
	display: none;
}
.fes-cmt-body {
	height: 125px;
	margin-bottom: 10px;
	width: 100%;
}
.fes-comments-form-submit-button,
.fes-ignore-comments-form-submit-button {
	display: block;
	margin: 0 10px 8px 0;
	text-align: center;
}
.fes-pagination {
	margin: 2em 0 1em;
}
#fes-view-comment,
#fes-comment-date,
.fes-author-column .fes-light-red,
.fes-author-column .fes-light-green {
	display: block;
	margin: 10px 0;
}
.fes-pagination .page-numbers.current {
	background-color: #4a5154;
	border: 1px solid #4a5154;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	margin: 2px;
	padding: 2px 8px;
	moz-border-radius: 5px;
}
.fes-pagination div.pagination {
	margin: 3px;
	padding: 7px;
	text-align: center;
}
.fes-pagination .page-numbers {
	background: #fff;
	border: 1px solid #4a5154;
	border-radius: 5px;
	color: #4a5154;
	margin: 2px;
	padding: 2px 8px;
	text-decoration: none;
	moz-border-radius: 5px;
}
.fes-pagination .page-numbers:hover,
.fes-pagination .page-numbers:active {
	background-color: #4a5154;
	border: 1px solid #4a5154;
	border-radius: 5px;
	color: #fff;
	moz-border-radius: 5px;
}
.fes-single-variation td,
.file_upload td {
	display: table-cell;
}
.fes-el .file_upload .fes-delete-row {
	padding-left: 8px;
}

.fes-single-variation .fes-name-row,
.fes-single-variation .fes-price-row,
.fes-single-variation .fes-url-group {
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1 0 auto;
	flex-wrap: wrap;
}
.fes-url-group .fes-url-row {
	flex: 1 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
label.fes-file-column,
.fes-multiple-additional-fields {
	flex-basis: 100%;
}

.fes-form .fes-variations-list-multiple .fes-single-variation {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 8px;
	margin-bottom: 0;
	border-top: 1px solid #ccc;
	padding: 1em 0;
	}

	.fes-multiple-pricing-actions {
		padding-top: 1em;
		border-top: 1px solid #ccc;
}
.fes-form .delete {
	text-decoration: none;
}
.entry-content #fes-product-list td {
	vertical-align: middle;
}
.fes-form input[type="text"],
.fes-form input[type="email"],
.fes-form input[type="url"],
.fes-form input[type="password"],
.fes-form textarea {
	background: #fff;
	border: 1px solid #bdc3c7;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #515a63;
	display: block;
	padding: 10px;
	width: 100%;
	-moz-box-siding: border-box;
}
.fes-avatar-image {
	width: 200px;
}
div.fes-form .fes-el .fes-fields td.fes-repeat-field {
	display: table-cell !important;
	padding: 0 12px 12px 0;
}

div.fes-form .fes-el .fes-fields td.fes-repeat-field:last-of-type {
	min-width: 75px;
	padding-right: 0;
}
div.fes-form .fes-el {
	border: none;
}

.fes-multiple-additional-fields .edd-form-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: flex-end;
}

.fes-multiple-additional-fields .edd-form-row__column .edd-form-group__control {
	display: flex;
	gap: 4px;
	align-items: center;
}

.fes-multiple-additional-fields .edd-form-row__column .edd-form-group__control--is-inline {
	display: inline-flex;
	align-items: flex-end;
}

.ac_results {
	background-color: #e0f0f0;
	border: 1px solid gray;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10000;
}

.ac_results li {
	color: #101010;
	padding: 2px 5px;
	text-align: left;
	white-space: nowrap;
}

.ac_over {
	background-color: #a0a0a0;
	cursor: pointer;
}

.ac_match {
	color: black;
	text-decoration: underline;
}
.sweet-alert input {
	display: none !important;
}
.fes-full-width {
  width: 100%;
}
.fes-full-width-flex {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.fes-half-width-flex {
	flex: 1 0.5 50%;
	padding: 5%;
}
 @media all and (max-width: 640px) {
	.fes-full-width-flex {
		flex-direction: column;
	}
 }
