/*fonts*/
@import url("https://use.typekit.net/rtf4ktt.css");
/*colors*/
/* line 14, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 15, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
body {
  color: #121317;
  font-family: adobe-jenson-pro, serif;
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 300;
}

/* line 22, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.navbar {
  font-family: adobe-jenson-pro, serif;
  font-weight: 600;
  color: #121317;
}

/* line 26, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.navbar .navbar-brand {
  font-family: ff-prater-serif-web, serif;
  font-weight: 700;
  color: #C63838;
  font-size: 2em;
}

@media (min-width: 768px) {
  /* line 26, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
  .navbar .navbar-brand {
    font-size: 3.2em;
  }
}

/* line 31, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.navbar .nav-item {
  font-size: 1.4em;
}

/* line 32, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.navbar .nav-item .nav-link {
  color: #3B404E;
}

/* line 35, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.navbar-expanded {
  flex-wrap: wrap;
  justify-content: center !important;
}

/* line 38, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
h1, h2 {
  font-family: ff-prater-serif-web, serif;
  font-weight: 400;
  color: #C63838;
}

/* line 41, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
h6 {
  font-family: adobe-jenson-pro, serif;
  font-weight: 600;
  font-style: italic;
}

/*backgrounds & colours*/
/* line 46, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.bg-base {
  background-color: #121317;
}

/* line 47, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.bg-light {
  background-color: #D8DBE5;
}

/* line 48, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.red {
  color: #C63838;
}

/* line 49, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.bg-intro {
  height: 26em;
  background: url(../img/bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
}

@media (min-width: 992px) {
  /* line 49, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
  .bg-intro {
    height: 32em;
  }
}

/*carousel*/
/* line 61, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.owl-theme .owl-nav {
  margin-top: 10px;
  visibility: hidden;
}

/*footer*/
/* line 67, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.nav-1 {
  list-style: none;
}

/* line 69, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.nav-1 .nav-item {
  padding-left: .4em;
  padding-right: .4em;
}

/* line 71, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.nav-1 .nav-item:last-child {
  padding-right: 0;
}

/* line 72, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.nav-1 .nav-item:first-child {
  padding-left: 0;
}

/* line 74, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.nav-1 .social {
  width: 30px;
  height: auto;
}

/* line 79, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.post-bg {
  height: 16em;
  background-size: cover;
}

/*modulo contatto*/
/* line 85, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.contactme label {
  font-family: ff-prater-serif-web, serif;
  font-size: 1.1em;
}

/* line 86, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.contactme input, .contactme label.fully {
  width: 100% !important;
}

/* line 87, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.contactme select, .contactme input {
  width: 100% !important;
  height: 2.2em;
  border: 1px #3B404E solid;
  border-radius: .6em;
  padding: 0 .5em;
}

/* line 88, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.contactme textarea {
  width: 100%;
  border: 1px #3B404E solid;
  border-radius: .6em;
  padding: 0.5em;
}

/* line 89, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
.contactme input[type=submit] {
  width: 12em !important;
  background: #C63838;
  color: #fff;
  border-color: #C63838;
  font-family: ff-prater-serif-web, serif;
  font-weight: 700;
}

@media (min-width: 992px) {
  /* line 92, ../../../../wamp64/www/wordpress/wp-content/themes/agabra/scss/style.scss */
  .columns {
    column-count: 2;
    column-gap: 2em;
  }
}

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