/*
Theme Name: Sidabrinė Gervė
Theme URI: https://www.sidabrinegerve.lt
Version: v.2.3.0
Description: Designed and developed exclusively for AVAKA
Author: IT&Designs
Author URI: https://itdesigns.eu
*/
.cbp-l-grid-agency .cbp-l-grid-agency-title {
  margin-top: 5px;
}

.cbp-l-grid-agency .cbp-item p {
  display: inline-block;
  color: #999;
  font-size: smaller;
  text-align: justify;
  height: 60px;
  overflow: hidden;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel .caption {
  text-align: center;
}

#sponsors .owl-carousel .owl-item .item {
  text-align: center;
}
#sponsors .owl-carousel .owl-item img {
  opacity: 0.7;
  filter: grayscale(70%);
  display: inline-block;
}
#sponsors .owl-carousel .owl-item img:hover {
  opacity: 1;
  filter: none;
}

.c-content-isotope-image-container.winner {
  background-color: #DF2121 !important;
}

.c-content-isotope-item.active .c-content-isotope-overlay{
  opacity: 1 !important;
  background-color: transparent !important;
}

img.winner {
  width: 20%;
  position: absolute;
  top:15px;
  right: 15px;
  filter: drop-shadow(1px 2px 2px #00000099);
}

body.category-naujienos .c-content-person-1 .c-body .c-head .c-name{
  height: 85px;
  overflow-y: hidden;
  font-size: 16px;
}

.help-block.focusable {
  opacity: 0;
  margin: 0;
  max-height: 0;
  transition: all 0.3s ease;
}

.input-group.focused ~ .help-block.focusable {
  opacity: 1;
  margin: 10px 0;
  max-height: 100%;
}

.form-horizontal .row.clone .row{
  background-color: #f5f5f5;
  border-bottom: 2px solid #fff;
}
.form-horizontal .row.clone:last-child .row{
  border-bottom: none;
}
.form-horizontal .row.clone .row .btn{
  font-size: 15px;
}
.form-horizontal .row.clone .control-label{
  padding-top: 10px;
}
.form-horizontal .row.clone .form-group {
  margin: 5px -10px !important;
}

.flex-start {
  display: flex;
  align-items: flex-start;
}
.form-control-static .dz-image {
  display: inline-block;
  margin: 5px;
  font-size: 12px;
  width: 120px;
  text-align: center;
  word-wrap: break-word;
}
.dz-image img {
  height: 100%;
}
.dropzone .dz-preview .dz-error-message {
  top: 50px !important;
  opacity: 1 !important;
}
.dropzone .dz-preview .dz-details {
  padding-bottom: 0 !important;
}
table.form-control-static th{
  text-align: center;
}

.form-group .help-block-error {
  display: none;
}
.form-group.has-error .help-block-error {
  display: inline-block;
}
/** HELPERS **/
.c-margin-b-0 {
  margin-bottom: 0;
}
.c-margin-t-0 {
  margin-top: 0;
}
.c-padding-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.c-padding-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.media-object.people {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 60px;
  width: 60px;
  border-radius: 15px !important;
}
.c-h-60 {
  height: 60px;
}

.inline {
  display: inline;
}

.c-link.icon-profile svg {
  width: 20px;
  height: 20px;
}.c-link.icon-profile svg .st0{
  fill:none;stroke:#7c807d;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;
}.c-link.icon-profile:hover svg .st0{
  stroke:#DF2121;
}

.c-bg-secondary {
  background-color: #e3f0f7 !important;
}

.main-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  pointer-events: none;
}

.main-logo img {
  width: 292px;
  height: 100px;
}

.cbp-caption .nomination-category-cover-label{
  position: absolute;
  bottom: 38px;
  font-weight: 500;
  color: white;
  font-size: 26px;
  margin: auto;
  width: 100%;
  text-align: center;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0; /* Adds spacing */
}
.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
.hamburger:hover {
  opacity: 0.7; }
header.c-mega-menu-shown .hamburger:hover {
  opacity: 0.7; }
header.c-mega-menu-shown .hamburger .hamburger-inner,
header.c-mega-menu-shown .hamburger .hamburger-inner::before,
header.c-mega-menu-shown .hamburger .hamburger-inner::after {
  background-color: #DF2121; }

.hamburger-box {
  width: 42px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 42px;
  height: 3px;
  background-color: #DF2121;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }
.hamburger-inner::before {
  top: -10px; }
.hamburger-inner::after {
  bottom: -10px; }
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

header.c-mega-menu-shown .hamburger--spring .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
header.c-mega-menu-shown .hamburger--spring .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }
header.c-mega-menu-shown .hamburger--spring .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

#form_wizard .select2-search input {
  padding: 3px 6px !important;
  width: inherit !important;
}

.select2-selection__choice a, .select2-results__option a {
  color: inherit;
}

h3#page_title > .label {
  font-size: 20px;
  vertical-align: super;
}

.otp-input-group {
  display: inline-flex;
  gap: 12px;
  justify-content: center;
}

.otp-digit {
  width: 60px !important;
  height: 60px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
  transition: all 0.2s ease;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.otp-digit:focus {
  border-color: #337ab7;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(51, 122, 183, 0.1);
}

.otp-digit.filled {
  border-color: #5cb85c;
  background-color: #f0fff0;
}

.otp-digit.error {
  border-color: #d9534f;
  background-color: #fff5f5;
  animation: shake 0.5s;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}

.c-title {
  height: 120px; /* Fixed height for 2 lines */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
}
