/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Edd profile editor form fieldset **/
#edd_profile_editor_form > fieldset {
	width: auto !important;
	max-width: 450px !important;
	display: -webkit-inline-flexbox !important;
	display: -moz-inline-flexbox !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-flex-flow: column wrap !important;
	-moz-flex-flow: column wrap !important;
	-ms-flex-flow: column wrap !important;
	flex-flow: column wrap !important;
	-webkit-align-items: stretch !important;
	align-items: stretch !important;
	-webkit-align-content: stretch !important;
	align-content: stretch !important;
}

/** General >> Edd profile editor form **/
#edd_profile_editor_form {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
}

/** General >> Edd profile editor form text **/
#edd_profile_editor_form .text {
	width: 100% !important;
}

/** General >> Edd profile submit fieldset **/
#edd_profile_submit_fieldset {
	border-width: 0 !important;
}

/** General >> Edd login form fieldset **/
#edd_login_form > fieldset {
	
}

/** General >> Edd login form edd required **/
#edd_login_form .edd-required {
	width: 100% !important;
}

/** General >> Edd login form **/
#edd_login_form {
	
}

/** General >> Paragraph required:(1) **/
fieldset > p > .required:nth-of-type(1) {
	width: 100% !important;
}

/** General >> Edd purchase form [type="text"] **/
#edd_purchase_form [type="text"] {
	width: 100% !important;
}

/** General >> Edd purchase form fieldset **/
#edd_purchase_form > fieldset {
	box-sizing: border-box !important;
	padding: 12px !important;
	border-width: 0 !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-justify-content: flex-start !important;
	justify-content: flex-start !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto auto auto auto auto auto auto auto auto !important;
}

/** General >> Edd purchase form **/
#edd_purchase_form {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	grid-template-rows: auto auto auto auto !important;
}
#edd_purchase_form > :nth-child(1) {
	grid-area: 4 / 1 / 5 / 2 !important;
}
#edd_purchase_form > :nth-child(4) {
	grid-area: 1 / 2 / 2 / 3 !important;
}
#edd_purchase_form > :nth-child(6) {
	grid-area: 2 / 2 / 3 / 3 !important;
}

/** General >> Fieldset legend:(1) **/
#edd_purchase_form > fieldset > legend:nth-of-type(1) {
	padding-top: 12px !important;
	margin-bottom: 0 !important;
}

/** General >> Edd sl license keys **/
#edd_sl_license_keys {
	text-align: left !important;
	width: 100% !important;
}

/** General >> Edd subscription receipt **/
#edd_subscription_receipt {
	text-align: left !important;
	width: 100% !important;
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

/** General >> Edd purchase receipt products edd download file link **/
#edd_purchase_receipt_products .edd_download_file_link {
	font-family: Inter !important;
	color: #ffffff !important;
	font-size: 1.6rem !important;
	line-height: 25.6px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	box-shadow: 0 4.10294px 9px 0 rgba(34, 197, 94, 0.2) !important;
	background-color: #22c45d !important;
	box-sizing: inherit !important;
	padding: 1.2rem 3.2rem 1.2rem 3.2rem !important;
	border-radius: 0.6rem 0.6rem 6px 6px !important;
	-webkit-transition: 0.4s !important;
	transition: 0.4s !important;
	display: inline-block !important;
	cursor: pointer !important;
	border-radius: 0.6rem !important;
	border-top-left-radius: 6px !important;
	border-top-right-radius: 6px !important;
	outline: none !important;
}

/** General >> Edd sl license keys edd sl sites **/
#edd_sl_license_keys .edd_sl_sites {
	display: none !important;
}

/** General >> Edd sl license keys table data:(6) **/
#edd_sl_license_keys td:nth-of-type(6) {
	display: none !important;
}

/** General >> Edd sl license keys edd sl upgrades **/
#edd_sl_license_keys .edd_sl_upgrades {
	display: none !important;
}

/** General >> Edd sl license keys table data:(7) **/
#edd_sl_license_keys td:nth-of-type(7) {
	display: none !important;
}

/** General >> Fluentform 6 input items table **/
.input_items_table {
	width: 100% !important;
}

/** General >> Input items table table heading:(3) **/
.input_items_table th:nth-of-type(3) {
	display: none !important;
}

/** General >> Input items table table data:(3) **/
.input_items_table td:nth-of-type(3) {
	display: none !important;
}

/** General >> Table foot table heading **/
tfoot th {
	display: none !important;
}

/** General >> Input items table table heading:(4) **/
.input_items_table th:nth-of-type(4) {
	display: none !important;
}

/** General >> Input items table table data:(4) **/
.input_items_table {
	
}
.input_items_table td:nth-of-type(4) {
	display: none !important;
}

/** General >> Table head table heading **/
thead th {
	border-bottom: 1px solid rgb(68, 68, 68) !important;
}

/** General >> Login heading 1 **/
#login > h1 {
	display: none !important;
}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {

	/*= General =================== */

	/** General >> Edd profile editor form **/
	#edd_profile_editor_form {
	width: 100% !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

	/** General >> Edd profile editor form fieldset **/
	#edd_profile_editor_form > fieldset {
	width: 100% !important;
	max-width: 100% !important;
}


}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

	/*= General =================== */

	/** General >> Edd profile editor form **/
	#edd_profile_editor_form {
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

	/** General >> Edd profile editor form fieldset **/
	#edd_profile_editor_form > fieldset {
	width: auto !important;
	max-width: 100% !important;
}

	/** General >> Edd purchase form **/
	#edd_purchase_form {
	display: grid !important;
	grid-auto-flow: column !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto auto auto auto auto auto !important;
}
#edd_purchase_form > :nth-child(1) {
	grid-area: 6 / 1 / 7 / 2 !important;
}
#edd_purchase_form > :nth-child(3) {
	grid-area: 3 / 1 / 4 / 2 !important;
}
#edd_purchase_form > :nth-child(4) {
	grid-area: 2 / 1 / 3 / 2 !important;
}
#edd_purchase_form > :nth-child(5) {
	grid-area: 4 / 1 / 5 / 2 !important;
}
#edd_purchase_form > :nth-child(6) {
	grid-area: 5 / 1 / 6 / 2 !important;
}

	/** General >> Edd purchase form fieldset **/
	#edd_purchase_form > fieldset {
	
}

	/** General >> Edd sl license keys **/
	#edd_sl_license_keys {
	
}


}


/*( Phone )*/
@media (max-width: 480px) {

	/*= General =================== */

	/** General >> Edd profile editor form text **/
	#edd_profile_editor_form .text {
	
}


}

