/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/* GLAVNI MENU */

.nav li ul {
    padding: 4px 0 14px 0;
    width: 390px;
	border: solid 1px #ffffff;
}

.et-menu li li a {
    padding: 16px 5px;
    width: 350px;
    font-size: 22px !important;
    text-transform: none !important;
    font-weight: normal !important;
	border-bottom: dotted 1px #ccc;
}

.nav li li ul {
    top: -10px;
    left: 350px;
}

.dashicons, .dashicons-before:before {
    width: 26px;
    height: 26px;
    font-size: 26px;
    margin-top: -8px;
}


@media (max-width: 980px) {
	.pa-open-mobile-menu .et_pb_menu__menu {
		display: flex!important;
	}
	.pa-open-mobile-menu .et_mobile_nav_menu {
		display: none!important;
	}
	
	
}

/* MENU IZBOR SELEKCIJ */

a[aria-current] { /* Izbrana selekcija v menuju je obarvana */
  background-color: #135c9e;
  color: white;
}

/* PRVA STRAN */

#phone-news .et_pb_post {
    margin-bottom: 20px;
	padding-bottom: 14px !important;
    word-wrap: break-word;
	border-bottom: dotted 1px #ccc;
}