/*  MICROTHEMER STYLES  */


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

/** General >> Ihc submit bttn Hover **/
#ihc_submit_bttn:hover {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(27, 117, 188) !important;
}

/** General >> Ihc submit bttn active **/
#ihc_submit_bttn:active {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(27, 117, 188) !important;
}

/** General >> Ihc submit bttn pressed **/
#ihc_submit_bttn:focus {
	color: rgb(255, 255, 255) !important;
	background-color: green !important;
}

/** General >> Field 19 21 select2 selection multiple **/
#field_19_21 .select2-selection--multiple {
	line-height: 1 !important;
	background-color: rgba(225, 220, 220, 0) !important;
	border-width: 0 !important;
}

/** General >> Select2 input 19 21 results select2 results message **/
#select2-input_19_21-results > .select2-results__message {
	width: 700px !important;
	border-width: 0 !important;
	border-radius: 0 !important;
}

/** General >> Select2 selection rendered select2 selection choice:(2) **/
.select2-selection__rendered > .select2-selection__choice:nth-of-type(2) {
	width: 20% !important;
}

/** General >> Field 19 21 select2 search field **/
#field_19_21 .select2-search__field {
	width: 600px !important;
}

/** General >> Ihc account page wrapp ihc user page top ap wrapper **/
#ihc_account_page_wrapp > .ihc-user-page-top-ap-wrapper {
	margin-bottom: 5px !important;
}

/** General >> Post 6044 heading 5 **/
#post-6044 h5 {
	line-height: 2 !important;
	min-width: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

/** General >> Publishing action button **/
#publishing-action > .button {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(117, 151, 166) !important;
	padding: 10px 30px 10px 30px !important;
	border-radius: 0 !important;
}

/** General >> Publishing action gv button delete **/
#publishing-action > .gv-button-delete {
	background-color: rgb(193, 51, 51) !important;
}

/** General >> Ihc account page wrapp ihc user page content wrapper **/
#ihc_account_page_wrapp .ihc-user-page-content-wrapper {
	width: 100% !important;
}

/** General >> Ihc account page wrapp ihc ap wrap **/
#ihc_account_page_wrapp .ihc-ap-wrap {
	margin-top: -10px !important;
}

/** General >> Ihc account page wrapp elementor background overlay **/
#ihc_account_page_wrapp .elementor-background-overlay {
	
}

/** General >> Ihc submit bttn **/
#ihc_submit_bttn {
	background-color: green !important;
}

