/*
    Theme Name: Propel1 Child Salient Child
    Theme URI: http: //mysite.com/
    Description: Salient Child Theme
    Author: Scitent
    Template: salient
    Version: 0.1
 */

/*/// Sitewide Custom Styles ///*/

/* Disable Ajax loading animations */
#ajax-loading-screen {
    display: none !important;
}

/* Improves activate key styling for logged out */
.propel-error h2{
    font-size: 20px !important;
}

/* Hides comment sections */
div.comments-section{
    display: none !important;
}

/* Hides product filters */
div.extra-filter-data {
    display: none;
}

/* Styles 'View More' link */
a.course-info {
    margin-top: 11px;
    margin-bottom: 5%;
    display: block;
}

/* Styles 'Add to Cart' link */
.button.cert-button,
.button {
    border: 1px solid #7A9B49;
    white-space: nowrap;
    background-color: #7A9B49;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 30px;
    padding: 15px 35px;
    font-size: 14px;
}

.button:hover {
    background-color: #4E6E1E;
    color: #fff;
    border: 1px solid #4E6E1E;
}

/* Styles 'Price Area' link */
p.price-area {
    padding: 15px 0px 20px 0px;
}

span.price-number {
    font-size: 20px;
    font-weight: bold;
}

/* Styles the product image */
div.catalog-image-wrapper {
    padding-bottom: 20px;
}

/* Force homepage icons to be same height so box heights match on homepage */
.homepage_icons {
    height: 50px !important;
}

/* Removes padding from excerpt div p */
.excerpt p {
    padding-bottom: 0;
}

/* Credit type icons */
.list section.courselist-course .courselist-course-info .credit-type.cme:before {
    content: "\f0a3";
}

.list section.courselist-course .courselist-course-info .credit-type.coc:before {
    content: "\f097";
}

.list section.courselist-course .courselist-course-info .credit-type:before {
    font-family: FontAwesome;
    padding-right: 1em;
}

/*// Products //*/
div.quantity input {
    width: 45px !important;
}

ul.wpb_tabs_nav.ui-tabs-nav.clearfix::after {
    display: none;
}

.woocommerce div.product form.cart .button {
    float: none;
}

.woocommerce-page button[type="submit"].single_add_to_cart_button {
    margin-top: 0;
}

.tabbed[data-style*="material"] ul.wpb_tabs_nav li {
    float: none;
    display: inline-block;
    border: 0.5px solid #AFA99F;
    border-radius: 10px 10px 0 0;
    background-color: #F6FCFF !important;
    width: 25%;
    text-align: center;
}

ul.wpb_tabs_nav.ui-tabs-nav.clearfix,
.wpb_tab .wpb_content_element,
.woocommerce div.product form.cart {
    margin-bottom: 0 !important;
}

.tabbed .wpb_tab {
    border: 1px solid #AFA99F;
}

.blue-text {
    color: #00669E !important;
}

.white-text {
    color: #FFFFFF !important;
}

.green-text {
    color: #7A9B49 !important;
}

.normal-weight {
    font-weight: 400;
}

.p-higher-line-height {
    line-height: 33px !important;
}

.p-lower-line-height {
    margin-bottom: 0 !important;
    line-height: 22px;
}

/* .green_button {
    background-color: #7A9B49;
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 30px;
    padding: 15px 35px;
    font-size: 14px;
}

.green_button:hover {
    background-color: rgba(122, 155, 73, 0.9);
    color: #FFFFFF;
} */

/*/// My Account ///*/
fieldset {
    margin-bottom: 20px;
}

.woocommerce-account .addresses .title .edit {
    float: left !important;
    margin: 5px 0px 5px 10px;
    line-height: 1.8;
}

/*/// My Courses ///*/

/* Improves layout */
div.progress-wrapper {
    padding-bottom: 25px;
}

div.cert-button-wrapper {
    padding-top: 25px;
}

div.course-section-center {
    padding: 4px 10px 4px 10px;
}

div.courselist-cert-claim {
    padding: 20px 10px 4px 10px;
}

div.cert-button-wrapper {
    padding: 25px 4px 4px 4px;
}

div.course-section-center h2.course_title,
.product-title {
    font-size: 2em;
    line-height: normal;
}

a.cert-button {
    color: #fff;
    background-color: #7A9B49;
    border: 1px solid #7A9B49;
    border-radius: 30px;
    padding: 15px 35px;
    font-size: 14px;
}

a.cert-button:hover {
    color: #fff;
    background-color: #4E6E1E;
    border: 1px solid #4E6E1E;
}

/* Hides Mark Complete buttons */
input.learndash_mark_complete_button {
    display: none !important;
}

/* Styles launch buttons within courses + lessons */
.my-courses div.cert-button-wrapper {
    padding-top: 0px;
}

.my-courses div.cert-button-wrapper {
    padding: unset;
}

.grassblade_launch_link {
    transition: all 1s !important;
    text-transform: uppercase !important;
    text-align: center;
    line-height: 21px;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #7A9B49;
    border: 1px solid #7A9B49;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 16px;
}

a.grassblade_launch_link:hover {
    color: #4E6E1E;
    background-color: #fff;
    border: 1px solid #4E6E1E;
}

.my-courses .learndash-wrapper a:hover {
    border-bottom: unset !important;
}

.my-courses a.course-access {
    text-align: center;
    color: #fff;
    background-color: #7A9B49;
    border: 1px solid #7A9B49;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 16px;
}

.my-courses a.course-access:hover {
    color: #4E6E1E;
    background-color: #fff;
    border: 1px solid #4E6E1E;
}

.my-courses a.cert-button {
    text-align: center;
    color: #fff;
    background-color: #7A9B49;
    border: 1px solid #7A9B49;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 16px;
    display: block;
    float: unset;
}

.my-courses a.cert-button:hover {
    color: #4E6E1E;
    background-color: #fff;
    border: 1px solid #4E6E1E;
}

/*// Woocommerce //*/
/* Styles for return to my courses div in thankyou.php */
#return-to-my-courses-btn-woo {
    padding: 10px 0px 25px 0px;
}

/* Changes nav cart icon */
.icon-salient-cart:before {
    content: "\f07a" !important;
    font-family: 'fontawesome' !important;
    font-size: 21px !important
}

.checkout-mycourses {
    text-align: center;
    color: #fff;
    background-color: #7A9B49;
    border: 1px solid #7A9B49;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 16px;
}

.checkout-mycourses:hover {
    color: #4E6E1E;
    background-color: #fff;
    border: 1px solid #4E6E1E;
}

/* Expired courses page - implement flex display*/
.expired-courses .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/*/// Footer ///*/
#footer-outer i {
    padding-right: 15px;
}

.footer-logo {
    width: 250px !important;
}

.copyright-img {
    width: 100px !important;
    padding: 10px 0px 0px 10px !important;
    vertical-align: middle !important;
}



