/*
Theme Name: Otty
Author: Kat Rosendorff
Description: Custom theme for otsuka Australia
Version: 1.0.4
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: left;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom:10px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.70);
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 18px;
}

/* Form fields, general styles first */
button,
input,
textarea,
select {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 11px;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #000;
	background-image:url(images/otsuka-bg.jpg);
	background-position:center top;
	background-color:#b5894f;
}
a {
	outline: none;
	color: #000;
}
a:hover {
	color: #195C7A;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
#main {
	padding: 0 24px;
	
}
.site-content {
	margin: 24px 0 0;
	
}
.widget-area {
	margin: 24px 0 0;
	padding-top:10px;
	hyphens:auto;
}

/* Header */
.site-header {
	padding: 0 0 1px;
	position:relative;
	}
.branding {
	background-color:#FFF;
	padding:5px 10px;
	box-shadow:0 2px 5px rgba(0,0,0,0.75);
	z-index:990;
	position:relative;
}
.site-navigation {
	z-index:800;
	position:relative;
}
.headline,
.menu-main-menu-container {
	width:100%;
	max-width:1250px;
	margin:0 auto;
	
}
.headline:after {
	clear:both;
	content:'';
	display:table;
}
.site-header h1,
.site-header h2 {
	text-align: left;
	font-size: 24px;
	margin-bottom: 14px;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display:block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}

.site-title {
	float:left;
}

.site-header img {
	width:60%;
	max-width:210px;
	height:auto;	
	
}
.site-welcome {
	font-size:23px;
	padding-top:42px;
	display:none;
	font-weight:300;
	
}
.global-link {
	float:right;
	padding-top:12px;
	display:none;
}
.searchbar {
	width:100%;
	max-width:1250px;
	margin:0 auto;
	padding-top:10px;
	display:none;
}
.search-form {
	background-color:rgba(255,255,255,0.30);
	padding:5px;
	float:right;
	vertical-align:baseline;
	margin-right:20px;
}
input.search-field {
    border: none;
    border-radius: 0;
    font-family: inherit;
    padding: 5px;
	 line-height: normal;
	 background-color:rgba(255,255,255,0.60);
	 margin:0;
	 max-height:30px;
	 line-height:30px;
	 -webkit-appearance:none;
}
input.search-field:focus {
	background-color:rgba(255,255,255,0.90);
}
input.search-submit {
	background-color: #b9102c;
	background-image: url(images/search.png);
	background-position: 5px 4px;
	background-repeat: no-repeat;
	border-radius: 0;
	border: none;
	text-indent:-999px;
	padding:0px;
	width:30px;
	height:30px;
	margin:0;
	display:block;
	float:right;
	
}
input.search-submit:hover {
	background-color:#A00D26;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
}
/* Navigation Menu */
.main-navigation {
	margin-top: 0px;
	text-align: left;
}
.main-navigation li {
	margin-top: 0;
	font-size: 15px;
	line-height: 1.3;
}

.main-navigation a {
	color: #5e5e5e;
	text-decoration:none;
}
.main-navigation a:hover {
	color: #21759b;
}
/*.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}*/
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

div.toggled-on .main-navigation ul.nav-menu, 
.menu-toggle {
    display: inline-block;
}
.menu-toggle {
    cursor: pointer;
    display: block;
    height: 24px;
    right: 20px;
    position: absolute;
    top: 30px;
    width: 24px;
	z-index:9000;
}
.admin-bar .menu-toggle{
	top:35px;
}
.menu-toggle > * {
	background-color: #276fb6;
	display: block;
	height: 3px;
	left: 0;
	opacity: 1;
	position: absolute;
	width: 100%;
}
.menu-toggle > .bar1 {
    top: 5px;
}
.menu-toggle > .bar2 {
    top: 11px;
}
.menu-toggle > .bar3 {
    top: 17px;
}
.mobileNav {
	display: none;
}
.toggled-on .mobileNav {
    background-color: #276fb6;
    display: block;
    height: 100%;
    left: 0;
    letter-spacing: 0.3px;
    padding: 40px 0px;
    position: fixed;
    text-transform: uppercase;
    top: 0;
    width: 220px;
	z-index:9999;
}
.admin-bar .toggled-on .mobileNav {
    padding-top: 60px;
}
.hideNav {
    color: #dbdbdb;
    cursor: pointer;
    float: right;
    font-size: 17px;
    font-weight: 300;
	margin-right:20px;
}
.hideNav:hover {
    color: #fff;
}
.toggled-on .mobileNav a {
    color: #fff;
}
.toggled-on .mobileNav a:hover {
    color: #CCC;
}
.sub-menu {
    display: none;
}
.toggled-on li {
	padding:10px 20px;
}
.toggled-on li.current_page_item {
	background-color:#51A6DF;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
}

/* Sidebar */
.widget-area .widget {
	margin-bottom: 24px;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
}
.widget-area .widget p {
	margin-bottom: 24px;
	
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li {
	margin-left: 36px;
}

/* Footer */
#footer {
	clear: both;
	
	}
.footer-content {
	font-weight:300;
}

/* =Main content and comment content
-------------------------------------------------------------- */
#main {
	padding-top:1px;
	overflow:hidden;
}
.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	
}
.entry-header {
	background-image:url(images/postit-mobile.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	padding:20px;
	text-align:center;
}

.entry-header .entry-title {
	font-weight: normal;
	font-family : 'Gloria Hallelujah','Open Sans', cursive;
	font-size : 15px;
	line-height : 21px;
	letter-spacing : 0.96px; 
	width:75%;
	margin:1px auto;
}


.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.hero-photo {
	margin-top:-20px;
	float:right;
}
.post-16 .hero-photo{
	width:100%;
	max-width:252px !important;
}
.post-16 .entry-content p {
	clear:left;
}

.hero-photo img {
	width:100%;
	height:auto;
}

.entry-meta a {
	color: #757575;
}
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	
	text-align: center;
}
.entry-content,
.entry-summary {
	padding:1px 20px;
	
}
.hentry {
	padding:1px;
}
.entry-content {
	background-color:#f7f1cc;
	padding:30px 20px;
	box-shadow:1px 2px 5px rgba(0,0,0,0.6);
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6
{
	margin: 0 0 1.5em;
}
.entry-content h1 {
	font-size: 28px;
	line-height: 1.5;
}
.entry-content h2 {
	font-size: 21px;
	line-height: 1.6;
}
.entry-content h3 {
	font-size: 18px;
}
.entry-content h4{
	font-size: 18px;
	font-weight:600;
}
.entry-content h5 {
	font-size: 14px;
}
.entry-content h6 {
	font-size: 12px;
	
}
.entry-content p,
.entry-summary p{
	margin: 0 0 18px;
	line-height:1.5;
}
.entry-content ol,
.entry-content ul{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content ul ul
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li {
	margin: 0 0 5px 36px;
	line-height: normal;
}
.entry-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code {
	display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	
}
.entry-content dl {
	margin: 0 24px;
}
.entry-content dt {
	font-weight: bold;
}
.entry-content dd {
	margin-bottom: 24px;
	
}
.entry-content table {
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.page-links {
	clear: both;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.clearBoth {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
/* HOME
--------------------------------------------------------------  */
.hero-banner {
	width:100%;
	position:relative;
	margin-bottom:20px;
	margin-top:-30px;
}
.hero-banner img {
	width:100%;
	height:auto;
	margin-bottom:30px;
	margin-right:0;
	display:block;
	max-width:900%;
}
.hero-text {
	background-color:rgba(0,0,0,0.5);
	color:#FFF;
	padding:20px;
	font-size:15px;
	line-height:19px;
}

.home .entry-title {
	/*text-decoration:underline;*/
	font-size:15px;
	line-height:19px;
}
/* =Products
-.------------------------------------------------------------- */
.product-range {
	padding:5px 0;
}
.product-range:after {
	clear:both;
	display:table;
	content:'';
}
.hungryfeed_feed_title,
.hungryfeed_feed_description {
	display:none;
}
.product-box {
	background-color:#FFF;
	margin:0 0 40px;
	min-height:100px;
	padding:30px 2% 10px;
	position:relative;
	clear:right;
	box-shadow:3px 3px 5px rgba(0,0,0,0.5);
}
.product-box.row2 {
	clear:both;
}
.product-box:before {
	display:block;
	background-image:url(images/pin2.png);
	background-repeat:no-repeat;
	content:'\a0';
	color:#FFF;
	width:40px;
	height:40px;
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-15px;
	
}
.product-box h3 {
	/*font-weight: normal;
	font-family : 'Gloria Hallelujah','Open Sans', cursive;
	font-size : 24px;
	line-height : 26px;
	letter-spacing : 0.96px; 
	margin:0 20px;*/
}
.product-box h5 {
	margin:0 0px 20px;
}
.product-box p {
	/*margin-left:20px;*/
	margin-right:20px;
}
.product-box table {
	width:100%;
	margin-top:15px;
}
.product-box td {
	padding:5px 0;
	vertical-align:middle;
}
.product-box td a {
	color:#FFF;
	text-decoration:none;
	display:block;
	width:85px;
	float:right;
	height:30px;
	line-height:30px;
	text-align:center;
	border:2px solid #3d2076;
	border-radius:15px;
	font-size:15px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#594886+0,625684+50,594886+52,3e2b76+100 */
background: #594886; /* Old browsers */
background: -moz-linear-gradient(top, #594886 0%, #625684 50%, #594886 52%, #3e2b76 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #594886 0%,#625684 50%,#594886 52%,#3e2b76 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #594886 0%,#625684 50%,#594886 52%,#3e2b76 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#594886', endColorstr='#3e2b76',GradientType=0 ); /* IE6-9 */
	
}
.product-box td a:hover {
	background: #3e2b76;
}
.hungryfeed_items {
	margin-bottom:15px;
}
.product-box p em {
	color:rgba(91,91,91,1.00);
}
/* Therapy Areas
--------------------------------------------------------------  */
.therapy-links {
	margin:0;
}
.therapy-links:after,
.therapy-image-links:after {
	clear:both;
	display:table;
	content:'';
	margin-bottom:20px;
}
.therapy-links  a{
	color:#000000;
	text-decoration:none;
}
.therapy-links  a:hover {
	text-decoration:underline;
}
.therapy-image-links {
	list-style:none;
	margin:0;
	padding:0;
	
}
.therapy-image-links li {
	width:184px;
	height:128px;
	float:left;
	list-style:none;
	margin:0;
	padding:10px;
}
.therapy-image-links a {
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.therapy-image-links img {
	position:absolute;	
}
.therapy-image-links a .normal-status {
	display:block;
	z-index:200;
}
.therapy-image-links a .over-status {
	display:block;
	z-index:100;
}
.therapy-image-links a:hover .normal-status,
.therapy-image-links .currentPage  .normal-status{
	display:none;
}
.tb-extra {
		
}
.tb-extra {
	margin-top:100px;
}
.tb-extra .entry-header { 
	min-height:80px;
	margin-bottom:20px;
}
.tb-extra .entry-header .entry-title {
    font-size: 22px;
    letter-spacing: 0px;
}
.backToLink {
	margin-left:-10px;
	margin-bottom:-5px;	
}
/* Corp Logo
--------------------------------------------------------------  */
.box-blue-bg,
.box-red-bg {
	padding:10px 15px;
	border-radius:24px;
	color:#FFF;
	text-align:center;
	margin:10px 10px;
}
.box-blue-bg {
	clear:both;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9ec8ea+0,0073ba+100 */
	background: #9ec8ea; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #9ec8ea 0%, #0073ba 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #9ec8ea 0%,#0073ba 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #9ec8ea 0%,#0073ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ec8ea', endColorstr='#0073ba',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.box-red-bg {
	background-color:#b8102c;
	
}
.box-blue-bg p,
.box-red-bg p {
	margin:0;
}
table.logo-info {
	max-width:700px;
}
table.logo-info td {
	vertical-align:bottom;
	width:50%;
	line-height:normal;
}
@media screen and (max-width: 500px) {
	table.logo-info,
	table.logo-info tbody {
		display:block;
	}
	table.logo-info td {
		display:block;
		width:70%;
	}
}

.no-results .entry-content {
    background-color: #f7f1cc;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.6);
    padding: 30px 20px;
}
/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	padding-bottom: 40px;
	margin-top:-30px;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}



/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* =Post formats
-------------------------------------------------------------- */



/* =Comments
-------------------------------------------------------------- 
(Removed) */


/* =Front page template
-------------------------------------------------------------- */


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	
	margin-left: 12px;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/* SIDE NAV */
.sidenav li {
	background-image:url(images/sidenav-bg.png);
	background-repeat:no-repeat;
	display:block;
	min-height:72px;
	background-size: 100% 100%;
	margin-bottom:0px;
	  hyphens:auto;
}
.sidenav li a {
	display:block;
	padding:20px 10px 5px 30px;
	text-align:center;
	text-decoration:none;
	 font-family : Gloria Hallelujah;
  font-size : 14px;
  letter-spacing : 0.56px;
  color : #000000;
  hyphens:auto;
}
/* FOOTER*/
#footer {
	padding-top:20px;
}
.footer-menu-block {
	width:90%;
	max-width:1250px;
	margin-bottom:30px;
	margin:50px auto 60px;
	background-color:#FFF;
	position:relative;
	padding:30px 0;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.footer-menu-block:before {
	display:block;
	background-image:url(images/sticky-tape.png);
	background-repeat:no-repeat;
	content:'\a0';
	color:#FFF;
	width:155px;
	height:68px;
	position:absolute;
	top:-30px;
	left:50%;
	margin-left:-78px;
	
}
.footer-menu-block h3 {
	text-align:left;
	font-size:14px;
	font-weight:normal;
	padding:10px;
	margin-bottom:20px;
	line-height:normal;
}
.footer-menu-block ul {
	margin:0 30px;
	font-size:14px;
	line-height:normal;
}
.footer-menu-block li {
	list-style:disc;
}
.footer-menu-block a {
	color:#000;
	text-decoration:none;
}
#credits-and-copyright {
	clear:both;
	padding: 10px 20px;
	background-color:#FFF;
	text-align:right;
}
#credits-and-copyright .footer-content {
	width:100%;
	max-width:1250px;
	text-align:center;
}

#footer .logo {
	width:105px;
	height:auto;	
}
.footer-menu {
	clear:both;
	padding-top:5px;
}
.footer-menu li {
	display:inline;
	line-height:20px;
}
.footer-menu a {
	font-size:13px;
	color:rgba(85,85,85,1.00);
	text-decoration:none;
	padding-left:5px;
}
/* =Media queries
-------------------------------------------------------------- */
@media screen and (min-width: 440px) {
	.hero-photo {
		width:34%;
	}
	.box-blue-bg,
	.box-red-bg {
		width:30%;
		float:left;
	}
}
/* Minimum width of 600 pixels. */
@media screen and (min-width: 640px) {
	#main {
		margin: 0 auto;
		max-width: 1250px;
			overflow: hidden;
			clear:both;
	}
	.site-content {
		float: left;
		width: 76%;
		padding-top:50px;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content,
	body.home .site-content {
		width: 100%;
	}

	.widget-area {
		padding-top:50px;
		float: right;
		width: 22%;
		max-width:271px;
	}
	.branding {
		height:99px;
		padding:15px 10px 5px;
	}
	.site-header {
		padding: 0 0 20px;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
		font-size: 26px;
		margin-bottom: 0;
	}
	.site-header img {
		width:80%;
	}
	.site-welcome {
		display:block;
		font-weight:300;
		
	}
	.global-link {
		display:block;
	}
	.searchbar {
		display:block;
	
	}
	.mobileNav {
		display: block;
		opacity:1;
	}
	.hideNav {
		display:none;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li {
		display: block;
		text-decoration: none;
		text-align:center;
		width:15%;
		min-width: 100px;
	}
	.main-navigation li a {
		display: block;
		border-bottom: 0;
		color: #6a6a6a;
		padding:10px;
		font-family : 'Gloria Hallelujah','Open Sans', cursive;
		font-size:14px;
		line-height: 18px;
		min-height:100px;
		text-decoration:none;

	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 -18px 0 0;
		position: relative;
		float:left;
	}
	.main-navigation li > a {
		background-image:url(images/nav-tab1.png);
		background-repeat:no-repeat;
		background-position:center top;
		background-color:transparent;
		background-size:100% 200%;
	}
	.main-navigation .mobile-only {
		display:none;
	}
	
	/*tabs*/
	.main-navigation li.tab1 a{	background-image:url(images/nav-tab1.png); }
	.main-navigation li.tab2 a{	background-image:url(images/nav-tab2.png);}
	.main-navigation li.tab3 a{	background-image:url(images/nav-tab3.png);}
	.main-navigation li.tab4 a{	background-image:url(images/nav-tab4.png);}
	.main-navigation li.tab5 a{	background-image:url(images/nav-tab5.png);}
	.main-navigation li.tab6 a{	background-image:url(images/nav-tab6.png);}
	.main-navigation li.tab7 a{	background-image:url(images/nav-tab7.png);}
	
	.main-navigation li a:hover {	background-position:center bottom;}
	
	.main-navigation li ul {
		display: none;
	}

	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #000;
		background-position:center bottom;
	}
	.menu-toggle {
		display: none;
	}
	
	.entry-header {
		background-image:url(images/postit.png);
		margin:-100px 2% 20px -5px;
		padding:50px 0px 30px;
		position:relative;
		min-height:100px;
	}
	.entry-header:before {
		display:block;
		background-image:url(images/sticky-tape.png);
		background-repeat:no-repeat;
		content:'\a0';
		color:#FFF;
		width:155px;
		height:68px;
		position:absolute;
		top:-10px;
		left:50%;
		margin-left:-78px;
	}
	.entry-header .entry-title {
		font-size: 30px;
		letter-spacing : 1.5px;
		line-height:30px;
		margin:20px auto;
	}
	.site-content article {
		margin-bottom: 10px;
		padding-bottom: 35px;
	}
	.hero-banner img {
		width:100%;
		height:auto;
		margin-bottom:30px;
		margin-left:0;
		display:block;
	}
	.hero-text {
		font-size:22px;
		line-height:30px;
	}
	.hero-banner {
    	margin-bottom: 100px;
	}
	.home .entry-title {
		font-size: 20px;
		line-height: 24px;
		text-decoration:underline;
	}
	.entry-header .entry-title {
		-ms-transform: rotate(-2deg); /* IE 9 */
		-webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
		transform: rotate(-2deg);
		
	}
	.hero-photo {
		float:right;
		width:34%;
		margin-top:-20px;
		margin-left:2%;
	}
	.hero-photo {
		width:54%;
		margin-top:-80px;
			
	}
	.entry-content {
		background-color:transparent;
		box-shadow:none;
		padding:0;
	}
	
	/*HOME*/
	
	.hentry {
		background-image:url(images/bg-content-medium.png);
		background-repeat:no-repeat;
		background-size:100% 100%;
		background-color:transparent;
		box-shadow:none;
		padding: 30px 45px;
	}
	.home .entry-header {
		min-height:140px;
		margin-bottom:10px;
		margin-top:-50px;
	}
	.home .hentry {
		background-image:url(images/bg-content-home.png);
		width: 76%;
	}
	/*tall background*/
	.page-id-18 .hentry,
	.page-id-34 .hentry,
	.page-id-4 .hentry,
	.page-id-6 .hentry,
	.page-id-8 .hentry,
	.hentry.post-198 {
		background-image:url(images/bg-content-tall.png);
	}
	
	.tb-extra {
		background-color:#FFFFED;
		background-image:none !important;
		box-shadow:2px 2px 4px rgba(0,0,0,0.75);
		margin-left:15px;
		margin-right:40px;
		padding-left:30px;
		padding-right:20px;
	}
	
	.product-range {
		padding: 20px;
	}
	.product-box {
		width:40%;
		float:left;
		margin:0 3% 40px;
	}
	.product-box.wide {
		width:45%;
	}
	/*Therpy*/
	.therapy-links li {
		width:20%;
		float:left;
	}
	.box-blue-paper-bg:before {
		display:block;
		background-image:url(images/sticky-tape.png);
		background-repeat:no-repeat;
		content:'\a0';
		color:#FFF;
		width:155px;
		height:68px;
		position:absolute;
		top:-30px;
		left:50%;
		margin-left:-78px;
		
	}
	.box-blue-paper-bg {
		background-image:url(images/blue-paper.png);
		background-repeat:no-repeat;
		background-size: 100% 100%;
		margin: 30px -16px 30px -30px;
		padding: 20px 30px;
		position:relative;
	}
	
	/*Footer*/
	.footer-menu-block {
		background-color:transparent;		
		background-image:url(images/footer-menu-bg.png);
		background-size:100% 100%;
		background-repeat:no-repeat;
		background-position:center top;
	width:100%;
	}
	.footer-menu-block h3 {
		font-size:34px;
		text-align:center;
	}
	.footer-menu-block ul {
		margin:0 auto;
		text-align:center;
	}
	.footer-menu-block li {
    display: inline;
    list-style: inside none disc;
    margin: 0 10px;
    padding: 0 5px;
}
	#credits-and-copyright {
		padding: 10px 60px;
	
	}
	#credits-and-copyright .footer-content {
		text-align:right;
	}

	
}
@media screen and (min-width: 760px) {
	.main-navigation li a {
		font-size:18px;
		line-height: 22px;

	}
	.main-navigation li a {
		padding:15px 20px 5px;
	}
	.entry-header {
		float:left;
		width:42%;
		margin:-100px 2% 10px -5px;
		padding:50px 0px 30px;
		position:relative;
		min-height:120px;
	}
	.product-box h3 {
		font-size: 22px;
		line-height : 32px;
	}
	
	
}
@media screen and (min-width: 860px) {
	.hero-text {
		position:absolute;
		top:25%;
		right:20px;
		width:40%;
	}
	.home .entry-title {
		font-size: 24px;
		line-height: 28px;
		text-decoration:underline;
	}
}
/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	
	.home #main {
		overflow: visible;
	}
	.hero-banner img {
		max-width: 500%;
		width: auto;
	}
	
}
@media screen and (min-width: 1100px) {
	.home .entry-title {
		font-size: 24px;
		line-height: 28px;
		text-decoration:underline;
	}
	/*.product-box h3 {
		font-size: 40px;
		line-height : 42px;
	}*/
}
@media screen and (min-width: 1500px) {
	.branding {
		background-image:url(images/header-bg.png);
		background-size: 100% 137px;
		background-repeat:repeat-x;
		background-color:transparent;
		height:117px;
		box-shadow:none;
	}
	.main-navigation {
		margin-top:-18px;
	}
	
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
			text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.footer-menu-block h3 {
		font-size:34px;
		}
	.footer-menu-block ul {
		font-size:22px;
	}
	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
	}
}