/*
Theme Name: Intensity Child
Description: Intensity Child theme
Author: Your name here
Template: intensity
*/

@import url("../intensity/style.css");

.menu-get-started{
    background-color: #feb15f!important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	border-radius: 5px;
}
.menu-get-started > a{ 
	color: #fff!important;
}
.menu-get-started:hover {
    background-color: #fe8e08!important;
}
.menu-get-started > a:hover {
	color: #000!important;
}
.menu-get-started > a{ 
	color: #fff!important;
}
#header_navigation > li.menu-get-started > a:hover {
	color: #fff!important;

/* Woocommerce - Put spinner over order button on single click.*/	
.processing #order_review #place_order {
    position: relative;
    background:transparent!important;
    border: #c3c3c3!important;
    color: #c3c3c3!important;
    cursor: not-allowed!important;
}