/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: Fixdesign Child Theme
Author: Rushi Rothen
Author URI: http://www.fixdesign.ch
template: bb-theme
*/

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



/*ANIMATED HAMBURGER ICON */


/*ANIMATED HAMBURGER ICON */
.bar1, .bar2, .bar3
{
width: 40px;
height: 4px;
background-color: #cdcdcd;
border-radius: 3px;
transition: 0.4s;
}
.bar1
{
margin: 0 0 8px 0;
}
.bar3
{
margin: 8px 0 0;
}

/*CHANGE TO TWO BARS CROSSED */
.change .bar1
{
-webkit-transform: rotate(-45deg) translate(-2px, 18px);
transform: rotate(-45deg) translate(-12px, 12px);
}
.change .bar2
{
opacity: 0;
}
.change .bar3
{
-webkit-transform: rotate(45deg) translate(-2px, -18px);
transform: rotate(45deg) translate(-4px, -6px);
}

/*Sets the position and size of the menu text */

margin-left: 4px;
}
.navbar-toggle .hamburger-text
{
font-size: 20px;
line-height: 1.3;
}

/*removes clickable areas around the icon which could allow visitors to toggle without the animation occurring */

.fl-page-nav-toggle-icon .fl-page-nav .navbar-toggle
{
margin: 0;
padding: 0;
} 