/*---------------------------------------------------------------------------------

 Theme Name:   Divi Child
 Theme URI:    https://www.elegantthemes.com/
 Description:  Divi Child Theme
 Author:       
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/*------------------------------------------
 Animations
------------------------------------------*/
@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*------------------------------------------
 Header
------------------------------------------*/

/*------------------------------------------
 Footer
------------------------------------------*/
.social-linkedin {
  float: left;
  margin-right: 10px;
}
.social-fb {
  float: left;
  margin-top: 7px;
  margin-left: 24px;
}


.saw-animation:hover::before,
.saw-animation:hover::after {
  -webkit-animation: rotateInfinite 5s linear infinite;
  -moz-animation: rotateInfinite 5s linear infinite;
  animation: rotateInfinite 5s linear infinite; 
}

/*------------------------------------------
 Pages
------------------------------------------*/
/*------------------------------------
 Homepage
-----------------------------------*/
.hero-buttons-mobile .et_pb_button_module_wrapper {
  padding: 0 !important;
  width: 100% !important;
}
.technology .et_pb_main_blurb_image {
  width: 166px;
}
.technology .et_pb_blurb_description {
  width: 90%;
}
/*---------------------------
 Home Knives & Guillotine 
 Section
--------------------------*/
.home-knives .et_pb_button_11_wrapper,
.home-knives .et_pb_button_12_wrapper,
.home-knives .et_pb_button_17_wrapper,
.home-knives .et_pb_button_18_wrapper,
.home-knives .et_pb_button_19_wrapper,
.home-knives .et_pb_button_20_wrapper {
  padding-left: 32px;
  padding-right: 32px;
}
.home-knives .et_pb_button_13_wrapper {
  float: left;
  padding-left: 32px;
  width: 49%;
}
.home-knives .et_pb_button_14_wrapper {
  float: right;
  padding-right: 32px;
  width: 49%;
}
.btn-float-left,
.btn-float-right {
  width: 100%;
}

/*------------------------------------
  Services - Saw Sharpening
-----------------------------------*/
.services-accordion .et_pb_toggle {
  margin-bottom: 8px !important;
  padding: 25px 50px;
}
.services-accordion .et_pb_toggle_content {
  width: 90%;
}

/*------------------------------------
  Bandsaw
-----------------------------------*/
.key-features-benefits-img {
  display: none;
}
.key-features-benefits-img.kfb--active {
  display: block;
}