/*

Template: Freelance Marketplace.

Author Name: XpertGigs

Author Email: mail@xpertgigs.com

Theme Marketing URL:

Theme Demo URL:

Help/Documentation URL:

Theme Version: 1.0

NB: If changes don't apply, try adding "!important" For example:

.btn {
    color: blue !important;
}

*/


/********** Start Writing Your Own Custom CSS Code Here ***********/

#hero {
    padding-top: 40vh;
    height: 100vh;
    background-position: top !important;
    background-size: cover !important;
}

#hero h1 {
    margin-top: -50px;
    font-size: 57px;
    font-weight: 700;
    color: #fff;
}

#hero h2 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.category-box {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: all 0.5s;
    min-height: 200px;
}

.category-box:hover {
    box-shadow: 0px 4px 19.98px 7.02px rgba(0, 0, 0, 0.17);
}

.job-box {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: all 0.5s;
    /*min-height: 200px;*/
}

.job-box:hover {
    box-shadow: 0px 4px 19.98px 7.02px rgba(0, 0, 0, 0.17);
}

.job-box h1{
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family:'Montserrat-Light' !important;
    text-align:left !important;
}

.proposal-card-base .proposal-rating {
    padding: 5px 0 4px !important;
}

.proposal-card-base .proposal-seller-info {
    padding: 12px 0px 0 !important;
}

.proposal-card-base .proposal-price a {
    font-size: 22px !important;
}

.proposal-card-base .proposal-price a small {
    color: #555;
    font-size: 16px !important;
    text-transform: uppercase;
}

.flag-icon-xpertgig::before {
    font-size:80px !important;
}

.flag-icon-xpertgig-cat::before {
    font-size:40px !important;
    margin-left:5px !important;
}

.work-box {
    text-align: center;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 0.5s;
    min-height: 320px;
    max-height: 350px;

}

.work-box h1{
    font-size: 20px !important;
    font-weight: 700 !important;
    /*font-family:'Montserrat-Light' !important;*/
}