/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0.1
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... */
body > div.fl-page > div.fl-page-content {
  min-height: 70vh;
}

#fl-post-35057 > div > div.fl-builder-content.fl-builder-content-35057.fl-builder-content-primary > div > div {
  background-color: white;
}

.fl-page-nav-search {
  right: 5px;
}
.fl-page-nav-search form {
  border-top: 3px solid #EC6607;
}
.fl-page-nav-search form input.fl-search-input, .fl-page-nav-search form input.fl-search-input:focus {
  color: #1f1f1f;
}

a.mobile-only-link {
  color: #1f1f1f;
}
a.mobile-only-link::before {
  color: #1f1f1f;
}
a.mobile-only-link:hover {
  color: #EC6607;
  text-decoration: none;
}
a.mobile-only-link:hover::before {
  color: #EC6607;
}

header.fl-page-header {
  background: white;
}
@media screen and (max-width: 768px) {
  header.fl-page-header .fl-submenu-icon-wrap > .fl-submenu-toggle-icon {
    padding: 5px !important;
  }
  header.fl-page-header ul.sub-menu li.menu-item a:before {
    content: "  " !important;
  }
}
@media screen and (max-width: 992px) {
  header.fl-page-header .mobile-login.mobile-only {
    display: block !important;
    margin: 0.5em auto;
    width: fit-content;
    font-size: 16px;
  }
  header.fl-page-header .mobile-login.mobile-only:before {
    color: #1f1f1f;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
  }
}
header.fl-page-header .fl-page-header-logo-col {
  margin-bottom: 0.2em;
}
header.fl-page-header .dynamic-logo {
  width: 300px!important;
  margin: 1em auto 2px;
}
header.fl-page-header .dynamic-logo svg #strapline {
  display: block!important;
}
@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
header.fl-page-header .strapline-link span {
  text-decoration: none;
  display: block;
  font-size: 8px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  vertical-align: text-top;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 1px;
  color: #ec6607;
  -webkit-mask-image: linear-gradient(-75deg, #1f1f1f 30%, rgba(0, 0, 0, 0.4) 50%, #1f1f1f 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s linear infinite;
  transition: letter-spacing 0.2s ease;
}
header.fl-page-header .strapline-link:hover {
  text-decoration: none !important;
}
header.fl-page-header .strapline-link:hover span {
  color: #1f1f1f;
  text-decoration: none !important;
  letter-spacing: 2px;
  transition: letter-spacing 0.2s ease;
}
header.fl-page-header .strapline-link .strapline {
  text-transform: uppercase;
  text-decoration: none;
  width: fit-content;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  line-height: 0.8;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  color: #1f1f1f;
}
@media screen and (max-width: 767px) {
  header.fl-page-header ul#menu-main-navigation li a, header.fl-page-header ul#menu-header-menu li a {
    padding: 5px;
    color: #1f1f1f;
    text-align: center;
  }
  header.fl-page-header ul#menu-main-navigation li a:hover, header.fl-page-header ul#menu-header-menu li a:hover {
    color: #C65606;
  }
  header.fl-page-header ul#menu-main-navigation li .fl-submenu-toggle-icon:after, header.fl-page-header ul#menu-header-menu li .fl-submenu-toggle-icon:after {
    color: #EC6607;
  }
  header.fl-page-header ul#menu-main-navigation li.mega-menu ul.sub-menu > li > ul, header.fl-page-header ul#menu-header-menu li.mega-menu ul.sub-menu > li > ul {
    border-top: 0;
  }
  header.fl-page-header .fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav-collapse ul.navbar-nav > li {
    border-color: #f5f5f5;
  }
  header.fl-page-header ul.navbar-nav li.mega-menu > ul.sub-menu > li > a {
    display: none;
  }
  header.fl-page-header ul.navbar-nav li.mega-menu > ul.sub-menu {
    border-top: 0;
  }
  header.fl-page-header .fl-page-nav-container.container button.navbar-toggle.navbar-toggler {
    background: #EC6607;
  }
  header.fl-page-header .fl-page-nav-container.container button.navbar-toggle.navbar-toggler:focus, header.fl-page-header .fl-page-nav-container.container button.navbar-toggle.navbar-toggler:active, header.fl-page-header .fl-page-nav-container.container button.navbar-toggle.navbar-toggler:hover {
    outline: none;
    box-shadow: none;
    background: #C65606;
  }
  header.fl-page-header .fl-page-nav-container.container button.navbar-toggle.navbar-toggler span {
    color: white;
  }
  header.fl-page-header .fl-page-nav-container.container .fl-page-nav-collapse.navbar-collapse.in ul.menu-header-menu li.menu-item a.nav-link {
    color: #1f1f1f;
    text-align: center;
  }
  header.fl-page-header .fl-page-nav-container.container .fl-page-nav-collapse.navbar-collapse.in ul.menu-header-menu li.menu-item a.nav-link:hover, header.fl-page-header .fl-page-nav-container.container .fl-page-nav-collapse.navbar-collapse.in ul.menu-header-menu li.menu-item a.nav-link:focus {
    color: #EC6607;
  }
}
@media screen and (min-width: 768px) {
  header.fl-page-header ul#menu-main-navigation li a, header.fl-page-header ul#menu-header-menu li a {
    padding: 5px;
  }
  header.fl-page-header ul#menu-main-navigation > li.mega-menu > ul.sub-menu > li.menu-item > ul.sub-menu, header.fl-page-header ul#menu-header-menu > li.mega-menu > ul.sub-menu > li.menu-item > ul.sub-menu {
    border-top: 0;
  }
  header.fl-page-header ul#menu-main-navigation > li.mega-menu > ul.sub-menu > li.menu-item.holder > a.nav-link, header.fl-page-header ul#menu-header-menu > li.mega-menu > ul.sub-menu > li.menu-item.holder > a.nav-link {
    display: none;
  }
  header.fl-page-header .fl-page-nav-collapse {
    justify-content: center;
  }
  header.fl-page-header .fl-page-nav-search {
    margin-top: 5px;
  }
  header.fl-page-header .fl-page-nav-search a {
    text-decoration: none;
    color: #1f1f1f;
  }
  header.fl-page-header .fl-page-nav-search a:hover, header.fl-page-header .fl-page-nav-search a:focus {
    color: #EC6607;
  }
  header.fl-page-header .fl-page-nav-search .members-area {
    position: absolute;
    padding-top: 8px;
  }
  header.fl-page-header .fl-page-nav-search .members-area .members-area-menu .sub-menu ul.menu {
    margin: 0;
    padding: 0;
  }
  header.fl-page-header .fl-page-nav-search .members-area .members-area-menu .sub-menu ul.menu li {
    list-style: none;
  }
  header.fl-page-header .fl-page-nav-search .members-area .members-area-menu .sub-menu ul.menu li a, header.fl-page-header .fl-page-nav-search .members-area .members-area-menu .sub-menu ul.menu li a i {
    font-size: 21px;
    color: #1f1f1f;
  }
  header.fl-page-header .fl-page-nav-search .members-area .members-area-menu .sub-menu ul.menu li a:hover, header.fl-page-header .fl-page-nav-search .members-area .members-area-menu .sub-menu ul.menu li a:active, header.fl-page-header .fl-page-nav-search .members-area .members-area-menu .sub-menu ul.menu li a:focus, header.fl-page-header .fl-page-nav-search .members-area .members-area-menu .sub-menu ul.menu li a i:hover, header.fl-page-header .fl-page-nav-search .members-area .members-area-menu .sub-menu ul.menu li a i:active, header.fl-page-header .fl-page-nav-search .members-area .members-area-menu .sub-menu ul.menu li a i:focus {
    color: #EC6607;
  }
  header.fl-page-header .fl-page-nav-search .members-area .members-area-menu .sub-menu ul.menu li ul.sub-menu {
    border-top: 3px solid #EC6607;
    margin-top: 12px;
  }
  header.fl-page-header .fl-page-nav-search .members-area .members-area-menu .sub-menu ul.menu li ul.sub-menu li a {
    font-size: 18px;
  }
  header.fl-page-header ul#menu-header-menu, header.fl-page-header ul#menu-main-navigation {
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header.fl-page-header ul#menu-header-menu > li, header.fl-page-header ul#menu-main-navigation > li {
    border-right: 2px solid #EC6607;
  }
  header.fl-page-header ul#menu-header-menu > li:last-of-type, header.fl-page-header ul#menu-main-navigation > li:last-of-type {
    border-right: none;
  }
  header.fl-page-header ul#menu-header-menu > li a, header.fl-page-header ul#menu-main-navigation > li a {
    padding: 0 12px;
    line-height: 0.8;
    color: #1f1f1f;
    font-size: 18px;
  }
  header.fl-page-header ul#menu-header-menu > li a:hover, header.fl-page-header ul#menu-main-navigation > li a:hover {
    color: #EC6607;
  }
  header.fl-page-header ul#menu-header-menu li > ul.sub-menu, header.fl-page-header ul#menu-main-navigation li > ul.sub-menu {
    border-top: 3px solid #EC6607;
    margin-top: 1.5em;
  }
  header.fl-page-header ul#menu-header-menu li > ul.sub-menu li, header.fl-page-header ul#menu-main-navigation li > ul.sub-menu li {
    margin-top: 0.8em;
  }
  header.fl-page-header ul#menu-header-menu li > ul.sub-menu li:first-of-type, header.fl-page-header ul#menu-main-navigation li > ul.sub-menu li:first-of-type {
    margin-top: 0;
  }
  header.fl-page-header ul#menu-header-menu li > ul.sub-menu li a, header.fl-page-header ul#menu-main-navigation li > ul.sub-menu li a {
    line-height: 1.2;
  }
}

footer.bsb-footer {
  background-color: black;
  position: relative;
}
footer.bsb-footer ul {
  list-style-type: none;
  padding-left: 0;
}
footer.bsb-footer ul li a {
  color: white;
  letter-spacing: 0.1em;
  text-decoration: none !important;
}
footer.bsb-footer ul li a:hover {
  text-decoration: none !important;
  color: #EC6607;
  transition: color 0.3s ease;
}
footer.bsb-footer .top-section {
  background-color: #525252;
  padding: 1em 0;
  color: white;
}
footer.bsb-footer .top-section h1 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 0.05em;
  max-width: 90vw;
  margin: 0 auto;
}
footer.bsb-footer .top-section .signup {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 100%;
  gap: 2em;
  padding: 2em 0;
}
@media screen and (min-width: 1024px) {
  footer.bsb-footer .top-section .signup {
    max-width: 900px;
  }
}
@media screen and (min-width: 1200px) {
  footer.bsb-footer .top-section .signup {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1400px) {
  footer.bsb-footer .top-section .signup {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1500px) {
  footer.bsb-footer .top-section .signup {
    max-width: 1400px;
  }
}
@media screen and (min-width: 992px) {
  footer.bsb-footer .top-section .signup {
    grid-template-columns: repeat(3, 1fr);
  }
}
footer.bsb-footer .top-section .signup .signup-text {
  align-self: center;
  font-size: 14px;
}
footer.bsb-footer .top-section .signup .signup-text .sign-up-cta {
  position: relative;
}
footer.bsb-footer .top-section .signup .signup-text .sign-up-cta span {
  margin-left: 0.5em;
}
footer.bsb-footer .top-section .signup .signup-text .sign-up-cta span i {
  position: absolute;
  top: -5px;
  animation: bellshake 0.5s infinite cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  backface-visibility: hidden;
  transform-origin: center;
}
footer.bsb-footer .top-section .signup .signup-benefits {
  align-self: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
footer.bsb-footer .top-section .signup .signup-benefits .benefit {
  text-align: center;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  min-width: 25%;
}
footer.bsb-footer .top-section .signup .signup-benefits .benefit:last-of-type, footer.bsb-footer .top-section .signup .signup-benefits .benefit:nth-of-type(4) {
  margin-left: 50%;
  width: 100%;
}
footer.bsb-footer .top-section .signup .signup-benefits .benefit img {
  padding: 1em;
}
footer.bsb-footer .top-section .signup .signup-benefits .benefit p {
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
footer.bsb-footer .top-section .signup .signup-form {
  padding: 2em 0;
  align-self: center;
}
footer.bsb-footer .top-section .signup .signup-form h4 {
  margin-top: 0;
  text-align: center;
  color: white;
}
footer.bsb-footer .top-section .signup .signup-form input.gform_button.button {
  width: 100%;
  border: 0;
  background: #ec6607;
  color: white;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding: 12px 24px;
  text-decoration: none;
  text-shadow: none;
  border-radius: 4px;
}
footer.bsb-footer .top-section .signup .signup-form input.gform_button.button:hover {
  background: #b14c05;
}
footer.bsb-footer .mid-section .footer-menus {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin: 4em auto 3em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
}
@media screen and (min-width: 1024px) {
  footer.bsb-footer .mid-section .footer-menus {
    max-width: 900px;
  }
}
@media screen and (min-width: 1200px) {
  footer.bsb-footer .mid-section .footer-menus {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1400px) {
  footer.bsb-footer .mid-section .footer-menus {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1500px) {
  footer.bsb-footer .mid-section .footer-menus {
    max-width: 1400px;
  }
}
@media screen and (min-width: 992px) {
  footer.bsb-footer .mid-section .footer-menus {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
footer.bsb-footer .mid-section .footer-menus .column .menu-title {
  position: relative;
  color: white;
  letter-spacing: 0.15em;
  font-weight: 500;
  width: fit-content;
  border-bottom: 2px solid #EC6607;
  margin-bottom: 0.5em;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  footer.bsb-footer .mid-section .footer-menus .column .menu-title {
    font-size: 12px;
  }
}
footer.bsb-footer .mid-section .footer-menus .column .footer-menu ul li {
  line-height: 1;
}
footer.bsb-footer .mid-section .footer-menus .column .footer-menu ul li a, footer.bsb-footer .mid-section .footer-menus .column .footer-menu ul li a.nav-link {
  padding: 0;
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (max-width: 575px) {
  footer.bsb-footer .mid-section .footer-menus .column .footer-menu ul li a, footer.bsb-footer .mid-section .footer-menus .column .footer-menu ul li a.nav-link {
    font-size: 12px;
  }
}
footer.bsb-footer .mid-section .footer-menus .column .footer-menu ul li a.nav-link, footer.bsb-footer .mid-section .footer-menus .column .footer-menu ul li a.nav-link.nav-link {
  padding: 0;
}
footer.bsb-footer .bottom-section {
  padding-bottom: 0.5em;
}
footer.bsb-footer .bottom-section:before {
  content: "";
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: flex;
  width: 90%;
  /* or 100px */
  border-top: 5px solid #EC6607;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  footer.bsb-footer .bottom-section:before {
    max-width: 900px;
  }
}
@media screen and (min-width: 1200px) {
  footer.bsb-footer .bottom-section:before {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1400px) {
  footer.bsb-footer .bottom-section:before {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1500px) {
  footer.bsb-footer .bottom-section:before {
    max-width: 1400px;
  }
}
footer.bsb-footer .bottom-section .sections {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: 100%;
  grid-gap: 0.5em;
  margin: 2em auto 0;
  padding-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  footer.bsb-footer .bottom-section .sections {
    max-width: 900px;
  }
}
@media screen and (min-width: 1200px) {
  footer.bsb-footer .bottom-section .sections {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1400px) {
  footer.bsb-footer .bottom-section .sections {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1500px) {
  footer.bsb-footer .bottom-section .sections {
    max-width: 1400px;
  }
}
footer.bsb-footer .bottom-section .sections .legals {
  order: 3;
  align-self: center;
}
footer.bsb-footer .bottom-section .sections .legals p {
  text-align: center;
  margin-bottom: 0;
  font-size: 10px;
  color: #808080;
}
footer.bsb-footer .bottom-section .sections .legals ul.menu {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  footer.bsb-footer .bottom-section .sections .legals ul.menu {
    justify-content: center;
  }
}
footer.bsb-footer .bottom-section .sections .legals ul.menu li {
  padding: 0 5px;
  border-right: 2px solid #EC6607;
  line-height: 9px;
}
footer.bsb-footer .bottom-section .sections .legals ul.menu li:first-of-type {
  padding-left: 0;
}
footer.bsb-footer .bottom-section .sections .legals ul.menu li:last-of-type {
  border-right: none;
}
footer.bsb-footer .bottom-section .sections .legals ul.menu li a {
  color: #808080;
  letter-spacing: 0;
  padding: 0;
  font-size: 10px;
}
footer.bsb-footer .bottom-section .sections .legals ul.menu li a:hover {
  text-decoration: none;
  color: #EC6607;
}
footer.bsb-footer .bottom-section .sections .socials {
  order: 2;
  align-self: center;
  font-size: 14px;
}
footer.bsb-footer .bottom-section .sections .socials ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
footer.bsb-footer .bottom-section .sections .socials ul li {
  padding: 0 1em;
  justify-content: center;
  display: flex;
}
footer.bsb-footer .bottom-section .sections .socials ul li:first-of-type {
  padding-left: 1em;
}
footer.bsb-footer .bottom-section .sections .socials ul li a {
  color: #808080;
}
footer.bsb-footer .bottom-section .sections .socials ul li a:hover {
  color: #EC6607;
  transition: color 0.3s ease;
}
footer.bsb-footer .bottom-section .sections .dynamic-logo {
  order: 1;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
footer.bsb-footer .bottom-section .sections .dynamic-logo a #logo #bitesize, footer.bsb-footer .bottom-section .sections .dynamic-logo a #logo #bio, footer.bsb-footer .bottom-section .sections .dynamic-logo a #logo #strapline {
  filter: brightness(0) invert(54%) sepia(0%) saturate(1051%) hue-rotate(190deg) brightness(93%) contrast(88%);
}
footer.bsb-footer .bottom-section .sections .dynamic-logo a #logo:hover #bitesize, footer.bsb-footer .bottom-section .sections .dynamic-logo a #logo:hover #bio {
  filter: invert(41%) sepia(66%) saturate(2492%) hue-rotate(4deg) brightness(98%) contrast(94%);
}
footer.bsb-footer .bottom-section .sections .dynamic-logo a #logo:hover #strapline {
  filter: invert(90%) sepia(0%) saturate(7459%) hue-rotate(124deg) brightness(114%) contrast(111%);
}
@media screen and (min-width: 576px) {
  footer.bsb-footer .bottom-section .sections {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: unset;
  }
  footer.bsb-footer .bottom-section .sections .legals {
    width: 200%;
  }
  footer.bsb-footer .bottom-section .sections .legals p {
    font-size: 12px;
    color: #808080;
  }
  footer.bsb-footer .bottom-section .sections .legals ul.menu {
    width: fit-content;
    display: flex;
    flex-direction: row;
    margin: 0.5em auto;
    line-height: 12px;
  }
  footer.bsb-footer .bottom-section .sections .legals ul.menu li {
    padding: 0 0.25em;
    border-right: 2px solid #EC6607;
  }
  footer.bsb-footer .bottom-section .sections .legals ul.menu li:first-of-type {
    padding-left: 0;
  }
  footer.bsb-footer .bottom-section .sections .legals ul.menu li:last-of-type {
    border: none;
  }
  footer.bsb-footer .bottom-section .sections .legals ul.menu li a {
    color: #808080;
    font-size: 12px;
  }
  footer.bsb-footer .bottom-section .sections .legals ul.menu li a:hover {
    color: #EC6607;
    transition: color 0.3s ease;
  }
  footer.bsb-footer .bottom-section .sections .socials {
    order: 1;
  }
  footer.bsb-footer .bottom-section .sections .socials ul {
    margin-left: 0;
    margin-top: 0.5em;
  }
  footer.bsb-footer .bottom-section .sections .dynamic-logo {
    order: 2;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  footer.bsb-footer .bottom-section .sections {
    grid-template-columns: 2fr 1fr 1fr;
  }
  footer.bsb-footer .bottom-section .sections .legals, footer.bsb-footer .bottom-section .sections .socials, footer.bsb-footer .bottom-section .sections .dynamic-logo {
    order: unset;
  }
  footer.bsb-footer .bottom-section .sections .legals {
    width: 100%;
  }
  footer.bsb-footer .bottom-section .sections .legals ul.menu, footer.bsb-footer .bottom-section .sections .legals p {
    margin-left: 0;
    text-align: left;
  }
  footer.bsb-footer .bottom-section .sections .socials, footer.bsb-footer .bottom-section .sections .socials ul {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  footer.bsb-footer .bottom-section .sections {
    grid-template-columns: repeat(3, 1fr);
  }
}

@keyframes logo-grey-to-orange {
  from {
    filter: invert(31%) sepia(3%) saturate(185%) hue-rotate(314deg) brightness(83%) contrast(75%);
  }
  to {
    filter: invert(41%) sepia(66%) saturate(2492%) hue-rotate(4deg) brightness(98%) contrast(94%);
  }
}
@keyframes logoFadeIn {
  from {
    opacity: 0;
    width: 150px;
  }
  to {
    opacity: 1;
    width: 230px;
  }
}
@keyframes primary-strobe {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@keyframes bellshake {
  0% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(5deg);
  }
  30% {
    transform: rotate(-5deg);
  }
  45% {
    transform: rotate(4deg);
  }
  60% {
    transform: rotate(-4deg);
  }
  75% {
    transform: rotate(2deg);
  }
  85% {
    transform: rotate(-2deg);
  }
  92% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0);
  }
}

/*# sourceMappingURL=style.css.map */
