/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.sniglet-regular {
  font-family: "Sniglet", system-ui;
  font-weight: 400;
  font-style: normal;
}

.sniglet-extrabold {
  font-family: "Sniglet", system-ui;
  font-weight: 800;
  font-style: normal;
}

.cabin-regular {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
	"width" 100;
}

body {
	background-color: #fff;
	color: #333;
	font-family: "Cabin", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Sniglet", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
	padding-top: 24px;
	padding-bottom: 24px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}


h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/* Manual Handling Steps Menu */
ul#menu-manual-handling-steps li.current-menu-item .fa-light:before,
ul#menu-manual-handling-steps li:hover .fa-light:before {
	background-color: #b1a3eb;
}

ul#menu-manual-handling-steps {
	width: 100%;
}
ul#menu-manual-handling-steps li {
	width: 20%;
	margin: 6px;
	flex-wrap: nowrap;
	justify-content: space-between;
}

ul#menu-manual-handling-steps li {
	font-size: 38px;
	padding: 12px;
	border-radius: 48px;
}

ul#menu-manual-handling-steps li a {
	font-size: 24px;
	font-family: "Sniglet", sans-serif;
}
ul#menu-manual-handling-steps li, ul#menu-manual-handling-steps li a {
	color: #4b3f72;
}

ul#menu-manual-handling-steps li.fa-light:before,
ul#menu-manual-handling-steps li.fa-light:before {
	border-radius: 100px;
	background-color: #ffffff;
	transition: all .5s ease-in-out;
}

ul#menu-manual-handling-steps li.current-menu-item.fa-light:before,
ul#menu-manual-handling-steps li:hover.fa-light:before {
	background-color: #b1a3eb;
}
