/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description:  A child theme for Astra.
 Author:       Katie Eisenberg
 Author URI:   https://kandmdesign.com
 Template:     astra
 Version:      1.0.0
*/

div.mason-home-box-border {
  position: relative;
  z-index: 1;
}

div.mason-home-box-border:before {
	content: "";
	position: absolute;
	top: 75px;
	right: 75px;
	bottom: 75px;
	left: 75px;
	border: 7px solid #f0f2ec;
	pointer-events: none;
	z-index: 2;
}

.bg-bottom-right {
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: bottom right;
}