/*
Theme Name: Sacrocuore Child
Description: Child theme for Uncode theme
Author: dedeho
Author URI: https://www.dedeho.it
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.wpcf7 small {
	font-size:10px;
	font-weight:normal;
	color:#333;
}


.mt-0 h1, .mt-0 h2, .mt-0 h3, .mt-0 h4, .mt-0 h5, .mt-0 h6,
.mt-0 p {
	margin-top:0 !important;
}

.mb-0 h1, .mb-0 h2, .mb-0 h3, .mb-0 h4, .mb-0 h5, .mb-0 h6, .mb-0 p {
	margin-bottom:0 !important;
}

.icon-32 img {
	max-width:32px !important;
	height:auto !important;
	vertical-align: middle;
}

.icon-64 img {
	max-width:64px !important;
	height:auto !important;
	vertical-align: middle;
}

.icon-96 img {
	max-width:96px !important;
	height:auto !important;
	vertical-align: middle;
}

#masthead:not(.menu-absolute) {
	float:left;
	width:100%;
	padding-top:0;
}


.mmb-container {
    /*position: absolute;
    top: auto;
    right: 0;
	bottom: -30px;*/
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	padding-top: 30px;
}


.accessoveloce {
	float:left;
	height: auto !important;
	display: flex;
	justify-content: center; 
	align-items: center;
	padding-top:0;
	padding-bottom:0;
	position:relative;

}



.accessoveloce .item{
    padding:5px 15px 5px 5px;
	text-align:left;
	display:inline-block;
	min-height: 50px;
}

#main-logo {
	padding:0;
	height:auto;
}

#main-logo a > * {
    margin: 0px;
    width: auto;
    height: auto !important;
}

#main-logo .navbar-brand img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.accessoveloce .btn-container {
	margin-top:0;
}

.accessoveloce .btn-container img {
	margin-right:5px;
	float:left;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.accessoveloce .btn-container em {
	line-height:normal;
	font-style:normal;
}

.accessoveloce .btn-container a {
	font-size:12px;
	float:left;
	padding: 10px;
	background: #203e77;
	border-radius: 5px;
	font-weight: 500;
	width: 100%;
	border:solid 1px #203e77;
	color: white !important;
	min-height:50px;
}

.accessoveloce .btn-container a:hover {
	background:white;
	color:#203e77 !important;
}

.accessoveloce .btn-container a:hover img {
	-webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0);
}

.mobile-menu-button em {
	font-style:normal;
	font-size:20px;
	padding-right:10px;
	
}

.mobile-menu-button .lines {
	margin-bottom:5px;
}



@media (max-width: 959px) {
	.accessoveloce {
		float:none;
	}
	
	#main-logo {
		width:100%;
	}
}

@media (max-width: 576px) {
	
	.accessoveloce .item{
		width:33.3333332%;
		padding:5px;
	}
	
	.accessoveloce .item a {
		display:inline-block;
	}
	
	.accessoveloce .item.numero-verde {
		/*width:100%;*/
		text-align:center;
		padding:0 5px;
	}
	
	.accessoveloce .item.numero-verde img {
		/*height:80px;*/
	}
	
	.accessoveloce .btn-container a {
	    color: #203e77;
	    font-size: 10px;
		line-height:14px;
	}
	
	.accessoveloce .btn-container {
		text-align:center;
	}
	
	.accessoveloce .btn-container img {
		float:none;
	}
	
	.accessoveloce .btn-container em {
	   display: flex; 
	   align-items: center; 
	   justify-content: center; 
	}
	
	.accessoveloce .btn-container a {
		min-height:80px;
	}
	
	
}

@media (max-width: 959px) {
	body.menu-custom-padding .col-lg-0.logo-container {
	    padding-bottom: 10px;
	}
	
	#masthead:not(.menu-absolute) {
		padding-top:30px;
	}
}


@media (min-width: 768px) {
	
	.accessoveloce .item{
		width:33.3333332%;
	}
	
	.accessoveloce .item.numero-verde {
		text-align:center;
	}
	
	.accessoveloce .btn-container {
		text-align:center;
	}
	
	.accessoveloce .btn-container img {
		float:none;
	}
	
	
	
	
}


@media (min-width: 992px) {
	
	.accessoveloce .item{
		width:auto;
	}
	
	.accessoveloce .item.numero-verde {
		width:auto;
		text-align:center;
	}
	
	
	.accessoveloce .btn-container em{
		font-size:12px;
		  display: block;
	}
	
	.accessoveloce .item.numero-verde img {
		height:60px;
	}
}

@media (min-width: 1200px) {
	.accessoveloce .item.numero-verde img {
		height:auto;
	}
	
	.accessoveloce .btn-container em{
		font-size:13px;
		display: inline;
	}
	
	
}


/* Glossary */

#glossary .row-parent {
    padding: 20px 0;
}

div.filtro{
    padding: 10px 0;
	margin-bottom: 20px;
    border-top: 1px solid #e6e6e6;
	  border-bottom: 1px solid #e6e6e6;
	  float: left;
	  width:100%;
	  display:block;
}

div.filtro ul {
	display: inline-block;
	margin:0;
}

div.filtro ul li {
    display: inline-block;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #e6e6e6;
    color: #cccccc;
}


/* pagination */

ul.page-numbers {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	padding-left: 0;
	margin: 0;
	border-radius: 2px;
}

.isotope-footer-inner ul.page-numbers > li {
    display: inline-block;
	    font-size: 12px;
	    padding: 0px !important;
	    margin: 0px !important;
	    font-style: normal !important;
	    text-align: center;
	    vertical-align: middle;
	    cursor: pointer;
	    background-image: none;
	    outline: none;
	    white-space: pre-wrap;
	    -webkit-text-stroke: 0px;
	    transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
	    -moz-user-select: none;
	    -webkit-user-select: none;
	    -ms-user-select: none;
		font-weight: 600 !important;	
		letter-spacing: 0.1em;	
		text-transform: uppercase;
}

.page-numbers > li .current, .page-numbers > li .current:hover, .page-numbers > li .current:focus {
    z-index: 2;
    background-color: #eeeeee;
    color: #333333 !important;
    cursor: default;
}

.page-numbers > li > a, .page-numbers > li > span {
   display: block;
   width: 36px;
   height: 36px;
   line-height: 36px;
   margin-top: 4.5px;
   margin-bottom: 4.5px;
   border-radius: 50%;
}

.page-numbers  .next {
    float: right;
    width: 54px;
	border: 0px;
	text-align: right;
}

.page-numbers .prev {
    float: left;
    width: 54px;
	border: 0px;
	text-align: left;
}

@media (min-width: 960px) {
	.top-menu.top-menu-padding .menu-smart > li {
	    padding-top: 7px;
	    padding-bottom: 7px;
	}
}

.site-footer .menu > li {
	padding:2px 0;
}

.top-menu {
	padding:0 20px;
}

.top-menu.top-menu-padding .menu-smart > li.gdpr_ico a{
	text-indent: -3000em;
	   display: inline-block;
	width:20px;
	
	background: url(css/images/gdpr.png) center center no-repeat;
	background-size:contain;
}