/* 
Theme Name: AGI Theme - 2.1.0
Theme URI: https://github.com/elementor/hello-theme/
Description: AGI's child theme for the websites built using elementor. 
Author: Emil
Author URI: https://agi.se/
Template: hello-elementor
Version: 2.1.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
    Add your custom styles here
*/

/*
    Makes jetengine listing items possible to right click to open in new tab.
*/
.jet-engine-listing-overlay-link{
    z-index:1;
}

.jet-listing-grid .jet-engine-listing-overlay-link {
    z-index: 1000;
}


.hovered {
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}

