/*
Theme Name: PR Pin
Description: Custom style
*/
/*!
 * Start Bootstrap - Landing Page v5.0.0 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

html,
body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

h1,
h2,
h3,
.card-title {
  font-size: 1.2rem;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-origin: padding-box;
  background-clip: border-box;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
}

header.masthead h1 {
  font-size: 2rem;
}

.container-fluid {
  max-width: 1200px;
}


@media (min-width: 768px) {
  header.masthead {
    /*   padding-top: 12rem;
    padding-bottom: 12rem;
	 height: 90vh; */
  }

  header.masthead h1 {
    font-size: 2rem;
  }
}

.loader-ellips {
  font-size: 20px;
  /* change size here */
  position: relative;
  width: 4em;
  height: 1em;
  margin: 10px auto;
}

.loader-ellips__dot {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: #555;
  /* change color here */
  position: absolute;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
  left: 0;
}

.loader-ellips__dot:nth-child(3) {
  left: 1.5em;
}

.loader-ellips__dot:nth-child(4) {
  left: 3em;
}

@keyframes reveal {
  from {
    transform: scale(0.001);
  }

  to {
    transform: scale(1);
  }
}

@keyframes slide {
  to {
    transform: translateX(1.5em);
  }
}

.loader-ellips__dot:nth-child(1) {
  animation-name: reveal;
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
  animation-name: slide;
}

.loader-ellips__dot:nth-child(4) {
  animation-name: reveal;
  animation-direction: reverse;
}

.page-load-status {
  display: none;
  /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #ddd;
  text-align: center;
  color: #777;
}

#navigation {
  clear: both;
}

#navigation .pager a,
.post-wrapper .pager a {
  border-radius: 5px;
}

#navigation .pager a:hover,
.post-wrapper .pager a:hover {
  background-color: #45b0e3;
  color: #fff;
}

@media (max-width: 576px) {
  .container-fluid {
    width: 100%;
  }
}
/*
.apa .kaina {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.row div */

.kaina {
  position: absolute;
  right: 1px;
  /*  top: 1px; */
  bottom: 1px;
}

.rodcam {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 20px;
  border-radius: 50%;
}

.container {
  margin-top: 2rem;
}

.grecaptcha-badge {
  display: none !important;
}

.sidebar {
  width: 100%;
  padding-top: 0;
}

.sidebar > ul {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fafafa;
  margin: 0;
}

.sidebar ul > li {
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
  margin: 0 0 0 -40px;
  padding: 5px 0;
}

.sidebar ul > li ul {
  border: none;
}

.sidebar ul > li ul li {
  border: none;
}

.widget {
  /* background : #fff; */
  border: #e5e5e5 solid 1px;
  padding: 10px;
  margin-bottom: 10px;
}

.widget-title {
  border-bottom-color: #cccccc;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 0;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0;
}

.widget-title a {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
}

#main_cat,
#subcat,
#sub {
  margin: 10px;
}

.toliau {
  margin: 10px 10px 10px 50px;
}

.form-control .level-0 {
  font-weight: bold;
  color: blue;
}

ul li {
  cursor: pointer;
}

a {
  color: #329538;
  text-decoration: none;
}

a:hover {
  color: #329538;
}

.form-row {
  padding-bottom: 3rem;
}

.img a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.fa-star {
  color: greenyellow;
  background: white;
  border-radius: 50px;
}

.listing_top_category {
  padding-left: 0;
}

.category-tag .fa-map-marker-alt {
  display: block;
}

.clear {
  content: "";
  display: block;
  clear: both;
}

/* BS5 removed text-justify utility — restore it */
.text-justify {
  text-align: justify;
}
/* Consolidated Header Styles */
header.masthead {
  position: relative;
  background-color: #343a40;
  background-size: cover;
  background-position: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* Home and Archive specific backgrounds */
.home header.masthead,
.archive header.masthead {
  background: url("img/Skelbimai.jpg") no-repeat center center;
  background-size: cover;
}

.home header.masthead {
  min-height: 500px;
}

.archive header.masthead {
  min-height: 400px;
}

/* Single page height */
.single header.masthead {
  height: 70vh;
}

@media (max-width: 767px) {
  .archive header.masthead {
    min-height: auto;
    padding: 30px 0;
  }
}

header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

header.masthead .container {
  position: relative;
  z-index: 2;
}

header.masthead select,
header.masthead input,
header.masthead button {
  position: relative;
  z-index: 10;
}

/* Category Area (Home) */
.category_area {
  text-align: center;
}

.category_area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.category_area ul li {
  width: 120px;
  border: 2px solid #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.category_area ul li:hover {
  background: rgba(255, 255, 255, 0.1);
}

.category_area ul li a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 10px;
}

.category_area ul li a:hover {
  color: #329538;
}

.category_area ul li a span {
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
}

.category_area ul li a p {
  margin: 0;
  font-size: 14px;
}

/* Search Form Layout */
.search-form .row {
  margin-right: 0;
  margin-left: 0;
}

.search-form .input-group {
  width: 100%;
}

.search-form select {
  background-color: #fff;
  cursor: pointer;
}

@media (max-width: 767px) {
  .category_area ul li {
    width: calc(50% - 10px);
  }

  header.masthead {
    min-height: auto;
    padding: 30px 0;
  }
}
