/*
Theme Name: SI AGID PA Theme
Theme URI: https://horizon.sinetinformatica.it
Author: Simone Villa
Author URI: https://sinetinformatica.it
Description: SI AGID PA Theme
Version: 1.2.9

*/

/* WordPress Core
-------------------------------------------------------------- */
.font-12
{
	font-size: 0.750em !important;
}

.font-13
{
	font-size: 1.083em !important;
}

.font-14
{
	font-size: 	0.875em !important;
}

.font-16
{
	font-size: 1em !important;
}

.font-18
{
	font-size: 1.125em !important;
}

.font-20
{
	font-size: 1.250em !important;
}

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 1em;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.bypostauthor,
.gallery-caption {}

.tiled-gallery-caption {
	font-size: 1em !important;
	bottom: 30px !important;
	white-space: normal !important;
}

.post-edit-link {
	margin: 0;
	padding: 5px 15px;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .666em;
	line-height: 3em;
	font-weight: 600;
	background-color: #c00;
	transition: all .3s ease-in-out;
}
.post-edit-link:before {
	content: '\270E';
	font-size: 1.2em;
	margin-right: 7px;
}


.post-edit-link:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #f00;
	box-shadow: 0 2px 30px rgba(0, 0, 0, .3);
}


@media print {
	html {
		background: transparent;
	}
	#footer,
	.nav,
	.condividi,
	.it-right-zone,
	.post-edit-link {
		display: none !important;
	}
}

/* END WordPress Core
-------------------------------------------------------------- */

/* Gallery
-------------------------------------------------------------- */

/* The Gallery container (div) */
.gallery { }

/* A Gallery item container,
 for 3, 2 and 4 column galleries */
.gallery .gallery-item { }
.gallery-columns-2 .gallery-item { }
.gallery-columns-4 .gallery-item { }

/* The actual image inside a container
for 3, 2 and 4 column galleries */
.gallery img { }
.gallery-columns-2 .attachment-medium { }
.gallery-columns-4 .attachment-thumbnail { }

/* A gallery image caption */
.gallery .gallery-caption { }

/* Definition lists elements */
.gallery dl, .gallery dt { }

/* Pick the second line break if two
line breaks are adjacent */
.gallery br+br { }

.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 1em;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }

/* END Gallery
-------------------------------------------------------------- */

/* Main
-------------------------------------------------------------- */
html, body {
	font-size: 1.05em;
}

.card .card-body .card-text{
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	font-size: .9rem;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

aside ul li, #footer ul li, #main.home-content ul li, .link-list-wrapper ul li, nav ul li {
	list-style: none;
}

#primo-piano-in-evidenza .card ul li{
	list-style: circle;
}

.card-column{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

section#novita .section.section-background-header {
	background-position: center;
	background-attachment: fixed;
}

section#primo-piano-in-evidenza .it-carousel-wrapper.it-carousel-landscape-abstract .owl-dots {
	left: 0;
	right: 50%;
	bottom: 40px;
}

section#primo-piano-in-evidenza a.h4.card-title{
	font-weight: 800;
}

section#primo-piano .card{
	z-index: 8;
}

section#primo-piano-in-evidenza .it-carousel-wrapper .owl-stage-outer {
	padding-top: 0;
}

#sponsor .img-wrapper img, #link-utili .img-wrapper img, #patrocini .img-wrapper img, #siti-tematici .img-wrapper img{
	-o-object-fit: contain;
	object-fit: contain;
}

.avatar {
	display: inline-table;
}

div.jp-carousel-info {
	display: none !important;
}

.avatar{
	background: transparent;
}

.card{
	overflow: hidden;
}

.card-body{
	word-wrap: break-word;
	width: 100%;
}

.it-calendar-wrapper .owl-stage-outer{
	background-color: #fff;
}

#siti-tematici .card a.card-title{
	color: #ebeced !important
}

#siti-tematici .card .icon{
	fill: #ebeced !important;
}

#siti-tematici .card.card-teaser .icon {
	min-width: 40px;
}

.home-content #collegamenti .card a.card-title{
	color: #ebeced !important
}

.home-content #collegamenti .card .icon{
	fill: #ebeced !important;
}

.home-content #collegamenti .card.card-teaser .icon {
	min-width: 40px;
}

.the-content a{
	text-decoration: underline;
	font-weight: 400;
}

.the-content a::after{
	content: "\f08e";
	font-size: 75%;
	font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-left: 4px;
	text-decoration: none;
	display: inline-block;
}

.the-content a.no-after::after, .the-content a.carousel-control-next::after, .the-content a.carousel-control-prev::after, .the-content a.btn::after{
	display: none;
}

.the-content iframe{
	width: 100%;
}

.callout li {
	font-family: Lora,Georgia,serif;
	font-size: .889rem;
	color: #5b6f82;
}

.back-to-top{
	z-index: 99;
}

.card .avatar.size-xl img{
	height: 80px;
}

.grecaptcha-badge{
	display: none;
}

.share.dropdown-menu{
	z-index: 9;
}

#dropdown-accessibility svg.icon-primary {
	margin-left: 0;
}

.leaflet-popup-content{
	margin: 0 !important;
}

.leaflet-popup-content-wrapper{
	padding: 0px !important;
}

/* END Main
-------------------------------------------------------------- */

/* Header
-------------------------------------------------------------- */
.it-nav-wrapper .it-header-center-wrapper .it-socials span {
	padding-right: 8px;
}

.it-header-center-wrapper .it-header-center-content-wrapper {
	padding-left: 0;
	padding-right: 0;
}

.it-header-slim-wrapper .it-header-slim-wrapper-content {
	padding: 0;
}

.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper nav {
	padding-left: 0;
	padding-right: 0;
}

.navbar-nav > li.nav-item:first-child a.nav-link{
	padding-left: 0;
}

.navbar-nav > li.nav-item:last-child a.nav-link{
	padding-right: 0;
}

#header.it-header-wrapper.it-header-sticky{
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
	top: 50% !important;
}

.it-header-wrapper.it-header-sticky.is-sticky .it-nav-wrapper .it-header-navbar-wrapper {
	top: 0% !important;
}

.navbar .navbar-collapsable {
	z-index: 9;
}

ul#menu-header-secondary-menu li:last-child a{
	font-weight: 600;
}

.logged-in.admin-bar .it-header-sticky.is-sticky .it-header-navbar-wrapper{
	top: 32px !important;
}

.it-header-slim-wrapper {
	height: auto;
}

.it-header-slim-wrapper .it-header-slim-wrapper-content{
	height: auto;
}

.header-slim-right-zone .nav-item.dropdown {
	height: 100%;
}

@media only screen and (min-width: 1201px) {
	.it-header-center-wrapper {
		min-height: 120px;
		height: auto;
	}
}
/* END Header
-------------------------------------------------------------- */

/* Footer
-------------------------------------------------------------- */
#footer.it-footer .social li a, #footer.it-footer .social li a:visited {
	padding: 8px !important;
}

#footer .nav li {
	padding: 15px 30px 15px 0px;
}

.copyright {
	padding-top: 15px;
	padding-bottom: 15px;
}

.logo-company {
	height: 24px;
	position: absolute;
	padding-left: 5px;
}

#footer .section-title{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
	margin: 0;
}
/* END Footer
-------------------------------------------------------------- */

/* Cerca
-------------------------------------------------------------- */
.modal-full {
	min-width: 100%;
	margin: 0;
}

.modal-full .modal-content {
	min-height: 100%;
}
/* END Cerca
-------------------------------------------------------------- */

/* Allerta
-------------------------------------------------------------- */
#allerta .allerta{
	position: relative;
}

#allerta .allerta .box{
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	left: 0;
	top: 0;
	margin: 0 auto;
}

#allerta .allerta .box-image {
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
/* END Allerta
-------------------------------------------------------------- */

/* Filtri
-------------------------------------------------------------- */
.chip.active {
	background: #8b98a6;
	border-color: #8b98a6;
}

.chip.active a, .chip.active span{
	color: #fff;
}

.chip.active:hover {
	background: #fff;
	border-color: #8b98a6;
}

.chip.active:hover a, .chip.active:hover span{
	color: #8b98a6 !important;
}

.modal-full .modal-content {
	min-height: 100%;
}
/* END Filtri
-------------------------------------------------------------- */

#argomenti-in-evidenza .row-title .h3{
	color: #fff;
}

#hai-bisogno-di-aiuto .row-title .h3{
	color: #fff;
}

#primo-piano-in-evidenza .owl-carousel .read-more {
	font-size: 1rem;
}

.notification {
	left: 16px;
	right: unset;
	z-index: 98;
	display: block;
}


#cercaModal #input-search {
	font-size: 2.222em;
}

#headerHomeSearchLabel{
	width: auto;
	margin-bottom: 0;
	color: #fff;
}

/* ACCESSIBILITA'
-------------------------------------------------------------- */

p, span, button, label {
    line-height: 150% !important;
}

.cookiebar-buttons{
    line-height: 150% !important;
}

/*html, body
{
	overflow-x: hidden;
	height: 100%;
	font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
	font-weight: 400;
	font-size: 1.05em;
}*/

@media screen and (orientation: landscape)
{
	.html
	{
		height: 100%;
	}
}

@media screen and (orientation: portrait)
{
	.html
	{
		height: 100%;
	}
}

.form-group button, .form-group input, .form-group optgroup, .form-group textarea
{
	font-size: 100%;
}

.btn:focus
{
	outline: 5px solid #ffa100 !important;
	outline-offset: -1px;
}

.btn-group-sm > .btn, .btn-sm {
	font-size: 0.8em;
}

.btn {
	font-size: 1em;
}

.it-footer-main {
	font-size: unset;
}

.it-footer-small-prints a, .it-footer-small-prints a:hover:not(.disabled) {
	font-size: 1em;
}

.it-header-slim-wrapper .it-header-slim-wrapper-content a.navbar-brand {
	font-size: .8em;
}

.card .categoryicon-top svg.icon{
	fill: #435a70;
}

.card span.read-more{
	color: #435a70;
}

/* Fitting Inputs Styling */
[class*="form-col"] {
	flex: 0 1 100%;
	padding: 0 1rem;
}

@media (min-width: 576px) {
	.form-col-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.form-col-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.offset-form-col-4 {
		margin-left: 33.33333%;
	}

}

input {
	display: block;
	width: 100%;
}

label,
select {
	display: block;
	width: 100%;
	max-width: 100%;
}

.form-group button, .form-group input, .form-group optgroup, .form-group textarea
{
	font-size: 100%;
}

input {
	display: block;
	width: 100%;
}

label,
select {
	display: block;
	width: 100%;
	max-width: 100%;
}

h1,h2,h3,h4,h5,h6
{
	line-height: 150% !important;
}


a.btn-primary {
	color: #fff;
}

a.btn-outline-primary:hover {
	color: #fff;
}

.header-slim-right-zone .link-list-wrapper ul li a span{
	margin-right: 0px;
}

.header-slim-right-zone .dropdown-menu.show{
	z-index: 100;
}

.it-carousel-wrapper.it-carousel-landscape-abstract .it-single-slide-wrapper{
	background-color: #fff;
}
.navbar-secondary li.nav-item:last-child a.nav-link{
	font-weight: 600;
	font-size: 1em !important;
}

span.read-more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #06c;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .9px;
	font-size: .77778rem;
}

.row.row-full-width > * img {
	object-fit: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.single-mini-siti #full-screen-image.my-3{
	margin-top: 0 !important;
}
/* Nav Bar
-------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
	.navbar .navbar-collapsable .menu-wrapper {
		right: 30%;
	}

	.navbar .navbar-collapsable .menu-wrapper ul {
		display: block;
	}

	.navbar .navbar-collapsable .menu-wrapper ul li {
		float: left;
		clear: left;
		width: 100%;
	}

	.navbar .navbar-collapsable .menu-wrapper ul li a{
		border-top: 1px solid #e7e6e4;
		border-bottom: 1px solid #e7e6e4;
	}

	.navbar .navbar-collapsable .menu-wrapper ul#menu-header-secondary-menu li {
		text-align: right;
	}

	.it-header-wrapper.it-header-sticky.is-sticky .it-nav-wrapper .it-header-navbar-wrapper {
		top: 50% !important;
	}

	.navbar-nav li.nav-item:first-child a.nav-link {
		padding-left: 24px;
	}

	#cercaModal #input-search {
		font-size: 1em;
	}

	#cercaModal.modal .modal-dialog .modal-content .modal-header{
		padding: 0;
	}
}

@media only screen and (max-width: 1200px) {
	.navbar .navbar-collapsable .navbar-nav li a.nav-link {
		padding: 13px 13px;
	}
}

/* END Nav Bar
-------------------------------------------------------------- */