/*
Theme Name: Profiler
Theme URI: https://rajanlama.com.np/themes/profiler
Author: lamarajan
Author URI: https://rajanlama.com.np/
Description: Are you looking for building a personal portfolio website? Profiler is simple, clean and beautiful FSE Portfolio Theme. Visit https://rajanlama.com.np/contact-us/ for support, https://rajanlama.com.np/documentation/profiler for theme documentation and https: //rajanlama.com.np/demo/profiler/ for demo.
Tested up to: 6.6
Requires PHP: 5.6
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: profiler
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Profiler WordPress Theme, (C) 2024 rajanlama.com.np
Profiler is distributed under the terms of the GNU GPL.
*/

.has-header-drop-shadow {
  box-shadow: 0 0px 5px #8c8c8c;
  z-index: 999;
}

.site-footer{
  margin: 0;
  background: #3c3c3c;
  color: #fff;
}

.site-footer p {
  margin: 0;
}

.has-foreground-background-color{
  background-color: #3c3c3c;
  color: #ffffff;
}

.has-background-credit-background-color {
  background: #ff6900;
}

.has-background-secondary-background-color {
  background: #efefef;
}

 @media (max-width: 767px) {
   body .hide-on-mobile {
     display: none !important;
   }
 }
