﻿/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Krichel Media
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.select_page {
    display: none !important;
}
/* Social Media Follow Icon Color */
.et_pb_social_media_follow li a.icon:before {
color: #FFFFFF!important;
}
/* ##### DROPDOWN MENU WIDTH ##### */

.nav li ul {
   width: 450px !important; /* Width of the dropdown menu */
}

.nav li li ul {
   left: 450px !important; /* Use the same size as above */
}

#top-menu li li a {
   width: 410px; /* Make this 40 less then the width of the dropdown menu */
}