
:root {
	--blue: #364042;
	--bluelight: #427488;
	--azure: #92acb5;
	--purple: #571b38;
	--orange: #C24229;
	--cipria: #774C32;
	--clay: #d3af96;
	--clay-50: rgba(211, 175, 150, .5);
	--clay-70: rgba(211, 175, 150, .7);
	--talco: #fffaf1;
	--orange-light: #F5D4C7;
} 

::selection {
	background-color: var(--azure);
}

h2 a {
	color: #fff;
	text-decoration: underline;
}
h1 a:hover
, h2 a:hover
, h3 a:hover
, h4 a:hover
, h5 a:hover
, h6 a:hover {
	color: var(--talco);
} .ui-dialog {
	z-index: 10000;
} /* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} .ui-widget-overlay {
	background: #000;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
} .ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
} .ui-dialog {
	position: fixed !important;
	top: 0;
	left: 0;
	padding: 0;
	border: 1px solid #c34a20;
	outline: 0;
	width: 750px !important;
	max-width: 95%;
	max-height: 95%;
	left: 50% !important;
	top: 50% !important;
    transform: translate(-50%, -50%) !important;
} .ui-widget-content {
	background: #ffffff;
} .ui-dialog-titlebar {
	position: relative;
	display: flex;
	justify-content: flex-end;
	height: 0;
} .ui-dialog-titlebar button {
	display: block;
    width: 30px;
    height: 30px;
    content: " ";
    color: transparent;
    border: 0;
    background: transparent url('/wp-content/uploads/2021/06/close.png') no-repeat scroll center center;
    cursor: pointer;
    margin: 1rem;
} .preview {
	display: flex;
	padding: 30px;
} .preview .image {
	flex: 7;
} .preview .text {
	flex: 5;
	padding-left: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding-top: 28px;
} .preview .text p {
	margin-bottom: 1rem;
	color: #000;
	text-shadow: none;
} .preview .text a {
	text-transform: uppercase;
	text-decoration: underline;
	color: #c34a20;
} .bivio {
	background-image: url(/wp-content/uploads/2023/02/bivio-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	min-height: calc(100vh - 170px);
} body.page-id-5604 .header_bottom
, body.page-id-5767 .header_bottom {
    background-color: transparent !important;
} body.page-id-5604 .content.content_top_margin_none
, body.page-id-5767 .content.content_top_margin_none {
    margin-top: -100px!important;
} body.page-id-5604 .qbutton
, body.page-id-5767 .qbutton {
	border: 0;
	border-radius: 0;
	background-color: #415566;
	color: #fff;
	display: inline-flex;
	text-align: left;
	align-items: center;
	gap: 1.5rem;
	letter-spacing: 0;
	text-transform: none;
	padding: 0 .5rem 0 1rem;
	font-size: 18px;
} body.page-id-5604 .qbutton:after
, body.page-id-5767 .qbutton:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(/wp-content/uploads/2021/07/freccia.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(90deg);
} body.page-id-5604 .qbutton.btn-2023
, body.page-id-5767 .qbutton.btn-2023 {
	background-color: var(--blue);
} .bivio-logo img {
	max-height: 90px;
	height: 90px;
	width: 90%;
	max-width: 90%;
} body.page-id-5604 .mobile_menu_button
, body.page-id-5767 .mobile_menu_button {
	display: none;
} header .q_logo img {
	top: 0;
} @media only screen and (max-width: 769px) {
	.preview {
		display: block;
	} .preview .text {
		padding-top: 20px;
		padding-left: 0;
	}
}

/* The Modal (background) */
.modal {
  display: none; 
  position: fixed; 
  z-index: 99999; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.4); 
}

/* Modal Content/Box */
.modal-content {
  	background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 7px solid var(--purple);
    width: min(90vw, 1000px);
    box-sizing: border-box;
} .modal-1 .modal-content {
	width: min(95vw, 320px);
} .modal-2 .modal-content {
	width: min(95vw, 680px);
} .modal-content h3 {
	color: var(--orange);
	text-transform: none;
	font-weight: bold;
	min-height: 70px;
} .modal-content p {
	font-size: 14px;
} .modal-content a
, .modal-content a:hover {
	color: #FFFFFF;
    background: var(--bluelight);
    padding: 0;
    text-decoration: none;
    text-align: center;
    margin-top: 0;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
} .modal-content a:hover {
	text-decoration: underline;
} .modal-content ul {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1.25rem 1rem;
    width: 100%;
    padding: 0;
    margin: 0;
} .modal-content li {
	list-style: none;
    display: inline-block;
    flex: 0 1 calc((100% - 2rem) / 3);
    text-align: left;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: .25rem;
} .modal-1 .modal-content li {
    flex: 0 0 100%;
} .modal-2 .modal-content li {
    flex: 0 1 calc((100% - 1rem) / 2);
} .modal-content .line {
	position: relative;
} .modal-content .line:after {
	border-bottom: 1px solid var(--purple);
    padding-bottom: 10px;
    content: '';
    display: block;
    width: 80%;
    position: absolute;
    bottom: -10px;
    left: 0;
} .modal-content .indirizzo {
	text-align: center;
    font-size: 14px;
    padding-top: 1rem;
} .close {
  color: transparent;
  float: right;
  font-size: 0;
  font-weight: bold;
  background-image: url('/wp-content/uploads/2024/02/close.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: block;
  cursor: pointer;
  position: relative;
  top: -.5rem;
  right: -.5rem;
} .close:hover
, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} @media only screen and (max-width: 767.99px) {
	.modal-content li {
		flex: 0 1 calc((100% - 1rem) / 2);
	}
} @media only screen and (max-width: 489.99px) {
	.modal-content li {
		flex: 0 1 100%;
	}
}

body.post-type-archive-dipartimenti {
	background-color: var(--purple);
} body.post-type-archive-sedi {
	background-color: var(--orange);
} body.post-type-archive-corsi_di_laurea {
	background-color: var(--bluelight);
} .wrapper, .content, .content .container, .full_width {
	background-color: transparent;
} .header_bottom
, header.sticky .header_bottom{
	background-color: var(--blue) !important;
	background-image: url(/wp-content/uploads/2021/07/stella-piccola.svg);
	background-size: 120px auto;
	background-repeat: no-repeat;
	background-position: center top;
} .blog_holder.masonry:not([style]) {
	opacity: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 0 2rem;
} .blog_holder.masonry:not([style]) > div {
	display: none;
} .blog_holder.masonry:not([style]) > article {
	flex: 0 0 calc((100% - 4rem) / 3);
} .blog_holder.masonry article .post_text {
	padding-top: 75%;
	border: 3px solid #fff;
	position: relative;
} .blog_holder.masonry article#post-3400
, .blog_holder.masonry article#post-4698 {
	width: calc(62.2% + 32px);
} .blog_holder.masonry article#post-3400 .post_text
, .blog_holder.masonry article#post-4698 .post_text {
	padding-top: calc((75% - 24px) / 2);
} .blog_holder.masonry article#post-3400 .post_text .post_info
, .blog_holder.masonry article#post-4698 .post_text .post_info {
	height: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
    box-sizing: border-box;
    align-items: flex-start;
    justify-content: space-between;
} .blog_holder.masonry article#post-3400 .post_text ul
, .blog_holder.masonry article#post-4698 .post_text ul {
	padding-right: 2rem;
} .blog_holder.masonry article#post-3400 .post_text ul li
, .blog_holder.masonry article#post-4698 .post_text ul li {
	text-indent: 0;
	padding-left: 1.5rem;
} .blog_holder.masonry article#post-3400 .post_text ul li > span:last-child
, .blog_holder.masonry article#post-4698 .post_text ul li > span:last-child {
	display: none;
} .blog_holder.masonry article#post-3400 .post_text ul li:before
, .blog_holder.masonry article#post-4698 .post_text ul li:before {
	background-color: #fff;
} body.post-type-archive-sedi .blog_holder.masonry article .post_text {
	padding-top: 50%;
	overflow: hidden;
} .blog_holder.masonry article .post_text .post_text_inner {
	background-color: transparent;
	position: absolute;
	top: 0;
	width: 100%;
    height: 100%;
    box-sizing: border-box;
} .blog_holder.masonry article .post_text .post_text_inner h5
, .blog_holder.masonry article .post_text .post_text_inner h6
, .blog_holder.masonry article .post_text .post_text_inner .post_info {
	color: #fff;
} .blog_holder.masonry article .post_text .post_text_inner h5 a:hover {
	color: var(--clay);
} .blog_holder.masonry article .post_text .post_text_inner h5 {
	line-height: 30px;
} .blog_holder.masonry article .post_text .post_text_inner .post_info {
	position: absolute;
	bottom: 10px;
	width: calc(100% - 30px);
	line-height: 20px;
	font-size: 14px;
} .q_logo {
	top: 25%;
} header .q_logo img {
	height: 50px !important;
} .mobile_menu_button {
	display: flex;
  float: right;
  align-items: center;
	margin: 0;
} .mobile_menu_button span {
	font-size: 18px;
	color: #fff;
	margin: 0;
    width: auto;
} .mobile_menu_button span i {
	display: none;
} .mobile_menu_button span:not(.wpml-ls-native):before {
	content: 'Menu';
	color: #fff;
    text-transform: uppercase;
    font-weight: bold;
} header.sticky .wpml-ls.wpml-ls-legacy-list-horizontal {
	margin-top: 24px;
} .wpml-ls.wpml-ls-legacy-list-horizontal ul {
	margin-top: 7px !important;
    margin-right: 1rem !important;
} .wpml-ls-current-language {
	font-weight: bold;
} .wpml-ls.wpml-ls-legacy-list-horizontal ul li a {
	padding-top: 0;
	padding-bottom: 0;
	text-decoration: underline;
	color: #fff; 
} .wpml-ls.wpml-ls-legacy-list-horizontal ul li a span {
	font-size: 14px;
} .wpml-ls.wpml-ls-legacy-list-horizontal ul li:not(:first-child) a {
	border-left: 1px solid #fff;
} nav.mobile_menu {
	display: block;
	position: absolute;
	top: 100%;
	background-color: var(--blue);
} nav.mobile_menu > ul {
	width: 1100px;
	margin: 0 auto;
	column-count: 3;
	column-gap: 1rem; 
	padding-bottom: 5rem;
	overflow: hidden;
} nav.mobile_menu > ul:first-child {
	padding-bottom: 0;
} nav.mobile_menu > ul:last-child {
	padding-top: 20px !important;
} nav.mobile_menu > ul > li {
	text-indent: 1rem;
	border: 0;
	padding-bottom: .5rem
} nav.mobile_menu > ul > li.search-menu-item
, nav.mobile_menu > ul > li.button-menu-item {
	column-span: all;
	text-align: center;
	text-indent: 0;
} nav.mobile_menu > ul > li.search-menu-item {
	margin: 1rem 0;
} nav.mobile_menu > ul > li.search-menu-item input {
	height: 40px;
    padding: 0 1rem;
    font-size: 14px;
    width: 250px;
    margin: 0;
    border: 0;
} nav.mobile_menu > ul > li.button-menu-item > a {
	border: 2px solid var(--talco);
	background-color: var(--orange);
	color: var(--talco);
	padding: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    width: auto;
    display: inline-block;
    text-indent: 0;
} nav.mobile_menu > ul > li.head {
	text-indent: 0;
} nav.mobile_menu > ul > li:not(.head):not(.search-menu-item):not(.button-menu-item):before{
   content: '';
   position: absolute;
   width: 0;
height: 0;
border-style: solid;
border-width: .25rem 0 .25rem .5rem;
border-color: transparent transparent transparent #fff;
   top: 8px;
   left: 0px;
} nav.mobile_menu > ul > li > a {
	color: #fff;
	text-decoration: underline;
	font-size: 14px;
	padding: 0;
} nav.mobile_menu > ul > li.head  > a
, nav.mobile_menu > ul > li.head  > span {
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 1rem;
	color: #fff;
} nav.mobile_menu > ul > li:not(.head) + li.head:not(:first-child) > a
, nav.mobile_menu > ul > li.head:not(:first-child) > span {
	padding-top: 2rem;
	display: block;
} nav.mobile_menu > ul > li > a:hover{
	color: #ddd;
} .four_columns>.column1, .four_columns>.column2, .four_columns>.column3, .four_columns>.column4 {
	min-height: 1px;
	width: 20%;
} .footer_top_holder {
	background-color: var(--blue);
	background-image: url(/wp-content/uploads/2021/07/stella-piccola-footer.svg);
	background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: left center;
} .four_columns>.column4 {
	width: 40%;
} .footer-logos {
	display: flex;
} .footer-logos > div {
	padding: 0 .875rem;
	border-right: 1px dashed #fff;
	align-items: center;
	display: flex;
} .footer-logos > div:last-child {
	padding-right: 0;
	border-right: 0;
} body {
	background-color: var(--talco);
} body.single-dipartimenti article * {
	color: var(--purple) !important;
} body.single-dipartimenti article a {
	overflow: hidden;
    text-overflow: ellipsis;
    display: block;
} body.single-sedi article * {
	color: var(--orange) !important;
} body.single-sedi article.sedi {
	margin-top: 3rem !important;
} body.single-dipartimenti article.type-dipartimenti h1
, body.single-sedi article.type-sedi h1
, body.single-corsi_di_laurea article.type-corsi_di_laurea h1 {
	text-align: center;
	text-transform: uppercase;
} body.single-corsi_di_laurea article * {
	color: #000 !important;
} body.single-corsi_di_laurea article.type-corsi_di_laurea h1 {
	color: var(--bluelight) !important;
	margin-bottom: 3rem;
} body.single-dipartimenti article .post_info
, body.single-sedi article .post_info
, body.single-corsi_di_laurea article .post_info {
	border: 4px solid var(--purple);
	padding: 2rem;
	margin-top: 2rem;
	box-sizing: border-box;
} body.single-dipartimenti article .post_info {
	margin-top: 1rem;
} body.single-dipartimenti article .post_text .post_text_inner {
	padding-top: .5rem;
} body.single-dipartimenti article .post_info > div
, body.single-sedi article .post_info > div
, body.single-corsi_di_laurea article .post_info > div {
	-webkit-column-break-inside: avoid;
     page-break-inside: avoid;
     break-inside: avoid;
} body.single-dipartimenti article .post_info
, body.single-sedi article .post_info {
	column-count: 2;
	font-size: 14px;
} body.single-corsi_di_laurea article .post_info { 
	border-color: var(--azure);
	width: 33.33333333%;
} body.single-corsi_di_laurea article .post_detail {
	margin-top: 2rem;
	padding-left: 6rem;
	box-sizing: border-box;
} body.single-corsi_di_laurea article .post_info
, body.single-corsi_di_laurea article .post_info a { 
	color: #000;
	font-size: 14px;
} body.single-dipartimenti article .post_info label
, body.single-corsi_di_laurea article .post_info label {
	color: var(--orange) !important;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
} body.single-corsi_di_laurea article .post_detail h4 {
	padding-bottom: 1rem;
	display: flex;
	align-items: center;
} body.single-corsi_di_laurea article .post_detail h4 div {
	color: var(--orange) !important;
	font-size: 24px;
	font-weight: bold;
} body.single-corsi_di_laurea article .post_detail h4 img {
	position: absolute;
	left: 2.5rem;
    display: block;
    width: 45px;
    height: 45px;
    filter: invert(43%) sepia(38%) saturate(497%) hue-rotate(152deg) brightness(88%) contrast(89%);
} body.single-dipartimenti article .post_info > div:not(:first-child)
, body.single-corsi_di_laurea article .post_info > div:not(:first-child) {
	margin-top: .5rem;
} body.single-corsi_di_laurea article .post_detail > div:not(:first-child) {
	margin-top: 3rem;
} body .corsi-di-laurea {
	background-color: var(--bluelight);
	margin-top: 8rem;
	position: relative;
    z-index: 1000;
} body.single-dipartimenti .corsi-di-laurea {
	margin-top: 1rem;
} body .corsi-di-laurea h2 {
	color: #fff;
	text-align: center;
	margin: 1.5rem 0;
} body .corsi-di-laurea h2.dipartimento {
	text-align: left;
	text-transform: none;
} body .corsi-di-laurea h2.dipartimento a {
	color: var(--orange-light);
} body .corsi-di-laurea article {
	border: 4px solid var(--talco);
	padding: 1rem;
	margin-bottom: 1rem;
} body .corsi-di-laurea article * {
	color: var(--talco) !important;
} body .corsi-di-laurea article h3 {
	text-transform: none;
} body .corsi-di-laurea article h3 a {
	display: flex;
} body .corsi-di-laurea article h3 a .sede {
	text-transform: uppercase;
	color: var(--orange-light) !important;
	padding-right: 1rem;
} body .corsi-di-laurea article h3 a .classe-corso {
	text-transform: uppercase;
	color: #fff !important;
	padding-left: 1rem;
} body.search article {
	margin-bottom: 2rem !important;
	border-width: 4px;
	border-style: solid;
	border-color: transparent;
} body.search article label {
	font-weight: bold
} body.search article .post_info {
	margin-bottom: 0;
} body.search article.corsi_di_laurea {
	border-color: var(--bluelight);
} body.search article.post {
	border-color: var(--azure);
} body.search article.corsi_di_laurea * {
	color: var(--bluelight) !important;
} body.search article.post * {
	color: var(--azure) !important;
} body.search article.corsi_di_laurea .post_text_inner
, body.search article.post .post_text_inner {
	background-color: transparent;
} body.search article.dipartimenti {
	border-color: var(--purple);
} body.search article.dipartimenti * {
 	color: var(--purple) !important;
} body.search article.dipartimenti .post_text .post_text_inner {
	background-color: transparent;
} .header_barr {
    min-height: 50px;
    text-align: center;
    width: 100%;
    z-index: 1000;
} .header_barr {
	display: flex;
} .header_barr > div {
	flex: 1;
	align-items: center;
    justify-content: center;
    display: flex;
} .header_barr a {
	color: #fff;
	text-transform: uppercase;
	line-height: 15px;
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
} .header_barr a:hover {
	color: var(--talco) !important;
} body.single-dipartimenti .header_barr
, body.single-corsi_di_laurea .header_barr div.dipartimento-corso {
	background-color: var(--purple);
} body.single-corsi_di_laurea .header_barr div.dipartimento-corso {
	padding: 0 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
} body.single-sedi .header_barr
, body.single-corsi_di_laurea .header_barr div.sede-corso {
	background-color: var(--orange);
} body.single-corsi_di_laurea .header_barr div.sede-corso {
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
} body.single-corsi_di_laurea .header_barr div {
	max-width: 50%;
	width: 50%;
    min-width: 50%;
    box-sizing: border-box;
} article ol {
	list-style-position: inside;
} article ol ul {
	padding-left: 3rem;
} article ul {
	list-style: none;
} article li {
	text-indent: 1.5rem;
	position: relative;
} article ul > li:before {
	content: '';
	position: absolute;
	width: .5rem;
	height: .5rem;
	background-color: var(--orange);
	display: block;
	border-radius: .25rem;
	top: .5rem;
    left: .25rem;
} body.post-type-archive-dipartimenti article .post_text {
	overflow: hidden;
} body.post-type-archive-dipartimenti article .post_text_inner > img
, body.post-type-archive-sedi article .post_text_inner > img {
	position: absolute;
	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(115deg) brightness(97%) contrast(110%);
	width: 200px;
    bottom: -70px;
    left: auto;
    right: -70px;
} body.post-type-archive-dipartimenti article .post_text_inner > img[src$="fregio-12.svg"] {
	right: -40px;
} body.post-type-archive-sedi article .post_text_inner > img {
	width: 300px;
    max-width: none;
    bottom: 20px;
    left: 40%;
    right: auto;
} body.single-sedi article .post_text_inner > img {
	position: absolute;
	filter: invert(94%) sepia(3%) saturate(983%) hue-rotate(314deg) brightness(89%) contrast(95%);
	width: 250px;
} body.single-dipartimenti article .post_text_inner > div.fregio-container {
	top: -48px;
	left: 50%;
    transform: translateX(-50%);
	position: absolute;
	overflow: hidden;
} body.single-dipartimenti article .post_text_inner > div.fregio-container > img {
	filter: invert(94%) sepia(3%) saturate(983%) hue-rotate(314deg) brightness(89%) contrast(95%);
	width: 250px;
	margin-top: -60%;
	opacity: 0.6;
} body.single-dipartimenti .container-bc {
	position: relative;
	z-index: 200;
} body.single-dipartimenti article .post_text_inner > h1 {
	position: relative;
} body.single-dipartimenti article .post_text_inner >  div > img[src$="fregio-12.svg"] {
	top: calc(100% - 40px);
} body.single-sedi article .post_text_inner > img {
	filter: invert(78%) sepia(21%) saturate(456%) hue-rotate(325deg) brightness(97%) contrast(94%);
	width: 100%;
	top: calc(100% + 60px);
} body.single-post h1 {
	text-align: center;
	margin-top: .5rem;
} body.single-post h4 {
	font-weight: 600;
	font-size: 20px;
	margin-top: 3rem;
} body.single-post h5 {
	text-align: center;
} body.single-post .content-box {
	margin-top: 2rem;
} body.single-post .content-box > div > div.wpb_wrapper {
	border: 4px solid var(--cipria);
	padding: 1rem;
} body.single-post .content-box > div > div.wpb_wrapper img {
	position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    left: 50%;
} .background-divider .vc_empty_space {
	background-size: auto 100%;
} body.search div.content
, body.post-type-archive-dipartimenti div.content div.container
, body.post-type-archive-sedi div.content div.container
, body.single-corsi_di_laurea div.content div.container {
	padding-top: 4rem !important;
} body.post-type-archive-corsi_di_laurea div.content div.container {
	padding-top: 2rem !important;
} body.post-type-archive-corsi_di_laurea div.content div.container h1 {
	margin-bottom: 3rem !important;
	color: #fff;
	text-align: center;
} body div.content div.breadcrumbs div.container {
	padding-top: 0 !important;
} body.search article .post_content_holder {
	display: flex;
} body.search article .post_content_holder .post_text {
	flex: 1;
} body.search article .post_content_holder .post_image {
	display: flex;
	align-items: center;
	padding: 1.5rem 0 1.5rem 1.5rem;
	width: 250px;
} .home-carousel-row .section_inner_margin {
	margin-left: 0;
	margin-right: 0;
} .home-carousel .blog_slider {
	width: calc(100% + .5rem);
	margin-left: -.25rem;
} ul.blog_slides > li {
	margin: 0 .25rem !important;
} .blog_slides .blog_text_holder {
	position: static;
	height: 110px;
	background-color: transparent;	
	opacity: 1;
} .blog_slides .blog_text_holder .blog_text_holder_outer {
	display: flex;
	align-items: flex-end;
	justify-content: center;
} .blog_slides .blog_text_holder h5 {
	text-align: left;
} .blog_slides .blog_text_holder h5 a {
	color: var(--cipria) !important;
	font-size: 20px;
	text-align: center;
	text-transform: none;
	display: block;
    line-height: 24px;
    margin-bottom: .5rem;
} #back_to_top {
	color: var(--clay);	
} #back_to_top>span {
	background-color: var(--clay-50);
	border: 0;
	background-image: url('/wp-content/uploads/2021/07/freccia.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50%;
} #back_to_top:hover>span {
	background-color: var(--clay-70);	
} #back_to_top>span>i {
	display: none;
} .caroufredsel-direction-nav a {
	border: 0;
	top: calc(50% + 50px);
} .caroufredsel-direction-nav a:hover {
	background-color: transparent !important;
} .caroufredsel-direction-nav a > div {
	background-image: url('/wp-content/uploads/2021/07/freccia-blu.svg');
	background-position: center center;
	background-repeat: no-repeat;
	height: 42px;
} .caroufredsel-direction-nav a > div > i {
	display: none;
} .caroufredsel-direction-nav a.caroufredsel-prev {
	left: -33px !important;
} .caroufredsel-direction-nav a.caroufredsel-next {
	right: -33px !important;
} .caroufredsel-direction-nav a.caroufredsel-prev > div {
	transform: rotate(180deg);
} .maps {
	position: relative;
	width: 100%;
	padding-top: 74%;
} .maps > div {
	position: absolute;
	z-index: 10;
	width: 100%;
	opacity: 1;
	transition: opacity .5s ease;
	top: 0;
} .maps > div:not(:first-child) {
	z-index: 0;
	opacity: 0;
} .maps > div.hide {
	z-index: 0;
	opacity: 0;
} .maps > div.show {
	z-index: 10;
	opacity: 1;
} .maps > div > div {
	background-color: var(--orange);
	position: absolute;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
} .maps > div > div > a {
	position: absolute;
	color: #fff;
	text-transform: uppercase;
	left: 10px;
	font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
} .maps > div > div > a:before {
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	background-image: url('/wp-content/uploads/2021/07/freccia.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 55%;
	transform: rotate(-90deg);
} .background-video .wpb_wrapper {
	position: relative;
	height: calc(100vw * .36458);
	overflow: hidden;
	display: flex;
	align-items: center;
	top: -100px;
} .background-video video {
	position: absolute;
	width: 100%;
	height: auto;
} .video-container {
	height: calc(100vw * 0.36458 - 100px);
} body.home .header_bottom {
	background-color: transparent !important;
} body.home header.sticky .header_bottom {
	background-color: var(--blue) !important;
} body.home nav.mobile_menu {
	top: 0;
} body.home nav.mobile_menu > ul {
	padding-top: 100px;
} .greca-homepage {
	margin-top: -70px;
	background-position: center;
} .breadcrumbs {
	margin: 1rem 0;
	font-size: 13px;
	line-height: 16px;
} body.post-type-archive-dipartimenti .breadcrumbs a
, body.post-type-archive-sedi .breadcrumbs a
, body.post-type-archive-corsi_di_laurea .breadcrumbs a
, body.post-type-archive-dipartimenti .breadcrumbs a:hover
, body.post-type-archive-sedi .breadcrumbs a:hover
, body.post-type-archive-corsi_di_laurea .breadcrumbs a:hover
, body.post-type-archive-dipartimenti .breadcrumbs span
, body.post-type-archive-corsi_di_laurea .breadcrumbs span
, body.post-type-archive-sedi .breadcrumbs span {
	color: #fff;
} a:hover
, p a:hover {
	color: inherit;
	text-decoration: underline;
} .post_text_inner h3 > a:hover {
	text-decoration: none;
} .navigation-links {
	background-color: var(--cipria);
	margin-top: 3rem;
	padding: 2rem 0;
} .navigation-links .container_inner {
	display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
} .navigation-links .prev
, .navigation-links .next {
	width: calc(50% - 2rem);
} .navigation-links .prev a
, .navigation-links .next a {
	display: flex;
	align-items: center;
	border: 2px solid #fff;
    padding: .875rem;
	justify-content: space-between;
	width: 100%;
	color: #fff;
	font-weight: 600;
} .navigation-links .prev a:hover
, .navigation-links .next a:hover {
	text-decoration: underline;
} .navigation-links .prev a:before
, .navigation-links .next a:after {
	content: '';
    border: 0;
    background-image: url(/wp-content/uploads/2021/07/freccia.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    display: block;
    width: 3.2rem;
    min-width: 1.2rem;
    height: 1.2rem;
    border-radius: .6rem;
    transform: rotate(90deg);
    margin: 0 -.875rem; 
} .navigation-links .prev a:before {
	transform: rotate(270deg);
} .accessibility-hidden {
	visibility: hidden;
	position: absolute;
} .video-layer {
	position: absolute !important;
	top: 0;
	width: 100%;
    margin: 0;
    height: calc(100vw * .36458 - 100px);
} .video-layer * {
	height: 100%;
} .video-layer-inner {
	position: relative;
} .video-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
} .video-text > div {
	width: 100%;
    display: flex;
    justify-content: center;
    flex: 1;
    align-items: center;
} .video-text > div.orienta > img {
	height: 140px;
	width: auto;
} .video-text > div.mouse {
	align-items: flex-end;
    justify-content: flex-end;
} .player-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
} .video-text img {
	filter: drop-shadow(0 0 0.25rem #000);
} .video-text > div.orienta > img {
	height: 140px;
} .video-text > div.mouse > img {
	width: 30px;
	height: auto;
} body.home header:not(.sticky) .q_logo {
	display: none;
} .home-block-link.corsi_di_laurea .wpb_content_element {
	background: var(--bluelight);
} .home-block-link.dipartimenti .wpb_content_element {
	background: var(--purple);
} .home-block-link.sedi .wpb_content_element {
	background: var(--orange);
} .home-block-link .wpb_content_element a {
	height: 100px;
    display: block;
    padding: 1rem;
    overflow: hidden;
    position: relative;
    text-transform: none;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
} .home-block-link .wpb_content_element img {
	position: absolute;
	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(66deg) brightness(101%) contrast(104%);
	height: 30%;
    right: -1.5rem;
    bottom: 1rem;
} .home-block-link.corsi_di_laurea .wpb_content_element img {
	height: 80%;
    right: -1.5rem;
    bottom: -1rem;
} .home-block-link.sedi .wpb_content_element img {
	right: -5.5rem;
} .pagination ul li a {
	color: var(--talco);
	border-color: var(--talco);
} .pagination ul li span {
	background-color: var(--talco);
	border-color: var(--talco);
	font-weight: 600;
} .search .pagination ul li a {
	color: var(--bluelight);
	border-color: var(--bluelight);
} .search .pagination ul li span {
	background-color: var(--bluelight);
	border-color: var(--bluelight);
	font-weight: 600;
	color: #fff;
} nav.mobile_menu > ul > li.search-menu-item img {
	position: absolute;
    margin-left: -32px;
    margin-top: 7px;
    width: 24px;
    filter: invert(28%) sepia(41%) saturate(373%) hue-rotate(165deg) brightness(92%) contrast(82%);
    cursor: pointer;
} @media only screen and (max-width: 1200px) {
	nav.mobile_menu > ul {
		width: 950px;
	} .greca-homepage {
		margin-top: -100px !important;
		height: 200px !important;
	}
} @media only screen and (max-width: 1000px) {
	nav.mobile_menu > ul {
		width: 768px;
		column-count: 2;
	} nav.mobile_menu > ul > li {
		padding-bottom: .25rem;
	} nav.mobile_menu > ul > li.head > a {
		padding-bottom: .5rem;
	} .q_logo {
    	display: block;
    	left: 50%;
	} .logo_wrapper {
		display: block;
		position: relative;
		left: 0;
	} .greca-homepage {
		margin-top: -80px !important;
		height: 160px !important;
	} .video-text > div.orienta > img {
		height: 80px;
	}
} @media only screen and (max-width: 991.98px) {
	 .blog_holder.masonry article#post-3400 {
		width: 100%;
	} .blog_holder.masonry article#post-3400 .post_text
	, .blog_holder.masonry article#post-4698 .post_text {
		padding-top: calc((75% - 24px) / 2);
	} .blog_holder.masonry:not([style]) > article {
		flex: 0 0 calc((100% - 2rem) / 2);
	}
} @media only screen and (max-width: 768px) {
	.home-block-link.corsi_di_laurea .wpb_content_element img {
		height: 55%;
	} .background-video .wpb_wrapper {
		height: calc(100vw * 9 / 16);
	} .video-container {
		height: calc(100vw * 9 / 16 - 100px);
	} .video-layer {
		height: calc(100vw * 9 / 16 - 50px);
		top: -50px;
	} .video-text > div.mouse > img {
		width: 20px;
	    margin-top: -5px;
	} .has_header_fixed_right.stick.menu_bottom .header_inner_right
	, .header_bottom_right_widget_holder {
		display: block;
	}
} @media only screen and (max-width: 767.98px) {
	nav.mobile_menu > ul {
		width: 600px;
	} body.single-corsi_di_laurea article .post_info { 
		width: 100%;
	} body.single-corsi_di_laurea article .post_detail { 
		width: 100%;
		padding-left: 4rem;
	} body.single-corsi_di_laurea article .post_detail h4 img {
		left: .5rem;
	} .home-block-link.corsi_di_laurea:not(:first-child)
	, .home-block-link.sedi {
		margin-top: 30px;
	} .home-block-link.corsi_di_laurea .wpb_content_element img {
		height: 55%;
	} .background-video .wpb_wrapper {
		height: calc(100vw * 9 / 16);
	} .video-container {
		height: calc(100vw * 9 / 16 - 100px);
	} nav.mobile_menu > ul {
		column-count: 1;
	}
} @media only screen and (max-width: 600px) {
	nav.mobile_menu > ul {
		width: 420px;
	} body.single-dipartimenti article .post_info
	, body.single-sedi article .post_info {
		column-count: 1;
	} body .corsi-di-laurea article h3 a {
		display: block;
	} body .corsi-di-laurea article h3 a .sede {
		padding: 0 0 .5rem 0;
	} body .corsi-di-laurea article h3 a .classe-corso {
		padding: .5rem 0 0 0;
	} .footer_top_holder {
		background-image: none;
	} .footer_top_holder:after {
		content: "";
	    position: absolute;
	    background-image: url(/wp-content/uploads/2021/07/stella-piccola-footer.svg);
	    background-size: auto 90%;
	    background-repeat: no-repeat;
	    background-position: left center;
	    width: 150px;
	    height: 150px;
	    transform: rotate(-90deg);
	    left: calc(50% - 75px);
	    bottom: 0;
	    display: block;
	} .footer-logos {
		display: block;
	} .footer-logos > div {
		border: 0;
		justify-content: center;
		padding: .875rem 0;
	} .footer_top {
	    padding: 1rem 0 4rem;
	} .four_columns>.column1
	, .four_columns>.column2
	, .four_columns>.column3 {
		display: none;
	} .four_columns>.column4 {
		width: 100%;
	} .maps > div > div > a > span {
		display: none;
	} .greca-homepage {
		margin-top: -60px !important;
		height: 120px !important;
	}  body.single-corsi_di_laurea article .post_detail { 
		padding-left: 3rem;
	} body.single-corsi_di_laurea article .post_detail h4 img {
		left: .25rem;
		width: 35px;
		height: 35px;
	} body.single-corsi_di_laurea article.type-corsi_di_laurea h1 {
		margin-bottom: 1.5rem;
	} .navigation-links .container_inner {
		display: block;
	} .navigation-links .prev
	, .navigation-links .next {
	    width: 100%;
	} .navigation-links .prev {
	    margin-bottom: 1rem;
	} .navigation-links .prev a
	, .navigation-links .next a {
		width: auto;
		max-width: 100%;
	} .header_barr {
		display: block;
	} .header_barr > div {
		height: 60px;
	} body.single-corsi_di_laurea .header_barr > div {
		width: 100%;
		max-width: none;
		height: 60px !important;
	} body.single-corsi_di_laurea .header_barr > div > a
	, body.single-corsi_di_laurea .header_barr > div > a{
		font-size: 12px;
	} body.search div.content
	, body.post-type-archive-dipartimenti div.content div.container
	, body.post-type-archive-sedi div.content div.container
	, body.single-corsi_di_laurea div.content div.container {
		padding-top: 0rem !important;
	} .mobile_menu_button span:before {
		display: none;
	} .mobile_menu_button span i {
		display: inline-block;
	} body:not(.home) .logo_wrapper {
		height: 120px !important;
	} body:not(.home) .q_logo {
		top: calc(25% + 20px);
	} body:not(.home) .mobile_menu_button {
		margin-top: 20px;
	} body:not(.home) .header_bottom
	, body:not(.home) header.sticky .header_bottom {
		background-size: 90px auto;
	} .blog_holder.masonry article#post-3400
, .blog_holder.masonry article#post-4698 {
		width: 100%;
	} .blog_holder.masonry article#post-3400 .post_text
, .blog_holder.masonry article#post-4698 .post_text {
		padding-top: 132%;
		background-color: #3C0D24; 
	} .mobile_menu_button {
		height: 50px;
	} .blog_holder.masonry:not([style]) > article {
		flex: 0 0 100%;
	}
} @media only screen and (max-width: 480px) {
	nav.mobile_menu > ul {
		width: 300px;
	} .greca-homepage {
		margin-top: -40px !important;
		height: 80px !important;
	}
	
	.entry_title{
		margin-top: 20px;
	}
	.default_template_holder{margin-top:20px !important}
	.blog_holder.blog_pinterest, .blog_holder.masonry {
		margin-left: 0;
		margin-right: 0;
	}
} @media only screen and (max-width: 350px) {
	nav.mobile_menu > ul {
		width: 95%;
	} .greca-homepage {
		margin-top: -30px !important;
		height: 60px !important;
	}
}
.caroufredsel-direction-nav span.caroufredsel-prev > div {
    transform: rotate(
180deg
);
}
.caroufredsel-direction-nav span > div {
    background-image: url(/wp-content/uploads/2021/07/freccia-blu.svg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 42px;
}
.caroufredsel-direction-nav span.caroufredsel-prev {
    left: -33px !important;
}
.caroufredsel-direction-nav span {
    border: 0;
    top: calc(50% + 50px);
}
.caroufredsel-direction-nav span.caroufredsel-next {
    right: -33px !important;
}
/*** carousel **/
.sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title a {
    color: var(--cipria) !important;
    font-size: 16px;
    text-align: center;
    text-transform: none;
    display: block;
    line-height: 17px;
    margin-bottom: .5rem;
    font-weight: 600;
    height: 30px;
}
#pcp_wrapper-3627 .pcp-button-prev .fa, #pcp_wrapper-3627 .pcp-button-next .fa {
    color: #415566;
    font-size: 3.2rem;
}
#pcp_wrapper-3627 .pcp-button-prev {
        background-image: none;
    background-size: auto;
    background-color: transparent;
    height: 35px;
    width: 33px;
    margin-top: 8px;
    border: 0px solid #aaa;
    text-align: center;
    line-height: 30px;
	position: absolute;
    left: -38px;
    top: 46%;
}
#pcp_wrapper-3627 .pcp-button-next {
        background-image: none;
    background-size: auto;
    background-color: transparent;
    height: 35px;
    width: 33px;
    margin-top: 8px;
    border: 0px solid #aaa;
    text-align: center;
    line-height: 30px;
	position: absolute;
    right: -35px;
    top: 46%;
}
#pcp_wrapper-3627 .pcp-button-prev:hover, #pcp_wrapper-3627 .pcp-button-next:hover {
    background-color: transparent;
    border-color: transparent;
}
#pcp_wrapper-3627 .pcp-button-prev:hover .fa, #pcp_wrapper-3627 .pcp-button-next:hover .fa {
    color: #415566;
}
#pcp_wrapper-3881 .pcp-button-prev .fa, #pcp_wrapper-3881 .pcp-button-next .fa {
    color: #415566;
    font-size: 3.2rem;
}
#pcp_wrapper-3881 .pcp-button-prev {
        background-image: none;
    background-size: auto;
    background-color: transparent;
    height: 35px;
    width: 33px;
    margin-top: 8px;
    border: 0px solid #aaa;
    text-align: center;
    line-height: 30px;
	position: absolute;
    left: -38px;
    top: 46%;
}
#pcp_wrapper-3881 .pcp-button-next {
        background-image: none;
    background-size: auto;
    background-color: transparent;
    height: 35px;
    width: 33px;
    margin-top: 8px;
    border: 0px solid #aaa;
    text-align: center;
    line-height: 30px;
	position: absolute;
    right: -35px;
    top: 46%;
}
#pcp_wrapper-3881 .pcp-button-prev:hover, #pcp_wrapper-3881 .pcp-button-next:hover {
    background-color: transparent;
    border-color: transparent;
}
#pcp_wrapper-3881 .pcp-button-prev:hover .fa, #pcp_wrapper-3881 .pcp-button-next:hover .fa {
    color: #415566;
}
.sp-pcp-section .swiper-container.sp-pcp-carousel.top_right {
    position: initial;
}#pcp_wrapper-3627 {
	overflow: inherit;
}.vc_column_container>.vc_column-inner {
	padding-left: calc(30px / 2);
    padding-right: calc(30px / 2);
}