@charset "utf-8";
/* 
Theme Name: STUDIO CERVINI
Theme URI:  
Author: Softiconic
Author URI: https://softiconic.com
Description: Modern Website.
Version: 1.00  
Test Domain:  
Tags: portfolio, design, clean, one-column, custom-background, custom-colors, featured-images, flexible-header 
*/

/*Gutenbarg css*/
.alignwide {
	margin-left  : -80px;
	margin-right : -80px;
}
.alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
	max-width    : 100vw;
}
.alignwide img{
	width: 100vw;
}
.alignfull img {
	width: 100vw;
}
.page-wrapper{
	float: left;
	width: 100%;	
}
.imgs img:before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #ddd;
	
}
.fontsc span {
    font-family: 'Bentham', serif !important;
    text-transform: initial;
    font-weight: 400;
    letter-spacing: 3px;
}
#mission h3 {
    font-size: 39px;
    letter-spacing: 5px;
    padding-bottom: 10px;
    line-height: 38px;
}
.style1sc h4 {
    font-size: 39px;
    font-family: 'Bentham', serif !important;
}
.font {
    font-family: 'Bentham', serif !important;
    letter-spacing: 2px;
}
.font li {
    padding: 10px 0;
}
.font i {
    font-size: 22px;
}
.font i.cell{
    font-size: 26px;
}
.style1sc h5 {
    font-size: 39px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 5px;    line-height: 40px;
}
.style1sc h6 {
    font-size: 39px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 5px;    line-height: 40px;
} 
.footss {
    background-color: #456e8b !important;
    padding: 0px 9px !important;
    margin-top: 3px !important;
}