/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
/* =Theme customization starts here
------------------------------------------------------- */
.et-pb-contact-message{
    display:block;
}

.logo-bottom-bar-wrapper {
    width: 60%;
    margin: 0 auto;
}

#footer-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 15px 0;
  max-width: unset !important;
}

#footer-info .podjetje {
  padding-right: 5px;
}

#footer-info a {
  padding-left: 5px;
}

#footer-info .pogoji {
  display: inline-block;
  padding-left: 5%;
  margin-left: 0 !important;
}
#footer-bottom .et-social-icons{
  display: none;
}
@media screen and (max-width: 500px) {
  #footer-bottom .container{
    width: 90%;
  }
  .logo-bottom-bar-wrapper {
    width: unset;
  }
  #footer-info{
      display: block;
  }
}