/*
Theme Name: The Influencer Forum
Text Domain: tif
Version: 1.0
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Official Wordpress theme for The Influencer Forum.
Tags: empty
Author: Data Gateway Philippines
Author URI: https://www.datagatewayph.com/
Theme URI: https://www.datagatewayph.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.

*/

:root {
        --tif-dark-gray: #1E293B; /** #5F5B5B **/
        --tif-light-gray: #E9EAEA;
        --tif-bright-orange: #F55F0D; 
        --tif-dark-orange: #CA3D12; 
		--tif-font-family1: "Open Sans", Sans-serif;
        --tif-font-family2: "Ubuntu", Sans-serif;
}

html, body { max-width: 100% !important; overflow-x: hidden !important; }	
a { 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; }

