.location-text {
height: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
width: min(100%, 450px);
}
.right-location-page-content {
margin-top: -50px;
}
.postid-95 .right-location-page-content {
margin-top: -30px !important;
}
.location-sec ul {
padding: 0;
margin: 0;
}
.location-sec li {
list-style: none;
display: flex;
align-items: center;
justify-content: flex-start;
gap: 25px;
margin-bottom: 15px;
width:150px;
}
.location-sec li p {
margin-bottom:0;
font-size:16px;
color:var(--primary-black);
font-weight:300;
}
.location-work-wrp {
position: relative;
}
.loaction-image {
float: right;
}
.location-work-wrp-box {
display: flex;
align-items: end;
justify-content: flex-start;
} .gallery-sec {
background-size: 100% 100%;
}
.custom-gallery {
display: grid;
grid-template-columns: repeat(4, 1fr); 
grid-auto-rows: 300px;
gap: 20px;
margin-top: 40px;
}
.gallery-item {
display: block;
overflow: hidden;
border-radius: 20px;
}
.gallery-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.4s ease;
border-radius: 15px;
}
.item-1 { grid-column: span 1; }
.item-2 { grid-column: span 2; } 
.item-3 { grid-column: span 1; } .item-4 { grid-column: span 2; } 
.item-5 { grid-column: span 1; } 
.item-6 { grid-column: span 1; } 
.item-1 img {
border-radius: 15px 15px 15px 120px;
}
.item-6 img {
border-radius: 15px 120px 15px 15px;
}
@media only screen and (max-width:992px) {
.custom-gallery {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-auto-rows: 130px;
gap: 5px;
margin-top: 40px;
}
a.gallery-item.item-4 {
grid-column: span 2 !important;
}
a.gallery-item.item-5 {
grid-column: span 2 !important;
}
a.gallery-item.item-2 {
grid-column: span 2 !important;
} .gallery-item {
grid-column: span 1 !important;
} .item-1 {
order: 1;
}
.item-4 {
order: 2;
}
.item-5 {
order: 3;
}
.item-6 {
order: 4;
}
.item-3 {
order: 5;
}
.item-2 {
order: 6;
} .location-text {
align-items: center;
text-align: center;
}
.loaction-image {
margin-top: 30px;
}
.location-text {
width: 100%;
}
.location-sec li {
gap: 15px;
margin-bottom: 10px;
}
.gallery-sec {
background-image:url(https://owenco.agency/juntos/wp-content/themes/juntos/assets/images/g-mb-bg.png) !important;
}
}
@media (max-width: 1250px) {
.right-location-page-content {
margin-top: 0px;
}
.postid-95 .right-location-page-content {
margin-top: 0 !important;
}
}
@media only screen and (max-width:767px) {
.location-work-wrp-box {
display: flex;
align-items: center;
justify-content: flex-start;
flex-direction: column-reverse;
margin-top: 50px;
}
.location-page {
margin-top: 3em !important;
}
.location-page .img-text-wrp__img-col {
padding: 0 0 3em 0em;
}
}