/*
 Theme Name:     HB Construções
 Theme URI:      hbconstrucoes.pt
 Description:    HB Construções Website
 Author:         Delta Soluções
 Author URI:     https://deltasolucoes.com/
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {
    background: none;
}

/*** Hide Sidebar ***/
#sidebar {
    display: none;
}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px) {
    #left-area {
        width: 100%;
        padding: 23px 0px 0px !important;
        float: none !important;
    }
}

/*IMAGENS HOME*/
.img-home {
	min-height: 300px;
}

/*GALERIA*/
.acf-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
  align-items: stretch;
}

.acf-gallery-grid a {
  display: block;
}

.acf-gallery-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}