/*
Theme Name: My Divi Child Theme
Theme URI: http://www.sterlingtransportationinc.com/
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features I need.
Author: Ellen Michaels
Author URI: http://www.dequadrosdigital.com
Template: Divi
#circle-image img {
border-radius: 50%;
}
#mobile_menu li:not([id]) { 
display:none !important; 
}
#page-container {
overflow-x: hidden;}
@media screen and (max-width: 599px)
{
.mobileoff {display: none;}
}
@media screen and (min-width: 600px)
{
.desktopoff {display: none;}
}