/*
Theme Name:  Insdemo.com
Theme URI:   http://162.144.84.44/~insdemoc
Version:     1.0
Description: A child theme of Divi. This is a custom child theme created for our site insdemo.com.
Author:      Carlos Cucalon
Author URI:  http://162.144.84.44/~insdemoc
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/

/* Custom fonts */
@import url("https://use.fontawesome.com/releases/v5.0.8/css/all.css");

/* End of Custom Fonts */


/*
 * Custom CSS
 * Carlos Cucalon
 * 03/25/2018
 * version: 0.1
*/

.side-menu .et_pb_text_inner:before {
    content: "Menu";
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.15rem;
    color: #aaa;
    font-weight: bold;
    line-height: 1rem;
}

.side-menu .et_pb_text_inner > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.side-menu .et_pb_text_inner > ul > li > a {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.side-menu .et_pb_text_inner > ul ul {
    list-style-type: none;
}

.side-menu .et_pb_text_inner > ul ul > li > a {
    text-decoration: underline;
}