/* 
Theme Name: Energy4Life Child Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: prism_base
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
*/

/*
    Add your custom styles here
*/


body {
  --wp--preset--font-size--small: 0.842em;
  --wp--preset--font-size--medium: 1.1em;
  --wp--preset--font-size--large: 1.25em;
  --wp--preset--font-size--x-large: 1.6em;
}

/*accessbility*/


#skip a:focus, .skip a:focus {
    left: 0;
    top: 0;
    padding: 3px;
    background: #ffc;
    border:1px solid #990000;
    }



/* Team Loop Image Ratio*/
.team_loop .elementor-image-box-content {padding:0px 20px;}

.team_loop img {aspect-ratio: 2/3}

/*Underline inline Paragraph only*/
p a {
  border-bottom: solid 1px #F2BD45;
}
/*Make heading in care type loop bold*/
.care_loop_p strong {font-weight:600}