/*
Theme Name:  RD Divi Child
Theme URI:   https://rd.si
Version:     1.0
Description: A child theme of Divi. This is a custom child theme created for our site VPLSoft.
Author:      Grumpy
Author URI:  https://rd.si
Template:    Divi
*/

/*
 * Divi Builder: Text format ostane na vrhu, ne glede na scroll 
 * 
 * NE SPREMINJAJ!
 */

.mce-panel .mce-stack-layout-item.mce-first {
	position: sticky!important;
	top: -60px;
}

/* Set Default Row to 90% on Mobile */
@media only screen and (max-width: 980px) {
	#top-header > .container,
	#main-header > .container,
	#et_search_outer > .container,
	body.single #main-content > .container,
	body.page:not(.et-tb-has-template) div.et_pb_row,
	body.page.et-tb-has-template .et-l--post div.et_pb_row,
	body.single-project div.et_pb_row,
	body.single-project div.et_pb_row.et_pb_row_fullwidth,
	.et_pb_pagebuilder_layout.single-post:not(.et-tb-has-body) #main-content .et_pb_row {
		width: 90% !important; 
   }
}

/*- Add any CSS custom code for this child theme below this line -*/
