/*
Theme Name: Lokal 30
Author: g3ck.com
Author URI: https://g3ck.com
Description: Wordpress Template for Lokal 30
Version: 1.0
Tags: lokal,30,g3ck
*/
html, body {
    font-family: 'Roboto', sans-serif;
    background-color: #fafafa;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;


}
body{
        overflow-y: hidden;
}

.c{
    /*! overflow: hidden; */
}
a:hover{
    font-style: italic;
}
/* ### HEADER ######################################### # */
header {
    font-size: 14px;
    width: 190px;
    border-right: 2px solid black;
    min-height: calc(100vh + 198px);
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;

    bottom: 0;
    -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
    padding-top: 25px;
}

header>.logo {
    text-align: center;
    padding-top: 12px;
    margin-bottom: 30px;
    -webkit-transition: padding-top 0.25s;
    -moz-transition: padding-top 0.25s;
    -ms-transition: padding-top 0.25s;
    -o-transition: padding-top 0.25s;
}
header>.burger {
    padding-top: 40px;
    margin-bottom: 30px;
    position: absolute;
    right: 20px;
    display: none;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

header>.burger .open {
display: block;
}
header>.burger .close {
display: none;
}
header>.burger img {
width:32px;
}
header.active>.burger .open {
display: none;
}
header.active>.burger .close {
display: block;
}

header>.logo>a {
    display: block;

}

header>.logo>a .logo_mobile {
    display: none;

}
header>.logo>a>img {
    width: 95px;
    -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
}

header>nav {
    font-weight: 500;
    padding-left: 47px;
}

header>nav>ul {
    list-style: none;
}

header>nav>ul>li {
    margin-bottom: 18px;
}

header>nav>ul>li>a {
    display: block;
    text-transform: uppercase;
}

main {
	position: relative !important;
	padding-bottom: 25px !important;}

.news-years {
	/*! position: absolute; */
	/*! bottom:10px; */
}

header>nav>ul>li>a>span {
    display: block;
    font-size: 12px;
    margin-top: 2px;
}

header>.semfem {
    text-align: center;
    margin-top: 35px;
}
header>.semfem .semfem_mobile{
    display: none;
}


header>.semfem img{
width: 93px;
}

header>.semfem>a {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
}

header>.semfem>a:hover {
    display: block;
    opacity: 0.3;

}
header.active>.semfem>a {
display: block;

}

header>.semfem>a>img {}

/* ### MAIN / FOOTER########################################## */
main, footer {
    float: right;
    width: calc(100% - 190px);
    padding: 36px 40px 40px 58px;
}

main {
    min-height: 80vh;
    padding-bottom:0;
}

footer {
    border-top: 2px solid black;
    font-size: 12px;
    height: 198px;
}

footer .newsletter {
    position: relative;
}

footer .newsletter label {
    font-size: 13px;
    font-weight: 401;
}

footer .newsletter input[type=email] {
    border: 2px solid black;
    background-color: transparent;
    display: inline-block;
    padding: 2px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    width: 170px;
    height: 25px;
    margin-top: 3px;
}

footer .newsletter input[type=submit] {
    background-color: black;
    position: absolute;
    top: 18px;
    left: 170px;
    border: none;
    height: 26px;
    color: white;
    font-family: 'Roboto', sans-serif;
    width: 74px;
    font-size: 12px;
    font-weight: 500;
}


footer .newsletter .success {
    color: #008000;
    font-size: 13px;
}

footer .newsletter .error {
    color: #ff0000;
    font-size: 13px;
}


footer .social {
    margin-top: 10px;
}

footer .social a {
    display: inline-block;
}

/* ### exhibition ########################################## */
section.exhibition {
    position: relative;
    /*! height: 400px; */
}

section.exhibition.noImg {
    height: unset;
}

section.exhibition .image {}

section.exhibition .image img {
    height: 385px;
    object-fit: cover;
}

section.exhibition .image a {
   opacity: 1;
    -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
}

section.exhibition .image a:hover {
   opacity:0.8;
}

section.exhibition .details {
    position: relative;
}
section.exhibition .details .inner {
position: absolute;
    bottom:0;
    left:0;
    right:0;
    width: 100%;
padding-left: 20px;
}
section.exhibition.noImg .details {
    position: relative;
    right: unset;
    bottom: unset;
}

section.exhibition .details .author {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

section.exhibition .details .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

section.exhibition .details .place {
    font-size: 14px;
}

.exhibitions-menu a {
	display: inline-block;
	width: 200px;
}

/* ### news ########################################## */
section.news {
    position: relative;
    clear: both;
    margin-top: 45px;
}
section.news.noTop {
    margin-top: 0;
}
section.news.page {
    margin-top: 0;
}

section.news h2 {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.3;
}

section.news .grid {
    margin-bottom: 0px;
}

section.news .grid .grid-item {
    width: 19%;
}


section.news .grid .grid-item a {

opacity: 1;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
}

.main-photography  .inner {
	position: static !important;
}

section.news .grid .grid-item a:hover {
   opacity:0.8;
}

main a {
	display: inline-block;
}

section.news .grid .grid-item img {
	width: 100%;
}

.grid-item a {
	display: block;
}

@media (max-width: 768px) {
	


	
	
section.news .more {
    position: relative;
    text-align: right;
    margin-bottom: 68px !important;
}
}


section.news .grid .grid-item img {
    /*! height:200px; */
    max-width: 100%;
    margin-bottom: 6px;
}

section.news .grid .grid-item.more {
    display: none;
}

section.news .more {
	margin: 0 0 25px;
   text-align: right;
}
section.news .more img {
height:32px;
}
/* ### news-years ########################################## */
section.news-years {
    text-align: left;
    margin-top: 30px;
}
section.news-years .button-prev,
section.news-years .button-next {
display: none;
}
section.news-years a {
    display: inline-block;
    padding-bottom:10px;
border-bottom:2px solid transparent;
}
section.news-years .selected a {
font-weight: 600;
        padding-bottom:0px;
        font-style: italic;

}
section.news-years .swiper-slide {
display: inline-block;
flex-shrink: unset;
width: unset;
margin-right: 25px;
}

section.news-years a{
padding-bottom: 0;
border-bottom:2px solid transparent;
    /*! font-style: italic; */
    display: inline-block;
margin-bottom: 6px;
}

section.news-years a:hover{

border-bottom:2px solid black;
    font-style: italic;
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 10px 44px !important;
    right: 0;
}

section.news-years .swiper-container {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 55px;
    position: relative;
}
section.news-years.mini .swiper-container {
    padding: 0;
}
section.news-years .swiper-container .button-prev,
section.news-years .swiper-container .button-next
{
position: absolute;
    top:0;
}

section.news-years .swiper-container .button-prev.swiper-button-disabled,
section.news-years .swiper-container .button-next.swiper-button-disabled
{
display: none;
}

section.news-years .swiper-container .button-prev img,
section.news-years .swiper-container .button-next img
{
height:18px;
}



section.news-years .swiper-container .button-prev
{
left:0;
}
section.news-years .swiper-container .button-next
{
right:0;
}





/* ### single-content ########################################## */

section.single-content{

    line-height: 1.35;
}
section.single-content .content >.main > .title{

}
section.single-content .content >.main > .title h1.small{
font-size: 26px;
}

section.single-content .content >.main > .autor{
font-size: 14px;
    margin-bottom:2px;
}
section.single-content .content >.main > .data{
font-size: 14px;
}

section.single-content .content >.main > .entry{
font-size: 14px;
    margin-top:30px;
}


section.single-content .content >.main > .entry a {

   opacity: 1;
    -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
}

section.single-content .content >.main > .entry a:hover {
   opacity:0.8;
}


section.single-content > .content{
    margin-top:0px;
    font-size: 14px;
}
section.single-content > .content >.main {

    padding-right: 52px;
    float: left;
}
section.single-content > .content >.main figure {
width: 100%;
}
section.single-content > .content >.main img {
width: 100%;
    object-fit: cover;
}

section.single-content > .content >.gallery {

    margin-bottom: 25px;
}


section.single-content > .content >.gallery a {

   opacity: 1;
    -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
}

section.single-content > .content >.gallery a:hover {
   opacity:0.8;
}


.owl-carousel {
	position: relative;
}

.owl-prev {
	position: absolute;
	left: 0;
	top: 47%;
}

.owl-next{
	position: absolute;
	right: 0;
	top: 47%;
}

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

.owl-carousel .owl-wrapper {
    display: flex !important;
}
.owl-carousel .owl-item img {
	margin: 0 auto;
    max-width: 100%;
    height: 400px;
    width: auto;

}

.single a {
	display: inline-block !important;
}

.main-photography {
	display: flex;
	align-items: flex-end;
}

@media (max-width: 970px) {
	
	


	.main-photography {
	display: block;
}


.owl-carousel .owl-item img {
	margin: 0 auto;
    max-width: 100%;
    height: auto !important;
    width: auto;

}
}



footer .newsletter input[type=submit] {
	border-radius: 0 !important;
}

 .gallery-exch {
 	max-width: 600px;
 }


section.single-content > .content >.gallery img {
width: 100%;
    margin-bottom: 15px;
}


/* ### about-us ########################################## */

section.about-us{

    padding-bottom: 10px;
}

section.about-us > .title{

    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}
section.about-us > .main{

}
section.about-us > .contact{

    font-size: 14px;
}
section.about-us > .main > .content{

    font-size: 14px;
    padding-right: 110px;
    margin-bottom: 30px;
    line-height: 1.35;
}
section.about-us > .main > .gallery{
    position: relative;
    padding-right: 130px;
    text-align: center;
}


section.about-us > .main > .gallery .swiper-container{
width: 100%;
overflow: unset;
}

section.about-us > .main > .gallery .swiper-wrapper{
width: 400px;
/*! display: inline-block; */
}
section.about-us > .main > .gallery .swiper-wrapper .swiper-slide{
opacity: 0!important;

}

section.about-us > .main > .gallery .swiper-wrapper .swiper-slide-active{
opacity: 1!important;
}
section.about-us > .main > .gallery .swiper-wrapper img{
width: 100%;
}

.swiper-wrapper {
	flex-wrap: wrap;
}

.exhibitions-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.swiper-slide {
	/*! margin: 0 20px; */
}

section.about-us > .main > .gallery .button-prev,
section.about-us > .main > .gallery .button-next
{
width: unset;
position: absolute;
top: 46%;
z-index: 2;
cursor: pointer;
}
section.about-us > .main > .gallery .button-prev.swiper-button-disabled,
section.about-us > .main > .gallery .button-next.swiper-button-disabled
{
opacity: 0.1;
cursor: default;
}




section.about-us > .main > .gallery.mini .button-prev,
section.about-us > .main > .gallery.mini .button-next
{
display: none;
}


section.about-us > .main > .gallery .button-prev img,
section.about-us > .main > .gallery .button-next img
{
height: 16px;
}

section.about-us > .main > .gallery .button-prev
{

    left: -18px;
}
section.about-us > .main > .gallery .button-next
{

    right: -18px;
}



/* ### exhibitions-menu ########################################## */
section.exhibitions-menu{

}
section.exhibitions-menu ul{

    list-style: none;
}

section.exhibitions-menu ul:after{
   content: " ";
   display: block;
   height: 0;
   clear: both;
}
section.exhibitions-menu ul li{

    float: left;
    width: 25%;
    margin-bottom: 45px;

}
section.exhibitions-menu ul li:nth-of-type(1){
text-align: left;
}
section.exhibitions-menu ul li:nth-of-type(2){
text-align: center;
    padding-right: 45px;
}
section.exhibitions-menu ul li:nth-of-type(3){
text-align: center;
        padding-left: 45px;
}
section.exhibitions-menu ul li:nth-of-type(4){
text-align: right;
}
section.exhibitions-menu ul li a{
    font-size: 16px;
    font-weight: 500;
}
section.exhibitions-menu ul li.active a{
    font-style:italic;
}



/* ### single-exhibition ########################################## */
section.single-exhibition{

}


section.single-exhibition > .content{

}
section.single-exhibition > .content > .main{

    padding-right: 80px;
    margin-bottom: 5px;
}
section.single-exhibition > .content > .main .autor{

    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

section.single-exhibition > .content > .main .title{

    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 8px;
}

section.single-exhibition > .content > .main .data{

    font-size: 14px;
    margin-bottom: 2px;
}

section.single-exhibition > .content > .main .additional{

    font-size: 14px;
    margin-bottom: 2px;
}

section.single-exhibition > .content > .main .entry{

    margin-top: 30px;
    font-size: 14px;
    line-height: 1.4;
}

section.single-exhibition > .content > .aside{

}
section.single-exhibition > .content > .aside .main-photo{

    min-height: 76px;
    text-align: right;
}
section.single-exhibition > .content > .aside .main-photo img{

    width: 100%;
}
section.single-exhibition > .content > .aside .info{
margin-top:45px;
font-size: 14px;
line-height: 1.4;
}
section.single-exhibition > .gallery{
    position: relative;
    text-align: center;
    margin-top: 0;
    margin-bottom: 45px;
    width: calc(100% + 50px);
    position: relative;
    left: -25px;
}
section.single-exhibition > .underText{
    margin-bottom: 15px;
}
section.single-exhibition > .underText .view{
    width: 100%;
    height:640px;
}
section.single-exhibition > .gallery.single .swiper-container{
padding: 0;
}
section.single-exhibition > .gallery .swiper-container{
width: 100%;
/*! overflow: unset; */
display: inline-block;
padding: 0 25px;
}

section.single-exhibition > .gallery .swiper-wrapper{
width: 400px;
}
section.single-exhibition > .gallery .swiper-wrapper .swiper-slide{
opacity: 0!important;

}

section.single-exhibition > .gallery .swiper-wrapper .swiper-slide-active{
opacity: 1!important;
}
section.single-exhibition > .gallery .swiper-wrapper img{
max-height: 76vh;
max-width: 100%;
}


section.single-exhibition > .gallery .button-prev,
section.single-exhibition > .gallery .button-next
{
width: unset;
position: absolute;
top: 47%;
z-index: 2;
cursor: pointer;
}
section.single-exhibition >  .gallery .button-prev.swiper-button-disabled,
section.single-exhibition >  .gallery .button-next.swiper-button-disabled
{
opacity: 0.1;
cursor: default;
}
section.single-exhibition > .gallery .button-prev img,
section.single-exhibition > .gallery .button-next img
{
height: 22px;
}

section.single-exhibition > .gallery .button-prev
{

    left: 0;
}
section.single-exhibition > .gallery .button-next
{

    right: 0;
}
section.single-exhibition > .gallery.single .button-prev,
section.single-exhibition > .gallery.single .button-next
{
display: none;
}


@media (max-width: 600px) {
  .exhibitions-menu ul{
    display: block;
  }
}



.fancybox-caption {
	padding-top: 50px;
}

.more {
	cursor: pointer;
}


/* ### artists-list ########################################## */
section.artists-list{


}
section.artists-list ul{

    list-style: none;
    line-height: 1.7;
    margin-bottom:45px;
}
section.artists-list ul li{
    font-weight: 500;
    text-transform: uppercase;
}
section.artists-list ul li a{


}
section.artists-list h1{

    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
section.artists-list img{

    width: 100%;
}




/* ### artists-list ########################################## */

section.single-artist{

}

section.single-artist h1.name{

    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

section.single-artist > .content{

}

section.single-artist > .content > .main{
    font-size: 14px;
    line-height: 1.4;
    padding-right: 78px;
}
section.single-artist > .content > .aside{
padding:45px;
font-size: 14px;
line-height: 1.4;
}





section.single-artist > .tabs{

    margin-top: 30px;
}
section.single-artist > .tabs > .header{

    margin-bottom: 35px;
}
section.single-artist > .tabs > .header .item{

    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-right: 50px;
    cursor: pointer;
}
section.single-artist > .tabs > .header .item.active{

    font-style: italic;
}

section.single-artist > .tabs > .content{

}
section.single-artist > .tabs > .content .tab{
        display: none;
}
section.single-artist > .tabs > .content .tab.active{
    display: block;
}
section.single-artist > .tabs > .content .tab .single{

    display: block;
    float: left;
    margin: 0 35px 35px 0;
}
section.single-artist > .tabs > .content .tab .single a{
    height:164px;
       opacity: 1;
    -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
display:block!important;
}

section.single-artist > .tabs > .content .tab .single a{
    height:164px;
       opacity: 1;
    -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
}


section.single-artist > .tabs > .content .tab .single a:hover {
   opacity:0.8;
}

section.single-artist > .tabs > .content .tab .title{
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 35px 0;
    /*! font-style: italic; */
width: 100%;
    display: block;
    float: unset;
    clear: both;
}
section.single-artist > .tabs > .content .tab .single img{

    height: 100%;
}
/* ### artists-list ########################################## */


.artistLoader {
	margin-left: 10px;
	margin-bottom: 35px;
}

.artists-list a {
	display: inline-block;
}

section.targi{
    margin-top:25px;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 25px;
}

.news .grid-item  {
	margin-bottom: 30px;
}

.about-img > div {
	display: none;
}

.about-img > div:first-child {
	display: block;
}

.news-main {
	margin-bottom: 20px !important;
}

footer.g {
	padding-top: 30px;
}

.fancybox-caption:after {
	border: none !important;
}


#showNews ul{
	list-style:none;
}


.gm-edition-loop{
display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 70%;
  gap: 2%;
  margin: 20px 0px 0px;
	
}

.gm-edition-loop-item{
	width: 32%;
  display: block;
  position: relative;
	
}

.gm-edition-loop-item img{
	max-width:100%;
	margin:0px 0px 10px;
	
}

.gm-edition-loop-item p{
	
	font-size:14px;
}

.gm-edition-loop-item h2{
	font-size:16px;
	
}
.edition-list h1{
	font-size: 18px !important;
}

.single-edition h1{
	font-size: 18px !important;
}

.gm-single-edits{
	display:flex;
	margin:20px 0px 0px;
	justify-content:start;
	gap:4%;

}

.gm-single-edits-l{
	width:40%;
}


.gm-single-edits-l img{
	max-width:100%;
	    height: auto;
}

.gm-single-edits-r{
	width:25%;
}


.gm-single-gallery-edition{
	padding:0px;
	margin:20px 0px 0px;
	list-style:none;
	width:100%;
}
.gm-single-gallery-edition li{
	padding:0px;
	margin:0px 0px 20px;
	list-style:none;
	width:100%;
}




@media (max-width: 970px) {
	
	
	.gm-edition-loop {

  width: 100%;
	}
	.gm-edition-loop-item {
  width: 48%;
	}
}


@media (max-width: 768px) {
	

	.gm-edition-loop-item {
  width: 100%;
	}
	.gm-single-edits-r {
  width: 55%;
}
	
	.gm-single-edits-r h2 {
  font-size: 24px;
	}
}
