/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
#sidebar .gform_wrapper {
	overflow: inherit;
	margin: -5px 0 0;
	max-width: 98%;
}

#sidebar {
	padding: 0 2em 1.3em;
}

.navbar .nav > li > a {
	padding: 10px 11px;
}

#quickLinks ul li {
	list-style: outside none none !important;
}

.navbar-inverse .brand {
    background: url(http://www.557.com.au/wp-content/uploads/2018/08/logo.png) top left no-repeat;
    display: block;
    text-indent: -9999px;
    width: 230px;
    height: 85px;
    margin: -14px 0 0 0;
    border: none;
    padding: 0;
    background-size: contain;
}

.physioLogo {
    background: url(http://www.557.com.au/wp-content/uploads/2018/08/logo-1-1.png) 0 0 no-repeat;
	background-size:120px
}
.iconPhone {
    font-size:18px
}


.innerLogo {
    background: url(http://www.557.com.au/wp-content/uploads/2018/08/logo-2-1.png) 0 0 no-repeat;
	background-size:120px
}

.linkGlobal {
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    top: -35px;
    z-index: 2;
}

.button {
	padding:10px 20px
}
.btn-blue {
	background:#04697f;
	color:#fff;
}

.button.btn-blue:hover {
	background:#95adad;
	color:#fff;
	 text-decoration:none
}

.btn-orange  {
	background:#fc8640;
	color:#fff;
}

 .btn-orange:hover {
	background: #CF5319;
	 text-decoration:none;
	 color:#fff;
}
.button {
	border-radius:4px;
	max-width:160px;
	display:block;
	text-align:center
}
.btn-blue.rounded {
    color: #fff;
       padding: 52px 20px;
    border-radius: 100%;
    display: table;
	text-transform:uppercase;
    width: 54px;
    height: 54px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
	-webkit-box-shadow: 3px 6px 19px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 6px 19px -5px rgba(0,0,0,0.75);
box-shadow: 3px 6px 19px -5px rgba(0,0,0,0.75);
	border:6px solid #fff;
}
.btn-orange.rounded {
    color: #fff;
       padding: 52px 20px;
    border-radius: 100%;
    display: table;
    width: 54px;
    height: 54px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
-webkit-box-shadow: 3px 6px 19px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 6px 19px -5px rgba(0,0,0,0.75);
box-shadow: 3px 6px 19px -5px rgba(0,0,0,0.75);
	border:6px solid #fff;
	text-transform:uppercase;
}

