/* //blog section */@charset "UTF-8";

/**************************
*
*	桌菜料理
*
**************************/
.grids-block{
  padding: 3rem 0;
}
.grid-main {
  padding: 2rem 0;
}

.gallery .combo-item a {
  display: block;
}


.gallery .img-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #D4B265;
  z-index: 1;
  padding: 30px;
  display: grid;
  align-content: flex-end;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
}

.gallery .combo-item .img-info:hover {
  opacity: 1;
}

.gallery a.img-title {
  font-size: 24px;
  color: #fff;  
  font-weight: 600;
  line-height: 30px;
  display: block;
  margin-bottom: 20%;
}

h4.img-title {
  font-size: 22px;
  color: #fff;
  line-height: 30px;
  display: block;
  margin-bottom: 20%;
}


.gallery a.img-title:hover {
  color: var(--primary-color);
}

.gallery p {
  color: #eee;
}

.gallery figure {
  margin: 0;
  position: relative;
}

.combo-item .text {
  margin: .8rem 0; 
  padding: 1rem 0;
}

.combo-item .text h4 {
  font-size: 1.8rem; 
  margin-bottom: 1rem;
}

.combo-item .text h4 span {
  font-size: 1.5rem;
  color: rgba(193, 155, 58, 1.00);
}
.combo-item .text h4 span-1 {
  color: rgba(193, 155, 58, 1.00);
}

/*--responsive media-quries--*/
@media (max-width: 820px) {
  
  .gallery .img-info {
    top: 72%;
    opacity: 1;
  }
h4.img-title {
  margin-bottom: -5%;
}
  .img-info p {
    font-size: 1em;
    line-height: 20px;
  }
.combo-item .text {
  margin: 0 0 1.5rem;
}
}

@media (max-width: 600px) {
  .grids-block{
  padding: 3rem 0 0;
}
  .grid-main {
    padding: 1.5rem 0;
  }

  .gallery .combo-item {
    padding: 0 8px;
  }

  .gallery .galler-top {
    padding: 0 10px;
  }
  
  h4.img-title {
  margin-bottom: 1%;
}
}

@media (max-width: 480px) {
  .combo-item .text h4 {
  font-size: 1.6rem;
}
  h4.img-title {
  margin-bottom: -1%;
}
}

