/*
Theme Name: Nambucca Health Care
Description: Custom responsive theme for Nambucca Health Care
Version: 1.0
Author: GiantMedia.com.au
*/

/*  RESET  ============================================================================= */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }


/*  PAGE  ============================================================================= */

body { font-family: 'Open Sans', sans-serif; line-height:1.2; color:#404041; }
p { font-family: 'Open Sans', sans-serif; font-size:14px; margin-bottom:13px; color:#404041; line-height:1.6; }
li { font-family: 'Open Sans', sans-serif; font-size:14px; margin-bottom:8px; color:#404041; line-height:1.6; margin-left:23px; }
a { color:#2f2f2f; }
a:hover { }
b { font-weight:bold; } 

/*  stop iphone changing color of phone numbers
============================================================================= */
a[href^=tel] {
text-decoration:inherit;
color: inherit;
}

/* headings
============================================================================= */

h1,h1 a  {
margin:23px 0px;
color:#bf1e2e;
font-size:25px;
font-weight:400;
font-family: 'Varela Round', sans-serif;
text-decoration:none;
}

h2, h2 a  {
margin:20px 0px;
color:#bf1e2e;
font-size:20px;
font-weight:400;
font-family: 'Varela Round', sans-serif;
text-decoration:none;
}

h3, h3 a  {
margin:20px 0px;
color:#bf1e2e;
font-size:20px;
font-weight:400;
font-family: 'Varela Round', sans-serif;
text-decoration:none;
}

h4, h4 a, h5, h5 a {
margin:16px 0px;
color:#bf1e2e;
font-size:17px;
font-weight:400;
font-family: 'Varela Round', sans-serif;
text-decoration:none;
}

/* responsive */
iframe { max-width:100%!important; display:block; margin:0px auto; }
img  { max-width:100% !important; height:auto; display:block; }
#mobile { display:none; width:90%; margin:0px 5%; }

/*  MENU  ============================================================================= */

.menu-toggle {
	cursor: pointer;
	font-size: 0;
	height: 38px;
	margin: 0;
	overflow: hidden;
	text-align: center;
	width: 48px;
	display:block;
	float:right;
}

.primary-navigation.toggled-on {

}
.primary-navigation .ddsmoothmenu {
	display: none;
}
.primary-navigation.toggled-on  .ddsmoothmenu {
	display: block;
}
   .ddsmoothmenu { position:relative; }
   .ddsmoothmenu ul { list-style-type:none; background:#bf1e2e; position:absolute; width:100%; }
   .ddsmoothmenu ul li{ position:relative; display:block; width:auto; width:100%; }
    .ddsmoothmenu ul li.last { margin-right:0; }
   .ddsmoothmenu ul li a {   display: block; text-decoration: none; color:#fff; font-weight:400; text-transform:uppercase; padding:5px; height:30px; font-size:16px; font-weight:700;  }
   .ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected {text-decoration:none; color:#CCC; }
   .ddsmoothmenu ul li:hover ul { display:block; }
   .ddsmoothmenu ul li ul{ margin: 0px 0px 13px 0px; position: relative; display: none; width:200px; padding:0; height:auto; -moz-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px; z-index:200; top:0px; background:none; }
   .ddsmoothmenu ul li ul li{ display: list-item; float: none; margin:0!important; width:100%; height:auto!important; padding:0!important; font-size:13px!important; line-height:15px!important; border:0; }
   .ddsmoothmenu ul li ul li a{ width: 100%; padding:7px 5px 7px 10px; margin:0; height:auto; text-transform:none; font-style:italic; color:#fff; text-align:left; }
   .ddsmoothmenu ul li ul li a:hover { color:#CCC; }
   .ddsmoothmenu ul li ul:last-child li a { -moz-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px;  }
/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media screen and (min-width: 1024px) {
/* reverse screen size menu check - this is the main menu style */ 
	
	.header-main {
		padding-right: 0;
	}

	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}
   .ddsmoothmenu { display:block!important; }
   .ddsmoothmenu ul { background: transparent;
float: right;
list-style-type: none;
position: relative;
text-align: right; }
   .ddsmoothmenu ul li{ position:relative; display:inline-block; width:auto; margin-left:18px; }
    .ddsmoothmenu ul li.last { margin-right:0; }
   .ddsmoothmenu ul li a {  display: block; text-decoration: none; color:#231f20; font-weight:400; text-transform:capitalize; height:16px; font-size:14px; font-weight:700; padding:0px; }
   .ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected {text-decoration:none; color:#bf1e2e; }
   .ddsmoothmenu ul li:hover ul { display:block; }
   .ddsmoothmenu ul li ul{ position: absolute; left:0; top:20px; display: none; width:200px; padding:0; height:auto; -moz-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px; z-index:200; background:#bf1e2e; }
   .ddsmoothmenu ul li ul li{ display: list-item; float: none; margin:0!important; width:100%; height:auto!important; padding:0!important; font-size:13px!important; line-height:15px!important; border:0; }
   .ddsmoothmenu ul li ul li a{ width: 100%; padding:7px 5px 7px 10px; margin:0; height:auto; text-transform:none; color:#fff; text-align:left; font-style:normal;  font-weight:700; }
   .ddsmoothmenu ul li ul li a:hover { color:#231f20; }
   .ddsmoothmenu ul li ul:last-child li a { -moz-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px;  }	 

	
}
/*  HEAD  ============================================================================= */

.header { 
	background:#fff; 
	padding:0px!important; 
	position: fixed;
	top: 0; 
	min-height:80px;
	z-index:500;
	border-bottom:2px solid #dddcdc;
	}
	#spacer { 
		height:80px;
		display:block;
		width:100%;
	}
#logo { z-index:200; display:block; position: relative; }
#logo img { max-width:405px; height:auto; overflow:visible; -webkit-transition: width 0.5s; transition: width 0.5s; }
#logo img:hover {  }
.phone { float:right; text-align:right; }
.phone p { font-weight:700; color:#231f20; margin:0px; display:inline; }
.phone span { color:#bf1e2e; }

 .page-banner h1 { margin: 85px 0 0 0; font-size:38px; font-weight:300; }
/*  HOME  ============================================================================= */

.icons { background:#bf1e2e; text-align:center;  }
.icons a { text-decoration:none; }
.icons img { display:block; margin-right:13px; position:relative; margin:0px auto; -webkit-transition:all 500ms; /* For Safari 3.1 to 6.0 */
 transition:all 500ms; }
.icons img:hover { opacity:0.5; }
.icons h2 { 
    margin-top: 20px; 
    margin-bottom: 0;  
    color:#fff; 
    font-size:18px; 
    width:auto; 
    display:inline-block; 
    -webkit-transition:all 500ms; /* For Safari 3.1 to 6.0 */
    transition:all 500ms;
    font-weight:400;
    font-family: 'Varela Round', sans-serif;
    text-decoration:none;
}
.icons h2:hover { opacity:0.5; }


.home-news {
background:#f5f5f5;
}
 
 .home-news h2 a{
color: #bf1e2e;
 -webkit-transition:color 500ms; transition:color 500ms;
 text-align:left;
 text-decoration:none; 
}
 .home-news h2 a:hover{  color:#333; }
 .home-news h2 { text-align:left; }
 .home-news p { margin:0px 0px 10px 0px; padding:0px; }
#news-thumb { position:relative; }
#date { position:absolute; top:35%; right:0px; padding:15px 40px 15px 20px; background:url(images/date-bkg.png); color:#fff; font-size:19px; font-family: 'Varela Round', sans-serif; font-weight:400; }
 
.home-suppliers {
background:#fff;
 border-bottom:1px solid #dddcdc;
}
 .supplier-icon { 
 display:block; height:100px; width:100%;

 }

.border-fade img{ border:1px solid #fff; -webkit-transition:border 1.3s; transition:border 1.3s; }
 .border-fade img:hover {  border:1px solid #bf1e2e; }
 
.welcome { background:#f5f5f5; }
.welcome img { border-radius:8px; }
.h-team { text-align:center; }
.h-team img { border-radius:50%; margin:0px auto; }
.h-team h2 { text-align:center; }
.h-team p { text-align:center; }
/*  BODY  ============================================================================= */

#wrapper { width:100%; padding:40px 0px; }
.page_link { width:100%; display:block; font-size:22px; color:#2f2f2f; text-decoration:none; border-bottom:2px solid #E9E9E9; padding:3px 0px; margin:3px 0px; -webkit-transition: border-bottom 2s; transition: border-bottom 2s;  } 
.page_link:hover { color:#666; border-bottom:#c41230 2px solid; }
.page-link-image { float:right; }
#page_text { text-align:left; }
#page_text h2 { text-align:left; }
#page_text p { text-align:left; }
#page_text h1{  }

.more { background:#bf1e2e; padding:13px 30px; color:#FFF; text-align:center; margin:13px auto; border-radius:8px; text-decoration:none;
-webkit-transition:all 500ms; /* For Safari 3.1 to 6.0 */ transition:all 500ms; border-bottom:3px solid #e46471; display:inline-block; font-size:16px; font-family: 'Varela Round', sans-serif; }
.more:hover { background:#ea394b; border-bottom:3px solid #bf1e2e; }

.more2 { background:#bf1e2e; padding:5px 20px; color:#FFF; text-align:center; margin:13px auto; border-radius:8px; text-decoration:none;
-webkit-transition:all 500ms; /* For Safari 3.1 to 6.0 */ transition:all 500ms; border-bottom:3px solid #e46471; display:inline; font-size:16px; font-family: 'Varela Round', sans-serif; }
.more2:hover { background:#ea394b; border-bottom:3px solid #bf1e2e; }

/*  page  ============================================================================= */
 .question
    {
        background-color: #bf1e2e;
        cursor: pointer;
        padding: 15px;
        margin-bottom: 5px;
        color:#fff;
    }

    .answer {
        padding: 15px;
    }

/*  SIDEBAR  ============================================================================= */
  
/*  CONTENT ============================================================================= */
.page-banner { margin:0px!important; padding:0px!important; }
.page_nav { text-align:center; width:100%; padding:33px; }
.page-numbers { background:#f1592a; border-radius:50%; font-size:20px; padding:5px 13px; color:#FFF; text-decoration:none; -webkit-transition: background 500ms;transition:  background 500ms;  }
#single-share { background: #FFFFFF;
border: 1px solid #D0D0D0;
border-radius: 5px;
padding: 13px 0px; margin:13px 0px; }
#single-share a { margin:6px 13px; display:block; }
.page-numbers:hover { background:#f48126; color:#FFF; text-decoration:none; }

#copy { text-align:left; }
#copy a { color:#BDBDBD; text-decoration:none; }
#copy a:hover { color:#CCC;}
.grey { font-weight:700; color:#8f8f8f; margin:0px 0px 13px 0px; }
.rounded { font-weight:700; color:#8f8f8f; margin:0px 0px 13px 0px; }
#primary-sidebar ul { list-style:none; }
#primary-sidebar ul li { font-family: 'Open Sans', sans-serif; font-size:14px; margin-bottom:13px; color:#8f8f8f; line-height:1.2; }
#primary-sidebar ul li a { font-family: 'Open Sans', sans-serif; font-size:14px; margin-bottom:13px; color:#8f8f8f; line-height:1.2; }
#primary-sidebar ul li a:hover { color:#999; }
.news_box { border-bottom:1px solid #CCC; padding:23px 0px!important; }

.button { background:url(images/more-arrow.png) 95% 50% no-repeat #46BAAD;; margin:23px 0px 0px 0px; display:block; text-decoration:none; color:#FFF; text-align:left; padding:8px 8px 8px 23px; width:200px; border:none; border-radius:8px; -webkit-transition: width 500ms; /* For Safari 3.1 to 6.0 */
transition: width 500ms; font-weight:700; margin-left:23px; }

.button:hover { width:210px; cursor:pointer; }
.page_item { text-align:left!important; }
.children { margin:0px 0px 13px 23px; }

/*  forms */
#single-form { background:#FFF; border:1px solid #d0d0d0; border-radius:5px; padding:13px 0px; } 
#single-form p { width:90%; display:block; margin:8px 5%; } 
input[type="text"] { border:1px solid #ebebeb; background:#ebebeb; color:#333; padding:5px 5%; border-radius:5px; width:90%; display:block; }
input[type="text"]:hover { background:#fff; }
input[type="email"] { border:1px solid #ebebeb; background:#ebebeb; color:#333; padding:5px 5%; border-radius:5px;  width:90%; display:block; }
input[type="email"]:hover { background:#fff; }
textarea { border:1px solid #ebebeb; background:#ebebeb; color:#333; padding:5px 5%; border-radius:5px; width:90%; display:block; }
textarea:hover { background:#fff; }
input[type=checkbox] { border:1px solid #ebebeb; background:#ebebeb; color:#333; padding:5px; border-radius:5px; }
input[type=radio] { border:1px solid #ebebeb; background:#ebebeb; color:#333; padding:5px; border-radius:5px; }
select { border:1px solid #f48126; background:#ebebeb; color:#333; padding:5px; border-radius:5px; }
input[type="submit"] { background:#c41230; margin:23px 0px 0px 0px; display:block; text-decoration:none; color:#FFF; text-align:left; padding:8px 8px 8px 23px; width:120px; border:none; border-radius:8px; -webkit-transition: width 500ms; /* For Safari 3.1 to 6.0 */
transition: width 500ms; font-weight:700; }
input[type="submit"]:hover { width:130px; cursor:pointer; }
#captcha { display:inline; width:80px; }

#single-item-img-outer {  background:#FFF; border:1px solid #d0d0d0; border-radius:5px; margin-bottom:23px; }
#single-item-img{ margin:18px; position:relative; }
.spec { border-bottom:dotted #CCC 2px; color:#6c6c6c; padding:5px; margin:5px; }
.spec span{ width:120px; display:inline-block; }
.single-price { top:60px!important; right:-8px!important; }

/*  SLIDE  ============================================================================= */

#sliderBlk {  }

/*  FOOT  ============================================================================= */
#footer_wrap { background:#404041; padding:23px 0px!important; position:relative; }
#footer_wrap h2 { color:#FFF;  font-size:20px; margin-top:0px!important; }
#footer_wrap p { color:#FFF; font-size:13px; }
#footer_wrap p a { color:#BDBDBD; text-decoration:none; font-size:12px; }
#footer_wrap p a:hover { color:#CCC;}
.footer-menu ul { float:left; list-style:none; margin-top:30px; }
.footer-menu ul li { float:left; width:25%; font-weight:700; margin:0px!important; }
.footer-menu ul li a { color:#FFF; text-decoration:none; font-size:14px; }
.footer-menu ul li a:hover { color:#ccc; }
.footer-menu ul li ul {  }
.footer-menu ul li ul li { line-height:1.3em; width:100%; margin-bottom:10px !important;; font-weight:400;  }
.footer-menu ul li ul li a { font-size:13px; padding-right:20px; }

#copy-foot { text-align:center; }
#copy-foot a { color:#BDBDBD; text-decoration:none; }
#copy-foot a:hover { color:#CCC;}

/*  SECTIONS  ============================================================================= */

.div_row { margin:0px auto!important; width:90%; max-width:1200px!important; position:relative; }
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  GROUPING  ============================================================================= */

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
}

/*  GRID OF TWELVE   ============================================================================= */

.span_12_of_12 { width: 100%; }
.span_11_of_12 { width: 9500ms3%; }
.span_10_of_12 { width: 83.06%; }
.span_9_of_12 {	width: 74.6%; }
.span_8_of_12 {	width: 66.13%; }
.span_7_of_12 {	width: 57.66%; }
.span_6_of_12 {	width: 49.2%; }
.span_5_of_12 {	width: 40.73%; }
.span_4_of_12 {	width: 32.26%; }
.span_3_of_12 {	width: 23.8%; }
.span_2_of_12 {	width: 15.33%; }
.span_1_of_12 {	width: 6.86%; }

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
   .div_row{ width: 90%!important; margin:0px 5%!important; }
   .span_12_of_12,	.span_11_of_12, .span_10_of_12, .span_9_of_12, .span_8_of_12, .span_7_of_12, .span_6_of_12, .span_5_of_12, .span_4_of_12, .span_3_of_12, .span_2_of_12, .span_1_of_12, .homeU { width: 100%!important; }
 .icon {
margin-top:13px!important;
}
}
/* RESPONSIVE */
@media (max-width: 1200px) { 

}

 /* RESPONSIVE */
@media (max-width: 1024px) { 
.home-suppliers .span_2_of_12 {	width: 32.26%; }
.div_row{ width: 90%!important; margin:0px 5%!important; }
.icons img { display:block; margin:13px auto; } 
.icons h1 { text-align:center; margin-top:13px; }
.header { 
	background:#fff; 
	padding:0px!important; 
	position: fixed;
	top: 0; 
	min-height:80px;
	z-index:500;
	}
	#spacer { 
		height:80px;
		display:block;
		width:100%;
	}
	
	.menu-toggle {
	height: 28px;
}
}

 /* RESPONSIVE */
@media (max-width: 900px) { 
 
}
/* RESPONSIVE */
@media (max-width: 700px) { 

}

/* RESPONSIVE */
@media (max-width: 643px) { 
.header { position: relative; border-bottom:1px solid #dddcdc; }
#phone { text-align:center; }
#phone p { width:100%; text-align:center; }
#logo { width:100%; text-align:center; }
#logo img { margin:0px auto; }
.menu-toggle { float:none; margin:18px auto 0px auto; }
   .ddsmoothmenu ul { position:relative; }
#spacer { 
		display:none;
	}
	#sliderBlk { display:none; }
.icons h1 { text-align:center; margin-top:13px; width:100%; }
.footer-menu ul li { float:left; width:100%;  }
.phone p { display:block; }
.more2 { display:block; }
.ddsmoothmenu ul li a { 
font-size: 13px!important; }
.mhide { display:none; }
}


/*  Animations  ============================================================================= */


/*  SUNDRIES  ============================================================================= */
.absolute { position:absolute; top:0px; left:0px; }
.fr { float:right; }
.fl { float:left; }
.tl { text-align:left; }
.tr { text-align:right; }
.clBottom { margin-bottom:0px!important; padding-bottom:0px!important; }
.white { color:#fff!important; text-decoration:none; }
.blue { color:#3155a5!important; }
.orange { color:#f1592a!important; }
.center { text-align:center!important; }
.upper { text-transform:uppercase; }
.no_style { text-decoration:none; }
.fb { position:relative; top:-14px; }
.clear { clear:both; }
.inline { display:inline; }
.ML0 { margin-left:0px!important; }
.MR0 { margin-right:0px!important; }
.MT0 { margin-top:0px!important; }
 .MB0 { margin-bottom:0!important;}
 .MBhalf { margin-bottom:0.5em!important;}
 .MB1 { margin-bottom:8px!important;}
 .MB2-5 { margin-bottom:2.5em!important;}
 .MB3 { margin-bottom:3.0em!important;}
 .MB5 { margin-bottom:5.0em!important;}
 .MR0 { margin-right:0!important;}
  .MR1 { margin-right:1em!important;}
 .ML1 { margin-left:1.0em!important;}
 .PB0 { padding-bottom:0!important;}
 .PB0-5, .minPad { padding-bottom:0.5em!important;}
 .PB1 { padding-bottom:1.0em!important;}
 .PB2 { padding-bottom:2.0em!important;}
 .PB4 { padding-bottom:4.0em!important;}
 .PT0 { padding-top:0!important;}
  .PT1 { padding-top:1em!important;}
  .PT2 { padding-top:2em!important;}
 .PT2-5 { padding-top:2.5em!important;}
 .aCenter {text-align:center;}
 .aLeft { text-align:left;}
 .aRight { text-align:right!important;}
.bb1 { border-bottom:1px solid #ccc; margin:0px; }

.page-banner .div_row { max-width:100%!important; }