/* VOCI MENU SPOSTATE A DESTRA */
.main-navigation ul {
text-align: right;
}
#secondary.right_right .widget ul li {
   text-align:center;
   list-style:none;
}

/* MODIFICA SPAZI FOOTER */
.site-footer{
padding: 10px 0 30px;
margin-top: 0px;
}
/* elenco puntato in chi sono */
.widget ul {
    list-style: disc;
}
.widget ul li {
   text-transform: inherit;
   border: none;
   line-height: 26px;
}
.widget ul li a{
   text-transform: inherit;
   border: none;
   line-height: 26px;
   font-weight:bold;
   color: rgba(45,127,199,0.8);
   padding: 0;
}
.widget ul li::after {
  display:none;
}

.ak-container-no #primary {
    width: 100%;
    padding: 10px 0px 0;
}
.entry-content a, .meta_data_box .metacats a, .meta_data_box .metacomments a, .bdp_blog_template .categories a, .post_content a, .post_content a:hover, .tags a, span.category-link a, .bdp_blog_template a {
    font-size: 16px;
}
.entry-content h2 a {    font-size: 24px; }
.entry-content a, .meta_data_box .metacats a, .meta_data_box .metacomments a, .bdp_blog_template .categories a, .post_content a, .post_content a:hover, .tags a, span.category-link a, .bdp_blog_template a {
    font-size: 16px;
    font-weight: bold;
}
.header_info_wrap {
    width: 65%;
    float: right;
    padding: 45px 0px 0px 0px;
}
.header_info_wrap .fa_iconfb {
    display: inline-block;
    float: right;
    margin: 0px 15px 0px 0px;
}
.header_info_wrap .phone_header, .header_info_wrap .email_header, .header_info_wrap .location_header {
    display: inline-block;
    float: right;
    text-align: right;
    width: initial;
}

figure {margin: 0.5em 0px;}

blockquote::before, blockquote::after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: ".";
    font-size: 0;
}
blockquote::before {
    background-image: url('https://www.alicelombardi.it/wp-content/uploads/2017/07/virgolette-aperte.png');
    left: 0;
}
blockquote {
    margin: 0 2.2em;
}
.single-post .entry-content, .archive .entry-content {
text-align: justify;
}
.post-image-wrap {
    text-align: center;
}





