/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,700;1,400;1,700&family=Merriweather:ital,wght@0,300;0,700;0,900;1,300;1,700;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css");
/* Base colors */
/* Transitions */
/* Scss Document */
/* Logo */
.logo {
  height: 80px;
  width: auto;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }
  .logo:hover {
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75; }

/* Navbar toggler */
.navbar-toggler {
  border: none;
  background: transparent !important;
  padding: 10px 0 !important;
  outline: none !important; }

/* Navbar */
header .navbar {
  background-color: #fff;
  padding: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  /*&.shrink {
  	padding:0 30px;
  	box-shadow:0 0 10px rgba(0,0,0,0.30);
  	.logo {
  		height:50px;
  		margin: 5px 0;
  	}
  }*/ }
header .navbar-brand {
  padding: 0;
  margin: 0; }

/* Main Nav */
.navbar-nav .nav-item .nav-link {
  font-weight: 400;
  color: #fff;
  padding: 30px 0;
  margin: 0 20px;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }
  .navbar-nav .nav-item .nav-link:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 3px;
    background: #83D0F5;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
  .navbar-nav .nav-item .nav-link.active {
    color: #83D0F5 !important;
    text-decoration: none !important; }
    .navbar-nav .nav-item .nav-link.active:before {
      bottom: 0;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
  .navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link:focus {
    color: #83D0F5 !important;
    text-decoration: none !important; }
    .navbar-nav .nav-item .nav-link:hover:before, .navbar-nav .nav-item .nav-link:focus:before {
      bottom: 0;
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
.navbar-nav .nav-item:hover {
  color: #83D0F5 !important; }
  .navbar-nav .nav-item:hover .nav-link {
    color: #83D0F5 !important; }

/* Sticky Navbar */
.navbar.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: rgba #83D0F5, 0.9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .navbar.sticky.is-sticky .nav-link {
    padding: 15px 0; }

/* Dropdown */
.dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 0; }
  .dropdown-menu .dropdown-item {
    color: #053F53;
    padding: 10px;
    font-size: 14px; }

/* Dropdown on hover open */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out; }

  .navbar .nav-item:hover .nav-link {
    color: #fff; }

  .navbar .nav-item:hover .dropdown-menu {
    display: block; }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0; } }
/* Large devices (large desktops, 1200px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) {
  .logo {
    height: 70px; }

  header .navbar-nav > li.nav-item > a.nav-link {
    text-align: center;
    display: block;
    padding: 15px;
    margin: 0;
    border-top: rgba(255, 255, 255, 0.2) 1px solid; }

  border-left: none !important;
  border-right: none !important; }
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .logo {
    height: 60px;
    width: auto; } }
/* Extra Small devices (smartphones, 480px and up) XS */
@media (max-width: 480px) {
  .logo {
    height: 45px;
    width: auto; } }
/* Extra Extra Small devices (smartphones, 320px and up) XXS */
/* Scss Document */
p, li {
  line-height: 1.5em; }

p.lead {
  line-height: 1.5em;
  font-weight: 300; }

b, strong {
  font-weight: 800; }

.primary-font {
  font-family: "Merriweather", serif; }

.secondary-font {
  font-family: "Asap", sans-serif; }

h1 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: #053F53;
  line-height: 1em;
  margin-bottom: 20px; }

h2 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: #053F53;
  line-height: 1em;
  margin-bottom: 20px; }

h3 {
  font-family: "Merriweather", serif;
  font-weight: 700;
  color: #053F53;
  line-height: 1.1em;
  margin-bottom: 20px; }

h4 {
  font-family: "Merriweather", serif;
  font-weight: 700; }

h5 {
  font-family: "Merriweather", serif;
  font-weight: 700; }

h1.display-3, .display-3 {
  font-weight: 700; }

.small {
  font-size: 0.9em; }

.x-small, .extra-small {
  font-size: 0.8em; }

.xx-small, .extra-extra-small {
  font-size: 0.7em; }

a {
  color: #83D0F5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; }

a:hover, a:focus {
  color: #053F53;
  text-decoration: none; }

h1 a:hover, h1 a:focus,
h2 a:hover, h2 a:focus,
h3 a:hover, h3 a:focus,
h4 a:hover, h4 a:focus {
  text-decoration: none !important; }

/* FW */
.fw-100 {
  font-weight: 100; }

.fw-200 {
  font-weight: 200; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

.text-uppercase {
  text-transform: uppercase; }

.letter-spacing {
  letter-spacing: 0.1em; }

/* COLORS */
.color-white {
  color: #fff !important; }

.color-light {
  color: #ddd !important; }

.color-light-alt {
  color: #eee !important; }

.color-dark-grey {
  color: #101010 !important; }

.color-default {
  color: #002434 !important; }

.color-primary {
  color: #83D0F5 !important; }

.color-secondary {
  color: #053F53 !important; }

a.color-white {
  color: #fff; }

a.color-white:hover, a.color-white:focus {
  color: #ddd !important; }

a.color-light {
  color: #ddd; }

a.color-light:hover, a.color-light:focus {
  color: #fff !important; }

a.color-default {
  color: #002434; }

a.color-default:hover, a.color-default:focus {
  color: #83D0F5 !important; }

a.color-primary {
  color: #83D0F5; }

a.color-primary:hover, a.color-primary:facus {
  color: #053F53 !important; }

a.color-secondary {
  color: #053F53; }

a.color-secondary:hover, a.color-secondary:focus {
  color: #83D0F5 !important; }

.realizzazioni-item {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  .realizzazioni-item .btn {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

@media (max-width: 1200px) {
  html {
    font-size: 0.95em; } }
@media (max-width: 992px) {
  html {
    font-size: 0.9em; }

  h1 {
    font-size: 48px; } }
@media (max-width: 768px) {
  html {
    font-size: 0.85em; }

  h1 {
    font-size: 36px; } }
@media (max-width: 576px) {
  html {
    font-size: 0.8em; }

  h1 {
    font-size: 32px; } }
/* Scss Document */
/* Top Link Wrapper */
#top-link-wrapper {
  position: fixed;
  z-index: 999999;
  background: #83D0F5;
  bottom: -100px;
  right: 20px;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  border-radius: 50%;
  border: 1px solid #fff; }
  #top-link-wrapper a {
    display: block;
    color: #ddd;
    text-align: center;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    border-radius: 50%; }
    #top-link-wrapper a:hover {
      padding-top: 6px;
      color: #fff; }
  #top-link-wrapper.visible {
    bottom: 20px; }

footer {
  background: #eee; }

/* Large devices (large desktops, 1200px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
/* Extra Small devices (smartphones, 480px and up) XS */
/* Extra Extra Small devices (smartphones, 320px and up) XXS */
/* Scss Document */
/* Btn */
.btn {
  padding: 10px 24px;
  font-weight: 300;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out; }

.btn-sm {
  padding: 6px 15px;
  font-size: 0.8em; }

.btn-default, .btn-default:focus {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }

.btn-default:hover {
  background-color: #fff;
  border-color: #fff;
  color: #83D0F5; }

.btn-primary, .btn-primary:focus {
  background-color: #83D0F5;
  border-color: #83D0F5;
  color: #fff; }

.btn-primary:hover {
  border-color: #6bc7f3;
  background-color: #6bc7f3;
  color: #fff; }

.btn-secondary, .btn-secondary:focus {
  background-color: #053F53;
  border-color: #053F53;
  color: #fff; }

.btn-secondary:hover {
  background-color: #83D0F5;
  border-color: #83D0F5;
  color: #fff; }

.btn-light {
  background-color: #ddd;
  border-color: #ddd;
  color: #83D0F5; }

.btn-light:hover {
  background-color: #fff;
  border-color: #fff;
  color: #83D0F5; }

/* Large devices (large desktops, 1200px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
/* Extra Small devices (smartphones, 480px and up) XS */
/* Extra Extra Small devices (smartphones, 320px and up) XXS */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #83D0F5;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

/* Scss Document */
.video-cover {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden; }

.video-cover video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.video-cover .container {
  position: relative;
  z-index: 2; }

.video-cover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #83D0F5;
  opacity: 0.85;
  z-index: 1; }

/* Large devices (large desktops, 1200px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
/* Extra Small devices (smartphones, 480px and up) XS */
/* Extra Extra Small devices (smartphones, 320px and up) XXS */
html {
  -webkit-font-smoothing: subpixel-antialiased;
  height: 100%; }

body {
  color: #002434;
  font-weight: 300;
  font-family: "Merriweather", serif;
  overflow-x: hidden;
  overflow-y: auto;
  background: url("../images/pergamena-sfuma.jpg") no-repeat fixed center top;
  background-size: 100% auto; }

/* Prev / Next links */
.a .bi-arrow-left, .a .bi-arrow-right {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }
.a:hover .bi-arrow-left {
  margin-right: 10px; }
.a:hover .bi-arrow-right {
  margin-left: 10px; }

/* Swiper */
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4) !important;
  opacity: 1 !important; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #83D0F5; }

/* Border Radius */
.rounded {
  border-radius: 1.2rem !important; }

.rounded-top {
  border-top-left-radius: 1.2rem !important;
  border-top-right-radius: 1.2rem !important; }

/* Footer */
.logo-footer {
  width: 100%;
  height: auto;
  max-width: 240px; }

/* list group */
.list-group-item {
  border: none;
  border-radius: 0 !important;
  padding: 0;
  background: none;
  margin: 0; }

.list-group-item a {
  color: #002434;
  display: block;
  padding: 12px 0 !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s  ease-out; }

.list-group-item a:hover, .list-group-item a:focus {
  color: #83D0F5; }

/* icons */
.icon {
  display: inline-block;
  width: 35px;
  height: auto; }

.filter {
  background: rgba(143, 71, 21, 0.8); }

.filter-primary {
  background: rgba(131, 208, 245, 0.7); }

.filter-primary-hover {
  background: rgba(131, 208, 245, 0.85);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }
  .filter-primary-hover:hover {
    background: #83d0f5; }

/* Line */
.line {
  width: 30px;
  height: 3px;
  background-color: #83D0F5; }

.gradient-filter {
  background: #83D0F5;
  background: -moz-linear-gradient(90deg, #83d0f5 0%, rgba(131, 208, 245, 0.8) 50%, rgba(131, 208, 245, 0.2) 100%);
  background: -webkit-linear-gradient(90deg, #83d0f5 0%, rgba(131, 208, 245, 0.8) 50%, rgba(131, 208, 245, 0.2) 100%);
  background: linear-gradient(90deg, #83d0f5 0%, rgba(131, 208, 245, 0.8) 50%, rgba(131, 208, 245, 0.2) 100%);
  position: relative;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  z-index: 2;
  padding: 0; }

/* Breadcrumbs */
.bg-primary .breadcrumb-item + .breadcrumb-item::before {
  color: #ddd; }
.bg-primary .breadcrumb-item.active {
  color: #fff; }

.bg-light .breadcrumb-item + .breadcrumb-item::before {
  color: #002434; }
.bg-light .breadcrumb-item.active {
  color: primary-color; }

/* Badges */
.badge {
  border-radius: 0 !important; }

/* Bg */
.bg-white {
  background-color: #fff !important; }

.bg-light {
  background-color: #ddd !important; }

.bg-light-alt {
  background-color: #eee !important; }

.bg-default {
  background-color: #002434 !important; }

.bg-primary {
  background-color: #83D0F5 !important; }

.bg-secondary {
  background-color: #053F53 !important; }

.bg-tertiary {
  background-color: #7B6E66 !important; }

.bg-paper {
  background: url(../images/paper.jpg) repeat; }

/* Parallax */
.parallax-element {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; }

/* figure */
figure {
  overflow: hidden;
  position: relative;
  margin: 0;
  background: #83D0F5; }

figure figcaption {
  text-align: center;
  font-size: 1.8em;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -20px;
  margin-left: -15px;
  color: #fff;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out; }

figure:hover figcaption {
  opacity: 1;
  -moz-opacity: 1;
  top: 50%; }

figure img {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out; }

figure:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  opacity: 0.3;
  -moz-opacity: 0.3; }

/* Img tonda */
.circle {
  border-radius: 50% !important; }

/* Sidebar menu */
ul.sidebar-nav {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.sidebar-nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: #eee solid 1px; }
    ul.sidebar-nav li a {
      display: block;
      color: #053F53;
      padding: 10px; }
      ul.sidebar-nav li a:hover {
        color: #053F53;
        background: #ddd; }
    ul.sidebar-nav li.current_page_item {
      font-weight: 700; }

/* Articles pagination */
.pagination {
  margin-top: 30px;
  display: block;
  text-align: center; }

.pagination .nav-links {
  padding: 0;
  margin: 0;
  display: inline-block; }

.pagination .nav-links a, .pagination .nav-links span.current {
  margin: 0;
  padding: 2px 6px;
  display: inline-block; }

/* Opacity */
.o-50 {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5; }

.transition {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; }

.th {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; }

.th:hover {
  opacity: 0.8;
  -moz-opacity: 0.8; }

/* Maps */
#map {
  width: 100%;
  height: 500px; }

/* Sidebar */
.card {
  border-radius: 0 !important;
  margin-top: -2px; }

.card-header, .card-header:first-child {
  border-radius: 0 !important;
  padding: 10px 15px; }

.card-body {
  padding: 10px 15px; }

.card .btn-sm {
  padding: 0 3px 3px !important;
  font-size: 21px !important;
  line-height: 16px !important;
  cursor: pointer; }

.collapse .p {
  display: inline-block; }

.collapse .m {
  display: none; }

.toggle-btn {
  float: right;
  display: block;
  transform: rotate(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; }

.toggle-btn:not(.collapsed) {
  transform: rotate(45deg); }

/* Contact Form */
.wpcf7-list-item {
  margin: 0; }

/* Realizzazioni */
.realizzazioni-item {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6); }
  .realizzazioni-item .btn {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    text-shadow: none !important; }

/* Widget menu */
.widget_nav_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .widget_nav_menu ul li {
    list-style-type: none;
    margin: 0;
    padding: 5px 0; }
    .widget_nav_menu ul li a {
      color: default-color !important; }
      .widget_nav_menu ul li a:hover {
        color: #83D0F5; }
    .widget_nav_menu ul li.current_page_item {
      font-weight: 700; }

/* Archivio IMG */
.archivio-img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out; }
  .archivio-img:hover {
    top: -15px; }

@media (max-width: 768px) {
  .parallax-element {
    background-attachment: scroll !important; } }
