/*
Theme Name:    Anello AC GPress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

 
.ac-hero {
  position: relative;
  overflow: visible;
  z-index: 100;
}
.ac-hero > .wpb_column,
.ac-hero > .wpb_column > .vc_column-inner {
  overflow: visible;
}
.ac-hero .ac-photo {
  position: absolute;
  margin-right: -60px;
  top: -50px;
  bottom: -120px;
  width: 120%;
  margin: 0;
  z-index: 500;
  pointer-events: none;
}
.ac-hero .ac-photo figure,
.ac-hero .ac-photo .vc_single_image-wrapper,
.ac-hero .ac-photo img {
  display: block;
  width: 120%;
  height: auto;
  margin: 0;
}
.ac-hero .vc_inner {
  position: relative;
  z-index: 500;
}


.ac-hero-loc {
  position: relative;
  overflow: visible;
  z-index: 100;
}
.ac-hero-loc > .wpb_column,
.ac-hero-loc > .wpb_column > .vc_column-inner {
  overflow: visible;
}
.ac-hero-loc .ac-photo-loc {
  position: absolute;
  margin-left: -140px !important;
  top: -160px !important;
  padding-bottom: 0  !important;
  width: 120%;
  margin: 0;
  z-index: 500;
  pointer-events: none;
}
.ac-hero-loc .ac-photo-loc figure,
.ac-hero-loc .ac-photo-loc .vc_single_image-wrapper,
.ac-hero-loc .ac-photo-loc img {
  display: block;
  width: 120%;
  height: auto;
  margin: 0;
}
.ac-hero-loc .vc_inner {
  position: relative;
  z-index: 500;
}