/*
 Theme Name:   Divi Child
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme
 Author:       ElegantThemes
 Author URI:   http://elegantthemes.com
 Template:     Divi
 Version:      0.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  divi-child-theme
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */

#top-menu li.current-menu-item > a {
	color: #0fc28b;
}

#main-footer {
	background-color: #11365b;
}

.contactpage-submit {
	width: 100% !important;
}

#mobile_menu .menu-item-gtranslate {
	display: none;
}

footer {
	color: #bfbfbf;
}
footer a {
	color: #ffffff;
}
footer a:hover {
	color: #0fc28b;
}

@media ( max-width : 1185px ) {
    #et_mobile_nav_menu {
        display : block ;
    }
    #top-menu {
        display : none ;
    }
}