/*
Theme Name: Sydney Child
Template: sydney
Author: Child Theme Configurator
Version: 1.0.1436389459
Updated: 2015-07-08 21:04:19
*/

@charset "UTF-8";

.site-header {
   background-color: rgba(0,0,0,0.5) !important;
}

@media only screen 
  and (min-device-width: 1000px) 
  and (max-device-width: 1400px) { 
     .slides-container .slide-item {
          background-position:50% -100px !important;
    }
}

@media only screen and (max-width: 991px){
  #masthead.site-header.fixed {
    position: fixed !important;
  }  
}

@media only screen and (max-width:767px){
  .header-wrap .container{
    text-align: left;
  }
}

.header-wrap .btn-menu{
    float: right;
    margin-right: 15px;
    margin-top: -50px;
}

.sydney_latest_news_widget .roll-button {
  display: none !important;
}
