/*
Theme Name: Blanka Starter Theme
Theme URI: http://dueper.net
Author: Dueper Design
Author URI: http://dueper.net
Description: Template di partenza per sviluppi di temi WP custom.
Version: 1.1
Domain Path: /languages/
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black
Text Domain: blanka
*/


@font-face {
    font-family: "Albert";
    src: url("/wp-content/themes/pavia-acque-theme/fonts/dueper-font/fonts/AlbertSans-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: "Albert";
    src: url("/wp-content/themes/pavia-acque-theme/fonts/dueper-font/fonts/AlbertSans-Regular.ttf") format('truetype');
    font-weight: regular;
    font-style: normal;
}


@font-face {
    font-family: "Albert";
    src: url("/wp-content/themes/pavia-acque-theme/fonts/dueper-font/fonts/AlbertSans-Italic.ttf") format('truetype');
    font-weight: regular;
    font-style: italic;
}

#main-container * {
    font-family: 'Albert';
}

.v-align {
	vertical-align: middle;
}

.menu-main-menu-container {
	padding-top:60px;
}


.numeri {
	color:#fff;
	padding:10px;
	background-image: url('https://www.paviaacque.it/wp-content/uploads/2023/05/onda.png');
	background-repeat: no-repeat;
	background-size:100% 100%;
	min-height:50px;
}

.numeri a {
	color:#fff;
}


i.info {
	background-image: url('https://www.paviaacque.it/wp-content/uploads/2023/05/info.png');
	background-repeat: no-repeat;
	background-size:100% 100%;
	width: 18px;
	height: 18px;
    display: inline-block;
}

i.user {
	background-image: url('https://www.paviaacque.it/wp-content/uploads/2023/05/user.png');
	background-repeat: no-repeat;
	background-size:100% 100%;
	width: 18px;
	height: 18px;
    display: inline-block;
}

#main-menu li a {
    color: #0075C9;
    font-size: 1.2em;
    text-transform: capitalize;
    letter-spacing: .01rem;
    font-weight: 500;
}



/* Tooltip container */
.info {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.info .tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color: #CCE3F4;
  color: #0075C9;
  box-shadow: 0px 0px 30px #0075C9;
  text-align: center;
  padding: 15px 0;
  border-radius: 6px;
  font-style: normal;   
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.info:hover .tooltiptext {
  visibility: visible;
}

#main-menu  li a[aria-current] {
	color: #CCE3F4;
}

#main-menu .current-menu-parent > a {
	color:#CCE3F4;
}


#main-menu li a[aria-current]:before {
	background-color: #fff;
}



#page-sub-header .heading-wrapper .page-pretitle a {
	color: #222222;
        margin: 100px auto;
        text-align: center;
        color: black;
        max-width: 600px;
        position: relative;
}

#page-sub-header .heading-wrapper .page-pretitle a:before {
        content: "";
        display: block;
        width: 80px;
        height: 2px;
        background: #222222;
        left: 120%;
        top: 50%;
        position: absolute;
      }


#page-sub-header .heading-wrapper .page-title {
   font-weight: 700;
	color:#0075C9;}

#page-sub-header {
    background: #EFF5F9;
}

#page-sub-header .background-wrapper {
    background-image: none;
}

.site-foot .credits {
    background-color: #004EB5;align-content
	}
	
	.site-foot {
    position: relative;
    background-color: #004EB5;}

#sidebar .widget-title {
	background: #0075C9;
} 

#sidebar .advanced-sidebar-menu {
    border-left: 0px solid #0075C9;
}