/*
Theme Name: Elementra Child Theme
Template: elementra
Theme URI: https://elementra.themerex.net/
Description: Elementra Child Theme
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0
Tested up to: 6.7
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: elementra
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
@media (min-width: 1025px){
.hero-infographic-step1{
  border: 1px solid #8FBDFF;
  border-radius: 12px;
  position: relative; 
  flex-basis: calc(50% - 15px); 
  box-sizing: border-box;
  padding: 25px; 
  transition: border-color 0.3s ease, transform 0.3s ease;

}
.hero-infographic-step2{
  border: 1px solid #8FBDFF;
  border-radius: 12px;
  position: relative; 
  flex-basis: calc(50% - 15px); 
  box-sizing: border-box;
  padding: 25px; 
  transition: border-color 0.3s ease, transform 0.3s ease;

}
.hero-infographic-step3 {
  border: 1px solid #8FBDFF;
  border-radius: 12px;
  position: relative; 
  flex-basis: calc(50% - 15px);
  box-sizing: border-box;
  padding: 25px; 
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.hero-infographic-step4{
  border: 1px solid #68AF4ABD;
  border-radius: 12px;
  position: relative; 
  flex-basis: calc(50% - 15px); 
  box-sizing: border-box;
  padding: 25px; 
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.hero-infographic-step1:hover,
.hero-infographic-step2:hover,
.hero-infographic-step3:hover {
  transform: translateY(-5px);
  border: 1px solid #6776C4;
}
.hero-infographic-step4:hover {
  transform: translateY(-5px);
  border: 1px solid #7ED957;
}
.hero-infographic-step1::after,
.hero-infographic-step2::after,
.hero-infographic-step3::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  transition: all 0.3s ease;
}
.hero-infographic-step1::after {
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #8FBDFF;
}
.hero-infographic-step1:hover::after {
  border-left-color: #6776C4;
}
.hero-infographic-step2::after {
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #8FBDFF;
}
.hero-infographic-step2:hover::after {
  border-top-color: #6776C4;
}
.hero-infographic-step3::after {
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #8FBDFF;
}
.hero-infographic-step3:hover::after {
  border-right-color: #6776C4;
}
.hero-infographic-step4::after {
  display: none;
}
	}
@media (max-width: 1024px) {
  .hero-infographic-step1,
  .hero-infographic-step2,
  .hero-infographic-step3,
  .hero-infographic-step4 {
    flex-basis: 100%;
	border-radius: 12px;
	padding: 15px;
  }
}