/*
Theme Name: Freelanceengine Plus
Theme URI: https://cutt.ly/kiY1XcX
Author: مرتضی لطفی نژاد
Author URI: http://farstheme.com
Description: فریلنس انجین پلاس بهترین سایت برونسپاری پروژه(سیستم کارفرما و فریلنسر) دنیا بر پایه وردپرس است
Version: 2.4
Tags: ponisha-theme,freelancer.com
*/

/*
add category list style for home
 */
/* Category Style */
.fre-categoryslidup{
    left:0;
    opacity: 0;
    width: 100%;
    bottom: -100px;
    display: block;
    font-size: 16px;
    padding: 0 10px;
    font-weight: 400;
    line-height: 16px;
    visibility: hidden;
    border-radius: 50%;
    position: absolute;
    text-align: center;
}
.fre-categoryexpl{
    float: left;
    width: 100%;
}
.fre-categorycontent{
    float: left;
    width: 100%;
    min-height: 255px;
    padding: 20px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border:1px solid #eff2f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    margin-bottom: 15px;
    background: #fff;
}
.fre-categorycontent:hover{
    -webkit-box-shadow: 2px 5px 10px 0 rgba(0,0,0,0.25);
    box-shadow: 2px 5px 10px 0 rgba(0,0,0,0.25);
}
.fre-categorycontent figure{
    left: 50%;
    margin: 0;
    top: 75px;
    left: 50%;
    width: 65px;
    margin: 0 auto;
    margin-left:-32px;
    position: absolute;
}
.fre-categorycontent figure img{
    height: auto;
    max-width: 100%;
}
.fre-categorycontent:hover figure{top: -80px;}
.fre-cattitle{
    left: 0;
    top: 160px;
    float: left;
    width: 100%;
    padding: 0 20px;
    position: absolute;
}
.fre-categorycontent:hover .fre-cattitle{top:22%;}
.fre-cattitle h3{
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}
.fre-categorycontent:hover .fre-categoryslidup{
    opacity: 1;
    bottom: 0;
    bottom: 20%;
    visibility: visible;
}

.fre-categoryslidup p{
    font-size: 14px;
    margin: 0 0 28px;
    line-height: 24px;
}
.fre-categoryslidup a{
    color: #55acee;
    font-size: 14px;
    line-height: 16px;
}
.fre-categoryslidup a i{font-size: 12px;}

.fre-categorycontent, .fre-categoryslidup, .fre-categorycontent figure, .fre-cattitle{
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.circle-icon {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    text-align: center;
    padding: 3px;
    position: relative;
}

.circle-icon.big {
    width: 30px;
    height: 30px;
    font-size: 14px;
    padding: 6px;
}

.text-bold {
    font-weight: bold !important;
}
.bgc-3 {
    background-color: #690 !important;
}
.tc-white {
    color: #fff !important;
}