/* Enter Your Custom CSS Here */

/* titolo portfolio*/
h2.ppb_title.alignleft {
    color: #ffffff;
}
.top_bar {
    background-color: rgba(0, 0, 0, 1)    
}
.top_bar, #page_caption, #nav_wrapper {
    border-color: #000000;
}

/*margin titolo portfolio*/

h2.ppb_title.alignleft {
   margin-top: 10%;
}

html[data-style="fullscreen"] .top_bar.hasbg, .top_bar.hasbg {
    border-color: rgba(0,0,0,0);
}


/*allineamento menu

.nav {
    text-align: right;
}

#menu_wrapper .nav ul li:last-child, #menu_wrapper div .nav li:last-child {
    margin-right: -14px;
}*/

/* header single portfolio*/
h2.ppb_title {
    font-size: 3.5em !important;
	font-weight:400px !important   
}

.ppb_subtitle {
    font-size: 1em !important;
}
#page_caption h1, .ppb_title, .post_caption h1 {
    
    font-weight: normal !important;
    
}

/*allineamento widget footer*/
.footer2, .footer3,.widgettitle {
padding-left:38% !important;
}

