/*
Theme Name: Bitwise Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* nascondre il logo nella nav */
.header-logo-dark{
	display:none !important;
}
.portfolio-section{
	background-color: #b1bfd8;
    background-image: linear-gradient(320deg, #b1bfd8 0%, #727272 95%);
}
.portfolio-element-wrapper li a{
	color: white;
}
.text.box-shadow-2.box-shadow-3-hover.dark{
	border: 1px solid white;
}
.no_margin{
	margin: 0px auto !important;
}
.text-justify p{
	text-align:justify;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}