
@media only screen and (max-width: 600px) {.page-project-sites .cover-item{background-position: 5%; height:190px !important;}}
.page_title {
   
    font-size: 30px;
    text-align: center;
    color: #000;
    font-family: Inter;
    font-weight: bold;
    line-height: 42px;
}
.locations
{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; border-radius: 8px; margin: 0px 0px 10px 0px;
}

.spare{height: 8px;}
.page-intro
{
    font-size: 20px;
    text-align: center;
    color: #000;
    font-family: Inter;
    font-weight: 400px;
    line-height: 30px;
}
.project-title {
   
    font-size: 24px;
    text-align: left;
    color: #222222;
    font-family: Inter;
    font-weight: 500px;
    line-height: 34.8px;
     border-bottom: 1px solid #C3C3C3;
}
.project-desc {
   
    font-size: 12px;
    text-align: left;
    color: #646464;
    font-family: Inter;
    font-weight: 500px;
    line-height: 18.6px;
    margin: 0 0 0 0px;
}
.grid-container {
  display: grid;
  gap: 10px;
  grid-template-columns: auto auto auto auto auto; 
}

.grid-item {
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; border-radius: 8px; margin: 0px 0px 10px 0px;
   font-size: 10px;
   font-family: Inter;
   text-align: center;
   font-weight: 200px;
   line-height: 12.1px;   
   gap:16px;
   width:100px;
   height: 90px;
   color: #4E4E4E;

}

@media only screen and (max-width: 600px) {.grid-item {width:auto;height:auto;}}

.wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
  row-gap: 1em;
}

* {
  box-sizing: border-box;
}


.wrapper > div {
 border: 1px solid #A6A6A6;
border-radius: 5px;
 padding: 1em;
 width:263px;
 height: 49px;
}

@media only screen and (max-width: 600px) {.img-fluid-sites{height:auto;}}
.img-fluid-sites{height: 358px;display:flex;}


 .block {display: none;}

 #load { }

.load-more
{ 
  background-color: #1BB486;
  border: 2px solid #1BB486;
  color: #fff; 
  margin-right: 1rem;
  font-size: 16px;  
  font-weight: 600px;
  height: 49px;
  width: 150px;
  cursor: pointer;
  border-radius: 60px;
}
.load-more:hover
{
  color: #fff;opacity: 70%;
}

div.absolute {
  position: absolute;
  top: 266px;
  right: 39px;
  width: 144px;
  height: 39px;  
}

.page-project-sites img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100% !important;
    height: 358px !important;
    object-fit: cover;
    
}

#myBtn {  display: none;    cursor: pointer; }


.btn-group button {  cursor: pointer; /* Pointer/hand icon */}
}


