/*
Theme Name: IGC Strutture
Theme URI: http://planetline.it/igc-strutture/
Author: Rossano Pozzo
Author URI: http://planetline.it/
Description: IGC Strutture 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: igc-strutture
*/


/*
@charset "UTF-8";
@import url(animate.css);
/*@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
*/


/*@import url(sawmill.css);
@import url(https://fonts.googleapis.com/css?family=Lato|Fjalla+One|Open+Sans);
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/*========================================================
                      Main Styles
=========================================================*/

:root{
	--default-font: "Inter", sans-serif;
	--default-bgcolor: #f0f0f5;
}

.CodeMirror-wrap, .CodeMirror, .czr-input {
	font-size: 12px!important;
}

/*
.inter-igc {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/

body {
  background:  var(--default-bgcolor);
  color: #111;
  font-family: var(--default-font);
  -webkit-text-size-adjust: none;
  margin: 0px;
}

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



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

h2 {
  font-size: 34px;
}

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

h3 {
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}


h4, .addr p:first-child {
  font-size: 24px;
  line-height: 30px;
}

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

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

p{
	margin: 8px 0px;
}

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

time {
  display: block;
}

a {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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




