/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.vaqueros-collage {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-auto-rows: auto;
  gap: 11px;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  padding: 2rem 1rem;
}

/* map each one to the same spots in squarespace
.vc-item-1 { grid-area:  1 /  2 /  7 / 10; }
.vc-item-2 { grid-area:  1 / 19 /  9 / 27; }
.vc-item-3 { grid-area:  7 / 20 / 13 / 27; }
.vc-item-4 { grid-area: 10 /  3 / 17 /  9; }
.vc-item-5 { grid-area: 16 /  1 / 43 / 11; }
.vc-item-6 { grid-area: 40 /  6 / 46 / 16; }
.vc-item-7 { grid-area: 41 /  1 / 47 /  6; }
.vc-item-8 { grid-area: 50 /  6 / 57 / 11; }

/* text in the middle column */
.vc-text {
  grid-area:  1 / 10 / 57 / 17;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}

/* fluid images */
.vaqueros-collage img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

/* tape */
.vc-item {
  position: relative;
}
.vc-tape {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 80px;
  height: 16px;
  background: rgba(210,150,70,0.8);
  transform: translateX(-50%) rotate(-5deg);
  border-radius: 2px;
  pointer-events: none;
}
