/*
Theme Name:     polishe Child
Theme URI:      #
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Xpertpoin8
Author URI:     https://xpertpoin8.com/
Version:        1.0
Template:       polishe
*/

@import url("../polishe/style.css");
 @import url("../wp-content/uploads/2026/03/Montas-Medium.otf")
/* =Theme customization starts here
------------------------------------------------------- */
	 
	 .wpcf7-form-control.wpcf7-submit.has-spinner.career {
    background: transparent !important;
    border-color: var(--primary-color)!important;
    color: var(--white-color)!important;
    outline: none!important;
    padding: 12px 26px!important;
    line-height: 1.42857143;
    font-size: 16px;
    white-space: nowrap;
    border: 1px solid!important;
}
::placeholder {
  color: var(--white-color)!important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12-18 */
  color: var(--white-color)!important;
}