/*
	Theme Name:     Samatex Child
	Theme URI:      http://enovathemes.com/samatex
	Description:    Industrial WordPress Theme
	Author:         Enovathemes
	Author URI:     https://enovathemes.com
	Version:        1.0
	Template:       samatex
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Padding off page up-down */
#et-content.padding-true {
    padding: 0;
}

/* side bar vertical line */
#et-desktop-37 {
	box-shadow: 0px 0px 0px rgba(0,0,0,0.1) !important;
}

/* side bar left */
.sidebar-navigation #wrap {
    padding-left: 0px !important;
}

/* project details title */ 
.project-description-title, .project-meta-title {
    font-size: 14px !important;
	font-weight: 400 !important;
}

.project-description p {
	font-size: 12px;
    font-weight: 400;
    font-family: Nunito Sans;
    line-height: 22px;
    letter-spacing: 0px;
    color: #040f0f;
    text-transform: uppercase;
}


