
/*
Theme Name:     Freelanceengine Child
Theme URI:      
Description:    Child theme for the FreelanceEngine theme
Author:         enginethemes
Author URI:     
Template:       freelanceengine
Version:        1.0
*/


/* =Theme customization starts here
------------------------------------------------------- */




.client_page_bg{
  background-color: white;
}


/* ------------------------------------------start header menu style--------------------------------------------- */

.freelance-about {
    font-size: 12px;
}


.secondskills-nav-container ul li{
color:gray;
border: 1px 
solid #e0e0e0;
width:260px;
}


div#project_category_chosen{
  display: block !important; 

}

div#project_category_chosen_chosen {
    display: none!important;
}




a.chosen-single {
    display: none;
}

#skill_chosen_chosen{
    display: none !important; 
}

#skill_chosen{
    display: block !important; 
}


/*second header menu homepage*/

div.nav_menu ul {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
  
}
div.nav_menu li {
    padding: 20px;
    display: inline;
}
div.nav_menu li a{
      
    color: #666666;
    text-align: center;
    text-decoration: none;
  font-weight: bold;
  font-size:14px;
  left:0;
  right:0;
  line-height: 5px; 
}
div.nav_menu li a:hover{
  color:#000;
}


.menu_bar{
position: fixed;
width: 100%;
border-bottom: 1px solid rgba(225, 230, 234, 0.75);
z-index: 1020;
margin-bottom:3px;
height:35px;
background-color: #f9f9f9;
box-shadow: 0 1px 6px rgba(57,73,76,.35) !important;
}

.nav_menu{
  padding-top: 8px;
}


/*second header menu homepage*/


div#main_header {
/*    height: 85px;*/
}


/* The Modal (background) */
.modal {
    display:none;
    position: fixed; /* Stay in place */
    z-index: 1500; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
    border:none;
}

/* Modal Content/Box */
.popup-content {
    background-color: none;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 0px;
    border: 1px solid #888;
    width:640px;
    position: relative; 
    height:360px; /* Could be more or less, depending on screen size */
    border:none;

}

.closediv {
    margin: 15% auto; /* 15% from the top and centered */
    width:700px;
    position: relative; 
    height:600px;
    border:none;
   /* Could be more or less, depending on screen size */

}

/* The Close Button */
.close {
    color: #fff;
    float: right;
    font-size: 35px;
    font-weight: bold;

    border:none;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}




.footer_social_link_apps{
  position: center;
  padding-right:150px; 
}



.footer_social_link_apps li{
  float: right;
  list-style: none; 
  margin-left: 10px;
  margin-right: 10px;
}

.footer_social_link li{
  list-style: none; 
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}

.social_link_div h3, .download_app h3{
  margin-left: 30%;
  padding-bottom: 10px;
  position: relative;

}

.badge,.social {
  background: #ccc;
  font-size: 24px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 45px,
  margin: 0 5px 20px 0;
  padding: 0;
  padding-top: 12px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: white; 
}

.badge.social.twitter:hover {
  background: #797979;}


.skill_list ul{
  list-style: none; 
  padding: 0;
  list-style: none;
  margin-bottom: 110px;
}
.skill_list ul > li{
  margin: 0 15px;
  line-height: 30px;
  text-align: -webkit-match-parent;
  font-size: 16px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
.skill_list ul > li > a{
  text-decoration:none;
  color: #494949;
}
.skill_list ul > li > a:hover{
  text-decoration:none;
  color: #37a000;
}
.online_team_bg{
  background-color: #5bbc2e;
}
.online_team_color{
  color: #fff;
  margin-bottom:20px;
  padding-top: 50px;
  }

.div_browsetopsklls{
  background-color: #e0e0e0;
  }

.team_button{
  background-color: #5bbc2e;
    border: 2px solid #e0e0e0;
    color: #fff; 
    padding: 7px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}
.team_button:hover{
  background-color:white;
  color:#5bbc2e
}



.footer_menu{
  margin-top:40px;
  font-size:14px;
  line-height:22px;
  list-style:none;
  
  margin-left:-40px;
}
.footer_menu li{
  margin-bottom:9px;
  font-size:14px;
}
.footer_menu li a{
  text-decoration:none;
  color:#e0e0e0;
}


.footer_section{
  background-color: #7d7d7d;
  color: #fff}

.container-videomodal{

  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 400px;
  left: 0;
  bottom: 0;
  width: 100%;

}


.watchvideotext{
  position:absolute;
  color:gray;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.slider_bottom_box {
    padding-top: 0px;
}



.close-button {
    overflow: hidden;
    padding-left: 350px;
    position: right;
    color: white;
}

.close{
  color: white;
  size: 50px;
}


/*.modal-content{
  max-width: 50px;
  opacity: .5;
}

.modal-backdrop {
  background-color: black;
}
.modal-backdrop.in {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=76);
  opacity: 0.76;
}

.modal {
  text-align: center;
}
.modal.in .modal-dialog {
  position: fixed;
  top: 40%;
  left: 50%;
  max-width: 650px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}*/





.fre-authen-footer{

}

.fre-authen-login {
    background: #FFF;
    margin: 0 auto;
    padding: 40px 40px 0;
    width: 490px!important;
    height: auto;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(185, 184, 184, 0.75);
    -moz-box-shadow: 0px 1px 1px 0px rgba(185, 184, 184, 0.75);
     box-shadow: 0 1px 6px rgba(57,73,76,.35);
}


.fre-register-default{
  box-shadow: 0 1px 6px rgba(57,73,76,.35);
}


 
.fre-header-wrap{
background : #fff !important;
box-shadow : 0 1px 6px rgba(57,73,76,.35) !important;
}


.fre-menu-main > li{
background : none !important;
}

.fre-menu-main li a{
font-weight: 600 !important;
color: #797979 !important;
}

.fre-search-dropdown > li > a{
font-weight: normal !important;
font-family: 'Montserrat', sans-serif !important;
}

.fre-search-dropdown > li > a.active{
font-weight: normal; !important;
color: #7dc246 !important;
font-family: 'Montserrat', sans-serif !important;
}

::-moz-placeholder {
font-weight: 600 !important;
color: #797979 !important;
}


/* =priceing Styles
------------------------------------------------------- */
.fre-bg-content{
text-align: left !important;
}

.fre-bg-content h1{
font-size: 50 !important;
font-weight: 700 !important;
color: #797979 !important;
line-height: 1.5em !important;
text-align: left !important;

}

.fre-bg-content {
  width: 100% !important;
  position: absolute !important;
  top: 40% !important;
  left: 0 !important;
}


.fre-btn, .fre-btn-disable, .fre-payment-list > li > .btn{
font-size: 50 !important;
font-weight: 700 !important;
}

button.btn-submit.fre-submit-btn.primary-bg-color {
     background-color: #6c75a7 !important;
    border-color: #6c75a7 !important;
}

a.fre-small-btn.primary-bg-color {
      background-color: #6c75a7 !important;
    border-color: #6c75a7 !important;
}

a.fre-btn.primary-bg-color {
    background-color: #6c75a7 !important;
    border-color: #6c75a7 !important;
}


span.secondary-color {
    color: #6c75a7 !important;
}

p.secondary-color {
    color: #6c75a7 !important;
}

.fre-how-work h2{
font-size: 50 !important;
font-weight: 700 !important;
color: #797979 !important;

}

.fre-perfect-freelancer .container > h2{
font-size: 50 !important;
font-weight: normal !important;
color: #797979 !important;

}

.fre-jobs-online h2{
font-size: 50 !important;
font-weight: normal !important;
color: #797979 !important;

}

.fre-our-stories h2{
font-size: 50 !important;
font-weight: normal!important;
color: #797979 !important;

}


.fre-service .container>h2{
font-size: 50 !important;
font-weight: normal !important;
color: #797979 !important;

}

.get-started-content h2{
font-size: 50 !important;
font-weight: normal !important;
color: #797979 !important;

}


.fre-work-block span{
width: 120px !important;
height: auto !important;
}



.fre-service-pricing{
background : #e0e0e0 !important;
}



/* ------------------------------------------------------------------- */
/* Footer Section
---------------------------------------------------------------------- */   
#main-footer p{
 font-family: "Poppins", sans-serif;
 font-size:16px;
 line-height:40px;
}
#main-footer p a{
 color: #36D9C3;
}
#main-footer hr{
 margin-top:0;
 border-color:#19191d;
}
.social-links {
 list-style:none;
 margin:0;
 padding:0;
 margin-bottom:20px;
}
.social-links li{
 display:inline-block;
 margin:0 5px;
 border-radius:3px;
 box-shadow:0 4px 0 transparent;
 -webkit-transition:all .3s ease-out;
 transition:all .3s ease-out;
}
.social-links li a {
 display:block;
 color:#fff;
 color:rgba(255,255,255,0.3);
 font-size:18px;
 width:40px;
 height:40px;
 line-height:40px;
 text-align:center;
 background:rgba(0,0,0,0.2);
 border-radius:50%;
 -webkit-transition:all .3s ease-out;
 transition:all .3s ease-out;
}
.social-links li a:hover {
 color:#fff !important;
 background:#6c74a7;
}

footer {
    background: #000 !important;
}


