/*
Theme Name: Donadoni
Author: Testudoweb
Description: Tema custom per cliente Donadoni
Version: 0.0.1
Tags: bootstrap
*/
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    font-family: Lato;
    font-weight: bold;
}

a:link{
    color: #1B5883;
    font-weight: 400;
}

a:visited{
    color: #1B5883;
    font-weight: 400;
}

a:hover, a:focus{
    color: #CC4E1F;
    text-decoration: none;
}
.navbar-sup-header, .navbar-header{
    background: #1B5883;
    border: 0;
}

.noPadding{
	margin-right:-15px;
	margin-left:-15px;
}

.remove-Padding {
	margin-right:-15px;
	margin-left:-15px;
   }


#menu .nav-item,
.navbar-sup-header .link-nation a{
    text-transform: uppercase;
    color: #fff;
}
.navbar-header .navbar-collapse li a{
    color: #fff;
}
.navbar-header .navbar-collapse li.active a{
    background: #043150;
}
.navbar-header .navbar-collapse li.active a::after {
    background: #fff!important;
}
.form-newsletter input[type=submit] {
    background: #222;
    border: 0;
    color: #999;
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
    padding: 10px;
}
.privacy-footer{
    text-transform: uppercase;

}
.pagination-wrapper{
    width: 100%;
}
.pagination .page-link{
    color: #1B5883;
}
#search{
    background: #FBFBFB;
    padding: 0;
    text-align: center;
    border-top: 1px solid #efefef;
    height: 50px;
    position: relative;
}
#search label span{
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#search .search-field{
    width: 100%;
    padding: 10px;
    text-align: center;
    border: 0;
    background: transparent;
    font-size: 1.4em;
    color: #666;
    letter-spacing: 1px;
}
#search .search-submit{
    position: absolute;
    right: 0;
    border: 0;
    top: -1px;
    bottom: 0;
    background: #D82900;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 1.4em;
    cursor: pointer;
}
#search .search-submit:hover{
    background: #DC3F1A;
}
.search-result{
    padding-top: 30px;
    margin-top: 30px;
    border-top: 2px dashed #efefef;
}
.content-testo img{
    max-width: 100%;
    height: auto;
}
.table th {
    border: 0;
    background: #888;
    color: #fff;
    font-size: 11px;
    text-align: center;
}

#contactTab.nav-tabs{
    border-bottom: 0;
    padding-left: 5px;
}
#contactTab.nav-tabs .nav-item{
    margin-left: 3px;
}
#contactTab.nav-tabs .nav-link{
    border-radius: 0;
    padding: .1rem 1rem;
    text-transform: uppercase;
    border-color: #f5f5f5;
    background: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 11px;

}
#contactTab.nav-tabs .nav-link.active{
    color: #1B5883;
    border-top: 2px solid #1B5883;
    border-bottom: 0;
    margin-bottom: -2px;
}
.contactMap{
    width: 100%;
    height: 210px;
    display: block;
}
#area_news .area_news_container{
    padding: 30px;
    text-align: center;
    font-size: 1.4em;
}
#area_news .area_news_container a{
    /* color: #1B5883; */
}
.contact-form label{
    display: block;
    width: 100%;
}
.contact-form .wpcf7-form-control-wrap{
    width: 100%;
    display: block;
}
.contact-form .btn.btn-red{
    display: inline-block;
    margin: auto;
    width: auto;
    padding: 9px 30px;
}
div.wpcf7-response-output{
    margin: 10px 0!important;
    background: #fff;
}
@media screen and (min-width: 768px){
    .dropdown-hover:hover .dropdown-menu{
        display: block;
    }
}
#accordion.product-accordion{
    /* position: sticky; */
    top: 50px;
    z-index: 10;
}
.wrappare .wrappare-content{
    overflow: auto;
}
.wrappare.open .wrappare-content{
    max-height: none!important;
}
.wrappare p:empty{
    display: none;
}
img.alignright { float: right; margin: 0 0 1em 1em; }img.alignleft { float: left; margin: 0 1em 1em 0; }img.aligncenter { display: block; margin-left: auto; margin-right: auto; }.alignright { float: right; }.alignleft { float: left; }.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.table-financing{
  margin: 30px 0;
}

.table-financing,
.table-financing td,
.table-financing th{
  text-align: left !important;
  padding: 2px 10px;
  border: 1px solid #eee !important;
  font-size: 13px;
}

.table-financing  th{
  background: #fafafa;
}
.table-financing tr{
  border: 0;
}

.table-financing th:first-child,
.table-financing td:first-child{
  text-align: right !important;
}

.team-container .single-team .description .role{
  line-height: 1.2em !important;
}

.team-container .single-team .description{
  padding: 10px !important;
}

.wp-caption{
  width: 33% !important;
  margin: 10px 0;
  padding: 20px;
  display: inline-block;
}

.wp-caption img{
  margin: 0 0 15px 0;
  max-width: 100%;
}


.navbar-header.nav-fix{
    position: fixed;
    background: #0F446A;
    width: 100%;
    top: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.navbar-brand img{
  transition: all 500ms;
}
@media screen and (min-width: 980px){
    .navbar-header .navbar-brand img{
        margin-top: -50px;
        height: 85px;
      }
}

.navbar-header.nav-fix .navbar-brand img{
    margin-top: 0;
  height: 60px;
}


.navbar-header.nav-fix .navbar-collapse li a {
    height: 55px;
    padding: 14px 15px !important;
}

.page-template-template-management.page-template-template-management-php .btn{
  font-size: 13px;
}

.team-container.area-person-shortcode .single-team .description h3{
  font-size: 16px;
}

.team-container .single-team .description .role{
  font-size: 13px;
}

.team-container.area-person-shortcode .single-team .description{
  padding-bottom: 32px !important;
}

.twitter-feed{
  font-size: 13px;
  line-height: 22px;
}

.report_table_shortcode td,
.report_table_shortcode th{
  padding: 12px 8px !important;
  font-size: 13px !important;
}



/* DONADONI */
.home-main-relative{
    position: relative;
}

.atlas-featured-title{
	font-size: 22px;
}

@media screen and (min-width: 980px){
    .home-main-relative img{
        object-fit: cover; height: 100%; width: auto;
    }
    .home-main-relative .home-main-desc{
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(255, 255, 255, .7);
    }
}
.article-box{
    height: 100%;
    border-bottom: 0px solid #FF9C77;
}
.article-box .cat{
    font-size: 14px;
    color: #CC4E1F;
    letter-spacing: 1px;
}

.article-box h2,
.article-box h2 a,
.article-box h3,
.article-box h3 a,
.article-box h4,
.article-box h4 a,
.article-box h5,
.article-box h5 a{
    font-size: 18px;
    color: #1a1a1a;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    line-height: 1.2;
    transition: all 200ms linear;
}
.article-box h2:hover,
.article-box h2 a:hover,
.article-box h3:hover,
.article-box h3 a:hover,
.article-box h4:hover,
.article-box h4 a:hover,
.article-box h5:hover,
.article-box h5 a:hover{
    color: #CC4E1F;
}
.article-box .date{
    font-size: 14px;
}
.article-row{
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.article-row::after{
    content: "";
    display: table;
    clear: both;
}
.article-row::before{
    content: "";
    display: table;
    clear: both;
}
.section-title > .btn{
    float: right;
}
.bg-grey{
    background: #eaeaea;
}
.section-title > h2{
    margin: 0;
    padding: 0;
    display: inline-block;
}
.section-title{
    padding: 15px 0;
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
}
.cat > ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.cat:after{
    content: "";
    display: table;
    clear: both;
}
.cat > ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.cat > ul ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.cat > ul > li{
    display: block;
}
.cat > ul > li > a{
    float: left;
    clear: left;
    font-weight: 700;
}

.cat > ul > li > a:after{
    content: "/";
    margin: 0 3px;
    font-size: 9px;
    transform: translateY(-4px);
}
#home-cta{
    background-attachment: fixed;
    padding: 25vh 0;
    text-align: center;
    position: relative;
    display: block;
    z-index: 0;
}
#home-cta .overlay{
    content: " ";
    position: absolute;
    display: inline; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 1;
}
#home-cta h5{
    font-size: 72px;
    text-transform: uppercase;
    color: #fff;
    z-index: 21;
    position: relative;
    margin-bottom: 50px;
}
#home-cta .btn{
    font-size: 2em;
    padding: 15px 25px; 
    z-index: 21;
    position: relative;
}

.category .category_title{
    font-weight: bold;
    margin-bottom: 30px;
}
.category .category_description{
    font-size: 1.4em;
    line-height: 1.5;
}
#category_sidebar{
    /* position: sticky; */
    top: 70px;
    bottom: 30px;
}
#category_sidebar h3{
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0F446A;
}
.category_sidebar li{
    padding: 0;
    margin: 0;
}
.category_sidebar li a{
    border-bottom: 1px solid #efefef;
    padding: 13px 15px 13px 0;
    line-height: 1.4;
    display: block;
    font-size: 1.2em;
    position: relative;
}
.category_sidebar li.current a{
    font-weight: bold;
}
.category_sidebar li a::after{
    position: absolute;
    content: "\f054";
    font-family: "FontAwesome";
    color: #efefef;
    top: 50%;
    right: 10px;
    transform: translate(-5px, -50%);
    font-size: 1.1em;
    transition: all 300ms ease-out;
}
.category_sidebar li:hover a::after{
    color: #CC4E1F;
    font-size: 1.3em;
    transform: translate(10px, -50%);
}
#category_sidebar .search-form{
    position: relative;
}
#category_sidebar .search-form label{
    display: block;
    width: 100%;
}
#category_sidebar .search-form label span{
    display: none;
    
}
#category_sidebar .search-form input[type=search]{
    padding: 5px;
    background: #efefef;
    border: 1px solid #eee;
    color: #000;
    width: 100%;
    position: relative;
}
#category_sidebar .search-form input[type=submit]{
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 15px;
    color: transparent;
}
#category_sidebar .search-form input[type=submit]::before{
    content: "\f054";
    font-family: "FontAwesome";
    color: #000;
}

.more_category{
    background: #EFEFEF;
}
.bg-gray .article-row{
    border-color: #fff;
}

.twitter-feed > div{
    font-size: 1.6em;
    text-align: center;
    padding: 20px;
    max-width: 650px;
    margin: auto;
}
#category_twitter.slick-slider .slick-dots li{
    width: auto;
    height: auto;
}
#category_twitter .slick-dots{
    position: static;
    margin-bottom: 5px;
}
#category_twitter.slick-slider .slick-dots li button{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-bottom: 5px;
    background: #666;
}
#category_twitter.slick-slider .slick-dots li.slick-active button{
    background: #1B5883;
}
h3.widget_title{
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0F446A;
    margin-bottom: 30px;
}
#authors_rank h3{
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0F446A;
    margin-bottom: 30px;
}
.author_rank_list{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #efefef; 
}
.author_rank_list .n{
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    color: #FF9C77;
}
.author_rank_list h4{
    font-size: 1.3em;
    font-weight: bold;
	text-transform: capitalize;

}
.header-press-detail .image-bg-press,
.header-press-detail .image-bg-press .img{ 
    position: static;
}
.image-bg-press .img{
    height: 380px;
}
@media screen and (min-width: 980px){
    .single_post_content{
        margin-top: -200px;
        background: #fff;
    }
}
.single_post_content .cat{
    font-size: 14px;
    color: #CC4E1F;
    letter-spacing: 1px;
}
.single_post_content h1{
    font-weight: bold;
}

.post_content{
    font-size: 1.4em;
    line-height: 1.5;
}
.post_content a{
    text-decoration: underline!important;
}

.politicard{
    max-width: 500px;
    margin: 70px auto 20px;
    background: #0F446A;
    padding: 0;
    color: #fff;
}
.politicard header{
    padding: 20px;
    border-bottom: 1px solid rgba(255,255,255,.7);
    box-shadow: 0 0 30px 1px rgba(0,0,0,.5) inset;
}
.politicard header h5{
    color: rgba(255,255,255,.7);
    font-size: 18px;
}
.politicard .number{
    margin: auto;
    font-size: 1.8em;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background: rgba(0,0,0,.2);
    text-align: center;
    font-weight: bold;
    
    color: #fff;
}
.politicard label{
    font-size: 2.1em;
    line-height: 48px;
}
.politicard .line{
    padding: 15px;
    border-bottom: 1px dashed rgba(255,255,255,.3);
}
.politicard .total{
    padding: 20px 15px;
    background: rgba(0,0,0,.2);
}
.politicard .total .number{
    background-color: #A5360D;
    color: #fff;
}

.edit-politicard{
    padding: 20px;
    color: #CCA01F;
    font-size: 1.2em;
    display: none;
}
.edit-politicard .rates{
    text-align: center;
    margin-top: 20px;
}
.edit-politicard .rates::before{
    content: "YOUR VOTE:";
    color: rgba(255, 255, 255, .4);
    letter-spacing: 1px;
    font-size: 12px;
    display: block;
}
.edit-politicard .lab{
    position: relative;
    font-size: 1.5em;
    width: 52px;
    height: 52px;
    text-align: center;
    display: inline-block;
    line-height: 50px;
    color: #efefef;
    border-radius: 50%;
    background: rgba(0,0,0, .4);
    margin: 5px;
    cursor: pointer;
    transition: all 300ms ease-in-out; 
}
.edit-politicard .vote{
    position: relative;
}
.edit-politicard .vote:hover .lab{
    background-color: #E2BB47;
    color: #043150;
}
.edit-politicard .vote.active .lab{
    background-color: #CC4E1F;
}
.edit-politicard .polititip{
    position: absolute;
    top: 40px;
    left: 50%;;
    transform: translateX(-50%);
    background: rgba(0,0,0, 1);
    width: auto;
    white-space: nowrap;
    display: none;
    padding: 3px;
    border-radius: 5px;
}
.edit-politicard .polititip::before{
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;;
    transform: translateX(-50%);
    width: 0;
height: 0;
border-style: solid;
border-width: 0 10px 8px 10px;
border-color: transparent transparent #000000 transparent;

}
.edit-politicard .vote:hover .polititip{
    display: block;
}

#politiactions .btn{
    background: #A5360D;
    color: #fff;
    font-size: 2em;
    margin: 0 auto 70px;
    transition: all 300ms ease-in-out; 
    max-width: 500px;
}
#politiactions .btn:hover{
    background: #043150;
}
#sendvote{
    display: none;
}

.guestvotes{
    text-align: right;
    display: block;
    width: 100%;
    padding: 0 15px;
    color: rgba(255, 255, 255, .5);
    
}
.guestvotes .n{
    font-weight: bold;
    border-radius: 2px;
}
.total .guestvotes{
    color: #A5360D;
    padding: 0;
}