/*
Theme Name: Power Radix
Text Domain: powerradix
Version: 1.0
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Official Wordpress theme for Power Radix.
Tags: empty
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://www.sample.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
@font-face {
  font-family: Lato;
  src: url(https://powerup.ratchetweb.com/wp-content/themes/powerup/assets/Lato-Regular.woff2);
  
}

@font-face {
  font-family: Lato-Light;
  src: url(./assets/Lato-Light.ttf);
}

*/

:root {
        --powerradix-dark-gray: #5F5B5B;
        --powerradix-light-gray: #E9EAEA;
        --powerradix-bright-orange: #F55F0D; 
        --powerradix-dark-orange: #CA3D12; 
        --powerradix-font-family1: "Source Sans 3",sans-serif;
}

html, body { max-width: 100% !important; overflow-x: hidden !important; }	
a { color: #000; text-decoration: none; } 
a:hover { text-decoration: underline; }
.left { float: left; }
.right { float: right; }
.invi { display: none; }
.jp-carousel-overlay { background: rgba(0,0,0,0.85) !important; }
.jp-carousel-info { background: #000 !important; }
