/*
Theme Name: Unipa 2022/2023
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

:root {
	--blue: #415566;
	--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;
} @media only screen and (max-width: 769px) {
	.preview {
		display: block;
	} .preview .text {
		padding-top: 20px;
		padding-left: 0;
	}
}
