/*

 Theme Name:     POSTANIDAROVALEC.SI

 Theme URI:      http://www.animus-studio.hr

 Description:    Divi child tema.

 Author:         Elegant Themes

 Author URI:     http://www.elegantthemes.com

 Template:       Divi

 Version:        1.0.0

*/

 

@import url("../Divi/style.css");

 

/* TYPO FIX  ------------------------------------------------------- */

#main-content .et_pb_row .et_pb_text h1,
#main-content .et_pb_row .et_pb_text h2,
#main-content .et_pb_row .et_pb_text h3 {
    font-weight:600 !important;
}


/***************** COOKIE BUTTON COLOR *********/
.cookieButtonColor {
	background:#728B2D !important;
}


/**** This hides the sub menu items on mobile ****/
#page-container .mobile_nav li ul.hide {
    display: none !important;
}
/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
#page-container .mobile_nav .menu-item-has-children {
    position: relative;
}
#page-container .mobile_nav .menu-item-has-children > a {
    background: transparent;
}
/**** This styles the icon and moves it to the right ****/
#page-container .mobile_nav .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}
/**** Here you can swap out the actual icons ****/
#page-container span.menu-closed:before {
    content: "\4c";
    display: block;
    color: #FFF;
    font-size: 16px;
    font-family: ETmodules;
}
#page-container span.menu-closed.menu-open:before {
    content: "\4d";
}


/*************** FOOTERT MENU DENY GOING MOBILE ********/
@media only screen and (max-width : 980px) {

footer .et_pb_menu__menu {
display: block !important;
}

footer .et_mobile_nav_menu {
display: none!important;
}

}