/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */
 
 /* Format the category box */
 #woocommerce_product_categories-2 > span {
    background-color: #3ab33a;
    color: white;
    text-align: center;
    font-weight: bold;
}
 
 /* Hide the 'Certificate' button on the evaluation page */
 .wpProQuiz_certificate {display: none;}

 /* WAM - 2018-06-03 Hide the review form on the product detail page */
 #review_form_wrapper {display: none;}
  
 /* WAM - 2018-06-03 Hide cart columns https://businessbloomer.com/woocommerce-hide-column-cart-table/ */
 .woocommerce table.cart td:nth-of-type(2), .woocommerce table.cart th:nth-of-type(2) {
	display: none; /* Product Image */
 }  
 .woocommerce table.cart td:nth-of-type(4), .woocommerce table.cart th:nth-of-type(4) {
	display: none; /* Price */
 }
 .woocommerce table.cart td:nth-of-type(5), .woocommerce table.cart th:nth-of-type(5) {
	display: none; /* Quantity */
 }

 /* WAM - Question text in LD quizzes */
 .wpProQuiz_header {font-size: 20px; font-weight: bold;}
 
 /* WAM - Change height of site footer */
 .site-footer {padding-top: 20px; padding-bottom: 0px;}
 
 /* WAM - footer copyright */
 .ahiFooter {font-size: 10pt; color: #fff;}
 
/* WAM - Buttons */
.button.greenButton {color: white; background-color: green;}

/* WAM - Change formatting of lessons widget */
.widget_sfwd-lessons-widget > ul > li > a.notcompleted {
	background: url(images/notcompleted15.png) no-repeat;	
	padding-left: 25px;
	padding-bottom: 5px;
	font-size: 10pt;
	border-bottom: 0;
	font-style: normal;
/*
    font-style: italic;
    text-decoration: line-through;
*/
}

.widget_sfwd-lessons-widget > ul > li > a.completed {
	background: url(images/completed15.png) no-repeat;	
	padding-left: 25px;
	padding-bottom: 4px;
	font-size: 10pt;
	border-bottom: 0;
	font-style: normal;
/*
    font-style: italic;
    text-decoration: line-through;
*/
}

/* Fix wrapping of next / previous links */
#learndash_next_prev_link {
	float:left;
	width: 100%;
	clear: both;
}

/* display of certificate button */
/* .wpProQuiz_certificate {margin-top: 20px;} */

/* Tag Cloud Link */
.tag-cloud-link {font-size:12pt;}

/*Home layout */
.ahiHomeColumn {
    float: left;
    width: 49%;
	text-align: center;
	min-height: 400px;
	padding: 20px;
	background-color: #FBFBFB;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(88,93,168,0.44);
	-moz-box-shadow: 4px 4px 5px 0px rgba(88,93,168,0.44);
	box-shadow: 4px 4px 5px 0px rgba(88,93,168,0.44);	
	margin-bottom: 10px;
	margin-right: 1%;
}

/* Clear floats after the columns */
.ahiHomeRow:after {
    content: "";
    display: table;
    clear: both;
}

.ahiHomeHeaderSpan {
	width:99%; 
	height:155px; 
	background-repeat: no-repeat; 
	background-position: right top; 
	background-image: url(https://athealth.com/images/tina.png); 
	padding-top: 35px; 
	padding-left: 20px;
	margin-bottom: 10px;
}

.ahiHomeTestimonial {
	font-style: italic;
}

@media screen and (max-width: 930px) {
    .ahiHomeColumn {
        width: 100%;
		min-height: 250px;
    }
	.ahiHomeTestimonial {
		display: none;
	} 
}

@media screen and (max-width: 630px) {
	.ahiHomeHeaderSpan {display: none;}
	
}

.site-header { margin-bottom: .5em !important; }
.storefront-breadcrumb { margin-bottom: .5em !important; }

.button.pinkButton {background-color: #FAAFA8; color: #000;}
.button.purpleButton {background-color: #B8BBDB; color: #000;}
.button.greyButton {background-color: #000;}

#i4w_widget_leadcap_submit_1 {margin-top: 15px;} /* Add a little space above the FPN widget signup button */