/*   HEADER   */

.site-logo a img {
    margin: 0;
    width: 300px;
}

#logo-header {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 300px;
}

@media(max-width: 991px){
  .header_mobile .mlogo_wrapper .mobile_logo {
      width: 80% !important;
  }
}

@media (max-width: 1740px) and (min-width: 1199px){
    .container-bigger {
        width: 98%;
    }
}

.info-top ul {
    font-size: 15px !important;
}

/*####################
SLIDER
#####################*/

@media(max-width: 991px){
  .bigger-slide-content .btn{
      min-height: 0px !important; 
      min-width: 0px !important;
      padding: 10px 20px !important;
  }
}


/*####################
PAGE TITLE
#####################*/
@media(max-width: 991px){
  .breadc-box .row {
      min-height: 0 !important;
      padding-top: 80px;
      padding-bottom: 60px;
  }
}


/*####################
PORTFOLIO
#####################*/

@media(max-width: 991px){
  .project-filter .project-item {
      position: static !important;
  }
  
  .slick-dots {
      display: none !important;
  }
}

button.mfp-close {
    border: none !important;
}

button.mfp-close:hover {
    background-color: transparent;
    color: #FFFFFF;
    border-color: transparent;
}
