/*
Theme Name: Radicali
Theme URI: http://radicali.it/
Author: Mauro Staci
Author URI: http://maurky.com/
Version: 1.0
*/


/* @override http://radicali-wordpress.igloosistemi.it/wp-content/themes/radicali/style.css?ver=4.6.1 */

@import 'https://fonts.googleapis.com/css?family=Alfa+Slab+One';
@import 'https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i';

/* @group structure */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    padding-top: 90px;
    overflow-x: hidden;
}

h1,
h2,
h3 {
    font-family: 'Alfa Slab One', cursive;
}

h5 {
    font-size: 1.2em;
    margin: 15px 0;
}

a {
    color: #af1020;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #af1020;
    text-decoration: none;
    outline: none;
}

ul {
    list-style: none;
}

td {
    padding: 6px;
}

.text-black {
    color: #000 !important;
}

.gm-style-iw * {
    font-family: 'Karla', sans-serif;
}

.clearfix:after,
.wrapper:after {
    clear: both;
    content: '';
    display: block;
}

.wrapper {
    clear: both;
    margin: 0 auto;
    width: 1200px;
}

.img-responsive {
    height: auto;
    width: 100%;
}

.max-responsive {
    height: auto;
    max-width: 100%;
}

.red {
    background: #af1020;
}

.red * {
    color: #fff;
}

.red input {
    color: initial;
}

.embed-responsive {
    width: 100%;
    height: 700px;
}

.btn {
    border-radius: 0px;
    background: #af1020;
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
    padding: 5px 10px;
}

.btn-full {
    display: block;
    width: 100%;
}

.red .btn {
    background: #fff;
    color: #af1020;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.fill-height-row {
    display: flex;
}

.fill-height-column {
    display: flex;
    flex-direction: column;
}

.flex-top-end {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.map {
    background-color: #d6d2d2;
}

.full-absolute {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    height: 100%;
    width: 100%;
}

input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}

.entry-content img.alignleft {
    float: left;
    margin: 15px 15px 15px 0;
}

.entry-content img.alignright {
    float: right;
    margin: 15px 0 15px 15px;
}

.entry-content img.aligncenter {
    display: block;
    margin: 15px auto;
}


/* @group row */

.row-gap-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.row-gap-0>div {
    padding-left: 0px;
    padding-right: 0px;
}

.row-gap-1 {
    margin-left: -1px;
    margin-right: -1px;
}

.row-gap-1>div {
    padding-left: 1px;
    padding-right: 1px;
}

.row-gap-2 {
    margin-left: -2px;
    margin-right: -2px;
}

.row-gap-2>div {
    padding-left: 2px;
    padding-right: 2px;
}

.row-gap-3 {
    margin-left: -3px;
    margin-right: -3px;
}

.row-gap-3>div {
    padding-left: 3px;
    padding-right: 3px;
}

.row-gap-4 {
    margin-left: -4px;
    margin-right: -4px;
}

.row-gap-4>div {
    padding-left: 4px;
    padding-right: 4px;
}

.row-gap-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row-gap-5>div {
    padding-left: 5px;
    padding-right: 5px;
}

.row-gap-6 {
    margin-left: -6px;
    margin-right: -6px;
}

.row-gap-6>div {
    padding-left: 6px;
    padding-right: 6px;
}

.row-gap-7 {
    margin-left: -7px;
    margin-right: -7px;
}

.row-gap-7>div {
    padding-left: 7px;
    padding-right: 7px;
}

.row-gap-8 {
    margin-left: -8px;
    margin-right: -8px;
}

.row-gap-8>div {
    padding-left: 8px;
    padding-right: 8px;
}

.row-gap-9 {
    margin-left: -9px;
    margin-right: -9px;
}

.row-gap-9>div {
    padding-left: 9px;
    padding-right: 9px;
}

.row-gap-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-gap-10>div {
    padding-left: 10px;
    padding-right: 10px;
}

.row-gap-11 {
    margin-left: -11px;
    margin-right: -11px;
}

.row-gap-11>div {
    padding-left: 11px;
    padding-right: 11px;
}

.row-gap-12 {
    margin-left: -12px;
    margin-right: -12px;
}

.row-gap-12>div {
    padding-left: 12px;
    padding-right: 12px;
}

.row-gap-13 {
    margin-left: -13px;
    margin-right: -13px;
}

.row-gap-13>div {
    padding-left: 13px;
    padding-right: 13px;
}

.row-gap-14 {
    margin-left: -14px;
    margin-right: -14px;
}

.row-gap-14>div {
    padding-left: 14px;
    padding-right: 14px;
}

.flex {
    display: flex;
}

section {
    position: relative;
}

.anchor {
    position: relative;
    top: -130px;
}

.space {
    height: 30px;
}

#wpgmza_map_1 .wpgmza_markerbox a {
    color: #af1020 !important;
}

#wpgmza_map_1 .wpgmza_markerbox a:hover {
    text-decoration: underline;
}


/* @end */


/* @end */


/* @group header */

#header {
    background: #fff;
    border-bottom: solid 1px #d6d2d2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
}

body.admin-bar #header {
    top: 32px;
}

#logo {
    display: block;
    float: left;
}

#logo img {
    margin-top: 5px;
    margin-bottom: 5px;
}

#header .menu-principale-container {
    float: right;
}

#header .menu-principale-container ul {
    margin-top: 20px;
}

#header .menu-principale-container ul li {
    display: inline-block;
    padding: 20px 0;
    position: relative;
}

#header .menu-principale-container ul li .sub-menu li {
    padding: 0;
}

#header .menu-principale-container ul li .sub-menu {
    background: #fff;
    display: none;
    min-width: 200px;
    max-width: 400px;
    position: absolute;
    left: 0;
    top: 50px;
}

#header .menu-principale-container ul li:hover .sub-menu {
    display: block;
}

#header .menu-principale-container ul li .sub-menu:before {
    content: '';
    display: block;
    background: #303030;
    position: absolute;
    top: -10px;
    left: 0;
    height: 10px;
    width: 85px;
}

#header .menu-principale-container ul li .sub-menu li {
    background: #303030;
    display: block;
}

#header .menu-principale-container ul li .sub-menu li+li a {
    border: none;
    padding: 8px 15px;
    margin: 0;
}

#header .menu-principale-container ul li .sub-menu li a {
    color: #fff;
    display: block;
    padding: 8px 15px;
    white-space: nowrap;
}

#header .menu-principale-container ul>li.current-menu-ancestor>a {
    color: #af1020;
}

#header .menu-principale-container ul li .sub-menu li:hover a {
    background: #af1020;
}

#header .menu-principale-container ul li+li a {
    border-left: solid 2px #000;
    padding-left: 7px;
    margin-left: 4px;
}

#header .menu-principale-container ul li a {
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: lowercase;
}

#header .menu-principale-container ul li .sub-menu li a {
    border-left: none !important;
    margin-left: 0 !important;
}

.tax-tipo-campagne #menu-item-222651 a,
.single-campagne #menu-item-222651 a {
    color: #af1020 !important;
}

#header .menu-principale-container ul li.current_page_item a,
#header .menu-principale-container ul li:hover a {
    color: #af1020;
    text-decoration: none;
}

input[type="text"],
input[type="search"] {
    font-family: 'Karla', sans-serif;
    border: none;
    border-radius: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.toggle-menu {
    background: #af1020;
    display: none;
    font-weight: bold;
    position: absolute;
    top: 0;
    height: 60px;
    right: 0;
    width: 60px;
}

.toggle-menu .padding {
    margin: 17px 10px 0;
    position: relative;
}

.toggle-menu .line {
    background: #fff;
    height: 3px;
    left: 0;
    width: 100%;
    position: absolute;
    -webkit-transition: all linear 0.15s;
    -moz-transition: all linear 0.15s;
    -ms-transition: all linear 0.15s;
    -o-transition: all linear 0.15s;
}

.toggle-menu .line-1 {
    top: 0px;
}

.toggle-menu .line-2 {
    top: 10px;
}

.toggle-menu .line-3 {
    top: 20px;
}

body.menu-open .toggle-menu .line-1 {
    top: 9px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body.menu-open .toggle-menu .line-3 {
    top: 9px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body.menu-open .toggle-menu .line-2 {
    opacity: 0;
}

.mobile-menu-container {
    display: none;
}

.mobile-menu-container ul {
    margin: 0;
}


/* @end */


/* @group owl */


/* @group bar */

.owl-frase>.owl-frase-item:not(:first-child),
.owl-event>.owl-event-item:not(:first-child) {
    display: none;
}

.header-bar {
    padding: 15px 0 10px;
}

.header-bar .circle {
    background: #d6d2d2;
    display: inline-block;
    float: left;
    margin-right: 10px;
    height: 50px;
    text-align: center;
    line-height: 64px;
    font-size: 2.8em;
    border-radius: 50%;
    width: 50px;
}

.header-bar a {
    color: #000;
}

.header-bar .col-sm-4 {
    min-height: 70px;
}

.header-bar .col-sm-4+.col-sm-4 {
    border-left: solid 1px #000;
}

.header-bar .social-menu {
    margin-top: 10px;
}

.header-bar .social-menu li {
    display: inline-block;
    margin-right: 5px;
}

.header-bar .social-menu li a {
    font-size: 1.5em;
}

.header-bar .social-menu li a:hover {
    color: #af1020;
}

.header-bar h5 {
    margin-top: 0;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 1em;
    color: #af1020;
    text-transform: uppercase;
}

.radio-play {
    background: #af1020;
    color: #fff;
    float: left;
    height: 25px;
    line-height: 30px;
    text-align: center;
    width: 25px;
}

.radio-label {
    background: #d6d2d2;
    display: inline-block;
    line-height: 25px;
    padding: 0 10px;
}


/* @end */


/* @group generic */

.owl * {
    backface-visibility: hidden;
}

.owl .owl-next .fa,
.owl .owl-prev .fa {
    color: #fff;
    opacity: .75;
    font-size: 2em;
    padding: 10px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.owl .owl-next .fa:hover,
.owl .owl-prev .fa:hover {
    opacity: 1;
}

.owl .owl-next,
.owl .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.owl .owl-next {
    right: 0;
}

.owl .owl-prev {
    left: 0;
}


/* @end */


/* @group slider */

.owl-slider .owl-dots {
    position: absolute;
    top: 30px;
    right: 30px;
}

.owl-slider .owl-dot {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-left: 15px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    width: 30px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.owl-slider .owl-dot:hover {
    color: #af1020;
}

.owl-slider .owl-dot.active {
    background: #af1020;
    color: #fff;
}

.owl-slider .owl-dots {
    counter-reset: dots;
}

.owl-slider .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
}

.owl-slider .text {
    color: #fff;
    pointer-events: none;
    position: absolute;
    bottom: 140px;
    left: 0;
    width: 100%;
}

.owl-slider .text h2 {
    margin: 0 0 30px;
    color: #fff;
    font-size: 4.5em;
    text-transform: uppercase;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
}

.owl-slider a:hover {
    text-decoration: none;
}

.owl-slider .text p {
    font-weight: bold;
    font-size: 1.6em;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
}

.owl-slider .owl-stage {
    background: #af1020;
}

.category-icon-slider {
    position: absolute;
    top: 0;
    left: 0;
}


/* @end */


/* @group carousel */

.owl-press .owl-next .fa,
.owl-press .owl-prev .fa,
.owl-car .owl-next .fa,
.owl-car .owl-prev .fa {
    color: #000;
}

.owl-press .owl-prev,
.owl-car .owl-prev {
    left: -60px;
}

.owl-press .owl-next,
.owl-car .owl-next {
    right: -60px;
}

.owl-car .loop-campagne {
    margin-bottom: 0;
}


/* @end */


/* @group press */

.owl-press {
    margin-bottom: 30px;
}

.press-box {
    margin-bottom: 30px;
}

.press-box,
.owl-press .slide {
    border: solid 4px #ccc;
}

.press-box .flex,
.owl-press .slide .flex {
    min-height: 250px;
}

.press-box .text,
.owl-press .slide .text {
    padding: 30px 15px 0;
}

.press-box .text .intro,
.owl-press .slide .text .intro {
    color: #af1020;
    font-weight: bold;
    line-height: 1em;
}

.press-box .text h4 a,
.owl-press .slide .text h4 a {
    color: #000;
    font-family: 'Alfa Slab One', cursive;
    font-size: 1.4em;
}

.press-box .bg-full,
.owl .bg-full {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.press-box .full-bg a,
.owl .full-bg a {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}


/* @end */


/* @group comunicati */

.owl-slider-comunicati {
    background: #d6d2d2;
}

.owl-slider-comunicati .slide .flex {
    min-height: 400px;
}

.owl-slider-comunicati .container-half {
    max-width: 540px;
    margin-left: 30px;
    position: relative;
    padding-top: 30px;
}

.owl-slider-comunicati h2 {
    color: #af1020;
    margin-bottom: 20px;
    font-size: 2.8em;
}

.owl-slider-comunicati .section-title {
    color: #000;
}

.owl-slider-comunicati .section-title .circle {
    background: #fff;
    color: #000;
}

.owl-slider-comunicati .read-more {
    color: #000;
    text-decoration: underline;
    font-size: 1.1em;
    font-weight: bold;
}

.back-dark {
    background: #303030;
    color: #fff;
}

.slider-ctrl-holder {
    display: flex;
}

.slider-ctrl {
    cursor: pointer;
    flex: 1;
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 10px 20px;
}

.slider-ctrl+.slider-ctrl {
    border-left: solid 1px #fff;
}

.slider-ctrl.active {
    background: #af1020;
}


/* @end */


/* @end */


/* @group search */

.search-form {
    border-bottom: solid 1px #d6d2d2;
    position: relative;
}

.search-form .icon-search-1 {
    color: #af1020;
    font-size: 4em;
    position: absolute;
    top: 20px;
    left: 0;
}

.search-form .search-submit {
    display: none;
}

.search-form input {
    padding: 20px 0;
    padding-left: 90px;
    color: #af1020;
    font-weight: lighter;
    font-size: 3em;
    text-transform: lowercase;
    width: 100%;
}


/* @end */


/* @group supporter */

.play-container {
    background: #af1020;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    height: 70px;
    width: 70px;
    text-align: center;
}

.play-container span {
    font-size: 3em;
    display: block;
    margin-left: 4px;
    margin-top: 12px;
}

h2.section-title {
    font-family: 'Karla', sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    margin: 30px 0;
    text-transform: uppercase;
}

.more {
    float: right;
    text-transform: lowercase;
    text-decoration: underline;
    color: #000;
    font-weight: lighter;
}

h2 .more {
    line-height: 1.5em;
    font-size: 0.8em;
}

.more:hover {
    color: #af1020;
}

.supporter-main h3 {
    font-size: 4.5em;
    margin: 0 0 20px;
}

.supporter-main .supporter-text {
    padding: 40px 40px 0;
}

.supporter-main .supporter-button {
    padding: 0 40px 40px;
}

.supporter-main h3 a {
    color: #fff;
}

.supporter-info {
    color: #fff;
    font-size: 1.6em;
    text-transform: uppercase;
}

.supporter-box-container {
    margin-bottom: 90px;
}

.supporter-box .inner {
    position: relative;
    z-index: 1;
    background: #d6d2d2;
    margin: -60px 10px;
    padding: 20px;
    text-align: center;
    display: flex;
    height: 130px;
    justify-content: center;
    flex-direction: column;
}

.supporter-box .inner h3 {
    text-transform: uppercase;
    margin: 0;
}


/* @end */


/* @group icon */

.owl-icon {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 20;
}

.icon-simple span {
    font-size: 30px;
}

.icon-simple .icon-circle {
    height: 30px;
    background: #fff;
    width: 30px;
}

.icon-simple .circle {
    width: 30px;
}

.icon-simple .circle span {
    display: block;
    text-align: center;
    width: 40px;
    font-size: 3em;
    line-height: 1.3em;
    height: 40px;
    background: #fff;
    border-radius: 50%;
}

.icon-simple .circle .label {
    position: absolute;
    top: 10px;
    font-size: 1.2em;
    left: 45px;
}

.icon-simple .icon-circle .label {
    position: absolute;
    font-size: 1em;
    top: 0;
    left: 35px;
}

.icon-circle {
    background: #af1020;
    border-radius: 50%;
    line-height: 1.5em;
    font-size: 3em;
    height: 50px;
    width: 50px;
}

.section-title {
    position: relative;
    margin-left: 50px !important;
}

.section-title .circle {
    background: #d6d2d2;
    display: inline-block;
    width: 40px;
    line-height: 50px;
    height: 40px;
    margin-right: 15px;
    border-radius: 50%;
    text-align: center;
    font-size: 2em;
    position: absolute;
    top: -9px;
    left: -50px;
}


/* @end */


/* @group stripe */

.supporter-box .supporter-info {
    color: #000;
    text-transform: lowercase;
    font-size: 1.4em;
}

.stripe-title {
    color: #fff !important;
    letter-spacing: 2px;
    font-size: 4.5em;
}

.stripe-subtitle {
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 30px;
}

.stripe-line {
    height: 2px;
    background: #fff;
}

.stripe-icon-container .red-item a {
    display: flex;
    height: 100px;
    align-items: center
}

.stripe-icon-container .red-item .icon {
    background: #ae2330;
    font-size: 5em;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100px;
}

.stripe-icon-container .red-item .icon span {
    position: relative;
    top: 10px;
}

.stripe-icon-container .red-item .label {
    display: block;
    padding: 0;
    margin-left: 15px;
    text-align: left;
    font-size: 1.2em;
    white-space: normal;
}


/* @end */


/* @group tag */

.tag-container {
    margin-bottom: 20px;
}

.tag-box {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    font-weight: bold;
    text-transform: lowercase;
    font-size: 1.2em;
    border: solid 4px#d6d2d2;
    padding: 10px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.tag-box.selected {
    background-color: #af1020;
    border-color: #af1020;
    color: #fff;
}

.tag-box:hover {
    border-color: #af1020;
}


/* @end */


/* @group input */

.contact-form {
    padding: 40px 0;
}

.contact-form h3 {
    text-align: center;
    font-size: 2.4em;
    margin-bottom: 30px;
    color: #af1020;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    border: none !important;
    background: #d6d2d2 !important;
    border-radius: 0px !important;
    font-family: 'Karla', sans-serif;
    font-size: 1.6em !important;
    padding: 10px !important;
}

.contact-form .caldera-grid .btn {
    float: right;
    border-radius: 0px !important;
    padding: 5px 60px !important;
    font-size: 1.4em !important;
}

.contact-form .caldera-grid .btn:hover {
    color: #fff !important;
}


/* @end */


/* @group footer */

footer {
    background: #e0e0e0;
    padding: 40px 0 60px;
}

footer .container {
    position: relative;
}

footer p a {
    text-decoration: underline;
}

footer ul li a {
    color: #000;
    font-weight: bold;
    text-transform: lowercase;
}

footer .sub-menu {
    display: none;
}

footer .logo {
    text-align: center;
}

footer .logo img {
    max-height: 200px;
}

.scroll-top {
    cursor: pointer;
    position: absolute;
    background: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 2em;
    bottom: -60px;
    right: 0;
    z-index: 20;
}

.scroll-top span {
    position: relative;
    top: 5px;
}

.credits {
    display: none;
}


/* @end */


/* @group move */

.owl-move .owl-stage {
    background: #454545;
    height: 80px;
    overflow: hidden;
    cursor: move;
}

.owl-move .move-tag {
    background: #454545;
    display: block;
    color: #fff;
    font-family: 'Alfa Slab One', cursive;
    font-size: 2.8em;
    padding: 0 20px;
    line-height: 80px;
}

.owl-move .move-tag a,
.owl-move .move-tag a:hover {
    color: #fff;
    text-decoration: none;
}

.owl-move .owl-stage>div:nth-child(odd) .move-tag {
    background: #2a2a2a;
}

.owl-move .owl-dots {
    display: none;
}


/* @end */


/* @group loop */

.loop-container {
    margin: 30px 0;
}

.loop-container .supporter-main {
    margin-bottom: 30px;
}

.loop-campagne {
    margin-bottom: 30px;
    position: relative;
}

.loop-campagne .inner {
    background: #d6d2d2;
    min-height: 230px;
    overflow: hidden;
    padding: 60px 20px 40px;
}

.loop-campagne h3 {
    margin: 0;
    font-size: 2em;
    text-align: center;
    overflow-wrap: break-word;
}

.loop-campagne h3 a {
    color: #000;
}

.loop-campagne .btn:hover {
    color: #fff;
}

.loop-campagne .box-icon {
    text-align: center;
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
}

.loop-campagne .box-icon span {
    font-size: 3em;
    line-height: 1em;
    position: relative;
    top: 5px;
}

.loop-campagne .box-icon .circle {
    background: #d6d2d2;
    display: inline-block;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.loop-campagne .box-icon .label {
    position: relative;
    display: block;
    font-size: 1.2em;
    color: #000;
}


/* @end */


/* @group single */

.single-content {
    margin: 30px 0;
}

.single .entry-content {
    font-size: 1.1em;
}

.single .entry-content a:hover {
    text-decoration: underline;
}

.single .entry-content p {
    margin-bottom: 15px;
}

.entry-content object,
.entry-content iframe {
    margin: 15px;
}


/*
.single .single-head h1 {
	margin-top: 50px;
}
*/

.title-center-red {
    border-top: solid 2px #000;
    text-align: center;
    color: #af1020;
    margin: 40px 0 20px;
}

.title-center-red span {
    position: relative;
    top: -12px;
    background: #fff;
    padding: 0 40px;
}

.entry-content {
    font-size: 1.2em;
}


/* @end */


/* @group newsletter */

.newsletter {
    padding-bottom: 30px;
    text-align: center;
}

.newsletter h2 {
    color: #fff !important;
}

.newsletter .icon-circle {
    margin: -20px auto 20px;
}

.sub-email {
    color: #000;
}

.newsletter-button,
.newsletter-input,
.sub-email,
.muSubmit input {
    border: none;
    background: #ddd;
    display: block;
    font-size: 1.2em;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.newsletter-button,
.muSubmit input {
    background: #fff;
    color: #af1020;
}


/* @end */


/* @group news */

.news-container {
    overflow: auto;
    height: 770px;
}

.news-line {
    border-top: solid 1px #000;
    padding-top: 15px;
}

.news-line a p {
    color: #000;
}

.news-line .place {
    color: #af1020;
    font-weight: bold;
    text-transform: uppercase;
}


/* @end */


/* @group archive news */

.page-template-archive-news section+section {
    border-top: solid 1px #000;
}


/* @end */


/* @group share */

.share-holder {
    position: absolute;
    background: #fff;
    top: 0;
    right: -1px;
    width: 30px;
    z-index: 200;
}

.share,
.share-more a {
    cursor: pointer;
    display: block;
    height: 30px;
    text-align: center;
}

.share-article {
    margin: 20px 0;
}

.fa.fa-whatsapp {
    vertical-align: top;
}

.desktop .fa.fa-whatsapp {
    display: none;
}

.share-article a {
    cursor: pointer;
    height: 36px;
    font-size: 36px;
    color: #aaa;
}

.share-article a span {
    padding-right: 10px;
}

.share-more a {
    font-size: 0.7em;
    padding-top: 4px;
    border-top: solid 1px #555;
}

.share-more a:hover,
.share-more a:active,
.share-more a:focus,
.share-article a:hover,
.share-article a:active,
.share-article a:focus {
    text-decoration: none;
}

.share-article a:hover {
    color: #af1020;
}

.share-holder span {
    color: #000;
    font-size: 2em;
}

.share-more {
    display: none;
}


/* @end */


/* @group donut */

.donut {
    background: #ae2330;
    height: 150px;
    width: 150px;
}


/* @end */


/* @group cookie */

.cc_container {
    font-family: 'Karla', sans-serif !important;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
    background: #fff !important;
    color: #af1020 !important;
    font-weight: bold !important;
    border-radius: 0 !important;
}

.cc_container a,
.cc_container a:visited {
    color: #af1020 !important;
    text-decoration: underline !important;
}


/* @end */


/* @group search */

.search-item+.search-item {
    border-top: solid 1px #777;
}

.search-holder {
    clear: both;
}

.search-item:after {
    clear: both;
    content: '';
    display: block;
}

.search-item img {
    float: left;
    height: auto;
    margin: 20px 20px 10px 0;
    max-width: 200px;
}

.search-item a {
    color: #000;
}

.search-item a:hover {
    color: #af1020;
}

.post-type {
    color: #af1020;
    font-weight: bold;
    margin-bottom: 30px;
}

.search-filter-container {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: solid 1px #d6d2d2;
}

.search-filter-container:after {
    clear: both;
    content: '';
    display: block;
}


/* @end */


/* @group pagination */

.pagination {
    float: right;
    font-size: 1.2em;
}

.pagination a {
    display: inline-block;
    padding: 0 10px;
}

.pagination a:hover {
    background: #af1020;
    color: #fff;
}


/* @end */


/* @group campagne */

.numeri-title {
    text-align: center;
    color: #af1020;
}

.number-container {
    background: #d6d2d2;
    padding: 30px 0;
}

.number-container .row+.row {
    margin-top: 30px;
}

.number-container .num {
    color: #af1020;
    font-family: 'Alfa Slab One', cursive;
    font-size: 4em;
}

.photo-container {
    position: relative;
}

.photo-container .text {
    position: absolute;
    bottom: 0;
}

.photo-container .text h1 {
    font-size: 4.5em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
    margin: 0 0 10px;
}

.photo-container .text p {
    font-size: 1.8em;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .5);
    margin: 0 0 30px;
}

.form-white {
    text-align: center;
    margin: 0 auto 30px;
    max-width: 300px;
}

.form-white p {
    margin-bottom: 5px;
}

.form-white input {
    margin-bottom: 15px;
}

.form-white input[type="text"],
.form-white input[type="number"] {
    border: solid 2px #ccc;
    font-size: 1.2em;
    padding: 10px;
    width: 100%;
}

.form-white input[type="image"] {
    display: block;
    margin: 15px auto;
}


/* @end */


/* @group share */

.share-overlay {
    background: rgba(0, 0, 0, .75);
    z-index: 2000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}

.share-overlay.open {
    display: flex;
}

.share-overlay .share-more {
    display: block;
    border-radius: 5px;
    background: #fff;
    height: 150px;
    width: 330px;
    text-align: center;
}

.share-overlay .share-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-overlay .share-more a span {
    margin: 0 10px;
}

.share-overlay .share-more a {
    color: #aaa;
    display: inline-block;
    font-size: 3em;
    border: none;
    padding: 0;
    position: relative;
    margin-top: -15px;
}

.share-overlay h3 {
    margin-bottom: 25px;
}

.share-overlay .share-more a:hover {
    color: #af1020;
}


/* @end */


/* @group sidebar */

.tags-holder a:first-child {
    margin-left: 5px;
}

.dida {
    background: #d6d2d2;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 30px;
}

.sidebar iframe {
    margin: 0 0 -6px !important;
    padding: 0 !important;
    width: 100% !important;
}


/* @end */


/* @group partecipa */

.gray {
    background: #d6d2d2;
}

.partecipa-content {
    padding: 30px 0;
}

.partecipa-content p {
    font-size: 1.2em;
}

.page-template-page-partecipa h2,
.page-template-page-partecipa b,
.page-template-page-partecipa strong {
    color: #af1020;
}

hr.black {
    border-top: solid 1px #000;
}

.ass-tem-container .row:nth-child(first-child) .ass-tem {
    border-bottom: solid 2px #ccc;
}

.ass-terr {
    margin-top: 100px;
}

.ass-terr h3 {
    color: #af1020;
}

.toggle-holder {
    margin-bottom: 5px;
}

.toggle-holder .toggle-open {
    display: none;
}

.toggle-click>.container {
    position: relative;
}

.toggle-click>.container:after,
.toggle-click>.container:before {
    content: '';
    height: 4px;
    background: #fff;
    width: 25px;
    position: absolute;
    top: 50px;
    right: 20px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.toggle-click>.container:before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.toggle-holder .stripe {
    cursor: pointer;
}

.toggle-holder.open .toggle-click>.container:before {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}


/*
.page-template-page-partecipa .stripe {
	font-family: 'Alfa Slab One', cursive;
	font-weight: normal;
	font-size: 1.6em;
}
*/


/* @end */


/* @group social */

.follower-count,
.follower-head {
    margin-top: 20px;
    text-align: center;
    border: solid 4px #ccc;
    padding: 5px;
}

.follower-head {
    padding: 20px;
    margin-top: 10px;
}

.follower-title {
    color: #af1020;
    font-weight: bold;
}

.follower-num {
    color: #d6d2d2;
    font-family: 'Alfa Slab One', cursive;
    font-size: 3em;
    letter-spacing: 2px;
}

.follower-link {
    color: #000;
    font-size: 20px;
}


/* @end */


/* @group entry-content */

.entry-content ul {
    list-style: disc;
    list-style-position: inside;
}


/* @end */

@media (max-width: 1200px) {
    #logo img {
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 210px;
    }
    #header .menu-principale-container ul li a {
        font-size: 1em;
    }
}

@media (max-width: 992px) {
    body {
        padding-top: 60px;
    }
    #logo img {
        height: 50px;
        margin-top: 5px;
        margin-bottom: 5px;
        max-width: none;
    }
    .icon-search-1,
    .header-bar {
        display: none;
    }
    #header .menu-principale-container {
        display: none;
    }
    .embed-responsive {
        height: 350px;
    }
    .mobile-menu-container {
        position: fixed;
        top: 60px;
        left: 0;
        display: none;
        clear: both;
        width: 100%;
        z-index: 20;
        float: none;
        background: #af1020;
    }
    .mobile-menu-container ul li {
        display: block;
    }
    .mobile-menu-container ul li+li {
        border: none;
        padding: 0;
        margin: 0;
    }
    .mobile-menu-container ul li a {
        color: #fff;
        display: block;
        text-align: center;
        text-transform: uppercase;
        padding: 5px 0;
    }
    .mobile-menu-container ul li .sub-menu {
        background: #303030;
        display: none;
    }
    .mobile-menu-container ul li .sub-menu li {
        padding: 0;
    }
    .mobile-menu-container ul li .sub-menu li a {
        padding: 5px;
        text-transform: none;
        font-size: 0.9em;
    }
    .toggle-menu {
        display: block;
    }
    .owl-slider img,
    .photo-container img {
        height: calc(100vh - 60px);
        object-fit: cover;
    }
    .owl-slider .text,
    .photo-container .text {
        bottom: 70px;
    }
    .owl-slider .slide,
    .photo-container .slide {
        height: 100%;
    }
    .owl-slider .red,
    .photo-container .red {
        display: none;
    }
    .owl-slider .text h2,
    .photo-container .text h1 {
        font-size: 2em;
    }
    .owl-slider .owl-dots {
        bottom: 0;
        left: 0;
        right: inherit;
        top: inherit;
        width: 100%;
        display: flex;
    }
    .owl-slider .owl-dot {
        background: #333;
        color: #fff;
        height: 50px;
        line-height: 50px;
        border-radius: 0;
        flex: 1;
        margin: 0;
    }
    .owl-slider .owl-dot+.owl-dot {
        border-left: solid 1px #fff;
    }
    .slider-ctrl-holder {
        display: none;
    }
    .search-form input {
        font-size: 1.4em;
        padding: 10px;
    }
    .play-container {
        display: none;
    }
    .supporter-text h3 {
        font-size: 1.7em;
    }
    .supporter-main .fill-height-row {
        display: block;
    }
    .share {
        display: none;
    }
    .search-item img {
        display: none;
    }
}


/*COUNTER*/

.counter-ue {
    text-align: center;
    font-size: 1.6em;
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: 'Alfa Slab One', cursive;
}

.counter-ue b {
    color: #af1020;
    font-weight: normal;
}

/*** GALLERY ***/
body.mfp-zoom-out-cur #header {
    opacity: 0;
}


a.mydonor-link {
    text-decoration: underline;
}

a.mydonor-link:hover {
    color: white;
}