/*
Theme Name: Limelight Department Core Child
Theme URI: http://limelighttheme.com/
Description: This theme is used to build custom websites for our wonderful clients.
Author: Limelight Department
Author URI: http://limelightdept.com/
License: Do not distribute
Version: 1.0.0
Template:  limelight-theme-core
Text Domain:  limelight-theme-core-child
*/
#alert-banner {
    display: flex;
    justify-content: center;
    align-items: center;
}
#alert-banner p{
    margin:0px;
}
.grecaptcha-badge {
	display: none !important;
}
.woocommerce-order h2 {
	font-size: 24px;
}
.woocommerce-order{
	color: #000;
}


@media (max-width: 1024px){
	#certified-instructors {
		left: -20px;
	}
}

.limelight-navigation .mobile-menu-button {
    top: 10px;
}

#main #loginform {
    background: #ffffff;
    background: -moz-linear-gradient(top #ffffff 0%, #a6a6a6 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#a6a6a6));
    background: -webkit-linear-gradient(top #ffffff 0%,#a6a6a6 99%);
    background: -o-linear-gradient(top #ffffff 0%,#a6a6a6 99%);
    background: -ms-linear-gradient(top #ffffff 0%,#a6a6a6 99%);
    background: linear-gradient(to bottom #ffffff 0%,#a6a6a6 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a6a6a6',GradientType=0 );
    padding: 20px 30px;
}
h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 14px;
    font-weight: normal;
    color: #121d2f;
}
h1, h2, h3, h4, h5 {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    font-weight: normal;
}

input[type="submit"]{
    cursor: pointer;
    height: auto !important;
    border: none !important;
    border-radius: 0 !important;
    text-shadow: none !important;
    -webkit-appearance: none !important;
    top: auto !important;
    left: auto !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #edc74b;
    color: #082040;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    min-width: 100px;
    text-align: center;
}
input[type="submit"]:hover, input[type="submit"]:focus, html body.woocommerce #woocommerce input[type="submit"]:hover, html body.woocommerce #woocommerce input[type="submit"]:focus {
    color: #082040;
    background-color: #DDB021;
}
input[type="submit"]:hover, input[type="submit"]:focus{
    color: #082040;
    background-color: #DDB021;
}

#site-container #concealed-test-container p.question-title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
	margin-bottom: 17px;
}
#site-container #concealed-test-container .answer-list li.answer-item {
    display: flex;
    line-height: 18px;
    font-size: 16px;
	display: flex;
    margin-bottom: 15px;
    align-items: center;
}
#site-container #concealed-test-container .answer-list li.answer-item * {
	cursor:pointer;
}
#site-container #concealed-test-container .answer-list li input.answer-radio {
	transform: scale(1.3);
    margin-right: 7px;
    margin-left: 7px;
}
.woocommerce-form-login-toggle {
	display:none !important;
}

.recurring-totals,
.cart-subtotal.recurring-total,
.shipping.recurring-total,
.order-total.recurring-total {
	display:none !important;
}