/*
Theme Name: HogStudio Divi Child Theme
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.
Author:   Kris Hoja - HogStudio.com
Template: Divi
*/

#main-header {
	box-shadow: none;
}

#footer-info {
    width: 100%;
	text-align:center;
	margin: 0 auto;
}

.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: none !important;
}
#top-menu li.current-menu-item>a {
	color: #8f2e20;
}

body.single-project {
	font-size: 0.75rem !important;
}