/*======================================
Theme Name: Divi Child Theme By Guerrilla Productions
Theme URI: https://www.guerrilla-productions.com/
Description: This is a Divi child theme from Guerrilla Productions
Author: Guerrilla Productions
Author URI: https://www.guerrilla-productions.com/
Author Email: chris@guerrilla-productions.com
Template: Divi
Version: 666
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

 /* ===== NOTES ==================================================================
 * 
 * 
 * =============================================================================== */

/*add your custom CSS below this line*/

/*remove the flash between Divi slide transitions*/
.et-pb-active-slide {
    opacity: 1!important;
}

/*vertically align content in Divi columns*/
.gp-col-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
}

/*blog image aspect ratio square 1:1*/

.gp-blog-image-1-1 .entry-featured-image-url {
  padding-top: 100%;
  display: block;
}

.gp-blog-image-1-1 .entry-featured-image-url img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

