/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
.menuzord-brand {
    margin: 0;
}
.menuzord-brand img{
    max-height: 75px;
}
.bg-theme-colored {
    background-color: #fe971d !important;
}
.footer .logo{
    max-height: 50px;
}
#preloader {
    display: none;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
    background-color:rgba(0, 0, 0, 0.3);
    display: inline-flex;
    width: auto;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0,0,0,0.8);
}

.boxed-layout .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .boxed-layout .header,
  .boxed-layout .main-content,
  .boxed-layout .footer {
    margin: 0 auto;
    max-width: 100%;
  }

#event img {
    width: 150px;
    border-radius: 3px;
}