/*
Theme Name: Cyberguard-Child
Theme URI: http://demo.bravisthemes.com/cyberguard
Author: Bravis-Themes
Author URI: https://themeforest.net/user/bravis-themes
Description: Cyberguard is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Template: cyberguard
Version: 1.0.0
Tested up to: 6.5
Requires PHP: 7.4
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: Cyberguard
Tags: Blog, E-Commerce, Portfolio, Grid Layout, One Column, Two Columns, Three Columns, Four Columns, Left Sidebar, Right Sidebar, Custom Background, Custom Colors, Custom Header, Custom Logo, custom-menu, Editor Style, Featured Image Header, Featured Images, flexible-header, Footer Widgets, Full Width Template, microformats, Post Formats, Sticky Post, Theme Options, threaded-comments, translation-ready, Block Editor Styles, Wide Blocks
Copyright (c) 2025 Bravis-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
*/


/* Fallback for deprecate variables.
---------------------------------------------------------------------------- */

.pos-relative{
	position: relative;
}
.dis-inline-block{
	display: inline-block;
}
.hover-underline,
.hover-underline > a{
	text-decoration: none;
}
.hover-underline:hover,
.hover-underline > a:hover {
	text-decoration: underline;
}
.make-inline{display:inline;}
.opacity-class{
	opacity: 0.7;
}
body.not-logged .hide-for-now{
	display: none;
}
.my-gradient {
    background: linear-gradient(45deg, #24242f, #4055a9);
}
.dark-back-filter {z-index: 1;} /* Must set the parent so that the psudo z-index can work. */
.dark-back-filter::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: #000000;
	opacity: 0.6;
    z-index: -1; 
}
.parallax-effect {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.stroked-text {
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 3px 3px 5px rgba(0, 0, 0, 0.5);
}

/* Hidden things */
body.xxx {
    display: none;
}
div.my-hero > div.pxl-overlay--imageLeft > div.bg-image {
    /* background-image: url(/wp-content/uploads/2025/12/MyInfoHub-logo_300x300.png); */
    background-size: 90%;
    background-position-y: top;
}

 .pace .pace-progress { /* Change background color */
    background: #12132C !important;
}

body {
    color: #ffffffd6 !important;
    background-color: #12132C !important;
}

/* End Useful Classes */


@media (max-width: 780px) {

}


@media (max-width: 1045px) {
  
} 

@media screen and (max-width: 530px) {

}

@media screen and (max-width: 450px) {

}

@media screen and (max-width: 400px) {

}



