/* 
 Theme Name:     Divi Child
 Author:         POSActice
 Author URI:     http://posactive.com.au
 Template:       Divi
 Version:        v01
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.7.5
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

@media (min-width: 981px){
.et_right_sidebar #left-area {
float: right;
padding-right: 0;
padding-left: 5.5%;
}
.et_right_sidebar #sidebar {
padding-left: 0;
padding-right: 30px;
}
.et_right_sidebar #main-content .container:before {
right: 78.875% !important;
}
}

#main-content .container:before
 {
		position: absolute;
		top: 0;
		width: 1px;
		height: 100%;
		background-color: red;
		content: "";
                display: none;
}
