/* 
Theme Name: South Inc Child Theme
Theme URI: https://github.com/SouthInc-Team/elementor-child-theme
Description: SouthInc Child Theme is a child theme of Hello Elementor, created by SouthInc team
Author: Dan Roberts @ SouthInc
Author URI: https://innovationbysouthinc.com
Template: hello-elementor
Version: 2.0.0
Text Domain: innovation-by-southinc
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.blue-box {
  border: 1px solid #6EC1E4;
  background: #6EC1E426;
  border-radius: 6px;
  padding: 4%;
}
.blue-box p strong {
  color: #6EC1E4;
}
.red-box {
  background: #E4796E24;
  border: 1px solid #DA3939;
  border-radius: 6px;
  padding: 4%;
}
.lemon-box {
  background: #E4DB6E14;
  border: 1px solid #D2D651;
  border-radius: 6px;
  padding: 4%;
}
