/*--------------------------------------------------------------------------------- Theme Name:   SP Divi Theme URI:    http://sociallypresent.com Description:   Author:       Socially Present Author URI:   http://sociallypresent.com Template:     Divi Version:      1.0.2 License:      GNU General Public License v2 or later License URI:  http://sociallypresent.com------------------------------ ADDITIONAL CSS HERE ------------------------------*//****HEADER SNIPPETS***//* Float header over secondary menu when scrolling *//*#top-header {            z-index: 9;}    #main-header{        transition: 0.5s;        -moz-transition: 0.5s;        -webkit-transition: 0.5s;}    #main-header.et-fixed-header {        top: 0 !important;} .et-fixed-header { top: 0px!important; }*/  /* Keep top header visible on mobile devices */    /*@media (max-width: 980px){        .et_secondary_nav_only_menu #top-header {display: block; height: 32px;}        #et-secondary-nav, #et-secondary-menu {display: block !important;}        .et_secondary_nav_only_menu #main-header, .et_secondary_nav_only_menu #main-header {top: 30px !important;}}*/                /* Hide header shadow */  /*#main-header{    -webkit-box-shadow:none!important;    -moz-box-shadow:none !important;    box-shadow:none !important;}*/   /* Hide header */  /* #main-header { display:none; }     #page-container { padding-top:0px !important } /* moves rest of the page up */   /* Change the Top Header Phone Number and Email Font Size */  /* #et-info-phone { font-size:130% } /* phone number */  /*  #et-info-email { font-size:130% } /* email address */ /*  #et-info { font-size:130% } /* both at once */         /* mobile menu fixed on scroll */   /* @media only screen and (max-width : 980px) {        .et_fixed_nav #main-header {        position: fixed !important;        top: 0 !important;}} */                