/*
 Theme Name:   Divi Child
 Theme URI:    https://www.employeemanual.com.au/divi-child/
 Description:  Customised Divi Child Theme
 Author:       Ingrid Cliff
 Author URI:   https://www.employeemanual.com.au
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         Divi
 Text Domain:  Divi-child
*/
.et-social-linkedin a.icon:before { content: '\e09d'; }

@media only screen and (min-width: 768px) {
    #et-info { float:right !important }
}
h1 a , h2 a , h3 a , h4 a , h5 a {
color: #5094c6!important;
}
a:hover {text-decoration: underline; }
#main-content a {color: #5094c6 !important; font-weight: bold !important; }
#main-content a:hover {color: #fca311 !important;}
#sidebar ul a {font-weight: normal !important;}
#main-header{
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
}
/* Force all pages to fill the screen */
#page-container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column;
flex-flow: column;
min-height: 100vh;
}
#et-main-area, #main-content {
-webkit-box-flex: 1;
-ms-flex: 1 100%;
flex: 1 100%;
}
#et-main-area {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-flow: column;
flex-flow: column;
}