/*
Theme Name: Bootstrap Basic4 Child theme of bootstrap-basic4
Theme URI: 
Description: Child theme of bootstrap-basic4 theme for the Bootstrap Basic4 theme
Author: Vee Winch, christianoliff
Author URI: 
Template: bootstrap-basic4
Version: 1.3.2
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Sat, 12 Mar 2022 09:18:35 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/



/* COLORS

GIALLO: #fdc500;
GIALLO HOVER: #f5b500;
-------------------------- */


/* FONTS
--------------------------- */
@font-face {
    font-family: 'Montserrat';
    src: url(assets/Montserrat/Montserrat-Regular.ttf);
	font-display: swap;
}
@font-face {
    font-family: 'MontserratBold';
    src: url(assets/Montserrat/Montserrat-Bold.ttf);
	font-display: swap;
}
@font-face {
    font-family: 'MontserratExtraBold';
    src: url(assets/Montserrat/Montserrat-ExtraBold.ttf);
	font-display: swap;
}
@font-face {
    font-family: 'MontserratBlack';
    src: url(assets/Montserrat/Montserrat-Black.ttf);
	font-display: swap;
}


/* GENERAL
--------------------------- */
body {
    font-family: 'Montserrat';
}
a {
    font-family: 'Montserrat';
}
p > a {
    font-family: 'Montserrat';
	text-decoration: underline;
	color: #000000 !important;
}
p > a:hover {
    font-family: 'Montserrat';
	text-decoration: underline;
	color: #fdc500 !important;
}
.site-main {
	padding-top: 80px !important;
}
#main {
    margin-top: 150px;
}
.w-100 > img {
    width: 100%;
}
.text-negative {
	color: #FFFFFF!important;
}
.round-corner {
    border-radius: 15px !important;
	overflow: hidden;
}
.shadow {
	box-shadow: 0 0 2rem rgba(0,0,0,.15) !important;
}

.column-right-block {
	text-align: left;
	max-width: 600px;
}
.column-right-block .logo {
	width: 150px;
	margin-left: 0;
	margin-bottom: 20px;
}
.column-right-block p {
	text-align: left;
}
.column-left-block {
	text-align: right;
	max-width: 600px;
	margin-left: auto;
	margin-right: 0;
}
.column-left-block .logo {
	width: 150px;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 20px;
}
.column-left-block p {
	text-align: right;
}
.wp-block-cover, .wp-block-cover-image {
	align-items: middle;
}
.container-stretch {
    align-items: stretch !important;
}

/* BUTTONS
---------------------------- */
.btn {
	padding: 0 !important;
	border: 0px solid transparent !important;
}
.btn-primary {
	color: #fff;
	background-color: #fdc500;
	border-color: #fdc500;
}
.btn-send {
    padding: 5px 10px !important;
}
.btn-send:disabled {
    opacity: .5  !important;
    background-color: #fdc500;
	border-color: #fdc500;
}


.btn a, a.btn,
.btn-success a, a.btn-success {
    display: inline-block;
    color: #FFFFFF;
    background-color: #fdc500;
    border-color: #fdc500;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .5rem 2rem !important;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-sm a, a.btn-sm {
	padding: .25rem .5rem !important;
	font-size: .875rem !important;
	line-height: 1.5 !important;
	border-radius: .2rem !important;
}
.btn-sm a:hover, a.btn-sm:hover {
	background-color: #f5b500;
    border-color: #f5b500;
}
.btn-primary {
	/*color: #fff;
	background-color: transparent !important;
	border-color: transparent !important;*/
}
.btn-primary a, a.btn-primary {
	font-family: 'Montserrat';
	text-decoration: none !important;
    color: #FFFFFF !important;
    background-color: #fdc500;
    border-color: #fdc500;
	text-decoration: none !important;
}
.btn-primary a:hover, a.btn-primary:hover,
.btn-primary a:focus, a.btn-primary:focus,
.btn-primary a:active, a.btn-primary:active {
    font-family: 'Montserrat';
    color: #FFFFFF !important;
    background-color: #f5b500;
    border-color: #f5b500;
}
.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #f5b500;
	border-color: #f5b500;
}
.btn-success a:disabled a.btn-primary:disabled {
    font-family: 'Montserrat';
    color: #FFFFFF;
    background-color: #fdc500;
    border-color: #fdc500;
    opacity: .4;
}
.wp-block-button__link {
    background-color: #fdc500 !important;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none !important;
    word-break: break-word;
    box-sizing: border-box;
    border-radius: 5px !important; 
}

/* HEADER
-------------------------- */
.page-header {
	z-index: 999;
	position: fixed;
    margin-bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}
.bg-light {
    background-color: #FFFFFF!important;
}
.logo {
    width: 110px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #FFFFFF;
    background-color: #fdc500;
}
.nav-link {
    display: block;
    padding: 2rem .7rem !important;
}
.dropdown-item.active, 
.dropdown-item:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #fdc500;
}
btn:focus, a:focus {
	outline: none;
}
.navbar-toggler:focus {
	outline: none !important;
	box-shadow: none;
}

#bb4-language-menu .nav-link {
    padding: 0 !important;
}
.language-menu {
    position: fixed; 
    right:20px; 
    top:31px;
}
.language-menu ul {
    list-style: none !important;
}
.switcher .selected a {
    border: 0 solid #fff !important;
    color: #666;
    padding: 3px 5px;
    width: 160px;
}
span.wpml-ls-native {
    color: #000000 !important;
}
.social-menu-icon > a {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.social-menu-icon svg {
    height: 1em;
}
.search-menu-all {
    padding-top: 27px;
    margin-left: 10px;
}
.search-menu-all .is-search-icon {
	background-color: #fdc500 !important;
	border-radius: 0 10px 10px 0 !important;
	border: 0px !important;
	height: 30px !important;
}
.search-menu-all .is-search-input {
	background-color: #EEEEEE !important;
	border-radius: 10px 0 0 10px !important;
	border: 0px !important;
	border-color: transparent !important;
	width: 150px !important;
	height: 30px !important;
}

/* FOOTER
----------------------------- */
.site-footer {
    background-color: #333333;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 0px;
}
.site-footer {
    color: #FFFFFF;
}
.site-footer a {
    color: #FFFFFF !important;
}

.footer-locations {
    background-color: #b8b8b8 !important;
}
.footer-locations p {
    font-size: .7rem !important;
}
.footer-locations p a {
    font-family: 'Montserrat' !important;
    font-weight: normal !important; 
}



/* HOME
----------------------------- */
.carousel-item a:hover {
    text-decoration: none !important;
}
.carousel,
.slide {
    padding-top: 80px !important;
}
.slider-title {
    position: relative;
    margin-right: 100px;
    margin-left: auto;
    width: 50%;
    background-image: url('assets/imgs/slide-bg-title.png');
    background-repeat: none;
}
.slider-title h1 {
    color: #FFFFFF !important;
    padding: 50px 30px;
    line-height: 1;
    width: 60%;
    margin-right: 0;
    margin-left: auto;
}
.slider-title h1 strong {
    font-family: 'MontserratExtraBold';
}
.slider-asterisco {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 50px;
}
.partners-home figure {
	margin-bottom: 0 !important;
}
.partners-home h5 {
	text-align: center;
	font-size: 14px;
}
.donor-thumb {
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.donor-thumb > img {
	height: auto !important;
}

/* SECTION GRAY 
----------------------------- */
.section-gray {
    background-color: #eeeeee;
    padding: 100px 0;
}
.section-gray h2 {
    font-family: 'Montserrat';
    font-size: 2rem;
    line-height: 1.4;
}
.section-gray h2 > strong,
.section-gray h2 > b {
    font-family: 'MontserratBold';
    font-size: 2rem;
    background-color: #fdc500;
}
.section-gray h3 {
    font-family: 'MontserratBold';
    font-size: 2rem;
    line-height: 1.4;
    color: #fdc500;
}


/* SECTION WHITE 
----------------------------- */
.section-white {
    background-color: #FFFFFF;
    padding: 100px 0;
}
.section-white h3 {
    font-family: 'MontserratBold';
	text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.4;
    color: #fdc500;
}
.section-white h2 > strong,
.section-white h2 > b {
    font-family: 'MontserratBold';
    font-size: 2rem;
    background-color: #fdc500;
}
.section-white p > strong,
.section-white p > b {
    font-family: 'MontserratBold';
    color: #000000;
	font-weight: normal;
}


/* SECTION YELLOW 
----------------------------- */
.section-yellow {
    background-color: #fdc500;
    padding: 100px 0;
}
.section-yellow h1 {
    font-family: 'MontserratBold';
    font-size: 2rem;
    line-height: 1.4;
    color: #FFFFFF;
}
.section-yellow h2 {
    font-family: 'Montserrat';
    font-size: 2rem;
    color: #FFFFFF;
}
.section-yellow h3 {
    font-family: 'MontserratBold';
    font-size: 2rem;
    line-height: 1.4;
    color: #FFFFFF;
}
.single-post .section-yellow {
    text-align: center;
}

/* SECTION COVER 
----------------------------- */

.section-cover h1 {
    font-family: 'MontserratBold';
    font-size: 2rem;
    line-height: 1.4;
    color: #FFFFFF;
}
.section-cover h2 {
    font-family: 'Montserrat';
    font-size: 2rem;
    color: #FFFFFF;
}
.section-cover h3 {
    font-family: 'MontserratBold';
    font-size: 2rem;
    line-height: 1.4;
    color: #FFFFFF !important;
}


/* ALDA MEMBERS
------------------------------- */
.single-alda_member h1 {
    font-family: 'MontserratBold';
    font-size: 2rem;
    line-height: 1.4;
    color: #fdc500;
}
.member-loop a p {
    color: #000000;
}
.member-loop p {
    margin-top: 5px;
    text-align: center;
    font-size: 0.6rem;
    text-transform: uppercase;
    font-family: 'MontserratBold';
}


/* COVER IMAGE
------------------------------- */
.wp-block-cover__inner-container strong {
    font-family: 'MontserratBold';
    font-size: 2rem;
    background-color: #fdc500;
}


/* COUNTER BLOCK
------------------------------ */
.counter-blocks-container {
    /*max-width: 900px;*/
    margin: 050px auto;
}
.counter-block {
    background-color: #707070;
    color: #FFFFFF;
    text-align: center;
    border-bottom: 15px solid #fdc500;
    padding: 20px;
}
.counter-block-number {
    font-family: 'MontserratExtraBold';
    font-size: 4.5rem;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 10px;
}
.counter-block-description {
    font-size: 1.6rem;
    line-height: 1;
    text-transform: uppercase;
}

.counter-blocks-container-blu {
    max-width: 900px;
    margin: 050px auto;
}
.counter-blocks-container-blu .counter-block {
    background-color: #707070;
    color: #FFFFFF;
    text-align: center;
    border-bottom: 15px solid #024ca2;
    padding: 20px;
}


/* NEWS BLOCK
------------------------------ */
.news-block-data {
    font-family: 'MontserratBold';
    color: #fdc500;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 10px;
}
.news-block-title a {
    font-family: 'MontserratBold';
    font-size: 1.4rem;
    color: #707070;
    line-height: 1.2;
    text-transform: uppercase;
}
.news-block-data-black {
    font-family: 'MontserratBold';
    color: #000000;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 10px;
}

/* NEWS POST
------------------------------- */
.news-images img {
    width: 100% !important;
    height: auto;
	border-radius: 20px;
}
.title-news {
	font-size: 1.8rem !important;
    font-family: 'MontserratBold';
    color: #000000;
}
.date-news {
	font-size: .8rem !important;
    font-family: 'Montserrat';
    color: #707070;
}
.tag-news {
	display: block;
	margin-bottom: 10px;
}
.tag-news a {
	font-size: .8rem !important;
	color: #FFFFFF;
	background-color: #fdc500;
	padding: .3rem .7rem;
	border-radius: 5px;
}
.category-news p a {
	font-family: 'MontserratBold';
    color: #fdc500;
}
.taxonomy-post_tag {
    padding-top: 10px;
    padding-bottom: 50px;
    border-top: 1px solid #DDDDDD;
}
.taxonomy-post_tag a {
    color: #000000 !important;
    background-color: #fdc500 !important;
    padding: .5rem 1rem;
    border-radius: .3rem;
}

/* PRIORITIES
------------------------------ */
.priorities figcaption,
.priorities figcaption a {
    font-family: 'MontserratBold';
    font-size: 1.2rem;
    color: #000000;
    line-height: 1;
}

/* SECTION FOCUS
------------------------------- */
.section-focus {
    padding: 100px 0;
    background-image: url('assets/imgs/section-focus-bg.png');
    background-size: cover;
}
.section-focus img {
    margin: 0;
}
.focus-category {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 1rem;
    margin-bottom: 0;
    color: #fdc500;
}
.focus-title {
    font-family: 'MontserratBold';
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #707070;
    padding-top: 25px;
    margin-bottom: .5rem;
}
.focus-text {
    font-family: 'Montserrat';
    font-size: 1.1rem;
    color: #707070;
}
.focus-text > strong {
    font-family: 'MontserratBold';
    font-size: 1.1rem;
    color: #fdc500;
}
h4.focus-text a {
    font-family: 'Montserrat';
    font-size: 1.1rem;
    color: #707070;
	margin: 0;
}
h4.focus-text > a > strong {
    font-family: 'MontserratBold';
    font-size: 1.1rem;
    color: #fdc500;
}
.section-star {
    padding: 100px 0;
    background-image: url('assets/imgs/section-star-bg.png') !important;
    background-size: cover;
    background-position: center;
}
.section-star .wp-block-columns {
	display: flex;
	gap: 1em !important;
}

/* SECTION POINTS 
 * --------------------------- */
.section-point img {
	max-width: 150px;
}
.section-point figcaption {
	font-family: 'MontserratBold';
	color: #000000;
	font-weight: normal;
	font-size: .8rem;
	text-transform: uppercase;
}



/*  COLUMN BLOCK
------------------------------- */
.column-block {
    background-color: #F2F2F2;
    padding-right: 0;
    padding-left: 0;
    margin: 50px auto;
}
.column-block figure{
    margin: 0;
}

.column-block-text {
    padding: 30px;
}
.column-block-text h3 {
    font-family: 'MontserratBold';
    font-size: 1.3rem;
    color: #fdc500;
    text-transform: uppercase;
    margin-bottom: 1rem;
}




/* DOWNLOAD SECTION
------------------------------- */
.section-download {
    padding: 100px 0;
    background-image: url('assets/imgs/section-download-bg.jpg');
    background-size: cover;
}
.section-download img {
    margin: 0;
    width: 150px;
    height: 150px;
    border: 1px solid #000000;
}
.download-category {
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 1rem;
    margin-bottom: 0;
    color: #fdc500;
}
.download-title {
    font-family: 'MontserratBold';
    text-transform: uppercase;
    font-size: 1.4rem;
    color: #707070;
    padding-top: 25px;
    margin-bottom: .5rem;
}
.download-text {
    font-family: 'Montserrat';
    font-size: 1.1rem;
    color: #707070;
}
.download-text > strong {
    font-family: 'MontserratBold';
    font-size: 1.1rem;
    color: #fdc500;
}


/* EVENT SECTION
----------------------------------- */
.section-event .wp-block-post-template.is-flex-container, .wp-block-query-loop.is-flex-container {
    justify-content: center;
    gap: 0;
}
.section-event li {
    position: relative;
}
.section-event li .event-info {
    position: absolute;
    top: 20px;
    left: 20px;
}
.overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
    width: 100%;
    height: 100%;
}
.section-event li .wp-block-post-date {
    font-family: 'MontserratBold';
    color: #fdc500;
    font-size: 1rem;
}
.section-event li .wp-block-post-title a {
    font-family: 'MontserratBold';
    color: #FFFFFF;
    font-size: 1.4rem;
    line-height: 1.1;
    padding-right: 15px;
}

.single-mec-events {
	padding-top: 100px;
}

/* TIMELINE 
----------------------------------- */
.timeline {

}
.timeline-block {
    position: relative;
    padding: 50px;
    background-color: #FFFFFF;
    margin-bottom: 40px;
	box-shadow: 0 5px 20px rgba(0,0,0,.1);
}
.timeline-block h3 {
    font-family: 'MontserratBlack';
    color: #fdc500;
    font-size: 3rem;
}
.timeline-block p strong {
    font-family: 'MontserratBold';
    color: #707070;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.timeline-block p {
    font-family: 'Montserrat';
    color: #707070;
    margin-bottom: 0;
}
.timeline-block.right-block::before {
    content: "";
    position: absolute;
    top: 30px;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #ffffff transparent transparent;
}
.timeline-block.left-block::before {
    content: "";
    position: absolute;
    top: 30px;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0px 20px 20px;
    border-color: transparent transparent transparent #ffffff ;
}


/* MEMBER PAGE
---------------------------------- */
.member-search figure {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 20px rgba(0,0,0,.1);
}
.member-search h4 a {
    text-decoration: none;
    font-family: 'MontserratBold';
    color: #000000;
    font-size: .8rem;
}
.member-values .icons-member {
	width: 80px;
	margin: 0 auto 10px auto;
}
.member-search a {
    color: #000000 !important;
}



/* FORM
----------------------------------- */
.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
}
.wpcf7-list-item {
    margin-left: 0 !important;
}
.wpcf7-form label {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 15px;
	width: 100%;
} 
.wpcf7-list-item label {
	margin-top: 0 !important;
	margin-right: 20px;
}
.wpcf7-form .wpcf7-form-control.wpcf7-checkbox,
.wpcf7-form  .wpcf7-file {
	height: auto !important;
}
.is-form-id-3656 {
    width: 300px;
    margin-bottom: 10px;
} 
.is-form-id-3656 > .is-search-submit{
    position: absolute;
    top: 0;
    right: 0;
}
.wpcf7-list-item-label {
	margin-right: 20px !important;
}


/* CATEGORY PROJECTS
---------------------------------- */
.category-projects {
    margin-bottom: 20px;
}
.category-projects h3 {
    font-family: 'MontserratBold';
    color: #fdc500;
    margin-bottom: 0px !important;
}
.category-projects p {
	text-align: left !important;
	margin-bottom: .5rem !important;
	line-height: 1.5;
}
.category-projects i {
	font-size: .8rem;
	color: #666666;
}
.category-projects a {
    color: #333333;
    text-decoration: none !important;
}
.category-projects a:hover {
    text-decoration: none !important;
}


/* CATEGORY PROJECTS ORIZZONTALE
---------------------------------- */
.category-projects-oriz {
    margin-bottom: 20px;
}
.category-projects-oriz h3 {
	font-size: 1.4rem !important;
    font-family: 'MontserratBold';
    color: #fdc500;
    margin-bottom: 0px !important;
}
.category-projects-oriz p {
	text-align: left !important;
	margin-bottom: .5rem !important;
	font-size: 1.2rem !important;
	line-height: 1.3;
}
.category-projects-oriz i {
	font-size: .8rem;
	color: #666666;
}
.category-projects-oriz a {
    color: #333333;
    text-decoration: none !important;
}
.category-projects-oriz a:hover {
    text-decoration: none !important;
}


input {
    /*-webkit-appearance: none !important;*/ 
    box-shadow: none !important; 
}
:-webkit-autofill { 
    color: #FFFFFF !important; 
}
input:-webkit-autofill {
    background: #FFFFFF !important;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' heig…0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-projects {
    background-color: #EEEEEE;
    padding: 1rem;
    border-radius: 10px;
    margin-top: 3rem;
}
.search-projects label {
    display: inline-block;
    margin-bottom: .0 !important;
}




/* PROJECTS
-------------------------------- */
#main .post, 
#main .page {
    border: 0;
    margin: 50px 0;
    padding: 0;
    overflow-x: hidden !important;
}
.jumbotron 
{
    padding: 2rem 1rem;
    margin-bottom: 0;
    background-color: #e9ecef;
    border-radius: 0;
    min-height: 50vh;
}
.post h3,
.wp-block-post-title > a {
    font-family: 'MontserratBold';
    color: #fdc500;
    font-size: 1.5rem;
    margin: 10px 0 10px;
}
article p {
    text-align: justify;
}
article h3 {
    margin-bottom: 10px !important;
}
article img {
    width: 100%;
	height: auto;
}
.logo-project img {
    padding: 20px;
}
.sidebar-project {
    padding: 0;
}
.sidebar-project ul {
    list-style: none;
	padding-left: 0 !important;
    
}
.sidebar-project ul li {
    margin-bottom: 5px;
    /*border-bottom: 1px solid #DDDDDD;
    padding-bottom: 5px;*/
	font-size: .9rem;
	padding: 10px;
	background-color: #F2F2F2;
}
.sidebar-project ul h3 {
    font-size: 1.2rem;
    margin-bottom: 0;
	margin-top: 0;
}
.sidebar-project ul li a {
    display: block;
}
.sidebar-project ul li a:hover {
    text-decoration: underline !important;
}

/* POSTS LOOP
 * --------------------------- */
.posts-loop h3 a {
	text-transform: capitalize;
	color: #000000 !important;
	margin-top: 0 !important;
}
.posts-loop h6 a {
	font-family: 'Montserrat';
	font-size: 1rem;
	text-transform: capitalize;
	color: #000000 !important;
	margin-top: 0 !important;
}



/* PEOPLE PICTURE
 * ------------------------------- */
 .people-loop ul {
    justify-content: center;
 }
.people-picture {
	width: 150px;
	max-width: 200px;
	margin: 0 auto;
}
.people-item img{
    width: 100%;
	height: auto;
	margin: 0 auto;
    border-radius: 50%;
}
.people-picture img {
	border-radius: 100% !important;
}
.people-picture figcaption {
	font-family: 'MontserratBold';
}
.people-name {
    font-family: 'MontserratBold' !important;
    color: #555;
    font-size: 13px;
    text-align: center;
    font-size: 1rem !important;
    margin-top: 5px;
}
.single-people svg {
    width: 15px;
}
.single-people h1 {
    margin-bottom: 0rem;
}
.single-people p {
    margin-bottom: .1rem;
}
.single-people a {
    color: #000000;
    text-decoration: none;
}
.single-people a:hover {
    color: #000000;
    text-decoration: underline;
}
.single-people .position {
    font-style: italic;
    margin-bottom: 1rem;
}

[data-target="#exampleModal-g10"] img {
	filter: grayscale(1) !important;
	border: 5px solid #DDD !important;
}

/* MODAL PEOPLE
------------------------------------ */
.modal-people svg {
    width: 15px;
    vertical-align: middle;
}
.modal-people img {
    margin-bottom: 1rem;
    border-radius: 5px !important;
}
.modal-people .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0px !important;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.modal-people .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 0px !important;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}
.modal-people  .left-col-people {
    border-right: 1px solid #CCCCCC;
}


/* ARCHIVE
------------------------------------ */
.archive-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}
h3.archive-title {
    font-size: 1rem;
	margin-bottom: 5px !important;
	line-height: 1.3;
}
.archive-date {
	font-size: .8rem !important;
	display: block;
	margin-bottom: 15px !important;
	color: #666666;
	font-style: normal;
}
.archive-excerpt p {
	font-size: .9rem !important;
}

/* ARCHIVE SDG
------------------------------------ */
.archive-sdg-title img {
    display: inline-block;
    width: 55px;
    margin-right: 10px;
    vertical-align: bottom;
}
.archive-sdg-title h1 {
    display: inline-block;
    vertical-align: bottom;
}


/* PAGINATION
------------------------------------ */
.wp-block-query-pagination {
	justify-content: center;
    font-family: 'Montserrat';
    margin-top: 30px;
}
.wp-block-query-pagination a {
    font-family: 'MontserratBold';
    padding: .5rem .3rem;
    line-height: 1.25;
    color: #fdc500;
}
.wp-block-query-pagination .current,
.wp-block-query-pagination .dots {
    font-family: 'MontserratBold';
    padding: .5rem .3rem;
    line-height: 1.25;
    color: #707070;
}
.pagination,
.wp-block-query-pagination {
    margin-bottom: 30px;
}
.pagination a,
.pagination .page-link {
    color: #fdc500;
}
.pagination .page-item.active .page-link {
    z-index: 3;
    color: #FFFFFF;
    background-color: #fdc500;
    border-color: #fdc500;
}
.wp-block-query-pagination-numbers .page-numbers {
	font-family: 'Montserrat' !important;
	padding: .5rem .75rem !important;
	line-height: 1.25;
	color: #fdc500;
	background-color: #fff;
	border: 1px solid #dee2e6 !important;
	margin-left: -5px;
}
.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
	font-family: 'Montserrat' !important;
	padding: .5rem .15rem !important;
	line-height: 1.20;
	color: #fdc500;
	background-color: #FFFFFF;
}
.wp-block-query-pagination-numbers > .current {
	font-family: 'Montserrat' !important;
	font-size: 1rem !important;
	padding: .5rem .75rem !important;
	line-height: 1.25 !important;
	color: #FFFFFF !important;
	background-color: #fdc500 !important;
	border: 1px solid #dee2e6 !important;
}


/* CALENFAR
------------------------------------ */
.mec-event-image img {
    height: auto;;
}



/* FILTESS
------------------------------------ */
.filter-links { 
    list-style: none;
    margin-top: 0;
    padding-left: 0 !important;
}
.filter-links a {
    text-decoration: none;
    color: #000000;
}

/* MEMBER TYPE
------------------------------------ */
.member-type {
    margin-bottom: 2rem;
}
.member-type .archive-image { 
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
}
.member-type h3 {
    margin-top: 1rem;
    text-decoration: none;
    font-family: 'MontserratBold';
    font-size: 1rem;
    color: #707070;
    line-height: 1.2;
    text-transform: uppercase;
}

/* PARTNER TYPE
------------------------------------------- */
.partner-type-link {
    font-size: 1rem !important;
}

/* CALLS
------------------------------------ */
.calls-loop li {
    margin-bottom: 50px;
    border-bottom: 1px solid #DDDDDD;
}
.calls-loop li:last-child {
    margin-bottom: 50px;
    border-bottom: 0px solid #DDDDDD;
}
.calls-loop time {
    font-size: .9rem;
    color: #999999;
}
.calls-loop h3 a {
    color: #000000;
    font-family: 'MontserratBold';
    line-height: 1.3;
    font-size: 1.4rem !important;
	margin: 0;
}


/* ENGAGE
------------------------------------ */
.shadow-card {
	border-radius: 15px;
	background-color: #FFFFFF;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
	padding: 20px;
}
.shadow-card .shadow-card-logo {
	width: 40%;
	margin: 0 auto;
}
.shadow-card p {
	font-size: .9rem;
}
.become-member .wp-block-columns {
	margin-right: 100px;
	margin-left: 100px;
}
.become-member img {
	max-width: 300px;
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: transparent !important;
	border-top: 0px solid rgba(0,0,0,0) !important;
}

/* CALENDAR
------------------------------------ */
.mec-event-content p, .mec-search-bar-result .mec-event-detail {
	font-family: 'Montserrat' !important;
	font-size: 1rem !important;
 	font-weight: 400 !important;
	line-height: 1.5 !important;
}
.mec-countdown-details .countdown-w .clockdiv li p {
	margin-top: 23px;
	text-align: center !important;
}
.mec-events-meta-group-tags a {
	font-size: .8rem !important;
	color: #FFFFFF;
	background-color: #fdc500;
	padding: .3rem .7rem;
	border-radius: 5px;
	margin-bottom: 30px;
	border: 0px;
}
.mec-events-meta-group-tags a:hover {
	color: #fdc500;
	background-color: #FFFFFF;
}

/* ICON CARDS
------------------------------------ */
.icon-cards {
	
}
.icon-cards figure {
	background-color: #ffffff;
	border-radius: 50% !important;
	padding: 10px;
}
.icon-cards p {
	background-color: #ffffff;
	border-radius: 5px;
	padding: 10px;
	padding-top: 40px;
	margin-top: -50px;
	box-shadow: 0 10px 15px rgba(0,0,0,.2);
}

/* PICTURE CARDS
------------------------------------ */
.picture-cards {
	height: 250px;
	min-height: 250px;
	margin-bottom: 1rem !important;
	border-radius: 20px !important;
	padding: 10px;
	overflow: hidden;
	transition: all 1s;
}
.picture-cards .wp-block-cover__background {
	transition: all 1s;
	border-radius: 20px !important;
	overflow: hidden;
}
.picture-cards:hover .wp-block-cover__background {
	opacity: .1;
	transition: all 1s;
	border-radius: 20px !important;
	overflow: hidden;
}
.picture-cards figure {
	background-color: #ffffff;
	border-radius: 20px !important;
	overflow: hidden;
}
.picture-cards p,
.picture-cards a {
	font-family: 'MontserratBold';
	color: #FFFFFF !important;
	font-size: 1rem !important;
}
.picture-cards a:hover {
	text-decoration: none;
}

/* CONTACT PAGE
------------------------------------ */
.contact-row {
	margin-bottom: 10px !important;
}
.align-start {
	align-items: start !important;
}
.contact-image {
	border-radius: 10px;
}
.contact-icon img {
	width: 40px !important;
    height: auto !important;
}
.contact-col {
	margin-bottom: 0rem !important;
	gap: 1rem;
}

/* THEMATIC HUBS
------------------------------------ */
.thematc-hubs-icons img {
	width: 250px;
}
.thematc-hubs-icons figcaption a {
	font-size: 1.4rem;
	font-family: 'MontserratBold';
	color: #333333 !important;
	text-decoration: none;
	background-color: transparent;
	line-height: 1;
}

/* RESOURCES PAGE AND SINGLE
------------------------------------ */
.resources-hero {
	min-height: 350px;
    background-size: cover;
}

/* NEWSLETTER
------------------------------------ */
.newsletter-flags {
	margin-bottom: 20px;
}
.newsletter-flags img {
	width: 30px;
	border: 1px solid #DDDDDD;
}	
	
	
/* EU ELECTIONS
------------------------------------ */
.section-europe h1,
.section-europe h2 {
	font-size: 28px !important;
	font-weight: 600 !important;
	color: #024ca2 !important;
}
.section-europe .col2 {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.section-europe .btn-primary,
.section-europe .btn-primary a,
.section-europe .btn-primary a:hover{
	color: #FFFFFF !important;
	background-color: #024ca2 !important;
	border-color: #024ca2 !important;
	border-radius: 30px !important;
}

.section-europe-blu {
	background-color: #024ca2;
}
.section-europe-blu h2 {
	color: #FFFFFF !important;
	font-size: 28px !important;
	font-weight: 600 !important;
}
.section-europe-blu p {
	color: #FFFFFF !important;
}
.section-europe-blu .btn-primary,
.section-europe-blu .btn-primary a,
.section-europe-blu .btn-primary a:hover{
	color: #024ca2 !important;
	background-color: #FFFFFF !important;
	border-color: #FFFFFF !important;
	border-radius: 30px;
}
.section-europe-blu ul li {
	color: #FFFFFF !important;
}

.blue-line {
	margin-top: 0;
	border-top: 5px solid #024ca2;
}
.section-europe-gray {
	background-color: #eeeeee;
	padding: 100px 0;
}
.section-europe-gray h2 > strong, 
.section-europe-gray h2 > b {
	font-family: 'Montserrat';
	font-size: 2rem;
	background-color: #024ca2 !important;
	color: #FFFFFF !important;
}

.countdown-title {
	font-family: 'MontserratBold' !important;
	background-color: transparent !important;
}
.time_circles h4,
.time_circles span {
	color: #FFFFFF !important;
}




/* -------------------------------------------- */
/*												*/
/*						MOBILE 					*/
/*												*/
/* -------------------------------------------- */

@media (max-width: 575.98px) { 

	/* HEADER
	 * --------------------- */
	
	.logo {
		width: 90px;
        margin-left: 60px;
        position: relative;
        top: 0px;       
	}
    .navbar {
        min-height: 90px;
    }
    .navbar > a {
        text-align: left;
        width: 100%;
    }
	.navbar-light .navbar-toggler {
		color: rgba(0,0,0,1);
		border-color: rgba(0,0,0,0);
		position: fixed;
		left: 10px;
		top: 20px;
	}
	.navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
	}
	.nav-link {
		display: block;
		padding: 1rem 1.5rem !important;
	}	
	.dropdown-menu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		min-width: 10rem;
		padding: 0;
		padding-left: 10px;
		margin: .125rem 0 0;
		font-size: 1rem;
		color: #212529;
		text-align: left;
		list-style: none;
		background-color: #fff;
		background-clip: padding-box;
		border: 0px solid rgba(0,0,0,0);
		border-radius: 0;
	}
	
	.search-menu-all {
    	padding: 0 20px 20px 20px;
    	margin-left: 0;
	}
	.search-menu-all .is-search-icon {
		background-color: #fdc500 !important;
		border-radius: 0 10px 10px 0 !important;
		border: 0px !important;
	}
	.search-menu-all .is-search-input {
		background-color: #EEEEEE !important;
		border-radius: 10px 0 0 10px !important;
		border: 0px !important;
		border-color: transparent !important;
		width: 100% !important;
	}
	
	.social-menu-icon {
		margin-left: 8px;
	}
	
	/* SECTIONS
	 * ----------------------------------- */
	.section-white {
		background-color: #FFFFFF;
		padding: 50px 0;
	}
	
	
	.section-gray {
		background-color: #eeeeee;
		padding: 50px 0;
	}
	.section-gray h2 {
		font-family: 'Montserrat';
		font-size: 1.6rem;
		line-height: 1.4;
	} 
	.section-gray h2 > strong, .section-gray h2 > b {
		font-family: 'MontserratBold';
		font-size: 1.6rem;
		background-color: #fdc500;
	}

	/* SLIDER
	 * ------------------------------------- */
	.slider-title {
		position: relative;
		margin-right: 0;
		margin-left: 0;
		width: 100%;
		background-repeat: none;
		background-image: none;
		background-color: rgba(0,0,0,.4);
	}
	.slider-title h1 {
		color: #FFFFFF !important;
		padding: 30px;
		line-height: 1;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		font-size: 1.6rem;
		text-align: center;
	}
	.slider-asterisco {
		position: absolute;
		top: -20px;
		right: auto;
		left: 30px;
		width: 40px;
	}
	.wp-block-cover, .wp-block-cover-image {
		align-items: end;
	}

	
	/* HOME PAGE
	 * ------------------------------ */
	.counter-block {
		background-color: #707070;
		color: #FFFFFF;
		text-align: center;
		border-bottom: 15px solid #fdc500;
		padding: 20px;
		margin: 0 10px !important;
	}
}







	
	
