/*
Theme Name:   	Storefront Child Theme for EIPM
Theme URI:    	https://eipm.org
Author:       	Cecilia Gaudard
Author URI:     https://eipm.org
Template:     	storefront
Description:  	This is a customized by EIPM child theme for WooThemes StoreFront theme
Version:      	1.0.1
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.
 */

/**
 * Utilities
 */
.strong {
    font-weight: bold;
}

/**
 * Custom Homepage
 */
.page-template-template-homepage .site-content {
    background-color: #fcfcfc;
}

/* .page-template-template-homepage #post-30 {
    background-color: white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
} */

.page-template-template-homepage .entry-content {
    text-align: left;
    max-width: 100%;
}

/**
 * Custom Store notice
 */
.demo_store {
    background-color: #cf9a2e;
    font-size: x-large;
    padding: 1.5em 1em;
}

/**
 * Custom product page
 */
.woocommerce-tabs .panel h2:first-of-type {
    /* font-size: 1.618em; */
    font-size: 32px;
    margin-bottom: 1em;
}

/**
 * Custom colour legend widget
 */
ul.legend_lvl li {
    line-height: 1.41575em;
    margin-bottom: 1em;
}

.lvl_beginner {
    background-color: #38a169;
    color: #38a169;
}
.lvl_intermediate {
    background-color: #ed8936;
    color: #ed8936;
}
.lvl_advanced {
    background-color: #2b6cb0;
    color: #2b6cb0;
}

/**
 * Custom Form per product
 */
.wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type="checkbox"]:checked + label .wcpa_check {
    border: 2px solid #cf9a2e;
    background: #cf9a2e;
}

.wcpa_form_outer .wcpa_form_item .wcpa_radio input[type="radio"]:checked + label .wcpa_check::before {
    background: #cf9a2e;
}



/**
* Customization form storefront additional CSS has been placed below
*/

html {
    scroll-behavior: smooth;
}

.my-details h5 {
    font-size: 1.1em;
}

.my-details h5 a {
    font-weight    : 900;
    text-decoration: underline;
}

/* for tables  */

.table-parent {
    overflow-x: scroll;
}

.center {
    text-align: center;
}

.table {
    border-collapse: separate;
    border-spacing : 0.25em;
}

th,
td {
    padding   : 0.25em 0.5em !important;
    text-align: left;
    border    : 0.5px solid white !important;
}

td {
    background-color: #d6e9ff !important;
    color           : black !important;
}

th {
    background-color: #144662 !important;
    color           : #fff !important;
}

table {
    margin-bottom: 0 !important;
}

.term-description:last-child strong {
    font-weight: 800;
    font-size  : 2em;
}

.woocommerce-tabs h3,
.woocommerce-tabs h2 {
    margin-top: 5px !important;
}


