
.roll-counter .name-count {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logo {
    max-height: 140px;
}
.page header.entry-header {
  display: none;
}
.roll-list li::before {
    content: "\f069" !important;
}
.site-info.container {
    display: none;
}
#mainnav ul li a {
    font-size: 18px;
}
.site-header.float-header {
    padding: 0px 0;
}
.sydney_facts_widget .col-md-3:nth-of-type(1) .numb-count::after {
    content: '%';
}
.sydney_facts_widget .col-md-3:nth-of-type(3) .numb-count::before {
    content: '$';
}
.sydney_facts_widget .col-md-3:nth-of-type(3) .numb-count::after {
    content: ' b';
}
.slide-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width:767px){
        
  .header-wrap .container{
    text-align: center;
  }

  .header-wrap .btn-menu{
    float:none;
    margin-right: 30px;
  }  

  .header-wrap .col-md-4 {
    max-width: 50%;
    position: relative;
    z-index: 2;
  }

  .header-wrap .col-md-8 {
    margin-top: -75px;       
  }        

  #mainnav-mobi {
    top: 70px;
  }
  
}

