/*
	Theme Name: UniPV
	Theme URI: https://unipv.it
	Author: Reclame
	Author URI: http://reclame.it
	Description: Sito del team di sviluppo Reclame Progetti s.r.l.
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
	Text Domain: unipv
*/
.font-size-main {
  font-size: 3.5rem !important;
}
.font-size-title {
  font-size: 2rem !important;
}
.font-size-sub {
  font-size: 1.5rem !important;
}
.font-size-25 {
  font-size: 1.5625rem !important;
}
.font-size-20 {
  font-size: 1.25rem !important;
}
.font-size-17 {
  font-size: 1.0625rem !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-medium {
  font-weight: 500 !important;
}
.font-weight-semibold {
  font-weight: 600 !important;
}
.fa-fix {
  width: 16px !important;
  vertical-align: middle;
  text-align: center;
}
.fa-fix.fa-2x {
  width: 32px !important;
}
.sub-title {
  color: #444;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
}
.error {
  color: #b71717 !important;
  font-size: .75rem;
  padding: 5px;
}
/* Boxing */
input[type="submit"] {
  text-decoration: none !important;
  color: white;
  background-color: #ea7235;
  transition: 0.2s ease-in-out;
  width: auto !important;
  padding: 15px 35px;
  border: 0 !important;
  margin-bottom: 20px;
}
input[type="submit"]:hover {
  background-color: #AA3300;
  transition: 0.2s ease-in-out;
}
.h-300 {
  height: 300px;
}
.h-0 {
  height: 0 !important;
  overflow: hidden;
}
.circle-48 {
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  border-radius: 50%;
}
.category-flag {
  background-color: #ea7235 !important;
  color: #fff !important;
  padding: 1rem !important;
  display: inline-flex !important;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  align-items: center;
  justify-content: center;
  min-width: 160px;
}
/* Utilities */
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.v-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.h-center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.flex-fixed-600 {
  flex: 0 0 600px;
}
.inline-middle {
  display: inline-block;
  vertical-align: middle;
  height: 50%;
}
.hr-50 {
  width: 50px;
  height: 4px;
}
.hr-75 {
  width: 80px;
  height: 6px;
}
.cursor-pointer {
  cursor: pointer !important;
}
.h-fit-content {
  height: fit-content;
  height: -moz-fit-content;
}
.v-fit-content {
  width: fit-content;
  width: -moz-fit-content;
}
.bg-image-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Colors */
.bg-unipv {
  background-color: #17819b !important;
}
.bg-unipv-light {
  background-color: #D2E6EB !important;
}
.bg-unipv-gray {
  background-color: #F7F7F7 !important;
}
.bg-unipv-gray-dark {
  background-color: #DDD !important;
}
.bg-unipv-orange {
  background-color: #ea7235 !important;
}
.bg-footer {
  background-color: #105A6C !important;
}
.bg-unipv-dark {
  background-color: #444 !important;
}
.text-unipv {
  color: #17819b !important;
}
.text-unipv-orange {
  color: #ea7235 !important;
}
.text-unipv-orange-0 {
  color: #ea7235 !important;
  opacity: 0;
}
.btn {
  text-decoration: none !important;
}
.btn-unipv {
  color: white;
  background-color: #17819b;
  transition: 0.2s ease-in-out;
}
.btn-unipv:hover {
  background-color: #0e4f5f;
  transition: 0.2s ease-in-out;
}
.btn-unipv-orange {
  color: white;
  background-color: #ea7235;
  transition: 0.2s ease-in-out;
}
.btn-unipv-orange:hover {
  background-color: #AA3300;
  transition: 0.2s ease-in-out;
}
.btn-white {
  background-color: #FFF;
  color: #17819b;
}
.line {
  height: 4px;
  width: 60px;
  background-color: white;
}
a i {
  color: #FFF;
}
a:hover i {
  color: #444;
  transition: 0.2s ease-in-out;
}
.tag a {
  font-weight: 500;
  transition: 0.2s ease-in-out;
}
.tag a:hover {
  font-weight: 500;
  transition: 0.2s ease-in-out;
}
.a-black {
  text-decoration: underline;
  color: #444;
  transition: 0.2s ease-in-out;
  font-weight: 600;
}
.a-black:hover {
  color: #ea7235;
  transition: 0.2s ease-in-out;
}
.a-title {
  text-decoration: none;
  color: #444;
  transition: 0.2s ease-in-out;
  font-weight: 600;
}
.a-title:hover {
  text-decoration: none;
  color: #ea7235;
  transition: 0.2s ease-in-out;
}
.a-white {
  text-decoration: none;
  color: white;
  transition: 0.2s ease-in-out;
  font-weight: 500;
}
.a-white:hover {
  text-decoration: none;
  color: #444;
  transition: 0.2s ease-in-out;
}
.a-white-orange {
  text-decoration: none;
  color: white;
  transition: 0.2s ease-in-out;
  font-weight: 500;
}
.a-white-orange:hover {
  text-decoration: none;
  color: #ea7235;
  transition: 0.2s ease-in-out;
}
.a-orange {
  text-decoration: underline;
  color: #ea7235;
  transition: 0.2s ease-in-out;
  font-weight: 500;
}
.a-orange:hover {
  text-decoration: underline;
  color: #444;
  transition: 0.2s ease-in-out;
}
.a-unipv {
  text-decoration: underline;
  color: #17819b;
  transition: 0.2s ease-in-out;
  font-weight: 500;
}
.a-unipv:hover {
  text-decoration: underline;
  color: #ea7235;
  transition: 0.2s ease-in-out;
}
.img-in-content {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .img-in-content {
    width: 100%;
  }
}
* {
  font-family: 'Poppins', sans-serif;
}
/* Typography */
body {
  color: #444;
  font-size: 15px;
  letter-spacing: 0.3px;
}
.center-div {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .center-div {
    padding: 0 20px;
  }
}
.row-content {
  margin: 50px auto;
}
.row-content .has-large-font-size {
  font-size: 50px;
  font-weight: 600;
}
.row-content .has-medium-font-size {
  font-weight: 600;
}
.row-content .btn-unipv {
  margin-top: 20px !important;
}
.row-content .btn-unipv a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .row-content .p-5 {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .row-content .py-5,
  .row-content .px-5 {
    padding: 20px !important;
  }
}
.row-border {
  margin: 50px auto;
}
@media only screen and (max-width: 992px) {
  .row-border .col {
    padding: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .row-border .col {
    padding: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  .row-border .col {
    padding: 0px !important;
  }
}
.row-border .col ul {
  padding-left: 15px;
}
.row-border .border-orange {
  border: 9px solid #ea7235;
}
.breadcrumb {
  display: block !important;
  background: none;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .breadcrumb {
    padding: 0 20px;
  }
}
.breadcrumb .percorso {
  padding: 80px 0;
}
@media only screen and (max-width: 992px) {
  .breadcrumb .percorso {
    padding: 50px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumb .percorso {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumb .percorso .main-title {
    font-size: 2rem !important;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumb .percorso .sub-title {
    font-size: 1rem !important;
  }
}
/* Header */
.navbar {
  height: 100px;
  padding: 0;
}
@media only screen and (max-width: 1496px) {
  .navbar {
    height: 90px;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar {
    height: 80px;
    padding: 0px 0px;
  }
}
@media only screen and (max-width: 992px) {
  .navbar {
    padding: 0px 15px !important;
  }
}
@media only screen and (max-width: 480px) {
  .navbar {
    padding: 0px 15px !important;
    height: 60px;
  }
}
.navbar .main-menu-logo {
  z-index: 2000;
  top: 10px;
  width: 120px;
}
@media only screen and (max-width: 1200px) {
  .navbar .main-menu-logo {
    width: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .navbar .main-menu-logo {
    width: 80px;
    top: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .navbar .main-menu-logo {
    width: 50px;
    top: 8px;
  }
}
.navbar .main-menu-title {
  position: relative;
  left: 130px !important;
  width: 220px;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  .navbar .main-menu-title {
    left: 90px !important;
    line-height: 16px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1100px) {
  .navbar .main-menu-title {
    left: 85px !important;
    line-height: 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .navbar .main-menu-title {
    left: 55px !important;
    width: auto;
    font-size: 14px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar #header-menu {
    right: 15px;
  }
}
.navbar #header-menu .list-inline-item:last-child .subitem {
  left: -170px;
}
.navbar .main-menu-top-item {
  border-bottom: #ea7235 0px solid;
  transition: 0.2s ease-in-out;
  font-size: 1rem;
  margin-left: 8px;
}
@media only screen and (max-width: 1100px) {
  .navbar .main-menu-top-item {
    font-size: 13.5px;
    margin-left: 5px;
  }
}
.navbar .main-menu-top-item .selection-underline {
  background-color: #ea7235;
  width: 0px;
  height: 3px;
  transition: 0.3s ease-in-out;
}
.navbar .main-menu-top-item:hover .selection-underline,
.navbar .main-menu-top-item.selected .selection-underline {
  background-color: #ea7235;
  width: 100%;
  height: 3px;
  transition: 0.3s ease-in-out;
}
#hamburger-menu {
  padding: 35px;
}
@media only screen and (max-width: 480px) {
  #hamburger-menu {
    padding: 20px 15px;
  }
}
#hamburger-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#hamburger-menu ul li {
  padding: 5px 10px;
}
#hamburger-menu ul li a {
  text-decoration: none;
}
#hamburger-menu ul li.selected {
  background: #ea7235;
  display: inline-block;
  /*.selection-underline{
					background-color: @orange;
					width: 100%;
					height: 3px;
					transition: .3s ease-in-out;
				}*/
}
#hamburger-menu ul li.selected a,
#hamburger-menu ul li.selected i {
  color: #fff !important;
}
.main-title {
  color: #444;
  font-size: 2.5rem !important;
  font-weight: 600 !important;
}
.bp-feedback.bp-messages.info p {
  padding: 20px;
}
.footer-menu {
  width: 650px !important;
}
@media only screen and (max-width: 1200px) {
  #news-container {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .row-img-data .position-relative {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .row-img-data .position-relative .position-absolute {
    position: relative !important;
    margin-top: 30px;
    bottom: auto !important;
  }
}
.share-box i {
  color: #444;
}
.share-box i:hover {
  color: #ea7235;
}
/* Cards */
.card-news {
  width: 33.3333333333% !important;
  padding: 1rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .card-news {
    width: 50% !important;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .card-news {
    width: 100% !important;
    padding: 0;
    margin: 20px auto 30px;
  }
}
.card-news .event-card-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: #DADADA 1px solid;
}
@media only screen and (max-width: 768px) {
  .card-news .event-card-img {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  .card-news .event-card-img {
    height: 200px;
  }
}
.card .card-body strong {
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1199.999px) {
  .footer-menu {
    width: 350px !important;
  }
}
/* Home Slider */
#home-slider .swiper-wrapper {
  height: unset;
}
#home-slider .swiper-slide {
  height: fit-content;
  height: -moz-fit-content;
}
#home-slider .slide-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  #home-slider .slide-container {
    min-height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  #home-slider .slide-container {
    min-height: 300px;
  }
}
#home-slider .v-center {
  text-shadow: 0 0 10px #555;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  #home-slider .v-center {
    background: #0000004d;
    padding: 25px !important;
  }
}
#home-slider .v-center h1 {
  line-height: 1;
  text-shadow: 0 0 10px #555;
}
@media only screen and (max-width: 1496px) {
  #home-slider .v-center h1 {
    font-size: 4em;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 1200px) {
  #home-slider .v-center h1 {
    font-size: 3em;
  }
}
@media only screen and (max-width: 992px) {
  #home-slider .v-center h1 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 768px) {
  #home-slider .v-center h1 {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 480px) {
  #home-slider .v-center h1 {
    font-size: 20px;
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  #home-slider .v-center .line {
    margin-bottom: 10px !important;
  }
}
#home-slider .v-center .font-size-25 {
  text-shadow: 0 0 5px #000;
}
@media only screen and (max-width: 1200px) {
  #home-slider .v-center .font-size-25 {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  #home-slider .v-center .font-size-25 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
}
.navbar-menu-header {
  background: #fff;
}
.bar-top {
  padding: 15px;
}
@media only screen and (max-width: 1200px) {
  .bar-top {
    padding: 15px 0px;
  }
}
.bar-top .logo img {
  height: 35px;
}
@media only screen and (max-width: 1200px) {
  .bar-top .logo img {
    height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .bar-top .logo img {
    height: 25px;
  }
}
.bar-top i {
  font-size: 20px;
}
#home-slider .position-absolute {
  top: 0px;
}
/* Sidebar */
.sidebar {
  width: 100%;
  margin: 0;
  margin-top: 155px;
  margin-bottom: 95px;
}
@media only screen and (max-width: 992px) {
  .sidebar {
    padding-right: 0;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar {
    margin-top: 20px;
    border-left: 0 !important;
    border-top: 1px solid #dee2e6;
    margin-bottom: 50px;
  }
}
.sidebar .menu-items {
  padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .sidebar .menu-items {
    padding: 20px 15px;
  }
}
.day.name {
  text-transform: uppercase;
}
/* Widgets */
.widgets-bottom {
  background-color: #F6F6F6;
}
a {
  text-decoration: underline;
  color: #444;
  transition: 0.2s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #ea7235;
  transition: 0.2s ease-in-out;
}
.breadcrumb a {
  text-decoration: none;
  color: #444;
  transition: 0.2s ease-in-out;
}
.breadcrumb a:hover {
  text-decoration: none;
  color: #ea7235;
  transition: 0.2s ease-in-out;
}
.box-login {
  max-width: 300px;
  margin: 0 auto;
}
.error-msg {
  margin-left: 0;
}
/* Footer */
.footer .footer-info i {
  font-size: 23px;
}
.footer ul,
.footer li {
  list-style: none;
}
.footer li {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer .menu-items a {
  text-decoration: underline;
  color: white;
  transition: 0.2s ease-in-out;
}
.footer .menu-items a:hover {
  color: #ea7235;
  transition: 0.2s ease-in-out;
}
.footer .footer-info a {
  text-decoration: none;
  color: white;
  transition: 0.2s ease-in-out;
}
.footer .footer-info a:hover {
  text-decoration: none;
  color: #ea7235;
  transition: 0.2s ease-in-out;
}
.footer .social-icon {
  width: 28px;
  height: 28px;
  background-color: transparent;
  transition: 0.2s ease-in-out;
  border: 1px solid #fff;
  color: white;
}
.footer .social-icon:hover {
  background-color: #ea7235;
  transition: 0.2s ease-in-out;
  border-color: #ea7235;
  color: #105A6C !important;
}
.footer .social-icon i,
.footer .footer .menu-items a {
  line-height: 28px;
}
.footer span {
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .footer.bg-unipv a.my-4 {
    margin: 5px auto;
  }
}
/* Navigation */
.list-inline-item a {
  color: #444;
  text-decoration: none;
  font-weight: 600;
}
.navigation {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
.navigation-sidebar {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  padding-left: 9px !important;
  padding-top: 1px !important;
  margin-right: 1rem;
  line-height: 24px !important;
  cursor: pointer !important;
}
.navigation i {
  line-height: 32px;
}
li.main-menu-top-item div.subitem {
  left: -25px;
  padding-top: 36px;
  z-index: 5000;
}
.sub-menu {
  list-style: none;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #DADADA;
}
.sub-item a {
  font-weight: 500;
}
.sub-item .selectable {
  /* transform:scaleX(0); */
  width: 0;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.sub-item:hover .selectable {
  /* transform:scaleX(1); */
  width: 22px;
  transition: 0.3s ease-in-out;
}
.sub-item .selectable.endcap {
  /* transform:scaleX(1); */
  width: 22px;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}
.sub-item:hover .selectable.endcap {
  /* transform:scaleX(0); */
  width: 0;
  transition: 0.3s ease-in-out;
}
.news-filter {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.news-filter:hover i {
  opacity: 1 !important;
  transition: 0.3s ease-in-out;
}
/* Hamburger */
button.hamburger {
  outline: none !important;
}
@media only screen and (max-width: 480px) {
  button.hamburger {
    padding: 15px 0;
  }
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #444 !important;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #444 !important;
}
.calendar-navigation {
  background-color: #444;
  transition: 0.2s ease-in-out;
  color: white;
}
.calendar-navigation:hover {
  background-color: #ea7235;
  transition: 0.2s ease-in-out;
  color: #17819b !important;
}
.buddypress-wrap .main-navs:not(.dir-navs) li.current a,
.buddypress-wrap .main-navs:not(.dir-navs) li.selected a {
  color: #444;
  border-bottom: #ea7235 3px solid;
  transition: 0.2s ease-in-out;
}
.buddypress-wrap .bp-navs li:not(.current) a:focus,
.buddypress-wrap .bp-navs li:not(.current) a:hover,
.buddypress-wrap .bp-navs li:not(.selected) a:focus,
.buddypress-wrap .bp-navs li:not(.selected) a:hover {
  color: #ea7235;
  background: transparent;
  transition: 0.2s ease-in-out;
}
.field_codice-fiscale {
  max-width: 100%;
  padding: 0;
}
#signup-form {
  padding: 0;
  width: 100%;
}
#signup-form .bp-heading.sub-title {
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  #signup-form .col-12.ml-3.px-4 {
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  #signup-form .col-md-6.col-12.px-5 {
    padding: 0 20px !important;
  }
}
@media only screen and (max-width: 992px) {
  #basic-details-section,
  #profile-details-section {
    padding: 0 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  #basic-details-section,
  #profile-details-section {
    padding: 0 20px !important;
  }
}
#profile-details-section {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  #profile-details-section {
    border-left: 3px solid #fff;
  }
}
#profile-details-section #container-field_14 {
  max-width: 100% !important;
  flex: 0 0 100%;
}
#profile-details-section #container-field_14 legend {
  margin-top: 7px;
}
#profile-details-section #container-field_14 label {
  margin-top: 7px;
  display: inline-block;
  margin-right: 10px;
}
/* Comments */
#comments ol {
  list-style: none;
}
#comment {
  width: 100% !important;
}
