/*
Theme Name: Beem Child
Description: This is a child theme for Beem Theme
Author: Emanuelis Capas
Template: beem
Version: 1.82
*/

html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
}

div {
    display: block;
}

p,
h1,
h2,
h3,
li,
a,
a:hover {
    color: #181815;
    transition: all 0.1s ease;
}

p,
li,
strong,
span,
a {
    font-family: Montserrat, sans-serif;
}

p {
    font-size: 18px;
    font-weight: 300;
}

h2,
h1 {
    font-family: 'DM Serif Display', serif;
    font-size: 50px;
    letter-spacing: 1.2px;
    line-height: 67px;
    margin-bottom: 30px;
}

.btn-white {
    font-family: 'DM Serif Display', serif;
    font-size: 30px;
    color: white;
    border: 2px solid white;
    padding: 7px 40px;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-flex;
    background: transparent;
    letter-spacing: 0.5px;
    transition: background-color 0.1s ease;
    cursor: pointer;
}

.form-control {
    border-radius: 0;
}

a.btn-white:not([href]) {
    color: white;
}

.form-control:hover,
.form-control:focus,
.form-control:active {
    outline: none;
    box-shadow: none;
    border-color: #470138;
}

.archive-post {
    max-width: 100%;
    margin-bottom: 15px;
    display: block;
}

.archive-post img {
    max-width: 100%;
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.archive-post span {
    font-weight: 400;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 10px;
}

@media only screen and (max-width: 767px) {
    .archive-post img {
        max-width: 100%;
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
}

.btn-primary {
    font-family: Montserrat, sans-serif;
    color: white;
    text-transform: uppercase;
    background-color: #DC5667;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid #DC5667;
}

.btn-primary:hover {
    color: #DC5667;
    background: transparent;
    border: 1px solid #DC5667;
}

.btn-primary:focus,
.btn-primary:active {
    color: #DC5667;
    background: transparent;
    border: 1px solid #DC5667;
    outline: none;
    box-shadow: none;
}

.btn-white:hover {
    transition: background-color 0.1s ease;
    background: white;
    color: #DC5667;
    text-decoration: none;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    left: 12px;
    top: calc(100% + 15px);
}

.dropdown-item.active,
.dropdown-item:active {
    background: white;
    color: black;
}

.dropdown-menu .dropdown-item {
    padding-left: 15px;
}

a.btn-white:hover:not([href]) {
    color: #470138;
}

.navbar-brand img {
    width: 150px;
}

.modal-dialog {
    max-width: 767px;
}

@media (min-width: 1300px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}

header {
    position: relative;
    width: 100%;
    background: transparent;
    top: 0;
    z-index: 2;
    background-color: #F6F6F6;
}

.page-template-page-front header {
    position: absolute;
    width: 100%;
    background: transparent;
    top: 0;
    z-index: 2;
}

.page-template-page-front.admin-bar header {
    top: 32px;
}

.svg-top {
    background-image: url(./img/kauno-top.png);
    max-width: 600px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: auto;
}

section.top {
    height: 750px;
    background-size: cover;
    padding-top: 50px;
}

.dvidesimtukas {
    padding: 160px 0;
    /* background-color: rgb(164, 113, 119) */
    background-color: #470138;
    background-repeat: no-repeat;
    background-position: calc(0% + 100px);
    background-size: 685px;
}

.dvidesimtukas h2,
.dvidesimtukas p {
    color: #fff;
    max-width: 400px;
}

.dvidesimtukas strong {
    font-size: 22px;
    font-weight: 500;
}

.dvidesimtukas img {
    max-width: 100%;
    height: 500px;
    object-fit: cover;
}

.istorija {
    padding: 160px 0;
    text-align: right;
    background-repeat: no-repeat;
    background-position: calc(100% - 100px);
    background-size: 744px;
}

.istorija img {
    max-width: 100%;
    height: 500px;
    object-fit: cover;
    margin-top: 40px;
    width: 100%;
    padding-right: 15px;
}

.istorija p {
    font-weight: 400;
}

.quote {
	display:none;
    padding: 80px 0px;
}

.quote-block {
    max-width: 680px;
    margin: auto;
}

.quote-block h3 {
    font-family: 'DM Serif Display', serif;
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.quote-block h3::before {
    content: '';
    display: block;
    background-image: url(./img/kabuteup.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 361px;
    height: 355px;
    background-position: center;
    background-size: contain;
    left: -163px;
    top: -108px;
}

.quote-block h3::after {
    content: '';
    display: block;
    background-image: url(./img/kabutedown.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 361px;
    height: 355px;
    background-position: center;
    background-size: contain;
    right: -209px;
    top: -201px;
}

.quote-block span {
    /* text-transform: uppercase; */
    text-align: center;
    width: 100%;
    display: block;
    font-size: 23px;
}

.archyvas {
    padding: 60px 0 1px;
    background-color: #DC566780;
}

.page-template-page-front .archyvas {
    padding: 160px 0;
    background-color: #470138;
}

.archyvas h2,
.archyvas h1 {
    color: white;
    text-align: center;
    margin-bottom: 70px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
    /* background-color: #DC566780; */
    padding: 0 100px;
}

.archyvas h1 {
    margin-bottom: 45px;
}

.related-prods {
    padding: 60px 0;
}

.archyvas .line {
    position: absolute;
    height: 2px;
    width: calc(100% - 30px);
    display: block;
    background-color: white;
    top: 37px;
    left: 15px;
    z-index: 0;
}

.archyvas .container {
    position: relative;
}

.archive-block {
    width: 100%;
    height: 280px;
    display: block;
    margin-bottom: 30px;
    position: relative;
}

.archive-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive-block .arhive-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    color: #470138;
    background-color: #ffffffc7;
    transition: all 0.3s ease;
}

.archive-block:hover .arhive-hover {
    background-color: transparent;
    transition: all 0.3s ease;
}

.archive-block .arhive-hover span {
    font-family: Montserrat, sans-serif;
    color: #470138;
    font-weight: 300;
    font-size: 45px;
    line-height: 45px;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

.archive-block:hover .arhive-hover span {
    color: white;
    border-bottom: 2px solid white;
    transition: all 0.3s ease;
}

.page-template-page-front .archyvas .container::after {
    display: block;
    content: '';
    position: relative;
    width: 100%;
    height: 2px;
    margin-top: 60px;
    background-color: white;
}

.page-template-page-front .archyvas .container .row {
    justify-content: center;
}

footer {
    padding: 45px 0;
}

footer p {
    margin-bottom: 0;
}

footer .footer-bottom {
    text-align: center;
}

footer .footer-bottom p {
    font-weight: 400;
}

footer .footer-top {}

footer .footer-block .menu {
    display: flex;
    max-width: 752px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 60px;
    padding-left: 50px;
}

footer .footer-block .menu>li {}

footer .footer-block .menu>li>a {
    width: 190px;
    display: block;
    font-size: 20px;
}

footer .footer-block h2 {
    text-align: center;
}

header nav .navbar-nav {
    justify-content: end;
}

header nav .navbar-nav>li {
    padding-left: 10px;
    padding-right: 10px;
}

header nav .navbar-nav>li>a.nav-link {
    color: #470138;
    text-transform: uppercase;
    padding-left: 0px!important;
    padding-right: 0px!important;
    font-size: 17px;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
}

header nav .navbar-nav>li.active>a.nav-link,
header nav .navbar-nav>li>a.nav-link:hover {
    border-bottom: 1px solid #470138;
}

.page-template-page-front header nav .navbar-nav>li>a.nav-link {
    color: white;
    text-transform: uppercase;
    padding-left: 0px!important;
    padding-right: 0px!important;
    font-size: 17px;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid transparent;
}

.single-inner-image {
    max-width: 404px;
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
}

.page-template-page-front header nav .navbar-nav>li.active>a.nav-link,
.page-template-page-front header nav .navbar-nav>li>a.nav-link:hover {
    border-bottom: 1px solid white;
}

.top-bar {
    padding: 15px 0;
}

.top-bar>div>.container {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 992px) {
    .navbar-brand {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 15px 0;
    }
    header .modal-content {
        border: none;
        border-radius: 0;
    }
    .top-bar {
        padding: 0;
    }
    .navbar-nav {
        padding: 15px 0;
    }
    .navbar-nav .nav-link {
        text-transform: uppercase;
    }
    header .navbar-toggler {
        background-image: url(./img/hamburger-pink.svg);
        background-repeat: no-repeat;
        background-position: center;
        border: none;
        box-shadow: none;
        outline: none;
    }
    .page-template-page-front header .navbar-toggler {
        background-image: url(./img/hamburger.svg);
    }
    header .navbar-toggler:hover,
    header .navbar-toggler:focus,
    header .navbar-toggler:active {
        border: none;
        box-shadow: none;
        outline: none;
    }
    .dvidesimtukas {
        padding: 60px 0;
    }
    .btn-white {
        margin-bottom: 45px;
    }
    .istorija {
        padding: 60px 0;
        text-align: left;
    }
    .istorija .row {
        flex-direction: column-reverse;
    }
    .archyvas {
        padding: 30px 0 1px;
    }
    .page-template-page-front .archyvas {
        padding: 60px 0;
    }
    section.top {
        height: 600px;
    }
    .svg-top {
        max-width: 600px;
    }
    .navbar-brand img {
        width: 70px;
    }
    .navbar-nav .dropdown-menu {
        position: relative!important;
        float: none;
        transform: none!important;
    }
}

@media only screen and (max-width: 767px) {
    .quote-block h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .quote-block span {
        font-size: 18px;
    }
    .quote {
        padding: 40px 15px;
    }
    .quote-block h3::before {
        width: 200px;
        height: 200px;
        background-position: center;
        background-size: contain;
        left: -94px;
        top: -50px;
    }
    .quote-block h3::after {
        width: 200px;
        height: 200px;
        right: -95px;
        top: -116px;
    }
    h2,
    h1 {
        font-size: 35px;
        line-height: 40px;
    }
    p {
        font-size: 16px;
    }
    .dvidesimtukas img,
    .istorija img {
        height: 300px;
    }
    .istorija,
    .dvidesimtukas {
        background-position: center 150px;
        background-size: contain;
    }
    .dvidesimtukas strong {
        font-size: 20px;
    }
    .btn-white {
        font-size: 25px;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        justify-content: center;
    }
    .archyvas h2 {
        padding: 0 50px;
    }
    .archyvas .line {
        top: 22px;
    }
    .archyvas h1 {
        margin-bottom: 25px;
    }
    footer .footer-block .menu>li>a {
        font-size: 18px;
    }
    footer .footer-bottom p {
        font-size: 14px;
    }
    footer .footer-block .menu {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    section.top {
        height: 400px;
    }
}

/* Nauji stiliai 2022-01-18 */

.btn.balsuoti {}

.placeholder {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    color: #ccc;
}

.placeholder b {
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    background-color: #ccc;
    color: #fff;
    margin-top: 2px;
    margin-left: 5px;
    border-radius: 50%;
    cursor: pointer;
}

input:focus+span,
input:valid+span {
    display: none;
}

.votesbox tr {
    border-bottom: 1px solid #47013882;
}

.votesbox tr td {
    padding: 5px 0;
}

.votesbox tr td.value {
    padding-left: 15px;
    padding-right: 15px;
}

.archive .votesbox {
    font-size: 14px;
}

.archive .votesbox tr td {
    padding: 1px 0;
}

.archive .votesbox tr td.value {
    padding-left: 15px;
    padding-right: 15px;
}

.votesbox {
    position: relative;
}

.archive .votesbox h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.fa-question-circle {
    font-size: 13px;
}

.archive div#Tooltip_Text_container {
    margin-top: -15px;
    margin-bottom: 5px;
}

.archive .votebtn.up_count {
    margin-bottom: 30px;
}

.main_wrapper_left .first,
.main_wrapper_left .other {
    display: none;
}

.tooltips {
    cursor: pointer;
    margin-bottom: 15px;
    position: relative;
    width: auto;
}

.tooltips span {
    padding: 0 2px;
}

div#Tooltip_Text_container {
    max-width: 25em;
    height: auto;
    display: inline;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
    display: block;
    background: #cc1514;
    color: white;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 30px;
    right: 0;
}

div#Tooltip_Text_container>span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

div#Tooltip_Text_container a {
    text-decoration: none;
    color: black;
    cursor: default;
    font-weight: normal;
}

div#Tooltip_Text_container a span.tooltips {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.2s, opacity 0.2s linear;
    position: absolute;
    left: 50%;
    right: 50%;
    top: -66px;
    width: 200px;
    /* border: 1px solid #404040; */
    padding: 0.2em 0.5em;
    cursor: default;
    line-height: 140%;
    font-size: 12px;
    font-family: 'sans-serif';
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 5px 0px #666666a1;
    -webkit-box-shadow: 0px 0px 5px 0px #666666a1;
    box-shadow: 0px 0px 5px 0px #666666a1;
    background: #cc1514cf repeat-x;
    z-index: 1;
    transform: translate(-50%, 3px);
}

div#Tooltip_Text_container:hover a span.tooltips {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;
}

div#Tooltip_Text_container img {
    left: -10px;
}

div#Tooltip_Text_container:hover a span.tooltips {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.2s;
}

@media only screen and (max-width: 767px) {
    .single-inner-image {
        max-width: 100%;
    }
    .archyvas h2,
    .archyvas h1 {
        padding: 0;
        width: 100%;
    }
    div#Tooltip_Text_container a span.tooltips {
        left: unset;
        right: 0;
        transform: none;
    }
}