@charset "UTF-8";
/*
Theme Name: FreeAgent
Theme URI: https://freeagent.jwsuperthemes.com
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: FreeAgent is a premium WordPress theme designed for building sophisticated freelance services and project marketplaces.  It empowers users to quickly create both employer and freelancer accounts, facilitating seamless connections.  As a fully featured and exceptionally powerful theme, FreeAgent is tailored for service-based businesses of all sizes seeking a robust online presence.  Developed after extensive market research, FreeAgent provides the functionality and user experience expected of a leading marketplace platform. 
Requires at least: WordPress 4.9.6
Version: 3.1.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/lgpl-3.0.en.html
Text Domain: freeagent
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

:root {
  --main: #07242b;
  --text: #07242b;
  --light: #ffffff99;
  --white: #ffffff;
  --green: #70833c;
  --heading: #07242b;
  --body: #646f79;
  --bodybg: #ffffff;
  --btn-color: #ffffff;
  --btn-bgcolor: #07242b;
  --btn-bgcolor2: #ffc119;
  --e-global-color-primary: #07242b;
  --e-global-color-secondary: #d4fe00;
  --menu-color: #07242b;
  --font-size-sm: 14px;
  --line-height-sm: 19.6px;
  --font-size-md: 18px;
  --line-height-md: 25.2px;
}

.btn-theme {
  background: var(--main);
  color: #ffffff;
  height: 50px;
  padding: 0 40px;
  text-align: center;
  line-height: 50px;
}

button.btn-theme {
  border: 0;
}

.name_emp,
.logo_emp {
  display: none;
}

.lost_reset_password {
  margin: 113px auto !important;
  max-width: 475px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 30px 24px;
}

.lost_reset_password > h3 {
  margin-bottom: 10px;
}

.lost_reset_password .lost-notes {
  margin-bottom: 25px;
}

.woocommerce-lost-password #main {
  padding: 0 20px;
}
.iti {
  width: 100%;
}
.send.already {
  pointer-events: none;
}
.send-proposal.already {
  pointer-events: none;
}
.send.fill {
  pointer-events: none;
}
a.completed-action {
  width: auto !important;
  padding: 0 10px;
  font-size: 16px !important;
}
.single-jobs .job-sidebar .send {
  text-align: center;
}
.widget-wishlist > a,
.chat-button {
  position: relative;
}
.widget-wishlist > a > span,
.chat-button span {
  background-color: #ff2828;
  color: #ffffff;
  width: 17px;
  height: 17px;
  display: block;
  text-align: center;
  border-radius: 100%;
  font-size: 10px;
  position: absolute;
  top: -6px;
  right: -9px;
  line-height: 17px;
}
.chat-button {
  margin-left: 18px;
}
.profile-step {
  margin-top: 20px;
}
.jws-freelancers-layout1 .jws-freelancers-content {
  padding-left: 0px!important;
}