/*
Theme Name:     Americares Theme
Theme URI:      https://learn.americares.org/
Author:         SauCal
Author URI:     http://saucal.com
Template:     	storefront
Description:  	This is Americares theme, a childtheme for WooThemes StoreFront theme
Version:      	1.0.5
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	americares-theme
Tags:         	americares, light, 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.
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
*/

@font-face {
    font-family: BookAntiqua;
    src: url(https://learn.americares.org/wp-content/themes/americares/fonts/BookAntiqua.ttf); 
    font-weight: normal;
}
@font-face {
    font-family: EdwardianScriptITC;
    src: url(https://learn.americares.org/wp-content/themes/americares/fonts/EdwardianScriptITC.ttf); 
    font-weight: normal;
}
@font-face {
    font-family: MonotypeCorsiva;
    src: url(https://learn.americares.org/wp-content/themes/americares/fonts/MonotypeCorsiva.ttf); 
    font-weight: normal;
}
/* COURSE ROWS */
.single-sfwd-courses .ld-section-heading .ld-item-list-actions .ld-expand-button .ld-icon-arrow-down:before {content:"\f107";color:#ffffff;font-size:2.5em;margin-left:0em;}
.single-sfwd-courses .ld-section-heading .ld-item-list-actions .ld-expanded .ld-icon-arrow-down:before {content:"\f107";color:#ffffff;font-size:2.5em;}
.single-sfwd-courses .ld-item-list-item-preview .ld-expand-button .ld-icon-arrow-down:before {content:"\f107";color:#ffffff;font-size:2em;margin-right:-0.8em;}
.single-sfwd-courses .ld-item-list-item-preview .ld-expanded .ld-icon-arrow-down:before {content:"\f107";color:#ffffff;font-size:2em;position:relative;right:0.8em;}

.learndash-wrapper .ld-item-list .ld-item-list-item {border:none;}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview img {border-top-left-radius:3px;border-bottom-left-radius:3px;}
.learndash-wrapper .ld-item-list .ld-section-heading h3 {font-weight:500;letter-spacing:-0.03rem;}
.learndash-wrapper .ld-item-list .ld-item-list-item {margin-bottom:20px;border-radius:4px;border-top:1px solid #cdcdcd;border-right:1px solid #cdcdcd;border-bottom:1px solid #cdcdcd;overflow:hidden;}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {padding: 0px 20px 0px 0px;justify-content: flex-start;font-size:16px;font-weight:600;}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-course-thumbnail {min-width:150px;width:150px;max-width:150px;padding-right:20px;}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-course-content {display:flex;align-items:center;width:100%;padding:20px;}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-course-text {padding-right:20px;}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-course-title, .learndash-wrapper .ld-item-list .ld-item-list-item .ld-course-info {display:block;}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-course-title {margin-bottom:5px;text-transform:uppercase;font-family:Muli;}
.ld-item-list-item .ld-course-info a {color:#2aa4b9;text-decoration:underline;}
.ld-item-list-item .ld-access-btn {margin-left:auto;}
.ld-access-btn a {padding:8px 16px;border-radius:5px;cursor:pointer;border-width:0px;font-size:16px;font-weight:700;}
a.ld-profile-course-btn.not-started {background-color:#d3e069;color:#012035;}
a.ld-profile-course-btn.started {background-color:#2aa4b9;color:#fff;}

.ld-course-list-items.row {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.ld_course_grid.col-sm-8.col-md-4 {
    width: 48.5%;
    display: inline-flex;
    background-color: #ffffff;
    opacity: 0.7;
    padding: 10px;
    border-radius: 5px;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 20px;
}

.ld_course_grid_price {
    background-color: #282d35;
    color: #ffffff;
    padding-left: 10px;
    width: fit-content;
    padding-right: 10px;
    position: relative;
    top: 21px;
}

.ld_course_grid_button a.btn.btn-primary {
    position: relative;
    padding: 5px 15px;
}

.ld_course_grid_button a.btn.btn-primary:hover {
    color: #ffffff;
}