h1.entry-title{
	display:none;
}

body{
	background-color:#e3e4e8!important;
}

.wpforms-container.inline-fields .wpforms-submit-container {
    padding-top: 1.2%!important;
}

div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea,div.wpforms-container-full button[type=submit]{
    border-radius: 0px!important;
}

.wpforms-container.inline-fields .wpforms-submit {
    width: 75%!important;
}

div.wpforms-container-full input[type=submit]:not(:hover):not(:active), div.wpforms-container-full button[type=submit]:not(:hover):not(:active), div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active){
    background-color: #40B0CA!important;
	width:25%;
}

button[type=submit]:hover{
	background-color: #40B0CA!important;
	width:25%!important;
}

.wpforms-container.inline-fields .wpforms-field-container {
    display: block;
    width: 100%;
}

.logo a{
    font-family: "Unna", Sans-serif!important;
    font-weight: 300!important;
}

a#upfp_newfolder_btn, a#upfp_upload_btn, #upfp_file .upfp_search_bar input:is([type="submit"]) {
    background: #40B0CA!important;
	border:none!important;
}

#upfp_container span,#upfp_container p,#upfp_container h4{
	color:#151515!important;
	   font-family: "Quicksand", Sans-serif!important;
}

#upfp_nav ul li.upfp_li_active a span, #upfp_nav ul li.upfp_li_active a i, #upfp_nav ul li:hover a span, #upfp_nav ul li:hover a i {
    color: #2B8797!important;
}

/* custom Multistep Form */

.custom_multistep_form .ff-default .ff-el-form-control{
	  color: #000000;
    border:1px solid #151515;
    border-radius:15px;
	  font-family: "Quicksand", Sans-serif;
}
.custom_multistep_form .ff-default .ff-el-form-control:focus{
    border:2px solid  #40b0ca;
}
.custom_multistep_form .ff-default .ff-el-form-control:active{
    border:2px solid  #40b0ca;
}


.custom_multistep_form .ff-btn-prev{
    border-radius:15px;
    padding:0.5rem 4rem;
    background-color: #40b0ca !important;
    border-color: #40b0ca !important;
	  margin: 2rem 0;
}

.custom_multistep_form .ff-btn-next{
    border-radius:15px;
    padding:0.5rem 4rem;
    background-color: #40b0ca !important;
    border-color: #40b0ca !important;
	  margin: 2rem 0;
}

.custom_multistep_form .ff-btn-prev:hover{
    background-color:#2B8797!important;
    border-color: #2B8797 !important;
}

.custom_multistep_form .ff-btn-next:hover{
    background-color: #2B8797 !important;
    border-color: #2B8797!important;
}

.elementor-335 .elementor-element.elementor-element-fc2f646 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit {
    background-color: #2B8797 !important;
    color: #ffffff !important;
    border-radius: 15px;
    padding: 0.7rem 4rem !important;
	
}
.elementor-335 .elementor-element.elementor-element-fc2f646 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit:hover {
   width: 40% !important;
   background-color: #151515 !important;
}
.custom_multistep_form .ff-section_break_desk h2{
    color:#40b0ca !important;
}

.custom_multistep_form .fluentform .ff-el-progress-bar {
    background-color: #40b0ca;
}
.custom_multistep_form .ff-message-success {
    margin: 10px 0;
    padding: 15px;
    position: relative;
    background: #2B8797;
    color: white;
    border-radius: 14px;
}

.custom_multistep_form .form_note .ff-section_break_desk p {
    color:#2B8797;
	font-family: "unna", Sans-serif;
}
.custom_multistep_form .ff-el-group .ff-el-input--label {
     margin-bottom: 14px;
}
.custom_multistep_form .ff-el-group{
     margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	.elementor-335 .elementor-element.elementor-element-fc2f646 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit:hover {
   width: 100% !important;
}
	
}

@media only screen and (max-width: 600px) {
	.custom_multistep_form .ff-btn-prev{
    padding:0.5rem 2rem;
	  margin: 1rem 0;
}

.custom_multistep_form .ff-btn-next{
    padding:0.5rem 2rem;
	  margin: 1rem 0;
}
	.elementor-335 .elementor-element.elementor-element-fc2f646 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit {
    padding: 0.5rem 2rem !important;
	
}
	
}