/*change the original sydney front page slider height*/
/*.header-slider {
    width: 100% !important;
    height: 700px !important;
}*/

/*remove the powered by wordpress text*/
.site-info.container {
    display: none;
}

/*changing the footer widgets padding*/
.footer-widgets {
    padding: 10px 0;
}

/*changing mobile menu color*/
.btn-menu {
    color: #283c7a;
}

/*.roll-team.owl-carousel .owl-item {
    width: 220px !important;
}

.roll-team.carousel .team-item {
    width: 220px !important;
}

.avatar img {
    width: 100% !important;
}

.team-pop {
  	display :none;
}*/