/*
   Theme Name: Divi-Child
   Theme URI: https://www.elegantheme.com/ 
   Description: This is a custom child theme I have created for fiveworx.
   Author: Melvin Dolor
   URI: https://www.eleganttheme.com/ 
   Template: Divi
   Version: 1.2 
   */
#main-content .container:before {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #FFFFFF;
    content: "";
}

#sidebar
{
	background-color:#f1f5fa;
	padding:20px;
}

#archive-header
{
	background-image:url(images/topview-water.jpg);
	padding:6%;
}

#archive-header h1,#archive-header h3
{
	color:#ffffff;
}

#archive-header h3
{
	text-transform:uppercase;
}
#archive-contents .entry-title
{
font-weight: bold !important;
    font-size: 30px !important;
    color: #1755af !important;
}

/*** Contact Page Changes 9/23/2020 ***/
.post-id-323 .et_pb_row .et_pb_row_0 {
	margin-top:70px;
}