/*
Theme Name: CISV Onlus
Theme URI: https://takeabyte.it
Template: donatics
Author: Carolina Ciravegna
Author URI: https://takeabyte.it
Description: CISV Onlus
Version: 1.0.0.1685790540
Updated: 2023-06-03 11:09:00

*/

a:hover {
    color: #333;
}
.navbar-light .navbar-nav .nav-link {
    margin-top: 14px;
}
.uf-card-footer {
    padding-bottom: 18px;
}
.uf-input-group .uf-group-field {
    padding-top: 14px;
    padding-right: 14px;
    padding-bottom: 20px;
}
.uf-breadcrumbs {
    text-transform: none;
}
.navbar-light .navbar-nav {
    height: 38%;
}
#header-image .header-overlay .post-meta-date {
    display: none;
}
.uf-single-post__meta-category ul.post-categories {
    margin-top: 6px;
    margin-bottom: -10px;
}
.uf-single-post__title .wp-post-image {
    width: 100%;
}
.related-posts .card-title {
    text-align: left;
}
.related-posts .card-body {
    padding-bottom: 0;
    min-height: 8px;
}
.related-posts .meta-entries__author-date__gravatar {
    display: none;
}
.related-posts .meta-author {
    display: none;
}
.related-posts .meta-date {
    display: none;
}
#header.sticky.sticky--top {
    border-bottom: 0;
}
.vc_sep_line {
    position: relative;
    top: 1px;
    border-top: 2px solid #ebebeb;
    display: block;
    width: 100%;
    height: 2px;
    border-top-color: rgb(235, 235, 235);
}
/*.custom-logo-link img {
    margin-top: -25px;
}
.custom-logo-sticky-link img {
  margin-top: -30px;*/
}
.wpgmp_listing_container {
    display: none;
}
.display-posts-listing.grid {
    display: grid;
    grid-gap: 40px;
}
.display-posts-listing.grid-area {
    background-color: #fff;
    -moz-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.08);
    -o-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.08);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.08);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    -moz-transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    -webkit-transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    -o-transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    -moz-transition-delay: .1s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.column_inner {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    min-height: 1px;
}
.display-posts-listing.grid img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.post-content{
	padding: 0 25px;
}
.excerpt {
    padding-top: 12px;
    color: #888;
    font-size: 14px;
    float: left;
    width: 100%;
}
.category-display {
    color: #fff;
}
.sezione {
    background-color: #dfe5e6 !important;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    color: #333 !important;
    line-height: 1.5;
    font-size: .702rem;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    font-family: Lato,sans-serif;
    cursor: pointer;
    margin-right: 0;
    margin-bottom: 4px;
    letter-spacing: .01875rem;
    padding: 3px 12px;
}
.titolo {
    position: relative;
    margin-top: 0;
    line-height: 1.4;
    font-size: 18px;
    float: left;
    width: 100%;
    font-weight: 700;
    margin-right: 0;
    margin-bottom: 0;
    margin-bottom: 2px;
    margin-left: 0;
}
.leggitutto {
    background-color: #48877c !important;
    border: none;
    padding-top: 12px;
    padding-right: 28px;
    padding-right: 25px;
    padding-bottom: 12px;
    padding-left: 28px;
    padding-left: 25px;
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    -o-border-radius: 75px;
    border-radius: 75px;
    color: #fff;
    margin-top: 20px;
    line-height: 1;
    font-size: 12px;
    float: left;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    font-family: Montserrat,sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    -moz-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    letter-spacing: 2px;
}
.data {
	padding-right: 7px;
    color: #48877c !important;
    font-size: .782rem;
    border-right: 1px solid #e4e4e4;
    text-decoration: none;
    font-family: Lato,sans-serif;
    margin-right: 7px;
}
.listing-item {
    background-color: #fff;
    -moz-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.08);
    -o-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.08);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.08);
    position: relative;
    padding-bottom: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 1px;
    -moz-transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    -webkit-transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    -o-transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    -moz-transition-delay: 0s, 0s, 0s;
    -moz-transition-delay: .1s;
    -webkit-transition-delay: 0s, 0s, 0s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.listing-item:hover {
    background-color: #fff;
    -moz-box-shadow: 0 2px 2px 0 rgba(45,45,45,0.05), 0 4px 4px 0 rgba(49,49,49,0.05), 0 8px 8px 0 rgba(32,32,32,0.05), 0 16px 16px 0 rgba(32,32,32,0.05), 0 32px 32px 0 rgba(49,49,49,0.05), 0 64px 64px 0 rgba(35,35,35,0.05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(45,45,45,0.05), 0 4px 4px 0 rgba(49,49,49,0.05), 0 8px 8px 0 rgba(32,32,32,0.05), 0 16px 16px 0 rgba(32,32,32,0.05), 0 32px 32px 0 rgba(49,49,49,0.05), 0 64px 64px 0 rgba(35,35,35,0.05);
    -o-box-shadow: 0 2px 2px 0 rgba(45,45,45,0.05), 0 4px 4px 0 rgba(49,49,49,0.05), 0 8px 8px 0 rgba(32,32,32,0.05), 0 16px 16px 0 rgba(32,32,32,0.05), 0 32px 32px 0 rgba(49,49,49,0.05), 0 64px 64px 0 rgba(35,35,35,0.05);
    box-shadow: 0 2px 2px 0 rgba(45,45,45,0.05), 0 4px 4px 0 rgba(49,49,49,0.05), 0 8px 8px 0 rgba(32,32,32,0.05), 0 16px 16px 0 rgba(32,32,32,0.05), 0 32px 32px 0 rgba(49,49,49,0.05), 0 64px 64px 0 rgba(35,35,35,0.05);
    overflow: hidden;
    -moz-transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    -webkit-transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    -o-transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    -moz-transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
    -moz-transition-delay: 0s, 0s, 0s;
    -moz-transition-delay: .1s;
    -webkit-transition-delay: 0s, 0s, 0s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: 0s, 0s, 0s;
    -o-transition-delay: .1s;
    transition-delay: 0s, 0s, 0s;
    transition-delay: .1s;
}
.display-posts-listing p {
    padding: 0 24px;
}
#menu-item-22807 a {
    background-color: #c92f2f;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    -o-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
    color: #fff !important;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 12px;
    -moz-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    padding: 6px 24px;
}
#menu-item-8530 a:hover {
    background-color: #aa2a2a;
}
.terminato {
    background-color: #c82f2f !important;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    color: #fff;
    line-height: 1.5;
    font-size: .702rem;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    font-family: Lato,sans-serif;
    cursor: pointer;
    margin-right: 6px;
    letter-spacing: .01875rem;
    padding: 3px 12px;
}
.eventi .terminato{
	float: right;
	margin-bottom: 0;
    margin-top: -18px;
}
.attivo {
    display: none;
}
.data-categoria {
    padding-bottom: 10px;
    line-height: 1;
    font-size: 0.702rem;
    display: none;
    font-weight: 400;
    font-family: "Lato",sans-serif;
    letter-spacing: 0.01875rem;
}
.titolo-sidebar-categoria {
    padding-top: 45px;
    font-size: 18px;
    font-weight: 600;
    font-family: Montserrat;
    margin-bottom: -5px;
    text-transform: uppercase;
}
.col-md-related {
    position: relative;
    margin-right: -30px;
    min-height: 1px;
}
.card-img-caro {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    height: 151px;
    -o-object-fit: cover;
    object-fit: cover;
}
give-display-modal .give-btn, .give-display-reveal .give-btn {
    margin: 0 0 15px;
}
.navbar-light .navbar-nav .current-menu-ancestor::after, .navbar-light .navbar-nav .current-menu-parent::after, .navbar-light .navbar-nav .current-menu-item::after {
    background-color: #48877c;
    margin-bottom: 10px;
}
.navbar-light .navbar-nav .current-menu-ancestor, .navbar-light .navbar-nav .current-menu-ancestor>.nav-link, .navbar-light .navbar-nav .current-menu-parent, .navbar-light .navbar-nav .current-menu-parent>.nav-link, .navbar-light .navbar-nav .current-menu-item, .navbar-light .navbar-nav .current-menu-item>.nav-link {
    color: #48877c;
}
a {
    color: #48877c;
}
.pills.pills-primary {
    background-color: #dfe5e6 !important;
    color: #333 !important;
}
.top-header-menu {
    color: #323232;
    font-size: 11px;
    margin-left: 20px;
    letter-spacing: 1px;
}
.top-header-social {
    font-size: 17px;
    letter-spacing: 3px;
}
.top-bar {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 5px;
    width: 100%;
}
.language {
    margin-top: 2px;
    float: right;
}
.categoria-623 {
    display: inline;
}
.linea {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 20px;
    margin-bottom: 20px;
}
.data-post {
    color: #fff;
    margin-bottom: 15px;
}
@media only screen and (max-width: 981px) {
.navbar-toggler .navbar-toggler-icon {
    background-color: #f1f2f3;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
}
.home #header.sticky--top .navbar-toggler {
    border-right: 1px solid #e3e3e3;
    height: 75%;
}
#wpfront-scroll-top-container {
    margin-right: 10px;
}
.related-posts {
    display: none;
}
.cerca {
    width: 200px;
    width: 150px;
    (-bracket-: hack;
}
}
@media (min-width: 600px) {
.display-posts-listing.grid {
    grid-template-columns: repeat( 2, 1fr );
}
}
@media (min-width: 1024px) {
.display-posts-listing.grid {
    grid-template-columns: repeat( 3, 1fr );
}
}
