/*
Theme Name: Divi Child Theme
Version: 2.0
Description: Basic Child Theme by JoshHall.co
Author: Josh Hall
Template: Divi
Author URL: https://joshhall.co
*/

/*------- Theme Customizations------- */

/*---------------Top Navigation---------------*/

header#main-header.et-fixed-header, #main-header {
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}

/*---------------Vertically Center Column Elements---------------*/
 
.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}

/*---------------Indent Unordered and Ordered Lists---------------*/

.et_pb_module ol, .et_pb_module ul {
padding: 0px 0px 20px 50px;
list-style-position: outside;
}
.et_pb_module ol li, .et_pb_module ul li {
margin-bottom: 10px;
}

/*---------------Hide Blog Excerpts Globally---------------*/

.et_pb_post .post-content {
display: none;
}

/*---------------hyperlink color on scroll over---------------*/
.hyperlink-color a {
color: #fff;
}
.hyperlink-color a:hover {
color: #006271;
}

/*---------------paragraph spacing---------------*/

p.spacing {
margin-top: 25px;
}

/*---------------sub style---------------*/

.sub {
font-size:70%;
vertical-align:super;
}