/*
* All theme styling
*/

html {
    font-size:16px;
}


::placeholder {
    font-size:0.9rem;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url('../fonts/LabGrotesque-Regular.woff2') format('woff2'),
    url('../fonts/LabGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url('../fonts/LabGrotesque-Bold.woff2') format('woff2'),
    url('../fonts/LabGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Lab Grotesque", serif;
    font-weight: normal;
    margin: 0;
    font-size: 1.125rem;
}

.vc_row.container,
.vc_section {
    margin-left: auto !important;
    margin-right: auto !important;
}

.vc_column_container>.vc_column-inner {
    padding-left:0px!important;
    padding-right:0px!important;
}

.vc_row {
    margin-left:0px!important;
    margin-right:0px!important;
}
p {
    line-height: 1.6rem!important;
}

p span {
    line-height: 110%!important;
}

.text-17 {
    font-size: 1.094rem;
    line-height: 1.1rem;
}

h1  {
    font-size: 3.5rem;
    font-weight: normal;
    margin: 10px 0 30px 0;
}

h2 {
    font-size: 2.75rem;
    font-weight: normal;
    margin: 10px 0 15px 0;
}

h3 {
    font-size: 1.813rem;
    font-weight: bold;
    margin: 25px 0 15px 0;
}

h4  {
    font-size: 1.313rem;
    font-weight: bold;
    margin: 10px 0;
}

h5 {
    font-size: 1.094rem;
    font-weight: bold;
}

hr {
    margin: 30px 0;
    border: none;
    border-top: 2px solid #e3e2de;
}

.link-primary, .link-primary a {
    color: #66aeba;
}
.link-primary:hover, .link-primary:hover > a {
    color: #478087;
}
.link-secondary {
    color: #000;
}
.link-secondary:hover {
    color: #888680;
}
.dot {
    display: block;
    background-color: #fff;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border:none;
}
.bg-green {
    background-color: #b8d654;
}
.bg-blue {
    background-color: #66aeba;
}
.border-round {
    border-radius: 8px;
}

.mt-45 {
    margin-top: 2.25rem!important;
}
.center {
    text-align: center;
}
.btn-primary, .tnp-submit {
    border: none;
    background-color: #66aeba;
    color: #fff;
}
.btn-primary:hover, .tnp-submit:hover {
    background-color: #477f87;
    color:#fff;
}
.btn-secondary {
    border: 1px solid #e3e1dc;
    background-color: #fff;
    color: #34332f;
}
.btn-secondary:hover {
    background-color: #dfddd7;
}
.btn-pagination {
    border: 1px solid #dfddd7;
    background-color: #f5f4ee;
}
.pagination ul li button.btn-pagination {
    padding:2px 18px!important;
}
.single-vidzeme_projects ol, .single-vidzeme_projects li, .single-post ol, .single-post li, .single-vidzeme_events p {
    font-size: 1.1rem;
}
.small-gap-between-elements li{
    padding: 8px 10px!important;
}
.vc-paragraph a {
    color:#66AEBA;
}

.project-swiper-container .swiper-wrapper .swiper-slide {
    width: 32%;
}

.btn {
    font-weight: bold;
    font-size: 0.938rem;
    border-radius: 15px;
    padding: 2px 36px;
    min-height: 45px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

a {
    font-weight: bold;
    font-size: 0.969rem;
    text-decoration: none;
}

h4 a {
    font-weight: bold;
    font-size: 1.313rem;
    text-decoration: none;
    color: #000;
}
h4:hover a {
    color: #478087;
}
h3 a {
    font-size: 1.813rem;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
h3:hover a {
    color: #478087;
}

.icon-middle {
    vertical-align: middle;
    margin: auto 0;
    display: inline-block;
}

.btn-icon-with-bg {
    padding-right: 70px!important;
}

.icon-btn-after {
    vertical-align: middle;
    transition: right 0.2s ease-in-out 0.2s;
    position: absolute;
    top:0;
    right: 25px;
    bottom: 0;
    margin: auto 0;
}

a:hover .icon-btn-after {
    right: 20px;
}

.icon-after {
    vertical-align: middle;
    transition: right 0.2s ease-in-out 0.2s;
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    margin: auto 0;
}

.icon-breadcrumb {
    margin: 0 0!important; 
    margin-top:-1px !important;
}

.breadcrumb-item {
    padding-right: 25px!important;
    margin-right: 20px!important;
}

.breadcrumb-item.active .icon-breadcrumb{
    display: none!important;
}

.icon-position-top {
    margin: 0 0!important;
}

.icon-after-right-25 {
    right: 25px!important;
}

a:hover .icon-after-right-25 {
    right: 20px!important;
}

.icon-after-padding-25 {
    padding-right:50px!important;
}

a:hover .icon-after {
    right: -5px;
}

.icon-before {
    margin-right: 20px;
    vertical-align: middle;
    transition: right 0.2s ease-in-out 0.2s;
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    margin: auto 0;
}

.no-animation {
    transition: none!important;
}

a:hover .icon-before.no-animation {
    left: 0!important;
}

a:hover .icon-after.no-animation {
    right: 0!important;
}

a:hover .icon-before {
    left: -5px;
}

a.link-icon-before, div.link-icon-before {
    position: relative;
    padding-left: 30px;
}

a.btn-icon, .btn-icon {
    position:relative;
}

.link-icon-after {
    position: relative;
    padding-right: 30px;
}

.rotate .responsive-svg {
    transform: rotate(180deg);
}

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

ul.disable-default-list {
    list-style: none!important;
    padding-left: 0!important;
    margin-left: 0!important;
}

input, button, .tnp-submit {
    min-height: 45px;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    border: 1px solid #e3e1dc;
    font-family: "Lab Grotesque";
}

/*Main header*/
header {
    position: sticky;
    top:0;
    z-index: 10000;
}

.front-page-header {
    padding-top:150px;
    margin-top:-150px!important;
    background-image: url('../images/image-background.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

header.inner {
    background-image: none;
}

header a {
    color: #fff;
}

.show {
    display: block;
}

.hide {
    display: none;
}

header a:hover,
header a.active,
header.inner a:hover,
header.inner a.active,
header .sticky a:hover,
header .sticky a.active{
    color: #66aeba;
}

header a.active,
header.inner a.active,
header .sticky a.active {
    border-bottom: 2px solid #66aeba;
}

header .sticky {
    /*position: fixed;
    width: 100%;
    margin: 0;
    top: 0;
    z-index: 100;*/
    background-color: #fff;
    box-shadow: 0px -6px 10px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px -6px 10px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px -6px 10px 10px rgba(0,0,0,0.15);
}

header .sticky a,
header.inner a {
    color: #000;
}

header .sticky .header-toolbar {
    padding: 20px 0;
}

header.inner .li-sticky,
header.inner .header-logo-inner,
header .header-logo,
header .sticky .header-logo-sticky,
header .sticky .li-sticky  {
    display: block;
}

header.inner .header-logo,
header .header-logo-inner,
header.inner .li-regular,
header .li-sticky,
header .header-logo-sticky,
header .sticky .header-logo,
header .sticky .header-logo-inner,
header .sticky .li-regular  {
    display: none;
}

header .lang-switch-anchor {
    font-weight: normal;
}

header ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

/*Header menu bar*/
.header-toolbar {
    height: 50px;
    align-items: center;
    flex-wrap: nowrap !important;
}
:not(.home) .header-toolbar {
    padding: 20px 0;
}

.home .header-toolbar {
    padding: 40px 0;
}

/*Main header search*/
.header-form-search {
    position: relative;
}
.header-form-search input {
    width: 88px;
    padding-left: 20px;
    padding-right: 40px;
}
.search-results-form input {
    width: 100%;
    padding-right: 0;
}
.header-form-search button {
    z-index: 1;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: transparent;
    border: none;
    padding-right: 10px;
    margin-right: 2px;
}
.search-results-form button {
    width: 20px;
    height: 20px;
    padding-right: 0;
}
.header-form-search button img {
    transition: transform .2s;
}
.header-form-search button:hover img {
    transform: scale(1.2);
}

/*Header content block*/
.header-content {
    padding: 90px 0;
    color: #fff;
}

.breadcrumbs ul {
    display: flex;
    margin-top: 30px;
    margin-bottom: 10px;
}
.breadcrumbs ul li {
    margin-right: 40px;
    position: relative;
    overflow: visible;
}

.breadcrumbs ul li a {
    font-size: 0.813rem;
    color: #000;
    font-weight: bold;
}
.breadcrumbs ul li.active a {
    color: #adaba7;
}

.link-round  {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #e3e1dc;
    border-radius: 8px;
    width: 100%;
    overflow-wrap: anywhere;
    box-sizing: border-box;
    height: 78px;
    line-height: 1.1rem;
    padding: 0 60px 0 30px;
    color: #34332f;
}

.link-round:hover {
    background-color: #4e4c47;
    color: #fff;
}

/*FOOTER*/
footer {
    padding-top: 70px;
    background-color: #faf9f6;
    font-size: 0.969rem;
}
footer ul {
    line-height: 1.7rem;
}

.social ul {
    display: flex;
    align-items: center;
}
.social ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    background-color: #faf9f6;
    border: 1px solid #dfddd7;
    border-radius: 16px;
    width: 50px;
    height: 50px;
}
.social ul li:hover {
    background-color: #dfddd7;
}
.social ul li a {
    display: flex;
}
footer .social ul li {
    border: none;
    display: block;
    line-height: 1.1rem;
    margin-right: 36px;
    width: auto;
    height: auto;
    background-color: transparent;
}
footer .social ul li:hover {
    background-color: transparent;
}
footer .footer-hr {
    margin-top: 60px;
    border: none;
    border-top: 1px solid #e3e2de;
}
.events {
    margin-bottom: 50px;
}

.events .event {
    background-color: #f5f4ee;
    overflow: hidden;
    margin: 30px 0;
    border-radius: 20px;
    font-size: 1rem;
}

.events .event p {
    line-height: 1.1rem;
}

.events .event .event-content {
    padding: 50px;
}
.events .event .event-content h2 {
    margin-top: 10px;
    margin-bottom: 30px;
}
.events .event .event-content a.btn {
    margin-top: 45px;
}
.events .event .background-image {
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.actual-sidebar ul {
    padding: 60px 0;
    background-color: #faf9f6;
}
.actual-sidebar ul li {
    width: 170px;
    height: 170px;
    margin: 15px auto;
}
.actual-sidebar ul li img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.partners-sidebar ul {
    margin-top: 30px;
}
.partners-sidebar ul li {
    margin: 10px 0;
}
.pagination {
    margin: 70px auto;
}
.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination ul li {
    margin: 0 22px;
}
.pagination ul li.active {
    text-align: center;
    margin: 0 5px;
    line-height: 1.1rem;
    background-color: #66aeba;
    width: 47px;
    height: 47px;
    border-radius: 16px;
    color: #fff;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination ul li.active button {
    color: #fff;
}
.pagination ul li a, .pagination ul li button {
    font-weight: bold;
    color: #000;
}

.pagination ul li button:not(.btn-pagination) {
    background-color: transparent!important;
    border:0px!important;
    font-family: "Lab Grotesque", serif;
    font-size: 1rem;
    cursor: pointer;
}
.projects-list-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.project-map-banner {
    background-color: #66aeba;
    color: #fff;
    padding: 30px 160px 30px 30px;
}
.projects .projects-nav-bar {
    border-bottom: 2px solid #e8e8e8;
}
.projects .projects-nav-bar button {
    background-color: transparent;
    text-align: center;
    border:none;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin: 0 30px;
}
.projects .projects-nav-bar button.active,
.projects .projects-nav-bar button:hover {
    color: #66aeba;
}
.projects .projects-nav-bar button.active::after,
.projects .projects-nav-bar button:hover::after{
    content: '';
    border-top: 4px solid #66aeba;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: absolute;
    width: 100%;
    bottom: -2px;
    left:0;
}
ol {
    padding-left: 20px;
    font-size: 1rem;
    margin: 0;
}
ol li::marker {
    color: #478087;
    font-weight: bold;
}
ol li {
    color: #000;
    padding: 15px 10px;
}
.image-box {
    display: block;
    max-height: 360px;
    padding: 0;
    margin: 30px 0;
    border-radius: 8px;
    overflow: hidden;
}
.image-box img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
section.not-found {
    text-align: center;
    padding: 100px 0;
}
.disabled {
	opacity: 0.6; 
	pointer-events: none;
}
.disabled:hover {
	cursor: not-allowed;
}
.post-meta {
    color:#676560;
}
.vc_custom_input {
    padding-left:0px;
    padding-right:0px;
}
#events-archive-date-select {
    font-size: 2.75rem;
    font-weight: normal;
    border:0px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('../images/arrow-down.svg') no-repeat right center;
    background-size: 20px 20px;
    padding-right: 25px;
}
#events-archive-date-select option {
    font-size: 1.313rem;
}
.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    z-index:10000;
}
.popup-container .container{
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
    min-width:700px;
}
.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    min-height:150px;
    width:100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.close-popup {
    margin-top: auto!important;
}
.close-popup:hover {
    cursor:pointer;
}
.article.article-big .article-details ul li a{
    color: #66AEBA;
}
.scroll-top {
    padding: 0px 10px;
    background-color: #f5f4ee;
    display: none;
    position: sticky;
    bottom: 20px;
    color: white;
    border: 1px solid #e1dfd9;
    border-radius: 16px;
    cursor: pointer;
    margin-left: auto;
    margin-right: 20px;
    margin-bottom: 40px;
    margin-top:20px;
    z-index:1000;
}
.scroll-top:hover {
    background-color: #dfddd7!important;
}
.article-full .vc_custom_input {
    padding:0px!important;
}
.image-caption {
    font-size: 0.875rem;
    color: #888680;
    margin-top: 10px;
    text-align: left!important;
}
.vc-highlighted-text {
    border-left: 5px solid #66AEBA;
    padding-left: 15px;
    border-radius: 5px 0px 0px 5px;
    font-size:19px;
}

.file-extension {
    font-size: 0.813rem;
    color: #000;
    font-weight: 700;
    min-width:60px;
    display: inline-block;
}
.file-left {
    display: flex;
    align-items: end;
}
.partners-map {
    background-color: #66AEBA;
    max-width: 100%; /* Set a maximum width if needed */
    padding-bottom: 75%; /* Set a fixed aspect ratio (height is 75% of width) */
    position: relative;
}
.partners-map svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.europe-map polygon {
    stroke: #fff;
    stroke-width: 1.5;
}
.icon-list {
    list-style: none;
    padding-bottom:5px;
}
.icon-list:not(.single) li {
    padding-top:5px;
}
table:not(.employees) {
    margin-top: 10px;
    width: 100%;
    border-spacing: 0;
    overflow: hidden;
    border-radius:8px;
}
table:not(.employees, .projects-table) tr:nth-child(even){
    /*background-color: #faf9f6;*/
}
table:not(.employees, .projects-table) tr:first-child td, table:not(.employees, .projects-table) tr:first-child th{
    /*background-color: #4e4c47;*/
    padding: 20px 20px;
    /*color: #fff;*/
    /*font-weight:bold;*/
    text-align: left;
}
table:not(.employees) tr td{
    text-align: left;
    border-bottom: 1px solid #d1d1d1;
    padding: 20px 20px;
    color: #000;
}
table.projects-table{
    font-weight:bold;
}
table.projects-table tr td:first-child{
    color: #fff;
    background-color: #4e4c47;
}
table.projects-table tr td:not(:first-child){
    background-color: #faf9f6;
}
.reference p{
    font-style: italic!important;
}
.supporters-sidebar img{
    display: block;
    width: 100%;
    padding-bottom: 10px;
}
.sidebar-wrapper {
    position: sticky;
    top: 100px;
}
a h1{ 
    color:#000;
}
a h2{ 
    color:#000;
}
a h3{ 
    color:#000;
}
a h4{ 
    color:#000;
}

/*Cookies*/
.cky-consent-bar a{
    color: white;
    text-decoration: underline!important;
}

.cky-consent-bar {
    padding: 45px!important;
    border-radius: 15px!important;
}

.cky-consent-bar p {
    text-align: center;
}

.cky-consent-bar .cky-notice .cky-title {
    font-size:1.313rem;
}

.cky-consent-bar .cky-notice-des p, .cky-consent-bar .cky-notice-des a {
    font-size:1rem;
}

.cky-box-bottom-right {
    bottom: 60px!important;
    right: 60px!important;
}

.cky-show-desc-btn {
    color:white!important;
    text-decoration: underline!important;
}

.cky-always-active {
    color: white!important
}

.cky-preference-center * {
    font-family: 'Lab Grotesque'!important;
}

.cky-consent-bar .cky-notice .cky-btn, .cky-prefrence-btn-wrapper .cky-btn {
    font-weight: bold!important;
    font-size: 0.938rem;
    border-radius: 15px!important;
    padding: 0 36px!important;
    height: 45px!important;
    cursor: pointer!important;
    display: inline-flex!important;
    align-items: center!important;
    justify-content: center!important;
}
.cky-consent-container {
    max-width:600px!important;
    width:100%!important;
}
.cky-btn-close img {
    display: none!important;
}
.cky-btn-close:after {
    background-image: url("../images/icon-close-white.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    width:25px;
    height:25px;
}
.btn-transparent {
    background-color: transparent!important;
    border: 0px!important;
    color:white!important;
    padding:10px!important;
}
.breadcrumbs{
    display: block;
}
.breadcrumbs-back-button {
    display: none;
}
.vc-category-list .link-round{
    width:auto;
}
.article-image img{
    width:100%;
    height:490px;
    object-fit: cover;
}
p a, .icon-list a, .post-content li a, p a span, td a {
    color: #66aeba;
    font-size:inherit;
}

p a:hover, .icon-list li:hover a, .post-content li a:hover, p a:hover span, td a:hover {
    color: #478087;
}

.vc-iframe iframe {
    width: 100%;
    height: 490px;
}

.breadcrumbs ul li:hover * {
    color: #478087;
}

.header-menu li.current-menu-item a{
    color: #66aeba!important; 
    text-decoration: underline 3px;
    text-underline-offset: 5px;
}

.article-details svg {
    width:20px;
    height:18px;
    position:absolute;
    margin-left:-28px;
    display: inline-block;
}

.article-details.vpr-piedalas svg *{
    fill:#b8d654!important;
}

.heading-link {
    padding-top: 13px;
    padding-bottom: 13px;
}

.calendar-left, .calendar-right {
    cursor: pointer;
}

#greyscaleButton {
    background-color: #000!important;
    border-color: #000!important;
}

#greyscaleButton svg, #greyscaleButton svg *, #greyscaleButton .responsive-svg {
    background-color: transparent!important;
}

#greyscaleButton svg .icon-visible-outside{
    fill: white!important;
    opacity:1!important;
}

#greyscaleButton svg .icon-visible-inside{
    fill: black!important;
    opacity:1!important;
}

#yellowblackButton {
    background-color: #F9F150!important;
    border-color: #F9F150!important;
}

#yellowblackButton svg, #yellowblackButton svg *, #yellowblackButton .responsive-svg {
    background-color: transparent!important;
}

#yellowblackButton svg .icon-visible-outside{
    fill: #000!important;
    opacity:1!important;
}

#yellowblackButton svg .icon-visible-inside{
    fill: #F9F150!important;
    opacity:1!important;
}

#blackyellowButton {
    background-color: #000!important;
    border-color: #000!important;
}

#blackyellowButton svg, #blackyellowButton svg *, #blackyellowButton .responsive-svg {
    background-color: transparent!important;
}

#blackyellowButton svg .icon-visible-outside{
    fill: #F9F150!important;
    opacity:1!important;
}

#blackyellowButton svg .icon-visible-inside{
    fill: #000!important;
    opacity:1!important;
}

.wpml-ls-legacy-list-horizontal a {
    font-weight: 500!important;
}
.gap {
    gap:10px!important;
}
.gallery-hover img:hover{
    filter: grayscale(100%);
    cursor: zoom-in;
}

select:disabled {
    color:black!important;
    opacity:1!important;
    background: none!important;
}

.single-vidzeme_events .article-full .article-details ul {
    margin-left: 7px!important;
}

.single.vidzeme_events .col-lg-4 .article.article-grid .article-details ul {
    margin-left: 25px!important;
}

.custom-select-container .custom-select-panel {
    background-color:#fff;
    border-radius: 7px;
    border:1px solid #d1d1d1;
    box-shadow: 0px 4px 5px 1px rgba(0,0,0, 0.1);
    -webkit-box-shadow: 0px 4px 5px 1px rgba(0,0,0, 0.1);
    -moz-box-shadow: 0px 4px 5px 1px rgba(0,0,0, 0.1);
    left:0;
    overflow-y: croll!important;
    padding:10px;
    display: none;
    min-width:200px;
}

.custom-select-container.is-open .custom-select-panel {
    display: block;
}

.custom-select-container .custom-select-option:hover {
    cursor:pointer;
}

.custom-select-opener:after{
    background-image: url("../images/arrow-down.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 15%;
    margin: auto 0px;
}

.custom-select-container .custom-select-option:before {
    display: none;
}

.custom-select-container .custom-select-option {
    color:black;
    text-align:left;
}

.custom-select-opener{
    text-align: left;
    padding: 0 20px 0 0!important;
    position: relative;
}

.custom-select-opener {
    background-color:transparent!important;
    padding:0.2rem;
}

.custom-select-container {
    display: flex;
    align-items: center;
    padding:5px 0px;
}

.custom-select-container .custom-select-option.is-selected, .custom-select-container .custom-select-option.has-focus {
    color:#477f87;
    background-color:white;
}

.custom-select-container.is-disabled {
    opacity: 1!important;
}

.custom-select-container.is-disabled .custom-select-opener:after {
    display: none!important;
}

.archive.vidzeme_events .custom-select-opener {
    font-size:2.75rem;
}

.archive.vidzeme_events .custom-select-opener:after {
    top: 40%!important;
    width: 20px!important;
    height: 20px!important;
}

.archive.vidzeme_events .custom-select-opener{
    padding: 0 30px 0 0!important;
}


:focus-visible {
    border:3px solid black!important;
    border-radius: 7px!important;
}

a.open-popup {
    cursor:pointer;
}

.wpb_video_wrapper {
    padding-top:0px!important;
}

.wpb_video_widget {
    padding:10px 0px!important;
}

.vc-cta-button .link-round{
    width: fit-content!important;
}

.vc-cta-button .link-round{
    padding-right: 60px!important;
}

.link-round:hover svg * {
    fill:white;
}

.popup-btn-close {
    background-color: transparent;
    box-shadow: none;
    border:0px;
}

.popup-close-container{
    width: 100%;
    justify-content: end;
}

.vc-paragraph ul, .vc_custom_input ul, .vc-highlighted-text ul, .vc-accordion ul, .post-content ul{
    list-style: disc;
    padding-left: 20px;
}

.vc-paragraph ul li::marker,  .vc_custom_input ul li::marker, .vc-highlighted-text ul li::marker, .vc-accordion ul li::marker, .post-content ul li::marker{
    color:#477f87;
}
table.contacts .data ul {
    padding-left:20px!important;
}

.mailpoet_submit {
    font-weight: bold;
    font-size: 0.938rem!important;
    border-radius: 15px!important;
    padding: 2px 36px!important;
    min-height: 45px!important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border: none;
    background-color: #66aeba;
    color: #fff;
    width:auto!important;
    margin:0px!important;
}

.mailpoet_submit:hover {
    background-color: #477f87;
    color: #fff;
}

.mailpoet-signup-btn {
    display: flex;
    justify-content: center;
    justify-items: center;
}


.vc-button .btn-primary:hover svg *{
    fill:white!important;
}

a:hover .icon-btn-after.no-animation {
    right: 25px!important;
}

.single-vidzeme_projects h2.style-h3 {
    font-size: 1.813rem!important;
    font-weight: bold!important;
    margin-top:35px;
}

.single-vidzeme_events .article-full .article-details ul {
    margin-left:30px!important;
}

.news-line {
    padding-right:15px;
}
#mailpoet_form_1 form.mailpoet_form {
    padding:0px!important;
}

.article .article-image {
	height:auto!important;
}

.article .article-image img {
	aspect-ratio: 16/9!important;
    display: block!important;
    width: 100%!important;
    object-fit: cover!important;
}

.single .article .article-image.post-image img {
    object-fit: contain!important;
    height: 100%!important;
    aspect-ratio: auto!important;
}

.sitemap a {
    color:#66aeba;
}

.sitemap a:hover {
    color:#478087;
}

.wpb_video_widget .wpb_wrapper iframe {
    position: relative!important;
    min-height: 500px;
}

.w-full {
    width:100%!important;
    max-width:100%!important;
}

.mailpoet_categories fieldset legend, .mailpoet-required-agreement legend {
    display: none!important;
}

.mailpoet_form .mailpoet_categories .mailpoet_paragraph {
    margin-bottom: 5px!important;
}

.mailpoet-email-input-description {
    margin:0px!important;
}

.mailpoet-email-field {
    margin:0px!important;
}

.mailpoet-categories-checkbox-label {
    font-size: 20px;
    font-weight: 700;
}

.mailpoet-required-agreement a {
    color:#66AEBA;
}

.mailpoet-required-agreement a:hover {
    color:#477f87;
}

.mailpoet_form input[type="checkbox"] {
    min-height: auto!important;
}

.mailpoet_paragraph.last {
    text-align: center!important;
}

.wpml-ls-statics-footer {
    display: none!important;
}

.project-partners li{
    padding: 15px 10px 0px 10px;
}

button.wt-unselected.wt-laco.wt-laco--button {
    display: none!important;
}

.contact-accordion-email {
    padding-left: 0px!important;
}

.contact-accordion-text {
    padding-left: 30px!important;
    display: block!important;
}

.featured-category .background-image {
    background-size: cover!important;
}

.text-end {
    text-align: right;
}

.vidzeme-file {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.vidzeme-file .vidzeme-file-icon-ext {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.vidzeme-file .vidzeme-file-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.single-events-sidebar .article-grid{
    margin-bottom: 3.5rem !important;
}

.mailpoet_page-template-default .entry-footer {
    display: none;
}

.mailpoet_page-template-default .mailpoet_message {
    margin-left: 30px;
    min-height:30px;
}

.mailpoet_page-template-default article {
    width:1344px;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    position: relative;
}

.mailpoet_page-template-default .mailpoet-manage-subscription .mailpoet-change-email-info,
.mailpoet_page-template-default .mailpoet-manage-subscription p.mailpoet_paragraph {
    display: none!important;
}
.tnp-subscription {
    max-width: 100%!important;
}

.tnp-subscription .tnp-email {
    width: 100%!important;
    background-color: white!important;
    border-radius: 6px!important;
    border: 1px solid #e3e1dc!important;
}

.tnp-subscription .tnp-submit{
    font-weight: bold!important;
    font-size: 0.938rem !important;
    border-radius: 15px !important;
    padding: 2px 36px !important;
    min-height: 45px !important;
    cursor: pointer!important;
    display: inline-flex!important;
    align-items: center!important;
    border: none!important;
    background-color: #66aeba!important;
    color: #fff!important;
    width: auto !important;
    margin: 0px !important;
}

.tnp-subscription .tnp-submit:hover {
    background-color: #477f87!important;
    color: #fff!important;
}

.tnp-subscription .tnp-privacy {
    min-height: 5px!important;
}

.tnp-subscription .tnp-field-privacy {
    text-align: left;
}

.tnp-subscription .tnp-field-privacy a{
    color: #66aeba!important;
}

.tnp-subscription .tnp-field-privacy a:hover{
    color: #477f87!important;
}

.tnp-button-form button.tnp-submit {
    font-weight: bold!important;
    font-size: 0.938rem !important;
    border-radius: 15px !important;
    padding: 2px 36px !important;
    min-height: 45px !important;
    cursor: pointer!important;
    display: inline-flex!important;
    align-items: center!important;
    border: none!important;
    background-color: #66aeba!important;
    color: #fff!important;
    width: auto !important;
    margin: 0px !important;
}

@media only screen and (min-width: 1200px) {
    header.homepage-header > div:not(.sticky) .header-menu ul li:hover a {
        color:white!important;
        text-decoration: underline 3px!important;
        text-underline-offset: 5px!important;
        text-decoration-color: white!important;
    }
    header.inner .vidzeme-language-switcher a{ 
        color: #68AFBB!important;
    }
    .archive.vidzeme_events ul.disable-default-list, .archive.post-type-archive-vidzeme_events ul.disable-default-list{
        margin-left:30px!important;
    }
}

@media only screen and (min-width: 768px) {
    .archive.vidzeme_events .breadcrumbs ul.disable-default-list, .single-vidzeme_events .single.vidzeme_events .breadcrumbs ul.disable-default-list{
        margin-left:0px!important;
    }

    .front-page-header h1 {
        max-width: 80%;
    }

    .front-page-header p {
        max-width: 70%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    header .header-options ul {
        gap:0px!important;
    }
    header .col-xl-3 {
        width: 28%!important;
    }
    header .col-xl-2 {
        width: 14%!important;
    }
}

/* Table */
@media only screen and (max-width: 1200px) {
    .text-center {
        text-align:center;
    }
    footer .footer-hr {
        margin-top: 20px!important;
        margin-bottom: 10px!important;
    }
    footer ul li {
        padding-bottom: 5px!important;
    }
    body.home main {
        padding-top: 20px!important;
    }
    .wpml-ls-legacy-list-horizontal a {
        font-weight: 700!important;
    }
    .header-wrapper {
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #FAF9F6;
        z-index: 10;
    }
    header ul {
        flex-direction: column;
        gap: 30px;
        padding: 20px 20px 10px 20px;
    }
    header ul li a{
        color:#000;
    }
    .featured-category.event .background-image {
        background-size: cover;
    }
    .header-wrapper .header-options a {
        width: 100%;
        display: block;
        color:#000;
        text-align: center;
        padding:10px 0px;
    }
    .link-round {
        width: auto;
    }
    .search-input {
        width:100%!important;
        box-sizing: border-box;
    }
    .w-100 {
        width:100%;
        box-sizing: border-box;
    }
    .header-wrapper {
        top: 118px;
    }
    .header-toolbar-container-wrapper.sticky .header-wrapper {
        top: 90px;
    }
    .single:not(.single-vidzeme_projects, .single-post) .scroll-top {
        margin-top:-135px!important;
    }
    :not(.search-results, .single-post) .scroll-top {
        margin-top:-85px!important;
    }
    .blog .scroll-top, .archive .scroll-top, .search-results .scroll-top, .single-post .scroll-top{
        margin-top:-50px!important;
    }
    .page-template-default.page .scroll-top {
        margin-top:30px!important;
    }
    .archive.tax-project_category .scroll-top{
        margin-top:0px!important;
    }
    .header-logo,
    .header-logo-inner,
    .header-logo-sticky {
        text-align: center;
    }
    .img-fluid {
        max-width:100%;
    }

    ol {
        padding-left: 20px!important;
    }
    .popup-container .container {
        min-width: auto!important;
    }
    .vc_hidden-md {
        display: none!important;
    }

}

.breadcrumbs ul {
    overflow: auto;
    white-space: nowrap;
}

/* Tablet small */

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .vc_row.container, .homepage-header .header-toolbar-container-wrapper .container, footer .container {
        padding: 0px!important;
    }
}

@media only screen and (max-width: 1024px) {
    .archive.vidzeme_events .custom-select-opener:after {
        top:20%!important;
    }
    .header-logo-sticky svg, .header-logo svg {
        width:100%!important;
    }
    .single-vidzeme_events .article-full .article-details ul{
        margin-left:10px!important;
    }
    #events-archive-date-select {
        font-size:1.5rem;
    }
    .container {
        padding:0px 20px!important;
        box-sizing: border-box;
    }
    .header-logo img,
    .header-logo-inner img,
    .header-logo-sticky img {
        max-width: 70px;
    }

    .header-toolbar {
        padding:20px 0px;
    }

    .article .article-content {
        margin-left:0px!important;
    }

    footer #footer-menu-2{
        margin-top: 20px;
    }
    footer button{
        width:100%;
        justify-content: center;
    }
    footer .social ul {
        justify-content: space-between;
    }
    footer .social ul li {
        margin-right: 0px;
    }
    h1 {
        font-size: 2.513rem;
        overflow-wrap: break-word;
    }
    h2 {
        font-size: 1.875rem;
    }
    h3 {
        font-size: 1.563rem;
    }
    .header-wrapper {
        top: 120px;
    }
    .header-toolbar-container-wrapper.sticky .header-wrapper, header.inner .header-wrapper {
        top: 89px!important;
    }
    p table:not(.employees, .projects-table) tbody tr:first-child td, 
    .vc-table-row table:not(.employees, .projects-table) tbody tr:first-child td,
    .vc-table-row table:not(.employees, .projects-table) tbody tr:first-child th {
        font-size: 0rem!important;
        border:0px;
        width:100%!important;
    }
    p table:not(.employees, .projects-table) tbody tr:first-child td, 
    .vc-table-row table:not(.employees, .projects-table) tbody tr:first-child td,
    .vc-table-row table:not(.employees, .projects-table) tbody tr:first-child th{
        padding:7px;
    }
    body:not(.search) p table:not(.employees, .projects-table) tbody tr:first-child, body:not(.search) .vc-table-row table:not(.employees, .projects-table) tbody tr:first-child {
        background-color: #4e4c47!important;
    }
    p table:not(.employees, .projects-table) tbody tr:not(:first-child), .vc-table-row table:not(.employees, .projects-table) tbody tr:not(:first-child){
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #d1d1d1;
    }
    p table:not(.employees, .projects-table) tbody, .vc-table-row table:not(.employees, .projects-table) tbody{
        display: flex;
        flex-direction: column;
    }
    p table:not(.employees, .projects-table) tbody tr:not(:first-child) td::before, .vc-table-row table:not(.employees, .projects-table) tbody tr:not(:first-child) td::before{
        content: attr(data-label);
        width:100%;
        display: block;
        font-weight: bold;
        padding-bottom:10px;
    }
    p table:not(.employees, .projects-table) tbody tr:not(:first-child) td, .vc-table-row table:not(.employees, .projects-table) tbody tr:not(:first-child) td{
        width: 100%!important;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        border-bottom: 0px solid #d1d1d1;
    }
    table.projects-table *, .vc-table-column table *{
        width: 100%!important;
        display: block!important;
    }

    .vc-table-column table, .vc-table-row table {
        display: block!important;
        width: 100%!important;
        height: auto!important;
    }

    .archive.vidzeme_events .custom-select-opener {
        font-size:1.5rem;
    }
    table.contacts .data ul {
        padding-left: 0px!important;
    }
    .archive.vidzeme_events ul.disable-default-list, .single.vidzeme_events ul.disable-default-list{
        margin-left:30px!important;
    }
    #eventsPopupContent {
        height: 50vh;
        overflow-y: scroll;
    }
    .archive.featured-categories .featured-category .event-content {
        padding: 20px;
    }
}

.popup-container .popup-content .popup-content-container {
    max-height: 78vh!important;
    overflow-y: auto!important;
}

input[type="checkbox"] {
    accent-color:#477f87!important;
}

@media only screen and (min-width: 768px) {
    .alignleft {
        float: left;
        margin-right: 20px; /* Adjust this value to create space between the element and surrounding content */
    }

    .alignright {
        float: right;
        margin-left: 20px; /* Adjust this value to create space between the element and surrounding content */
    }

    .aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    header .header-options ul {
        justify-content: end!important;
    }
    .single .article-image.post-image img{
        aspect-ratio:16/9!important;
        object-fit:cover!important;
        width: 100%;
    }
    .breadcrumbs ul {
        flex-wrap: wrap!important;
    }
}

@media only screen and (max-width: 767px) {
    .alignleft, .alignright, .aligncenter {
        display: block;
        width:100%;
    }
}

/* Mobile */
@media only screen and (max-width: 768px) {
    .popup-container .popup-content .popup-content-container {
        max-height: 50vh!important;
    }
    .archive.featured-categories .featured-category .event-content {
        padding: 30px;
    }
    .preview-swiper-btn {
        top:25%!important;
        padding: 4px 8px!important;
    }
    .gallery-size {
        padding: 10px 12px!important;
    }
    .wpb_video_widget .wpb_wrapper iframe {
        position: relative!important;
        min-height: 250px!important;
    }
    .news-line {
        padding-right:0px;
    }
    .pagination .next-page .btn span{
        display: none!important;
    }
    .pagination .next-page .btn .responsive-svg{
        position: relative!important;
        right: 0px!important;
    }
    .pagination .next-page .btn{
        padding: 0px!important;
        width:45px!important;
        justify-content: center!important;
        background-color: #f5f4ee!important;
        border: 1px solid #e1dfd9!important;
        border-radius: 16px!important;
    }
    .pagination ul li {
        margin: 0!important;
        width: 45px!important;
        text-align: center!important;
    }
    .pagination ul {
        padding: 2px!important;
    }
    .pagination ul.more-elements {
        justify-content: space-between!important;
    }
    .featured-category.event .btn {
        width: 100%;
        box-sizing: border-box;
        justify-content: center;
        text-align: center!important;
    }
    .featured-category.event .event-content {
        padding: 30px;
    }
    .featured-category.event .background-image {
        height: 200px;
    }
    .breadcrumbs {
        display: none;
    }
    .breadcrumbs-back-button {
        padding-top:15px;
        display: block;
    }
    .single-post .vc_column_container {
        padding:0px 0px!important;
    }
    .btn-pagination span{
        display: none!important;
    }
    .btn-pagination {
        padding-left: 0;
        padding-right: 17px;
    }
    .page .scroll-top {
        margin-top:-20px!important;
    }
    .projects-archive {
        overflow: hidden;
    }
    .partners-map {
        display: none;
    }
    .cky-box-bottom-right {
        right:0px!important;
        bottom:0px!important;
    }
    .cky-consent-container .cky-consent-bar {
        padding: 20px!important;
    }
    .vc_row {
        margin:0px!important;
    }
    .vc-iframe iframe {
        width:100%;
    }
    .container .vc_column-inner {
        padding:0px!important;
    }
    .article.article-small .article-image {
        min-height: 200px
    }
    button.events-control {
        padding: 0px 0px!important;
        height: 50px!important;
        width: 50px!important;
        justify-content: center;
    }
    .cky-consent-container .cky-consent-bar{
        margin: 20px!important;
    }
    .cky-btn {
        margin: 0px!important;
    }
    .cky-notice-btn-wrapper, .cky-prefrence-btn-wrapper {
        gap: 10px!important;
    }
    .cky-notice-btn-wrapper .cky-btn-reject {
        order: 2!important;
    }
    .cky-notice-btn-wrapper .cky-btn-customize {
        order: 3!important;
    }
    .cky-notice-des {
        margin-bottom:15px!important;
    }
    #subscribePopup .popuptitle {
        justify-content: center!important;
    }
    .project-swiper-container .swiper-wrapper .swiper-slide {
        width: 80%;
    }
    .single-project-parent .project-loop-container {
        max-width:100%!important;
    }
}

/*Extra small mobile */
@media only screen and (max-width: 368px) {
    .btn-primary {
        word-break: break-all;
        text-align: center;
    }
    button.events-control {
        height: 35px!important;
        width: 35px!important;
        min-height: 35px!important;
        border-radius:10px!important;
    }
}

@media (min-width: 600px) and (max-width: 700px){
    .container, .container-md, .container-sm {
        max-width: 580px;
    }
}
@media (min-width: 700px) and (max-width: 800px){
    .container, .container-md, .container-sm {
        max-width: 680px;
    }
}

@media (min-width: 800px) and (max-width: 900px){
    .container, .container-md, .container-sm {
        max-width: 780px;
    }
}

@media (min-width: 900px) and (max-width: 990px){
    .container, .container-md, .container-sm {
        max-width: 880px;
    }
}

@media (min-width: 990px) and (max-width: 1200px){
    .container, .container-md, .container-sm {
        max-width: 970px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .vc_col-sm-8 {
        width: 100%!important;
    }
    .vc_col-sm-4 {
        width: 100%!important;
    }
}

/* Pieejamība */

.font-change-100  {
    font-size:16px;
}
.font-change-150  {
    font-size: 150%!important;
}
.font-change-200  {
    font-size: 200%!important;
}

.font-change-150 .link-primary .responsive-svg, .font-change-200 .link-primary .responsive-svg {
    margin:0px!important;
}

.font-change-150 .btn .responsive-svg, .font-change-200 .btn .responsive-svg {
    height:25px!important;
}

.font-change-150 .vc-category-list .responsive-svg, .font-change-200 .vc-category-list .responsive-svg {
    height:25px!important;
}

.font-change-150 .link-primary.link-icon-before .responsive-svg, .font-change-200 .link-primary.link-icon-before .responsive-svg {
    height:30px!important;
    margin: auto 0!important;
}

.font-change-200 .header-wrapper{
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #FAF9F6;
    z-index: 10;
}

.font-change-200 header ul {
    flex-direction: column;
    gap: 30px;
    padding: 20px 20px 10px 20px;
}

.font-change-200 header ul li a {
    color:#000;
}

.font-change-200 .header-wrapper .header-options a {
    width: 100%;
    display: block;
    color:#000;
    text-align: center;
    padding:10px 0px;
}

.font-change-200 .header-logo,
.font-change-200 .header-logo-inner,
.font-change-200 .header-logo-sticky {
    text-align: center;
}

.font-change-200 .header-toolbar {
    padding:20px 0px;
}

.font-change-200 .header-wrapper {
    top: 89px;
}

.font-change-200 header .d-xl-block, 
.font-change-200 header .d-md-block, 
.font-change-200 header .d-xl-block,
.font-change-200 header .d-none{
    display: none!important;
}

.font-change-200 header .d-xl-none, 
.font-change-200 header .d-md-none, 
.font-change-200 header .d-xl-none,
.font-change-200 header .d-flex{
    display: flex!important;
}

.font-change-200 header .d-block.d-xl-none{
    display: block!important;
}

.font-change-200 header .order-1 {
    order:1!important
}

.font-change-200 header .order-2 {
    order:2!important
}

.font-change-200 header .order-0 {
    order:0!important
}

.font-change-200 header .col-4{
    width:33.3%!important;
    max-width:33.3%!important;
}

.font-change-200 .col-xl-3 {
    width:50%!important;
    max-width:50%!important;
}

.font-change-200 .col-xl-6 {
    width:100%!important;
    max-width:100%!important;
}

.font-change-200 .article-small .col-md-4, 
.font-change-200 .article-small .col-md-8 {
    width:100%!important;
    max-width:100%!important;
}

.font-change-200 .article.article-small .article-image {
    height: 300px!important;
}
/*-------------------------BLACK AND WHITE----------------------------*/
.greyscale body *, .greyscale body {
    background-color: #000!important;
    color:white!important;
    border-color:white!important;
}

.greyscale *::after, .greyscale .icon-img, .greyscale *::before {
    filter: grayscale(100%) brightness(200%);
}

.greyscale body header {
    background-image: none!important;
}

.greyscale body header .header-map * {
    background-color: transparent!important;
}

.greyscale body header .header-map .map-pointer-icon svg * {
    fill:#fff!important;
}

.greyscale body header .header-map .map-pointer .map-pointer-icon{
    opacity: 1;
}

.greyscale body header .header-menu li.current-menu-item a {
    color:white!important;
}

.greyscale .calendar .bg-blue{
    background-color: white!important;
}

.greyscale .calendar .bg-green{
    background-color: #222222!important;
}

.greyscale .calendar .calendar-content-date-item .date-block-day {
    background-color: white!important;
}

.greyscale .calendar .calendar-content-date-item .date-block-day.vpr-piedalas {
    background-color: #222222!important;
}

.greyscale .europe-map polygon.map-europe-cls-1, .greyscale .europe-map polygon.map-europe-cls-2 {
    fill: #222222!important;
    stroke:white!important;
}

.greyscale .responsive-svg svg *{
    fill:white!important;
}

.greyscale ol li::marker {
    color: #222222!important;
}

.greyscale .accordion:after {
    color:white!important;
    filter: grayscale(0%) invert(0);
}

.greyscale .btn-primary {
    border:1px solid #000!important;
}

/*----------------------------------------------------------------------*/


/*-------------------------BLACK AND YELLOW-----------------------------*/
.yellowblack body *, .yellowblack body {
    background-color: #FFF86E!important;
    color:#000!important;
    border-color:#000!important;
}

.yellowblack *::after, .yellowblack .icon-img, .yellowblack *::before {
    filter: grayscale(100%) invert(1);
}

.yellowblack body header .header-map * {
    background-color: transparent!important;
}

.yellowblack body header .header-map .map-img {
    opacity: 1!important;
}

.yellowblack body header .header-map .map-img svg *{
    fill:transparent!important;
    stroke: #000!important;
}

.yellowblack body header .header-map .map-pointer-icon svg * {
    fill:#000!important;
}

.yellowblack body header .header-map .map-pointer .map-pointer-icon{
    opacity: 1;
}

.yellowblack body header {
    background-image: none!important;
}

.yellowblack body header .header-menu li.current-menu-item a {
    color:#000!important;
}

.yellowblack .calendar .bg-blue{
    background-color: #000!important;
}

.yellowblack .calendar .bg-green{
    background-color: #000!important;
}

.yellowblack .calendar .calendar-content-date-item .date-block-day {
    background-color: #000!important;
}

.yellowblack .calendar .calendar-content-date-item .date-block-day.vpr-piedalas {
    background-color: #000!important;
}

.yellowblack .europe-map polygon.map-europe-cls-1, .yellowblack .europe-map polygon.map-europe-cls-2 {
    fill: #FFF86E!important;
    stroke:#222222!important;
}

.yellowblack .responsive-svg svg *, .yellowblack svg:not(.europe-map) *{
    fill:#222222!important;
}

.yellowblack ol li::marker {
    color: #000!important;
}

.yellowblack .accordion:after {
    color:black!important;
    filter: grayscale(0%) invert(0);
}

.yellowblack .btn-primary {
    border:1px solid #000!important;
}

/*----------------------------------------------------------------------*/

/*-------------------------YELLOW AND BLACK-----------------------------*/
.blackyellow body *, .blackyellow body {
    background-color: #000!important;
    color:#FFF86E!important;
    border-color:#FFF86E!important;
}

.blackyellow *::after, .blackyellow .icon-img, .blackyellow *::before {
    filter: grayscale(100%) invert(1);
}

.blackyellow body header {
    background-image: none!important;
}

.blackyellow body header .header-map * {
    background-color: transparent!important;
}

.blackyellow body header .header-map svg * {
    fill:transparent!important;
    stroke: #FFF86E!important;
}

.blackyellow body header .header-map .map-img {
    opacity: 1!important;
}

.blackyellow body header .header-map .map-img {
    opacity: 1!important;
}

.blackyellow body header .header-map .map-pointer-icon svg * {
    fill:#FFF86E!important;
}

.blackyellow body header .header-map .map-pointer .map-pointer-icon{
    opacity: 1;
}

.blackyellow body header .header-menu li.current-menu-item a {
    color:#FFF86E!important;
}

.blackyellow .calendar .bg-blue{
    background-color: #FFF86E!important;
}

.blackyellow .calendar .bg-green{
    background-color: #FFF86E!important;
}

.blackyellow .calendar .calendar-content-date-item .date-block-day {
    background-color: #FFF86E!important;
}

.blackyellow .calendar .calendar-content-date-item .date-block-day.vpr-piedalas {
    background-color: #FFF86E!important;
}

.blackyellow .europe-map polygon.map-europe-cls-1, .blackyellow .europe-map polygon.map-europe-cls-2 {
    fill: #222222!important;
    stroke:#FFF86E!important;
}

.blackyellow .responsive-svg svg *{
    fill:#FFF86E!important;
}

.blackyellow ol li::marker {
    color: #FFF86E!important;
}

.blackyellow .accordion:after {
    color:#FFF86E!important;
    filter: grayscale(0%) invert(0);
}

.blackyellow .btn-primary {
    border:1px solid #000!important;
}
/*----------------------------------------------------------------------*/