/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/* 
======================
Sticky Footer
======================
*/
.wordpress,
.main-wrapper { 
  /* make sure to cover the screen */
  min-height: 100vh;

  /* need a solid bg to hide the footer */
  background: var(--primary);
    
  /* put on top */
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  	.wordpress,
    .main-wrapper {
        padding-left: calc(var(--sidebar-width) + 1rem);
        padding-right: calc(var(--gutter) * 3);
    }
}
			  
#brx-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.skip-link {
    color: var(--neutral);
}
/* 
======================
Blocks
======================
*/
.wp-block-image {
    margin: 0 0 1em 0;
}

/* 
======================
Lightbox Plugin
======================
*/
.baguetteBox-button {
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(0,0,0,.95)
}






