/*======================================
Theme Name: Free Divi Child Theme By Pee-Aye Creative
Theme URI: https://www.peeayecreative.com/
Description: This is a free Divi child theme from Pee-Aye Creative!
Author: Nelson Lee Miller (aka The Divi Teacher)
Author URI: https://www.peeayecreative.com/
Author Email: nelson@peeayecreative.com
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

 /* ===== NOTES ==================================================================
 * 
 * New to Divi? Take our full Divi course: https://www.peeayecreative.com/product/beyond-the-builder-the-ultimate-divi-website-course/
 * 
 * Learn cool tricks and features with our Divi tutorials: https://www.peeayecreative.com/blog/
 * 
 * Discover our premium Divi products: https://www.peeayecreative.com/shop/
 * 
 * =============================================================================== */
.radio-toolbar {
  margin: 10px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: block;
    background-color: #ddd;
    padding: 10px 20px;
	margin: 5px 0px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px dotted #999;
    border-radius: 8px;
}

.radio-toolbar label:hover {
  background-color: #eef;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 2px solid #999;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #bbf;
    border-color: #44c;
}

p.placement-test {
	font-size: 20px;
	font-weight: bold;
}

p.test-feedback {
	text-align: left;
}

/*
.discount .et_pb_sum::before {
    content: '';
    margin-right: 5px;
    font-size: 30px;
    color: gray;
    text-decoration: line-through;
}
.discount .et_pb_pricing_table:nth-of-type(1) .et_pb_sum::before { content: '19'; }
.discount .et_pb_pricing_table:nth-of-type(2) .et_pb_sum::before { content: '23'; }
.discount .et_pb_pricing_table:nth-of-type(3) .et_pb_sum::before { content: '27'; }
*/