/*
Theme Name: Inspiro PRO Child
Theme URI: https://www.wpzoom.com/themes/inspiro-pro/
Template: wpzoom-inspiro-pro
Description: This is a simple Child Theme.
Author: WPZOOM
Author URI: https://www.wpzoom.com
Version: 1.0
*/

/* Write your custom CSS code below or add it in the Customizer > Additional CSS */

.header_social {
    border-left: 0px;
}
.navbar .navbar-collapse {
    padding-top: 40px;
}
.navbar a {
    color: #FFFFFF;
}
a {
  transition: 0.1s ease all;
  text-decoration: none;
  color: #4DA6FF;
}

.navbar-nav ul a:hover {
  color: #FF5757;
}
.site-footer a:hover {
  color: #58B5E8;
}
.navbar .inner-wrap {
    flex: none;
}
.navbar-toggle .icon-bar {
    background: #FF5757;
}
.navbar-nav ul .current-menu-item a, .navbar-nav ul .current_page_item a, .navbar-nav ul .current-menu-parent a, .navbar-nav ul .current_page_parent a {
  color: #FF5757;
}
body.site-layout_offbeat {
    color: #000000;
}
.copyright, .site-info .designed-by {
   color: #222222;
}
.site-layout_offbeat .site-footer .widget .title {
  font-weight: 600;
  color: #ffffff;
}
.site-layout_offbeat .navbar {
   background-image: url("https://new.fixithealthcare.com/wp-content/uploads/2022/11/header-color-S22.png");
}
.site-layout_offbeat .navbar-nav > li a {
    font-size: 24px;
}