/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/*.rollin_animation
{
	visibility: visible; 
	animation-delay: 0.5s; 
	animation-name: rollIn;
}
*/
@font-face {
    font-family: lightfoot;
    src: url("fonts/lightfoot_n.ttf");
}
@font-face {
    font-family: Kramer;
    src: url("fonts/Kramer.ttf");
}
aside#woocommerce_product_categories-2 h3 {
    color: #fff;
    top: 30px;
    margin: 20px 0px;
    padding: 12px 20px;
    background-color: black;
}
aside#woocommerce_product_categories-2 ul.product-categories
{
	    background-color: #cbc9df;
    color: #000 !important;
}
aside#woocommerce_product_categories-2 ul.product-categories li a {
    color: #000 !important;
    text-transform: uppercase;
}
aside#woocommerce_product_categories-2 li.current-cat a {
    font-weight: bold;
    font-size: 14px;
}
.newsletter span.button_icon {
    background-color: #44b0ef !important;
}
.firefly-section-yellow {
  width:7px;
  height:7px;
  position:absolute;
  background-color: #e0ff26;
  box-shadow:0px 0px 17px 2px wheat;
  border-radius: 50%;
  z-index:99999;
  top:0px;
  left:0px;
}
.firefly-section-green {
  width:7px;
  height:7px;
  position:absolute;
  background-color: #42b72a;
  box-shadow:0px 0px 17px 2px wheat;
  border-radius: 50%;
  z-index:99999;
  top:0px;
  left:0px;
}