/**
* Theme Name: Workreap Child
* Description: This is a child theme of Workreap.
* Author: Amentotech
* Template: workreap
* Version: 0.0.1
*/


/* gig search page css */

.cst-gig-search-card .wr-card__img {
    height: auto;
}

.cst-gig-search-card {
    width: calc(100% / 6);

}


/* gig search page css */


/* Profile page custom css */

.cst-profile-basic-freelancer .wr-asidebox {
    display:flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.cst-profile-basic-freelancer .wr-profile-basic {
    flex-direction: column;
    justify-content: center;
}

.cst-profile-basic-freelancer .wr-profile-rating {
    justify-content: center;   
}

.cst-profile-basic-freelancer .wr-profile-title h5 {
    text-align: center;
}

.cst-profile-basic-freelancer .wr-profile-title h1 {
   justify-content: center;
}

.cst-profile-basic-freelancer .wr-profile-title h6 {
   justify-content: center;
}

.cst-profile-basic-freelancer .wr-profile-options {
    flex-direction: row !important;
    justify-content: center;
}

.cst-profile-basic-freelancer .wr-profile-basic .wr-profile-image figure {
    width: 200px;
    height: 200px;
}

.cst-profile-basic-freelancer .wr-freelancer-skills {
    padding-top: 0px !important;
}

.cst-profile-basic-freelancer .wr-asidebox-content {
    padding-top:0px !important;
    border:none !important;
}

.cst-profile-basic-freelancer .wr-tags_links {
    justify-content: center;
    width: 100%;
}

.cst-message-button {
    width: fit-content;
}


/* Profile page custom css */
