/*
Theme Name: 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:   Mick Dinulos https://interseller.com
Template: Divi
*/

@import url("../Divi/style.css");

.phone-number { float:right; clear:both; font-size: 34px;}

.page-id-697 #top-menu-nav { display: none; }

@media (max-width: 767px) {

.phone-number { display:none; }

}

#et-top-navigation{ padding-left: 0 !important}