/* put your custom css here */

@media only screen and (max-width:800px) {
    .hide-on-mobile {
        display: none !important;
    }
}
@media only screen and (min-width:801px)  {
    .hide-on-desktop {
        display: none !important;
    }
}

/* center ads */
div[id^="div-gpt-ad-"] {
    width: 100% !important;
}
div[id^="div-gpt-ad-"] > div {
    display: block !important;
    margin-right: auto;
    margin-left: auto;
}

.navbar-light .navbar-toggler {
    color: #000;
    border-color: transparent;
}

@media only screen and (min-width:993px) {
    .navbar-expand-lg .navbar-nav .over .dropdown-menu {
        margin-top: -41px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

/*contenitore*/
.wrap {
    margin-bottom: 0px;
    padding-bottom: 30px;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

/*titoli sezioni a dx (esteri, italia ecc.)*/
.titolo-sezione h2.simple-title,
.titolo-sezione h2.link-title,
aside.sidebar section.widget h2 {
    display: inline-block;
    background: #19489f;
    text-align:left;
    font-size: .7rem;
    line-height: 1;
    color: #fff;
    border: 0 solid;
    margin-bottom: 10px;
    padding: 5px 15px;
    text-transform: uppercase;
    border-radius: 3px;
}

/*fonts per articoli*/
body.single article {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'Verdana', 'PT Sans', sans-serif;
    color: #222;
}
body.single article header .entry-title {
    font-weight: 400;
}
body.single article header p {
    font-size: 1.2rem;
    line-height: 1.1;
    font-weight: normal;
    font-family: 'Verdana', 'PT Sans', sans-serif;
    color: #6f6f6f;
}

/* social sharing */
.crunchify-social p {
    display: none;
}
.crunchify-social .crunchify-link {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 0 !important;
    position: relative;
    border-radius: 20px;
    text-align: left;
    text-indent: -9999px;
}
.crunchify-social .crunchify-link:hover {
    text-decoration: none;
}
.crunchify-social .crunchify-link:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-style: normal;
    font-variant: normal;
    font-size: 16px;
    font-family: "Font Awesome 5 Brands";
    line-height: 40px;
    text-align: center;
    text-indent: 0;
}
.crunchify-social .crunchify-facebook:before { content: "\f39e"; }
.crunchify-social .crunchify-twitter:before { content: "\f099"; }
.crunchify-social .crunchify-googleplus:before { content: "\f0d5"; }
.crunchify-social .crunchify-whatsapp:before { content: "\f232"; }
.crunchify-social .crunchify-pinterest:before { content: "\f231"; }
.crunchify-social .crunchify-linkedin:before { content: "\f0e1"; }
.crunchify-social .crunchify-telegram:before { content: "\f3fe"; }
.crunchify-social .crunchify-buffer[href^="mailto"]:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
}
.crunchify-social .crunchify-buffer[href*="window.print"]:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f02f";
}

/*info-data*/
.info-data {margin-bottom: 5px;}
/*bordino tra le notizie*/
.two-third-list {
    margin-bottom: 25px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
}

/*footer*/
/****aggiunte delle direttive****/
footer.content-info section.widget_text{
    font-size: .9rem;
}

footer a, footer a:hover,
footer.content-info section ul li a {
    font-size: 1em;
    color: #fff;
}
footer .social-networks li {
    display: inline-block;
    float: left;
    vertical-align: top;
    text-align: center;
    margin: 5px;
    width: 30px;
    height: 30px;
}
footer .social-networks li a span {
    color: #fff;
    font-size: 1.2em;
}
/****fine aggiunte****/

.copyright-bar {
    background-color: #d62028;
}
.copyright-bar p, .copyright-bar p a {
    color: rgba(255,255,255,.8);
}
.copyright-bar p a:hover {
    color: rgba(255,255,255,1);
}
.copyright-bar {
    margin: 0 auto;
    padding: 15px 0;
    max-width: 1024px;
    font-size: .85em;
}
.copyright-bar p {
    margin: 0 15px;
}
.copyright-bar .left {
    width: 50%;
}
.copyright-bar .right {
    float: right;
    width: 50%;
    text-align: right;
}
.copyright-bar .right a {
    padding-left: 6px;
}
footer.content-info section h2 {
    display: inline-block;
    background: #fff;
    text-align:left;
    font-size: .7rem;
    line-height: 1;
    color: #222;
    margin-bottom: 10px;
    padding: 5px 15px;
    text-transform: uppercase;
    border-radius: 3px;
}

/*topbar*/

@media screen and (max-width: 993px) {
    nav#utility {
        display: none !important;
    }
}

nav#utility {
    margin: 6px 0;
    padding: 10px 6px;
    width: 994px;
    background: #d62028;
    color: #fff;
    font-size: .7rem;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
}

nav#utility a {
    color: #fff;
    text-decoration: none;
}

nav#utility ul,
nav#utility ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    vertical-align: middle;
}

nav#utility>.left {
    float: left;
    width: 66%;
}

nav#utility>.right {
    margin-left: auto;
    width: 33%;
    text-align: right;
}

nav#utility .icons a {
    display: block;
    overflow: hidden;
    width: 24px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
}

nav#utility .text li {
    margin-left: 8px;
}

nav#utility .followus {
    white-space: nowrap;
    text-align: right;
}

nav#utility .followus>div {
    display: inline-block;
    text-align: right;
    overflow: hidden;
}

nav#utility .followus>div.facebook { width: 125px }
nav#utility .followus>div.twitter { width: 150px }

/*main navbar*/
.banner nav.navbar {
    background-color: #fff !important;
    border-top: 4px solid #d62028;
    border-bottom: 1px solid #dedede;
    padding: 0;
}
.banner nav.navbar .nav-link,
.banner nav.navbar .nav a,
.banner .nav nav.navbar a {
    color: #000 !important;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
}
.banner nav.navbar .nav-link {
    padding: 12px 8px;
}
.banner nav.navbar .nav-link:hover,
.banner nav.navbar .nav a:hover,
.banner .nav nav.navbar a:hover,
.banner nav.navbar .nav-link.active,
.banner nav.navbar .nav a.active,
.banner .nav nav.navbar a.active {
    color: rgba(255, 255, 255, 0.7) !important;
    background: #d62028;
}
/*freccetta dropdown*/
.dropdown-toggle:after {
    border-top: .3em solid #222;
}
/*dropdown*/
.dropdown-menu {
    font-size: 0.9rem;
    color: #000;
    border-radius: 0;
}
.dropdown-item {
    padding: 0.25rem 1.5rem;
    color: #222;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #d62028;
}
.nav-link, .banner .nav a {
    padding: 0.3rem 1rem 0.5rem 1rem;
    font-weight: 500;
}

/*mobile header*/
.banner nav.navbar .mobile-header {
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
}

/*breadcrumbs*/
nav.breadcrumbs {
    padding: 0!important;
    border-bottom: 0;
    font-size:0.8rem!important;
}

.home .info-data,
.home .widget-excerpt,
.home .widget-signature {
    display: block !important;
}

.home .widget-excerpt,
.home .widget-signature {
    font-size: .85em;
}

/*
 * hides category, date, excerpt and signature
 * from pubbliredazionali and sidebar articles
 */
.home .category-pubbliredazionali .info-data,
.home .category-pubbliredazionali .widget-excerpt,
.home .category-pubbliredazionali .widget-signature,
.home .wide .widget-excerpt,
.home .wide .widget-signature,
.home .wide .info-data .category,
.home .wide .info-data .separator,
.one-third-list .info-data,
.one-third-list .widget-excerpt,
.one-third-list .widget-signature {
    display: none !important;
}

/* CUSTOM CSS Document CITYRUMORS */
.home .category-pubbliredazionali h3 {
    font-size: .9rem;
    line-height: 1;
}
@media (max-width: 767.98px) {
    .home .category-pubbliredazionali .image-link {
        float: left;
        max-width: 150px;
        margin-right: 15px;
    }
}

.mb-4, .my-4 {
    margin-bottom: .5rem !important;
    font-weight: 700;
}
.mb-5, .my-5 {
    margin-bottom: 1rem !important;
}

.tag-list ul.list-inline li {
    padding: 1px 7px;
    background-color: #4db2ec;
    border-radius: 3px;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 15px;
    font-size: 12px;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 700;
    border: 0 none;
}

.tag-list ul.list-inline li a {
    color: #fff;
}
.tag-list ul.list-inline li a:hover {
    color: #fff;
    background-color: #6abeee;
}

.category-menu-navbar {
    border: 0 none !important;
}
.category-menu-navbar .mr-2 {
	display: none;
}
ul.category-menu li {
    margin-right: 5px;
}
ul.category-menu li a {
    display: inline-block;
    padding: 1px 7px;
    background-color: #d62028;
    border-radius: 3px;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 13px;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 700;
}
ul.category-menu li a:hover {
    background-color: #e82d35;
}

table.tabella {
    width: 100%;
}

/*.titolo-sezione {
    border-bottom: 2px solid #d62028;
}*/

@media (max-width: 767.98px) {
/* For mobile phones: */
    body.single article {
        font-size: 1rem;
    }
}
