/*
 Theme Name:   Manufactura Child
 Theme URI:    http://manufactura.bold-themes.com
 Description:  Manufactura Child Theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     manufactura
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  manufactura-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
body.single-job .btTransparentLightHeader .mainHeader{
    color: unset !important;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 17%) !important;
}

body.single-job .btContentWrap
{
	margin-top:120px;
}


.team-module {
    overflow: hidden;
}

.hover-effect, .hover-effect-flat {
    cursor: pointer;
    overflow: hidden;
}

.hover-effect:before {
    opacity: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .75)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
}

.team-content-wrap-before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
}

.team-content-wrap-before .team-content{
	    position: absolute;
    padding: 1.5rem !important;
	    width: 100% !important;
	left: 0 !important;
	    bottom: 0 !important;
}


.team-content-wrap-after {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    background-color: rgba(255, 255, 255, .9);
    z-index: 3;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.hover-effect-flat:hover:before, .hover-effect:hover:before {
    opacity: 0;
}

.team-module:hover .team-content-wrap-before {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.team-module:hover .team-content-wrap-after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.team-content-wrap-after .team-content {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}