/*
Theme Name: The College of Intuition
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Template: Divi
*/

/* =Theme customization starts here
------------------------------------------------------- */

@import url("../VOTL/custom.css");
@import url("../VOTL/responsive.css");

.woocommerce .widget-area {
display: none;
}

#breadcrumbs{ float: left; width: 75%; margin-bottom: 1em; position:relative; z-index:1; }
@media screen and (max-width: 980px){
 #breadcrumbs{ width: 100%; }
}