/*!
Theme Name: european-left
Description: Custom Theme for the European Left Party
Version: 1.0
Text Domain: Custom Theme for the European Left Party
*/

@font-face {
    font-family: 'Visby Bold';
    src: url('./fonts/VisbyCF-Bold.eot');
    src: url('./fonts/VisbyCF-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/VisbyCF-Bold.woff2') format('woff2'),
        url('./fonts/VisbyCF-Bold.woff') format('woff'),
        url('./fonts/VisbyCF-Bold.ttf') format('truetype'),
        url('./fonts/VisbyCF-Bold.svg#VisbyCF-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css");

/* NORMALIZE */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
  
body { margin: 0; }
main { display: block; }
  
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
  
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
  
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
  
a { background-color: transparent; }
  
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
  
  b, strong {
    font-weight: bolder;
}
  
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
  
small { font-size: 80%; }
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
  
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { border-style: none; }

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input { overflow: visible; }
button, select { text-transform: none; }
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset { padding: 0.35em 0.75em 0.625em; }
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress { vertical-align: baseline; }
textarea { overflow: auto; }
  
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
  
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details { display: block; }
summary { display: list-item; }
template { display: none; }
[hidden] { display: none; }


/* GENERAL STYLES */

body {
    font-family: 'Arial', sans-serif;
    color: #212121;
    font-size: 15px;
    line-height: 1.6;
    background-color: #FFF;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



/* HELPERS */

.nopadding {
    padding: 0;
    margin: 0;
}

.mt-25 { margin-top: 25px; }
.mt-50 { margin-top: 50px; }
.mt-75 { margin-top: 75px; }
.mt-100 { margin-top: 100px; }
.mt-125 { margin-top: 125px; }
.mt-150 { margin-top: 150px; }
.mb-25 { margin-bottom: 25px; }
.mb-50 { margin-bottom: 50px; }
.mb-75 { margin-bottom: 75px; }
.mb-100 { margin-bottom: 100px; }

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; 
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

video {
    width: 100%;
    height: auto;
}


/* TYPOGRAPHY */

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

h1.single {
    font-family: 'Visby Bold';
    font-size: 50px;
    line-height: 1.2;
    color: #b71c1c;
    text-transform: uppercase;
    margin: 0 0 35px 0;
    padding: 0 0 10px 0;
}

h2.section-title {
    font-family: 'Visby Bold';
    font-size: 17px;
    color: #212121;
    text-transform: uppercase;
    margin: 0 0 35px 0;
    padding: 0;
}

section.content h2.no-padding {
    font-family: 'Visby Bold';
    font-size: 21px;
    color: #212121;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 15px 0;
}

section.candidates p {
    font-family: 'Visby Bold';
    font-size: 25px;
    line-height: 1;
    color: #b71c1c;
    text-transform: uppercase;
    margin: 0 0 35px 0;
    padding: 0;
}

h3.news-title {
    font-family: 'Visby Bold';
    font-size: 17px;
    color: rgb(0,38,89); /*#b71c1c*/
    text-transform: uppercase;
    margin: 0;
    padding: 0;
	-webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
	-o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
	transition: all cubic-bezier(.4, 0, .2, 1) .4s;
}

.card:hover h3.news-title {
    color: #b71c1c;
}

h3.event-title {
    font-family: 'Visby Bold';
    font-size: 21px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

small.news-date {
    display: block;
    font-family: 'Visby Bold';
    font-size: 13px;
    color: #212121;
    margin: 0;
    padding: 5px 0 5px 0;
}

small.event-date {
    display: block;
    font-family: 'Visby Bold';
    font-size: 15px;
    color: white;
    margin: 0;
    padding: 5px 0;
}

.lang-choose {
    z-index: 9999;
    position: absolute;
    right: 25px;
    top: 30px;
}

.lang-choose-mobile {
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 10px;
}

select#gtranslate_selector {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    background-color: #b71c1c;
    color: white;
}


/* HEADER */

.title-header {
	padding-left:100px;
	padding-right:100px;
}

header.sticky {
    overflow: hidden;
    width: 100%;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}

#logo, #mlogo, #flogo {
    margin-top: 3px;
}

#main-menu {
    background-color: white;
    padding: 25px;
}

ul.main-navigation {
    list-style-type: none;
    margin: 0 0 0 50px;
    padding: 0;
}

ul.main-navigation li {
    float: left;
}

ul.main-navigation > li > a {
    font-family: 'Visby Bold';
    display: block;
    color: #002659;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

ul.main-navigation li a:hover, .dropdown:hover .dropdown-button {
    background-color: #d32f2f;
    color: white;
    text-decoration: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    padding: 10px 15px;
    background-color: #d32f2f;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
}

.dropdown-content > a {
    font-family: 'Visby Bold';
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    padding: 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Mobile Navigation */

ul.mobile-navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.mobile-navigation li {
    display: block;
}

#mobile-menu-dropdown {
    background-color: white;
    padding: 15px 0;
}

ul.mobile-navigation li a {
    font-family: 'Visby Bold';
    display: block;
    color: #d32f2f;
    text-align: left;
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
}

ul.mobile-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.mobile-submenu li a {
    font-family: 'Visby Bold';
    display: block;
    color: #212121;
    text-align: left;
    padding: 5px 0;
    text-decoration: none;
    text-transform: uppercase;
}

p.menu-trigger {
    font-size: 27px;
    background-color: #d32f2f;
    color: white;
    padding: 0 10px;
    cursor: pointer;
}

section.breadcrumb-nav {
    padding: 5px 15px;
    background: rgb(183,28,28);
    background: -moz-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b71c1c",endColorstr="#f44336",GradientType=1);
    color: white;
    -webkit-transform:translate3d(0,0,0);
}

section.breadcrumb-nav p, section.breadcrumb-nav a {
    padding: 0;
    margin: 0;
    color: white
}

.pagination .page-numbers {
    background: #ed1c24;
    color: #fff;
    display: block;
    width: auto;
    float: left;
    margin: 4px 4px 4px 0;
    padding: 10px 15px;
    text-decoration: none;
 }
  
 .pagination .page-numbers:hover {
    background: #002659;
    color: #fff;
    text-decoration: none;
 }
  
 .pagination .current {
    background: #002659;
    color: #fff;
    padding: 10px 15px;
 }


/* HOME */

.slick-slide {
    padding: 20px !important;
}

.featured-image {
    background-size: cover;
    background: center center no-repeat;
    height: 600px;
    -webkit-transform: translate3d(0,0,0);
}

.image-overlay {
    background-color: rgba(33,33,33,0.75);
    color: white;
    line-height: 1.3;
    padding: 25px;
    margin-top: 50px;
}

span.red {
    color: #b71c1c;
}

.image-overlay h2 {
    font-family: 'Visby Bold';
    font-size: 23px;
    color: white;
    padding: 0 0 15px 0;
    margin: 0;
}

.image-overlay p {
    font-size: 15px;
    color: white;
}

#tweet-1 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#tweet-1 ul > li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0px 25px;
}

p.user {
    color: white;
    font-family: 'Visby Bold';
    font-size: 17px;
}

.small-card {
    background-color: white;
    padding: 25px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.card:hover {
	cursor:pointer;
}

.card {
    background-color: white;
    padding: 0px;
	border:0px;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
}

.card-body {
	padding:1.25rem 0px;
}

.card-body p {
	margin-bottom:0px;
}

.card-footer {
    padding: 0px;
    background-color: rgba(0,0,0,0);
    border-top: 0px solid rgba(0,0,0,.125);
}

.event-card {
    background: rgb(183,28,28);
    background: -moz-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b71c1c",endColorstr="#f44336",GradientType=1);
    color: white;
    padding: 15px;
    margin-bottom: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.card-fin {
    background-color: white;
    padding: 25px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.card-countries {
    background-color: white;
    padding: 25px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.red-card {
    background: rgb(237, 28, 36);
    padding: 35px 15px;
    color: white;
    height: 216px;
}

.red-card-small {
    border: 1px solid #fff;
    padding: 25px 15px;
    color: white;
}

.red-card > a {
    font-family: 'Visby Bold';
    font-size: 21px;
    color: white;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0 0 15px 0;
}

.red-card-small > a {
    font-family: 'Visby Bold';
    color: #fff;
    font-size: 21px;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}

h2.parties {
    font-family: 'Visby Bold';
    color: #022758;
    text-transform: uppercase;
    font-size: 21px;
    padding: 100px 0 50px 0;
}

p.tweet {
    color: white;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

p.interact {
    display: none;
}

p.timePosted, #twitter-header {
    color: #e57373;
    font-family: 'Visby Bold';
}

a.read-more {
    color: #212121;
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Visby Bold';
	transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
	-webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
	-o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
	transition: all cubic-bezier(.4, 0, .2, 1) .4s;
}

a.read-more:hover {
    color: #b71c1c !important;
}

a.read-more .ion-right svg{
	-webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
	-o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
	transition: all cubic-bezier(.4, 0, .2, 1) .4s;
} 
a.read-more:hover .ion-right svg{
	stroke: #b71c1c !important;
}

.card:hover a.read-more {
    color: #212121;
    -webkit-transform: none;
	-ms-transform: none;
	transform: none;
	visibility: visible;
	opacity: 1;
}

.ion-right {
    display: inline-block;
    vertical-align: middle;
    margin-top: -8px;
    font-size: 20px;
    position: relative;
    min-width: 20px;
    margin-left: 10px;
}

.ion-left {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    font-size: 20px;
    position: relative;
    min-width: 20px;
    margin-right: 10px;
}
.arrow-icon-back {
	transform: rotate(180deg);
	stroke:#000;
}

.clb-back-link-caption {
	position:absolute;
    opacity: 0;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    transition: all cubic-bezier(.4, 0, .2, 1) .4s;
}

.back-btn:hover .clb-back-link-caption {
    color: #212121;
    -webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
}

section.content h3 {
    font-family: 'Visby Bold';
    font-size: 17px;
    /*color: #ed1c24;*/
    margin: 0;
    padding: 25px 0 15px 0;
	margin-bottom: 10px;
}

a.event-read-more {
    background-color: #212121;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 5px 10px;
    color: white;
    text-decoration: none;
    font-family: 'Visby Bold';
}

a.congress-read-more {
    display: block;
    background-color: #ececec;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px;
    padding: 25px;
    color: #424242;
    text-decoration: none;
    font-family: 'Visby Bold';
}

section.news, section.social, section.newsletter, section.events {
    background-color: #fff; /*#F5F5F5*/
    padding-top: 100px;
    padding-bottom: 100px;
}

section.election {
    background-color: rgba(0,38,89,.05);
    padding-top: 0px;
    padding-bottom: 100px;
}

section.banner, section.logo {
    background-color: #000000;
    padding-top: 50px;
    padding-bottom: 50px;
}

section.slogan {
    background: rgb(183,28,28);
    background: -moz-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b71c1c",endColorstr="#f44336",GradientType=1);
    padding-top: 50px;
    padding-bottom: 50px;
}

section.red {
    background: rgb(183,28,28);
    background: -moz-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b71c1c",endColorstr="#f44336",GradientType=1);
    padding-top: 50px;
    padding-bottom: 50px;
}

section.slogan p {
    text-transform: uppercase;
    color: white;
    font-family: 'Visby Bold';
    font-size: 31px;
    padding: 0;
    margin: 0;
}


/* CONTENT */

h1 {
    font-family: 'Visby Bold';
    color: #b71c1c;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    line-height: 0.3em;
    margin: 15px 0 50px;
}

h1 span {
    font-size: 27px;
    background: #F5F5F5;
    padding: 0 15px;
}

section.content h2 {
    font-family: 'Visby Bold';
    font-size: 21px;
    margin: 0;
    padding: 35px 0 15px 0;
}

/*section.content h3 {
    font-family: 'Visby Bold';
    font-size: 17px;
    color: #b71c1c;
    margin: 0;
    padding: 25px 0 15px 0;
}*/

section.content ul {
    margin: 25px 0;
}


/* WHO WE ARE */

.citation {
    font-style: italic;
    font-size: 24px;
    color: #b71c1c;
    margin-bottom: 25px;
}

.citation-author {
    font-style: normal;
    margin: 0;
    font-size: 15px;
    color: #212121;
}


/* STATUTE */

#statute {
    position: fixed;
    bottom: 35px;
    right: 35px;
    background: #002659;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    padding: 25px;
    width: 250px;
}

ul#statute-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#statute-nav li > a {
    margin: 0;
    text-align: left;
    font-size: 15px;
    color: white;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs > li, .nav-pills > li {
    float: none;
    display: inline-block;
}

.nav-tabs, .nav-pills {
    text-align: center;
}

.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    font-family: 'Visby Bold';
    color: #d32f2f;
    margin-right: 0;
    line-height: 1;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.party-logo {
    padding: 15px;
}

.person {
    padding: 35px;
}

/*.person img {
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
}*/

.person p {
    text-align: center;
    padding: 0;
    margin: 0;
}

.person p.name {
    font-family: 'Visby Bold';
    font-size: 17px;
    color: #b71c1c;
}

.person p.position {
    font-weight: bold;
    color: #212121;
}

.red-link {
    background-color: #d32f2f;
    padding: 15px;
	margin-bottom: 15px;
}

.red-link a {
    display: block;
    font-family: 'Visby Bold';
    color: white;
    padding: 0;
    margin: 0;
    text-align: center;
}

a.download {
    background: rgb(237, 28, 36);
    color: white;
    padding: 15px 25px;
	-webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
	-o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
	transition: all cubic-bezier(.4, 0, .2, 1) .4s;
}

a.download:hover {
	background-color: rgb(196, 21, 28);
}

#vmap {
    width: 570px;
    height: 450px;
}

ul#countries {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul#countries li {
    padding-bottom: 15px;
}

ul#countries li > img {
    padding: 0;
}

ul#countries li > h2 {
    color: #b71c1c;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}

ul#countries li > a {
    color: #212121;
    display: block;
    padding: 0;
    margin: 0 0 25px 0;
    text-align: center;
    text-transform: none;
}

ul#countries li > a:hover {
    background: none;
}

.div-hidden {
    display: none;
}

.div-visible {
    display: block;
}

.eo-fullcalendar .fc-view > table > thead {
    background-color: #022758!important;
    color: white;
}

.eo-fullcalendar-reset.fc-unthemed .fc-today {
    background-color: #ececec!important;
}

.fin-rep a {
    font-family: 'Visby Bold';
    font-size: 17px;
    color: #b71c1c;
    padding: 0;
    margin: 0;
}

.fin-rep p {
    font-family: 'Visby Bold';
    font-size: 17px;
    color: #212121;
    padding: 0;
    margin: 0;
}

.slick-prev:before, .slick-next:before {
    color: #212121;
}

.fc-event {
    background: rgb(183,28,28);
    background: -moz-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    background: linear-gradient(130deg, rgba(183,28,28,1) 0%, rgba(244,67,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b71c1c",endColorstr="#f44336",GradientType=1);
    border: none!important;
}

a.support-link {
    background-color: #b71c1c;
    color: white;
    font-weight: bold;
    padding: 15px;
}

a.candidate-link {
    color: #b71c1c;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}

label {
    font-size: 13px;
    color: #212121;
}

.wpcf7 input, .wpcf7 textarea {
    width: 550px;
    padding: 10px;
    margin-bottom: 5px;
    background-color: white;
    border: none;
}

input.wpcf7-submit {
    background-color: #b71c1c;
    color: white;
}

input#pp {
    width: 150px;
}

/* FOOTER */

/*footer {
    padding: 50px 0;
    background: rgb(33,33,33);
    background: -moz-linear-gradient(130deg, #212121 0%, #424242 100%);
    background: -webkit-linear-gradient(130deg, #212121 0%, #424242 100%);
    background: linear-gradient(130deg, #212121 0%, #424242 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121",endColorstr="#424242",GradientType=1);
    color: white;
    border-bottom: 15px solid #212121;
}*/
footer {
	background-color:rgb(0, 38, 89)!important;
	color:#fff;
}

footer a {
    color: white;
    padding: 0 5px;
}

footer a:hover {
	color:#ffe400;
}

.nav-pills .nav-link {
    color: #002659;
    border-radius: 0;
}

.nav-pills .nav-link:hover {
    background-color: #002659;
    color: #fff;
}

.nav-pills .nav-link.active {
    background-color: #ed1c24;
}

.bodies-pic {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.bodies-pic img {
    position: absolute;
}

#wp-calendar {
	width: 100%;
	background: #EFEFEF;
	text-align: center;
}

#wp-calendar tbody td {
	border: 1px solid #fff;
}

#wp-calendar td.event {
	background: #ed1c24;
}

#wp-calendar td.event a {
	color: #fff;
}

#wp-calendar caption {
    caption-side: top;
	background-color: #002659;
	color: #fff;
	text-align: center;
}

.offcanvas-body ul.submenu {
	list-style:none;
	padding-left: 20px;
}

.offcanvas-body ul.submenu a {
	font-family: 'Visby Bold';
    color: #002659;
}

.offcanvas-body ul.submenu a:hover {
    color: #b71c1c;
}

.wpcf7-form label, .wpcf7-form label input {
	width:100%;
}

.wpcf7-form label input {
	max-width: 550px;
}

.aim-section h2.section-title{
		font-size:50px;
		color:#fff;
	}

.partners-footer {
	justify-content:flex-end;
	display:flex;
	align-items:flex-end;
	flex-direction:column;
	padding-bottom:20px;
}

.social-section {
	background:linear-gradient(90deg, #d32f2f 50%, #e6eaee 50%);
	padding:40px 0px;
}

.header-social {
	padding:0px 25px;
}

.call .col-md-4 {
	color:#fff;
	padding:30px;
}

.call .col-md-4:nth-child(-n + 2) {
	border-right:1px solid rgba(255,255,255,.25);
}

.call i {
	font-size:50px;
	color:#ffe400;
	margin-right:20px;
}


@media only screen and (max-width:991px){
	
	.header-social {
		padding:0px;
	}
	
	header .title-header {
		padding-left:60px;
	    padding-right:60px;
	}
}

@media only screen and (max-width:768px){
	
	.aim-section h2.section-title{
		font-size:40px;
	}
	
	.citation-card {
		margin-top:50px;
	}
	
	.social-section {
		background:none;
		padding:0px;
	}
	
	.call .col-md-4:nth-child(1),.call .col-md-4:nth-child(2) {
		border-right:0px solid rgba(255,255,255,.25);
	}
	
	.call a {
		display:flex;
		align-items:center;
	}
}

@media only screen and (max-width:575px){
	.partners-footer {
		display:block;
		margin-top:20px;
	}
}

@media only screen and (max-width:479px){
	h1.single {
    	font-size: 30px;
	}
	
	header .title-header {
		padding-left:var(--bs-gutter-x,.75rem);;
	    padding-right:var(--bs-gutter-x,.75rem);;
	}
}