@import '../themes/cedacri/assets/vendor/bootstrap/css/bootstrap.min.css';
@import '../themes/cedacri/assets/vendor/fontawesome-free/css/all.min.css';
@import '../themes/cedacri/assets/vendor/animate/animate.compat.css';
@import '../themes/cedacri/assets/vendor/owl.carousel/assets/owl.carousel.min.css';
@import '../themes/cedacri/assets/vendor/owl.carousel/assets/owl.theme.default.min.css';
@import '../themes/cedacri/assets/css/theme.css';
@import '../themes/cedacri/assets/css/theme-elements.css';
@import '../themes/cedacri/assets/css/skin-default.css';
@import '../themes/cedacri/assets/css/news.css';
@import '../themes/cedacri/assets/css/header.css';
/* The actual timeline (the vertical ruler) */
.main-timeline {
  position: relative;
}
/* The actual timeline (the vertical ruler) */
.main-timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #051637;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  z-index: 0;
}
/* Container around content */
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
  z-index: 10;
}
/* The circles on the timeline */
.timeline::after,
.timeline .timeline-pointer-container {
  content: "";
  position: absolute;
  right: -18px;
  top: 10px;
  border-radius: 50%;
}
.timeline .timeline-pointer-container {
  border: 6px solid #051637;
}
.timeline .timeline-pointer-container .timeline-pointer {
  width: 25px;
  height: 25px;
  background-color: #00a5e6;
  border: 5px solid #ffffff;
  display: block;
  border-radius: 50%;
}
/* Place the container to the left */
.left {
  padding: 0px 40px 20px 0px;
  left: 0;
}
/* Place the container to the right */
.right {
  padding: 0px 0px 20px 40px;
  left: 50%;
}
/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 50;
  right: 30px;
  left: auto;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}
/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 50;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}
/* Fix the circle for containers on the right side */
.right::after,
.right .timeline-pointer-container {
  left: -18px;
  right: auto;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline::after {
    left: 31px;
  }
  /* Full-width containers */
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  /* Make sure that all arrows are pointing leftwards */
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 18px;
  }
  .left::before {
    right: auto;
  }
  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
  .right .timeline-pointer-container {
    left: 13px;
    right: auto;
  }
  .timeline .timeline-pointer-container {
    left: 13px;
  }
  .timeline::after,
  .timeline .timeline-pointer-container {
    right: auto;
  }
}
.post-date {
  float: left;
  margin-right: 10px;
  text-align: center;
}
#siteSearchInput {
  display: inline-block;
  width: 120px;
  /* initial width */
  max-width: 100%;
  box-sizing: border-box;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  outline: none;
}
#siteSearchInput:focus {
  width: 200px;
  /* expanded width on focus */
  outline: none;
  color: black;
  /* optional: subtle focus ring */
  box-shadow: 0 0 0 3px rgba(0, 165, 230, 0.12);
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 10px;
  width: 10px;
  cursor: pointer;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path d='M2 2l12 12M14 2L2 14' stroke='white' stroke-width='2' stroke-linecap='round'/></svg>") no-repeat center center;
}
@media (max-width: 990px) {
  input[type="search"]::-webkit-search-cancel-button {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' stroke='black' stroke-width='2' stroke-linecap='round'><line x1='2' y1='2' x2='14' y2='14' /><line x1='14' y1='2' x2='2' y2='14' /></svg>") no-repeat center center;
  }
}
/* Default: small screens */
.responsive-text {
  color: black;
}
.bg-icon {
  background-color: #0693e3;
}
@media (min-width: 990px) {
  .responsive-text {
    color: white;
  }
  #siteSearchInput:focus {
    color: white;
  }
  .bg-icon {
    background-color: transparent !important;
  }
}
.icone-altezza {
  height: 90px;
  width: auto;
}
.background-blue {
  background: #001437;
}
tr {
  border-bottom: 1px solid #ddd !important;
}
tbody a {
  color: #ffffff;
  text-decoration: none;
}
#footer a,
#footer p {
  color: #B0B0B0 !important;
}
.footer-heading {
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 14px 0;
  text-transform: uppercase;
  color: var(--light);
}
.btn-primary {
  --hover: #0398F2 !important;
  background-color: #067BBC !important;
  border-color: #067BBC !important;
}
#sub-menu a {
  color: rgba(0, 0, 0, 0.65) !important;
}
.text-white p {
  color: #fff;
}
.header-title {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1rem;
}
.header-subtitle {
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .header-title {
    font-size: 2.7rem;
  }
  .header-subtitle {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .header-title {
    font-size: 3rem;
  }
  .header-subtitle {
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
}
/* Smooth transition for background color */
#header {
  transition: background-color 1s ease;
}
.dropdown-item.active-item {
  color: var(--bs-dropdown-link-active-color) !important;
  background-color: var(--primary) !important;
}
#header .header-nav.header-nav-stripe nav > ul > li:hover > a,
#header .header-nav.header-nav-stripe nav > ul > li.open > a,
#header .header-nav.header-nav-stripe nav > ul:not(:hover) > li > a.active {
  background-color: transparent !important;
  color: var(--primary) !important;
}
.btn-light {
  border-color: var(--light) !important;
}
