@charset "UTF-8";
/*!
Theme Name: Alnitransa
Theme URI: #
Author: Mantas Dainys
Author URI: https://www.globalusprojektai.lt
Description: Uikit3 Frimework + TWIG.
Version: 3.0
License: GNU General Public License v2 or later
License URI: #
Tags: Svetainiu kūrimas, hostingas, svetainiu talpinimas, programavimas, elektroniniu parduotuviu kurimas
Text Domain: #
*/

footer *{
  color:white!important;
}

.slide-h2 * {
  color: white !important;
}

.lds-ellipsis-absolute {
  position: fixed;
  z-index: 101;
  height: 100%;
  width: 100%;
  background: white;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -40px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  background: #c73538;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.ow-pt-columns-atom .ow-pt-column .ow-pt-button a.ow-pt-link {
  border-radius: 0 !important;
  padding: 4px 0 !important;
  width: 100%;
  color: white !important;
}

.ow-pt-columns-atom .ow-pt-column .ow-pt-title {
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

footer .sow-image-grid-image img {
  max-width: 40px !important;
}

.panel-grid.panel-has-style > .panel-row-style,
.panel-grid.panel-no-style {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

body {
  overflow-x: hidden;
}

html {
  height: 100%;
  font-size: 14px;
  line-height: 27px;
  font-weight: inherit;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #fff;
  color: #2b2a29 !important;
}

body p {
  font-size: 1.15rem;
}

body #setsticky0 {
  background: #fff;
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  height: 40px;
  font-size: 16px;
}

.post-info {
  margin: 0 !important;
  padding: 0 !important;
}

.post-info .title * {
  color: white !important;
}

.post-info .title {
  background-color: #495052;
  padding: 15px;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0 !important;
}

.filed {
  background: #f4f4f1;
}

.uk-grid-small {
  margin-left: 0 !important;
}

.uk-grid-small .uk-width-expand {
  padding-left: 0;
  min-width: 550px;
}

.menu-item .uk-open {
  color: #424242 !important;
}

header .uk-active {
  background: #eee;
}

header .uk-active * {
  color: black !important;
}

.sow-slide-nav em {
  color: white !important;
}

* + .uk-grid-margin-small,
.uk-grid + .uk-grid-small,
.uk-grid-small > .uk-grid-margin {
  margin-top: 5px !important;
}

body {
  height: 100% !important;
}

header {
  width: 100%;
  z-index: 89;
  top: 0;
}

main {
  overflow-x: hidden;
}

main.frontpage .uk-container > div {
  padding: 0 6% !important;
}

ul.menu {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  margin: 0 !important;
}

header .menu li {
  float: left;
}

header .menu li a {
  font-size: 16px;
  line-height: 16px;
  display: block;
  padding: 10px;
  text-decoration: none;
}

.uk-navbar-nav li:hover,
.uk-navbar-nav .uk-open {
  background: #eee;
}

.lx-footer {
  padding: 8px !important;
}

.uk-sticky-fixed .menu-area {
  background: #f8f1de;
}

.menu-item a {
  position: relative;
  color:black!important;
}

.menu-item a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  background: #4f1616;
  width: 0;
  transition: ease-in-out 0.2s;
}

.menu-item a:hover:before {
  width: 100%;
}

.uk-navbar-nav > li > a:hover {
  color: #424242 !important;
}

.widget_siteorigin-panels-builder,
.widget_ipw {
  list-style-type: none;
}

.uk-offcanvas-bar .is_hidden {
  display: none;
}

.uk-offcanvas-bar ul.menu {
  display: block;
}

.uk-logo img {
  max-height: 120px !important;
}

.uk-offcanvas-close line {
  color: white;
}

.custom-btn {
  text-align: center;
  border: 1px solid #e4e4e4 !important;
  margin-top: 22px;
  width: 100%;
}

.full-width-section {
  background: #f1f1f1;
}

#wrapper {
  min-height: 100%;
  position: relative;
  background: #f8f8f8;
}

.text-white,
.text-white * {
  color: white;
}

footer ul,
footer p {
  margin: 0 0 0 0 !important;
  text-align: left;
}

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}

footer .widget p {
  text-align: left;
}

footer .widget_sow-editor > div {
  margin-left: 10px;
}

footer .uk-contrast {
  margin-top: 30px;
}

.icons-contact {
  margin: 7px 5px 7px 0;
  color: black;
}

.sow-headline a{
  color: black!important;
}

.uk-h2,
h2 {
  margin-top: 20px !important;
  font-size: 22px !important;
}

.uk-accordion-title::after {
  position: absolute;
  right: 0;
  top: 0;
}

.uk-accordion li {
  margin-top: 10px !important;
}

.uk-accordion h3 {
  margin: 0;
}

.uk-accordion ul > li {
  display: inline-block;
}

.tab-style {
  background: #f8f8f8;
  padding: 5px;
  border-bottom: 1px solid #e4e4e4;
}

h3,
h3 * {
  font-size: 16px;
}

.tag-links {
  color: #b5b5b5;
  text-transform: lowercase;
}

.uk-grid-stack .contact-article {
  margin: 30px 0 50px 0;
}

.contact-article h2 {
  font-size: 20px;
  line-height: 1.2;
}

.contact-article h1 {
  font-size: 34px;
}

.btn-more {
  margin-top: 18px;
  display: inline-block !important;
}

.uk-button-text:not(.tag-links)::before {
  bottom: -10px !important;
}

.btn-more::after {
  content: url("dist/img/arrow.png");
  margin: 0 0 0 15px;
  position: relative;
  top: 5px;
}

footer h2,
footer h2 * {
  font-size: 18px !important;
}

footer ul {
  padding: 0 0 0 10px;
}

.content * {
  padding: 20px;
}

.color-white,
.color-white * {
  color: white !important;
}

.color-white p,
.color-white hr {
  margin: 5px 0;
}

.uk-navbar {
  position: static;
  background: none !important;
}

.uk-box-shadow-large {
  background: rgba(246, 246, 246, 0.5);
}

.uk-sticky-fixed #setsticky,
#setsticky,
#setsticky0 {
  position: relative;
}

svg rect {
  color: white;
}

#setsticky:after,
#setsticky0:after {
  content: "";
  position: absolute;
  height: 3px;
  bottom: -3px;
  width: 100%;
  z-index: 1;
  background: url(dist/img/line-shadow.png) 0 0 repeat-x;
}

#setsticky li,
#setsticky0 li,
footer li,
.uk-offcanvas-bar li {
  list-style: none !important;
}

.uk-sticky-fixed #setsticky {
  padding: 0;
}

.uk-sticky-fixed .current-page-parent a {
  color: #000 !important;
}

h2.uk-heading-line a span:before {
  border-bottom: 1px solid #e5e5e5;
}

header .uk-navbar-container {
  padding: 7px;
}

.uk-breadcrumb {
  margin-top: 20px;
}

.tribe-events-widget-countdown__event-title {
  display: none;
}

.uk-breadcrumb * {
  font-size: 15px;
}

.a-title {
  font-size: 19px;
  font-weight: bold;
  padding: 6px 0;
  color: #403939;
}

.a-title:hover {
  text-decoration: none;
}

.single-page,
.single-page article {
  padding: 15px !important;
  margin: 15px !important;
}

.infoWindow {
  min-width: 400px;
}

.infoWindow * {
  font-size: 16px;
  line-height: 20px !important;
}

#__search a {
  color: white !important;
  text-transform: uppercase;
}

#setsticky .uk-navbar-toggle-icon {
  float: right;
}

.contacts {
  overflow: hidden;
}

.uk-navbar-toggle-icon {
  color: #999 !important;
}

.single-page ul li:before {
  content: "•" !important;
  display: inline-block;
  margin-left: 1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.footer-pad {
  padding: 25px 0;
}

.commentlist li {
  padding: 20px;
}

.commentlist li.even {
  background: #f8f8f8;
  border-bottom: 1px solid #e5e5e5;
}

.lx-box {
  position: relative;
}

.lx-box .lx-box-in {
  background: white;
  border-bottom: 1px solid #e4e4e4;
  height: 100%;
}

.btn-mokymo-kursai, .lx-box-in, .btn-register, .uk-button, .uk-input, .uk-select, .post-content, .lds-ellipsis div{
  border-radius: 4px!important;
}

.default-content {
  background: white;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}

.lx-box-in h2 {
  margin-top: 10px !important;
}

.title-width-img {
  position: relative;
  top: 30px;
}

.lx-link:hover {
  text-decoration: none;
}

.lx-link h2 {
  text-transform: uppercase;
}

.uk-container.lx-content {
  margin-bottom: 40px;
  margin-top: 40px;
}

.header-icons {
  padding: 0 4px;
}

.header-icons img {
  margin-right: 6px;
}

.main-page {
  display: none;
}

.lang-item > a {
  padding: 8px 5px !important;
}

.sow-slider-image-container h1,
.sow-slider-image-container .h1 {
  line-height: 1.375em;
  color: #ffffff;
  margin: 0.1em 0;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 100;
}

h1 p {
  line-height: 1.2 !important;
}

.uk-h1,
h1 {
  font-weight: 100;
}

.uk-dropdown,
.uk-nav-sub {
  background: #eee !important;
}

.uk-dropdown a {
  color: #424242 !important;
  text-transform: uppercase;
}

em {
  color: #2b2a29 !important;
}

.new-date .day {
  font-size: 24px;
  color: white;
  text-align: center;
}

.new-date .month,
.new-date .years {
  color: white;
  text-align: center;
}

.user-sm-avtar {
  max-width: 40px;
}

.post-new {
  margin-bottom: 50px !important;
}

.uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
}

.uk-nav-parent-icon > .uk-parent > a::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
}

.post-author .avatar {
  margin-left: 20px;
}

.post-author > div > div {
  padding: 15px;
}

.more-line {
  text-align: center;
  margin-right: 15px;
}

.author-more {
  margin-right: 10px;
  position: relative;
  background: #ffffff;
  color: black !important;
  padding: 6px 80px;
  border-radius: 4px;
  border: 2px solid #e4e4e4;
}

.moderator .more-line:last-child {
  margin-right: 10px;
}

.moderator {
  width: 100%;
  padding: 6px;
  margin-bottom: 20px;
  background: #f3f3f3;
}

.post-author .uk-width-1-1 {
  background: #f3f3f3;
}

.post-author {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #4f1616;
  padding: 15px;
}

#setsticky0 p {
  margin: 0 0 0 0 !important;
  color: white;
}

.news-details-left {
  background: #f3f3f3;
  padding: 8px;
  margin: 0 0 20px 40px;
}

.news-details-right {
  background: #f3f3f3;
  padding: 8px;
  margin: 0 0 20px 0;
}

.no-margin {
  margin: 0;
}

.uk-divider-icon {
  margin-bottom: 6px;
}

.no-padding {
  padding: 0;
}

.author-name {
  margin-left: 14px;
}

.page-pab * {
  color: #fff !important;
}

.sow-headline-container {
  position: relative;
}

p.sow-more-text a {
  font-weight: normal !important;
  font-size: 18px;
}

.sow-features-feature {
  padding: 0 !important;
}

.feature-inside {
  overflow: hidden;
}

.feature-inside .sow-icon-container {
  top: -11px;
  position: relative;
}

.sow-features-feature:not(:last-child) .feature-inside {
  margin: 0 10px 0 0;
}

.feature-inside {
  padding: 0 0 30px 0;
  background: white;
  border-bottom: 1px solid #e4e4e4;
}

.sow-more-text {
  line-height: 1.2;
}

.sow-features-list {
  overflow: hidden;
}

.sow-hero-buttons {
  margin-top: 12px !important;
}

.content-title {
  margin: 30px 0;
  display: block;
  text-align: center;
}

.decoration-inside-custom {
  height: 1px;
  display: inline-block;
  border-top: 3px solid #72543a;
  width: 100%;
  max-width: 10%;
}

.sow-headline-custom {
  margin-bottom: 10px;
}

.gallery-size-large {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: grid;
  grid-auto-rows: 230px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 5px;
}

.gallery-size-large .gallery-item {
  width: 100% !important;
  overflow: hidden;
  border: 1px solid #cfcfcf !important;
  margin: 0 !important;
}

.gallery-size-large .gallery-item img {
  transform: scale(1.2);
  transform-origin: 50% 22%;
}

.gallery-size-large > dl,
.gallery-size-large br {
  display: none;
}

.gallery-size-large > dl:nth-child(-n + 7) {
  display: block !important;
}

.comment_title {
  font-weight: 100 !important;
  margin-top: 20px;
}

h3,
h3 * {
  font-size: 18px;
}

.uk-offcanvas-bar .menu .menu-item {
  margin-bottom: 10px;
}

.uk-offcanvas-bar .menu .menu-item a:hover {
  text-decoration: none;
}

.post-content {
  background: white;
  padding: 10px 15px !important;
  margin: 20px 0 !important;
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
}

.selected {
  background: #404547;
}

.uk-offcanvas-bar .menu {
  text-align: left !important;
}

.uk-offcanvas-bar .menu [href="#__search"] {
  display: none !important;
}

.uk-offcanvas-bar .uk-search {
  width: 100% !important;
  margin-top: 40px;
}

blockquote p {
  margin-left: 15px;
}

blockquote {
  border-left: 2px solid #afc733 !important;
  font-style: normal !important;
}

.sow-slider-image-wrapper h2 {
  text-transform: uppercase;
}

.sow-slider-image-wrapper p {
  margin: 0 0 10px 0 !important;
}

.tags-content span {
  font-size: 18px;
}

.tags-content {
  margin-bottom: 40px;
}

.tags-names {
  overflow-wrap: break-word;
}

.map .textwidget p {
  margin: 0 !important;
}

.min-100 {
  min-width: 100%;
}

.max-500 {
  max-width: 500px;
  width: 100%;
}

.parent_page {
  background: rgba(255, 255, 255, 0.4);
  padding: 15px 0;
  margin: 40px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.parent_page h2 {
  font-weight: 100;
}

ul {
  padding-left: 30px;
}

.uk-offcanvas-bar ol {
  padding-left: 10px;
}

.canvas-contacts {
  flex-direction: row !important;
}

.canvas-contacts .sow-icon-container {
  border-right: 1px solid white;
}


.no-margin .sow-headline-container {
  margin-top: 0;
}

.soc-icons .widget_sow-image {
  float: left;
  margin-right: 4px;
}

.ow-button-base a {
  text-decoration: none;
  border: 1px solid white !important;
}

.ow-button-base span {
  color: white !important;
}

.uk-heading-line {
  margin-top: 12px;
}

.parent-category-content {
  margin-top: 18px;
}

.parent-accordion .uk-accordion-content {
  margin-top: 0 !important;
}

.parent-accordion .uk-accordion a,
.uk-accordion h2 {
  margin: 0 !important;
  padding: 0 !important;
}

.button-c * {
  color: white !important;
}

.soc-ico-group {
  list-style-type: none;
  padding: 0;
}

.soc-ico-group li {
  float: left;
  margin-right: 4px;
}

.action-area{
  background: #f2f2f2;
  padding: 30px;
  border-radius: 10px;
}

.soc-ico {
  max-width: 35px;
}

.soc-ico-group {
  margin: 18px 0 0 0 !important;
}

.uk-heading-line > ::after,
.uk-heading-line > ::before {
  border-bottom: 1px solid #4f1616 !important;
}

.service .panel-grid-cell {
  background: white;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
  padding: 15px;
}

.h1slogan {
  color: white;
  font-size: 24px;
}

.uk-button-primary {
  background: #c73538;
}

.uk-button-primary:hover {
  background: #4f1616;
}

.register-table .moreellipses, .register-table .morecontent{
  display: none;
}

@media all and (min-width: 200px) and (max-width: 425px) {
  .is-mobile {
    display: none !important;
  }

  .post-content>.single-event{
    margin-bottom: 10px!important;
  }

  .single-event-soc{
    margin-top: 10px!important;
  }

  .parent-category-content {
    margin-top: 10px;
  }

  .soc-ico-group{
    margin: 0 auto!important;
    display: table;
  }

  .btn-register{
    margin-bottom: 15px!important;
  }

  .tables-responsive th, .tables-responsive td{
    vertical-align: top;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
  }

  .tables-responsive tr{
    margin-bottom: 5px;
  }

  .sow-slider-base
    ul.sow-slider-images
    li.sow-slider-image
    .sow-slider-image-container
    .sow-slider-image-wrapper
    > *:first-child {
    top: 50px;
    position: relative;
    line-height: 1.1;
  }

  .sow-slider-image-wrapper h1,
  .sow-slider-image-wrapper .h1 {
    line-height: 0.5;
  }

  .post-content {
    padding: 0;
    margin: 0;
  }

  .contact-article {
    padding: 0 5px 5px 5px;
    margin: 15px auto;
  }

  .author-name {
    margin-left: 0;
  }
}

.contacts {
  display: none;
}

.lx-box-ex {
  width: 100%;
  margin: 0;
}

.uk-light .uk-navbar-toggle,
.uk-navbar-toggle {
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .slider {
    margin: 0 !important;
    padding: 0 !important;
  }

  .sow-slider-image-wrapper p,
  .sow-slider-image-wrapper .so-widget-sow-button,
  .sow-slider-image-wrapper hr {
    display: none;
  }


  .uk-h1,
  h1 {
    font-size: 25px;
    line-height: 1;
  }
}

@media (max-width: 425px) {

  .sow-slider-image-container .h1 {
    font-size: 22px !important;
    margin-bottom: 15px !important;
  }

  .h1slogan {
    margin-top: 40px;
    font-size: 18px;
  }

  .sow-slider-image-wrapper h2 {
    display: none;
  }

  .sow-slider-base
    ul.sow-slider-images
    .sow-slider-image-wrapper
    .sow-hero-buttons {
    margin-top: 60px !important;
    padding-bottom: 0.2em;
  }

  .slogan {
    display: none;
  }

  .sow-hero-buttons * {
    width: 100%;
  }

  .sow-slider-image-wrapper h1,
  .sow-slider-image-wrapper h2 {
    text-align: center;
	margin-top: 70px;
  }

  .ow-button-base {
    display: none;
  }
}

@media (max-width: 1200px) {
  .uk-hiddens {
    display: none !important;
  }

  .sow-slider-image-wrapper {
    height: 333px !important;
  }

  .panel-grid-cell .so-panel {
    margin-bottom: 0 !important;
  }

  .decoration {
    display: none;
  }

  .uk-align-left {
    margin-right: 0;
  }

  .menu .current-menu-item * {
    border-bottom: 0;
  }

  .uk-offcanvas-bar .menu .menu-item {
    margin-bottom: 5px;
  }

  .sub-menu .menu-item:last-child,
  .menu .menu-item:last-child {
    border-bottom: 0;
  }
}

.menu-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}

.main-slider {
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-slider a {
  border: 1px solid #4f1616;
  width: 150px;
  padding: 5px 0;
  margin-top: 15px;
  text-align: center;
  transition: ease-in-out 0.2s;
}

.main-slider a:hover {
  color: #fff !important;
  background: #4f1616;
}

.expect * {
  color: black !important;
}

.expect h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.expect {
  padding: 15px;
}

.new-date {
  width: 100%;
}

.new-date .date {
  background: #c73538;
  padding: 2px 10px;
  color: #fff !important;
  border-radius: 4px;
  border: 2px solid #e4e4e4;
  max-width: 120px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  top: -18px;
}

.partners {
  display: flex;
  justify-content: space-between;
}

.partners img {
  width: 300px;
}

.ow-pt-columns-atom {
  display: flex;
  justify-content: center;
}

.ow-pt-columns-atom div {
  width: 300px !important;
  margin-right: 30px;
  border: 0 !important;
}

.ow-pt-columns-atom .ow-pt-details {
  padding: 15px 0 !important;
}

.atributika {
  display: flex;
  justify-content: center;
}

.atributika div {
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.uk-pagination a:not(.next, .prev),
.uk-pagination .current,
pagination .current {
  padding: 6px 8px;
  border: 1px solid #4f1616;
  background: #fefeff;
}

.uk-pagination li,
.pagination a,
.pagination span {
  padding-left: 8px;
}

.w400 {
  min-width: 300px;
}

.uk-pagination .current,
pagination .current {
  background: #4f1616;
  color: white;
}

.pagination {
  text-align: center;
}

button#catapultCookie {
  color: white !important;
}

.uk-slidenav {
  color: white !important;
}

.uk-pagination a.prev {
  margin-top: 5px;
  margin-right: 10px;
}

.uk-pagination a.next {
  margin-top: 5px;
  margin-left: 10px;
}

.lx-btn-more {
  background: #4f1616;
  padding: 15px;
  border: 1px solid #f0f0f0;
  border-bottom: 1px solid #e4e4e4;
  color: white !important;
}

.social-icons-footer a:first-child:hover i {
  color: #4267b2;
}

.ow-button-base .sowb-button  {
  padding: 10px !important;
  background: #414141!important;
}

.atributika-wrapper .panel-grid-cell {
  background: #fff;
  padding: 20px;
  text-align: center;
}

.atributika-wrapper .panel-grid-cell .price {
  font-weight: bold;
}

.post-date-custom {
  position: absolute;
  top: 6px;
  left: -6px;
}

.post-date-custom span {
  background: #4f1616;
  padding: 10px 20px;
  color: #fff;
}

@media (max-width: 960px) {
  .first-page-slider {
    width: 100%;
    padding: 0 !important;
  }


  .sow-slider-base
    ul.sow-slider-images
    li.sow-slider-image.sow-slider-image-cover {
    background-position: 100% 50% !important;
  }

  header .uk-navbar-container {
    background: #4f1616 !important;
  }

}

@media (max-width: 780px) {
  .first-page-slider__content {
    margin-top: -100px;
  }

  .custom-tab-wrapper div {
    margin: 0 !important;
    padding: 0 !important;
  }

  .custom-tab-wrapper h2 {
    text-align: center;
  }
}

@media (max-width: 320px) {
  .sow-slider-base
    ul.sow-slider-images
    li.sow-slider-image.sow-slider-image-cover {
    background-position: 92% 50% !important;
  }
}

.menu-image-title-after .menu-image-title {
  color: #fff !important;
}

.front-page-slider-wrapper {
  background-image: url(./dist/img/slider12.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  color: #fff;
}

.front-page-slider {
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.front-page-slider h1 {
  color: #fff;
  font-weight: 500;
  font-size: 50px;
}

.front-page-slider .slider-links {
  display: flex;
}

.front-page-slider .slider-links a {
  padding: 5px 10px;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  text-decoration: none;
  transition: ease-in-out 0.2s;
  color: #fff !important;
}

.front-page-slider .slider-links .about {
  width: 120px;
  border: 1px solid #4f1616;
}

.front-page-slider .slider-links .register {
  width: 220px;
  margin-left: 20px;
  border: 1px solid #4f1616;
}

.front-page-slider .slider-links .register:hover,
.front-page-slider .slider-links .about:hover {
  background: #4f1616;
  color: #fff !important;
}

#tribe-events-pg-template {
  max-width: 100% !important;
  padding: 0 0 40px 0 !important;
}

.custom-tribe-event-info-container {
  background: #fff;
  padding: 40px 30px;
  margin-top: 20px;
  margin-right: 20px;
}

.custom-tribe-event-footer__eventInfo table tr td {
  padding: 5px;
}

.custom-tribe-event-register-container {
  background: #fff;
  padding: 40px 20px;
  margin-top: 20px;
  margin-left: 20px;
}

.custom-tribe-event-register-container form {
  margin-top: 20px;
}

.uk-margin-tpp-0 {
  margin-top: 0 !important;
}

.sow-accordion-panel-border * {
  font-size: 16px !important;
}

.sow-accordion
  .sow-accordion-panel
  .sow-accordion-panel-content
  .sow-accordion-panel-border {
   padding: 15px 0 0 0px !important;
}

.uk-sticky-fixed .top-line {
  display: none !important;
}

.register-form__row {
  display: flex;
  margin-bottom: 10px;
}

.uk-list li {
  font-size: 1.15rem;
}

.start-btn {
  background: #4f1616 !important;
}

.register-form__row input {
  width: 100%;
  position: relative;
  padding: 10px;
  border: 1px solid #4f1616;
  background: transparent;
  color: #000;
  outline: none;
  margin: 0 10px;
}

.register-form__row input:disabled {
  opacity: 0.5;
}

.register-form__row.submit input {
  margin-top: 10px;
  padding: 10px 20px;
  border: 1px solid #4f1616;
  background: #4f1616;
  color: #fff;
  outline: none;
  transition: ease-in-out 0.2s;
}

.register-form__row.submit input:hover {
  opacity: 0.8;
}

.custom-events {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px !important;
}

.custom-events__item {
  background: #4f1616d1;

}



.custom-events-wrapper .uk-card {
  padding: 0;
}

/* ////// */

.custom-event-item__header {
  background: #4f1616;
  padding: 20px;
  border-bottom: 3px solid #c73538;
  display: flex;
  justify-content: space-between;
}

.custom-event-item__header .custom-event-item__header-cat,
.custom-event-item__header .custom-event-item__header-info {
  color: #ffffff;
}

.custom-event-item__header .custom-event-item__header-info {
  font-size: 12px;
  display: flex;
  flex-direction: column;
}

.custom-event-item__header-info .price,
.custom-event-item__header-info .time {
  text-align: right;
}

.custom-event-item__header .custom-event-item__header-info .price,
.custom-event-item__header .custom-event-item__header-info .time {
  display: inline-flex;
  height: 15px;
  align-items: center;
}

.custom-event-item__title {
  padding: 20px;
  background: #fff;
}

.custom-event-item__title h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.custom-event-item__content {
  padding: 20px 20px 0 20px;
}

.custom-event-item__content h3 {
  text-transform: uppercase;
  font-size: 1.17em;
  color: #000;
  margin: 0;
  padding: 0;
}

.custom-event-item__more {
  padding: 0 20px 0 20px;
}

.custom-event-item__more h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  margin-top: 8px;
}

.custom_list li {
  font-size: 14px;
  margin: 0 !important;
  color: #4a4a4a;
}

.custom_list {
  margin-top: 0;
}

.custom-event-item__more .custom-event-item__content-table table tr td {
  font-size: 13px;
}

.custom-event-item__content-table {
  transition: ease-in-out 0.15s;
  font-size: 13px;
}

.custom-event-item__content-table .custom_list {
  margin: 0 !important;
}

.custom-event-item__content-table.nonclicked {
  transition: ease-in-out 0.15s;
  overflow: hidden;
}

.custom-event-item__content-table.nonclicked tr.hidden {
  opacity: 0;
  visibility: 0;
  transition: ease-in-out 0.15s;
}

.custom-event-item__content-table.clicked {
  max-height: 400px;
  transition: ease-in-out 0.15s;
}

.custom-event-item__content-table.clicked tr.hidden {
  opacity: 1;
  visibility: visible;
  transition: ease-in-out 0.15s;
}

.custom-event-item__footer {
  margin-bottom: 60px;
}

.custom-event-item__footer .custom-event-item__footer-moreDates span {
  font-size: 13px;
  padding: 0 20px 0 20px;
  user-select: none;
  cursor: pointer;
}

.custom-event-item__footer-more {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.custom-event-item__footer-more a {
  border: 1px solid #4f1616;
  padding: 5px 15px;
  text-decoration: none;
  transition: ease-in-out 0.2s;
  color: #000 !important;
  border-radius: 4px;
}

.custom-event-item__footer-more a:hover {
  background: #4f1616;
  color: #fff !important;
}

/* ////// */

.custom-events-search {
  margin: 0 0 20px 0;
  background: #4f1616;
  padding: 40px 0;
  border-bottom: 3px solid #4f1616;
}


.event-not-found {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
}

.so-widget-sow-headline-custom {
  text-align: center;
}

.so-widget-sow-headline-custom h2 {
  text-transform: uppercase;
}

.so-widget-sow-headline-custom .decoration-inside {
  height: 1px;
  display: inline-block;
  border-top: 1px solid #eeeeee;
  width: 100%;
  max-width: 100%;
}

.select2-container{
	width: 100%!important;
}

.select2-container--default .select2-selection--single {
  border: 0 !important;
  height: 40px;
  padding: 6px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 7px !important;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #4f1616;
}

.seache-btn:hover {
  background: white;
}

.seache-btn {
  width: 100%;
}

.tribe-events-content ol,
.tribe-events-content ul {
  padding: 0 30px !important;
}

.frontpage .navigation {
  display: none;
}

.navigation {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.navigation a {
  margin: 0 7.5px;
  padding: 10px 20px;
  border: 1px solid #4f1616;
  transition: ease-in-out 0.2s;
  color: #000;
}

.navigation a.active {
  background-color: #4f1616;
  color: #fff !important;
}

.navigation a:hover {
  background-color: #4f1616;
  color: #fff !important;
  text-decoration: none !important;
}

.tooltip {
  position: relative;
}

.tooltip .tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 240px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  top: 135%;
  left: 50%;
  margin-left: -120px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tribe-reg-err {
  border-left: 3px solid #ca3b3b;
  padding: 7px 15px;
  margin-left: 10px;
}

.tribe-reg-suc {
  border-left: 3px solid #1b9410;
  padding: 7px 15px;
  margin-left: 10px;
}

#contact-area {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#c-forma {
  max-width: 400px;
  min-width: 320px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  z-index: 111;
  top: 0;
  right: 0;
  height: 100%;
}

.frontpage .paging_wrapper {
  display: none;
}

.custom-pagination a.paging-prev,
.custom-pagination a.paging-next,
.custom-pagination a.paging-num {
  padding: 10px 11px;
  color: #4f1616;
  margin: 0 7px;
  transition: ease-in-out 0.2s;
  text-decoration: none;
}

.custom-pagination a.paging-num.active {
  background: #4f1616;
  color: #fff !important;
}

.custom-pagination a.paging-num:hover {
  background: #4f1616;
  color: #fff !important;
}

.morecontent span {
  display: none;
}
.morelink {
  display: block;
}

.wp-block-columns {
  margin-bottom: 0 !important;
}

.sow-accordion ul {
  list-style-type: none;
}

.sow-accordion ul li,
.list-style-square li , main .siteorigin-widget-tinymce ul li{
  position: relative;
}

.sow-accordion ul li::before, main .siteorigin-widget-tinymce ul li::before {
  content: "";
  position: absolute;
  display: block;
  top: 12px;
  left: -20px;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 7px;
  background: #4f1616;
}

.list-style-square, main .siteorigin-widget-tinymce ul {
  list-style-type: none;
  font-size: 16px;
}

.list-style-square li::before, main .siteorigin-widget-tinymce  li::before{
  content: "";
  position: absolute;
  display: block;
  top: 12px;
  left: -20px;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 7px;
  background: #4f1616;
}


#informacija-apie-lektoriu h2{
	margin-top:0!important
}

.custom-aside {
  height: 1px;
  display: inline-block;
  border-top: 1px solid #eeeeee;
  width: 100%;
  max-width: 100%;
}

