/*
 Theme Name:   	VIZON
 Theme URI:     https://www.vizon.lt
 Description:  	Vizija jūsų miškui
 Author:        PEPA
 Author URI:    https://www.pepa.lt
 Version:       1.0.0
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, responsive-layout
 Text Domain:   pi
*/
html,
body {
    padding: 0;
    margin: 0;
}

.st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #D3D3D3;
    stroke: #000000;
    stroke-width: 0.2809;
    stroke-miterlimit: 1.1237;
}

svg a:hover path {
    fill: var(--e-global-color-secondary);
    opacity: 0.8;
    stroke: #000000;
    stroke-miterlimit: 10;
}

svg a.active path {
    fill: var(--e-global-color-secondary);
    opacity: 1;
    stroke: #000000;
    stroke-miterlimit: 10;
}

#zemelapis-wrapper {
    width: 100%;
    display: inline-block;
    line-height: 1;
}

#zemelapis-wrapper svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

#zemelapis-informacija {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    z-index: 1111;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: right 0.3s ease-in-out;
    font-family: "Atkinson Hyperlegible", Sans-serif;
}

#zemelapis-informacija.open {
    right: 0;
}
.region-wrapper{
    display:flex;
    justify-content: space-between;
}
.region-prices div{
    display:flex;
    padding:8px;
    line-height: 1rem;
}
.region-prices{
    display:grid;
    font-size: 14px;
    grid-template-columns: 173px 1fr 1fr;
}
.region-prices .text-center{
    justify-content: center;
}
.region-prices > div:nth-child(3n+4):nth-child(2n),
.region-prices > div:nth-child(3n+5):nth-child(2n-1),
.region-prices > div:nth-child(3n+6):nth-child(2n){
  background-color: rgba(41,109,78,.1);
}
.region-label,
.contact-label{
    display:flex;
    align-items: center;
}
.region-label h3,
.contact-label h3{
    margin-left:15px;
}
.region-ico,
.contact-ico{
    width:30px;
    height:30px;
}
.region-ico svg,
.contact-ico svg{
    width: 100%;
    height:auto;
}
.region-ico svg path,
.contact-ico svg path{
    fill:var(--e-global-color-accent);
}
.person-info .email a,
.person-info .phone a{
    color:var(--e-global-color-primary);
}
.person-wrapper{
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 40px;
}
.person-avatar{
    width: 100px;
    height: 100px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    background-position: center;
    margin-right: 20px;
}
.person-info h4{
    margin:0;
}
.region-wrapper .close{
    margin: 17px 0;
    font-size:20px;
    background: transparent;
    border: 0;
    cursor:pointer;
}
.zemelapis-wrapper {
    padding: 25px;
    height: 100%;
    z-index: 1111;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}
.price-comment{
    font-style: italic;
    font-size:.8rem;
}
@media (max-width: 768px) {
    #zemelapis-informacija {
        width: 100%;
        right: -100%;
    }

    #zemelapis-informacija.open {
        left: 0;
    }

}