/*---------------------------------------------------------------------------------

 Theme Name:   Banana
 Theme URI:    https://banana.com.hr
 Description:  Banana Kreativni Online Marketing
 Author:       Banana
 Author URI:   https://banana.com.hr
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

.b_menu_holder div:nth-of-type(1) {
    width: 70%;
}
.b_menu_holder {
    width: 100%;
    margin: 10px 0px;
    padding: 5px;
    border-bottom: 1px dotted #000;
}
.b_menu_title {
    float: left;
    font-weight: bold;
    font-size: 16px;
	margin-right:5px;
}
.b_menu_cijena {
    right: 0;
    font-weight: bold;
    position: absolute;
	color: #000;
    font-size: 14px;
}
.b_menu_opis {
    clear: both;
    max-width: 90%;
	margin-top: 35px;
}

.dark-background{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;}

.modal-wrapper{
        display:none;
      }


.caldera-grid label {
        color:#000!important;
      }



/*===== Slide-in menu panel styling and animation =====*/

/* Panel styling */
.slide-panel {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    -webkit-box-shadow: -1px 0 5px rgba(0,0,0,.1);
    box-shadow: -1px 0 5px rgba(0,0,0,.1);
    background: #121212;
    padding: 60px 30px;
    text-align: center;
    overflow: auto;
    -webkit-transition: right .4s ease-in-out;
    transition: right .4s ease-in-out;
    z-index: 99;
    border-left: 10px solid #ef6314;
}

@media only screen and (min-width: 1101px) {

    .slide-panel {
        width: 40%;  
    }
}

/*@media only screen and (max-width: 1100px) {

    .slide-panel {
        width: 70%;  
    }
}*/


 
/* Make title and body text white in widget */
.slide-panel .widget-title,
.slide-panel .textwidget p {
   color: white !important;
}
 
/* Animates once the toggle is clicked */
.slide-panel.visible {
    right:0;
}
 
/* Adds space to the top when the user is logged in to account for black bar */
.logged-in .slide-panel {
    top: 32px;
    height: calc(100vh - 32px);
}
 
 
/* As we won't be using actual links for the triggers, this gives the effect of a link by changing the cursor */
.panel-toggle:hover {
    cursor: pointer;
}
 
/* Style the closing X in the top-right corner */
.panel-close {
    position:absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    background: white;
    border-radius: 50%;
}
 
.panel-close:before {
    content: "\4d";
    font-family: ETmodules!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    font-size: 26px;
    position: relative;
    top: 10px;
    left: 0;
   color: #2c3142;
}



