/*
Theme Name: Divi Child Theme
Description: Custom Divi Theme
Author:   Unique Solutions Pro
Template: Divi
*/

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

/*---------------[MAIN LAYOUT INFO]---------------*/

/*---------------[CUSTOM TOP HEADER]---------------*/
#top-header .et-social-icons {
display: inline-block;
float: right;
}
 
.top-phone {
width: 124px!important;
}
 
.top-phone a {
color: #000000!important;
font-size: 14px!important;
}
 
.top-phone:before {
font-family: 'ETmodules';
content: "\e090";
font-size: 14px;
float: left;
}

#top-header .et-social-icon a {
font-size: 14px;
background: white;
color: #ffffff;
padding: 5px;
border-radius: 25px;
margin-top: -3px;
height: 24px;
width: 24px;
}
 
#top-header .et-social-icons li {
margin-top: -2px;
margin-left: 5px;
}
 
#et-secondary-nav, #et-secondary-nav li {
display: inline-block;
margin-right: 15px;
}
 
.top-phone {
width: 100%!important;
}
 
.top-phone:before {
color: #000000;
margin-top: 10px;
margin-right: 12px;
}
 
}
 
/*-----------------Menu Icons---------------- */
 
.menu-home a:before {
    font-family: 'ETmodules';
    content: "\e074";
    margin-right: 10px;
    margin-top: -2px;
    color: #ffffff;
    font-size: 18px;
    float: left;
}
 
.menu-services a:before {
    font-family: 'ETmodules';
    content: "\e035";
    margin-right: 10px;
    margin-top: -2px;
    color: #ffffff;
    font-size: 18px;
    float: left;
}
 
.menu-about a:before {
    font-family: 'ETmodules';
    content: "\e08a";    
    margin-right: 10px;
    margin-top: -2px;
    color: #ffffff;
    font-size: 18px;
    float: left;
}
 
.menu-blog a:before {
    font-family: 'ETmodules';
    content: "\e086";
    margin-right: 10px;
    margin-top: -2px;
    color: #ffffff;
    font-size: 18px;
    float: left;
}
 
.menu-contact a:before {
    font-family: 'ETmodules';
    content: "\e07e";
    margin-right: 10px;
    margin-top: -2px;
    color: #ffffff;
    font-size: 18px;
    float: left;
}
 
}

