/*  MICROTHEMER STYLES  */


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

/** General >> Mtp 6209 ppw ppf field container **/
.mtp-6209 .ppw-ppf-field-container {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 25px !important;
	margin-bottom: 20px !important;
}

/** General >> Mtp 6209 ppw post password container **/
.mtp-6209 .ppw-post-password-container {
	text-align: center !important;
	background-color: rgb(255, 255, 255) !important;
	background-image: url("https://firstinnutrition.com/wp-content/uploads/2023/01/muster016bg.png") !important;
	background-position: center top !important;
	background-repeat: repeat !important;
	background-attachment: scroll !important;
	background-size: contain !important;
	width: 100% !important;
	padding-top: 10% !important;
	padding-bottom: 10% !important;
}

/** General >> Mtp 6209 pwbox 6209 **/
.mtp-6209 #pwbox-6209 {
	background-color: rgb(255, 255, 255) !important;
	width: 40% !important;
}

/** General >> Mtp 6209 ppw pwd submit btn **/
.mtp-6209 .ppw-pwd-submit-btn {
	font-family: anton !important;
	color: rgb(255, 217, 0) !important;
	font-size: 18px !important;
	line-height: 14px !important;
	font-weight: 500 !important;
	text-align: center !important;
	vertical-align: middle !important;
	background-color: rgb(158, 158, 158) !important;
	border-radius: 5px !important;
}

/** General >> Mtp 6209 ppw ppf desc **/
.mtp-6209 .ppw-ppf-desc {
	color: rgba(255, 255, 255, 0.65) !important;
	font-size: 1px !important;
	background-image: url("/wp-content/uploads/2023/08/SBTGSFINEF.png") !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-attachment: scroll !important;
	background-size: contain !important;
	width: 100% !important;
	height: 500px !important;
}

/** General >> Formkit field [type="text"] **/
.mtp-5765 .formkit-field [type="text"] {
	border: 1px solid rgb(128, 128, 128) !important;
	border-radius: 0px !important;
}

/** General >> Formkit field [type="email"] **/
.mtp-5765 .formkit-field [type="email"] {
	border: 1px solid rgb(128, 128, 128) !important;
	border-radius: 0px !important;
}

/** General >> Formkit submit span **/
.mtp-5765 .formkit-submit > span {
	font-family: anton !important;
	font-size: 20px !important;
	line-height: 20px !important;
	font-weight: 500 !important;
	letter-spacing: 2px !important;
}

/** General >> Formkit submit span (:hover) **/
.mtp-5765 .formkit-submit > span:hover {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(122, 122, 122) !important;
}

/** General >> Simpay modal control open **/
.mtp-3368 .simpay-modal-control-open {
	color: rgb(74, 74, 74) !important;
}

/** General >> Span **/
.mtp-3368 #simpay-4800-payment-button > span {
	color: rgb(244, 145, 30) !important;
}


/*( < 768 )*/
@media (max-width: 767.98px) {
	/** General >> Mtp 6209 pwbox 6209 **/
	.mtp-6209 #pwbox-6209 {
	width: 60% !important;
}

	/** General >> Mtp 6209 ppw ppf desc **/
	.mtp-6209 .ppw-ppf-desc {
	height: 400px !important;
}

}


/*( < 480 )*/
@media (max-width: 479.98px) {
	/** General >> Mtp 6209 pwbox 6209 **/
	.mtp-6209 #pwbox-6209 {
	width: 75% !important;
}

	/** General >> Mtp 6209 ppw pwd submit btn **/
	.mtp-6209 .ppw-pwd-submit-btn {
	margin-top: 10px !important;
}

	/** General >> Mtp 6209 ppw ppf field container **/
	.mtp-6209 .ppw-ppf-field-container {
	margin-top: 5px !important;
}

	/** General >> Mtp 6209 ppw ppf desc **/
	.mtp-6209 .ppw-ppf-desc {
	background-size: 95% !important;
	height: 355px !important;
}

}

