@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap");
/*breakpoints*/
/*fonts*/
/*colors*/
/* line 16, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
body {
  font-family: "Schibsted Grotesk", sans-serif;
  color: #2D2A32; }

/*font style*/
/* line 21, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
a {
  text-decoration: none;
  color: inherit; }

/* line 22, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.font-italic {
  font-weight: 600;
  font-style: italic;
  font-family: "Exo", sans-serif; }

/* line 23, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.fw-max {
  font-weight: 900; }

/* line 24, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.navbar-brand {
  font-family: "Exo", sans-serif;
  font-weight: 900;
  color: #D24458; }
  /* line 28, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
  .navbar-brand:hover {
    color: #7DABCA; }

/* line 30, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
header .nav-link {
  color: #2D2A32; }

/* line 31, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
h1, h3, h5 {
  font-family: "Exo", sans-serif;
  font-weight: 700; }

/* line 33, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.navbar-nav .nav-link {
  font-weight: 700; }

/*colors and backgrounds*/
/* line 37, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.red {
  color: #D24458; }

/* line 38, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.blue {
  color: #7DABCA; }

/* line 39, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.dark-bg {
  background: #2D2A32; }

/* line 40, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.light-block {
  background: #F1F5F8; }

/* line 41, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.bg-trans {
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8); }

/* line 45, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.bg-trans-dark {
  background: rgba(3, 3, 3, 0.6);
  border-top: 1px solid rgba(3, 3, 3, 0.8); }

/* line 49, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.main-page {
  background: url(../img/mons.jpg) no-repeat;
  height: 52rem;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed; }

/*buttons*/
/* line 57, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.bio-button {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #D24458;
  font-weight: 700; }

/* line 67, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.btn-red, .btn-red:hover {
  background: #D24458;
  color: #fff;
  font-weight: 700;
  font-style: italic; }

@media screen and (min-width: 768px) and (max-width: 992px) {
  /* line 69, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
  .opt-50 {
    width: 40% !important;
    float: right; } }

/* line 71, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.link-es {
  height: auto;
  width: 11rem; }

/* BLOCK WITH TABS*/
/* line 74, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.vangelo .nav-tabs {
  border-bottom: none;
  display: flex;
  justify-content: space-between; }
  /* line 78, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
  .vangelo .nav-tabs .nav-link {
    font-weight: 700;
    font-family: "Exo", sans-serif;
    color: #7DABCA;
    border: none;
    width: 45%;
    padding: 0; }
    @media screen and (min-width: 992px) {
      /* line 78, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
      .vangelo .nav-tabs .nav-link {
        width: 30%; } }
    /* line 88, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
    .vangelo .nav-tabs .nav-link.active {
      color: #D24458;
      background: transparent; }

/*OWL CAROUSEL*/
/* line 93, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.owl-nav {
  display: none; }

/* line 95, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid #7DABCA;
  border-radius: 50%; }

/* line 102, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #7DABCA; }

/* line 106, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.social li {
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #D24458;
  border-radius: 50%; }
  /* line 114, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
  .social li a img {
    width: 1.5rem;
    height: auto; }

/*archivio*/
/* line 117, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.cover {
  height: 22em;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 992px) {
    /* line 117, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
    .cover {
      height: 16em; } }

/* line 120, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.cover-b {
  height: 22em;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 992px) {
    /* line 120, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
    .cover-b {
      height: 24em; } }

/* line 123, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.pagination a {
  padding: 0 .5rem; }

/* line 126, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.pagination .page-numbers {
  font-weight: 600; }
  /* line 128, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
  .pagination .page-numbers.current {
    color: #D24458;
    transform: scale(1.2);
    font-weight: 800; }

/*single post*/
/* line 131, ../../../../wamp64/www/wordpress/wp-content/themes/VP-theme/scss/style.scss */
.post-bg {
  height: 12em;
  background-size: cover;
  background-position: center center; }

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