/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Custom Scrollbar CSS */
 /* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ccc; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #002c9e; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #66a6c3; 
}

/* Icon person style adjustment */
.fusion-person .person-desc .person-author .person-name, .fusion-person .person-desc .person-author .person-title {
	font-weight:500 !important;
	font-size:20px !important;
}

 
body.error404 .avada-page-titlebar-wrapper {
  display: none !important;
}

/* Author page personalization */
body.author .avada-page-titlebar-wrapper {
  display: none !important;
}

body.author bold, strong {
	font-weight:500 !important;
}