/*
Theme Name: Ceruti Srl
Theme URI: https://www.cerutisrl.it
Author: Rossano Pozzo
Author URI: http://planetline.it/
Description: Ceruti Srl web site

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: Ceruti
*/



	
/*
@import url(sawmill.css);
@import url(http://fonts.googleapis.com/css?family=Lato|Fjalla+One|Open+Sans:800);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(animate.css);
*/
/*
*/


/*
@font-face{
  font-family: 'fabrique';
  src: url('https://www.cerutisrl.it/wp-content/themes/ceruti/fonts/fabrique.eot');
	src: url("https://www.cerutisrl.it/wp-content/themes/ceruti/fonts/fabrique.woff") format("woff"),
	url("https://www.cerutisrl.it/wp-content/themes/ceruti/fonts/fabrique.otf") format("opentype"),
	url("https://www.cerutisrl.it/wp-content/themes/ceruti/fonts/fabrique.svg#fabrique.svg") format("svg");
}

@import url('https://fonts.googleapis.com/css2?family=Quattrocento+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');


<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
*/





/*========================================================
                      Main Styles
=========================================================*/
/*
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400&family=Montserrat:wght@300;400&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400&display=swap');

:root{
	--default-font-family: 'Cairo';
	--font-color-ceruti: #AB262C;
	
	--color-ceruti-2: #D03039;
}
.float_right{
	float: right;
}

.float_left{
	float: left;
}


body {
	font-family: var(--default-font-family)!important;
	background: #F7F6F2;
	color: #111;
	/*font: 400 16px/24px "fabrique", sans-serif;*/
	/*font: 400 16px/24px "Cairo", sans-serif;*/
	-webkit-text-size-adjust: none;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
}

button{
	font-family: var(--default-font-family)!important;
}


h1 {
  	font-size: 60px;
  	line-height: 60px;
	font-family: inherit;
}

h2 {
  	font-size: 34px;
	font-family: inherit;
}

@media (max-width: 479px) {
  h2 {
    line-height: 26px;
	font-size: 22px;
  }
}

h3 {
	font-family: var(--default-font-family);;
	font-size: 22px;
	font-size: 24px;
	font-weight: 600;
	/*
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
	*/
}


h4, .addr p:first-child {
	font-family: var(--default-font-family);;
  	font-size: 24px;
  	line-height: 30px;
}

h5, .terms dt {
  font-size: 21px;
}

h6 {
  font-size: 18px;
  text-transform: uppercase;
}

p a:hover, dd a:hover, .addr a:hover, .copyright a:hover {
  text-decoration: underline;
}

time {
  display: block;
}

a {
	font-family: var(--default-font-family);
	color: #008E4F;
	font: inherit;
	color: inherit;
	text-decoration: none;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

a:active {
  background: transparent;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  /*font-family: "FontAwesome";*/
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mg-add {
  margin-top: 5px;
}

.oh {
  overflow: hidden;
}

.large {
  font-size: 18px;
}

.page {
  overflow: hidden;
  min-height: 500px;
}

.lt-ie9 .page {
  min-width: 1300px;
}

.primary {
  color: #8ca87d;
}

.secondary {
  color: #38373a;
}

.secondary2 {
  color: #c76b23;
}

table{
	color: #5c5c5c;
}

/*=======================================================
                        WP POPUPS PLUGIN	
	
=========================================================*/
.spu-container img{
	width: auto!important;
}

/*=======================================================
                        Components
=========================================================*/





/*========================   Menu   ==========================*/

/*========================================================
                     HEADER  Section
=========================================================*/

/*========================================================
                     CONTENT  Styles
=========================================================*/

p{
	font-family: var(--default-font-family);
	color: #111111;
	font-size: 16px;
}

/*==================      Well     ======================*/

/*==================  Backgrounds  ======================*/

/*==================     Icons     ======================*/

/*==================     Links     ======================*/
/*==================    Buttons    ======================*/

/*==================      Box      ======================*/

/*==================  Inline List  ======================*/

/*==================  Index List   ======================*/

/*==================  Marked List  ======================*/

/*==================     List      ======================*/

/*==================    Address    ======================*/

/*==================     Terms     ======================*/

/*========================================================
                     FOOTER  Section
=========================================================*/

/*# sourceMappingURL=style.css.map */