/*
 Theme Name:    Divi Child Theme
 Theme URI:     https://www.elegantthemes.com/	
 Description:   Divi Child Theme
 Author:        Razvan Stroici
 Author URI:    https://www.upwork.com/o/profiles/users/~01ac8f33581978836d/
 Template:      Divi
 Version:       1.0
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ========================================= */
/* Start your custom CSS bellow this comment */
/* ========================================= */

/**************************/
/*** BEGIN. GENERAL CSS ***/
/**************************/

/* (RS) BEGIN. Disable the top navigation and the footer on Front-End Editing */
/*
#theme-builder-area--et_header_layout > div > div,
#theme-builder-area--et_footer_layout > div > div {
	display: none;}
/* (RS) END. Disable the top navigation and the footer on Front-End Editing */

/* (RS) BEGIN. Move the Save button in Divi Builder */
@media all and (min-width: 2500px) {
	#et_pb_root > div > div.et-fb-page-settings-bar__column.et-fb-page-settings-bar__column--right {
		right: auto !important;
		left: 370px !important;
	}
}
/* (RS) END. Move the Save button in Divi Builder */

/* RS. Top Menu Active link color */
#top-menu li.current-menu-item>a {
    color: #bb7fda !important;
}

/* Typography */
.black-purple-links a {
	color: #666;
	transition: color 300ms ease-in-out 0ms;
}
.black-purple-links a:hover {
	color: #bb7fda;
}
/******************************/
/*** BEGIN. Navigation Menu ***/
/******************************/

/* Submenu hover background-color*/
.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: #f5ecfa;
}

/* Make the container bigger for small screens */
@media all and (min-width: 981px) and (max-width: 1100px) {
	#main-header > div.container,
	#top-header > div.container {
		width: 90%;}
	
	#top-menu > li.menu-item > ul {
		left: -40px;}
}

@media all and (max-width: 980px) {
	#main-header > div.container {
		width: 90%;}
}
/****************************/
/*** END. Navigation Menu ***/
/****************************/