/*
Theme Name: Ant on the Globe
Theme URI: https://antontheglobe.com/
Author: Ant on the Globe
Author URI: https://antontheglobe.com/
Description: Ant on the Globe
Version: 1.0
*/
.frm-fluent-form {}
.fluent_form_3 .ff-el-group {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
	display: inline-block;
}
.frm-fluent-form  li.w-full,
.fluent_form_3  .ff-el-group.w-full{
    width: calc(100% - 30px);
}
.frm-fluent-form .ff-el-group .text-field {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    font-weight: 400;
    width: 100%;
    height: 50px;
    background-color: #f5f4f4;
    border: 1px solid #ddd;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
    padding: 14px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.frm-fluent-form .btn, .wpcf7-submit {
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 12px 40px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
	outline:none;
}
.frm-fluent-form .primary_btn, .wpcf7-submit {
    background: #000 !important;
    color: #fff !important;
	border: 0 !important;
}
.frm-fluent-form .primary_btn:hover, .wpcf7-submit:hover {
    background: #00b4ca !important;
    color: #fff !important;
}