/*
 Theme Name:  My Child Theme
 Theme URI:    
 Description:  Child Theme for Divi
 Author:       
 Author URI:   
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

.purple{
	color: #7e38b0;
}

.mfp-title{
	display: none;
}

#footer-info{
	float: none;
	text-align: center;
}

/* The size of width of Cookie Plugin */
#cookie-notice{
    min-width: 30% !important;
    margin-left: 40% !important;
}

/* Notice for the minimal order amount */
p.demo_store {
    padding: 15px !important;
    width: 35% !important;
    font-size: 15px !important;
    background-color: #086b33 !important;
}

/* Take out the divider line between content and sidebar */
#main-content .container:before {
    background: none;
}

/* Hide Sidebar */
#sidebar {
    display: none;
}