html {
    background-color: #ebe7e3;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}
body {
    background-color: #393430;
    background-color: #ffc100;
    font-family: 'Open Sans', sans-serif;
}
img {

    max-width: 100%;

}
h1 {

    font-size: 2rem;

}
.content {
    min-height: 300px;
    background-color: #fff;
    background: #f6f6f6;
}
.bg-light {
    background-color: #ebe7e3 !important;
}
.navbar {
    padding-left: 0;
    padding-right: 0;
}
.breadcrumb {
    padding: 0;
    background-color: transparent;
    font-size: small;
}
.nav-item a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #fff;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transition: color .1s,-webkit-transform .2s ease-out;
    transition: color .1s,-webkit-transform .2s ease-out;
    -o-transition: color .1s,-o-transform .2s ease-out;
    -moz-transition: color .1s,transform .2s ease-out,-moz-transform .2s ease-out;
    transition: color .1s,transform .2s ease-out;
    transition: color .1s,transform .2s ease-out,-webkit-transform .2s ease-out,-moz-transform .2s ease-out,-o-transform .2s ease-out
}
.nav-item a.active:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #fff;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
.nav-item a:hover:before {
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(255, 255, 255, 0.9);
}
.nav-link {
    font-family: 'Rubik', sans-serif;
    display: block;
    padding: 0 1rem;
    color: #fff;
    font-weight: 800;
    margin: 5px 9px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .6px;
    position: relative;
    -webkit-transition: color .1s ease-out;
    -o-transition: color .1s ease-out;
    -moz-transition: color .1s ease-out;
    transition: color .1s ease-out;
}
.sub-menu {
    background-color: #f8c301;
    background-color: #393430;
}
.sub-menu .nav-link {
    text-transform: capitalize;
    padding-bottom: 0;
    margin: .5rem 1rem;
}
p.img_caption {
    text-align: center;
    background: #393430;
    color: #fff;
    font-size: small;
}
.jumbotron {
    padding: 1.25rem .5rem;
}
.large-icon {
    font-size: 13em !important;
}
.contact .contact-address {
    padding: 0 1.5rem;
}
.navbar .mod-languages {
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
}
.lang-inline {
    list-style: outside none none;
    margin: 0;
}
.lang-inline > li {
    display: inline;
    margin-left: 8px;
}
.login {
    margin: 0 auto;
    max-width: 330px;
    padding-top: 1em;
}
.tags.inline {
    padding-left: 0;
}
.tags.inline li {
    display: inline;
}
.item {

    background: #fff;
    padding: 1.5em 1.5em 1em;
    margin-bottom: .5em;
    min-height: 320px;

}
.item h2 {
    font-size: .9rem;
    text-transform: uppercase;
}
.item .item-image {
    max-height: 181px;
    overflow: hidden;
}
.item .tags {
    min-height: 25px;
}

.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.autocomplete-suggestion {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.autocomplete-suggestion:hover, .autocomplete-suggestion:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.autocomplete-suggestion.active, .autocomplete-suggestion:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.bg-primary {
    background-color: #f8c300!important;
    background-color: #e4dcd1!important;
}
a {
    color: #1e3a81;
}
.item-page ul > li {
    margin-bottom: 1rem;
}
.edit.item-page ul > li {
  margin-bottom: inherit;
}
/*
temp*/
.icons {
    display: none;
    visibility: hidden;
}
a {
   outline: none !important;
   box-shadow: none;
}
/*tabs*/
.nav-tabs > li > a {

    border-color: #dee2e6;
    border-bottom-width: 0;
    font-size: small;
    color: #798087;
    background: #fafafa;

}
.nav-tabs > li > a.active {

    background: #fff;
    color: #343a40;

}
/*temp css*/
/*.blog.wwd > div > div > div {

    min-height: 250px;
    border: 1px solid #000;
    margin-bottom: 25px;
    text-align: center;
    vertical-align: middle;

}
.blog.wwd > div > div > div > div {

    display: grid;

}*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

    font-family: 'Rubik', sans-serif;

}
.blog.wwd > div > div > a > div {

    margin-bottom: 25px;
    text-align: center;

}
.blog.wwd > div > div > a:hover {

    text-decoration: none;

}
.blog.wwd > div > div > a > div > div {

    margin-top: 2.5rem;

}
.wwd .item {

    padding: 26px 25px;
    min-height: 330px;

}
.wwd .item.column-1 {

    background-repeat: no-repeat;
    background-position: right;
    background-color: #ffc715;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -moz-background-size: contain;
    background-size: contain;

}
.wwd .item.column-2 {

    background-repeat: no-repeat;
    background-position: center;
    background-color: #083988;
    -webkit-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;

}
.wwd .item.column-1 h2 a,.wwd .item.column-1 h2 {
    color: #073987;
    font-weight: 600;
}
.wwd .item.column-2 h2 a,.wwd .item.column-2 h2 {
    color: #fff;
    font-weight: 600;
}
.chzn-container-multi .chzn-choices li.search-choice {

    background-color: #3071A9;
    background-image: none;
    border: 0;
    box-shadow: none;
    color: #fff;
    line-height: 20px;
    padding: 0 7px;
    font-size: 12px;

}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:before {

    font-family: FontAwesome;
    content: '\f00d';
    position: relative;
    right: 1px;
    top: 0;

}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {

    color: #f5f5f5;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 0;
    left: 0;
    background-image: none;
    font-size: inherit;

}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {

    color: #f5f5f5;
    font-size: inherit;

}
.nav-link.d-inline-flex {

    background-color: #ffc000;
    border-radius: 4px;
    padding: 5px 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: .8rem!important;
    margin: 4px;
    max-width: 100%;
    width: auto;
    -webkit-transition: none;
    transition: none;
    color: #02368b!important;

}
.active .nav-link.d-inline-flex,.nav-link.d-inline-flex:hover {
    background-color: #02368b;
    color: #ffc000!important;
}
.btn-default:hover {
    border-color: #0d3789;
    color: #0d3789;
}
.cat-children > div > a {

    position: relative;

}
.cat-children h3 {

    background-color: rgba(51, 51, 0, 0.6);
    color: #f1f1f1;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 10px;
    text-align: center;
    font-size: larger;

}
/*.wwd .col-md-4 {
    min-height: 149px;
}
.wwd .col-md-6 {
    min-height: 276px;
}*/
.addnew #jform_alias-lbl, .addnew #jform_alias,
.addnew #jform_note-lbl, .addnew #jform_note,
.addnew #jform_version_note-lbl, .addnew #jform_version_note,
.addnew #jform_created_by_alias-lbl, .addnew #jform_created_by_alias,
.addnew #jform_state-lbl, .addnew #jform_state_chzn,
.addnew #jform_featured-lbl, .addnew #jform_featured_chzn,
.addnew #jform_publish_up-lbl, .addnew #jform_publish_up,
.addnew #jform_publish_down-lbl, .addnew #jform_publish_down,
.addnew #jform_access-lbl, .addnew #jform_access_chzn,
.field-calendar, .addnew #publishing .control-group.form-group:last-child {

    display: none;
    visibility: hidden;

}
.img-thumbnail {

    max-height: 200px;

}
.list-group-item {

    background-color: transparent;
}
.list-group-item a {

    color: #00f;
    font-weight: 600;

}
.page-item.active .page-link {
    z-index: 1;
    color: #ffc100;
    background-color: #003b8a;
    border-color: #003b8a;
}
.page-link {
    color: #073989;
}


/* Ka mes darome cards */
.tag-category:has(a[href$="/bendruomeniu-vystymas"])::before {
  display: block;
  max-width: 1120px;
  margin: 0 auto 10px;
  color: #617589;
  content: "Tekstilės pakartotinio naudojimo veikla padeda finansuoti ilgalaikius socialinės plėtros projektus Lietuvoje ir įvairiose pasaulio šalyse. Kartu su patikimais vietos partneriais remiame iniciatyvas, kurios padeda bendruomenėms kurti tvaresnę ir savarankiškesnę ateitį.";
  font-size: 16px;
  line-height: 1.4;
}

.tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children.form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 24px;
  max-width: 1120px;
  margin: 34px auto 56px;
}

.tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children.form-row > div {
  flex: 0 1 calc(33.333% - 18px);
  max-width: calc(33.333% - 18px);
  margin: 0 !important;
  padding: 0;
}

.tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children.form-row > div > a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  color: #183653;
  text-decoration: none;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(24, 54, 83, 0.12);
}

.tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children img {
  order: 1;
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 6px 6px 0 0 !important;
}

.tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children .item-title {
  order: 2;
  margin: -42px 0 0;
  min-height: 42px;
  padding: 8px 14px;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.58);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children .item-title::after {
  display: none !important;
  content: none !important;
}

.tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children.form-row > div > a::before {
  order: 3;
  display: block;
  min-height: 38px;
  padding: 16px 18px 0;
  color: #617589;
  font-size: 14px;
  line-height: 1.35;
  background: #fff;
}

.tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children a[href$="/bendruomeniu-vystymas"]::before {
  content: "Stipresnės, savarankiškesnės bendruomenės.";
}

.tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children a[href$="/svietimas"]::before {
  content: "Galimybės mokytis, augti ir kurti ateitį.";
}

.tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children a[href$="/sveikata"]::before {
  content: "Sveikatos žinios ir prieinamos paslaugos.";
}

.tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children a[href$="/socialine-partneryste-lietuvoje"]::before {
  content: "Parama ir bendros iniciatyvos Lietuvoje.";
}

.tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children a[href$="/tvarus-zemes-ukis-ir-aplinka"]::before {
  content: "Tvaresnis ūkininkavimas ir aplinkosauga.";
}

.tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children.form-row > div > a::after {
  order: 4;
  display: block;
  padding: 10px 18px 16px;
  color: #005b96;
  content: "SUŽINOTI DAUGIAU  →";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: #fff;
}

@media (max-width: 900px) {
  .tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children.form-row > div {
    flex-basis: calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}

@media (max-width: 560px) {
  .tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children.form-row {
    gap: 20px;
    margin-top: 24px;
  }

  .tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children.form-row > div {
    flex-basis: 100%;
    max-width: 100%;
  }

  .tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children img {
    height: 250px;
  }
}
/* End Ka mes darome cards */

/* What we do cards EN */
.tag-category:has(a[href$="/community-development"])::before {
  display: block;
  max-width: 1120px;
  margin: 0 auto 10px;
  color: #617589;
  content: "Textile reuse activities help fund long-term social development projects in Lithuania and around the world. Together with trusted local partners, we support initiatives that help communities build a more sustainable and self-reliant future.";
  font-size: 16px;
  line-height: 1.4;
}

.tag-category:has(a[href$="/community-development"]) .cat-children.form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 24px;
  max-width: 1120px;
  margin: 34px auto 56px;
}

.tag-category:has(a[href$="/community-development"]) .cat-children.form-row > div {
  flex: 0 1 calc(33.333% - 18px);
  max-width: calc(33.333% - 18px);
  margin: 0 !important;
  padding: 0;
}

.tag-category:has(a[href$="/community-development"]) .cat-children.form-row > div > a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 100%;
  color: #183653;
  text-decoration: none;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 22px rgba(24, 54, 83, 0.12);
}

.tag-category:has(a[href$="/community-development"]) .cat-children.form-row > div > a:hover,
.tag-category:has(a[href$="/community-development"]) .cat-children.form-row > div > a:focus {
  color: #183653;
  text-decoration: none;
}

.tag-category:has(a[href$="/community-development"]) .cat-children img {
  order: 1;
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 6px 6px 0 0 !important;
}

.tag-category:has(a[href$="/community-development"]) .cat-children .item-title {
  order: 2;
  margin: -42px 0 0;
  min-height: 42px;
  padding: 8px 14px;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.58);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.tag-category:has(a[href$="/community-development"]) .cat-children .item-title::after {
  display: none !important;
  content: none !important;
}

.tag-category:has(a[href$="/community-development"]) .cat-children.form-row > div > a::before {
  order: 3;
  display: block;
  min-height: 38px;
  padding: 16px 18px 0;
  color: #617589;
  font-size: 14px;
  line-height: 1.35;
  background: #fff;
}

.tag-category:has(a[href$="/community-development"]) .cat-children a[href$="/community-development"]::before {
  content: "Stronger, more self-reliant communities.";
}

.tag-category:has(a[href$="/community-development"]) .cat-children a[href$="/education"]::before {
  content: "Opportunities to learn, grow and build the future.";
}

.tag-category:has(a[href$="/community-development"]) .cat-children a[href$="/health"]::before {
  content: "Health knowledge and accessible services.";
}

.tag-category:has(a[href$="/community-development"]) .cat-children a[href$="/social-partnership-in-lithuania"]::before {
  content: "Support and joint initiatives in Lithuania.";
}

.tag-category:has(a[href$="/community-development"]) .cat-children a[href$="/sustainable-agriculture-and-environment"]::before {
  content: "More sustainable farming and environmental protection.";
}

.tag-category:has(a[href$="/community-development"]) .cat-children.form-row > div > a::after {
  order: 4;
  display: block;
  padding: 10px 18px 16px;
  color: #005b96;
  content: "LEARN MORE  →";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: #fff;
}

@media (max-width: 900px) {
  .tag-category:has(a[href$="/community-development"]) .cat-children.form-row > div {
    flex-basis: calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}

@media (max-width: 560px) {
  .tag-category:has(a[href$="/community-development"]) .cat-children.form-row {
    gap: 20px;
    margin-top: 24px;
  }

  .tag-category:has(a[href$="/community-development"]) .cat-children.form-row > div {
    flex-basis: 100%;
    max-width: 100%;
  }

  .tag-category:has(a[href$="/community-development"]) .cat-children img {
    height: 250px;
  }
}
/* End What we do cards EN */

/* Homepage text, paragraphs and slider */
.moduletable > div[style*="margin-top: -2rem"] {
  max-width: 920px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.moduletable > div[style*="margin-top: -2rem"] .slogan {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px !important;
  font-size: 18px;
  line-height: 1.5;
  white-space: pre-line;
}

.moduletable > div[style*="margin-top: -2rem"] #jssor_1 {
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.moduletable > div[style*="margin-top: -2rem"] #jssor_1 [data-u="slides"] {
  max-height: 480px !important;
}

.moduletable > div[style*="margin-top: -2rem"] #jssor_1 img[data-u="image"] {
  object-fit: contain;
}

@media (max-width: 768px) {
  .moduletable > div[style*="margin-top: -2rem"] {
    max-width: 100%;
  }

  .moduletable > div[style*="margin-top: -2rem"] .slogan {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.45;
  }

  .moduletable > div[style*="margin-top: -2rem"] #jssor_1 {
    max-width: 100% !important;
  }
}
/* End homepage text, paragraphs and slider */

/* Homepage final alignment */
.moduletable > div[style*="margin-top: -2rem"] {
  max-width: 980px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.moduletable > div[style*="margin-top: -2rem"] .slogan {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px !important;
  font-size: 18px;
  line-height: 1.55;
  white-space: pre-line;
}

.moduletable > div[style*="margin-top: -2rem"] .slogan::first-line {
  font-weight: 700;
}

.moduletable > div[style*="margin-top: -2rem"] #jssor_1 {
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.moduletable > div[style*="margin-top: -2rem"] #jssor_1 [data-u="slides"] {
  max-height: 480px !important;
}

@media (max-width: 768px) {
  .moduletable > div[style*="margin-top: -2rem"],
  .moduletable > div[style*="margin-top: -2rem"] .slogan,
  .moduletable > div[style*="margin-top: -2rem"] #jssor_1 {
    max-width: 100% !important;
  }

  .moduletable > div[style*="margin-top: -2rem"] .slogan {
    font-size: 16px;
    line-height: 1.45;
  }
}
/* End homepage final alignment */

/* Homepage text and slider same alignment */
.moduletable > div[style*="margin-top: -2rem"] {
  max-width: 1110px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.moduletable > div[style*="margin-top: -2rem"] .slogan {
  max-width: 1110px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 26px !important;
  font-size: 18px;
  line-height: 1.55;
  white-space: pre-line;
}

.moduletable > div[style*="margin-top: -2rem"] .slogan::first-line {
  font-weight: 700;
}

.moduletable > div[style*="margin-top: -2rem"] #jssor_1 {
  max-width: 1110px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.moduletable > div[style*="margin-top: -2rem"] #jssor_1 [data-u="slides"] {
  max-height: 480px !important;
}

@media (max-width: 768px) {
  .moduletable > div[style*="margin-top: -2rem"],
  .moduletable > div[style*="margin-top: -2rem"] .slogan,
  .moduletable > div[style*="margin-top: -2rem"] #jssor_1 {
    max-width: 100% !important;
  }

  .moduletable > div[style*="margin-top: -2rem"] .slogan {
    font-size: 16px;
    line-height: 1.45;
  }
}
/* End homepage text and slider same alignment */

/* Homepage social footer */
.moduletable > div[style*="margin-top: -2rem"] > .container.mt-4 {
  max-width: 1110px;
  margin: 34px auto 0 !important;
  padding: 26px 0 8px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.moduletable > div[style*="margin-top: -2rem"] > .container.mt-4::before {
  content: "Humana People to People Baltic\A info@humana.lt";
  white-space: pre-line;
  color: #183653;
  font-size: 16px;
  line-height: 1.55;
  text-align: left;
}

.moduletable > div[style*="margin-top: -2rem"] > .container.mt-4 .row {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  width: auto;
}

.moduletable > div[style*="margin-top: -2rem"] > .container.mt-4 .row::before {
  content: "Sekite mūsų veiklą:";
  color: #183653;
  font-size: 16px;
  font-weight: 700;
  margin-right: 4px;
}

html[lang="en-gb"] .moduletable > div[style*="margin-top: -2rem"] > .container.mt-4 .row::before {
  content: "Follow our work:";
}

.moduletable > div[style*="margin-top: -2rem"] > .container.mt-4 .row > div {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
  padding: 0;
}

.moduletable > div[style*="margin-top: -2rem"] > .container.mt-4 a {
  display: block;
  width: 58px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.moduletable > div[style*="margin-top: -2rem"] > .container.mt-4 a[href*="facebook.com"] {
  background-image: url("/images/banners/facebook.png");
}

.moduletable > div[style*="margin-top: -2rem"] > .container.mt-4 a[href*="instagram.com"] {
  background-image: url("/images/banners/instagram.png");
}

.moduletable > div[style*="margin-top: -2rem"] > .container.mt-4 a[href*="linkedin.com"] {
  background-image: url("/images/banners/linkedin.png");
}

.moduletable > div[style*="margin-top: -2rem"] > .container.mt-4 img {
  display: none !important;
}

@media (max-width: 768px) {
  .moduletable > div[style*="margin-top: -2rem"] > .container.mt-4 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .moduletable > div[style*="margin-top: -2rem"] > .container.mt-4 .row {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .moduletable > div[style*="margin-top: -2rem"] > .container.mt-4 .row::before {
    width: 100%;
    margin-bottom: 4px;
  }
}
/* End homepage social footer */

/* Homepage text justified and slider aligned */
.moduletable > div[style*="margin-top: -2rem"] {
  max-width: 1110px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.moduletable > div[style*="margin-top: -2rem"] .slogan {
  max-width: 1110px !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 28px !important;
  font-size: 18px;
  line-height: 1.55;
  text-align: justify;
  white-space: pre-line;
}

.moduletable > div[style*="margin-top: -2rem"] .slogan::first-line {
  font-weight: 700;
}

.moduletable > div[style*="margin-top: -2rem"] #jssor_1 {
  max-width: 1110px !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.moduletable > div[style*="margin-top: -2rem"] #jssor_1 [data-u="slides"] {
  max-height: 480px !important;
}

@media (max-width: 768px) {
  .moduletable > div[style*="margin-top: -2rem"],
  .moduletable > div[style*="margin-top: -2rem"] .slogan,
  .moduletable > div[style*="margin-top: -2rem"] #jssor_1 {
    max-width: 100% !important;
  }

  .moduletable > div[style*="margin-top: -2rem"] .slogan {
    font-size: 16px;
    line-height: 1.45;
    text-align: left;
  }
}
/* End homepage text justified and slider aligned */

/* Homepage slider height fix */
.moduletable > div[style*="margin-top: -2rem"] #jssor_1 {
  height: 520px !important;
}

.moduletable > div[style*="margin-top: -2rem"] #jssor_1 [data-u="slides"] {
  height: 520px !important;
  max-height: 520px !important;
}

.moduletable > div[style*="margin-top: -2rem"] #jssor_1 img[data-u="image"] {
  height: 520px !important;
  object-fit: cover;
}

@media (max-width: 768px) {
  .moduletable > div[style*="margin-top: -2rem"] #jssor_1,
  .moduletable > div[style*="margin-top: -2rem"] #jssor_1 [data-u="slides"],
  .moduletable > div[style*="margin-top: -2rem"] #jssor_1 img[data-u="image"] {
    height: 360px !important;
    max-height: 360px !important;
  }
}
/* End homepage slider height fix */

/* What we do title bottom left final */
.tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children .page-header.item-title,
.tag-category:has(a[href$="/community-development"]) .cat-children .page-header.item-title {
  order: 2 !important;
  position: relative !important;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  box-sizing: border-box !important;

  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
  width: 100% !important;

  margin: -76px 0 0 !important;
  min-height: 76px !important;
  padding: 0 18px 13px 44px !important;

  color: #fff !important;
  background: linear-gradient(
  to top,
  rgba(0, 0, 0, 0.48) 0%,
  rgba(0, 0, 0, 0.28) 60%,
  rgba(0, 0, 0, 0) 100%
) !important;

  border-left: 0 !important;
  font-size: 21px !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  text-align: left !important;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.95), 0 0 18px rgba(0, 0, 0, 0.7) !important;
}

.tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children .page-header.item-title::before,
.tag-category:has(a[href$="/community-development"]) .cat-children .page-header.item-title::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 18px !important;
  bottom: 14px !important;
  width: 5px !important;
  height: 44px !important;
  border-radius: 4px !important;
  background: #ffc100 !important;
}

.tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children .page-header.item-title::after,
.tag-category:has(a[href$="/community-development"]) .cat-children .page-header.item-title::after {
  display: none !important;
  content: none !important;
}

.tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children.form-row > div > a::before,
.tag-category:has(a[href$="/community-development"]) .cat-children.form-row > div > a::before {
  min-height: 0 !important;
  padding-top: 14px !important;
  padding-bottom: 0 !important;
}

.tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children.form-row > div > a::after,
.tag-category:has(a[href$="/community-development"]) .cat-children.form-row > div > a::after {
  padding-top: 10px !important;
  padding-bottom: 14px !important;
}
/* End what we do title bottom left final */

/* What we do cards: remove yellow bars and align titles left */
.tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children .page-header.item-title::before,
.tag-category:has(a[href$="/community-development"]) .cat-children .page-header.item-title::before {
  display: none !important;
  content: none !important;
}

.tag-category:has(a[href$="/bendruomeniu-vystymas"]) .cat-children .page-header.item-title,
.tag-category:has(a[href$="/community-development"]) .cat-children .page-header.item-title {
  padding-left: 20px !important;
  padding-right: 20px !important;
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-end !important;
}