/*
 Theme Name:   Calgel Nails by Charlotte
 Theme URI:    http://divi.space/
 Description:  A Child Theme built for Divi on Divi Space
 Author:       CalHan Design
 Author URI:   http:www.calhandesign.com
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*BLURB*/
.et_pb_image img {
    border-radius: 100% !important;
}
.round-image .et_pb_module.et-waypoint.et_pb_image.et_pb_animation_off img {
    border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;
    border: solid 10px rgba(244, 225, 201, 0.5);
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

/*TABLE*/
.tablepress thead th {
    background-color: #f4e1c9 !important;
}
