﻿/******************************** Tabelet And Mobile**********************/

.menu-button {
  text-align: left;
}


.tablet .simple-menu .simple-list, 
.mobile .simple-menu .simple-list {
  position: absolute;
  width: 300px;
  padding: 30px;
  background: #333;
  left: 0;
  top: 30px;
  display: none;
  z-index: 20;
}

.tablet .simple-menu, 
.mobile .simple-menu {
  position: absolute;
  left: 0;
  top: 24px;
}

/*-----------------------table styles-----------------------------------*/

.tablet .simple-list {
  display: block;
}

.tablet .simple-list li {
  display: block;
  float: none;
}

.tablet .simple-list li > a {
  padding: 10px 0;
  display: block;
  border-bottom: 0.5px solid #535353;
}


.tablet .simple-list li > a:hover {
  color: #65962b;
}


.m-b-wrap {
  display: block;
  width: 35px;
  float: left;
  cursor: pointer;
  position: relative;
}

.cell-bm {
  display: block;
  border-bottom: 3px solid green;
  margin-bottom: 5px;
  transition: all .4s;
}


.simple-menu.open .simple-list {
  display: block;
}

.tablet .item-link {
  transition: none;
}

.tablet .exhib-title {
  text-align: center;
}

.tablet .exhib-artist-img {
  margin: 0;
  flex: none;
  position: absolute;
  top: 0;
  width: 100px;
  right: 58%;
}

.tablet .exhib-statement {
}

.tablet .exhib-artist-data {
  flex: 3;
  padding: 90px 10px 0 0;
}

.tablet .exhib-artist-img img {
  width: 100px;
}

.tablet .exhib-metadata {
  position: relative;
  padding: 0px 0 30px 0;
}

.tablet .exhib-artist-data span {
  margin-bottom: 5px;
}


/*-----------------mobile-------------------*/

.mobile .simple-list {
  display: block;
}

.mobile .simple-list li {
  display: block;
  float: none;
}

.mobile .simple-list li > a {
  padding: 10px 0;
  display: block;
  border-bottom: 0.5px solid #535353;
}


.mobile .simple-list li > a:hover {
  color: #65962b;
}

.mobile .exhib-artist-img {
  margin: 0;
  flex: none;
  width: 100px;
  right: 58%;
}

.mobile .exhib-metadata {
}

.mobile .exhib-statement {
  flex: none;
  width: 100%;
  padding: 0 0 15px 0;
}

.mobile .exhib-artist-data {
  flex: none;
  padding: 0 0 0 0;
  width: 100%;
}

.mobile .exhib-artist-img img {
  width: 100px;
}

.mobile .exhib-metadata {
  position: relative;
  padding: 0px 0 30px 0;
  display: block;
}

.mobile .exhib-artist-data span {
  margin-bottom: 15px;
}

.mobile .exhib-artist-data br {
  display: none;
}



.simple-menu.open .m-b-wrap {
  width: 30px;
  height: 30px;
}


.simple-menu.open .top {
  transform: rotate(45deg);
  margin: 0 0 0 0;
  position: absolute;
  width: 100%;
  top: 5px;
  right: 0;
}

.simple-menu.open .bottom {
  transform: rotate(-45deg);
  margin: 0px 0px 0 2px;
  position: absolute;
  width: 100%;
  top: 5px;
  right: 0;
}

.simple-menu.open .middel {
  display: none;
}

@media screen and (max-width: 992px) {
  .Exhibition-item {
    width: 50%;
  }
  
  .page-container .right-side {
    width: 30%;
  }
  
  .page-container .left-side {
    width: 70%;
  }
  
  .artist-item {
    width: 33.333%;
  }
}


@media screen and (max-width: 767px) {
  .page-container .right-side {
    width: 100%;
  }
  
  .page-container .left-side {
    width: 100%;
  }
  
  .page-links li {
    display: inline-block;
    padding: 5px 10px;
  }
  
  .installe-item-wrap, .selected-item-wrap {
    width: 50%; 
  }
  
  .firts-artist-item, .firts-Exhibition-item {
    height: auto !important;
  }
  
  .firts-artist-item .atrist-details, .firts-Exhibition-item .Exhibition-details {
    width: 100%;
  }
  
  .firts-artist-item .artist-img-wrap, .firts-Exhibition-item .Exhibition-img-wrap {
    width: 100%;
  }
  
  .firts-artist-item .float-details, .firts-Exhibition-item .float-details {
    position: relative;
  }
  
  .firts-artist-item .artist-img-wrap, .firts-Exhibition-item .Exhibition-img-wrap{
    height: 200px;
  }
  
  .artist-item {
    width: 100%;
  }
  
  .artist-header {
    height: auto !important;
  }
  
  .artist-header .artist-img-wrap {
    width: 100%;
    height: 220px;
  }
  
  .artist-header .artist-desc {
    width: 100%;
  }
  
  .artist-header .float-desc {
    position: relative;
    padding: 15px 0 0 0;
  }
  
  .Exhibition-item {
    width: 100%;
  }
  
  .brochure-item-wrap, .opinion-item-wrap {
    width: 100%;
  }
  
  .exhibition-item-wrap {
    width: 100%;
  }
  
  .album-item-wrap {
    width: 100%;
  }
  
  .gallery-container .video-container {
    width: 100%;
  }
  
}


