/*
	Theme Name: Norwest GP Theme
	Theme URI: http://www.creativeproduce.com.au
	Description: Custom Theme based on HTML5 Blank WordPress Theme
	Version: 1.0.0
	Author: Creative Produce
	Author URI: http://www.creativeproduce.com.au
	Tags: Blank, HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/* @import url(http://fonts.googleapis.com/css?family=Quicksand:300,400,700);*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, section, footer, address {   
    display: block;   
} 
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
        background:#0f3a76 url(img/body_bg.png) top left repeat-x ;
	font:300 12px Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#0f3a76;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

td, th {
	vertical-align:top;
	}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1000px;
	min-width:1000px;
	width:95%;
	margin:0 auto;
	position:relative;
        -moz-box-shadow: 0px 0px 10px #000;
        -webkit-box-shadow: 0px 0px 10px #000;
        box-shadow: 0px 0px 10px #000;
        
}
/* header */
.header {
height: 154px;
background:#fff url(img/header_bg.png) 380px -6px no-repeat;
color: #fff;
font-size: 14px;
font-weight: normal;
}
/* logo */
.logo {
    width: 380px;
    padding: 40px 30px;
    float:left;
}
.logo-img {
	
}

/* opening */
.header .opening {
    width:275px;
    float:left;
height: 154px;
padding:25px 0px 0px 50px;	
}

.header .opening h4{
    padding: 0px;
padding-left:25px;
margin:0px;
font-weight: bold;
font-size:18px;
background:transparent url(img/icon_hours.png) 0px 4px no-repeat;
}

/* contacts */
.header .contacts {
width:345px;
background:transparent url(img/header_bg.png) 0px -6px no-repeat;
float:left;
height: 154px;
padding:30px 0px 0px 50px;	
}

.header .contacts p{
padding: 0px 0px 10px 25px;
margin:0px;
font-weight: normal;
font-size:14px;
font-style: normal;
line-height: 20px;
}

.header .contacts p#phone{
background:transparent url(img/icon_phone.png) 0px 2px no-repeat;
}

.header .contacts p#address{
background:transparent url(img/icon_address.png) 0px 2px no-repeat;
}

/* nav */
.nav {
font-family: 'Quicksand', sans-serif;
}
.nav ul{
    margin: 0px;
}

#nav{
    list-style:none;
    font-weight:bold;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    margin: 5px 0px;
    float:left;
    width:100%;
    position:relative;
    z-index:5;
background:transparent url(img/nav_bg.png) 0px 0px repeat-x;
height: 40px;
}
#nav li{
    float:left;
    position:relative;
    margin: 0px;
    padding: 0px;
}
#nav a{
    display:inline-block;
    min-width:100px;
    text-align: center;
    padding:12px 20px;
    color:#fff;
    text-decoration:none;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;  
}


#nav a:hover{
    color:#fff;
background:transparent url(img/nav_select.png) bottom center no-repeat;
}

#nav ul{
    background:#fff; 
    background:rgba(255,255,255,0);
    background: #0f1f3a;
    list-style:none;
    position:absolute;
    display:none;
    padding:10px;
    margin-left: 20px;
    min-width: 200px;
    
    
        -moz-box-shadow: 0px 0px 10px #000;
        -webkit-box-shadow: 0px 0px 10px #000;
        box-shadow: 0px 0px 10px #000;
}
#nav ul li{
    padding-top:1px;
    float:none;
}
#nav ul a{
    white-space:nowrap;
    padding:5px;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}
#nav li:hover ul{
    left:0;
    display:block;
}
#nav li:hover a{
background:transparent url(img/nav_select.png) bottom center no-repeat;
}
#nav li:hover ul a{ 
    text-decoration:none;
    background: transparent;
}
#nav li:hover ul li a:hover{
    background: transparent;
    font-weight: bold;
}


.home #nav li.menu-home a.top-nav,
.post-type-archive-doctors #nav li.menu-doctors a.top-nav,
.single-gp_services #nav li.menu-gp-services a.top-nav,
.single-allied_health #nav li.menu-allied-health a.top-nav,
.single-specialist_services #nav li.menu-specialist-services a.top-nav,
.page #nav li.menu-practice-information a.top-nav{
background:transparent url(img/small_white_apple.png) 0px 13px no-repeat;
background:url(img/small_white_apple.png) 0px 13px no-repeat,
     url(img/nav_select.png) bottom center no-repeat;
}



/* Main content */
main {
    margin-top: 5px;
    display: block;
    background: #fff;
    color: #0f1f3a;
}

section[role=main] {
    background:#fff;
    padding:60px 30px;
}


h1 {
background:url(img/red_apple.png) top left no-repeat;
background:url(img/red_apple.png) top left no-repeat,
    url(img/line_medium.png) bottom left no-repeat;
  padding: 5px 0px 20px 40px;
  font-size: 24px;
  line-height: 24px;
  font-weight:400;   
}

h1 a{
    color: #0f1f3a;  
}



/* footer */
.footer {
    clear: both;
background:#0f3a76 url(img/footer_bg.jpg) top left repeat-x;
min-height:40px;
color: #fff;
padding: 10px 30px;
	
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Home Page*/
#slider{
    clear: both;
  width: 1000px;
  height: 230px;
  margin: 0px;
  padding:0px;
}
#slider ul{
  margin: 0px;
  padding:0px;
}

#philosophy {
background:#0f1f3a url(img/leftcol_bg.jpg) top left no-repeat;
  width:330px;
  float: left;
  padding: 10px 30px;
  color: #fff;
}


#philosophy h2 {
background:transparent url(img/white_apple.png) top left no-repeat;
  padding: 5px 0px 10px 40px;
  font-size: 24px;
  line-height: 24px;
  font-weight:normal;
}

#practice-news {
    padding: 10px 30px;
    width: 670px;
  float: left;
}

#practice-news h2 {
background:url(img/red_apple.png) top left no-repeat;
background:url(img/red_apple.png) top left no-repeat,
    url(img/line_medium.png) bottom left no-repeat;
  padding: 5px 0px 20px 40px;
  font-size: 24px;
  line-height: 24px;
  font-weight:400;
}

#practice-news h3 {
  padding: 0px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight:700;
  margin: 0px;
}

/*single pages
.single-gp_services */
/* sidebar */
section.sidebar {
    float: left;
    width:260px;
background:#0f1f3a url(img/leftcol_bg.jpg) bottom left no-repeat;
background-size: contain;
display: block;
padding: 30px 20px;
color: #fff;
}

.sidebar ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.sidebar ul li{
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

.sidebar a{
    color:#ABC6DD;
}

.sidemenu {
    float: left;
    width:260px;
background:#0f1f3a url(img/leftcol_bg.jpg) bottom left no-repeat;
background-size: contain;
display: block;
padding: 30px 10px;
}

.sidemenu {
    font-weight: bold;
    color:#fff;
    font-size: 15px;
}

.sidemenu ul,
.sidemenu li{
    margin: 0px;
    padding: 10px 0px;
    list-style: none;
}

.sidemenu li.current-menu-item a{
    color:#ABC6DD;
background:transparent url(img/sky_apple.png) top left no-repeat; 
}

.sidemenu a{
    color:#fff;
    padding: 0px 0px 10px 20px;
    display:block;
}

.sidemenu a:hover{
    color:#ABC6DD;
}


.single section[role=main],
.page section[role=main],
.archive section[role=main] {
    float: left;
    width: 740px;
padding: 30px 30px;
}


section[role=main] th{
    text-align: left;
}

section[role=main] p a{
    font-weight: bold;
}

section[role=main] p a:hover{
    text-decoration: underline;
}


section[role=main] .multicol {
-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;
-moz-column-gap:10px; /* Firefox */
-webkit-column-gap:10px; /* Safari and Chrome */
column-gap:10px;
}
/*
.single section[role=main] .multicol ul{
    margin:0px 0px 80px 0px;
}
*/

section[role=main] .multicol ul,
section[role=main] .multicol ul ul
{
    margin:0px;
}

section[role=main] .multicol li{
    margin:0px;
    padding:0px 0px 10px 0px;
    font-weight: bold;
    page-break-inside:avoid;
    /* overflow: hidden; fix for Firefox */
break-inside: avoid-column;
-webkit-column-break-inside: avoid;
}

section[role=main] .multicol li li{
    margin:0px;
    padding:10px 0px 0px 0px;
    font-weight: normal;
}

/* Doctors */

.archive .doctors section[role=main] {
    float: none;
    width: auto;
padding: 30px 30px;
}

.doctors a.portrait{
	width:250px;
	display:block;
	float:left;
	margin:10px 30px;
}

.doctors article{
    margin:0px 0px 0px 0px;
    min-height: 200px;
    padding: 20px 0px 20px 280px;
    border-bottom:1px solid #ccc;
	clear:both;
}


.doctors article aside.portrait{
    float:left;
    margin-left:-280px;
}

.doctors article h3{
    font-size: 18px;
    font-weight: normal;
}

/*Location */
 .map {
	width:540px;
	height:420px;
	background:#ccc;
	
}

/*Appointments*/

#header_booking {
    display:inline-block;
        background:#bd272d;
        color:#fff;
        font-weight:bold;
        padding:5px 20px 5px 20px;
        border: 1px solid #fff; 
-moz-border-radius: 15px;
border-radius: 0px 0px 15px 15px;
font-size: 13px;
position:absolute;
top:0px;
right: 0px;
}

#booking {

}

.button {
    display:inline-block;
        background:#0f3a76 url(img/white_apple.png) top left no-repeat ;
        color:#fff;
        font-weight:bold;
        padding:10px 20px 10px 40px;
        border: 2px solid #0f3a76; 
-moz-border-radius: 15px;
border-radius: 15px;
font-size: 15px;
}

.button:hover {
        background:#0f1f3a url(img/white_apple.png) top left no-repeat ;
        color:#fff;
}

/* Useful Links */
.useful-links section[role=main] p a {
    font-weight: bold;
    font-size: 15px;
    display:block;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
    font-family: 'quicksand_web';
    src: url('fonts/quicksand-bold-webfont.eot');
    src: url('fonts/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quicksand-bold-webfont.woff') format('woff'),
         url('fonts/quicksand-bold-webfont.ttf') format('truetype'),
         url('fonts/quicksand-bold-webfont.svg#quicksandbold') format('svg');
    font-weight: bold;
    font-style: normal;

}




@font-face {
    font-family: 'quicksand_web';
    src: url('fonts/quicksand-bolditalic-webfont.eot');
    src: url('fonts/quicksand-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quicksand-bolditalic-webfont.woff') format('woff'),
         url('fonts/quicksand-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/quicksand-bolditalic-webfont.svg#quicksandbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;

}




@font-face {
    font-family: 'quicksand_web';
    src: url('fonts/quicksand-italic-webfont.eot');
    src: url('fonts/quicksand-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quicksand-italic-webfont.woff') format('woff'),
         url('fonts/quicksand-italic-webfont.ttf') format('truetype'),
         url('fonts/quicksand-italic-webfont.svg#quicksanditalic') format('svg');
    font-weight: normal;
    font-style: italic;

}




@font-face {
    font-family: 'quicksandlight';
    src: url('fonts/quicksand-light-webfont.eot');
    src: url('fonts/quicksand-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quicksand-light-webfont.woff') format('woff'),
         url('fonts/quicksand-light-webfont.ttf') format('truetype'),
         url('fonts/quicksand-light-webfont.svg#quicksandlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'quicksandlight';
    src: url('fonts/quicksand-lightitalic-webfont.eot');
    src: url('fonts/quicksand-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quicksand-lightitalic-webfont.woff') format('woff'),
         url('fonts/quicksand-lightitalic-webfont.ttf') format('truetype'),
         url('fonts/quicksand-lightitalic-webfont.svg#quicksandlight_italic') format('svg');
    font-weight: normal;
    font-style: italic;

}




@font-face {
    font-family: 'quicksand_web';
    src: url('fonts/quicksand-regular-webfont.eot');
    src: url('fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quicksand-regular-webfont.woff') format('woff'),
         url('fonts/quicksand-regular-webfont.ttf') format('truetype'),
         url('fonts/quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1, h2, h3, .header, .sidemenu, #booking {
font-family: 'quicksand_web', sans-serif;
    
}

p {
    font-size:12px;
    line-height: 16px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (max-width:768px) {
    .wrapper{
	/*min-width:480px;*/
        min-width: 320px;
        max-width: 768px;
        margin: 0px;
        width:100%;
        border:1px solid #0f1f3a;
    }
    
    .logo {
        width: auto;
        padding: 30px 10px;
    }
    
    .logo img{
        width: 100%;
    }
    .header .contacts, .header .opening{
        background: none;
        clear: both;
        padding: 10px 20px;
        height: auto;
        width: 100%;
    background: #0f1f3a;
    }
    .header {
        background: none;
        background: #fff;
        clear: both;
    }
    section, #philosophy, #practice-news, .single section[role=main], .page section[role=main] {
        clear:both;
        width: auto;
        height: auto;
    }
    
    .sidemenu {
       display:none; 
    }
    
   #slider {
        clear:both;
        width: auto;
        height: auto;
    }
    #nav {
        background: #0f3a76;
        position: relative;
        height: auto;
        margin: 0px;
        padding: 0px;
    }
    
    #nav li{
        display:block;
        clear: both;
        border-bottom:1px solid #fff;
        width: 100%;
    }
    
    #nav ul{
        position: relative;
        display:block;
        clear: both;
        margin: 0px;
        padding: 0px;
    }
     #nav ul li {
         width: auto;
    }
    #nav ul li a{
        padding: 10px 20px;
    }
    
    .doctors article aside.portrait {
        display: block;
        margin: 0px;
        float: none;
    }
    .doctors article {
        display: block;
        margin: 0px;
        padding:20px;
    }
    
    section[role=main] .multicol {
-moz-column-count:1; /* Firefox */
-webkit-column-count:1; /* Safari and Chrome */
column-count:1;
-moz-column-gap:0px; /* Firefox */
-webkit-column-gap:0px; /* Safari and Chrome */
column-gap:0px;
}

}
@media only screen and (min-width:768px) {
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}