/*
Theme Name:     Oakwood Builders 
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/

.ff-el-form-check.ff-el-form-check- {min-height: 32px !important;}

/* JS input switcher, adds more UI. Requires JS, Requires class on inputs as: ExoInputSwitcher on Radio/Checkboxes only */ 
.ff_item_selected span {color:#50343B;} /* highlight checkbox label if selected */
.exo-ui-switcher[aria-checked=true] {background-color: #50343B;} /* Custom on colour ON switch */
.exo-ui-switcher {background-color: #bdc1c2;} /* Custom on colour OFF switch */
.exo-ui-switcher {	
  display: inline-block;
  height: 23px;
  width: 43px;
  border-radius: 13px;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  transition: border-color 0.25s;
  margin: 0px 4px 0 0;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.exo-ui-switcher:before {
  font-family: sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 6px;
  height: 12px;
  width: 20px;
  text-align: center;
}
.exo-ui-switcher[aria-checked=false]:before {content: ' ';right: 2px;}
.exo-ui-switcher[aria-checked=true]:before {
    left: 3px;
    top: 2px;
    content: '\2713';
    display: inline-block;
    color: #FFFFFF;
    font-size: 18px;	
	}
.exo-ui-switcher:after {
  background-color: #ffffff;
  content: '\0020';
  display: inline-block;
  position: absolute;
  top: 2px;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  transition: left 0.25s;
}
.exo-ui-switcher[aria-checked=false]:after {left: 2px;}
.exo-ui-switcher[aria-checked=true]:after {left: 22px;}
/* End of JS input switcher */ 

